tencentcloud-sdk-nodejs-intl-en 3.0.521 → 3.0.522
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
|
@@ -59,7 +59,7 @@ class ModifyLaunchConfigurationAttributesRequest extends AbstractModel {
|
|
|
59
59
|
this.LaunchConfigurationId = null;
|
|
60
60
|
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
* [Image](https://intl.cloud.tencent.com/document/product/213/4940?from_cn_redirect=1) ID in the format of `img-xxx`. There are three types of images: <br/><li>Public images </li><li>Custom images </li><li>Shared images </li><br/>You can obtain the image IDs in the [CVM console](https://console.cloud.tencent.com/cvm/image?rid=1&imageType=PUBLIC_IMAGE).</li><li>You can also use the [DescribeImages](https://intl.cloud.tencent.com/document/api/213/15715?from_cn_redirect=1) and look for `ImageId` in the response.</li>
|
|
63
63
|
* @type {string || null}
|
|
64
64
|
*/
|
|
65
65
|
this.ImageId = null;
|
|
@@ -184,6 +184,13 @@ This field requires passing in the `InstanceName` field. Other fields that are n
|
|
|
184
184
|
*/
|
|
185
185
|
this.CamRoleName = null;
|
|
186
186
|
|
|
187
|
+
/**
|
|
188
|
+
* HPC ID<br>
|
|
189
|
+
Note: This field is default to empty
|
|
190
|
+
* @type {string || null}
|
|
191
|
+
*/
|
|
192
|
+
this.HpcClusterId = null;
|
|
193
|
+
|
|
187
194
|
}
|
|
188
195
|
|
|
189
196
|
/**
|
|
@@ -254,6 +261,7 @@ This field requires passing in the `InstanceName` field. Other fields that are n
|
|
|
254
261
|
this.EnhancedService = obj;
|
|
255
262
|
}
|
|
256
263
|
this.CamRoleName = 'CamRoleName' in params ? params.CamRoleName : null;
|
|
264
|
+
this.HpcClusterId = 'HpcClusterId' in params ? params.HpcClusterId : null;
|
|
257
265
|
|
|
258
266
|
}
|
|
259
267
|
}
|
|
@@ -924,7 +932,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
924
932
|
this.DiskTypePolicy = null;
|
|
925
933
|
|
|
926
934
|
/**
|
|
927
|
-
*
|
|
935
|
+
* HPC ID<br>
|
|
936
|
+
Note: This field is default to empty
|
|
928
937
|
* @type {string || null}
|
|
929
938
|
*/
|
|
930
939
|
this.HpcClusterId = null;
|
|
@@ -2630,7 +2639,8 @@ If this field is configured in a launch configuration, the `InstanceName` of a C
|
|
|
2630
2639
|
this.DiskTypePolicy = null;
|
|
2631
2640
|
|
|
2632
2641
|
/**
|
|
2633
|
-
*
|
|
2642
|
+
* HPC ID<br>
|
|
2643
|
+
Note: This field is default to empty
|
|
2634
2644
|
* @type {string || null}
|
|
2635
2645
|
*/
|
|
2636
2646
|
this.HpcClusterId = null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.522";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -7651,6 +7651,40 @@ class VpnConnection extends AbstractModel {
|
|
|
7651
7651
|
*/
|
|
7652
7652
|
this.HealthCheckStatus = null;
|
|
7653
7653
|
|
|
7654
|
+
/**
|
|
7655
|
+
* Whether to enable DPD. Values: `0` (Disable) and `1` (Enable)
|
|
7656
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7657
|
+
* @type {number || null}
|
|
7658
|
+
*/
|
|
7659
|
+
this.DpdEnable = null;
|
|
7660
|
+
|
|
7661
|
+
/**
|
|
7662
|
+
* DPD timeout period.
|
|
7663
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7664
|
+
* @type {string || null}
|
|
7665
|
+
*/
|
|
7666
|
+
this.DpdTimeout = null;
|
|
7667
|
+
|
|
7668
|
+
/**
|
|
7669
|
+
* The action to take in case of DPD timeout. Values: `clear` (Disconnect) and `restart` (retry). This parameter only takes effect when `DpdEnable` is set to `1`.
|
|
7670
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7671
|
+
* @type {string || null}
|
|
7672
|
+
*/
|
|
7673
|
+
this.DpdAction = null;
|
|
7674
|
+
|
|
7675
|
+
/**
|
|
7676
|
+
* Array of tag key-value pairs
|
|
7677
|
+
* @type {Array.<Tag> || null}
|
|
7678
|
+
*/
|
|
7679
|
+
this.TagSet = null;
|
|
7680
|
+
|
|
7681
|
+
/**
|
|
7682
|
+
* Negotiation type
|
|
7683
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7684
|
+
* @type {string || null}
|
|
7685
|
+
*/
|
|
7686
|
+
this.NegotiationType = null;
|
|
7687
|
+
|
|
7654
7688
|
}
|
|
7655
7689
|
|
|
7656
7690
|
/**
|
|
@@ -7697,6 +7731,19 @@ class VpnConnection extends AbstractModel {
|
|
|
7697
7731
|
this.HealthCheckLocalIp = 'HealthCheckLocalIp' in params ? params.HealthCheckLocalIp : null;
|
|
7698
7732
|
this.HealthCheckRemoteIp = 'HealthCheckRemoteIp' in params ? params.HealthCheckRemoteIp : null;
|
|
7699
7733
|
this.HealthCheckStatus = 'HealthCheckStatus' in params ? params.HealthCheckStatus : null;
|
|
7734
|
+
this.DpdEnable = 'DpdEnable' in params ? params.DpdEnable : null;
|
|
7735
|
+
this.DpdTimeout = 'DpdTimeout' in params ? params.DpdTimeout : null;
|
|
7736
|
+
this.DpdAction = 'DpdAction' in params ? params.DpdAction : null;
|
|
7737
|
+
|
|
7738
|
+
if (params.TagSet) {
|
|
7739
|
+
this.TagSet = new Array();
|
|
7740
|
+
for (let z in params.TagSet) {
|
|
7741
|
+
let obj = new Tag();
|
|
7742
|
+
obj.deserialize(params.TagSet[z]);
|
|
7743
|
+
this.TagSet.push(obj);
|
|
7744
|
+
}
|
|
7745
|
+
}
|
|
7746
|
+
this.NegotiationType = 'NegotiationType' in params ? params.NegotiationType : null;
|
|
7700
7747
|
|
|
7701
7748
|
}
|
|
7702
7749
|
}
|