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 resource discovery association. An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.IpamResourceDiscoveryAssociation

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

Syntax

C#
public class IpamResourceDiscoveryAssociation

The IpamResourceDiscoveryAssociation type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property IpamArn System.String

Gets and sets the property IpamArn.

The IPAM ARN.

Public Property IpamId System.String

Gets and sets the property IpamId.

The IPAM ID.

Public Property IpamRegion System.String

Gets and sets the property IpamRegion.

The IPAM home Region.

Public Property IpamResourceDiscoveryAssociationArn System.String

Gets and sets the property IpamResourceDiscoveryAssociationArn.

The resource discovery association Amazon Resource Name (ARN).

Public Property IpamResourceDiscoveryAssociationId System.String

Gets and sets the property IpamResourceDiscoveryAssociationId.

The resource discovery association ID.

Public Property IpamResourceDiscoveryId System.String

Gets and sets the property IpamResourceDiscoveryId.

The resource discovery ID.

Public Property IsDefault System.Boolean

Gets and sets the property IsDefault.

Defines if the resource discovery is the default. When you create an IPAM, a default resource discovery is created for your IPAM and it's associated with your IPAM.

Public Property OwnerId System.String

Gets and sets the property OwnerId.

The Amazon Web Services account ID of the resource discovery owner.

Public Property ResourceDiscoveryStatus Amazon.EC2.IpamAssociatedResourceDiscoveryStatus

Gets and sets the property ResourceDiscoveryStatus.

The resource discovery status.

  • active - Connection or permissions required to read the results of the resource discovery are intact.

  • not-found - Connection or permissions required to read the results of the resource discovery are broken. This may happen if the owner of the resource discovery stopped sharing it or deleted the resource discovery. Verify the resource discovery still exists and the Amazon Web Services RAM resource share is still intact.

Public Property State Amazon.EC2.IpamResourceDiscoveryAssociationState

Gets and sets the property State.

The lifecycle state of the association when you associate or disassociate a resource discovery.

  • associate-in-progress - Resource discovery is being associated.

  • associate-complete - Resource discovery association is complete.

  • associate-failed - Resource discovery association has failed.

  • disassociate-in-progress - Resource discovery is being disassociated.

  • disassociate-complete - Resource discovery disassociation is complete.

  • disassociate-failed - Resource discovery disassociation has failed.

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

  • isolate-complete - Resource discovery isolation is complete..

  • restore-in-progress - Resource discovery is being 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