/AWS1/CL_MDXWINDOWMAINTENANC00¶
Defines a specific time window for maintenance operations.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_start TYPE /AWS1/MDXTIMESTAMP /AWS1/MDXTIMESTAMP¶
The start time of the maintenance window.
iv_end TYPE /AWS1/MDXTIMESTAMP /AWS1/MDXTIMESTAMP¶
The end time of the maintenance window.
iv_scheduledtime TYPE /AWS1/MDXTIMESTAMP /AWS1/MDXTIMESTAMP¶
The date and time when the maintenance window is scheduled to occur.
Queryable Attributes¶
Start¶
The start time of the maintenance window.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_START() |
Getter for START, with configurable default |
ASK_START() |
Getter for START w/ exceptions if field has no value |
HAS_START() |
Determine if START has a value |
End¶
The end time of the maintenance window.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_END() |
Getter for END, with configurable default |
ASK_END() |
Getter for END w/ exceptions if field has no value |
HAS_END() |
Determine if END has a value |
ScheduledTime¶
The date and time when the maintenance window is scheduled to occur.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEDULEDTIME() |
Getter for SCHEDULEDTIME, with configurable default |
ASK_SCHEDULEDTIME() |
Getter for SCHEDULEDTIME w/ exceptions if field has no value |
HAS_SCHEDULEDTIME() |
Determine if SCHEDULEDTIME has a value |