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.
Implements
IMessageMountedDataDisk, IEquatableMountedDataDisk, IDeepCloneableMountedDataDisk, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
MountedDataDisk()
public MountedDataDisk()
MountedDataDisk(MountedDataDisk)
public MountedDataDisk(MountedDataDisk other)
Parameter | |
---|---|
Name | Description |
other |
MountedDataDisk |
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 | |
---|---|
Type | Description |
string |