Class: TencentCloud::Cdwch::V20200915::BackupTableContent
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdwch::V20200915::BackupTableContent
- Defined in:
- lib/v20200915/models.rb
Overview
备份表信息
Instance Attribute Summary collapse
- #Database ⇒ Object
- #Ips ⇒ Object
- #Rip ⇒ Object
- #Table ⇒ Object
- #TotalBytes ⇒ Object
- #VCluster ⇒ Object
- #ZooPath ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(database = nil, table = nil, totalbytes = nil, vcluster = nil, ips = nil, zoopath = nil, rip = nil) ⇒ BackupTableContent
constructor
A new instance of BackupTableContent.
Constructor Details
#initialize(database = nil, table = nil, totalbytes = nil, vcluster = nil, ips = nil, zoopath = nil, rip = nil) ⇒ BackupTableContent
Returns a new instance of BackupTableContent.
159 160 161 162 163 164 165 166 167 |
# File 'lib/v20200915/models.rb', line 159 def initialize(database=nil, table=nil, totalbytes=nil, vcluster=nil, ips=nil, zoopath=nil, rip=nil) @Database = database @Table = table @TotalBytes = totalbytes @VCluster = vcluster @Ips = ips @ZooPath = zoopath @Rip = rip end |
Instance Attribute Details
#Database ⇒ Object
157 158 159 |
# File 'lib/v20200915/models.rb', line 157 def Database @Database end |
#Ips ⇒ Object
157 158 159 |
# File 'lib/v20200915/models.rb', line 157 def Ips @Ips end |
#Rip ⇒ Object
157 158 159 |
# File 'lib/v20200915/models.rb', line 157 def Rip @Rip end |
#Table ⇒ Object
157 158 159 |
# File 'lib/v20200915/models.rb', line 157 def Table @Table end |
#TotalBytes ⇒ Object
157 158 159 |
# File 'lib/v20200915/models.rb', line 157 def TotalBytes @TotalBytes end |
#VCluster ⇒ Object
157 158 159 |
# File 'lib/v20200915/models.rb', line 157 def VCluster @VCluster end |
#ZooPath ⇒ Object
157 158 159 |
# File 'lib/v20200915/models.rb', line 157 def ZooPath @ZooPath end |
Instance Method Details
#deserialize(params) ⇒ Object
169 170 171 172 173 174 175 176 177 |
# File 'lib/v20200915/models.rb', line 169 def deserialize(params) @Database = params['Database'] @Table = params['Table'] @TotalBytes = params['TotalBytes'] @VCluster = params['VCluster'] @Ips = params['Ips'] @ZooPath = params['ZooPath'] @Rip = params['Rip'] end |