Uses of Class
org.jclouds.docker.domain.NetworkSettings
-
Packages that use NetworkSettings Package Description org.jclouds.docker.domain -
-
Uses of NetworkSettings in org.jclouds.docker.domain
Methods in org.jclouds.docker.domain that return NetworkSettings Modifier and Type Method Description NetworkSettingsNetworkSettings.Builder. build()static NetworkSettingsNetworkSettings. create(String bridge, String sandboxId, boolean hairpinMode, String linkLocalIPv6Address, int linkLocalIPv6PrefixLen, Map<String,List<Map<String,String>>> ports, String sandboxKey, List<String> secondaryIPAddresses, List<String> secondaryIPv6Addresses, String endpointId, String gateway, String globalIPv6Address, int globalIPv6PrefixLen, String ipAddress, int ipPrefixLen, String ipv6Gateway, String macAddress, Map<String,NetworkSettings.Details> networks, String portMapping)abstract NetworkSettingsContainer. networkSettings()Methods in org.jclouds.docker.domain with parameters of type NetworkSettings Modifier and Type Method Description static ContainerContainer. create(String id, Date created, String path, String name, List<String> args, Config config, State state, String image, NetworkSettings networkSettings, String sysInitPath, String resolvConfPath, Map<String,String> volumes, HostConfig hostConfig, String driver, String execDriver, Map<String,Boolean> volumesRW, String command, String status, List<Port> ports, String hostnamePath, String hostsPath, String mountLabel, String processLabel, com.google.common.base.Optional<Node> node)NetworkSettings.BuilderNetworkSettings.Builder. fromNetworkSettings(NetworkSettings in)Container.BuilderContainer.Builder. networkSettings(NetworkSettings networkSettings)
-