BridgeOutputResourceBridgeNetworkOutputArgs

data class BridgeOutputResourceBridgeNetworkOutputArgs(val ipAddress: Output<String>, val networkName: Output<String>, val port: Output<Int>, val protocol: Output<BridgeOutputResourceBridgeNetworkOutputProtocol>, val ttl: Output<Int>) : ConvertibleToJava<BridgeOutputResourceBridgeNetworkOutputArgs>

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

Constructors

constructor(ipAddress: Output<String>, networkName: Output<String>, port: Output<Int>, protocol: Output<BridgeOutputResourceBridgeNetworkOutputProtocol>, ttl: Output<Int>)

Properties

Link copied to clipboard
val ipAddress: Output<String>

The network output IP Address.

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(): BridgeOutputResourceBridgeNetworkOutputArgs