Class FleetTargetCapacitySpecification
Inheritance
System.Object
FleetTargetCapacitySpecification
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.Aws.Ec2.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FleetTargetCapacitySpecification
Fields
View SourceDefaultTargetCapacityType
Default target capacity type. Valid values: on-demand, spot.
Declaration
public readonly string DefaultTargetCapacityType
Field Value
| Type | Description |
|---|---|
| System.String |
OnDemandTargetCapacity
The number of On-Demand units to request.
Declaration
public readonly int? OnDemandTargetCapacity
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
SpotTargetCapacity
The number of Spot units to request.
Declaration
public readonly int? SpotTargetCapacity
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
TotalTargetCapacity
The number of units to request, filled using default_target_capacity_type.
Declaration
public readonly int TotalTargetCapacity
Field Value
| Type | Description |
|---|---|
| System.Int32 |