Class: TencentCloud::Sqlserver::V20180328::RestoreTask
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::RestoreTask
- Defined in:
- lib/v20180328/models.rb
Overview
回档任务记录
Instance Attribute Summary collapse
-
#EndTime ⇒ Object
1:申请中 2:运行中 3:受限运行中 (主备切换中) 4:已隔离 5:回收中 6:已回收 7:任务执行中 (实例做备份、回档等操作) 8:已下线 9:实例扩容中 10:实例迁移中 11:只读 12:重启中.
-
#FlowId ⇒ Object
1:申请中 2:运行中 3:受限运行中 (主备切换中) 4:已隔离 5:回收中 6:已回收 7:任务执行中 (实例做备份、回档等操作) 8:已下线 9:实例扩容中 10:实例迁移中 11:只读 12:重启中.
-
#RestoreId ⇒ Object
1:申请中 2:运行中 3:受限运行中 (主备切换中) 4:已隔离 5:回收中 6:已回收 7:任务执行中 (实例做备份、回档等操作) 8:已下线 9:实例扩容中 10:实例迁移中 11:只读 12:重启中.
-
#RestoreTime ⇒ Object
1:申请中 2:运行中 3:受限运行中 (主备切换中) 4:已隔离 5:回收中 6:已回收 7:任务执行中 (实例做备份、回档等操作) 8:已下线 9:实例扩容中 10:实例迁移中 11:只读 12:重启中.
-
#RestoreType ⇒ Object
1:申请中 2:运行中 3:受限运行中 (主备切换中) 4:已隔离 5:回收中 6:已回收 7:任务执行中 (实例做备份、回档等操作) 8:已下线 9:实例扩容中 10:实例迁移中 11:只读 12:重启中.
-
#StartTime ⇒ Object
1:申请中 2:运行中 3:受限运行中 (主备切换中) 4:已隔离 5:回收中 6:已回收 7:任务执行中 (实例做备份、回档等操作) 8:已下线 9:实例扩容中 10:实例迁移中 11:只读 12:重启中.
-
#Status ⇒ Object
1:申请中 2:运行中 3:受限运行中 (主备切换中) 4:已隔离 5:回收中 6:已回收 7:任务执行中 (实例做备份、回档等操作) 8:已下线 9:实例扩容中 10:实例迁移中 11:只读 12:重启中.
-
#TargetInstanceId ⇒ Object
1:申请中 2:运行中 3:受限运行中 (主备切换中) 4:已隔离 5:回收中 6:已回收 7:任务执行中 (实例做备份、回档等操作) 8:已下线 9:实例扩容中 10:实例迁移中 11:只读 12:重启中.
-
#TargetInstanceName ⇒ Object
1:申请中 2:运行中 3:受限运行中 (主备切换中) 4:已隔离 5:回收中 6:已回收 7:任务执行中 (实例做备份、回档等操作) 8:已下线 9:实例扩容中 10:实例迁移中 11:只读 12:重启中.
-
#TargetInstanceStatus ⇒ Object
1:申请中 2:运行中 3:受限运行中 (主备切换中) 4:已隔离 5:回收中 6:已回收 7:任务执行中 (实例做备份、回档等操作) 8:已下线 9:实例扩容中 10:实例迁移中 11:只读 12:重启中.
-
#TargetRegion ⇒ Object
1:申请中 2:运行中 3:受限运行中 (主备切换中) 4:已隔离 5:回收中 6:已回收 7:任务执行中 (实例做备份、回档等操作) 8:已下线 9:实例扩容中 10:实例迁移中 11:只读 12:重启中.
-
#TargetType ⇒ Object
1:申请中 2:运行中 3:受限运行中 (主备切换中) 4:已隔离 5:回收中 6:已回收 7:任务执行中 (实例做备份、回档等操作) 8:已下线 9:实例扩容中 10:实例迁移中 11:只读 12:重启中.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(targetinstanceid = nil, targetinstancename = nil, targetinstancestatus = nil, targetregion = nil, restoreid = nil, targettype = nil, restoretype = nil, restoretime = nil, starttime = nil, endtime = nil, status = nil, flowid = nil) ⇒ RestoreTask
constructor
A new instance of RestoreTask.
Constructor Details
#initialize(targetinstanceid = nil, targetinstancename = nil, targetinstancestatus = nil, targetregion = nil, restoreid = nil, targettype = nil, restoretype = nil, restoretime = nil, starttime = nil, endtime = nil, status = nil, flowid = nil) ⇒ RestoreTask
10815 10816 10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 |
# File 'lib/v20180328/models.rb', line 10815 def initialize(targetinstanceid=nil, targetinstancename=nil, targetinstancestatus=nil, targetregion=nil, restoreid=nil, targettype=nil, restoretype=nil, restoretime=nil, starttime=nil, endtime=nil, status=nil, flowid=nil) @TargetInstanceId = targetinstanceid @TargetInstanceName = targetinstancename @TargetInstanceStatus = targetinstancestatus @TargetRegion = targetregion @RestoreId = restoreid @TargetType = targettype @RestoreType = restoretype @RestoreTime = restoretime @StartTime = starttime @EndTime = endtime @Status = status @FlowId = flowid end |
Instance Attribute Details
#EndTime ⇒ Object
1:申请中2:运行中3:受限运行中 (主备切换中) 4:已隔离5:回收中6:已回收7:任务执行中 (实例做备份、回档等操作) 8:已下线9:实例扩容中10:实例迁移中11:只读12:重启中
10813 10814 10815 |
# File 'lib/v20180328/models.rb', line 10813 def EndTime @EndTime end |
#FlowId ⇒ Object
1:申请中2:运行中3:受限运行中 (主备切换中) 4:已隔离5:回收中6:已回收7:任务执行中 (实例做备份、回档等操作) 8:已下线9:实例扩容中10:实例迁移中11:只读12:重启中
10813 10814 10815 |
# File 'lib/v20180328/models.rb', line 10813 def FlowId @FlowId end |
#RestoreId ⇒ Object
1:申请中2:运行中3:受限运行中 (主备切换中) 4:已隔离5:回收中6:已回收7:任务执行中 (实例做备份、回档等操作) 8:已下线9:实例扩容中10:实例迁移中11:只读12:重启中
10813 10814 10815 |
# File 'lib/v20180328/models.rb', line 10813 def RestoreId @RestoreId end |
#RestoreTime ⇒ Object
1:申请中2:运行中3:受限运行中 (主备切换中) 4:已隔离5:回收中6:已回收7:任务执行中 (实例做备份、回档等操作) 8:已下线9:实例扩容中10:实例迁移中11:只读12:重启中
10813 10814 10815 |
# File 'lib/v20180328/models.rb', line 10813 def RestoreTime @RestoreTime end |
#RestoreType ⇒ Object
1:申请中2:运行中3:受限运行中 (主备切换中) 4:已隔离5:回收中6:已回收7:任务执行中 (实例做备份、回档等操作) 8:已下线9:实例扩容中10:实例迁移中11:只读12:重启中
10813 10814 10815 |
# File 'lib/v20180328/models.rb', line 10813 def RestoreType @RestoreType end |
#StartTime ⇒ Object
1:申请中2:运行中3:受限运行中 (主备切换中) 4:已隔离5:回收中6:已回收7:任务执行中 (实例做备份、回档等操作) 8:已下线9:实例扩容中10:实例迁移中11:只读12:重启中
10813 10814 10815 |
# File 'lib/v20180328/models.rb', line 10813 def StartTime @StartTime end |
#Status ⇒ Object
1:申请中2:运行中3:受限运行中 (主备切换中) 4:已隔离5:回收中6:已回收7:任务执行中 (实例做备份、回档等操作) 8:已下线9:实例扩容中10:实例迁移中11:只读12:重启中
10813 10814 10815 |
# File 'lib/v20180328/models.rb', line 10813 def Status @Status end |
#TargetInstanceId ⇒ Object
1:申请中2:运行中3:受限运行中 (主备切换中) 4:已隔离5:回收中6:已回收7:任务执行中 (实例做备份、回档等操作) 8:已下线9:实例扩容中10:实例迁移中11:只读12:重启中
10813 10814 10815 |
# File 'lib/v20180328/models.rb', line 10813 def TargetInstanceId @TargetInstanceId end |
#TargetInstanceName ⇒ Object
1:申请中2:运行中3:受限运行中 (主备切换中) 4:已隔离5:回收中6:已回收7:任务执行中 (实例做备份、回档等操作) 8:已下线9:实例扩容中10:实例迁移中11:只读12:重启中
10813 10814 10815 |
# File 'lib/v20180328/models.rb', line 10813 def TargetInstanceName @TargetInstanceName end |
#TargetInstanceStatus ⇒ Object
1:申请中2:运行中3:受限运行中 (主备切换中) 4:已隔离5:回收中6:已回收7:任务执行中 (实例做备份、回档等操作) 8:已下线9:实例扩容中10:实例迁移中11:只读12:重启中
10813 10814 10815 |
# File 'lib/v20180328/models.rb', line 10813 def TargetInstanceStatus @TargetInstanceStatus end |
#TargetRegion ⇒ Object
1:申请中2:运行中3:受限运行中 (主备切换中) 4:已隔离5:回收中6:已回收7:任务执行中 (实例做备份、回档等操作) 8:已下线9:实例扩容中10:实例迁移中11:只读12:重启中
10813 10814 10815 |
# File 'lib/v20180328/models.rb', line 10813 def TargetRegion @TargetRegion end |
#TargetType ⇒ Object
1:申请中2:运行中3:受限运行中 (主备切换中) 4:已隔离5:回收中6:已回收7:任务执行中 (实例做备份、回档等操作) 8:已下线9:实例扩容中10:实例迁移中11:只读12:重启中
10813 10814 10815 |
# File 'lib/v20180328/models.rb', line 10813 def TargetType @TargetType end |
Instance Method Details
#deserialize(params) ⇒ Object
10830 10831 10832 10833 10834 10835 10836 10837 10838 10839 10840 10841 10842 10843 |
# File 'lib/v20180328/models.rb', line 10830 def deserialize(params) @TargetInstanceId = params['TargetInstanceId'] @TargetInstanceName = params['TargetInstanceName'] @TargetInstanceStatus = params['TargetInstanceStatus'] @TargetRegion = params['TargetRegion'] @RestoreId = params['RestoreId'] @TargetType = params['TargetType'] @RestoreType = params['RestoreType'] @RestoreTime = params['RestoreTime'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Status = params['Status'] @FlowId = params['FlowId'] end |