tencentcloud-sdk-tsf 3.0.586 → 3.0.587

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06f316460d76d3d6ae43e0ebc16d90eb893af698
4
- data.tar.gz: 9fdac030b9563a8c4b79233daa94bccff729a52e
3
+ metadata.gz: 3c671513f1c0be42ce584c09310fed235efd65b2
4
+ data.tar.gz: 007dcffe097038310b2c378b3508e02b951a1801
5
5
  SHA512:
6
- metadata.gz: 6a136ce866a9cb145590b6968d66c4ac8e595508dd7928918ac735a782f03662199709f9c1db934e7aa314424b93436e80b1ccd4416f3ce6b7065f6d09614759
7
- data.tar.gz: ef03890e38b8a2a8e9e44f71fb324d0e604b2a762c7178002d107820c52d19a572de70b2e08b6663727a4aa9507a18ffae02af21ef5346cea987cf0a28b000d4
6
+ metadata.gz: 8af92cb93ef43f2f15f621f954b95e00d516078e178982313d942ecb71ffb2a7dd3d128505a737da595ab1e2a608a5595f5cd74fa7316425597bdf765c7e5671
7
+ data.tar.gz: cf5a7406423ce9003311c4b3f222481e4221a2388277f8eba228d66445ea8ce0aed4ce968f4607952b4e9106a31cfa4bfeda84b3a40df2c13bae6a02d55e6acc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.586
1
+ 3.0.587
@@ -2689,7 +2689,7 @@ module TencentCloud
2689
2689
  # @type SubnetId: String
2690
2690
  # @param HealthCheckSettings: 健康检查相关字段
2691
2691
  # 注意:此字段可能返回 null,表示取不到有效值。
2692
- # @type HealthCheckSettings: Array
2692
+ # @type HealthCheckSettings: :class:`Tencentcloud::Tsf.v20180326.models.HealthCheckSettings`
2693
2693
  # @param IsNotEqualServiceConfig: 服务配置信息是否匹配
2694
2694
  # 注意:此字段可能返回 null,表示取不到有效值。
2695
2695
  # @type IsNotEqualServiceConfig: Boolean
@@ -2728,12 +2728,8 @@ module TencentCloud
2728
2728
  @NodePort = params['NodePort']
2729
2729
  @SubnetId = params['SubnetId']
2730
2730
  unless params['HealthCheckSettings'].nil?
2731
- @HealthCheckSettings = []
2732
- params['HealthCheckSettings'].each do |i|
2733
- healthchecksetting_tmp = HealthCheckSetting.new
2734
- healthchecksetting_tmp.deserialize(i)
2735
- @HealthCheckSettings << healthchecksetting_tmp
2736
- end
2731
+ @HealthCheckSettings = HealthCheckSettings.new
2732
+ @HealthCheckSettings.deserialize(params['HealthCheckSettings'])
2737
2733
  end
2738
2734
  @IsNotEqualServiceConfig = params['IsNotEqualServiceConfig']
2739
2735
  end
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.586
4
+ version: 3.0.587
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-06-07 00:00:00.000000000 Z
11
+ date: 2023-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common