tencentcloud-sdk-nodejs-tione 4.1.274 → 4.1.277

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tione",
3
- "version": "4.1.274",
3
+ "version": "4.1.277",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -186,6 +186,10 @@ export interface CreateModelServiceRequest {
186
186
  * <p>网关相关配置</p>
187
187
  */
188
188
  GatewayConfig?: GatewayConfig;
189
+ /**
190
+ * <p>资源供应属性(潮汐/竞价等供应模式);空表示常规按量后付费</p>
191
+ */
192
+ ResourceSupplyAttribute?: ResourceSupplyAttribute;
189
193
  }
190
194
  /**
191
195
  * DescribePresetImageList请求参数结构体
@@ -925,6 +929,11 @@ export interface Service {
925
929
  * <p>变更服务的子账户名称</p>
926
930
  */
927
931
  ChangerName?: string;
932
+ /**
933
+ * <p>资源供应属性(潮汐/竞价等供应模式);空表示常规按量后付费</p>
934
+ 注意:此字段可能返回 null,表示取不到有效值。
935
+ */
936
+ ResourceSupplyAttribute?: ResourceSupplyAttribute;
928
937
  }
929
938
  /**
930
939
  * 设备对应的镜像信息
@@ -6794,6 +6803,15 @@ export interface MountLimitInfo {
6794
6803
  */
6795
6804
  ExtraConf?: StorageExtraConf;
6796
6805
  }
6806
+ /**
6807
+ * 资源供应属性
6808
+ */
6809
+ export interface ResourceSupplyAttribute {
6810
+ /**
6811
+ * <p>资源供应类型。TIDE:潮汐;SPOT:竞价;空:常规按量后付费</p>
6812
+ */
6813
+ SupplyType?: string;
6814
+ }
6797
6815
  /**
6798
6816
  * DescribePresetImageList返回参数结构体
6799
6817
  */