public class DCNReplicaStatus extends AbstractModel
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 当前延迟情况,取备实例的 master 节点的 delay 值
|
String |
getStatus()
Get DCN 的运行状态,START为正常运行,STOP为暂停,
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDelay(Long Delay)
Set 当前延迟情况,取备实例的 master 节点的 delay 值
|
void |
setStatus(String Status)
Set DCN 的运行状态,START为正常运行,STOP为暂停,
注意:此字段可能返回 null,表示取不到有效值。
|
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 DCNReplicaStatus()
public DCNReplicaStatus(DCNReplicaStatus source)
public String getStatus()
public void setStatus(String Status)
Status
- DCN 的运行状态,START为正常运行,STOP为暂停,
注意:此字段可能返回 null,表示取不到有效值。public Long getDelay()
public void setDelay(Long Delay)
Delay
- 当前延迟情况,取备实例的 master 节点的 delay 值Copyright © 2023. All rights reserved.