EndpointNetworkInterfaceOptions

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

Constructors

Link copied to clipboard
fun EndpointNetworkInterfaceOptions(networkInterfaceId: String? = null, port: Int? = null, protocol: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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