Class AutoValue_NetworkConfig
- java.lang.Object
-
- com.spotify.docker.client.messages.NetworkConfig
-
- com.spotify.docker.client.messages.AutoValue_NetworkConfig
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_NetworkConfig extends NetworkConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classAutoValue_NetworkConfig.Builder
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Booleanattachableprivate java.lang.BooleancheckDuplicateprivate java.lang.Stringdriverprivate java.lang.BooleanenableIPv6private java.lang.Booleaninternalprivate Ipamipamprivate com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String>labelsprivate java.lang.Stringnameprivate com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String>options
-
Constructor Summary
Constructors Modifier Constructor Description privateAutoValue_NetworkConfig(java.lang.String name, java.lang.String driver, Ipam ipam, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> options, java.lang.Boolean checkDuplicate, java.lang.Boolean internal, java.lang.Boolean enableIPv6, java.lang.Boolean attachable, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> labels)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Booleanattachable()java.lang.BooleancheckDuplicate()java.lang.Stringdriver()java.lang.BooleanenableIPv6()booleanequals(java.lang.Object o)inthashCode()java.lang.Booleaninternal()Ipamipam()com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String>labels()java.lang.Stringname()com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String>options()java.lang.StringtoString()-
Methods inherited from class com.spotify.docker.client.messages.NetworkConfig
builder
-
-
-
-
Field Detail
-
name
private final java.lang.String name
-
driver
private final java.lang.String driver
-
ipam
private final Ipam ipam
-
options
private final com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> options
-
checkDuplicate
private final java.lang.Boolean checkDuplicate
-
internal
private final java.lang.Boolean internal
-
enableIPv6
private final java.lang.Boolean enableIPv6
-
attachable
private final java.lang.Boolean attachable
-
labels
private final com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> labels
-
-
Constructor Detail
-
AutoValue_NetworkConfig
private AutoValue_NetworkConfig(java.lang.String name, @Nullable java.lang.String driver, @Nullable Ipam ipam, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> options, @Nullable java.lang.Boolean checkDuplicate, @Nullable java.lang.Boolean internal, @Nullable java.lang.Boolean enableIPv6, @Nullable java.lang.Boolean attachable, @Nullable com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> labels)
-
-
Method Detail
-
name
public java.lang.String name()
- Specified by:
namein classNetworkConfig
-
driver
@Nullable public java.lang.String driver()
- Specified by:
driverin classNetworkConfig
-
ipam
@Nullable public Ipam ipam()
- Specified by:
ipamin classNetworkConfig
-
options
public com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> options()
- Specified by:
optionsin classNetworkConfig
-
checkDuplicate
@Nullable public java.lang.Boolean checkDuplicate()
- Specified by:
checkDuplicatein classNetworkConfig
-
internal
@Nullable public java.lang.Boolean internal()
- Specified by:
internalin classNetworkConfig
-
enableIPv6
@Nullable public java.lang.Boolean enableIPv6()
- Specified by:
enableIPv6in classNetworkConfig
-
attachable
@Nullable public java.lang.Boolean attachable()
- Specified by:
attachablein classNetworkConfig
-
labels
@Nullable public com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> labels()
- Specified by:
labelsin classNetworkConfig
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-