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.

The historical record of 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.EC2.Model.IpamAddressHistoryRecord

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

Syntax

C#
public class IpamAddressHistoryRecord

The IpamAddressHistoryRecord type exposes the following members

Constructors

NameDescription
Public Method IpamAddressHistoryRecord()

Properties

NameTypeDescription
Public Property ResourceCidr System.String

Gets and sets the property ResourceCidr.

The CIDR of the resource.

Public Property ResourceComplianceStatus Amazon.EC2.IpamComplianceStatus

Gets and sets the property ResourceComplianceStatus.

The compliance status of a resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.

Public Property ResourceId System.String

Gets and sets the property ResourceId.

The ID of the resource.

Public Property ResourceName System.String

Gets and sets the property ResourceName.

The name of the resource.

Public Property ResourceOverlapStatus Amazon.EC2.IpamOverlapStatus

Gets and sets the property ResourceOverlapStatus.

The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.

Public Property ResourceOwnerId System.String

Gets and sets the property ResourceOwnerId.

The ID of the resource owner.

Public Property ResourceRegion System.String

Gets and sets the property ResourceRegion.

The Amazon Web Services Region of the resource.

Public Property ResourceType Amazon.EC2.IpamAddressHistoryResourceType

Gets and sets the property ResourceType.

The type of the resource.

Public Property SampledEndTime System.DateTime

Gets and sets the property SampledEndTime.

Sampled end time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the end time may have occurred before this specific time.

Public Property SampledStartTime System.DateTime

Gets and sets the property SampledStartTime.

Sampled start time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the start time may have occurred before this specific time.

Public Property VpcId System.String

Gets and sets the property VpcId.

The VPC ID of the resource.

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