public class DisassociateInstancesKeyPairsRequest extends AbstractModel
Constructor and Description |
---|
DisassociateInstancesKeyPairsRequest() |
DisassociateInstancesKeyPairsRequest(DisassociateInstancesKeyPairsRequest 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[] |
getInstanceIds()
Get 实例 ID 列表。每次请求批量实例的上限为 100。可通过[DescribeInstances](https://cloud.tencent.com/document/api/1207/47573)接口返回值中的InstanceId获取。
|
String[] |
getKeyIds()
Get 密钥对 ID 列表。每次请求批量密钥对的上限为 100。
|
void |
setInstanceIds(String[] InstanceIds)
Set 实例 ID 列表。每次请求批量实例的上限为 100。可通过[DescribeInstances](https://cloud.tencent.com/document/api/1207/47573)接口返回值中的InstanceId获取。
|
void |
setKeyIds(String[] KeyIds)
Set 密钥对 ID 列表。每次请求批量密钥对的上限为 100。
|
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 DisassociateInstancesKeyPairsRequest()
public DisassociateInstancesKeyPairsRequest(DisassociateInstancesKeyPairsRequest source)
public String[] getKeyIds()
public void setKeyIds(String[] KeyIds)
KeyIds
- 密钥对 ID 列表。每次请求批量密钥对的上限为 100。public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- 实例 ID 列表。每次请求批量实例的上限为 100。可通过[DescribeInstances](https://cloud.tencent.com/document/api/1207/47573)接口返回值中的InstanceId获取。Copyright © 2021. All rights reserved.