public class PauseServerlessRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
PauseServerlessRequest() |
PauseServerlessRequest(PauseServerlessRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get Cluster ID
|
Long |
getForcePause()
Get Whether to pause forcibly and ignore the current user connections.
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setForcePause(Long ForcePause)
Set Whether to pause forcibly and ignore the current user connections.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PauseServerlessRequest()
public PauseServerlessRequest(PauseServerlessRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic Long getForcePause()
public void setForcePause(Long ForcePause)
ForcePause
- Whether to pause forcibly and ignore the current user connections. Valid values: `0` (no), `1` (yes). Default value: `1`Copyright © 2024. All rights reserved.