OrchestrationCluster(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Orchestration cluster represents a GKE cluster with config controller and TNA specific components installed on it.
Attributes |
|
---|---|
Name | Description |
name |
str
Name of the orchestration cluster. The name of orchestration cluster cannot be more than 24 characters. |
management_config |
google.cloud.telcoautomation_v1alpha1.types.ManagementConfig
Management configuration of the underlying GKE 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]
Labels as key value pairs. |
tna_version |
str
Output only. Provides the TNA version installed on the cluster. |
state |
google.cloud.telcoautomation_v1alpha1.types.OrchestrationCluster.State
Output only. State of the Orchestration Cluster. |
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 that the Orchestration Cluster can be in.