public class CrossBackupAddr extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CrossBackupAddr()  | 
CrossBackupAddr(CrossBackupAddr 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 | 
getCrossExternalAddr()
Get The address used to download the cross-region backup over a public network 
 | 
String | 
getCrossInternalAddr()
Get The address used to download the cross-region backup over a private network 
 | 
String | 
getCrossRegion()
Get The target region of cross-region backup 
 | 
void | 
setCrossExternalAddr(String CrossExternalAddr)
Set The address used to download the cross-region backup over a public network 
 | 
void | 
setCrossInternalAddr(String CrossInternalAddr)
Set The address used to download the cross-region backup over a private network 
 | 
void | 
setCrossRegion(String CrossRegion)
Set The target region of cross-region backup 
 | 
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 CrossBackupAddr()
public CrossBackupAddr(CrossBackupAddr source)
public String getCrossRegion()
public void setCrossRegion(String CrossRegion)
CrossRegion - The target region of cross-region backuppublic String getCrossInternalAddr()
public void setCrossInternalAddr(String CrossInternalAddr)
CrossInternalAddr - The address used to download the cross-region backup over a private networkpublic String getCrossExternalAddr()
public void setCrossExternalAddr(String CrossExternalAddr)
CrossExternalAddr - The address used to download the cross-region backup over a public networkCopyright © 2025. All rights reserved.