Class: TencentCloud::Cfw::V20190904::VpcFwJoinInstanceType
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::VpcFwJoinInstanceType
- Defined in:
- lib/v20190904/models.rb
Overview
VPC防火墙接入的网络实例类型及数量
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(jointype = nil, num = nil) ⇒ VpcFwJoinInstanceType
constructor
A new instance of VpcFwJoinInstanceType.
Constructor Details
#initialize(jointype = nil, num = nil) ⇒ VpcFwJoinInstanceType
Returns a new instance of VpcFwJoinInstanceType.
10383 10384 10385 10386 |
# File 'lib/v20190904/models.rb', line 10383 def initialize(jointype=nil, num=nil) @JoinType = jointype @Num = num end |
Instance Attribute Details
#JoinType ⇒ Object
10381 10382 10383 |
# File 'lib/v20190904/models.rb', line 10381 def JoinType @JoinType end |
#Num ⇒ Object
10381 10382 10383 |
# File 'lib/v20190904/models.rb', line 10381 def Num @Num end |
Instance Method Details
#deserialize(params) ⇒ Object
10388 10389 10390 10391 |
# File 'lib/v20190904/models.rb', line 10388 def deserialize(params) @JoinType = params['JoinType'] @Num = params['Num'] end |