tencentcloud-sdk-nodejs-teo 4.0.1042 → 4.0.1044
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
|
@@ -7960,7 +7960,7 @@ export interface CreateZoneRequest {
|
|
|
7960
7960
|
*/
|
|
7961
7961
|
PlanId?: string
|
|
7962
7962
|
/**
|
|
7963
|
-
*
|
|
7963
|
+
* 同名站点标识。限制输入数字、英文、"." 、"-" 和 "_",长度 200 个字符以内。详情参考 [同名站点标识](https://cloud.tencent.com/document/product/1552/70202),无此使用场景时,该字段保留为空即可。
|
|
7964
7964
|
*/
|
|
7965
7965
|
AliasZoneName?: string
|
|
7966
7966
|
/**
|
|
@@ -10276,7 +10276,7 @@ export interface ModifyZoneRequest {
|
|
|
10276
10276
|
*/
|
|
10277
10277
|
VanityNameServers?: VanityNameServers
|
|
10278
10278
|
/**
|
|
10279
|
-
*
|
|
10279
|
+
* 同名站点标识。限制输入数字、英文、"." 、"-" 和 "_",长度 200 个字符以内。
|
|
10280
10280
|
*/
|
|
10281
10281
|
AliasZoneName?: string
|
|
10282
10282
|
/**
|
|
@@ -7613,7 +7613,7 @@ export interface CreateZoneRequest {
|
|
|
7613
7613
|
*/
|
|
7614
7614
|
PlanId?: string;
|
|
7615
7615
|
/**
|
|
7616
|
-
*
|
|
7616
|
+
* 同名站点标识。限制输入数字、英文、"." 、"-" 和 "_",长度 200 个字符以内。详情参考 [同名站点标识](https://cloud.tencent.com/document/product/1552/70202),无此使用场景时,该字段保留为空即可。
|
|
7617
7617
|
*/
|
|
7618
7618
|
AliasZoneName?: string;
|
|
7619
7619
|
/**
|
|
@@ -9841,7 +9841,7 @@ export interface ModifyZoneRequest {
|
|
|
9841
9841
|
*/
|
|
9842
9842
|
VanityNameServers?: VanityNameServers;
|
|
9843
9843
|
/**
|
|
9844
|
-
*
|
|
9844
|
+
* 同名站点标识。限制输入数字、英文、"." 、"-" 和 "_",长度 200 个字符以内。
|
|
9845
9845
|
*/
|
|
9846
9846
|
AliasZoneName?: string;
|
|
9847
9847
|
/**
|