tencentcloud-sdk-nodejs-vpc 4.1.103 → 4.1.114
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
|
@@ -972,6 +972,10 @@ export interface ModifyNatGatewayAttributeRequest {
|
|
|
972
972
|
* NAT网关绑定的安全组列表,最终状态,空列表表示删除所有安全组,形如: `['sg-1n232323', 'sg-o4242424']`
|
|
973
973
|
*/
|
|
974
974
|
SecurityGroupIds?: Array<string>;
|
|
975
|
+
/**
|
|
976
|
+
* NAT实例是否开启删除保护
|
|
977
|
+
*/
|
|
978
|
+
DeletionProtectionEnabled?: boolean;
|
|
975
979
|
}
|
|
976
980
|
/**
|
|
977
981
|
* DescribeLocalGateway请求参数结构体
|
|
@@ -6071,6 +6075,10 @@ export interface NatGateway {
|
|
|
6071
6075
|
* NAT实例归属的专属集群id
|
|
6072
6076
|
*/
|
|
6073
6077
|
DedicatedClusterId?: string;
|
|
6078
|
+
/**
|
|
6079
|
+
* NAT实例是否开启删除保护
|
|
6080
|
+
*/
|
|
6081
|
+
DeletionProtectionEnabled?: boolean;
|
|
6074
6082
|
}
|
|
6075
6083
|
/**
|
|
6076
6084
|
* AssociateDhcpIpWithAddressIp请求参数结构体
|
|
@@ -11767,6 +11775,10 @@ export interface PrivateNatGateway {
|
|
|
11767
11775
|
* 跨域私网NAT关联的云联网ID
|
|
11768
11776
|
*/
|
|
11769
11777
|
CcnId?: string;
|
|
11778
|
+
/**
|
|
11779
|
+
* 私网NAT是否开启删除保护
|
|
11780
|
+
*/
|
|
11781
|
+
DeletionProtectionEnabled?: boolean;
|
|
11770
11782
|
}
|
|
11771
11783
|
/**
|
|
11772
11784
|
* DescribeVpnGatewayRoutes返回参数结构体
|