Class: Google::Apis::ComputeBeta::CapacityAdviceRequestInstancePropertiesScheduling

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb

Overview

Defines the instance scheduling options.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CapacityAdviceRequestInstancePropertiesScheduling

Returns a new instance of CapacityAdviceRequestInstancePropertiesScheduling.



8110
8111
8112
# File 'lib/google/apis/compute_beta/classes.rb', line 8110

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

Instance Attribute Details

#provisioning_modelString

Specifies the provisioning model. Corresponds to the JSON property provisioningModel

Returns:

  • (String)


8108
8109
8110
# File 'lib/google/apis/compute_beta/classes.rb', line 8108

def provisioning_model
  @provisioning_model
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8115
8116
8117
# File 'lib/google/apis/compute_beta/classes.rb', line 8115

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