Class: Google::Apis::ContainerV1beta1::DesiredEnterpriseConfig

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

DesiredEnterpriseConfig is a wrapper used for updating enterprise_config. Deprecated: GKE Enterprise features are now available without an Enterprise tier.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DesiredEnterpriseConfig

Returns a new instance of DesiredEnterpriseConfig.



3405
3406
3407
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3405

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

Instance Attribute Details

#desired_tierString

desired_tier specifies the desired tier of the cluster. Corresponds to the JSON property desiredTier

Returns:

  • (String)


3403
3404
3405
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3403

def desired_tier
  @desired_tier
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3410
3411
3412
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3410

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