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 同步任务的目标地域 | 
| String | getHsmClusterId()Get HsmClusterId为空表示公有云共享版,如果不为空表示地域下独享版集群。 | 
| void | setDestinationRegion(String DestinationRegion)Set 同步任务的目标地域 | 
| void | setHsmClusterId(String HsmClusterId)Set HsmClusterId为空表示公有云共享版,如果不为空表示地域下独享版集群。 | 
| 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, toJsonStringpublic DestinationSyncConfig()
public DestinationSyncConfig(DestinationSyncConfig source)
public String getDestinationRegion()
public void setDestinationRegion(String DestinationRegion)
DestinationRegion - 同步任务的目标地域public String getHsmClusterId()
public void setHsmClusterId(String HsmClusterId)
HsmClusterId - HsmClusterId为空表示公有云共享版,如果不为空表示地域下独享版集群。Copyright © 2025. All rights reserved.