public class ReplicationRule extends AbstractModel
Constructor and Description |
---|
ReplicationRule() |
ReplicationRule(ReplicationRule 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 |
getDestNamespace()
Get 目标命名空间
|
ReplicationFilter[] |
getFilters()
Get 同步过滤条件
|
String |
getName()
Get 同步规则名称
|
Boolean |
getOverride()
Get 是否覆盖
|
void |
setDestNamespace(String DestNamespace)
Set 目标命名空间
|
void |
setFilters(ReplicationFilter[] Filters)
Set 同步过滤条件
|
void |
setName(String Name)
Set 同步规则名称
|
void |
setOverride(Boolean Override)
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 ReplicationRule()
public ReplicationRule(ReplicationRule source)
public String getName()
public void setName(String Name)
Name
- 同步规则名称public String getDestNamespace()
public void setDestNamespace(String DestNamespace)
DestNamespace
- 目标命名空间public Boolean getOverride()
public void setOverride(Boolean Override)
Override
- 是否覆盖public ReplicationFilter[] getFilters()
public void setFilters(ReplicationFilter[] Filters)
Filters
- 同步过滤条件Copyright © 2021. All rights reserved.