Class OceanLaunchSpecAutoscaleHeadroomArgs
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.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class OceanLaunchSpecAutoscaleHeadroomArgs : ResourceArgs
Constructors
View SourceOceanLaunchSpecAutoscaleHeadroomArgs()
Declaration
public OceanLaunchSpecAutoscaleHeadroomArgs()
Properties
View SourceCpuPerUnit
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 Input<int> CpuPerUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MemoryPerUnit
Optionally configure the amount of memory (MiB) to allocate for each headroom unit.
Declaration
public Input<int> MemoryPerUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
NumOfUnits
The number of units to retain as headroom, where each unit has the defined headroom CPU and memory.
Declaration
public Input<int> NumOfUnits { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |