public class ManageReplicationRequest extends AbstractModel
Constructor and Description |
---|
ManageReplicationRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get 规则描述
|
Long |
getDestinationRegionId()
Get 目标实例的地域ID,如广州是1
|
String |
getDestinationRegistryId()
Get 复制目标实例ID
|
ReplicationRule |
getRule()
Get 同步规则
|
String |
getSourceRegistryId()
Get 复制源实例ID
|
void |
setDescription(String Description)
Set 规则描述
|
void |
setDestinationRegionId(Long DestinationRegionId)
Set 目标实例的地域ID,如广州是1
|
void |
setDestinationRegistryId(String DestinationRegistryId)
Set 复制目标实例ID
|
void |
setRule(ReplicationRule Rule)
Set 同步规则
|
void |
setSourceRegistryId(String SourceRegistryId)
Set 复制源实例ID
|
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 String getSourceRegistryId()
public void setSourceRegistryId(String SourceRegistryId)
SourceRegistryId
- 复制源实例IDpublic String getDestinationRegistryId()
public void setDestinationRegistryId(String DestinationRegistryId)
DestinationRegistryId
- 复制目标实例IDpublic ReplicationRule getRule()
public void setRule(ReplicationRule Rule)
Rule
- 同步规则public String getDescription()
public void setDescription(String Description)
Description
- 规则描述public Long getDestinationRegionId()
public void setDestinationRegionId(Long DestinationRegionId)
DestinationRegionId
- 目标实例的地域ID,如广州是1Copyright © 2021. All rights reserved.