Kotlin Multiplatform Client for Docker
Toggle table of contents
snapshot
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin Multiplatform Client for Docker
Kotlin Multiplatform Client for Docker
/
dev.limebeck.libs.docker.client.model
/
PortStatus
Port
Status
@
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
Members
Constructors
Port
Status
Link copied to clipboard
constructor
(
ports
:
List
<
EndpointPortConfig
>
?
=
null
)
Properties
ports
Link copied to clipboard
@
SerialName
(
value
=
"Ports"
)
val
ports
:
List
<
EndpointPortConfig
>
?