Show / Hide Table of Contents

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 Source

DefaultTargetCapacityType

Default target capacity type. Valid values: on-demand, spot.

Declaration
public readonly string DefaultTargetCapacityType
Field Value
Type Description
System.String
View Source

OnDemandTargetCapacity

The number of On-Demand units to request.

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

SpotTargetCapacity

The number of Spot units to request.

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

TotalTargetCapacity

The number of units to request, filled using default_target_capacity_type.

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