Class Network.LS

  • All Implemented Interfaces:
    com.oracle.bedrock.runtime.MetaClass<com.oracle.bedrock.runtime.Application>
    Enclosing class:
    Network<C extends CommandWithArgumentList>

    public static class Network.LS
    extends Network<Network.LS>
    A representation of the Docker Network LS command.
    • Method Detail

      • filter

        public Network.LS filter​(Object... filters)
        Filter the network list (equates to the --filter argument).
        Parameters:
        filters - values that resolve to one or more valid filter arguments
        Returns:
        a new Network.LS instance that is the same as this instance with the --filter option applied
      • noTruncate

        public Network.LS noTruncate()
        Do not truncate output, equates to the --no-trunc argument.
        Returns:
        a new Network.LS instance that is the same as this instance with the --no-trunc option applied
      • quiet

        public Network.LS quiet()
        Only show numeric IDs, equates to the --quiet argument.
        Returns:
        a new Network.LS instance that is the same as this instance with the --quiet option applied