public sealed class EnterpriseConfig : IMessage<EnterpriseConfig>, IEquatable<EnterpriseConfig>, IDeepCloneable<EnterpriseConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class EnterpriseConfig.
EnterpriseConfig is the cluster enterprise configuration.
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. [Output only] cluster_tier specifies the premium tier of the cluster.
Property Value | |
---|---|
Type | Description |
EnterpriseConfigTypesClusterTier |