Skip to content

/AWS1/CL_EC2ADDPREFIXLISTENTRY

An entry for a prefix list.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_cidr TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The CIDR block.

Optional arguments:

iv_description TYPE /AWS1/EC2STRING /AWS1/EC2STRING

A description for the entry.

Constraints: Up to 255 characters in length.


Queryable Attributes

Cidr

The CIDR block.

Accessible with the following methods

Method Description
GET_CIDR() Getter for CIDR, with configurable default
ASK_CIDR() Getter for CIDR w/ exceptions if field has no value
HAS_CIDR() Determine if CIDR has a value

Description

A description for the entry.

Constraints: Up to 255 characters in length.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION 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_ADDPREFIXLISTENTRIES

TYPES TT_ADDPREFIXLISTENTRIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2ADDPREFIXLISTENTRY WITH DEFAULT KEY
.