/AWS1/CL_FNTIPAMCIDRCONFIG¶
Configuration for an IPAM CIDR that defines a specific IP address range, IPAM pool, and associated Anycast IP address.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_cidr TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The CIDR that specifies the IP address range for this IPAM configuration.
iv_ipampoolarn TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The Amazon Resource Name (ARN) of the IPAM pool that the CIDR block is assigned to.
Optional arguments:¶
iv_anycastip TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The specified Anycast IP address allocated from the IPAM pool for this CIDR configuration.
iv_status TYPE /AWS1/FNTIPAMCIDRSTATUS /AWS1/FNTIPAMCIDRSTATUS¶
The current status of the IPAM CIDR configuration.
Queryable Attributes¶
Cidr¶
The CIDR that specifies the IP address range for this IPAM configuration.
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 |
IpamPoolArn¶
The Amazon Resource Name (ARN) of the IPAM pool that the CIDR block is assigned to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPAMPOOLARN() |
Getter for IPAMPOOLARN, with configurable default |
ASK_IPAMPOOLARN() |
Getter for IPAMPOOLARN w/ exceptions if field has no value |
HAS_IPAMPOOLARN() |
Determine if IPAMPOOLARN has a value |
AnycastIp¶
The specified Anycast IP address allocated from the IPAM pool for this CIDR configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANYCASTIP() |
Getter for ANYCASTIP, with configurable default |
ASK_ANYCASTIP() |
Getter for ANYCASTIP w/ exceptions if field has no value |
HAS_ANYCASTIP() |
Determine if ANYCASTIP has a value |
Status¶
The current status of the IPAM CIDR configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS 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_IPAMCIDRCONFIGLIST¶
TYPES TT_IPAMCIDRCONFIGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNTIPAMCIDRCONFIG WITH DEFAULT KEY
.