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-04-09 UTC."],[[["This webpage provides documentation for the `EphemeralStorageLocalSsdConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment."],["The `EphemeralStorageLocalSsdConfig` class allows users to configure node ephemeral storage using Local SSDs within Google Kubernetes Engine, with options to specify the number of local SSDs to be used."],["The latest version documented is 3.33.0, but many older versions from 2.3.0 to 3.32.0 are also available, which allows for the examination of API changes over time."],["The documentation includes information on the class's inheritance, implemented interfaces, constructors, and properties, along with links to related .NET documentation and Google Cloud resources."],["The property `LocalSsdCount` allows users to set the number of local SSDs, each being 375GB in size and utilizing NVMe interfaces, to use for ephemeral storage."]]],[]]