Uses of Class
com.spotify.docker.client.messages.ContainerInfo.Node
Packages that use ContainerInfo.Node
-
Uses of ContainerInfo.Node in com.spotify.docker.client.messages
Subclasses of ContainerInfo.Node in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages declared as ContainerInfo.NodeMethods in com.spotify.docker.client.messages that return ContainerInfo.NodeModifier and TypeMethodDescription(package private) static ContainerInfo.Node
AutoValue_ContainerInfo.node()
abstract ContainerInfo.Node
ContainerInfo.node()
This field is an extension defined by the Docker Swarm API, therefore it will only be populated when communicating with a Swarm cluster.Methods in com.spotify.docker.client.messages with parameters of type ContainerInfo.NodeModifier and TypeMethodDescription(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 ContainerInfo.NodeModifierConstructorDescription(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)