Uses of Class
com.spotify.docker.client.messages.swarm.DnsConfig
Packages that use DnsConfig
-
Uses of DnsConfig in com.spotify.docker.client.messages.swarm
Subclasses of DnsConfig in com.spotify.docker.client.messages.swarmFields in com.spotify.docker.client.messages.swarm declared as DnsConfigModifier and TypeFieldDescriptionprivate DnsConfig
AutoValue_ContainerSpec.Builder.dnsConfig
private final DnsConfig
AutoValue_ContainerSpec.dnsConfig
Methods in com.spotify.docker.client.messages.swarm that return DnsConfigModifier and TypeMethodDescriptionAutoValue_DnsConfig.Builder.build()
abstract DnsConfig
DnsConfig.Builder.build()
(package private) static DnsConfig
AutoValue_ContainerSpec.dnsConfig()
abstract DnsConfig
ContainerSpec.dnsConfig()
Methods in com.spotify.docker.client.messages.swarm with parameters of type DnsConfigModifier and TypeMethodDescription(package private) static ContainerSpec
ContainerSpec.create
(String image, Map<String, String> labels, String hostname, List<String> command, List<String> args, List<String> env, String dir, String user, List<String> groups, Boolean tty, List<Mount> mounts, Long stopGracePeriod, ContainerConfig.Healthcheck healthcheck, List<String> hosts, List<SecretBind> secrets, DnsConfig dnsConfig, List<ConfigBind> configs) abstract ContainerSpec.Builder
Constructors in com.spotify.docker.client.messages.swarm with parameters of type DnsConfigModifierConstructorDescriptionprivate
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)