ClusterNodeTypeEphemeralPorts

data class ClusterNodeTypeEphemeralPorts(val endPort: Int, val startPort: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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