Class: Google::Apis::ComputeBeta::ReservationsResizeRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::ReservationsResizeRequest
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#specific_sku_count ⇒ Fixnum
Number of allocated resources can be resized with minimum = 1 and maximum = 1000.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReservationsResizeRequest
constructor
A new instance of ReservationsResizeRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ReservationsResizeRequest
Returns a new instance of ReservationsResizeRequest.
24126 24127 24128 |
# File 'generated/google/apis/compute_beta/classes.rb', line 24126 def initialize(**args) update!(**args) end |
Instance Attribute Details
#specific_sku_count ⇒ Fixnum
Number of allocated resources can be resized with minimum = 1 and maximum =
1000.
Corresponds to the JSON property specificSkuCount
24124 24125 24126 |
# File 'generated/google/apis/compute_beta/classes.rb', line 24124 def specific_sku_count @specific_sku_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24131 24132 24133 |
# File 'generated/google/apis/compute_beta/classes.rb', line 24131 def update!(**args) @specific_sku_count = args[:specific_sku_count] if args.key?(:specific_sku_count) end |