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
5893 5894 5895 5896 |
# File 'lib/v20190904/models.rb', line 5893 def initialize(switchmode=nil, switchid=nil) @SwitchMode = switchmode @SwitchId = switchid end |
Instance Attribute Details
#SwitchId ⇒ Object
支持三种类型
-
边开关(单点互通)
-
点开关(多点互通)
-
全开关(全互通)
5891 5892 5893 |
# File 'lib/v20190904/models.rb', line 5891 def SwitchId @SwitchId end |
#SwitchMode ⇒ Object
支持三种类型
-
边开关(单点互通)
-
点开关(多点互通)
-
全开关(全互通)
5891 5892 5893 |
# File 'lib/v20190904/models.rb', line 5891 def SwitchMode @SwitchMode end |
Instance Method Details
#deserialize(params) ⇒ Object
5898 5899 5900 5901 |
# File 'lib/v20190904/models.rb', line 5898 def deserialize(params) @SwitchMode = params['SwitchMode'] @SwitchId = params['SwitchId'] end |