AWS SDK Version 4 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.

Contains information about a BGP route discovered by IPAM resource discovery.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.IpamDiscoveredRoute

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

Syntax

C#
public class IpamDiscoveredRoute

The IpamDiscoveredRoute type exposes the following members

Constructors

NameDescription
Public Method IpamDiscoveredRoute()

Properties

NameTypeDescription
Public Property AdvertisementType Amazon.EC2.IpamByoipAdvertisementType

Gets and sets the property AdvertisementType.

The advertisement type of the route. Possible values:

  • regional - The IP address is advertised from a single location (regional services such as Amazon EC2).

  • global - The IP address is advertised from multiple global locations simultaneously (global services such as Amazon CloudFront).

Public Property Asn System.String

Gets and sets the property Asn.

The Autonomous System Number (ASN) that originates the route.

Public Property Cidr System.String

Gets and sets the property Cidr.

The IP address prefix of the discovered route in CIDR notation.

Public Property IpamPoolId System.String

Gets and sets the property IpamPoolId.

The ID of the IPAM pool associated with the route.

Public Property IpamResourceDiscoveryId System.String

Gets and sets the property IpamResourceDiscoveryId.

The ID of the IPAM resource discovery that discovered the route.

Public Property NetworkBorderGroup System.String

Gets and sets the property NetworkBorderGroup.

The network border group for the route.

Public Property PoolId System.String

Gets and sets the property PoolId.

The ID of the BYOIP pool associated with the route.

Public Property ResourceOwnerId System.String

Gets and sets the property ResourceOwnerId.

The ID of the resource owner.

Public Property ResourceRegion System.String

Gets and sets the property ResourceRegion.

The Amazon Web Services Region where the route was discovered.

Public Property SampleTime System.Nullable<System.DateTime>

Gets and sets the property SampleTime.

The time when the route was last sampled.

Public Property State Amazon.EC2.IpamByoipCidrState

Gets and sets the property State.

The state of the BYOIP CIDR. Possible values:

  • advertised - The CIDR is being advertised.

  • deprovisioned - The CIDR has been deprovisioned.

  • failed-deprovision - Deprovisioning failed.

  • failed-provision - Provisioning failed.

  • pending-deprovision - Deprovisioning is in progress.

  • pending-provision - Provisioning is in progress.

  • provisioned - The CIDR is provisioned.

  • provisioned-not-publicly-advertisable - The CIDR is provisioned but not publicly advertisable.

Version Information

.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