Class: TencentCloud::Cwp::V20180228::ExportFileTamperEventsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportFileTamperEventsRequest
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20180228/models.rb
Overview
ExportFileTamperEvents请求参数结构体
Instance Attribute Summary collapse
-
#Fields ⇒ Object
- Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略
- ModifyTime - String - 是否必填:否 - 最近发生时间
- Uuid- String - 是否必填:否 - 主机uuid查询
- RuleCategory- string - 是否必填:否 - 规则类别 0 系统规则 1 自定义规则
. -
#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
- #deserialize(params) ⇒ Object
-
#initialize(filters = nil, fileds = nil, fields = nil, where = nil) ⇒ ExportFileTamperEventsRequest
constructor
A new instance of ExportFileTamperEventsRequest.
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
#Fields ⇒ Object
27105 27106 27107 |
# File 'lib/v20180228/models.rb', line 27105 def Fields @Fields end |
#Fileds ⇒ Object
27105 27106 27107 |
# File 'lib/v20180228/models.rb', line 27105 def Fileds @Fileds end |
#Filters ⇒ Object
27105 27106 27107 |
# File 'lib/v20180228/models.rb', line 27105 def Filters @Filters end |
#Where ⇒ Object
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 |