tencentcloud-sdk-tse 3.0.1016 → 3.0.1017
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 +63 -58
- 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: a5ded073d66278f25ecb9dd2ed5c02031ff5541f
|
4
|
+
data.tar.gz: 609ff58beb5f798e77fda40ff24e58c0f30860a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3261656f29e6b9891539bfc8108fe87129279cd5196c414469b0018d1692d2ab6da6336136cee1f181abceb5ebc55ef3a0f5df43452c8556d8638642c553f0a5
|
7
|
+
data.tar.gz: 5840e40e962990ea342639bec5fe5028282f5f269c3ac64af01e48beff7289c22750170392e480319b728d15ff7703d392d3c0d31c42ed22bb1176551e2f9630
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1017
|
data/lib/v20201207/models.rb
CHANGED
@@ -1192,54 +1192,43 @@ module TencentCloud
|
|
1192
1192
|
# 配置文件
|
1193
1193
|
class ConfigFile < TencentCloud::Common::AbstractModel
|
1194
1194
|
# @param Id: 配置文件id
|
1195
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1196
1195
|
# @type Id: Integer
|
1197
1196
|
# @param Name: 配置文件名称
|
1198
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1199
1197
|
# @type Name: String
|
1200
1198
|
# @param Namespace: 配置文件命名空间
|
1201
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1202
1199
|
# @type Namespace: String
|
1203
1200
|
# @param Group: 配置文件组
|
1204
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1205
1201
|
# @type Group: String
|
1206
1202
|
# @param Content: 配置文件内容
|
1207
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1208
1203
|
# @type Content: String
|
1209
1204
|
# @param Format: 配置文件格式
|
1210
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1211
1205
|
# @type Format: String
|
1212
1206
|
# @param Comment: 配置文件注释
|
1213
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1214
1207
|
# @type Comment: String
|
1215
1208
|
# @param Status: 配置文件状态
|
1216
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1217
1209
|
# @type Status: String
|
1218
1210
|
# @param Tags: 配置文件标签数组
|
1219
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1220
1211
|
# @type Tags: Array
|
1221
1212
|
# @param CreateTime: 配置文件创建时间
|
1222
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1223
1213
|
# @type CreateTime: String
|
1224
1214
|
# @param CreateBy: 配置文件创建者
|
1225
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1226
1215
|
# @type CreateBy: String
|
1227
1216
|
# @param ModifyTime: 配置文件修改时间
|
1228
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1229
1217
|
# @type ModifyTime: String
|
1230
1218
|
# @param ModifyBy: 配置文件修改者
|
1231
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1232
1219
|
# @type ModifyBy: String
|
1233
1220
|
# @param ReleaseTime: 配置文件发布时间
|
1234
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1235
1221
|
# @type ReleaseTime: String
|
1236
1222
|
# @param ReleaseBy: 配置文件发布者
|
1237
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1238
1223
|
# @type ReleaseBy: String
|
1224
|
+
# @param ConfigFileSupportedClient: 配置文件类型
|
1225
|
+
# @type ConfigFileSupportedClient: Integer
|
1226
|
+
# @param ConfigFilePersistent: 配置文件持久化
|
1227
|
+
# @type ConfigFilePersistent: :class:`Tencentcloud::Tse.v20201207.models.ConfigFilePersistent`
|
1239
1228
|
|
1240
|
-
attr_accessor :Id, :Name, :Namespace, :Group, :Content, :Format, :Comment, :Status, :Tags, :CreateTime, :CreateBy, :ModifyTime, :ModifyBy, :ReleaseTime, :ReleaseBy
|
1229
|
+
attr_accessor :Id, :Name, :Namespace, :Group, :Content, :Format, :Comment, :Status, :Tags, :CreateTime, :CreateBy, :ModifyTime, :ModifyBy, :ReleaseTime, :ReleaseBy, :ConfigFileSupportedClient, :ConfigFilePersistent
|
1241
1230
|
|
1242
|
-
def initialize(id=nil, name=nil, namespace=nil, group=nil, content=nil, format=nil, comment=nil, status=nil, tags=nil, createtime=nil, createby=nil, modifytime=nil, modifyby=nil, releasetime=nil, releaseby=nil)
|
1231
|
+
def initialize(id=nil, name=nil, namespace=nil, group=nil, content=nil, format=nil, comment=nil, status=nil, tags=nil, createtime=nil, createby=nil, modifytime=nil, modifyby=nil, releasetime=nil, releaseby=nil, configfilesupportedclient=nil, configfilepersistent=nil)
|
1243
1232
|
@Id = id
|
1244
1233
|
@Name = name
|
1245
1234
|
@Namespace = namespace
|
@@ -1255,6 +1244,8 @@ module TencentCloud
|
|
1255
1244
|
@ModifyBy = modifyby
|
1256
1245
|
@ReleaseTime = releasetime
|
1257
1246
|
@ReleaseBy = releaseby
|
1247
|
+
@ConfigFileSupportedClient = configfilesupportedclient
|
1248
|
+
@ConfigFilePersistent = configfilepersistent
|
1258
1249
|
end
|
1259
1250
|
|
1260
1251
|
def deserialize(params)
|
@@ -1280,6 +1271,11 @@ module TencentCloud
|
|
1280
1271
|
@ModifyBy = params['ModifyBy']
|
1281
1272
|
@ReleaseTime = params['ReleaseTime']
|
1282
1273
|
@ReleaseBy = params['ReleaseBy']
|
1274
|
+
@ConfigFileSupportedClient = params['ConfigFileSupportedClient']
|
1275
|
+
unless params['ConfigFilePersistent'].nil?
|
1276
|
+
@ConfigFilePersistent = ConfigFilePersistent.new
|
1277
|
+
@ConfigFilePersistent.deserialize(params['ConfigFilePersistent'])
|
1278
|
+
end
|
1283
1279
|
end
|
1284
1280
|
end
|
1285
1281
|
|
@@ -1414,6 +1410,30 @@ module TencentCloud
|
|
1414
1410
|
end
|
1415
1411
|
end
|
1416
1412
|
|
1413
|
+
# 配置文件持久化
|
1414
|
+
class ConfigFilePersistent < TencentCloud::Common::AbstractModel
|
1415
|
+
# @param Encoding: 文件编码
|
1416
|
+
# @type Encoding: String
|
1417
|
+
# @param Path: 文件下发路径
|
1418
|
+
# @type Path: String
|
1419
|
+
# @param PostCmd: 文件后置命令
|
1420
|
+
# @type PostCmd: String
|
1421
|
+
|
1422
|
+
attr_accessor :Encoding, :Path, :PostCmd
|
1423
|
+
|
1424
|
+
def initialize(encoding=nil, path=nil, postcmd=nil)
|
1425
|
+
@Encoding = encoding
|
1426
|
+
@Path = path
|
1427
|
+
@PostCmd = postcmd
|
1428
|
+
end
|
1429
|
+
|
1430
|
+
def deserialize(params)
|
1431
|
+
@Encoding = params['Encoding']
|
1432
|
+
@Path = params['Path']
|
1433
|
+
@PostCmd = params['PostCmd']
|
1434
|
+
end
|
1435
|
+
end
|
1436
|
+
|
1417
1437
|
# 发布详情
|
1418
1438
|
class ConfigFilePublishInfo < TencentCloud::Common::AbstractModel
|
1419
1439
|
# @param ReleaseName: 发布名称
|
@@ -1476,60 +1496,47 @@ module TencentCloud
|
|
1476
1496
|
# 配置文件发布
|
1477
1497
|
class ConfigFileRelease < TencentCloud::Common::AbstractModel
|
1478
1498
|
# @param Id: 配置文件发布id
|
1479
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1480
1499
|
# @type Id: Integer
|
1481
1500
|
# @param Name: 配置文件发布名称
|
1482
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1483
1501
|
# @type Name: String
|
1484
1502
|
# @param Namespace: 配置文件发布命名空间
|
1485
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1486
1503
|
# @type Namespace: String
|
1487
1504
|
# @param Group: 配置文件发布组
|
1488
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1489
1505
|
# @type Group: String
|
1490
1506
|
# @param FileName: 配置文件发布文件名称
|
1491
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1492
1507
|
# @type FileName: String
|
1493
1508
|
# @param Content: 配置文件发布内容
|
1494
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1495
1509
|
# @type Content: String
|
1496
1510
|
# @param Comment: 配置文件发布注释
|
1497
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1498
1511
|
# @type Comment: String
|
1499
1512
|
# @param Md5: 配置文件发布Md5
|
1500
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1501
1513
|
# @type Md5: String
|
1502
1514
|
# @param Version: 配置文件发布版本
|
1503
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1504
1515
|
# @type Version: Integer
|
1505
1516
|
# @param CreateTime: 配置文件发布创建时间
|
1506
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1507
1517
|
# @type CreateTime: String
|
1508
1518
|
# @param CreateBy: 配置文件发布创建者
|
1509
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1510
1519
|
# @type CreateBy: String
|
1511
1520
|
# @param ModifyTime: 配置文件发布修改时间
|
1512
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1513
1521
|
# @type ModifyTime: String
|
1514
1522
|
# @param ModifyBy: 配置文件发布修改者
|
1515
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1516
1523
|
# @type ModifyBy: String
|
1517
1524
|
# @param ReleaseDescription: 发布描述
|
1518
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1519
1525
|
# @type ReleaseDescription: String
|
1520
1526
|
# @param Active: 是否生效
|
1521
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1522
1527
|
# @type Active: Boolean
|
1523
1528
|
# @param Format: 格式
|
1524
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1525
1529
|
# @type Format: String
|
1526
1530
|
# @param ConfigFileId: 配置文件ID
|
1527
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1528
1531
|
# @type ConfigFileId: String
|
1532
|
+
# @param ConfigFileSupportedClient: 配置文件类型
|
1533
|
+
# @type ConfigFileSupportedClient: Integer
|
1534
|
+
# @param ConfigFilePersistent: 配置文件持久化
|
1535
|
+
# @type ConfigFilePersistent: :class:`Tencentcloud::Tse.v20201207.models.ConfigFilePersistent`
|
1529
1536
|
|
1530
|
-
attr_accessor :Id, :Name, :Namespace, :Group, :FileName, :Content, :Comment, :Md5, :Version, :CreateTime, :CreateBy, :ModifyTime, :ModifyBy, :ReleaseDescription, :Active, :Format, :ConfigFileId
|
1537
|
+
attr_accessor :Id, :Name, :Namespace, :Group, :FileName, :Content, :Comment, :Md5, :Version, :CreateTime, :CreateBy, :ModifyTime, :ModifyBy, :ReleaseDescription, :Active, :Format, :ConfigFileId, :ConfigFileSupportedClient, :ConfigFilePersistent
|
1531
1538
|
|
1532
|
-
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)
|
1539
|
+
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, configfilesupportedclient=nil, configfilepersistent=nil)
|
1533
1540
|
@Id = id
|
1534
1541
|
@Name = name
|
1535
1542
|
@Namespace = namespace
|
@@ -1547,6 +1554,8 @@ module TencentCloud
|
|
1547
1554
|
@Active = active
|
1548
1555
|
@Format = format
|
1549
1556
|
@ConfigFileId = configfileid
|
1557
|
+
@ConfigFileSupportedClient = configfilesupportedclient
|
1558
|
+
@ConfigFilePersistent = configfilepersistent
|
1550
1559
|
end
|
1551
1560
|
|
1552
1561
|
def deserialize(params)
|
@@ -1567,6 +1576,11 @@ module TencentCloud
|
|
1567
1576
|
@Active = params['Active']
|
1568
1577
|
@Format = params['Format']
|
1569
1578
|
@ConfigFileId = params['ConfigFileId']
|
1579
|
+
@ConfigFileSupportedClient = params['ConfigFileSupportedClient']
|
1580
|
+
unless params['ConfigFilePersistent'].nil?
|
1581
|
+
@ConfigFilePersistent = ConfigFilePersistent.new
|
1582
|
+
@ConfigFilePersistent.deserialize(params['ConfigFilePersistent'])
|
1583
|
+
end
|
1570
1584
|
end
|
1571
1585
|
end
|
1572
1586
|
|
@@ -1610,63 +1624,49 @@ module TencentCloud
|
|
1610
1624
|
# 配置文件发布历史
|
1611
1625
|
class ConfigFileReleaseHistory < TencentCloud::Common::AbstractModel
|
1612
1626
|
# @param Id: 配置文件发布历史记录id
|
1613
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1614
1627
|
# @type Id: Integer
|
1615
1628
|
# @param Name: 配置文件发布历史名称
|
1616
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1617
1629
|
# @type Name: String
|
1618
1630
|
# @param Namespace: 配置文件发布历史命名空间
|
1619
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1620
1631
|
# @type Namespace: String
|
1621
1632
|
# @param Group: 配置文件发布历史组
|
1622
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1623
1633
|
# @type Group: String
|
1624
1634
|
# @param FileName: 配置文件发布历史名称
|
1625
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1626
1635
|
# @type FileName: String
|
1627
1636
|
# @param Content: 配置文件发布历史内容
|
1628
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1629
1637
|
# @type Content: String
|
1630
1638
|
# @param Format: 配置文件发布历史格式
|
1631
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1632
1639
|
# @type Format: String
|
1633
1640
|
# @param Comment: 配置文件发布历史注释
|
1634
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1635
1641
|
# @type Comment: String
|
1636
1642
|
# @param Md5: 配置文件发布历史Md5
|
1637
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1638
1643
|
# @type Md5: String
|
1639
1644
|
# @param Type: 配置文件发布历史类型
|
1640
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1641
1645
|
# @type Type: String
|
1642
1646
|
# @param Status: 配置文件发布历史状态
|
1643
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1644
1647
|
# @type Status: String
|
1645
1648
|
# @param Tags: 配置文件发布历史标签组
|
1646
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1647
1649
|
# @type Tags: Array
|
1648
1650
|
# @param CreateTime: 配置文件发布创建时间
|
1649
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1650
1651
|
# @type CreateTime: String
|
1651
1652
|
# @param CreateBy: 配置文件发布创建者
|
1652
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1653
1653
|
# @type CreateBy: String
|
1654
1654
|
# @param ModifyTime: 配置文件发布修改时间
|
1655
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1656
1655
|
# @type ModifyTime: String
|
1657
1656
|
# @param ModifyBy: 配置文件发布修改者
|
1658
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1659
1657
|
# @type ModifyBy: String
|
1660
1658
|
# @param ReleaseDescription: 发布描述
|
1661
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1662
1659
|
# @type ReleaseDescription: String
|
1663
1660
|
# @param ReleaseReason: 原因,用于失败时原因展示
|
1664
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1665
1661
|
# @type ReleaseReason: String
|
1662
|
+
# @param ConfigFileSupportedClient: 配置文件类型
|
1663
|
+
# @type ConfigFileSupportedClient: Integer
|
1664
|
+
# @param ConfigFilePersistent: 配置文件持久化
|
1665
|
+
# @type ConfigFilePersistent: :class:`Tencentcloud::Tse.v20201207.models.ConfigFilePersistent`
|
1666
1666
|
|
1667
|
-
attr_accessor :Id, :Name, :Namespace, :Group, :FileName, :Content, :Format, :Comment, :Md5, :Type, :Status, :Tags, :CreateTime, :CreateBy, :ModifyTime, :ModifyBy, :ReleaseDescription, :ReleaseReason
|
1667
|
+
attr_accessor :Id, :Name, :Namespace, :Group, :FileName, :Content, :Format, :Comment, :Md5, :Type, :Status, :Tags, :CreateTime, :CreateBy, :ModifyTime, :ModifyBy, :ReleaseDescription, :ReleaseReason, :ConfigFileSupportedClient, :ConfigFilePersistent
|
1668
1668
|
|
1669
|
-
def initialize(id=nil, name=nil, namespace=nil, group=nil, filename=nil, content=nil, format=nil, comment=nil, md5=nil, type=nil, status=nil, tags=nil, createtime=nil, createby=nil, modifytime=nil, modifyby=nil, releasedescription=nil, releasereason=nil)
|
1669
|
+
def initialize(id=nil, name=nil, namespace=nil, group=nil, filename=nil, content=nil, format=nil, comment=nil, md5=nil, type=nil, status=nil, tags=nil, createtime=nil, createby=nil, modifytime=nil, modifyby=nil, releasedescription=nil, releasereason=nil, configfilesupportedclient=nil, configfilepersistent=nil)
|
1670
1670
|
@Id = id
|
1671
1671
|
@Name = name
|
1672
1672
|
@Namespace = namespace
|
@@ -1685,6 +1685,8 @@ module TencentCloud
|
|
1685
1685
|
@ModifyBy = modifyby
|
1686
1686
|
@ReleaseDescription = releasedescription
|
1687
1687
|
@ReleaseReason = releasereason
|
1688
|
+
@ConfigFileSupportedClient = configfilesupportedclient
|
1689
|
+
@ConfigFilePersistent = configfilepersistent
|
1688
1690
|
end
|
1689
1691
|
|
1690
1692
|
def deserialize(params)
|
@@ -1713,16 +1715,19 @@ module TencentCloud
|
|
1713
1715
|
@ModifyBy = params['ModifyBy']
|
1714
1716
|
@ReleaseDescription = params['ReleaseDescription']
|
1715
1717
|
@ReleaseReason = params['ReleaseReason']
|
1718
|
+
@ConfigFileSupportedClient = params['ConfigFileSupportedClient']
|
1719
|
+
unless params['ConfigFilePersistent'].nil?
|
1720
|
+
@ConfigFilePersistent = ConfigFilePersistent.new
|
1721
|
+
@ConfigFilePersistent.deserialize(params['ConfigFilePersistent'])
|
1722
|
+
end
|
1716
1723
|
end
|
1717
1724
|
end
|
1718
1725
|
|
1719
1726
|
# 配置文件标签
|
1720
1727
|
class ConfigFileTag < TencentCloud::Common::AbstractModel
|
1721
1728
|
# @param Key: key-value 键
|
1722
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1723
1729
|
# @type Key: String
|
1724
1730
|
# @param Value: key-value 值
|
1725
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1726
1731
|
# @type Value: String
|
1727
1732
|
|
1728
1733
|
attr_accessor :Key, :Value
|
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.1017
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|