Class AutoValue_SwarmSpec
java.lang.Object
com.spotify.docker.client.messages.swarm.SwarmSpec
com.spotify.docker.client.messages.swarm.AutoValue_SwarmSpec
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_SwarmSpec
extends SwarmSpec
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CaConfig
private final DispatcherConfig
private final EncryptionConfig
private final String
private final OrchestrationConfig
private final RaftConfig
private final TaskDefaults
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AutoValue_SwarmSpec
(String name, com.google.common.collect.ImmutableMap<String, String> labels, OrchestrationConfig orchestration, RaftConfig raft, DispatcherConfig dispatcher, CaConfig caConfig, EncryptionConfig encryptionConfig, TaskDefaults taskDefaults) -
Method Summary
-
Field Details
-
name
-
labels
-
orchestration
-
raft
-
dispatcher
-
caConfig
-
encryptionConfig
-
taskDefaults
-
-
Constructor Details
-
AutoValue_SwarmSpec
private AutoValue_SwarmSpec(@Nullable String name, @Nullable com.google.common.collect.ImmutableMap<String, String> labels, @Nullable OrchestrationConfig orchestration, @Nullable RaftConfig raft, @Nullable DispatcherConfig dispatcher, @Nullable CaConfig caConfig, @Nullable EncryptionConfig encryptionConfig, @Nullable TaskDefaults taskDefaults)
-
-
Method Details
-
name
-
labels
-
orchestration
- Specified by:
orchestration
in classSwarmSpec
-
raft
-
dispatcher
- Specified by:
dispatcher
in classSwarmSpec
-
caConfig
-
encryptionConfig
- Specified by:
encryptionConfig
in classSwarmSpec
-
taskDefaults
- Specified by:
taskDefaults
in classSwarmSpec
-
toString
-
equals
-
hashCode
public int hashCode()
-