tencentcloud-sdk-ecm 3.0.652 → 3.0.653

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: 1052589ed0dea76e6d667c4af44d0df8c43f7959
4
- data.tar.gz: a454044c0be60523bba1a7e3ce8359095300dc5c
3
+ metadata.gz: 24f95e8c5748221ff5a94988ebdf0c94886501f8
4
+ data.tar.gz: 5821e6b0c58bc8b8117fe4851c58d77c2d6d06a8
5
5
  SHA512:
6
- metadata.gz: 8cd256083fbfaa7e790eb2f465f008aedca5143a7a7ac270015304d6bd7d350fcfd33cebec8ce3da90546338edef4a1a40c584a645690b3db505945ea754628d
7
- data.tar.gz: 8a75d86a3a954b044b2a8740e0bcaf2e3601b3d18c3a8595e2c73d8b6d464fcb0ce36c7a5a6197ac93e88d6e4de4d665b3a003070b7e3a454d5873fde2f2ae6a
6
+ metadata.gz: a66fc472203ad3ec37cb78906fca5d7d9858df5b5a52940f559d7c79f1a0f0c666d258f5780901c230cd8a1c89fd9d78dc9f3e06195313279e0cd819249a5d96
7
+ data.tar.gz: 3eeff0366ef950492628a9ee5f268875f7e5be415594c9f94fa15dd4727c32079dfe9496096e3477e88604232b7bcbb6d3f186e28cddd767d47f5ed7253b1d24
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.652
1
+ 3.0.653
@@ -1882,16 +1882,19 @@ module TencentCloud
1882
1882
  # @type EcmRegion: String
1883
1883
  # @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
1884
1884
  # @type Tags: Array
1885
+ # @param IPv6CidrBlock: IPv6 CIDR
1886
+ # @type IPv6CidrBlock: String
1885
1887
 
1886
- attr_accessor :VpcId, :SubnetName, :CidrBlock, :Zone, :EcmRegion, :Tags
1888
+ attr_accessor :VpcId, :SubnetName, :CidrBlock, :Zone, :EcmRegion, :Tags, :IPv6CidrBlock
1887
1889
 
1888
- def initialize(vpcid=nil, subnetname=nil, cidrblock=nil, zone=nil, ecmregion=nil, tags=nil)
1890
+ def initialize(vpcid=nil, subnetname=nil, cidrblock=nil, zone=nil, ecmregion=nil, tags=nil, ipv6cidrblock=nil)
1889
1891
  @VpcId = vpcid
1890
1892
  @SubnetName = subnetname
1891
1893
  @CidrBlock = cidrblock
1892
1894
  @Zone = zone
1893
1895
  @EcmRegion = ecmregion
1894
1896
  @Tags = tags
1897
+ @IPv6CidrBlock = ipv6cidrblock
1895
1898
  end
1896
1899
 
1897
1900
  def deserialize(params)
@@ -1908,6 +1911,7 @@ module TencentCloud
1908
1911
  @Tags << tag_tmp
1909
1912
  end
1910
1913
  end
1914
+ @IPv6CidrBlock = params['IPv6CidrBlock']
1911
1915
  end
1912
1916
  end
1913
1917
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ecm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.652
4
+ version: 3.0.653
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-09-05 00:00:00.000000000 Z
11
+ date: 2023-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common