Class: TencentCloud::Cdwch::V20200915::BackupTableContent

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

Overview

备份表信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#DatabaseObject

Parameters:

  • Database:

    数据库

  • Table:

  • TotalBytes:

    表总字节数

  • VCluster:

    虚拟cluster

  • Ips:

    表ip

  • ZooPath:

    zk路径

  • Rip:

    cvm的ip地址



157
158
159
# File 'lib/v20200915/models.rb', line 157

def Database
  @Database
end

#IpsObject

Parameters:

  • Database:

    数据库

  • Table:

  • TotalBytes:

    表总字节数

  • VCluster:

    虚拟cluster

  • Ips:

    表ip

  • ZooPath:

    zk路径

  • Rip:

    cvm的ip地址



157
158
159
# File 'lib/v20200915/models.rb', line 157

def Ips
  @Ips
end

#RipObject

Parameters:

  • Database:

    数据库

  • Table:

  • TotalBytes:

    表总字节数

  • VCluster:

    虚拟cluster

  • Ips:

    表ip

  • ZooPath:

    zk路径

  • Rip:

    cvm的ip地址



157
158
159
# File 'lib/v20200915/models.rb', line 157

def Rip
  @Rip
end

#TableObject

Parameters:

  • Database:

    数据库

  • Table:

  • TotalBytes:

    表总字节数

  • VCluster:

    虚拟cluster

  • Ips:

    表ip

  • ZooPath:

    zk路径

  • Rip:

    cvm的ip地址



157
158
159
# File 'lib/v20200915/models.rb', line 157

def Table
  @Table
end

#TotalBytesObject

Parameters:

  • Database:

    数据库

  • Table:

  • TotalBytes:

    表总字节数

  • VCluster:

    虚拟cluster

  • Ips:

    表ip

  • ZooPath:

    zk路径

  • Rip:

    cvm的ip地址



157
158
159
# File 'lib/v20200915/models.rb', line 157

def TotalBytes
  @TotalBytes
end

#VClusterObject

Parameters:

  • Database:

    数据库

  • Table:

  • TotalBytes:

    表总字节数

  • VCluster:

    虚拟cluster

  • Ips:

    表ip

  • ZooPath:

    zk路径

  • Rip:

    cvm的ip地址



157
158
159
# File 'lib/v20200915/models.rb', line 157

def VCluster
  @VCluster
end

#ZooPathObject

Parameters:

  • Database:

    数据库

  • Table:

  • TotalBytes:

    表总字节数

  • VCluster:

    虚拟cluster

  • Ips:

    表ip

  • ZooPath:

    zk路径

  • Rip:

    cvm的ip地址



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