/AWS1/CL_EC2INSTNETWORKINTER01¶
Describes association information for an Elastic IP address (IPv4).
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_carrierip TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The carrier IP address associated with the network interface.
iv_customerownedip TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The customer-owned IP address associated with the network interface.
iv_ipownerid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the owner of the Elastic IP address.
iv_publicdnsname TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The public DNS name.
iv_publicip TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The public IP address or Elastic IP address bound to the network interface.
Queryable Attributes¶
CarrierIp¶
The carrier IP address associated with the network interface.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CARRIERIP() |
Getter for CARRIERIP, with configurable default |
ASK_CARRIERIP() |
Getter for CARRIERIP w/ exceptions if field has no value |
HAS_CARRIERIP() |
Determine if CARRIERIP has a value |
CustomerOwnedIp¶
The customer-owned IP address associated with the network interface.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMEROWNEDIP() |
Getter for CUSTOMEROWNEDIP, with configurable default |
ASK_CUSTOMEROWNEDIP() |
Getter for CUSTOMEROWNEDIP w/ exceptions if field has no val |
HAS_CUSTOMEROWNEDIP() |
Determine if CUSTOMEROWNEDIP has a value |
IpOwnerId¶
The ID of the owner of the Elastic IP address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPOWNERID() |
Getter for IPOWNERID, with configurable default |
ASK_IPOWNERID() |
Getter for IPOWNERID w/ exceptions if field has no value |
HAS_IPOWNERID() |
Determine if IPOWNERID has a value |
PublicDnsName¶
The public DNS name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLICDNSNAME() |
Getter for PUBLICDNSNAME, with configurable default |
ASK_PUBLICDNSNAME() |
Getter for PUBLICDNSNAME w/ exceptions if field has no value |
HAS_PUBLICDNSNAME() |
Determine if PUBLICDNSNAME has a value |
PublicIp¶
The public IP address or Elastic IP address bound to the network interface.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLICIP() |
Getter for PUBLICIP, with configurable default |
ASK_PUBLICIP() |
Getter for PUBLICIP w/ exceptions if field has no value |
HAS_PUBLICIP() |
Determine if PUBLICIP has a value |