Uses of Class
com.spotify.docker.client.messages.EndpointConfig
Packages that use EndpointConfig
-
Uses of EndpointConfig in com.spotify.docker.client.messages
Subclasses of EndpointConfig in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages declared as EndpointConfigModifier and TypeFieldDescriptionprivate EndpointConfigAutoValue_NetworkConnection.Builder.endpointConfigprivate final EndpointConfigAutoValue_NetworkConnection.endpointConfigFields in com.spotify.docker.client.messages with type parameters of type EndpointConfigModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap<String, EndpointConfig> AutoValue_ContainerConfig_NetworkingConfig.endpointsConfigMethods in com.spotify.docker.client.messages that return EndpointConfigModifier and TypeMethodDescriptionAutoValue_EndpointConfig.Builder.build()abstract EndpointConfigEndpointConfig.Builder.build()AutoValue_NetworkConnection.endpointConfig()abstract EndpointConfigNetworkConnection.endpointConfig()Methods in com.spotify.docker.client.messages that return types with arguments of type EndpointConfigModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<String, EndpointConfig> AutoValue_ContainerConfig_NetworkingConfig.endpointsConfig()abstract com.google.common.collect.ImmutableMap<String, EndpointConfig> ContainerConfig.NetworkingConfig.endpointsConfig()Methods in com.spotify.docker.client.messages with parameters of type EndpointConfigModifier and TypeMethodDescriptionAutoValue_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 EndpointConfigModifier and TypeMethodDescriptionContainerConfig.NetworkingConfig.create(Map<String, EndpointConfig> endpointsConfig) Constructors in com.spotify.docker.client.messages with parameters of type EndpointConfigModifierConstructorDescriptionprivateAutoValue_NetworkConnection(String containerId, EndpointConfig endpointConfig) Constructor parameters in com.spotify.docker.client.messages with type arguments of type EndpointConfigModifierConstructorDescription(package private)AutoValue_ContainerConfig_NetworkingConfig(com.google.common.collect.ImmutableMap<String, EndpointConfig> endpointsConfig)