Uses of Class
org.apache.logging.log4j.docker.model.Network
-
Packages that use Network Package Description org.apache.logging.log4j.docker.model -
-
Uses of Network in org.apache.logging.log4j.docker.model
Fields in org.apache.logging.log4j.docker.model with type parameters of type Network Modifier and Type Field Description private java.util.Map<java.lang.String,Network>
NetworkSettings. networks
Methods in org.apache.logging.log4j.docker.model that return types with arguments of type Network Modifier and Type Method Description java.util.Map<java.lang.String,Network>
NetworkSettings. getNetworks()
Method parameters in org.apache.logging.log4j.docker.model with type arguments of type Network Modifier and Type Method Description void
NetworkSettings. setNetworks(java.util.Map<java.lang.String,Network> networks)
-