/AWS1/CL_DSRIPROUTE¶
Contains the IP address block. This is often the address block of the DNS server used for your self-managed domain.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_cidrip TYPE /AWS1/DSRCIDRIP /AWS1/DSRCIDRIP¶
IP address block in CIDR format, such as 10.0.0.0/24. This is often the address block of the DNS server used for your self-managed domain. For a single IP address, use a CIDR address block with /32. For example, 10.0.0.0/32.
iv_cidripv6 TYPE /AWS1/DSRCIDRIPV6 /AWS1/DSRCIDRIPV6¶
IPv6 address block in CIDR format, such as 2001:db8::/32. This is often the address block of the DNS server used for your self-managed domain. For a single IPv6 address, use a CIDR address block with /128. For example, 2001:db8::1/128.
iv_description TYPE /AWS1/DSRDESCRIPTION /AWS1/DSRDESCRIPTION¶
Description of the address block.
Queryable Attributes¶
CidrIp¶
IP address block in CIDR format, such as 10.0.0.0/24. This is often the address block of the DNS server used for your self-managed domain. For a single IP address, use a CIDR address block with /32. For example, 10.0.0.0/32.
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 CIDR format, such as 2001:db8::/32. This is often the address block of the DNS server used for your self-managed domain. For a single IPv6 address, use a CIDR address block with /128. For example, 2001:db8::1/128.
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 |
Description¶
Description of the address block.
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_IPROUTES¶
TYPES TT_IPROUTES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DSRIPROUTE WITH DEFAULT KEY
.