ApplicationPvtzDiscoverySvcPortProtocolArgs

data class ApplicationPvtzDiscoverySvcPortProtocolArgs(val port: Output<Int>? = null, val protocol: Output<String>? = null) : ConvertibleToJava<ApplicationPvtzDiscoverySvcPortProtocolArgs>

Constructors

constructor(port: Output<Int>? = null, protocol: Output<String>? = null)

Properties

Link copied to clipboard
val port: Output<Int>? = null
Link copied to clipboard
val protocol: Output<String>? = null

The protocol. Valid values: TCP and UDP.

Functions

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