VerifiedAccessEndpointNetworkInterfaceOptionsArgs

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

The options for network-interface type endpoint.

Constructors

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

Properties

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

The ID of the network interface.

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

The IP port number.

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

The IP protocol.

Functions

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