tencentcloud-sdk-tsf 3.0.507 → 3.0.508
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/v20180326/models.rb +43 -8
- 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: 57c93802b814bec986abe690c469a095e401ee2c
|
4
|
+
data.tar.gz: fe601d0fb687a2d8d2e4a35cbb45a71e14ec021a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2be909ff155ad3ccb5b6478f83fcdd5d0a30b59155597e6896f588a7060ffe9da0e8a290bfc6ba57f02a8dc2f0bcd231cd823db581cfe5a1e7360c05065adbe
|
7
|
+
data.tar.gz: 95124d207ac32cefc3c7beb9102c6133b1e320622e18bbb9d97683c8722076948ef3298939ad2551caa9b925e56b637e3014f94774c03e2eb4c34af0231add08
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.508
|
data/lib/v20180326/models.rb
CHANGED
@@ -12150,10 +12150,13 @@ module TencentCloud
|
|
12150
12150
|
# @param ApplicationNameReal: ApplicationName值
|
12151
12151
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
12152
12152
|
# @type ApplicationNameReal: String
|
12153
|
+
# @param Public: 是否公共,1:公有,0:私有
|
12154
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
12155
|
+
# @type Public: Integer
|
12153
12156
|
|
12154
|
-
attr_accessor :Reponame, :Repotype, :TagCount, :IsPublic, :IsUserFavor, :IsQcloudOfficial, :FavorCount, :PullCount, :Description, :CreationTime, :UpdateTime, :TcrRepoInfo, :TcrBindingId, :ApplicationId, :ApplicationName, :ApplicationNameReal
|
12157
|
+
attr_accessor :Reponame, :Repotype, :TagCount, :IsPublic, :IsUserFavor, :IsQcloudOfficial, :FavorCount, :PullCount, :Description, :CreationTime, :UpdateTime, :TcrRepoInfo, :TcrBindingId, :ApplicationId, :ApplicationName, :ApplicationNameReal, :Public
|
12155
12158
|
|
12156
|
-
def initialize(reponame=nil, repotype=nil, tagcount=nil, ispublic=nil, isuserfavor=nil, isqcloudofficial=nil, favorcount=nil, pullcount=nil, description=nil, creationtime=nil, updatetime=nil, tcrrepoinfo=nil, tcrbindingid=nil, applicationid=nil, applicationname=nil, applicationnamereal=nil)
|
12159
|
+
def initialize(reponame=nil, repotype=nil, tagcount=nil, ispublic=nil, isuserfavor=nil, isqcloudofficial=nil, favorcount=nil, pullcount=nil, description=nil, creationtime=nil, updatetime=nil, tcrrepoinfo=nil, tcrbindingid=nil, applicationid=nil, applicationname=nil, applicationnamereal=nil, public=nil)
|
12157
12160
|
@Reponame = reponame
|
12158
12161
|
@Repotype = repotype
|
12159
12162
|
@TagCount = tagcount
|
@@ -12170,6 +12173,7 @@ module TencentCloud
|
|
12170
12173
|
@ApplicationId = applicationid
|
12171
12174
|
@ApplicationName = applicationname
|
12172
12175
|
@ApplicationNameReal = applicationnamereal
|
12176
|
+
@Public = public
|
12173
12177
|
end
|
12174
12178
|
|
12175
12179
|
def deserialize(params)
|
@@ -12195,6 +12199,7 @@ module TencentCloud
|
|
12195
12199
|
@ApplicationName.deserialize(params['ApplicationName'])
|
12196
12200
|
end
|
12197
12201
|
@ApplicationNameReal = params['ApplicationNameReal']
|
12202
|
+
@Public = params['Public']
|
12198
12203
|
end
|
12199
12204
|
end
|
12200
12205
|
|
@@ -13003,10 +13008,13 @@ module TencentCloud
|
|
13003
13008
|
# @param CustomRule: 自定义分行规则
|
13004
13009
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
13005
13010
|
# @type CustomRule: String
|
13011
|
+
# @param KafkaAddress: KafkaAddress
|
13012
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13013
|
+
# @type KafkaAddress: String
|
13006
13014
|
|
13007
|
-
attr_accessor :ConfigId, :ConfigName, :CollectPath, :KafkaVIp, :KafkaVPort, :Topic, :LineRule, :EnableAuth, :Username, :Password, :KafkaInfos, :EnableGlobalLineRule, :CustomRule
|
13015
|
+
attr_accessor :ConfigId, :ConfigName, :CollectPath, :KafkaVIp, :KafkaVPort, :Topic, :LineRule, :EnableAuth, :Username, :Password, :KafkaInfos, :EnableGlobalLineRule, :CustomRule, :KafkaAddress
|
13008
13016
|
|
13009
|
-
def initialize(configid=nil, configname=nil, collectpath=nil, kafkavip=nil, kafkavport=nil, topic=nil, linerule=nil, enableauth=nil, username=nil, password=nil, kafkainfos=nil, enablegloballinerule=nil, customrule=nil)
|
13017
|
+
def initialize(configid=nil, configname=nil, collectpath=nil, kafkavip=nil, kafkavport=nil, topic=nil, linerule=nil, enableauth=nil, username=nil, password=nil, kafkainfos=nil, enablegloballinerule=nil, customrule=nil, kafkaaddress=nil)
|
13010
13018
|
@ConfigId = configid
|
13011
13019
|
@ConfigName = configname
|
13012
13020
|
@CollectPath = collectpath
|
@@ -13020,6 +13028,7 @@ module TencentCloud
|
|
13020
13028
|
@KafkaInfos = kafkainfos
|
13021
13029
|
@EnableGlobalLineRule = enablegloballinerule
|
13022
13030
|
@CustomRule = customrule
|
13031
|
+
@KafkaAddress = kafkaaddress
|
13023
13032
|
end
|
13024
13033
|
|
13025
13034
|
def deserialize(params)
|
@@ -13043,6 +13052,7 @@ module TencentCloud
|
|
13043
13052
|
end
|
13044
13053
|
@EnableGlobalLineRule = params['EnableGlobalLineRule']
|
13045
13054
|
@CustomRule = params['CustomRule']
|
13055
|
+
@KafkaAddress = params['KafkaAddress']
|
13046
13056
|
end
|
13047
13057
|
end
|
13048
13058
|
|
@@ -16075,10 +16085,16 @@ module TencentCloud
|
|
16075
16085
|
# @param Description: 备注
|
16076
16086
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
16077
16087
|
# @type Description: String
|
16088
|
+
# @param DisableMetricAS: 是否关闭指标伸缩, 默认0, 0:打开指标伸缩 1:关闭指标伸缩
|
16089
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16090
|
+
# @type DisableMetricAS: Integer
|
16091
|
+
# @param EnableCronAS: 开启定时伸缩规则, 默认0, 0:关闭定时伸缩 1:开启定时伸缩
|
16092
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16093
|
+
# @type EnableCronAS: Integer
|
16078
16094
|
|
16079
|
-
attr_accessor :RuleId, :Name, :ExpandVmCountLimit, :ShrinkVmCountLimit, :GroupCount, :Desc, :Description
|
16095
|
+
attr_accessor :RuleId, :Name, :ExpandVmCountLimit, :ShrinkVmCountLimit, :GroupCount, :Desc, :Description, :DisableMetricAS, :EnableCronAS
|
16080
16096
|
|
16081
|
-
def initialize(ruleid=nil, name=nil, expandvmcountlimit=nil, shrinkvmcountlimit=nil, groupcount=nil, desc=nil, description=nil)
|
16097
|
+
def initialize(ruleid=nil, name=nil, expandvmcountlimit=nil, shrinkvmcountlimit=nil, groupcount=nil, desc=nil, description=nil, disablemetricas=nil, enablecronas=nil)
|
16082
16098
|
@RuleId = ruleid
|
16083
16099
|
@Name = name
|
16084
16100
|
@ExpandVmCountLimit = expandvmcountlimit
|
@@ -16086,6 +16102,8 @@ module TencentCloud
|
|
16086
16102
|
@GroupCount = groupcount
|
16087
16103
|
@Desc = desc
|
16088
16104
|
@Description = description
|
16105
|
+
@DisableMetricAS = disablemetricas
|
16106
|
+
@EnableCronAS = enablecronas
|
16089
16107
|
end
|
16090
16108
|
|
16091
16109
|
def deserialize(params)
|
@@ -16096,6 +16114,8 @@ module TencentCloud
|
|
16096
16114
|
@GroupCount = params['GroupCount']
|
16097
16115
|
@Desc = params['Desc']
|
16098
16116
|
@Description = params['Description']
|
16117
|
+
@DisableMetricAS = params['DisableMetricAS']
|
16118
|
+
@EnableCronAS = params['EnableCronAS']
|
16099
16119
|
end
|
16100
16120
|
end
|
16101
16121
|
|
@@ -18380,19 +18400,34 @@ module TencentCloud
|
|
18380
18400
|
# @param Id: 单元化命名空间ID
|
18381
18401
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
18382
18402
|
# @type Id: String
|
18403
|
+
# @param GatewayInstanceId: 网关实体ID
|
18404
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18405
|
+
# @type GatewayInstanceId: String
|
18406
|
+
# @param CreatedTime: 创建时间
|
18407
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18408
|
+
# @type CreatedTime: String
|
18409
|
+
# @param UpdatedTime: 更新时间
|
18410
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18411
|
+
# @type UpdatedTime: String
|
18383
18412
|
|
18384
|
-
attr_accessor :NamespaceId, :NamespaceName, :Id
|
18413
|
+
attr_accessor :NamespaceId, :NamespaceName, :Id, :GatewayInstanceId, :CreatedTime, :UpdatedTime
|
18385
18414
|
|
18386
|
-
def initialize(namespaceid=nil, namespacename=nil, id=nil)
|
18415
|
+
def initialize(namespaceid=nil, namespacename=nil, id=nil, gatewayinstanceid=nil, createdtime=nil, updatedtime=nil)
|
18387
18416
|
@NamespaceId = namespaceid
|
18388
18417
|
@NamespaceName = namespacename
|
18389
18418
|
@Id = id
|
18419
|
+
@GatewayInstanceId = gatewayinstanceid
|
18420
|
+
@CreatedTime = createdtime
|
18421
|
+
@UpdatedTime = updatedtime
|
18390
18422
|
end
|
18391
18423
|
|
18392
18424
|
def deserialize(params)
|
18393
18425
|
@NamespaceId = params['NamespaceId']
|
18394
18426
|
@NamespaceName = params['NamespaceName']
|
18395
18427
|
@Id = params['Id']
|
18428
|
+
@GatewayInstanceId = params['GatewayInstanceId']
|
18429
|
+
@CreatedTime = params['CreatedTime']
|
18430
|
+
@UpdatedTime = params['UpdatedTime']
|
18396
18431
|
end
|
18397
18432
|
end
|
18398
18433
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tsf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.508
|
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-02-
|
11
|
+
date: 2023-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|