Uses of Class
com.tencentcloudapi.cdb.v20170320.models.ModifyBackupDownloadRestrictionRequest
-
Packages that use ModifyBackupDownloadRestrictionRequest Package Description com.tencentcloudapi.cdb.v20170320 com.tencentcloudapi.cdb.v20170320.models -
-
Uses of ModifyBackupDownloadRestrictionRequest in com.tencentcloudapi.cdb.v20170320
Methods in com.tencentcloudapi.cdb.v20170320 with parameters of type ModifyBackupDownloadRestrictionRequest Modifier and Type Method Description ModifyBackupDownloadRestrictionResponseCdbClient. ModifyBackupDownloadRestriction(ModifyBackupDownloadRestrictionRequest req)该接口用于修改用户当前地域的备份文件限制下载来源,可以设置内外网均可下载、仅内网可下载,或内网指定的vpc、ip可以下载。 -
Uses of ModifyBackupDownloadRestrictionRequest in com.tencentcloudapi.cdb.v20170320.models
Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type ModifyBackupDownloadRestrictionRequest Constructor Description ModifyBackupDownloadRestrictionRequest(ModifyBackupDownloadRestrictionRequest 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.
-