ContainerSummaryNetworkSettings

@Serializable
data class ContainerSummaryNetworkSettings(val networks: Map<String, EndpointSettings>? = null)

Summary of the container's network settings

Parameters

networks

Summary of network-settings for each network the container is attached to.

Constructors

Link copied to clipboard
constructor(networks: Map<String, EndpointSettings>? = null)

Properties

Link copied to clipboard
@SerialName(value = "Networks")
val networks: Map<String, EndpointSettings>?