Class: TencentCloud::Cdb::V20170320::HistoryJob

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

Overview

单条扩容历史记录

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operationtype = nil, expandtype = nil, starttime = nil, endtime = nil, oldcpu = nil, newcpu = nil, extendcpunum = nil, error = nil) ⇒ HistoryJob

Returns a new instance of HistoryJob.



8935
8936
8937
8938
8939
8940
8941
8942
8943
8944
# File 'lib/v20170320/models.rb', line 8935

def initialize(operationtype=nil, expandtype=nil, starttime=nil, endtime=nil, oldcpu=nil, newcpu=nil, extendcpunum=nil, error=nil)
  @OperationType = operationtype
  @ExpandType = expandtype
  @StartTime = starttime
  @EndTime = endtime
  @OldCpu = oldcpu
  @NewCpu = newcpu
  @ExtendCPUNum = extendcpunum
  @Error = error
end

Instance Attribute Details

#EndTimeObject

说明:此项显示的格式是 int 类型的 unix 时间戳说明:此项显示的格式是 int 类型的 unix 时间戳

Parameters:

  • OperationType:

    操作类型

  • ExpandType:

    扩容类型

  • StartTime:

    扩容开始时间

  • EndTime:

    扩容结束时间

  • OldCpu:

    扩容前核数

  • NewCpu:

    扩容后核数

  • ExtendCPUNum:

    增减的cpu数

  • Error:

    extend_failed操作上报



8933
8934
8935
# File 'lib/v20170320/models.rb', line 8933

def EndTime
  @EndTime
end

#ErrorObject

说明:此项显示的格式是 int 类型的 unix 时间戳说明:此项显示的格式是 int 类型的 unix 时间戳

Parameters:

  • OperationType:

    操作类型

  • ExpandType:

    扩容类型

  • StartTime:

    扩容开始时间

  • EndTime:

    扩容结束时间

  • OldCpu:

    扩容前核数

  • NewCpu:

    扩容后核数

  • ExtendCPUNum:

    增减的cpu数

  • Error:

    extend_failed操作上报



8933
8934
8935
# File 'lib/v20170320/models.rb', line 8933

def Error
  @Error
end

#ExpandTypeObject

说明:此项显示的格式是 int 类型的 unix 时间戳说明:此项显示的格式是 int 类型的 unix 时间戳

Parameters:

  • OperationType:

    操作类型

  • ExpandType:

    扩容类型

  • StartTime:

    扩容开始时间

  • EndTime:

    扩容结束时间

  • OldCpu:

    扩容前核数

  • NewCpu:

    扩容后核数

  • ExtendCPUNum:

    增减的cpu数

  • Error:

    extend_failed操作上报



8933
8934
8935
# File 'lib/v20170320/models.rb', line 8933

def ExpandType
  @ExpandType
end

#ExtendCPUNumObject

说明:此项显示的格式是 int 类型的 unix 时间戳说明:此项显示的格式是 int 类型的 unix 时间戳

Parameters:

  • OperationType:

    操作类型

  • ExpandType:

    扩容类型

  • StartTime:

    扩容开始时间

  • EndTime:

    扩容结束时间

  • OldCpu:

    扩容前核数

  • NewCpu:

    扩容后核数

  • ExtendCPUNum:

    增减的cpu数

  • Error:

    extend_failed操作上报



8933
8934
8935
# File 'lib/v20170320/models.rb', line 8933

def ExtendCPUNum
  @ExtendCPUNum
end

#NewCpuObject

说明:此项显示的格式是 int 类型的 unix 时间戳说明:此项显示的格式是 int 类型的 unix 时间戳

Parameters:

  • OperationType:

    操作类型

  • ExpandType:

    扩容类型

  • StartTime:

    扩容开始时间

  • EndTime:

    扩容结束时间

  • OldCpu:

    扩容前核数

  • NewCpu:

    扩容后核数

  • ExtendCPUNum:

    增减的cpu数

  • Error:

    extend_failed操作上报



8933
8934
8935
# File 'lib/v20170320/models.rb', line 8933

def NewCpu
  @NewCpu
end

#OldCpuObject

说明:此项显示的格式是 int 类型的 unix 时间戳说明:此项显示的格式是 int 类型的 unix 时间戳

Parameters:

  • OperationType:

    操作类型

  • ExpandType:

    扩容类型

  • StartTime:

    扩容开始时间

  • EndTime:

    扩容结束时间

  • OldCpu:

    扩容前核数

  • NewCpu:

    扩容后核数

  • ExtendCPUNum:

    增减的cpu数

  • Error:

    extend_failed操作上报



8933
8934
8935
# File 'lib/v20170320/models.rb', line 8933

def OldCpu
  @OldCpu
end

#OperationTypeObject

说明:此项显示的格式是 int 类型的 unix 时间戳说明:此项显示的格式是 int 类型的 unix 时间戳

Parameters:

  • OperationType:

    操作类型

  • ExpandType:

    扩容类型

  • StartTime:

    扩容开始时间

  • EndTime:

    扩容结束时间

  • OldCpu:

    扩容前核数

  • NewCpu:

    扩容后核数

  • ExtendCPUNum:

    增减的cpu数

  • Error:

    extend_failed操作上报



8933
8934
8935
# File 'lib/v20170320/models.rb', line 8933

def OperationType
  @OperationType
end

#StartTimeObject

说明:此项显示的格式是 int 类型的 unix 时间戳说明:此项显示的格式是 int 类型的 unix 时间戳

Parameters:

  • OperationType:

    操作类型

  • ExpandType:

    扩容类型

  • StartTime:

    扩容开始时间

  • EndTime:

    扩容结束时间

  • OldCpu:

    扩容前核数

  • NewCpu:

    扩容后核数

  • ExtendCPUNum:

    增减的cpu数

  • Error:

    extend_failed操作上报



8933
8934
8935
# File 'lib/v20170320/models.rb', line 8933

def StartTime
  @StartTime
end

Instance Method Details

#deserialize(params) ⇒ Object



8946
8947
8948
8949
8950
8951
8952
8953
8954
8955
# File 'lib/v20170320/models.rb', line 8946

def deserialize(params)
  @OperationType = params['OperationType']
  @ExpandType = params['ExpandType']
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @OldCpu = params['OldCpu']
  @NewCpu = params['NewCpu']
  @ExtendCPUNum = params['ExtendCPUNum']
  @Error = params['Error']
end