public sealed class PersistentDiskSpec : IMessage<PersistentDiskSpec>, IEquatable<PersistentDiskSpec>, IDeepCloneable<PersistentDiskSpec>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class PersistentDiskSpec.
Represents the spec of [persistent disk][https://cloud.google.com/compute/docs/disks/persistent-disks] options.
Implements
IMessagePersistentDiskSpec, IEquatablePersistentDiskSpec, IDeepCloneablePersistentDiskSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PersistentDiskSpec()
public PersistentDiskSpec()PersistentDiskSpec(PersistentDiskSpec)
public PersistentDiskSpec(PersistentDiskSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
PersistentDiskSpec |
Properties
DiskSizeGb
public long DiskSizeGb { get; set; }Size in GB of the disk (default is 100GB).
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|