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.Ecs.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 CPU units, where 1024 units = 1 vCPU.

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

MemoryPerUnit

Optionally configure the amount of memory (MiB) 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 and memory.

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