AWSEC2AvailableCapacity

Objective-C

@interface AWSEC2AvailableCapacity

Swift

class AWSEC2AvailableCapacity

The capacity information for instances that can be launched onto the Dedicated Host.

  • The number of instances that can be launched onto the Dedicated Host depending on the host’s available capacity. For Dedicated Hosts that support multiple instance types, this parameter represents the number of instances for each instance size that is supported on the host.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2InstanceCapacity *> *_Nullable availableInstanceCapacity;

    Swift

    var availableInstanceCapacity: [AWSEC2InstanceCapacity]? { get set }
  • The number of vCPUs available for launching instances onto the Dedicated Host.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable availableVCpus;

    Swift

    var availableVCpus: NSNumber? { get set }