Class: TencentCloud::Cwp::V20180228::ExportAssetDatabaseListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportAssetDatabaseListRequest
- Defined in:
- lib/v20180228/models.rb
Overview
ExportAssetDatabaseList请求参数结构体
Instance Attribute Summary collapse
-
#By ⇒ Object
<li>User- string - 是否必填:否 - 运行用户</li> <li>Ip - String - 是否必填:否 - 绑定IP</li> <li>Port - Int - 是否必填:否 - 端口</li> <li>Name - Int - 是否必填:否 - 数据库名称 0:全部 1:MySQL 2:Redis 3:Oracle 4:MongoDB 5:MemCache 6:PostgreSQL 7:HBase 8:DB2 9:Sybase 10:TiDB</li> <li>Proto - String - 是否必填:否 - 协议:1:TCP, 2:UDP, 3:未知</li> <li>OsType - String - 是否必填:否 - 操作系统: linux/windows</li>.
-
#Filters ⇒ Object
<li>User- string - 是否必填:否 - 运行用户</li> <li>Ip - String - 是否必填:否 - 绑定IP</li> <li>Port - Int - 是否必填:否 - 端口</li> <li>Name - Int - 是否必填:否 - 数据库名称 0:全部 1:MySQL 2:Redis 3:Oracle 4:MongoDB 5:MemCache 6:PostgreSQL 7:HBase 8:DB2 9:Sybase 10:TiDB</li> <li>Proto - String - 是否必填:否 - 协议:1:TCP, 2:UDP, 3:未知</li> <li>OsType - String - 是否必填:否 - 操作系统: linux/windows</li>.
-
#Order ⇒ Object
<li>User- string - 是否必填:否 - 运行用户</li> <li>Ip - String - 是否必填:否 - 绑定IP</li> <li>Port - Int - 是否必填:否 - 端口</li> <li>Name - Int - 是否必填:否 - 数据库名称 0:全部 1:MySQL 2:Redis 3:Oracle 4:MongoDB 5:MemCache 6:PostgreSQL 7:HBase 8:DB2 9:Sybase 10:TiDB</li> <li>Proto - String - 是否必填:否 - 协议:1:TCP, 2:UDP, 3:未知</li> <li>OsType - String - 是否必填:否 - 操作系统: linux/windows</li>.
-
#Quuid ⇒ Object
<li>User- string - 是否必填:否 - 运行用户</li> <li>Ip - String - 是否必填:否 - 绑定IP</li> <li>Port - Int - 是否必填:否 - 端口</li> <li>Name - Int - 是否必填:否 - 数据库名称 0:全部 1:MySQL 2:Redis 3:Oracle 4:MongoDB 5:MemCache 6:PostgreSQL 7:HBase 8:DB2 9:Sybase 10:TiDB</li> <li>Proto - String - 是否必填:否 - 协议:1:TCP, 2:UDP, 3:未知</li> <li>OsType - String - 是否必填:否 - 操作系统: linux/windows</li>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filters = nil, quuid = nil, order = nil, by = nil) ⇒ ExportAssetDatabaseListRequest
constructor
A new instance of ExportAssetDatabaseListRequest.
Constructor Details
#initialize(filters = nil, quuid = nil, order = nil, by = nil) ⇒ ExportAssetDatabaseListRequest
Returns a new instance of ExportAssetDatabaseListRequest.
25916 25917 25918 25919 25920 25921 |
# File 'lib/v20180228/models.rb', line 25916 def initialize(filters=nil, quuid=nil, order=nil, by=nil) @Filters = filters @Quuid = quuid @Order = order @By = by end |
Instance Attribute Details
#By ⇒ Object
<li>User- string - 是否必填:否 - 运行用户</li> <li>Ip - String - 是否必填:否 - 绑定IP</li> <li>Port - Int - 是否必填:否 - 端口</li> <li>Name - Int - 是否必填:否 - 数据库名称0:全部1:MySQL 2:Redis 3:Oracle 4:MongoDB 5:MemCache 6:PostgreSQL 7:HBase 8:DB2 9:Sybase 10:TiDB</li> <li>Proto - String - 是否必填:否 - 协议:1:TCP, 2:UDP, 3:未知</li> <li>OsType - String - 是否必填:否 - 操作系统: linux/windows</li>
25914 25915 25916 |
# File 'lib/v20180228/models.rb', line 25914 def By @By end |
#Filters ⇒ Object
<li>User- string - 是否必填:否 - 运行用户</li> <li>Ip - String - 是否必填:否 - 绑定IP</li> <li>Port - Int - 是否必填:否 - 端口</li> <li>Name - Int - 是否必填:否 - 数据库名称0:全部1:MySQL 2:Redis 3:Oracle 4:MongoDB 5:MemCache 6:PostgreSQL 7:HBase 8:DB2 9:Sybase 10:TiDB</li> <li>Proto - String - 是否必填:否 - 协议:1:TCP, 2:UDP, 3:未知</li> <li>OsType - String - 是否必填:否 - 操作系统: linux/windows</li>
25914 25915 25916 |
# File 'lib/v20180228/models.rb', line 25914 def Filters @Filters end |
#Order ⇒ Object
<li>User- string - 是否必填:否 - 运行用户</li> <li>Ip - String - 是否必填:否 - 绑定IP</li> <li>Port - Int - 是否必填:否 - 端口</li> <li>Name - Int - 是否必填:否 - 数据库名称0:全部1:MySQL 2:Redis 3:Oracle 4:MongoDB 5:MemCache 6:PostgreSQL 7:HBase 8:DB2 9:Sybase 10:TiDB</li> <li>Proto - String - 是否必填:否 - 协议:1:TCP, 2:UDP, 3:未知</li> <li>OsType - String - 是否必填:否 - 操作系统: linux/windows</li>
25914 25915 25916 |
# File 'lib/v20180228/models.rb', line 25914 def Order @Order end |
#Quuid ⇒ Object
<li>User- string - 是否必填:否 - 运行用户</li> <li>Ip - String - 是否必填:否 - 绑定IP</li> <li>Port - Int - 是否必填:否 - 端口</li> <li>Name - Int - 是否必填:否 - 数据库名称0:全部1:MySQL 2:Redis 3:Oracle 4:MongoDB 5:MemCache 6:PostgreSQL 7:HBase 8:DB2 9:Sybase 10:TiDB</li> <li>Proto - String - 是否必填:否 - 协议:1:TCP, 2:UDP, 3:未知</li> <li>OsType - String - 是否必填:否 - 操作系统: linux/windows</li>
25914 25915 25916 |
# File 'lib/v20180228/models.rb', line 25914 def Quuid @Quuid end |
Instance Method Details
#deserialize(params) ⇒ Object
25923 25924 25925 25926 25927 25928 25929 25930 25931 25932 25933 25934 25935 |
# File 'lib/v20180228/models.rb', line 25923 def deserialize(params) unless params['Filters'].nil? @Filters = [] params['Filters'].each do |i| assetfilters_tmp = AssetFilters.new assetfilters_tmp.deserialize(i) @Filters << assetfilters_tmp end end @Quuid = params['Quuid'] @Order = params['Order'] @By = params['By'] end |