tencentcloud-sdk-nodejs-svp 4.1.145 → 4.1.165
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
|
@@ -449,43 +449,47 @@ export interface DescribeSavingPlanOverviewRequest {
|
|
|
449
449
|
*/
|
|
450
450
|
export interface SavingPlanUsageDetail {
|
|
451
451
|
/**
|
|
452
|
-
*
|
|
452
|
+
* <p>节省计划资源id</p>
|
|
453
|
+
*/
|
|
454
|
+
SpId?: string;
|
|
455
|
+
/**
|
|
456
|
+
* <p>节省计划类型</p>
|
|
453
457
|
*/
|
|
454
458
|
SpType?: string;
|
|
455
459
|
/**
|
|
456
|
-
*
|
|
460
|
+
* <p>节省计划状态</p>枚举值:<ul><li> 1: 生效</li><li> 2: 失效 </li><li> 3: 作废</li></ul>
|
|
457
461
|
*/
|
|
458
462
|
Status?: number;
|
|
459
463
|
/**
|
|
460
|
-
*
|
|
464
|
+
* <p>累计抵扣的金额(单位:元)</p>
|
|
461
465
|
*/
|
|
462
466
|
DeductAmount?: string;
|
|
463
467
|
/**
|
|
464
|
-
*
|
|
468
|
+
* <p>累计承诺消费金额(单位:元)</p>
|
|
465
469
|
*/
|
|
466
470
|
PromiseAmount?: string;
|
|
467
471
|
/**
|
|
468
|
-
*
|
|
472
|
+
* <p>累计净节省金额(单位:元)</p>
|
|
469
473
|
*/
|
|
470
474
|
NetSavings?: string;
|
|
471
475
|
/**
|
|
472
|
-
*
|
|
476
|
+
* <p>使用率</p>
|
|
473
477
|
*/
|
|
474
478
|
UtilizationRate?: number;
|
|
475
479
|
/**
|
|
476
|
-
*
|
|
480
|
+
* <p>累计流失金额(单位:元)</p>
|
|
477
481
|
*/
|
|
478
482
|
LossAmount?: string;
|
|
479
483
|
/**
|
|
480
|
-
*
|
|
484
|
+
* <p>累计按量计费预期金额(单位:元)</p>
|
|
481
485
|
*/
|
|
482
486
|
DosageAmount?: string;
|
|
483
487
|
/**
|
|
484
|
-
*
|
|
488
|
+
* <p>累计成本金额(单位:元)</p>
|
|
485
489
|
*/
|
|
486
490
|
CostAmount?: string;
|
|
487
491
|
/**
|
|
488
|
-
*
|
|
492
|
+
* <p>地域</p>
|
|
489
493
|
*/
|
|
490
494
|
Region?: Array<string>;
|
|
491
495
|
}
|