PatchClusterRequest
Last updated
Last updated
Request payload to change a cluster.
Name | Type | Description | Notes |
---|---|---|---|
func (o *PatchClusterRequest) GetMetadata() Metadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *PatchClusterRequest) GetMetadataOk() (*Metadata, 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 *PatchClusterRequest) SetMetadata(v Metadata)
SetMetadata sets Metadata field to given value.
func (o *PatchClusterRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *PatchClusterRequest) GetProperties() PatchClusterProperties
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *PatchClusterRequest) GetPropertiesOk() (*PatchClusterProperties, 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 *PatchClusterRequest) SetProperties(v PatchClusterProperties)
SetProperties sets Properties field to given value.
func (o *PatchClusterRequest) HasProperties() bool
HasProperties returns a boolean if a field has been set.
Metadata
Pointer to Metadata
[optional]
Properties
Pointer to PatchClusterProperties
[optional]