Documentation
¶
Index ¶
- func DataSourceHaproxyNameserver() *schema.Resource
- func ResourceHaproxyNameserver() *schema.Resource
- type ConfigNameserver
- func (c *ConfigNameserver) AddNameserversConfiguration(payload []byte, TransactionID string, ResolversName string) (*http.Response, []byte, error)
- func (c *ConfigNameserver) DeleteNameserversConfiguration(NameserversName string, TransactionID string, ResolversName string) (*http.Response, []byte, error)
- func (c *ConfigNameserver) GetANameserversConfiguration(NameserversName string, TransactionID string, ResolversName string) (*http.Response, []byte, error)
- func (c *ConfigNameserver) UpdateNameserversConfiguration(NameserversName string, payload []byte, TransactionID string, ...) (*http.Response, []byte, error)
- type NameserverPayload
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigNameserver ¶
Config defines variable for haproxy configuration
func (*ConfigNameserver) AddNameserversConfiguration ¶
func (c *ConfigNameserver) AddNameserversConfiguration(payload []byte, TransactionID string, ResolversName string) (*http.Response, []byte, error)
AddNameserversConfiguration adds a Nameservers configuration.
func (*ConfigNameserver) DeleteNameserversConfiguration ¶
func (c *ConfigNameserver) DeleteNameserversConfiguration(NameserversName string, TransactionID string, ResolversName string) (*http.Response, []byte, error)
DeleteNameserversConfiguration deletes a Nameservers configuration.
func (*ConfigNameserver) GetANameserversConfiguration ¶
func (c *ConfigNameserver) GetANameserversConfiguration(NameserversName string, TransactionID string, ResolversName string) (*http.Response, []byte, error)
GetANameserversConfiguration returns the configuration of a Nameservers.
type NameserverPayload ¶
Click to show internal directories.
Click to hide internal directories.