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 webpage provides reference documentation for the `LocalNvmeSsdBlockConfig` class within the Google Kubernetes Engine v1 API, specifically in the `Google.Cloud.Container.V1` namespace."],["The `LocalNvmeSsdBlockConfig` class is used to configure the use of raw-block local NVMe SSDs in a Google Kubernetes Engine environment and contains a public `LocalSsdCount` property, which is of type `int`."],["The document outlines the implementation of interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` by `LocalNvmeSsdBlockConfig`, and it details the inheritance from the `object` base class."],["The page features a list of available versions, ranging from the latest 3.33.0 down to 2.3.0, each with a link to the respective version's documentation for the `LocalNvmeSsdBlockConfig`."],["`LocalNvmeSsdBlockConfig` can be constructed without any parameters, or from another instance of itself, and the page also describes in the properties section that the `LocalSsdCount` determines how many raw-block NVMe SSD disks are to be attached to a node."]]],[]]