@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2026-05-19T08:00:51.241Z[Etc/UTC]") public class ApiRestartClusterArgs extends Object
| Constructor and Description |
|---|
ApiRestartClusterArgs() |
| Modifier and Type | Method and Description |
|---|---|
ApiRestartClusterArgs |
addRestartServiceNamesItem(String restartServiceNamesItem) |
boolean |
equals(Object o) |
List<String> |
getRestartServiceNames()
Only restart services that are specified and their dependent services.
|
int |
hashCode() |
Boolean |
isRedeployClientConfiguration()
Re-deploy client configuration for all services in the cluster.
|
Boolean |
isRestartOnlyStaleServices()
Only restart services that have stale configuration and their dependent services.
|
ApiRestartClusterArgs |
redeployClientConfiguration(Boolean redeployClientConfiguration) |
ApiRestartClusterArgs |
restartOnlyStaleServices(Boolean restartOnlyStaleServices) |
ApiRestartClusterArgs |
restartServiceNames(List<String> restartServiceNames) |
void |
setRedeployClientConfiguration(Boolean redeployClientConfiguration) |
void |
setRestartOnlyStaleServices(Boolean restartOnlyStaleServices) |
void |
setRestartServiceNames(List<String> restartServiceNames) |
String |
toString() |
public ApiRestartClusterArgs restartOnlyStaleServices(Boolean restartOnlyStaleServices)
public Boolean isRestartOnlyStaleServices()
public void setRestartOnlyStaleServices(Boolean restartOnlyStaleServices)
public ApiRestartClusterArgs redeployClientConfiguration(Boolean redeployClientConfiguration)
public Boolean isRedeployClientConfiguration()
public void setRedeployClientConfiguration(Boolean redeployClientConfiguration)
public ApiRestartClusterArgs restartServiceNames(List<String> restartServiceNames)
public ApiRestartClusterArgs addRestartServiceNamesItem(String restartServiceNamesItem)
public List<String> getRestartServiceNames()
Copyright © 2026. All rights reserved.