/AWS1/CL_EC2IPAMPOLICYDOCUMENT¶
Information about an IPAM policy.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_ipampolicyid TYPE /AWS1/EC2IPAMPOLICYID /AWS1/EC2IPAMPOLICYID¶
The ID of the IPAM policy.
iv_locale TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The locale of the IPAM policy document.
iv_resourcetype TYPE /AWS1/EC2IPAMPOLICYRESTYPE /AWS1/EC2IPAMPOLICYRESTYPE¶
The resource type of the IPAM policy document.
The Amazon Web Services service or resource type that can use IP addresses through IPAM policies. Supported services and resource types include:
Elastic IP addresses
it_allocationrules TYPE /AWS1/CL_EC2IPAMPLYALLOCRULE=>TT_IPAMPOLICYALLOCRULELIST TT_IPAMPOLICYALLOCRULELIST¶
The allocation rules in the IPAM policy document.
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.
Queryable Attributes¶
IpamPolicyId¶
The ID of the IPAM policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPAMPOLICYID() |
Getter for IPAMPOLICYID, with configurable default |
ASK_IPAMPOLICYID() |
Getter for IPAMPOLICYID w/ exceptions if field has no value |
HAS_IPAMPOLICYID() |
Determine if IPAMPOLICYID has a value |
Locale¶
The locale of the IPAM policy document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALE() |
Getter for LOCALE, with configurable default |
ASK_LOCALE() |
Getter for LOCALE w/ exceptions if field has no value |
HAS_LOCALE() |
Determine if LOCALE has a value |
ResourceType¶
The resource type of the IPAM policy document.
The Amazon Web Services service or resource type that can use IP addresses through IPAM policies. Supported services and resource types include:
Elastic IP addresses
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
AllocationRules¶
The allocation rules in the IPAM policy document.
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALLOCATIONRULES() |
Getter for ALLOCATIONRULES, with configurable default |
ASK_ALLOCATIONRULES() |
Getter for ALLOCATIONRULES w/ exceptions if field has no val |
HAS_ALLOCATIONRULES() |
Determine if ALLOCATIONRULES 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_IPAMPOLICYDOCUMENTSET¶
TYPES TT_IPAMPOLICYDOCUMENTSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2IPAMPOLICYDOCUMENT WITH DEFAULT KEY
.