Uses of Class
com.spotify.docker.client.messages.swarm.EndpointSpec
Packages that use EndpointSpec
-
Uses of EndpointSpec in com.spotify.docker.client.messages.swarm
Subclasses of EndpointSpec in com.spotify.docker.client.messages.swarmFields in com.spotify.docker.client.messages.swarm declared as EndpointSpecModifier and TypeFieldDescriptionprivate EndpointSpecAutoValue_ServiceSpec.Builder.endpointSpecprivate final EndpointSpecAutoValue_ServiceSpec.endpointSpecprivate final EndpointSpecAutoValue_Endpoint.specMethods in com.spotify.docker.client.messages.swarm that return EndpointSpecModifier and TypeMethodDescriptionAutoValue_EndpointSpec.Builder.build()abstract EndpointSpecEndpointSpec.Builder.build()(package private) static EndpointSpecEndpointSpec.create(EndpointSpec.Mode mode, List<PortConfig> ports) AutoValue_ServiceSpec.endpointSpec()abstract EndpointSpecServiceSpec.endpointSpec()AutoValue_Endpoint.spec()abstract EndpointSpecEndpoint.spec()EndpointSpec.withDnsrrMode()EndpointSpec.withVipMode()Methods in com.spotify.docker.client.messages.swarm with parameters of type EndpointSpecModifier and TypeMethodDescription(package private) static EndpointEndpoint.create(EndpointSpec spec, List<PortConfig> exposedPorts, List<PortConfig> ports, List<EndpointVirtualIp> virtualIps) (package private) static ServiceSpecServiceSpec.create(String name, Map<String, String> labels, TaskSpec taskTemplate, ServiceMode mode, UpdateConfig updateConfig, List<NetworkAttachmentConfig> networks, EndpointSpec endpointSpec) AutoValue_ServiceSpec.Builder.endpointSpec(EndpointSpec endpointSpec) abstract ServiceSpec.BuilderServiceSpec.Builder.endpointSpec(EndpointSpec endpointSpec) ServiceSpec.Builder.withEndpointSpec(EndpointSpec endpointSpec) Deprecated.Constructors in com.spotify.docker.client.messages.swarm with parameters of type EndpointSpecModifierConstructorDescription(package private)AutoValue_Endpoint(EndpointSpec spec, com.google.common.collect.ImmutableList<PortConfig> exposedPorts, com.google.common.collect.ImmutableList<PortConfig> ports, com.google.common.collect.ImmutableList<EndpointVirtualIp> virtualIps) privateAutoValue_ServiceSpec(String name, com.google.common.collect.ImmutableMap<String, String> labels, TaskSpec taskTemplate, ServiceMode mode, UpdateConfig updateConfig, com.google.common.collect.ImmutableList<NetworkAttachmentConfig> networks, EndpointSpec endpointSpec) privateBuilder(EndpointSpec source)
ServiceSpec.Builder.endpointSpec(EndpointSpec).