Class AutoValue_NetworkSettings
java.lang.Object
com.spotify.docker.client.messages.NetworkSettings
com.spotify.docker.client.messages.AutoValue_NetworkSettings
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_NetworkSettings
extends NetworkSettings
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
private final String
private final String
private final String
private final Integer
private final Boolean
private final String
private final Integer
private final String
private final String
private final Integer
private final String
private final com.google.common.collect.ImmutableMap
<String, AttachedNetwork> private final com.google.common.collect.ImmutableMap
<String, List<PortBinding>> private final String
private final String
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AutoValue_NetworkSettings
(String ipAddress, Integer ipPrefixLen, String gateway, String bridge, com.google.common.collect.ImmutableMap<String, Map<String, String>> portMapping, com.google.common.collect.ImmutableMap<String, List<PortBinding>> ports, String macAddress, com.google.common.collect.ImmutableMap<String, AttachedNetwork> networks, String endpointId, String sandboxId, String sandboxKey, Boolean hairpinMode, String linkLocalIPv6Address, Integer linkLocalIPv6PrefixLen, String globalIPv6Address, Integer globalIPv6PrefixLen, String ipv6Gateway) -
Method Summary
Methods inherited from class com.spotify.docker.client.messages.NetworkSettings
create
-
Field Details
-
ipAddress
-
ipPrefixLen
-
gateway
-
bridge
-
portMapping
-
ports
-
macAddress
-
networks
-
endpointId
-
sandboxId
-
sandboxKey
-
hairpinMode
-
linkLocalIPv6Address
-
linkLocalIPv6PrefixLen
-
globalIPv6Address
-
globalIPv6PrefixLen
-
ipv6Gateway
-
-
Constructor Details
-
AutoValue_NetworkSettings
private AutoValue_NetworkSettings(@Nullable String ipAddress, @Nullable Integer ipPrefixLen, @Nullable String gateway, @Nullable String bridge, @Nullable com.google.common.collect.ImmutableMap<String, Map<String, String>> portMapping, @Nullable com.google.common.collect.ImmutableMap<String, List<PortBinding>> ports, @Nullable String macAddress, @Nullable com.google.common.collect.ImmutableMap<String, AttachedNetwork> networks, @Nullable String endpointId, @Nullable String sandboxId, @Nullable String sandboxKey, @Nullable Boolean hairpinMode, @Nullable String linkLocalIPv6Address, @Nullable Integer linkLocalIPv6PrefixLen, @Nullable String globalIPv6Address, @Nullable Integer globalIPv6PrefixLen, @Nullable String ipv6Gateway)
-
-
Method Details
-
ipAddress
- Specified by:
ipAddress
in classNetworkSettings
-
ipPrefixLen
- Specified by:
ipPrefixLen
in classNetworkSettings
-
gateway
- Specified by:
gateway
in classNetworkSettings
-
bridge
- Specified by:
bridge
in classNetworkSettings
-
portMapping
- Specified by:
portMapping
in classNetworkSettings
-
ports
- Specified by:
ports
in classNetworkSettings
-
macAddress
- Specified by:
macAddress
in classNetworkSettings
-
networks
- Specified by:
networks
in classNetworkSettings
-
endpointId
- Specified by:
endpointId
in classNetworkSettings
-
sandboxId
- Specified by:
sandboxId
in classNetworkSettings
-
sandboxKey
- Specified by:
sandboxKey
in classNetworkSettings
-
hairpinMode
- Specified by:
hairpinMode
in classNetworkSettings
-
linkLocalIPv6Address
- Specified by:
linkLocalIPv6Address
in classNetworkSettings
-
linkLocalIPv6PrefixLen
- Specified by:
linkLocalIPv6PrefixLen
in classNetworkSettings
-
globalIPv6Address
- Specified by:
globalIPv6Address
in classNetworkSettings
-
globalIPv6PrefixLen
- Specified by:
globalIPv6PrefixLen
in classNetworkSettings
-
ipv6Gateway
- Specified by:
ipv6Gateway
in classNetworkSettings
-
toString
-
equals
-
hashCode
public int hashCode()
-