Class: Google::Apis::GkehubV1alpha::AnthosVmMembershipSpec
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1alpha::AnthosVmMembershipSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1alpha/classes.rb,
lib/google/apis/gkehub_v1alpha/representations.rb,
lib/google/apis/gkehub_v1alpha/representations.rb
Overview
AnthosVMMembershipSpec contains the AnthosVM feature configuration for a membership/cluster.
Instance Attribute Summary collapse
-
#subfeatures_spec ⇒ Array<Google::Apis::GkehubV1alpha::AnthosVmSubFeatureSpec>
List of configurations of the Anthos For VM subfeatures that are to be enabled Corresponds to the JSON property
subfeaturesSpec.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AnthosVmMembershipSpec
constructor
A new instance of AnthosVmMembershipSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AnthosVmMembershipSpec
Returns a new instance of AnthosVmMembershipSpec.
90 91 92 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 90 def initialize(**args) update!(**args) end |
Instance Attribute Details
#subfeatures_spec ⇒ Array<Google::Apis::GkehubV1alpha::AnthosVmSubFeatureSpec>
List of configurations of the Anthos For VM subfeatures that are to be enabled
Corresponds to the JSON property subfeaturesSpec
88 89 90 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 88 def subfeatures_spec @subfeatures_spec end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
95 96 97 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 95 def update!(**args) @subfeatures_spec = args[:subfeatures_spec] if args.key?(:subfeatures_spec) end |