Class: TencentCloud::Cwp::V20180228::DescribeAssetSystemPackageListRequest

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

Overview

DescribeAssetSystemPackageList请求参数结构体

Instance Attribute Summary collapse

  • #Filters ⇒ Object
  • Name - String - 是否必填:否 - 包 名
  • StartTime - String - 是否必填:否 - 安装开始时间
  • EndTime - String - 是否必填:否 - 安装开始时间
  • Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
  • .
  • #Limit ⇒ Object
  • Name - String - 是否必填:否 - 包 名
  • StartTime - String - 是否必填:否 - 安装开始时间
  • EndTime - String - 是否必填:否 - 安装开始时间
  • Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
  • .
  • #Offset ⇒ Object
  • Name - String - 是否必填:否 - 包 名
  • StartTime - String - 是否必填:否 - 安装开始时间
  • EndTime - String - 是否必填:否 - 安装开始时间
  • Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
  • .
  • #Order ⇒ Object
  • Name - String - 是否必填:否 - 包 名
  • StartTime - String - 是否必填:否 - 安装开始时间
  • EndTime - String - 是否必填:否 - 安装开始时间
  • Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
  • .
  • #Quuid ⇒ Object
  • Name - String - 是否必填:否 - 包 名
  • StartTime - String - 是否必填:否 - 安装开始时间
  • EndTime - String - 是否必填:否 - 安装开始时间
  • Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
  • .
  • #Uuid ⇒ Object
  • Name - String - 是否必填:否 - 包 名
  • StartTime - String - 是否必填:否 - 安装开始时间
  • EndTime - String - 是否必填:否 - 安装开始时间
  • Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
  • .

    Instance Method Summary collapse

    Constructor Details

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

    Returns a new instance of DescribeAssetSystemPackageListRequest.

    
    
    9771
    9772
    9773
    9774
    9775
    9776
    9777
    9778
    9779
    # File 'lib/v20180228/models.rb', line 9771
    
    def initialize(uuid=nil, quuid=nil, filters=nil, offset=nil, limit=nil, order=nil, by=nil)
      @Uuid = uuid
      @Quuid = quuid
      @Filters = filters
      @Offset = offset
      @Limit = limit
      @Order = order
      @By = by
    end

    Instance Attribute Details

    #ByObject

  • Name - String - 是否必填:否 - 包 名
  • StartTime - String - 是否必填:否 - 安装开始时间
  • EndTime - String - 是否必填:否 - 安装开始时间
  • Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
  • Parameters:

    • Uuid:

      主机Uuid

    • Quuid:

      主机Quuid

    • Filters:

      过滤条件。

    • Offset:

      偏移量,默认为0。

    • Limit:

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

    • Order:

      排序方式,asc-升序 或 desc-降序。默认:desc-降序

    • By:

      排序方式可选:[FistTime|InstallTime:安装时间]

    
    
    9769
    9770
    9771
    # File 'lib/v20180228/models.rb', line 9769
    
    def By
      @By
    end

    #FiltersObject

  • Name - String - 是否必填:否 - 包 名
  • StartTime - String - 是否必填:否 - 安装开始时间
  • EndTime - String - 是否必填:否 - 安装开始时间
  • Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
  • Parameters:

    • Uuid:

      主机Uuid

    • Quuid:

      主机Quuid

    • Filters:

      过滤条件。

    • Offset:

      偏移量,默认为0。

    • Limit:

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

    • Order:

      排序方式,asc-升序 或 desc-降序。默认:desc-降序

    • By:

      排序方式可选:[FistTime|InstallTime:安装时间]

    
    
    9769
    9770
    9771
    # File 'lib/v20180228/models.rb', line 9769
    
    def Filters
      @Filters
    end

    #LimitObject

  • Name - String - 是否必填:否 - 包 名
  • StartTime - String - 是否必填:否 - 安装开始时间
  • EndTime - String - 是否必填:否 - 安装开始时间
  • Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
  • Parameters:

    • Uuid:

      主机Uuid

    • Quuid:

      主机Quuid

    • Filters:

      过滤条件。

    • Offset:

      偏移量,默认为0。

    • Limit:

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

    • Order:

      排序方式,asc-升序 或 desc-降序。默认:desc-降序

    • By:

      排序方式可选:[FistTime|InstallTime:安装时间]

    
    
    9769
    9770
    9771
    # File 'lib/v20180228/models.rb', line 9769
    
    def Limit
      @Limit
    end

    #OffsetObject

  • Name - String - 是否必填:否 - 包 名
  • StartTime - String - 是否必填:否 - 安装开始时间
  • EndTime - String - 是否必填:否 - 安装开始时间
  • Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
  • Parameters:

    • Uuid:

      主机Uuid

    • Quuid:

      主机Quuid

    • Filters:

      过滤条件。

    • Offset:

      偏移量,默认为0。

    • Limit:

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

    • Order:

      排序方式,asc-升序 或 desc-降序。默认:desc-降序

    • By:

      排序方式可选:[FistTime|InstallTime:安装时间]

    
    
    9769
    9770
    9771
    # File 'lib/v20180228/models.rb', line 9769
    
    def Offset
      @Offset
    end

    #OrderObject

  • Name - String - 是否必填:否 - 包 名
  • StartTime - String - 是否必填:否 - 安装开始时间
  • EndTime - String - 是否必填:否 - 安装开始时间
  • Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
  • Parameters:

    • Uuid:

      主机Uuid

    • Quuid:

      主机Quuid

    • Filters:

      过滤条件。

    • Offset:

      偏移量,默认为0。

    • Limit:

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

    • Order:

      排序方式,asc-升序 或 desc-降序。默认:desc-降序

    • By:

      排序方式可选:[FistTime|InstallTime:安装时间]

    
    
    9769
    9770
    9771
    # File 'lib/v20180228/models.rb', line 9769
    
    def Order
      @Order
    end

    #QuuidObject

  • Name - String - 是否必填:否 - 包 名
  • StartTime - String - 是否必填:否 - 安装开始时间
  • EndTime - String - 是否必填:否 - 安装开始时间
  • Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
  • Parameters:

    • Uuid:

      主机Uuid

    • Quuid:

      主机Quuid

    • Filters:

      过滤条件。

    • Offset:

      偏移量,默认为0。

    • Limit:

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

    • Order:

      排序方式,asc-升序 或 desc-降序。默认:desc-降序

    • By:

      排序方式可选:[FistTime|InstallTime:安装时间]

    
    
    9769
    9770
    9771
    # File 'lib/v20180228/models.rb', line 9769
    
    def Quuid
      @Quuid
    end

    #UuidObject

  • Name - String - 是否必填:否 - 包 名
  • StartTime - String - 是否必填:否 - 安装开始时间
  • EndTime - String - 是否必填:否 - 安装开始时间
  • Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
  • Parameters:

    • Uuid:

      主机Uuid

    • Quuid:

      主机Quuid

    • Filters:

      过滤条件。

    • Offset:

      偏移量,默认为0。

    • Limit:

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

    • Order:

      排序方式,asc-升序 或 desc-降序。默认:desc-降序

    • By:

      排序方式可选:[FistTime|InstallTime:安装时间]

    
    
    9769
    9770
    9771
    # File 'lib/v20180228/models.rb', line 9769
    
    def Uuid
      @Uuid
    end

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    9781
    9782
    9783
    9784
    9785
    9786
    9787
    9788
    9789
    9790
    9791
    9792
    9793
    9794
    9795
    9796
    # File 'lib/v20180228/models.rb', line 9781
    
    def deserialize(params)
      @Uuid = params['Uuid']
      @Quuid = params['Quuid']
      unless params['Filters'].nil?
        @Filters = []
        params['Filters'].each do |i|
          filter_tmp = Filter.new
          filter_tmp.deserialize(i)
          @Filters << filter_tmp
        end
      end
      @Offset = params['Offset']
      @Limit = params['Limit']
      @Order = params['Order']
      @By = params['By']
    end