Uses of Class
org.apache.logging.log4j.docker.model.NetworkSettings
-
Packages that use NetworkSettings Package Description org.apache.logging.log4j.docker.model -
-
Uses of NetworkSettings in org.apache.logging.log4j.docker.model
Fields in org.apache.logging.log4j.docker.model declared as NetworkSettings Modifier and Type Field Description private NetworkSettings
Container. networkSettings
Methods in org.apache.logging.log4j.docker.model that return NetworkSettings Modifier and Type Method Description NetworkSettings
Container. getNetworkSettings()
Methods in org.apache.logging.log4j.docker.model with parameters of type NetworkSettings Modifier and Type Method Description void
Container. setNetworkSettings(NetworkSettings networkSettings)
-