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.
Implements
IMessageLocalNvmeSsdBlockConfig, IEquatableLocalNvmeSsdBlockConfig, IDeepCloneableLocalNvmeSsdBlockConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
LocalNvmeSsdBlockConfig()
public LocalNvmeSsdBlockConfig()
LocalNvmeSsdBlockConfig(LocalNvmeSsdBlockConfig)
public LocalNvmeSsdBlockConfig(LocalNvmeSsdBlockConfig other)
Parameter | |
---|---|
Name | Description |
other | LocalNvmeSsdBlockConfig |
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 | |
---|---|
Type | Description |
int |