tencentcloud-sdk-cvm 3.0.1014 → 3.0.1015
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 +0 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51060dfede3f931203a0d8a1362d8f2aa27be3da
|
4
|
+
data.tar.gz: a42288f3561a015e5b1e13a30000643869d7d358
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3782441a129d91a99ede40b994f2446cc3968ee827b42dffb9f26dd8a2a7e7e6723c6f87967880ca30d11bd79349b658def018d47d67213d6a54c324d6c991ad
|
7
|
+
data.tar.gz: 79abf122a75d2a0617c6514305c28bf9af9365e422941118af35ee482639b24d991184afc10495348468be0b8db5d0f940b414d8eacf45de662072217003e9c4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1015
|
data/lib/v20170312/models.rb
CHANGED
@@ -6210,7 +6210,6 @@ module TencentCloud
|
|
6210
6210
|
# 实例启动模板版本集合
|
6211
6211
|
class LaunchTemplateVersionInfo < TencentCloud::Common::AbstractModel
|
6212
6212
|
# @param LaunchTemplateVersion: 实例启动模板版本号。
|
6213
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6214
6213
|
# @type LaunchTemplateVersion: Integer
|
6215
6214
|
# @param LaunchTemplateVersionData: 实例启动模板版本数据详情。
|
6216
6215
|
# @type LaunchTemplateVersionData: :class:`Tencentcloud::Cvm.v20170312.models.LaunchTemplateVersionData`
|
@@ -6221,7 +6220,6 @@ module TencentCloud
|
|
6221
6220
|
# @param IsDefaultVersion: 是否为默认启动模板版本。
|
6222
6221
|
# @type IsDefaultVersion: Boolean
|
6223
6222
|
# @param LaunchTemplateVersionDescription: 实例启动模板版本描述信息。
|
6224
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6225
6223
|
# @type LaunchTemplateVersionDescription: String
|
6226
6224
|
# @param CreatedBy: 创建者。
|
6227
6225
|
# @type CreatedBy: String
|
@@ -7745,10 +7743,8 @@ module TencentCloud
|
|
7745
7743
|
# @param DiscountUsagePrice: 后续合计费用的折扣价,单位:元/小时
|
7746
7744
|
# @type DiscountUsagePrice: Float
|
7747
7745
|
# @param FixedPriceDiscount: 预支费用的折扣,如20.0代表2折。 注意:此字段可能返回 null,表示取不到有效值。
|
7748
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7749
7746
|
# @type FixedPriceDiscount: Float
|
7750
7747
|
# @param UsagePriceDiscount: 后续费用的折扣,如20.0代表2折。 注意:此字段可能返回 null,表示取不到有效值。
|
7751
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7752
7748
|
# @type UsagePriceDiscount: Float
|
7753
7749
|
|
7754
7750
|
attr_accessor :OriginalFixedPrice, :DiscountFixedPrice, :OriginalUsagePrice, :DiscountUsagePrice, :FixedPriceDiscount, :UsagePriceDiscount
|