Uses of Class
com.spotify.docker.client.messages.swarm.NetworkAttachment
Packages that use NetworkAttachment
-
Uses of NetworkAttachment in com.spotify.docker.client.messages.swarm
Subclasses of NetworkAttachment in com.spotify.docker.client.messages.swarmFields in com.spotify.docker.client.messages.swarm with type parameters of type NetworkAttachmentModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<NetworkAttachment> AutoValue_Task.networkAttachments
Methods in com.spotify.docker.client.messages.swarm that return NetworkAttachmentMethods in com.spotify.docker.client.messages.swarm that return types with arguments of type NetworkAttachmentModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<NetworkAttachment> AutoValue_Task.networkAttachments()
abstract com.google.common.collect.ImmutableList
<NetworkAttachment> Task.networkAttachments()
Method parameters in com.spotify.docker.client.messages.swarm with type arguments of type NetworkAttachmentModifier and TypeMethodDescription(package private) static Task
Task.create
(String id, Version version, Date createdAt, Date updatedAt, String name, Map<String, String> labels, TaskSpec spec, String serviceId, Integer slot, String nodeId, TaskStatus status, String desiredState, List<NetworkAttachment> networkAttachments) Constructor parameters in com.spotify.docker.client.messages.swarm with type arguments of type NetworkAttachmentModifierConstructorDescription(package private)
AutoValue_Task
(String id, Version version, Date createdAt, Date updatedAt, String name, com.google.common.collect.ImmutableMap<String, String> labels, TaskSpec spec, String serviceId, Integer slot, String nodeId, TaskStatus status, String desiredState, com.google.common.collect.ImmutableList<NetworkAttachment> networkAttachments)