FlowNdiDiscoveryServerConfigArgs

data class FlowNdiDiscoveryServerConfigArgs(val discoveryServerAddress: Output<String>, val discoveryServerPort: Output<Int>? = null, val vpcInterfaceAdapter: Output<String>) : ConvertibleToJava<FlowNdiDiscoveryServerConfigArgs>

Specifies the configuration settings for individual NDI discovery servers. A maximum of 3 servers is allowed.

Constructors

Link copied to clipboard
constructor(discoveryServerAddress: Output<String>, discoveryServerPort: Output<Int>? = null, vpcInterfaceAdapter: Output<String>)

Properties

Link copied to clipboard

The unique network address of the NDI discovery server.

Link copied to clipboard
val discoveryServerPort: Output<Int>? = null

The port for the NDI discovery server. Defaults to 5959 if a custom port isn't specified.

Link copied to clipboard

The identifier for the Virtual Private Cloud (VPC) network interface used by the flow.

Functions

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