public class DescribeKeyPairsRequest extends AbstractModel
构造器和说明 |
---|
DescribeKeyPairsRequest() |
限定符和类型 | 方法和说明 |
---|---|
Filter[] |
getFilters()
Get 过滤条件。
|
String[] |
getKeyIds()
Get 密钥对ID,密钥对ID形如:`skey-11112222`(此接口支持同时传入多个ID进行过滤。
|
Integer |
getLimit()
Get 返回数量,默认为20,最大值为100。
|
Integer |
getOffset()
Get 偏移量,默认为0。
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。
|
void |
setKeyIds(String[] KeyIds)
Set 密钥对ID,密钥对ID形如:`skey-11112222`(此接口支持同时传入多个ID进行过滤。
|
void |
setLimit(Integer Limit)
Set 返回数量,默认为20,最大值为100。
|
void |
setOffset(Integer Offset)
Set 偏移量,默认为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 String[] getKeyIds()
public void setKeyIds(String[] KeyIds)
KeyIds
- 密钥对ID,密钥对ID形如:`skey-11112222`(此接口支持同时传入多个ID进行过滤。此参数的具体格式可参考 API [简介](https://cloud.tencent.com/document/api/213/15688)的 `id.N` 一节)。参数不支持同时指定 `KeyIds` 和 `Filters`。密钥对ID可以通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。
public Integer getOffset()
public void setOffset(Integer Offset)
Offset
- 偏移量,默认为0。关于 `Offset` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。返回数量,默认为20,最大值为100。关于 `Limit` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。public Integer getLimit()
public void setLimit(Integer Limit)
Limit
- 返回数量,默认为20,最大值为100。关于 `Limit` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。Copyright © 2020. All rights reserved.