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.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class IpamDiscoveredResourceCidr
The IpamDiscoveredResourceCidr type exposes the following members
Name | Description | |
---|---|---|
![]() |
IpamDiscoveredResourceCidr() |
Name | Type | Description | |
---|---|---|---|
![]() |
AvailabilityZoneId | System.String |
Gets and sets the property AvailabilityZoneId. The Availability Zone ID. |
![]() |
IpamResourceDiscoveryId | System.String |
Gets and sets the property IpamResourceDiscoveryId. The resource discovery ID. |
![]() |
IpSource | Amazon.EC2.IpamResourceCidrIpSource |
Gets and sets the property IpSource.
The source that allocated the IP address space. |
![]() |
IpUsage | System.Nullable<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:
|
![]() |
NetworkInterfaceAttachmentStatus | Amazon.EC2.IpamNetworkInterfaceAttachmentStatus |
Gets and sets the property NetworkInterfaceAttachmentStatus. For elastic network interfaces, this is the status of whether or not the elastic network interface is attached. |
![]() |
ResourceCidr | System.String |
Gets and sets the property ResourceCidr. The resource CIDR. |
![]() |
ResourceId | System.String |
Gets and sets the property ResourceId. The resource ID. |
![]() |
ResourceOwnerId | System.String |
Gets and sets the property ResourceOwnerId. The resource owner ID. |
![]() |
ResourceRegion | System.String |
Gets and sets the property ResourceRegion. The resource Region. |
![]() |
ResourceTags | System.Collections.Generic.List<Amazon.EC2.Model.IpamResourceTag> |
Gets and sets the property ResourceTags. The resource tags. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
ResourceType | Amazon.EC2.IpamResourceType |
Gets and sets the property ResourceType. The resource type. |
![]() |
SampleTime | System.Nullable<System.DateTime> |
Gets and sets the property SampleTime. The last successful resource discovery time. |
![]() |
SubnetId | System.String |
Gets and sets the property SubnetId. The subnet ID. |
![]() |
VpcId | System.String |
Gets and sets the property VpcId. The VPC ID. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer