Class: TencentCloud::Csip::V20221121::PortRiskAdvanceCFGParamItem
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::PortRiskAdvanceCFGParamItem
- Defined in:
- lib/v20221121/models.rb
Overview
端口风险高级配置项
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(portsets = nil, checktype = nil, detail = nil, enable = nil) ⇒ PortRiskAdvanceCFGParamItem
constructor
A new instance of PortRiskAdvanceCFGParamItem.
Constructor Details
#initialize(portsets = nil, checktype = nil, detail = nil, enable = nil) ⇒ PortRiskAdvanceCFGParamItem
Returns a new instance of PortRiskAdvanceCFGParamItem.
10822 10823 10824 10825 10826 10827 |
# File 'lib/v20221121/models.rb', line 10822 def initialize(portsets=nil, checktype=nil, detail=nil, enable=nil) @PortSets = portsets @CheckType = checktype @Detail = detail @Enable = enable end |
Instance Attribute Details
#CheckType ⇒ Object
10820 10821 10822 |
# File 'lib/v20221121/models.rb', line 10820 def CheckType @CheckType end |
#Detail ⇒ Object
10820 10821 10822 |
# File 'lib/v20221121/models.rb', line 10820 def Detail @Detail end |
#Enable ⇒ Object
10820 10821 10822 |
# File 'lib/v20221121/models.rb', line 10820 def Enable @Enable end |
#PortSets ⇒ Object
10820 10821 10822 |
# File 'lib/v20221121/models.rb', line 10820 def PortSets @PortSets end |
Instance Method Details
#deserialize(params) ⇒ Object
10829 10830 10831 10832 10833 10834 |
# File 'lib/v20221121/models.rb', line 10829 def deserialize(params) @PortSets = params['PortSets'] @CheckType = params['CheckType'] @Detail = params['Detail'] @Enable = params['Enable'] end |