public class CreateBackupStorageLocationRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateBackupStorageLocationRequest()  | 
CreateBackupStorageLocationRequest(CreateBackupStorageLocationRequest 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 | 
getBucket()
Get COS bucket name. 
 | 
String | 
getName()
Get Backup repository name 
 | 
String | 
getPath()
Get COS bucket path 
 | 
String | 
getProvider()
Get The provider of storage service. 
 | 
String | 
getStorageRegion()
Get Repository region, such as `ap-guangzhou` 
 | 
void | 
setBucket(String Bucket)
Set COS bucket name. 
 | 
void | 
setName(String Name)
Set Backup repository name 
 | 
void | 
setPath(String Path)
Set COS bucket path 
 | 
void | 
setProvider(String Provider)
Set The provider of storage service. 
 | 
void | 
setStorageRegion(String StorageRegion)
Set Repository region, such as `ap-guangzhou` 
 | 
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 CreateBackupStorageLocationRequest()
public CreateBackupStorageLocationRequest(CreateBackupStorageLocationRequest source)
public String getStorageRegion()
public void setStorageRegion(String StorageRegion)
StorageRegion - Repository region, such as `ap-guangzhou`public String getBucket()
public void setBucket(String Bucket)
Bucket - COS bucket name. For COS storage type, it must start with the prefix `tke-backup`.public String getName()
public void setName(String Name)
Name - Backup repository namepublic String getProvider()
public void setProvider(String Provider)
Provider - The provider of storage service. It defaults to Tencent Cloud.public String getPath()
public void setPath(String Path)
Path - COS bucket pathCopyright © 2025. All rights reserved.