indexReplica method
IndexReplica index system data backups. 分页检索系统备份数据.
Implementation
@MPI(name: "_{mesh.name}.devops.replica.index")
Future<Page<Replica>?> indexReplica(Paging idx, {Context? ctx}) {
throw UnimplementedError('indexReplica() has not been implemented.');
}