Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.6 KB

IpAssociated.md

File metadata and controls

108 lines (59 loc) · 2.6 KB

IpAssociated

Properties

Name Type Description Notes
Fip Pointer to string [optional]
Ip Pointer to string [optional]
Netadp Pointer to string [optional]

Methods

NewIpAssociated

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

NewIpAssociatedWithDefaults

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

GetFip

func (o *IpAssociated) GetFip() string

GetFip returns the Fip field if non-nil, zero value otherwise.

GetFipOk

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.

SetFip

func (o *IpAssociated) SetFip(v string)

SetFip sets Fip field to given value.

HasFip

func (o *IpAssociated) HasFip() bool

HasFip returns a boolean if a field has been set.

GetIp

func (o *IpAssociated) GetIp() string

GetIp returns the Ip field if non-nil, zero value otherwise.

GetIpOk

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.

SetIp

func (o *IpAssociated) SetIp(v string)

SetIp sets Ip field to given value.

HasIp

func (o *IpAssociated) HasIp() bool

HasIp returns a boolean if a field has been set.

GetNetadp

func (o *IpAssociated) GetNetadp() string

GetNetadp returns the Netadp field if non-nil, zero value otherwise.

GetNetadpOk

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.

SetNetadp

func (o *IpAssociated) SetNetadp(v string)

SetNetadp sets Netadp field to given value.

HasNetadp

func (o *IpAssociated) HasNetadp() bool

HasNetadp returns a boolean if a field has been set.

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