Class: TencentCloud::Cwp::V20180228::FileTamperRule
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::FileTamperRule
- Defined in:
- lib/v20180228/models.rb
Overview
核心文件监控规则
Instance Attribute Summary collapse
-
#Action ⇒ Object
- read 读取文件
- write 修改文件
- read-write 读取修改文件
. -
#Args ⇒ Object
- read 读取文件
- write 修改文件
- read-write 读取修改文件
. -
#FileAction ⇒ Object
- read 读取文件
- write 修改文件
- read-write 读取修改文件
. -
#ProcessPath ⇒ Object
- read 读取文件
- write 修改文件
- read-write 读取修改文件
. -
#Target ⇒ Object
- read 读取文件
- write 修改文件
- read-write 读取修改文件
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(processpath = nil, target = nil, action = nil, fileaction = nil, args = nil) ⇒ FileTamperRule
constructor
A new instance of FileTamperRule.
Constructor Details
#initialize(processpath = nil, target = nil, action = nil, fileaction = nil, args = nil) ⇒ FileTamperRule
Returns a new instance of FileTamperRule.
29079 29080 29081 29082 29083 29084 29085 |
# File 'lib/v20180228/models.rb', line 29079 def initialize(processpath=nil, target=nil, action=nil, fileaction=nil, args=nil) @ProcessPath = processpath @Target = target @Action = action @FileAction = fileaction @Args = args end |
Instance Attribute Details
#Action ⇒ Object
29077 29078 29079 |
# File 'lib/v20180228/models.rb', line 29077 def Action @Action end |
#Args ⇒ Object
29077 29078 29079 |
# File 'lib/v20180228/models.rb', line 29077 def Args @Args end |
#FileAction ⇒ Object
29077 29078 29079 |
# File 'lib/v20180228/models.rb', line 29077 def FileAction @FileAction end |
#ProcessPath ⇒ Object
29077 29078 29079 |
# File 'lib/v20180228/models.rb', line 29077 def ProcessPath @ProcessPath end |
#Target ⇒ Object
29077 29078 29079 |
# File 'lib/v20180228/models.rb', line 29077 def Target @Target end |
Instance Method Details
#deserialize(params) ⇒ Object
29087 29088 29089 29090 29091 29092 29093 |
# File 'lib/v20180228/models.rb', line 29087 def deserialize(params) @ProcessPath = params['ProcessPath'] @Target = params['Target'] @Action = params['Action'] @FileAction = params['FileAction'] @Args = params['Args'] end |