public class DeleteKeyPairsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteKeyPairsRequest() | 
| DeleteKeyPairsRequest(DeleteKeyPairsRequest 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[] | getKeyIds()Get 一个或多个待操作的密钥对ID。每次请求批量密钥对的上限为100。 可以通过以下方式获取可用的密钥ID: 通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID。 通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699) ,取返回信息中的 `KeyId` 获取密钥对ID。 | 
| void | setKeyIds(String[] KeyIds)Set 一个或多个待操作的密钥对ID。每次请求批量密钥对的上限为100。 可以通过以下方式获取可用的密钥ID: 通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID。 通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699) ,取返回信息中的 `KeyId` 获取密钥对ID。 | 
| 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 DeleteKeyPairsRequest()
public DeleteKeyPairsRequest(DeleteKeyPairsRequest source)
public String[] getKeyIds()
public void setKeyIds(String[] KeyIds)
KeyIds - 一个或多个待操作的密钥对ID。每次请求批量密钥对的上限为100。Copyright © 2025. All rights reserved.