Class AutoValue_NetworkSpec
java.lang.Object
com.spotify.docker.client.messages.swarm.NetworkSpec
com.spotify.docker.client.messages.swarm.AutoValue_NetworkSpec
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_NetworkSpec
extends NetworkSpec
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_NetworkSpec
(String name, com.google.common.collect.ImmutableMap<String, String> labels, Driver driverConfiguration, Boolean ipv6Enabled, Boolean internal, Boolean attachable, IpamOptions ipamOptions) -
Method Summary
Methods inherited from class com.spotify.docker.client.messages.swarm.NetworkSpec
create
-
Field Details
-
name
-
labels
-
driverConfiguration
-
ipv6Enabled
-
internal
-
attachable
-
ipamOptions
-
-
Constructor Details
-
AutoValue_NetworkSpec
-
-
Method Details
-
name
- Specified by:
name
in classNetworkSpec
-
labels
- Specified by:
labels
in classNetworkSpec
-
driverConfiguration
- Specified by:
driverConfiguration
in classNetworkSpec
-
ipv6Enabled
- Specified by:
ipv6Enabled
in classNetworkSpec
-
internal
- Specified by:
internal
in classNetworkSpec
-
attachable
- Specified by:
attachable
in classNetworkSpec
-
ipamOptions
- Specified by:
ipamOptions
in classNetworkSpec
-
toString
-
equals
-
hashCode
public int hashCode()
-