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) classAutoValue_EndpointConfigFields in com.spotify.docker.client.messages declared as EndpointConfig Modifier and Type Field Description private EndpointConfigAutoValue_NetworkConnection.Builder. endpointConfigprivate EndpointConfigAutoValue_NetworkConnection. endpointConfigFields 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. endpointsConfigMethods in com.spotify.docker.client.messages that return EndpointConfig Modifier and Type Method Description EndpointConfigAutoValue_EndpointConfig.Builder. build()abstract EndpointConfigEndpointConfig.Builder. build()EndpointConfigAutoValue_NetworkConnection. endpointConfig()abstract EndpointConfigNetworkConnection. 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.BuilderAutoValue_NetworkConnection.Builder. endpointConfig(EndpointConfig endpointConfig)abstract NetworkConnection.BuilderNetworkConnection.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.NetworkingConfigContainerConfig.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)
-