Google Cloud Batch V1 Client - Class AttachedDisk (0.2.2)

Reference documentation and code samples for the Google Cloud Batch V1 Client class AttachedDisk.

A new or an existing persistent disk (PD) or a local ssd attached to a VM instance.

Generated from protobuf message google.cloud.batch.v1.AllocationPolicy.AttachedDisk

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ existing_disk
string

Name of an existing PD.

↳ device_name
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.

getNewDisk

Generated from protobuf field .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;

Returns
Type
Description

hasNewDisk

setNewDisk

Generated from protobuf field .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;

Parameter
Name
Description
Returns
Type
Description
$this

getExistingDisk

Name of an existing PD.

Generated from protobuf field string existing_disk = 2;

Returns
Type
Description
string

hasExistingDisk

setExistingDisk

Name of an existing PD.

Generated from protobuf field string existing_disk = 2;

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getDeviceName

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.

Generated from protobuf field string device_name = 3;

Returns
Type
Description
string

setDeviceName

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.

Generated from protobuf field string device_name = 3;

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getAttached

Returns
Type
Description
string
Create a Mobile Website
View Site in Mobile | Classic
Share by: