Show / Hide Table of Contents

Class EphemeralLocalSsdProfile

Swap on the local SSD shared with pod ephemeral storage.

Inheritance
object
EphemeralLocalSsdProfile
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 EphemeralLocalSsdProfile : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

SwapSizeGib

Specifies the size of the swap space in gibibytes (GiB).

Declaration
[JsonProperty("swapSizeGib")]
public virtual long? SwapSizeGib { get; set; }
Property Value
Type Description
long?

SwapSizePercent

Specifies the size of the swap space as a percentage of the ephemeral local SSD capacity.

Declaration
[JsonProperty("swapSizePercent")]
public virtual int? SwapSizePercent { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX