Class: Google::Apis::ComputeAlpha::MultiMigSchedulingPolicy

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MultiMigSchedulingPolicy

Returns a new instance of MultiMigSchedulingPolicy.



29622
29623
29624
# File 'lib/google/apis/compute_alpha/classes.rb', line 29622

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

Instance Attribute Details

#provisioningString

How provisioning of parts (instance group managers) should be scheduled ( coordinated or not). Corresponds to the JSON property provisioning

Returns:

  • (String)


29620
29621
29622
# File 'lib/google/apis/compute_alpha/classes.rb', line 29620

def provisioning
  @provisioning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



29627
29628
29629
# File 'lib/google/apis/compute_alpha/classes.rb', line 29627

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