public class SetCheckModeRequest extends AbstractModel
Constructor and Description |
---|
SetCheckModeRequest() |
SetCheckModeRequest(SetCheckModeRequest 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 |
---|---|
Long |
getClusterAutoCheck()
Get Valid values: `0` (not set); `1` (on); `2` (off).
|
String |
getClusterCheckMode()
Get Cluster check mode.
|
String[] |
getClusterIds()
Get List of cluster IDs to be set
|
void |
setClusterAutoCheck(Long ClusterAutoCheck)
Set Valid values: `0` (not set); `1` (on); `2` (off).
|
void |
setClusterCheckMode(String ClusterCheckMode)
Set Cluster check mode.
|
void |
setClusterIds(String[] ClusterIds)
Set List of cluster IDs to be set
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SetCheckModeRequest()
public SetCheckModeRequest(SetCheckModeRequest source)
public String[] getClusterIds()
public void setClusterIds(String[] ClusterIds)
ClusterIds
- List of cluster IDs to be setpublic String getClusterCheckMode()
public void setClusterCheckMode(String ClusterCheckMode)
ClusterCheckMode
- Cluster check mode. Valid values: `Cluster_Normal` (normal mode); `Cluster_Actived` (proactive mode); `Cluster_Unset` (not set).public Long getClusterAutoCheck()
public void setClusterAutoCheck(Long ClusterAutoCheck)
ClusterAutoCheck
- Valid values: `0` (not set); `1` (on); `2` (off).Copyright © 2023. All rights reserved.