/AWS1/CL_DSRIPROUTEINFO¶
Information about one or more IP address blocks.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_directoryid
TYPE /AWS1/DSRDIRECTORYID
/AWS1/DSRDIRECTORYID
¶
Identifier (ID) of the directory associated with the IP addresses.
iv_cidrip
TYPE /AWS1/DSRCIDRIP
/AWS1/DSRCIDRIP
¶
IP address block in the IpRoute.
iv_cidripv6
TYPE /AWS1/DSRCIDRIPV6
/AWS1/DSRCIDRIPV6
¶
IPv6 address block in the IpRoute.
iv_iproutestatusmsg
TYPE /AWS1/DSRIPROUTESTATUSMSG
/AWS1/DSRIPROUTESTATUSMSG
¶
The status of the IP address block.
iv_addeddatetime
TYPE /AWS1/DSRADDEDDATETIME
/AWS1/DSRADDEDDATETIME
¶
The date and time the address block was added to the directory.
iv_iproutestatusreason
TYPE /AWS1/DSRIPROUTESTATUSREASON
/AWS1/DSRIPROUTESTATUSREASON
¶
The reason for the IpRouteStatusMsg.
iv_description
TYPE /AWS1/DSRDESCRIPTION
/AWS1/DSRDESCRIPTION
¶
Description of the IpRouteInfo.
Queryable Attributes¶
DirectoryId¶
Identifier (ID) of the directory associated with the IP addresses.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DIRECTORYID() |
Getter for DIRECTORYID, with configurable default |
ASK_DIRECTORYID() |
Getter for DIRECTORYID w/ exceptions if field has no value |
HAS_DIRECTORYID() |
Determine if DIRECTORYID has a value |
CidrIp¶
IP address block in the IpRoute.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CIDRIP() |
Getter for CIDRIP, with configurable default |
ASK_CIDRIP() |
Getter for CIDRIP w/ exceptions if field has no value |
HAS_CIDRIP() |
Determine if CIDRIP has a value |
CidrIpv6¶
IPv6 address block in the IpRoute.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CIDRIPV6() |
Getter for CIDRIPV6, with configurable default |
ASK_CIDRIPV6() |
Getter for CIDRIPV6 w/ exceptions if field has no value |
HAS_CIDRIPV6() |
Determine if CIDRIPV6 has a value |
IpRouteStatusMsg¶
The status of the IP address block.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IPROUTESTATUSMSG() |
Getter for IPROUTESTATUSMSG, with configurable default |
ASK_IPROUTESTATUSMSG() |
Getter for IPROUTESTATUSMSG w/ exceptions if field has no va |
HAS_IPROUTESTATUSMSG() |
Determine if IPROUTESTATUSMSG has a value |
AddedDateTime¶
The date and time the address block was added to the directory.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ADDEDDATETIME() |
Getter for ADDEDDATETIME, with configurable default |
ASK_ADDEDDATETIME() |
Getter for ADDEDDATETIME w/ exceptions if field has no value |
HAS_ADDEDDATETIME() |
Determine if ADDEDDATETIME has a value |
IpRouteStatusReason¶
The reason for the IpRouteStatusMsg.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IPROUTESTATUSREASON() |
Getter for IPROUTESTATUSREASON, with configurable default |
ASK_IPROUTESTATUSREASON() |
Getter for IPROUTESTATUSREASON w/ exceptions if field has no |
HAS_IPROUTESTATUSREASON() |
Determine if IPROUTESTATUSREASON has a value |
Description¶
Description of the IpRouteInfo.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_IPROUTESINFO
¶
TYPES TT_IPROUTESINFO TYPE STANDARD TABLE OF REF TO /AWS1/CL_DSRIPROUTEINFO WITH DEFAULT KEY
.