Class: TencentCloud::Cfw::V20190904::CfwInsStatus
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::CfwInsStatus
- Defined in:
- lib/v20190904/models.rb
Overview
防火墙实例运行状态
Instance Attribute Summary collapse
-
#CfwInsId ⇒ Object
OnlyRoute: 透明模式.
-
#CfwInsName ⇒ Object
OnlyRoute: 透明模式.
-
#EventTime ⇒ Object
OnlyRoute: 透明模式.
-
#FwType ⇒ Object
OnlyRoute: 透明模式.
-
#RecoverTime ⇒ Object
OnlyRoute: 透明模式.
-
#Region ⇒ Object
OnlyRoute: 透明模式.
-
#Status ⇒ Object
OnlyRoute: 透明模式.
-
#TrafficMode ⇒ Object
OnlyRoute: 透明模式.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cfwinsid = nil, fwtype = nil, region = nil, status = nil, eventtime = nil, recovertime = nil, cfwinsname = nil, trafficmode = nil) ⇒ CfwInsStatus
constructor
A new instance of CfwInsStatus.
Constructor Details
#initialize(cfwinsid = nil, fwtype = nil, region = nil, status = nil, eventtime = nil, recovertime = nil, cfwinsname = nil, trafficmode = nil) ⇒ CfwInsStatus
Returns a new instance of CfwInsStatus.
638 639 640 641 642 643 644 645 646 647 |
# File 'lib/v20190904/models.rb', line 638 def initialize(cfwinsid=nil, fwtype=nil, region=nil, status=nil, eventtime=nil, recovertime=nil, cfwinsname=nil, trafficmode=nil) @CfwInsId = cfwinsid @FwType = fwtype @Region = region @Status = status @EventTime = eventtime @RecoverTime = recovertime @CfwInsName = cfwinsname @TrafficMode = trafficmode end |
Instance Attribute Details
#CfwInsId ⇒ Object
OnlyRoute: 透明模式
636 637 638 |
# File 'lib/v20190904/models.rb', line 636 def CfwInsId @CfwInsId end |
#CfwInsName ⇒ Object
OnlyRoute: 透明模式
636 637 638 |
# File 'lib/v20190904/models.rb', line 636 def CfwInsName @CfwInsName end |
#EventTime ⇒ Object
OnlyRoute: 透明模式
636 637 638 |
# File 'lib/v20190904/models.rb', line 636 def EventTime @EventTime end |
#FwType ⇒ Object
OnlyRoute: 透明模式
636 637 638 |
# File 'lib/v20190904/models.rb', line 636 def FwType @FwType end |
#RecoverTime ⇒ Object
OnlyRoute: 透明模式
636 637 638 |
# File 'lib/v20190904/models.rb', line 636 def RecoverTime @RecoverTime end |
#Region ⇒ Object
OnlyRoute: 透明模式
636 637 638 |
# File 'lib/v20190904/models.rb', line 636 def Region @Region end |
#Status ⇒ Object
OnlyRoute: 透明模式
636 637 638 |
# File 'lib/v20190904/models.rb', line 636 def Status @Status end |
#TrafficMode ⇒ Object
OnlyRoute: 透明模式
636 637 638 |
# File 'lib/v20190904/models.rb', line 636 def TrafficMode @TrafficMode end |
Instance Method Details
#deserialize(params) ⇒ Object
649 650 651 652 653 654 655 656 657 658 |
# File 'lib/v20190904/models.rb', line 649 def deserialize(params) @CfwInsId = params['CfwInsId'] @FwType = params['FwType'] @Region = params['Region'] @Status = params['Status'] @EventTime = params['EventTime'] @RecoverTime = params['RecoverTime'] @CfwInsName = params['CfwInsName'] @TrafficMode = params['TrafficMode'] end |