public class DCNReplicaConfig extends AbstractModel
Constructor and Description |
---|
DCNReplicaConfig() |
DCNReplicaConfig(DCNReplicaConfig 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 |
getDelayReplicationType()
Get Delayed replication type.
|
String |
getDueTime()
Get Specified time for delayed replication
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getReplicationDelay()
Get The number of seconds to delay the replication
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRoReplicationMode()
Get DCN running status.
|
void |
setDelayReplicationType(String DelayReplicationType)
Set Delayed replication type.
|
void |
setDueTime(String DueTime)
Set Specified time for delayed replication
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setReplicationDelay(Long ReplicationDelay)
Set The number of seconds to delay the replication
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRoReplicationMode(String RoReplicationMode)
Set DCN running status.
|
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 DCNReplicaConfig()
public DCNReplicaConfig(DCNReplicaConfig source)
public String getRoReplicationMode()
public void setRoReplicationMode(String RoReplicationMode)
RoReplicationMode
- DCN running status. Valid values: `START` (running), `STOP` (pause)
Note: This field may return null, indicating that no valid values can be obtained.public String getDelayReplicationType()
public void setDelayReplicationType(String DelayReplicationType)
DelayReplicationType
- Delayed replication type. Valid values: `DEFAULT` (no delay), `DUE_TIME` (specified replication time)
Note: This field may return null, indicating that no valid values can be obtained.public String getDueTime()
public void setDueTime(String DueTime)
DueTime
- Specified time for delayed replication
Note: This field may return null, indicating that no valid values can be obtained.public Long getReplicationDelay()
public void setReplicationDelay(Long ReplicationDelay)
ReplicationDelay
- The number of seconds to delay the replication
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.