KubernetesCluster
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewKubernetesCluster(properties KubernetesClusterProperties, ) *KubernetesCluster
NewKubernetesCluster instantiates a new KubernetesCluster 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 NewKubernetesClusterWithDefaults() *KubernetesCluster
NewKubernetesClusterWithDefaults instantiates a new KubernetesCluster 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 *KubernetesCluster) GetEntities() KubernetesClusterEntities
GetEntities returns the Entities field if non-nil, zero value otherwise.
func (o *KubernetesCluster) GetEntitiesOk() (*KubernetesClusterEntities, bool)
GetEntitiesOk returns a tuple with the Entities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesCluster) SetEntities(v KubernetesClusterEntities)
SetEntities sets Entities field to given value.
func (o *KubernetesCluster) HasEntities() bool
HasEntities returns a boolean if a field has been set.
func (o *KubernetesCluster) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *KubernetesCluster) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesCluster) SetHref(v string)
SetHref sets Href field to given value.
func (o *KubernetesCluster) HasHref() bool
HasHref returns a boolean if a field has been set.
func (o *KubernetesCluster) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *KubernetesCluster) 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 *KubernetesCluster) SetId(v string)
SetId sets Id field to given value.
func (o *KubernetesCluster) HasId() bool
HasId returns a boolean if a field has been set.
func (o *KubernetesCluster) GetMetadata() DatacenterElementMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *KubernetesCluster) GetMetadataOk() (*DatacenterElementMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesCluster) SetMetadata(v DatacenterElementMetadata)
SetMetadata sets Metadata field to given value.
func (o *KubernetesCluster) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *KubernetesCluster) GetProperties() KubernetesClusterProperties
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *KubernetesCluster) GetPropertiesOk() (*KubernetesClusterProperties, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesCluster) SetProperties(v KubernetesClusterProperties)
SetProperties sets Properties field to given value.
func (o *KubernetesCluster) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *KubernetesCluster) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesCluster) SetType(v string)
SetType sets Type field to given value.
func (o *KubernetesCluster) HasType() bool
HasType returns a boolean if a field has been set.
Entities
Pointer to KubernetesClusterEntities
[optional]
Href
Pointer to string
The URL to the object representation (absolute path).
[optional] [readonly]
Id
Pointer to string
The resource unique identifier.
[optional] [readonly]
Metadata
Pointer to DatacenterElementMetadata
[optional]
Properties
Type
Pointer to string
The object type.
[optional] [readonly]