Ipv6Pool

class Ipv6Pool

Describes an IPv6 address pool.

Types

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

Properties

Link copied to clipboard

The description for the address pool.

Link copied to clipboard

The CIDR blocks for the address pool.

Link copied to clipboard

The ID of the address pool.

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

Any tags for the address pool.

Functions

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