InstanceGroupNamedPort

data class InstanceGroupNamedPort(val name: String, val port: Int)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name which the port will be mapped to.

Link copied to clipboard
val port: Int

The port number to map the name to.