Class AutoValue_NetworkAttachment

java.lang.Object
com.spotify.docker.client.messages.swarm.NetworkAttachment
com.spotify.docker.client.messages.swarm.AutoValue_NetworkAttachment

@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_NetworkAttachment extends NetworkAttachment
  • Field Details

    • network

      private final Network network
    • addresses

      private final com.google.common.collect.ImmutableList<String> addresses
  • Constructor Details

    • AutoValue_NetworkAttachment

      AutoValue_NetworkAttachment(Network network, com.google.common.collect.ImmutableList<String> addresses)
  • Method Details