tencentcloud-sdk-tse 3.0.1032 → 3.0.1034
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 +0 -248
- 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: c186986918764408c0380a207002a98b5fbfec16
|
4
|
+
data.tar.gz: 889477a0db0ceb62014af456472a2bc1afecf216
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c4e19de8c218c7584f2b0acf3f1650117ea53ecd9d21b104997a9497b52a66c31d4037cda684cf02f7b9be4a8b468505632b01f423e9cf589e8b0b7339857d3
|
7
|
+
data.tar.gz: ff8271455d4cd1170487d32b4f31d40b415c3db74c44cef1cecdc289daa91f6ee83745e47aa9c3cc86dc47379e50892efafaf532b6aeb26c2ab9ac9f57ea0f34
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1034
|
data/lib/v20201207/models.rb
CHANGED
@@ -210,13 +210,10 @@ module TencentCloud
|
|
210
210
|
# @param BoundClusterId: 绑定的kubernetes集群ID
|
211
211
|
# @type BoundClusterId: String
|
212
212
|
# @param BoundClusterType: 绑定的kubernetes的集群类型,分tke和eks两种
|
213
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
214
213
|
# @type BoundClusterType: String
|
215
214
|
# @param SyncMode: 服务同步模式,all为全量同步,demand为按需同步
|
216
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
217
215
|
# @type SyncMode: String
|
218
216
|
# @param BindRegion: 绑定的kubernetes集群所在地域
|
219
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
220
217
|
# @type BindRegion: String
|
221
218
|
|
222
219
|
attr_accessor :BoundClusterId, :BoundClusterType, :SyncMode, :BindRegion
|
@@ -239,13 +236,10 @@ module TencentCloud
|
|
239
236
|
# CLB多可用区信息
|
240
237
|
class CLBMultiRegion < TencentCloud::Common::AbstractModel
|
241
238
|
# @param CLBMultiZoneFlag: 是否启用多可用区
|
242
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
243
239
|
# @type CLBMultiZoneFlag: Boolean
|
244
240
|
# @param CLBMasterZone: 主可用区信息
|
245
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
246
241
|
# @type CLBMasterZone: String
|
247
242
|
# @param CLBSlaveZone: 备可用区信息
|
248
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
249
243
|
# @type CLBSlaveZone: String
|
250
244
|
|
251
245
|
attr_accessor :CLBMultiZoneFlag, :CLBMasterZone, :CLBSlaveZone
|
@@ -289,7 +283,6 @@ module TencentCloud
|
|
289
283
|
# 证书信息
|
290
284
|
class CertificateInfo < TencentCloud::Common::AbstractModel
|
291
285
|
# @param Id: 唯一id
|
292
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
293
286
|
# @type Id: String
|
294
287
|
|
295
288
|
attr_accessor :Id
|
@@ -1266,58 +1259,40 @@ module TencentCloud
|
|
1266
1259
|
# 配置文件组
|
1267
1260
|
class ConfigFileGroup < TencentCloud::Common::AbstractModel
|
1268
1261
|
# @param Id: 配置文件组id
|
1269
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1270
1262
|
# @type Id: Integer
|
1271
1263
|
# @param Name: 配置文件组名称
|
1272
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1273
1264
|
# @type Name: String
|
1274
1265
|
# @param Namespace: 命名空间
|
1275
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1276
1266
|
# @type Namespace: String
|
1277
1267
|
# @param Comment: 备注
|
1278
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1279
1268
|
# @type Comment: String
|
1280
1269
|
# @param CreateTime: 创建时间
|
1281
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1282
1270
|
# @type CreateTime: String
|
1283
1271
|
# @param CreateBy: 创建者
|
1284
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1285
1272
|
# @type CreateBy: String
|
1286
1273
|
# @param ModifyTime: 修改时间
|
1287
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1288
1274
|
# @type ModifyTime: String
|
1289
1275
|
# @param ModifyBy: 修改者
|
1290
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1291
1276
|
# @type ModifyBy: String
|
1292
1277
|
# @param FileCount: 文件数
|
1293
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1294
1278
|
# @type FileCount: Integer
|
1295
1279
|
# @param UserIds: 关联用户,link_users
|
1296
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1297
1280
|
# @type UserIds: Array
|
1298
1281
|
# @param GroupIds: 组id,link_groups
|
1299
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1300
1282
|
# @type GroupIds: Array
|
1301
1283
|
# @param RemoveUserIds: remove_link_users
|
1302
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1303
1284
|
# @type RemoveUserIds: Array
|
1304
1285
|
# @param RemoveGroupIds: remove_link_groups
|
1305
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1306
1286
|
# @type RemoveGroupIds: Array
|
1307
1287
|
# @param Editable: 是否可编辑
|
1308
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1309
1288
|
# @type Editable: Boolean
|
1310
1289
|
# @param Owner: 归属者
|
1311
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1312
1290
|
# @type Owner: String
|
1313
1291
|
# @param Department: 部门
|
1314
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1315
1292
|
# @type Department: String
|
1316
1293
|
# @param Business: 业务
|
1317
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1318
1294
|
# @type Business: String
|
1319
1295
|
# @param ConfigFileGroupTags: 配置文件组标签
|
1320
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1321
1296
|
# @type ConfigFileGroupTags: Array
|
1322
1297
|
|
1323
1298
|
attr_accessor :Id, :Name, :Namespace, :Comment, :CreateTime, :CreateBy, :ModifyTime, :ModifyBy, :FileCount, :UserIds, :GroupIds, :RemoveUserIds, :RemoveGroupIds, :Editable, :Owner, :Department, :Business, :ConfigFileGroupTags
|
@@ -1375,10 +1350,8 @@ module TencentCloud
|
|
1375
1350
|
# 配置文件标签
|
1376
1351
|
class ConfigFileGroupTag < TencentCloud::Common::AbstractModel
|
1377
1352
|
# @param Key: key-value 键
|
1378
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1379
1353
|
# @type Key: String
|
1380
1354
|
# @param Value: key-value 值
|
1381
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1382
1355
|
# @type Value: String
|
1383
1356
|
|
1384
1357
|
attr_accessor :Key, :Value
|
@@ -1571,19 +1544,14 @@ module TencentCloud
|
|
1571
1544
|
# 配置发布删除
|
1572
1545
|
class ConfigFileReleaseDeletion < TencentCloud::Common::AbstractModel
|
1573
1546
|
# @param Namespace: 命名空间
|
1574
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1575
1547
|
# @type Namespace: String
|
1576
1548
|
# @param Group: 配置分组
|
1577
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1578
1549
|
# @type Group: String
|
1579
1550
|
# @param FileName: 文件名称
|
1580
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1581
1551
|
# @type FileName: String
|
1582
1552
|
# @param ReleaseVersion: 发布版本
|
1583
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1584
1553
|
# @type ReleaseVersion: String
|
1585
1554
|
# @param Id: 配置发布ID
|
1586
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1587
1555
|
# @type Id: Integer
|
1588
1556
|
|
1589
1557
|
attr_accessor :Namespace, :Group, :FileName, :ReleaseVersion, :Id
|
@@ -1730,31 +1698,22 @@ module TencentCloud
|
|
1730
1698
|
# 配置文件模板
|
1731
1699
|
class ConfigFileTemplate < TencentCloud::Common::AbstractModel
|
1732
1700
|
# @param Id: 配置文件模板id
|
1733
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1734
1701
|
# @type Id: Integer
|
1735
1702
|
# @param Name: 配置文件模板名称
|
1736
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1737
1703
|
# @type Name: String
|
1738
1704
|
# @param Content: 配置文件模板内容
|
1739
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1740
1705
|
# @type Content: String
|
1741
1706
|
# @param Format: 配置文件模板格式
|
1742
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1743
1707
|
# @type Format: String
|
1744
1708
|
# @param Comment: 配置文件模板注释
|
1745
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1746
1709
|
# @type Comment: String
|
1747
1710
|
# @param CreateTime: 配置文件模板创建时间
|
1748
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1749
1711
|
# @type CreateTime: String
|
1750
1712
|
# @param CreateBy: 配置文件模板创建者
|
1751
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1752
1713
|
# @type CreateBy: String
|
1753
1714
|
# @param ModifyTime: 配置文件模板修改时间
|
1754
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1755
1715
|
# @type ModifyTime: String
|
1756
1716
|
# @param ModifyBy: 配置文件模板修改者
|
1757
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1758
1717
|
# @type ModifyBy: String
|
1759
1718
|
|
1760
1719
|
attr_accessor :Id, :Name, :Content, :Format, :Comment, :CreateTime, :CreateBy, :ModifyTime, :ModifyBy
|
@@ -1963,7 +1922,6 @@ module TencentCloud
|
|
1963
1922
|
# CreateCloudNativeAPIGatewayCertificate返回参数结构体
|
1964
1923
|
class CreateCloudNativeAPIGatewayCertificateResponse < TencentCloud::Common::AbstractModel
|
1965
1924
|
# @param Result: 创建证书结果
|
1966
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1967
1925
|
# @type Result: :class:`Tencentcloud::Tse.v20201207.models.CertificateInfo`
|
1968
1926
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1969
1927
|
# @type RequestId: String
|
@@ -2014,7 +1972,6 @@ module TencentCloud
|
|
2014
1972
|
# CreateCloudNativeAPIGatewayPublicNetwork返回参数结构体
|
2015
1973
|
class CreateCloudNativeAPIGatewayPublicNetworkResponse < TencentCloud::Common::AbstractModel
|
2016
1974
|
# @param Result: 返回结果
|
2017
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2018
1975
|
# @type Result: :class:`Tencentcloud::Tse.v20201207.models.CreatePublicNetworkResult`
|
2019
1976
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2020
1977
|
# @type RequestId: String
|
@@ -2566,7 +2523,6 @@ module TencentCloud
|
|
2566
2523
|
# @param Result: 是否创建成功
|
2567
2524
|
# @type Result: Boolean
|
2568
2525
|
# @param ConfigFileId: 创建的配置文件Id
|
2569
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2570
2526
|
# @type ConfigFileId: String
|
2571
2527
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2572
2528
|
# @type RequestId: String
|
@@ -2796,7 +2752,6 @@ module TencentCloud
|
|
2796
2752
|
# 创建云原生网关服务结果
|
2797
2753
|
class CreateGatewayServiceResult < TencentCloud::Common::AbstractModel
|
2798
2754
|
# @param ServiceId: 网关服务ID
|
2799
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2800
2755
|
# @type ServiceId: String
|
2801
2756
|
|
2802
2757
|
attr_accessor :ServiceId
|
@@ -3176,10 +3131,8 @@ module TencentCloud
|
|
3176
3131
|
# @param Result: 操作是否成功
|
3177
3132
|
# @type Result: Boolean
|
3178
3133
|
# @param ConfigFileReleaseId: 配置发布Id
|
3179
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3180
3134
|
# @type ConfigFileReleaseId: String
|
3181
3135
|
# @param ConfigFileId: 配置文件Id
|
3182
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3183
3136
|
# @type ConfigFileId: String
|
3184
3137
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3185
3138
|
# @type RequestId: String
|
@@ -3204,13 +3157,10 @@ module TencentCloud
|
|
3204
3157
|
# 创建kong客户端公网结果
|
3205
3158
|
class CreatePublicNetworkResult < TencentCloud::Common::AbstractModel
|
3206
3159
|
# @param GatewayId: 网关实例ID
|
3207
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3208
3160
|
# @type GatewayId: String
|
3209
3161
|
# @param GroupId: 分组ID
|
3210
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3211
3162
|
# @type GroupId: String
|
3212
3163
|
# @param NetworkId: 客户端公网网络ID
|
3213
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3214
3164
|
# @type NetworkId: String
|
3215
3165
|
|
3216
3166
|
attr_accessor :GatewayId, :GroupId, :NetworkId
|
@@ -5617,7 +5567,6 @@ module TencentCloud
|
|
5617
5567
|
# DescribeConfigFile返回参数结构体
|
5618
5568
|
class DescribeConfigFileResponse < TencentCloud::Common::AbstractModel
|
5619
5569
|
# @param ConfigFile: 配置文件
|
5620
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5621
5570
|
# @type ConfigFile: :class:`Tencentcloud::Tse.v20201207.models.ConfigFile`
|
5622
5571
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5623
5572
|
# @type RequestId: String
|
@@ -6164,7 +6113,6 @@ module TencentCloud
|
|
6164
6113
|
# @param Size: 返回条数
|
6165
6114
|
# @type Size: Integer
|
6166
6115
|
# @param ServiceContracts: 契约定义列表
|
6167
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6168
6116
|
# @type ServiceContracts: Array
|
6169
6117
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6170
6118
|
# @type RequestId: String
|
@@ -6312,31 +6260,22 @@ module TencentCloud
|
|
6312
6260
|
# 实例地域信息描述
|
6313
6261
|
class DescribeInstanceRegionInfo < TencentCloud::Common::AbstractModel
|
6314
6262
|
# @param EngineRegion: 引擎部署地域信息
|
6315
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6316
6263
|
# @type EngineRegion: String
|
6317
6264
|
# @param Replica: 引擎在该地域的副本数
|
6318
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6319
6265
|
# @type Replica: Integer
|
6320
6266
|
# @param SpecId: 引擎在该地域的规格id
|
6321
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6322
6267
|
# @type SpecId: String
|
6323
6268
|
# @param IntranetVpcInfos: 客户端内网的网络信息
|
6324
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6325
6269
|
# @type IntranetVpcInfos: Array
|
6326
6270
|
# @param ConsoleIntranetVpcInfos: 控制台内网的网络信息
|
6327
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6328
6271
|
# @type ConsoleIntranetVpcInfos: Array
|
6329
6272
|
# @param EnableClientInternet: 是否开公网
|
6330
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6331
6273
|
# @type EnableClientInternet: Boolean
|
6332
6274
|
# @param LimiterIntranetVpcInfos: 限流客户端内网的网络信息
|
6333
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6334
6275
|
# @type LimiterIntranetVpcInfos: Array
|
6335
6276
|
# @param MainRegion: 是否为主地域,仅在服务治理中心多地域有效
|
6336
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6337
6277
|
# @type MainRegion: Boolean
|
6338
6278
|
# @param EKSClusterID: 该地域所在的EKS集群
|
6339
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6340
6279
|
# @type EKSClusterID: String
|
6341
6280
|
|
6342
6281
|
attr_accessor :EngineRegion, :Replica, :SpecId, :IntranetVpcInfos, :ConsoleIntranetVpcInfos, :EnableClientInternet, :LimiterIntranetVpcInfos, :MainRegion, :EKSClusterID
|
@@ -6463,7 +6402,6 @@ module TencentCloud
|
|
6463
6402
|
# @param Replicas: 引擎实例副本信息
|
6464
6403
|
# @type Replicas: Array
|
6465
6404
|
# @param TotalCount: 副本个数
|
6466
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6467
6405
|
# @type TotalCount: Integer
|
6468
6406
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6469
6407
|
# @type RequestId: String
|
@@ -6913,22 +6851,17 @@ module TencentCloud
|
|
6913
6851
|
# @param EnvAddressInfos: apollo多环境公网ip
|
6914
6852
|
# @type EnvAddressInfos: Array
|
6915
6853
|
# @param ConsoleInternetAddress: 控制台公网访问地址
|
6916
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6917
6854
|
# @type ConsoleInternetAddress: String
|
6918
6855
|
# @param ConsoleIntranetAddress: 控制台内网访问地址
|
6919
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6920
6856
|
# @type ConsoleIntranetAddress: String
|
6921
6857
|
# @param InternetBandWidth: 客户端公网带宽
|
6922
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6923
6858
|
# @type InternetBandWidth: Integer
|
6924
6859
|
# @param ConsoleInternetBandWidth: 控制台公网带宽
|
6925
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6926
6860
|
# @type ConsoleInternetBandWidth: Integer
|
6927
6861
|
# @param LimiterAddressInfos: 北极星限流server节点接入IP
|
6928
6862
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6929
6863
|
# @type LimiterAddressInfos: Array
|
6930
6864
|
# @param CLBMultiRegion: InternetAddress 的公网 CLB 多可用区信息
|
6931
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6932
6865
|
# @type CLBMultiRegion: :class:`Tencentcloud::Tse.v20201207.models.CLBMultiRegion`
|
6933
6866
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6934
6867
|
# @type RequestId: String
|
@@ -7279,7 +7212,6 @@ module TencentCloud
|
|
7279
7212
|
# @param Replicas: 注册引擎实例副本信息
|
7280
7213
|
# @type Replicas: Array
|
7281
7214
|
# @param TotalCount: 副本个数
|
7282
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7283
7215
|
# @type TotalCount: Integer
|
7284
7216
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7285
7217
|
# @type RequestId: String
|
@@ -7434,16 +7366,12 @@ module TencentCloud
|
|
7434
7366
|
# @param ConfigInternetServiceIp: config公网ip
|
7435
7367
|
# @type ConfigInternetServiceIp: String
|
7436
7368
|
# @param ConfigIntranetAddress: config内网访问地址
|
7437
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7438
7369
|
# @type ConfigIntranetAddress: String
|
7439
7370
|
# @param EnableConfigIntranet: 是否开启config内网clb
|
7440
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7441
7371
|
# @type EnableConfigIntranet: Boolean
|
7442
7372
|
# @param InternetBandWidth: 客户端公网带宽
|
7443
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7444
7373
|
# @type InternetBandWidth: Integer
|
7445
7374
|
# @param CLBMultiRegion: 客户端公网CLB多可用区信息
|
7446
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7447
7375
|
# @type CLBMultiRegion: :class:`Tencentcloud::Tse.v20201207.models.CLBMultiRegion`
|
7448
7376
|
|
7449
7377
|
attr_accessor :EnvName, :EnableConfigInternet, :ConfigInternetServiceIp, :ConfigIntranetAddress, :EnableConfigIntranet, :InternetBandWidth, :CLBMultiRegion
|
@@ -7503,7 +7431,6 @@ module TencentCloud
|
|
7503
7431
|
# @param ClientBandWidth: 客户端带宽
|
7504
7432
|
# @type ClientBandWidth: Integer
|
7505
7433
|
# @param EnableConfigIntranet: 客户端内网开关
|
7506
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7507
7434
|
# @type EnableConfigIntranet: Boolean
|
7508
7435
|
|
7509
7436
|
attr_accessor :EnvName, :VpcInfos, :StorageCapacity, :Status, :AdminServiceIp, :ConfigServiceIp, :EnableConfigInternet, :ConfigInternetServiceIp, :SpecId, :EnvReplica, :RunningCount, :AliasEnvName, :EnvDesc, :ClientBandWidth, :EnableConfigIntranet
|
@@ -7637,19 +7564,14 @@ module TencentCloud
|
|
7637
7564
|
# @param Namespace: 服务别名指向的服务命名空间
|
7638
7565
|
# @type Namespace: String
|
7639
7566
|
# @param Comment: 服务别名的描述信息
|
7640
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7641
7567
|
# @type Comment: String
|
7642
7568
|
# @param CreateTime: 服务别名创建时间
|
7643
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7644
7569
|
# @type CreateTime: String
|
7645
7570
|
# @param ModifyTime: 服务别名修改时间
|
7646
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7647
7571
|
# @type ModifyTime: String
|
7648
7572
|
# @param Id: 服务别名ID
|
7649
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7650
7573
|
# @type Id: String
|
7651
7574
|
# @param Editable: 该服务别名是否可以编辑
|
7652
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7653
7575
|
# @type Editable: Boolean
|
7654
7576
|
|
7655
7577
|
attr_accessor :Alias, :AliasNamespace, :Service, :Namespace, :Comment, :CreateTime, :ModifyTime, :Id, :Editable
|
@@ -7688,49 +7610,34 @@ module TencentCloud
|
|
7688
7610
|
# @param Namespace: 实例所在命名空间名。
|
7689
7611
|
# @type Namespace: String
|
7690
7612
|
# @param Host: 实例ip地址。
|
7691
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7692
7613
|
# @type Host: String
|
7693
7614
|
# @param Port: 实例端口信息。
|
7694
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7695
7615
|
# @type Port: Integer
|
7696
7616
|
# @param Protocol: 通信协议。
|
7697
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7698
7617
|
# @type Protocol: String
|
7699
7618
|
# @param Version: 版本信息。
|
7700
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7701
7619
|
# @type Version: String
|
7702
7620
|
# @param Weight: 负载均衡权重。
|
7703
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7704
7621
|
# @type Weight: Integer
|
7705
7622
|
# @param EnableHealthCheck: 是否开启健康检查。
|
7706
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7707
7623
|
# @type EnableHealthCheck: Boolean
|
7708
7624
|
# @param Healthy: 实例是否健康。
|
7709
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7710
7625
|
# @type Healthy: Boolean
|
7711
7626
|
# @param Isolate: 实例是否隔离。
|
7712
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7713
7627
|
# @type Isolate: Boolean
|
7714
7628
|
# @param CreateTime: 实例创建时间。
|
7715
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7716
7629
|
# @type CreateTime: String
|
7717
7630
|
# @param ModifyTime: 实例修改时间。
|
7718
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7719
7631
|
# @type ModifyTime: String
|
7720
7632
|
# @param Metadatas: 元数据数组。
|
7721
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7722
7633
|
# @type Metadatas: Array
|
7723
7634
|
# @param Ttl: 上报心跳间隔。
|
7724
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7725
7635
|
# @type Ttl: Integer
|
7726
7636
|
# @param InstanceVersion: 版本信息。
|
7727
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7728
7637
|
# @type InstanceVersion: String
|
7729
7638
|
# @param HealthStatus: 状态信息
|
7730
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7731
7639
|
# @type HealthStatus: String
|
7732
7640
|
# @param Comment: 描述
|
7733
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7734
7641
|
# @type Comment: String
|
7735
7642
|
|
7736
7643
|
attr_accessor :Id, :Service, :Namespace, :Host, :Port, :Protocol, :Version, :Weight, :EnableHealthCheck, :Healthy, :Isolate, :CreateTime, :ModifyTime, :Metadatas, :Ttl, :InstanceVersion, :HealthStatus, :Comment
|
@@ -7915,31 +7822,22 @@ module TencentCloud
|
|
7915
7822
|
# 服务契约接口定义
|
7916
7823
|
class GovernanceInterfaceDescription < TencentCloud::Common::AbstractModel
|
7917
7824
|
# @param ID: 契约接口ID
|
7918
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7919
7825
|
# @type ID: String
|
7920
7826
|
# @param Method: 方法名称
|
7921
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7922
7827
|
# @type Method: String
|
7923
7828
|
# @param Path: 路径/接口名称
|
7924
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7925
7829
|
# @type Path: String
|
7926
7830
|
# @param Content: 内容
|
7927
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7928
7831
|
# @type Content: String
|
7929
7832
|
# @param Source: 创建来源
|
7930
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7931
7833
|
# @type Source: String
|
7932
7834
|
# @param Revision: 信息摘要
|
7933
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7934
7835
|
# @type Revision: String
|
7935
7836
|
# @param CreateTime: 创建时间
|
7936
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7937
7837
|
# @type CreateTime: String
|
7938
7838
|
# @param ModifyTime: 修改时间
|
7939
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7940
7839
|
# @type ModifyTime: String
|
7941
7840
|
# @param Name: 接口名称
|
7942
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7943
7841
|
# @type Name: String
|
7944
7842
|
|
7945
7843
|
attr_accessor :ID, :Method, :Path, :Content, :Source, :Revision, :CreateTime, :ModifyTime, :Name
|
@@ -7972,49 +7870,34 @@ module TencentCloud
|
|
7972
7870
|
# 治理中心命名空间
|
7973
7871
|
class GovernanceNamespace < TencentCloud::Common::AbstractModel
|
7974
7872
|
# @param Name: 命名空间名称。
|
7975
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7976
7873
|
# @type Name: String
|
7977
7874
|
# @param Comment: 命名空间描述信息。
|
7978
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7979
7875
|
# @type Comment: String
|
7980
7876
|
# @param CreateTime: 创建时间。
|
7981
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7982
7877
|
# @type CreateTime: String
|
7983
7878
|
# @param ModifyTime: 修改时间。
|
7984
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7985
7879
|
# @type ModifyTime: String
|
7986
7880
|
# @param TotalServiceCount: 命名空间下总服务数据量
|
7987
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7988
7881
|
# @type TotalServiceCount: Integer
|
7989
7882
|
# @param TotalHealthInstanceCount: 命名空间下总健康实例数量
|
7990
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7991
7883
|
# @type TotalHealthInstanceCount: Integer
|
7992
7884
|
# @param TotalInstanceCount: 命名空间下总实例数量
|
7993
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7994
7885
|
# @type TotalInstanceCount: Integer
|
7995
7886
|
# @param Id: 命名空间ID
|
7996
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7997
7887
|
# @type Id: String
|
7998
7888
|
# @param Editable: 是否可以编辑
|
7999
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8000
7889
|
# @type Editable: Boolean
|
8001
7890
|
# @param UserIds: 可以操作此命名空间的用户ID列表
|
8002
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8003
7891
|
# @type UserIds: Array
|
8004
7892
|
# @param GroupIds: 可以操作此命名空间的用户组ID列表
|
8005
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8006
7893
|
# @type GroupIds: Array
|
8007
7894
|
# @param RemoveUserIds: 移除可以操作此命名空间的用户ID列表
|
8008
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8009
7895
|
# @type RemoveUserIds: Array
|
8010
7896
|
# @param RemoveGroupIds: 移除可以操作此命名空间的用户组ID列表
|
8011
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8012
7897
|
# @type RemoveGroupIds: Array
|
8013
7898
|
# @param ServiceExportTo: 该命名空间下的服务对哪些命名空间可见
|
8014
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8015
7899
|
# @type ServiceExportTo: Array
|
8016
7900
|
# @param SyncToGlobalRegistry: 是否开启同步到全局注册中心
|
8017
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8018
7901
|
# @type SyncToGlobalRegistry: Boolean
|
8019
7902
|
|
8020
7903
|
attr_accessor :Name, :Comment, :CreateTime, :ModifyTime, :TotalServiceCount, :TotalHealthInstanceCount, :TotalInstanceCount, :Id, :Editable, :UserIds, :GroupIds, :RemoveUserIds, :RemoveGroupIds, :ServiceExportTo, :SyncToGlobalRegistry
|
@@ -8110,52 +7993,36 @@ module TencentCloud
|
|
8110
7993
|
# @param Namespace: 命名空间名称。
|
8111
7994
|
# @type Namespace: String
|
8112
7995
|
# @param Metadatas: 元数据信息数组。
|
8113
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8114
7996
|
# @type Metadatas: Array
|
8115
7997
|
# @param Comment: 描述信息。
|
8116
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8117
7998
|
# @type Comment: String
|
8118
7999
|
# @param CreateTime: 创建时间。
|
8119
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8120
8000
|
# @type CreateTime: String
|
8121
8001
|
# @param ModifyTime: 修改时间。
|
8122
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8123
8002
|
# @type ModifyTime: String
|
8124
8003
|
# @param Department: 服务所属部门。
|
8125
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8126
8004
|
# @type Department: String
|
8127
8005
|
# @param Business: 服务所属业务。
|
8128
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8129
8006
|
# @type Business: String
|
8130
8007
|
# @param HealthyInstanceCount: 健康服务实例数
|
8131
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8132
8008
|
# @type HealthyInstanceCount: Integer
|
8133
8009
|
# @param TotalInstanceCount: 服务实例总数
|
8134
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8135
8010
|
# @type TotalInstanceCount: Integer
|
8136
8011
|
# @param Id: 服务ID
|
8137
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8138
8012
|
# @type Id: String
|
8139
8013
|
# @param Editable: 是否可以编辑
|
8140
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8141
8014
|
# @type Editable: Boolean
|
8142
8015
|
# @param UserIds: 可以编辑该资源的用户ID
|
8143
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8144
8016
|
# @type UserIds: Array
|
8145
8017
|
# @param GroupIds: 可以编辑该资源的用户组ID
|
8146
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8147
8018
|
# @type GroupIds: Array
|
8148
8019
|
# @param RemoveUserIds: 移除可以编辑该资源的用户ID
|
8149
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8150
8020
|
# @type RemoveUserIds: Array
|
8151
8021
|
# @param RemoveGroupIds: 移除可以编辑该资源的用户组ID
|
8152
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8153
8022
|
# @type RemoveGroupIds: Array
|
8154
8023
|
# @param ExportTo: 该服务对哪些命名空间可见
|
8155
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8156
8024
|
# @type ExportTo: Array
|
8157
8025
|
# @param Revision: 该服务信息摘要签名
|
8158
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8159
8026
|
# @type Revision: String
|
8160
8027
|
# @param SyncToGlobalRegistry: 是否开启同步到全局注册中心
|
8161
8028
|
# @type SyncToGlobalRegistry: Boolean
|
@@ -8217,37 +8084,26 @@ module TencentCloud
|
|
8217
8084
|
# 服务契约定义
|
8218
8085
|
class GovernanceServiceContract < TencentCloud::Common::AbstractModel
|
8219
8086
|
# @param Name: 契约名称
|
8220
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8221
8087
|
# @type Name: String
|
8222
8088
|
# @param Namespace: 所属服务命名空间
|
8223
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8224
8089
|
# @type Namespace: String
|
8225
8090
|
# @param Protocol: 协议
|
8226
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8227
8091
|
# @type Protocol: String
|
8228
8092
|
# @param ID: 契约ID
|
8229
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8230
8093
|
# @type ID: String
|
8231
8094
|
# @param Service: 所属服务名称
|
8232
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8233
8095
|
# @type Service: String
|
8234
8096
|
# @param Version: 版本
|
8235
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8236
8097
|
# @type Version: String
|
8237
8098
|
# @param Revision: 信息摘要
|
8238
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8239
8099
|
# @type Revision: String
|
8240
8100
|
# @param Content: 额外内容描述
|
8241
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8242
8101
|
# @type Content: String
|
8243
8102
|
# @param CreateTime: 创建时间
|
8244
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8245
8103
|
# @type CreateTime: String
|
8246
8104
|
# @param ModifyTime: 修改时间
|
8247
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8248
8105
|
# @type ModifyTime: String
|
8249
8106
|
# @param Interfaces: 契约接口列表
|
8250
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8251
8107
|
# @type Interfaces: Array
|
8252
8108
|
|
8253
8109
|
attr_accessor :Name, :Namespace, :Protocol, :ID, :Service, :Version, :Revision, :Content, :CreateTime, :ModifyTime, :Interfaces
|
@@ -8291,13 +8147,10 @@ module TencentCloud
|
|
8291
8147
|
# 服务契约版本信息
|
8292
8148
|
class GovernanceServiceContractVersion < TencentCloud::Common::AbstractModel
|
8293
8149
|
# @param Version: 契约版本
|
8294
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8295
8150
|
# @type Version: String
|
8296
8151
|
# @param Name: 契约名称
|
8297
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8298
8152
|
# @type Name: String
|
8299
8153
|
# @param Key: 唯一名称
|
8300
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8301
8154
|
# @type Key: String
|
8302
8155
|
|
8303
8156
|
attr_accessor :Version, :Name, :Key
|
@@ -8481,10 +8334,8 @@ module TencentCloud
|
|
8481
8334
|
# 键值对
|
8482
8335
|
class KVMapping < TencentCloud::Common::AbstractModel
|
8483
8336
|
# @param Key: key
|
8484
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8485
8337
|
# @type Key: String
|
8486
8338
|
# @param Value: value
|
8487
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8488
8339
|
# @type Value: String
|
8489
8340
|
|
8490
8341
|
attr_accessor :Key, :Value
|
@@ -9012,31 +8863,22 @@ module TencentCloud
|
|
9012
8863
|
# Kong Upstream中的Target
|
9013
8864
|
class KongTarget < TencentCloud::Common::AbstractModel
|
9014
8865
|
# @param Host: Host
|
9015
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9016
8866
|
# @type Host: String
|
9017
8867
|
# @param Port: 端口
|
9018
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9019
8868
|
# @type Port: Integer
|
9020
8869
|
# @param Weight: 权重
|
9021
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9022
8870
|
# @type Weight: Integer
|
9023
8871
|
# @param Health: 健康状态
|
9024
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9025
8872
|
# @type Health: String
|
9026
8873
|
# @param CreatedTime: 创建时间
|
9027
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9028
8874
|
# @type CreatedTime: String
|
9029
8875
|
# @param Source: Target的来源
|
9030
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9031
8876
|
# @type Source: String
|
9032
8877
|
# @param CvmInstanceId: CVM实例ID
|
9033
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9034
8878
|
# @type CvmInstanceId: String
|
9035
8879
|
# @param CvmInstanceName: CVM实例名称
|
9036
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9037
8880
|
# @type CvmInstanceName: String
|
9038
8881
|
# @param Tags: target标签
|
9039
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9040
8882
|
# @type Tags: Array
|
9041
8883
|
|
9042
8884
|
attr_accessor :Host, :Port, :Weight, :Health, :CreatedTime, :Source, :CvmInstanceId, :CvmInstanceName, :Tags
|
@@ -9069,73 +8911,51 @@ module TencentCloud
|
|
9069
8911
|
# 服务的后端配置
|
9070
8912
|
class KongUpstreamInfo < TencentCloud::Common::AbstractModel
|
9071
8913
|
# @param Host: IP或域名
|
9072
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9073
8914
|
# @type Host: String
|
9074
8915
|
# @param Port: 端口
|
9075
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9076
8916
|
# @type Port: Integer
|
9077
8917
|
# @param SourceID: 服务来源ID
|
9078
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9079
8918
|
# @type SourceID: String
|
9080
8919
|
# @param Namespace: 命名空间
|
9081
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9082
8920
|
# @type Namespace: String
|
9083
8921
|
# @param ServiceName: 服务(注册中心或Kubernetes中的服务)名字
|
9084
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9085
8922
|
# @type ServiceName: String
|
9086
8923
|
# @param Targets: 服务后端类型是IPList时提供
|
9087
8924
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9088
8925
|
# @type Targets: Array
|
9089
8926
|
# @param SourceType: 服务来源类型
|
9090
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9091
8927
|
# @type SourceType: String
|
9092
8928
|
# @param ScfType: SCF函数类型
|
9093
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9094
8929
|
# @type ScfType: String
|
9095
8930
|
# @param ScfNamespace: SCF函数命名空间
|
9096
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9097
8931
|
# @type ScfNamespace: String
|
9098
8932
|
# @param ScfLambdaName: SCF函数名
|
9099
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9100
8933
|
# @type ScfLambdaName: String
|
9101
8934
|
# @param ScfLambdaQualifier: SCF函数版本
|
9102
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9103
8935
|
# @type ScfLambdaQualifier: String
|
9104
8936
|
# @param SlowStart: 冷启动时间,单位秒
|
9105
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9106
8937
|
# @type SlowStart: Integer
|
9107
8938
|
# @param Algorithm: 负载均衡算法,默认为 round-robin,还支持 least-connections,consisten_hashing
|
9108
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9109
8939
|
# @type Algorithm: String
|
9110
8940
|
# @param AutoScalingGroupID: CVM弹性伸缩组ID
|
9111
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9112
8941
|
# @type AutoScalingGroupID: String
|
9113
8942
|
# @param AutoScalingCvmPort: CVM弹性伸缩组端口
|
9114
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9115
8943
|
# @type AutoScalingCvmPort: Integer
|
9116
8944
|
# @param AutoScalingTatCmdStatus: CVM弹性伸缩组使用的CVM TAT命令状态
|
9117
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9118
8945
|
# @type AutoScalingTatCmdStatus: String
|
9119
8946
|
# @param AutoScalingHookStatus: CVM弹性伸缩组生命周期挂钩状态
|
9120
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9121
8947
|
# @type AutoScalingHookStatus: String
|
9122
8948
|
# @param SourceName: 服务来源的名字
|
9123
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9124
8949
|
# @type SourceName: String
|
9125
8950
|
# @param RealSourceType: 精确的服务来源类型,新建服务来源时候传入的类型
|
9126
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9127
8951
|
# @type RealSourceType: String
|
9128
8952
|
# @param HealthStatus: upstream健康状态HEALTHY(健康), UNHEALTHY(异常), HEALTHCHECKS_OFF(未开启)和NONE(不支持健康检查)
|
9129
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9130
8953
|
# @type HealthStatus: String
|
9131
8954
|
# @param ScfCamAuthEnable: 云函数是否开启CAM鉴权,不填时默认为开启(true)
|
9132
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9133
8955
|
# @type ScfCamAuthEnable: Boolean
|
9134
8956
|
# @param ScfIsBase64Encoded: 云函数是否开启Base64编码,默认为false
|
9135
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9136
8957
|
# @type ScfIsBase64Encoded: Boolean
|
9137
8958
|
# @param ScfIsIntegratedResponse: 云函数是否开启响应集成,默认为false
|
9138
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9139
8959
|
# @type ScfIsIntegratedResponse: Boolean
|
9140
8960
|
|
9141
8961
|
attr_accessor :Host, :Port, :SourceID, :Namespace, :ServiceName, :Targets, :SourceType, :ScfType, :ScfNamespace, :ScfLambdaName, :ScfLambdaQualifier, :SlowStart, :Algorithm, :AutoScalingGroupID, :AutoScalingCvmPort, :AutoScalingTatCmdStatus, :AutoScalingHookStatus, :SourceName, :RealSourceType, :HealthStatus, :ScfCamAuthEnable, :ScfIsBase64Encoded, :ScfIsIntegratedResponse
|
@@ -9422,13 +9242,10 @@ module TencentCloud
|
|
9422
9242
|
# 新增Location字段,展示zone/region/campus
|
9423
9243
|
class Location < TencentCloud::Common::AbstractModel
|
9424
9244
|
# @param Region: 大区
|
9425
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9426
9245
|
# @type Region: String
|
9427
9246
|
# @param Zone: 可用区
|
9428
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9429
9247
|
# @type Zone: String
|
9430
9248
|
# @param Campus: 机房
|
9431
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9432
9249
|
# @type Campus: String
|
9433
9250
|
|
9434
9251
|
attr_accessor :Region, :Zone, :Campus
|
@@ -9449,10 +9266,8 @@ module TencentCloud
|
|
9449
9266
|
# 元数据信息
|
9450
9267
|
class Metadata < TencentCloud::Common::AbstractModel
|
9451
9268
|
# @param Key: 元数据键名。
|
9452
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9453
9269
|
# @type Key: String
|
9454
9270
|
# @param Value: 元数据键值。不填则默认为空字符串。
|
9455
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9456
9271
|
# @type Value: String
|
9457
9272
|
|
9458
9273
|
attr_accessor :Key, :Value
|
@@ -10601,16 +10416,12 @@ module TencentCloud
|
|
10601
10416
|
# @param Status: 状态
|
10602
10417
|
# @type Status: String
|
10603
10418
|
# @param SubnetId: 子网ID
|
10604
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10605
10419
|
# @type SubnetId: String
|
10606
10420
|
# @param Zone: 可用区ID
|
10607
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10608
10421
|
# @type Zone: String
|
10609
10422
|
# @param ZoneId: 可用区ID
|
10610
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10611
10423
|
# @type ZoneId: String
|
10612
10424
|
# @param VpcId: VPC ID
|
10613
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10614
10425
|
# @type VpcId: String
|
10615
10426
|
|
10616
10427
|
attr_accessor :Name, :Role, :Status, :SubnetId, :Zone, :ZoneId, :VpcId
|
@@ -10639,7 +10450,6 @@ module TencentCloud
|
|
10639
10450
|
# nacos服务端接口列表,用于云监控
|
10640
10451
|
class NacosServerInterface < TencentCloud::Common::AbstractModel
|
10641
10452
|
# @param Interface: 接口名
|
10642
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10643
10453
|
# @type Interface: String
|
10644
10454
|
|
10645
10455
|
attr_accessor :Interface
|
@@ -10877,16 +10687,12 @@ module TencentCloud
|
|
10877
10687
|
# 北极星日志主题信息
|
10878
10688
|
class PolarisCLSTopicInfo < TencentCloud::Common::AbstractModel
|
10879
10689
|
# @param LogSetId: 日志集ID
|
10880
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10881
10690
|
# @type LogSetId: String
|
10882
10691
|
# @param LogSetName: 日志集名称
|
10883
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10884
10692
|
# @type LogSetName: String
|
10885
10693
|
# @param TopicId: 日志主题ID
|
10886
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10887
10694
|
# @type TopicId: String
|
10888
10695
|
# @param TopicName: 日志主题名称
|
10889
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10890
10696
|
# @type TopicName: String
|
10891
10697
|
|
10892
10698
|
attr_accessor :LogSetId, :LogSetName, :TopicId, :TopicName
|
@@ -10909,7 +10715,6 @@ module TencentCloud
|
|
10909
10715
|
# 查询Limiter的接入地址
|
10910
10716
|
class PolarisLimiterAddress < TencentCloud::Common::AbstractModel
|
10911
10717
|
# @param IntranetAddress: VPC接入IP列表
|
10912
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10913
10718
|
# @type IntranetAddress: String
|
10914
10719
|
|
10915
10720
|
attr_accessor :IntranetAddress
|
@@ -10997,7 +10802,6 @@ module TencentCloud
|
|
10997
10802
|
# @param Result: 配置文件发布是否成功
|
10998
10803
|
# @type Result: Boolean
|
10999
10804
|
# @param ConfigFileReleaseId: 配置文件发布Id
|
11000
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11001
10805
|
# @type ConfigFileReleaseId: String
|
11002
10806
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11003
10807
|
# @type RequestId: String
|
@@ -11074,22 +10878,16 @@ module TencentCloud
|
|
11074
10878
|
# 配置发布版本信息
|
11075
10879
|
class ReleaseVersion < TencentCloud::Common::AbstractModel
|
11076
10880
|
# @param Name: 配置发布的版本
|
11077
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11078
10881
|
# @type Name: String
|
11079
10882
|
# @param Active: 是否生效
|
11080
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11081
10883
|
# @type Active: Boolean
|
11082
10884
|
# @param Id: 配置发布的ID
|
11083
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11084
10885
|
# @type Id: String
|
11085
10886
|
# @param Namespace: 配置发布的命名空间
|
11086
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11087
10887
|
# @type Namespace: String
|
11088
10888
|
# @param Group: 配置发布的分组
|
11089
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11090
10889
|
# @type Group: String
|
11091
10890
|
# @param FileName: 配置发布的文件名
|
11092
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11093
10891
|
# @type FileName: String
|
11094
10892
|
|
11095
10893
|
attr_accessor :Name, :Active, :Id, :Namespace, :Group, :FileName
|
@@ -11307,88 +11105,60 @@ module TencentCloud
|
|
11307
11105
|
# @param VpcId: Vpc iD
|
11308
11106
|
# @type VpcId: String
|
11309
11107
|
# @param SubnetIds: 子网ID
|
11310
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11311
11108
|
# @type SubnetIds: Array
|
11312
11109
|
# @param EnableStorage: 是否开启持久化存储
|
11313
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11314
11110
|
# @type EnableStorage: Boolean
|
11315
11111
|
# @param StorageType: 数据存储方式
|
11316
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11317
11112
|
# @type StorageType: String
|
11318
11113
|
# @param StorageCapacity: 云硬盘容量
|
11319
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11320
11114
|
# @type StorageCapacity: Integer
|
11321
11115
|
# @param Paymode: 计费方式
|
11322
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11323
11116
|
# @type Paymode: String
|
11324
11117
|
# @param EKSClusterID: EKS集群的ID
|
11325
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11326
11118
|
# @type EKSClusterID: String
|
11327
11119
|
# @param CreateTime: 集群创建时间
|
11328
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11329
11120
|
# @type CreateTime: String
|
11330
11121
|
# @param EnvInfos: 环境配置信息列表
|
11331
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11332
11122
|
# @type EnvInfos: Array
|
11333
11123
|
# @param EngineRegion: 引擎所在的区域
|
11334
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11335
11124
|
# @type EngineRegion: String
|
11336
11125
|
# @param EnableInternet: 注册引擎是否开启公网
|
11337
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11338
11126
|
# @type EnableInternet: Boolean
|
11339
11127
|
# @param VpcInfos: 私有网络列表信息
|
11340
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11341
11128
|
# @type VpcInfos: Array
|
11342
11129
|
# @param ServiceGovernanceInfos: 服务治理相关信息列表
|
11343
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11344
11130
|
# @type ServiceGovernanceInfos: Array
|
11345
11131
|
# @param Tags: 实例的标签信息
|
11346
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11347
11132
|
# @type Tags: Array
|
11348
11133
|
# @param EnableConsoleInternet: 引擎实例是否开启控制台公网访问地址
|
11349
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11350
11134
|
# @type EnableConsoleInternet: Boolean
|
11351
11135
|
# @param EnableConsoleIntranet: 引擎实例是否开启控制台内网访问地址
|
11352
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11353
11136
|
# @type EnableConsoleIntranet: Boolean
|
11354
11137
|
# @param ConfigInfoVisible: 引擎实例是否展示参数配置页面
|
11355
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11356
11138
|
# @type ConfigInfoVisible: Boolean
|
11357
11139
|
# @param ConsoleDefaultPwd: 引擎实例控制台默认密码
|
11358
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11359
11140
|
# @type ConsoleDefaultPwd: String
|
11360
11141
|
# @param TradeType: 交易付费类型,0后付费/1预付费
|
11361
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11362
11142
|
# @type TradeType: Integer
|
11363
11143
|
# @param AutoRenewFlag: 自动续费标记:0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费
|
11364
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11365
11144
|
# @type AutoRenewFlag: Integer
|
11366
11145
|
# @param CurDeadline: 预付费到期时间
|
11367
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11368
11146
|
# @type CurDeadline: String
|
11369
11147
|
# @param IsolateTime: 隔离开始时间
|
11370
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11371
11148
|
# @type IsolateTime: String
|
11372
11149
|
# @param RegionInfos: 实例地域相关的描述信息
|
11373
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11374
11150
|
# @type RegionInfos: Array
|
11375
11151
|
# @param EKSType: 所在EKS环境,分为common和yunti
|
11376
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11377
11152
|
# @type EKSType: String
|
11378
11153
|
# @param FeatureVersion: 引擎的产品版本
|
11379
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11380
11154
|
# @type FeatureVersion: String
|
11381
11155
|
# @param EnableClientIntranet: 引擎实例是否开启客户端内网访问地址
|
11382
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11383
11156
|
# @type EnableClientIntranet: Boolean
|
11384
11157
|
# @param StorageOption: 存储额外配置选项
|
11385
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11386
11158
|
# @type StorageOption: Array
|
11387
11159
|
# @param ZookeeperRegionInfo: Zookeeper的额外环境数据信息
|
11388
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11389
11160
|
# @type ZookeeperRegionInfo: :class:`Tencentcloud::Tse.v20201207.models.ZookeeperRegionInfo`
|
11390
11161
|
# @param DeployMode: 部署架构
|
11391
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11392
11162
|
# @type DeployMode: String
|
11393
11163
|
|
11394
11164
|
attr_accessor :InstanceId, :Name, :Edition, :Status, :SpecId, :Replica, :Type, :VpcId, :SubnetIds, :EnableStorage, :StorageType, :StorageCapacity, :Paymode, :EKSClusterID, :CreateTime, :EnvInfos, :EngineRegion, :EnableInternet, :VpcInfos, :ServiceGovernanceInfos, :Tags, :EnableConsoleInternet, :EnableConsoleIntranet, :ConfigInfoVisible, :ConsoleDefaultPwd, :TradeType, :AutoRenewFlag, :CurDeadline, :IsolateTime, :RegionInfos, :EKSType, :FeatureVersion, :EnableClientIntranet, :StorageOption, :ZookeeperRegionInfo, :DeployMode
|
@@ -11536,7 +11306,6 @@ module TencentCloud
|
|
11536
11306
|
# @param LimiterVpcInfos: 服务治理限流server引擎绑定的网络信息
|
11537
11307
|
# @type LimiterVpcInfos: Array
|
11538
11308
|
# @param CLSTopics: 引擎关联CLS日志主题信息
|
11539
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11540
11309
|
# @type CLSTopics: Array
|
11541
11310
|
|
11542
11311
|
attr_accessor :EngineRegion, :BoundK8SInfos, :VpcInfos, :AuthOpen, :Features, :MainPassword, :PgwVpcInfos, :LimiterVpcInfos, :CLSTopics
|
@@ -11717,13 +11486,10 @@ module TencentCloud
|
|
11717
11486
|
# 存储的额外选项
|
11718
11487
|
class StorageOption < TencentCloud::Common::AbstractModel
|
11719
11488
|
# @param Name: 存储对象,分为snap和txn两种
|
11720
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11721
11489
|
# @type Name: String
|
11722
11490
|
# @param Type: 存储类型,分为三类CLOUD_PREMIUM/CLOUD_SSD/CLOUD_SSD_PLUS,分别对应高性能云硬盘、SSD云硬盘、增强型SSD云硬盘
|
11723
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11724
11491
|
# @type Type: String
|
11725
11492
|
# @param Capacity: 存储容量,[50, 3200]的范围
|
11726
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11727
11493
|
# @type Capacity: Integer
|
11728
11494
|
|
11729
11495
|
attr_accessor :Name, :Type, :Capacity
|
@@ -12128,10 +11894,8 @@ module TencentCloud
|
|
12128
11894
|
# @param SubnetId: 子网ID
|
12129
11895
|
# @type SubnetId: String
|
12130
11896
|
# @param IntranetAddress: 内网访问地址
|
12131
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12132
11897
|
# @type IntranetAddress: String
|
12133
11898
|
# @param LbSubnetId: 负载均衡均衡接入点子网ID
|
12134
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12135
11899
|
# @type LbSubnetId: String
|
12136
11900
|
|
12137
11901
|
attr_accessor :VpcId, :SubnetId, :IntranetAddress, :LbSubnetId
|
@@ -12158,13 +11922,10 @@ module TencentCloud
|
|
12158
11922
|
# - SingleRegion: 普通单地域
|
12159
11923
|
# - MultiRegion: 普通多地域场景
|
12160
11924
|
# - MasterSlave: 两地域,主备地域场景
|
12161
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12162
11925
|
# @type DeployMode: String
|
12163
11926
|
# @param MainRegion: 主地域的额外信息
|
12164
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12165
11927
|
# @type MainRegion: :class:`Tencentcloud::Tse.v20201207.models.ZookeeperRegionMyIdInfo`
|
12166
11928
|
# @param OtherRegions: 其他地域的额外信息
|
12167
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12168
11929
|
# @type OtherRegions: Array
|
12169
11930
|
|
12170
11931
|
attr_accessor :DeployMode, :MainRegion, :OtherRegions
|
@@ -12195,13 +11956,10 @@ module TencentCloud
|
|
12195
11956
|
# Zookeeper的地域信息的 myid 信息记录
|
12196
11957
|
class ZookeeperRegionMyIdInfo < TencentCloud::Common::AbstractModel
|
12197
11958
|
# @param Region: 地域信息
|
12198
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12199
11959
|
# @type Region: String
|
12200
11960
|
# @param MyIdStart: myid 的起始号段
|
12201
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12202
11961
|
# @type MyIdStart: Integer
|
12203
11962
|
# @param MyIdEnd: myid 的结束号段
|
12204
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12205
11963
|
# @type MyIdEnd: Integer
|
12206
11964
|
|
12207
11965
|
attr_accessor :Region, :MyIdStart, :MyIdEnd
|
@@ -12228,19 +11986,14 @@ module TencentCloud
|
|
12228
11986
|
# @param Status: 状态
|
12229
11987
|
# @type Status: String
|
12230
11988
|
# @param SubnetId: 子网ID
|
12231
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12232
11989
|
# @type SubnetId: String
|
12233
11990
|
# @param Zone: 可用区ID
|
12234
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12235
11991
|
# @type Zone: String
|
12236
11992
|
# @param ZoneId: 可用区ID
|
12237
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12238
11993
|
# @type ZoneId: String
|
12239
11994
|
# @param AliasName: 别名
|
12240
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12241
11995
|
# @type AliasName: String
|
12242
11996
|
# @param VpcId: VPC ID
|
12243
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12244
11997
|
# @type VpcId: String
|
12245
11998
|
|
12246
11999
|
attr_accessor :Name, :Role, :Status, :SubnetId, :Zone, :ZoneId, :AliasName, :VpcId
|
@@ -12271,7 +12024,6 @@ module TencentCloud
|
|
12271
12024
|
# Zookeeper服务端接口列表,用于云监控
|
12272
12025
|
class ZookeeperServerInterface < TencentCloud::Common::AbstractModel
|
12273
12026
|
# @param Interface: 接口名
|
12274
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12275
12027
|
# @type Interface: String
|
12276
12028
|
|
12277
12029
|
attr_accessor :Interface
|
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.1034
|
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-04-
|
11
|
+
date: 2025-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|