Skip to content

/AWS1/CL_EC2PUBIPV4POOLRANGE

Describes an address range of an IPv4 address pool.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_FIRSTADDRESS TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The first IP address in the range.

IV_LASTADDRESS TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The last IP address in the range.

IV_ADDRESSCOUNT TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER

The number of addresses in the range.

IV_AVAILABLEADDRESSCOUNT TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER

The number of available addresses in the range.


Queryable Attributes

FirstAddress

The first IP address in the range.

Accessible with the following methods

Method Description
GET_FIRSTADDRESS() Getter for FIRSTADDRESS, with configurable default
ASK_FIRSTADDRESS() Getter for FIRSTADDRESS w/ exceptions if field has no value
HAS_FIRSTADDRESS() Determine if FIRSTADDRESS has a value

LastAddress

The last IP address in the range.

Accessible with the following methods

Method Description
GET_LASTADDRESS() Getter for LASTADDRESS, with configurable default
ASK_LASTADDRESS() Getter for LASTADDRESS w/ exceptions if field has no value
HAS_LASTADDRESS() Determine if LASTADDRESS has a value

AddressCount

The number of addresses in the range.

Accessible with the following methods

Method Description
GET_ADDRESSCOUNT() Getter for ADDRESSCOUNT, with configurable default
ASK_ADDRESSCOUNT() Getter for ADDRESSCOUNT w/ exceptions if field has no value
HAS_ADDRESSCOUNT() Determine if ADDRESSCOUNT has a value

AvailableAddressCount

The number of available addresses in the range.

Accessible with the following methods

Method Description
GET_AVAILABLEADDRESSCOUNT() Getter for AVAILABLEADDRESSCOUNT, with configurable default
ASK_AVAILABLEADDRESSCOUNT() Getter for AVAILABLEADDRESSCOUNT w/ exceptions if field has
HAS_AVAILABLEADDRESSCOUNT() Determine if AVAILABLEADDRESSCOUNT 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_PUBLICIPV4POOLRANGESET

TYPES TT_PUBLICIPV4POOLRANGESET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2PUBIPV4POOLRANGE WITH DEFAULT KEY
.