Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1020 Bytes

File metadata and controls

21 lines (11 loc) · 1020 Bytes

PerNetworkOptions

Properties

Name Type Description Notes
aliases List<String> Aliases contains a list of names which the dns server should resolve to this container. Should only be set when DNSEnabled is true on the Network. If aliases are set but there is no dns support for this network the network interface implementation should ignore this and NOT error. Optional. [optional]
interfaceName String InterfaceName for this container. Required in the backend. Optional in the frontend. Will be filled with ethX (where X is a integer) when empty. [optional]
options Map<String, String> Driver-specific options for this container. [optional]
staticIps List<String> StaticIPs for this container. Optional. [optional]
staticMac String StaticMac for this container. Optional. [optional]

Implemented Interfaces

  • Serializable