Documentation ¶
Index ¶
- func DataSourceHaproxyAcl() *schema.Resource
- func ResourceHaproxyAcl() *schema.Resource
- func TestHaproxyAcl(t *testing.T)
- type AclPayload
- type ConfigAcl
- func (c *ConfigAcl) AddAclConfiguration(payload []byte, TransactionID string, parentName string, parentType string) (*http.Response, error)
- func (c *ConfigAcl) DeleteAclConfiguration(AclIndexName int, TransactionID string, parentName string, parentType string) (*http.Response, error)
- func (c *ConfigAcl) GetAAclConfiguration(AclIndexName int, TransactionID string, parentName string, parentType string) (*http.Response, error)
- func (c *ConfigAcl) UpdateAclConfiguration(AclIndexName int, payload []byte, TransactionID string, parentName string, ...) (*http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSourceHaproxyAcl ¶
func ResourceHaproxyAcl ¶
func TestHaproxyAcl ¶
Types ¶
type AclPayload ¶
type ConfigAcl ¶
Config defines variable for haproxy configuration
func (*ConfigAcl) AddAclConfiguration ¶
func (c *ConfigAcl) AddAclConfiguration(payload []byte, TransactionID string, parentName string, parentType string) (*http.Response, error)
AddAclConfiguration adds a Acl configuration.
func (*ConfigAcl) DeleteAclConfiguration ¶
func (c *ConfigAcl) DeleteAclConfiguration(AclIndexName int, TransactionID string, parentName string, parentType string) (*http.Response, error)
DeleteAclConfiguration deletes a Acl configuration.
Click to show internal directories.
Click to hide internal directories.