tencentcloud-sdk-tsf 3.0.507 → 3.0.509

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180326/models.rb +60 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 86b02caec2ba15ffe971d8e252b347770011d6af
4
- data.tar.gz: 200b04ffd8ea08e1565676c13d5c7e0d05d7debb
3
+ metadata.gz: 3a05e921e6c74789fbec8263ea39832dc5729e71
4
+ data.tar.gz: eccea537563dff419ca4bada09f8ac8d734f09bc
5
5
  SHA512:
6
- metadata.gz: c6e2140e37221535487460bed62f66a457f53f067d4d3798df34e9687f510daf9521b435236c578cbf84171d422f743025b19bda48c5734aedc3a3f23124fb19
7
- data.tar.gz: 3b9b4478aa09ee98b0ac450496d54a73ccb7fe233f104fb000b28e98d288f4a050de75a8e1c5ef7e8222629f165ccf3b16fd0dcba321e7ec57df44afe5ff27e0
6
+ metadata.gz: 30888538fd73424f678c8d094974acaaa8859f95e27046a2d577ca62ccdee3d7e1c256b2e6e5cb8567147959ea0c9e0cceb24f9f7fccb51ed0986ba886d16be6
7
+ data.tar.gz: ff3af8bca9b8e37aa42518f6a63753716e41df0e20e7efcb58e6edb137490caecc61ae61978fd473f90a761f008052bced1506db62ccef27c43508521b9c5159
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.507
1
+ 3.0.509
@@ -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
 
@@ -14103,16 +14113,21 @@ module TencentCloud
14103
14113
 
14104
14114
  # ModifyNamespace返回参数结构体
14105
14115
  class ModifyNamespaceResponse < TencentCloud::Common::AbstractModel
14116
+ # @param Result: Result
14117
+ # 注意:此字段可能返回 null,表示取不到有效值。
14118
+ # @type Result: Boolean
14106
14119
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
14107
14120
  # @type RequestId: String
14108
14121
 
14109
- attr_accessor :RequestId
14122
+ attr_accessor :Result, :RequestId
14110
14123
 
14111
- def initialize(requestid=nil)
14124
+ def initialize(result=nil, requestid=nil)
14125
+ @Result = result
14112
14126
  @RequestId = requestid
14113
14127
  end
14114
14128
 
14115
14129
  def deserialize(params)
14130
+ @Result = params['Result']
14116
14131
  @RequestId = params['RequestId']
14117
14132
  end
14118
14133
  end
@@ -16075,10 +16090,16 @@ module TencentCloud
16075
16090
  # @param Description: 备注
16076
16091
  # 注意:此字段可能返回 null,表示取不到有效值。
16077
16092
  # @type Description: String
16093
+ # @param DisableMetricAS: 是否关闭指标伸缩, 默认0, 0:打开指标伸缩 1:关闭指标伸缩
16094
+ # 注意:此字段可能返回 null,表示取不到有效值。
16095
+ # @type DisableMetricAS: Integer
16096
+ # @param EnableCronAS: 开启定时伸缩规则, 默认0, 0:关闭定时伸缩 1:开启定时伸缩
16097
+ # 注意:此字段可能返回 null,表示取不到有效值。
16098
+ # @type EnableCronAS: Integer
16078
16099
 
16079
- attr_accessor :RuleId, :Name, :ExpandVmCountLimit, :ShrinkVmCountLimit, :GroupCount, :Desc, :Description
16100
+ attr_accessor :RuleId, :Name, :ExpandVmCountLimit, :ShrinkVmCountLimit, :GroupCount, :Desc, :Description, :DisableMetricAS, :EnableCronAS
16080
16101
 
16081
- def initialize(ruleid=nil, name=nil, expandvmcountlimit=nil, shrinkvmcountlimit=nil, groupcount=nil, desc=nil, description=nil)
16102
+ def initialize(ruleid=nil, name=nil, expandvmcountlimit=nil, shrinkvmcountlimit=nil, groupcount=nil, desc=nil, description=nil, disablemetricas=nil, enablecronas=nil)
16082
16103
  @RuleId = ruleid
16083
16104
  @Name = name
16084
16105
  @ExpandVmCountLimit = expandvmcountlimit
@@ -16086,6 +16107,8 @@ module TencentCloud
16086
16107
  @GroupCount = groupcount
16087
16108
  @Desc = desc
16088
16109
  @Description = description
16110
+ @DisableMetricAS = disablemetricas
16111
+ @EnableCronAS = enablecronas
16089
16112
  end
16090
16113
 
16091
16114
  def deserialize(params)
@@ -16096,6 +16119,8 @@ module TencentCloud
16096
16119
  @GroupCount = params['GroupCount']
16097
16120
  @Desc = params['Desc']
16098
16121
  @Description = params['Description']
16122
+ @DisableMetricAS = params['DisableMetricAS']
16123
+ @EnableCronAS = params['EnableCronAS']
16099
16124
  end
16100
16125
  end
