Class: Google::Cloud::LifeSciences::V2beta::ExistingDisk

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

Overview

Configuration for an existing disk to be attached to the VM.

Instance Attribute Summary collapse

Instance Attribute Details

#disk::String

Returns If disk contains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk. If disk does not contain slashes, the Cloud Life Sciences API assumes that the disk is a zonal disk and a URL will be generated of the form zones/<zone>/disks/<disk>, where <zone> is the zone in which the instance is allocated. The disk must be ext4 formatted.

If all Mount references to this disk have the read_only flag set to true, the disk will be attached in read-only mode and can be shared with other instances. Otherwise, the disk will be available for writing but cannot be shared.

Returns:

  • (::String)

    If disk contains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk. If disk does not contain slashes, the Cloud Life Sciences API assumes that the disk is a zonal disk and a URL will be generated of the form zones/<zone>/disks/<disk>, where <zone> is the zone in which the instance is allocated. The disk must be ext4 formatted.

    If all Mount references to this disk have the read_only flag set to true, the disk will be attached in read-only mode and can be shared with other instances. Otherwise, the disk will be available for writing but cannot be shared.



600
601
602
603
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 600

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