PortArgs

data class PortArgs(val backendPort: Output<Int>? = null, val transportProtocol: Output<Either<String, TransportProtocol>>? = null) : ConvertibleToJava<PortArgs>

Properties of a network port.

Constructors

Link copied to clipboard
fun PortArgs(backendPort: Output<Int>? = null, transportProtocol: Output<Either<String, TransportProtocol>>? = null)

Functions

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

Properties

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

Backend port of the target virtual machine.

Link copied to clipboard
val transportProtocol: Output<Either<String, TransportProtocol>>? = null

Protocol type of the port.