Google Kubernetes Engine v1 API - Class LocalNvmeSsdBlockConfig (3.10.0)

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

Reference documentation and code samples for the Google Kubernetes Engine v1 API class LocalNvmeSsdBlockConfig.

LocalNvmeSsdBlockConfig contains configuration for using raw-block local NVMe SSD.

Inheritance

object > LocalNvmeSsdBlockConfig

Namespace

GoogleGoogle.CloudGoogle.Cloud.ContainerV1

Assembly

Google.Cloud.Container.V1.dll

Constructors

LocalNvmeSsdBlockConfig()

public LocalNvmeSsdBlockConfig()

LocalNvmeSsdBlockConfig(LocalNvmeSsdBlockConfig)

public LocalNvmeSsdBlockConfig(LocalNvmeSsdBlockConfig other)
Parameter
NameDescription
otherLocalNvmeSsdBlockConfig

Properties

LocalSsdCount

public int LocalSsdCount { get; set; }

The number of raw-block local NVMe SSD disks to be attached to the node. Each local SSD is 375 GB in size. If zero, it means no raw-block local NVMe SSD disks to be attached to the node. The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information.

Property Value
TypeDescription
int