Class NetworkConfig

  • All Implemented Interfaces:
    Serializable

    public class NetworkConfig
    extends Object
    implements Serializable
    Network config encapsulating network specific configuration
    Since:
    29/07/16
    Author:
    roland
    See Also:
    Serialized Form
    • Constructor Detail

      • NetworkConfig

        public NetworkConfig​(String net)
        Legacy constructor using the <net> config
        Parameters:
        net - net, encapsulating mode & name.
      • NetworkConfig

        public NetworkConfig()
    • Method Detail

      • addAlias

        public void addAlias​(String alias)
      • isCustomNetwork

        public boolean isCustomNetwork()
      • isStandardNetwork

        public boolean isStandardNetwork()
      • getStandardMode

        public String getStandardMode​(String containerId)
      • getContainerAlias

        public String getContainerAlias()
      • getCustomNetwork

        public String getCustomNetwork()
      • hasAliases

        public boolean hasAliases()
      • getName

        public String getName()