ApplicationPvtzDiscoverySvcPortProtocol

data class ApplicationPvtzDiscoverySvcPortProtocol(val port: Int? = null, val protocol: String? = null)

Constructors

Link copied to clipboard
constructor(port: Int? = null, protocol: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The protocol. Valid values: TCP and UDP.