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
constructor(backendPort: Output<Int>? = null, transportProtocol: Output<Either<String, TransportProtocol>>? = null)

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.

Functions

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