tencentcloud-sdk-tse 3.0.1045 → 3.0.1046

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/v20201207/models.rb +16 -4
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eb791c03063a8dca27c6daad7ef7004c9dbad48a
4
- data.tar.gz: 6b6e4c5fe786fffcb110e63d77e2cc66f1192eab
3
+ metadata.gz: 8bc69eeae535a383ee1767780cece7b89fa2fd0a
4
+ data.tar.gz: 5d87e88f99984e5b8be1634511fc72c67bcdec02
5
5
  SHA512:
6
- metadata.gz: 6d20520a90e8c2c3be6ce2c1eccb84dbbe63333460329c451a572079052fe4bdd8be25b1f999ebe04d80787d04ec9d70951993a819a6f861ad2729a429833b7d
7
- data.tar.gz: 3788a140f3be909dc8e88bb340ed0fc95b4e1820de63a4c9c5ee8130061a7b13c32a6bb6faf603865e28d14ad6edaf60cf68f0c92e050d4df443f5e94dfdc197
6
+ metadata.gz: 8075b42847934855bcd63f67503e2896c243a726c5c84be32413dabeb477abfc7830d318907a8341c96ce2f887cff66912a628e3933e24daf9509220bb63f5f5
7
+ data.tar.gz: dd023bc42f4bbbc8df497dde219fdae994bfd3efed58d4728044769a8ae21179273390f240c2a07c9f4390ddde8127f738753f0e66f97e5e1dcc35149786852a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1045
1
+ 3.0.1046
@@ -1128,10 +1128,14 @@ module TencentCloud
1128
1128
  # @type ConfigFileSupportedClient: Integer
1129
1129
  # @param ConfigFilePersistent: 配置文件持久化
1130
1130
  # @type ConfigFilePersistent: :class:`Tencentcloud::Tse.v20201207.models.ConfigFilePersistent`
1131
+ # @param Encrypted: 是否开启加密算法
1132
+ # @type Encrypted: Boolean
1133
+ # @param EncryptAlgo: 加密算法
1134
+ # @type EncryptAlgo: String
1131
1135
 
1132
- attr_accessor :Id, :Name, :Namespace, :Group, :Content, :Format, :Comment, :Status, :Tags, :CreateTime, :CreateBy, :ModifyTime, :ModifyBy, :ReleaseTime, :ReleaseBy, :ConfigFileSupportedClient, :ConfigFilePersistent
1136
+ attr_accessor :Id, :Name, :Namespace, :Group, :Content, :Format, :Comment, :Status, :Tags, :CreateTime, :CreateBy, :ModifyTime, :ModifyBy, :ReleaseTime, :ReleaseBy, :ConfigFileSupportedClient, :ConfigFilePersistent, :Encrypted, :EncryptAlgo
1133
1137
 
1134
- 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)
1138
+ 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, encrypted=nil, encryptalgo=nil)
1135
1139
  @Id = id
1136
1140
  @Name = name
1137
1141
  @Namespace = namespace
@@ -1149,6 +1153,8 @@ module TencentCloud
1149
1153
  @ReleaseBy = releaseby
1150
1154
  @ConfigFileSupportedClient = configfilesupportedclient
1151
1155
  @ConfigFilePersistent = configfilepersistent
1156
+ @Encrypted = encrypted
1157
+ @EncryptAlgo = encryptalgo
1152
1158
  end
1153
1159
 
1154
1160
  def deserialize(params)
@@ -1179,6 +1185,8 @@ module TencentCloud
1179
1185
  @ConfigFilePersistent = ConfigFilePersistent.new
1180
1186
  @ConfigFilePersistent.deserialize(params['ConfigFilePersistent'])
1181
1187
  end
1188
+ @Encrypted = params['Encrypted']
1189
+ @EncryptAlgo = params['EncryptAlgo']
1182
1190
  end
1183
1191
  end
1184
1192
 
@@ -11089,10 +11097,12 @@ module TencentCloud
11089
11097
  # @type LimiterVpcInfos: Array
11090
11098
  # @param CLSTopics: 引擎关联CLS日志主题信息
11091
11099
  # @type CLSTopics: Array
11100
+ # @param SubPassword: 子用户密码
11101
+ # @type SubPassword: String
11092
11102
 
11093
- attr_accessor :EngineRegion, :BoundK8SInfos, :VpcInfos, :AuthOpen, :Features, :MainPassword, :PgwVpcInfos, :LimiterVpcInfos, :CLSTopics
11103
+ attr_accessor :EngineRegion, :BoundK8SInfos, :VpcInfos, :AuthOpen, :Features, :MainPassword, :PgwVpcInfos, :LimiterVpcInfos, :CLSTopics, :SubPassword
11094
11104
 
11095
- def initialize(engineregion=nil, boundk8sinfos=nil, vpcinfos=nil, authopen=nil, features=nil, mainpassword=nil, pgwvpcinfos=nil, limitervpcinfos=nil, clstopics=nil)
11105
+ def initialize(engineregion=nil, boundk8sinfos=nil, vpcinfos=nil, authopen=nil, features=nil, mainpassword=nil, pgwvpcinfos=nil, limitervpcinfos=nil, clstopics=nil, subpassword=nil)
11096
11106
  @EngineRegion = engineregion
11097
11107
  @BoundK8SInfos = boundk8sinfos
11098
11108
  @VpcInfos = vpcinfos
@@ -11102,6 +11112,7 @@ module TencentCloud
11102
11112
  @PgwVpcInfos = pgwvpcinfos
11103
11113
  @LimiterVpcInfos = limitervpcinfos
11104
11114
  @CLSTopics = clstopics
11115
+ @SubPassword = subpassword
11105
11116
  end
11106
11117
 
11107
11118
  def deserialize(params)
@@ -11149,6 +11160,7 @@ module TencentCloud
11149
11160
  @CLSTopics << polarisclstopicinfo_tmp
11150
11161
  end
11151
11162
  end
11163
+ @SubPassword = params['SubPassword']
11152
11164
  end
11153
11165
  end
11154
11166
 
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.1045
4
+ version: 3.0.1046
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-23 00:00:00.000000000 Z
11
+ date: 2025-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-tse.rb
37
36
  - lib/v20201207/client.rb
38
37
  - lib/v20201207/models.rb
38
+ - lib/tencentcloud-sdk-tse.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: