| 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] |
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
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
func (o *ClusterNodeInstanceFields) GetContractId() int32
GetContractId returns the ContractId field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeInstanceFields) SetContractId(v int32)
SetContractId sets ContractId field to given value.
func (o *ClusterNodeInstanceFields) HasContractId() bool
HasContractId returns a boolean if a field has been set.
func (o *ClusterNodeInstanceFields) GetFixedIp() string
GetFixedIp returns the FixedIp field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeInstanceFields) SetFixedIp(v string)
SetFixedIp sets FixedIp field to given value.
func (o *ClusterNodeInstanceFields) HasFixedIp() bool
HasFixedIp returns a boolean if a field has been set.
func (o *ClusterNodeInstanceFields) GetFloatingIp() string
GetFloatingIp returns the FloatingIp field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeInstanceFields) SetFloatingIp(v string)
SetFloatingIp sets FloatingIp field to given value.
func (o *ClusterNodeInstanceFields) HasFloatingIp() bool
HasFloatingIp returns a boolean if a field has been set.
func (o *ClusterNodeInstanceFields) GetFloatingIpStatus() string
GetFloatingIpStatus returns the FloatingIpStatus field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeInstanceFields) SetFloatingIpStatus(v string)
SetFloatingIpStatus sets FloatingIpStatus field to given value.
func (o *ClusterNodeInstanceFields) HasFloatingIpStatus() bool
HasFloatingIpStatus returns a boolean if a field has been set.
func (o *ClusterNodeInstanceFields) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeInstanceFields) SetId(v int32)
SetId sets Id field to given value.
func (o *ClusterNodeInstanceFields) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ClusterNodeInstanceFields) GetImageId() int32
GetImageId returns the ImageId field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeInstanceFields) SetImageId(v int32)
SetImageId sets ImageId field to given value.
func (o *ClusterNodeInstanceFields) HasImageId() bool
HasImageId returns a boolean if a field has been set.
func (o *ClusterNodeInstanceFields) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeInstanceFields) SetName(v string)
SetName sets Name field to given value.
func (o *ClusterNodeInstanceFields) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ClusterNodeInstanceFields) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeInstanceFields) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ClusterNodeInstanceFields) HasStatus() bool
HasStatus returns a boolean if a field has been set.