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.

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.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.IpamScope

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

Syntax

C#
public class IpamScope

The IpamScope type exposes the following members

Constructors

NameDescription
Public Method IpamScope()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

The description of the scope.

Public Property IpamArn System.String

Gets and sets the property IpamArn.

The ARN of the IPAM.

Public Property IpamRegion System.String

Gets and sets the property IpamRegion.

The Amazon Web Services Region of the IPAM scope.

Public Property IpamScopeArn System.String

Gets and sets the property IpamScopeArn.

The Amazon Resource Name (ARN) of the scope.

Public Property IpamScopeId System.String

Gets and sets the property IpamScopeId.

The ID of the scope.

Public Property IpamScopeType Amazon.EC2.IpamScopeType

Gets and sets the property IpamScopeType.

The type of the scope.

Public Property IsDefault System.Boolean

Gets and sets the property IsDefault.

Defines if the scope is the default scope or not.

Public Property OwnerId System.String

Gets and sets the property OwnerId.

The Amazon Web Services account ID of the owner of the scope.

Public Property PoolCount System.Int32

Gets and sets the property PoolCount.

The number of pools in the scope.

Public Property State Amazon.EC2.IpamScopeState

Gets and sets the property State.

The state of the IPAM scope.

Public Property 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 Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5