public sealed class BootDisk : IMessage<BootDisk>, IEquatable<BootDisk>, IDeepCloneable<BootDisk>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class BootDisk.
BootDisk specifies the boot disk configuration for nodepools.
Namespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
BootDisk()
public BootDisk()
BootDisk(BootDisk)
public BootDisk(BootDisk other)
Parameter | |
---|---|
Name | Description |
other |
BootDisk |
Properties
DiskType
public string DiskType { get; set; }
Disk type of the boot disk. (i.e. Hyperdisk-Balanced, PD-Balanced, etc.)
Property Value | |
---|---|
Type | Description |
string |
ProvisionedIops
public long ProvisionedIops { get; set; }
For Hyperdisk-Balanced only, the provisioned IOPS config value.
Property Value | |
---|---|
Type | Description |
long |
ProvisionedThroughput
public long ProvisionedThroughput { get; set; }
For Hyperdisk-Balanced only, the provisioned throughput config value.
Property Value | |
---|---|
Type | Description |
long |
SizeGb
public long SizeGb { get; set; }
Disk size in GB. Replaces NodeConfig.disk_size_gb
Property Value | |
---|---|
Type | Description |
long |