16101
16126
 
@@ -18380,19 +18405,34 @@ module TencentCloud
18380
18405
  # @param Id: 单元化命名空间ID
18381
18406
  # 注意:此字段可能返回 null,表示取不到有效值。
18382
18407
  # @type Id: String
18408
+ # @param GatewayInstanceId: 网关实体ID
18409
+ # 注意:此字段可能返回 null,表示取不到有效值。
18410
+ # @type GatewayInstanceId: String
18411
+ # @param CreatedTime: 创建时间
18412
+ # 注意:此字段可能返回 null,表示取不到有效值。
18413
+ # @type CreatedTime: String
18414
+ # @param UpdatedTime: 更新时间
18415
+ # 注意:此字段可能返回 null,表示取不到有效值。
18416
+ # @type UpdatedTime: String
18383
18417
 
18384
- attr_accessor :NamespaceId, :NamespaceName, :Id
18418
+ attr_accessor :NamespaceId, :NamespaceName, :Id, :GatewayInstanceId, :CreatedTime, :UpdatedTime
18385
18419
 
18386
- def initialize(namespaceid=nil, namespacename=nil, id=nil)
18420
+ def initialize(namespaceid=nil, namespacename=nil, id=nil, gatewayinstanceid=nil, createdtime=nil, updatedtime=nil)
18387
18421
  @NamespaceId = namespaceid
18388
18422
  @NamespaceName = namespacename
18389
18423
  @Id = id
18424
+ @GatewayInstanceId = gatewayinstanceid
18425
+ @CreatedTime = createdtime
18426
+ @UpdatedTime = updatedtime
18390
18427
  end
18391
18428
 
18392
18429
  def deserialize(params)
18393
18430
  @NamespaceId = params['NamespaceId']
18394
18431
  @NamespaceName = params['NamespaceName']
18395
18432
  @Id = params['Id']
18433
+ @GatewayInstanceId = params['GatewayInstanceId']
18434
+ @CreatedTime = params['CreatedTime']
18435
+ @UpdatedTime = params['UpdatedTime']
18396
18436
  end
18397
18437
  end
18398
18438
 
@@ -19273,10 +19313,13 @@ module TencentCloud
19273
19313
  # @param IsNotEqualServiceConfig: 服务配置信息是否匹配
19274
19314
  # 注意:此字段可能返回 null,表示取不到有效值。
19275
19315
  # @type IsNotEqualServiceConfig: Boolean
19316
+ # @param HealthCheckSettings: HealthCheckSettings
19317
+ # 注意:此字段可能返回 null,表示取不到有效值。
19318
+ # @type HealthCheckSettings: :class:`Tencentcloud::Tsf.v20180326.models.HealthCheckSettings`
19276
19319
 
19277
- attr_accessor :GroupId, :PackageId, :PackageName, :PackageVersion, :InstanceCount, :RunInstanceCount, :OffInstanceCount, :GroupStatus, :IsNotEqualServiceConfig
19320
+ attr_accessor :GroupId, :PackageId, :PackageName, :PackageVersion, :InstanceCount, :RunInstanceCount, :OffInstanceCount, :GroupStatus, :IsNotEqualServiceConfig, :HealthCheckSettings
19278
19321
 
19279
- def initialize(groupid=nil, packageid=nil, packagename=nil, packageversion=nil, instancecount=nil, runinstancecount=nil, offinstancecount=nil, groupstatus=nil, isnotequalserviceconfig=nil)
19322
+ def initialize(groupid=nil, packageid=nil, packagename=nil, packageversion=nil, instancecount=nil, runinstancecount=nil, offinstancecount=nil, groupstatus=nil, isnotequalserviceconfig=nil, healthchecksettings=nil)
19280
19323
  @GroupId = groupid
19281
19324
  @PackageId = packageid
19282
19325
  @PackageName = packagename
@@ -19286,6 +19329,7 @@ module TencentCloud
19286
19329
  @OffInstanceCount = offinstancecount
19287
19330
  @GroupStatus = groupstatus
19288
19331
  @IsNotEqualServiceConfig = isnotequalserviceconfig
19332
+ @HealthCheckSettings = healthchecksettings
19289
19333
  end
19290
19334
 
19291
19335
  def deserialize(params)
@@ -19298,6 +19342,10 @@ module TencentCloud
19298
19342
  @OffInstanceCount = params['OffInstanceCount']
19299
19343
  @GroupStatus = params['GroupStatus']
19300
19344
  @IsNotEqualServiceConfig = params['IsNotEqualServiceConfig']
19345
+ unless params['HealthCheckSettings'].nil?
19346
+ @HealthCheckSettings = HealthCheckSettings.new
19347
+ @HealthCheckSettings.deserialize(params['HealthCheckSettings'])
19348
+ end
19301
19349
  end
19302
19350
  end
19303
19351
 
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.507
4
+ version: 3.0.509
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-13 00:00:00.000000000 Z
11
+ date: 2023-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common