/AWS1/CL_BUPPROTECTEDRESRCCO00¶
The conditions that you define for resources in your restore testing plan using tags.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_stringequals
TYPE /AWS1/CL_BUPKEYVALUE=>TT_KEYVALUELIST
TT_KEYVALUELIST
¶
Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching."
it_stringnotequals
TYPE /AWS1/CL_BUPKEYVALUE=>TT_KEYVALUELIST
TT_KEYVALUELIST
¶
Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching."
Queryable Attributes¶
StringEquals¶
Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching."
Accessible with the following methods¶
Method | Description |
---|---|
GET_STRINGEQUALS() |
Getter for STRINGEQUALS, with configurable default |
ASK_STRINGEQUALS() |
Getter for STRINGEQUALS w/ exceptions if field has no value |
HAS_STRINGEQUALS() |
Determine if STRINGEQUALS has a value |
StringNotEquals¶
Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching."
Accessible with the following methods¶
Method | Description |
---|---|
GET_STRINGNOTEQUALS() |
Getter for STRINGNOTEQUALS, with configurable default |
ASK_STRINGNOTEQUALS() |
Getter for STRINGNOTEQUALS w/ exceptions if field has no val |
HAS_STRINGNOTEQUALS() |
Determine if STRINGNOTEQUALS has a value |