Batch v1alpha API - Class PD (1.0.0-alpha25)

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

Reference documentation and code samples for the Batch v1alpha API class PD.

Deprecated: please use device_name instead.

Inheritance

object > PD

Namespace

Google.Cloud.Batch.V1Alpha

Assembly

Google.Cloud.Batch.V1Alpha.dll

Constructors

PD()

public PD()

PD(PD)

public PD(PD other)
Parameter
NameDescription
otherPD

Properties

Device

public string Device { get; set; }

PD device name, e.g. persistent-disk-1.

Property Value
TypeDescription
string

Disk

public string Disk { get; set; }

PD disk name, e.g. pd-1.

Property Value
TypeDescription
string

Existing

[Obsolete]
public bool Existing { get; set; }

Whether this is an existing PD. Default is false. If false, i.e., new PD, we will format it into ext4 and mount to the given path. If true, i.e., existing PD, it should be in ext4 format and we will mount it to the given path.

Property Value
TypeDescription
bool