Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.32 KB

NetworkZoneLinks.md

File metadata and controls

82 lines (45 loc) · 2.32 KB

NetworkZoneLinks

Properties

Name Type Description Notes
Self Pointer to HrefObjectSelfLink [optional]
Deactivate Pointer to HrefObject [optional]

Methods

NewNetworkZoneLinks

func NewNetworkZoneLinks() *NetworkZoneLinks

NewNetworkZoneLinks instantiates a new NetworkZoneLinks 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

NewNetworkZoneLinksWithDefaults

func NewNetworkZoneLinksWithDefaults() *NetworkZoneLinks

NewNetworkZoneLinksWithDefaults instantiates a new NetworkZoneLinks 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

GetSelf

func (o *NetworkZoneLinks) GetSelf() HrefObjectSelfLink

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

func (o *NetworkZoneLinks) GetSelfOk() (*HrefObjectSelfLink, bool)

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

SetSelf

func (o *NetworkZoneLinks) SetSelf(v HrefObjectSelfLink)

SetSelf sets Self field to given value.

HasSelf

func (o *NetworkZoneLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

GetDeactivate

func (o *NetworkZoneLinks) GetDeactivate() HrefObject

GetDeactivate returns the Deactivate field if non-nil, zero value otherwise.

GetDeactivateOk

func (o *NetworkZoneLinks) GetDeactivateOk() (*HrefObject, bool)

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

SetDeactivate

func (o *NetworkZoneLinks) SetDeactivate(v HrefObject)

SetDeactivate sets Deactivate field to given value.

HasDeactivate

func (o *NetworkZoneLinks) HasDeactivate() bool

HasDeactivate returns a boolean if a field has been set.

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