AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Get a list of all the CIDR allocations in an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations.

If you use this action after AllocateIpamPoolCidr or ReleaseIpamPoolAllocation, note that all EC2 API actions follow an eventual consistency model.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to GetIpamPoolAllocationsAsync.

Namespace: Amazon.EC2
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public virtual GetIpamPoolAllocationsResponse GetIpamPoolAllocations(
         GetIpamPoolAllocationsRequest request
)

Parameters

request
Type: Amazon.EC2.Model.GetIpamPoolAllocationsRequest

Container for the necessary parameters to execute the GetIpamPoolAllocations service method.

Return Value


The response from the GetIpamPoolAllocations service method, as returned by EC2.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also