/AWS1/CL_GDYPVTIPADDRESSDETS¶
Contains other private IP address information of the EC2 instance.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_privatednsname
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The private DNS name of the EC2 instance.
iv_privateipaddress
TYPE /AWS1/GDYSENSITIVESTRING
/AWS1/GDYSENSITIVESTRING
¶
The private IP address of the EC2 instance.
Queryable Attributes¶
PrivateDnsName¶
The private DNS name of the EC2 instance.
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 private IP address of the EC2 instance.
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_GDYPVTIPADDRESSDETS WITH DEFAULT KEY
.