public sealed class LinuxNodeConfig.Types.SwapConfig.Types.DedicatedLocalSsdProfile : IMessage<LinuxNodeConfig.Types.SwapConfig.Types.DedicatedLocalSsdProfile>, IEquatable<LinuxNodeConfig.Types.SwapConfig.Types.DedicatedLocalSsdProfile>, IDeepCloneable<LinuxNodeConfig.Types.SwapConfig.Types.DedicatedLocalSsdProfile>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class LinuxNodeConfig.Types.SwapConfig.Types.DedicatedLocalSsdProfile.
Provisions a new, separate local NVMe SSD exclusively for swap.
Implements
IMessageLinuxNodeConfigTypesSwapConfigTypesDedicatedLocalSsdProfile, IEquatableLinuxNodeConfigTypesSwapConfigTypesDedicatedLocalSsdProfile, IDeepCloneableLinuxNodeConfigTypesSwapConfigTypesDedicatedLocalSsdProfile, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
DedicatedLocalSsdProfile()
public DedicatedLocalSsdProfile()DedicatedLocalSsdProfile(DedicatedLocalSsdProfile)
public DedicatedLocalSsdProfile(LinuxNodeConfig.Types.SwapConfig.Types.DedicatedLocalSsdProfile other)| Parameter | |
|---|---|
| Name | Description |
other |
LinuxNodeConfigTypesSwapConfigTypesDedicatedLocalSsdProfile |
Properties
DiskCount
public long DiskCount { get; set; }The number of physical local NVMe SSD disks to attach.
| Property Value | |
|---|---|
| Type | Description |
long |
|