Class: Google::Cloud::Container::V1::DesiredEnterpriseConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#desired_tier::Google::Cloud::Container::V1::EnterpriseConfig::ClusterTier

Returns desired_tier specifies the desired tier of the cluster.

Returns:



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