Class: TencentCloud::Dcdb::V20180411::InstanceBackupFileItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::InstanceBackupFileItem
- Defined in:
- lib/v20180411/models.rb
Overview
实例备份文件信息
Instance Attribute Summary collapse
- #BackupType ⇒ Object
- #EndTime ⇒ Object
- #FileName ⇒ Object
- #FilePath ⇒ Object
- #FileSize ⇒ Object
- #InstanceId ⇒ Object
- #InstanceName ⇒ Object
- #InstanceStatus ⇒ Object
- #ManualBackup ⇒ Object
- #ShardId ⇒ Object
- #StartTime ⇒ Object
- #StorageClass ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, instancename = nil, instancestatus = nil, shardid = nil, filepath = nil, filename = nil, filesize = nil, backuptype = nil, manualbackup = nil, starttime = nil, endtime = nil, storageclass = nil) ⇒ InstanceBackupFileItem
constructor
A new instance of InstanceBackupFileItem.
Constructor Details
#initialize(instanceid = nil, instancename = nil, instancestatus = nil, shardid = nil, filepath = nil, filename = nil, filesize = nil, backuptype = nil, manualbackup = nil, starttime = nil, endtime = nil, storageclass = nil) ⇒ InstanceBackupFileItem
Returns a new instance of InstanceBackupFileItem.
4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 |
# File 'lib/v20180411/models.rb', line 4617 def initialize(instanceid=nil, instancename=nil, instancestatus=nil, shardid=nil, filepath=nil, filename=nil, filesize=nil, backuptype=nil, manualbackup=nil, starttime=nil, endtime=nil, storageclass=nil) @InstanceId = instanceid @InstanceName = instancename @InstanceStatus = instancestatus @ShardId = shardid @FilePath = filepath @FileName = filename @FileSize = filesize @BackupType = backuptype @ManualBackup = manualbackup @StartTime = starttime @EndTime = endtime @StorageClass = storageclass end |
Instance Attribute Details
#BackupType ⇒ Object
4615 4616 4617 |
# File 'lib/v20180411/models.rb', line 4615 def BackupType @BackupType end |
#EndTime ⇒ Object
4615 4616 4617 |
# File 'lib/v20180411/models.rb', line 4615 def EndTime @EndTime end |
#FileName ⇒ Object
4615 4616 4617 |
# File 'lib/v20180411/models.rb', line 4615 def FileName @FileName end |
#FilePath ⇒ Object
4615 4616 4617 |
# File 'lib/v20180411/models.rb', line 4615 def FilePath @FilePath end |
#FileSize ⇒ Object
4615 4616 4617 |
# File 'lib/v20180411/models.rb', line 4615 def FileSize @FileSize end |
#InstanceId ⇒ Object
4615 4616 4617 |
# File 'lib/v20180411/models.rb', line 4615 def InstanceId @InstanceId end |
#InstanceName ⇒ Object
4615 4616 4617 |
# File 'lib/v20180411/models.rb', line 4615 def InstanceName @InstanceName end |
#InstanceStatus ⇒ Object
4615 4616 4617 |
# File 'lib/v20180411/models.rb', line 4615 def InstanceStatus @InstanceStatus end |
#ManualBackup ⇒ Object
4615 4616 4617 |
# File 'lib/v20180411/models.rb', line 4615 def ManualBackup @ManualBackup end |
#ShardId ⇒ Object
4615 4616 4617 |
# File 'lib/v20180411/models.rb', line 4615 def ShardId @ShardId end |
#StartTime ⇒ Object
4615 4616 4617 |
# File 'lib/v20180411/models.rb', line 4615 def StartTime @StartTime end |
#StorageClass ⇒ Object
4615 4616 4617 |
# File 'lib/v20180411/models.rb', line 4615 def StorageClass @StorageClass end |
Instance Method Details
#deserialize(params) ⇒ Object
4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 |
# File 'lib/v20180411/models.rb', line 4632 def deserialize(params) @InstanceId = params['InstanceId'] @InstanceName = params['InstanceName'] @InstanceStatus = params['InstanceStatus'] @ShardId = params['ShardId'] @FilePath = params['FilePath'] @FileName = params['FileName'] @FileSize = params['FileSize'] @BackupType = params['BackupType'] @ManualBackup = params['ManualBackup'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @StorageClass = params['StorageClass'] end |