Uses of Class
com.tencentcloudapi.cdb.v20170320.models.DescribeBackupSummariesRequest
-
Packages that use DescribeBackupSummariesRequest Package Description com.tencentcloudapi.cdb.v20170320 com.tencentcloudapi.cdb.v20170320.models -
-
Uses of DescribeBackupSummariesRequest in com.tencentcloudapi.cdb.v20170320
Methods in com.tencentcloudapi.cdb.v20170320 with parameters of type DescribeBackupSummariesRequest Modifier and Type Method Description DescribeBackupSummariesResponseCdbClient. DescribeBackupSummaries(DescribeBackupSummariesRequest req)本接口(DescribeBackupSummaries)用于查询备份的统计情况,返回以实例为维度的备份占用容量,以及每个实例的数据备份和日志备份的个数和容量(容量单位为字节)。 -
Uses of DescribeBackupSummariesRequest in com.tencentcloudapi.cdb.v20170320.models
Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type DescribeBackupSummariesRequest Constructor Description DescribeBackupSummariesRequest(DescribeBackupSummariesRequest 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.
-