Class: Google::Apis::GkehubV1::AnthosVmMembershipSpec

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

Overview

AnthosVMMembershipSpec contains the AnthosVM feature configuration for a membership/cluster.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AnthosVmMembershipSpec

Returns a new instance of AnthosVmMembershipSpec.



35
36
37
# File 'lib/google/apis/gkehub_v1/classes.rb', line 35

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

Instance Attribute Details

#subfeatures_specArray<Google::Apis::GkehubV1::AnthosVmSubFeatureSpec>

List of configurations of the Anthos For VM subfeatures that are to be enabled Corresponds to the JSON property subfeaturesSpec



33
34
35
# File 'lib/google/apis/gkehub_v1/classes.rb', line 33

def subfeatures_spec
  @subfeatures_spec
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



40
41
42
# File 'lib/google/apis/gkehub_v1/classes.rb', line 40

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