Class: TencentCloud::Cwp::V20180228::ExportAssetWebServiceInfoListRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180228/models.rb

Overview

ExportAssetWebServiceInfoList请求参数结构体

Instance Attribute Summary collapse

  • #Filters ⇒ Object
  • User- string - 是否必填:否 - 运行用户
  • Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
  • OsType- string - 是否必填:否 - Windows/linux
  • .
  • #Order ⇒ Object
  • User- string - 是否必填:否 - 运行用户
  • Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
  • OsType- string - 是否必填:否 - Windows/linux
  • .
  • #Quuid ⇒ Object
  • User- string - 是否必填:否 - 运行用户
  • Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
  • OsType- string - 是否必填:否 - Windows/linux
  • .

    Instance Method Summary collapse

    Constructor Details

    #initialize(quuid = nil, filters = nil, order = nil, by = nil) ⇒ ExportAssetWebServiceInfoListRequest

    Returns a new instance of ExportAssetWebServiceInfoListRequest.

    
    
    26403
    26404
    26405
    26406
    26407
    26408
    # File 'lib/v20180228/models.rb', line 26403
    
    def initialize(quuid=nil, filters=nil, order=nil, by=nil)
      @Quuid = quuid
      @Filters = filters
      @Order = order
      @By = by
    end

    Instance Attribute Details

    #ByObject

  • User- string - 是否必填:否 - 运行用户
  • Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
  • OsType- string - 是否必填:否 - Windows/linux
  • Parameters:

    • Quuid:

      查询指定Quuid主机的信息

    • Filters:

      过滤条件。

    • Order:

      排序方式,asc升序 或 desc降序

    • By:

      可选排序:[FirstTime|ProcessCount]

    
    
    26401
    26402
    26403
    # File 'lib/v20180228/models.rb', line 26401
    
    def By
      @By
    end

    #FiltersObject

  • User- string - 是否必填:否 - 运行用户
  • Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
  • OsType- string - 是否必填:否 - Windows/linux
  • Parameters:

    • Quuid:

      查询指定Quuid主机的信息

    • Filters:

      过滤条件。

    • Order:

      排序方式,asc升序 或 desc降序

    • By:

      可选排序:[FirstTime|ProcessCount]

    
    
    26401
    26402
    26403
    # File 'lib/v20180228/models.rb', line 26401
    
    def Filters
      @Filters
    end

    #OrderObject

  • User- string - 是否必填:否 - 运行用户
  • Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
  • OsType- string - 是否必填:否 - Windows/linux
  • Parameters:

    • Quuid:

      查询指定Quuid主机的信息

    • Filters:

      过滤条件。

    • Order:

      排序方式,asc升序 或 desc降序

    • By:

      可选排序:[FirstTime|ProcessCount]

    
    
    26401
    26402
    26403
    # File 'lib/v20180228/models.rb', line 26401
    
    def Order
      @Order
    end

    #QuuidObject

  • User- string - 是否必填:否 - 运行用户
  • Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
  • OsType- string - 是否必填:否 - Windows/linux
  • Parameters:

    • Quuid:

      查询指定Quuid主机的信息

    • Filters:

      过滤条件。

    • Order:

      排序方式,asc升序 或 desc降序

    • By:

      可选排序:[FirstTime|ProcessCount]

    
    
    26401
    26402
    26403
    # File 'lib/v20180228/models.rb', line 26401
    
    def Quuid
      @Quuid
    end

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    26410
    26411
    26412
    26413
    26414
    26415
    26416
    26417
    26418
    26419
    26420
    26421
    26422
    # File 'lib/v20180228/models.rb', line 26410
    
    def deserialize(params)
      @Quuid = params['Quuid']
      unless params['Filters'].nil?
        @Filters = []
        params['Filters'].each do |i|
          assetfilters_tmp = AssetFilters.new
          assetfilters_tmp.deserialize(i)
          @Filters << assetfilters_tmp
        end
      end
      @Order = params['Order']
      @By = params['By']
    end