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 classNested 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 Stringprivate final Stringprivate final Integerprivate final Stringprivate final EndpointConfig.EndpointIpamConfigprivate final Integerprivate final Stringprivate final com.google.common.collect.ImmutableList<String> private final String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAutoValue_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:
ipamConfigin classEndpointConfig
-
links
- Specified by:
linksin classEndpointConfig
-
aliases
- Specified by:
aliasesin classEndpointConfig
-
gateway
- Specified by:
gatewayin classEndpointConfig
-
ipAddress
- Specified by:
ipAddressin classEndpointConfig
-
ipPrefixLen
- Specified by:
ipPrefixLenin classEndpointConfig
-
ipv6Gateway
- Specified by:
ipv6Gatewayin classEndpointConfig
-
globalIPv6Address
- Specified by:
globalIPv6Addressin classEndpointConfig
-
globalIPv6PrefixLen
- Specified by:
globalIPv6PrefixLenin classEndpointConfig
-
macAddress
- Specified by:
macAddressin classEndpointConfig
-
toString
-
equals
-
hashCode
public int hashCode()
-