Uses of Class
com.tencentcloudapi.tke.v20180525.models.CreateBackupStorageLocationRequest
-
Packages that use CreateBackupStorageLocationRequest Package Description com.tencentcloudapi.tke.v20180525 com.tencentcloudapi.tke.v20180525.models -
-
Uses of CreateBackupStorageLocationRequest in com.tencentcloudapi.tke.v20180525
Methods in com.tencentcloudapi.tke.v20180525 with parameters of type CreateBackupStorageLocationRequest Modifier and Type Method Description CreateBackupStorageLocationResponseTkeClient. CreateBackupStorageLocation(CreateBackupStorageLocationRequest req)创建备份仓库,指定了存储仓库类型(如COS)、COS桶地区、名称等信息,当前最多允许创建100个仓库, 注意此接口当前是全局接口,多个地域的TKE集群如果要备份到相同的备份仓库中,不需要重复创建备份仓库 -
Uses of CreateBackupStorageLocationRequest in com.tencentcloudapi.tke.v20180525.models
Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type CreateBackupStorageLocationRequest Constructor Description 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.
-