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 GetIpamAddressHistory operation. Retrieve historical information about a CIDR within an IPAM scope. For more information, see View the history of IP addresses in the Amazon VPC IPAM User Guide.

Inheritance Hierarchy

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

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

Syntax

C#
public class GetIpamAddressHistoryRequest : AmazonEC2Request
         IAmazonWebServiceRequest

The GetIpamAddressHistoryRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Cidr System.String

Gets and sets the property Cidr.

The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP address range. If you enter a /16 IPv4 CIDR, you will get records that match it exactly. You will not get records for any subnets within the /16 CIDR.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The end of the time period for which you are looking for history. If you omit this option, it will default to the current time.

Public Property IpamScopeId System.String

Gets and sets the property IpamScopeId.

The ID of the IPAM scope that the CIDR is in.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of historical results you would like returned per page. Defaults to 100.

Public Property NextToken System.String

Gets and sets the property NextToken.

The token for the next page of results.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The start of the time period for which you are looking for history. If you omit this option, it will default to the value of EndTime.

Public Property VpcId System.String

Gets and sets the property VpcId.

The ID of the VPC you want your history records filtered by.

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