Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | The Node's ID. | [optional] |
InstanceId | Pointer to string | The Linode's ID. When no Linode is currently provisioned for this Node, this will be null. | [optional] |
Status | Pointer to string | The Node's status as it pertains to being a Kubernetes node. | [optional] |
func NewGetLkeClusterPools200ResponseDataInnerNodesInner() *GetLkeClusterPools200ResponseDataInnerNodesInner
NewGetLkeClusterPools200ResponseDataInnerNodesInner instantiates a new GetLkeClusterPools200ResponseDataInnerNodesInner 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 NewGetLkeClusterPools200ResponseDataInnerNodesInnerWithDefaults() *GetLkeClusterPools200ResponseDataInnerNodesInner
NewGetLkeClusterPools200ResponseDataInnerNodesInnerWithDefaults instantiates a new GetLkeClusterPools200ResponseDataInnerNodesInner 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 *GetLkeClusterPools200ResponseDataInnerNodesInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetLkeClusterPools200ResponseDataInnerNodesInner) 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 *GetLkeClusterPools200ResponseDataInnerNodesInner) SetId(v string)
SetId sets Id field to given value.
func (o *GetLkeClusterPools200ResponseDataInnerNodesInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetLkeClusterPools200ResponseDataInnerNodesInner) GetInstanceId() string
GetInstanceId returns the InstanceId field if non-nil, zero value otherwise.
func (o *GetLkeClusterPools200ResponseDataInnerNodesInner) GetInstanceIdOk() (*string, bool)
GetInstanceIdOk returns a tuple with the InstanceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLkeClusterPools200ResponseDataInnerNodesInner) SetInstanceId(v string)
SetInstanceId sets InstanceId field to given value.
func (o *GetLkeClusterPools200ResponseDataInnerNodesInner) HasInstanceId() bool
HasInstanceId returns a boolean if a field has been set.
func (o *GetLkeClusterPools200ResponseDataInnerNodesInner) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *GetLkeClusterPools200ResponseDataInnerNodesInner) 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 *GetLkeClusterPools200ResponseDataInnerNodesInner) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *GetLkeClusterPools200ResponseDataInnerNodesInner) HasStatus() bool
HasStatus returns a boolean if a field has been set.