EndpointNetworkInterfaceOptions

data class EndpointNetworkInterfaceOptions(val networkInterfaceId: String? = null, val port: Int? = null, val portRanges: List<EndpointNetworkInterfaceOptionsPortRange>? = null, val protocol: String? = null)

Constructors

Link copied to clipboard
constructor(networkInterfaceId: String? = null, port: Int? = null, portRanges: List<EndpointNetworkInterfaceOptionsPortRange>? = 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
Link copied to clipboard
val protocol: String? = null