WorkstationConfigAllowedPortArgs

data class WorkstationConfigAllowedPortArgs(val first: Output<Int>? = null, val last: Output<Int>? = null) : ConvertibleToJava<WorkstationConfigAllowedPortArgs>

Constructors

Link copied to clipboard
constructor(first: Output<Int>? = null, last: Output<Int>? = null)

Properties

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

Starting port number for the current range of ports. Valid ports are 22, 80, and ports within the range 1024-65535.

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

Ending port number for the current range of ports. Valid ports are 22, 80, and ports within the range 1024-65535.

Functions

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