Uses of Class
com.tencentcloudapi.cvm.v20170312.models.DescribeKeyPairsResponse
-
Packages that use DescribeKeyPairsResponse Package Description com.tencentcloudapi.cvm.v20170312 com.tencentcloudapi.cvm.v20170312.models -
-
Uses of DescribeKeyPairsResponse in com.tencentcloudapi.cvm.v20170312
Methods in com.tencentcloudapi.cvm.v20170312 that return DescribeKeyPairsResponse Modifier and Type Method Description DescribeKeyPairsResponseCvmClient. DescribeKeyPairs(DescribeKeyPairsRequest req)本接口 (DescribeKeyPairs) 用于查询密钥对信息。 密钥对是通过一种算法生成的一对密钥,在生成的密钥对中,一个向外界公开,称为公钥;另一个用户自己保留,称为私钥。密钥对的公钥内容可以通过这个接口查询,但私钥内容系统不保留。 -
Uses of DescribeKeyPairsResponse in com.tencentcloudapi.cvm.v20170312.models
Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type DescribeKeyPairsResponse Constructor Description DescribeKeyPairsResponse(DescribeKeyPairsResponse 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.
-