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.
3661 3662 3663 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3661 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
3658 3659 3660 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3658 def aag_config_disabled @aag_config_disabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3666 3667 3668 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3666 def update!(**args) @aag_config_disabled = args[:aag_config_disabled] if args.key?(:aag_config_disabled) end |