Class: Google::Cloud::Container::V1beta1::EnterpriseConfig Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::EnterpriseConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
EnterpriseConfig is the cluster enterprise configuration.
Deprecated: GKE Enterprise features are now available without an Enterprise tier.
Defined Under Namespace
Modules: ClusterTier
Instance Attribute Summary collapse
-
#cluster_tier ⇒ ::Google::Cloud::Container::V1beta1::EnterpriseConfig::ClusterTier
readonly
Output only.
-
#desired_tier ⇒ ::Google::Cloud::Container::V1beta1::EnterpriseConfig::ClusterTier
Desired_tier specifies the desired tier of the cluster.
Instance Attribute Details
#cluster_tier ⇒ ::Google::Cloud::Container::V1beta1::EnterpriseConfig::ClusterTier (readonly)
7811 7812 7813 7814 7815 7816 7817 7818 7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 7830 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 7811 class EnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Premium tiers for GKE Cluster. # # Deprecated: GKE Enterprise features are now available without an Enterprise # tier. # @deprecated This enum is deprecated and may be removed in the next major version update. module ClusterTier # CLUSTER_TIER_UNSPECIFIED is when cluster_tier is not set. CLUSTER_TIER_UNSPECIFIED = 0 # STANDARD indicates a standard GKE cluster. STANDARD = 1 # ENTERPRISE indicates a GKE Enterprise cluster. ENTERPRISE = 2 end end |
#desired_tier ⇒ ::Google::Cloud::Container::V1beta1::EnterpriseConfig::ClusterTier
7811 7812 7813 7814 7815 7816 7817 7818 7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 7830 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 7811 class EnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Premium tiers for GKE Cluster. # # Deprecated: GKE Enterprise features are now available without an Enterprise # tier. # @deprecated This enum is deprecated and may be removed in the next major version update. module ClusterTier # CLUSTER_TIER_UNSPECIFIED is when cluster_tier is not set. CLUSTER_TIER_UNSPECIFIED = 0 # STANDARD indicates a standard GKE cluster. STANDARD = 1 # ENTERPRISE indicates a GKE Enterprise cluster. ENTERPRISE = 2 end end |