Class: TencentCloud::Cfw::V20190904::FwDeploy
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::FwDeploy
- Defined in:
- lib/v20190904/models.rb
Overview
防火墙部署输入参数列表
Instance Attribute Summary collapse
- #CdcId ⇒ Object
- #CrossAZone ⇒ Object
- #DeployRegion ⇒ Object
- #Width ⇒ Object
- #Zone ⇒ Object
- #ZoneBak ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deployregion = nil, width = nil, crossazone = nil, zone = nil, zonebak = nil, cdcid = nil) ⇒ FwDeploy
constructor
A new instance of FwDeploy.
Constructor Details
#initialize(deployregion = nil, width = nil, crossazone = nil, zone = nil, zonebak = nil, cdcid = nil) ⇒ FwDeploy
Returns a new instance of FwDeploy.
5658 5659 5660 5661 5662 5663 5664 5665 |
# File 'lib/v20190904/models.rb', line 5658 def initialize(deployregion=nil, width=nil, crossazone=nil, zone=nil, zonebak=nil, cdcid=nil) @DeployRegion = deployregion @Width = width @CrossAZone = crossazone @Zone = zone @ZoneBak = zonebak @CdcId = cdcid end |
Instance Attribute Details
#CdcId ⇒ Object
5656 5657 5658 |
# File 'lib/v20190904/models.rb', line 5656 def CdcId @CdcId end |
#CrossAZone ⇒ Object
5656 5657 5658 |
# File 'lib/v20190904/models.rb', line 5656 def CrossAZone @CrossAZone end |
#DeployRegion ⇒ Object
5656 5657 5658 |
# File 'lib/v20190904/models.rb', line 5656 def DeployRegion @DeployRegion end |
#Width ⇒ Object
5656 5657 5658 |
# File 'lib/v20190904/models.rb', line 5656 def Width @Width end |
#Zone ⇒ Object
5656 5657 5658 |
# File 'lib/v20190904/models.rb', line 5656 def Zone @Zone end |
#ZoneBak ⇒ Object
5656 5657 5658 |
# File 'lib/v20190904/models.rb', line 5656 def ZoneBak @ZoneBak end |
Instance Method Details
#deserialize(params) ⇒ Object
5667 5668 5669 5670 5671 5672 5673 5674 |
# File 'lib/v20190904/models.rb', line 5667 def deserialize(params) @DeployRegion = params['DeployRegion'] @Width = params['Width'] @CrossAZone = params['CrossAZone'] @Zone = params['Zone'] @ZoneBak = params['ZoneBak'] @CdcId = params['CdcId'] end |