Class DataDiskAssignment
Data disk assignment for a given VM instance.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class DataDiskAssignment : IDirectResponseSchema
Properties
DataDisks
Mounted data disks. The order is important a data disk's 0-based index in this list defines which persistent directory the disk is mounted to, for example the list of { "myproject-1014-104817-4c2-harness-0-disk-0" }, { "myproject-1014-104817-4c2-harness-0-disk-1" }.
Declaration
[JsonProperty("dataDisks")]
public virtual IList<string> DataDisks { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VmInstance
VM instance name the data disks mounted to, for example "myproject-1014-104817-4c2-harness-0".
Declaration
[JsonProperty("vmInstance")]
public virtual string VmInstance { get; set; }
Property Value
Type | Description |
---|---|
string |