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.
11298 11299 11300 11301 |
# File 'lib/v20190904/models.rb', line 11298 def initialize(jointype=nil, num=nil) @JoinType = jointype @Num = num end |
Instance Attribute Details
#JoinType ⇒ Object
11296 11297 11298 |
# File 'lib/v20190904/models.rb', line 11296 def JoinType @JoinType end |
#Num ⇒ Object
11296 11297 11298 |
# File 'lib/v20190904/models.rb', line 11296 def Num @Num end |
Instance Method Details
#deserialize(params) ⇒ Object
11303 11304 11305 11306 |
# File 'lib/v20190904/models.rb', line 11303 def deserialize(params) @JoinType = params['JoinType'] @Num = params['Num'] end |