Class MountedDataDisk (1.0.0-beta03)

public sealed class MountedDataDisk : IMessage<MountedDataDisk>, IEquatable<MountedDataDisk>, IDeepCloneable<MountedDataDisk>, IBufferMessage, IMessage

Describes mounted data disk.

Inheritance

Object > MountedDataDisk

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

MountedDataDisk()

public MountedDataDisk()

MountedDataDisk(MountedDataDisk)

public MountedDataDisk(MountedDataDisk other)
Parameter
NameDescription
otherMountedDataDisk

Properties

DataDisk

public string DataDisk { get; set; }

The name of the data disk. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example "myproject-1014-104817-4c2-harness-0-disk-1".

Property Value
TypeDescription
String