CidrMapping

Maps a source CIDR range to the corresponding target CIDR range to use in the target network.

Types

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

Properties

Link copied to clipboard

The original CIDR range in the source network.

Link copied to clipboard

The updated CIDR range to use in the target network.

Functions

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