tencentcloud-sdk-tsf 3.0.510 → 3.0.511

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 +90 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0133798c60978ef15b0deb51b0dcc1b85347398e
4
- data.tar.gz: efaa15de18d182d032c2fff59c145b42038b8240
3
+ metadata.gz: 67db3b810d0682cebdda741038ff74af4789d884
4
+ data.tar.gz: 49bd1356b7f5b2b4961aaad62ce67811d6f37b9f
5
5
  SHA512:
6
- metadata.gz: d1c1fcb09f09e38ff3536118e36631308719f154262359008413b58a43a8aa06c427a457104d87876a33e607f7faa298946d1c6dc327229bcf5a318321a24755
7
- data.tar.gz: d2647ebd1f000165ffc61724caf78999ae7e7a1d6fc1814a90c103de2ebe42b75669ccd00084394b597a3bea6629fedf2cee0e8e7a03eadb2bc56785f2998236
6
+ metadata.gz: 7390368801775d43e935a3136e10d3fbe11b01f18daf2c17b02b320a080121f9702e4260e623e07a3a516b395c22b879db1afa293f2e7fe6f8c15f7f8f760372
7
+ data.tar.gz: 7d96cda76e969c5f73fb6cdd642fa47f8d2679cc97535cf1955ced98f85d7c80b1546566ad05aa6d80b8441db8ef564d838e2f96137b14564654c403c54d6cb2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.510
1
+ 3.0.511
@@ -867,10 +867,13 @@ module TencentCloud
867
867
  # @param ServiceConfigList: 服务配置信息列表
868
868
  # 注意:此字段可能返回 null,表示取不到有效值。
869
869
  # @type ServiceConfigList: Array
870
+ # @param IgnoreCreateImageRepository: IgnoreCreateImageRepository
871
+ # 注意:此字段可能返回 null,表示取不到有效值。
872
+ # @type IgnoreCreateImageRepository: Boolean
870
873
 
871
- attr_accessor :ApplicationId, :ApplicationName, :ApplicationDesc, :ApplicationType, :MicroserviceType, :ProgLang, :CreateTime, :UpdateTime, :ApplicationResourceType, :ApplicationRuntimeType, :ApigatewayServiceId, :ApplicationRemarkName, :ServiceConfigList
874
+ attr_accessor :ApplicationId, :ApplicationName, :ApplicationDesc, :ApplicationType, :MicroserviceType, :ProgLang, :CreateTime, :UpdateTime, :ApplicationResourceType, :ApplicationRuntimeType, :ApigatewayServiceId, :ApplicationRemarkName, :ServiceConfigList, :IgnoreCreateImageRepository
872
875
 
873
- def initialize(applicationid=nil, applicationname=nil, applicationdesc=nil, applicationtype=nil, microservicetype=nil, proglang=nil, createtime=nil, updatetime=nil, applicationresourcetype=nil, applicationruntimetype=nil, apigatewayserviceid=nil, applicationremarkname=nil, serviceconfiglist=nil)
876
+ def initialize(applicationid=nil, applicationname=nil, applicationdesc=nil, applicationtype=nil, microservicetype=nil, proglang=nil, createtime=nil, updatetime=nil, applicationresourcetype=nil, applicationruntimetype=nil, apigatewayserviceid=nil, applicationremarkname=nil, serviceconfiglist=nil, ignorecreateimagerepository=nil)
874
877
  @ApplicationId = applicationid
875
878
  @ApplicationName = applicationname
876
879
  @ApplicationDesc = applicationdesc
@@ -884,6 +887,7 @@ module TencentCloud
884
887
  @ApigatewayServiceId = apigatewayserviceid
885
888
  @ApplicationRemarkName = applicationremarkname
886
889
  @ServiceConfigList = serviceconfiglist
890
+ @IgnoreCreateImageRepository = ignorecreateimagerepository
887
891
  end
888
892
 
889
893
  def deserialize(params)
@@ -907,6 +911,7 @@ module TencentCloud
907
911
  @ServiceConfigList << serviceconfig_tmp
908
912
  end
909
913
  end
914
+ @IgnoreCreateImageRepository = params['IgnoreCreateImageRepository']
910
915
  end
911
916
  end
912
917
 
@@ -2057,10 +2062,13 @@ module TencentCloud
2057
2062
  # @param KubeInjectEnable: KubeInjectEnable值
2058
2063
  # 注意:此字段可能返回 null,表示取不到有效值。
2059
2064
  # @type KubeInjectEnable: Boolean
2065
+ # @param UpdatedTime: 更新时间
2066
+ # 注意:此字段可能返回 null,表示取不到有效值。
2067
+ # @type UpdatedTime: String
2060
2068
 
