public class PeerReplicationOption extends AbstractModel
Constructor and Description |
---|
PeerReplicationOption() |
PeerReplicationOption(PeerReplicationOption 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 |
---|---|
Boolean |
getEnablePeerReplication()
Get Whether to enable cross-account synchronization
|
String |
getPeerRegistryToken()
Get Permanent access Token for the destination instance
|
String |
getPeerRegistryUin()
Get UIN of the destination instance
|
void |
setEnablePeerReplication(Boolean EnablePeerReplication)
Set Whether to enable cross-account synchronization
|
void |
setPeerRegistryToken(String PeerRegistryToken)
Set Permanent access Token for the destination instance
|
void |
setPeerRegistryUin(String PeerRegistryUin)
Set UIN of the destination instance
|
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 PeerReplicationOption()
public PeerReplicationOption(PeerReplicationOption source)
public String getPeerRegistryUin()
public void setPeerRegistryUin(String PeerRegistryUin)
PeerRegistryUin
- UIN of the destination instancepublic String getPeerRegistryToken()
public void setPeerRegistryToken(String PeerRegistryToken)
PeerRegistryToken
- Permanent access Token for the destination instancepublic Boolean getEnablePeerReplication()
public void setEnablePeerReplication(Boolean EnablePeerReplication)
EnablePeerReplication
- Whether to enable cross-account synchronizationCopyright © 2023. All rights reserved.