Documentation
¶
Index ¶
- type ACLPolicy
- func APIACLPolicyGet(client *golangsdk.ServiceClient, id string) (r *ACLPolicy, err error)
- func APIACLPolicyUpdate(client *golangsdk.ServiceClient, opts ACLPolicy) (r *ACLPolicy, err error)
- func ConsoleACLPolicyGet(client *golangsdk.ServiceClient, id string) (r *ACLPolicy, err error)
- func ConsoleACLPolicyUpdate(client *golangsdk.ServiceClient, opts ACLPolicy) (r *ACLPolicy, err error)
- type AllowAddressNetmasks
- type AllowIPRanges
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACLPolicy ¶
type ACLPolicy struct {
DomainId string `json:"-"`
AllowAddressNetmasks []AllowAddressNetmasks `json:"allow_address_netmasks,omitempty"`
AllowIPRanges []AllowIPRanges `json:"allow_ip_ranges,omitempty"`
AllowAddressNetmasksIPv6 []AllowAddressNetmasks `json:"allow_address_netmasks_ipv6,omitempty"`
AllowIPRangesIPv6 []AllowIPRanges `json:"allow_ip_ranges_ipv6,omitempty"`
}
func APIACLPolicyGet ¶
func APIACLPolicyGet(client *golangsdk.ServiceClient, id string) (r *ACLPolicy, err error)
func APIACLPolicyUpdate ¶
func APIACLPolicyUpdate(client *golangsdk.ServiceClient, opts ACLPolicy) (r *ACLPolicy, err error)
func ConsoleACLPolicyGet ¶
func ConsoleACLPolicyGet(client *golangsdk.ServiceClient, id string) (r *ACLPolicy, err error)
func ConsoleACLPolicyUpdate ¶
func ConsoleACLPolicyUpdate(client *golangsdk.ServiceClient, opts ACLPolicy) (r *ACLPolicy, err error)
type AllowAddressNetmasks ¶
type AllowIPRanges ¶
Click to show internal directories.
Click to hide internal directories.