Class: TencentCloud::Cfw::V20190904::FwGroupSwitch
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::FwGroupSwitch
- Defined in:
- lib/v20190904/models.rb
Overview
多种VPC墙模式开关结构
Instance Attribute Summary collapse
-
#SwitchId ⇒ Object
支持三种类型 1.
-
#SwitchMode ⇒ Object
支持三种类型 1.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switchmode = nil, switchid = nil) ⇒ FwGroupSwitch
constructor
A new instance of FwGroupSwitch.
Constructor Details
#initialize(switchmode = nil, switchid = nil) ⇒ FwGroupSwitch
Returns a new instance of FwGroupSwitch.
5714 5715 5716 5717 |
# File 'lib/v20190904/models.rb', line 5714 def initialize(switchmode=nil, switchid=nil) @SwitchMode = switchmode @SwitchId = switchid end |
Instance Attribute Details
#SwitchId ⇒ Object
支持三种类型
-
边开关(单点互通)
-
点开关(多点互通)
-
全开关(全互通)
5712 5713 5714 |
# File 'lib/v20190904/models.rb', line 5712 def SwitchId @SwitchId end |
#SwitchMode ⇒ Object
支持三种类型
-
边开关(单点互通)
-
点开关(多点互通)
-
全开关(全互通)
5712 5713 5714 |
# File 'lib/v20190904/models.rb', line 5712 def SwitchMode @SwitchMode end |
Instance Method Details
#deserialize(params) ⇒ Object
5719 5720 5721 5722 |
# File 'lib/v20190904/models.rb', line 5719 def deserialize(params) @SwitchMode = params['SwitchMode'] @SwitchId = params['SwitchId'] end |