Uses of Class
com.tencentcloudapi.tcr.v20190924.models.ReplicationLog
-
Packages that use ReplicationLog Package Description com.tencentcloudapi.tcr.v20190924.models -
-
Uses of ReplicationLog in com.tencentcloudapi.tcr.v20190924.models
Methods in com.tencentcloudapi.tcr.v20190924.models that return ReplicationLog Modifier and Type Method Description ReplicationLogDescribeReplicationInstanceSyncStatusResponse. getReplicationLog()Get 同步日志 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tcr.v20190924.models with parameters of type ReplicationLog Modifier and Type Method Description voidDescribeReplicationInstanceSyncStatusResponse. setReplicationLog(ReplicationLog ReplicationLog)Set 同步日志 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tcr.v20190924.models with parameters of type ReplicationLog Constructor Description ReplicationLog(ReplicationLog 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.
-