Class CreateBackupStorageLocationRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.CreateBackupStorageLocationRequest
-
public class CreateBackupStorageLocationRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBucket()Get 对象存储桶名称,如果是COS必须是tke-backup前缀开头StringgetName()Get 备份仓库名称StringgetPath()Get 对象存储桶路径StringgetProvider()Get 存储服务提供方,默认腾讯云StringgetStorageRegion()Get 存储仓库所属地域,比如COS广州(ap-guangzhou)voidsetBucket(String Bucket)Set 对象存储桶名称,如果是COS必须是tke-backup前缀开头voidsetName(String Name)Set 备份仓库名称voidsetPath(String Path)Set 对象存储桶路径voidsetProvider(String Provider)Set 存储服务提供方,默认腾讯云voidsetStorageRegion(String StorageRegion)Set 存储仓库所属地域,比如COS广州(ap-guangzhou)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateBackupStorageLocationRequest
public CreateBackupStorageLocationRequest()
-
CreateBackupStorageLocationRequest
public 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.
-
-
Method Detail
-
getStorageRegion
public String getStorageRegion()
Get 存储仓库所属地域,比如COS广州(ap-guangzhou)- Returns:
- StorageRegion 存储仓库所属地域,比如COS广州(ap-guangzhou)
-
setStorageRegion
public void setStorageRegion(String StorageRegion)
Set 存储仓库所属地域,比如COS广州(ap-guangzhou)- Parameters:
StorageRegion- 存储仓库所属地域,比如COS广州(ap-guangzhou)
-
getBucket
public String getBucket()
Get 对象存储桶名称,如果是COS必须是tke-backup前缀开头- Returns:
- Bucket 对象存储桶名称,如果是COS必须是tke-backup前缀开头
-
setBucket
public void setBucket(String Bucket)
Set 对象存储桶名称,如果是COS必须是tke-backup前缀开头- Parameters:
Bucket- 对象存储桶名称,如果是COS必须是tke-backup前缀开头
-
getName
public String getName()
Get 备份仓库名称- Returns:
- Name 备份仓库名称
-
setName
public void setName(String Name)
Set 备份仓库名称- Parameters:
Name- 备份仓库名称
-
getProvider
public String getProvider()
Get 存储服务提供方,默认腾讯云- Returns:
- Provider 存储服务提供方,默认腾讯云
-
setProvider
public void setProvider(String Provider)
Set 存储服务提供方,默认腾讯云- Parameters:
Provider- 存储服务提供方,默认腾讯云
-
getPath
public String getPath()
Get 对象存储桶路径- Returns:
- Path 对象存储桶路径
-
setPath
public void setPath(String Path)
Set 对象存储桶路径- Parameters:
Path- 对象存储桶路径
-
-