Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.23 KB

ManageAttachToPrivateNetworkRequest.md

File metadata and controls

108 lines (59 loc) · 3.23 KB

ManageAttachToPrivateNetworkRequest

Properties

Name Type Description Notes
Id Pointer to string [optional]
NetworkId Pointer to string [optional]
Address Pointer to string [optional]

Methods

NewManageAttachToPrivateNetworkRequest

func NewManageAttachToPrivateNetworkRequest() *ManageAttachToPrivateNetworkRequest

NewManageAttachToPrivateNetworkRequest instantiates a new ManageAttachToPrivateNetworkRequest 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

NewManageAttachToPrivateNetworkRequestWithDefaults

func NewManageAttachToPrivateNetworkRequestWithDefaults() *ManageAttachToPrivateNetworkRequest

NewManageAttachToPrivateNetworkRequestWithDefaults instantiates a new ManageAttachToPrivateNetworkRequest 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 *ManageAttachToPrivateNetworkRequest) GetId() string

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

GetIdOk

func (o *ManageAttachToPrivateNetworkRequest) 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 *ManageAttachToPrivateNetworkRequest) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ManageAttachToPrivateNetworkRequest) HasId() bool

HasId returns a boolean if a field has been set.

GetNetworkId

func (o *ManageAttachToPrivateNetworkRequest) GetNetworkId() string

GetNetworkId returns the NetworkId field if non-nil, zero value otherwise.

GetNetworkIdOk

func (o *ManageAttachToPrivateNetworkRequest) GetNetworkIdOk() (*string, bool)

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

SetNetworkId

func (o *ManageAttachToPrivateNetworkRequest) SetNetworkId(v string)

SetNetworkId sets NetworkId field to given value.

HasNetworkId

func (o *ManageAttachToPrivateNetworkRequest) HasNetworkId() bool

HasNetworkId returns a boolean if a field has been set.

GetAddress

func (o *ManageAttachToPrivateNetworkRequest) GetAddress() string

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

GetAddressOk

func (o *ManageAttachToPrivateNetworkRequest) 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 *ManageAttachToPrivateNetworkRequest) SetAddress(v string)

SetAddress sets Address field to given value.

HasAddress

func (o *ManageAttachToPrivateNetworkRequest) HasAddress() bool

HasAddress returns a boolean if a field has been set.

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