Class EndpointConfig
java.lang.Object
com.spotify.docker.client.messages.EndpointConfig
- Direct Known Subclasses:
AutoValue_EndpointConfig
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableList
<String> aliases()
static EndpointConfig.Builder
builder()
abstract String
gateway()
abstract String
abstract Integer
abstract String
abstract EndpointConfig.EndpointIpamConfig
abstract Integer
abstract String
abstract com.google.common.collect.ImmutableList
<String> links()
abstract String
-
Constructor Details
-
EndpointConfig
public EndpointConfig()
-
-
Method Details
-
ipamConfig
-
links
-
aliases
-
gateway
-
ipAddress
-
ipPrefixLen
-
ipv6Gateway
-
globalIPv6Address
-
globalIPv6PrefixLen
-
macAddress
-
builder
-