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.
4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 |
# File 'lib/v20180411/models.rb', line 4435 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
4433 4434 4435 |
# File 'lib/v20180411/models.rb', line 4433 def BackupType @BackupType end |
#EndTime ⇒ Object
4433 4434 4435 |
# File 'lib/v20180411/models.rb', line 4433 def EndTime @EndTime end |
#FileName ⇒ Object
4433 4434 4435 |
# File 'lib/v20180411/models.rb', line 4433 def FileName @FileName end |
#FilePath ⇒ Object
4433 4434 4435 |
# File 'lib/v20180411/models.rb', line 4433 def FilePath @FilePath end |
#FileSize ⇒ Object
4433 4434 4435 |
# File 'lib/v20180411/models.rb', line 4433 def FileSize @FileSize end |
#InstanceId ⇒ Object
4433 4434 4435 |
# File 'lib/v20180411/models.rb', line 4433 def InstanceId @InstanceId end |
#InstanceName ⇒ Object
4433 4434 4435 |
# File 'lib/v20180411/models.rb', line 4433 def InstanceName @InstanceName end |
#InstanceStatus ⇒ Object
4433 4434 4435 |
# File 'lib/v20180411/models.rb', line 4433 def InstanceStatus @InstanceStatus end |
#ManualBackup ⇒ Object
4433 4434 4435 |
# File 'lib/v20180411/models.rb', line 4433 def ManualBackup @ManualBackup end |
#ShardId ⇒ Object
4433 4434 4435 |
# File 'lib/v20180411/models.rb', line 4433 def ShardId @ShardId end |
#StartTime ⇒ Object
4433 4434 4435 |
# File 'lib/v20180411/models.rb', line 4433 def StartTime @StartTime end |
#StorageClass ⇒ Object
4433 4434 4435 |
# File 'lib/v20180411/models.rb', line 4433 def StorageClass @StorageClass end |
Instance Method Details
#deserialize(params) ⇒ Object
4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 |
# File 'lib/v20180411/models.rb', line 4450 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 |