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.
A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class IpamResourceDiscovery
The IpamResourceDiscovery type exposes the following members
Name | Description | |
---|---|---|
![]() |
IpamResourceDiscovery() |
Name | Type | Description | |
---|---|---|---|
![]() |
Description | System.String |
Gets and sets the property Description. The resource discovery description. |
![]() |
IpamResourceDiscoveryArn | System.String |
Gets and sets the property IpamResourceDiscoveryArn. The resource discovery Amazon Resource Name (ARN). |
![]() |
IpamResourceDiscoveryId | System.String |
Gets and sets the property IpamResourceDiscoveryId. The resource discovery ID. |
![]() |
IpamResourceDiscoveryRegion | System.String |
Gets and sets the property IpamResourceDiscoveryRegion. The resource discovery Region. |
![]() |
IsDefault | System.Nullable<System.Boolean> |
Gets and sets the property IsDefault. Defines if the resource discovery is the default. The default resource discovery is the resource discovery automatically created when you create an IPAM. |
![]() |
OperatingRegions | System.Collections.Generic.List<Amazon.EC2.Model.IpamOperatingRegion> |
Gets and sets the property OperatingRegions. The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions. 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. |
![]() |
OrganizationalUnitExclusions | System.Collections.Generic.List<Amazon.EC2.Model.IpamOrganizationalUnitExclusion> |
Gets and sets the property OrganizationalUnitExclusions. If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion. 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. |
![]() |
OwnerId | System.String |
Gets and sets the property OwnerId. The ID of the owner. |
![]() |
State | Amazon.EC2.IpamResourceDiscoveryState |
Gets and sets the property State. The lifecycle state of the resource discovery.
|
![]() |
Tags | System.Collections.Generic.List<Amazon.EC2.Model.Tag> |
Gets and sets the property Tags. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs. 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. |
.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