Class: TencentCloud::Cfw::V20190904::VpcFwInstance
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::VpcFwInstance
- Defined in:
- lib/v20190904/models.rb
Overview
vpc 防火墙下单防火墙实例结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, vpcids = nil, fwdeploy = nil, fwinsid = nil) ⇒ VpcFwInstance
constructor
A new instance of VpcFwInstance.
Constructor Details
#initialize(name = nil, vpcids = nil, fwdeploy = nil, fwinsid = nil) ⇒ VpcFwInstance
Returns a new instance of VpcFwInstance.
9887 9888 9889 9890 9891 9892 |
# File 'lib/v20190904/models.rb', line 9887 def initialize(name=nil, vpcids=nil, fwdeploy=nil, fwinsid=nil) @Name = name @VpcIds = vpcids @FwDeploy = fwdeploy @FwInsId = fwinsid end |
Instance Attribute Details
#FwDeploy ⇒ Object
9885 9886 9887 |
# File 'lib/v20190904/models.rb', line 9885 def FwDeploy @FwDeploy end |
#FwInsId ⇒ Object
9885 9886 9887 |
# File 'lib/v20190904/models.rb', line 9885 def FwInsId @FwInsId end |
#Name ⇒ Object
9885 9886 9887 |
# File 'lib/v20190904/models.rb', line 9885 def Name @Name end |
#VpcIds ⇒ Object
9885 9886 9887 |
# File 'lib/v20190904/models.rb', line 9885 def VpcIds @VpcIds end |
Instance Method Details
#deserialize(params) ⇒ Object
9894 9895 9896 9897 9898 9899 9900 9901 9902 |
# File 'lib/v20190904/models.rb', line 9894 def deserialize(params) @Name = params['Name'] @VpcIds = params['VpcIds'] unless params['FwDeploy'].nil? @FwDeploy = FwDeploy.new @FwDeploy.deserialize(params['FwDeploy']) end @FwInsId = params['FwInsId'] end |