/AWS1/CL_INSPRIVATEIP¶
Contains information about a private IP address associated with a network interface. This data type is used as a response element in the DescribeFindings action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_privatednsname TYPE /AWS1/INSTEXT /AWS1/INSTEXT¶
The DNS name of the private IP address.
iv_privateipaddress TYPE /AWS1/INSTEXT /AWS1/INSTEXT¶
The full IP address of the network inteface.
Queryable Attributes¶
privateDnsName¶
The DNS name of the private IP address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIVATEDNSNAME() |
Getter for PRIVATEDNSNAME, with configurable default |
ASK_PRIVATEDNSNAME() |
Getter for PRIVATEDNSNAME w/ exceptions if field has no valu |
HAS_PRIVATEDNSNAME() |
Determine if PRIVATEDNSNAME has a value |
privateIpAddress¶
The full IP address of the network inteface.
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_INSPRIVATEIP WITH DEFAULT KEY
.