tencentcloud-sdk-sqlserver 3.0.692 → 3.0.693
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180328/client.rb +3 -3
- data/lib/v20180328/models.rb +98 -10
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14c32301004e0198efd984d1d07166c813acbe79
|
4
|
+
data.tar.gz: e7b04072db15028f800c7576a9c191571fafaaa5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb686faa985bd9e2c228a6016706f984831ef111738621c1d492684f5f5cd349a8b2415d2e2930391cbde3547e3713d752c90a9967e0488931321b0d8effcf88
|
7
|
+
data.tar.gz: 73e5fdbc49a01e9077707d334592ab85ed36c3f4416b54cccda5118f397745a34236e875227206d522c8304212f55692015eb11d4e1556bac9dfd2725464a2ea
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.693
|
data/lib/v20180328/client.rb
CHANGED
@@ -1013,7 +1013,7 @@ module TencentCloud
|
|
1013
1013
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1014
1014
|
end
|
1015
1015
|
|
1016
|
-
# 本接口(DescribeDBs
|
1016
|
+
# 本接口(DescribeDBs)用于查询数据库列表。**已废弃,请使用接口DescribeDatabases**
|
1017
1017
|
|
1018
1018
|
# @param request: Request instance for DescribeDBs.
|
1019
1019
|
# @type request: :class:`Tencentcloud::sqlserver::V20180328::DescribeDBsRequest`
|
@@ -1037,7 +1037,7 @@ module TencentCloud
|
|
1037
1037
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1038
1038
|
end
|
1039
1039
|
|
1040
|
-
# 本接口(DescribeDBsNormal)
|
1040
|
+
# 本接口(DescribeDBsNormal)用于查询数据库配置信息,此接口不包含数据库的关联账号。**此接口已废弃,请使用DescribeDatabasesNormal。**
|
1041
1041
|
|
1042
1042
|
# @param request: Request instance for DescribeDBsNormal.
|
1043
1043
|
# @type request: :class:`Tencentcloud::sqlserver::V20180328::DescribeDBsNormalRequest`
|
@@ -2093,7 +2093,7 @@ module TencentCloud
|
|
2093
2093
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2094
2094
|
end
|
2095
2095
|
|
2096
|
-
# 本接口(ModifyDatabaseMdf)用于收缩数据库mdf(Shrink mdf)
|
2096
|
+
# 本接口(ModifyDatabaseMdf)用于收缩数据库mdf(Shrink mdf)。**本接口已废弃,请使用接口ModifyDatabaseShrinkMDF**。
|
2097
2097
|
|
2098
2098
|
# @param request: Request instance for ModifyDatabaseMdf.
|
2099
2099
|
# @type request: :class:`Tencentcloud::sqlserver::V20180328::ModifyDatabaseMdfRequest`
|
data/lib/v20180328/models.rb
CHANGED
@@ -2419,10 +2419,16 @@ module TencentCloud
|
|
2419
2419
|
# @type UserAccessDesc: String
|
2420
2420
|
# @param CreateTime: 数据库创建时间
|
2421
2421
|
# @type CreateTime: String
|
2422
|
+
# @param IsFullTextEnabled: 是否全文启用 0:否 1:是
|
2423
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2424
|
+
# @type IsFullTextEnabled: String
|
2422
2425
|
|
2423
|
-
attr_accessor :IsSubscribed, :CollationName, :IsAutoCleanupOn, :IsBrokerEnabled, :IsCdcEnabled, :IsDbChainingOn, :IsEncrypted, :IsFulltextEnabled, :IsMirroring, :IsPublished, :IsReadCommittedSnapshotOn, :IsTrustworthyOn, :MirroringState, :Name, :RecoveryModelDesc, :RetentionPeriod, :StateDesc, :UserAccessDesc, :CreateTime
|
2426
|
+
attr_accessor :IsSubscribed, :CollationName, :IsAutoCleanupOn, :IsBrokerEnabled, :IsCdcEnabled, :IsDbChainingOn, :IsEncrypted, :IsFulltextEnabled, :IsMirroring, :IsPublished, :IsReadCommittedSnapshotOn, :IsTrustworthyOn, :MirroringState, :Name, :RecoveryModelDesc, :RetentionPeriod, :StateDesc, :UserAccessDesc, :CreateTime, :IsFullTextEnabled
|
2427
|
+
extend Gem::Deprecate
|
2428
|
+
deprecate :IsFulltextEnabled, :none, 2023, 11
|
2429
|
+
deprecate :IsFulltextEnabled=, :none, 2023, 11
|
2424
2430
|
|
2425
|
-
def initialize(issubscribed=nil, collationname=nil, isautocleanupon=nil, isbrokerenabled=nil, iscdcenabled=nil, isdbchainingon=nil, isencrypted=nil, isfulltextenabled=nil, ismirroring=nil, ispublished=nil, isreadcommittedsnapshoton=nil, istrustworthyon=nil, mirroringstate=nil, name=nil, recoverymodeldesc=nil, retentionperiod=nil, statedesc=nil, useraccessdesc=nil, createtime=nil)
|
2431
|
+
def initialize(issubscribed=nil, collationname=nil, isautocleanupon=nil, isbrokerenabled=nil, iscdcenabled=nil, isdbchainingon=nil, isencrypted=nil, isfulltextenabled=nil, ismirroring=nil, ispublished=nil, isreadcommittedsnapshoton=nil, istrustworthyon=nil, mirroringstate=nil, name=nil, recoverymodeldesc=nil, retentionperiod=nil, statedesc=nil, useraccessdesc=nil, createtime=nil, isfulltextenabled=nil)
|
2426
2432
|
@IsSubscribed = issubscribed
|
2427
2433
|
@CollationName = collationname
|
2428
2434
|
@IsAutoCleanupOn = isautocleanupon
|
@@ -2442,6 +2448,7 @@ module TencentCloud
|
|
2442
2448
|
@StateDesc = statedesc
|
2443
2449
|
@UserAccessDesc = useraccessdesc
|
2444
2450
|
@CreateTime = createtime
|
2451
|
+
@IsFullTextEnabled = isfulltextenabled
|
2445
2452
|
end
|
2446
2453
|
|
2447
2454
|
def deserialize(params)
|
@@ -2464,6 +2471,7 @@ module TencentCloud
|
|
2464
2471
|
@StateDesc = params['StateDesc']
|
2465
2472
|
@UserAccessDesc = params['UserAccessDesc']
|
2466
2473
|
@CreateTime = params['CreateTime']
|
2474
|
+
@IsFullTextEnabled = params['IsFullTextEnabled']
|
2467
2475
|
end
|
2468
2476
|
end
|
2469
2477
|
|
@@ -5087,14 +5095,20 @@ module TencentCloud
|
|
5087
5095
|
# @type TotalCount: Integer
|
5088
5096
|
# @param Slowlogs: 慢查询日志信息列表
|
5089
5097
|
# @type Slowlogs: Array
|
5098
|
+
# @param SlowLogs: 慢查询日志信息列表
|
5099
|
+
# @type SlowLogs: Array
|
5090
5100
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
5091
5101
|
# @type RequestId: String
|
5092
5102
|
|
5093
|
-
attr_accessor :TotalCount, :Slowlogs, :RequestId
|
5103
|
+
attr_accessor :TotalCount, :Slowlogs, :SlowLogs, :RequestId
|
5104
|
+
extend Gem::Deprecate
|
5105
|
+
deprecate :Slowlogs, :none, 2023, 11
|
5106
|
+
deprecate :Slowlogs=, :none, 2023, 11
|
5094
5107
|
|
5095
|
-
def initialize(totalcount=nil, slowlogs=nil, requestid=nil)
|
5108
|
+
def initialize(totalcount=nil, slowlogs=nil, slowlogs=nil, requestid=nil)
|
5096
5109
|
@TotalCount = totalcount
|
5097
5110
|
@Slowlogs = slowlogs
|
5111
|
+
@SlowLogs = slowlogs
|
5098
5112
|
@RequestId = requestid
|
5099
5113
|
end
|
5100
5114
|
|
@@ -5108,6 +5122,14 @@ module TencentCloud
|
|
5108
5122
|
@Slowlogs << slowloginfo_tmp
|
5109
5123
|
end
|
5110
5124
|
end
|
5125
|
+
unless params['SlowLogs'].nil?
|
5126
|
+
@SlowLogs = []
|
5127
|
+
params['SlowLogs'].each do |i|
|
5128
|
+
slowlog_tmp = SlowLog.new
|
5129
|
+
slowlog_tmp.deserialize(i)
|
5130
|
+
@SlowLogs << slowlog_tmp
|
5131
|
+
end
|
5132
|
+
end
|
5111
5133
|
@RequestId = params['RequestId']
|
5112
5134
|
end
|
5113
5135
|
end
|
@@ -5150,12 +5172,17 @@ module TencentCloud
|
|
5150
5172
|
# @type StartTime: String
|
5151
5173
|
# @param ExpiredTime: 临时密钥到期时间
|
5152
5174
|
# @type ExpiredTime: String
|
5175
|
+
# @param CosSecurityToken: 临时密钥Token
|
5176
|
+
# @type CosSecurityToken: String
|
5153
5177
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
5154
5178
|
# @type RequestId: String
|
5155
5179
|
|
5156
|
-
attr_accessor :BucketName, :Region, :Path, :TmpSecretId, :TmpSecretKey, :XCosSecurityToken, :StartTime, :ExpiredTime, :RequestId
|
5180
|
+
attr_accessor :BucketName, :Region, :Path, :TmpSecretId, :TmpSecretKey, :XCosSecurityToken, :StartTime, :ExpiredTime, :CosSecurityToken, :RequestId
|
5181
|
+
extend Gem::Deprecate
|
5182
|
+
deprecate :XCosSecurityToken, :none, 2023, 11
|
5183
|
+
deprecate :XCosSecurityToken=, :none, 2023, 11
|
5157
5184
|
|
5158
|
-
def initialize(bucketname=nil, region=nil, path=nil, tmpsecretid=nil, tmpsecretkey=nil, xcossecuritytoken=nil, starttime=nil, expiredtime=nil, requestid=nil)
|
5185
|
+
def initialize(bucketname=nil, region=nil, path=nil, tmpsecretid=nil, tmpsecretkey=nil, xcossecuritytoken=nil, starttime=nil, expiredtime=nil, cossecuritytoken=nil, requestid=nil)
|
5159
5186
|
@BucketName = bucketname
|
5160
5187
|
@Region = region
|
5161
5188
|
@Path = path
|
@@ -5164,6 +5191,7 @@ module TencentCloud
|
|
5164
5191
|
@XCosSecurityToken = xcossecuritytoken
|
5165
5192
|
@StartTime = starttime
|
5166
5193
|
@ExpiredTime = expiredtime
|
5194
|
+
@CosSecurityToken = cossecuritytoken
|
5167
5195
|
@RequestId = requestid
|
5168
5196
|
end
|
5169
5197
|
|
@@ -5176,6 +5204,7 @@ module TencentCloud
|
|
5176
5204
|
@XCosSecurityToken = params['XCosSecurityToken']
|
5177
5205
|
@StartTime = params['StartTime']
|
5178
5206
|
@ExpiredTime = params['ExpiredTime']
|
5207
|
+
@CosSecurityToken = params['CosSecurityToken']
|
5179
5208
|
@RequestId = params['RequestId']
|
5180
5209
|
end
|
5181
5210
|
end
|
@@ -5222,12 +5251,17 @@ module TencentCloud
|
|
5222
5251
|
# @type StartTime: String
|
5223
5252
|
# @param ExpiredTime: 临时密钥到期时间
|
5224
5253
|
# @type ExpiredTime: String
|
5254
|
+
# @param CosSecurityToken: 临时密钥Token
|
5255
|
+
# @type CosSecurityToken: String
|
5225
5256
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
5226
5257
|
# @type RequestId: String
|
5227
5258
|
|
5228
|
-
attr_accessor :BucketName, :Region, :Path, :TmpSecretId, :TmpSecretKey, :XCosSecurityToken, :StartTime, :ExpiredTime, :RequestId
|
5259
|
+
attr_accessor :BucketName, :Region, :Path, :TmpSecretId, :TmpSecretKey, :XCosSecurityToken, :StartTime, :ExpiredTime, :CosSecurityToken, :RequestId
|
5260
|
+
extend Gem::Deprecate
|
5261
|
+
deprecate :XCosSecurityToken, :none, 2023, 11
|
5262
|
+
deprecate :XCosSecurityToken=, :none, 2023, 11
|
5229
5263
|
|
5230
|
-
def initialize(bucketname=nil, region=nil, path=nil, tmpsecretid=nil, tmpsecretkey=nil, xcossecuritytoken=nil, starttime=nil, expiredtime=nil, requestid=nil)
|
5264
|
+
def initialize(bucketname=nil, region=nil, path=nil, tmpsecretid=nil, tmpsecretkey=nil, xcossecuritytoken=nil, starttime=nil, expiredtime=nil, cossecuritytoken=nil, requestid=nil)
|
5231
5265
|
@BucketName = bucketname
|
5232
5266
|
@Region = region
|
5233
5267
|
@Path = path
|
@@ -5236,6 +5270,7 @@ module TencentCloud
|
|
5236
5270
|
@XCosSecurityToken = xcossecuritytoken
|
5237
5271
|
@StartTime = starttime
|
5238
5272
|
@ExpiredTime = expiredtime
|
5273
|
+
@CosSecurityToken = cossecuritytoken
|
5239
5274
|
@RequestId = requestid
|
5240
5275
|
end
|
5241
5276
|
|
@@ -5248,6 +5283,7 @@ module TencentCloud
|
|
5248
5283
|
@XCosSecurityToken = params['XCosSecurityToken']
|
5249
5284
|
@StartTime = params['StartTime']
|
5250
5285
|
@ExpiredTime = params['ExpiredTime']
|
5286
|
+
@CosSecurityToken = params['CosSecurityToken']
|
5251
5287
|
@RequestId = params['RequestId']
|
5252
5288
|
end
|
5253
5289
|
end
|
@@ -6418,20 +6454,27 @@ module TencentCloud
|
|
6418
6454
|
# @type Errno: Integer
|
6419
6455
|
# @param Msg: 返回错误信息
|
6420
6456
|
# @type Msg: String
|
6457
|
+
# @param Code: 返回错误码
|
6458
|
+
# @type Code: Integer
|
6421
6459
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
6422
6460
|
# @type RequestId: String
|
6423
6461
|
|
6424
|
-
attr_accessor :Errno, :Msg, :RequestId
|
6462
|
+
attr_accessor :Errno, :Msg, :Code, :RequestId
|
6463
|
+
extend Gem::Deprecate
|
6464
|
+
deprecate :Errno, :none, 2023, 11
|
6465
|
+
deprecate :Errno=, :none, 2023, 11
|
6425
6466
|
|
6426
|
-
def initialize(errno=nil, msg=nil, requestid=nil)
|
6467
|
+
def initialize(errno=nil, msg=nil, code=nil, requestid=nil)
|
6427
6468
|
@Errno = errno
|
6428
6469
|
@Msg = msg
|
6470
|
+
@Code = code
|
6429
6471
|
@RequestId = requestid
|
6430
6472
|
end
|
6431
6473
|
|
6432
6474
|
def deserialize(params)
|
6433
6475
|
@Errno = params['Errno']
|
6434
6476
|
@Msg = params['Msg']
|
6477
|
+
@Code = params['Code']
|
6435
6478
|
@RequestId = params['RequestId']
|
6436
6479
|
end
|
6437
6480
|
end
|
@@ -8378,6 +8421,51 @@ module TencentCloud
|
|
8378
8421
|
end
|
8379
8422
|
end
|
8380
8423
|
|
8424
|
+
# 慢查询日志文件信息
|
8425
|
+
class SlowLog < TencentCloud::Common::AbstractModel
|
8426
|
+
# @param Id: 慢查询日志文件唯一标识
|
8427
|
+
# @type Id: Integer
|
8428
|
+
# @param StartTime: 文件生成的开始时间
|
8429
|
+
# @type StartTime: String
|
8430
|
+
# @param EndTime: 文件生成的结束时间
|
8431
|
+
# @type EndTime: String
|
8432
|
+
# @param Size: 文件大小(KB)
|
8433
|
+
# @type Size: Integer
|
8434
|
+
# @param Count: 文件中log条数
|
8435
|
+
# @type Count: Integer
|
8436
|
+
# @param InternalAddr: 内网下载地址
|
8437
|
+
# @type InternalAddr: String
|
8438
|
+
# @param ExternalAddr: 外网下载地址
|
8439
|
+
# @type ExternalAddr: String
|
8440
|
+
# @param Status: 状态(1成功 2失败)
|
8441
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8442
|
+
# @type Status: Integer
|
8443
|
+
|
8444
|
+
attr_accessor :Id, :StartTime, :EndTime, :Size, :Count, :InternalAddr, :ExternalAddr, :Status
|
8445
|
+
|
8446
|
+
def initialize(id=nil, starttime=nil, endtime=nil, size=nil, count=nil, internaladdr=nil, externaladdr=nil, status=nil)
|
8447
|
+
@Id = id
|
8448
|
+
@StartTime = starttime
|
8449
|
+
@EndTime = endtime
|
8450
|
+
@Size = size
|
8451
|
+
@Count = count
|
8452
|
+
@InternalAddr = internaladdr
|
8453
|
+
@ExternalAddr = externaladdr
|
8454
|
+
@Status = status
|
8455
|
+
end
|
8456
|
+
|
8457
|
+
def deserialize(params)
|
8458
|
+
@Id = params['Id']
|
8459
|
+
@StartTime = params['StartTime']
|
8460
|
+
@EndTime = params['EndTime']
|
8461
|
+
@Size = params['Size']
|
8462
|
+
@Count = params['Count']
|
8463
|
+
@InternalAddr = params['InternalAddr']
|
8464
|
+
@ExternalAddr = params['ExternalAddr']
|
8465
|
+
@Status = params['Status']
|
8466
|
+
end
|
8467
|
+
end
|
8468
|
+
|
8381
8469
|
# 慢查询日志文件信息
|
8382
8470
|
class SlowlogInfo < TencentCloud::Common::AbstractModel
|
8383
8471
|
# @param Id: 慢查询日志文件唯一标识
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-sqlserver
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.693
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-11-
|
11
|
+
date: 2023-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|