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.

An IPAM discovered resource CIDR. A discovered resource is a resource CIDR monitored under a resource discovery. The following resources can be discovered: VPCs, Public IPv4 pools, VPC subnets, and Elastic IP addresses. The discovered resource CIDR is the IP address range in CIDR notation that is associated with the resource.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.IpamDiscoveredResourceCidr

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

Syntax

C#
public class IpamDiscoveredResourceCidr

The IpamDiscoveredResourceCidr type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property IpamResourceDiscoveryId System.String

Gets and sets the property IpamResourceDiscoveryId.

The resource discovery ID.

Public Property IpUsage System.Double

Gets and sets the property IpUsage.

The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following:

  • For resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs.

  • For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that's in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated.

  • For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that's been allocated to Elastic IP addresses (EIPs).

Public Property ResourceCidr System.String

Gets and sets the property ResourceCidr.

The resource CIDR.

Public Property ResourceId System.String

Gets and sets the property ResourceId.

The resource ID.

Public Property ResourceOwnerId System.String

Gets and sets the property ResourceOwnerId.

The resource owner ID.

Public Property ResourceRegion System.String

Gets and sets the property ResourceRegion.

The resource Region.

Public Property ResourceTags System.Collections.Generic.List<Amazon.EC2.Model.IpamResourceTag>

Gets and sets the property ResourceTags.

The resource tags.

Public Property ResourceType Amazon.EC2.IpamResourceType

Gets and sets the property ResourceType.

The resource type.

Public Property SampleTime System.DateTime

Gets and sets the property SampleTime.

The last successful resource discovery time.

Public Property VpcId System.String

Gets and sets the property VpcId.

The VPC ID.

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