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 Destination namespace
|
ReplicationFilter[] |
getFilters()
Get Synchronization filters
|
String |
getName()
Get Name of synchronization rule
|
Boolean |
getOverride()
Get Whether to override
|
void |
setDestNamespace(String DestNamespace)
Set Destination namespace
|
void |
setFilters(ReplicationFilter[] Filters)
Set Synchronization filters
|
void |
setName(String Name)
Set Name of synchronization rule
|
void |
setOverride(Boolean Override)
Set Whether to override
|
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
- Name of synchronization rulepublic String getDestNamespace()
public void setDestNamespace(String DestNamespace)
DestNamespace
- Destination namespacepublic Boolean getOverride()
public void setOverride(Boolean Override)
Override
- Whether to overridepublic ReplicationFilter[] getFilters()
public void setFilters(ReplicationFilter[] Filters)
Filters
- Synchronization filtersCopyright © 2023. All rights reserved.