public class DeleteKeyPairsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
keyPairNames
The names of SSH key pairs.
|
Long |
ownerId |
String |
regionId
The ID of the region.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteKeyPairsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteKeyPairsRequest |
build(Map<String,?> map) |
String |
getKeyPairNames() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteKeyPairsRequest |
setKeyPairNames(String keyPairNames) |
DeleteKeyPairsRequest |
setOwnerId(Long ownerId) |
DeleteKeyPairsRequest |
setRegionId(String regionId) |
DeleteKeyPairsRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteKeyPairsRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="KeyPairNames") public String keyPairNames
The names of SSH key pairs. The value can be a JSON array that consists of up to 100 SSH key pair names. Separate the names with commas (,).
Before you delete an SSH key pair, you can call the DescribeKeyPairs operation to query existing key pairs.
This parameter is required.
example:["skp-bp67acfmxazb41****", "skp-bp67acfmxazb42****", … "skp-bp67acfmxazb4p3***"]
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region. You can call the DescribeRegions operation to query the most recent list of regions.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DeleteKeyPairsRequest build(Map<String,?> map) throws Exception
Exception
public DeleteKeyPairsRequest setKeyPairNames(String keyPairNames)
public String getKeyPairNames()
public DeleteKeyPairsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteKeyPairsRequest setRegionId(String regionId)
public String getRegionId()
public DeleteKeyPairsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteKeyPairsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.