Uses of Class
com.spotify.docker.client.messages.NetworkSettings
Packages that use NetworkSettings
-
Uses of NetworkSettings in com.spotify.docker.client.messages
Subclasses of NetworkSettings in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages declared as NetworkSettingsModifier and TypeFieldDescriptionprivate final NetworkSettings
AutoValue_Container.networkSettings
private final NetworkSettings
AutoValue_ContainerInfo.networkSettings
Methods in com.spotify.docker.client.messages that return NetworkSettingsModifier and TypeMethodDescription(package private) NetworkSettings
AutoValue_NetworkSettings.Builder.build()
(package private) abstract NetworkSettings
NetworkSettings.Builder.build()
(package private) static NetworkSettings
NetworkSettings.create
(String ipAddress, Integer ipPrefixLen, String gateway, String bridge, Map<String, Map<String, String>> portMapping, Map<String, List<PortBinding>> ports, String macAddress, Map<String, AttachedNetwork> networks, String endpointId, String sandboxId, String sandboxKey, Boolean hairpinMode, String linkLocalIPv6Address, Integer linkLocalIPv6PrefixLen, String globalIPv6Address, Integer globalIPv6PrefixLen, String ipv6Gateway) AutoValue_Container.networkSettings()
AutoValue_ContainerInfo.networkSettings()
abstract NetworkSettings
Container.networkSettings()
abstract NetworkSettings
ContainerInfo.networkSettings()
Methods in com.spotify.docker.client.messages with parameters of type NetworkSettingsModifier and TypeMethodDescription(package private) static Container
Container.create
(String id, List<String> names, String image, String imageId, String command, Long created, String state, String status, List<Container.PortMapping> ports, Map<String, String> labels, Long sizeRw, Long sizeRootFs, NetworkSettings networkSettings, List<ContainerMount> mounts) (package private) static ContainerInfo
ContainerInfo.create
(String id, Date created, String path, List<String> args, ContainerConfig containerConfig, HostConfig hostConfig, ContainerState containerState, String image, NetworkSettings networkSettings, String resolvConfPath, String hostnamePath, String hostsPath, String name, String driver, String execDriver, String processLabel, String mountLabel, Map<String, String> volumes, Map<String, Boolean> volumesRw, String appArmorProfile, List<String> execIds, String logPath, Long restartCount, List<ContainerMount> mounts, ContainerInfo.Node node) Constructors in com.spotify.docker.client.messages with parameters of type NetworkSettingsModifierConstructorDescription(package private)
AutoValue_Container
(String id, com.google.common.collect.ImmutableList<String> names, String image, String imageId, String command, Long created, String state, String status, com.google.common.collect.ImmutableList<Container.PortMapping> ports, com.google.common.collect.ImmutableMap<String, String> labels, Long sizeRw, Long sizeRootFs, NetworkSettings networkSettings, com.google.common.collect.ImmutableList<ContainerMount> mounts) (package private)
AutoValue_ContainerInfo
(String id, Date created, String path, com.google.common.collect.ImmutableList<String> args, ContainerConfig config, HostConfig hostConfig, ContainerState state, String image, NetworkSettings networkSettings, String resolvConfPath, String hostnamePath, String hostsPath, String name, String driver, String execDriver, String processLabel, String mountLabel, com.google.common.collect.ImmutableMap<String, String> volumes, com.google.common.collect.ImmutableMap<String, Boolean> volumesRw, String appArmorProfile, com.google.common.collect.ImmutableList<String> execIds, String logPath, Long restartCount, com.google.common.collect.ImmutableList<ContainerMount> mounts, ContainerInfo.Node node)