public class CreateKeyPairResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
keyPairFingerPrint
The fingerprint of the key pair.
|
String |
keyPairId
The ID of the key pair.
|
String |
keyPairName
The name of the key pair.
|
String |
privateKeyBody
The private key of the key pair.
|
String |
requestId
The request ID.
|
构造器和说明 |
---|
CreateKeyPairResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateKeyPairResponseBody |
build(Map<String,?> map) |
String |
getKeyPairFingerPrint() |
String |
getKeyPairId() |
String |
getKeyPairName() |
String |
getPrivateKeyBody() |
String |
getRequestId() |
CreateKeyPairResponseBody |
setKeyPairFingerPrint(String keyPairFingerPrint) |
CreateKeyPairResponseBody |
setKeyPairId(String keyPairId) |
CreateKeyPairResponseBody |
setKeyPairName(String keyPairName) |
CreateKeyPairResponseBody |
setPrivateKeyBody(String privateKeyBody) |
CreateKeyPairResponseBody |
setRequestId(String requestId) |
@NameInMap(value="KeyPairFingerPrint") public String keyPairFingerPrint
The fingerprint of the key pair. The message-digest algorithm 5 (MD5) is used based on the public key fingerprint format defined in RFC 4716. For more information, see RFC 4716.
example:89:f0:ba:62:ac:b8:aa:e1:61:5e:fd:81:69:86:6d:6b:f0:c0:5a:**
@NameInMap(value="KeyPairId") public String keyPairId
The ID of the key pair.
example:ssh-bp67acfmxazb4p****
@NameInMap(value="KeyPairName") public String keyPairName
The name of the key pair.
example:testKeyPairName
@NameInMap(value="PrivateKeyBody") public String privateKeyBody
The private key of the key pair. The private key is encoded with PEM in the PKCS#8 format.
example:MIIEpAIBAAKCAQEAtReyMzLIcBH78EV2zj****
@NameInMap(value="RequestId") public String requestId
The request ID.
example:473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
public static CreateKeyPairResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateKeyPairResponseBody setKeyPairFingerPrint(String keyPairFingerPrint)
public String getKeyPairFingerPrint()
public CreateKeyPairResponseBody setKeyPairId(String keyPairId)
public String getKeyPairId()
public CreateKeyPairResponseBody setKeyPairName(String keyPairName)
public String getKeyPairName()
public CreateKeyPairResponseBody setPrivateKeyBody(String privateKeyBody)
public String getPrivateKeyBody()
public CreateKeyPairResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.