Class: Google::Cloud::Compute::V1::ScratchDisks
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ScratchDisks
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#disk_gb ⇒ ::Integer
Size of the scratch disk, defined in GB.
Instance Attribute Details
#disk_gb ⇒ ::Integer
Returns Size of the scratch disk, defined in GB.
28301 28302 28303 28304 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28301 class ScratchDisks include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |