Uses of Class
com.tencentcloudapi.cvm.v20170312.models.AssociateInstancesKeyPairsResponse
-
Packages that use AssociateInstancesKeyPairsResponse Package Description com.tencentcloudapi.cvm.v20170312 com.tencentcloudapi.cvm.v20170312.models -
-
Uses of AssociateInstancesKeyPairsResponse in com.tencentcloudapi.cvm.v20170312
Methods in com.tencentcloudapi.cvm.v20170312 that return AssociateInstancesKeyPairsResponse Modifier and Type Method Description AssociateInstancesKeyPairsResponseCvmClient. AssociateInstancesKeyPairs(AssociateInstancesKeyPairsRequest req)本接口 (AssociateInstancesKeyPairs) 用于将密钥绑定到实例上。 将密钥的公钥写入到实例的`SSH`配置当中,用户就可以通过该密钥的私钥来登录实例。 如果实例原来绑定过密钥,那么原来的密钥将失效。 如果实例原来是通过密码登录,绑定密钥后无法使用密码登录。 支持批量操作。每次请求批量实例的上限为100。如果批量实例存在不允许操作的实例,操作会以特定错误码返回。 -
Uses of AssociateInstancesKeyPairsResponse in com.tencentcloudapi.cvm.v20170312.models
Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type AssociateInstancesKeyPairsResponse Constructor Description AssociateInstancesKeyPairsResponse(AssociateInstancesKeyPairsResponse 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.
-