/AWS1/CL_WSIPVTIPADDRESSSPEC¶
Defines private IP address configuration for network interface.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_primary
TYPE /AWS1/WSIBOOLEAN
/AWS1/WSIBOOLEAN
¶
Indicates if this is the primary private IP address.
iv_privateipaddress
TYPE /AWS1/WSIIPV4ADDRESS
/AWS1/WSIIPV4ADDRESS
¶
Specific private IP address for the network interface.
Queryable Attributes¶
Primary¶
Indicates if this is the primary private 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 |
PrivateIpAddress¶
Specific private IP address for the network interface.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PRIVATEIPADDRESS() |
Getter for PRIVATEIPADDRESS, with configurable default |
ASK_PRIVATEIPADDRESS() |
Getter for PRIVATEIPADDRESS w/ exceptions if field has no va |
HAS_PRIVATEIPADDRESS() |
Determine if PRIVATEIPADDRESS 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_PRIVATEIPADDRESSES
¶
TYPES TT_PRIVATEIPADDRESSES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WSIPVTIPADDRESSSPEC WITH DEFAULT KEY
.