Class: TencentCloud::Cwp::V20180228::DescribeAssetWebServiceInfoListRequest

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

Overview

DescribeAssetWebServiceInfoList请求参数结构体

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
  • Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
  • IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
  • .
  • #Limit ⇒ 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
  • Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
  • IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
  • .
  • #Offset ⇒ 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
  • Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
  • IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
  • .
  • #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
  • Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
  • IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
  • .
  • #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
  • Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
  • IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
  • .

    Instance Method Summary collapse

    Constructor Details

    #initialize(quuid = nil, filters = nil, offset = nil, limit = nil, order = nil, by = nil) ⇒ DescribeAssetWebServiceInfoListRequest

    Returns a new instance of DescribeAssetWebServiceInfoListRequest.

    
    
    10951
    10952
    10953
    10954
    10955
    10956
    10957
    10958
    # File 'lib/v20180228/models.rb', line 10951
    
    def initialize(quuid=nil, filters=nil, offset=nil, limit=nil, order=nil, by=nil)
      @Quuid = quuid
      @Filters = filters
      @Offset = offset
      @Limit = limit
      @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
  • Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
  • IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
  • Parameters:

    • Quuid:

      查询指定Quuid主机的信息

    • Filters:

      过滤条件。

    • Offset:

      偏移量,默认为0。

    • Limit:

      需要返回的数量,默认为10,最大值为100

    • Order:

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

    • By:

      可选排序:[FirstTime|ProcessCount]

    
    
    10949
    10950
    10951
    # File 'lib/v20180228/models.rb', line 10949
    
    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
  • Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
  • IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
  • Parameters:

    • Quuid:

      查询指定Quuid主机的信息

    • Filters:

      过滤条件。

    • Offset:

      偏移量,默认为0。

    • Limit:

      需要返回的数量,默认为10,最大值为100

    • Order:

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

    • By:

      可选排序:[FirstTime|ProcessCount]

    
    
    10949
    10950
    10951
    # File 'lib/v20180228/models.rb', line 10949
    
    def Filters
      @Filters
    end

    #LimitObject

  • 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
  • Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
  • IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
  • Parameters:

    • Quuid:

      查询指定Quuid主机的信息

    • Filters:

      过滤条件。

    • Offset:

      偏移量,默认为0。

    • Limit:

      需要返回的数量,默认为10,最大值为100

    • Order:

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

    • By:

      可选排序:[FirstTime|ProcessCount]

    
    
    10949
    10950
    10951
    # File 'lib/v20180228/models.rb', line 10949
    
    def Limit
      @Limit
    end

    #OffsetObject

  • 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
  • Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
  • IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
  • Parameters:

    • Quuid:

      查询指定Quuid主机的信息

    • Filters:

      过滤条件。

    • Offset:

      偏移量,默认为0。

    • Limit:

      需要返回的数量,默认为10,最大值为100

    • Order:

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

    • By:

      可选排序:[FirstTime|ProcessCount]

    
    
    10949
    10950
    10951
    # File 'lib/v20180228/models.rb', line 10949
    
    def Offset
      @Offset
    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
  • Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
  • IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
  • Parameters:

    • Quuid:

      查询指定Quuid主机的信息

    • Filters:

      过滤条件。

    • Offset:

      偏移量,默认为0。

    • Limit:

      需要返回的数量,默认为10,最大值为100

    • Order:

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

    • By:

      可选排序:[FirstTime|ProcessCount]

    
    
    10949
    10950
    10951
    # File 'lib/v20180228/models.rb', line 10949
    
    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
  • Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
  • IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
  • Parameters:

    • Quuid:

      查询指定Quuid主机的信息

    • Filters:

      过滤条件。

    • Offset:

      偏移量,默认为0。

    • Limit:

      需要返回的数量,默认为10,最大值为100

    • Order:

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

    • By:

      可选排序:[FirstTime|ProcessCount]

    
    
    10949
    10950
    10951
    # File 'lib/v20180228/models.rb', line 10949
    
    def Quuid
      @Quuid
    end

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    10960
    10961
    10962
    10963
    10964
    10965
    10966
    10967
    10968
    10969
    10970
    10971
    10972
    10973
    10974
    # File 'lib/v20180228/models.rb', line 10960
    
    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
      @Offset = params['Offset']
      @Limit = params['Limit']
      @Order = params['Order']
      @By = params['By']
    end