Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.3 KB

GetLkeClusterAcl200ResponseAllOfAclAddresses.md

File metadata and controls

102 lines (57 loc) · 3.3 KB

GetLkeClusterAcl200ResponseAllOfAclAddresses

Properties

Name Type Description Notes
Ipv4 Pointer to interface{} [optional]
Ipv6 Pointer to interface{} [optional]

Methods

NewGetLkeClusterAcl200ResponseAllOfAclAddresses

func NewGetLkeClusterAcl200ResponseAllOfAclAddresses() *GetLkeClusterAcl200ResponseAllOfAclAddresses

NewGetLkeClusterAcl200ResponseAllOfAclAddresses instantiates a new GetLkeClusterAcl200ResponseAllOfAclAddresses 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

NewGetLkeClusterAcl200ResponseAllOfAclAddressesWithDefaults

func NewGetLkeClusterAcl200ResponseAllOfAclAddressesWithDefaults() *GetLkeClusterAcl200ResponseAllOfAclAddresses

NewGetLkeClusterAcl200ResponseAllOfAclAddressesWithDefaults instantiates a new GetLkeClusterAcl200ResponseAllOfAclAddresses 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

GetIpv4

func (o *GetLkeClusterAcl200ResponseAllOfAclAddresses) GetIpv4() interface{}

GetIpv4 returns the Ipv4 field if non-nil, zero value otherwise.

GetIpv4Ok

func (o *GetLkeClusterAcl200ResponseAllOfAclAddresses) GetIpv4Ok() (*interface{}, 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.

SetIpv4

func (o *GetLkeClusterAcl200ResponseAllOfAclAddresses) SetIpv4(v interface{})

SetIpv4 sets Ipv4 field to given value.

HasIpv4

func (o *GetLkeClusterAcl200ResponseAllOfAclAddresses) HasIpv4() bool

HasIpv4 returns a boolean if a field has been set.

SetIpv4Nil

func (o *GetLkeClusterAcl200ResponseAllOfAclAddresses) SetIpv4Nil(b bool)

SetIpv4Nil sets the value for Ipv4 to be an explicit nil

UnsetIpv4

func (o *GetLkeClusterAcl200ResponseAllOfAclAddresses) UnsetIpv4()

UnsetIpv4 ensures that no value is present for Ipv4, not even an explicit nil

GetIpv6

func (o *GetLkeClusterAcl200ResponseAllOfAclAddresses) GetIpv6() interface{}

GetIpv6 returns the Ipv6 field if non-nil, zero value otherwise.

GetIpv6Ok

func (o *GetLkeClusterAcl200ResponseAllOfAclAddresses) GetIpv6Ok() (*interface{}, 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.

SetIpv6

func (o *GetLkeClusterAcl200ResponseAllOfAclAddresses) SetIpv6(v interface{})

SetIpv6 sets Ipv6 field to given value.

HasIpv6

func (o *GetLkeClusterAcl200ResponseAllOfAclAddresses) HasIpv6() bool

HasIpv6 returns a boolean if a field has been set.

SetIpv6Nil

func (o *GetLkeClusterAcl200ResponseAllOfAclAddresses) SetIpv6Nil(b bool)

SetIpv6Nil sets the value for Ipv6 to be an explicit nil

UnsetIpv6

func (o *GetLkeClusterAcl200ResponseAllOfAclAddresses) UnsetIpv6()

UnsetIpv6 ensures that no value is present for Ipv6, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]