Google Cloud Telco Automation V1 Client - Class OrchestrationCluster (0.1.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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 Google\Cloud\TelcoAutomation\V1\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
TypeDescription
string

setName

Name of the orchestration cluster. The name of orchestration cluster cannot be more than 24 characters.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getManagementConfig

Management configuration of the underlying GKE cluster.

Returns
TypeDescription
Google\Cloud\TelcoAutomation\V1\ManagementConfig|null

hasManagementConfig

clearManagementConfig

setManagementConfig

Management configuration of the underlying GKE cluster.

Parameter
NameDescription
var Google\Cloud\TelcoAutomation\V1\ManagementConfig
Returns
TypeDescription
$this

getCreateTime

Output only. [Output only] Create time stamp.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. [Output only] Create time stamp.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

Output only. [Output only] Update time stamp.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. [Output only] Update time stamp.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getLabels

Labels as key value pairs.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setLabels

Labels as key value pairs.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getTnaVersion

Output only. Provides the TNA version installed on the cluster.

Returns
TypeDescription
string

setTnaVersion

Output only. Provides the TNA version installed on the cluster.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getState

Output only. State of the Orchestration Cluster.

Returns
TypeDescription
int

setState

Output only. State of the Orchestration Cluster.

Parameter
NameDescription
var int
Returns
TypeDescription
$this