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.
780 781 782 783 784 785 786 787 788 789 |
# File 'lib/v20190904/models.rb', line 780 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: 透明模式
778 779 780 |
# File 'lib/v20190904/models.rb', line 778 def CfwInsId @CfwInsId end |
#CfwInsName ⇒ Object
OnlyRoute: 透明模式
778 779 780 |
# File 'lib/v20190904/models.rb', line 778 def CfwInsName @CfwInsName end |
#EventTime ⇒ Object
OnlyRoute: 透明模式
778 779 780 |
# File 'lib/v20190904/models.rb', line 778 def EventTime @EventTime end |
#FwType ⇒ Object
OnlyRoute: 透明模式
778 779 780 |
# File 'lib/v20190904/models.rb', line 778 def FwType @FwType end |
#RecoverTime ⇒ Object
OnlyRoute: 透明模式
778 779 780 |
# File 'lib/v20190904/models.rb', line 778 def RecoverTime @RecoverTime end |
#Region ⇒ Object
OnlyRoute: 透明模式
778 779 780 |
# File 'lib/v20190904/models.rb', line 778 def Region @Region end |
#Status ⇒ Object
OnlyRoute: 透明模式
778 779 780 |
# File 'lib/v20190904/models.rb', line 778 def Status @Status end |
#TrafficMode ⇒ Object
OnlyRoute: 透明模式
778 779 780 |
# File 'lib/v20190904/models.rb', line 778 def TrafficMode @TrafficMode end |
Instance Method Details
#deserialize(params) ⇒ Object
791 792 793 794 795 796 797 798 799 800 |
# File 'lib/v20190904/models.rb', line 791 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 |