GatewayNetwork

data class GatewayNetwork(val cidrBlock: String, val name: String)

The network settings for a gateway.

Constructors

Link copied to clipboard
constructor(cidrBlock: String, name: String)

Types

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

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