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

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

Overview

DescribeAssetWebServiceInfoList请求参数结构体

Instance Attribute Summary collapse

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.



10972
10973
10974
10975
10976
10977
10978
10979
# File 'lib/v20180228/models.rb', line 10972

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

<li>User- string - 是否必填:否 - 运行用户</li> <li>Name- string - 是否必填:否 - Web服务名:1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine</li> <li>OsType- string - 是否必填:否 - Windows/linux</li> <li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )</li> <li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>

Parameters:

  • Quuid:

    查询指定Quuid主机的信息

  • Filters:

    过滤条件。

  • Offset:

    偏移量,默认为0。

  • Limit:

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

  • Order:

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

  • By:


10970
10971
10972
# File 'lib/v20180228/models.rb', line 10970

def By
  @By
end

#FiltersObject

<li>User- string - 是否必填:否 - 运行用户</li> <li>Name- string - 是否必填:否 - Web服务名:1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine</li> <li>OsType- string - 是否必填:否 - Windows/linux</li> <li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )</li> <li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>

Parameters:

  • Quuid:

    查询指定Quuid主机的信息

  • Filters:

    过滤条件。

  • Offset:

    偏移量,默认为0。

  • Limit:

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

  • Order:

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

  • By:


10970
10971
10972
# File 'lib/v20180228/models.rb', line 10970

def Filters
  @Filters
end

#LimitObject

<li>User- string - 是否必填:否 - 运行用户</li> <li>Name- string - 是否必填:否 - Web服务名:1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine</li> <li>OsType- string - 是否必填:否 - Windows/linux</li> <li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )</li> <li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>

Parameters:

  • Quuid:

    查询指定Quuid主机的信息

  • Filters:

    过滤条件。

  • Offset:

    偏移量,默认为0。

  • Limit:

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

  • Order:

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

  • By:


10970
10971
10972
# File 'lib/v20180228/models.rb', line 10970

def Limit
  @Limit
end

#OffsetObject

<li>User- string - 是否必填:否 - 运行用户</li> <li>Name- string - 是否必填:否 - Web服务名:1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine</li> <li>OsType- string - 是否必填:否 - Windows/linux</li> <li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )</li> <li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>

Parameters:

  • Quuid:

    查询指定Quuid主机的信息

  • Filters:

    过滤条件。

  • Offset:

    偏移量,默认为0。

  • Limit:

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

  • Order:

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

  • By:


10970
10971
10972
# File 'lib/v20180228/models.rb', line 10970

def Offset
  @Offset
end

#OrderObject

<li>User- string - 是否必填:否 - 运行用户</li> <li>Name- string - 是否必填:否 - Web服务名:1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine</li> <li>OsType- string - 是否必填:否 - Windows/linux</li> <li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )</li> <li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>

Parameters:

  • Quuid:

    查询指定Quuid主机的信息

  • Filters:

    过滤条件。

  • Offset:

    偏移量,默认为0。

  • Limit:

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

  • Order:

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

  • By:


10970
10971
10972
# File 'lib/v20180228/models.rb', line 10970

def Order
  @Order
end

#QuuidObject

<li>User- string - 是否必填:否 - 运行用户</li> <li>Name- string - 是否必填:否 - Web服务名:1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine</li> <li>OsType- string - 是否必填:否 - Windows/linux</li> <li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )</li> <li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>

Parameters:

  • Quuid:

    查询指定Quuid主机的信息

  • Filters:

    过滤条件。

  • Offset:

    偏移量,默认为0。

  • Limit:

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

  • Order:

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

  • By:


10970
10971
10972
# File 'lib/v20180228/models.rb', line 10970

def Quuid
  @Quuid
end

Instance Method Details

#deserialize(params) ⇒ Object



10981
10982
10983
10984
10985
10986
10987
10988
10989
10990
10991
10992
10993
10994
10995
# File 'lib/v20180228/models.rb', line 10981

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