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.
6519 6520 6521 6522 |
# File 'lib/v20190904/models.rb', line 6519 def initialize(switchmode=nil, switchid=nil) @SwitchMode = switchmode @SwitchId = switchid end |
Instance Attribute Details
#SwitchId ⇒ Object
支持三种类型
- 边开关(单点互通)
- 点开关(多点互通)
- 全开关(全互通)
6517 6518 6519 |
# File 'lib/v20190904/models.rb', line 6517 def SwitchId @SwitchId end |
#SwitchMode ⇒ Object
支持三种类型
- 边开关(单点互通)
- 点开关(多点互通)
- 全开关(全互通)
6517 6518 6519 |
# File 'lib/v20190904/models.rb', line 6517 def SwitchMode @SwitchMode end |
Instance Method Details
#deserialize(params) ⇒ Object
6524 6525 6526 6527 |
# File 'lib/v20190904/models.rb', line 6524 def deserialize(params) @SwitchMode = params['SwitchMode'] @SwitchId = params['SwitchId'] end |