Skip to content

/AWS1/CL_EL2AVAILABILITYZONE

Information about an Availability Zone.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ZONENAME TYPE /AWS1/EL2ZONENAME /AWS1/EL2ZONENAME

The name of the Availability Zone.

IV_SUBNETID TYPE /AWS1/EL2SUBNETID /AWS1/EL2SUBNETID

The ID of the subnet. You can specify one subnet per Availability Zone.

IV_OUTPOSTID TYPE /AWS1/EL2OUTPOSTID /AWS1/EL2OUTPOSTID

[Application Load Balancers on Outposts] The ID of the Outpost.

IT_LOADBALANCERADDRESSES TYPE /AWS1/CL_EL2LOADBALANCERADDR00=>TT_LOADBALANCERADDRESSES TT_LOADBALANCERADDRESSES

[Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.


Queryable Attributes

ZoneName

The name of the Availability Zone.

Accessible with the following methods

Method Description
GET_ZONENAME() Getter for ZONENAME, with configurable default
ASK_ZONENAME() Getter for ZONENAME w/ exceptions if field has no value
HAS_ZONENAME() Determine if ZONENAME has a value

SubnetId

The ID of the subnet. You can specify one subnet per Availability Zone.

Accessible with the following methods

Method Description
GET_SUBNETID() Getter for SUBNETID, with configurable default
ASK_SUBNETID() Getter for SUBNETID w/ exceptions if field has no value
HAS_SUBNETID() Determine if SUBNETID has a value

OutpostId

[Application Load Balancers on Outposts] The ID of the Outpost.

Accessible with the following methods

Method Description
GET_OUTPOSTID() Getter for OUTPOSTID, with configurable default
ASK_OUTPOSTID() Getter for OUTPOSTID w/ exceptions if field has no value
HAS_OUTPOSTID() Determine if OUTPOSTID has a value

LoadBalancerAddresses

[Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

Accessible with the following methods

Method Description
GET_LOADBALANCERADDRESSES() Getter for LOADBALANCERADDRESSES, with configurable default
ASK_LOADBALANCERADDRESSES() Getter for LOADBALANCERADDRESSES w/ exceptions if field has
HAS_LOADBALANCERADDRESSES() Determine if LOADBALANCERADDRESSES 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_AVAILABILITYZONES

TYPES TT_AVAILABILITYZONES TYPE STANDARD TABLE OF REF TO /AWS1/CL_EL2AVAILABILITYZONE WITH DEFAULT KEY
.