Show / Hide Table of Contents

Class BootDisk

BootDisk specifies the boot disk configuration for nodepools.

Inheritance
object
BootDisk
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class BootDisk : IDirectResponseSchema

Properties

DiskType

Disk type of the boot disk. (i.e. Hyperdisk-Balanced, PD-Balanced, etc.)

Declaration
[JsonProperty("diskType")]
public virtual string DiskType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ProvisionedIops

For Hyperdisk-Balanced only, the provisioned IOPS config value.

Declaration
[JsonProperty("provisionedIops")]
public virtual long? ProvisionedIops { get; set; }
Property Value
Type Description
long?

ProvisionedThroughput

For Hyperdisk-Balanced only, the provisioned throughput config value.

Declaration
[JsonProperty("provisionedThroughput")]
public virtual long? ProvisionedThroughput { get; set; }
Property Value
Type Description
long?

SizeGb

Disk size in GB. Replaces NodeConfig.disk_size_gb

Declaration
[JsonProperty("sizeGb")]
public virtual long? SizeGb { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX