Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 6.45 KB

File metadata and controls

238 lines (129 loc) · 6.45 KB

ClusterNodeInstanceFields

Properties

Name Type Description Notes
ContractId Pointer to int32 [optional]
FixedIp Pointer to string [optional]
FloatingIp Pointer to string [optional]
FloatingIpStatus Pointer to string [optional]
Id Pointer to int32 [optional]
ImageId Pointer to int32 [optional]
Name Pointer to string [optional]
Status Pointer to string [optional]

Methods

NewClusterNodeInstanceFields

func NewClusterNodeInstanceFields() *ClusterNodeInstanceFields

NewClusterNodeInstanceFields instantiates a new ClusterNodeInstanceFields 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

NewClusterNodeInstanceFieldsWithDefaults

func NewClusterNodeInstanceFieldsWithDefaults() *ClusterNodeInstanceFields

NewClusterNodeInstanceFieldsWithDefaults instantiates a new ClusterNodeInstanceFields 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

GetContractId

func (o *ClusterNodeInstanceFields) GetContractId() int32

GetContractId returns the ContractId field if non-nil, zero value otherwise.

GetContractIdOk

func (o *ClusterNodeInstanceFields) GetContractIdOk() (*int32, bool)

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

SetContractId

func (o *ClusterNodeInstanceFields) SetContractId(v int32)

SetContractId sets ContractId field to given value.

HasContractId

func (o *ClusterNodeInstanceFields) HasContractId() bool

HasContractId returns a boolean if a field has been set.

GetFixedIp

func (o *ClusterNodeInstanceFields) GetFixedIp() string

GetFixedIp returns the FixedIp field if non-nil, zero value otherwise.

GetFixedIpOk

func (o *ClusterNodeInstanceFields) GetFixedIpOk() (*string, bool)

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

SetFixedIp

func (o *ClusterNodeInstanceFields) SetFixedIp(v string)

SetFixedIp sets FixedIp field to given value.

HasFixedIp

func (o *ClusterNodeInstanceFields) HasFixedIp() bool

HasFixedIp returns a boolean if a field has been set.

GetFloatingIp

func (o *ClusterNodeInstanceFields) GetFloatingIp() string

GetFloatingIp returns the FloatingIp field if non-nil, zero value otherwise.

GetFloatingIpOk

func (o *ClusterNodeInstanceFields) GetFloatingIpOk() (*string, bool)

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

SetFloatingIp

func (o *ClusterNodeInstanceFields) SetFloatingIp(v string)

SetFloatingIp sets FloatingIp field to given value.

HasFloatingIp

func (o *ClusterNodeInstanceFields) HasFloatingIp() bool

HasFloatingIp returns a boolean if a field has been set.

GetFloatingIpStatus

func (o *ClusterNodeInstanceFields) GetFloatingIpStatus() string

GetFloatingIpStatus returns the FloatingIpStatus field if non-nil, zero value otherwise.

GetFloatingIpStatusOk

func (o *ClusterNodeInstanceFields) GetFloatingIpStatusOk() (*string, bool)

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

SetFloatingIpStatus

func (o *ClusterNodeInstanceFields) SetFloatingIpStatus(v string)

SetFloatingIpStatus sets FloatingIpStatus field to given value.

HasFloatingIpStatus

func (o *ClusterNodeInstanceFields) HasFloatingIpStatus() bool

HasFloatingIpStatus returns a boolean if a field has been set.

GetId

func (o *ClusterNodeInstanceFields) GetId() int32

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

GetIdOk

func (o *ClusterNodeInstanceFields) GetIdOk() (*int32, 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 *ClusterNodeInstanceFields) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ClusterNodeInstanceFields) HasId() bool

HasId returns a boolean if a field has been set.

GetImageId

func (o *ClusterNodeInstanceFields) GetImageId() int32

GetImageId returns the ImageId field if non-nil, zero value otherwise.

GetImageIdOk

func (o *ClusterNodeInstanceFields) GetImageIdOk() (*int32, bool)

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

SetImageId

func (o *ClusterNodeInstanceFields) SetImageId(v int32)

SetImageId sets ImageId field to given value.

HasImageId

func (o *ClusterNodeInstanceFields) HasImageId() bool

HasImageId returns a boolean if a field has been set.

GetName

func (o *ClusterNodeInstanceFields) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ClusterNodeInstanceFields) GetNameOk() (*string, bool)

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

SetName

func (o *ClusterNodeInstanceFields) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ClusterNodeInstanceFields) HasName() bool

HasName returns a boolean if a field has been set.

GetStatus

func (o *ClusterNodeInstanceFields) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *ClusterNodeInstanceFields) GetStatusOk() (*string, bool)

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

SetStatus

func (o *ClusterNodeInstanceFields) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *ClusterNodeInstanceFields) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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