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.
10389 10390 10391 10392 10393 10394 10395 10396 |
# File 'lib/v20190904/models.rb', line 10389 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
10387 10388 10389 |
# File 'lib/v20190904/models.rb', line 10387 def Address @Address end |
#InsID ⇒ Object
10387 10388 10389 |
# File 'lib/v20190904/models.rb', line 10387 def InsID @InsID end |
#InsName ⇒ Object
10387 10388 10389 |
# File 'lib/v20190904/models.rb', line 10387 def InsName @InsName end |
#Ip ⇒ Object
10387 10388 10389 |
# File 'lib/v20190904/models.rb', line 10387 def Ip @Ip end |
#Num ⇒ Object
10387 10388 10389 |
# File 'lib/v20190904/models.rb', line 10387 def Num @Num end |
#Port ⇒ Object
10387 10388 10389 |
# File 'lib/v20190904/models.rb', line 10387 def Port @Port end |
Instance Method Details
#deserialize(params) ⇒ Object
10398 10399 10400 10401 10402 10403 10404 10405 |
# File 'lib/v20190904/models.rb', line 10398 def deserialize(params) @Address = params['Address'] @InsID = params['InsID'] @InsName = params['InsName'] @Ip = params['Ip'] @Num = params['Num'] @Port = params['Port'] end |