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.
In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.
For more information, see How IPAM works in the Amazon VPC IPAM User Guide.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class IpamScope
The IpamScope type exposes the following members
| Name | Description | |
|---|---|---|
|
IpamScope() |
| Name | Type | Description | |
|---|---|---|---|
|
Description | System.String |
Gets and sets the property Description. The description of the scope. |
|
ExternalAuthorityConfiguration | Amazon.EC2.Model.IpamScopeExternalAuthorityConfiguration |
Gets and sets the property ExternalAuthorityConfiguration. The external authority configuration for this IPAM scope, if configured. The configuration that links an Amazon VPC IPAM scope to an external authority system. It specifies the type of external system and the external resource identifier that identifies your account or instance in that system. In IPAM, an external authority is a third-party IP address management system that provides CIDR blocks when you provision address space for top-level IPAM pools. This allows you to use your existing IP management system to control which address ranges are allocated to Amazon Web Services while using Amazon VPC IPAM to manage subnets within those ranges. |
|
IpamArn | System.String |
Gets and sets the property IpamArn. The ARN of the IPAM. |
|
IpamRegion | System.String |
Gets and sets the property IpamRegion. The Amazon Web Services Region of the IPAM scope. |
|
IpamScopeArn | System.String |
Gets and sets the property IpamScopeArn. The Amazon Resource Name (ARN) of the scope. |
|
IpamScopeId | System.String |
Gets and sets the property IpamScopeId. The ID of the scope. |
|
IpamScopeType | Amazon.EC2.IpamScopeType |
Gets and sets the property IpamScopeType. The type of the scope. |
|
IsDefault | System.Nullable<System.Boolean> |
Gets and sets the property IsDefault. Defines if the scope is the default scope or not. |
|
OwnerId | System.String |
Gets and sets the property OwnerId. The Amazon Web Services account ID of the owner of the scope. |
|
PoolCount | System.Nullable<System.Int32> |
Gets and sets the property PoolCount. The number of pools in the scope. |
|
State | Amazon.EC2.IpamScopeState |
Gets and sets the property State. The state of the IPAM scope. |
|
Tags | System.Collections.Generic.List<Amazon.EC2.Model.Tag> |
Gets and sets the property Tags.
The key/value combination of a tag assigned to the resource. Use the tag key in the
filter name and the tag value as the filter value. For example, to find all resources
that have a tag with the key |
.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