Class AttachedDisk
A new or an existing persistent disk (PD) or a local ssd attached to a VM instance.
Implements
Inherited Members
Namespace: Google.Apis.Batch.v1.Data
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class AttachedDisk : IDirectResponseSchema
Properties
DeviceName
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.
Declaration
[JsonProperty("deviceName")]
public virtual string DeviceName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExistingDisk
Name of an existing PD.
Declaration
[JsonProperty("existingDisk")]
public virtual string ExistingDisk { get; set; }
Property Value
Type | Description |
---|---|
string |
NewDisk
Declaration
[JsonProperty("newDisk")]
public virtual Disk NewDisk { get; set; }
Property Value
Type | Description |
---|---|
Disk |