Class: TencentCloud::Sqlserver::V20180328::MigrationStep
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::MigrationStep
- Defined in:
- lib/v20180328/models.rb
Overview
冷备导入任务迁移步骤细节
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(stepno = nil, stepname = nil, stepid = nil, status = nil) ⇒ MigrationStep
constructor
A new instance of MigrationStep.
Constructor Details
#initialize(stepno = nil, stepname = nil, stepid = nil, status = nil) ⇒ MigrationStep
Returns a new instance of MigrationStep.
8161 8162 8163 8164 8165 8166 |
# File 'lib/v20180328/models.rb', line 8161 def initialize(stepno=nil, stepname=nil, stepid=nil, status=nil) @StepNo = stepno @StepName = stepname @StepId = stepid @Status = status end |
Instance Attribute Details
#Status ⇒ Object
8159 8160 8161 |
# File 'lib/v20180328/models.rb', line 8159 def Status @Status end |
#StepId ⇒ Object
8159 8160 8161 |
# File 'lib/v20180328/models.rb', line 8159 def StepId @StepId end |
#StepName ⇒ Object
8159 8160 8161 |
# File 'lib/v20180328/models.rb', line 8159 def StepName @StepName end |
#StepNo ⇒ Object
8159 8160 8161 |
# File 'lib/v20180328/models.rb', line 8159 def StepNo @StepNo end |
Instance Method Details
#deserialize(params) ⇒ Object
8168 8169 8170 8171 8172 8173 |
# File 'lib/v20180328/models.rb', line 8168 def deserialize(params) @StepNo = params['StepNo'] @StepName = params['StepName'] @StepId = params['StepId'] @Status = params['Status'] end |