Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class OrchestrationCluster.
Orchestration cluster represents a GKE cluster with config controller and TNA specific components installed on it.
Generated from protobuf message google.cloud.telcoautomation.v1.OrchestrationCluster
Namespace
Google \ Cloud \ TelcoAutomation \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Name of the orchestration cluster. The name of orchestration cluster cannot be more than 24 characters. |
↳ management_config |
ManagementConfig
Management configuration of the underlying GKE cluster. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. [Output only] Create time stamp. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. [Output only] Update time stamp. |
↳ labels |
array|Google\Protobuf\Internal\MapField
Labels as key value pairs. |
↳ tna_version |
string
Output only. Provides the TNA version installed on the cluster. |
↳ state |
int
Output only. State of the Orchestration Cluster. |
getName
Name of the orchestration cluster. The name of orchestration cluster cannot be more than 24 characters.
Returns | |
---|---|
Type | Description |
string |
setName
Name of the orchestration cluster. The name of orchestration cluster cannot be more than 24 characters.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getManagementConfig
Management configuration of the underlying GKE cluster.
Returns | |
---|---|
Type | Description |
ManagementConfig|null |
hasManagementConfig
clearManagementConfig
setManagementConfig
Management configuration of the underlying GKE cluster.
Parameter | |
---|---|
Name | Description |
var |
ManagementConfig
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Output only. [Output only] Create time stamp.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. [Output only] Create time stamp.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateTime
Output only. [Output only] Update time stamp.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. [Output only] Update time stamp.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getLabels
Labels as key value pairs.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setLabels
Labels as key value pairs.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |
getTnaVersion
Output only. Provides the TNA version installed on the cluster.
Returns | |
---|---|
Type | Description |
string |
setTnaVersion
Output only. Provides the TNA version installed on the cluster.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getState
Output only. State of the Orchestration Cluster.
Returns | |
---|---|
Type | Description |
int |
setState
Output only. State of the Orchestration Cluster.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |