Class DescribeDisasterRecoverGroupsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cvm.v20170312.models.DescribeDisasterRecoverGroupsRequest
-
public class DescribeDisasterRecoverGroupsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getDisasterRecoverGroupIds()Get 分散置放群组ID列表。每次请求允许操作的分散置放群组数量上限是100。LonggetLimit()Get 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。StringgetName()Get 分散置放群组名称,支持模糊匹配。LonggetOffset()Get 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。voidsetDisasterRecoverGroupIds(String[] DisasterRecoverGroupIds)Set 分散置放群组ID列表。每次请求允许操作的分散置放群组数量上限是100。voidsetLimit(Long Limit)Set 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。voidsetName(String Name)Set 分散置放群组名称,支持模糊匹配。voidsetOffset(Long Offset)Set 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeDisasterRecoverGroupsRequest
public DescribeDisasterRecoverGroupsRequest()
-
DescribeDisasterRecoverGroupsRequest
public 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.
-
-
Method Detail
-
getDisasterRecoverGroupIds
public String[] getDisasterRecoverGroupIds()
Get 分散置放群组ID列表。每次请求允许操作的分散置放群组数量上限是100。- Returns:
- DisasterRecoverGroupIds 分散置放群组ID列表。每次请求允许操作的分散置放群组数量上限是100。
-
setDisasterRecoverGroupIds
public void setDisasterRecoverGroupIds(String[] DisasterRecoverGroupIds)
Set 分散置放群组ID列表。每次请求允许操作的分散置放群组数量上限是100。- Parameters:
DisasterRecoverGroupIds- 分散置放群组ID列表。每次请求允许操作的分散置放群组数量上限是100。
-
getName
public String getName()
Get 分散置放群组名称,支持模糊匹配。- Returns:
- Name 分散置放群组名称,支持模糊匹配。
-
setName
public void setName(String Name)
Set 分散置放群组名称,支持模糊匹配。- Parameters:
Name- 分散置放群组名称,支持模糊匹配。
-
getOffset
public Long getOffset()
Get 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。- Returns:
- Offset 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。- Parameters:
Offset- 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
-
getLimit
public Long getLimit()
Get 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。- Returns:
- Limit 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。- Parameters:
Limit- 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
-
-