tencentcloud-sdk-nodejs-intl-en 3.0.1263 → 3.0.1265

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-intl-en",
3
- "version": "3.0.1263",
3
+ "version": "3.0.1265",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1263";
1
+ const sdkVersion = "3.0.1265";
2
2
  module.exports = sdkVersion
@@ -1205,8 +1205,8 @@ Default value: Current disk types with inventory available.
1205
1205
  this.DiskType = null;
1206
1206
 
1207
1207
  /**
1208
- * Specifies the system disk ID.
1209
- This parameter currently only serves as a response parameter for query apis such as `DescribeInstances`, and cannot be used as an input parameter for write apis such as `RunInstances`.
1208
+ * System disk ID.
1209
+ Currently, this parameter is only used for response parameters in query apis such as [DescribeInstances](https://www.tencentcloud.comom/document/product/213/15728?from_cn_redirect=1) and is not applicable to request parameters in write apis such as [RunInstances](https://www.tencentcloud.comom/document/product/213/15730?from_cn_redirect=1).
1210
1210
  * @type {string || null}
1211
1211
  */
1212
1212
  this.DiskId = null;
@@ -1218,7 +1218,8 @@ This parameter currently only serves as a response parameter for query apis such
1218
1218
  this.DiskSize = null;
1219
1219
 
1220
1220
  /**
1221
- * Specifies the exclusive cluster ID it belongs to.
1221
+ * Specifies the dedicated cluster ID belonging to.
1222
+ Note: This field may return null, indicating that no valid value is found.
1222
1223
  * @type {string || null}
1223
1224
  */
1224
1225
  this.CdcId = null;
