Uses of Class
com.spotify.docker.client.messages.IpamConfig
Packages that use IpamConfig
-
Uses of IpamConfig in com.spotify.docker.client.messages
Subclasses of IpamConfig in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages with type parameters of type IpamConfigModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList
<IpamConfig> AutoValue_Ipam.Builder.config
private final com.google.common.collect.ImmutableList
<IpamConfig> AutoValue_Ipam.config
Methods in com.spotify.docker.client.messages that return IpamConfigMethods in com.spotify.docker.client.messages that return types with arguments of type IpamConfigModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<IpamConfig> AutoValue_Ipam.config()
abstract com.google.common.collect.ImmutableList
<IpamConfig> Ipam.config()
Method parameters in com.spotify.docker.client.messages with type arguments of type IpamConfigModifier and TypeMethodDescriptionAutoValue_Ipam.Builder.config
(List<IpamConfig> config) abstract Ipam.Builder
Ipam.Builder.config
(List<IpamConfig> config) static Ipam
Ipam.create
(String driver, List<IpamConfig> config) static Ipam
Constructor parameters in com.spotify.docker.client.messages with type arguments of type IpamConfigModifierConstructorDescriptionprivate
AutoValue_Ipam
(String driver, com.google.common.collect.ImmutableList<IpamConfig> config, com.google.common.collect.ImmutableMap<String, String> options)