Class AutoValue_Info_Plugins

java.lang.Object
com.spotify.docker.client.messages.Info.Plugins
com.spotify.docker.client.messages.AutoValue_Info_Plugins

@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_Info_Plugins extends Info.Plugins
  • Field Details

    • volumes

      private final com.google.common.collect.ImmutableList<String> volumes
    • networks

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

    • AutoValue_Info_Plugins

      AutoValue_Info_Plugins(com.google.common.collect.ImmutableList<String> volumes, com.google.common.collect.ImmutableList<String> networks)
  • Method Details