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.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class IpamResourceDiscoveryAssociation
The IpamResourceDiscoveryAssociation type exposes the following members
Name | Description | |
---|---|---|
![]() |
IpamResourceDiscoveryAssociation() |
Name | Type | Description | |
---|---|---|---|
![]() |
IpamArn | System.String |
Gets and sets the property IpamArn. The IPAM ARN. |
![]() |
IpamId | System.String |
Gets and sets the property IpamId. The IPAM ID. |
![]() |
IpamRegion | System.String |
Gets and sets the property IpamRegion. The IPAM home Region. |
![]() |
IpamResourceDiscoveryAssociationArn | System.String |
Gets and sets the property IpamResourceDiscoveryAssociationArn. The resource discovery association Amazon Resource Name (ARN). |
![]() |
IpamResourceDiscoveryAssociationId | System.String |
Gets and sets the property IpamResourceDiscoveryAssociationId. The resource discovery association ID. |
![]() |
IpamResourceDiscoveryId | System.String |
Gets and sets the property IpamResourceDiscoveryId. The resource discovery ID. |
![]() |
IsDefault | System.Nullable<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. |
![]() |
OwnerId | System.String |
Gets and sets the property OwnerId. The Amazon Web Services account ID of the resource discovery owner. |
![]() |
ResourceDiscoveryStatus | Amazon.EC2.IpamAssociatedResourceDiscoveryStatus |
Gets and sets the property ResourceDiscoveryStatus. The resource discovery status.
|
![]() |
State | Amazon.EC2.IpamResourceDiscoveryAssociationState |
Gets and sets the property State. The lifecycle state of the association when you associate or disassociate a 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