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.
Information about an IPAM policy.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class IpamPolicyDocument
The IpamPolicyDocument type exposes the following members
| Name | Description | |
|---|---|---|
|
IpamPolicyDocument() |
| Name | Type | Description | |
|---|---|---|---|
|
AllocationRules | System.Collections.Generic.List<Amazon.EC2.Model.IpamPolicyAllocationRule> |
Gets and sets the property 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. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
|
IpamPolicyId | System.String |
Gets and sets the property IpamPolicyId. The ID of the IPAM policy. |
|
Locale | System.String |
Gets and sets the property Locale. The locale of the IPAM policy document. |
|
ResourceType | Amazon.EC2.IpamPolicyResourceType |
Gets and sets the property 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:
|
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer