public class DestinationSyncConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
DestinationSyncConfig() |
DestinationSyncConfig(DestinationSyncConfig 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 |
getDestinationRegion()
Get Specifies the target region of the synchronization task.
|
String |
getHsmClusterId()
Get HsmClusterId being empty indicates public cloud shared version.
|
void |
setDestinationRegion(String DestinationRegion)
Set Specifies the target region of the synchronization task.
|
void |
setHsmClusterId(String HsmClusterId)
Set HsmClusterId being empty indicates public cloud shared version.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DestinationSyncConfig()
public DestinationSyncConfig(DestinationSyncConfig source)
public String getDestinationRegion()
public void setDestinationRegion(String DestinationRegion)
DestinationRegion
- Specifies the target region of the synchronization task.public String getHsmClusterId()
public void setHsmClusterId(String HsmClusterId)
HsmClusterId
- HsmClusterId being empty indicates public cloud shared version. if not empty, it indicates exclusive edition cluster in the region.Copyright © 2025. All rights reserved.