tencentcloud-sdk-nodejs-intl-en 3.0.1236 → 3.0.1238
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.
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1238";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -4364,6 +4364,30 @@ class ChcDeployExtraConfig extends AbstractModel {
|
|
|
4364
4364
|
constructor(){
|
|
4365
4365
|
super();
|
|
4366
4366
|
|
|
4367
|
+
/**
|
|
4368
|
+
*
|
|
4369
|
+
* @type {string || null}
|
|
4370
|
+
*/
|
|
4371
|
+
this.MiniOsType = null;
|
|
4372
|
+
|
|
4373
|
+
/**
|
|
4374
|
+
*
|
|
4375
|
+
* @type {string || null}
|
|
4376
|
+
*/
|
|
4377
|
+
this.BootType = null;
|
|
4378
|
+
|
|
4379
|
+
/**
|
|
4380
|
+
*
|
|
4381
|
+
* @type {string || null}
|
|
4382
|
+
*/
|
|
4383
|
+
this.BootFile = null;
|
|
4384
|
+
|
|
4385
|
+
/**
|
|
4386
|
+
*
|
|
4387
|
+
* @type {string || null}
|
|
4388
|
+
*/
|
|
4389
|
+
this.NextServerAddress = null;
|
|
4390
|
+
|
|
4367
4391
|
}
|
|
4368
4392
|
|
|
4369
4393
|
/**
|
|
@@ -4373,6 +4397,10 @@ class ChcDeployExtraConfig extends AbstractModel {
|
|
|
4373
4397
|
if (!params) {
|
|
4374
4398
|
return;
|
|
4375
4399
|
}
|
|
4400
|
+
this.MiniOsType = 'MiniOsType' in params ? params.MiniOsType : null;
|
|
4401
|
+
this.BootType = 'BootType' in params ? params.BootType : null;
|
|
4402
|
+
this.BootFile = 'BootFile' in params ? params.BootFile : null;
|
|
4403
|
+
this.NextServerAddress = 'NextServerAddress' in params ? params.NextServerAddress : null;
|
|
4376
4404
|
|
|
4377
4405
|
}
|
|
4378
4406
|
}
|
|
@@ -6984,6 +7012,12 @@ false (default): sends a normal request. after passing the check, creates an ins
|
|
|
6984
7012
|
*/
|
|
6985
7013
|
this.DisableApiTermination = null;
|
|
6986
7014
|
|
|
7015
|
+
/**
|
|
7016
|
+
*
|
|
7017
|
+
* @type {boolean || null}
|
|
7018
|
+
*/
|
|
7019
|
+
this.EnableJumboFrame = null;
|
|
7020
|
+
|
|
6987
7021
|
/**
|
|
6988
7022
|
* Description list of tags. by specifying this parameter, tags can be bound to the instance launch template.
|
|
6989
7023
|
* @type {Array.<TagSpecification> || null}
|
|
@@ -7104,6 +7138,7 @@ Note: this field is in beta test.
|
|
|
7104
7138
|
this.InstanceChargePrepaid = obj;
|
|
7105
7139
|
}
|
|
7106
7140
|
this.DisableApiTermination = 'DisableApiTermination' in params ? params.DisableApiTermination : null;
|
|
7141
|
+
this.EnableJumboFrame = 'EnableJumboFrame' in params ? params.EnableJumboFrame : null;
|
|
7107
7142
|
|
|
7108
7143
|
if (params.LaunchTemplateTagSpecification) {
|
|
7109
7144
|
this.LaunchTemplateTagSpecification = new Array();
|
|
@@ -9034,143 +9069,124 @@ class ItemPrice extends AbstractModel {
|
|
|
9034
9069
|
super();
|
|
9035
9070
|
|
|
9036
9071
|
/**
|
|
9037
|
-
*
|
|
9038
|
-
Note: this field may return null, indicating that no valid value is obtained.
|
|
9072
|
+
* Original price of subsequent total costs, postpaid billing mode usage, unit: usd. <li>if other time interval items are returned, such as UnitPriceSecondStep, this item represents the time interval (0, 96) hr. if no other time interval items are returned, this item represents the full period (0, ∞) hr.
|
|
9039
9073
|
* @type {number || null}
|
|
9040
9074
|
*/
|
|
9041
9075
|
this.UnitPrice = null;
|
|
9042
9076
|
|
|
9043
9077
|
/**
|
|
9044
|
-
* Billing unit for pay-as-you-go mode.
|
|
9045
|
-
Note: this field may return null, indicating that no valid value is obtained.
|
|
9078
|
+
* Billing unit for pay-as-you-go mode. valid values: <br><li>HOUR: billed on an hourly basis. it's used for hourly POSTPAID instances (`POSTPAID_BY_HOUR`). <br><li>GB: bill BY TRAFFIC in GB. it's used for POSTPAID products that are billed BY the hourly TRAFFIC (`TRAFFIC_POSTPAID_BY_HOUR`).
|
|
9046
9079
|
* @type {string || null}
|
|
9047
9080
|
*/
|
|
9048
9081
|
this.ChargeUnit = null;
|
|
9049
9082
|
|
|
9050
9083
|
/**
|
|
9051
|
-
*
|
|
9052
|
-
Note: this field may return null, indicating that no valid value is obtained.
|
|
9084
|
+
* Original price of total prepaid costs. measurement unit: usd.
|
|
9053
9085
|
* @type {number || null}
|
|
9054
9086
|
*/
|
|
9055
9087
|
this.OriginalPrice = null;
|
|
9056
9088
|
|
|
9057
9089
|
/**
|
|
9058
|
-
* Discount price of
|
|
9059
|
-
Note: this field may return null, indicating that no valid value is obtained.
|
|
9090
|
+
* Discount price of total prepaid costs. unit: usd.
|
|
9060
9091
|
* @type {number || null}
|
|
9061
9092
|
*/
|
|
9062
9093
|
this.DiscountPrice = null;
|
|
9063
9094
|
|
|
9064
9095
|
/**
|
|
9065
|
-
*
|
|
9066
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
9096
|
+
* Discount, such as 20.0 representing 80% off.
|
|
9067
9097
|
* @type {number || null}
|
|
9068
9098
|
*/
|
|
9069
9099
|
this.Discount = null;
|
|
9070
9100
|
|
|
9071
9101
|
/**
|
|
9072
|
-
*
|
|
9073
|
-
Note: this field may return null, indicating that no valid value is obtained.
|
|
9102
|
+
* Discounted price of subsequent total cost, postpaid billing mode usage, unit: usd <li>if other time interval items are returned, such as UnitPriceDiscountSecondStep, this item represents the time interval (0, 96) hr; if no other time interval items are returned, this item represents the full period (0, ∞) hr.
|
|
9074
9103
|
* @type {number || null}
|
|
9075
9104
|
*/
|
|
9076
9105
|
this.UnitPriceDiscount = null;
|
|
9077
9106
|
|
|
9078
9107
|
/**
|
|
9079
|
-
* Original
|
|
9080
|
-
Note: this field may return null, indicating that no valid value is obtained.
|
|
9108
|
+
* Original price of subsequent total costs for usage time range (96, 360) hr in postpaid billing mode. unit: usd.
|
|
9081
9109
|
* @type {number || null}
|
|
9082
9110
|
*/
|
|
9083
9111
|
this.UnitPriceSecondStep = null;
|
|
9084
9112
|
|
|
9085
9113
|
/**
|
|
9086
|
-
* Discounted
|
|
9087
|
-
Note: this field may return null, indicating that no valid value is obtained.
|
|
9114
|
+
* Discounted price of subsequent total cost for usage time interval (96, 360) hr in postpaid billing mode. unit: usd.
|
|
9088
9115
|
* @type {number || null}
|
|
9089
9116
|
*/
|
|
9090
9117
|
this.UnitPriceDiscountSecondStep = null;
|
|
9091
9118
|
|
|
9092
9119
|
/**
|
|
9093
|
-
*
|
|
9094
|
-
Note: this field may return null, indicating that no valid value is obtained.
|
|
9120
|
+
* Specifies the original price of subsequent total costs with a usage time interval exceeding 360 hr in postpaid billing mode. measurement unit: usd.
|
|
9095
9121
|
* @type {number || null}
|
|
9096
9122
|
*/
|
|
9097
9123
|
this.UnitPriceThirdStep = null;
|
|
9098
9124
|
|
|
9099
9125
|
/**
|
|
9100
|
-
* Discounted
|
|
9101
|
-
Note: this field may return null, indicating that no valid value is obtained.
|
|
9126
|
+
* Discounted price of subsequent total cost for usage time interval exceeding 360 hr in postpaid billing mode. measurement unit: usd.
|
|
9102
9127
|
* @type {number || null}
|
|
9103
9128
|
*/
|
|
9104
9129
|
this.UnitPriceDiscountThirdStep = null;
|
|
9105
9130
|
|
|
9106
9131
|
/**
|
|
9107
|
-
*
|
|
9108
|
-
Note:
|
|
9109
|
-
Note: this field may return `null`, indicating that no valid value was found.
|
|
9132
|
+
* Specifies the original price of total 3-year prepaid costs in prepaid billing mode. measurement unit: usd.
|
|
9133
|
+
Note: This field may return null, indicating that no valid value is found.
|
|
9110
9134
|
* @type {number || null}
|
|
9111
9135
|
*/
|
|
9112
9136
|
this.OriginalPriceThreeYear = null;
|
|
9113
9137
|
|
|
9114
9138
|
/**
|
|
9115
|
-
*
|
|
9116
|
-
Note:
|
|
9117
|
-
Note: this field may return `null`, indicating that no valid value was found.
|
|
9139
|
+
* Specifies the discount price for an advance payment of the total fee for three years, prepaid mode usage, measurement unit: usd.
|
|
9140
|
+
Note: This field may return null, indicating that no valid value is found.
|
|
9118
9141
|
* @type {number || null}
|
|
9119
9142
|
*/
|
|
9120
9143
|
this.DiscountPriceThreeYear = null;
|
|
9121
9144
|
|
|
9122
9145
|
/**
|
|
9123
|
-
*
|
|
9124
|
-
Note:
|
|
9125
|
-
Note: this field may return `null`, indicating that no valid value was found.
|
|
9146
|
+
* Specifies the discount for a 3-year advance payment, for example 20.0 represents 80% off.
|
|
9147
|
+
Note: This field may return null, indicating that no valid value is found.
|
|
9126
9148
|
* @type {number || null}
|
|
9127
9149
|
*/
|
|
9128
9150
|
this.DiscountThreeYear = null;
|
|
9129
9151
|
|
|
9130
9152
|
/**
|
|
9131
|
-
*
|
|
9132
|
-
Note:
|
|
9133
|
-
Note: this field may return `null`, indicating that no valid value was found.
|
|
9153
|
+
* Specifies the original price of the 5-year total cost with advance payment, using prepaid billing mode. measurement unit: usd.
|
|
9154
|
+
Note: This field may return null, indicating that no valid value is found.
|
|
9134
9155
|
* @type {number || null}
|
|
9135
9156
|
*/
|
|
9136
9157
|
this.OriginalPriceFiveYear = null;
|
|
9137
9158
|
|
|
9138
9159
|
/**
|
|
9139
|
-
*
|
|
9140
|
-
Note:
|
|
9141
|
-
Note: this field may return `null`, indicating that no valid value was found.
|
|
9160
|
+
* Prepaid 5-year total cost discount price, prepaid billing mode usage. unit: usd.
|
|
9161
|
+
Note: This field may return null, indicating that no valid value is found.
|
|
9142
9162
|
* @type {number || null}
|
|
9143
9163
|
*/
|
|
9144
9164
|
this.DiscountPriceFiveYear = null;
|
|
9145
9165
|
|
|
9146
9166
|
/**
|
|
9147
|
-
*
|
|
9148
|
-
Note:
|
|
9149
|
-
Note: this field may return `null`, indicating that no valid value was found.
|
|
9167
|
+
* Specifies the discount for 5-year advance payment, such as 20.0 for 80% off.
|
|
9168
|
+
Note: This field may return null, indicating that no valid value is found.
|
|
9150
9169
|
* @type {number || null}
|
|
9151
9170
|
*/
|
|
9152
9171
|
this.DiscountFiveYear = null;
|
|
9153
9172
|
|
|
9154
9173
|
/**
|
|
9155
|
-
* Original
|
|
9156
|
-
Note:
|
|
9157
|
-
Note: this field may return `null`, indicating that no valid value was found.
|
|
9174
|
+
* Original price of one-year advance payment total cost. prepaid mode usage. unit: usd.
|
|
9175
|
+
Note: This field may return null, indicating that no valid value is found.
|
|
9158
9176
|
* @type {number || null}
|
|
9159
9177
|
*/
|
|
9160
9178
|
this.OriginalPriceOneYear = null;
|
|
9161
9179
|
|
|
9162
9180
|
/**
|
|
9163
|
-
*
|
|
9164
|
-
Note:
|
|
9165
|
-
Note: this field may return `null`, indicating that no valid value was found.
|
|
9181
|
+
* Discount price for total advance payment for one year. specifies prepaid mode usage. measurement unit: usd.
|
|
9182
|
+
Note: This field may return null, indicating that no valid value is found.
|
|
9166
9183
|
* @type {number || null}
|
|
9167
9184
|
*/
|
|
9168
9185
|
this.DiscountPriceOneYear = null;
|
|
9169
9186
|
|
|
9170
9187
|
/**
|
|
9171
|
-
*
|
|
9172
|
-
Note:
|
|
9173
|
-
Note: this field may return `null`, indicating that no valid value was found.
|
|
9188
|
+
* Specifies the discount for a one-year advance payment, such as 20.0 for 80% off.
|
|
9189
|
+
Note: This field may return null, indicating that no valid value is found.
|
|
9174
9190
|
* @type {number || null}
|
|
9175
9191
|
*/
|
|
9176
9192
|
this.DiscountOneYear = null;
|
|
@@ -9703,7 +9719,7 @@ class DescribeHostsRequest extends AbstractModel {
|
|
|
9703
9719
|
|
|
9704
9720
|
/**
|
|
9705
9721
|
* <li><strong>zone</strong></li>
|
|
9706
|
-
<p style="padding-left: 30px;">Filter by the availability zone, such as `ap-guangzhou-
|
|
9722
|
+
<p style="padding-left: 30px;">Filter by the availability zone, such as `ap-guangzhou-6`.</p><p style="padding-left: 30px;">Type: String</p><p style="padding-left: 30px;">Optional</p><p style="padding-left: 30px;">Valid values: See <a href="https://intl.cloud.tencent.com/document/product/213/6091?from_cn_redirect=1">Regions and Availability Zones</a></p>
|
|
9707
9723
|
<li><strong>project-id</strong></li>
|
|
9708
9724
|
<p style="padding-left: 30px;">Filter by the project ID. You can query the list of created projects by calling `DescribeProject` or logging in to the [CVM console](https://console.cloud.tencent.com/cvm/index). You can also call `AddProject` to create projects. The project ID is like 1002189. </p><p style="padding-left: 30px;">Type: Integer</p><p style="padding-left: 30px;">Optional</p>
|
|
9709
9725
|
<li><strong>host-id</strong></li>
|
|
@@ -10297,7 +10313,7 @@ class DescribeChcHostsRequest extends AbstractModel {
|
|
|
10297
10313
|
|
|
10298
10314
|
/**
|
|
10299
10315
|
* <li><strong>zone</strong></li>
|
|
10300
|
-
<p style="padding-left: 30px;">Filter by the <strong>availability zone</strong>, such as `ap-guangzhou-
|
|
10316
|
+
<p style="padding-left: 30px;">Filter by the <strong>availability zone</strong>, such as `ap-guangzhou-6`.</p><p style="padding-left: 30px;">Type: String</p><p style="padding-left: 30px;">Optional</p><p style="padding-left: 30px;">Valid values: See <a href="https://intl.cloud.tencent.com/document/product/213/6091?from_cn_redirect=1">Regions and Availability Zones</a></p>
|
|
10301
10317
|
<li><strong>instance-name</strong></li>
|
|
10302
10318
|
<p style="padding-left: 30px;">Filter by the <strong>instance name</strong>.</p><p style="padding-left: 30px;">Type: String</p><p style="padding-left: 30px;">Optional</p>
|
|
10303
10319
|
<li><strong>instance-state</strong></li>
|
|
@@ -1175,12 +1175,6 @@ Use the [SendVerifyCode API](https://www.tencentcloud.com/document/product/1085/
|
|
|
1175
1175
|
*/
|
|
1176
1176
|
this.VerifyCode = null;
|
|
1177
1177
|
|
|
1178
|
-
/**
|
|
1179
|
-
* Extension field, which is left empty by default.
|
|
1180
|
-
* @type {string || null}
|
|
1181
|
-
*/
|
|
1182
|
-
this.Extended = null;
|
|
1183
|
-
|
|
1184
1178
|
/**
|
|
1185
1179
|
* Layer-1 industry id. This is a required item and can be obtained via the [ GetTradeConfigList API](https://www.tencentcloud.com/zh/document/product/1085/68181),
|
|
1186
1180
|
such as "kghy_01".
|
|
@@ -1195,6 +1189,12 @@ such as "kghy_0101"
|
|
|
1195
1189
|
*/
|
|
1196
1190
|
this.TradeTwo = null;
|
|
1197
1191
|
|
|
1192
|
+
/**
|
|
1193
|
+
* Extension field, which is left empty by default.
|
|
1194
|
+
* @type {string || null}
|
|
1195
|
+
*/
|
|
1196
|
+
this.Extended = null;
|
|
1197
|
+
|
|
1198
1198
|
}
|
|
1199
1199
|
|
|
1200
1200
|
/**
|
|
@@ -1212,9 +1212,9 @@ such as "kghy_0101"
|
|
|
1212
1212
|
this.CountryCode = 'CountryCode' in params ? params.CountryCode : null;
|
|
1213
1213
|
this.Area = 'Area' in params ? params.Area : null;
|
|
1214
1214
|
this.VerifyCode = 'VerifyCode' in params ? params.VerifyCode : null;
|
|
1215
|
-
this.Extended = 'Extended' in params ? params.Extended : null;
|
|
1216
1215
|
this.TradeOne = 'TradeOne' in params ? params.TradeOne : null;
|
|
1217
1216
|
this.TradeTwo = 'TradeTwo' in params ? params.TradeTwo : null;
|
|
1217
|
+
this.Extended = 'Extended' in params ? params.Extended : null;
|
|
1218
1218
|
|
|
1219
1219
|
}
|
|
1220
1220
|
}
|