BridgeOutputResourceBridgeNetworkOutput

data class BridgeOutputResourceBridgeNetworkOutput(val ipAddress: String, val networkName: String, val port: Int, val protocol: BridgeOutputResourceBridgeNetworkOutputProtocol, val ttl: Int)

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

Constructors

Link copied to clipboard
constructor(ipAddress: String, networkName: String, port: Int, protocol: BridgeOutputResourceBridgeNetworkOutputProtocol, ttl: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The network output IP Address.

Link copied to clipboard

The network output's gateway network name.

Link copied to clipboard
val port: Int

The network output port.

Link copied to clipboard
Link copied to clipboard
val ttl: Int

The network output TTL.