tencentcloud-sdk-nodejs-intl-en 3.0.556 → 3.0.558
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 +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cvm/v20170312/models.js +38 -26
- package/tencentcloud/gaap/v20180529/models.js +64 -0
- package/tencentcloud/monitor/v20180724/models.js +15 -0
- package/tencentcloud/vm/index.js +1 -1
- package/tencentcloud/vm/v20210922/index.js +4 -0
- package/tencentcloud/vm/v20210922/models.js +2120 -0
- package/tencentcloud/vm/v20210922/vm_client.js +109 -0
- package/tencentcloud/vod/v20180717/models.js +54 -1
- package/tencentcloud/vod/v20180717/vod_client.js +8 -4
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.558";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -1380,8 +1380,8 @@ Note: This field may return `null`, indicating that no valid values can be obtai
|
|
|
1380
1380
|
this.Password = null;
|
|
1381
1381
|
|
|
1382
1382
|
/**
|
|
1383
|
-
* List of key IDs. After an instance is associated with a key, you can access the instance with the private key in the key pair. You can call [`DescribeKeyPairs`](https://intl.cloud.tencent.com/document/api/213/15699?from_cn_redirect=1) to obtain `KeyId`.
|
|
1384
|
-
Note:
|
|
1383
|
+
* List of key IDs. After an instance is associated with a key, you can access the instance with the private key in the key pair. You can call [`DescribeKeyPairs`](https://intl.cloud.tencent.com/document/api/213/15699?from_cn_redirect=1) to obtain `KeyId`. You cannot specify a key and a password at the same time. Windows instances do not support keys.
|
|
1384
|
+
Note: This field may return `null`, indicating that no valid values can be obtained.
|
|
1385
1385
|
* @type {Array.<string> || null}
|
|
1386
1386
|
*/
|
|
1387
1387
|
this.KeyIds = null;
|
|
@@ -2797,6 +2797,12 @@ class ModifyInstancesAttributeRequest extends AbstractModel {
|
|
|
2797
2797
|
*/
|
|
2798
2798
|
this.CamRoleName = null;
|
|
2799
2799
|
|
|
2800
|
+
/**
|
|
2801
|
+
* Host name of the instance. <br><li>Hyphens (-) cannot be the start or end of a host name or appear consecutively in a host name. <br><li>Windows: 2-15 characters, including [a-z], [A-Z], [0-9] and hyphens (-). Digit-only strings are not allowed. <br><li>Other OS: 2-60 characters, including [a-z], [A-Z], [0-9] and [.-]. Separate characters with dots.
|
|
2802
|
+
* @type {string || null}
|
|
2803
|
+
*/
|
|
2804
|
+
this.HostName = null;
|
|
2805
|
+
|
|
2800
2806
|
/**
|
|
2801
2807
|
* Whether the termination protection is enabled. Values: <br><li>`TRUE`: enable instance protection, which means that this instance can not be deleted by an API action.<br><li>`FALSE`: do not enable the instance protection.<br><br>Default Value: `FALSE`.
|
|
2802
2808
|
* @type {boolean || null}
|
|
@@ -2824,6 +2830,7 @@ When the value obtained in `RoleType` is `user` (default) or `system`, `CamRoleT
|
|
|
2824
2830
|
this.InstanceName = 'InstanceName' in params ? params.InstanceName : null;
|
|
2825
2831
|
this.SecurityGroups = 'SecurityGroups' in params ? params.SecurityGroups : null;
|
|
2826
2832
|
this.CamRoleName = 'CamRoleName' in params ? params.CamRoleName : null;
|
|
2833
|
+
this.HostName = 'HostName' in params ? params.HostName : null;
|
|
2827
2834
|
this.DisableApiTermination = 'DisableApiTermination' in params ? params.DisableApiTermination : null;
|
|
2828
2835
|
this.CamRoleType = 'CamRoleType' in params ? params.CamRoleType : null;
|
|
2829
2836
|
|
|
@@ -3167,9 +3174,7 @@ class SyncImagesRequest extends AbstractModel {
|
|
|
3167
3174
|
this.ImageIds = null;
|
|
3168
3175
|
|
|
3169
3176
|
/**
|
|
3170
|
-
* List of destination regions for synchronization. Limits:<br><li>It cannot be the
|
|
3171
|
-
|
|
3172
|
-
For a shared image, the destination region must be the source region, which indicates to create a copy of the image as a custom image in the same region.
|
|
3177
|
+
* List of destination regions for synchronization. Limits:<br><li>It must be a valid region.<br><li>For a custom image, the destination region cannot be the source region.<br><li>For a shared image, the destination region must be the source region, which indicates to create a copy of the image as a custom image in the same region.<br><li>Image synchronization is only available in limited regions.<br>See [Region](https://intl.cloud.tencent.com/document/product/213/6091?from_cn_redirect=1).
|
|
3173
3178
|
* @type {Array.<string> || null}
|
|
3174
3179
|
*/
|
|
3175
3180
|
this.DestinationRegions = null;
|
|
@@ -3575,20 +3580,20 @@ class InquiryPriceRunInstancesRequest extends AbstractModel {
|
|
|
3575
3580
|
this.Placement = null;
|
|
3576
3581
|
|
|
3577
3582
|
/**
|
|
3578
|
-
* [Image](https://intl.cloud.tencent.com/document/product/213/4940?from_cn_redirect=1) ID in the format of `img-xxx`. There are
|
|
3583
|
+
* [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 available image IDs in the following ways: <br/><li>For IDs of `public images`, `custom images`, and `shared images`, log in to the [CVM console](https://console.cloud.tencent.com/cvm/image?rid=1&imageType=PUBLIC_IMAGE) to query the information. </li><li>Call [DescribeImages](https://intl.cloud.tencent.com/document/api/213/15715?from_cn_redirect=1) and look for `ImageId` in the response.</li>
|
|
3579
3584
|
<b>Note: `ImageId` is required when `LaunchTemplate` is not specified. If both the parameters are passed in, `ImageId` prevails.</b>
|
|
3580
3585
|
* @type {string || null}
|
|
3581
3586
|
*/
|
|
3582
3587
|
this.ImageId = null;
|
|
3583
3588
|
|
|
3584
3589
|
/**
|
|
3585
|
-
* The instance [billing method](https://intl.cloud.tencent.com/document/product/213/2180?from_cn_redirect=1).<br><li>POSTPAID_BY_HOUR:
|
|
3590
|
+
* The instance [billing method](https://intl.cloud.tencent.com/document/product/213/2180?from_cn_redirect=1).<br><li>POSTPAID_BY_HOUR: Pay-as-you-go on an hourly basis<br>Default value: POSTPAID_BY_HOUR.
|
|
3586
3591
|
* @type {string || null}
|
|
3587
3592
|
*/
|
|
3588
3593
|
this.InstanceChargeType = null;
|
|
3589
3594
|
|
|
3590
3595
|
/**
|
|
3591
|
-
*
|
|
3596
|
+
* Details of the monthly subscription, including the purchase period, auto-renewal. It is required if the `InstanceChargeType` is `PREPAID`.
|
|
3592
3597
|
* @type {InstanceChargePrepaid || null}
|
|
3593
3598
|
*/
|
|
3594
3599
|
this.InstanceChargePrepaid = null;
|
|
@@ -3606,37 +3611,37 @@ class InquiryPriceRunInstancesRequest extends AbstractModel {
|
|
|
3606
3611
|
this.SystemDisk = null;
|
|
3607
3612
|
|
|
3608
3613
|
/**
|
|
3609
|
-
*
|
|
3614
|
+
* Data disk configuration of the instance. If the parameter is not specified, no data disk will be purchased by default. If you want to purchase data disks, you can specify 21 data disks, including up to 1 `LOCAL_BASIC` data disk or `LOCAL_SSD` data disk and up to 20 `CLOUD_BASIC` data disks, `CLOUD_PREMIUM` data disks, or `CLOUD_SSD` data disks.
|
|
3610
3615
|
* @type {Array.<DataDisk> || null}
|
|
3611
3616
|
*/
|
|
3612
3617
|
this.DataDisks = null;
|
|
3613
3618
|
|
|
3614
3619
|
/**
|
|
3615
|
-
* VPC configurations
|
|
3620
|
+
* VPC configurations (VPC ID, subnet ID, etc). If it’s not specified, the classic network will be used by default. If a VPC IP is specified in this parameter, the `InstanceCount` can only be 1.
|
|
3616
3621
|
* @type {VirtualPrivateCloud || null}
|
|
3617
3622
|
*/
|
|
3618
3623
|
this.VirtualPrivateCloud = null;
|
|
3619
3624
|
|
|
3620
3625
|
/**
|
|
3621
|
-
* Configuration of public network bandwidth. If
|
|
3626
|
+
* Configuration of public network bandwidth. If it’s not specified, 0 Mbps is used by default.
|
|
3622
3627
|
* @type {InternetAccessible || null}
|
|
3623
3628
|
*/
|
|
3624
3629
|
this.InternetAccessible = null;
|
|
3625
3630
|
|
|
3626
3631
|
/**
|
|
3627
|
-
* Number of instances to
|
|
3632
|
+
* Number of instances to purchase. Value range: 1 (default) to 100. It cannot exceed the remaining CVM quota of the user. For more information on quota, see [Restrictions on CVM Instance Purchase](https://intl.cloud.tencent.com/document/product/213/2664).
|
|
3628
3633
|
* @type {number || null}
|
|
3629
3634
|
*/
|
|
3630
3635
|
this.InstanceCount = null;
|
|
3631
3636
|
|
|
3632
3637
|
/**
|
|
3633
|
-
* Instance name to
|
|
3638
|
+
* Instance name (up to 60 characters)<br><li>If this parameter is not specified, **Unnamed** will be displayed by default. </li><li>If you purchase multiple instances at the same time and specify a pattern string `{R:x}`, numbers `[x, x+n-1]` will be generated, where `n` represents the number of instances purchased. For example, you specify a pattern string, `server_{R:3}`. If you only purchase 1 instance, the instance will be named `server_3`; if you purchase 2, they will be named `server_3` and `server_4`. You can specify multiple pattern strings in the format of `{R:x}`. </li><li>If you purchase multiple instances at the same time and do not specify a pattern string, the instance names will be suffixed by `1, 2...n`, where `n` represents the number of instances purchased. For example, if you purchase 2 instances and the instance name body is `server_`, the instance names will be `server_1` and `server_2`. </li>
|
|
3634
3639
|
* @type {string || null}
|
|
3635
3640
|
*/
|
|
3636
3641
|
this.InstanceName = null;
|
|
3637
3642
|
|
|
3638
3643
|
/**
|
|
3639
|
-
* Login settings of the instance. You can use this parameter to set the login method, password, and key of the instance or keep the login settings of the
|
|
3644
|
+
* Login settings of the instance. You can use this parameter to set the login method, password, and key of the instance, or keep the original login settings of the image. By default, a random password will be generated and sent to you via the Message Center.
|
|
3640
3645
|
* @type {LoginSettings || null}
|
|
3641
3646
|
*/
|
|
3642
3647
|
this.LoginSettings = null;
|
|
@@ -3648,19 +3653,19 @@ class InquiryPriceRunInstancesRequest extends AbstractModel {
|
|
|
3648
3653
|
this.SecurityGroupIds = null;
|
|
3649
3654
|
|
|
3650
3655
|
/**
|
|
3651
|
-
* Enhanced services. You can use this parameter to specify whether to enable services such as Cloud
|
|
3656
|
+
* Enhanced services. You can use this parameter to specify whether to enable services such as Cloud Security and Cloud Monitor. If this parameter is not specified, Cloud Monitor and Cloud Security will be enabled by default.
|
|
3652
3657
|
* @type {EnhancedService || null}
|
|
3653
3658
|
*/
|
|
3654
3659
|
this.EnhancedService = null;
|
|
3655
3660
|
|
|
3656
3661
|
/**
|
|
3657
|
-
* A string
|
|
3662
|
+
* A unique string supplied by the client to ensure that the request is idempotent. Its maximum length is 64 ASCII characters. If this parameter is not specified, the idempotency of the request cannot be guaranteed.<br>For more information, see Ensuring Idempotency.
|
|
3658
3663
|
* @type {string || null}
|
|
3659
3664
|
*/
|
|
3660
3665
|
this.ClientToken = null;
|
|
3661
3666
|
|
|
3662
3667
|
/**
|
|
3663
|
-
* Host name of the CVM. <br><li>Periods (.) or hyphens (-) cannot be the start or end of a host name or appear consecutively in a host name.<br><li>
|
|
3668
|
+
* Host name of the CVM. <br><li>Periods (.) or hyphens (-) cannot be the start or end of a host name or appear consecutively in a host name.<br><li>Windows: 2-15 characters, containing [a-z], [A-Z], [0-9] and hyphens (-). Digit-only strings are not allowed.<br><li>For other instances, such as Linux instances, the host name must be 2-30 characters long. It supports multiple periods (.) and allows uppercase and lowercase letters, numbers, and hyphens (-) between any two periods (.).
|
|
3664
3669
|
* @type {string || null}
|
|
3665
3670
|
*/
|
|
3666
3671
|
this.HostName = null;
|
|
@@ -4793,7 +4798,7 @@ class DeleteDisasterRecoverGroupsResponse extends AbstractModel {
|
|
|
4793
4798
|
}
|
|
4794
4799
|
|
|
4795
4800
|
/**
|
|
4796
|
-
*
|
|
4801
|
+
* CDH instance details
|
|
4797
4802
|
* @class
|
|
4798
4803
|
*/
|
|
4799
4804
|
class HostItem extends AbstractModel {
|
|
@@ -4801,7 +4806,7 @@ class HostItem extends AbstractModel {
|
|
|
4801
4806
|
super();
|
|
4802
4807
|
|
|
4803
4808
|
/**
|
|
4804
|
-
*
|
|
4809
|
+
* CDH instance location. This parameter is used to specify the AZ, project, and other attributes of the instance.
|
|
4805
4810
|
* @type {Placement || null}
|
|
4806
4811
|
*/
|
|
4807
4812
|
this.Placement = null;
|
|
@@ -4825,37 +4830,37 @@ class HostItem extends AbstractModel {
|
|
|
4825
4830
|
this.HostName = null;
|
|
4826
4831
|
|
|
4827
4832
|
/**
|
|
4828
|
-
*
|
|
4833
|
+
* CDH instance billing mode
|
|
4829
4834
|
* @type {string || null}
|
|
4830
4835
|
*/
|
|
4831
4836
|
this.HostChargeType = null;
|
|
4832
4837
|
|
|
4833
4838
|
/**
|
|
4834
|
-
*
|
|
4839
|
+
* CDH instance renewal flag
|
|
4835
4840
|
* @type {string || null}
|
|
4836
4841
|
*/
|
|
4837
4842
|
this.RenewFlag = null;
|
|
4838
4843
|
|
|
4839
4844
|
/**
|
|
4840
|
-
*
|
|
4845
|
+
* CDH instance creation time
|
|
4841
4846
|
* @type {string || null}
|
|
4842
4847
|
*/
|
|
4843
4848
|
this.CreatedTime = null;
|
|
4844
4849
|
|
|
4845
4850
|
/**
|
|
4846
|
-
*
|
|
4851
|
+
* CDH instance expiry time
|
|
4847
4852
|
* @type {string || null}
|
|
4848
4853
|
*/
|
|
4849
4854
|
this.ExpiredTime = null;
|
|
4850
4855
|
|
|
4851
4856
|
/**
|
|
4852
|
-
* List of IDs of
|
|
4857
|
+
* List of IDs of CVMs created on a CDH instance
|
|
4853
4858
|
* @type {Array.<string> || null}
|
|
4854
4859
|
*/
|
|
4855
4860
|
this.InstanceIds = null;
|
|
4856
4861
|
|
|
4857
4862
|
/**
|
|
4858
|
-
* CDH instance
|
|
4863
|
+
* CDH instance status
|
|
4859
4864
|
* @type {string || null}
|
|
4860
4865
|
*/
|
|
4861
4866
|
this.HostState = null;
|
|
@@ -4867,7 +4872,7 @@ class HostItem extends AbstractModel {
|
|
|
4867
4872
|
this.HostIp = null;
|
|
4868
4873
|
|
|
4869
4874
|
/**
|
|
4870
|
-
*
|
|
4875
|
+
* CDH instance resource information
|
|
4871
4876
|
* @type {HostResource || null}
|
|
4872
4877
|
*/
|
|
4873
4878
|
this.HostResource = null;
|
|
@@ -5294,6 +5299,12 @@ Note: this field may return null, indicating that no valid value was found.
|
|
|
5294
5299
|
*/
|
|
5295
5300
|
this.LicenseType = null;
|
|
5296
5301
|
|
|
5302
|
+
/**
|
|
5303
|
+
* Whether the termination protection is enabled. Values: <br><li>`TRUE`: Enable instance protection, which means that this instance can not be deleted by an API action.<br><li>`FALSE`: Do not enable the instance protection.<br><br>Default value: `FALSE`.
|
|
5304
|
+
* @type {boolean || null}
|
|
5305
|
+
*/
|
|
5306
|
+
this.DisableApiTermination = null;
|
|
5307
|
+
|
|
5297
5308
|
}
|
|
5298
5309
|
|
|
5299
5310
|
/**
|
|
@@ -5385,6 +5396,7 @@ Note: this field may return null, indicating that no valid value was found.
|
|
|
5385
5396
|
this.GPUInfo = obj;
|
|
5386
5397
|
}
|
|
5387
5398
|
this.LicenseType = 'LicenseType' in params ? params.LicenseType : null;
|
|
5399
|
+
this.DisableApiTermination = 'DisableApiTermination' in params ? params.DisableApiTermination : null;
|
|
5388
5400
|
|
|
5389
5401
|
}
|
|
5390
5402
|
}
|
|
@@ -4501,6 +4501,20 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4501
4501
|
*/
|
|
4502
4502
|
this.SessionPersist = null;
|
|
4503
4503
|
|
|
4504
|
+
/**
|
|
4505
|
+
* Connection ID of the listener. A null value is returned if the listener is associated with the connection group.
|
|
4506
|
+
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
4507
|
+
* @type {string || null}
|
|
4508
|
+
*/
|
|
4509
|
+
this.ProxyId = null;
|
|
4510
|
+
|
|
4511
|
+
/**
|
|
4512
|
+
* Connection group ID of the listener. A null value is returned if the listener is associated with a specific connection.
|
|
4513
|
+
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
4514
|
+
* @type {string || null}
|
|
4515
|
+
*/
|
|
4516
|
+
this.GroupId = null;
|
|
4517
|
+
|
|
4504
4518
|
}
|
|
4505
4519
|
|
|
4506
4520
|
/**
|
|
@@ -4537,6 +4551,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4537
4551
|
this.UnhealthyThreshold = 'UnhealthyThreshold' in params ? params.UnhealthyThreshold : null;
|
|
4538
4552
|
this.FailoverSwitch = 'FailoverSwitch' in params ? params.FailoverSwitch : null;
|
|
4539
4553
|
this.SessionPersist = 'SessionPersist' in params ? params.SessionPersist : null;
|
|
4554
|
+
this.ProxyId = 'ProxyId' in params ? params.ProxyId : null;
|
|
4555
|
+
this.GroupId = 'GroupId' in params ? params.GroupId : null;
|
|
4540
4556
|
|
|
4541
4557
|
}
|
|
4542
4558
|
}
|
|
@@ -4918,6 +4934,20 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4918
4934
|
*/
|
|
4919
4935
|
this.Http3Supported = null;
|
|
4920
4936
|
|
|
4937
|
+
/**
|
|
4938
|
+
* Connection ID of the listener. A null value is returned if the listener is associated with the connection group.
|
|
4939
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4940
|
+
* @type {string || null}
|
|
4941
|
+
*/
|
|
4942
|
+
this.ProxyId = null;
|
|
4943
|
+
|
|
4944
|
+
/**
|
|
4945
|
+
* Connection group ID of the listener. A null value is returned if the listener is associated with a specific connection.
|
|
4946
|
+
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
4947
|
+
* @type {string || null}
|
|
4948
|
+
*/
|
|
4949
|
+
this.GroupId = null;
|
|
4950
|
+
|
|
4921
4951
|
}
|
|
4922
4952
|
|
|
4923
4953
|
/**
|
|
@@ -4949,6 +4979,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4949
4979
|
}
|
|
4950
4980
|
}
|
|
4951
4981
|
this.Http3Supported = 'Http3Supported' in params ? params.Http3Supported : null;
|
|
4982
|
+
this.ProxyId = 'ProxyId' in params ? params.ProxyId : null;
|
|
4983
|
+
this.GroupId = 'GroupId' in params ? params.GroupId : null;
|
|
4952
4984
|
|
|
4953
4985
|
}
|
|
4954
4986
|
}
|
|
@@ -6942,6 +6974,20 @@ class HTTPListener extends AbstractModel {
|
|
|
6942
6974
|
*/
|
|
6943
6975
|
this.ListenerStatus = null;
|
|
6944
6976
|
|
|
6977
|
+
/**
|
|
6978
|
+
* Connection ID of the listener. A null value is returned if the listener is associated with the connection group.
|
|
6979
|
+
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
6980
|
+
* @type {string || null}
|
|
6981
|
+
*/
|
|
6982
|
+
this.ProxyId = null;
|
|
6983
|
+
|
|
6984
|
+
/**
|
|
6985
|
+
* Connection group ID of the listener. A null value is returned if the listener is associated with a specific connection.
|
|
6986
|
+
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
6987
|
+
* @type {string || null}
|
|
6988
|
+
*/
|
|
6989
|
+
this.GroupId = null;
|
|
6990
|
+
|
|
6945
6991
|
}
|
|
6946
6992
|
|
|
6947
6993
|
/**
|
|
@@ -6957,6 +7003,8 @@ class HTTPListener extends AbstractModel {
|
|
|
6957
7003
|
this.CreateTime = 'CreateTime' in params ? params.CreateTime : null;
|
|
6958
7004
|
this.Protocol = 'Protocol' in params ? params.Protocol : null;
|
|
6959
7005
|
this.ListenerStatus = 'ListenerStatus' in params ? params.ListenerStatus : null;
|
|
7006
|
+
this.ProxyId = 'ProxyId' in params ? params.ProxyId : null;
|
|
7007
|
+
this.GroupId = 'GroupId' in params ? params.GroupId : null;
|
|
6960
7008
|
|
|
6961
7009
|
}
|
|
6962
7010
|
}
|
|
@@ -11097,6 +11145,20 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
11097
11145
|
*/
|
|
11098
11146
|
this.RecvContext = null;
|
|
11099
11147
|
|
|
11148
|
+
/**
|
|
11149
|
+
* Connection ID of the listener. A null value is returned if the listener is associated with the connection group.
|
|
11150
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
11151
|
+
* @type {string || null}
|
|
11152
|
+
*/
|
|
11153
|
+
this.ProxyId = null;
|
|
11154
|
+
|
|
11155
|
+
/**
|
|
11156
|
+
* Connection group ID of the listener. A null value is returned if the listener is associated with a specific connection.
|
|
11157
|
+
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
11158
|
+
* @type {string || null}
|
|
11159
|
+
*/
|
|
11160
|
+
this.GroupId = null;
|
|
11161
|
+
|
|
11100
11162
|
}
|
|
11101
11163
|
|
|
11102
11164
|
/**
|
|
@@ -11137,6 +11199,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
11137
11199
|
this.ContextType = 'ContextType' in params ? params.ContextType : null;
|
|
11138
11200
|
this.SendContext = 'SendContext' in params ? params.SendContext : null;
|
|
11139
11201
|
this.RecvContext = 'RecvContext' in params ? params.RecvContext : null;
|
|
11202
|
+
this.ProxyId = 'ProxyId' in params ? params.ProxyId : null;
|
|
11203
|
+
this.GroupId = 'GroupId' in params ? params.GroupId : null;
|
|
11140
11204
|
|
|
11141
11205
|
}
|
|
11142
11206
|
}
|
|
@@ -15960,6 +15960,12 @@ class GetMonitorDataResponse extends AbstractModel {
|
|
|
15960
15960
|
*/
|
|
15961
15961
|
this.EndTime = null;
|
|
15962
15962
|
|
|
15963
|
+
/**
|
|
15964
|
+
* Returned message
|
|
15965
|
+
* @type {string || null}
|
|
15966
|
+
*/
|
|
15967
|
+
this.Msg = null;
|
|
15968
|
+
|
|
15963
15969
|
/**
|
|
15964
15970
|
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
15965
15971
|
* @type {string || null}
|
|
@@ -15988,6 +15994,7 @@ class GetMonitorDataResponse extends AbstractModel {
|
|
|
15988
15994
|
}
|
|
15989
15995
|
this.StartTime = 'StartTime' in params ? params.StartTime : null;
|
|
15990
15996
|
this.EndTime = 'EndTime' in params ? params.EndTime : null;
|
|
15997
|
+
this.Msg = 'Msg' in params ? params.Msg : null;
|
|
15991
15998
|
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
15992
15999
|
|
|
15993
16000
|
}
|
|
@@ -17059,6 +17066,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
17059
17066
|
*/
|
|
17060
17067
|
this.RecordingRuleLimit = null;
|
|
17061
17068
|
|
|
17069
|
+
/**
|
|
17070
|
+
* Migration status. 0: Not migrating; 1: Migrating from source instance; 2: Migrating to target instance.
|
|
17071
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
17072
|
+
* @type {number || null}
|
|
17073
|
+
*/
|
|
17074
|
+
this.MigrationType = null;
|
|
17075
|
+
|
|
17062
17076
|
}
|
|
17063
17077
|
|
|
17064
17078
|
/**
|
|
@@ -17110,6 +17124,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
17110
17124
|
this.GrafanaInstanceId = 'GrafanaInstanceId' in params ? params.GrafanaInstanceId : null;
|
|
17111
17125
|
this.AlertRuleLimit = 'AlertRuleLimit' in params ? params.AlertRuleLimit : null;
|
|
17112
17126
|
this.RecordingRuleLimit = 'RecordingRuleLimit' in params ? params.RecordingRuleLimit : null;
|
|
17127
|
+
this.MigrationType = 'MigrationType' in params ? params.MigrationType : null;
|
|
17113
17128
|
|
|
17114
17129
|
}
|
|
17115
17130
|
}
|
package/tencentcloud/vm/index.js
CHANGED