Class: TencentCloud::Cfw::V20190904::DescribeSwitchErrorRequest

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

Overview

DescribeSwitchError请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fwtype = nil) ⇒ DescribeSwitchErrorRequest

Returns a new instance of DescribeSwitchErrorRequest.



5400
5401
5402
# File 'lib/v20190904/models.rb', line 5400

def initialize(fwtype=nil)
  @FwType = fwtype
end

Instance Attribute Details

#FwTypeObject

Parameters:

  • EDGE_FW : 互联网边界防火墙 , NDR: 流量分析,VPC_FW:VPC边界防火墙



5398
5399
5400
# File 'lib/v20190904/models.rb', line 5398

def FwType
  @FwType
end

Instance Method Details

#deserialize(params) ⇒ Object



5404
5405
5406
# File 'lib/v20190904/models.rb', line 5404

def deserialize(params)
  @FwType = params['FwType']
end