public interface UpdateServiceCmd extends SyncDockerCmd<Void>
RemoteApiVersion#VERSION_1_24| Modifier and Type | Interface and Description |
|---|---|
static interface |
UpdateServiceCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceId() |
ServiceSpec |
getServiceSpec() |
Long |
getVersion() |
UpdateServiceCmd |
withServiceId(String serviceId) |
UpdateServiceCmd |
withServiceSpec(ServiceSpec serviceSpec) |
UpdateServiceCmd |
withVersion(Long version) |
exec@CheckForNull String getServiceId()
UpdateServiceCmd withServiceId(@Nonnull String serviceId)
@CheckForNull ServiceSpec getServiceSpec()
UpdateServiceCmd withServiceSpec(ServiceSpec serviceSpec)
@CheckForNull Long getVersion()
UpdateServiceCmd withVersion(Long version)
Copyright © 2025. All rights reserved.