PublicIpv4Pool

Describes an IPv4 address pool.

Types

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

Properties

Link copied to clipboard

A description of the address pool.

Link copied to clipboard

The name of the location from which the address pool is advertised. A network border group is a unique set of Availability Zones or Local Zones from where Amazon Web Services advertises public IP addresses.

Link copied to clipboard

The address ranges.

Link copied to clipboard

The ID of the address pool.

Link copied to clipboard
val tags: List<Tag>?

Any tags for the address pool.

Link copied to clipboard

The total number of addresses.

Link copied to clipboard

The total number of available addresses.

Functions

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