Uses of Class
com.spotify.docker.client.messages.EndpointConfig
-
Packages that use EndpointConfig Package Description com.spotify.docker.client.messages -
-
Uses of EndpointConfig in com.spotify.docker.client.messages
Subclasses of EndpointConfig in com.spotify.docker.client.messages Modifier and Type Class Description (package private) class
AutoValue_EndpointConfig
Fields in com.spotify.docker.client.messages declared as EndpointConfig Modifier and Type Field Description private EndpointConfig
AutoValue_NetworkConnection.Builder. endpointConfig
private EndpointConfig
AutoValue_NetworkConnection. endpointConfig
Fields in com.spotify.docker.client.messages with type parameters of type EndpointConfig Modifier and Type Field Description private com.google.common.collect.ImmutableMap<java.lang.String,EndpointConfig>
AutoValue_ContainerConfig_NetworkingConfig. endpointsConfig
Methods in com.spotify.docker.client.messages that return EndpointConfig Modifier and Type Method Description EndpointConfig
AutoValue_EndpointConfig.Builder. build()
abstract EndpointConfig
EndpointConfig.Builder. build()
EndpointConfig
AutoValue_NetworkConnection. endpointConfig()
abstract EndpointConfig
NetworkConnection. endpointConfig()
Methods in com.spotify.docker.client.messages that return types with arguments of type EndpointConfig Modifier and Type Method Description com.google.common.collect.ImmutableMap<java.lang.String,EndpointConfig>
AutoValue_ContainerConfig_NetworkingConfig. endpointsConfig()
abstract com.google.common.collect.ImmutableMap<java.lang.String,EndpointConfig>
ContainerConfig.NetworkingConfig. endpointsConfig()
Methods in com.spotify.docker.client.messages with parameters of type EndpointConfig Modifier and Type Method Description NetworkConnection.Builder
AutoValue_NetworkConnection.Builder. endpointConfig(EndpointConfig endpointConfig)
abstract NetworkConnection.Builder
NetworkConnection.Builder. endpointConfig(EndpointConfig endpointConfig)
Method parameters in com.spotify.docker.client.messages with type arguments of type EndpointConfig Modifier and Type Method Description static ContainerConfig.NetworkingConfig
ContainerConfig.NetworkingConfig. create(java.util.Map<java.lang.String,EndpointConfig> endpointsConfig)
Constructors in com.spotify.docker.client.messages with parameters of type EndpointConfig Constructor Description AutoValue_NetworkConnection(java.lang.String containerId, EndpointConfig endpointConfig)
Constructor parameters in com.spotify.docker.client.messages with type arguments of type EndpointConfig Constructor Description AutoValue_ContainerConfig_NetworkingConfig(com.google.common.collect.ImmutableMap<java.lang.String,EndpointConfig> endpointsConfig)
-