Class: TencentCloud::Cfw::V20190904::StaticInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::StaticInfo
- Defined in:
- lib/v20190904/models.rb
Overview
StaticInfo 告警柱形图统计信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(address = nil, insid = nil, insname = nil, ip = nil, num = nil, port = nil) ⇒ StaticInfo
constructor
A new instance of StaticInfo.
Constructor Details
#initialize(address = nil, insid = nil, insname = nil, ip = nil, num = nil, port = nil) ⇒ StaticInfo
Returns a new instance of StaticInfo.
9579 9580 9581 9582 9583 9584 9585 9586 |
# File 'lib/v20190904/models.rb', line 9579 def initialize(address=nil, insid=nil, insname=nil, ip=nil, num=nil, port=nil) @Address = address @InsID = insid @InsName = insname @Ip = ip @Num = num @Port = port end |
Instance Attribute Details
#Address ⇒ Object
9577 9578 9579 |
# File 'lib/v20190904/models.rb', line 9577 def Address @Address end |
#InsID ⇒ Object
9577 9578 9579 |
# File 'lib/v20190904/models.rb', line 9577 def InsID @InsID end |
#InsName ⇒ Object
9577 9578 9579 |
# File 'lib/v20190904/models.rb', line 9577 def InsName @InsName end |
#Ip ⇒ Object
9577 9578 9579 |
# File 'lib/v20190904/models.rb', line 9577 def Ip @Ip end |
#Num ⇒ Object
9577 9578 9579 |
# File 'lib/v20190904/models.rb', line 9577 def Num @Num end |
#Port ⇒ Object
9577 9578 9579 |
# File 'lib/v20190904/models.rb', line 9577 def Port @Port end |
Instance Method Details
#deserialize(params) ⇒ Object
9588 9589 9590 9591 9592 9593 9594 9595 |
# File 'lib/v20190904/models.rb', line 9588 def deserialize(params) @Address = params['Address'] @InsID = params['InsID'] @InsName = params['InsName'] @Ip = params['Ip'] @Num = params['Num'] @Port = params['Port'] end |