ClusterNodeTypeApplicationPorts

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

Link copied to clipboard

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