Skip to content

/AWS1/CL_EC2AVAILABLECAPACITY

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

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_AVAILABLEINSTANCECAPACITY TYPE /AWS1/CL_EC2INSTANCECAPACITY=>TT_AVAILABLEINSTANCECAPLIST TT_AVAILABLEINSTANCECAPLIST

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.

IV_AVAILABLEVCPUS TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER

The number of vCPUs available for launching instances onto the Dedicated Host.


Queryable Attributes

AvailableInstanceCapacity

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.

Accessible with the following methods

Method Description
GET_AVAILABLEINSTANCECAP() Getter for AVAILABLEINSTANCECAPACITY, with configurable defa
ASK_AVAILABLEINSTANCECAP() Getter for AVAILABLEINSTANCECAPACITY w/ exceptions if field
HAS_AVAILABLEINSTANCECAP() Determine if AVAILABLEINSTANCECAPACITY has a value

AvailableVCpus

The number of vCPUs available for launching instances onto the Dedicated Host.

Accessible with the following methods

Method Description
GET_AVAILABLEVCPUS() Getter for AVAILABLEVCPUS, with configurable default
ASK_AVAILABLEVCPUS() Getter for AVAILABLEVCPUS w/ exceptions if field has no valu
HAS_AVAILABLEVCPUS() Determine if AVAILABLEVCPUS has a value