Uses of Class
com.spotify.docker.client.messages.swarm.NetworkAttachmentConfig
-
Packages that use NetworkAttachmentConfig Package Description com.spotify.docker.client.messages.swarm -
-
Uses of NetworkAttachmentConfig in com.spotify.docker.client.messages.swarm
Subclasses of NetworkAttachmentConfig in com.spotify.docker.client.messages.swarm Modifier and Type Class Description (package private) class
AutoValue_NetworkAttachmentConfig
Fields in com.spotify.docker.client.messages.swarm with type parameters of type NetworkAttachmentConfig Modifier and Type Field Description private com.google.common.collect.ImmutableList<NetworkAttachmentConfig>
AutoValue_ServiceSpec.Builder. networks
private com.google.common.collect.ImmutableList<NetworkAttachmentConfig>
AutoValue_ServiceSpec. networks
private com.google.common.collect.ImmutableList<NetworkAttachmentConfig>
AutoValue_TaskSpec.Builder. networks
private com.google.common.collect.ImmutableList<NetworkAttachmentConfig>
AutoValue_TaskSpec. networks
Methods in com.spotify.docker.client.messages.swarm that return NetworkAttachmentConfig Modifier and Type Method Description NetworkAttachmentConfig
AutoValue_NetworkAttachmentConfig.Builder. build()
abstract NetworkAttachmentConfig
NetworkAttachmentConfig.Builder. build()
(package private) static NetworkAttachmentConfig
NetworkAttachmentConfig. create(java.lang.String target, java.util.List<java.lang.String> aliases)
Methods in com.spotify.docker.client.messages.swarm that return types with arguments of type NetworkAttachmentConfig Modifier and Type Method Description com.google.common.collect.ImmutableList<NetworkAttachmentConfig>
AutoValue_ServiceSpec. networks()
com.google.common.collect.ImmutableList<NetworkAttachmentConfig>
AutoValue_TaskSpec. networks()
abstract com.google.common.collect.ImmutableList<NetworkAttachmentConfig>
ServiceSpec. networks()
abstract com.google.common.collect.ImmutableList<NetworkAttachmentConfig>
TaskSpec. networks()
Methods in com.spotify.docker.client.messages.swarm with parameters of type NetworkAttachmentConfig Modifier and Type Method Description ServiceSpec.Builder
AutoValue_ServiceSpec.Builder. networks(NetworkAttachmentConfig... networks)
TaskSpec.Builder
AutoValue_TaskSpec.Builder. networks(NetworkAttachmentConfig... networks)
abstract ServiceSpec.Builder
ServiceSpec.Builder. networks(NetworkAttachmentConfig... networks)
abstract TaskSpec.Builder
TaskSpec.Builder. networks(NetworkAttachmentConfig... networks)
ServiceSpec.Builder
ServiceSpec.Builder. withNetworks(NetworkAttachmentConfig... networks)
Deprecated.As of release 7.0.0, replaced byServiceSpec.Builder.networks(NetworkAttachmentConfig...)
.TaskSpec.Builder
TaskSpec.Builder. withNetworks(NetworkAttachmentConfig... networks)
Deprecated.As of release 7.0.0, replaced byTaskSpec.Builder.networks(NetworkAttachmentConfig...)
.Method parameters in com.spotify.docker.client.messages.swarm with type arguments of type NetworkAttachmentConfig Modifier and Type Method Description (package private) static ServiceSpec
ServiceSpec. create(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> labels, TaskSpec taskTemplate, ServiceMode mode, UpdateConfig updateConfig, java.util.List<NetworkAttachmentConfig> networks, EndpointSpec endpointSpec)
(package private) static TaskSpec
TaskSpec. create(ContainerSpec containerSpec, ResourceRequirements resources, RestartPolicy restartPolicy, Placement placement, java.util.List<NetworkAttachmentConfig> networks, Driver logDriver)
ServiceSpec.Builder
AutoValue_ServiceSpec.Builder. networks(java.util.List<NetworkAttachmentConfig> networks)
TaskSpec.Builder
AutoValue_TaskSpec.Builder. networks(java.util.List<NetworkAttachmentConfig> networks)
abstract ServiceSpec.Builder
ServiceSpec.Builder. networks(java.util.List<NetworkAttachmentConfig> networks)
abstract TaskSpec.Builder
TaskSpec.Builder. networks(java.util.List<NetworkAttachmentConfig> networks)
ServiceSpec.Builder
ServiceSpec.Builder. withNetworks(java.util.List<NetworkAttachmentConfig> networks)
Deprecated.As of release 7.0.0, replaced byServiceSpec.Builder.networks(List)
.TaskSpec.Builder
TaskSpec.Builder. withNetworks(java.util.List<NetworkAttachmentConfig> networks)
Deprecated.As of release 7.0.0, replaced byTaskSpec.Builder.networks(List)
.Constructor parameters in com.spotify.docker.client.messages.swarm with type arguments of type NetworkAttachmentConfig Constructor Description AutoValue_ServiceSpec(java.lang.String name, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> labels, TaskSpec taskTemplate, ServiceMode mode, UpdateConfig updateConfig, com.google.common.collect.ImmutableList<NetworkAttachmentConfig> networks, EndpointSpec endpointSpec)
AutoValue_TaskSpec(ContainerSpec containerSpec, ResourceRequirements resources, RestartPolicy restartPolicy, Placement placement, com.google.common.collect.ImmutableList<NetworkAttachmentConfig> networks, Driver logDriver)
-