@@ -3462,13 +3463,13 @@ class Placement extends AbstractModel {
3462
3463
  this.Zone = null;
3463
3464
 
3464
3465
  /**
3465
- * ID of the project to which the instance belongs. This parameter can be obtained from the `projectId` returned by [DescribeProject](https://intl.cloud.tencent.com/document/api/651/78725?from_cn_redirect=1). If this is left empty, the default project is used.
3466
+ * Instance'S project ID. obtain this parameter by calling the `ProjectId` field in the return value of [DescribeProject](https://www.tencentcloud.comom/document/api/651/78725?from_cn_redirect=1). default value 0 means default project.
3466
3467
  * @type {number || null}
3467
3468
  */
3468
3469
  this.ProjectId = null;
3469
3470
 
3470
3471
  /**
3471
- * ID list of CDHs from which the instance can be created. If you have purchased CDHs and specify this parameter, the instances you purchase will be randomly deployed on the CDHs.
3472
+ * Specifies the dedicated host ID list for instance ownership, only used for input parameters. if you purchase a dedicated host and specify this parameter, instances you purchase will be randomly deployed on these dedicated hosts. obtain this parameter by calling the `HostId` field in the return value of [DescribeHosts](https://www.tencentcloud.comom/document/api/213/16474?from_cn_redirect=1).
3472
3473
  * @type {Array.<string> || null}
3473
3474
  */
3474
3475
  this.HostIds = null;
@@ -4901,7 +4902,7 @@ class DataDisk extends AbstractModel {
4901
4902
  this.DiskSize = null;
4902
4903
 
4903
4904
  /**
4904
- * Data disk type. For the detailed restrictions on the data disk type, refer to [Storage Overview](https://cloud.tencent.com/document/product/213/4952). Valid values: <br /><li>LOCAL_BASIC: Local Disk <br /><li>LOCAL_SSD: Local SSD <br /><li>LOCAL_NVME: Local NVMe Disk, which is strongly related with InstanceType and can not be specified <br /><li>LOCAL_PRO: Local HDD, which is strongly related with InstanceType and can not be specified <br /><li>CLOUD_BASIC: Basic Cloud Disk <br /><li>CLOUD_PREMIUM: Premium Disk <br /><li>CLOUD_SSD: Cloud SSD <br /><li>CLOUD_HSSD: Enhanced SSD <br /><li>CLOUD_TSSD: Tremendous SSD <br /><li>CLOUD_BSSD: Balanced SSD <br /><br />Default value: LOCAL_BASIC. <br /><br />This parameter is invalid for the `ResizeInstanceDisk` API.</li></li></li> </li> </li></li></li></li></li></li>
4905
+ * Specifies the data disk type. for restrictions on data disk types, refer to [storage overview](https://www.tencentcloud.comom/document/product/213/4952?from_cn_redirect=1). valid values: <br /><li>LOCAL_BASIC: LOCAL disk</li> <li>LOCAL_SSD: LOCAL SSD</li><li>LOCAL_NVME: LOCAL NVME disk, which is closely related to InstanceType and cannot be specified</li><li>LOCAL_PRO: LOCAL HDD, which is closely related to InstanceType and cannot be specified</li><li>cloud_BASIC: BASIC cloud disk</li><li>cloud_PREMIUM: high-performance cloud block storage</li><li>cloud_SSD: SSD cloud disk</li><li>cloud_HSSD: enhanced SSD cloud disk</li> <li>cloud_TSSD: ultra-fast SSD cbs</li><li>cloud_BSSD: universal SSD cloud disk</li><br />default: LOCAL_BASIC.<br/><br />this parameter is invalid for the `ResizeInstanceDisk` api.
4905
4906
  * @type {string || null}
4906
4907
  */
4907
4908
  this.DiskType = null;
@@ -4932,30 +4933,33 @@ This parameter currently only serves as a response parameter for query apis such
4932
4933
  this.Encrypt = null;
4933
4934
 
4934
4935
  /**
4935
- * Custom CMK's corresponding ID, with a value of UUID or something similar to kms - abcd1234. used for encrypting cloud disks.
4936
+ * Custom CMK ID, value is UUID or similar to kms-abcd1234. used for encrypted cloud disk.
4936
4937
 
4937
4938
  This parameter is currently only used for the `RunInstances` api.
4939
+ Note: This field may return null, indicating that no valid value is found.
4938
4940
  * @type {string || null}
4939
4941
  */
4940
4942
  this.KmsKeyId = null;
4941
4943
 
4942
4944
  /**
4943
- * Specifies the cloud disk performance (unit: MiB/s). using this parameter allows you to purchase additional performance for the cloud disk.
4944
- Currently only supports ultra-fast CLOUD disk (CLOUD_TSSD) and enhanced SSD CLOUD disk (CLOUD_HSSD).
4945
+ * Cloud disk performance (unit: MiB/s). specifies additional performance for cloud disks.
4946
+ Currently only supports extreme cbs (CLOUD_TSSD) and enhanced SSD CLOUD disk (CLOUD_HSSD).
4947
+ Note: This field may return null, indicating that no valid value is found.
4945
4948
  * @type {number || null}
4946
4949
  */
4947
4950
  this.ThroughputPerformance = null;
4948
4951
 
4949
4952
  /**
4950
- * Specifies the exclusive cluster ID it belongs to.
4953
+ * Specifies the dedicated cluster ID belonging to.
4954
+ Note: This field may return null, indicating that no valid value is found.
4951
4955
  * @type {string || null}
4952
4956
  */
4953
4957
  this.CdcId = null;
4954
4958
 
4955
4959
  /**
4956
- * Burst performance.
4960
+ * Burstable performance.
4957
4961
 
4958
- <B>Note: this feature is in beta test.</b>.
4962
+ <B>Note: this field is in beta test.</b>.
4959
4963
  * @type {boolean || null}
4960
4964
  */
4961
4965
  this.BurstPerformance = null;
@@ -5913,13 +5917,13 @@ class Instance extends AbstractModel {
5913
5917
  this.CPU = null;
5914
5918
 
5915
5919
  /**
5916
- * Memory capacity; unit: `GB`.
5920
+ * Instance memory capacity. unit: GiB.
5917
5921
  * @type {number || null}
5918
5922
  */
5919
5923
  this.Memory = null;
5920
5924
 
5921
5925
  /**
5922
- * Instance status. Valid values: <br><li>NORMAL: instance is normal. <br><li>EXPIRED: instance expired. <br><li>PROTECTIVELY_ISOLATED: instance is protectively isolated.
5926
+ * Instance business status. valid values:<br><li>NORMAL: indicates an instance in the NORMAL state</li><li>EXPIRED: indicates an EXPIRED instance</li><li>PROTECTIVELY_ISOLATED: PROTECTIVELY ISOLATED instance</li>.
5923
5927
  * @type {string || null}
5924
5928
  */
5925
5929
  this.RestrictState = null;
@@ -5980,8 +5984,8 @@ Note: This field may return null, indicating that no valid value is found.
5980
5984
  this.ImageId = null;
5981
5985
 
5982
5986
  /**
5983
- * Auto renewal flag. Valid values: <br><li>`NOTIFY_AND_MANUAL_RENEW`: notify upon expiration, but do not renew automatically <br><li>`NOTIFY_AND_AUTO_RENEW`: notify upon expiration and renew automatically <br><li>`DISABLE_NOTIFY_AND_MANUAL_RENEW`: do not notify upon expiration and do not renew automatically.
5984
- <br><li>Note: this parameter is `null` for postpaid instances.
5987
+ * AUTO-Renewal flag. valid values:<br><li>`NOTIFY_AND_MANUAL_RENEW`: indicates that a notification of impending expiration is made but AUTO-renewal is not performed</li><li>`NOTIFY_AND_AUTO_RENEW`: indicates that a notification of impending expiration is made AND AUTO-renewal is performed</li><li>`DISABLE_NOTIFY_AND_MANUAL_RENEW`: indicates that notification that it is about to expire is not made AND AUTO-renewal is not performed.
5988
+ Note: this field is null in postpaid mode.
5985
5989
  * @type {string || null}
5986
5990
  */
5987
5991
  this.RenewFlag = null;
@@ -6017,7 +6021,7 @@ Note: This field may return null, indicating that no valid value is found.
6017
6021
  this.LoginSettings = null;
6018
6022
 
6019
6023
  /**
6020
- * Instance state. Valid values: <br><li>PENDING: creating <br></li><li>LAUNCH_FAILED: creation failed <br></li><li>RUNNING: running <br></li><li>STOPPED: shut down <br></li><li>STARTING: starting <br></li><li>STOPPING: shutting down <br></li><li>REBOOTING: rebooting <br></li><li>SHUTDOWN: shut down and to be terminated <br></li><li>TERMINATING: terminating. <br></li>
6024
+ * Instance status. for specific status types, see the instance status table (https://www.tencentcloud.comom/document/api/213/15753?from_cn_redirect=1#InstanceStatus).
6021
6025
  * @type {string || null}
6022
6026
  */
6023
6027
  this.InstanceState = null;
@@ -6029,8 +6033,9 @@ Note: This field may return null, indicating that no valid value is found.
6029
6033
  this.Tags = null;
6030
6034
 
6031
6035
  /**
6032
- * Instance billing method after shutdown.
6033
- Valid values: <br><li>KEEP_CHARGING: billing continues after shutdown <br><li>STOP_CHARGING: billing stops after shutdown <li>NOT_APPLICABLE: the instance is not shut down or stopping billing after shutdown is not applicable to the instance. <br>
6036
+ * Shutdown billing mode of an instance.
6037
+
6038
+ Valid values: <br><li>KEEP_CHARGING: billing continues after shutdown</li><li>STOP_CHARGING: billing stops after shutdown</li><li>NOT_APPLICABLE: the instance is NOT shut down or stopping billing after shutdown is NOT APPLICABLE to the instance</li>.
6034
6039
  * @type {string || null}
6035
6040
  */
6036
6041
  this.StopChargingMode = null;
@@ -6048,7 +6053,8 @@ Valid values: <br><li>KEEP_CHARGING: billing continues after shutdown <br><li>ST
6048
6053
  this.LatestOperation = null;
6049
6054
 
6050
6055
  /**
6051
- * The latest operation status of the instance. Valid values:<br><li>SUCCESS: operation succeeded<br><li>OPERATING: operation in progress<br><li>FAILED: operation failed
6056
+ * The latest operation status of the instance. valid values:<br><li>SUCCESS: indicates that the operation succeeded</li><li>OPERATING: indicates that the operation is in progress</li><li>FAILED: indicates that the operation FAILED</li>.
6057
+ Note: This field may return null, indicating that no valid value is found.
6052
6058
  * @type {string || null}
6053
6059
  */
6054
6060
  this.LatestOperationState = null;
@@ -6060,8 +6066,7 @@ Valid values: <br><li>KEEP_CHARGING: billing continues after shutdown <br><li>ST
6060
6066
  this.LatestOperationRequestId = null;
6061
6067
 
6062
6068
  /**
6063
- * ID of a spread placement group.
6064
- Note: this field may return null, indicating that no valid value is obtained.
6069
+ * Spread placement group ID.
6065
6070
  * @type {string || null}
6066
6071
  */
6067
6072
  this.DisasterRecoverGroupId = null;
@@ -6081,8 +6086,7 @@ Note: this field may return null, indicating that no valid value is obtained.
6081
6086
  this.CamRoleName = null;
6082
6087
 
6083
6088
  /**
6084
- * HPC cluster ID.
6085
- Note: this field may return null, indicating that no valid value was found.
6089
+ * High-performance computing cluster ID.
6086
6090
  * @type {string || null}
6087
6091
  */
6088
6092
  this.HpcClusterId = null;
@@ -6095,21 +6099,19 @@ Note: this field may return null, indicating that no valid value was found.
6095
6099
  this.RdmaIpAddresses = null;
6096
6100
 
6097
6101
  /**
6098
- *
6102
+ * Dedicated cluster ID where the instance is located.
6099
6103
  * @type {string || null}
6100
6104
  */
6101
6105
  this.DedicatedClusterId = null;
6102
6106
 
6103
6107
  /**
6104
- * The isolation status of the instance. Valid values:<br><li>`ARREAR`: isolated due to overdue payment;<br></li><li>`EXPIRE`: isolated upon expiration;<br></li><li>`MANMADE`: isolated after manual returning;<br></li><li>`NOTISOLATED`: not isolated<br></li>
6105
- Note: this field may return null, indicating that no valid value was found.
6108
+ * Instance isolation type. valid values:<br><li>ARREAR: indicates arrears isolation<br></li><li>EXPIRE: indicates isolation upon expiration<br></li><li>MANMADE: indicates voluntarily refunded isolation<br></li><li>NOTISOLATED: indicates unisolated<br></li>.
6106
6109
  * @type {string || null}
6107
6110
  */
6108
6111
  this.IsolatedSource = null;
6109
6112
 
6110
6113
  /**
6111
- * GPU information. This field is only returned for GPU instances.
6112
- Note: this field may return null, indicating that no valid value was found.
6114
+ * GPU information. if it is a gpu type instance, this value will be returned. for other type instances, it does not return.
6113
6115
  * @type {GPUInfo || null}
6114
6116
  */
6115
6117
  this.GPUInfo = null;
@@ -6121,7 +6123,7 @@ Note: this field may return null, indicating that no valid value was found.
6121
6123
  this.LicenseType = null;
6122
6124
 
6123
6125
  /**
6124
- * 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`.
6126
+ * Instance destruction protection flag indicates whether an instance is allowed to be deleted through an api. value ranges from:<br><li>true: indicates that instance protection is enabled, deletion through apis is not allowed</li><li>false: indicates that instance protection is disabled, allow passage</li><br>default value: false.
6125
6127
  * @type {boolean || null}
6126
6128
  */
6127
6129
  this.DisableApiTermination = null;
@@ -6146,8 +6148,13 @@ Note: This field may return `null`, indicating that no valid values can be obtai
6146
6148
  this.LatestOperationErrorMsg = null;
6147
6149
 
6148
6150
  /**
6149
- * Public IPv6 address of the instance.
6150
- Note: this field may return null, indicating that no valid value was found.
6151
+ * Custom metadata. this parameter corresponds to the metadata information specified when creating a CVM. **note: in beta test**.
6152
+ * @type {Metadata || null}
6153
+ */
6154
+ this.Metadata = null;
6155
+
6156
+ /**
6157
+ * Specifies the public IPv6 address bound to the instance.
6151
6158
  * @type {Array.<string> || null}
6152
6159
  */
6153
6160
  this.PublicIPv6Addresses = null;
@@ -6248,6 +6255,12 @@ Note: this field may return null, indicating that no valid value was found.
6248
6255
  this.DefaultLoginUser = 'DefaultLoginUser' in params ? params.DefaultLoginUser : null;
6249
6256
  this.DefaultLoginPort = 'DefaultLoginPort' in params ? params.DefaultLoginPort : null;
6250
6257
  this.LatestOperationErrorMsg = 'LatestOperationErrorMsg' in params ? params.LatestOperationErrorMsg : null;
6258
+
6259
+ if (params.Metadata) {
6260
+ let obj = new Metadata();
6261
+ obj.deserialize(params.Metadata)
6262
+ this.Metadata = obj;
6263
+ }
6251
6264
  this.PublicIPv6Addresses = 'PublicIPv6Addresses' in params ? params.PublicIPv6Addresses : null;
6252
6265
 
6253
6266
  }
@@ -10921,22 +10934,19 @@ class GPUInfo extends AbstractModel {
10921
10934
  super();
10922
10935
 
10923
10936
  /**
10924
- * Number of GPUs.
10925
- Note: this field may return `null`, indicating that no valid value can be found.
10937
+ * Specifies the GPU count of the instance. a value less than 1 indicates VGPU type, and a value larger than 1 indicates GPU passthrough type.
10926
10938
  * @type {number || null}
10927
10939
  */
10928
10940
  this.GPUCount = null;
10929
10941
 
10930
10942
  /**
10931
- * GPU address
10932
- Note: this field may return `null`, indicating that no valid value can be found.
10943
+ * Specifies the GPU address of the instance.
10933
10944
  * @type {Array.<string> || null}
10934
10945
  */
10935
10946
  this.GPUId = null;
10936
10947
 
10937
10948
  /**
10938
- * GPU type of the instance.
10939
- Note: this field may return `null`, indicating that no valid value can be found.
10949
+ * Specifies the GPU type of the instance.
10940
10950
  * @type {string || null}
10941
10951
  */
10942
10952
  this.GPUType = null;
@@ -12003,14 +12013,13 @@ class MetadataItem extends AbstractModel {
12003
12013
  super();
12004
12014
 
12005
12015
  /**
12006
- * Custom metadata key. it must comply with the regular expression ^[a-zA-Z0-9_-]+$. the length is less than or equal to 128 bytes (case-sensitive).
12007
-
12016
+ * Custom metadata key, consisting of uppercase letters (A-Z), lowercase letters (A-Z), digits (0-9), underscores (_), or hyphens (-), with a size limit of 128 bytes.
12008
12017
  * @type {string || null}
12009
12018
  */
12010
12019
  this.Key = null;
12011
12020
 
12012
12021
  /**
12013
- * Specifies a custom metadata value. it supports any data . The size is &le; 256 KB. it is case-sensitive.
12022
+ * Custom metadata value. The upper limit of message size is 256 KB.
12014
12023
  * @type {string || null}
12015
12024
  */
12016
12025
  this.Value = null;
@@ -12067,7 +12076,7 @@ class VirtualPrivateCloud extends AbstractModel {
12067
12076
  super();
12068
12077
 
12069
12078
  /**
12070
- * VPC ID in the format of `vpc-xxx`. To obtain valid VPC IDs, you can log in to the [console](https://console.cloud.tencent.com/vpc/vpc?rid=1) or call the [DescribeVpcs](https://www.tencentcloud.com/document/product/215/15778) API and look for the `unVpcId` fields in the response. If you specify `DEFAULT` for both `VpcId` and `SubnetId` when creating an instance, the default VPC will be used.
12079
+ * vpc ID, such as `vpc-xxx`. valid vpc ids can be queried by logging in to the console (https://console.cloud.tencent.com/vpc/vpc?rid=1) or by calling the API [DescribeVpcs](https://www.tencentcloud.comom/document/product/215/15778?from_cn_redirect=1) and obtaining the `VpcId` field from the API response. if both VpcId and SubnetId are input as `DEFAULT` when creating an instance, the DEFAULT vpc network will be forcibly used.
12071
12080
  * @type {string || null}
12072
12081
  */
12073
12082
  this.VpcId = null;
@@ -12391,41 +12400,46 @@ class InternetAccessible extends AbstractModel {
12391
12400
  this.BandwidthPackageId = null;
12392
12401
 
12393
12402
  /**
12394
- * Describes the line type. for details, refer to [EIP IP address types](https://www.tencentcloud.com/zh/document/product/213/5733). default value: `BGP`.
12395
- <li>BGP Default: BGP</li>
12396
- For a user who has activated the static single-line IP allowlist, possible values are:
12397
- <li>CMCC: China Mobile</li> <li>CTCC: China Telecom</li> <li>CUCC: China Unicom</li>
12398
- Note: Only certain regions support static single-line IP addresses.
12403
+ * Line type. for details on various types of lines and supported regions, refer to [EIP IP address types](https://www.tencentcloud.comom/document/product/1199/41646?from_cn_redirect=1). default value: BGP.
12404
+ <Li>BGP: specifies the general bgp line.</li>.
12405
+ For a user with static single-line IP allowlist enabled, valid values include:.
12406
+ <Li>CMCC: china mobile.</li>.
12407
+ <Li>CTCC: china telecom</li>.
12408
+ <Li>CUCC: china unicom</li>.
12409
+ Note: The static single-line IP is only supported in some regions.
12410
+
12411
+
12399
12412
  * @type {string || null}
12400
12413
  */
12401
12414
  this.InternetServiceProvider = null;
12402
12415
 
12403
12416
  /**
12404
- * Type of public IP address.
12417
+ * Specifies the public IP type.
12405
12418
 
12406
- <li> WanIP: Ordinary public IP address. </li> <li> HighQualityEIP: High Quality EIP is supported only in Singapore and Hong Kong. </li> <li> AntiDDoSEIP: Anti-DDoS IP is supported only in specific regions. For details, see [EIP Product Overview](https://www.tencentcloud.com/zh/document/product/213/5733). </li>
12407
- Specify the type of public IPv4 address to assign a public IPv4 address to the resource. HighQualityEIP and AntiDDoSEIP features are gradually released in select regions.
12408
- This feature is currently in gradually released phase. To access it, please [contact us](https://console.tencentcloud.com/workorder).
12419
+ <Li>WanIP: specifies the public ip address.</li>.
12420
+ <Li>HighQualityEIP: specifies a high quality ip. high quality ip is only supported in Singapore and hong kong (china).</li>.
12421
+ <li> AntiDDoSEIP: specifies the anti-ddos eip. only partial regions support anti-ddos eip. details visible in the [elastic IP product overview](https://www.tencentcloud.comom/document/product/1199/41646?from_cn_redirect=1).</li>.
12422
+ If needed, assign a public IPv4 address to the resource by specifying the IPv4 address type.
12423
+
12424
+ This feature is in beta test in selected regions. submit a ticket for consultation (https://console.cloud.tencent.com/workorder/category) if needed.
12409
12425
  * @type {string || null}
12410
12426
  */
12411
12427
  this.IPv4AddressType = null;
12412
12428
 
12413
12429
  /**
12414
- * Indicates the type of EIPv6. Valid values:
12415
-
12416
- <li>EIPv6: common IPv6</li>
12417
- <li>HighQualityEIPv6: High Quality EIPv6</li>
12418
- Note: Contact the product team to enable the dedicated IPv6 allowlist. The dedicated IPv6 is only supported in some regions.
12430
+ * Indicates the type of elastic public IPv6.
12431
+ <Li>EIPv6: elastic ip version 6.</li>.
12432
+ <Li>HighQualityEIPv6: specifies the high quality ipv6. highqualityeipv6 is only supported in hong kong (china).</li>.
12433
+ If needed, assign an elastic IPv6 address for resource allocation.
12419
12434
 
12420
- Default: `EIPv6`
12421
-
12422
- This feature is currently in gradually released phase. To access it, please [contact us](https://console.tencentcloud.com/workorder).
12435
+ This feature is in beta test in selected regions. submit a ticket for consultation (https://console.cloud.tencent.com/workorder/category) if needed.
12423
12436
  * @type {string || null}
12424
12437
  */
12425
12438
  this.IPv6AddressType = null;
12426
12439
 
12427
12440
  /**
12428
- * Anti-DDoS service package ID. This is required when you want to request an Anti-DDoS IP.
12441
+ * DDoS protection package unique ID. this field is required when applying for a ddos protection IP.
12442
+
12429
12443
  * @type {string || null}
12430
12444
  */
12431
12445
  this.AntiDDoSPackageId = null;
@@ -70,6 +70,7 @@ const UserRole = models.UserRole;
70
70
  const DataEngineBasicInfo = models.DataEngineBasicInfo;
71
71
  const DetachWorkGroupPolicyResponse = models.DetachWorkGroupPolicyResponse;
72
72
  const DescribeSparkSessionBatchSqlLogResponse = models.DescribeSparkSessionBatchSqlLogResponse;
73
+ const DescribeDLCTableListResponse = models.DescribeDLCTableListResponse;
73
74
  const GenerateCreateMangedTableSqlRequest = models.GenerateCreateMangedTableSqlRequest;
74
75
  const DescribeUserTypeRequest = models.DescribeUserTypeRequest;
75
76
  const SwitchDataEngineResponse = models.SwitchDataEngineResponse;
@@ -125,6 +126,8 @@ const DescribeSparkAppJobsRequest = models.DescribeSparkAppJobsRequest;
125
126
  const PermissionResponseInfo = models.PermissionResponseInfo;
126
127
  const DescribeJobsResponse = models.DescribeJobsResponse;
127
128
  const DescribeDataEngineRequest = models.DescribeDataEngineRequest;
129
+ const DataMaskStrategyInfo = models.DataMaskStrategyInfo;
130
+ const GroupInfo = models.GroupInfo;
128
131
  const RollbackDataEngineImageResponse = models.RollbackDataEngineImageResponse;
129
132
  const QueryResultRequest = models.QueryResultRequest;
130
133
  const LakeFsInfo = models.LakeFsInfo;
@@ -155,6 +158,7 @@ const SmartOptimizerLifecyclePolicy = models.SmartOptimizerLifecyclePolicy;
155
158
  const DeleteUsersFromWorkGroupResponse = models.DeleteUsersFromWorkGroupResponse;
156
159
  const AddUsersToWorkGroupRequest = models.AddUsersToWorkGroupRequest;
157
160
  const DescribeStoreLocationRequest = models.DescribeStoreLocationRequest;
161
+ const CreateDataMaskStrategyRequest = models.CreateDataMaskStrategyRequest;
158
162
  const DescribeDLCCatalogAccessResponse = models.DescribeDLCCatalogAccessResponse;
159
163
  const AddUsersToWorkGroupResponse = models.AddUsersToWorkGroupResponse;
160
164
  const CreateResultDownloadResponse = models.CreateResultDownloadResponse;
@@ -173,7 +177,7 @@ const DescribeSubUserAccessPolicyResponse = models.DescribeSubUserAccessPolicyRe
173
177
  const TaskResponseInfo = models.TaskResponseInfo;
174
178
  const RevokeDLCCatalogAccessRequest = models.RevokeDLCCatalogAccessRequest;
175
179
  const UpgradeDataEngineImageResponse = models.UpgradeDataEngineImageResponse;
176
- const DescribeDLCTableListResponse = models.DescribeDLCTableListResponse;
180
+ const AttachDataMaskPolicyRequest = models.AttachDataMaskPolicyRequest;
177
181
  const DMSSds = models.DMSSds;
178
182
  const OpendThirdAccessUserInfo = models.OpendThirdAccessUserInfo;
179
183
  const WorkGroupInfo = models.WorkGroupInfo;
@@ -183,6 +187,7 @@ const CheckPermission = models.CheckPermission;
183
187
  const DropDMSDatabaseRequest = models.DropDMSDatabaseRequest;
184
188
  const DescribeDataEngineImageVersionsRequest = models.DescribeDataEngineImageVersionsRequest;
185
189
  const BindWorkGroupsToUserResponse = models.BindWorkGroupsToUserResponse;
190
+ const CreateDataMaskStrategyResponse = models.CreateDataMaskStrategyResponse;
186
191
  const DescribeStoreLocationResponse = models.DescribeStoreLocationResponse;
187
192
  const DescribeJobRequest = models.DescribeJobRequest;
188
193
  const DropDLCTableResponse = models.DropDLCTableResponse;
@@ -270,6 +275,7 @@ const RenewDataEngineResponse = models.RenewDataEngineResponse;
270
275
  const UpdateRowFilterResponse = models.UpdateRowFilterResponse;
271
276
  const UserInfo = models.UserInfo;
272
277
  const CreateTasksResponse = models.CreateTasksResponse;
278
+ const DataMaskStrategyPolicy = models.DataMaskStrategyPolicy;
273
279
  const GrantDLCCatalogAccessResponse = models.GrantDLCCatalogAccessResponse;
274
280
  const CreateSparkAppRequest = models.CreateSparkAppRequest;
275
281
  const DataEngineScaleInfo = models.DataEngineScaleInfo;
@@ -285,6 +291,7 @@ const CreateWorkGroupRequest = models.CreateWorkGroupRequest;
285
291
  const CreateInternalTableResponse = models.CreateInternalTableResponse;
286
292
  const DataEngineInfo = models.DataEngineInfo;
287
293
  const DescribeSessionImageVersionResponse = models.DescribeSessionImageVersionResponse;
294
+ const AttachDataMaskPolicyResponse = models.AttachDataMaskPolicyResponse;
288
295
  const DescribeSessionImageVersionRequest = models.DescribeSessionImageVersionRequest;
289
296
  const AlterDMSDatabaseRequest = models.AlterDMSDatabaseRequest;
290
297
  const CheckDataEngineImageCanBeUpgradeRequest = models.CheckDataEngineImageCanBeUpgradeRequest;
@@ -890,14 +897,14 @@ class DlcClient extends AbstractClient {
890
897
  }
891
898
 
892
899
  /**
893
- * This API is used to change data governance event thresholds.
894
- * @param {ModifyGovernEventRuleRequest} req
895
- * @param {function(string, ModifyGovernEventRuleResponse):void} cb
900
+ * This API is used to copy a table.
901
+ * @param {CopyDLCTableRequest} req
902
+ * @param {function(string, CopyDLCTableResponse):void} cb
896
903
  * @public
897
904
  */
898
- ModifyGovernEventRule(req, cb) {
899
- let resp = new ModifyGovernEventRuleResponse();
900
- this.request("ModifyGovernEventRule", req, resp, cb);
905
+ CopyDLCTable(req, cb) {
906
+ let resp = new CopyDLCTableResponse();
907
+ this.request("CopyDLCTable", req, resp, cb);
901
908
  }
902
909
 
903
910
  /**
@@ -1231,14 +1238,14 @@ class DlcClient extends AbstractClient {
1231
1238
  }
1232
1239
 
1233
1240
  /**
1234
- * This API is used to copy a table.
1235
- * @param {CopyDLCTableRequest} req
1236
- * @param {function(string, CopyDLCTableResponse):void} cb
1241
+ * This API is used to change data governance event thresholds.
1242
+ * @param {ModifyGovernEventRuleRequest} req
1243
+ * @param {function(string, ModifyGovernEventRuleResponse):void} cb
1237
1244
  * @public
1238
1245
  */
1239
- CopyDLCTable(req, cb) {
1240
- let resp = new CopyDLCTableResponse();
1241
- this.request("CopyDLCTable", req, resp, cb);
1246
+ ModifyGovernEventRule(req, cb) {
1247
+ let resp = new ModifyGovernEventRuleResponse();
1248
+ this.request("ModifyGovernEventRule", req, resp, cb);
1242
1249
  }
1243
1250
 
1244
1251
  /**
@@ -1318,6 +1325,17 @@ class DlcClient extends AbstractClient {
1318
1325
  this.request("RestartDataEngine", req, resp, cb);
1319
1326
  }
1320
1327
 
1328
+ /**
1329
+ * This API is used to bind a DMask policy.
1330
+ * @param {AttachDataMaskPolicyRequest} req
1331
+ * @param {function(string, AttachDataMaskPolicyResponse):void} cb
1332
+ * @public
1333
+ */
1334
+ AttachDataMaskPolicy(req, cb) {
1335
+ let resp = new AttachDataMaskPolicyResponse();
1336
+ this.request("AttachDataMaskPolicy", req, resp, cb);
1337
+ }
1338
+
1321
1339
  /**
1322
1340
  * This API is used to renew the data engine.
1323
1341
  * @param {RenewDataEngineRequest} req
@@ -1406,6 +1424,17 @@ class DlcClient extends AbstractClient {
1406
1424
  this.request("DropDMSTable", req, resp, cb);
1407
1425
  }
1408
1426
 
1427
+ /**
1428
+ * This API is used to create a DMask policy.
1429
+ * @param {CreateDataMaskStrategyRequest} req
1430
+ * @param {function(string, CreateDataMaskStrategyResponse):void} cb
1431
+ * @public
1432
+ */
1433
+ CreateDataMaskStrategy(req, cb) {
1434
+ let resp = new CreateDataMaskStrategyResponse();
1435
+ this.request("CreateDataMaskStrategy", req, resp, cb);
1436
+ }
1437
+
1409
1438
  /**
1410
1439
  * This API is used to query the storage location of calculation results.
1411
1440
  * @param {DescribeStoreLocationRequest} req