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 Modifier and Type Field Description private java.lang.Boolean
attachable
private com.google.common.collect.ImmutableMap<java.lang.String,Network.Container>
containers
private java.lang.String
driver
private java.lang.Boolean
enableIPv6
private java.lang.String
id
private java.lang.Boolean
internal
private Ipam
ipam
private com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String>
labels
private java.lang.String
name
private com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String>
options
private java.lang.String
scope
-
Constructor Summary
Constructors Constructor Description AutoValue_Network(java.lang.String name, java.lang.String id, java.lang.String scope, java.lang.String driver, Ipam ipam, com.google.common.collect.ImmutableMap<java.lang.String,Network.Container> containers, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> options, java.lang.Boolean internal, java.lang.Boolean enableIPv6, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> labels, java.lang.Boolean attachable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
attachable()
com.google.common.collect.ImmutableMap<java.lang.String,Network.Container>
containers()
java.lang.String
driver()
java.lang.Boolean
enableIPv6()
boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
id()
java.lang.Boolean
internal()
Ipam
ipam()
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String>
labels()
java.lang.String
name()
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String>
options()
java.lang.String
scope()
java.lang.String
toString()
-
-
-
Field Detail
-
name
private final java.lang.String name
-
id
private final java.lang.String id
-
scope
private final java.lang.String scope
-
driver
private final java.lang.String driver
-
ipam
private final Ipam ipam
-
containers
private final com.google.common.collect.ImmutableMap<java.lang.String,Network.Container> containers
-
options
private final com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> options
-
internal
private final java.lang.Boolean internal
-
enableIPv6
private final java.lang.Boolean enableIPv6
-
labels
private final com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> labels
-
attachable
private final java.lang.Boolean attachable
-
-
Constructor Detail
-
AutoValue_Network
AutoValue_Network(java.lang.String name, java.lang.String id, java.lang.String scope, java.lang.String driver, Ipam ipam, @Nullable com.google.common.collect.ImmutableMap<java.lang.String,Network.Container> containers, @Nullable com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> options, @Nullable java.lang.Boolean internal, @Nullable java.lang.Boolean enableIPv6, @Nullable com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> labels, @Nullable java.lang.Boolean attachable)
-
-
Method Detail
-
containers
@Nullable public com.google.common.collect.ImmutableMap<java.lang.String,Network.Container> containers()
- Specified by:
containers
in classNetwork
-
options
@Nullable public com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> options()
-
enableIPv6
@Nullable public java.lang.Boolean enableIPv6()
- Specified by:
enableIPv6
in classNetwork
-
labels
@Nullable public com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> labels()
-
attachable
@Nullable public java.lang.Boolean attachable()
- Specified by:
attachable
in classNetwork
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-