Versions in this module Expand all Collapse all v0 v0.0.8 Jun 5, 2024 Changes in this version + func DataSourceHaproxyServerTemplate() *schema.Resource + func ResourceHaproxyServerTemplate() *schema.Resource + type ConfigServerTemplate struct + BaseURL string + Password string + SSL bool + Username string + func (c *ConfigServerTemplate) AddServerTemplatesConfiguration(payload []byte, TransactionID string, BackendName string) (*http.Response, []byte, error) + func (c *ConfigServerTemplate) DeleteServerTemplatesConfiguration(ServerTemplatesName string, TransactionID string, BackendName string) (*http.Response, []byte, error) + func (c *ConfigServerTemplate) GetAServerTemplatesConfiguration(ServerTemplatesName string, TransactionID string, BackendName string) (*http.Response, []byte, error) + func (c *ConfigServerTemplate) UpdateServerTemplatesConfiguration(ServerTemplatesName string, payload []byte, TransactionID string, ...) (*http.Response, []byte, error) + type ServerTemplatePayload struct + Fqdn string + NumOrRange string + Port int + Prefix string