[Obsolete]
public sealed class EnterpriseConfig : IMessage<EnterpriseConfig>, IEquatable<EnterpriseConfig>, IDeepCloneable<EnterpriseConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class EnterpriseConfig.
EnterpriseConfig is the cluster enterprise configuration.
Deprecated: GKE Enterprise features are now available without an Enterprise tier.
Implements
IMessageEnterpriseConfig, IEquatableEnterpriseConfig, IDeepCloneableEnterpriseConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
EnterpriseConfig()
public EnterpriseConfig()EnterpriseConfig(EnterpriseConfig)
public EnterpriseConfig(EnterpriseConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
EnterpriseConfig |
Properties
ClusterTier
public EnterpriseConfig.Types.ClusterTier ClusterTier { get; set; }Output only. cluster_tier indicates the effective tier of the cluster.
| Property Value | |
|---|---|
| Type | Description |
EnterpriseConfigTypesClusterTier |
|
DesiredTier
public EnterpriseConfig.Types.ClusterTier DesiredTier { get; set; }desired_tier specifies the desired tier of the cluster.
| Property Value | |
|---|---|
| Type | Description |
EnterpriseConfigTypesClusterTier |
|