Uses of Class
com.tencentcloudapi.cdb.v20170320.models.BackupLimitVpcItem
-
Packages that use BackupLimitVpcItem Package Description com.tencentcloudapi.cdb.v20170320.models -
-
Uses of BackupLimitVpcItem in com.tencentcloudapi.cdb.v20170320.models
Methods in com.tencentcloudapi.cdb.v20170320.models that return BackupLimitVpcItem Modifier and Type Method Description BackupLimitVpcItem[]DescribeBackupDownloadRestrictionResponse. getLimitVpc()Get 限制下载的vpc设置。BackupLimitVpcItem[]ModifyBackupDownloadRestrictionRequest. getLimitVpc()Get 限制下载的vpc设置。Methods in com.tencentcloudapi.cdb.v20170320.models with parameters of type BackupLimitVpcItem Modifier and Type Method Description voidDescribeBackupDownloadRestrictionResponse. setLimitVpc(BackupLimitVpcItem[] LimitVpc)Set 限制下载的vpc设置。voidModifyBackupDownloadRestrictionRequest. setLimitVpc(BackupLimitVpcItem[] LimitVpc)Set 限制下载的vpc设置。Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type BackupLimitVpcItem Constructor Description BackupLimitVpcItem(BackupLimitVpcItem 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.
-