Show / Hide Table of Contents

Class BootDiskProfile

Swap on the node's boot disk.

Inheritance
object
BootDiskProfile
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 BootDiskProfile : 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 boot disk size.

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