Class AutoValue_Placement

java.lang.Object
com.spotify.docker.client.messages.swarm.Placement
com.spotify.docker.client.messages.swarm.AutoValue_Placement

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

    • constraints

      private final com.google.common.collect.ImmutableList<String> constraints
    • preferences

      private final com.google.common.collect.ImmutableList<Preference> preferences
  • Constructor Details

    • AutoValue_Placement

      AutoValue_Placement(@Nullable com.google.common.collect.ImmutableList<String> constraints, @Nullable com.google.common.collect.ImmutableList<Preference> preferences)
  • Method Details