Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.4 KB

DevicePrimaryIp.md

File metadata and controls

135 lines (72 loc) · 3.4 KB

DevicePrimaryIp

Properties

Name Type Description Notes
Id string [readonly]
Url string [readonly]
Family int32 [readonly]
Address string
Display string Human friendly display value [readonly]

Methods

NewDevicePrimaryIp

func NewDevicePrimaryIp(id string, url string, family int32, address string, display string, ) *DevicePrimaryIp

NewDevicePrimaryIp instantiates a new DevicePrimaryIp 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

NewDevicePrimaryIpWithDefaults

func NewDevicePrimaryIpWithDefaults() *DevicePrimaryIp

NewDevicePrimaryIpWithDefaults instantiates a new DevicePrimaryIp 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

GetId

func (o *DevicePrimaryIp) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *DevicePrimaryIp) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *DevicePrimaryIp) SetId(v string)

SetId sets Id field to given value.

GetUrl

func (o *DevicePrimaryIp) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *DevicePrimaryIp) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUrl

func (o *DevicePrimaryIp) SetUrl(v string)

SetUrl sets Url field to given value.

GetFamily

func (o *DevicePrimaryIp) GetFamily() int32

GetFamily returns the Family field if non-nil, zero value otherwise.

GetFamilyOk

func (o *DevicePrimaryIp) GetFamilyOk() (*int32, bool)

GetFamilyOk returns a tuple with the Family field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFamily

func (o *DevicePrimaryIp) SetFamily(v int32)

SetFamily sets Family field to given value.

GetAddress

func (o *DevicePrimaryIp) GetAddress() string

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

func (o *DevicePrimaryIp) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAddress

func (o *DevicePrimaryIp) SetAddress(v string)

SetAddress sets Address field to given value.

GetDisplay

func (o *DevicePrimaryIp) GetDisplay() string

GetDisplay returns the Display field if non-nil, zero value otherwise.

GetDisplayOk

func (o *DevicePrimaryIp) GetDisplayOk() (*string, bool)

GetDisplayOk returns a tuple with the Display field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDisplay

func (o *DevicePrimaryIp) SetDisplay(v string)

SetDisplay sets Display field to given value.

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