Class DiskSpec (1.6.0)

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

Represents the spec of disk options.

Inheritance

Object > DiskSpec

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DiskSpec()

public DiskSpec()

DiskSpec(DiskSpec)

public DiskSpec(DiskSpec other)
Parameter
NameDescription
otherDiskSpec

Properties

BootDiskSizeGb

public int BootDiskSizeGb { get; set; }

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

Property Value
TypeDescription
Int32

BootDiskType

public string BootDiskType { get; set; }

Type of the boot disk (default is "pd-ssd"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) or "pd-standard" (Persistent Disk Hard Disk Drive).

Property Value
TypeDescription
String