Class EdgeSlm (0.2.4)

EdgeSlm(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

Name Description
name str
Name of the EdgeSlm resource.
orchestration_cluster str
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_pb2.Timestamp
Output only. [Output only] Create time stamp.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Update time stamp.
labels MutableMapping[str, str]
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 str
Output only. Provides the active TNA version for this resource.
state google.cloud.telcoautomation_v1alpha1.types.EdgeSlm.State
Output only. State of the EdgeSlm resource.
workload_cluster_type google.cloud.telcoautomation_v1alpha1.types.EdgeSlm.WorkloadClusterType
Optional. Type of workload cluster for which an EdgeSLM resource is created.

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

State

State(value)

Possible states of the resource.

WorkloadClusterType

WorkloadClusterType(value)

Workload clusters supported by TNA. New values will be added to the enum list as TNA adds supports for new workload clusters in future.