Telco Automation v1 API - Class OrchestrationCluster (1.0.0)

public sealed class OrchestrationCluster : IMessage<OrchestrationCluster>, IEquatable<OrchestrationCluster>, IDeepCloneable<OrchestrationCluster>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > OrchestrationCluster

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

OrchestrationCluster()

public OrchestrationCluster()

OrchestrationCluster(OrchestrationCluster)

public OrchestrationCluster(OrchestrationCluster other)
Parameter
NameDescription
otherOrchestrationCluster

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. [Output only] Create time stamp.

Property Value
TypeDescription
Timestamp

Labels

public MapField<string, string> Labels { get; }

Labels as key value pairs.

Property Value
TypeDescription
MapFieldstringstring

ManagementConfig

public ManagementConfig ManagementConfig { get; set; }

Management configuration of the underlying GKE cluster.

Property Value
TypeDescription
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
TypeDescription
string

OrchestrationClusterName

public OrchestrationClusterName OrchestrationClusterName { get; set; }

OrchestrationClusterName-typed view over the Name resource name property.

Property Value
TypeDescription
OrchestrationClusterName

State

public OrchestrationCluster.Types.State State { get; set; }

Output only. State of the Orchestration Cluster.

Property Value
TypeDescription
OrchestrationClusterTypesState

TnaVersion

public string TnaVersion { get; set; }

Output only. Provides the TNA version installed on the cluster.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. [Output only] Update time stamp.

Property Value
TypeDescription
Timestamp