Show / Hide Table of Contents

Class OceanLaunchSpecAutoscaleHeadroom

Inheritance
System.Object
OceanLaunchSpecAutoscaleHeadroom
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.SpotInst.Gke.Outputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class OceanLaunchSpecAutoscaleHeadroom

Fields

View Source

CpuPerUnit

Optionally configure the number of CPUs to allocate for each headroom unit. CPUs are denoted in millicores, where 1000 millicores = 1 vCPU.

Declaration
public readonly int? CpuPerUnit
Field Value
Type Description
System.Nullable<System.Int32>
View Source

GpuPerUnit

Optionally configure the number of GPUS to allocate for each headroom unit.

Declaration
public readonly int? GpuPerUnit
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MemoryPerUnit

Optionally configure the amount of memory (MB) to allocate for each headroom unit.

Declaration
public readonly int? MemoryPerUnit
Field Value
Type Description
System.Nullable<System.Int32>
View Source

NumOfUnits

The number of units to retain as headroom, where each unit has the defined headroom CPU, memory and GPU.

Declaration
public readonly int NumOfUnits
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.