Skip to content

/AWS1/CL_EL2LOADBALANCERADDR00

Information about a static IP address for a load balancer.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_IPADDRESS TYPE /AWS1/EL2IPADDRESS /AWS1/EL2IPADDRESS

The static IP address.

IV_ALLOCATIONID TYPE /AWS1/EL2ALLOCATIONID /AWS1/EL2ALLOCATIONID

[Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

IV_PRIVATEIPV4ADDRESS TYPE /AWS1/EL2PRIVATEIPV4ADDRESS /AWS1/EL2PRIVATEIPV4ADDRESS

[Network Load Balancers] The private IPv4 address for an internal load balancer.

IV_IPV6ADDRESS TYPE /AWS1/EL2IPV6ADDRESS /AWS1/EL2IPV6ADDRESS

[Network Load Balancers] The IPv6 address.


Queryable Attributes

IpAddress

The static 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

AllocationId

[Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

Accessible with the following methods

Method Description
GET_ALLOCATIONID() Getter for ALLOCATIONID, with configurable default
ASK_ALLOCATIONID() Getter for ALLOCATIONID w/ exceptions if field has no value
HAS_ALLOCATIONID() Determine if ALLOCATIONID has a value

PrivateIPv4Address

[Network Load Balancers] The private IPv4 address for an internal load balancer.

Accessible with the following methods

Method Description
GET_PRIVATEIPV4ADDRESS() Getter for PRIVATEIPV4ADDRESS, with configurable default
ASK_PRIVATEIPV4ADDRESS() Getter for PRIVATEIPV4ADDRESS w/ exceptions if field has no
HAS_PRIVATEIPV4ADDRESS() Determine if PRIVATEIPV4ADDRESS has a value

IPv6Address

[Network Load Balancers] The IPv6 address.

Accessible with the following methods

Method Description
GET_IPV6ADDRESS() Getter for IPV6ADDRESS, with configurable default
ASK_IPV6ADDRESS() Getter for IPV6ADDRESS w/ exceptions if field has no value
HAS_IPV6ADDRESS() Determine if IPV6ADDRESS 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_LOADBALANCERADDRESSES

TYPES TT_LOADBALANCERADDRESSES TYPE STANDARD TABLE OF REF TO /AWS1/CL_EL2LOADBALANCERADDR00 WITH DEFAULT KEY
.