tencentcloud-sdk-batch 3.0.1008 → 3.0.1009
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +1 -13
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3675b87f3ba010dc7d3338454fdb0468deb91817
|
4
|
+
data.tar.gz: 2445041830aad52be2441483d397864466cf6122
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd6f32630e85a021c1a89b85d39327ef0848a55b16791f7d4f48d7c0ef528fca066ae9794b3c3bb31fa661a6359519faee4b33879f87fc0af805bf4892463d18
|
7
|
+
data.tar.gz: 891cb70e446076888fcab432c2ea31fd8ebe9df6f6e345afe82bcfba20ea2f6507a72381bfd8a650cc87a3f8aedd7516282a0b51b1c3dcd27f93a8f1ec235ba7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1009
|
data/lib/v20170312/models.rb
CHANGED
@@ -755,10 +755,8 @@ module TencentCloud
|
|
755
755
|
# 默认取值:true<br />
|
756
756
|
# 该参数目前仅用于 `RunInstances` 接口。
|
757
757
|
# </li>
|
758
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
759
758
|
# @type DeleteWithInstance: Boolean
|
760
759
|
# @param SnapshotId: 数据盘快照ID。选择的数据盘快照大小需小于数据盘大小。
|
761
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
762
760
|
# @type SnapshotId: String
|
763
761
|
# @param Encrypt: 数据盘是加密。取值范围:
|
764
762
|
# <li>true:加密</li>
|
@@ -767,23 +765,18 @@ module TencentCloud
|
|
767
765
|
# 默认取值:false<br />
|
768
766
|
# 该参数目前仅用于 `RunInstances` 接口。
|
769
767
|
# </li>
|
770
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
771
768
|
# @type Encrypt: Boolean
|
772
769
|
# @param KmsKeyId: 自定义CMK对应的ID,取值为UUID或者类似kms-abcd1234。用于加密云盘。
|
773
770
|
|
774
771
|
# 该参数目前仅用于 `RunInstances` 接口。
|
775
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
776
772
|
# @type KmsKeyId: String
|
777
773
|
# @param ThroughputPerformance: 云硬盘性能,单位:MB/s
|
778
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
779
774
|
# @type ThroughputPerformance: Integer
|
780
775
|
# @param CdcId: 所属的独享集群ID。
|
781
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
782
776
|
# @type CdcId: String
|
783
777
|
# @param BurstPerformance: 突发性能
|
784
778
|
|
785
779
|
# <b>注:内测中。</b>
|
786
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
787
780
|
# @type BurstPerformance: Boolean
|
788
781
|
# @param DiskName: 磁盘名称,长度不超过128 个字符。
|
789
782
|
|
@@ -2585,10 +2578,8 @@ module TencentCloud
|
|
2585
2578
|
# 竞价请求相关选项
|
2586
2579
|
class InstanceMarketOptionsRequest < TencentCloud::Common::AbstractModel
|
2587
2580
|
# @param SpotOptions: 竞价相关选项
|
2588
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2589
2581
|
# @type SpotOptions: :class:`Tencentcloud::Batch.v20170312.models.SpotMarketOptions`
|
2590
2582
|
# @param MarketType: 市场选项类型,当前只支持取值:spot
|
2591
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2592
2583
|
# @type MarketType: String
|
2593
2584
|
|
2594
2585
|
attr_accessor :SpotOptions, :MarketType
|
@@ -3717,8 +3708,7 @@ module TencentCloud
|
|
3717
3708
|
|
3718
3709
|
# 描述了 “云监控” 服务相关的信息
|
3719
3710
|
class RunMonitorServiceEnabled < TencentCloud::Common::AbstractModel
|
3720
|
-
# @param Enabled: 是否开启[云监控](/document/product/248)服务。取值范围:<br><li>true
|
3721
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3711
|
+
# @param Enabled: 是否开启[云监控](/document/product/248)服务。取值范围:<br><li>true:表示开启云监控服务</li><li>false:表示不开启云监控服务</li><br>默认取值:true。
|
3722
3712
|
# @type Enabled: Boolean
|
3723
3713
|
|
3724
3714
|
attr_accessor :Enabled
|
@@ -3751,10 +3741,8 @@ module TencentCloud
|
|
3751
3741
|
# 竞价相关选项
|
3752
3742
|
class SpotMarketOptions < TencentCloud::Common::AbstractModel
|
3753
3743
|
# @param MaxPrice: 竞价出价
|
3754
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3755
3744
|
# @type MaxPrice: String
|
3756
3745
|
# @param SpotInstanceType: 竞价请求类型,当前仅支持类型:one-time
|
3757
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3758
3746
|
# @type SpotInstanceType: String
|
3759
3747
|
|
3760
3748
|
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.
|
4
|
+
version: 3.0.1009
|
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-02
|
11
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|