BridgeNetworkOutputArgs

data class BridgeNetworkOutputArgs(val ipAddress: Output<String>, val name: Output<String>, val networkName: Output<String>, val port: Output<Int>, val protocol: Output<BridgeProtocolEnum>, val ttl: Output<Int>) : ConvertibleToJava<BridgeNetworkOutputArgs>

The output of the bridge. A network output is delivered to your premises.

Constructors

Link copied to clipboard
constructor(ipAddress: Output<String>, name: Output<String>, networkName: Output<String>, port: Output<Int>, protocol: Output<BridgeProtocolEnum>, ttl: Output<Int>)

Properties

Link copied to clipboard
val ipAddress: Output<String>

The network output IP Address.

Link copied to clipboard
val name: Output<String>

The network output name.

Link copied to clipboard
val networkName: Output<String>

The network output's gateway network name.

Link copied to clipboard
val port: Output<Int>

The network output port.

Link copied to clipboard

The network output protocol.

Link copied to clipboard
val ttl: Output<Int>

The network output TTL.

Functions

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