/AWS1/CL_EC2IPAMPLYALLOCRULE¶
Information about an IPAM policy allocation rule.
Allocation rules are optional configurations within an IPAM policy that map Amazon Web Services resource types to specific IPAM pools. If no rules are defined, the resource types default to using Amazon-provided IP addresses.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sourceipampoolid TYPE /AWS1/EC2IPAMPOOLID /AWS1/EC2IPAMPOOLID¶
The ID of the source IPAM pool for the allocation rule.
An IPAM pool is a collection of IP addresses in IPAM that can be allocated to Amazon Web Services resources.
Queryable Attributes¶
SourceIpamPoolId¶
The ID of the source IPAM pool for the allocation rule.
An IPAM pool is a collection of IP addresses in IPAM that can be allocated to Amazon Web Services resources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEIPAMPOOLID() |
Getter for SOURCEIPAMPOOLID, with configurable default |
ASK_SOURCEIPAMPOOLID() |
Getter for SOURCEIPAMPOOLID w/ exceptions if field has no va |
HAS_SOURCEIPAMPOOLID() |
Determine if SOURCEIPAMPOOLID 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_IPAMPOLICYALLOCRULELIST¶
TYPES TT_IPAMPOLICYALLOCRULELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2IPAMPLYALLOCRULE WITH DEFAULT KEY
.