BackendAddressPoolTunnelInterfaceArgs

data class BackendAddressPoolTunnelInterfaceArgs(val identifier: Output<Int>, val port: Output<Int>, val protocol: Output<String>, val type: Output<String>) : ConvertibleToJava<BackendAddressPoolTunnelInterfaceArgs>

Constructors

Link copied to clipboard
constructor(identifier: Output<Int>, port: Output<Int>, protocol: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val identifier: Output<Int>

The unique identifier of this Gateway Load Balancer Tunnel Interface.

Link copied to clipboard
val port: Output<Int>

The port number that this Gateway Load Balancer Tunnel Interface listens to.

Link copied to clipboard
val protocol: Output<String>

The protocol used for this Gateway Load Balancer Tunnel Interface. Possible values are None, Native and VXLAN.

Link copied to clipboard
val type: Output<String>

The traffic type of this Gateway Load Balancer Tunnel Interface. Possible values are None, Internal and External.

Functions

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