Class AutoValue_EndpointConfig
java.lang.Object
com.spotify.docker.client.messages.EndpointConfig
com.spotify.docker.client.messages.AutoValue_EndpointConfig
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_EndpointConfig
extends EndpointConfig
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
Nested classes/interfaces inherited from class com.spotify.docker.client.messages.EndpointConfig
EndpointConfig.EndpointIpamConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<String> private final String
private final String
private final Integer
private final String
private final EndpointConfig.EndpointIpamConfig
private final Integer
private final String
private final com.google.common.collect.ImmutableList
<String> private final String
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AutoValue_EndpointConfig
(EndpointConfig.EndpointIpamConfig ipamConfig, com.google.common.collect.ImmutableList<String> links, com.google.common.collect.ImmutableList<String> aliases, String gateway, String ipAddress, Integer ipPrefixLen, String ipv6Gateway, String globalIPv6Address, Integer globalIPv6PrefixLen, String macAddress) -
Method Summary
Methods inherited from class com.spotify.docker.client.messages.EndpointConfig
builder
-
Field Details
-
ipamConfig
-
links
-
aliases
-
gateway
-
ipAddress
-
ipPrefixLen
-
ipv6Gateway
-
globalIPv6Address
-
globalIPv6PrefixLen
-
macAddress
-
-
Constructor Details
-
AutoValue_EndpointConfig
private AutoValue_EndpointConfig(@Nullable EndpointConfig.EndpointIpamConfig ipamConfig, @Nullable com.google.common.collect.ImmutableList<String> links, @Nullable com.google.common.collect.ImmutableList<String> aliases, @Nullable String gateway, @Nullable String ipAddress, @Nullable Integer ipPrefixLen, @Nullable String ipv6Gateway, @Nullable String globalIPv6Address, @Nullable Integer globalIPv6PrefixLen, @Nullable String macAddress)
-
-
Method Details
-
ipamConfig
- Specified by:
ipamConfig
in classEndpointConfig
-
links
- Specified by:
links
in classEndpointConfig
-
aliases
- Specified by:
aliases
in classEndpointConfig
-
gateway
- Specified by:
gateway
in classEndpointConfig
-
ipAddress
- Specified by:
ipAddress
in classEndpointConfig
-
ipPrefixLen
- Specified by:
ipPrefixLen
in classEndpointConfig
-
ipv6Gateway
- Specified by:
ipv6Gateway
in classEndpointConfig
-
globalIPv6Address
- Specified by:
globalIPv6Address
in classEndpointConfig
-
globalIPv6PrefixLen
- Specified by:
globalIPv6PrefixLen
in classEndpointConfig
-
macAddress
- Specified by:
macAddress
in classEndpointConfig
-
toString
-
equals
-
hashCode
public int hashCode()
-