Reference documentation and code samples for the Batch V1 API class Google::Cloud::Batch::V1::AllocationPolicy::AttachedDisk.
A new or an existing persistent disk (PD) or a local ssd attached to a VM instance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#device_name
def device_name() -> ::String
- (::String) — Device name that the guest operating system will see. It is used by Runnable.volumes field to mount disks. So please specify the device_name if you want Batch to help mount the disk, and it should match the device_name field in volumes.
#device_name=
def device_name=(value) -> ::String
- value (::String) — Device name that the guest operating system will see. It is used by Runnable.volumes field to mount disks. So please specify the device_name if you want Batch to help mount the disk, and it should match the device_name field in volumes.
- (::String) — Device name that the guest operating system will see. It is used by Runnable.volumes field to mount disks. So please specify the device_name if you want Batch to help mount the disk, and it should match the device_name field in volumes.
#existing_disk
def existing_disk() -> ::String
-
(::String) — Name of an existing PD.
Note: The following fields are mutually exclusive:
existing_disk
,new_disk
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#existing_disk=
def existing_disk=(value) -> ::String
-
value (::String) — Name of an existing PD.
Note: The following fields are mutually exclusive:
existing_disk
,new_disk
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Name of an existing PD.
Note: The following fields are mutually exclusive:
existing_disk
,new_disk
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#new_disk
def new_disk() -> ::Google::Cloud::Batch::V1::AllocationPolicy::Disk
-
(::Google::Cloud::Batch::V1::AllocationPolicy::Disk) — Note: The following fields are mutually exclusive:
new_disk
,existing_disk
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#new_disk=
def new_disk=(value) -> ::Google::Cloud::Batch::V1::AllocationPolicy::Disk
-
value (::Google::Cloud::Batch::V1::AllocationPolicy::Disk) — Note: The following fields are mutually exclusive:
new_disk
,existing_disk
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Batch::V1::AllocationPolicy::Disk) — Note: The following fields are mutually exclusive:
new_disk
,existing_disk
. If a field in that set is populated, all other fields in the set will automatically be cleared.