ClusterNodeTypeApplicationPortsArgs

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

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 Application Port Range on this Node Type.

Link copied to clipboard
val startPort: Output<Int>

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

Functions

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