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_v1.types.EdgeSlm.State
Output only. State of the EdgeSlm resource. |
workload_cluster_type |
google.cloud.telcoautomation_v1.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,
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 |
State
State(value)
Possible states of the resource.
Values: STATE_UNSPECIFIED (0): Unspecified state. CREATING (1): EdgeSlm is being created. ACTIVE (2): EdgeSlm has been created and is ready for use. DELETING (3): EdgeSlm is being deleted. FAILED (4): EdgeSlm encountered an error and is in an indeterministic state. User can still initiate a delete operation on this state.
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.
Values: WORKLOAD_CLUSTER_TYPE_UNSPECIFIED (0): Unspecified workload cluster. GDCE (1): Workload cluster is a GDCE cluster. GKE (2): Workload cluster is a GKE cluster.