Name | Type | Description | Notes |
---|---|---|---|
Ipv4 | Pointer to []string | A list of individual ipv4 addresses or CIDRs to ALLOW. Defaults to `[]`. | [optional] |
Ipv6 | Pointer to []string | A list of individual ipv6 addresses or CIDRs to ALLOW. Defaults to `[]`. | [optional] |
func NewGetLkeClusters200ResponseDataInnerControlPlaneAclAddresses() *GetLkeClusters200ResponseDataInnerControlPlaneAclAddresses
NewGetLkeClusters200ResponseDataInnerControlPlaneAclAddresses instantiates a new GetLkeClusters200ResponseDataInnerControlPlaneAclAddresses object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetLkeClusters200ResponseDataInnerControlPlaneAclAddressesWithDefaults() *GetLkeClusters200ResponseDataInnerControlPlaneAclAddresses
NewGetLkeClusters200ResponseDataInnerControlPlaneAclAddressesWithDefaults instantiates a new GetLkeClusters200ResponseDataInnerControlPlaneAclAddresses object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *GetLkeClusters200ResponseDataInnerControlPlaneAclAddresses) GetIpv4() []string
GetIpv4 returns the Ipv4 field if non-nil, zero value otherwise.
func (o *GetLkeClusters200ResponseDataInnerControlPlaneAclAddresses) GetIpv4Ok() (*[]string, bool)
GetIpv4Ok returns a tuple with the Ipv4 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLkeClusters200ResponseDataInnerControlPlaneAclAddresses) SetIpv4(v []string)
SetIpv4 sets Ipv4 field to given value.
func (o *GetLkeClusters200ResponseDataInnerControlPlaneAclAddresses) HasIpv4() bool
HasIpv4 returns a boolean if a field has been set.
func (o *GetLkeClusters200ResponseDataInnerControlPlaneAclAddresses) GetIpv6() []string
GetIpv6 returns the Ipv6 field if non-nil, zero value otherwise.
func (o *GetLkeClusters200ResponseDataInnerControlPlaneAclAddresses) GetIpv6Ok() (*[]string, bool)
GetIpv6Ok returns a tuple with the Ipv6 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLkeClusters200ResponseDataInnerControlPlaneAclAddresses) SetIpv6(v []string)
SetIpv6 sets Ipv6 field to given value.
func (o *GetLkeClusters200ResponseDataInnerControlPlaneAclAddresses) HasIpv6() bool
HasIpv6 returns a boolean if a field has been set.