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.
Namespace
Google.Cloud.Batch.V1AlphaAssembly
Google.Cloud.Batch.V1Alpha.dll
Constructors
PD()
public PD()
PD(PD)
public PD(PD other)
Parameter | |
---|---|
Name | Description |
other |
PD |
Properties
Device
public string Device { get; set; }
PD device name, e.g. persistent-disk-1.
Property Value | |
---|---|
Type | Description |
string |
Disk
public string Disk { get; set; }
PD disk name, e.g. pd-1.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
bool |