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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `LocalNvmeSsdBlockConfig` class within the Google Kubernetes Engine v1 API."],["The `LocalNvmeSsdBlockConfig` class configures the use of raw-block local NVMe SSDs in the Google Cloud Container environment."],["It includes details on the available versions, ranging from version 3.0.0 to the latest version 3.33.0 for `Google.Cloud.Container.V1`, with links to each specific version's documentation."],["The documentation lists the class's constructors, which include a parameter for inputting another `LocalNvmeSsdBlockConfig` instance."],["The class includes a `LocalSsdCount` property, an integer representing the number of NVMe SSD disks to be attached to a node, with each disk being 375 GB."]]],[]]