public class DescribeDisasterRecoverGroupsRequest extends AbstractModel
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.
|
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 |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 100 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).Copyright © 2023. All rights reserved.