public class DetachKeyPairResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DetachKeyPairResponseBody.DetachKeyPairResponseBodyResults |
static class |
DetachKeyPairResponseBody.DetachKeyPairResponseBodyResultsResult |
限定符和类型 | 字段和说明 |
---|---|
String |
failCount
The number of instances from which the SSH key pair failed to be unbound.
|
String |
keyPairName
The name of the key pair.
|
String |
requestId
The ID of the request.
|
DetachKeyPairResponseBody.DetachKeyPairResponseBodyResults |
results
The result set of the unbind operation.
|
String |
totalCount
The total number of instances from which you want to unbind the SSH key pair.
|
构造器和说明 |
---|
DetachKeyPairResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static DetachKeyPairResponseBody |
build(Map<String,?> map) |
String |
getFailCount() |
String |
getKeyPairName() |
String |
getRequestId() |
DetachKeyPairResponseBody.DetachKeyPairResponseBodyResults |
getResults() |
String |
getTotalCount() |
DetachKeyPairResponseBody |
setFailCount(String failCount) |
DetachKeyPairResponseBody |
setKeyPairName(String keyPairName) |
DetachKeyPairResponseBody |
setRequestId(String requestId) |
DetachKeyPairResponseBody |
setResults(DetachKeyPairResponseBody.DetachKeyPairResponseBodyResults results) |
DetachKeyPairResponseBody |
setTotalCount(String totalCount) |
@NameInMap(value="FailCount") public String failCount
The number of instances from which the SSH key pair failed to be unbound.
example:0
@NameInMap(value="KeyPairName") public String keyPairName
The name of the key pair.
example:testKeyPairName
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
@NameInMap(value="Results") public DetachKeyPairResponseBody.DetachKeyPairResponseBodyResults results
The result set of the unbind operation.
@NameInMap(value="TotalCount") public String totalCount
The total number of instances from which you want to unbind the SSH key pair.
example:2
public static DetachKeyPairResponseBody build(Map<String,?> map) throws Exception
Exception
public DetachKeyPairResponseBody setFailCount(String failCount)
public String getFailCount()
public DetachKeyPairResponseBody setKeyPairName(String keyPairName)
public String getKeyPairName()
public DetachKeyPairResponseBody setRequestId(String requestId)
public String getRequestId()
public DetachKeyPairResponseBody setResults(DetachKeyPairResponseBody.DetachKeyPairResponseBodyResults results)
public DetachKeyPairResponseBody.DetachKeyPairResponseBodyResults getResults()
public DetachKeyPairResponseBody setTotalCount(String totalCount)
public String getTotalCount()
Copyright © 2024. All rights reserved.