2061
- attr_accessor :GroupId, :GroupName, :CreateTime, :Server, :RepoName, :TagName, :ClusterId, :ClusterName, :NamespaceId, :NamespaceName, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :Alias, :KubeInjectEnable
2069
+ attr_accessor :GroupId, :GroupName, :CreateTime, :Server, :RepoName, :TagName, :ClusterId, :ClusterName, :NamespaceId, :NamespaceName, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :Alias, :KubeInjectEnable, :UpdatedTime
2062
2070
 
2063
- def initialize(groupid=nil, groupname=nil, createtime=nil, server=nil, reponame=nil, tagname=nil, clusterid=nil, clustername=nil, namespaceid=nil, namespacename=nil, cpurequest=nil, cpulimit=nil, memrequest=nil, memlimit=nil, _alias=nil, kubeinjectenable=nil)
2071
+ def initialize(groupid=nil, groupname=nil, createtime=nil, server=nil, reponame=nil, tagname=nil, clusterid=nil, clustername=nil, namespaceid=nil, namespacename=nil, cpurequest=nil, cpulimit=nil, memrequest=nil, memlimit=nil, _alias=nil, kubeinjectenable=nil, updatedtime=nil)
2064
2072
  @GroupId = groupid
2065
2073
  @GroupName = groupname
2066
2074
  @CreateTime = createtime
@@ -2077,6 +2085,7 @@ module TencentCloud
2077
2085
  @MemLimit = memlimit
2078
2086
  @Alias = _alias
2079
2087
  @KubeInjectEnable = kubeinjectenable
2088
+ @UpdatedTime = updatedtime
2080
2089
  end
2081
2090
 
2082
2091
  def deserialize(params)
@@ -2096,6 +2105,7 @@ module TencentCloud
2096
2105
  @MemLimit = params['MemLimit']
2097
2106
  @Alias = params['Alias']
2098
2107
  @KubeInjectEnable = params['KubeInjectEnable']
2108
+ @UpdatedTime = params['UpdatedTime']
2099
2109
  end
2100
2110
  end
2101
2111
 
@@ -5119,15 +5129,59 @@ module TencentCloud
5119
5129
  # @param CreateTime: 创建时间
5120
5130
  # 注意:此字段可能返回 null,表示取不到有效值。
5121
5131
  # @type CreateTime: String
5132
+ # @param KafkaVIp: KafkaVIp
5133
+ # 注意:此字段可能返回 null,表示取不到有效值。
5134
+ # @type KafkaVIp: String
5135
+ # @param KafkaAddress: KafkaAddress
5136
+ # 注意:此字段可能返回 null,表示取不到有效值。
5137
+ # @type KafkaAddress: String
5138
+ # @param KafkaVPort: KafkaVPort
5139
+ # 注意:此字段可能返回 null,表示取不到有效值。
5140
+ # @type KafkaVPort: String
5141
+ # @param Topic: Topic
5142
+ # 注意:此字段可能返回 null,表示取不到有效值。
5143
+ # @type Topic: String
5144
+ # @param LineRule: LineRule
5145
+ # 注意:此字段可能返回 null,表示取不到有效值。
5146
+ # @type LineRule: String
5147
+ # @param CustomRule: CustomRule
5148
+ # 注意:此字段可能返回 null,表示取不到有效值。
5149
+ # @type CustomRule: String
5150
+ # @param EnableGlobalLineRule: EnableGlobalLineRule
5151
+ # 注意:此字段可能返回 null,表示取不到有效值。
5152
+ # @type EnableGlobalLineRule: Boolean
5153
+ # @param EnableAuth: EnableAuth
5154
+ # 注意:此字段可能返回 null,表示取不到有效值。
5155
+ # @type EnableAuth: Boolean
5156
+ # @param Username: Username
5157
+ # 注意:此字段可能返回 null,表示取不到有效值。
5158
+ # @type Username: String
5159
+ # @param Password: Password
5160
+ # 注意:此字段可能返回 null,表示取不到有效值。
5161
+ # @type Password: String
5162
+ # @param KafkaInfos: KafkaInfos
5163
+ # 注意:此字段可能返回 null,表示取不到有效值。
5164
+ # @type KafkaInfos: Array
5122
5165
 
5123
- attr_accessor :ConfigId, :ConfigName, :CollectPath, :Groups, :CreateTime
5166
+ attr_accessor :ConfigId, :ConfigName, :CollectPath, :Groups, :CreateTime, :KafkaVIp, :KafkaAddress, :KafkaVPort, :Topic, :LineRule, :CustomRule, :EnableGlobalLineRule, :EnableAuth, :Username, :Password, :KafkaInfos
5124
5167
 
