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:
ipamConfigin classEndpointConfig.Builder
-
links
- Specified by:
linksin classEndpointConfig.Builder
-
aliases
- Specified by:
aliasesin classEndpointConfig.Builder
-
gateway
- Specified by:
gatewayin classEndpointConfig.Builder
-
ipAddress
- Specified by:
ipAddressin classEndpointConfig.Builder
-
ipPrefixLen
- Specified by:
ipPrefixLenin classEndpointConfig.Builder
-
ipv6Gateway
- Specified by:
ipv6Gatewayin classEndpointConfig.Builder
-
globalIPv6Address
- Specified by:
globalIPv6Addressin classEndpointConfig.Builder
-
globalIPv6PrefixLen
- Specified by:
globalIPv6PrefixLenin classEndpointConfig.Builder
-
macAddress
- Specified by:
macAddressin classEndpointConfig.Builder
-
build
- Specified by:
buildin classEndpointConfig.Builder
-