/AWS1/CL_EC2DESCRIPAMPOLRESULT¶
DescribeIpamPoliciesResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/EC2NEXTTOKEN /AWS1/EC2NEXTTOKEN¶
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.
it_ipampolicies TYPE /AWS1/CL_EC2IPAMPOLICY=>TT_IPAMPOLICYSET TT_IPAMPOLICYSET¶
Information about the IPAM policies.
An IPAM policy is a set of rules that define how public IPv4 addresses from IPAM pools are allocated to Amazon Web Services resources. Each rule maps an Amazon Web Services service to IPAM pools that the service will use to get IP addresses. A single policy can have multiple rules and be applied to multiple Amazon Web Services Regions. If the IPAM pool run out of addresses then the services fallback to Amazon-provided IP addresses. A policy can be applied to an individual Amazon Web Services account or an entity within Amazon Web Services Organizations.
Queryable Attributes¶
NextToken¶
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
IpamPolicies¶
Information about the IPAM policies.
An IPAM policy is a set of rules that define how public IPv4 addresses from IPAM pools are allocated to Amazon Web Services resources. Each rule maps an Amazon Web Services service to IPAM pools that the service will use to get IP addresses. A single policy can have multiple rules and be applied to multiple Amazon Web Services Regions. If the IPAM pool run out of addresses then the services fallback to Amazon-provided IP addresses. A policy can be applied to an individual Amazon Web Services account or an entity within Amazon Web Services Organizations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPAMPOLICIES() |
Getter for IPAMPOLICIES, with configurable default |
ASK_IPAMPOLICIES() |
Getter for IPAMPOLICIES w/ exceptions if field has no value |
HAS_IPAMPOLICIES() |
Determine if IPAMPOLICIES has a value |