GetNetworkPlainArgs

data class GetNetworkPlainArgs(val name: String) : ConvertibleToJava<GetNetworkPlainArgs>

A collection of arguments for invoking getNetwork.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

The name of the Docker network.

Functions

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