Class OceanImportAutoscalerHeadroomArgs
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.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class OceanImportAutoscalerHeadroomArgs : ResourceArgs
Constructors
View SourceOceanImportAutoscalerHeadroomArgs()
Declaration
public OceanImportAutoscalerHeadroomArgs()
Properties
View SourceCpuPerUnit
Declaration
public Input<int> CpuPerUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
GpuPerUnit
Declaration
public Input<int> GpuPerUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MemoryPerUnit
Declaration
public Input<int> MemoryPerUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
NumOfUnits
Declaration
public Input<int> NumOfUnits { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |