GatewayNetwork

The network settings for a gateway.

Types

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

Properties

Link copied to clipboard

A unique IP address range to use for this network. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

Link copied to clipboard
val name: String?

The name of the network. This name is used to reference the network and must be unique among networks in this gateway.

Functions

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