Cloud AI Platform v1 API - Class PersistentDiskSpec (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class PersistentDiskSpec.

Represents the spec of [persistent disk][https://cloud.google.com/compute/docs/disks/persistent-disks] options.

Inheritance

object > PersistentDiskSpec

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

PersistentDiskSpec()

public PersistentDiskSpec()

PersistentDiskSpec(PersistentDiskSpec)

public PersistentDiskSpec(PersistentDiskSpec other)
Parameter
NameDescription
otherPersistentDiskSpec

Properties

DiskSizeGb

public long DiskSizeGb { get; set; }

Size in GB of the disk (default is 100GB).

Property Value
TypeDescription
long

DiskType

public string DiskType { get; set; }

Type of the disk (default is "pd-standard"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) "pd-standard" (Persistent Disk Hard Disk Drive) "pd-balanced" (Balanced Persistent Disk) "pd-extreme" (Extreme Persistent Disk)

Property Value
TypeDescription
string