ByoipCidr

class ByoipCidr

Information about an address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).

Types

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

Properties

Link copied to clipboard

The BYOIP CIDR associations with ASNs.

Link copied to clipboard
val cidr: String?

The address range, in CIDR notation.

Link copied to clipboard

The description of the address range.

Link copied to clipboard

If you have Local Zones enabled, you can choose a network border group for Local Zones when you provision and advertise a BYOIPv4 CIDR. Choose the network border group carefully as the EIP and the Amazon Web Services resource it is associated with must reside in the same network border group.

Link copied to clipboard

The state of the address range.

Link copied to clipboard

Upon success, contains the ID of the address pool. Otherwise, contains an error message.

Functions

Link copied to clipboard
inline fun copy(block: ByoipCidr.Builder.() -> Unit = {}): ByoipCidr
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