Class: TencentCloud::Sqlserver::V20180328::SlowLog
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::SlowLog
- Defined in:
- lib/v20180328/models.rb
Overview
慢查询日志文件信息
Instance Attribute Summary collapse
- #Count ⇒ Object
- #EndTime ⇒ Object
- #ExternalAddr ⇒ Object
- #Id ⇒ Object
- #InternalAddr ⇒ Object
- #Size ⇒ Object
- #StartTime ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, starttime = nil, endtime = nil, size = nil, count = nil, internaladdr = nil, externaladdr = nil, status = nil) ⇒ SlowLog
constructor
A new instance of SlowLog.
Constructor Details
#initialize(id = nil, starttime = nil, endtime = nil, size = nil, count = nil, internaladdr = nil, externaladdr = nil, status = nil) ⇒ SlowLog
Returns a new instance of SlowLog.
11134 11135 11136 11137 11138 11139 11140 11141 11142 11143 |
# File 'lib/v20180328/models.rb', line 11134 def initialize(id=nil, starttime=nil, endtime=nil, size=nil, count=nil, internaladdr=nil, externaladdr=nil, status=nil) @Id = id @StartTime = starttime @EndTime = endtime @Size = size @Count = count @InternalAddr = internaladdr @ExternalAddr = externaladdr @Status = status end |
Instance Attribute Details
#Count ⇒ Object
11132 11133 11134 |
# File 'lib/v20180328/models.rb', line 11132 def Count @Count end |
#EndTime ⇒ Object
11132 11133 11134 |
# File 'lib/v20180328/models.rb', line 11132 def EndTime @EndTime end |
#ExternalAddr ⇒ Object
11132 11133 11134 |
# File 'lib/v20180328/models.rb', line 11132 def ExternalAddr @ExternalAddr end |
#Id ⇒ Object
11132 11133 11134 |
# File 'lib/v20180328/models.rb', line 11132 def Id @Id end |
#InternalAddr ⇒ Object
11132 11133 11134 |
# File 'lib/v20180328/models.rb', line 11132 def InternalAddr @InternalAddr end |
#Size ⇒ Object
11132 11133 11134 |
# File 'lib/v20180328/models.rb', line 11132 def Size @Size end |
#StartTime ⇒ Object
11132 11133 11134 |
# File 'lib/v20180328/models.rb', line 11132 def StartTime @StartTime end |
#Status ⇒ Object
11132 11133 11134 |
# File 'lib/v20180328/models.rb', line 11132 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
11145 11146 11147 11148 11149 11150 11151 11152 11153 11154 |
# File 'lib/v20180328/models.rb', line 11145 def deserialize(params) @Id = params['Id'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Size = params['Size'] @Count = params['Count'] @InternalAddr = params['InternalAddr'] @ExternalAddr = params['ExternalAddr'] @Status = params['Status'] end |