Class: Google::Apis::ComputeAlpha::MultiMigSchedulingPolicy
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::MultiMigSchedulingPolicy
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Overview
Policy for handling provisioning and other scheduling-related events.
Instance Attribute Summary collapse
-
#provisioning ⇒ String
How provisioning of MIGs should be scheduled (coordinated or not) Corresponds to the JSON property
provisioning.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MultiMigSchedulingPolicy
constructor
A new instance of MultiMigSchedulingPolicy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MultiMigSchedulingPolicy
Returns a new instance of MultiMigSchedulingPolicy.
27174 27175 27176 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 27174 def initialize(**args) update!(**args) end |
Instance Attribute Details
#provisioning ⇒ String
How provisioning of MIGs should be scheduled (coordinated or not)
Corresponds to the JSON property provisioning
27172 27173 27174 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 27172 def provisioning @provisioning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27179 27180 27181 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 27179 def update!(**args) @provisioning = args[:provisioning] if args.key?(:provisioning) end |