class Cluster extends Collection (View source)

Properties

protected $collection_key
string $clusterName
string $clusterUuid
protected $configType
protected $configDataType
string[] $labels
protected $metricsType
protected $metricsDataType
string $projectId
protected $statusType
protected $statusDataType
protected $statusHistoryType
protected $statusHistoryDataType
protected $virtualClusterConfigType
protected $virtualClusterConfigDataType

Methods

setClusterName($clusterName)

No description

string
getClusterName()

No description

setClusterUuid($clusterUuid)

No description

string
getClusterUuid()

No description

setConfig(ClusterConfig $config)

No description

getConfig()

No description

setLabels($labels)

No description

string[]
getLabels()

No description

setMetrics(ClusterMetrics $metrics)

No description

getMetrics()

No description

setProjectId($projectId)

No description

string
getProjectId()

No description

setStatus(ClusterStatus $status)

No description

getStatus()

No description

setStatusHistory($statusHistory)

No description

getStatusHistory()

No description

setVirtualClusterConfig(VirtualClusterConfig $virtualClusterConfig)

No description

Details

setClusterName($clusterName)

No description

Parameters

$clusterName

string getClusterName()

No description

Return Value

string

setClusterUuid($clusterUuid)

No description

Parameters

$clusterUuid

string getClusterUuid()

No description

Return Value

string

setConfig(ClusterConfig $config)

No description

Parameters

ClusterConfig $config

ClusterConfig getConfig()

No description

Return Value

ClusterConfig

setLabels($labels)

No description

Parameters

$labels

string[] getLabels()

No description

Return Value

string[]

setMetrics(ClusterMetrics $metrics)

No description

Parameters

ClusterMetrics $metrics

ClusterMetrics getMetrics()

No description

Return Value

ClusterMetrics

setProjectId($projectId)

No description

Parameters

$projectId

string getProjectId()

No description

Return Value

string

setStatus(ClusterStatus $status)

No description

Parameters

ClusterStatus $status

ClusterStatus getStatus()

No description

Return Value

ClusterStatus

setStatusHistory($statusHistory)

No description

Parameters

$statusHistory

ClusterStatus[] getStatusHistory()

No description

Return Value

ClusterStatus[]

setVirtualClusterConfig(VirtualClusterConfig $virtualClusterConfig)

No description

Parameters

VirtualClusterConfig $virtualClusterConfig

VirtualClusterConfig getVirtualClusterConfig()

No description

Return Value

VirtualClusterConfig