Class: Google::Apis::ComputeBeta::ReservationsResizeRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::ReservationsResizeRequest
- 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
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.
Constructor Details
#initialize(**args) ⇒ ReservationsResizeRequest
Returns a new instance of ReservationsResizeRequest.
27791 27792 27793 |
# File 'lib/google/apis/compute_beta/classes.rb', line 27791 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
27789 27790 27791 |
# File 'lib/google/apis/compute_beta/classes.rb', line 27789 def specific_sku_count @specific_sku_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27796 27797 27798 |
# File 'lib/google/apis/compute_beta/classes.rb', line 27796 def update!(**args) @specific_sku_count = args[:specific_sku_count] if args.key?(:specific_sku_count) end |