IpamDiscoveredRoute

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The advertisement type of the route. Possible values:

Link copied to clipboard
val asn: String?

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

Link copied to clipboard
val cidr: String?

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

Link copied to clipboard

The ID of the IPAM pool associated with the route.

Link copied to clipboard

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

Link copied to clipboard

The network border group for the route.

Link copied to clipboard

The ID of the BYOIP pool associated with the route.

Link copied to clipboard

The ID of the resource owner.

Link copied to clipboard

The Amazon Web Services Region where the route was discovered.

Link copied to clipboard

The time when the route was last sampled.

Link copied to clipboard

The state of the BYOIP CIDR. Possible values:

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String