tencentcloud-sdk-igtm 3.0.1105 → 3.0.1140

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: 3dd983a6c5bb0bca4317b55c36b0c8efb652268e
4
- data.tar.gz: 1e57ab5a83f3cba0ae5d6f5292b2e581d92f6b06
3
+ metadata.gz: 2ce15e7260e02922cd10dee2f8f3265037dbe61b
4
+ data.tar.gz: 48a4b23b0eb1a9f2c3b1f413a80d8c7123623dff
5
5
  SHA512:
6
- metadata.gz: 424e0f0cedbcaeade0b12c5b12e4aa42a2e72c1db25bf6de340a049f682f731aaa6ae1a0e1b3bd382e894ebd2ae446d6d3d097baf2bf69d863422e8c4c529c10
7
- data.tar.gz: 0b17086ac456cd5fccf37bcbe3ec83d8b8c865a50ff0ad686774e78d864412ad853607a1ad0c16a55ce29ffb79fad88165bb55c5cbc31e7d4fec1313c2c894ab
6
+ metadata.gz: 3d26d6da454223e6886aaf6c6be1a4da6ca7747aa06586ef4daf26542958b0c2a4f5c18a65016e2dca2d720c212db397ba977004b31f8b536c1ebd082c70a261
7
+ data.tar.gz: 4e26f8eec9562d6a22a947caa9dd7e6655ef1fe5816440d39813298db086fdd2e95c52711e2c8dd8a8f9afab3f66cbbb742653f4facdecb7b6c7664fb97c6bac
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1105
1
+ 3.0.1140
@@ -302,7 +302,7 @@ module TencentCloud
302
302
  # @type AccessSubDomain: String
303
303
  # @param Remark: 备注
304
304
  # @type Remark: String
305
- # @param ResourceId: 套餐资源id,必填
305
+ # @param ResourceId: 套餐资源id
306
306
  # @type ResourceId: String
307
307
 
308
308
  attr_accessor :Domain, :AccessType, :GlobalTtl, :PackageType, :InstanceName, :AccessDomain, :AccessSubDomain, :Remark, :ResourceId
@@ -1976,9 +1976,9 @@ module TencentCloud
1976
1976
  # @type PoolName: String
1977
1977
  # @param TrafficStrategy: 流量策略: WEIGHT负载均衡,ALL解析全部
1978
1978
  # @type TrafficStrategy: String
1979
- # @param MonitorId: 监控器id
1979
+ # @param MonitorId: 监控器id,当监控器已关联策略时,此字段必传
1980
1980
  # @type MonitorId: Integer
1981
- # @param AddressSet: 地址列表
1981
+ # @param AddressSet: 地址列表,全量更新逻辑,对于存量不需要修改的地址信息也需要带上(其中参数里的AddressId需传入正确的值),否则会被删除。
1982
1982
  # @type AddressSet: Array
1983
1983
 
1984
1984
  attr_accessor :PoolId, :PoolName, :TrafficStrategy, :MonitorId, :AddressSet
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-igtm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1105
4
+ version: 3.0.1140
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-07-21 00:00:00.000000000 Z
11
+ date: 2025-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common