Class: Google::Cloud::Container::V1::EnterpriseConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::EnterpriseConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
EnterpriseConfig is the cluster enterprise configuration.
Defined Under Namespace
Modules: ClusterTier
Instance Attribute Summary collapse
-
#cluster_tier ⇒ ::Google::Cloud::Container::V1::EnterpriseConfig::ClusterTier
readonly
Output only.
-
#desired_tier ⇒ ::Google::Cloud::Container::V1::EnterpriseConfig::ClusterTier
Desired_tier specifies the desired tier of the cluster.
Instance Attribute Details
#cluster_tier ⇒ ::Google::Cloud::Container::V1::EnterpriseConfig::ClusterTier (readonly)
Returns Output only. cluster_tier indicates the effective tier of the cluster.
6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 6128 class EnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Premium tiers for GKE Cluster. 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::V1::EnterpriseConfig::ClusterTier
Returns desired_tier specifies the desired tier of the cluster.
6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 6128 class EnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Premium tiers for GKE Cluster. 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 |