Class DeleteKeyPairsRequest

    • Constructor Detail

      • DeleteKeyPairsRequest

        public DeleteKeyPairsRequest()
      • DeleteKeyPairsRequest

        public DeleteKeyPairsRequest​(DeleteKeyPairsRequest 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.
    • Method Detail

      • getKeyIds

        public String[] getKeyIds()
        Get 一个或多个待操作的密钥对ID。每次请求批量密钥对的上限为100。
        可以通过以下方式获取可用的密钥ID:
      • 通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID。
      • 通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699) ,取返回信息中的 `KeyId` 获取密钥对ID。
Returns:
KeyIds 一个或多个待操作的密钥对ID。每次请求批量密钥对的上限为100。
可以通过以下方式获取可用的密钥ID:
  • 通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID。
  • 通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699) ,取返回信息中的 `KeyId` 获取密钥对ID。
  • Parameters:
    KeyIds - 一个或多个待操作的密钥对ID。每次请求批量密钥对的上限为100。
    可以通过以下方式获取可用的密钥ID:
  • 通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID。
  • 通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699) ,取返回信息中的 `KeyId` 获取密钥对ID。