/AWS1/CL_ESSGETUPGRADESTATRSP¶
Container for response returned by
GetUpgradeStatus
operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_upgradestep
TYPE /AWS1/ESSUPGRADESTEP
/AWS1/ESSUPGRADESTEP
¶
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
- PreUpgradeCheck
- Snapshot
- Upgrade
iv_stepstatus
TYPE /AWS1/ESSUPGRADESTATUS
/AWS1/ESSUPGRADESTATUS
¶
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse
object. The status can take one of the following values:
- In Progress
- Succeeded
- Succeeded with Issues
- Failed
iv_upgradename
TYPE /AWS1/ESSUPGRADENAME
/AWS1/ESSUPGRADENAME
¶
A string that describes the update briefly
Queryable Attributes¶
UpgradeStep¶
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
- PreUpgradeCheck
- Snapshot
- Upgrade
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPGRADESTEP() |
Getter for UPGRADESTEP, with configurable default |
ASK_UPGRADESTEP() |
Getter for UPGRADESTEP w/ exceptions if field has no value |
HAS_UPGRADESTEP() |
Determine if UPGRADESTEP has a value |
StepStatus¶
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse
object. The status can take one of the following values:
- In Progress
- Succeeded
- Succeeded with Issues
- Failed
Accessible with the following methods¶
Method | Description |
---|---|
GET_STEPSTATUS() |
Getter for STEPSTATUS, with configurable default |
ASK_STEPSTATUS() |
Getter for STEPSTATUS w/ exceptions if field has no value |
HAS_STEPSTATUS() |
Determine if STEPSTATUS has a value |
UpgradeName¶
A string that describes the update briefly
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPGRADENAME() |
Getter for UPGRADENAME, with configurable default |
ASK_UPGRADENAME() |
Getter for UPGRADENAME w/ exceptions if field has no value |
HAS_UPGRADENAME() |
Determine if UPGRADENAME has a value |