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 String
private final com.google.common.collect.ImmutableList
<String> private final ContainerConfig
private final Date
private final String
private final String
private final com.google.common.collect.ImmutableList
<String> private final HostConfig
private final String
private final String
private final String
private final String
private final String
private final String
private final com.google.common.collect.ImmutableList
<ContainerMount> private final String
private final NetworkSettings
private final ContainerInfo.Node
private final String
private final String
private final String
private final Long
private 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()
boolean
com.google.common.collect.ImmutableList
<String> execIds()
int
hashCode()
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:
id
in classContainerInfo
-
created
- Specified by:
created
in classContainerInfo
-
path
- Specified by:
path
in classContainerInfo
-
args
- Specified by:
args
in classContainerInfo
-
config
- Specified by:
config
in classContainerInfo
-
hostConfig
- Specified by:
hostConfig
in classContainerInfo
-
state
- Specified by:
state
in classContainerInfo
-
image
- Specified by:
image
in classContainerInfo
-
networkSettings
- Specified by:
networkSettings
in classContainerInfo
-
resolvConfPath
- Specified by:
resolvConfPath
in classContainerInfo
-
hostnamePath
- Specified by:
hostnamePath
in classContainerInfo
-
hostsPath
- Specified by:
hostsPath
in classContainerInfo
-
name
- Specified by:
name
in classContainerInfo
-
driver
- Specified by:
driver
in classContainerInfo
-
execDriver
- Specified by:
execDriver
in classContainerInfo
-
processLabel
- Specified by:
processLabel
in classContainerInfo
-
mountLabel
- Specified by:
mountLabel
in classContainerInfo
-
volumes
Deprecated.Description copied from class:ContainerInfo
Volumes returned by execInspect- Specified by:
volumes
in 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:ContainerInfo
Volumes returned by execInspect- Specified by:
volumesRw
in 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:
appArmorProfile
in classContainerInfo
-
execIds
- Specified by:
execIds
in classContainerInfo
-
logPath
- Specified by:
logPath
in classContainerInfo
-
restartCount
- Specified by:
restartCount
in classContainerInfo
-
mounts
- Specified by:
mounts
in classContainerInfo
-
node
Description copied from class:ContainerInfo
This field is an extension defined by the Docker Swarm API, therefore it will only be populated when communicating with a Swarm cluster.- Specified by:
node
in classContainerInfo
-
toString
-
equals
-
hashCode
public int hashCode()
-