Uses of Class
com.tencentcloudapi.tdcpg.v20211118.models.AvailableRecoveryTimeRange
-
Packages that use AvailableRecoveryTimeRange Package Description com.tencentcloudapi.tdcpg.v20211118.models -
-
Uses of AvailableRecoveryTimeRange in com.tencentcloudapi.tdcpg.v20211118.models
Methods in com.tencentcloudapi.tdcpg.v20211118.models that return AvailableRecoveryTimeRange Modifier and Type Method Description AvailableRecoveryTimeRange[]DescribeClusterRecoveryTimeRangeResponse. getAvailableRecoveryTimeRangeSet()Get 可回档时间范围列表Methods in com.tencentcloudapi.tdcpg.v20211118.models with parameters of type AvailableRecoveryTimeRange Modifier and Type Method Description voidDescribeClusterRecoveryTimeRangeResponse. setAvailableRecoveryTimeRangeSet(AvailableRecoveryTimeRange[] AvailableRecoveryTimeRangeSet)Set 可回档时间范围列表Constructors in com.tencentcloudapi.tdcpg.v20211118.models with parameters of type AvailableRecoveryTimeRange Constructor Description AvailableRecoveryTimeRange(AvailableRecoveryTimeRange 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.
-