/AWS1/CL_EC2VCPUINFO¶
Describes the vCPU configurations for the instance type.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_DEFAULTVCPUS
TYPE /AWS1/EC2VCPUCOUNT
/AWS1/EC2VCPUCOUNT
¶
The default number of vCPUs for the instance type.
IV_DEFAULTCORES
TYPE /AWS1/EC2CORECOUNT
/AWS1/EC2CORECOUNT
¶
The default number of cores for the instance type.
IV_DEFAULTTHREADSPERCORE
TYPE /AWS1/EC2THREADSPERCORE
/AWS1/EC2THREADSPERCORE
¶
The default number of threads per core for the instance type.
IT_VALIDCORES
TYPE /AWS1/CL_EC2CORECOUNTLIST_W=>TT_CORECOUNTLIST
TT_CORECOUNTLIST
¶
The valid number of cores that can be configured for the instance type.
IT_VALIDTHREADSPERCORE
TYPE /AWS1/CL_EC2THREADSPERCORELS00=>TT_THREADSPERCORELIST
TT_THREADSPERCORELIST
¶
The valid number of threads per core that can be configured for the instance type.
Queryable Attributes¶
DefaultVCpus¶
The default number of vCPUs for the instance type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEFAULTVCPUS() |
Getter for DEFAULTVCPUS, with configurable default |
ASK_DEFAULTVCPUS() |
Getter for DEFAULTVCPUS w/ exceptions if field has no value |
HAS_DEFAULTVCPUS() |
Determine if DEFAULTVCPUS has a value |
DefaultCores¶
The default number of cores for the instance type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEFAULTCORES() |
Getter for DEFAULTCORES, with configurable default |
ASK_DEFAULTCORES() |
Getter for DEFAULTCORES w/ exceptions if field has no value |
HAS_DEFAULTCORES() |
Determine if DEFAULTCORES has a value |
DefaultThreadsPerCore¶
The default number of threads per core for the instance type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEFAULTTHREADSPERCORE() |
Getter for DEFAULTTHREADSPERCORE, with configurable default |
ASK_DEFAULTTHREADSPERCORE() |
Getter for DEFAULTTHREADSPERCORE w/ exceptions if field has |
HAS_DEFAULTTHREADSPERCORE() |
Determine if DEFAULTTHREADSPERCORE has a value |
ValidCores¶
The valid number of cores that can be configured for the instance type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALIDCORES() |
Getter for VALIDCORES, with configurable default |
ASK_VALIDCORES() |
Getter for VALIDCORES w/ exceptions if field has no value |
HAS_VALIDCORES() |
Determine if VALIDCORES has a value |
ValidThreadsPerCore¶
The valid number of threads per core that can be configured for the instance type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALIDTHREADSPERCORE() |
Getter for VALIDTHREADSPERCORE, with configurable default |
ASK_VALIDTHREADSPERCORE() |
Getter for VALIDTHREADSPERCORE w/ exceptions if field has no |
HAS_VALIDTHREADSPERCORE() |
Determine if VALIDTHREADSPERCORE has a value |