tencentcloud-sdk-batch 3.0.1064 → 3.0.1065

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: 428ab79d6ed11b6f27e693a7124c23a33147f15c
4
- data.tar.gz: 04199e140ea40c608bffb255ec058c3a952217a8
3
+ metadata.gz: e79d298127730c259e8425c34600167f80f65af7
4
+ data.tar.gz: a1841bc63ebbdf176ef7787d7bc817b88f907b32
5
5
  SHA512:
6
- metadata.gz: af3ad6323665669c1af4e784da46cd6da40e7963746f325f5bb23d3d252bb6e28a1524fd33fa7e04826a91cf8bf93efd381abb64115b93f7101018335294204c
7
- data.tar.gz: 9e926aa76e570053a1e63fa33b983e54f12572752f3ba883303fb4d17604680d2a03ac86e046ee79fcc174fb61cf421b5b50bc15ec37341a075dff071790e0b7
6
+ metadata.gz: f0a53e189ec8b4baae3ec96fb57a50fcd8037ca4adf96eede832b210682d7ba40427b30249bb2455ebb7e391f6c7e69d571832eb8ebc9dffa312c8b36f516d64
7
+ data.tar.gz: 3ea7506c4e3bf99ab8d061829f1a605b6c7d8a1dc825aa2addf987b0cd1b20bfe2fbcb7384f0f48eab338a840d5b27d9805bf63c78449404859826d741960c2d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1064
1
+ 3.0.1065
@@ -4064,7 +4064,7 @@ module TencentCloud
4064
4064
 
4065
4065
  # 描述了VPC相关信息,包括子网,IP信息等
4066
4066
  class VirtualPrivateCloud < TencentCloud::Common::AbstractModel
4067
- # @param VpcId: 私有网络ID,形如`vpc-xxx`。有效的VpcId可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc?rid=1)查询;也可以调用接口 [DescribeVpcEx](/document/api/215/1372) ,从接口返回中的`unVpcId`字段获取。若在创建子机时VpcId与SubnetId同时传入`DEFAULT`,则强制使用默认vpc网络。
4067
+ # @param VpcId: 私有网络ID,形如`vpc-xxx`。有效的VpcId可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc?rid=1)查询;也可以调用接口 [DescribeVpcs](https://cloud.tencent.com/document/product/215/15778) ,从接口返回中的`VpcId `字段获取。若在创建子机时VpcId与SubnetId同时传入`DEFAULT`,则强制使用默认vpc网络。
4068
4068
  # @type VpcId: String
4069
4069
  # @param SubnetId: 私有网络子网ID,形如`subnet-xxx`。有效的私有网络子网ID可通过登录[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](https://cloud.tencent.com/document/product/215/15784) ,从接口返回中的`SubnetId `字段获取。若在创建子机时SubnetId与VpcId同时传入`DEFAULT`,则强制使用默认vpc网络。
4070
4070
  # @type SubnetId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1064
4
+ version: 3.0.1065
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-05-20 00:00:00.000000000 Z
11
+ date: 2025-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common