Skip to content

/AWS1/CL_OSRRBSVCSFTWROPTIONS

Details about the rollback options for a service software update.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_currentversion TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING

The current service software version on the domain.

iv_newversion TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING

The service software version that the domain will roll back to.

iv_rollbackavailable TYPE /AWS1/OSRBOOLEAN /AWS1/OSRBOOLEAN

Whether a service software rollback is available for the domain.

iv_description TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING

A description of the rollback status.


Queryable Attributes

CurrentVersion

The current service software version on the domain.

Accessible with the following methods

Method Description
GET_CURRENTVERSION() Getter for CURRENTVERSION, with configurable default
ASK_CURRENTVERSION() Getter for CURRENTVERSION w/ exceptions if field has no valu
HAS_CURRENTVERSION() Determine if CURRENTVERSION has a value

NewVersion

The service software version that the domain will roll back to.

Accessible with the following methods

Method Description
GET_NEWVERSION() Getter for NEWVERSION, with configurable default
ASK_NEWVERSION() Getter for NEWVERSION w/ exceptions if field has no value
HAS_NEWVERSION() Determine if NEWVERSION has a value

RollbackAvailable

Whether a service software rollback is available for the domain.

Accessible with the following methods

Method Description
GET_ROLLBACKAVAILABLE() Getter for ROLLBACKAVAILABLE, with configurable default
ASK_ROLLBACKAVAILABLE() Getter for ROLLBACKAVAILABLE w/ exceptions if field has no v
HAS_ROLLBACKAVAILABLE() Determine if ROLLBACKAVAILABLE has a value

Description

A description of the rollback status.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value