Reference documentation and code samples for the Cloud Life Sciences V2beta API class Google::Cloud::LifeSciences::V2beta::ExistingDisk.
Configuration for an existing disk to be attached to the VM.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#disk
def disk() -> ::String-
(::String) — If
diskcontains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk. Ifdiskdoes not contain slashes, the Cloud Life Sciences API assumes that the disk is a zonal disk and a URL will be generated of the formzones/<zone>/disks/<disk>, where<zone>is the zone in which the instance is allocated. The disk must be ext4 formatted.If all
Mountreferences to this disk have theread_onlyflag set to true, the disk will be attached inread-onlymode and can be shared with other instances. Otherwise, the disk will be available for writing but cannot be shared.
#disk=
def disk=(value) -> ::String-
value (::String) — If
diskcontains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk. Ifdiskdoes not contain slashes, the Cloud Life Sciences API assumes that the disk is a zonal disk and a URL will be generated of the formzones/<zone>/disks/<disk>, where<zone>is the zone in which the instance is allocated. The disk must be ext4 formatted.If all
Mountreferences to this disk have theread_onlyflag set to true, the disk will be attached inread-onlymode and can be shared with other instances. Otherwise, the disk will be available for writing but cannot be shared.
-
(::String) — If
diskcontains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk. Ifdiskdoes not contain slashes, the Cloud Life Sciences API assumes that the disk is a zonal disk and a URL will be generated of the formzones/<zone>/disks/<disk>, where<zone>is the zone in which the instance is allocated. The disk must be ext4 formatted.If all
Mountreferences to this disk have theread_onlyflag set to true, the disk will be attached inread-onlymode and can be shared with other instances. Otherwise, the disk will be available for writing but cannot be shared.