5125
- def initialize(configid=nil, configname=nil, collectpath=nil, groups=nil, createtime=nil)
5168
+ def initialize(configid=nil, configname=nil, collectpath=nil, groups=nil, createtime=nil, kafkavip=nil, kafkaaddress=nil, kafkavport=nil, topic=nil, linerule=nil, customrule=nil, enablegloballinerule=nil, enableauth=nil, username=nil, password=nil, kafkainfos=nil)
5126
5169
  @ConfigId = configid
5127
5170
  @ConfigName = configname
5128
5171
  @CollectPath = collectpath
5129
5172
  @Groups = groups
5130
5173
  @CreateTime = createtime
5174
+ @KafkaVIp = kafkavip
5175
+ @KafkaAddress = kafkaaddress
5176
+ @KafkaVPort = kafkavport
5177
+ @Topic = topic
5178
+ @LineRule = linerule
5179
+ @CustomRule = customrule
5180
+ @EnableGlobalLineRule = enablegloballinerule
5181
+ @EnableAuth = enableauth
5182
+ @Username = username
5183
+ @Password = password
5184
+ @KafkaInfos = kafkainfos
5131
5185
  end
5132
5186
 
5133
5187
  def deserialize(params)
@@ -5143,6 +5197,24 @@ module TencentCloud
5143
5197
  end
5144
5198
  end
5145
5199
  @CreateTime = params['CreateTime']
5200
+ @KafkaVIp = params['KafkaVIp']
5201
+ @KafkaAddress = params['KafkaAddress']
5202
+ @KafkaVPort = params['KafkaVPort']
5203
+ @Topic = params['Topic']
5204
+ @LineRule = params['LineRule']
5205
+ @CustomRule = params['CustomRule']
5206
+ @EnableGlobalLineRule = params['EnableGlobalLineRule']
5207
+ @EnableAuth = params['EnableAuth']
5208
+ @Username = params['Username']
5209
+ @Password = params['Password']
5210
+ unless params['KafkaInfos'].nil?
5211
+ @KafkaInfos = []
5212
+ params['KafkaInfos'].each do |i|
5213
+ deliverykafkainfo_tmp = DeliveryKafkaInfo.new
5214
+ deliverykafkainfo_tmp.deserialize(i)
5215
+ @KafkaInfos << deliverykafkainfo_tmp
5216
+ end
5217
+ end
5146
5218
  end
5147
5219
  end
5148
5220
 
@@ -18459,16 +18531,24 @@ module TencentCloud
18459
18531
  # @param UnitRuleItemList: 规则项列表
18460
18532
  # 注意:此字段可能返回 null,表示取不到有效值。
18461
18533
  # @type UnitRuleItemList: Array
18534
+ # @param CreatedTime: CreatedTime
18535
+ # 注意:此字段可能返回 null,表示取不到有效值。
18536
+ # @type CreatedTime: String
18537
+ # @param UpdatedTime: UpdatedTime
18538
+ # 注意:此字段可能返回 null,表示取不到有效值。
18539
+ # @type UpdatedTime: String
18462
18540
 
18463
- attr_accessor :Name, :Id, :GatewayInstanceId, :Description, :Status, :UnitRuleItemList
18541
+ attr_accessor :Name, :Id, :GatewayInstanceId, :Description, :Status, :UnitRuleItemList, :CreatedTime, :UpdatedTime
18464
18542
 
18465
- def initialize(name=nil, id=nil, gatewayinstanceid=nil, description=nil, status=nil, unitruleitemlist=nil)
18543
+ def initialize(name=nil, id=nil, gatewayinstanceid=nil, description=nil, status=nil, unitruleitemlist=nil, createdtime=nil, updatedtime=nil)
18466
18544
  @Name = name
18467
18545
  @Id = id
18468
18546
  @GatewayInstanceId = gatewayinstanceid
18469
18547
  @Description = description
18470
18548
  @Status = status
18471
18549
  @UnitRuleItemList = unitruleitemlist
18550
+ @CreatedTime = createdtime
18551
+ @UpdatedTime = updatedtime
18472
18552
  end
18473
18553
 
18474
18554
  def deserialize(params)
@@ -18485,6 +18565,8 @@ module TencentCloud
18485
18565
  @UnitRuleItemList << unitruleitem_tmp
18486
18566
  end
18487
18567
  end
18568
+ @CreatedTime = params['CreatedTime']
18569
+ @UpdatedTime = params['UpdatedTime']
18488
18570
  end
18489
18571
  end
18490
18572
 
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.510
4
+ version: 3.0.511
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-16 00:00:00.000000000 Z
11
+ date: 2023-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common