Name | Type | Description | Notes |
---|---|---|---|
ControlPlane | Pointer to GetLkeClusters200ResponseDataInnerControlPlane | [optional] | |
Created | Pointer to time.Time | When this Kubernetes cluster was created. | [optional] [readonly] |
Id | Pointer to int32 | This Kubernetes cluster's unique ID. | [optional] [readonly] |
K8sVersion | Pointer to string | The desired Kubernetes version for this Kubernetes cluster in the format of <major>.<minor>, and the latest supported patch version will be deployed. | [optional] |
Label | Pointer to string | This Kubernetes cluster's unique label for display purposes only. Labels have the following constraints: - UTF-8 characters will be returned by the API using escape sequences of their Unicode code points. For example, the Japanese character か is 3 bytes in UTF-8 (`0xE382AB`). Its Unicode code point is 2 bytes (`0x30AB`). APIv4 supports this character and the API will return it as the escape sequence using six 1 byte characters which represent 2 bytes of Unicode code point (`"\u30ab"`). - 4 byte UTF-8 characters are not supported. - If the label is entirely composed of UTF-8 characters, the API response will return the code points using up to 193 1 byte characters. | [optional] |
Region | Pointer to string | This Kubernetes cluster's location. | [optional] |
Tags | Pointer to []string | An array of tags applied to the Kubernetes cluster. Tags are for organizational purposes only. | [optional] |
Updated | Pointer to time.Time | When this Kubernetes cluster was updated. | [optional] [readonly] |
func NewGetLkeClusters200ResponseDataInner() *GetLkeClusters200ResponseDataInner
NewGetLkeClusters200ResponseDataInner instantiates a new GetLkeClusters200ResponseDataInner 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 NewGetLkeClusters200ResponseDataInnerWithDefaults() *GetLkeClusters200ResponseDataInner
NewGetLkeClusters200ResponseDataInnerWithDefaults instantiates a new GetLkeClusters200ResponseDataInner 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 *GetLkeClusters200ResponseDataInner) GetControlPlane() GetLkeClusters200ResponseDataInnerControlPlane
GetControlPlane returns the ControlPlane field if non-nil, zero value otherwise.
func (o *GetLkeClusters200ResponseDataInner) GetControlPlaneOk() (*GetLkeClusters200ResponseDataInnerControlPlane, bool)
GetControlPlaneOk returns a tuple with the ControlPlane field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLkeClusters200ResponseDataInner) SetControlPlane(v GetLkeClusters200ResponseDataInnerControlPlane)
SetControlPlane sets ControlPlane field to given value.
func (o *GetLkeClusters200ResponseDataInner) HasControlPlane() bool
HasControlPlane returns a boolean if a field has been set.
func (o *GetLkeClusters200ResponseDataInner) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *GetLkeClusters200ResponseDataInner) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLkeClusters200ResponseDataInner) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *GetLkeClusters200ResponseDataInner) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *GetLkeClusters200ResponseDataInner) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetLkeClusters200ResponseDataInner) 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 *GetLkeClusters200ResponseDataInner) SetId(v int32)
SetId sets Id field to given value.
func (o *GetLkeClusters200ResponseDataInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetLkeClusters200ResponseDataInner) GetK8sVersion() string
GetK8sVersion returns the K8sVersion field if non-nil, zero value otherwise.
func (o *GetLkeClusters200ResponseDataInner) GetK8sVersionOk() (*string, bool)
GetK8sVersionOk returns a tuple with the K8sVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLkeClusters200ResponseDataInner) SetK8sVersion(v string)
SetK8sVersion sets K8sVersion field to given value.
func (o *GetLkeClusters200ResponseDataInner) HasK8sVersion() bool
HasK8sVersion returns a boolean if a field has been set.
func (o *GetLkeClusters200ResponseDataInner) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *GetLkeClusters200ResponseDataInner) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLkeClusters200ResponseDataInner) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *GetLkeClusters200ResponseDataInner) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *GetLkeClusters200ResponseDataInner) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *GetLkeClusters200ResponseDataInner) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLkeClusters200ResponseDataInner) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *GetLkeClusters200ResponseDataInner) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *GetLkeClusters200ResponseDataInner) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *GetLkeClusters200ResponseDataInner) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLkeClusters200ResponseDataInner) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *GetLkeClusters200ResponseDataInner) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *GetLkeClusters200ResponseDataInner) GetUpdated() time.Time
GetUpdated returns the Updated field if non-nil, zero value otherwise.
func (o *GetLkeClusters200ResponseDataInner) GetUpdatedOk() (*time.Time, bool)
GetUpdatedOk returns a tuple with the Updated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLkeClusters200ResponseDataInner) SetUpdated(v time.Time)
SetUpdated sets Updated field to given value.
func (o *GetLkeClusters200ResponseDataInner) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.