public class DescribeDisasterRecoverGroupsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeDisasterRecoverGroupsRequest()  | 
DescribeDisasterRecoverGroupsRequest(DescribeDisasterRecoverGroupsRequest 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getDisasterRecoverGroupIds()
Get ID list of spread placement groups. 
 | 
Filter[] | 
getFilters()
Get  `tag-key` - String - Optional - Filter by the tag key.
`tag-value` - String - Optional - Filter by the tag value.
 `tag:tag-key` - String - Optional - Filter by the tag key-value pair. 
 | 
Long | 
getLimit()
Get Number of results returned; default value: 20; maximum: 100. 
 | 
String | 
getName()
Get Name of a spread placement group. 
 | 
Long | 
getOffset()
Get Offset; default value: 0. 
 | 
void | 
setDisasterRecoverGroupIds(String[] DisasterRecoverGroupIds)
Set ID list of spread placement groups. 
 | 
void | 
setFilters(Filter[] Filters)
Set  `tag-key` - String - Optional - Filter by the tag key.
`tag-value` - String - Optional - Filter by the tag value.
 `tag:tag-key` - String - Optional - Filter by the tag key-value pair. 
 | 
void | 
setLimit(Long Limit)
Set Number of results returned; default value: 20; maximum: 100. 
 | 
void | 
setName(String Name)
Set Name of a spread placement group. 
 | 
void | 
setOffset(Long Offset)
Set Offset; default value: 0. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeDisasterRecoverGroupsRequest()
public DescribeDisasterRecoverGroupsRequest(DescribeDisasterRecoverGroupsRequest source)
public String[] getDisasterRecoverGroupIds()
public void setDisasterRecoverGroupIds(String[] DisasterRecoverGroupIds)
DisasterRecoverGroupIds - ID list of spread placement groups. You can operate up to 10 spread placement groups in each request.public String getName()
public void setName(String Name)
Name - Name of a spread placement group. Fuzzy match is supported.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset; default value: 0. For more information on `Offset`, see the corresponding section in API [Introduction](https://intl.cloud.tencent.com/document/product/377).public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of results returned; default value: 20; maximum: 100. For more information on `Limit`, see the corresponding section in API [Introduction](https://intl.cloud.tencent.com/document/product/377).public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Copyright © 2025. All rights reserved.