Skip to content

/AWS1/CL_REHRECOMMENDATIONDI00

Defines a disruption compliance recommendation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_expectedcompliancestatus TYPE /AWS1/REHCOMPLIANCESTATUS /AWS1/REHCOMPLIANCESTATUS

The expected compliance status after applying the recommended configuration change.

Optional arguments:

iv_expectedrtoinsecs TYPE /AWS1/REHSECONDS /AWS1/REHSECONDS

The expected RTO after applying the recommended configuration change.

iv_expectedrtodescription TYPE /AWS1/REHSTRING500 /AWS1/REHSTRING500

The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.

iv_expectedrpoinsecs TYPE /AWS1/REHSECONDS /AWS1/REHSECONDS

The expected RPO after applying the recommended configuration change.

iv_expectedrpodescription TYPE /AWS1/REHSTRING500 /AWS1/REHSTRING500

The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.


Queryable Attributes

expectedComplianceStatus

The expected compliance status after applying the recommended configuration change.

Accessible with the following methods

Method Description
GET_EXPECTEDCOMPLIANCESTATUS() Getter for EXPECTEDCOMPLIANCESTATUS, with configurable defau
ASK_EXPECTEDCOMPLIANCESTATUS() Getter for EXPECTEDCOMPLIANCESTATUS w/ exceptions if field h
HAS_EXPECTEDCOMPLIANCESTATUS() Determine if EXPECTEDCOMPLIANCESTATUS has a value

expectedRtoInSecs

The expected RTO after applying the recommended configuration change.

Accessible with the following methods

Method Description
GET_EXPECTEDRTOINSECS() Getter for EXPECTEDRTOINSECS

expectedRtoDescription

The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.

Accessible with the following methods

Method Description
GET_EXPECTEDRTODESCRIPTION() Getter for EXPECTEDRTODESCRIPTION, with configurable default
ASK_EXPECTEDRTODESCRIPTION() Getter for EXPECTEDRTODESCRIPTION w/ exceptions if field has
HAS_EXPECTEDRTODESCRIPTION() Determine if EXPECTEDRTODESCRIPTION has a value

expectedRpoInSecs

The expected RPO after applying the recommended configuration change.

Accessible with the following methods

Method Description
GET_EXPECTEDRPOINSECS() Getter for EXPECTEDRPOINSECS

expectedRpoDescription

The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.

Accessible with the following methods

Method Description
GET_EXPECTEDRPODESCRIPTION() Getter for EXPECTEDRPODESCRIPTION, with configurable default
ASK_EXPECTEDRPODESCRIPTION() Getter for EXPECTEDRPODESCRIPTION w/ exceptions if field has
HAS_EXPECTEDRPODESCRIPTION() Determine if EXPECTEDRPODESCRIPTION has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_RECOMMENDATIONCOMPLIANCE

TYPES TT_RECOMMENDATIONCOMPLIANCE TYPE HASHED TABLE OF /AWS1/CL_REHRECOMMENDATIONDI00=>TS_RECOMMENDATIONCPLNC_MAPROW WITH UNIQUE KEY key
.

TS_RECOMMENDATIONCPLNC_MAPROW

TYPES: BEGIN OF TS_RECOMMENDATIONCPLNC_MAPROW,
  key TYPE /AWS1/REHDISRUPTIONTYPE,
  value TYPE REF TO /AWS1/CL_REHRECOMMENDATIONDI00,
END OF TS_RECOMMENDATIONCPLNC_MAPROW.