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必须是tke-backup前缀开头
|
String |
getName()
Get 备份仓库名称
|
String |
getPath()
Get 对象存储桶路径
|
String |
getProvider()
Get 存储服务提供方,默认腾讯云
|
String |
getStorageRegion()
Get 存储仓库所属地域,比如COS广州(ap-guangzhou)
|
void |
setBucket(String Bucket)
Set 对象存储桶名称,如果是COS必须是tke-backup前缀开头
|
void |
setName(String Name)
Set 备份仓库名称
|
void |
setPath(String Path)
Set 对象存储桶路径
|
void |
setProvider(String Provider)
Set 存储服务提供方,默认腾讯云
|
void |
setStorageRegion(String StorageRegion)
Set 存储仓库所属地域,比如COS广州(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, toJsonString
public CreateBackupStorageLocationRequest()
public CreateBackupStorageLocationRequest(CreateBackupStorageLocationRequest source)
public String getStorageRegion()
public void setStorageRegion(String StorageRegion)
StorageRegion
- 存储仓库所属地域,比如COS广州(ap-guangzhou)public String getBucket()
public void setBucket(String Bucket)
Bucket
- 对象存储桶名称,如果是COS必须是tke-backup前缀开头public String getName()
public void setName(String Name)
Name
- 备份仓库名称public String getProvider()
public void setProvider(String Provider)
Provider
- 存储服务提供方,默认腾讯云public String getPath()
public void setPath(String Path)
Path
- 对象存储桶路径Copyright © 2024. All rights reserved.