Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.BackupExpireRuleInfo
-
Packages that use BackupExpireRuleInfo Package Description com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of BackupExpireRuleInfo in com.tencentcloudapi.tcaplusdb.v20190823.models
Methods in com.tencentcloudapi.tcaplusdb.v20190823.models that return BackupExpireRuleInfo Modifier and Type Method Description BackupExpireRuleInfo[]SetBackupExpireRuleRequest. getBackupExpireRules()Get 淘汰策略数组Methods in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type BackupExpireRuleInfo Modifier and Type Method Description voidSetBackupExpireRuleRequest. setBackupExpireRules(BackupExpireRuleInfo[] BackupExpireRules)Set 淘汰策略数组Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type BackupExpireRuleInfo Constructor Description BackupExpireRuleInfo(BackupExpireRuleInfo 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.
-