Class: TencentCloud::Trocket::V20230308::MigrationTaskItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trocket::V20230308::MigrationTaskItem
- Defined in:
- lib/v20230308/models.rb
Overview
迁移任务信息
Instance Attribute Summary collapse
-
#CreateTime ⇒ Object
1 - 元数据导入.
-
#GroupNum ⇒ Object
1 - 元数据导入.
-
#InstanceId ⇒ Object
1 - 元数据导入.
-
#Status ⇒ Object
1 - 元数据导入.
-
#TaskId ⇒ Object
1 - 元数据导入.
-
#TopicNum ⇒ Object
1 - 元数据导入.
-
#Type ⇒ Object
1 - 元数据导入.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, instanceid = nil, type = nil, topicnum = nil, groupnum = nil, status = nil, createtime = nil) ⇒ MigrationTaskItem
constructor
A new instance of MigrationTaskItem.
Constructor Details
#initialize(taskid = nil, instanceid = nil, type = nil, topicnum = nil, groupnum = nil, status = nil, createtime = nil) ⇒ MigrationTaskItem
Returns a new instance of MigrationTaskItem.
4898 4899 4900 4901 4902 4903 4904 4905 4906 |
# File 'lib/v20230308/models.rb', line 4898 def initialize(taskid=nil, instanceid=nil, type=nil, topicnum=nil, groupnum=nil, status=nil, createtime=nil) @TaskId = taskid @InstanceId = instanceid @Type = type @TopicNum = topicnum @GroupNum = groupnum @Status = status @CreateTime = createtime end |
Instance Attribute Details
#CreateTime ⇒ Object
1 - 元数据导入
4896 4897 4898 |
# File 'lib/v20230308/models.rb', line 4896 def CreateTime @CreateTime end |
#GroupNum ⇒ Object
1 - 元数据导入
4896 4897 4898 |
# File 'lib/v20230308/models.rb', line 4896 def GroupNum @GroupNum end |
#InstanceId ⇒ Object
1 - 元数据导入
4896 4897 4898 |
# File 'lib/v20230308/models.rb', line 4896 def InstanceId @InstanceId end |
#Status ⇒ Object
1 - 元数据导入
4896 4897 4898 |
# File 'lib/v20230308/models.rb', line 4896 def Status @Status end |
#TaskId ⇒ Object
1 - 元数据导入
4896 4897 4898 |
# File 'lib/v20230308/models.rb', line 4896 def TaskId @TaskId end |
#TopicNum ⇒ Object
1 - 元数据导入
4896 4897 4898 |
# File 'lib/v20230308/models.rb', line 4896 def TopicNum @TopicNum end |
#Type ⇒ Object
1 - 元数据导入
4896 4897 4898 |
# File 'lib/v20230308/models.rb', line 4896 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
4908 4909 4910 4911 4912 4913 4914 4915 4916 |
# File 'lib/v20230308/models.rb', line 4908 def deserialize(params) @TaskId = params['TaskId'] @InstanceId = params['InstanceId'] @Type = params['Type'] @TopicNum = params['TopicNum'] @GroupNum = params['GroupNum'] @Status = params['Status'] @CreateTime = params['CreateTime'] end |