tencentcloud-sdk-tse 3.0.945 → 3.0.946
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201207/models.rb +119 -33
- 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: d7b544e16b994193f32d74da8df34c13604d86a5
|
4
|
+
data.tar.gz: 6d50ff5d7beacec281443f414a0aa02785fcc441
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0aa36879f09fb37c1f66d5eb3538a64c7fbe18f42703175cc11dcbcbcac2a3126484de0e716f11ed1b7501e46e9713ee58f4179a7abdd3de813da1200e97f1cf
|
7
|
+
data.tar.gz: c48e4eb1eed2105a588034d0823f20117c65ad3030a8b707240fd3e2168ebc973d38926dc1a6b7ebdf28660cbba20df9f6036631faf10f3a2c288420cb3a4124
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.946
|
data/lib/v20201207/models.rb
CHANGED
@@ -1500,10 +1500,13 @@ module TencentCloud
|
|
1500
1500
|
# @param Format: 格式
|
1501
1501
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1502
1502
|
# @type Format: String
|
1503
|
+
# @param ConfigFileId: 配置文件ID
|
1504
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1505
|
+
# @type ConfigFileId: String
|
1503
1506
|
|
1504
|
-
attr_accessor :Id, :Name, :Namespace, :Group, :FileName, :Content, :Comment, :Md5, :Version, :CreateTime, :CreateBy, :ModifyTime, :ModifyBy, :ReleaseDescription, :Active, :Format
|
1507
|
+
attr_accessor :Id, :Name, :Namespace, :Group, :FileName, :Content, :Comment, :Md5, :Version, :CreateTime, :CreateBy, :ModifyTime, :ModifyBy, :ReleaseDescription, :Active, :Format, :ConfigFileId
|
1505
1508
|
|
1506
|
-
def initialize(id=nil, name=nil, namespace=nil, group=nil, filename=nil, content=nil, comment=nil, md5=nil, version=nil, createtime=nil, createby=nil, modifytime=nil, modifyby=nil, releasedescription=nil, active=nil, format=nil)
|
1509
|
+
def initialize(id=nil, name=nil, namespace=nil, group=nil, filename=nil, content=nil, comment=nil, md5=nil, version=nil, createtime=nil, createby=nil, modifytime=nil, modifyby=nil, releasedescription=nil, active=nil, format=nil, configfileid=nil)
|
1507
1510
|
@Id = id
|
1508
1511
|
@Name = name
|
1509
1512
|
@Namespace = namespace
|
@@ -1520,6 +1523,7 @@ module TencentCloud
|
|
1520
1523
|
@ReleaseDescription = releasedescription
|
1521
1524
|
@Active = active
|
1522
1525
|
@Format = format
|
1526
|
+
@ConfigFileId = configfileid
|
1523
1527
|
end
|
1524
1528
|
|
1525
1529
|
def deserialize(params)
|
@@ -1539,6 +1543,7 @@ module TencentCloud
|
|
1539
1543
|
@ReleaseDescription = params['ReleaseDescription']
|
1540
1544
|
@Active = params['Active']
|
1541
1545
|
@Format = params['Format']
|
1546
|
+
@ConfigFileId = params['ConfigFileId']
|
1542
1547
|
end
|
1543
1548
|
end
|
1544
1549
|
|
@@ -1556,14 +1561,18 @@ module TencentCloud
|
|
1556
1561
|
# @param ReleaseVersion: 发布版本
|
1557
1562
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1558
1563
|
# @type ReleaseVersion: String
|
1564
|
+
# @param Id: 配置发布ID
|
1565
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1566
|
+
# @type Id: Integer
|
1559
1567
|
|
1560
|
-
attr_accessor :Namespace, :Group, :FileName, :ReleaseVersion
|
1568
|
+
attr_accessor :Namespace, :Group, :FileName, :ReleaseVersion, :Id
|
1561
1569
|
|
1562
|
-
def initialize(namespace=nil, group=nil, filename=nil, releaseversion=nil)
|
1570
|
+
def initialize(namespace=nil, group=nil, filename=nil, releaseversion=nil, id=nil)
|
1563
1571
|
@Namespace = namespace
|
1564
1572
|
@Group = group
|
1565
1573
|
@FileName = filename
|
1566
1574
|
@ReleaseVersion = releaseversion
|
1575
|
+
@Id = id
|
1567
1576
|
end
|
1568
1577
|
|
1569
1578
|
def deserialize(params)
|
@@ -1571,6 +1580,7 @@ module TencentCloud
|
|
1571
1580
|
@Group = params['Group']
|
1572
1581
|
@FileName = params['FileName']
|
1573
1582
|
@ReleaseVersion = params['ReleaseVersion']
|
1583
|
+
@Id = params['Id']
|
1574
1584
|
end
|
1575
1585
|
end
|
1576
1586
|
|
@@ -2521,18 +2531,23 @@ module TencentCloud
|
|
2521
2531
|
class CreateConfigFileResponse < TencentCloud::Common::AbstractModel
|
2522
2532
|
# @param Result: 是否创建成功
|
2523
2533
|
# @type Result: Boolean
|
2534
|
+
# @param ConfigFileId: 创建的配置文件Id
|
2535
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2536
|
+
# @type ConfigFileId: String
|
2524
2537
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2525
2538
|
# @type RequestId: String
|
2526
2539
|
|
2527
|
-
attr_accessor :Result, :RequestId
|
2540
|
+
attr_accessor :Result, :ConfigFileId, :RequestId
|
2528
2541
|
|
2529
|
-
def initialize(result=nil, requestid=nil)
|
2542
|
+
def initialize(result=nil, configfileid=nil, requestid=nil)
|
2530
2543
|
@Result = result
|
2544
|
+
@ConfigFileId = configfileid
|
2531
2545
|
@RequestId = requestid
|
2532
2546
|
end
|
2533
2547
|
|
2534
2548
|
def deserialize(params)
|
2535
2549
|
@Result = params['Result']
|
2550
|
+
@ConfigFileId = params['ConfigFileId']
|
2536
2551
|
@RequestId = params['RequestId']
|
2537
2552
|
end
|
2538
2553
|
end
|
@@ -3035,12 +3050,15 @@ module TencentCloud
|
|
3035
3050
|
# @type InstanceId: String
|
3036
3051
|
# @param ConfigFilePublishInfo: 配置文件列表详情
|
3037
3052
|
# @type ConfigFilePublishInfo: :class:`Tencentcloud::Tse.v20201207.models.ConfigFilePublishInfo`
|
3053
|
+
# @param StrictEnable: 控制开启校验配置版本是否已经存在
|
3054
|
+
# @type StrictEnable: Boolean
|
3038
3055
|
|
3039
|
-
attr_accessor :InstanceId, :ConfigFilePublishInfo
|
3056
|
+
attr_accessor :InstanceId, :ConfigFilePublishInfo, :StrictEnable
|
3040
3057
|
|
3041
|
-
def initialize(instanceid=nil, configfilepublishinfo=nil)
|
3058
|
+
def initialize(instanceid=nil, configfilepublishinfo=nil, strictenable=nil)
|
3042
3059
|
@InstanceId = instanceid
|
3043
3060
|
@ConfigFilePublishInfo = configfilepublishinfo
|
3061
|
+
@StrictEnable = strictenable
|
3044
3062
|
end
|
3045
3063
|
|
3046
3064
|
def deserialize(params)
|
@@ -3049,6 +3067,7 @@ module TencentCloud
|
|
3049
3067
|
@ConfigFilePublishInfo = ConfigFilePublishInfo.new
|
3050
3068
|
@ConfigFilePublishInfo.deserialize(params['ConfigFilePublishInfo'])
|
3051
3069
|
end
|
3070
|
+
@StrictEnable = params['StrictEnable']
|
3052
3071
|
end
|
3053
3072
|
end
|
3054
3073
|
|
@@ -3056,18 +3075,28 @@ module TencentCloud
|
|
3056
3075
|
class CreateOrUpdateConfigFileAndReleaseResponse < TencentCloud::Common::AbstractModel
|
3057
3076
|
# @param Result: 操作是否成功
|
3058
3077
|
# @type Result: Boolean
|
3078
|
+
# @param ConfigFileReleaseId: 配置发布Id
|
3079
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3080
|
+
# @type ConfigFileReleaseId: String
|
3081
|
+
# @param ConfigFileId: 配置文件Id
|
3082
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3083
|
+
# @type ConfigFileId: String
|
3059
3084
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3060
3085
|
# @type RequestId: String
|
3061
3086
|
|
3062
|
-
attr_accessor :Result, :RequestId
|
3087
|
+
attr_accessor :Result, :ConfigFileReleaseId, :ConfigFileId, :RequestId
|
3063
3088
|
|
3064
|
-
def initialize(result=nil, requestid=nil)
|
3089
|
+
def initialize(result=nil, configfilereleaseid=nil, configfileid=nil, requestid=nil)
|
3065
3090
|
@Result = result
|
3091
|
+
@ConfigFileReleaseId = configfilereleaseid
|
3092
|
+
@ConfigFileId = configfileid
|
3066
3093
|
@RequestId = requestid
|
3067
3094
|
end
|
3068
3095
|
|
3069
3096
|
def deserialize(params)
|
3070
3097
|
@Result = params['Result']
|
3098
|
+
@ConfigFileReleaseId = params['ConfigFileReleaseId']
|
3099
|
+
@ConfigFileId = params['ConfigFileId']
|
3071
3100
|
@RequestId = params['RequestId']
|
3072
3101
|
end
|
3073
3102
|
end
|
@@ -3606,14 +3635,17 @@ module TencentCloud
|
|
3606
3635
|
# @type Group: String
|
3607
3636
|
# @param Name: 配置文件名称
|
3608
3637
|
# @type Name: String
|
3638
|
+
# @param Id: 配置文件Id
|
3639
|
+
# @type Id: String
|
3609
3640
|
|
3610
|
-
attr_accessor :InstanceId, :Namespace, :Group, :Name
|
3641
|
+
attr_accessor :InstanceId, :Namespace, :Group, :Name, :Id
|
3611
3642
|
|
3612
|
-
def initialize(instanceid=nil, namespace=nil, group=nil, name=nil)
|
3643
|
+
def initialize(instanceid=nil, namespace=nil, group=nil, name=nil, id=nil)
|
3613
3644
|
@InstanceId = instanceid
|
3614
3645
|
@Namespace = namespace
|
3615
3646
|
@Group = group
|
3616
3647
|
@Name = name
|
3648
|
+
@Id = id
|
3617
3649
|
end
|
3618
3650
|
|
3619
3651
|
def deserialize(params)
|
@@ -3621,6 +3653,7 @@ module TencentCloud
|
|
3621
3653
|
@Namespace = params['Namespace']
|
3622
3654
|
@Group = params['Group']
|
3623
3655
|
@Name = params['Name']
|
3656
|
+
@Id = params['Id']
|
3624
3657
|
end
|
3625
3658
|
end
|
3626
3659
|
|
@@ -5096,19 +5129,22 @@ module TencentCloud
|
|
5096
5129
|
# @type Name: String
|
5097
5130
|
# @param EndId: 发布历史记录id,用于分页优化,一般指定 EndId,就不用指定 Offset,否则分页可能不连续
|
5098
5131
|
# @type EndId: Integer
|
5132
|
+
# @param ConfigFileId: 配置文件ID
|
5133
|
+
# @type ConfigFileId: String
|
5099
5134
|
# @param Limit: 返回数量,默认为20,最大值为100。
|
5100
5135
|
# @type Limit: Integer
|
5101
5136
|
# @param Offset: 偏移量,默认为0。
|
5102
5137
|
# @type Offset: Integer
|
5103
5138
|
|
5104
|
-
attr_accessor :InstanceId, :Namespace, :Group, :Name, :EndId, :Limit, :Offset
|
5139
|
+
attr_accessor :InstanceId, :Namespace, :Group, :Name, :EndId, :ConfigFileId, :Limit, :Offset
|
5105
5140
|
|
5106
|
-
def initialize(instanceid=nil, namespace=nil, group=nil, name=nil, endid=nil, limit=nil, offset=nil)
|
5141
|
+
def initialize(instanceid=nil, namespace=nil, group=nil, name=nil, endid=nil, configfileid=nil, limit=nil, offset=nil)
|
5107
5142
|
@InstanceId = instanceid
|
5108
5143
|
@Namespace = namespace
|
5109
5144
|
@Group = group
|
5110
5145
|
@Name = name
|
5111
5146
|
@EndId = endid
|
5147
|
+
@ConfigFileId = configfileid
|
5112
5148
|
@Limit = limit
|
5113
5149
|
@Offset = offset
|
5114
5150
|
end
|
@@ -5119,6 +5155,7 @@ module TencentCloud
|
|
5119
5155
|
@Group = params['Group']
|
5120
5156
|
@Name = params['Name']
|
5121
5157
|
@EndId = params['EndId']
|
5158
|
+
@ConfigFileId = params['ConfigFileId']
|
5122
5159
|
@Limit = params['Limit']
|
5123
5160
|
@Offset = params['Offset']
|
5124
5161
|
end
|
@@ -5167,15 +5204,18 @@ module TencentCloud
|
|
5167
5204
|
# @type Name: String
|
5168
5205
|
# @param ReleaseName: 配置文件发布名称
|
5169
5206
|
# @type ReleaseName: String
|
5207
|
+
# @param Id: 配置文件发布Id
|
5208
|
+
# @type Id: String
|
5170
5209
|
|
5171
|
-
attr_accessor :InstanceId, :Namespace, :Group, :Name, :ReleaseName
|
5210
|
+
attr_accessor :InstanceId, :Namespace, :Group, :Name, :ReleaseName, :Id
|
5172
5211
|
|
5173
|
-
def initialize(instanceid=nil, namespace=nil, group=nil, name=nil, releasename=nil)
|
5212
|
+
def initialize(instanceid=nil, namespace=nil, group=nil, name=nil, releasename=nil, id=nil)
|
5174
5213
|
@InstanceId = instanceid
|
5175
5214
|
@Namespace = namespace
|
5176
5215
|
@Group = group
|
5177
5216
|
@Name = name
|
5178
5217
|
@ReleaseName = releasename
|
5218
|
+
@Id = id
|
5179
5219
|
end
|
5180
5220
|
|
5181
5221
|
def deserialize(params)
|
@@ -5184,6 +5224,7 @@ module TencentCloud
|
|
5184
5224
|
@Group = params['Group']
|
5185
5225
|
@Name = params['Name']
|
5186
5226
|
@ReleaseName = params['ReleaseName']
|
5227
|
+
@Id = params['Id']
|
5187
5228
|
end
|
5188
5229
|
end
|
5189
5230
|
|
@@ -5220,14 +5261,17 @@ module TencentCloud
|
|
5220
5261
|
# @type Group: String
|
5221
5262
|
# @param FileName: 文件名称
|
5222
5263
|
# @type FileName: String
|
5264
|
+
# @param ConfigFileId: 配置文件ID
|
5265
|
+
# @type ConfigFileId: String
|
5223
5266
|
|
5224
|
-
attr_accessor :InstanceId, :Namespace, :Group, :FileName
|
5267
|
+
attr_accessor :InstanceId, :Namespace, :Group, :FileName, :ConfigFileId
|
5225
5268
|
|
5226
|
-
def initialize(instanceid=nil, namespace=nil, group=nil, filename=nil)
|
5269
|
+
def initialize(instanceid=nil, namespace=nil, group=nil, filename=nil, configfileid=nil)
|
5227
5270
|
@InstanceId = instanceid
|
5228
5271
|
@Namespace = namespace
|
5229
5272
|
@Group = group
|
5230
5273
|
@FileName = filename
|
5274
|
+
@ConfigFileId = configfileid
|
5231
5275
|
end
|
5232
5276
|
|
5233
5277
|
def deserialize(params)
|
@@ -5235,6 +5279,7 @@ module TencentCloud
|
|
5235
5279
|
@Namespace = params['Namespace']
|
5236
5280
|
@Group = params['Group']
|
5237
5281
|
@FileName = params['FileName']
|
5282
|
+
@ConfigFileId = params['ConfigFileId']
|
5238
5283
|
end
|
5239
5284
|
end
|
5240
5285
|
|
@@ -5288,10 +5333,12 @@ module TencentCloud
|
|
5288
5333
|
# @type OrderField: String
|
5289
5334
|
# @param OrderDesc: 排序,asc/desc,默认 desc
|
5290
5335
|
# @type OrderDesc: String
|
5336
|
+
# @param Id: 配置发布ID
|
5337
|
+
# @type Id: String
|
5291
5338
|
|
5292
|
-
attr_accessor :InstanceId, :Limit, :Offset, :Namespace, :Group, :FileName, :OnlyUse, :ReleaseName, :OrderField, :OrderDesc
|
5339
|
+
attr_accessor :InstanceId, :Limit, :Offset, :Namespace, :Group, :FileName, :OnlyUse, :ReleaseName, :OrderField, :OrderDesc, :Id
|
5293
5340
|
|
5294
|
-
def initialize(instanceid=nil, limit=nil, offset=nil, namespace=nil, group=nil, filename=nil, onlyuse=nil, releasename=nil, orderfield=nil, orderdesc=nil)
|
5341
|
+
def initialize(instanceid=nil, limit=nil, offset=nil, namespace=nil, group=nil, filename=nil, onlyuse=nil, releasename=nil, orderfield=nil, orderdesc=nil, id=nil)
|
5295
5342
|
@InstanceId = instanceid
|
5296
5343
|
@Limit = limit
|
5297
5344
|
@Offset = offset
|
@@ -5302,6 +5349,7 @@ module TencentCloud
|
|
5302
5349
|
@ReleaseName = releasename
|
5303
5350
|
@OrderField = orderfield
|
5304
5351
|
@OrderDesc = orderdesc
|
5352
|
+
@Id = id
|
5305
5353
|
end
|
5306
5354
|
|
5307
5355
|
def deserialize(params)
|
@@ -5315,6 +5363,7 @@ module TencentCloud
|
|
5315
5363
|
@ReleaseName = params['ReleaseName']
|
5316
5364
|
@OrderField = params['OrderField']
|
5317
5365
|
@OrderDesc = params['OrderDesc']
|
5366
|
+
@Id = params['Id']
|
5318
5367
|
end
|
5319
5368
|
end
|
5320
5369
|
|
@@ -5357,16 +5406,19 @@ module TencentCloud
|
|
5357
5406
|
# @type Namespace: String
|
5358
5407
|
# @param Group: 组
|
5359
5408
|
# @type Group: String
|
5360
|
-
# @param Name:
|
5409
|
+
# @param Name: 配置文件名称
|
5361
5410
|
# @type Name: String
|
5411
|
+
# @param Id: 配置文件Id
|
5412
|
+
# @type Id: String
|
5362
5413
|
|
5363
|
-
attr_accessor :InstanceId, :Namespace, :Group, :Name
|
5414
|
+
attr_accessor :InstanceId, :Namespace, :Group, :Name, :Id
|
5364
5415
|
|
5365
|
-
def initialize(instanceid=nil, namespace=nil, group=nil, name=nil)
|
5416
|
+
def initialize(instanceid=nil, namespace=nil, group=nil, name=nil, id=nil)
|
5366
5417
|
@InstanceId = instanceid
|
5367
5418
|
@Namespace = namespace
|
5368
5419
|
@Group = group
|
5369
5420
|
@Name = name
|
5421
|
+
@Id = id
|
5370
5422
|
end
|
5371
5423
|
|
5372
5424
|
def deserialize(params)
|
@@ -5374,6 +5426,7 @@ module TencentCloud
|
|
5374
5426
|
@Namespace = params['Namespace']
|
5375
5427
|
@Group = params['Group']
|
5376
5428
|
@Name = params['Name']
|
5429
|
+
@Id = params['Id']
|
5377
5430
|
end
|
5378
5431
|
end
|
5379
5432
|
|
@@ -5472,7 +5525,7 @@ module TencentCloud
|
|
5472
5525
|
# @type InstanceId: String
|
5473
5526
|
# @param Group: 组名
|
5474
5527
|
# @type Group: String
|
5475
|
-
# @param Name:
|
5528
|
+
# @param Name: 配置文件名称
|
5476
5529
|
# @type Name: String
|
5477
5530
|
# @param Tags: 标签列表
|
5478
5531
|
# @type Tags: Array
|
@@ -5480,10 +5533,12 @@ module TencentCloud
|
|
5480
5533
|
# @type Limit: Integer
|
5481
5534
|
# @param Offset: 偏移量,默认为0。
|
5482
5535
|
# @type Offset: Integer
|
5536
|
+
# @param Id: 配置文件ID
|
5537
|
+
# @type Id: String
|
5483
5538
|
|
5484
|
-
attr_accessor :Namespace, :InstanceId, :Group, :Name, :Tags, :Limit, :Offset
|
5539
|
+
attr_accessor :Namespace, :InstanceId, :Group, :Name, :Tags, :Limit, :Offset, :Id
|
5485
5540
|
|
5486
|
-
def initialize(namespace=nil, instanceid=nil, group=nil, name=nil, tags=nil, limit=nil, offset=nil)
|
5541
|
+
def initialize(namespace=nil, instanceid=nil, group=nil, name=nil, tags=nil, limit=nil, offset=nil, id=nil)
|
5487
5542
|
@Namespace = namespace
|
5488
5543
|
@InstanceId = instanceid
|
5489
5544
|
@Group = group
|
@@ -5491,6 +5546,7 @@ module TencentCloud
|
|
5491
5546
|
@Tags = tags
|
5492
5547
|
@Limit = limit
|
5493
5548
|
@Offset = offset
|
5549
|
+
@Id = id
|
5494
5550
|
end
|
5495
5551
|
|
5496
5552
|
def deserialize(params)
|
@@ -5508,6 +5564,7 @@ module TencentCloud
|
|
5508
5564
|
end
|
5509
5565
|
@Limit = params['Limit']
|
5510
5566
|
@Offset = params['Offset']
|
5567
|
+
@Id = params['Id']
|
5511
5568
|
end
|
5512
5569
|
end
|
5513
5570
|
|
@@ -10470,12 +10527,15 @@ module TencentCloud
|
|
10470
10527
|
# @type InstanceId: String
|
10471
10528
|
# @param ConfigFileReleases: 配置文件发布
|
10472
10529
|
# @type ConfigFileReleases: :class:`Tencentcloud::Tse.v20201207.models.ConfigFileRelease`
|
10530
|
+
# @param StrictEnable: 控制开启校验配置版本是否已经存在
|
10531
|
+
# @type StrictEnable: Boolean
|
10473
10532
|
|
10474
|
-
attr_accessor :InstanceId, :ConfigFileReleases
|
10533
|
+
attr_accessor :InstanceId, :ConfigFileReleases, :StrictEnable
|
10475
10534
|
|
10476
|
-
def initialize(instanceid=nil, configfilereleases=nil)
|
10535
|
+
def initialize(instanceid=nil, configfilereleases=nil, strictenable=nil)
|
10477
10536
|
@InstanceId = instanceid
|
10478
10537
|
@ConfigFileReleases = configfilereleases
|
10538
|
+
@StrictEnable = strictenable
|
10479
10539
|
end
|
10480
10540
|
|
10481
10541
|
def deserialize(params)
|
@@ -10484,6 +10544,7 @@ module TencentCloud
|
|
10484
10544
|
@ConfigFileReleases = ConfigFileRelease.new
|
10485
10545
|
@ConfigFileReleases.deserialize(params['ConfigFileReleases'])
|
10486
10546
|
end
|
10547
|
+
@StrictEnable = params['StrictEnable']
|
10487
10548
|
end
|
10488
10549
|
end
|
10489
10550
|
|
@@ -10491,18 +10552,23 @@ module TencentCloud
|
|
10491
10552
|
class PublishConfigFilesResponse < TencentCloud::Common::AbstractModel
|
10492
10553
|
# @param Result: 配置文件发布是否成功
|
10493
10554
|
# @type Result: Boolean
|
10555
|
+
# @param ConfigFileReleaseId: 配置文件发布Id
|
10556
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10557
|
+
# @type ConfigFileReleaseId: String
|
10494
10558
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10495
10559
|
# @type RequestId: String
|
10496
10560
|
|
10497
|
-
attr_accessor :Result, :RequestId
|
10561
|
+
attr_accessor :Result, :ConfigFileReleaseId, :RequestId
|
10498
10562
|
|
10499
|
-
def initialize(result=nil, requestid=nil)
|
10563
|
+
def initialize(result=nil, configfilereleaseid=nil, requestid=nil)
|
10500
10564
|
@Result = result
|
10565
|
+
@ConfigFileReleaseId = configfilereleaseid
|
10501
10566
|
@RequestId = requestid
|
10502
10567
|
end
|
10503
10568
|
|
10504
10569
|
def deserialize(params)
|
10505
10570
|
@Result = params['Result']
|
10571
|
+
@ConfigFileReleaseId = params['ConfigFileReleaseId']
|
10506
10572
|
@RequestId = params['RequestId']
|
10507
10573
|
end
|
10508
10574
|
end
|
@@ -10563,23 +10629,43 @@ module TencentCloud
|
|
10563
10629
|
|
10564
10630
|
# 配置发布版本信息
|
10565
10631
|
class ReleaseVersion < TencentCloud::Common::AbstractModel
|
10566
|
-
# @param Name:
|
10632
|
+
# @param Name: 配置发布的版本
|
10567
10633
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10568
10634
|
# @type Name: String
|
10569
10635
|
# @param Active: 是否生效
|
10570
10636
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10571
10637
|
# @type Active: Boolean
|
10638
|
+
# @param Id: 配置发布的ID
|
10639
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10640
|
+
# @type Id: String
|
10641
|
+
# @param Namespace: 配置发布的命名空间
|
10642
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10643
|
+
# @type Namespace: String
|
10644
|
+
# @param Group: 配置发布的分组
|
10645
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10646
|
+
# @type Group: String
|
10647
|
+
# @param FileName: 配置发布的文件名
|
10648
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10649
|
+
# @type FileName: String
|
10572
10650
|
|
10573
|
-
attr_accessor :Name, :Active
|
10651
|
+
attr_accessor :Name, :Active, :Id, :Namespace, :Group, :FileName
|
10574
10652
|
|
10575
|
-
def initialize(name=nil, active=nil)
|
10653
|
+
def initialize(name=nil, active=nil, id=nil, namespace=nil, group=nil, filename=nil)
|
10576
10654
|
@Name = name
|
10577
10655
|
@Active = active
|
10656
|
+
@Id = id
|
10657
|
+
@Namespace = namespace
|
10658
|
+
@Group = group
|
10659
|
+
@FileName = filename
|
10578
10660
|
end
|
10579
10661
|
|
10580
10662
|
def deserialize(params)
|
10581
10663
|
@Name = params['Name']
|
10582
10664
|
@Active = params['Active']
|
10665
|
+
@Id = params['Id']
|
10666
|
+
@Namespace = params['Namespace']
|
10667
|
+
@Group = params['Group']
|
10668
|
+
@FileName = params['FileName']
|
10583
10669
|
end
|
10584
10670
|
end
|
10585
10671
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tse
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.946
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|