Class: Google::Apis::ContainerV1beta1::EnterpriseConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/container_v1beta1/classes.rb,
lib/google/apis/container_v1beta1/representations.rb,
lib/google/apis/container_v1beta1/representations.rb

Overview

EnterpriseConfig is the cluster enterprise configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseConfig

Returns a new instance of EnterpriseConfig.



2701
2702
2703
# File 'lib/google/apis/container_v1beta1/classes.rb', line 2701

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#cluster_tierString

Output only. cluster_tier specifies the premium tier of the cluster. Corresponds to the JSON property clusterTier

Returns:

  • (String)


2699
2700
2701
# File 'lib/google/apis/container_v1beta1/classes.rb', line 2699

def cluster_tier
  @cluster_tier
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2706
2707
2708
# File 'lib/google/apis/container_v1beta1/classes.rb', line 2706

def update!(**args)
  @cluster_tier = args[:cluster_tier] if args.key?(:cluster_tier)
end