public sealed class EphemeralStorageLocalSsdConfig : IMessage<EphemeralStorageLocalSsdConfig>, IEquatable<EphemeralStorageLocalSsdConfig>, IDeepCloneable<EphemeralStorageLocalSsdConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class EphemeralStorageLocalSsdConfig.
EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral
storage using Local SSD.
Number of local SSDs to use to back ephemeral storage. Uses NVMe
interfaces. Each local SSD is 375 GB in size.
If zero, it means to disable using local SSDs as ephemeral storage.
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 `EphemeralStorageLocalSsdConfig` class in the Google Kubernetes Engine v1 API, specifically within the `Google.Cloud.Container.V1` namespace."],["The documentation includes a list of available versions, ranging from 3.33.0 (latest) down to 2.3.0, with links to their respective pages, all pertaining to the `EphemeralStorageLocalSsdConfig` class."],["The `EphemeralStorageLocalSsdConfig` class is used for configuring node ephemeral storage utilizing Local SSDs and is detailed with its inheritance, implemented interfaces, inherited members, constructors, and properties."],["A key property of the class is `LocalSsdCount`, which determines the number of local SSDs used for ephemeral storage, with a note that each SSD is 375GB and the maximum number depends on the machine's disk capacity."],["The documentation covers the `EphemeralStorageLocalSsdConfig` class as an implementation of `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces within the `Google.Protobuf` library."]]],[]]