Skip to content

/AWS1/CL_AZSCANCPRACTICERUNRSP

CancelPracticeRunResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_zonalshiftid TYPE /AWS1/AZSZONALSHIFTID /AWS1/AZSZONALSHIFTID

The identifier of the practice run zonal shift in Amazon Application Recovery Controller that was canceled.

iv_resourceidentifier TYPE /AWS1/AZSRESOURCEIDENTIFIER /AWS1/AZSRESOURCEIDENTIFIER

The identifier for the resource that you canceled a practice run zonal shift for. The identifier is the Amazon Resource Name (ARN) for the resource.

iv_awayfrom TYPE /AWS1/AZSAVAILABILITYZONE /AWS1/AZSAVAILABILITYZONE

The Availability Zone (for example, use1-az1) that traffic was moved away from for a resource that you specified for the practice run.

iv_expirytime TYPE /AWS1/AZSEXPIRYTIME /AWS1/AZSEXPIRYTIME

The expiry time (expiration time) for an on-demand practice run zonal shift is 30 minutes from the time when you start the practice run, unless you cancel it before that time. However, be aware that the expiryTime field for practice run zonal shifts always has a value of 1 minute.

iv_starttime TYPE /AWS1/AZSSTARTTIME /AWS1/AZSSTARTTIME

The time (UTC) when the zonal shift starts.

iv_status TYPE /AWS1/AZSZONALSHIFTSTATUS /AWS1/AZSZONALSHIFTSTATUS

A status for the practice run that you canceled (expected status is CANCELED).

The Status for a practice run zonal shift can have one of the following values:

iv_comment TYPE /AWS1/AZSZONALSHIFTCOMMENT /AWS1/AZSZONALSHIFTCOMMENT

The initial comment that you entered about the practice run. Be aware that this comment can be overwritten by Amazon Web Services if the automatic check for balanced capacity fails. For more information, see Capacity checks for practice runs in the Amazon Application Recovery Controller Developer Guide.


Queryable Attributes

zonalShiftId

The identifier of the practice run zonal shift in Amazon Application Recovery Controller that was canceled.

Accessible with the following methods

Method Description
GET_ZONALSHIFTID() Getter for ZONALSHIFTID, with configurable default
ASK_ZONALSHIFTID() Getter for ZONALSHIFTID w/ exceptions if field has no value
HAS_ZONALSHIFTID() Determine if ZONALSHIFTID has a value

resourceIdentifier

The identifier for the resource that you canceled a practice run zonal shift for. The identifier is the Amazon Resource Name (ARN) for the resource.

Accessible with the following methods

Method Description
GET_RESOURCEIDENTIFIER() Getter for RESOURCEIDENTIFIER, with configurable default
ASK_RESOURCEIDENTIFIER() Getter for RESOURCEIDENTIFIER w/ exceptions if field has no
HAS_RESOURCEIDENTIFIER() Determine if RESOURCEIDENTIFIER has a value

awayFrom

The Availability Zone (for example, use1-az1) that traffic was moved away from for a resource that you specified for the practice run.

Accessible with the following methods

Method Description
GET_AWAYFROM() Getter for AWAYFROM, with configurable default
ASK_AWAYFROM() Getter for AWAYFROM w/ exceptions if field has no value
HAS_AWAYFROM() Determine if AWAYFROM has a value

expiryTime

The expiry time (expiration time) for an on-demand practice run zonal shift is 30 minutes from the time when you start the practice run, unless you cancel it before that time. However, be aware that the expiryTime field for practice run zonal shifts always has a value of 1 minute.

Accessible with the following methods

Method Description
GET_EXPIRYTIME() Getter for EXPIRYTIME, with configurable default
ASK_EXPIRYTIME() Getter for EXPIRYTIME w/ exceptions if field has no value
HAS_EXPIRYTIME() Determine if EXPIRYTIME has a value

startTime

The time (UTC) when the zonal shift starts.

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME, with configurable default
ASK_STARTTIME() Getter for STARTTIME w/ exceptions if field has no value
HAS_STARTTIME() Determine if STARTTIME has a value

status

A status for the practice run that you canceled (expected status is CANCELED).

The Status for a practice run zonal shift can have one of the following values:

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

comment

The initial comment that you entered about the practice run. Be aware that this comment can be overwritten by Amazon Web Services if the automatic check for balanced capacity fails. For more information, see Capacity checks for practice runs in the Amazon Application Recovery Controller Developer Guide.

Accessible with the following methods

Method Description
GET_COMMENT() Getter for COMMENT, with configurable default
ASK_COMMENT() Getter for COMMENT w/ exceptions if field has no value
HAS_COMMENT() Determine if COMMENT has a value