Class: Google::Cloud::Compute::V1::RegionDisksResizeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RegionDisksResizeRequest
- 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 regional persistent disk, which is specified in GB.
Instance Attribute Details
#size_gb ⇒ ::Integer
Returns The new size of the regional persistent disk, which is specified in GB.
25489 25490 25491 25492 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25489 class RegionDisksResizeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |