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

Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class EdgeSlm.

EdgeSlm represents an SLM instance which manages the lifecycle of edge components installed on Workload clusters managed by an Orchestration Cluster.

Generated from protobuf message google.cloud.telcoautomation.v1.EdgeSlm

Namespace

Google \ Cloud \ TelcoAutomation \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Name of the EdgeSlm resource.

↳ orchestration_cluster string

Immutable. Reference to the orchestration cluster on which templates for this resources will be applied. This should be of format projects/{project}/locations/{location}/orchestrationClusters/{orchestration_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

Optional. Labels as key value pairs. The key and value should contain characters which are UTF-8 compliant and less than 50 characters.

↳ tna_version string

Output only. Provides the active TNA version for this resource.

↳ state int

Output only. State of the EdgeSlm resource.

↳ workload_cluster_type int

Optional. Type of workload cluster for which an EdgeSLM resource is created.

getName

Name of the EdgeSlm resource.

Returns
TypeDescription
string

setName

Name of the EdgeSlm resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrchestrationCluster

Immutable. Reference to the orchestration cluster on which templates for this resources will be applied. This should be of format projects/{project}/locations/{location}/orchestrationClusters/{orchestration_cluster}.

Returns
TypeDescription
string

setOrchestrationCluster

Immutable. Reference to the orchestration cluster on which templates for this resources will be applied. This should be of format projects/{project}/locations/{location}/orchestrationClusters/{orchestration_cluster}.

Parameter
NameDescription
var string
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

Optional. Labels as key value pairs. The key and value should contain characters which are UTF-8 compliant and less than 50 characters.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setLabels

Optional. Labels as key value pairs. The key and value should contain characters which are UTF-8 compliant and less than 50 characters.

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

getTnaVersion

Output only. Provides the active TNA version for this resource.

Returns
TypeDescription
string

setTnaVersion

Output only. Provides the active TNA version for this resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getState

Output only. State of the EdgeSlm resource.

Returns
TypeDescription
int

setState

Output only. State of the EdgeSlm resource.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getWorkloadClusterType

Optional. Type of workload cluster for which an EdgeSLM resource is created.

Returns
TypeDescription
int

setWorkloadClusterType

Optional. Type of workload cluster for which an EdgeSLM resource is created.

Parameter
NameDescription
var int
Returns
TypeDescription
$this