EndpointConfigResponse

data class EndpointConfigResponse(val enableHttpPortAccess: Boolean, val httpPorts: Map<String, String>)

Endpoint config for this cluster

Constructors

Link copied to clipboard
fun EndpointConfigResponse(enableHttpPortAccess: Boolean, httpPorts: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.

Link copied to clipboard

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