Class: Google::Cloud::LifeSciences::V2beta::Disk
- Inherits:
-
Object
- Object
- Google::Cloud::LifeSciences::V2beta::Disk
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/lifesciences/v2beta/workflows.rb
Overview
Carries information about a disk that can be attached to a VM.
See https://cloud.google.com/compute/docs/disks/performance for more information about disk type, size, and performance considerations.
Instance Attribute Summary collapse
-
#name ⇒ ::String
A user-supplied name for the disk.
-
#size_gb ⇒ ::Integer
The size, in GB, of the disk to attach.
-
#source_image ⇒ ::String
An optional image to put on the disk before attaching it to the VM.
-
#type ⇒ ::String
The Compute Engine disk type.
Instance Attribute Details
#name ⇒ ::String
561 562 563 564 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 561 class Disk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#size_gb ⇒ ::Integer
561 562 563 564 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 561 class Disk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_image ⇒ ::String
561 562 563 564 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 561 class Disk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
561 562 563 564 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 561 class Disk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |