/AWS1/CL_REVDEPENDENCYSUMMARY¶
Contains summary information about a discovered dependency.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_dependencyid TYPE /AWS1/REVUUID /AWS1/REVUUID¶
The unique identifier of the dependency.
iv_servicearn TYPE /AWS1/REVARN /AWS1/REVARN¶
ARN identifier.
iv_dependencyname TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The name of the dependency.
iv_dnsname TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The DNS name associated with the dependency.
iv_location TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The location of the dependency.
iv_lastdetectedtime TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP¶
The timestamp when the dependency was last detected.
it_sourceregions TYPE /AWS1/CL_REVREGIONLIST_W=>TT_REGIONLIST TT_REGIONLIST¶
The source Regions from which the dependency was detected.
io_queryrange TYPE REF TO /AWS1/CL_REVQUERYRANGE /AWS1/CL_REVQUERYRANGE¶
The query range data for the dependency.
iv_criticality TYPE /AWS1/REVDEPENDENCYCRITICALITY /AWS1/REVDEPENDENCYCRITICALITY¶
The criticality level of the dependency.
Optional arguments:¶
iv_provider TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The provider of the dependency.
iv_comment TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
A user-provided comment about the dependency.
Queryable Attributes¶
dependencyId¶
The unique identifier of the dependency.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPENDENCYID() |
Getter for DEPENDENCYID, with configurable default |
ASK_DEPENDENCYID() |
Getter for DEPENDENCYID w/ exceptions if field has no value |
HAS_DEPENDENCYID() |
Determine if DEPENDENCYID has a value |
serviceArn¶
ARN identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEARN() |
Getter for SERVICEARN, with configurable default |
ASK_SERVICEARN() |
Getter for SERVICEARN w/ exceptions if field has no value |
HAS_SERVICEARN() |
Determine if SERVICEARN has a value |
dependencyName¶
The name of the dependency.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPENDENCYNAME() |
Getter for DEPENDENCYNAME, with configurable default |
ASK_DEPENDENCYNAME() |
Getter for DEPENDENCYNAME w/ exceptions if field has no valu |
HAS_DEPENDENCYNAME() |
Determine if DEPENDENCYNAME has a value |
dnsName¶
The DNS name associated with the dependency.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DNSNAME() |
Getter for DNSNAME, with configurable default |
ASK_DNSNAME() |
Getter for DNSNAME w/ exceptions if field has no value |
HAS_DNSNAME() |
Determine if DNSNAME has a value |
location¶
The location of the dependency.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCATION() |
Getter for LOCATION, with configurable default |
ASK_LOCATION() |
Getter for LOCATION w/ exceptions if field has no value |
HAS_LOCATION() |
Determine if LOCATION has a value |
lastDetectedTime¶
The timestamp when the dependency was last detected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTDETECTEDTIME() |
Getter for LASTDETECTEDTIME, with configurable default |
ASK_LASTDETECTEDTIME() |
Getter for LASTDETECTEDTIME w/ exceptions if field has no va |
HAS_LASTDETECTEDTIME() |
Determine if LASTDETECTEDTIME has a value |
sourceRegions¶
The source Regions from which the dependency was detected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEREGIONS() |
Getter for SOURCEREGIONS, with configurable default |
ASK_SOURCEREGIONS() |
Getter for SOURCEREGIONS w/ exceptions if field has no value |
HAS_SOURCEREGIONS() |
Determine if SOURCEREGIONS has a value |
provider¶
The provider of the dependency.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDER() |
Getter for PROVIDER, with configurable default |
ASK_PROVIDER() |
Getter for PROVIDER w/ exceptions if field has no value |
HAS_PROVIDER() |
Determine if PROVIDER has a value |
queryRange¶
The query range data for the dependency.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYRANGE() |
Getter for QUERYRANGE |
criticality¶
The criticality level of the dependency.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CRITICALITY() |
Getter for CRITICALITY, with configurable default |
ASK_CRITICALITY() |
Getter for CRITICALITY w/ exceptions if field has no value |
HAS_CRITICALITY() |
Determine if CRITICALITY has a value |
comment¶
A user-provided comment about the dependency.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DEPENDENCYSUMMARYLIST¶
TYPES TT_DEPENDENCYSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVDEPENDENCYSUMMARY WITH DEFAULT KEY
.