Show / Hide Table of Contents

Class SwapConfig

Configuration for swap memory on a node pool.

Inheritance
object
SwapConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class SwapConfig : IDirectResponseSchema

Properties

BootDiskProfile

Swap on the node's boot disk.

Declaration
[JsonProperty("bootDiskProfile")]
public virtual BootDiskProfile BootDiskProfile { get; set; }
Property Value
Type Description
BootDiskProfile

DedicatedLocalSsdProfile

Provisions a new, separate local NVMe SSD exclusively for swap.

Declaration
[JsonProperty("dedicatedLocalSsdProfile")]
public virtual DedicatedLocalSsdProfile DedicatedLocalSsdProfile { get; set; }
Property Value
Type Description
DedicatedLocalSsdProfile

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Enabled

Optional. Enables or disables swap for the node pool.

Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type Description
bool?

EncryptionConfig

Optional. If omitted, swap space is encrypted by default.

Declaration
[JsonProperty("encryptionConfig")]
public virtual EncryptionConfig EncryptionConfig { get; set; }
Property Value
Type Description
EncryptionConfig

EphemeralLocalSsdProfile

Swap on the local SSD shared with pod ephemeral storage.

Declaration
[JsonProperty("ephemeralLocalSsdProfile")]
public virtual EphemeralLocalSsdProfile EphemeralLocalSsdProfile { get; set; }
Property Value
Type Description
EphemeralLocalSsdProfile

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX