tencentcloud-sdk-iecp 3.0.912 → 3.0.914
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210914/client.rb +0 -520
- data/lib/v20210914/models.rb +105 -1687
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 53d535ffffcfa58dd52bb3ea1340d6b51032facd
         | 
| 4 | 
            +
              data.tar.gz: 125dd0422d6a342070976dcfb323e786ca126b82
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: cf7d05b57d6a82bb77f27012c03e3c0069f686c533db5f5821c21a24f34e11fc7523f9d1cff1c47f59676243eb306e17bcd8deb59234146e9d9534c369e593b4
         | 
| 7 | 
            +
              data.tar.gz: b5339374315d6347721a218d0e84020f044236c8478ceae1a728125e86bcda74fe0e8f21fdce36ae3dc907125e8fd49d9bb8c0134a7f1f715e3e9421111fbdff
         | 
    
        data/lib/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            3.0. | 
| 1 | 
            +
            3.0.914
         | 
    
        data/lib/v20210914/client.rb
    CHANGED
    
    | @@ -29,32 +29,6 @@ module TencentCloud | |
| 29 29 | 
             
                    end
         | 
| 30 30 |  | 
| 31 31 |  | 
| 32 | 
            -
                    # 产品停售,预下线
         | 
| 33 | 
            -
             | 
| 34 | 
            -
                    # 从组件市场选中组件并添加到应用模板列表
         | 
| 35 | 
            -
             | 
| 36 | 
            -
                    # @param request: Request instance for ApplyMarketComponent.
         | 
| 37 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::ApplyMarketComponentRequest`
         | 
| 38 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::ApplyMarketComponentResponse`
         | 
| 39 | 
            -
                    def ApplyMarketComponent(request)
         | 
| 40 | 
            -
                      body = send_request('ApplyMarketComponent', request.serialize)
         | 
| 41 | 
            -
                      response = JSON.parse(body)
         | 
| 42 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 43 | 
            -
                        model = ApplyMarketComponentResponse.new
         | 
| 44 | 
            -
                        model.deserialize(response['Response'])
         | 
| 45 | 
            -
                        model
         | 
| 46 | 
            -
                      else
         | 
| 47 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 48 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 49 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 50 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 51 | 
            -
                      end
         | 
| 52 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 53 | 
            -
                      raise e
         | 
| 54 | 
            -
                    rescue StandardError => e
         | 
| 55 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 56 | 
            -
                    end
         | 
| 57 | 
            -
             | 
| 58 32 | 
             
                    # 建立消息路由
         | 
| 59 33 |  | 
| 60 34 | 
             
                    # @param request: Request instance for BuildMessageRoute.
         | 
| @@ -79,32 +53,6 @@ module TencentCloud | |
| 79 53 | 
             
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 80 54 | 
             
                    end
         | 
| 81 55 |  | 
| 82 | 
            -
                    # 产品停售,预下线
         | 
| 83 | 
            -
             | 
| 84 | 
            -
                    # 创建可视化创建应用模板
         | 
| 85 | 
            -
             | 
| 86 | 
            -
                    # @param request: Request instance for CreateApplicationVisualization.
         | 
| 87 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::CreateApplicationVisualizationRequest`
         | 
| 88 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::CreateApplicationVisualizationResponse`
         | 
| 89 | 
            -
                    def CreateApplicationVisualization(request)
         | 
| 90 | 
            -
                      body = send_request('CreateApplicationVisualization', request.serialize)
         | 
| 91 | 
            -
                      response = JSON.parse(body)
         | 
| 92 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 93 | 
            -
                        model = CreateApplicationVisualizationResponse.new
         | 
| 94 | 
            -
                        model.deserialize(response['Response'])
         | 
| 95 | 
            -
                        model
         | 
| 96 | 
            -
                      else
         | 
| 97 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 98 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 99 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 100 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 101 | 
            -
                      end
         | 
| 102 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 103 | 
            -
                      raise e
         | 
| 104 | 
            -
                    rescue StandardError => e
         | 
| 105 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 106 | 
            -
                    end
         | 
| 107 | 
            -
             | 
| 108 56 | 
             
                    # 创建ConfigMap
         | 
| 109 57 |  | 
| 110 58 | 
             
                    # @param request: Request instance for CreateConfigMap.
         | 
| @@ -225,58 +173,6 @@ module TencentCloud | |
| 225 173 | 
             
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 226 174 | 
             
                    end
         | 
| 227 175 |  | 
| 228 | 
            -
                    # 产品停售,预下线
         | 
| 229 | 
            -
             | 
| 230 | 
            -
                    # 可视化创建应用
         | 
| 231 | 
            -
             | 
| 232 | 
            -
                    # @param request: Request instance for CreateEdgeUnitApplicationVisualization.
         | 
| 233 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::CreateEdgeUnitApplicationVisualizationRequest`
         | 
| 234 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::CreateEdgeUnitApplicationVisualizationResponse`
         | 
| 235 | 
            -
                    def CreateEdgeUnitApplicationVisualization(request)
         | 
| 236 | 
            -
                      body = send_request('CreateEdgeUnitApplicationVisualization', request.serialize)
         | 
| 237 | 
            -
                      response = JSON.parse(body)
         | 
| 238 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 239 | 
            -
                        model = CreateEdgeUnitApplicationVisualizationResponse.new
         | 
| 240 | 
            -
                        model.deserialize(response['Response'])
         | 
| 241 | 
            -
                        model
         | 
| 242 | 
            -
                      else
         | 
| 243 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 244 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 245 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 246 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 247 | 
            -
                      end
         | 
| 248 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 249 | 
            -
                      raise e
         | 
| 250 | 
            -
                    rescue StandardError => e
         | 
| 251 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 252 | 
            -
                    end
         | 
| 253 | 
            -
             | 
| 254 | 
            -
                    # 产品停售,预下线
         | 
| 255 | 
            -
             | 
| 256 | 
            -
                    # yaml方式创建应用
         | 
| 257 | 
            -
             | 
| 258 | 
            -
                    # @param request: Request instance for CreateEdgeUnitApplicationYaml.
         | 
| 259 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::CreateEdgeUnitApplicationYamlRequest`
         | 
| 260 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::CreateEdgeUnitApplicationYamlResponse`
         | 
| 261 | 
            -
                    def CreateEdgeUnitApplicationYaml(request)
         | 
| 262 | 
            -
                      body = send_request('CreateEdgeUnitApplicationYaml', request.serialize)
         | 
| 263 | 
            -
                      response = JSON.parse(body)
         | 
| 264 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 265 | 
            -
                        model = CreateEdgeUnitApplicationYamlResponse.new
         | 
| 266 | 
            -
                        model.deserialize(response['Response'])
         | 
| 267 | 
            -
                        model
         | 
| 268 | 
            -
                      else
         | 
| 269 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 270 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 271 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 272 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 273 | 
            -
                      end
         | 
| 274 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 275 | 
            -
                      raise e
         | 
| 276 | 
            -
                    rescue StandardError => e
         | 
| 277 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 278 | 
            -
                    end
         | 
| 279 | 
            -
             | 
| 280 176 | 
             
                    # 创建边缘单元
         | 
| 281 177 |  | 
| 282 178 | 
             
                    # @param request: Request instance for CreateEdgeUnitCloud.
         | 
| @@ -469,32 +365,6 @@ module TencentCloud | |
| 469 365 | 
             
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 470 366 | 
             
                    end
         | 
| 471 367 |  | 
| 472 | 
            -
                    # 产品停售,预下线
         | 
| 473 | 
            -
             | 
| 474 | 
            -
                    # 删除应用模板
         | 
| 475 | 
            -
             | 
| 476 | 
            -
                    # @param request: Request instance for DeleteApplications.
         | 
| 477 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::DeleteApplicationsRequest`
         | 
| 478 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::DeleteApplicationsResponse`
         | 
| 479 | 
            -
                    def DeleteApplications(request)
         | 
| 480 | 
            -
                      body = send_request('DeleteApplications', request.serialize)
         | 
| 481 | 
            -
                      response = JSON.parse(body)
         | 
| 482 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 483 | 
            -
                        model = DeleteApplicationsResponse.new
         | 
| 484 | 
            -
                        model.deserialize(response['Response'])
         | 
| 485 | 
            -
                        model
         | 
| 486 | 
            -
                      else
         | 
| 487 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 488 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 489 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 490 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 491 | 
            -
                      end
         | 
| 492 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 493 | 
            -
                      raise e
         | 
| 494 | 
            -
                    rescue StandardError => e
         | 
| 495 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 496 | 
            -
                    end
         | 
| 497 | 
            -
             | 
| 498 368 | 
             
                    # 删除ConfigMap
         | 
| 499 369 |  | 
| 500 370 | 
             
                    # @param request: Request instance for DeleteConfigMap.
         | 
| @@ -591,32 +461,6 @@ module TencentCloud | |
| 591 461 | 
             
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 592 462 | 
             
                    end
         | 
| 593 463 |  | 
| 594 | 
            -
                    # 产品停售,预下线
         | 
| 595 | 
            -
             | 
| 596 | 
            -
                    # 删除应用列表
         | 
| 597 | 
            -
             | 
| 598 | 
            -
                    # @param request: Request instance for DeleteEdgeUnitApplications.
         | 
| 599 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::DeleteEdgeUnitApplicationsRequest`
         | 
| 600 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::DeleteEdgeUnitApplicationsResponse`
         | 
| 601 | 
            -
                    def DeleteEdgeUnitApplications(request)
         | 
| 602 | 
            -
                      body = send_request('DeleteEdgeUnitApplications', request.serialize)
         | 
| 603 | 
            -
                      response = JSON.parse(body)
         | 
| 604 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 605 | 
            -
                        model = DeleteEdgeUnitApplicationsResponse.new
         | 
| 606 | 
            -
                        model.deserialize(response['Response'])
         | 
| 607 | 
            -
                        model
         | 
| 608 | 
            -
                      else
         | 
| 609 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 610 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 611 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 612 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 613 | 
            -
                      end
         | 
| 614 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 615 | 
            -
                      raise e
         | 
| 616 | 
            -
                    rescue StandardError => e
         | 
| 617 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 618 | 
            -
                    end
         | 
| 619 | 
            -
             | 
| 620 464 | 
             
                    # 删除边缘单元
         | 
| 621 465 |  | 
| 622 466 | 
             
                    # @param request: Request instance for DeleteEdgeUnitCloud.
         | 
| @@ -857,110 +701,6 @@ module TencentCloud | |
| 857 701 | 
             
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 858 702 | 
             
                    end
         | 
| 859 703 |  | 
| 860 | 
            -
                    # 产品停售,预下线
         | 
| 861 | 
            -
             | 
| 862 | 
            -
                    # 获取应用模板可视化配置信息
         | 
| 863 | 
            -
             | 
| 864 | 
            -
                    # @param request: Request instance for DescribeApplicationVisualization.
         | 
| 865 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::DescribeApplicationVisualizationRequest`
         | 
| 866 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::DescribeApplicationVisualizationResponse`
         | 
| 867 | 
            -
                    def DescribeApplicationVisualization(request)
         | 
| 868 | 
            -
                      body = send_request('DescribeApplicationVisualization', request.serialize)
         | 
| 869 | 
            -
                      response = JSON.parse(body)
         | 
| 870 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 871 | 
            -
                        model = DescribeApplicationVisualizationResponse.new
         | 
| 872 | 
            -
                        model.deserialize(response['Response'])
         | 
| 873 | 
            -
                        model
         | 
| 874 | 
            -
                      else
         | 
| 875 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 876 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 877 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 878 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 879 | 
            -
                      end
         | 
| 880 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 881 | 
            -
                      raise e
         | 
| 882 | 
            -
                    rescue StandardError => e
         | 
| 883 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 884 | 
            -
                    end
         | 
| 885 | 
            -
             | 
| 886 | 
            -
                    # 产品停售,预下线
         | 
| 887 | 
            -
             | 
| 888 | 
            -
                    # 查询应用模板Yaml
         | 
| 889 | 
            -
             | 
| 890 | 
            -
                    # @param request: Request instance for DescribeApplicationYaml.
         | 
| 891 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::DescribeApplicationYamlRequest`
         | 
| 892 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::DescribeApplicationYamlResponse`
         | 
| 893 | 
            -
                    def DescribeApplicationYaml(request)
         | 
| 894 | 
            -
                      body = send_request('DescribeApplicationYaml', request.serialize)
         | 
| 895 | 
            -
                      response = JSON.parse(body)
         | 
| 896 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 897 | 
            -
                        model = DescribeApplicationYamlResponse.new
         | 
| 898 | 
            -
                        model.deserialize(response['Response'])
         | 
| 899 | 
            -
                        model
         | 
| 900 | 
            -
                      else
         | 
| 901 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 902 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 903 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 904 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 905 | 
            -
                      end
         | 
| 906 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 907 | 
            -
                      raise e
         | 
| 908 | 
            -
                    rescue StandardError => e
         | 
| 909 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 910 | 
            -
                    end
         | 
| 911 | 
            -
             | 
| 912 | 
            -
                    # 产品停售,预下线
         | 
| 913 | 
            -
             | 
| 914 | 
            -
                    # 检查应用模板的Yaml配置
         | 
| 915 | 
            -
             | 
| 916 | 
            -
                    # @param request: Request instance for DescribeApplicationYamlError.
         | 
| 917 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::DescribeApplicationYamlErrorRequest`
         | 
| 918 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::DescribeApplicationYamlErrorResponse`
         | 
| 919 | 
            -
                    def DescribeApplicationYamlError(request)
         | 
| 920 | 
            -
                      body = send_request('DescribeApplicationYamlError', request.serialize)
         | 
| 921 | 
            -
                      response = JSON.parse(body)
         | 
| 922 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 923 | 
            -
                        model = DescribeApplicationYamlErrorResponse.new
         | 
| 924 | 
            -
                        model.deserialize(response['Response'])
         | 
| 925 | 
            -
                        model
         | 
| 926 | 
            -
                      else
         | 
| 927 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 928 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 929 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 930 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 931 | 
            -
                      end
         | 
| 932 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 933 | 
            -
                      raise e
         | 
| 934 | 
            -
                    rescue StandardError => e
         | 
| 935 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 936 | 
            -
                    end
         | 
| 937 | 
            -
             | 
| 938 | 
            -
                    # 产品停售,预下线
         | 
| 939 | 
            -
             | 
| 940 | 
            -
                    # 获取应用模板列表
         | 
| 941 | 
            -
             | 
| 942 | 
            -
                    # @param request: Request instance for DescribeApplications.
         | 
| 943 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::DescribeApplicationsRequest`
         | 
| 944 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::DescribeApplicationsResponse`
         | 
| 945 | 
            -
                    def DescribeApplications(request)
         | 
| 946 | 
            -
                      body = send_request('DescribeApplications', request.serialize)
         | 
| 947 | 
            -
                      response = JSON.parse(body)
         | 
| 948 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 949 | 
            -
                        model = DescribeApplicationsResponse.new
         | 
| 950 | 
            -
                        model.deserialize(response['Response'])
         | 
| 951 | 
            -
                        model
         | 
| 952 | 
            -
                      else
         | 
| 953 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 954 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 955 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 956 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 957 | 
            -
                      end
         | 
| 958 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 959 | 
            -
                      raise e
         | 
| 960 | 
            -
                    rescue StandardError => e
         | 
| 961 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 962 | 
            -
                    end
         | 
| 963 | 
            -
             | 
| 964 704 | 
             
                    # 获取ConfigMap详情
         | 
| 965 705 |  | 
| 966 706 | 
             
                    # @param request: Request instance for DescribeConfigMap.
         | 
| @@ -1297,188 +1037,6 @@ module TencentCloud | |
| 1297 1037 | 
             
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 1298 1038 | 
             
                    end
         | 
| 1299 1039 |  | 
| 1300 | 
            -
                    # 产品停售,预下线
         | 
| 1301 | 
            -
             | 
| 1302 | 
            -
                    # 获取应用事件列表
         | 
| 1303 | 
            -
             | 
| 1304 | 
            -
                    # @param request: Request instance for DescribeEdgeUnitApplicationEvents.
         | 
| 1305 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::DescribeEdgeUnitApplicationEventsRequest`
         | 
| 1306 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::DescribeEdgeUnitApplicationEventsResponse`
         | 
| 1307 | 
            -
                    def DescribeEdgeUnitApplicationEvents(request)
         | 
| 1308 | 
            -
                      body = send_request('DescribeEdgeUnitApplicationEvents', request.serialize)
         | 
| 1309 | 
            -
                      response = JSON.parse(body)
         | 
| 1310 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 1311 | 
            -
                        model = DescribeEdgeUnitApplicationEventsResponse.new
         | 
| 1312 | 
            -
                        model.deserialize(response['Response'])
         | 
| 1313 | 
            -
                        model
         | 
| 1314 | 
            -
                      else
         | 
| 1315 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 1316 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 1317 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 1318 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 1319 | 
            -
                      end
         | 
| 1320 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 1321 | 
            -
                      raise e
         | 
| 1322 | 
            -
                    rescue StandardError => e
         | 
| 1323 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 1324 | 
            -
                    end
         | 
| 1325 | 
            -
             | 
| 1326 | 
            -
                    # 产品停售,预下线
         | 
| 1327 | 
            -
             | 
| 1328 | 
            -
                    # 获取应用日志
         | 
| 1329 | 
            -
             | 
| 1330 | 
            -
                    # @param request: Request instance for DescribeEdgeUnitApplicationLogs.
         | 
| 1331 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::DescribeEdgeUnitApplicationLogsRequest`
         | 
| 1332 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::DescribeEdgeUnitApplicationLogsResponse`
         | 
| 1333 | 
            -
                    def DescribeEdgeUnitApplicationLogs(request)
         | 
| 1334 | 
            -
                      body = send_request('DescribeEdgeUnitApplicationLogs', request.serialize)
         | 
| 1335 | 
            -
                      response = JSON.parse(body)
         | 
| 1336 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 1337 | 
            -
                        model = DescribeEdgeUnitApplicationLogsResponse.new
         | 
| 1338 | 
            -
                        model.deserialize(response['Response'])
         | 
| 1339 | 
            -
                        model
         | 
| 1340 | 
            -
                      else
         | 
| 1341 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 1342 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 1343 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 1344 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 1345 | 
            -
                      end
         | 
| 1346 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 1347 | 
            -
                      raise e
         | 
| 1348 | 
            -
                    rescue StandardError => e
         | 
| 1349 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 1350 | 
            -
                    end
         | 
| 1351 | 
            -
             | 
| 1352 | 
            -
                    # 产品停售,预下线
         | 
| 1353 | 
            -
             | 
| 1354 | 
            -
                    # 获取应用容器状态
         | 
| 1355 | 
            -
             | 
| 1356 | 
            -
                    # @param request: Request instance for DescribeEdgeUnitApplicationPodContainers.
         | 
| 1357 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::DescribeEdgeUnitApplicationPodContainersRequest`
         | 
| 1358 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::DescribeEdgeUnitApplicationPodContainersResponse`
         | 
| 1359 | 
            -
                    def DescribeEdgeUnitApplicationPodContainers(request)
         | 
| 1360 | 
            -
                      body = send_request('DescribeEdgeUnitApplicationPodContainers', request.serialize)
         | 
| 1361 | 
            -
                      response = JSON.parse(body)
         | 
| 1362 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 1363 | 
            -
                        model = DescribeEdgeUnitApplicationPodContainersResponse.new
         | 
| 1364 | 
            -
                        model.deserialize(response['Response'])
         | 
| 1365 | 
            -
                        model
         | 
| 1366 | 
            -
                      else
         | 
| 1367 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 1368 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 1369 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 1370 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 1371 | 
            -
                      end
         | 
| 1372 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 1373 | 
            -
                      raise e
         | 
| 1374 | 
            -
                    rescue StandardError => e
         | 
| 1375 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 1376 | 
            -
                    end
         | 
| 1377 | 
            -
             | 
| 1378 | 
            -
                    # 产品停售,预下线
         | 
| 1379 | 
            -
             | 
| 1380 | 
            -
                    # 获取应用下Pod状态
         | 
| 1381 | 
            -
             | 
| 1382 | 
            -
                    # @param request: Request instance for DescribeEdgeUnitApplicationPods.
         | 
| 1383 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::DescribeEdgeUnitApplicationPodsRequest`
         | 
| 1384 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::DescribeEdgeUnitApplicationPodsResponse`
         | 
| 1385 | 
            -
                    def DescribeEdgeUnitApplicationPods(request)
         | 
| 1386 | 
            -
                      body = send_request('DescribeEdgeUnitApplicationPods', request.serialize)
         | 
| 1387 | 
            -
                      response = JSON.parse(body)
         | 
| 1388 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 1389 | 
            -
                        model = DescribeEdgeUnitApplicationPodsResponse.new
         | 
| 1390 | 
            -
                        model.deserialize(response['Response'])
         | 
| 1391 | 
            -
                        model
         | 
| 1392 | 
            -
                      else
         | 
| 1393 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 1394 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 1395 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 1396 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 1397 | 
            -
                      end
         | 
| 1398 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 1399 | 
            -
                      raise e
         | 
| 1400 | 
            -
                    rescue StandardError => e
         | 
| 1401 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 1402 | 
            -
                    end
         | 
| 1403 | 
            -
             | 
| 1404 | 
            -
                    # 产品停售,预下线
         | 
| 1405 | 
            -
             | 
| 1406 | 
            -
                    # 获取单元可视化配置信息
         | 
| 1407 | 
            -
             | 
| 1408 | 
            -
                    # @param request: Request instance for DescribeEdgeUnitApplicationVisualization.
         | 
| 1409 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::DescribeEdgeUnitApplicationVisualizationRequest`
         | 
| 1410 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::DescribeEdgeUnitApplicationVisualizationResponse`
         | 
| 1411 | 
            -
                    def DescribeEdgeUnitApplicationVisualization(request)
         | 
| 1412 | 
            -
                      body = send_request('DescribeEdgeUnitApplicationVisualization', request.serialize)
         | 
| 1413 | 
            -
                      response = JSON.parse(body)
         | 
| 1414 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 1415 | 
            -
                        model = DescribeEdgeUnitApplicationVisualizationResponse.new
         | 
| 1416 | 
            -
                        model.deserialize(response['Response'])
         | 
| 1417 | 
            -
                        model
         | 
| 1418 | 
            -
                      else
         | 
| 1419 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 1420 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 1421 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 1422 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 1423 | 
            -
                      end
         | 
| 1424 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 1425 | 
            -
                      raise e
         | 
| 1426 | 
            -
                    rescue StandardError => e
         | 
| 1427 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 1428 | 
            -
                    end
         | 
| 1429 | 
            -
             | 
| 1430 | 
            -
                    # 产品停售,预下线
         | 
| 1431 | 
            -
             | 
| 1432 | 
            -
                    # 获取应用的Yaml配置
         | 
| 1433 | 
            -
             | 
| 1434 | 
            -
                    # @param request: Request instance for DescribeEdgeUnitApplicationYaml.
         | 
| 1435 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::DescribeEdgeUnitApplicationYamlRequest`
         | 
| 1436 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::DescribeEdgeUnitApplicationYamlResponse`
         | 
| 1437 | 
            -
                    def DescribeEdgeUnitApplicationYaml(request)
         | 
