tencentcloud-sdk-clb 3.0.1038 → 3.0.1039

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: 7e43df7b66d3118647e6125daa5a43c32e890d66
4
- data.tar.gz: c62f855d5c2ef3b62f9629fa6318b756e449d4f4
3
+ metadata.gz: 39b47354e2d921ce5955beaef034cc6de6d039f1
4
+ data.tar.gz: 2f45111eeef5fd46cc21f3d7380189ea60a81856
5
5
  SHA512:
6
- metadata.gz: 9494bd36b736c6e78e0b5680897c9c06975f78e98deb7ea1b85f71fca0748196530edc58632d1f514157a71df349e20e8424c42bcdb48a2524637b5de0e99eb5
7
- data.tar.gz: f154c2cd4ca92e9aa9350b9830f42c9ec52703cb341f53afb97a0d58156228f6280a979254a004d293125b979bb1b1290e089ad6a751225dc3d402c2a4e56a19
6
+ metadata.gz: 5cefbac13c40dd55c0d3cd8f9e83897f31d1e6999d223fea5b9bcd8962763721496c15e0ccce11a0f66f5146603a3fa36d51a2f3cec6386d73ec554dff1a1027
7
+ data.tar.gz: c0d9992145c9e5d5ef1c083f843c725bbaa378d65688390d6c4f90d40faf49934f5f24dec6921be84adc72420c36564c0eb330142610430e121179078be952af
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1038
1
+ 3.0.1039
@@ -8540,17 +8540,22 @@ module TencentCloud
8540
8540
  # @type Region: String
8541
8541
  # @param VpcId: Target所属网络,私有网络格式如 vpc-abcd1234,如果是基础网络,则为"0"
8542
8542
  # @type VpcId: String
8543
+ # @param NumericalVpcId: Target所属网络,私有网络格式如86323,如果是基础网络,则为0
8544
+ # 注意:此字段可能返回 null,表示取不到有效值。
8545
+ # @type NumericalVpcId: Integer
8543
8546
 
8544
- attr_accessor :Region, :VpcId
8547
+ attr_accessor :Region, :VpcId, :NumericalVpcId
8545
8548
 
8546
- def initialize(region=nil, vpcid=nil)
8549
+ def initialize(region=nil, vpcid=nil, numericalvpcid=nil)
8547
8550
  @Region = region
8548
8551
  @VpcId = vpcid
8552
+ @NumericalVpcId = numericalvpcid
8549
8553
  end
8550
8554
 
8551
8555
  def deserialize(params)
8552
8556
  @Region = params['Region']
8553
8557
  @VpcId = params['VpcId']
8558
+ @NumericalVpcId = params['NumericalVpcId']
8554
8559
  end
8555
8560
  end
8556
8561
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-clb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1038
4
+ version: 3.0.1039
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-04-10 00:00:00.000000000 Z
11
+ date: 2025-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common