Class: TencentCloud::Cfw::V20190904::CreateAlertCenterIsolateRequest

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

Overview

CreateAlertCenterIsolate请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(handleassetlist = nil, handletime = nil, alertdirection = nil, isolatetype = nil, ommode = nil) ⇒ CreateAlertCenterIsolateRequest

Returns a new instance of CreateAlertCenterIsolateRequest.



1214
1215
1216
1217
1218
1219
1220
# File 'lib/v20190904/models.rb', line 1214

def initialize(handleassetlist=nil, handletime=nil, alertdirection=nil, isolatetype=nil, ommode=nil)
  @HandleAssetList = handleassetlist
  @HandleTime = handletime
  @AlertDirection = alertdirection
  @IsolateType = isolatetype
  @OmMode = ommode
end

Instance Attribute Details

#AlertDirectionObject

1 1天 7 7天 -2 永久 1 互联网入站 2 互联网出站 4 内网访问

Parameters:

  • 处置对象,资产列表

  • 处置时间

  • 当前日志方向: 0 出向 1 入向

  • 隔离类型

  • 运维模式 1 IP白名单 2 身份认证 0 非运维模式



1212
1213
1214
# File 'lib/v20190904/models.rb', line 1212

def AlertDirection
  @AlertDirection
end

#HandleAssetListObject

1 1天 7 7天 -2 永久 1 互联网入站 2 互联网出站 4 内网访问

Parameters:

  • 处置对象,资产列表

  • 处置时间

  • 当前日志方向: 0 出向 1 入向

  • 隔离类型

  • 运维模式 1 IP白名单 2 身份认证 0 非运维模式



1212
1213
1214
# File 'lib/v20190904/models.rb', line 1212

def HandleAssetList
  @HandleAssetList
end

#HandleTimeObject

1 1天 7 7天 -2 永久 1 互联网入站 2 互联网出站 4 内网访问

Parameters:

  • 处置对象,资产列表

  • 处置时间

  • 当前日志方向: 0 出向 1 入向

  • 隔离类型

  • 运维模式 1 IP白名单 2 身份认证 0 非运维模式



1212
1213
1214
# File 'lib/v20190904/models.rb', line 1212

def HandleTime
  @HandleTime
end

#IsolateTypeObject

1 1天 7 7天 -2 永久 1 互联网入站 2 互联网出站 4 内网访问

Parameters:

  • 处置对象,资产列表

  • 处置时间

  • 当前日志方向: 0 出向 1 入向

  • 隔离类型

  • 运维模式 1 IP白名单 2 身份认证 0 非运维模式



1212
1213
1214
# File 'lib/v20190904/models.rb', line 1212

def IsolateType
  @IsolateType
end

#OmModeObject

1 1天 7 7天 -2 永久 1 互联网入站 2 互联网出站 4 内网访问

Parameters:

  • 处置对象,资产列表

  • 处置时间

  • 当前日志方向: 0 出向 1 入向

  • 隔离类型

  • 运维模式 1 IP白名单 2 身份认证 0 非运维模式



1212
1213
1214
# File 'lib/v20190904/models.rb', line 1212

def OmMode
  @OmMode
end

Instance Method Details

#deserialize(params) ⇒ Object



1222
1223
1224
1225
1226
1227
1228
# File 'lib/v20190904/models.rb', line 1222

def deserialize(params)
  @HandleAssetList = params['HandleAssetList']
  @HandleTime = params['HandleTime']
  @AlertDirection = params['AlertDirection']
  @IsolateType = params['IsolateType']
  @OmMode = params['OmMode']
end