Documentation
¶
Index ¶
- func DataSourceHaproxyBind() *schema.Resource
- func ResourceHaproxyBind() *schema.Resource
- func TestHaproxyBind(t *testing.T)
- type BindPayload
- type ConfigBind
- func (c *ConfigBind) AddBindConfiguration(payload []byte, TransactionID string, parentName string, parentType string) (*http.Response, error)
- func (c *ConfigBind) DeleteBindConfiguration(BindName string, TransactionID string, parentName string, parentType string) (*http.Response, error)
- func (c *ConfigBind) GetABindConfiguration(BindName string, TransactionID string, parentName string, parentType string) (*http.Response, error)
- func (c *ConfigBind) UpdateBindConfiguration(BindName string, payload []byte, TransactionID string, parentName string, ...) (*http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSourceHaproxyBind ¶
func ResourceHaproxyBind ¶
func TestHaproxyBind ¶
Types ¶
type BindPayload ¶
type ConfigBind ¶
Config defines variable for haproxy configuration
func (*ConfigBind) AddBindConfiguration ¶
func (c *ConfigBind) AddBindConfiguration(payload []byte, TransactionID string, parentName string, parentType string) (*http.Response, error)
AddBindConfiguration adds a Bind configuration.
func (*ConfigBind) DeleteBindConfiguration ¶
func (c *ConfigBind) DeleteBindConfiguration(BindName string, TransactionID string, parentName string, parentType string) (*http.Response, error)
DeleteBindConfiguration deletes a Bind configuration.
func (*ConfigBind) GetABindConfiguration ¶
func (c *ConfigBind) GetABindConfiguration(BindName string, TransactionID string, parentName string, parentType string) (*http.Response, error)
GetABindConfiguration returns the configuration of a Bind.
Click to show internal directories.
Click to hide internal directories.