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 Stringprivate final Stringprivate final Stringprivate final Stringprivate final Integerprivate final Booleanprivate final Stringprivate final Integerprivate final Stringprivate final Stringprivate final Integerprivate final Stringprivate final com.google.common.collect.ImmutableMap<String, AttachedNetwork> private final com.google.common.collect.ImmutableMap<String, List<PortBinding>> private final Stringprivate final String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAutoValue_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:
ipAddressin classNetworkSettings
-
ipPrefixLen
- Specified by:
ipPrefixLenin classNetworkSettings
-
gateway
- Specified by:
gatewayin classNetworkSettings
-
bridge
- Specified by:
bridgein classNetworkSettings
-
portMapping
- Specified by:
portMappingin classNetworkSettings
-
ports
- Specified by:
portsin classNetworkSettings
-
macAddress
- Specified by:
macAddressin classNetworkSettings
-
networks
- Specified by:
networksin classNetworkSettings
-
endpointId
- Specified by:
endpointIdin classNetworkSettings
-
sandboxId
- Specified by:
sandboxIdin classNetworkSettings
-
sandboxKey
- Specified by:
sandboxKeyin classNetworkSettings
-
hairpinMode
- Specified by:
hairpinModein classNetworkSettings
-
linkLocalIPv6Address
- Specified by:
linkLocalIPv6Addressin classNetworkSettings
-
linkLocalIPv6PrefixLen
- Specified by:
linkLocalIPv6PrefixLenin classNetworkSettings
-
globalIPv6Address
- Specified by:
globalIPv6Addressin classNetworkSettings
-
globalIPv6PrefixLen
- Specified by:
globalIPv6PrefixLenin classNetworkSettings
-
ipv6Gateway
- Specified by:
ipv6Gatewayin classNetworkSettings
-
toString
-
equals
-
hashCode
public int hashCode()
-