@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiRestartClusterArgs extends Object
Constructor and Description |
---|
ApiRestartClusterArgs() |
Modifier and Type | Method and Description |
---|---|
ApiRestartClusterArgs |
addRestartServiceNamesItem(String restartServiceNamesItem) |
boolean |
equals(Object o) |
Boolean |
getRedeployClientConfiguration()
Re-deploy client configuration for all services in the cluster.
|
Boolean |
getRestartOnlyStaleServices()
Only restart services that have stale configuration and their dependent services.
|
List<String> |
getRestartServiceNames()
Only restart services that are specified and their dependent services.
|
int |
hashCode() |
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 getRestartOnlyStaleServices()
public void setRestartOnlyStaleServices(Boolean restartOnlyStaleServices)
public ApiRestartClusterArgs redeployClientConfiguration(Boolean redeployClientConfiguration)
public Boolean getRedeployClientConfiguration()
public void setRedeployClientConfiguration(Boolean redeployClientConfiguration)
public ApiRestartClusterArgs restartServiceNames(List<String> restartServiceNames)
public ApiRestartClusterArgs addRestartServiceNamesItem(String restartServiceNamesItem)
public List<String> getRestartServiceNames()
Copyright © 2019. All rights reserved.