| 1438 | 
            -
                      body = send_request('DescribeEdgeUnitApplicationYaml', request.serialize)
         | 
| 1439 | 
            -
                      response = JSON.parse(body)
         | 
| 1440 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 1441 | 
            -
                        model = DescribeEdgeUnitApplicationYamlResponse.new
         | 
| 1442 | 
            -
                        model.deserialize(response['Response'])
         | 
| 1443 | 
            -
                        model
         | 
| 1444 | 
            -
                      else
         | 
| 1445 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 1446 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 1447 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 1448 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 1449 | 
            -
                      end
         | 
| 1450 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 1451 | 
            -
                      raise e
         | 
| 1452 | 
            -
                    rescue StandardError => e
         | 
| 1453 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 1454 | 
            -
                    end
         | 
| 1455 | 
            -
             | 
| 1456 | 
            -
                    # 产品停售,预下线
         | 
| 1457 | 
            -
             | 
| 1458 | 
            -
                    # 检查单元应用的Yaml配置
         | 
| 1459 | 
            -
             | 
| 1460 | 
            -
                    # @param request: Request instance for DescribeEdgeUnitApplicationYamlError.
         | 
| 1461 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::DescribeEdgeUnitApplicationYamlErrorRequest`
         | 
| 1462 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::DescribeEdgeUnitApplicationYamlErrorResponse`
         | 
| 1463 | 
            -
                    def DescribeEdgeUnitApplicationYamlError(request)
         | 
| 1464 | 
            -
                      body = send_request('DescribeEdgeUnitApplicationYamlError', request.serialize)
         | 
| 1465 | 
            -
                      response = JSON.parse(body)
         | 
| 1466 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 1467 | 
            -
                        model = DescribeEdgeUnitApplicationYamlErrorResponse.new
         | 
| 1468 | 
            -
                        model.deserialize(response['Response'])
         | 
| 1469 | 
            -
                        model
         | 
| 1470 | 
            -
                      else
         | 
| 1471 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 1472 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 1473 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 1474 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 1475 | 
            -
                      end
         | 
| 1476 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 1477 | 
            -
                      raise e
         | 
| 1478 | 
            -
                    rescue StandardError => e
         | 
| 1479 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 1480 | 
            -
                    end
         | 
| 1481 | 
            -
             | 
| 1482 1040 | 
             
                    # 获取单元下应用列表
         | 
| 1483 1041 |  | 
| 1484 1042 | 
             
                    # @param request: Request instance for DescribeEdgeUnitApplications.
         | 
| @@ -1503,32 +1061,6 @@ module TencentCloud | |
| 1503 1061 | 
             
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 1504 1062 | 
             
                    end
         | 
| 1505 1063 |  | 
| 1506 | 
            -
                    # 产品停售,预下线
         | 
| 1507 | 
            -
             | 
| 1508 | 
            -
                    # 查询边缘集群详情
         | 
| 1509 | 
            -
             | 
| 1510 | 
            -
                    # @param request: Request instance for DescribeEdgeUnitCloud.
         | 
| 1511 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::DescribeEdgeUnitCloudRequest`
         | 
| 1512 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::DescribeEdgeUnitCloudResponse`
         | 
| 1513 | 
            -
                    def DescribeEdgeUnitCloud(request)
         | 
| 1514 | 
            -
                      body = send_request('DescribeEdgeUnitCloud', request.serialize)
         | 
| 1515 | 
            -
                      response = JSON.parse(body)
         | 
| 1516 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 1517 | 
            -
                        model = DescribeEdgeUnitCloudResponse.new
         | 
| 1518 | 
            -
                        model.deserialize(response['Response'])
         | 
| 1519 | 
            -
                        model
         | 
| 1520 | 
            -
                      else
         | 
| 1521 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 1522 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 1523 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 1524 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 1525 | 
            -
                      end
         | 
| 1526 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 1527 | 
            -
                      raise e
         | 
| 1528 | 
            -
                    rescue StandardError => e
         | 
| 1529 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 1530 | 
            -
                    end
         | 
