Dataflow v1beta3 API - Class MountedDataDisk (2.0.0-beta06)

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

Reference documentation and code samples for the Dataflow v1beta3 API class MountedDataDisk.

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