Show / Hide Table of Contents

Class DataDiskAssignment

Data disk assignment for a given VM instance.

Inheritance
object
DataDiskAssignment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX