Class BootDiskProfile
Swap on the node's boot disk.
Implements
Inherited Members
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? |