public class ListShardRecoveriesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
activeOnly
Specifies whether to return information about data restoration of shards.
|
构造器和说明 |
---|
ListShardRecoveriesRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListShardRecoveriesRequest |
build(Map<String,?> map) |
Boolean |
getActiveOnly() |
ListShardRecoveriesRequest |
setActiveOnly(Boolean activeOnly) |
@NameInMap(value="activeOnly") public Boolean activeOnly
Specifies whether to return information about data restoration of shards. Valid values:
* true: returns information about data restoration of shards that are being restored.
* false: returns information about data restoration of all shards.
public static ListShardRecoveriesRequest build(Map<String,?> map) throws Exception
Exception
public ListShardRecoveriesRequest setActiveOnly(Boolean activeOnly)
public Boolean getActiveOnly()
Copyright © 2024. All rights reserved.