/AWS1/CL_BLDSCALINGCONFINPUT¶
The scaling configuration input of a compute fleet.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_scalingtype TYPE /AWS1/BLDFLEETSCALINGTYPE /AWS1/BLDFLEETSCALINGTYPE¶
The scaling type for a compute fleet.
it_targettrkscalingconfigs TYPE /AWS1/CL_BLDTARGETTRKSCACONF=>TT_TARGETTRACKINGSCALINGCONFS TT_TARGETTRACKINGSCALINGCONFS¶
A list of
TargetTrackingScalingConfigurationobjects.
iv_maxcapacity TYPE /AWS1/BLDFLEETCAPACITY /AWS1/BLDFLEETCAPACITY¶
The maximum number of instances in the fleet when auto-scaling.
Queryable Attributes¶
scalingType¶
The scaling type for a compute fleet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCALINGTYPE() |
Getter for SCALINGTYPE, with configurable default |
ASK_SCALINGTYPE() |
Getter for SCALINGTYPE w/ exceptions if field has no value |
HAS_SCALINGTYPE() |
Determine if SCALINGTYPE has a value |
targetTrackingScalingConfigs¶
A list of
TargetTrackingScalingConfigurationobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETTRKSCALINGCONFIGS() |
Getter for TARGETTRACKINGSCALINGCONFIGS, with configurable d |
ASK_TARGETTRKSCALINGCONFIGS() |
Getter for TARGETTRACKINGSCALINGCONFIGS w/ exceptions if fie |
HAS_TARGETTRKSCALINGCONFIGS() |
Determine if TARGETTRACKINGSCALINGCONFIGS has a value |
maxCapacity¶
The maximum number of instances in the fleet when auto-scaling.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXCAPACITY() |
Getter for MAXCAPACITY, with configurable default |
ASK_MAXCAPACITY() |
Getter for MAXCAPACITY w/ exceptions if field has no value |
HAS_MAXCAPACITY() |
Determine if MAXCAPACITY has a value |