Class: Google::Cloud::Container::V1::DesiredEnterpriseConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::DesiredEnterpriseConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
DesiredEnterpriseConfig is a wrapper used for updating enterprise_config.
Instance Attribute Summary collapse
-
#desired_tier ⇒ ::Google::Cloud::Container::V1::EnterpriseConfig::ClusterTier
Desired_tier specifies the desired tier of the cluster.
Instance Attribute Details
#desired_tier ⇒ ::Google::Cloud::Container::V1::EnterpriseConfig::ClusterTier
Returns desired_tier specifies the desired tier of the cluster.
2456 2457 2458 2459 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2456 class DesiredEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |