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.

A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.IpamResourceDiscovery

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

Syntax

C#
public class IpamResourceDiscovery

The IpamResourceDiscovery type exposes the following members

Constructors

NameDescription
Public Method IpamResourceDiscovery()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

The resource discovery description.

Public Property IpamResourceDiscoveryArn System.String

Gets and sets the property IpamResourceDiscoveryArn.

The resource discovery Amazon Resource Name (ARN).

Public Property IpamResourceDiscoveryId System.String

Gets and sets the property IpamResourceDiscoveryId.

The resource discovery ID.

Public Property IpamResourceDiscoveryRegion System.String

Gets and sets the property IpamResourceDiscoveryRegion.

The resource discovery Region.

Public Property IsDefault 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.

Public Property 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.

Public Property OwnerId System.String

Gets and sets the property OwnerId.

The ID of the owner.

Public Property State Amazon.EC2.IpamResourceDiscoveryState

Gets and sets the property State.

The lifecycle state of the resource discovery.

  • create-in-progress - Resource discovery is being created.

  • create-complete - Resource discovery creation is complete.

  • create-failed - Resource discovery creation has failed.

  • modify-in-progress - Resource discovery is being modified.

  • modify-complete - Resource discovery modification is complete.

  • modify-failed - Resource discovery modification has failed.

  • delete-in-progress - Resource discovery is being deleted.

  • delete-complete - Resource discovery deletion is complete.

  • delete-failed - Resource discovery deletion has failed.

  • isolate-in-progress - Amazon Web Services account that created the resource discovery has been removed and the resource discovery is being isolated.

  • isolate-complete - Resource discovery isolation is complete.

  • restore-in-progress - Amazon Web Services account that created the resource discovery and was isolated has been restored.

Public Property 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.

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