Class: Google::Apis::GkeonpremV1::VmwareAagConfig
- Inherits:
-
Object
- Object
- Google::Apis::GkeonpremV1::VmwareAagConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkeonprem_v1/classes.rb,
lib/google/apis/gkeonprem_v1/representations.rb,
lib/google/apis/gkeonprem_v1/representations.rb
Overview
Specifies anti affinity group config for the VMware user cluster.
Instance Attribute Summary collapse
-
#aag_config_disabled ⇒ Boolean
(also: #aag_config_disabled?)
Spread nodes across at least three physical hosts (requires at least three hosts).
Instance Method Summary collapse
-
#initialize(**args) ⇒ VmwareAagConfig
constructor
A new instance of VmwareAagConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ VmwareAagConfig
Returns a new instance of VmwareAagConfig.
3594 3595 3596 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3594 def initialize(**args) update!(**args) end |
Instance Attribute Details
#aag_config_disabled ⇒ Boolean Also known as: aag_config_disabled?
Spread nodes across at least three physical hosts (requires at least three
hosts). Enabled by default.
Corresponds to the JSON property aagConfigDisabled
3591 3592 3593 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3591 def aag_config_disabled @aag_config_disabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3599 3600 3601 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3599 def update!(**args) @aag_config_disabled = args[:aag_config_disabled] if args.key?(:aag_config_disabled) end |