ApplicationPvtzDiscoverySvcPortProtocolArgs

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

Constructors

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

Functions

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

Properties

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

The port.

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

The protocol. Valid values: TCP and UDP.