Class AutoValue_ContainerInfo
java.lang.Object
com.spotify.docker.client.messages.ContainerInfo
com.spotify.docker.client.messages.AutoValue_ContainerInfo
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_ContainerInfo
extends ContainerInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class com.spotify.docker.client.messages.ContainerInfo
ContainerInfo.Node -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final com.google.common.collect.ImmutableList<String> private final ContainerConfigprivate final Dateprivate final Stringprivate final Stringprivate final com.google.common.collect.ImmutableList<String> private final HostConfigprivate final Stringprivate final Stringprivate final Stringprivate final Stringprivate final Stringprivate final Stringprivate final com.google.common.collect.ImmutableList<ContainerMount> private final Stringprivate final NetworkSettingsprivate final ContainerInfo.Nodeprivate final Stringprivate final Stringprivate final Stringprivate final Longprivate final ContainerState -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_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) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<String> args()config()created()driver()booleancom.google.common.collect.ImmutableList<String> execIds()inthashCode()id()image()logPath()com.google.common.collect.ImmutableList<ContainerMount> mounts()name()node()This field is an extension defined by the Docker Swarm API, therefore it will only be populated when communicating with a Swarm cluster.path()state()toString()volumes()Deprecated.Deprecated.Methods inherited from class com.spotify.docker.client.messages.ContainerInfo
create
-
Field Details
-
id
-
created
-
path
-
args
-
config
-
hostConfig
-
state
-
image
-
networkSettings
-
resolvConfPath
-
hostnamePath
-
hostsPath
-
name
-
driver
-
execDriver
-
processLabel
-
mountLabel
-
volumes
-
volumesRw
-
appArmorProfile
-
execIds
-
logPath
-
restartCount
-
mounts
-
node
-
-
Constructor Details
-
AutoValue_ContainerInfo
AutoValue_ContainerInfo(@Nullable String id, Date created, String path, com.google.common.collect.ImmutableList<String> args, ContainerConfig config, @Nullable HostConfig hostConfig, ContainerState state, String image, NetworkSettings networkSettings, String resolvConfPath, String hostnamePath, String hostsPath, String name, String driver, @Nullable String execDriver, String processLabel, String mountLabel, @Nullable com.google.common.collect.ImmutableMap<String, String> volumes, @Nullable com.google.common.collect.ImmutableMap<String, Boolean> volumesRw, String appArmorProfile, @Nullable com.google.common.collect.ImmutableList<String> execIds, String logPath, Long restartCount, @Nullable com.google.common.collect.ImmutableList<ContainerMount> mounts, @Nullable ContainerInfo.Node node)
-
-
Method Details
-
id
- Specified by:
idin classContainerInfo
-
created
- Specified by:
createdin classContainerInfo
-
path
- Specified by:
pathin classContainerInfo
-
args
- Specified by:
argsin classContainerInfo
-
config
- Specified by:
configin classContainerInfo
-
hostConfig
- Specified by:
hostConfigin classContainerInfo
-
state
- Specified by:
statein classContainerInfo
-
image
- Specified by:
imagein classContainerInfo
-
networkSettings
- Specified by:
networkSettingsin classContainerInfo
-
resolvConfPath
- Specified by:
resolvConfPathin classContainerInfo
-
hostnamePath
- Specified by:
hostnamePathin classContainerInfo
-
hostsPath
- Specified by:
hostsPathin classContainerInfo
-
name
- Specified by:
namein classContainerInfo
-
driver
- Specified by:
driverin classContainerInfo
-
execDriver
- Specified by:
execDriverin classContainerInfo
-
processLabel
- Specified by:
processLabelin classContainerInfo
-
mountLabel
- Specified by:
mountLabelin classContainerInfo
-
volumes
Deprecated.Description copied from class:ContainerInfoVolumes returned by execInspect- Specified by:
volumesin classContainerInfo- Returns:
- A map of volumes where the key is the source path on the local file system, and the key is the target path on the Docker host.
-
volumesRw
Deprecated.Description copied from class:ContainerInfoVolumes returned by execInspect- Specified by:
volumesRwin classContainerInfo- Returns:
- A map of volumes where the key is the source path on the local file system, and the key is the target path on the Docker host.
-
appArmorProfile
- Specified by:
appArmorProfilein classContainerInfo
-
execIds
- Specified by:
execIdsin classContainerInfo
-
logPath
- Specified by:
logPathin classContainerInfo
-
restartCount
- Specified by:
restartCountin classContainerInfo
-
mounts
- Specified by:
mountsin classContainerInfo
-
node
Description copied from class:ContainerInfoThis field is an extension defined by the Docker Swarm API, therefore it will only be populated when communicating with a Swarm cluster.- Specified by:
nodein classContainerInfo
-
toString
-
equals
-
hashCode
public int hashCode()
-