Skip to content

/AWS1/CL_EC2COIPADDRESSUSAGE

Describes address usage for a customer-owned address pool.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ALLOCATIONID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The allocation ID of the address.

IV_AWSACCOUNTID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The Amazon Web Services account ID.

IV_AWSSERVICE TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The Amazon Web Services service.

IV_COIP TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The customer-owned IP address.


Queryable Attributes

AllocationId

The allocation ID of the address.

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

AwsAccountId

The Amazon Web Services account ID.

Accessible with the following methods

Method Description
GET_AWSACCOUNTID() Getter for AWSACCOUNTID, with configurable default
ASK_AWSACCOUNTID() Getter for AWSACCOUNTID w/ exceptions if field has no value
HAS_AWSACCOUNTID() Determine if AWSACCOUNTID has a value

AwsService

The Amazon Web Services service.

Accessible with the following methods

Method Description
GET_AWSSERVICE() Getter for AWSSERVICE, with configurable default
ASK_AWSSERVICE() Getter for AWSSERVICE w/ exceptions if field has no value
HAS_AWSSERVICE() Determine if AWSSERVICE has a value

CoIp

The customer-owned IP address.

Accessible with the following methods

Method Description
GET_COIP() Getter for COIP, with configurable default
ASK_COIP() Getter for COIP w/ exceptions if field has no value
HAS_COIP() Determine if COIP 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_COIPADDRESSUSAGESET

TYPES TT_COIPADDRESSUSAGESET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2COIPADDRESSUSAGE WITH DEFAULT KEY
.