tencentcloud-sdk-vpc 3.0.959 → 3.0.960

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/v20170312/models.rb +13 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4bc584128537b9055c813e451ec18f2d510a8859
4
- data.tar.gz: 6384eb140658a441c284914d840afa7e0f2b51db
3
+ metadata.gz: ae3e64150411844a9089969efac8ee1eecd94777
4
+ data.tar.gz: 62093481d0e30afb807b35ec68983201aa353312
5
5
  SHA512:
6
- metadata.gz: 1d03d36ba35c509cd1e8cde02e76e3a59332dbe6f287837961768b0179f0668ede570a36c691f37d52e44f51612c8502a27f440cc4f9650676ab0f17276dcca6
7
- data.tar.gz: 128826e89beded72295933c2adad0755131f9d639a1270db9307d66263d1ba6180c88e13421d1ff30295a91b43756c563f505ac3af9dbfecc80b89d63a776f9a
6
+ metadata.gz: ea1b98ae48c4c11c735654473d74e3600b9d4cadba103072a8e4ede2c305069c1dd39fb331f95b182d2cec96266bfb235567ac38986f3d6af812ded2067bfa2b
7
+ data.tar.gz: a9a8db12d377009a113922dccd3c9dae2b3f2aea88c0767b6cc5877186c272a8e3f5602b63786bd9d8dd1ec3ad8963bfd9aad6d1dcfda0fa5bfaa46a3595825f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.959
1
+ 3.0.960
@@ -5673,11 +5673,14 @@ module TencentCloud
5673
5673
  class CreateSnapshotPoliciesRequest < TencentCloud::Common::AbstractModel
5674
5674
  # @param SnapshotPolicies: 快照策略详情。
5675
5675
  # @type SnapshotPolicies: Array
5676
+ # @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
5677
+ # @type Tags: Array
5676
5678
 
5677
- attr_accessor :SnapshotPolicies
5679
+ attr_accessor :SnapshotPolicies, :Tags
5678
5680
 
5679
- def initialize(snapshotpolicies=nil)
5681
+ def initialize(snapshotpolicies=nil, tags=nil)
5680
5682
  @SnapshotPolicies = snapshotpolicies
5683
+ @Tags = tags
5681
5684
  end
5682
5685
 
5683
5686
  def deserialize(params)
@@ -5689,6 +5692,14 @@ module TencentCloud
5689
5692
  @SnapshotPolicies << snapshotpolicy_tmp
5690
5693
  end
5691
5694
  end
5695
+ unless params['Tags'].nil?
5696
+ @Tags = []
5697
+ params['Tags'].each do |i|
5698
+ tag_tmp = Tag.new
5699
+ tag_tmp.deserialize(i)
5700
+ @Tags << tag_tmp
5701
+ end
5702
+ end
5692
5703
  end
5693
5704
  end
5694
5705
 
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.959
4
+ version: 3.0.960
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-12-11 00:00:00.000000000 Z
11
+ date: 2024-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common