EndpointPropertiesResponse

data class EndpointPropertiesResponse(val name: String, val port: Int? = null)

Describes a container endpoint.

Constructors

Link copied to clipboard
constructor(name: String, port: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the endpoint.

Link copied to clipboard
val port: Int? = null

Port used by the container.