public sealed class OrchestrationCluster : IMessage<OrchestrationCluster>, IEquatable<OrchestrationCluster>, IDeepCloneable<OrchestrationCluster>, IBufferMessage, IMessageReference documentation and code samples for the Telco Automation v1 API class OrchestrationCluster.
Orchestration cluster represents a GKE cluster with config controller and TNA specific components installed on it.
Implements
IMessageOrchestrationCluster, IEquatableOrchestrationCluster, IDeepCloneableOrchestrationCluster, IBufferMessage, IMessageNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
OrchestrationCluster()
public OrchestrationCluster()OrchestrationCluster(OrchestrationCluster)
public OrchestrationCluster(OrchestrationCluster other)| Parameter | |
|---|---|
| Name | Description |
other |
OrchestrationCluster |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. [Output only] Create time stamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Labels
public MapField<string, string> Labels { get; }Labels as key value pairs.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
ManagementConfig
public ManagementConfig ManagementConfig { get; set; }Management configuration of the underlying GKE cluster.
| Property Value | |
|---|---|
| Type | Description |
ManagementConfig |
|
Name
public string Name { get; set; }Name of the orchestration cluster. The name of orchestration cluster cannot be more than 24 characters.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrchestrationClusterName
public OrchestrationClusterName OrchestrationClusterName { get; set; }OrchestrationClusterName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
OrchestrationClusterName |
|
State
public OrchestrationCluster.Types.State State { get; set; }Output only. State of the Orchestration Cluster.
| Property Value | |
|---|---|
| Type | Description |
OrchestrationClusterTypesState |
|
TnaVersion
public string TnaVersion { get; set; }Output only. Provides the TNA version installed on the cluster.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. [Output only] Update time stamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|