ClusterNodeTypeEphemeralPortsArgs

data class ClusterNodeTypeEphemeralPortsArgs(val endPort: Output<Int>, val startPort: Output<Int>) : ConvertibleToJava<ClusterNodeTypeEphemeralPortsArgs>

Constructors

Link copied to clipboard
constructor(endPort: Output<Int>, startPort: Output<Int>)

Properties

Link copied to clipboard
val endPort: Output<Int>

The end of the Ephemeral Port Range on this Node Type.

Link copied to clipboard
val startPort: Output<Int>

The start of the Ephemeral Port Range on this Node Type.

Functions

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