Class: Google::Cloud::Compute::V1::RegionDisksResizeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#size_gb::Integer

Returns The new size of the regional persistent disk, which is specified in GB.

Returns:

  • (::Integer)

    The new size of the regional persistent disk, which is specified in GB.



19792
19793
19794
19795
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19792

class RegionDisksResizeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end