/AWS1/CL_ESSCANCDOMCFGCHANGE01¶
Contains the details of the cancelled domain config change.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_dryrun TYPE /AWS1/ESSDRYRUN /AWS1/ESSDRYRUN¶
Whether or not the request was a dry run. If True, the changes were not actually cancelled.
it_cancelledchangeids TYPE /AWS1/CL_ESSGUIDLIST_W=>TT_GUIDLIST TT_GUIDLIST¶
The unique identifiers of the changes that were cancelled.
it_cancelledchangeproperties TYPE /AWS1/CL_ESSCANCELLEDCHANGEPRP=>TT_CANCELLEDCHANGEPROPERTYLIST TT_CANCELLEDCHANGEPROPERTYLIST¶
The domain change properties that were cancelled.
Queryable Attributes¶
DryRun¶
Whether or not the request was a dry run. If True, the changes were not actually cancelled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DRYRUN() |
Getter for DRYRUN, with configurable default |
ASK_DRYRUN() |
Getter for DRYRUN w/ exceptions if field has no value |
HAS_DRYRUN() |
Determine if DRYRUN has a value |
CancelledChangeIds¶
The unique identifiers of the changes that were cancelled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CANCELLEDCHANGEIDS() |
Getter for CANCELLEDCHANGEIDS, with configurable default |
ASK_CANCELLEDCHANGEIDS() |
Getter for CANCELLEDCHANGEIDS w/ exceptions if field has no |
HAS_CANCELLEDCHANGEIDS() |
Determine if CANCELLEDCHANGEIDS has a value |
CancelledChangeProperties¶
The domain change properties that were cancelled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CANCELLEDCHANGEPRPS() |
Getter for CANCELLEDCHANGEPROPERTIES, with configurable defa |
ASK_CANCELLEDCHANGEPRPS() |
Getter for CANCELLEDCHANGEPROPERTIES w/ exceptions if field |
HAS_CANCELLEDCHANGEPRPS() |
Determine if CANCELLEDCHANGEPROPERTIES has a value |