/AWS1/CL_EC2IPV6POOL¶
Describes an IPv6 address pool.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_poolid
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The ID of the address pool.
iv_description
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The description for the address pool.
it_poolcidrblocks
TYPE /AWS1/CL_EC2POOLCIDRBLOCK=>TT_POOLCIDRBLOCKSSET
TT_POOLCIDRBLOCKSSET
¶
The CIDR blocks for the address pool.
it_tags
TYPE /AWS1/CL_EC2TAG=>TT_TAGLIST
TT_TAGLIST
¶
Any tags for the address pool.
Queryable Attributes¶
PoolId¶
The ID of the address pool.
Accessible with the following methods¶
Method | Description |
---|---|
GET_POOLID() |
Getter for POOLID, with configurable default |
ASK_POOLID() |
Getter for POOLID w/ exceptions if field has no value |
HAS_POOLID() |
Determine if POOLID has a value |
Description¶
The description for the address pool.
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 |
PoolCidrBlocks¶
The CIDR blocks for the address pool.
Accessible with the following methods¶
Method | Description |
---|---|
GET_POOLCIDRBLOCKS() |
Getter for POOLCIDRBLOCKS, with configurable default |
ASK_POOLCIDRBLOCKS() |
Getter for POOLCIDRBLOCKS w/ exceptions if field has no valu |
HAS_POOLCIDRBLOCKS() |
Determine if POOLCIDRBLOCKS has a value |
Tags¶
Any tags for the address pool.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS 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_IPV6POOLSET
¶
TYPES TT_IPV6POOLSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2IPV6POOL WITH DEFAULT KEY
.