| 1531 | 
            -
             | 
| 1532 1064 | 
             
                    # 查询边缘单元Grid列表
         | 
| 1533 1065 |  | 
| 1534 1066 | 
             
                    # @param request: Request instance for DescribeEdgeUnitDeployGrid.
         | 
| @@ -2129,58 +1661,6 @@ module TencentCloud | |
| 2129 1661 | 
             
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 2130 1662 | 
             
                    end
         | 
| 2131 1663 |  | 
| 2132 | 
            -
                    # 产品停售,预下线
         | 
| 2133 | 
            -
             | 
| 2134 | 
            -
                    # 修改应用模板基本信息
         | 
| 2135 | 
            -
             | 
| 2136 | 
            -
                    # @param request: Request instance for ModifyApplicationBasicInfo.
         | 
| 2137 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::ModifyApplicationBasicInfoRequest`
         | 
| 2138 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::ModifyApplicationBasicInfoResponse`
         | 
| 2139 | 
            -
                    def ModifyApplicationBasicInfo(request)
         | 
| 2140 | 
            -
                      body = send_request('ModifyApplicationBasicInfo', request.serialize)
         | 
| 2141 | 
            -
                      response = JSON.parse(body)
         | 
| 2142 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 2143 | 
            -
                        model = ModifyApplicationBasicInfoResponse.new
         | 
| 2144 | 
            -
                        model.deserialize(response['Response'])
         | 
| 2145 | 
            -
                        model
         | 
| 2146 | 
            -
                      else
         | 
| 2147 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 2148 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 2149 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 2150 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 2151 | 
            -
                      end
         | 
| 2152 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 2153 | 
            -
                      raise e
         | 
| 2154 | 
            -
                    rescue StandardError => e
         | 
| 2155 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 2156 | 
            -
                    end
         | 
| 2157 | 
            -
             | 
| 2158 | 
            -
                    # 产品停售,预下线
         | 
| 2159 | 
            -
             | 
| 2160 | 
            -
                    # 修改应用模板配置
         | 
| 2161 | 
            -
             | 
| 2162 | 
            -
                    # @param request: Request instance for ModifyApplicationVisualization.
         | 
| 2163 | 
            -
                    # @type request: :class:`Tencentcloud::iecp::V20210914::ModifyApplicationVisualizationRequest`
         | 
| 2164 | 
            -
                    # @rtype: :class:`Tencentcloud::iecp::V20210914::ModifyApplicationVisualizationResponse`
         | 
| 2165 | 
            -
                    def ModifyApplicationVisualization(request)
         | 
| 2166 | 
            -
                      body = send_request('ModifyApplicationVisualization', request.serialize)
         | 
| 2167 | 
            -
                      response = JSON.parse(body)
         | 
| 2168 | 
            -
                      if response['Response'].key?('Error') == false
         | 
| 2169 | 
            -
                        model = ModifyApplicationVisualizationResponse.new
         | 
| 2170 | 
            -
                        model.deserialize(response['Response'])
         | 
| 2171 | 
            -
                        model
         | 
| 2172 | 
            -
                      else
         | 
| 2173 | 
            -
                        code = response['Response']['Error']['Code']
         | 
| 2174 | 
            -
                        message = response['Response']['Error']['Message']
         | 
| 2175 | 
            -
                        reqid = response['Response']['RequestId']
         | 
| 2176 | 
            -
                        raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
         | 
| 2177 | 
            -
                      end
         | 
| 2178 | 
            -
                    rescue TencentCloud::Common::TencentCloudSDKException => e
         | 
| 2179 | 
            -
                      raise e
         | 
| 2180 | 
            -
                    rescue StandardError => e
         | 
| 2181 | 
            -
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 2182 | 
            -
                    end
         | 
| 2183 | 
            -
             | 
| 2184 1664 | 
             
                    # 修改ConfigMap
         | 
| 2185 1665 |  | 
| 2186 1666 | 
             
                    # @param request: Request instance for ModifyConfigMap.
         |