Class: Google::Cloud::Compute::V1::ReservationsResizeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ReservationsResizeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#specific_sku_count ⇒ ::Integer
Number of allocated resources can be resized with minimum = 1 and maximum = 1000.
Instance Attribute Details
#specific_sku_count ⇒ ::Integer
Returns Number of allocated resources can be resized with minimum = 1 and maximum = 1000.
26374 26375 26376 26377 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26374 class ReservationsResizeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |