Uses of Class
com.tencentcloudapi.tcr.v20190924.models.ReplicationRule
-
Packages that use ReplicationRule Package Description com.tencentcloudapi.tcr.v20190924.models -
-
Uses of ReplicationRule in com.tencentcloudapi.tcr.v20190924.models
Methods in com.tencentcloudapi.tcr.v20190924.models that return ReplicationRule Modifier and Type Method Description ReplicationRuleManageReplicationRequest. getRule()Get 同步规则Methods in com.tencentcloudapi.tcr.v20190924.models with parameters of type ReplicationRule Modifier and Type Method Description voidManageReplicationRequest. setRule(ReplicationRule Rule)Set 同步规则Constructors in com.tencentcloudapi.tcr.v20190924.models with parameters of type ReplicationRule Constructor Description ReplicationRule(ReplicationRule 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.
-