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.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class GetIpamAddressHistoryRequest : AmazonEC2Request IAmazonWebServiceRequest
The GetIpamAddressHistoryRequest type exposes the following members
Name | Description | |
---|---|---|
GetIpamAddressHistoryRequest() |
Name | Type | Description | |
---|---|---|---|
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. |
|
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. |
|
IpamScopeId | System.String |
Gets and sets the property IpamScopeId. The ID of the IPAM scope that the CIDR is in. |
|
MaxResults | System.Int32 |
Gets and sets the property MaxResults. The maximum number of historical results you would like returned per page. Defaults to 100. |
|
NextToken | System.String |
Gets and sets the property NextToken. The token for the next page of results. |
|
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. |
|
VpcId | System.String |
Gets and sets the property VpcId. The ID of the VPC you want your history records filtered by. |
.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