PortStatus

@Serializable
data class PortStatus(val ports: List<EndpointPortConfig>? = null)

represents the port status of a task's host ports whose service has published host ports

Parameters

ports

Constructors

Link copied to clipboard
constructor(ports: List<EndpointPortConfig>? = null)

Properties

Link copied to clipboard
@SerialName(value = "Ports")
val ports: List<EndpointPortConfig>?