Class: Google::Cloud::Compute::V1::DisksResizeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::DisksResizeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#size_gb ⇒ ::Integer
The new size of the persistent disk, which is specified in GB.
Instance Attribute Details
#size_gb ⇒ ::Integer
Returns The new size of the persistent disk, which is specified in GB.
7507 7508 7509 7510 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7507 class DisksResizeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |