tencentcloud-sdk-nodejs-vpc 4.1.71 → 4.1.83

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-vpc",
3
- "version": "4.1.71",
3
+ "version": "4.1.83",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3148,15 +3148,15 @@ export interface DisassociateVpcEndPointSecurityGroupsRequest {
3148
3148
  */
3149
3149
  export interface IKEOptionsSpecification {
3150
3150
  /**
3151
- * 加密算法,可选值:'3DES-CBC', 'AES-CBC-128', 'AES-CBS-192', 'AES-CBC-256', 'DES-CBC','SM4', 默认为3DES-CBC
3151
+ * 加密算法,可选值:'3DES-CBC', 'AES-CBC-128', 'AES-CBC-192', 'AES-CBC-256', 'DES-CBC','SM4', 默认为3DES-CBC
3152
3152
  */
3153
3153
  PropoEncryAlgorithm?: string;
3154
3154
  /**
3155
- * 认证算法:可选值:'MD5', 'SHA1','SHA-256' 默认为MD5
3155
+ * 认证算法:可选值:'MD5''SHA','SHA-256','SHA-512', 默认为SHA。
3156
3156
  */
3157
3157
  PropoAuthenAlgorithm?: string;
3158
3158
  /**
3159
- * 协商模式:可选值:'AGGRESSIVE', 'MAIN',默认为MAIN
3159
+ * 协商模式:可选值:'AGGRESSIVE' 'MAIN',默认为MAIN
3160
3160
  */
3161
3161
  ExchangeMode?: string;
3162
3162
  /**
@@ -3184,7 +3184,7 @@ export interface IKEOptionsSpecification {
3184
3184
  */
3185
3185
  RemoteFqdnName?: string;
3186
3186
  /**
3187
- * DH group,指定IKE交换密钥时使用的DH组,可选值:'GROUP1', 'GROUP2', 'GROUP5', 'GROUP14', 'GROUP24'
3187
+ * DH group,指定IKE交换密钥时使用的DH组,可选值:'GROUP1', 'GROUP2', 'GROUP5', 'GROUP14', 'GROUP24',默认是GROUP1。
3188
3188
  */
3189
3189
  DhGroupName?: string;
3190
3190
  /**