tencentcloud-sdk-batch 3.0.685 → 3.0.686

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: 6a905275f91cc58b8ed579a530236dd40ee03aaa
4
- data.tar.gz: 7db66c5529b7dd7aa38ab18a0c9e5508652b6677
3
+ metadata.gz: 9a7f1274b361efce580b3cbe3dd8fbcaacb58171
4
+ data.tar.gz: d87acbe29ea7574f6f5b09fc8758c7affc0cf406
5
5
  SHA512:
6
- metadata.gz: 1b88076010f698cd13de703db3285aa68c1d0127bf4d876e2de586c05eb23dd7b34345d26abfdf0ae018677c3919e6ef9470f244ee219f83fd6bbaccdbb03e4d
7
- data.tar.gz: 1b8a13a04ac7c7b8ddf3420e919f3a3aa444430bf6444092d7e9e2f470147d5623bafe892e86540702efaa17672020d73f851a0fb7dc13e81ff5271a0fab4d22
6
+ metadata.gz: 4041a182cc3a8df20f962eb7c75caa998b209a46c173266f685a3a7b17d772a61889153f81840cc055050e2e825911fed6a6f48a2533281c0f2d9e0582c47588
7
+ data.tar.gz: 416a710c960a99bbbd7414c7ae20e8e4fdae790d0b4d5d5b24451908028067d7569e4866bbfbd8b0a4ace84d579ae27e4f596691352013e56ac54f17359b1628
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.685
1
+ 3.0.686
@@ -2760,7 +2760,7 @@ module TencentCloud
2760
2760
  # @type InternetChargeType: String
2761
2761
  # @param InternetMaxBandwidthOut: 公网出带宽上限,单位:Mbps。默认值:0Mbps。不同机型带宽上限范围不一致,具体限制详见[购买网络带宽](https://cloud.tencent.com/document/product/213/12523)。
2762
2762
  # @type InternetMaxBandwidthOut: Integer
2763
- # @param PublicIpAssigned: 是否分配公网IP。取值范围:<br><li>TRUE:表示分配公网IP<br><li>FALSE:表示不分配公网IP<br><br>当公网带宽大于0Mbps时,可自由选择开通与否,默认开通公网IP;当公网带宽为0,则不允许分配公网IP。该参数仅在RunInstances接口中作为入参使用。
2763
+ # @param PublicIpAssigned: 是否分配公网IP。取值范围:<br><li>true:表示分配公网IP<br><li>false:表示不分配公网IP<br><br>当公网带宽大于0Mbps时,可自由选择开通与否,默认开通公网IP;当公网带宽为0,则不允许分配公网IP。该参数仅在RunInstances接口中作为入参使用。
2764
2764
  # @type PublicIpAssigned: Boolean
2765
2765
  # @param BandwidthPackageId: 带宽包ID。可通过[`DescribeBandwidthPackages`](https://cloud.tencent.com/document/api/215/19209)接口返回值中的`BandwidthPackageId`获取。该参数仅在RunInstances接口中作为入参使用。
2766
2766
  # @type BandwidthPackageId: String
@@ -3710,7 +3710,7 @@ module TencentCloud
3710
3710
 
3711
3711
  # 描述了 “云安全” 服务相关的信息
3712
3712
  class RunSecurityServiceEnabled < TencentCloud::Common::AbstractModel
3713
- # @param Enabled: 是否开启[云安全](/document/product/296)服务。取值范围:<br><li>TRUE:表示开启云安全服务<br><li>FALSE:表示不开启云安全服务<br><br>默认取值:TRUE
3713
+ # @param Enabled: 是否开启[云安全](/document/product/296)服务。取值范围:<br><li>true:表示开启云安全服务<br><li>false:表示不开启云安全服务<br><br>默认取值:true
3714
3714
  # @type Enabled: Boolean
3715
3715
 
3716
3716
  attr_accessor :Enabled
@@ -3727,8 +3727,10 @@ module TencentCloud
3727
3727
  # 竞价相关选项
3728
3728
  class SpotMarketOptions < TencentCloud::Common::AbstractModel
3729
3729
  # @param MaxPrice: 竞价出价
3730
+ # 注意:此字段可能返回 null,表示取不到有效值。
3730
3731
  # @type MaxPrice: String
3731
3732
  # @param SpotInstanceType: 竞价请求类型,当前仅支持类型:one-time
3733
+ # 注意:此字段可能返回 null,表示取不到有效值。
3732
3734
  # @type SpotInstanceType: String
3733
3735
 
3734
3736
  attr_accessor :MaxPrice, :SpotInstanceType
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.685
4
+ version: 3.0.686
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-10-26 00:00:00.000000000 Z
11
+ date: 2023-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common