HttpConfigResponse

data class HttpConfigResponse(val hosts: List<HttpHostConfigResponse>, val name: String, val port: Int)

Describes the http configuration for external connectivity for this network.

Constructors

Link copied to clipboard
constructor(hosts: List<HttpHostConfigResponse>, name: String, port: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

description for routing.

Link copied to clipboard

http gateway config name.

Link copied to clipboard
val port: Int

Specifies the port at which the service endpoint below needs to be exposed.