Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
NetworkId | Pointer to string | [optional] | |
Address | Pointer to string | [optional] |
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
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
func (o *ManageAttachToPrivateNetworkRequest) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ManageAttachToPrivateNetworkRequest) SetId(v string)
SetId sets Id field to given value.
func (o *ManageAttachToPrivateNetworkRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ManageAttachToPrivateNetworkRequest) GetNetworkId() string
GetNetworkId returns the NetworkId field if non-nil, zero value otherwise.
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.
func (o *ManageAttachToPrivateNetworkRequest) SetNetworkId(v string)
SetNetworkId sets NetworkId field to given value.
func (o *ManageAttachToPrivateNetworkRequest) HasNetworkId() bool
HasNetworkId returns a boolean if a field has been set.
func (o *ManageAttachToPrivateNetworkRequest) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
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.
func (o *ManageAttachToPrivateNetworkRequest) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *ManageAttachToPrivateNetworkRequest) HasAddress() bool
HasAddress returns a boolean if a field has been set.