Uses of Class
com.spotify.docker.client.messages.swarm.NetworkAttachment
-
Packages that use NetworkAttachment Package Description com.spotify.docker.client.messages.swarm -
-
Uses of NetworkAttachment in com.spotify.docker.client.messages.swarm
Subclasses of NetworkAttachment in com.spotify.docker.client.messages.swarm Modifier and Type Class Description (package private) class
AutoValue_NetworkAttachment
Fields in com.spotify.docker.client.messages.swarm with type parameters of type NetworkAttachment Modifier and Type Field Description private com.google.common.collect.ImmutableList<NetworkAttachment>
AutoValue_Task. networkAttachments
Methods in com.spotify.docker.client.messages.swarm that return NetworkAttachment Modifier and Type Method Description (package private) static NetworkAttachment
NetworkAttachment. create(Network network, java.util.List<java.lang.String> addresses)
Methods in com.spotify.docker.client.messages.swarm that return types with arguments of type NetworkAttachment Modifier and Type Method Description com.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 NetworkAttachment Modifier and Type Method Description (package private) static Task
Task. create(java.lang.String id, Version version, java.util.Date createdAt, java.util.Date updatedAt, java.lang.String name, java.util.Map<java.lang.String,java.lang.String> labels, TaskSpec spec, java.lang.String serviceId, java.lang.Integer slot, java.lang.String nodeId, TaskStatus status, java.lang.String desiredState, java.util.List<NetworkAttachment> networkAttachments)
Constructor parameters in com.spotify.docker.client.messages.swarm with type arguments of type NetworkAttachment Constructor Description AutoValue_Task(java.lang.String id, Version version, java.util.Date createdAt, java.util.Date updatedAt, java.lang.String name, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> labels, TaskSpec spec, java.lang.String serviceId, java.lang.Integer slot, java.lang.String nodeId, TaskStatus status, java.lang.String desiredState, com.google.common.collect.ImmutableList<NetworkAttachment> networkAttachments)
-