/AWS1/CL_ASCVCPUCOUNTREQUEST¶
Specifies the minimum and maximum for the VCpuCount object when you
specify InstanceRequirements for an Auto Scaling group.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_min TYPE /AWS1/ASCNULLABLEPOSINTEGER /AWS1/ASCNULLABLEPOSINTEGER¶
The minimum number of vCPUs.
Optional arguments:¶
iv_max TYPE /AWS1/ASCNULLABLEPOSINTEGER /AWS1/ASCNULLABLEPOSINTEGER¶
The maximum number of vCPUs.
Queryable Attributes¶
Min¶
The minimum number of vCPUs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MIN() |
Getter for MIN, with configurable default |
ASK_MIN() |
Getter for MIN w/ exceptions if field has no value |
HAS_MIN() |
Determine if MIN has a value |
Max¶
The maximum number of vCPUs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAX() |
Getter for MAX, with configurable default |
ASK_MAX() |
Getter for MAX w/ exceptions if field has no value |
HAS_MAX() |
Determine if MAX has a value |