ServiceTaskSpecNetworksAdvanced

data class ServiceTaskSpecNetworksAdvanced(val aliases: List<String>? = null, val driverOpts: List<String>? = null, val name: String)

Constructors

Link copied to clipboard
constructor(aliases: List<String>? = null, driverOpts: List<String>? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aliases: List<String>? = null

The network aliases of the container in the specific network.

Link copied to clipboard
val driverOpts: List<String>? = null

An array of driver options for the network, e.g. opts1=value

Link copied to clipboard

The name/id of the network.