Class AutoValue_ContainerSpec
java.lang.Object
com.spotify.docker.client.messages.swarm.ContainerSpec
com.spotify.docker.client.messages.swarm.AutoValue_ContainerSpec
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_ContainerSpec
extends ContainerSpec
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<String> private final com.google.common.collect.ImmutableList
<String> private final com.google.common.collect.ImmutableList
<ConfigBind> private final String
private final DnsConfig
private final com.google.common.collect.ImmutableList
<String> private final com.google.common.collect.ImmutableList
<String> private final ContainerConfig.Healthcheck
private final String
private final com.google.common.collect.ImmutableList
<String> private final String
private final com.google.common.collect.ImmutableList
<Mount> private final com.google.common.collect.ImmutableList
<SecretBind> private final Long
private final Boolean
private final String
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AutoValue_ContainerSpec
(String image, String hostname, com.google.common.collect.ImmutableMap<String, String> labels, com.google.common.collect.ImmutableList<String> command, com.google.common.collect.ImmutableList<String> args, com.google.common.collect.ImmutableList<String> env, String dir, String user, com.google.common.collect.ImmutableList<String> groups, Boolean tty, com.google.common.collect.ImmutableList<Mount> mounts, Long stopGracePeriod, ContainerConfig.Healthcheck healthcheck, com.google.common.collect.ImmutableList<String> hosts, com.google.common.collect.ImmutableList<SecretBind> secrets, com.google.common.collect.ImmutableList<ConfigBind> configs, DnsConfig dnsConfig) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<String> args()
com.google.common.collect.ImmutableList
<String> command()
com.google.common.collect.ImmutableList
<ConfigBind> configs()
dir()
com.google.common.collect.ImmutableList
<String> env()
boolean
com.google.common.collect.ImmutableList
<String> groups()
int
hashCode()
hostname()
com.google.common.collect.ImmutableList
<String> hosts()
image()
labels()
com.google.common.collect.ImmutableList
<Mount> mounts()
com.google.common.collect.ImmutableList
<SecretBind> secrets()
toString()
tty()
user()
Methods inherited from class com.spotify.docker.client.messages.swarm.ContainerSpec
builder, create
-
Field Details
-
image
-
hostname
-
labels
-
command
-
args
-
env
-
dir
-
user
-
groups
-
tty
-
mounts
-
stopGracePeriod
-
healthcheck
-
hosts
-
secrets
-
configs
-
dnsConfig
-
-
Constructor Details
-
AutoValue_ContainerSpec
private AutoValue_ContainerSpec(String image, @Nullable String hostname, @Nullable com.google.common.collect.ImmutableMap<String, String> labels, @Nullable com.google.common.collect.ImmutableList<String> command, @Nullable com.google.common.collect.ImmutableList<String> args, @Nullable com.google.common.collect.ImmutableList<String> env, @Nullable String dir, @Nullable String user, @Nullable com.google.common.collect.ImmutableList<String> groups, @Nullable Boolean tty, @Nullable com.google.common.collect.ImmutableList<Mount> mounts, @Nullable Long stopGracePeriod, @Nullable ContainerConfig.Healthcheck healthcheck, @Nullable com.google.common.collect.ImmutableList<String> hosts, @Nullable com.google.common.collect.ImmutableList<SecretBind> secrets, @Nullable com.google.common.collect.ImmutableList<ConfigBind> configs, @Nullable DnsConfig dnsConfig)
-
-
Method Details
-
image
- Specified by:
image
in classContainerSpec
-
hostname
- Specified by:
hostname
in classContainerSpec
-
labels
- Specified by:
labels
in classContainerSpec
-
command
- Specified by:
command
in classContainerSpec
-
args
- Specified by:
args
in classContainerSpec
-
env
- Specified by:
env
in classContainerSpec
-
dir
- Specified by:
dir
in classContainerSpec
-
user
- Specified by:
user
in classContainerSpec
-
groups
- Specified by:
groups
in classContainerSpec
-
tty
- Specified by:
tty
in classContainerSpec
-
mounts
- Specified by:
mounts
in classContainerSpec
-
stopGracePeriod
- Specified by:
stopGracePeriod
in classContainerSpec
-
healthcheck
- Specified by:
healthcheck
in classContainerSpec
-
hosts
- Specified by:
hosts
in classContainerSpec
-
secrets
- Specified by:
secrets
in classContainerSpec
-
configs
- Specified by:
configs
in classContainerSpec
-
dnsConfig
- Specified by:
dnsConfig
in classContainerSpec
-
toString
-
equals
-
hashCode
public int hashCode()
-