tencentcloud-sdk-nodejs-as 4.1.147 → 4.1.148
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
|
@@ -3756,6 +3756,13 @@ export interface InstanceNameIndexSettings {
|
|
|
3756
3756
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3757
3757
|
*/
|
|
3758
3758
|
BeginIndex?: number;
|
|
3759
|
+
/**
|
|
3760
|
+
* 实例名称递增序号位数,默认为0,表示不指定序号位数。不指定序号时,采用默认值0。 取值范围:0-8,最大为整数8。 采用取值1-8时,会检查序号是否超过此序号位数的最大数字。
|
|
3761
|
+
|
|
3762
|
+
假设设置为3,那么序号形如:000、001、002 ... 010、011 ... 100 ... 999,序号上限为999;
|
|
3763
|
+
假设设置为0,对应的序号为0、1、2 ... 10、11 ... 100 ... 1000 ...10000 ... 99999999,序号上限为99999999。
|
|
3764
|
+
*/
|
|
3765
|
+
IndexLength?: number;
|
|
3759
3766
|
}
|
|
3760
3767
|
/**
|
|
3761
3768
|
* DeleteAutoScalingGroup请求参数结构体
|