Class: TencentCloud::Cdb::V20170320::DescribeBackupOverviewResponse

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20170320/models.rb

Overview

DescribeBackupOverview返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(backupcount = nil, backupvolume = nil, billingvolume = nil, freevolume = nil, remotebackupvolume = nil, backuparchivevolume = nil, backupstandbyvolume = nil, requestid = nil) ⇒ DescribeBackupOverviewResponse



5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
# File 'lib/v20170320/models.rb', line 5351

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

#BackupArchiveVolumeObject



5349
5350
5351
# File 'lib/v20170320/models.rb', line 5349

def BackupArchiveVolume
  @BackupArchiveVolume
end

#BackupCountObject



5349
5350
5351
# File 'lib/v20170320/models.rb', line 5349

def BackupCount
  @BackupCount
end

#BackupStandbyVolumeObject



5349
5350
5351
# File 'lib/v20170320/models.rb', line 5349

def BackupStandbyVolume
  @BackupStandbyVolume
end

#BackupVolumeObject



5349
5350
5351
# File 'lib/v20170320/models.rb', line 5349

def BackupVolume
  @BackupVolume
end

#BillingVolumeObject



5349
5350
5351
# File 'lib/v20170320/models.rb', line 5349

def BillingVolume
  @BillingVolume
end

#FreeVolumeObject



5349
5350
5351
# File 'lib/v20170320/models.rb', line 5349

def FreeVolume
  @FreeVolume
end

#RemoteBackupVolumeObject



5349
5350
5351
# File 'lib/v20170320/models.rb', line 5349

def RemoteBackupVolume
  @RemoteBackupVolume
end

#RequestIdObject



5349
5350
5351
# File 'lib/v20170320/models.rb', line 5349

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
# File 'lib/v20170320/models.rb', line 5362

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