public class DCNReplicaStatus extends AbstractModel
header, skipSign
Constructor and Description |
---|
DCNReplicaStatus() |
DCNReplicaStatus(DCNReplicaStatus 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 |
getDelay()
Get The current delay, which takes the delay value of the replica instance.
|
String |
getStatus()
Get DCN running status.
|
void |
setDelay(Long Delay)
Set The current delay, which takes the delay value of the replica instance.
|
void |
setStatus(String Status)
Set DCN running status.
|
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 DCNReplicaStatus()
public DCNReplicaStatus(DCNReplicaStatus source)
public String getStatus()
public void setStatus(String Status)
Status
- DCN running status. Valid values: `START` (running), `STOP` (pause).
Note: This field may return null, indicating that no valid values can be obtained.public Long getDelay()
public void setDelay(Long Delay)
Delay
- The current delay, which takes the delay value of the replica instance.Copyright © 2024. All rights reserved.