Uses of Class
com.tencentcloudapi.ecm.v20190719.models.CreateKeyPairResponse
-
Packages that use CreateKeyPairResponse Package Description com.tencentcloudapi.ecm.v20190719 com.tencentcloudapi.ecm.v20190719.models -
-
Uses of CreateKeyPairResponse in com.tencentcloudapi.ecm.v20190719
Methods in com.tencentcloudapi.ecm.v20190719 that return CreateKeyPairResponse Modifier and Type Method Description CreateKeyPairResponse
EcmClient. CreateKeyPair(CreateKeyPairRequest req)
用于创建一个 OpenSSH RSA 密钥对,可以用于登录 Linux 实例。 -
Uses of CreateKeyPairResponse in com.tencentcloudapi.ecm.v20190719.models
Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type CreateKeyPairResponse Constructor Description CreateKeyPairResponse(CreateKeyPairResponse 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.
-