ClusterRead
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewClusterRead(id string, type_ string, href string, metadata MetadataWithStatus, properties Cluster, ) *ClusterRead
NewClusterRead instantiates a new ClusterRead 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 NewClusterReadWithDefaults() *ClusterRead
NewClusterReadWithDefaults instantiates a new ClusterRead 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 *ClusterRead) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ClusterRead) 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 *ClusterRead) SetId(v string)
SetId sets Id field to given value.
func (o *ClusterRead) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ClusterRead) 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 *ClusterRead) SetType(v string)
SetType sets Type field to given value.
func (o *ClusterRead) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *ClusterRead) 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 *ClusterRead) SetHref(v string)
SetHref sets Href field to given value.
func (o *ClusterRead) GetMetadata() MetadataWithStatus
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *ClusterRead) GetMetadataOk() (*MetadataWithStatus, 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 *ClusterRead) SetMetadata(v MetadataWithStatus)
SetMetadata sets Metadata field to given value.
func (o *ClusterRead) GetProperties() Cluster
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *ClusterRead) GetPropertiesOk() (*Cluster, 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 *ClusterRead) SetProperties(v Cluster)
SetProperties sets Properties field to given value.
Id
string
The ID (UUID) of the cluster.
Type
string
The resource type
Href
string
The URL of the cluster.
Metadata
Properties