tencentcloud-sdk-vpc 3.0.879 → 3.0.881

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: 488765c73ecdcdecf61945e1e96daae3add9d7c7
4
- data.tar.gz: 31948502591983a8948b9f4931e12054b0897b50
3
+ metadata.gz: 8dd5fad7f5f92e2e0d8bd018093d091f870b44d6
4
+ data.tar.gz: 62e88fb2582ba36acb04a7da705a75e0e90a21ab
5
5
  SHA512:
6
- metadata.gz: d8582eac302d3759dc58877cf1d54c9a6f3e2bfbbd2e992ccd804e909d679e1ed5f307aa8e5435fa98bfa4c57efb4299fc03cd7343e57a300146cb3ab863d837
7
- data.tar.gz: 6b69126f9f80054a33963d74129db8e0c6b30c4a2b5a7f48e8799fedb83c7c121d3e04881f23bb30fd0773d4904c859f2604b7fa447c4a2a40e6a6add3f55953
6
+ metadata.gz: 8bba7b81c220547f59b8a0a49b4e6c7a0f4c09cbaa86796e597f5d9fd5655db476b698c0b66c2248cb9178f1fb1c73d60f55114097193a8f028873415fac2a74
7
+ data.tar.gz: 128d172f07f5e3c5b6ba7a2268efe946944f3145ea6463b32f1d347f4befe69f4c8c21ecc79708e25a99ef7e5ff911b667e9f23dde2249016ecd536fbc8dee00
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.879
1
+ 3.0.881
@@ -840,13 +840,16 @@ module TencentCloud
840
840
  # @type Ipv6Addresses: Array
841
841
  # @param Ipv6AddressCount: 自动分配`IPv6`地址个数,内网IP地址个数总和不能超过配额数。与入参`Ipv6Addresses`合并计算配额。与Ipv6Addresses必填一个。
842
842
  # @type Ipv6AddressCount: Integer
843
+ # @param ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
844
+ # @type ClientToken: String
843
845
 
844
- attr_accessor :NetworkInterfaceId, :Ipv6Addresses, :Ipv6AddressCount
846
+ attr_accessor :NetworkInterfaceId, :Ipv6Addresses, :Ipv6AddressCount, :ClientToken
845
847
 
846
- def initialize(networkinterfaceid=nil, ipv6addresses=nil, ipv6addresscount=nil)
848
+ def initialize(networkinterfaceid=nil, ipv6addresses=nil, ipv6addresscount=nil, clienttoken=nil)
847
849
  @NetworkInterfaceId = networkinterfaceid
848
850
  @Ipv6Addresses = ipv6addresses
849
851
  @Ipv6AddressCount = ipv6addresscount
852
+ @ClientToken = clienttoken
850
853
  end
851
854
 
852
855
  def deserialize(params)
@@ -860,6 +863,7 @@ module TencentCloud
860
863
  end
861
864
  end
862
865
  @Ipv6AddressCount = params['Ipv6AddressCount']
866
+ @ClientToken = params['ClientToken']
863
867
  end
864
868
  end
865
869
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.879
4
+ version: 3.0.881
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-05 00:00:00.000000000 Z
11
+ date: 2024-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common