GatewayNetworkArgs

data class GatewayNetworkArgs(val cidrBlock: Output<String>, val name: Output<String>) : ConvertibleToJava<GatewayNetworkArgs>

The network settings for a gateway.

Constructors

Link copied to clipboard
fun GatewayNetworkArgs(cidrBlock: Output<String>, name: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): GatewayNetworkArgs

Properties

Link copied to clipboard
val cidrBlock: Output<String>

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: Output<String>

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