ClusterClusterConfigEndpointConfig

data class ClusterClusterConfigEndpointConfig(val enableHttpPortAccess: Boolean, val httpPorts: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(enableHttpPortAccess: Boolean, httpPorts: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The flag to enable http access to specific ports on the cluster from external sources (aka Component Gateway). Defaults to false.

Link copied to clipboard
val httpPorts: Map<String, String>? = null

The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.