Uses of Class
com.spotify.docker.client.messages.swarm.ServiceSpec
Packages that use ServiceSpec
-
Uses of ServiceSpec in com.spotify.docker.client
Methods in com.spotify.docker.client with parameters of type ServiceSpecModifier and TypeMethodDescriptionDefaultDockerClient.createService(ServiceSpec spec) DefaultDockerClient.createService(ServiceSpec spec, RegistryAuth config) DockerClient.createService(ServiceSpec spec) Create a new service.DockerClient.createService(ServiceSpec spec, RegistryAuth registryAuth) Create a new service.voidDefaultDockerClient.updateService(String serviceId, Long version, ServiceSpec spec) voidDefaultDockerClient.updateService(String serviceId, Long version, ServiceSpec spec, RegistryAuth config) voidDockerClient.updateService(String serviceId, Long version, ServiceSpec spec) Update an existing service.voidDockerClient.updateService(String serviceId, Long version, ServiceSpec spec, RegistryAuth registryAuth) Update an existing service. -
Uses of ServiceSpec in com.spotify.docker.client.messages.swarm
Subclasses of ServiceSpec in com.spotify.docker.client.messages.swarmFields in com.spotify.docker.client.messages.swarm declared as ServiceSpecMethods in com.spotify.docker.client.messages.swarm that return ServiceSpecModifier and TypeMethodDescriptionAutoValue_ServiceSpec.Builder.build()abstract ServiceSpecServiceSpec.Builder.build()(package private) static ServiceSpecServiceSpec.create(String name, Map<String, String> labels, TaskSpec taskTemplate, ServiceMode mode, UpdateConfig updateConfig, List<NetworkAttachmentConfig> networks, EndpointSpec endpointSpec) AutoValue_Service.spec()abstract ServiceSpecService.spec()Methods in com.spotify.docker.client.messages.swarm with parameters of type ServiceSpecModifier and TypeMethodDescription(package private) static ServiceService.create(String id, Version version, Date createdAt, Date updatedAt, ServiceSpec spec, Endpoint endpoint, UpdateStatus updateStatus) Constructors in com.spotify.docker.client.messages.swarm with parameters of type ServiceSpecModifierConstructorDescription(package private)AutoValue_Service(String id, Version version, Date createdAt, Date updatedAt, ServiceSpec spec, Endpoint endpoint, UpdateStatus updateStatus)