tencentcloud-sdk-batch 3.0.1064 → 3.0.1066

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: fe6ec7e34e77a5f7f90cf26e7d2c863f23515c6b
4
+ data.tar.gz: be0f1ac0bf4fed770f1f1cf25f556a871fa80aba
5
5
  SHA512:
6
- metadata.gz: af3ad6323665669c1af4e784da46cd6da40e7963746f325f5bb23d3d252bb6e28a1524fd33fa7e04826a91cf8bf93efd381abb64115b93f7101018335294204c
7
- data.tar.gz: 9e926aa76e570053a1e63fa33b983e54f12572752f3ba883303fb4d17604680d2a03ac86e046ee79fcc174fb61cf421b5b50bc15ec37341a075dff071790e0b7
6
+ metadata.gz: a2a2dfccfbf3f480e151e9d3696b2956343d7d10f01a4b365da75d17b0a9d4216f9baf30cb9f096361e4bbf12495c708355e846a90dfae3e73d717447a24108c
7
+ data.tar.gz: 4f25a7f6454f8dbcdde599aa3e339f1f7b77877ae5199eb9d578c14ddb7c8e1331ee20a64f3adca8f74bc7111180e8eaac61e136d94b8233119691aa1607564a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1064
1
+ 3.0.1066
@@ -3183,9 +3183,9 @@ module TencentCloud
3183
3183
  class Placement < TencentCloud::Common::AbstractModel
3184
3184
  # @param Zone: 实例所属的可用区名称。该参数可以通过调用 [DescribeZones](https://cloud.tencent.com/document/product/213/15707) 的返回值中的Zone字段来获取。
3185
3185
  # @type Zone: String
3186
- # @param ProjectId: 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。不填为默认项目。
3186
+ # @param ProjectId: 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 `ProjectId` 字段来获取。默认取值0,表示默认项目。
3187
3187
  # @type ProjectId: Integer
3188
- # @param HostIds: 实例所属的专用宿主机ID列表,仅用于入参。如果您有购买专用宿主机并且指定了该参数,则您购买的实例就会随机的部署在这些专用宿主机上。
3188
+ # @param HostIds: 实例所属的专用宿主机ID列表,仅用于入参。如果您有购买专用宿主机并且指定了该参数,则您购买的实例就会随机的部署在这些专用宿主机上。该参数可以通过调用 [DescribeHosts](https://cloud.tencent.com/document/api/213/16474) 的返回值中的 `HostId` 字段来获取。
3189
3189
  # @type HostIds: Array
3190
3190
  # @param HostId: 实例所属的专用宿主机ID,仅用于出参。
3191
3191
  # @type HostId: String
@@ -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.1066
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-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common