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.
10093 10094 10095 10096 |
# File 'lib/v20190904/models.rb', line 10093 def initialize(jointype=nil, num=nil) @JoinType = jointype @Num = num end |
Instance Attribute Details
#JoinType ⇒ Object
10091 10092 10093 |
# File 'lib/v20190904/models.rb', line 10091 def JoinType @JoinType end |
#Num ⇒ Object
10091 10092 10093 |
# File 'lib/v20190904/models.rb', line 10091 def Num @Num end |
Instance Method Details
#deserialize(params) ⇒ Object
10098 10099 10100 10101 |
# File 'lib/v20190904/models.rb', line 10098 def deserialize(params) @JoinType = params['JoinType'] @Num = params['Num'] end |