Class: TencentCloud::Cwp::V20180228::ExportFileTamperEventsRequest

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

Overview

ExportFileTamperEvents请求参数结构体

Instance Attribute Summary collapse

  • #Fileds ⇒ Object
  • Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略
  • ModifyTime - String - 是否必填:否 - 最近发生时间
  • Uuid- String - 是否必填:否 - 主机uuid查询
  • RuleCategory- string - 是否必填:否 - 规则类别 0 系统规则 1 自定义规则
  • .
  • #Filters ⇒ Object
  • Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略
  • ModifyTime - String - 是否必填:否 - 最近发生时间
  • Uuid- String - 是否必填:否 - 主机uuid查询
  • RuleCategory- string - 是否必填:否 - 规则类别 0 系统规则 1 自定义规则
  • .
  • #Where ⇒ Object
  • Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略
  • ModifyTime - String - 是否必填:否 - 最近发生时间
  • Uuid- String - 是否必填:否 - 主机uuid查询
  • RuleCategory- string - 是否必填:否 - 规则类别 0 系统规则 1 自定义规则
  • .

    Instance Method Summary collapse

    Constructor Details

    #initialize(filters = nil, fileds = nil, fields = nil, where = nil) ⇒ ExportFileTamperEventsRequest

    Returns a new instance of ExportFileTamperEventsRequest.

    
    
    27112
    27113
    27114
    27115
    27116
    27117
    # File 'lib/v20180228/models.rb', line 27112
    
    def initialize(filters=nil, fileds=nil, fields=nil, where=nil)
      @Filters = filters
      @Fileds = fileds
      @Fields = fields
      @Where = where
    end

    Instance Attribute Details

    #FieldsObject

  • Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略
  • ModifyTime - String - 是否必填:否 - 最近发生时间
  • Uuid- String - 是否必填:否 - 主机uuid查询
  • RuleCategory- string - 是否必填:否 - 规则类别 0 系统规则 1 自定义规则
  • Parameters:

    • Filters:

      过滤条件。

    • Fileds:

      需要导出的字段

    • Fields:

      需要导出的字段

    • Where:

      需要导出的字段

    
    
    27105
    27106
    27107
    # File 'lib/v20180228/models.rb', line 27105
    
    def Fields
      @Fields
    end

    #FiledsObject

  • Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略
  • ModifyTime - String - 是否必填:否 - 最近发生时间
  • Uuid- String - 是否必填:否 - 主机uuid查询
  • RuleCategory- string - 是否必填:否 - 规则类别 0 系统规则 1 自定义规则
  • Parameters:

    • Filters:

      过滤条件。

    • Fileds:

      需要导出的字段

    • Fields:

      需要导出的字段

    • Where:

      需要导出的字段

    
    
    27105
    27106
    27107
    # File 'lib/v20180228/models.rb', line 27105
    
    def Fileds
      @Fileds
    end

    #FiltersObject

  • Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略
  • ModifyTime - String - 是否必填:否 - 最近发生时间
  • Uuid- String - 是否必填:否 - 主机uuid查询
  • RuleCategory- string - 是否必填:否 - 规则类别 0 系统规则 1 自定义规则
  • Parameters:

    • Filters:

      过滤条件。

    • Fileds:

      需要导出的字段

    • Fields:

      需要导出的字段

    • Where:

      需要导出的字段

    
    
    27105
    27106
    27107
    # File 'lib/v20180228/models.rb', line 27105
    
    def Filters
      @Filters
    end

    #WhereObject

  • Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略
  • ModifyTime - String - 是否必填:否 - 最近发生时间
  • Uuid- String - 是否必填:否 - 主机uuid查询
  • RuleCategory- string - 是否必填:否 - 规则类别 0 系统规则 1 自定义规则
  • Parameters:

    • Filters:

      过滤条件。

    • Fileds:

      需要导出的字段

    • Fields:

      需要导出的字段

    • Where:

      需要导出的字段

    
    
    27105
    27106
    27107
    # File 'lib/v20180228/models.rb', line 27105
    
    def Where
      @Where
    end

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    27119
    27120
    27121
    27122
    27123
    27124
    27125
    27126
    27127
    27128
    27129
    27130
    27131
    # File 'lib/v20180228/models.rb', line 27119
    
    def deserialize(params)
      unless params['Filters'].nil?
        @Filters = []
        params['Filters'].each do |i|
          filters_tmp = Filters.new
          filters_tmp.deserialize(i)
          @Filters << filters_tmp
        end
      end
      @Fileds = params['Fileds']
      @Fields = params['Fields']
      @Where = params['Where']
    end