tencentcloud-sdk-tcm 3.0.409 → 3.0.411

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/v20210413/models.rb +48 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0542c4d30a35685c29d72892a443a6a174fc549c
4
- data.tar.gz: 92c618aa630512a984e914281883592353071319
3
+ metadata.gz: 7d98c22bbd9155727f3139f55aa6ad17cac72633
4
+ data.tar.gz: 83456a93e05fad9e1b6ad8d394a989f405740cfc
5
5
  SHA512:
6
- metadata.gz: 098949e8d89592a0f83f837ac37f5f799d1c2dd1306566ab581750ae079b84c1e23f472e87e6395bf6c619b8ba254d3c3761d25fa880ab8f9aeb39e75725ce44
7
- data.tar.gz: 25e7f85c4f62157fa3a87acdf9610bb268c872618106252c05d22d599ce57d101c15711361d47c8a0207123cb13d32851e72972de36ad7048f5859961a5d0ea6
6
+ metadata.gz: 92133f15eea769e061ce6be51dde8caecd7241d8970183efbafd4932bce2d64a96629b4778ac0ffdbbda8b1825eb58f757e178dbccec71f873e336e7c39dcd1a
7
+ data.tar.gz: a5364515438e55607be1f686770532ca72cbba5fdbad49f70eb70742651e944e4c92bfe9365c4c97e14528b922904d0e9208738a9454b8bfb1a7a3a4dc6bab94
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.409
1
+ 3.0.411
@@ -150,19 +150,23 @@ module TencentCloud
150
150
  # @type LogSet: String
151
151
  # @param Topic: 日志主题
152
152
  # @type Topic: String
153
+ # @param NeedDelete: 是否删除
154
+ # @type NeedDelete: Boolean
153
155
 
154
- attr_accessor :Enable, :LogSet, :Topic
156
+ attr_accessor :Enable, :LogSet, :Topic, :NeedDelete
155
157
 
156
- def initialize(enable=nil, logset=nil, topic=nil)
158
+ def initialize(enable=nil, logset=nil, topic=nil, needdelete=nil)
157
159
  @Enable = enable
158
160
  @LogSet = logset
159
161
  @Topic = topic
162
+ @NeedDelete = needdelete
160
163
  end
161
164
 
162
165
  def deserialize(params)
163
166
  @Enable = params['Enable']
164
167
  @LogSet = params['LogSet']
165
168
  @Topic = params['Topic']
169
+ @NeedDelete = params['NeedDelete']
166
170
  end
167
171
  end
168
172
 
@@ -769,13 +773,25 @@ module TencentCloud
769
773
  # @param DisablePolicyChecks: 禁用策略检查功能
770
774
  # 注意:此字段可能返回 null,表示取不到有效值。
771
775
  # @type DisablePolicyChecks: Boolean
776
+ # @param EnablePilotHTTP: 支持HTTP1.0协议
777
+ # 注意:此字段可能返回 null,表示取不到有效值。
778
+ # @type EnablePilotHTTP: Boolean
779
+ # @param DisableHTTPRetry: 禁用HTTP重试策略
780
+ # 注意:此字段可能返回 null,表示取不到有效值。
781
+ # @type DisableHTTPRetry: Boolean
782
+ # @param SmartDNS: SmartDNS策略
783
+ # 注意:此字段可能返回 null,表示取不到有效值。
784
+ # @type SmartDNS: :class:`Tencentcloud::Tcm.v20210413.models.SmartDNSConfig`
772
785
 
773
- attr_accessor :OutboundTrafficPolicy, :Tracing, :DisablePolicyChecks
786
+ attr_accessor :OutboundTrafficPolicy, :Tracing, :DisablePolicyChecks, :EnablePilotHTTP, :DisableHTTPRetry, :SmartDNS
774
787
 
775
- def initialize(outboundtrafficpolicy=nil, tracing=nil, disablepolicychecks=nil)
788
+ def initialize(outboundtrafficpolicy=nil, tracing=nil, disablepolicychecks=nil, enablepilothttp=nil, disablehttpretry=nil, smartdns=nil)
776
789
  @OutboundTrafficPolicy = outboundtrafficpolicy
777
790
  @Tracing = tracing
778
791
  @DisablePolicyChecks = disablepolicychecks
792
+ @EnablePilotHTTP = enablepilothttp
793
+ @DisableHTTPRetry = disablehttpretry
794
+ @SmartDNS = smartdns
779
795
  end
780
796
 
781
797
  def deserialize(params)
@@ -785,6 +801,12 @@ module TencentCloud
785
801
  @Tracing.deserialize(params['Tracing'])
786
802
  end
787
803
  @DisablePolicyChecks = params['DisablePolicyChecks']
804
+ @EnablePilotHTTP = params['EnablePilotHTTP']
805
+ @DisableHTTPRetry = params['DisableHTTPRetry']
806
+ unless params['SmartDNS'].nil?
807
+ @SmartDNS = SmartDNSConfig.new
808
+ @SmartDNS.deserialize(params['SmartDNS'])
809
+ end
788
810
  end
789
811
  end
790
812
 
@@ -1392,6 +1414,28 @@ module TencentCloud
1392
1414
  end
1393
1415
  end
1394
1416
 
1417
+ # 智能DNS配置
1418
+ class SmartDNSConfig < TencentCloud::Common::AbstractModel
1419
+ # @param IstioMetaDNSCapture: 开启DNS代理
1420
+ # 注意:此字段可能返回 null,表示取不到有效值。
1421
+ # @type IstioMetaDNSCapture: Boolean
1422
+ # @param IstioMetaDNSAutoAllocate: 开启自动地址分配
1423
+ # 注意:此字段可能返回 null,表示取不到有效值。
1424
+ # @type IstioMetaDNSAutoAllocate: Boolean
1425
+
1426
+ attr_accessor :IstioMetaDNSCapture, :IstioMetaDNSAutoAllocate
1427
+
1428
+ def initialize(istiometadnscapture=nil, istiometadnsautoallocate=nil)
1429
+ @IstioMetaDNSCapture = istiometadnscapture
1430
+ @IstioMetaDNSAutoAllocate = istiometadnsautoallocate
1431
+ end
1432
+
1433
+ def deserialize(params)
1434
+ @IstioMetaDNSCapture = params['IstioMetaDNSCapture']
1435
+ @IstioMetaDNSAutoAllocate = params['IstioMetaDNSAutoAllocate']
1436
+ end
1437
+ end
1438
+
1395
1439
  # 标签
1396
1440
  class Tag < TencentCloud::Common::AbstractModel
1397
1441
  # @param Key: 标签键
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.409
4
+ version: 3.0.411
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-14 00:00:00.000000000 Z
11
+ date: 2022-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common