Class: TencentCloud::Cynosdb::V20190107::ExportInstanceErrorLogsRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190107/models.rb

Overview

ExportInstanceErrorLogs请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instanceid = nil, starttime = nil, endtime = nil, limit = nil, offset = nil, loglevels = nil, keywords = nil, filetype = nil, orderby = nil, orderbytype = nil) ⇒ ExportInstanceErrorLogsRequest

Returns a new instance of ExportInstanceErrorLogsRequest.



8298
8299
8300
8301
8302
8303
8304
8305
8306
8307
8308
8309
# File 'lib/v20190107/models.rb', line 8298

def initialize(instanceid=nil, starttime=nil, endtime=nil, limit=nil, offset=nil, loglevels=nil, keywords=nil, filetype=nil, orderby=nil, orderbytype=nil)
  @InstanceId = instanceid
  @StartTime = starttime
  @EndTime = endtime
  @Limit = limit
  @Offset = offset
  @LogLevels = loglevels
  @KeyWords = keywords
  @FileType = filetype
  @OrderBy = orderby
  @OrderByType = orderbytype
end

Instance Attribute Details

#EndTimeObject

Parameters:

  • InstanceId:

    实例ID

  • StartTime:

    日志最早时间

  • EndTime:

    日志最晚时间

  • Limit:

    限制条数

  • Offset:

    偏移量

  • LogLevels:

    日志等级

  • KeyWords:

    关键字

  • FileType:

    文件类型,可选值:csv, original

  • OrderBy:

    可选值Timestamp

  • OrderByType:

    排序类型,ASC 或 DESC。



8296
8297
8298
# File 'lib/v20190107/models.rb', line 8296

def EndTime
  @EndTime
end

#FileTypeObject

Parameters:

  • InstanceId:

    实例ID

  • StartTime:

    日志最早时间

  • EndTime:

    日志最晚时间

  • Limit:

    限制条数

  • Offset:

    偏移量

  • LogLevels:

    日志等级

  • KeyWords:

    关键字

  • FileType:

    文件类型,可选值:csv, original

  • OrderBy:

    可选值Timestamp

  • OrderByType:

    排序类型,ASC 或 DESC。



8296
8297
8298
# File 'lib/v20190107/models.rb', line 8296

def FileType
  @FileType
end

#InstanceIdObject

Parameters:

  • InstanceId:

    实例ID

  • StartTime:

    日志最早时间

  • EndTime:

    日志最晚时间

  • Limit:

    限制条数

  • Offset:

    偏移量

  • LogLevels:

    日志等级

  • KeyWords:

    关键字

  • FileType:

    文件类型,可选值:csv, original

  • OrderBy:

    可选值Timestamp

  • OrderByType:

    排序类型,ASC 或 DESC。



8296
8297
8298
# File 'lib/v20190107/models.rb', line 8296

def InstanceId
  @InstanceId
end

#KeyWordsObject

Parameters:

  • InstanceId:

    实例ID

  • StartTime:

    日志最早时间

  • EndTime:

    日志最晚时间

  • Limit:

    限制条数

  • Offset:

    偏移量

  • LogLevels:

    日志等级

  • KeyWords:

    关键字

  • FileType:

    文件类型,可选值:csv, original

  • OrderBy:

    可选值Timestamp

  • OrderByType:

    排序类型,ASC 或 DESC。



8296
8297
8298
# File 'lib/v20190107/models.rb', line 8296

def KeyWords
  @KeyWords
end

#LimitObject

Parameters:

  • InstanceId:

    实例ID

  • StartTime:

    日志最早时间

  • EndTime:

    日志最晚时间

  • Limit:

    限制条数

  • Offset:

    偏移量

  • LogLevels:

    日志等级

  • KeyWords:

    关键字

  • FileType:

    文件类型,可选值:csv, original

  • OrderBy:

    可选值Timestamp

  • OrderByType:

    排序类型,ASC 或 DESC。



8296
8297
8298
# File 'lib/v20190107/models.rb', line 8296

def Limit
  @Limit
end

#LogLevelsObject

Parameters:

  • InstanceId:

    实例ID

  • StartTime:

    日志最早时间

  • EndTime:

    日志最晚时间

  • Limit:

    限制条数

  • Offset:

    偏移量

  • LogLevels:

    日志等级

  • KeyWords:

    关键字

  • FileType:

    文件类型,可选值:csv, original

  • OrderBy:

    可选值Timestamp

  • OrderByType:

    排序类型,ASC 或 DESC。



8296
8297
8298
# File 'lib/v20190107/models.rb', line 8296

def LogLevels
  @LogLevels
end

#OffsetObject

Parameters:

  • InstanceId:

    实例ID

  • StartTime:

    日志最早时间

  • EndTime:

    日志最晚时间

  • Limit:

    限制条数

  • Offset:

    偏移量

  • LogLevels:

    日志等级

  • KeyWords:

    关键字

  • FileType:

    文件类型,可选值:csv, original

  • OrderBy:

    可选值Timestamp

  • OrderByType:

    排序类型,ASC 或 DESC。



8296
8297
8298
# File 'lib/v20190107/models.rb', line 8296

def Offset
  @Offset
end

#OrderByObject

Parameters:

  • InstanceId:

    实例ID

  • StartTime:

    日志最早时间

  • EndTime:

    日志最晚时间

  • Limit:

    限制条数

  • Offset:

    偏移量

  • LogLevels:

    日志等级

  • KeyWords:

    关键字

  • FileType:

    文件类型,可选值:csv, original

  • OrderBy:

    可选值Timestamp

  • OrderByType:

    排序类型,ASC 或 DESC。



8296
8297
8298
# File 'lib/v20190107/models.rb', line 8296

def OrderBy
  @OrderBy
end

#OrderByTypeObject

Parameters:

  • InstanceId:

    实例ID

  • StartTime:

    日志最早时间

  • EndTime:

    日志最晚时间

  • Limit:

    限制条数

  • Offset:

    偏移量

  • LogLevels:

    日志等级

  • KeyWords:

    关键字

  • FileType:

    文件类型,可选值:csv, original

  • OrderBy:

    可选值Timestamp

  • OrderByType:

    排序类型,ASC 或 DESC。



8296
8297
8298
# File 'lib/v20190107/models.rb', line 8296

def OrderByType
  @OrderByType
end

#StartTimeObject

Parameters:

  • InstanceId:

    实例ID

  • StartTime:

    日志最早时间

  • EndTime:

    日志最晚时间

  • Limit:

    限制条数

  • Offset:

    偏移量

  • LogLevels:

    日志等级

  • KeyWords:

    关键字

  • FileType:

    文件类型,可选值:csv, original

  • OrderBy:

    可选值Timestamp

  • OrderByType:

    排序类型,ASC 或 DESC。



8296
8297
8298
# File 'lib/v20190107/models.rb', line 8296

def StartTime
  @StartTime
end

Instance Method Details

#deserialize(params) ⇒ Object



8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
8322
# File 'lib/v20190107/models.rb', line 8311

def deserialize(params)
  @InstanceId = params['InstanceId']
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @Limit = params['Limit']
  @Offset = params['Offset']
  @LogLevels = params['LogLevels']
  @KeyWords = params['KeyWords']
  @FileType = params['FileType']
  @OrderBy = params['OrderBy']
  @OrderByType = params['OrderByType']
end