Name | Type | Description | Notes |
---|---|---|---|
Fip | Pointer to string | [optional] | |
Ip | Pointer to string | [optional] | |
Netadp | Pointer to string | [optional] |
func NewIpAssociated() *IpAssociated
NewIpAssociated instantiates a new IpAssociated 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 NewIpAssociatedWithDefaults() *IpAssociated
NewIpAssociatedWithDefaults instantiates a new IpAssociated 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 *IpAssociated) GetFip() string
GetFip returns the Fip field if non-nil, zero value otherwise.
func (o *IpAssociated) GetFipOk() (*string, bool)
GetFipOk returns a tuple with the Fip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IpAssociated) SetFip(v string)
SetFip sets Fip field to given value.
func (o *IpAssociated) HasFip() bool
HasFip returns a boolean if a field has been set.
func (o *IpAssociated) GetIp() string
GetIp returns the Ip field if non-nil, zero value otherwise.
func (o *IpAssociated) GetIpOk() (*string, bool)
GetIpOk returns a tuple with the Ip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IpAssociated) SetIp(v string)
SetIp sets Ip field to given value.
func (o *IpAssociated) HasIp() bool
HasIp returns a boolean if a field has been set.
func (o *IpAssociated) GetNetadp() string
GetNetadp returns the Netadp field if non-nil, zero value otherwise.
func (o *IpAssociated) GetNetadpOk() (*string, bool)
GetNetadpOk returns a tuple with the Netadp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IpAssociated) SetNetadp(v string)
SetNetadp sets Netadp field to given value.
func (o *IpAssociated) HasNetadp() bool
HasNetadp returns a boolean if a field has been set.