Class: TencentCloud::Cdb::V20170320::DescribeBackupOverviewResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DescribeBackupOverviewResponse
- Defined in:
- lib/v20170320/models.rb
Overview
DescribeBackupOverview返回参数结构体
Instance Attribute Summary collapse
- #BackupArchiveVolume ⇒ Object
- #BackupCount ⇒ Object
- #BackupStandbyVolume ⇒ Object
- #BackupVolume ⇒ Object
- #BillingVolume ⇒ Object
- #FreeVolume ⇒ Object
- #RemoteBackupVolume ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(backupcount = nil, backupvolume = nil, billingvolume = nil, freevolume = nil, remotebackupvolume = nil, backuparchivevolume = nil, backupstandbyvolume = nil, requestid = nil) ⇒ DescribeBackupOverviewResponse
constructor
A new instance of DescribeBackupOverviewResponse.
Constructor Details
#initialize(backupcount = nil, backupvolume = nil, billingvolume = nil, freevolume = nil, remotebackupvolume = nil, backuparchivevolume = nil, backupstandbyvolume = nil, requestid = nil) ⇒ DescribeBackupOverviewResponse
Returns a new instance of DescribeBackupOverviewResponse.
5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 |
# File 'lib/v20170320/models.rb', line 5292 def initialize(backupcount=nil, backupvolume=nil, billingvolume=nil, freevolume=nil, remotebackupvolume=nil, backuparchivevolume=nil, backupstandbyvolume=nil, requestid=nil) @BackupCount = backupcount @BackupVolume = backupvolume @BillingVolume = billingvolume @FreeVolume = freevolume @RemoteBackupVolume = remotebackupvolume @BackupArchiveVolume = backuparchivevolume @BackupStandbyVolume = backupstandbyvolume @RequestId = requestid end |
Instance Attribute Details
#BackupArchiveVolume ⇒ Object
5290 5291 5292 |
# File 'lib/v20170320/models.rb', line 5290 def BackupArchiveVolume @BackupArchiveVolume end |
#BackupCount ⇒ Object
5290 5291 5292 |
# File 'lib/v20170320/models.rb', line 5290 def BackupCount @BackupCount end |
#BackupStandbyVolume ⇒ Object
5290 5291 5292 |
# File 'lib/v20170320/models.rb', line 5290 def BackupStandbyVolume @BackupStandbyVolume end |
#BackupVolume ⇒ Object
5290 5291 5292 |
# File 'lib/v20170320/models.rb', line 5290 def BackupVolume @BackupVolume end |
#BillingVolume ⇒ Object
5290 5291 5292 |
# File 'lib/v20170320/models.rb', line 5290 def BillingVolume @BillingVolume end |
#FreeVolume ⇒ Object
5290 5291 5292 |
# File 'lib/v20170320/models.rb', line 5290 def FreeVolume @FreeVolume end |
#RemoteBackupVolume ⇒ Object
5290 5291 5292 |
# File 'lib/v20170320/models.rb', line 5290 def RemoteBackupVolume @RemoteBackupVolume end |
#RequestId ⇒ Object
5290 5291 5292 |
# File 'lib/v20170320/models.rb', line 5290 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 |
# File 'lib/v20170320/models.rb', line 5303 def deserialize(params) @BackupCount = params['BackupCount'] @BackupVolume = params['BackupVolume'] @BillingVolume = params['BillingVolume'] @FreeVolume = params['FreeVolume'] @RemoteBackupVolume = params['RemoteBackupVolume'] @BackupArchiveVolume = params['BackupArchiveVolume'] @BackupStandbyVolume = params['BackupStandbyVolume'] @RequestId = params['RequestId'] end |