Class AutoValue_Network
java.lang.Object
com.spotify.docker.client.messages.Network
com.spotify.docker.client.messages.AutoValue_Network
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_Network
extends Network
-
Nested Class Summary
Nested classes/interfaces inherited from class com.spotify.docker.client.messages.Network
Network.Container, Network.Type
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_Network
(String name, String id, String scope, String driver, Ipam ipam, com.google.common.collect.ImmutableMap<String, Network.Container> containers, com.google.common.collect.ImmutableMap<String, String> options, Boolean internal, Boolean enableIPv6, com.google.common.collect.ImmutableMap<String, String> labels, Boolean attachable) -
Method Summary
-
Field Details
-
name
-
id
-
scope
-
driver
-
ipam
-
containers
-
options
-
internal
-
enableIPv6
-
labels
-
attachable
-
-
Constructor Details
-
AutoValue_Network
AutoValue_Network(String name, String id, String scope, String driver, Ipam ipam, @Nullable com.google.common.collect.ImmutableMap<String, Network.Container> containers, @Nullable com.google.common.collect.ImmutableMap<String, String> options, @Nullable Boolean internal, @Nullable Boolean enableIPv6, @Nullable com.google.common.collect.ImmutableMap<String, String> labels, @Nullable Boolean attachable)
-
-
Method Details
-
name
-
id
-
scope
-
driver
-
ipam
-
containers
- Specified by:
containers
in classNetwork
-
options
-
internal
-
enableIPv6
- Specified by:
enableIPv6
in classNetwork
-
labels
-
attachable
- Specified by:
attachable
in classNetwork
-
toString
-
equals
-
hashCode
public int hashCode()
-