/AWS1/CL_SSSIPADDRESSMEMBER¶
Provides information of the IP address.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_ipaddress TYPE /AWS1/SSSSTRING /AWS1/SSSSTRING¶
The IP address.
iv_primary TYPE /AWS1/SSSBOOLEAN /AWS1/SSSBOOLEAN¶
The primary IP address.
iv_allocationtype TYPE /AWS1/SSSALLOCATIONTYPE /AWS1/SSSALLOCATIONTYPE¶
The type of allocation for the IP address.
Queryable Attributes¶
IpAddress¶
The IP address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPADDRESS() |
Getter for IPADDRESS, with configurable default |
ASK_IPADDRESS() |
Getter for IPADDRESS w/ exceptions if field has no value |
HAS_IPADDRESS() |
Determine if IPADDRESS has a value |
Primary¶
The primary IP address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIMARY() |
Getter for PRIMARY, with configurable default |
ASK_PRIMARY() |
Getter for PRIMARY w/ exceptions if field has no value |
HAS_PRIMARY() |
Determine if PRIMARY has a value |
AllocationType¶
The type of allocation for the IP address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALLOCATIONTYPE() |
Getter for ALLOCATIONTYPE, with configurable default |
ASK_ALLOCATIONTYPE() |
Getter for ALLOCATIONTYPE w/ exceptions if field has no valu |
HAS_ALLOCATIONTYPE() |
Determine if ALLOCATIONTYPE 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_IPADDRESSLIST¶
TYPES TT_IPADDRESSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSSIPADDRESSMEMBER WITH DEFAULT KEY
.