/AWS1/CL_OWXTIMEBASEDASCONF¶
Describes an instance's time-based auto scaling configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_instanceid TYPE /AWS1/OWXSTRING /AWS1/OWXSTRING¶
The instance ID.
io_autoscalingschedule TYPE REF TO /AWS1/CL_OWXWEEKLYAUTOSCSCHD /AWS1/CL_OWXWEEKLYAUTOSCSCHD¶
A
WeeklyAutoScalingScheduleobject with the instance schedule.
Queryable Attributes¶
InstanceId¶
The instance ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCEID() |
Getter for INSTANCEID, with configurable default |
ASK_INSTANCEID() |
Getter for INSTANCEID w/ exceptions if field has no value |
HAS_INSTANCEID() |
Determine if INSTANCEID has a value |
AutoScalingSchedule¶
A
WeeklyAutoScalingScheduleobject with the instance schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTOSCALINGSCHEDULE() |
Getter for AUTOSCALINGSCHEDULE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TIMEBASEDAUTOSCALINGCONFS¶
TYPES TT_TIMEBASEDAUTOSCALINGCONFS TYPE STANDARD TABLE OF REF TO /AWS1/CL_OWXTIMEBASEDASCONF WITH DEFAULT KEY
.