Class AutoValue_EndpointConfig.Builder
java.lang.Object
com.spotify.docker.client.messages.EndpointConfig.Builder
com.spotify.docker.client.messages.AutoValue_EndpointConfig.Builder
- Enclosing class:
AutoValue_EndpointConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
globalIPv6Address
(String globalIPv6Address) globalIPv6PrefixLen
(Integer globalIPv6PrefixLen) ipamConfig
(EndpointConfig.EndpointIpamConfig ipamConfig) ipPrefixLen
(Integer ipPrefixLen) ipv6Gateway
(String ipv6Gateway) macAddress
(String macAddress)
-
Field Details
-
ipamConfig
-
links
-
aliases
-
gateway
-
ipAddress
-
ipPrefixLen
-
ipv6Gateway
-
globalIPv6Address
-
globalIPv6PrefixLen
-
macAddress
-
-
Constructor Details
-
Builder
Builder()
-
-
Method Details
-
ipamConfig
- Specified by:
ipamConfig
in classEndpointConfig.Builder
-
links
- Specified by:
links
in classEndpointConfig.Builder
-
aliases
- Specified by:
aliases
in classEndpointConfig.Builder
-
gateway
- Specified by:
gateway
in classEndpointConfig.Builder
-
ipAddress
- Specified by:
ipAddress
in classEndpointConfig.Builder
-
ipPrefixLen
- Specified by:
ipPrefixLen
in classEndpointConfig.Builder
-
ipv6Gateway
- Specified by:
ipv6Gateway
in classEndpointConfig.Builder
-
globalIPv6Address
- Specified by:
globalIPv6Address
in classEndpointConfig.Builder
-
globalIPv6PrefixLen
- Specified by:
globalIPv6PrefixLen
in classEndpointConfig.Builder
-
macAddress
- Specified by:
macAddress
in classEndpointConfig.Builder
-
build
- Specified by:
build
in classEndpointConfig.Builder
-