Class: TencentCloud::Cdb::V20170320::DescribeBinlogBackupOverviewResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DescribeBinlogBackupOverviewResponse
- Defined in:
- lib/v20170320/models.rb
Overview
DescribeBinlogBackupOverview返回参数结构体
Instance Attribute Summary collapse
- #BinlogArchiveCount ⇒ Object
- #BinlogArchiveVolume ⇒ Object
- #BinlogBackupCount ⇒ Object
- #BinlogBackupVolume ⇒ Object
- #BinlogStandbyCount ⇒ Object
- #BinlogStandbyVolume ⇒ Object
- #RemoteBinlogCount ⇒ Object
- #RemoteBinlogVolume ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(binlogbackupvolume = nil, binlogbackupcount = nil, remotebinlogvolume = nil, remotebinlogcount = nil, binlogarchivevolume = nil, binlogarchivecount = nil, binlogstandbyvolume = nil, binlogstandbycount = nil, requestid = nil) ⇒ DescribeBinlogBackupOverviewResponse
constructor
A new instance of DescribeBinlogBackupOverviewResponse.
Constructor Details
#initialize(binlogbackupvolume = nil, binlogbackupcount = nil, remotebinlogvolume = nil, remotebinlogcount = nil, binlogarchivevolume = nil, binlogarchivecount = nil, binlogstandbyvolume = nil, binlogstandbycount = nil, requestid = nil) ⇒ DescribeBinlogBackupOverviewResponse
Returns a new instance of DescribeBinlogBackupOverviewResponse.
5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 |
# File 'lib/v20170320/models.rb', line 5501 def initialize(binlogbackupvolume=nil, binlogbackupcount=nil, remotebinlogvolume=nil, remotebinlogcount=nil, binlogarchivevolume=nil, binlogarchivecount=nil, binlogstandbyvolume=nil, binlogstandbycount=nil, requestid=nil) @BinlogBackupVolume = binlogbackupvolume @BinlogBackupCount = binlogbackupcount @RemoteBinlogVolume = remotebinlogvolume @RemoteBinlogCount = remotebinlogcount @BinlogArchiveVolume = binlogarchivevolume @BinlogArchiveCount = binlogarchivecount @BinlogStandbyVolume = binlogstandbyvolume @BinlogStandbyCount = binlogstandbycount @RequestId = requestid end |
Instance Attribute Details
#BinlogArchiveCount ⇒ Object
5499 5500 5501 |
# File 'lib/v20170320/models.rb', line 5499 def BinlogArchiveCount @BinlogArchiveCount end |
#BinlogArchiveVolume ⇒ Object
5499 5500 5501 |
# File 'lib/v20170320/models.rb', line 5499 def BinlogArchiveVolume @BinlogArchiveVolume end |
#BinlogBackupCount ⇒ Object
5499 5500 5501 |
# File 'lib/v20170320/models.rb', line 5499 def BinlogBackupCount @BinlogBackupCount end |
#BinlogBackupVolume ⇒ Object
5499 5500 5501 |
# File 'lib/v20170320/models.rb', line 5499 def BinlogBackupVolume @BinlogBackupVolume end |
#BinlogStandbyCount ⇒ Object
5499 5500 5501 |
# File 'lib/v20170320/models.rb', line 5499 def BinlogStandbyCount @BinlogStandbyCount end |
#BinlogStandbyVolume ⇒ Object
5499 5500 5501 |
# File 'lib/v20170320/models.rb', line 5499 def BinlogStandbyVolume @BinlogStandbyVolume end |
#RemoteBinlogCount ⇒ Object
5499 5500 5501 |
# File 'lib/v20170320/models.rb', line 5499 def RemoteBinlogCount @RemoteBinlogCount end |
#RemoteBinlogVolume ⇒ Object
5499 5500 5501 |
# File 'lib/v20170320/models.rb', line 5499 def RemoteBinlogVolume @RemoteBinlogVolume end |
#RequestId ⇒ Object
5499 5500 5501 |
# File 'lib/v20170320/models.rb', line 5499 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 |
# File 'lib/v20170320/models.rb', line 5513 def deserialize(params) @BinlogBackupVolume = params['BinlogBackupVolume'] @BinlogBackupCount = params['BinlogBackupCount'] @RemoteBinlogVolume = params['RemoteBinlogVolume'] @RemoteBinlogCount = params['RemoteBinlogCount'] @BinlogArchiveVolume = params['BinlogArchiveVolume'] @BinlogArchiveCount = params['BinlogArchiveCount'] @BinlogStandbyVolume = params['BinlogStandbyVolume'] @BinlogStandbyCount = params['BinlogStandbyCount'] @RequestId = params['RequestId'] end |