ServiceTaskSpecNetworksAdvancedArgs

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

Constructors

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

Properties

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

The network aliases of the container in the specific network.

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

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

Link copied to clipboard
val name: Output<String>

The name/id of the network.

Functions

Link copied to clipboard
open override fun toJava(): ServiceTaskSpecNetworksAdvancedArgs