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.

Container for the parameters to the ModifyIpamResourceCidr operation. Modify a resource CIDR. You can use this action to transfer resource CIDRs between scopes and ignore resource CIDRs that you do not want to manage. If set to false, the resource will not be tracked for overlap, it cannot be auto-imported into a pool, and it will be removed from any pool it has an allocation in.

For more information, see Move resource CIDRs between scopes and Change the monitoring state of resource CIDRs in the Amazon VPC IPAM User Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.AmazonEC2Request
      Amazon.EC2.Model.ModifyIpamResourceCidrRequest

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

Syntax

C#
public class ModifyIpamResourceCidrRequest : AmazonEC2Request
         IAmazonWebServiceRequest

The ModifyIpamResourceCidrRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CurrentIpamScopeId System.String

Gets and sets the property CurrentIpamScopeId.

The ID of the current scope that the resource CIDR is in.

Public Property DestinationIpamScopeId System.String

Gets and sets the property DestinationIpamScopeId.

The ID of the scope you want to transfer the resource CIDR to.

Public Property Monitored System.Boolean

Gets and sets the property Monitored.

Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR.

Public Property ResourceCidr System.String

Gets and sets the property ResourceCidr.

The CIDR of the resource you want to modify.

Public Property ResourceId System.String

Gets and sets the property ResourceId.

The ID of the resource you want to modify.

Public Property ResourceRegion System.String

Gets and sets the property ResourceRegion.

The Amazon Web Services Region of the resource you want to modify.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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