@alicloud/ecs20140526 4.1.12 → 4.2.0
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/dist/client.d.ts +868 -442
- package/dist/client.js +309 -112
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +996 -442
package/dist/client.d.ts
CHANGED
|
@@ -1745,7 +1745,7 @@ export declare class AuthorizeSecurityGroupRequest extends $tea.Model {
|
|
|
1745
1745
|
destCidrIp?: string;
|
|
1746
1746
|
/**
|
|
1747
1747
|
* @remarks
|
|
1748
|
-
* This parameter is deprecated. Use `Permissions.N.IpProtocol` to specify the
|
|
1748
|
+
* This parameter is deprecated. Use `Permissions.N.IpProtocol` to specify the protocol.
|
|
1749
1749
|
*
|
|
1750
1750
|
* @example
|
|
1751
1751
|
* ALL
|
|
@@ -2018,7 +2018,7 @@ export declare class AuthorizeSecurityGroupEgressRequest extends $tea.Model {
|
|
|
2018
2018
|
destPrefixListId?: string;
|
|
2019
2019
|
/**
|
|
2020
2020
|
* @remarks
|
|
2021
|
-
* This parameter is deprecated. Use `Permissions.N.IpProtocol` to specify the
|
|
2021
|
+
* This parameter is deprecated. Use `Permissions.N.IpProtocol` to specify the protocol.
|
|
2022
2022
|
*
|
|
2023
2023
|
* @example
|
|
2024
2024
|
* ALL
|
|
@@ -2060,7 +2060,7 @@ export declare class AuthorizeSecurityGroupEgressRequest extends $tea.Model {
|
|
|
2060
2060
|
ownerId?: number;
|
|
2061
2061
|
/**
|
|
2062
2062
|
* @remarks
|
|
2063
|
-
*
|
|
2063
|
+
* Security group rule N. Valid values of N: 1 to 100.
|
|
2064
2064
|
*/
|
|
2065
2065
|
permissions?: AuthorizeSecurityGroupEgressRequestPermissions[];
|
|
2066
2066
|
/**
|
|
@@ -3052,7 +3052,7 @@ export declare class CopySnapshotResponse extends $tea.Model {
|
|
|
3052
3052
|
export declare class CreateActivationRequest extends $tea.Model {
|
|
3053
3053
|
/**
|
|
3054
3054
|
* @remarks
|
|
3055
|
-
* The description of the activation code.
|
|
3055
|
+
* The description of the activation code. The description must be 1 to 100 characters in length.
|
|
3056
3056
|
*
|
|
3057
3057
|
* @example
|
|
3058
3058
|
* This is description.
|
|
@@ -3070,11 +3070,11 @@ export declare class CreateActivationRequest extends $tea.Model {
|
|
|
3070
3070
|
instanceCount?: number;
|
|
3071
3071
|
/**
|
|
3072
3072
|
* @remarks
|
|
3073
|
-
* The default instance name prefix. The
|
|
3073
|
+
* The default instance name prefix. The prefix must be 2 to 50 characters in length and can contain letters, digits, periods (.), underscores (_), hyphens (-), and colons (:). The prefix must start with a letter and cannot start with a digit, a special character, `http://`, or `https://`.
|
|
3074
3074
|
*
|
|
3075
|
-
* If you use the activation code that is created by calling
|
|
3075
|
+
* If you use the activation code that is created by calling the CreateActivation operation to register managed instances, the instances are assigned sequential names that include the value of this parameter as a prefix. You can also specify a new instance name to replace the assigned sequential name when you register a managed instance.
|
|
3076
3076
|
*
|
|
3077
|
-
* If you specify InstanceName when you register a managed instance, an instance name in the
|
|
3077
|
+
* If you specify InstanceName when you register a managed instance, an instance name in the `<InstanceName>-<Number>` format is generated. The number of digits in the \\<Number> value varies based on the number of digits in the `InstanceCount` value. Example: `001`. If you do not specify InstanceName, the hostname (Hostname) is used as the instance name.
|
|
3078
3078
|
*
|
|
3079
3079
|
* @example
|
|
3080
3080
|
* test-InstanceName
|
|
@@ -3092,9 +3092,7 @@ export declare class CreateActivationRequest extends $tea.Model {
|
|
|
3092
3092
|
ownerId?: number;
|
|
3093
3093
|
/**
|
|
3094
3094
|
* @remarks
|
|
3095
|
-
* The
|
|
3096
|
-
*
|
|
3097
|
-
* You can all the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
|
|
3095
|
+
* The region ID. Supported regions: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Ulanqab), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), China (Guangzhou), China (Chengdu), China (Hong Kong), Singapore, Japan (Tokyo), US (Silicon Valley), and US (Virginia). You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
|
|
3098
3096
|
*
|
|
3099
3097
|
* This parameter is required.
|
|
3100
3098
|
*
|
|
@@ -3119,7 +3117,7 @@ export declare class CreateActivationRequest extends $tea.Model {
|
|
|
3119
3117
|
tag?: CreateActivationRequestTag[];
|
|
3120
3118
|
/**
|
|
3121
3119
|
* @remarks
|
|
3122
|
-
* The validity period of the activation code.
|
|
3120
|
+
* The validity period of the activation code. After the validity period ends, you can no longer use the activation code to register managed instances. Unit: hours. Valid values: 1 to 876576. 876576 hours is equal to 100 years.
|
|
3123
3121
|
*
|
|
3124
3122
|
* Default value: 4.
|
|
3125
3123
|
*
|
|
@@ -3581,7 +3579,7 @@ export declare class CreateAutoSnapshotPolicyRequest extends $tea.Model {
|
|
|
3581
3579
|
storageLocationArn?: string;
|
|
3582
3580
|
/**
|
|
3583
3581
|
* @remarks
|
|
3584
|
-
* The tags to add to the snapshot.
|
|
3582
|
+
* The tags to add to the automatic snapshot policy.
|
|
3585
3583
|
*/
|
|
3586
3584
|
tag?: CreateAutoSnapshotPolicyRequestTag[];
|
|
3587
3585
|
/**
|
|
@@ -4508,11 +4506,17 @@ export declare class CreateDeploymentSetRequest extends $tea.Model {
|
|
|
4508
4506
|
}
|
|
4509
4507
|
export declare class CreateDeploymentSetResponseBody extends $tea.Model {
|
|
4510
4508
|
/**
|
|
4509
|
+
* @remarks
|
|
4510
|
+
* The ID of the deployment set.
|
|
4511
|
+
*
|
|
4511
4512
|
* @example
|
|
4512
4513
|
* ds-bp1frxuzdg87zh4pzq****
|
|
4513
4514
|
*/
|
|
4514
4515
|
deploymentSetId?: string;
|
|
4515
4516
|
/**
|
|
4517
|
+
* @remarks
|
|
4518
|
+
* The ID of the request.
|
|
4519
|
+
*
|
|
4516
4520
|
* @example
|
|
4517
4521
|
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3****
|
|
4518
4522
|
*/
|
|
@@ -7916,7 +7920,7 @@ export declare class CreateNetworkInterfaceRequest extends $tea.Model {
|
|
|
7916
7920
|
clientToken?: string;
|
|
7917
7921
|
/**
|
|
7918
7922
|
* @remarks
|
|
7919
|
-
* This parameter is not publicly available.
|
|
7923
|
+
* > This parameter is not publicly available.
|
|
7920
7924
|
*/
|
|
7921
7925
|
connectionTrackingConfiguration?: CreateNetworkInterfaceRequestConnectionTrackingConfiguration;
|
|
7922
7926
|
/**
|
|
@@ -7942,7 +7946,7 @@ export declare class CreateNetworkInterfaceRequest extends $tea.Model {
|
|
|
7942
7946
|
description?: string;
|
|
7943
7947
|
/**
|
|
7944
7948
|
* @remarks
|
|
7945
|
-
* This parameter is
|
|
7949
|
+
* > This parameter is unavailable.
|
|
7946
7950
|
*/
|
|
7947
7951
|
enhancedNetwork?: CreateNetworkInterfaceRequestEnhancedNetwork;
|
|
7948
7952
|
/**
|
|
@@ -8373,7 +8377,7 @@ export declare class CreateNetworkInterfaceResponse extends $tea.Model {
|
|
|
8373
8377
|
export declare class CreateNetworkInterfacePermissionRequest extends $tea.Model {
|
|
8374
8378
|
/**
|
|
8375
8379
|
* @remarks
|
|
8376
|
-
* The ID of the
|
|
8380
|
+
* The ID of the Alibaba Cloud partner (a certified ISV) or individual user.
|
|
8377
8381
|
*
|
|
8378
8382
|
* This parameter is required.
|
|
8379
8383
|
*
|
|
@@ -8383,9 +8387,7 @@ export declare class CreateNetworkInterfacePermissionRequest extends $tea.Model
|
|
|
8383
8387
|
accountId?: number;
|
|
8384
8388
|
/**
|
|
8385
8389
|
* @remarks
|
|
8386
|
-
* The
|
|
8387
|
-
*
|
|
8388
|
-
* InstanceAttach: allows authorized users to attach the ENI to an ECS instance. The ENI and the ECS instance must reside in the same zone.
|
|
8390
|
+
* The ID of the ENI.
|
|
8389
8391
|
*
|
|
8390
8392
|
* This parameter is required.
|
|
8391
8393
|
*
|
|
@@ -8397,7 +8399,9 @@ export declare class CreateNetworkInterfacePermissionRequest extends $tea.Model
|
|
|
8397
8399
|
ownerId?: number;
|
|
8398
8400
|
/**
|
|
8399
8401
|
* @remarks
|
|
8400
|
-
* The
|
|
8402
|
+
* The permission on the ENI. Valid values:
|
|
8403
|
+
*
|
|
8404
|
+
* InstanceAttach: the permission to attach the ENI to an ECS instance. The ENI and the ECS instance must be in the same zone.
|
|
8401
8405
|
*
|
|
8402
8406
|
* This parameter is required.
|
|
8403
8407
|
*
|
|
@@ -8407,7 +8411,7 @@ export declare class CreateNetworkInterfacePermissionRequest extends $tea.Model
|
|
|
8407
8411
|
permission?: string;
|
|
8408
8412
|
/**
|
|
8409
8413
|
* @remarks
|
|
8410
|
-
* The ID of the
|
|
8414
|
+
* The region ID of the ENI. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
|
|
8411
8415
|
*
|
|
8412
8416
|
* This parameter is required.
|
|
8413
8417
|
*
|
|
@@ -8430,12 +8434,12 @@ export declare class CreateNetworkInterfacePermissionRequest extends $tea.Model
|
|
|
8430
8434
|
export declare class CreateNetworkInterfacePermissionResponseBody extends $tea.Model {
|
|
8431
8435
|
/**
|
|
8432
8436
|
* @remarks
|
|
8433
|
-
*
|
|
8437
|
+
* Details about permissions on the ENI.
|
|
8434
8438
|
*/
|
|
8435
8439
|
networkInterfacePermission?: CreateNetworkInterfacePermissionResponseBodyNetworkInterfacePermission;
|
|
8436
8440
|
/**
|
|
8437
8441
|
* @remarks
|
|
8438
|
-
*
|
|
8442
|
+
* The ID of the request.
|
|
8439
8443
|
*
|
|
8440
8444
|
* @example
|
|
8441
8445
|
* 0FCD3DEF-63D3-4605-A818-805C8BD7DB87
|
|
@@ -9233,11 +9237,17 @@ export declare class CreateSnapshotRequest extends $tea.Model {
|
|
|
9233
9237
|
}
|
|
9234
9238
|
export declare class CreateSnapshotResponseBody extends $tea.Model {
|
|
9235
9239
|
/**
|
|
9240
|
+
* @remarks
|
|
9241
|
+
* The ID of the request.
|
|
9242
|
+
*
|
|
9236
9243
|
* @example
|
|
9237
9244
|
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
9238
9245
|
*/
|
|
9239
9246
|
requestId?: string;
|
|
9240
9247
|
/**
|
|
9248
|
+
* @remarks
|
|
9249
|
+
* The ID of the snapshot.
|
|
9250
|
+
*
|
|
9241
9251
|
* @example
|
|
9242
9252
|
* s-bp17441ohwka0yuh****
|
|
9243
9253
|
*/
|
|
@@ -10086,6 +10096,8 @@ export declare class DeleteBandwidthPackageResponse extends $tea.Model {
|
|
|
10086
10096
|
export declare class DeleteCommandRequest extends $tea.Model {
|
|
10087
10097
|
/**
|
|
10088
10098
|
* @remarks
|
|
10099
|
+
* The ID of the command. You can call the [DescribeCommands](https://help.aliyun.com/document_detail/64843.html) operation to query all available command IDs.
|
|
10100
|
+
*
|
|
10089
10101
|
* This parameter is required.
|
|
10090
10102
|
*
|
|
10091
10103
|
* @example
|
|
@@ -10096,7 +10108,7 @@ export declare class DeleteCommandRequest extends $tea.Model {
|
|
|
10096
10108
|
ownerId?: number;
|
|
10097
10109
|
/**
|
|
10098
10110
|
* @remarks
|
|
10099
|
-
*
|
|
10111
|
+
* The region ID of the command. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
|
|
10100
10112
|
*
|
|
10101
10113
|
* This parameter is required.
|
|
10102
10114
|
*
|
|
@@ -10118,6 +10130,9 @@ export declare class DeleteCommandRequest extends $tea.Model {
|
|
|
10118
10130
|
}
|
|
10119
10131
|
export declare class DeleteCommandResponseBody extends $tea.Model {
|
|
10120
10132
|
/**
|
|
10133
|
+
* @remarks
|
|
10134
|
+
* The ID of the request.
|
|
10135
|
+
*
|
|
10121
10136
|
* @example
|
|
10122
10137
|
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
10123
10138
|
*/
|
|
@@ -17756,7 +17771,7 @@ export declare class DescribeImageComponentsRequest extends $tea.Model {
|
|
|
17756
17771
|
imageComponentId?: string[];
|
|
17757
17772
|
/**
|
|
17758
17773
|
* @remarks
|
|
17759
|
-
* The number of entries per page. Valid values: 1 to 500.
|
|
17774
|
+
* The maximum number of entries per page. Valid values: 1 to 500.
|
|
17760
17775
|
*
|
|
17761
17776
|
* Default value: 50.
|
|
17762
17777
|
*
|
|
@@ -18272,7 +18287,7 @@ export declare class DescribeImageSharePermissionRequest extends $tea.Model {
|
|
|
18272
18287
|
*
|
|
18273
18288
|
* Pages start from page 1.
|
|
18274
18289
|
*
|
|
18275
|
-
* Default value: 1
|
|
18290
|
+
* Default value: 1
|
|
18276
18291
|
*
|
|
18277
18292
|
* @example
|
|
18278
18293
|
* 1
|
|
@@ -20489,22 +20504,22 @@ export declare class DescribeInstanceTypesRequest extends $tea.Model {
|
|
|
20489
20504
|
*
|
|
20490
20505
|
* > Valid values of N: 1 to 10.
|
|
20491
20506
|
*
|
|
20492
|
-
* * General-purpose
|
|
20493
|
-
* * Compute-optimized
|
|
20494
|
-
* * Memory-optimized
|
|
20495
|
-
* * Big data
|
|
20496
|
-
* * Local SSDs
|
|
20497
|
-
* * High Clock Speed
|
|
20498
|
-
* * Enhanced
|
|
20499
|
-
* * Shared
|
|
20500
|
-
* * Compute-optimized with GPU
|
|
20501
|
-
* * Visual Compute-optimized
|
|
20502
|
-
* * Heterogeneous Service
|
|
20503
|
-
* * Compute-optimized with FPGA
|
|
20504
|
-
* * Compute-optimized with NPU
|
|
20505
|
-
* * ECS Bare Metal
|
|
20506
|
-
* * Super Computing Cluster
|
|
20507
|
-
* * High Performance Compute
|
|
20507
|
+
* * General-purpose: general-purpose instance type
|
|
20508
|
+
* * Compute-optimized: compute-optimized instance type
|
|
20509
|
+
* * Memory-optimized: memory-optimized instance type
|
|
20510
|
+
* * Big data: big data instance type
|
|
20511
|
+
* * Local SSDs: instance type with local SSDs
|
|
20512
|
+
* * High Clock Speed: instance type with high clock speeds
|
|
20513
|
+
* * Enhanced: enhanced instance type
|
|
20514
|
+
* * Shared: shared instance type
|
|
20515
|
+
* * Compute-optimized with GPU: GPU-accelerated compute-optimized instance type
|
|
20516
|
+
* * Visual Compute-optimized: visual compute-optimized instance type
|
|
20517
|
+
* * Heterogeneous Service: heterogeneous service instance type
|
|
20518
|
+
* * Compute-optimized with FPGA: FPGA-accelerated compute-optimized instance type
|
|
20519
|
+
* * Compute-optimized with NPU: NPU-accelerated compute-optimized instance type
|
|
20520
|
+
* * ECS Bare Metal: ECS Bare Metal Instance type
|
|
20521
|
+
* * Super Computing Cluster: SCC instance type
|
|
20522
|
+
* * High Performance Compute: high-performance computing instance type
|
|
20508
20523
|
*/
|
|
20509
20524
|
instanceCategories?: string[];
|
|
20510
20525
|
/**
|
|
@@ -20582,13 +20597,18 @@ export declare class DescribeInstanceTypesRequest extends $tea.Model {
|
|
|
20582
20597
|
* * local_hdd_pro: local Serial Advanced Technology Attachment (SATA) HDDs, which are attached to d1ne or d1 instances.
|
|
20583
20598
|
* * local_ssd_pro: local Non-Volatile Memory Express (NVMe) SSDs, which are attached to i2, i2g, i1, ga1, or gn5 instances.
|
|
20584
20599
|
*
|
|
20600
|
+
* Valid values:
|
|
20601
|
+
*
|
|
20602
|
+
* * local_hdd_pro
|
|
20603
|
+
* * local_ssd_pro
|
|
20604
|
+
*
|
|
20585
20605
|
* @example
|
|
20586
20606
|
* local_ssd_pro
|
|
20587
20607
|
*/
|
|
20588
20608
|
localStorageCategory?: string;
|
|
20589
20609
|
/**
|
|
20590
20610
|
* @remarks
|
|
20591
|
-
* The maximum number of entries per page.
|
|
20611
|
+
* The maximum number of entries per page. Valid values: 1 to 1600.
|
|
20592
20612
|
*
|
|
20593
20613
|
* Default value: 1600.
|
|
20594
20614
|
*
|
|
@@ -23008,7 +23028,7 @@ export declare class DescribeNetworkInterfaceAttributeResponseBody extends $tea.
|
|
|
23008
23028
|
bondInterfaceSpecification?: DescribeNetworkInterfaceAttributeResponseBodyBondInterfaceSpecification;
|
|
23009
23029
|
/**
|
|
23010
23030
|
* @remarks
|
|
23011
|
-
* This parameter is not publicly available.
|
|
23031
|
+
* > This parameter is not publicly available.
|
|
23012
23032
|
*/
|
|
23013
23033
|
connectionTrackingConfiguration?: DescribeNetworkInterfaceAttributeResponseBodyConnectionTrackingConfiguration;
|
|
23014
23034
|
/**
|
|
@@ -30940,6 +30960,9 @@ export declare class InstallCloudAssistantRequest extends $tea.Model {
|
|
|
30940
30960
|
}
|
|
30941
30961
|
export declare class InstallCloudAssistantResponseBody extends $tea.Model {
|
|
30942
30962
|
/**
|
|
30963
|
+
* @remarks
|
|
30964
|
+
* The request ID.
|
|
30965
|
+
*
|
|
30943
30966
|
* @example
|
|
30944
30967
|
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
30945
30968
|
*/
|
|
@@ -31072,6 +31095,13 @@ export declare class InvokeCommandRequest extends $tea.Model {
|
|
|
31072
31095
|
* i-bp185dy2o3o6n****
|
|
31073
31096
|
*/
|
|
31074
31097
|
instanceId?: string[];
|
|
31098
|
+
/**
|
|
31099
|
+
* @remarks
|
|
31100
|
+
* The launcher for script execution. The value cannot exceed 1 KB in length.
|
|
31101
|
+
*
|
|
31102
|
+
* @example
|
|
31103
|
+
* python3 -u {{ACS::ScriptFileName|Ext(".py")}}
|
|
31104
|
+
*/
|
|
31075
31105
|
launcher?: string;
|
|
31076
31106
|
ownerAccount?: string;
|
|
31077
31107
|
ownerId?: number;
|
|
@@ -31143,6 +31173,10 @@ export declare class InvokeCommandRequest extends $tea.Model {
|
|
|
31143
31173
|
* The tags of the instance. If you do not specify InstanceId.N, the command is run on the instances that have the specified tags.
|
|
31144
31174
|
*/
|
|
31145
31175
|
resourceTag?: InvokeCommandRequestResourceTag[];
|
|
31176
|
+
/**
|
|
31177
|
+
* @remarks
|
|
31178
|
+
* The tags of the command.
|
|
31179
|
+
*/
|
|
31146
31180
|
tag?: InvokeCommandRequestTag[];
|
|
31147
31181
|
/**
|
|
31148
31182
|
* @remarks
|
|
@@ -31313,6 +31347,13 @@ export declare class InvokeCommandShrinkRequest extends $tea.Model {
|
|
|
31313
31347
|
* i-bp185dy2o3o6n****
|
|
31314
31348
|
*/
|
|
31315
31349
|
instanceId?: string[];
|
|
31350
|
+
/**
|
|
31351
|
+
* @remarks
|
|
31352
|
+
* The launcher for script execution. The value cannot exceed 1 KB in length.
|
|
31353
|
+
*
|
|
31354
|
+
* @example
|
|
31355
|
+
* python3 -u {{ACS::ScriptFileName|Ext(".py")}}
|
|
31356
|
+
*/
|
|
31316
31357
|
launcher?: string;
|
|
31317
31358
|
ownerAccount?: string;
|
|
31318
31359
|
ownerId?: number;
|
|
@@ -31382,6 +31423,10 @@ export declare class InvokeCommandShrinkRequest extends $tea.Model {
|
|
|
31382
31423
|
* The tags of the instance. If you do not specify InstanceId.N, the command is run on the instances that have the specified tags.
|
|
31383
31424
|
*/
|
|
31384
31425
|
resourceTag?: InvokeCommandShrinkRequestResourceTag[];
|
|
31426
|
+
/**
|
|
31427
|
+
* @remarks
|
|
31428
|
+
* The tags of the command.
|
|
31429
|
+
*/
|
|
31385
31430
|
tag?: InvokeCommandShrinkRequestTag[];
|
|
31386
31431
|
/**
|
|
31387
31432
|
* @remarks
|
|
@@ -32383,6 +32428,9 @@ export declare class ModifyAutoSnapshotPolicyExRequest extends $tea.Model {
|
|
|
32383
32428
|
}
|
|
32384
32429
|
export declare class ModifyAutoSnapshotPolicyExResponseBody extends $tea.Model {
|
|
32385
32430
|
/**
|
|
32431
|
+
* @remarks
|
|
32432
|
+
* The ID of the request.
|
|
32433
|
+
*
|
|
32386
32434
|
* @example
|
|
32387
32435
|
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
32388
32436
|
*/
|
|
@@ -32810,6 +32858,9 @@ export declare class ModifyCommandRequest extends $tea.Model {
|
|
|
32810
32858
|
}
|
|
32811
32859
|
export declare class ModifyCommandResponseBody extends $tea.Model {
|
|
32812
32860
|
/**
|
|
32861
|
+
* @remarks
|
|
32862
|
+
* The ID of the request.
|
|
32863
|
+
*
|
|
32813
32864
|
* @example
|
|
32814
32865
|
* 0DE9B41E-EF0D-40A0-BB43-37749C5BDA9C
|
|
32815
32866
|
*/
|
|
@@ -35124,11 +35175,10 @@ export declare class ModifyInstanceAttributeRequest extends $tea.Model {
|
|
|
35124
35175
|
* @remarks
|
|
35125
35176
|
* Specifies whether to enable the Jumbo Frames feature for the instance. Valid values:
|
|
35126
35177
|
*
|
|
35127
|
-
* true
|
|
35128
|
-
*
|
|
35129
|
-
* false
|
|
35178
|
+
* * true
|
|
35179
|
+
* * false
|
|
35130
35180
|
*
|
|
35131
|
-
* You can enable the Jumbo Frames feature only for specific instance types. For more information, see [
|
|
35181
|
+
* You can enable the Jumbo Frames feature only for specific instance types. For more information, see [MTU and jumbo frames](https://help.aliyun.com/document_detail/200512.html).
|
|
35132
35182
|
*
|
|
35133
35183
|
* @example
|
|
35134
35184
|
* false
|
|
@@ -35192,6 +35242,10 @@ export declare class ModifyInstanceAttributeRequest extends $tea.Model {
|
|
|
35192
35242
|
* Test123456
|
|
35193
35243
|
*/
|
|
35194
35244
|
password?: string;
|
|
35245
|
+
/**
|
|
35246
|
+
* @remarks
|
|
35247
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
35248
|
+
*/
|
|
35195
35249
|
privateDnsNameOptions?: ModifyInstanceAttributeRequestPrivateDnsNameOptions;
|
|
35196
35250
|
/**
|
|
35197
35251
|
* @remarks
|
|
@@ -35217,7 +35271,7 @@ export declare class ModifyInstanceAttributeRequest extends $tea.Model {
|
|
|
35217
35271
|
* * You can move the instance to security groups of a different type. However, the list cannot contain the IDs of both basic and advanced security groups.
|
|
35218
35272
|
* * The security groups and the instance must belong to the same VPC.
|
|
35219
35273
|
* * The valid values of N vary based on the maximum number of security groups to which the instance can belong. For more information, see the [Security group limits](~~25412#SecurityGroupQuota1~~) section in the "Limits and quotas" topic.
|
|
35220
|
-
* * New security groups become valid for the instance after a short
|
|
35274
|
+
* * New security groups become valid for the instance after a short delay.
|
|
35221
35275
|
*
|
|
35222
35276
|
* @example
|
|
35223
35277
|
* sg-bp15ed6xe1yxeycg7o****
|
|
@@ -35953,7 +36007,7 @@ export declare class ModifyInstanceMetadataOptionsRequest extends $tea.Model {
|
|
|
35953
36007
|
*
|
|
35954
36008
|
* Default value: enabled.
|
|
35955
36009
|
*
|
|
35956
|
-
* >
|
|
36010
|
+
* > For information about instance metadata, see [Obtain instance metadata](https://help.aliyun.com/document_detail/49122.html).
|
|
35957
36011
|
*
|
|
35958
36012
|
* This parameter is required.
|
|
35959
36013
|
*
|
|
@@ -35963,7 +36017,7 @@ export declare class ModifyInstanceMetadataOptionsRequest extends $tea.Model {
|
|
|
35963
36017
|
httpEndpoint?: string;
|
|
35964
36018
|
/**
|
|
35965
36019
|
* @remarks
|
|
35966
|
-
* >
|
|
36020
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
35967
36021
|
*
|
|
35968
36022
|
* @example
|
|
35969
36023
|
* 1
|
|
@@ -35971,14 +36025,14 @@ export declare class ModifyInstanceMetadataOptionsRequest extends $tea.Model {
|
|
|
35971
36025
|
httpPutResponseHopLimit?: number;
|
|
35972
36026
|
/**
|
|
35973
36027
|
* @remarks
|
|
35974
|
-
* Specifies whether to forcefully use the security
|
|
36028
|
+
* Specifies whether to forcefully use the security hardening mode (IMDSv2) to access instance metadata. Valid values:
|
|
35975
36029
|
*
|
|
35976
|
-
* * optional: does not forcefully use the security
|
|
35977
|
-
* * required: forcefully uses the security
|
|
36030
|
+
* * optional: does not forcefully use the security hardening mode (IMDSv2).
|
|
36031
|
+
* * required: forcefully uses the security hardening mode (IMDSv2). After you set this parameter to required, you cannot access instance metadata in normal mode.
|
|
35978
36032
|
*
|
|
35979
36033
|
* Default value: optional.
|
|
35980
36034
|
*
|
|
35981
|
-
* >
|
|
36035
|
+
* > For more information about modes of accessing instance metadata, see [Obtain instance metadata](https://help.aliyun.com/document_detail/150575.html).
|
|
35982
36036
|
*
|
|
35983
36037
|
* @example
|
|
35984
36038
|
* optional
|
|
@@ -37098,7 +37152,7 @@ export declare class ModifyManagedInstanceResponse extends $tea.Model {
|
|
|
37098
37152
|
export declare class ModifyNetworkInterfaceAttributeRequest extends $tea.Model {
|
|
37099
37153
|
/**
|
|
37100
37154
|
* @remarks
|
|
37101
|
-
* This parameter is not publicly available.
|
|
37155
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
37102
37156
|
*/
|
|
37103
37157
|
connectionTrackingConfiguration?: ModifyNetworkInterfaceAttributeRequestConnectionTrackingConfiguration;
|
|
37104
37158
|
/**
|
|
@@ -39536,6 +39590,11 @@ export declare class PurchaseReservedInstancesOfferingRequest extends $tea.Model
|
|
|
39536
39590
|
* Zone
|
|
39537
39591
|
*/
|
|
39538
39592
|
scope?: string;
|
|
39593
|
+
/**
|
|
39594
|
+
* @example
|
|
39595
|
+
* 2024-07-04T15Z
|
|
39596
|
+
*/
|
|
39597
|
+
startTime?: string;
|
|
39539
39598
|
/**
|
|
39540
39599
|
* @remarks
|
|
39541
39600
|
* The list of tags.
|
|
@@ -39694,9 +39753,9 @@ export declare class PurchaseStorageCapacityUnitRequest extends $tea.Model {
|
|
|
39694
39753
|
resourceOwnerId?: number;
|
|
39695
39754
|
/**
|
|
39696
39755
|
* @remarks
|
|
39697
|
-
* The time at which the SCU takes effect.
|
|
39756
|
+
* The time at which the SCU takes effect. The time can be up to six months from the creation time of the SCU. Specify the time in the [ISO 8601](https://help.aliyun.com/document_detail/25696.html) standard in the yyyy-MM-ddTHHZ format. The time must be in UTC.
|
|
39698
39757
|
*
|
|
39699
|
-
* This parameter is empty by default
|
|
39758
|
+
* This parameter is left empty by default, which indicates that the SCU takes effect immediately after it is created.
|
|
39700
39759
|
*
|
|
39701
39760
|
* @example
|
|
39702
39761
|
* 2020-09-09T02:00:00Z
|
|
@@ -40886,6 +40945,85 @@ export declare class RenewDedicatedHostsResponse extends $tea.Model {
|
|
|
40886
40945
|
[key: string]: any;
|
|
40887
40946
|
});
|
|
40888
40947
|
}
|
|
40948
|
+
export declare class RenewElasticityAssurancesRequest extends $tea.Model {
|
|
40949
|
+
privatePoolOptions?: RenewElasticityAssurancesRequestPrivatePoolOptions;
|
|
40950
|
+
/**
|
|
40951
|
+
* @example
|
|
40952
|
+
* true
|
|
40953
|
+
*/
|
|
40954
|
+
autoPay?: boolean;
|
|
40955
|
+
/**
|
|
40956
|
+
* @example
|
|
40957
|
+
* 123e4567-e89b-12d3-a456-426655440000
|
|
40958
|
+
*/
|
|
40959
|
+
clientToken?: string;
|
|
40960
|
+
ownerAccount?: string;
|
|
40961
|
+
ownerId?: number;
|
|
40962
|
+
/**
|
|
40963
|
+
* @example
|
|
40964
|
+
* 1
|
|
40965
|
+
*/
|
|
40966
|
+
period?: number;
|
|
40967
|
+
/**
|
|
40968
|
+
* @example
|
|
40969
|
+
* Year
|
|
40970
|
+
*/
|
|
40971
|
+
periodUnit?: string;
|
|
40972
|
+
/**
|
|
40973
|
+
* @example
|
|
40974
|
+
* cn-hangzhou
|
|
40975
|
+
*/
|
|
40976
|
+
regionId?: string;
|
|
40977
|
+
resourceOwnerAccount?: string;
|
|
40978
|
+
resourceOwnerId?: number;
|
|
40979
|
+
static names(): {
|
|
40980
|
+
[key: string]: string;
|
|
40981
|
+
};
|
|
40982
|
+
static types(): {
|
|
40983
|
+
[key: string]: any;
|
|
40984
|
+
};
|
|
40985
|
+
constructor(map?: {
|
|
40986
|
+
[key: string]: any;
|
|
40987
|
+
});
|
|
40988
|
+
}
|
|
40989
|
+
export declare class RenewElasticityAssurancesResponseBody extends $tea.Model {
|
|
40990
|
+
/**
|
|
40991
|
+
* @example
|
|
40992
|
+
* 182372800****
|
|
40993
|
+
*/
|
|
40994
|
+
orderId?: string;
|
|
40995
|
+
privatePoolOptionsIdSet?: RenewElasticityAssurancesResponseBodyPrivatePoolOptionsIdSet;
|
|
40996
|
+
/**
|
|
40997
|
+
* @example
|
|
40998
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
40999
|
+
*/
|
|
41000
|
+
requestId?: string;
|
|
41001
|
+
static names(): {
|
|
41002
|
+
[key: string]: string;
|
|
41003
|
+
};
|
|
41004
|
+
static types(): {
|
|
41005
|
+
[key: string]: any;
|
|
41006
|
+
};
|
|
41007
|
+
constructor(map?: {
|
|
41008
|
+
[key: string]: any;
|
|
41009
|
+
});
|
|
41010
|
+
}
|
|
41011
|
+
export declare class RenewElasticityAssurancesResponse extends $tea.Model {
|
|
41012
|
+
headers?: {
|
|
41013
|
+
[key: string]: string;
|
|
41014
|
+
};
|
|
41015
|
+
statusCode?: number;
|
|
41016
|
+
body?: RenewElasticityAssurancesResponseBody;
|
|
41017
|
+
static names(): {
|
|
41018
|
+
[key: string]: string;
|
|
41019
|
+
};
|
|
41020
|
+
static types(): {
|
|
41021
|
+
[key: string]: any;
|
|
41022
|
+
};
|
|
41023
|
+
constructor(map?: {
|
|
41024
|
+
[key: string]: any;
|
|
41025
|
+
});
|
|
41026
|
+
}
|
|
40889
41027
|
export declare class RenewInstanceRequest extends $tea.Model {
|
|
40890
41028
|
/**
|
|
40891
41029
|
* @remarks
|
|
@@ -41755,6 +41893,9 @@ export declare class ResizeDiskResponseBody extends $tea.Model {
|
|
|
41755
41893
|
*/
|
|
41756
41894
|
orderId?: string;
|
|
41757
41895
|
/**
|
|
41896
|
+
* @remarks
|
|
41897
|
+
* The ID of the request.
|
|
41898
|
+
*
|
|
41758
41899
|
* @example
|
|
41759
41900
|
* F3CD6886-D8D0-4FEE-B93E-1B732396****
|
|
41760
41901
|
*/
|
|
@@ -41816,7 +41957,7 @@ export declare class RevokeSecurityGroupRequest extends $tea.Model {
|
|
|
41816
41957
|
destCidrIp?: string;
|
|
41817
41958
|
/**
|
|
41818
41959
|
* @remarks
|
|
41819
|
-
* This parameter is deprecated. Use `Permissions.N.IpProtocol` to specify the
|
|
41960
|
+
* This parameter is deprecated. Use `Permissions.N.IpProtocol` to specify the protocol.
|
|
41820
41961
|
*
|
|
41821
41962
|
* @example
|
|
41822
41963
|
* ALL
|
|
@@ -41858,7 +41999,7 @@ export declare class RevokeSecurityGroupRequest extends $tea.Model {
|
|
|
41858
41999
|
ownerId?: number;
|
|
41859
42000
|
/**
|
|
41860
42001
|
* @remarks
|
|
41861
|
-
*
|
|
42002
|
+
* Security group rule N. Valid values of N: 1 to 100.
|
|
41862
42003
|
*/
|
|
41863
42004
|
permissions?: RevokeSecurityGroupRequestPermissions[];
|
|
41864
42005
|
/**
|
|
@@ -42094,7 +42235,7 @@ export declare class RevokeSecurityGroupEgressRequest extends $tea.Model {
|
|
|
42094
42235
|
destPrefixListId?: string;
|
|
42095
42236
|
/**
|
|
42096
42237
|
* @remarks
|
|
42097
|
-
* This parameter is deprecated. Use `Permissions.N.IpProtocol` to specify the
|
|
42238
|
+
* This parameter is deprecated. Use `Permissions.N.IpProtocol` to specify the protocol.
|
|
42098
42239
|
*
|
|
42099
42240
|
* @example
|
|
42100
42241
|
* TCP
|
|
@@ -42432,6 +42573,13 @@ export declare class RunCommandRequest extends $tea.Model {
|
|
|
42432
42573
|
* false
|
|
42433
42574
|
*/
|
|
42434
42575
|
keepCommand?: boolean;
|
|
42576
|
+
/**
|
|
42577
|
+
* @remarks
|
|
42578
|
+
* The launcher for script execution. The value cannot exceed 1 KB in length.
|
|
42579
|
+
*
|
|
42580
|
+
* @example
|
|
42581
|
+
* python3 -u {{ACS::ScriptFileName|Ext(".py")}}
|
|
42582
|
+
*/
|
|
42435
42583
|
launcher?: string;
|
|
42436
42584
|
/**
|
|
42437
42585
|
* @remarks
|
|
@@ -42782,6 +42930,13 @@ export declare class RunCommandShrinkRequest extends $tea.Model {
|
|
|
42782
42930
|
* false
|
|
42783
42931
|
*/
|
|
42784
42932
|
keepCommand?: boolean;
|
|
42933
|
+
/**
|
|
42934
|
+
* @remarks
|
|
42935
|
+
* The launcher for script execution. The value cannot exceed 1 KB in length.
|
|
42936
|
+
*
|
|
42937
|
+
* @example
|
|
42938
|
+
* python3 -u {{ACS::ScriptFileName|Ext(".py")}}
|
|
42939
|
+
*/
|
|
42785
42940
|
launcher?: string;
|
|
42786
42941
|
/**
|
|
42787
42942
|
* @remarks
|
|
@@ -43032,7 +43187,7 @@ export declare class RunInstancesRequest extends $tea.Model {
|
|
|
43032
43187
|
affinity?: string;
|
|
43033
43188
|
/**
|
|
43034
43189
|
* @remarks
|
|
43035
|
-
* The desired number of ECS instances. Valid values: 1 to 100.
|
|
43190
|
+
* The desired number of ECS instances that you want to create. Valid values: 1 to 100.
|
|
43036
43191
|
*
|
|
43037
43192
|
* The number of ECS instances that can be created varies based on the Amount and MinAmount values.
|
|
43038
43193
|
*
|
|
@@ -43052,7 +43207,7 @@ export declare class RunInstancesRequest extends $tea.Model {
|
|
|
43052
43207
|
amount?: number;
|
|
43053
43208
|
/**
|
|
43054
43209
|
* @remarks
|
|
43055
|
-
* This parameter is not publicly available.
|
|
43210
|
+
* > This parameter is not publicly available.
|
|
43056
43211
|
*/
|
|
43057
43212
|
arn?: RunInstancesRequestArn[];
|
|
43058
43213
|
/**
|
|
@@ -43141,7 +43296,7 @@ export declare class RunInstancesRequest extends $tea.Model {
|
|
|
43141
43296
|
dataDisk?: RunInstancesRequestDataDisk[];
|
|
43142
43297
|
/**
|
|
43143
43298
|
* @remarks
|
|
43144
|
-
* The ID of the dedicated host on which to create the instance. If you
|
|
43299
|
+
* The ID of the dedicated host on which to create the instance. Preemptible instances cannot be created on dedicated hosts. If you specify `DedicatedHostId`, `SpotStrategy` and `SpotPriceLimit` are ignored.
|
|
43145
43300
|
*
|
|
43146
43301
|
* You can call the [DescribeDedicatedHosts](https://help.aliyun.com/document_detail/134242.html) operation to query the list of dedicated host IDs.
|
|
43147
43302
|
*
|
|
@@ -43283,9 +43438,13 @@ export declare class RunInstancesRequest extends $tea.Model {
|
|
|
43283
43438
|
* @remarks
|
|
43284
43439
|
* The name of the image family. You can set this parameter to obtain the latest available custom image from the specified image family to create instances.
|
|
43285
43440
|
*
|
|
43441
|
+
* The name must be 2 to 128 characters in length. The name cannot start with a digit, a special character, http://, or https://. The name can contain letters, digits, periods (.), underscores (_), hyphens (-), and colons (:).
|
|
43442
|
+
*
|
|
43443
|
+
* Take note of the following items:
|
|
43444
|
+
*
|
|
43286
43445
|
* * If you specify `ImageId`, you cannot specify ImageFamily.
|
|
43287
|
-
* * If you do not specify `ImageId` but use
|
|
43288
|
-
* * If you do not specify `ImageId` but use
|
|
43446
|
+
* * If you do not specify `ImageId` but use `LaunchTemplateId` or `LaunchTemplateName` to specify a launch template that has `ImageId` specified, you cannot specify ImageFamily.
|
|
43447
|
+
* * If you do not specify `ImageId` but use `LaunchTemplateId` or `LaunchTemplateName` to specify a launch template that does not have `ImageId` specified, you can specify ImageFamily.
|
|
43289
43448
|
* * If you do not specify `ImageId`, `LaunchTemplateId`, or `LaunchTemplateName`, you can specify ImageFamily.
|
|
43290
43449
|
*
|
|
43291
43450
|
* > For information about image families that are associated with Alibaba Cloud official images, see [Overview of public images](https://help.aliyun.com/document_detail/108393.html).
|
|
@@ -43466,7 +43625,7 @@ export declare class RunInstancesRequest extends $tea.Model {
|
|
|
43466
43625
|
launchTemplateVersion?: number;
|
|
43467
43626
|
/**
|
|
43468
43627
|
* @remarks
|
|
43469
|
-
* The minimum number of ECS instances to
|
|
43628
|
+
* The minimum number of ECS instances that you want to create. Valid values: 1 to 100.
|
|
43470
43629
|
*
|
|
43471
43630
|
* The number of ECS instances that can be created varies based on the Amount and MinAmount values.
|
|
43472
43631
|
*
|
|
@@ -43557,6 +43716,10 @@ export declare class RunInstancesRequest extends $tea.Model {
|
|
|
43557
43716
|
* Month
|
|
43558
43717
|
*/
|
|
43559
43718
|
periodUnit?: string;
|
|
43719
|
+
/**
|
|
43720
|
+
* @remarks
|
|
43721
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
43722
|
+
*/
|
|
43560
43723
|
privateDnsNameOptions?: RunInstancesRequestPrivateDnsNameOptions;
|
|
43561
43724
|
/**
|
|
43562
43725
|
* @remarks
|
|
@@ -43663,7 +43826,7 @@ export declare class RunInstancesRequest extends $tea.Model {
|
|
|
43663
43826
|
*
|
|
43664
43827
|
* * Terminate: The instance is released.
|
|
43665
43828
|
*
|
|
43666
|
-
* * Stop: The instance is stopped in economical mode.
|
|
43829
|
+
* * Stop: The instance is stopped in economical mode.
|
|
43667
43830
|
*
|
|
43668
43831
|
* For information about the economical mode, see [Economical mode](https://help.aliyun.com/document_detail/63353.html).
|
|
43669
43832
|
*
|
|
@@ -44146,13 +44309,26 @@ export declare class StartImagePipelineExecutionResponse extends $tea.Model {
|
|
|
44146
44309
|
}
|
|
44147
44310
|
export declare class StartInstanceRequest extends $tea.Model {
|
|
44148
44311
|
/**
|
|
44312
|
+
* @remarks
|
|
44313
|
+
* Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
44314
|
+
*
|
|
44315
|
+
* * true: performs only a dry run. The system checks the AccessKey pair, the permissions of the RAM user, and the required parameters. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
44316
|
+
* * false: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
44317
|
+
*
|
|
44318
|
+
* Default value: false.
|
|
44319
|
+
*
|
|
44149
44320
|
* @example
|
|
44150
44321
|
* true
|
|
44151
44322
|
*/
|
|
44152
44323
|
dryRun?: boolean;
|
|
44153
44324
|
/**
|
|
44154
44325
|
* @remarks
|
|
44155
|
-
*
|
|
44326
|
+
* Specifies whether to restore the instance to its initial health state. This parameter is applicable to instances that are equipped with local disks, such as d1, i1, and i2 instances. If a local disk of a d1, i1, or i2 instance fails, you can use this parameter to specify whether to restore the instance to its initial health state on startup. Valid values:
|
|
44327
|
+
*
|
|
44328
|
+
* * true: restores the instance to its initial health state on startup. After the instance is restored to its initial health state, data stored on the local disks of the instance is lost.
|
|
44329
|
+
* * false: does not perform operations and keeps the instance in the current state.
|
|
44330
|
+
*
|
|
44331
|
+
* Default value: false.
|
|
44156
44332
|
*
|
|
44157
44333
|
* @example
|
|
44158
44334
|
* true
|
|
@@ -44160,12 +44336,7 @@ export declare class StartInstanceRequest extends $tea.Model {
|
|
|
44160
44336
|
initLocalDisk?: boolean;
|
|
44161
44337
|
/**
|
|
44162
44338
|
* @remarks
|
|
44163
|
-
*
|
|
44164
|
-
*
|
|
44165
|
-
* * true: performs only a dry run. The system checks whether your AccessKey pair is valid, whether RAM users are granted permissions, and whether the required parameters are specified. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
44166
|
-
* * false: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
44167
|
-
*
|
|
44168
|
-
* Default value: false.
|
|
44339
|
+
* The ID of the instance that you want to start.
|
|
44169
44340
|
*
|
|
44170
44341
|
* This parameter is required.
|
|
44171
44342
|
*
|
|
@@ -44189,6 +44360,9 @@ export declare class StartInstanceRequest extends $tea.Model {
|
|
|
44189
44360
|
}
|
|
44190
44361
|
export declare class StartInstanceResponseBody extends $tea.Model {
|
|
44191
44362
|
/**
|
|
44363
|
+
* @remarks
|
|
44364
|
+
* The request ID.
|
|
44365
|
+
*
|
|
44192
44366
|
* @example
|
|
44193
44367
|
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
44194
44368
|
*/
|
|
@@ -44222,7 +44396,12 @@ export declare class StartInstanceResponse extends $tea.Model {
|
|
|
44222
44396
|
export declare class StartInstancesRequest extends $tea.Model {
|
|
44223
44397
|
/**
|
|
44224
44398
|
* @remarks
|
|
44225
|
-
* The
|
|
44399
|
+
* The batch operation mode. Valid values:
|
|
44400
|
+
*
|
|
44401
|
+
* * AllTogether: starts all ECS instances at the same time. If all ECS instances are started, a success message is returned. If an ECS instance fails to be started, all the specified instances fail to be started and an error message is returned.
|
|
44402
|
+
* * SuccessFirst: separately starts each ECS instance. The response contains the operation results of each ECS instance.
|
|
44403
|
+
*
|
|
44404
|
+
* Default value: AllTogether.
|
|
44226
44405
|
*
|
|
44227
44406
|
* @example
|
|
44228
44407
|
* AllTogether
|
|
@@ -44230,7 +44409,15 @@ export declare class StartInstancesRequest extends $tea.Model {
|
|
|
44230
44409
|
batchOptimization?: string;
|
|
44231
44410
|
/**
|
|
44232
44411
|
* @remarks
|
|
44233
|
-
*
|
|
44412
|
+
* Specifies whether to perform a dry run. Valid values:
|
|
44413
|
+
*
|
|
44414
|
+
* * true: performs only a dry run. The system checks the request for potential issues, including required parameters, request syntax, and instance status. If the request fails the dry run, an error message is returned. If the request passes the dry run, `DRYRUN.SUCCESS` is returned.
|
|
44415
|
+
*
|
|
44416
|
+
* > If you set `BatchOptimization` to `SuccessFirst` and `DryRun` to true, only `DRYRUN.SUCCESS` is returned regardless of whether the request passes the dry run.
|
|
44417
|
+
*
|
|
44418
|
+
* * false: performs a dry run and performs the actual request. If the request passes the dry run, the operation is performed.
|
|
44419
|
+
*
|
|
44420
|
+
* Default value: false.
|
|
44234
44421
|
*
|
|
44235
44422
|
* @example
|
|
44236
44423
|
* false
|
|
@@ -44238,7 +44425,7 @@ export declare class StartInstancesRequest extends $tea.Model {
|
|
|
44238
44425
|
dryRun?: boolean;
|
|
44239
44426
|
/**
|
|
44240
44427
|
* @remarks
|
|
44241
|
-
* The
|
|
44428
|
+
* The IDs of the ECS instances. You can specify up to 100 ECS instance IDs.
|
|
44242
44429
|
*
|
|
44243
44430
|
* This parameter is required.
|
|
44244
44431
|
*
|
|
@@ -44250,12 +44437,7 @@ export declare class StartInstancesRequest extends $tea.Model {
|
|
|
44250
44437
|
ownerId?: number;
|
|
44251
44438
|
/**
|
|
44252
44439
|
* @remarks
|
|
44253
|
-
* The
|
|
44254
|
-
*
|
|
44255
|
-
* * AllTogether: starts all ECS instances at the same time. If all ECS instances are started, a success message is returned. If an ECS instance fails to be started, all the specified instances fail to be started and an error message is returned.
|
|
44256
|
-
* * SuccessFirst: separately starts each ECS instance. The response contains the operation results of each ECS instance.
|
|
44257
|
-
*
|
|
44258
|
-
* Default value: AllTogether.
|
|
44440
|
+
* The region ID of the ECS instance. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the most recent region list.
|
|
44259
44441
|
*
|
|
44260
44442
|
* This parameter is required.
|
|
44261
44443
|
*
|
|
@@ -44278,12 +44460,12 @@ export declare class StartInstancesRequest extends $tea.Model {
|
|
|
44278
44460
|
export declare class StartInstancesResponseBody extends $tea.Model {
|
|
44279
44461
|
/**
|
|
44280
44462
|
* @remarks
|
|
44281
|
-
* The status of
|
|
44463
|
+
* The information about the ECS instance, such as the status of each instance before and after the operation is called and the operation results.
|
|
44282
44464
|
*/
|
|
44283
44465
|
instanceResponses?: StartInstancesResponseBodyInstanceResponses;
|
|
44284
44466
|
/**
|
|
44285
44467
|
* @remarks
|
|
44286
|
-
* The
|
|
44468
|
+
* The ID of the request.
|
|
44287
44469
|
*
|
|
44288
44470
|
* @example
|
|
44289
44471
|
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3****
|
|
@@ -44734,6 +44916,9 @@ export declare class StopInvocationRequest extends $tea.Model {
|
|
|
44734
44916
|
}
|
|
44735
44917
|
export declare class StopInvocationResponseBody extends $tea.Model {
|
|
44736
44918
|
/**
|
|
44919
|
+
* @remarks
|
|
44920
|
+
* The ID of the request.
|
|
44921
|
+
*
|
|
44737
44922
|
* @example
|
|
44738
44923
|
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
44739
44924
|
*/
|
|
@@ -45665,7 +45850,7 @@ export declare class AttachKeyPairResponseBodyResults extends $tea.Model {
|
|
|
45665
45850
|
export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model {
|
|
45666
45851
|
/**
|
|
45667
45852
|
* @remarks
|
|
45668
|
-
* The description of security group rule
|
|
45853
|
+
* The description of the security group rule. The description must be 1 to 512 characters in length.
|
|
45669
45854
|
*
|
|
45670
45855
|
* Valid values of N: 1 to 100.
|
|
45671
45856
|
*
|
|
@@ -45675,9 +45860,9 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
|
|
|
45675
45860
|
description?: string;
|
|
45676
45861
|
/**
|
|
45677
45862
|
* @remarks
|
|
45678
|
-
* The destination IPv4 CIDR block
|
|
45863
|
+
* The destination IPv4 CIDR block. IPv4 CIDR blocks and IPv4 addresses are supported.
|
|
45679
45864
|
*
|
|
45680
|
-
* This parameter is
|
|
45865
|
+
* This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
|
|
45681
45866
|
*
|
|
45682
45867
|
* Valid values of N: 1 to 100.
|
|
45683
45868
|
*
|
|
@@ -45687,13 +45872,13 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
|
|
|
45687
45872
|
destCidrIp?: string;
|
|
45688
45873
|
/**
|
|
45689
45874
|
* @remarks
|
|
45690
|
-
* The
|
|
45875
|
+
* The protocol. The values of this parameter are case-insensitive. Valid values:
|
|
45691
45876
|
*
|
|
45692
|
-
* * TCP
|
|
45693
|
-
* * UDP
|
|
45694
|
-
* * ICMP
|
|
45695
|
-
* * ICMPv6
|
|
45696
|
-
* * GRE
|
|
45877
|
+
* * TCP.
|
|
45878
|
+
* * UDP.
|
|
45879
|
+
* * ICMP.
|
|
45880
|
+
* * ICMPv6.
|
|
45881
|
+
* * GRE.
|
|
45697
45882
|
* * ALL: All protocols are supported.
|
|
45698
45883
|
*
|
|
45699
45884
|
* Valid values of N: 1 to 100.
|
|
@@ -45704,13 +45889,13 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
|
|
|
45704
45889
|
ipProtocol?: string;
|
|
45705
45890
|
/**
|
|
45706
45891
|
* @remarks
|
|
45707
|
-
* The destination IPv6 CIDR block
|
|
45892
|
+
* The destination IPv6 CIDR block. IPv6 CIDR blocks and IPv6 addresses are supported.
|
|
45708
45893
|
*
|
|
45709
|
-
* This parameter is
|
|
45894
|
+
* This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
|
|
45710
45895
|
*
|
|
45711
45896
|
* Valid values of N: 1 to 100.
|
|
45712
45897
|
*
|
|
45713
|
-
* >
|
|
45898
|
+
* > This parameter is valid only for ECS instances that reside in VPCs and support IPv6 CIDR blocks. You cannot specify both this parameter and `DestCidrIp` in the same request.
|
|
45714
45899
|
*
|
|
45715
45900
|
* @example
|
|
45716
45901
|
* 2001:250:6000::***
|
|
@@ -45718,11 +45903,11 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
|
|
|
45718
45903
|
ipv6DestCidrIp?: string;
|
|
45719
45904
|
/**
|
|
45720
45905
|
* @remarks
|
|
45721
|
-
* The source IPv6 CIDR block
|
|
45906
|
+
* The source IPv6 CIDR block of the security group rule. IPv6 CIDR blocks and IPv6 addresses are supported.
|
|
45722
45907
|
*
|
|
45723
45908
|
* Valid values of N: 1 to 100.
|
|
45724
45909
|
*
|
|
45725
|
-
* >
|
|
45910
|
+
* > This parameter is valid only for Elastic Compute Service (ECS) instances that reside in virtual private clouds (VPCs) and support IPv6 CIDR blocks. You cannot specify both this parameter and `SourceCidrIp` in the same request.
|
|
45726
45911
|
*
|
|
45727
45912
|
* @example
|
|
45728
45913
|
* 2001:250:6000::***
|
|
@@ -45730,14 +45915,14 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
|
|
|
45730
45915
|
ipv6SourceCidrIp?: string;
|
|
45731
45916
|
/**
|
|
45732
45917
|
* @remarks
|
|
45733
|
-
* The network interface controller (NIC) type of security group rule
|
|
45918
|
+
* The network interface controller (NIC) type of the security group rule if the security group resides in the classic network. Valid values:
|
|
45734
45919
|
*
|
|
45735
45920
|
* * internet: public NIC.
|
|
45736
45921
|
* * intranet: internal NIC.
|
|
45737
45922
|
*
|
|
45738
|
-
* If the security group
|
|
45923
|
+
* If the security group resides in a VPC, this parameter is set to intranet by default and cannot be modified.
|
|
45739
45924
|
*
|
|
45740
|
-
* If you specify only DestGroupId when you configure access between security groups,
|
|
45925
|
+
* If you specify only DestGroupId when you configure access permissions between security groups, you must set this parameter to intranet.
|
|
45741
45926
|
*
|
|
45742
45927
|
* Default value: internet.
|
|
45743
45928
|
*
|
|
@@ -45749,10 +45934,10 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
|
|
|
45749
45934
|
nicType?: string;
|
|
45750
45935
|
/**
|
|
45751
45936
|
* @remarks
|
|
45752
|
-
* The action of security group rule
|
|
45937
|
+
* The action of the security group rule. Valid values:
|
|
45753
45938
|
*
|
|
45754
|
-
* * accept: allows access.
|
|
45755
|
-
* * drop: denies access and returns no responses. In this case, the request times out or the connection cannot be established.
|
|
45939
|
+
* * accept: allows inbound access.
|
|
45940
|
+
* * drop: denies inbound access and returns no responses. In this case, the request times out or the connection cannot be established.
|
|
45756
45941
|
*
|
|
45757
45942
|
* Default value: accept.
|
|
45758
45943
|
*
|
|
@@ -45764,14 +45949,14 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
|
|
|
45764
45949
|
policy?: string;
|
|
45765
45950
|
/**
|
|
45766
45951
|
* @remarks
|
|
45767
|
-
* The range of destination
|
|
45952
|
+
* The range of destination port numbers for the protocols specified in the security group rule. Valid values:
|
|
45768
45953
|
*
|
|
45769
|
-
* * If you set IpProtocol to TCP or UDP, the port number range is 1 to 65535. Specify a port range in the format of \\<Start port number>/\\<End port number>. Example: 1/200.
|
|
45954
|
+
* * If you set IpProtocol to TCP or UDP, the port number range is 1 to 65535. Specify a port number range in the format of \\<Start port number>/\\<End port number>. Example: 1/200.
|
|
45770
45955
|
* * If you set IpProtocol to ICMP, the port number range is -1/-1.
|
|
45771
45956
|
* * If you set IpProtocol to GRE, the port number range is -1/-1.
|
|
45772
|
-
* * If you set IpProtocol to ALL, the port number range is -1/-1.
|
|
45957
|
+
* * If you set IpProtocol to ALL, the port number range is -1/-1, which indicates all port numbers.
|
|
45773
45958
|
*
|
|
45774
|
-
* For more information, see [
|
|
45959
|
+
* For more information, see [Common ports](https://help.aliyun.com/document_detail/40724.html).
|
|
45775
45960
|
*
|
|
45776
45961
|
* Valid values of N: 1 to 100.
|
|
45777
45962
|
*
|
|
@@ -45781,7 +45966,7 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
|
|
|
45781
45966
|
portRange?: string;
|
|
45782
45967
|
/**
|
|
45783
45968
|
* @remarks
|
|
45784
|
-
* The priority of security group rule
|
|
45969
|
+
* The priority of the security group rule. A smaller value specifies a higher priority. Valid values: 1 to 100.
|
|
45785
45970
|
*
|
|
45786
45971
|
* Default value: 1.
|
|
45787
45972
|
*
|
|
@@ -45793,7 +45978,7 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
|
|
|
45793
45978
|
priority?: string;
|
|
45794
45979
|
/**
|
|
45795
45980
|
* @remarks
|
|
45796
|
-
* The source IPv4 CIDR block
|
|
45981
|
+
* The source IPv4 CIDR block of the security group rule. IPv4 CIDR blocks and IPv4 addresses are supported.
|
|
45797
45982
|
*
|
|
45798
45983
|
* Valid values of N: 1 to 100.
|
|
45799
45984
|
*
|
|
@@ -45803,18 +45988,18 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
|
|
|
45803
45988
|
sourceCidrIp?: string;
|
|
45804
45989
|
/**
|
|
45805
45990
|
* @remarks
|
|
45806
|
-
* The ID of the source security group
|
|
45991
|
+
* The ID of the source security group that is specified in the security group rule.
|
|
45807
45992
|
*
|
|
45808
|
-
* *
|
|
45809
|
-
* * If `SourceGroupId`
|
|
45810
|
-
* * If both `SourceGroupId` and `SourceCidrIp
|
|
45993
|
+
* * You must specify at least one of the following parameters: `SourceGroupId`, `SourceCidrIp`, `Ipv6SourceCidrIp`, and `SourcePrefixListId`.
|
|
45994
|
+
* * If you specify `SourceGroupId` but do not specify `SourceCidrIp` or `Ipv6SourceCidrIp`, you must set `NicType` to `intranet`.
|
|
45995
|
+
* * If you specify both `SourceGroupId` and `SourceCidrIp`, `SourceCidrIp` takes precedence.
|
|
45811
45996
|
*
|
|
45812
45997
|
* Valid values of N: 1 to 100.
|
|
45813
45998
|
*
|
|
45814
|
-
*
|
|
45999
|
+
* When you specify this parameter, take note of the following items:
|
|
45815
46000
|
*
|
|
45816
|
-
* *
|
|
45817
|
-
* *
|
|
46001
|
+
* * In advanced security groups, security groups cannot be used as authorization objects.
|
|
46002
|
+
* * In each basic security group, up to 20 security groups can be used as authorization objects in security group rules.
|
|
45818
46003
|
*
|
|
45819
46004
|
* @example
|
|
45820
46005
|
* sg-bp67acfmxazb4p****
|
|
@@ -45822,10 +46007,10 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
|
|
|
45822
46007
|
sourceGroupId?: string;
|
|
45823
46008
|
/**
|
|
45824
46009
|
* @remarks
|
|
45825
|
-
* The Alibaba Cloud account that manages the source security group
|
|
46010
|
+
* The Alibaba Cloud account that manages the source security group specified in the security group rule.
|
|
45826
46011
|
*
|
|
45827
|
-
* * If
|
|
45828
|
-
* * If you specify `SourceCidrIp`, `SourceGroupOwnerAccount`
|
|
46012
|
+
* * If both `SourceGroupOwnerAccount` and `SourceGroupOwnerId` are empty, access permissions are configured for another security group in your Alibaba Cloud account.
|
|
46013
|
+
* * If you specify `SourceCidrIp`, `SourceGroupOwnerAccount` is ignored.
|
|
45829
46014
|
*
|
|
45830
46015
|
* Valid values of N: 1 to 100.
|
|
45831
46016
|
*
|
|
@@ -45835,9 +46020,9 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
|
|
|
45835
46020
|
sourceGroupOwnerAccount?: string;
|
|
45836
46021
|
/**
|
|
45837
46022
|
* @remarks
|
|
45838
|
-
* The ID of the Alibaba Cloud account that manages the source security group
|
|
46023
|
+
* The ID of the Alibaba Cloud account that manages the source security group specified in the security group rule.
|
|
45839
46024
|
*
|
|
45840
|
-
* * If
|
|
46025
|
+
* * If both `SourceGroupOwnerAccount` and `SourceGroupOwnerId` are empty, access permissions are configured for another security group in your Alibaba Cloud account.
|
|
45841
46026
|
* * If you specify `SourceCidrIp`, `SourceGroupOwnerAccount` is ignored.
|
|
45842
46027
|
*
|
|
45843
46028
|
* Valid values of N: 1 to 100.
|
|
@@ -45848,14 +46033,14 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
|
|
|
45848
46033
|
sourceGroupOwnerId?: number;
|
|
45849
46034
|
/**
|
|
45850
46035
|
* @remarks
|
|
45851
|
-
* The range of source
|
|
46036
|
+
* The range of source port numbers for the protocols specified in the security group rule. Valid values:
|
|
45852
46037
|
*
|
|
45853
|
-
* * If you set IpProtocol to TCP or UDP, the port number range is 1 to 65535. Specify a port range in the format of \\<Start port number>/\\<End port number>. Example: 1/200.
|
|
46038
|
+
* * If you set IpProtocol to TCP or UDP, the port number range is 1 to 65535. Specify a port number range in the format of \\<Start port number>/\\<End port number>. Example: 1/200.
|
|
45854
46039
|
* * If you set IpProtocol to ICMP, the port number range is -1/-1.
|
|
45855
46040
|
* * If you set IpProtocol to GRE, the port number range is -1/-1.
|
|
45856
|
-
* * If you set IpProtocol to ALL, the port number range is -1/-1.
|
|
46041
|
+
* * If you set IpProtocol to ALL, the port number range is -1/-1, which indicates all port numbers.
|
|
45857
46042
|
*
|
|
45858
|
-
* This parameter is
|
|
46043
|
+
* This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
|
|
45859
46044
|
*
|
|
45860
46045
|
* Valid values of N: 1 to 100.
|
|
45861
46046
|
*
|
|
@@ -45865,13 +46050,13 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
|
|
|
45865
46050
|
sourcePortRange?: string;
|
|
45866
46051
|
/**
|
|
45867
46052
|
* @remarks
|
|
45868
|
-
* The ID of the source prefix list
|
|
46053
|
+
* The ID of the source prefix list of the security group rule. You can call the [DescribePrefixLists](https://help.aliyun.com/document_detail/205046.html) operation to query the IDs of available prefix lists.
|
|
45869
46054
|
*
|
|
45870
46055
|
* Valid values of N: 1 to 100.
|
|
45871
46056
|
*
|
|
45872
|
-
*
|
|
46057
|
+
* When you specify this parameter, take note of the following items:
|
|
45873
46058
|
*
|
|
45874
|
-
* * If a security group
|
|
46059
|
+
* * If a security group resides in the classic network, you cannot specify prefix lists in the rules of the security group. For information about the limits on security groups and prefix lists, see the [Security group limits](~~25412#SecurityGroupQuota1~~) section of the "Limits and quotas" topic.
|
|
45875
46060
|
* * If you specify `SourceCidrIp`, `Ipv6SourceCidrIp`, or `SourceGroupId`, this parameter is ignored.
|
|
45876
46061
|
*
|
|
45877
46062
|
* @example
|
|
@@ -45891,7 +46076,7 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
|
|
|
45891
46076
|
export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea.Model {
|
|
45892
46077
|
/**
|
|
45893
46078
|
* @remarks
|
|
45894
|
-
* The description of security group rule
|
|
46079
|
+
* The description of the security group rule. The description must be 1 to 512 characters in length.
|
|
45895
46080
|
*
|
|
45896
46081
|
* Valid values of N: 1 to 100.
|
|
45897
46082
|
*
|
|
@@ -45901,7 +46086,7 @@ export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea
|
|
|
45901
46086
|
description?: string;
|
|
45902
46087
|
/**
|
|
45903
46088
|
* @remarks
|
|
45904
|
-
* The destination IPv4 CIDR block
|
|
46089
|
+
* The destination IPv4 CIDR block of the security group rule. IPv4 CIDR blocks and IPv4 addresses are supported.
|
|
45905
46090
|
*
|
|
45906
46091
|
* Valid values of N: 1 to 100.
|
|
45907
46092
|
*
|
|
@@ -45911,18 +46096,18 @@ export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea
|
|
|
45911
46096
|
destCidrIp?: string;
|
|
45912
46097
|
/**
|
|
45913
46098
|
* @remarks
|
|
45914
|
-
* The ID of the destination security group
|
|
46099
|
+
* The ID of the destination security group that is specified in the security group rule.
|
|
45915
46100
|
*
|
|
45916
|
-
* *
|
|
45917
|
-
* * If `DestGroupId`
|
|
45918
|
-
* * If both `DestGroupId` and `DestCidrIp
|
|
46101
|
+
* * You must specify at least one of the following parameters: `DestGroupId`, `DestCidrIp`, `Ipv6DestCidrIp`, and `DestPrefixListId`.
|
|
46102
|
+
* * If you specify `DestGroupId` but do not specify `DestCidrIp`, you must set `NicType` to intranet.
|
|
46103
|
+
* * If you specify both `DestGroupId` and `DestCidrIp`, `DestCidrIp` takes precedence.
|
|
45919
46104
|
*
|
|
45920
46105
|
* Valid values of N: 1 to 100.
|
|
45921
46106
|
*
|
|
45922
|
-
*
|
|
46107
|
+
* When you specify this parameter, take note of the following items:
|
|
45923
46108
|
*
|
|
45924
|
-
* *
|
|
45925
|
-
* *
|
|
46109
|
+
* * In advanced security groups, security groups cannot be used as authorization objects in security group rules.
|
|
46110
|
+
* * In each basic security group, up to 20 security groups can be used as authorization objects.
|
|
45926
46111
|
*
|
|
45927
46112
|
* @example
|
|
45928
46113
|
* sg-bp67acfmxazb4p****
|
|
@@ -45930,10 +46115,10 @@ export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea
|
|
|
45930
46115
|
destGroupId?: string;
|
|
45931
46116
|
/**
|
|
45932
46117
|
* @remarks
|
|
45933
|
-
* The Alibaba Cloud account that manages the destination security group
|
|
46118
|
+
* The Alibaba Cloud account that manages the destination security group specified in the security group rule.
|
|
45934
46119
|
*
|
|
45935
|
-
* * If both `DestGroupOwnerAccount` and `DestGroupOwnerId` are
|
|
45936
|
-
* * If `DestCidrIp
|
|
46120
|
+
* * If both `DestGroupOwnerAccount` and `DestGroupOwnerId` are empty, the rule is created to control access to another security group in your Alibaba Cloud account.
|
|
46121
|
+
* * If you specify `DestCidrIp`, `DestGroupOwnerAccount` is ignored.
|
|
45937
46122
|
*
|
|
45938
46123
|
* Valid values of N: 1 to 100.
|
|
45939
46124
|
*
|
|
@@ -45943,10 +46128,10 @@ export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea
|
|
|
45943
46128
|
destGroupOwnerAccount?: string;
|
|
45944
46129
|
/**
|
|
45945
46130
|
* @remarks
|
|
45946
|
-
* The ID of the Alibaba Cloud account that manages the destination security group
|
|
46131
|
+
* The ID of the Alibaba Cloud account that manages the destination security group specified in the security group rule.
|
|
45947
46132
|
*
|
|
45948
|
-
* * If both `DestGroupOwnerId` and `DestGroupOwnerAccount` are
|
|
45949
|
-
* * If `DestCidrIp
|
|
46133
|
+
* * If both `DestGroupOwnerId` and `DestGroupOwnerAccount` are empty, the rule is created to control access to another security group in your Alibaba Cloud account.
|
|
46134
|
+
* * If you specify `DestCidrIp`, `DestGroupOwnerId` is ignored.
|
|
45950
46135
|
*
|
|
45951
46136
|
* Valid values of N: 1 to 100.
|
|
45952
46137
|
*
|
|
@@ -45956,12 +46141,12 @@ export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea
|
|
|
45956
46141
|
destGroupOwnerId?: number;
|
|
45957
46142
|
/**
|
|
45958
46143
|
* @remarks
|
|
45959
|
-
* The ID of the destination prefix list
|
|
46144
|
+
* The ID of the destination prefix list of the security group rule. You can call the [DescribePrefixLists](https://help.aliyun.com/document_detail/205046.html) operation to query the IDs of available prefix lists.
|
|
45960
46145
|
*
|
|
45961
|
-
*
|
|
46146
|
+
* When you specify this parameter, take note of the following items:
|
|
45962
46147
|
*
|
|
45963
|
-
* * If a security group
|
|
45964
|
-
* * If you
|
|
46148
|
+
* * If a security group resides in the classic network, you cannot specify prefix lists in the rules of the security group. For information about the limits on security groups and prefix lists, see the [Security group limits](~~25412#SecurityGroupQuota1~~) section of the "Limits and quotas" topic.
|
|
46149
|
+
* * If you specify `DestCidrIp`, `Ipv6DestCidrIp`, or `DestGroupId`, this parameter is ignored.
|
|
45965
46150
|
*
|
|
45966
46151
|
* Valid values of N: 1 to 100.
|
|
45967
46152
|
*
|
|
@@ -45971,7 +46156,7 @@ export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea
|
|
|
45971
46156
|
destPrefixListId?: string;
|
|
45972
46157
|
/**
|
|
45973
46158
|
* @remarks
|
|
45974
|
-
* The
|
|
46159
|
+
* The protocol. The values of this parameter are case-insensitive. Valid values:
|
|
45975
46160
|
*
|
|
45976
46161
|
* * TCP.
|
|
45977
46162
|
* * UDP.
|
|
@@ -45988,11 +46173,11 @@ export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea
|
|
|
45988
46173
|
ipProtocol?: string;
|
|
45989
46174
|
/**
|
|
45990
46175
|
* @remarks
|
|
45991
|
-
* The destination IPv6 CIDR block
|
|
46176
|
+
* The destination IPv6 CIDR block of the security group rule. IPv6 CIDR blocks and IPv6 addresses are supported.
|
|
45992
46177
|
*
|
|
45993
46178
|
* Valid values of N: 1 to 100.
|
|
45994
46179
|
*
|
|
45995
|
-
* >
|
|
46180
|
+
* > This parameter is valid only for Elastic Compute Service (ECS) instances that reside in virtual private clouds (VPCs) and support IPv6 CIDR blocks. You cannot specify both this parameter and `DestCidrIp` in the same request.
|
|
45996
46181
|
*
|
|
45997
46182
|
* @example
|
|
45998
46183
|
* 2001:db8:1233:1a00::***
|
|
@@ -46000,13 +46185,13 @@ export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea
|
|
|
46000
46185
|
ipv6DestCidrIp?: string;
|
|
46001
46186
|
/**
|
|
46002
46187
|
* @remarks
|
|
46003
|
-
* The source IPv6 CIDR block
|
|
46188
|
+
* The source IPv6 CIDR block. IPv6 CIDR blocks and IPv6 addresses are supported.
|
|
46004
46189
|
*
|
|
46005
|
-
* This parameter is
|
|
46190
|
+
* This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
|
|
46006
46191
|
*
|
|
46007
46192
|
* Valid values of N: 1 to 100.
|
|
46008
46193
|
*
|
|
46009
|
-
* >
|
|
46194
|
+
* > This parameter is valid only for ECS instances that reside in VPCs and support IPv6 CIDR blocks. You cannot specify both this parameter and `DestCidrIp` in the same request.
|
|
46010
46195
|
*
|
|
46011
46196
|
* @example
|
|
46012
46197
|
* 2001:db8:1234:1a00::***
|
|
@@ -46014,14 +46199,14 @@ export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea
|
|
|
46014
46199
|
ipv6SourceCidrIp?: string;
|
|
46015
46200
|
/**
|
|
46016
46201
|
* @remarks
|
|
46017
|
-
* The network interface controller (NIC) type of security group rule
|
|
46202
|
+
* The network interface controller (NIC) type of the security group rule if the security group resides in the classic network. Valid values:
|
|
46018
46203
|
*
|
|
46019
|
-
* * internet: public NIC
|
|
46204
|
+
* * internet: public NIC.
|
|
46020
46205
|
*
|
|
46021
|
-
* * intranet: internal NIC
|
|
46206
|
+
* * intranet: internal NIC.
|
|
46022
46207
|
*
|
|
46023
|
-
* * If the security group
|
|
46024
|
-
* * If you
|
|
46208
|
+
* * If the security group resides in a VPC, this parameter is set to intranet by default and cannot be modified.
|
|
46209
|
+
* * If you specify only DestGroupId when you configure access permissions between security groups, you must set this parameter to intranet.
|
|
46025
46210
|
*
|
|
46026
46211
|
* Default value: internet.
|
|
46027
46212
|
*
|
|
@@ -46033,10 +46218,10 @@ export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea
|
|
|
46033
46218
|
nicType?: string;
|
|
46034
46219
|
/**
|
|
46035
46220
|
* @remarks
|
|
46036
|
-
* The action of security group rule
|
|
46221
|
+
* The action of the security group rule. Valid values:
|
|
46037
46222
|
*
|
|
46038
|
-
* * accept: allows
|
|
46039
|
-
* * drop: denies
|
|
46223
|
+
* * accept: allows outbound traffic.
|
|
46224
|
+
* * drop: denies outbound traffic and returns no responses. In this case, the request times out or the connection cannot be established.
|
|
46040
46225
|
*
|
|
46041
46226
|
* Default value: accept.
|
|
46042
46227
|
*
|
|
@@ -46048,12 +46233,12 @@ export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea
|
|
|
46048
46233
|
policy?: string;
|
|
46049
46234
|
/**
|
|
46050
46235
|
* @remarks
|
|
46051
|
-
* The range of destination
|
|
46236
|
+
* The range of destination port numbers for the protocols specified in the security group rule. Valid values:
|
|
46052
46237
|
*
|
|
46053
|
-
* * If you set IpProtocol to TCP or UDP, the port number range is 1 to 65535.
|
|
46238
|
+
* * If you set IpProtocol to TCP or UDP, the port number range is 1 to 65535. Specify a port number range in the format of \\<Start port number>/\\<End port number>. Example: 1/200.
|
|
46054
46239
|
* * If you set IpProtocol to ICMP, the port number range is -1/-1.
|
|
46055
46240
|
* * If you set IpProtocol to GRE, the port number range is -1/-1.
|
|
46056
|
-
* * If you set IpProtocol to ALL, the port number range is -1/-1.
|
|
46241
|
+
* * If you set IpProtocol to ALL, the port number range is -1/-1, which indicates all port numbers.
|
|
46057
46242
|
*
|
|
46058
46243
|
* Valid values of N: 1 to 100.
|
|
46059
46244
|
*
|
|
@@ -46063,7 +46248,7 @@ export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea
|
|
|
46063
46248
|
portRange?: string;
|
|
46064
46249
|
/**
|
|
46065
46250
|
* @remarks
|
|
46066
|
-
* The priority of security group rule
|
|
46251
|
+
* The priority of the security group rule. A smaller value specifies a higher priority. Valid values: 1 to 100.
|
|
46067
46252
|
*
|
|
46068
46253
|
* Default value: 1.
|
|
46069
46254
|
*
|
|
@@ -46075,9 +46260,9 @@ export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea
|
|
|
46075
46260
|
priority?: string;
|
|
46076
46261
|
/**
|
|
46077
46262
|
* @remarks
|
|
46078
|
-
* The source IPv4 CIDR block
|
|
46263
|
+
* The source IPv4 CIDR block. IPv4 CIDR blocks and IPv4 addresses are supported.
|
|
46079
46264
|
*
|
|
46080
|
-
* This parameter is
|
|
46265
|
+
* This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
|
|
46081
46266
|
*
|
|
46082
46267
|
* Valid values of N: 1 to 100.
|
|
46083
46268
|
*
|
|
@@ -46087,14 +46272,14 @@ export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea
|
|
|
46087
46272
|
sourceCidrIp?: string;
|
|
46088
46273
|
/**
|
|
46089
46274
|
* @remarks
|
|
46090
|
-
* The range of source
|
|
46275
|
+
* The range of source port numbers for the protocols specified in the security group rule. Valid values:
|
|
46091
46276
|
*
|
|
46092
|
-
* * If you set IpProtocol to TCP or UDP, the port number range is 1 to 65535.
|
|
46277
|
+
* * If you set IpProtocol to TCP or UDP, the port number range is 1 to 65535. Specify a port number range in the format of \\<Start port number>/\\<End port number>. Example: 1/200.
|
|
46093
46278
|
* * If you set IpProtocol to ICMP, the port number range is -1/-1.
|
|
46094
46279
|
* * If you set IpProtocol to GRE, the port number range is -1/-1.
|
|
46095
|
-
* * If you set IpProtocol to ALL, the port number range is -1/-1.
|
|
46280
|
+
* * If you set IpProtocol to ALL, the port number range is -1/-1, which indicates all port numbers.
|
|
46096
46281
|
*
|
|
46097
|
-
* This parameter is
|
|
46282
|
+
* This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
|
|
46098
46283
|
*
|
|
46099
46284
|
* Valid values of N: 1 to 100.
|
|
46100
46285
|
*
|
|
@@ -47232,7 +47417,7 @@ export declare class CreateAutoSnapshotPolicyRequestCopyEncryptionConfiguration
|
|
|
47232
47417
|
export declare class CreateAutoSnapshotPolicyRequestTag extends $tea.Model {
|
|
47233
47418
|
/**
|
|
47234
47419
|
* @remarks
|
|
47235
|
-
* The key of tag N to add to the snapshot. Valid values of N: 1 to 20. The tag key cannot be an empty string. The tag key can be up to 128 characters in length and cannot contain http:// or https://. The tag key cannot start with acs: or aliyun.
|
|
47420
|
+
* The key of tag N to add to the automatic snapshot policy. Valid values of N: 1 to 20. The tag key cannot be an empty string. The tag key can be up to 128 characters in length and cannot contain http:// or https://. The tag key cannot start with acs: or aliyun.
|
|
47236
47421
|
*
|
|
47237
47422
|
* @example
|
|
47238
47423
|
* TestKey
|
|
@@ -47240,7 +47425,7 @@ export declare class CreateAutoSnapshotPolicyRequestTag extends $tea.Model {
|
|
|
47240
47425
|
key?: string;
|
|
47241
47426
|
/**
|
|
47242
47427
|
* @remarks
|
|
47243
|
-
* The value of tag N to add to the snapshot. Valid values of N: 1 to 20. The tag value can be an empty string. The tag value can be up to 128 characters in length and cannot contain http:// or https://. The tag value cannot start with acs:.
|
|
47428
|
+
* The value of tag N to add to the automatic snapshot policy. Valid values of N: 1 to 20. The tag value can be an empty string. The tag value can be up to 128 characters in length and cannot contain http:// or https://. The tag value cannot start with acs:.
|
|
47244
47429
|
*
|
|
47245
47430
|
* @example
|
|
47246
47431
|
* TestValue
|
|
@@ -48954,17 +49139,26 @@ export declare class CreateNatGatewayResponseBodyForwardTableIds extends $tea.Mo
|
|
|
48954
49139
|
export declare class CreateNetworkInterfaceRequestConnectionTrackingConfiguration extends $tea.Model {
|
|
48955
49140
|
/**
|
|
48956
49141
|
* @remarks
|
|
48957
|
-
* This parameter is not publicly available.
|
|
49142
|
+
* > This parameter is not publicly available.
|
|
49143
|
+
*
|
|
49144
|
+
* @example
|
|
49145
|
+
* 3
|
|
48958
49146
|
*/
|
|
48959
49147
|
tcpClosedAndTimeWaitTimeout?: number;
|
|
48960
49148
|
/**
|
|
48961
49149
|
* @remarks
|
|
48962
|
-
* This parameter is not publicly available.
|
|
49150
|
+
* > This parameter is not publicly available.
|
|
49151
|
+
*
|
|
49152
|
+
* @example
|
|
49153
|
+
* 910
|
|
48963
49154
|
*/
|
|
48964
49155
|
tcpEstablishedTimeout?: number;
|
|
48965
49156
|
/**
|
|
48966
49157
|
* @remarks
|
|
48967
|
-
* This parameter is not publicly available.
|
|
49158
|
+
* > This parameter is not publicly available.
|
|
49159
|
+
*
|
|
49160
|
+
* @example
|
|
49161
|
+
* 30
|
|
48968
49162
|
*/
|
|
48969
49163
|
udpTimeout?: number;
|
|
48970
49164
|
static names(): {
|
|
@@ -48980,7 +49174,10 @@ export declare class CreateNetworkInterfaceRequestConnectionTrackingConfiguratio
|
|
|
48980
49174
|
export declare class CreateNetworkInterfaceRequestEnhancedNetwork extends $tea.Model {
|
|
48981
49175
|
/**
|
|
48982
49176
|
* @remarks
|
|
48983
|
-
* This parameter is not publicly available.
|
|
49177
|
+
* > This parameter is not publicly available.
|
|
49178
|
+
*
|
|
49179
|
+
* @example
|
|
49180
|
+
* true
|
|
48984
49181
|
*/
|
|
48985
49182
|
enableSriov?: boolean;
|
|
48986
49183
|
static names(): {
|
|
@@ -49257,7 +49454,7 @@ export declare class CreateNetworkInterfaceResponseBodyTags extends $tea.Model {
|
|
|
49257
49454
|
export declare class CreateNetworkInterfacePermissionResponseBodyNetworkInterfacePermission extends $tea.Model {
|
|
49258
49455
|
/**
|
|
49259
49456
|
* @remarks
|
|
49260
|
-
* The ID of the
|
|
49457
|
+
* The ID of the Alibaba Cloud partner (a certified ISV).
|
|
49261
49458
|
*
|
|
49262
49459
|
* @example
|
|
49263
49460
|
* 1234567890
|
|
@@ -49265,7 +49462,7 @@ export declare class CreateNetworkInterfacePermissionResponseBodyNetworkInterfac
|
|
|
49265
49462
|
accountId?: number;
|
|
49266
49463
|
/**
|
|
49267
49464
|
* @remarks
|
|
49268
|
-
* The ID of the
|
|
49465
|
+
* The ID of the ENI.
|
|
49269
49466
|
*
|
|
49270
49467
|
* @example
|
|
49271
49468
|
* eni-bp14v2sdd3v8htln****
|
|
@@ -49273,7 +49470,7 @@ export declare class CreateNetworkInterfacePermissionResponseBodyNetworkInterfac
|
|
|
49273
49470
|
networkInterfaceId?: string;
|
|
49274
49471
|
/**
|
|
49275
49472
|
* @remarks
|
|
49276
|
-
* The
|
|
49473
|
+
* The ID of the permission on the ENI.
|
|
49277
49474
|
*
|
|
49278
49475
|
* @example
|
|
49279
49476
|
* eni-perm-bp1cs4lwn56lfb****
|
|
@@ -49281,17 +49478,12 @@ export declare class CreateNetworkInterfacePermissionResponseBodyNetworkInterfac
|
|
|
49281
49478
|
networkInterfacePermissionId?: string;
|
|
49282
49479
|
/**
|
|
49283
49480
|
* @remarks
|
|
49284
|
-
* The
|
|
49481
|
+
* The permission on the ENI.
|
|
49285
49482
|
*
|
|
49286
49483
|
* @example
|
|
49287
49484
|
* InstanceAttach
|
|
49288
49485
|
*/
|
|
49289
49486
|
permission?: string;
|
|
49290
|
-
/**
|
|
49291
|
-
* @example
|
|
49292
|
-
* Granted
|
|
49293
|
-
*/
|
|
49294
|
-
permissionState?: string;
|
|
49295
49487
|
/**
|
|
49296
49488
|
* @remarks
|
|
49297
49489
|
* The state of the permission on the ENI. Valid values:
|
|
@@ -49302,6 +49494,14 @@ export declare class CreateNetworkInterfacePermissionResponseBodyNetworkInterfac
|
|
|
49302
49494
|
* * Revoked: The permission is revoked.
|
|
49303
49495
|
*
|
|
49304
49496
|
* @example
|
|
49497
|
+
* Granted
|
|
49498
|
+
*/
|
|
49499
|
+
permissionState?: string;
|
|
49500
|
+
/**
|
|
49501
|
+
* @remarks
|
|
49502
|
+
* The name of the Alibaba Cloud service.
|
|
49503
|
+
*
|
|
49504
|
+
* @example
|
|
49305
49505
|
* Elastic Compute Service
|
|
49306
49506
|
*/
|
|
49307
49507
|
serviceName?: string;
|
|
@@ -59557,12 +59757,21 @@ export declare class DescribeInstanceTypeFamiliesResponseBodyInstanceTypeFamilie
|
|
|
59557
59757
|
export declare class DescribeInstanceTypesResponseBodyInstanceTypesInstanceTypeEnhancedNetwork extends $tea.Model {
|
|
59558
59758
|
/**
|
|
59559
59759
|
* @remarks
|
|
59560
|
-
*
|
|
59760
|
+
* *
|
|
59761
|
+
* *
|
|
59762
|
+
*
|
|
59763
|
+
* > This parameter is not publicly available.
|
|
59764
|
+
*
|
|
59765
|
+
* @example
|
|
59766
|
+
* true
|
|
59561
59767
|
*/
|
|
59562
59768
|
sriovSupport?: boolean;
|
|
59563
59769
|
/**
|
|
59564
59770
|
* @remarks
|
|
59565
|
-
* This parameter is
|
|
59771
|
+
* > This parameter is not publicly available.
|
|
59772
|
+
*
|
|
59773
|
+
* @example
|
|
59774
|
+
* 5
|
|
59566
59775
|
*/
|
|
59567
59776
|
vfQueueNumberPerEni?: number;
|
|
59568
59777
|
static names(): {
|
|
@@ -59672,7 +59881,7 @@ export declare class DescribeInstanceTypesResponseBodyInstanceTypesInstanceType
|
|
|
59672
59881
|
diskQuantity?: number;
|
|
59673
59882
|
/**
|
|
59674
59883
|
* @remarks
|
|
59675
|
-
* This parameter is
|
|
59884
|
+
* > This parameter is not publicly available.
|
|
59676
59885
|
*/
|
|
59677
59886
|
enhancedNetwork?: DescribeInstanceTypesResponseBodyInstanceTypesInstanceTypeEnhancedNetwork;
|
|
59678
59887
|
/**
|
|
@@ -59899,7 +60108,7 @@ export declare class DescribeInstanceTypesResponseBodyInstanceTypesInstanceType
|
|
|
59899
60108
|
networkCardQuantity?: number;
|
|
59900
60109
|
/**
|
|
59901
60110
|
* @remarks
|
|
59902
|
-
* The information
|
|
60111
|
+
* The information about the network cards.
|
|
59903
60112
|
*/
|
|
59904
60113
|
networkCards?: DescribeInstanceTypesResponseBodyInstanceTypesInstanceTypeNetworkCards;
|
|
59905
60114
|
/**
|
|
@@ -60438,6 +60647,13 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceNetworkInterf
|
|
|
60438
60647
|
* true
|
|
60439
60648
|
*/
|
|
60440
60649
|
primary?: boolean;
|
|
60650
|
+
/**
|
|
60651
|
+
* @remarks
|
|
60652
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
60653
|
+
*
|
|
60654
|
+
* @example
|
|
60655
|
+
* dnsTestName
|
|
60656
|
+
*/
|
|
60441
60657
|
privateDnsName?: string;
|
|
60442
60658
|
/**
|
|
60443
60659
|
* @remarks
|
|
@@ -60511,7 +60727,7 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceNetworkInterf
|
|
|
60511
60727
|
primaryIpAddress?: string;
|
|
60512
60728
|
/**
|
|
60513
60729
|
* @remarks
|
|
60514
|
-
*
|
|
60730
|
+
* The private IP addresses of the ENI.
|
|
60515
60731
|
*/
|
|
60516
60732
|
privateIpSets?: DescribeInstancesResponseBodyInstancesInstanceNetworkInterfacesNetworkInterfacePrivateIpSets;
|
|
60517
60733
|
/**
|
|
@@ -60593,10 +60809,45 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceOperationLock
|
|
|
60593
60809
|
});
|
|
60594
60810
|
}
|
|
60595
60811
|
export declare class DescribeInstancesResponseBodyInstancesInstancePrivateDnsNameOptions extends $tea.Model {
|
|
60812
|
+
/**
|
|
60813
|
+
* @remarks
|
|
60814
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
60815
|
+
*
|
|
60816
|
+
* @example
|
|
60817
|
+
* false
|
|
60818
|
+
*/
|
|
60596
60819
|
enableInstanceIdDnsAAAARecord?: boolean;
|
|
60820
|
+
/**
|
|
60821
|
+
* @remarks
|
|
60822
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
60823
|
+
*
|
|
60824
|
+
* @example
|
|
60825
|
+
* false
|
|
60826
|
+
*/
|
|
60597
60827
|
enableInstanceIdDnsARecord?: boolean;
|
|
60828
|
+
/**
|
|
60829
|
+
* @remarks
|
|
60830
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
60831
|
+
*
|
|
60832
|
+
* @example
|
|
60833
|
+
* true
|
|
60834
|
+
*/
|
|
60598
60835
|
enableIpDnsARecord?: boolean;
|
|
60836
|
+
/**
|
|
60837
|
+
* @remarks
|
|
60838
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
60839
|
+
*
|
|
60840
|
+
* @example
|
|
60841
|
+
* true
|
|
60842
|
+
*/
|
|
60599
60843
|
enableIpDnsPtrRecord?: boolean;
|
|
60844
|
+
/**
|
|
60845
|
+
* @remarks
|
|
60846
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
60847
|
+
*
|
|
60848
|
+
* @example
|
|
60849
|
+
* Custom
|
|
60850
|
+
*/
|
|
60600
60851
|
hostnameType?: string;
|
|
60601
60852
|
static names(): {
|
|
60602
60853
|
[key: string]: string;
|
|
@@ -61091,6 +61342,10 @@ export declare class DescribeInstancesResponseBodyInstancesInstance extends $tea
|
|
|
61091
61342
|
* The reasons why the instance was locked.
|
|
61092
61343
|
*/
|
|
61093
61344
|
operationLocks?: DescribeInstancesResponseBodyInstancesInstanceOperationLocks;
|
|
61345
|
+
/**
|
|
61346
|
+
* @remarks
|
|
61347
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
61348
|
+
*/
|
|
61094
61349
|
privateDnsNameOptions?: DescribeInstancesResponseBodyInstancesInstancePrivateDnsNameOptions;
|
|
61095
61350
|
/**
|
|
61096
61351
|
* @remarks
|
|
@@ -61819,23 +62074,23 @@ export declare class DescribeInvocationResultsResponseBodyInvocationInvocationRe
|
|
|
61819
62074
|
* The error message returned when the command failed to be sent or run. Valid values:
|
|
61820
62075
|
*
|
|
61821
62076
|
* * If this parameter is empty, the command was run as expected.
|
|
61822
|
-
* *
|
|
61823
|
-
* *
|
|
61824
|
-
* *
|
|
61825
|
-
* *
|
|
61826
|
-
* * the
|
|
61827
|
-
* *
|
|
61828
|
-
* *
|
|
61829
|
-
* *
|
|
61830
|
-
* *
|
|
61831
|
-
* *
|
|
61832
|
-
* *
|
|
61833
|
-
* * the
|
|
61834
|
-
* *
|
|
61835
|
-
* *
|
|
61836
|
-
* *
|
|
61837
|
-
* *
|
|
61838
|
-
* *
|
|
62077
|
+
* * The security group rules denied access to the aliyun service.
|
|
62078
|
+
* * The specified instance does not exist.
|
|
62079
|
+
* * The specified instance was released during task execution.
|
|
62080
|
+
* * The specified instance was not running during task execution.
|
|
62081
|
+
* * The OS type of the instance does not support the specified command type.
|
|
62082
|
+
* * The specified account does not exist.
|
|
62083
|
+
* * The specified directory does not exist.
|
|
62084
|
+
* * The cron expression is invalid.
|
|
62085
|
+
* * The aliyun service is not running on the instance.
|
|
62086
|
+
* * The aliyun service in the instance does not response.
|
|
62087
|
+
* * The aliyun service in the instance is upgrading during task execution.
|
|
62088
|
+
* * The aliyun service in the instance need to be upgraded to at least version to support the feature. indicates the earliest version that supports the feature. indicates the name of the feature.
|
|
62089
|
+
* * The command delivery has been timeout.
|
|
62090
|
+
* * The command execution has been timeout.
|
|
62091
|
+
* * The command execution got an exception.
|
|
62092
|
+
* * The command execution exit code is not zero.
|
|
62093
|
+
* * The specified instance was released during task execution.
|
|
61839
62094
|
*
|
|
61840
62095
|
* @example
|
|
61841
62096
|
* the specified instance does not exists
|
|
@@ -61949,6 +62204,13 @@ export declare class DescribeInvocationResultsResponseBodyInvocationInvocationRe
|
|
|
61949
62204
|
* Running
|
|
61950
62205
|
*/
|
|
61951
62206
|
invokeRecordStatus?: string;
|
|
62207
|
+
/**
|
|
62208
|
+
* @remarks
|
|
62209
|
+
* The launcher for script execution. The value cannot exceed 1 KB in length.
|
|
62210
|
+
*
|
|
62211
|
+
* @example
|
|
62212
|
+
* python3 -u {{ACS::ScriptFileName|Ext(".py")}}
|
|
62213
|
+
*/
|
|
61952
62214
|
launcher?: string;
|
|
61953
62215
|
/**
|
|
61954
62216
|
* @remarks
|
|
@@ -62162,23 +62424,23 @@ export declare class DescribeInvocationsResponseBodyInvocationsInvocationInvokeI
|
|
|
62162
62424
|
* The error message returned when the command failed to be sent or run. Valid values:
|
|
62163
62425
|
*
|
|
62164
62426
|
* * If this parameter is empty, the command was run as expected.
|
|
62165
|
-
* *
|
|
62166
|
-
* *
|
|
62167
|
-
* *
|
|
62168
|
-
* *
|
|
62169
|
-
* * the
|
|
62170
|
-
* *
|
|
62171
|
-
* *
|
|
62172
|
-
* *
|
|
62173
|
-
* *
|
|
62174
|
-
* *
|
|
62175
|
-
* *
|
|
62176
|
-
* * the
|
|
62177
|
-
* *
|
|
62178
|
-
* *
|
|
62179
|
-
* *
|
|
62180
|
-
* *
|
|
62181
|
-
* *
|
|
62427
|
+
* * The security group rules denied access to the aliyun service.
|
|
62428
|
+
* * The specified instance does not exist.
|
|
62429
|
+
* * The specified instance was released during task execution.
|
|
62430
|
+
* * The specified instance was not running during task execution.
|
|
62431
|
+
* * The OS type of the instance does not support the specified command type.
|
|
62432
|
+
* * The specified account does not exist.
|
|
62433
|
+
* * The specified directory does not exist.
|
|
62434
|
+
* * The cron expression is invalid.
|
|
62435
|
+
* * The aliyun service is not running on the instance.
|
|
62436
|
+
* * The aliyun service in the instance does not response.
|
|
62437
|
+
* * The aliyun service in the instance is upgrading during task execution.
|
|
62438
|
+
* * The aliyun service in the instance need to be upgraded to at least version to support the feature. indicates the earliest version that supports the feature. indicates the name of the feature.
|
|
62439
|
+
* * The command delivery has been timeout.
|
|
62440
|
+
* * The command execution has been timeout.
|
|
62441
|
+
* * The command execution got an exception.
|
|
62442
|
+
* * The command execution exit code is not zero.
|
|
62443
|
+
* * The specified instance was released during task execution.
|
|
62182
62444
|
*
|
|
62183
62445
|
* @example
|
|
62184
62446
|
* the specified instance does not exists
|
|
@@ -62511,6 +62773,13 @@ export declare class DescribeInvocationsResponseBodyInvocationsInvocation extend
|
|
|
62511
62773
|
* Finished
|
|
62512
62774
|
*/
|
|
62513
62775
|
invokeStatus?: string;
|
|
62776
|
+
/**
|
|
62777
|
+
* @remarks
|
|
62778
|
+
* The launcher for script execution. The value cannot exceed 1 KB in length.
|
|
62779
|
+
*
|
|
62780
|
+
* @example
|
|
62781
|
+
* python3 -u {{ACS::ScriptFileName|Ext(".py")}}
|
|
62782
|
+
*/
|
|
62514
62783
|
launcher?: string;
|
|
62515
62784
|
/**
|
|
62516
62785
|
* @remarks
|
|
@@ -64121,17 +64390,26 @@ export declare class DescribeNetworkInterfaceAttributeResponseBodyBondInterfaceS
|
|
|
64121
64390
|
export declare class DescribeNetworkInterfaceAttributeResponseBodyConnectionTrackingConfiguration extends $tea.Model {
|
|
64122
64391
|
/**
|
|
64123
64392
|
* @remarks
|
|
64124
|
-
* This parameter is not publicly available.
|
|
64393
|
+
* > This parameter is not publicly available.
|
|
64394
|
+
*
|
|
64395
|
+
* @example
|
|
64396
|
+
* 3
|
|
64125
64397
|
*/
|
|
64126
64398
|
tcpClosedAndTimeWaitTimeout?: number;
|
|
64127
64399
|
/**
|
|
64128
64400
|
* @remarks
|
|
64129
|
-
* This parameter is not publicly available.
|
|
64401
|
+
* > This parameter is not publicly available.
|
|
64402
|
+
*
|
|
64403
|
+
* @example
|
|
64404
|
+
* 910
|
|
64130
64405
|
*/
|
|
64131
64406
|
tcpEstablishedTimeout?: number;
|
|
64132
64407
|
/**
|
|
64133
64408
|
* @remarks
|
|
64134
|
-
* This parameter is not publicly available.
|
|
64409
|
+
* > This parameter is not publicly available.
|
|
64410
|
+
*
|
|
64411
|
+
* @example
|
|
64412
|
+
* 30
|
|
64135
64413
|
*/
|
|
64136
64414
|
udpTimeout?: number;
|
|
64137
64415
|
static names(): {
|
|
@@ -64763,6 +65041,13 @@ export declare class DescribeNetworkInterfacesResponseBodyNetworkInterfaceSetsNe
|
|
|
64763
65041
|
* true
|
|
64764
65042
|
*/
|
|
64765
65043
|
primary?: boolean;
|
|
65044
|
+
/**
|
|
65045
|
+
* @remarks
|
|
65046
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
65047
|
+
*
|
|
65048
|
+
* @example
|
|
65049
|
+
* DnsTestName
|
|
65050
|
+
*/
|
|
64766
65051
|
privateDnsName?: string;
|
|
64767
65052
|
/**
|
|
64768
65053
|
* @remarks
|
|
@@ -70872,8 +71157,8 @@ export declare class InvokeCommandRequestResourceTag extends $tea.Model {
|
|
|
70872
71157
|
*
|
|
70873
71158
|
* * This parameter and InstanceId.N are mutually exclusive.
|
|
70874
71159
|
* * Valid values of N: 1 to 10. The tag key cannot be an empty string.
|
|
70875
|
-
* * The number of instances that have the specified tags cannot exceed
|
|
70876
|
-
* * The tag key can be up to 64 characters in length
|
|
71160
|
+
* * The number of instances that have the specified tags cannot exceed 100. If more than 100 instances have the specified tags, we recommend that you use batch tags such as batch: b1 to group the instances into batches of up to 100 instances.
|
|
71161
|
+
* * The tag key can be up to 64 characters in length and cannot contain http:// or https://. The tag key cannot start with acs: or aliyun.
|
|
70877
71162
|
*
|
|
70878
71163
|
* @example
|
|
70879
71164
|
* TestKey
|
|
@@ -70945,8 +71230,8 @@ export declare class InvokeCommandShrinkRequestResourceTag extends $tea.Model {
|
|
|
70945
71230
|
*
|
|
70946
71231
|
* * This parameter and InstanceId.N are mutually exclusive.
|
|
70947
71232
|
* * Valid values of N: 1 to 10. The tag key cannot be an empty string.
|
|
70948
|
-
* * The number of instances that have the specified tags cannot exceed
|
|
70949
|
-
* * The tag key can be up to 64 characters in length
|
|
71233
|
+
* * The number of instances that have the specified tags cannot exceed 100. If more than 100 instances have the specified tags, we recommend that you use batch tags such as batch: b1 to group the instances into batches of up to 100 instances.
|
|
71234
|
+
* * The tag key can be up to 64 characters in length and cannot contain http:// or https://. The tag key cannot start with acs: or aliyun.
|
|
70950
71235
|
*
|
|
70951
71236
|
* @example
|
|
70952
71237
|
* TestKey
|
|
@@ -71821,10 +72106,45 @@ export declare class ModifyInstanceAttributeRequestCpuOptions extends $tea.Model
|
|
|
71821
72106
|
});
|
|
71822
72107
|
}
|
|
71823
72108
|
export declare class ModifyInstanceAttributeRequestPrivateDnsNameOptions extends $tea.Model {
|
|
72109
|
+
/**
|
|
72110
|
+
* @remarks
|
|
72111
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
72112
|
+
*
|
|
72113
|
+
* @example
|
|
72114
|
+
* false
|
|
72115
|
+
*/
|
|
71824
72116
|
enableInstanceIdDnsAAAARecord?: boolean;
|
|
72117
|
+
/**
|
|
72118
|
+
* @remarks
|
|
72119
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
72120
|
+
*
|
|
72121
|
+
* @example
|
|
72122
|
+
* false
|
|
72123
|
+
*/
|
|
71825
72124
|
enableInstanceIdDnsARecord?: boolean;
|
|
72125
|
+
/**
|
|
72126
|
+
* @remarks
|
|
72127
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
72128
|
+
*
|
|
72129
|
+
* @example
|
|
72130
|
+
* false
|
|
72131
|
+
*/
|
|
71826
72132
|
enableIpDnsARecord?: boolean;
|
|
72133
|
+
/**
|
|
72134
|
+
* @remarks
|
|
72135
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
72136
|
+
*
|
|
72137
|
+
* @example
|
|
72138
|
+
* false
|
|
72139
|
+
*/
|
|
71827
72140
|
enableIpDnsPtrRecord?: boolean;
|
|
72141
|
+
/**
|
|
72142
|
+
* @remarks
|
|
72143
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
72144
|
+
*
|
|
72145
|
+
* @example
|
|
72146
|
+
* Custom
|
|
72147
|
+
*/
|
|
71828
72148
|
hostnameType?: string;
|
|
71829
72149
|
static names(): {
|
|
71830
72150
|
[key: string]: string;
|
|
@@ -72053,17 +72373,26 @@ export declare class ModifyManagedInstanceResponseBodyInstance extends $tea.Mode
|
|
|
72053
72373
|
export declare class ModifyNetworkInterfaceAttributeRequestConnectionTrackingConfiguration extends $tea.Model {
|
|
72054
72374
|
/**
|
|
72055
72375
|
* @remarks
|
|
72056
|
-
* This parameter is not publicly available.
|
|
72376
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
72377
|
+
*
|
|
72378
|
+
* @example
|
|
72379
|
+
* 3
|
|
72057
72380
|
*/
|
|
72058
72381
|
tcpClosedAndTimeWaitTimeout?: number;
|
|
72059
72382
|
/**
|
|
72060
72383
|
* @remarks
|
|
72061
|
-
* This parameter is not publicly available.
|
|
72384
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
72385
|
+
*
|
|
72386
|
+
* @example
|
|
72387
|
+
* 910
|
|
72062
72388
|
*/
|
|
72063
72389
|
tcpEstablishedTimeout?: number;
|
|
72064
72390
|
/**
|
|
72065
72391
|
* @remarks
|
|
72066
|
-
* This parameter is not publicly available.
|
|
72392
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
72393
|
+
*
|
|
72394
|
+
* @example
|
|
72395
|
+
* 30
|
|
72067
72396
|
*/
|
|
72068
72397
|
udpTimeout?: number;
|
|
72069
72398
|
static names(): {
|
|
@@ -72080,6 +72409,9 @@ export declare class ModifyNetworkInterfaceAttributeRequestEnhancedNetwork exten
|
|
|
72080
72409
|
/**
|
|
72081
72410
|
* @remarks
|
|
72082
72411
|
* This parameter is not publicly available.
|
|
72412
|
+
*
|
|
72413
|
+
* @example
|
|
72414
|
+
* true
|
|
72083
72415
|
*/
|
|
72084
72416
|
enableSriov?: boolean;
|
|
72085
72417
|
static names(): {
|
|
@@ -72562,6 +72894,30 @@ export declare class RemoveTagsRequestTag extends $tea.Model {
|
|
|
72562
72894
|
[key: string]: any;
|
|
72563
72895
|
});
|
|
72564
72896
|
}
|
|
72897
|
+
export declare class RenewElasticityAssurancesRequestPrivatePoolOptions extends $tea.Model {
|
|
72898
|
+
id?: string[];
|
|
72899
|
+
static names(): {
|
|
72900
|
+
[key: string]: string;
|
|
72901
|
+
};
|
|
72902
|
+
static types(): {
|
|
72903
|
+
[key: string]: any;
|
|
72904
|
+
};
|
|
72905
|
+
constructor(map?: {
|
|
72906
|
+
[key: string]: any;
|
|
72907
|
+
});
|
|
72908
|
+
}
|
|
72909
|
+
export declare class RenewElasticityAssurancesResponseBodyPrivatePoolOptionsIdSet extends $tea.Model {
|
|
72910
|
+
privatePoolOptionsId?: string[];
|
|
72911
|
+
static names(): {
|
|
72912
|
+
[key: string]: string;
|
|
72913
|
+
};
|
|
72914
|
+
static types(): {
|
|
72915
|
+
[key: string]: any;
|
|
72916
|
+
};
|
|
72917
|
+
constructor(map?: {
|
|
72918
|
+
[key: string]: any;
|
|
72919
|
+
});
|
|
72920
|
+
}
|
|
72565
72921
|
export declare class RenewReservedInstancesResponseBodyReservedInstanceIdSets extends $tea.Model {
|
|
72566
72922
|
reservedInstanceId?: string[];
|
|
72567
72923
|
static names(): {
|
|
@@ -72770,7 +73126,7 @@ export declare class ResetDisksResponseBodyOperationProgressSet extends $tea.Mod
|
|
|
72770
73126
|
export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
|
|
72771
73127
|
/**
|
|
72772
73128
|
* @remarks
|
|
72773
|
-
* The description of security group rule
|
|
73129
|
+
* The description of the security group rule. The description must be 1 to 512 characters in length.
|
|
72774
73130
|
*
|
|
72775
73131
|
* Valid values of N: 1 to 100.
|
|
72776
73132
|
*
|
|
@@ -72780,9 +73136,9 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
|
|
|
72780
73136
|
description?: string;
|
|
72781
73137
|
/**
|
|
72782
73138
|
* @remarks
|
|
72783
|
-
* The destination IPv4 CIDR block. CIDR blocks and IPv4 addresses are supported.
|
|
73139
|
+
* The destination IPv4 CIDR block. IPv4 CIDR blocks and IPv4 addresses are supported.
|
|
72784
73140
|
*
|
|
72785
|
-
* This parameter is
|
|
73141
|
+
* This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
|
|
72786
73142
|
*
|
|
72787
73143
|
* Valid values of N: 1 to 100.
|
|
72788
73144
|
*
|
|
@@ -72792,13 +73148,13 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
|
|
|
72792
73148
|
destCidrIp?: string;
|
|
72793
73149
|
/**
|
|
72794
73150
|
* @remarks
|
|
72795
|
-
* The
|
|
73151
|
+
* The protocol. The values of this parameter are case-insensitive. Valid values:
|
|
72796
73152
|
*
|
|
72797
|
-
* * TCP
|
|
72798
|
-
* * UDP
|
|
72799
|
-
* * ICMP
|
|
72800
|
-
* * ICMPv6
|
|
72801
|
-
* * GRE
|
|
73153
|
+
* * TCP.
|
|
73154
|
+
* * UDP.
|
|
73155
|
+
* * ICMP.
|
|
73156
|
+
* * ICMPv6.
|
|
73157
|
+
* * GRE.
|
|
72802
73158
|
* * ALL: All protocols are supported.
|
|
72803
73159
|
*
|
|
72804
73160
|
* Valid values of N: 1 to 100.
|
|
@@ -72809,13 +73165,13 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
|
|
|
72809
73165
|
ipProtocol?: string;
|
|
72810
73166
|
/**
|
|
72811
73167
|
* @remarks
|
|
72812
|
-
* The destination IPv6 CIDR block. CIDR blocks and IPv6 addresses are supported.
|
|
73168
|
+
* The destination IPv6 CIDR block. IPv6 CIDR blocks and IPv6 addresses are supported.
|
|
72813
73169
|
*
|
|
72814
|
-
* This parameter is
|
|
73170
|
+
* This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
|
|
72815
73171
|
*
|
|
72816
73172
|
* Valid values of N: 1 to 100.
|
|
72817
73173
|
*
|
|
72818
|
-
* >
|
|
73174
|
+
* > This parameter is valid only for ECS instances that reside in VPCs and support IPv6 CIDR blocks. You cannot specify both this parameter and `DestCidrIp` in the same request.
|
|
72819
73175
|
*
|
|
72820
73176
|
* @example
|
|
72821
73177
|
* 2001:db8:1233:1a00::***
|
|
@@ -72823,11 +73179,11 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
|
|
|
72823
73179
|
ipv6DestCidrIp?: string;
|
|
72824
73180
|
/**
|
|
72825
73181
|
* @remarks
|
|
72826
|
-
* The source IPv6 CIDR block
|
|
73182
|
+
* The source IPv6 CIDR block of the security group rule. IPv6 CIDR blocks and IPv6 addresses are supported.
|
|
72827
73183
|
*
|
|
72828
73184
|
* Valid values of N: 1 to 100.
|
|
72829
73185
|
*
|
|
72830
|
-
* >
|
|
73186
|
+
* > This parameter is valid only for Elastic Compute Service (ECS) instances that reside in virtual private clouds (VPCs) and support IPv6 CIDR blocks. You cannot specify both this parameter and `SourceCidrIp` in the same request.
|
|
72831
73187
|
*
|
|
72832
73188
|
* @example
|
|
72833
73189
|
* 2001:db8:1234:1a00::***
|
|
@@ -72835,14 +73191,14 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
|
|
|
72835
73191
|
ipv6SourceCidrIp?: string;
|
|
72836
73192
|
/**
|
|
72837
73193
|
* @remarks
|
|
72838
|
-
* The network interface
|
|
73194
|
+
* The network interface controller (NIC) type of the security group rule if the security group resides in the classic network. Valid values:
|
|
72839
73195
|
*
|
|
72840
|
-
* * internet: public NIC
|
|
72841
|
-
* * intranet: internal NIC
|
|
73196
|
+
* * internet: public NIC.
|
|
73197
|
+
* * intranet: internal NIC.
|
|
72842
73198
|
*
|
|
72843
|
-
* If the security group
|
|
73199
|
+
* If the security group resides in a VPC, this parameter is set to intranet by default and cannot be modified.
|
|
72844
73200
|
*
|
|
72845
|
-
* If you specify only `SourceGroupId` when you
|
|
73201
|
+
* If you specify only `SourceGroupId` when you remove access control configurations between security groups, you must set this parameter to intranet.
|
|
72846
73202
|
*
|
|
72847
73203
|
* Default value: internet.
|
|
72848
73204
|
*
|
|
@@ -72854,10 +73210,10 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
|
|
|
72854
73210
|
nicType?: string;
|
|
72855
73211
|
/**
|
|
72856
73212
|
* @remarks
|
|
72857
|
-
* The action of security group rule
|
|
73213
|
+
* The action of the security group rule. Valid values:
|
|
72858
73214
|
*
|
|
72859
|
-
* * accept: allows access.
|
|
72860
|
-
* * drop: denies access and returns no responses. In this case, the request times out or the connection cannot be established.
|
|
73215
|
+
* * accept: allows inbound access.
|
|
73216
|
+
* * drop: denies inbound access and returns no responses. In this case, the request times out or the connection cannot be established.
|
|
72861
73217
|
*
|
|
72862
73218
|
* Default value: accept.
|
|
72863
73219
|
*
|
|
@@ -72869,12 +73225,12 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
|
|
|
72869
73225
|
policy?: string;
|
|
72870
73226
|
/**
|
|
72871
73227
|
* @remarks
|
|
72872
|
-
* The range of destination
|
|
73228
|
+
* The range of destination port numbers for the protocols specified in the security group rule. Valid values:
|
|
72873
73229
|
*
|
|
72874
|
-
* * If
|
|
72875
|
-
* * If
|
|
72876
|
-
* * If
|
|
72877
|
-
* * If
|
|
73230
|
+
* * If you set IpProtocol to TCP or UDP, the port number range is 1 to 65535. Specify a port number range in the format of \\<Start port number>/\\<End port number>. Example: 1/200.
|
|
73231
|
+
* * If you set IpProtocol to ICMP, the port number range is -1/-1.
|
|
73232
|
+
* * If you set IpProtocol to GRE, the port number range is -1/-1.
|
|
73233
|
+
* * If you set IpProtocol to ALL, the port number range is -1/-1, which indicates all port numbers.
|
|
72878
73234
|
*
|
|
72879
73235
|
* Valid values of N: 1 to 100.
|
|
72880
73236
|
*
|
|
@@ -72884,7 +73240,7 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
|
|
|
72884
73240
|
portRange?: string;
|
|
72885
73241
|
/**
|
|
72886
73242
|
* @remarks
|
|
72887
|
-
* The priority of security group rule
|
|
73243
|
+
* The priority of the security group rule. A smaller value specifies a higher priority. Valid values: 1 to 100.
|
|
72888
73244
|
*
|
|
72889
73245
|
* Default value: 1.
|
|
72890
73246
|
*
|
|
@@ -72896,7 +73252,7 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
|
|
|
72896
73252
|
priority?: string;
|
|
72897
73253
|
/**
|
|
72898
73254
|
* @remarks
|
|
72899
|
-
* The source IPv4 CIDR block
|
|
73255
|
+
* The source IPv4 CIDR block of the security group rule. IPv4 CIDR blocks and IPv4 addresses are supported.
|
|
72900
73256
|
*
|
|
72901
73257
|
* Valid values of N: 1 to 100.
|
|
72902
73258
|
*
|
|
@@ -72906,16 +73262,16 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
|
|
|
72906
73262
|
sourceCidrIp?: string;
|
|
72907
73263
|
/**
|
|
72908
73264
|
* @remarks
|
|
72909
|
-
* The ID of the source security group that is
|
|
73265
|
+
* The ID of the source security group that is specified in the security group rule.
|
|
72910
73266
|
*
|
|
72911
|
-
* *
|
|
72912
|
-
* * If you specify `SourceGroupId` but
|
|
72913
|
-
* * If you specify `SourceGroupId` and `SourceCidrIp`, `SourceCidrIp` takes precedence.
|
|
73267
|
+
* * You must specify at least one of the following parameters: `SourceGroupId`, `SourceCidrIp`, `Ipv6SourceCidrIp`, and `SourcePrefixListId`.
|
|
73268
|
+
* * If you specify `SourceGroupId` but do not specify `SourceCidrIp` or `Ipv6SourceCidrIp`, you must set NicType to intranet.
|
|
73269
|
+
* * If you specify both `SourceGroupId` and `SourceCidrIp`, `SourceCidrIp` takes precedence.
|
|
72914
73270
|
*
|
|
72915
73271
|
* When you specify this parameter, take note of the following items:
|
|
72916
73272
|
*
|
|
72917
|
-
* *
|
|
72918
|
-
* *
|
|
73273
|
+
* * In advanced security groups, security groups cannot be used as authorization objects.
|
|
73274
|
+
* * In each basic security group, up to 20 security groups can be used as authorization objects in security group rules.
|
|
72919
73275
|
*
|
|
72920
73276
|
* Valid values of N: 1 to 100.
|
|
72921
73277
|
*
|
|
@@ -72925,9 +73281,9 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
|
|
|
72925
73281
|
sourceGroupId?: string;
|
|
72926
73282
|
/**
|
|
72927
73283
|
* @remarks
|
|
72928
|
-
* The Alibaba Cloud account that manages the source security group
|
|
73284
|
+
* The Alibaba Cloud account that manages the source security group specified in the security group rule.
|
|
72929
73285
|
*
|
|
72930
|
-
* * If both `SourceGroupOwnerAccount` and `SourceGroupOwnerId` are
|
|
73286
|
+
* * If both `SourceGroupOwnerAccount` and `SourceGroupOwnerId` are empty, access control on another security group in your Alibaba Cloud account is removed.
|
|
72931
73287
|
* * If you specify `SourceCidrIp`, `SourceGroupOwnerAccount` is ignored.
|
|
72932
73288
|
*
|
|
72933
73289
|
* Valid values of N: 1 to 100.
|
|
@@ -72938,9 +73294,9 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
|
|
|
72938
73294
|
sourceGroupOwnerAccount?: string;
|
|
72939
73295
|
/**
|
|
72940
73296
|
* @remarks
|
|
72941
|
-
* The ID of the Alibaba Cloud account that manages the source security group
|
|
73297
|
+
* The ID of the Alibaba Cloud account that manages the source security group specified in the security group rule.
|
|
72942
73298
|
*
|
|
72943
|
-
* * If both `SourceGroupOwnerId` and `SourceGroupOwnerAccount` are
|
|
73299
|
+
* * If both `SourceGroupOwnerId` and `SourceGroupOwnerAccount` are empty, access control on another security group in your Alibaba Cloud account is removed.
|
|
72944
73300
|
* * If you specify `SourceCidrIp`, `SourceGroupOwnerId` is ignored.
|
|
72945
73301
|
*
|
|
72946
73302
|
* Valid values of N: 1 to 100.
|
|
@@ -72951,14 +73307,14 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
|
|
|
72951
73307
|
sourceGroupOwnerId?: number;
|
|
72952
73308
|
/**
|
|
72953
73309
|
* @remarks
|
|
72954
|
-
* The range of source
|
|
73310
|
+
* The range of source port numbers for the protocols specified in the security group rule. Valid values:
|
|
72955
73311
|
*
|
|
72956
|
-
* * If
|
|
72957
|
-
* * If
|
|
72958
|
-
* * If
|
|
72959
|
-
* * If
|
|
73312
|
+
* * If you set IpProtocol to TCP or UDP, the port number range is 1 to 65535. Specify a port number range in the format of \\<Start port number>/\\<End port number>. Example: 1/200.
|
|
73313
|
+
* * If you set IpProtocol to ICMP, the port number range is -1/-1.
|
|
73314
|
+
* * If you set IpProtocol to GRE, the port number range is -1/-1.
|
|
73315
|
+
* * If you set IpProtocol to ALL, the port number range is -1/-1, which indicates all port numbers.
|
|
72960
73316
|
*
|
|
72961
|
-
* This parameter is
|
|
73317
|
+
* This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
|
|
72962
73318
|
*
|
|
72963
73319
|
* Valid values of N: 1 to 100.
|
|
72964
73320
|
*
|
|
@@ -72968,12 +73324,12 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
|
|
|
72968
73324
|
sourcePortRange?: string;
|
|
72969
73325
|
/**
|
|
72970
73326
|
* @remarks
|
|
72971
|
-
* The ID of the source prefix list
|
|
73327
|
+
* The ID of the source prefix list of the security group rule. You can call the [DescribePrefixLists](https://help.aliyun.com/document_detail/205046.html) operation to query the IDs of available prefix lists.
|
|
72972
73328
|
*
|
|
72973
73329
|
* When you specify this parameter, take note of the following items:
|
|
72974
73330
|
*
|
|
72975
|
-
* * If
|
|
72976
|
-
* * If you specify
|
|
73331
|
+
* * If a security group resides in the classic network, you cannot specify prefix lists in the rules of the security group. For information about the limits on security groups and prefix lists, see the [Security group limits](~~25412#SecurityGroupQuota1~~) section of the "Limits and quotas" topic.
|
|
73332
|
+
* * If you specify `SourceCidrIp`, `Ipv6SourceCidrIp`, or `SourceGroupId`, this parameter is ignored.
|
|
72977
73333
|
*
|
|
72978
73334
|
* Valid values of N: 1 to 100.
|
|
72979
73335
|
*
|
|
@@ -72994,7 +73350,7 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
|
|
|
72994
73350
|
export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Model {
|
|
72995
73351
|
/**
|
|
72996
73352
|
* @remarks
|
|
72997
|
-
* The description of security group rule
|
|
73353
|
+
* The description of the security group rule. The description must be 1 to 512 characters in length.
|
|
72998
73354
|
*
|
|
72999
73355
|
* Valid values of N: 1 to 100.
|
|
73000
73356
|
*
|
|
@@ -73004,7 +73360,7 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
|
|
|
73004
73360
|
description?: string;
|
|
73005
73361
|
/**
|
|
73006
73362
|
* @remarks
|
|
73007
|
-
* The destination IPv4 CIDR block
|
|
73363
|
+
* The destination IPv4 CIDR block of the security group rule. IPv4 CIDR blocks and IPv4 addresses are supported.
|
|
73008
73364
|
*
|
|
73009
73365
|
* Valid values of N: 1 to 100.
|
|
73010
73366
|
*
|
|
@@ -73014,16 +73370,16 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
|
|
|
73014
73370
|
destCidrIp?: string;
|
|
73015
73371
|
/**
|
|
73016
73372
|
* @remarks
|
|
73017
|
-
* The ID of the
|
|
73373
|
+
* The ID of the destination security group from which you want to remove access control configurations.
|
|
73018
73374
|
*
|
|
73019
|
-
* *
|
|
73020
|
-
* * If `DestGroupId`
|
|
73021
|
-
* * If both `DestGroupId` and `DestCidrIp
|
|
73375
|
+
* * You must specify at least one of the following parameters: `DestGroupId`, `DestCidrIp`, `Ipv6DestCidrIp`, and `DestPrefixListId`.
|
|
73376
|
+
* * If you specify `DestGroupId` but do not specify `DestCidrIp`, you must set `NicType` to intranet.
|
|
73377
|
+
* * If you specify both `DestGroupId` and `DestCidrIp`, `DestCidrIp` takes precedence.
|
|
73022
73378
|
*
|
|
73023
|
-
*
|
|
73379
|
+
* When you specify this parameter, take note of the following items:
|
|
73024
73380
|
*
|
|
73025
|
-
* *
|
|
73026
|
-
* *
|
|
73381
|
+
* * In advanced security groups, security groups cannot be used as authorization objects.
|
|
73382
|
+
* * In each basic security group, up to 20 security groups can be used as authorization objects in security group rules.
|
|
73027
73383
|
*
|
|
73028
73384
|
* Valid values of N: 1 to 100.
|
|
73029
73385
|
*
|
|
@@ -73033,10 +73389,10 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
|
|
|
73033
73389
|
destGroupId?: string;
|
|
73034
73390
|
/**
|
|
73035
73391
|
* @remarks
|
|
73036
|
-
* The Alibaba Cloud account that manages the destination security group
|
|
73392
|
+
* The Alibaba Cloud account that manages the destination security group specified in the security group rule.
|
|
73037
73393
|
*
|
|
73038
|
-
* * If both `DestGroupOwnerAccount` and `DestGroupOwnerId` are
|
|
73039
|
-
* * If `DestCidrIp
|
|
73394
|
+
* * If both `DestGroupOwnerAccount` and `DestGroupOwnerId` are empty, access control configurations are removed from another security group managed by your Alibaba Cloud account.
|
|
73395
|
+
* * If you specify `DestCidrIp`, `DestGroupOwnerAccount` is ignored.
|
|
73040
73396
|
*
|
|
73041
73397
|
* Valid values of N: 1 to 100.
|
|
73042
73398
|
*
|
|
@@ -73046,10 +73402,10 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
|
|
|
73046
73402
|
destGroupOwnerAccount?: string;
|
|
73047
73403
|
/**
|
|
73048
73404
|
* @remarks
|
|
73049
|
-
* The ID of the Alibaba Cloud account that manages the destination security group
|
|
73405
|
+
* The ID of the Alibaba Cloud account that manages the destination security group specified in the security group rule.
|
|
73050
73406
|
*
|
|
73051
|
-
* * If both `DestGroupOwnerId` and `DestGroupOwnerAccount` are
|
|
73052
|
-
* * If `DestCidrIp
|
|
73407
|
+
* * If both `DestGroupOwnerId` and `DestGroupOwnerAccount` are empty, access control configurations are removed from another security group managed by your Alibaba Cloud account.
|
|
73408
|
+
* * If you specify `DestCidrIp`, `DestGroupOwnerId` is invalid.
|
|
73053
73409
|
*
|
|
73054
73410
|
* Valid values of N: 1 to 100.
|
|
73055
73411
|
*
|
|
@@ -73059,11 +73415,11 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
|
|
|
73059
73415
|
destGroupOwnerId?: string;
|
|
73060
73416
|
/**
|
|
73061
73417
|
* @remarks
|
|
73062
|
-
* The ID of the destination prefix list
|
|
73418
|
+
* The ID of the destination prefix list of the security group rule. You can call the [DescribePrefixLists](https://help.aliyun.com/document_detail/205046.html) operation to query the IDs of available prefix lists.
|
|
73063
73419
|
*
|
|
73064
|
-
*
|
|
73420
|
+
* When you specify this parameter, take note of the following items:
|
|
73065
73421
|
*
|
|
73066
|
-
* * If a security group
|
|
73422
|
+
* * If a security group resides in the classic network, you cannot specify prefix lists in the rules of the security group. For information about the limits on security groups and prefix lists, see the [Security group limits](~~25412#SecurityGroupQuota1~~) section of the "Limits and quotas" topic.
|
|
73067
73423
|
* * If you specify `DestCidrIp`, `Ipv6DestCidrIp`, or `DestGroupId`, this parameter is ignored.
|
|
73068
73424
|
*
|
|
73069
73425
|
* Valid values of N: 1 to 100.
|
|
@@ -73074,13 +73430,13 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
|
|
|
73074
73430
|
destPrefixListId?: string;
|
|
73075
73431
|
/**
|
|
73076
73432
|
* @remarks
|
|
73077
|
-
* The
|
|
73433
|
+
* The protocol. The values of this parameter are case-insensitive. Valid values:
|
|
73078
73434
|
*
|
|
73079
|
-
* * TCP
|
|
73080
|
-
* * UDP
|
|
73081
|
-
* * ICMP
|
|
73082
|
-
* * ICMPv6
|
|
73083
|
-
* * GRE
|
|
73435
|
+
* * TCP.
|
|
73436
|
+
* * UDP.
|
|
73437
|
+
* * ICMP.
|
|
73438
|
+
* * ICMPv6.
|
|
73439
|
+
* * GRE.
|
|
73084
73440
|
* * ALL: All protocols are supported.
|
|
73085
73441
|
*
|
|
73086
73442
|
* Valid values of N: 1 to 100.
|
|
@@ -73091,11 +73447,11 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
|
|
|
73091
73447
|
ipProtocol?: string;
|
|
73092
73448
|
/**
|
|
73093
73449
|
* @remarks
|
|
73094
|
-
* The destination IPv6 CIDR block
|
|
73450
|
+
* The destination IPv6 CIDR block of the security group rule. IPv6 CIDR blocks and IPv6 addresses are supported.
|
|
73095
73451
|
*
|
|
73096
73452
|
* Valid values of N: 1 to 100.
|
|
73097
73453
|
*
|
|
73098
|
-
* >
|
|
73454
|
+
* > This parameter is valid only for Elastic Compute Service (ECS) instances that reside in virtual private clouds (VPCs) and support IPv6 CIDR blocks. You cannot specify both this parameter and `DestCidrIp` in the same request.
|
|
73099
73455
|
*
|
|
73100
73456
|
* @example
|
|
73101
73457
|
* 2001:db8:1233:1a00::***
|
|
@@ -73103,13 +73459,13 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
|
|
|
73103
73459
|
ipv6DestCidrIp?: string;
|
|
73104
73460
|
/**
|
|
73105
73461
|
* @remarks
|
|
73106
|
-
* The source IPv6 CIDR block. CIDR blocks and IPv6 addresses are supported.
|
|
73462
|
+
* The source IPv6 CIDR block. IPv6 CIDR blocks and IPv6 addresses are supported.
|
|
73107
73463
|
*
|
|
73108
|
-
* This parameter is
|
|
73464
|
+
* This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
|
|
73109
73465
|
*
|
|
73110
73466
|
* Valid values of N: 1 to 100.
|
|
73111
73467
|
*
|
|
73112
|
-
* >
|
|
73468
|
+
* > This parameter is valid only for ECS instances that reside in VPCs and support IPv6 CIDR blocks. You cannot specify both this parameter and `DestCidrIp` in the same request.
|
|
73113
73469
|
*
|
|
73114
73470
|
* @example
|
|
73115
73471
|
* 2001:db8:1234:1a00::***
|
|
@@ -73117,14 +73473,14 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
|
|
|
73117
73473
|
ipv6SourceCidrIp?: string;
|
|
73118
73474
|
/**
|
|
73119
73475
|
* @remarks
|
|
73120
|
-
* The network interface controller (NIC) type of security group rule
|
|
73476
|
+
* The network interface controller (NIC) type of the security group rule if the security group resides in the classic network. Valid values:
|
|
73121
73477
|
*
|
|
73122
73478
|
* * internet: public NIC.
|
|
73123
73479
|
* * intranet: internal NIC.
|
|
73124
73480
|
*
|
|
73125
|
-
* If the security group
|
|
73481
|
+
* If the security group resides in a VPC, this parameter is set to intranet by default and cannot be modified.
|
|
73126
73482
|
*
|
|
73127
|
-
* If you specify only `SourceGroupId` when you
|
|
73483
|
+
* If you specify only `SourceGroupId` when you remove access control configurations between security groups, you must set this parameter to intranet.
|
|
73128
73484
|
*
|
|
73129
73485
|
* Default value: internet.
|
|
73130
73486
|
*
|
|
@@ -73136,10 +73492,10 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
|
|
|
73136
73492
|
nicType?: string;
|
|
73137
73493
|
/**
|
|
73138
73494
|
* @remarks
|
|
73139
|
-
* The action of security group rule
|
|
73495
|
+
* The action of the security group rule. Valid values:
|
|
73140
73496
|
*
|
|
73141
|
-
* * accept: allows
|
|
73142
|
-
* * drop: denies
|
|
73497
|
+
* * accept: allows outbound traffic.
|
|
73498
|
+
* * drop: denies outbound traffic and returns no responses. In this case, the request times out or the connection cannot be established.
|
|
73143
73499
|
*
|
|
73144
73500
|
* Default value: accept.
|
|
73145
73501
|
*
|
|
@@ -73151,12 +73507,12 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
|
|
|
73151
73507
|
policy?: string;
|
|
73152
73508
|
/**
|
|
73153
73509
|
* @remarks
|
|
73154
|
-
* The range of destination
|
|
73510
|
+
* The range of destination port numbers for the protocols specified in the security group rule. Valid values:
|
|
73155
73511
|
*
|
|
73156
|
-
* * If you set IpProtocol to TCP or UDP, the port number range is 1 to 65535. Specify a port range in the format of \\<Start port number>/\\<End port number>. Example: 1/200.
|
|
73512
|
+
* * If you set IpProtocol to TCP or UDP, the port number range is 1 to 65535. Specify a port number range in the format of \\<Start port number>/\\<End port number>. Example: 1/200.
|
|
73157
73513
|
* * If you set IpProtocol to ICMP, the port number range is -1/-1.
|
|
73158
73514
|
* * If you set IpProtocol to GRE, the port number range is -1/-1.
|
|
73159
|
-
* * If you set IpProtocol to ALL, the port number range is -1/-1.
|
|
73515
|
+
* * If you set IpProtocol to ALL, the port number range is -1/-1, which indicates all port numbers.
|
|
73160
73516
|
*
|
|
73161
73517
|
* Valid values of N: 1 to 100.
|
|
73162
73518
|
*
|
|
@@ -73166,7 +73522,7 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
|
|
|
73166
73522
|
portRange?: string;
|
|
73167
73523
|
/**
|
|
73168
73524
|
* @remarks
|
|
73169
|
-
* The priority of security group rule
|
|
73525
|
+
* The priority of the security group rule. A smaller value specifies a higher priority. Valid values: 1 to 100.
|
|
73170
73526
|
*
|
|
73171
73527
|
* Default value: 1.
|
|
73172
73528
|
*
|
|
@@ -73178,9 +73534,9 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
|
|
|
73178
73534
|
priority?: string;
|
|
73179
73535
|
/**
|
|
73180
73536
|
* @remarks
|
|
73181
|
-
* The source IPv4 CIDR block
|
|
73537
|
+
* The source IPv4 CIDR block. IPv4 CIDR blocks and IPv4 addresses are supported.
|
|
73182
73538
|
*
|
|
73183
|
-
* This parameter is
|
|
73539
|
+
* This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
|
|
73184
73540
|
*
|
|
73185
73541
|
* Valid values of N: 1 to 100.
|
|
73186
73542
|
*
|
|
@@ -73190,14 +73546,14 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
|
|
|
73190
73546
|
sourceCidrIp?: string;
|
|
73191
73547
|
/**
|
|
73192
73548
|
* @remarks
|
|
73193
|
-
* The range of source
|
|
73549
|
+
* The range of source port numbers for the protocols specified in the security group rule. Valid values:
|
|
73194
73550
|
*
|
|
73195
|
-
* * If you set IpProtocol to TCP or UDP, the port number range is 1 to 65535. Specify a port range in the format of \\<Start port number>/\\<End port number>. Example: 1/200.
|
|
73551
|
+
* * If you set IpProtocol to TCP or UDP, the port number range is 1 to 65535. Specify a port number range in the format of \\<Start port number>/\\<End port number>. Example: 1/200.
|
|
73196
73552
|
* * If you set IpProtocol to ICMP, the port number range is -1/-1.
|
|
73197
73553
|
* * If you set IpProtocol to GRE, the port number range is -1/-1.
|
|
73198
|
-
* * If you set IpProtocol to ALL, the port number range is -1/-1.
|
|
73554
|
+
* * If you set IpProtocol to ALL, the port number range is -1/-1, which indicates all port numbers.
|
|
73199
73555
|
*
|
|
73200
|
-
* This parameter is
|
|
73556
|
+
* This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
|
|
73201
73557
|
*
|
|
73202
73558
|
* Valid values of N: 1 to 100.
|
|
73203
73559
|
*
|
|
@@ -73224,8 +73580,8 @@ export declare class RunCommandRequestResourceTag extends $tea.Model {
|
|
|
73224
73580
|
*
|
|
73225
73581
|
* * This parameter and InstanceId.N are mutually exclusive.
|
|
73226
73582
|
* * Valid values of N: 1 to 10. The tag key cannot be an empty string.
|
|
73227
|
-
* * The number of instances that have the specified tags cannot exceed
|
|
73228
|
-
* * The tag key can be up to 64 characters in length
|
|
73583
|
+
* * The number of instances that have the specified tags cannot exceed 100. If more than 100 instances have the specified tags, we recommend that you use batch tags such as batch: b1 to group the instances into batches of up to 100 instances.
|
|
73584
|
+
* * The tag key can be up to 64 characters in length and cannot contain http:// or https://. The tag key cannot start with acs: or aliyun.
|
|
73229
73585
|
*
|
|
73230
73586
|
* @example
|
|
73231
73587
|
* TestKey
|
|
@@ -73297,8 +73653,8 @@ export declare class RunCommandShrinkRequestResourceTag extends $tea.Model {
|
|
|
73297
73653
|
*
|
|
73298
73654
|
* * This parameter and InstanceId.N are mutually exclusive.
|
|
73299
73655
|
* * Valid values of N: 1 to 10. The tag key cannot be an empty string.
|
|
73300
|
-
* * The number of instances that have the specified tags cannot exceed
|
|
73301
|
-
* * The tag key can be up to 64 characters in length
|
|
73656
|
+
* * The number of instances that have the specified tags cannot exceed 100. If more than 100 instances have the specified tags, we recommend that you use batch tags such as batch: b1 to group the instances into batches of up to 100 instances.
|
|
73657
|
+
* * The tag key can be up to 64 characters in length and cannot contain http:// or https://. The tag key cannot start with acs: or aliyun.
|
|
73302
73658
|
*
|
|
73303
73659
|
* @example
|
|
73304
73660
|
* TestKey
|
|
@@ -73713,7 +74069,7 @@ export declare class RunInstancesRequestSystemDisk extends $tea.Model {
|
|
|
73713
74069
|
export declare class RunInstancesRequestArn extends $tea.Model {
|
|
73714
74070
|
/**
|
|
73715
74071
|
* @remarks
|
|
73716
|
-
* This parameter is not publicly available.
|
|
74072
|
+
* > This parameter is not publicly available.
|
|
73717
74073
|
*
|
|
73718
74074
|
* @example
|
|
73719
74075
|
* 0
|
|
@@ -73721,7 +74077,7 @@ export declare class RunInstancesRequestArn extends $tea.Model {
|
|
|
73721
74077
|
assumeRoleFor?: number;
|
|
73722
74078
|
/**
|
|
73723
74079
|
* @remarks
|
|
73724
|
-
* This parameter is not publicly available.
|
|
74080
|
+
* > This parameter is not publicly available.
|
|
73725
74081
|
*
|
|
73726
74082
|
* @example
|
|
73727
74083
|
* null
|
|
@@ -73729,7 +74085,7 @@ export declare class RunInstancesRequestArn extends $tea.Model {
|
|
|
73729
74085
|
roleType?: string;
|
|
73730
74086
|
/**
|
|
73731
74087
|
* @remarks
|
|
73732
|
-
* This parameter is not publicly available.
|
|
74088
|
+
* > This parameter is not publicly available.
|
|
73733
74089
|
*
|
|
73734
74090
|
* @example
|
|
73735
74091
|
* null
|
|
@@ -73758,8 +74114,8 @@ export declare class RunInstancesRequestDataDisk extends $tea.Model {
|
|
|
73758
74114
|
* @remarks
|
|
73759
74115
|
* Specifies whether to enable the performance burst feature for data disk N. Valid values:
|
|
73760
74116
|
*
|
|
73761
|
-
* * true
|
|
73762
|
-
* * false
|
|
74117
|
+
* * true
|
|
74118
|
+
* * false
|
|
73763
74119
|
*
|
|
73764
74120
|
* > This parameter is available only if you set DataDisk.N.Category to cloud_auto. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html).
|
|
73765
74121
|
*
|
|
@@ -73801,8 +74157,8 @@ export declare class RunInstancesRequestDataDisk extends $tea.Model {
|
|
|
73801
74157
|
* @remarks
|
|
73802
74158
|
* Specifies whether to release data disk N when the instance is released. Valid values:
|
|
73803
74159
|
*
|
|
73804
|
-
* * true
|
|
73805
|
-
* * false
|
|
74160
|
+
* * true
|
|
74161
|
+
* * false
|
|
73806
74162
|
*
|
|
73807
74163
|
* Default value: true.
|
|
73808
74164
|
*
|
|
@@ -73851,8 +74207,8 @@ export declare class RunInstancesRequestDataDisk extends $tea.Model {
|
|
|
73851
74207
|
* @remarks
|
|
73852
74208
|
* Specifies whether to encrypt data disk N. Valid values:
|
|
73853
74209
|
*
|
|
73854
|
-
* * true
|
|
73855
|
-
* * false
|
|
74210
|
+
* * true
|
|
74211
|
+
* * false
|
|
73856
74212
|
*
|
|
73857
74213
|
* Default value: false.
|
|
73858
74214
|
*
|
|
@@ -74249,10 +74605,45 @@ export declare class RunInstancesRequestNetworkOptions extends $tea.Model {
|
|
|
74249
74605
|
});
|
|
74250
74606
|
}
|
|
74251
74607
|
export declare class RunInstancesRequestPrivateDnsNameOptions extends $tea.Model {
|
|
74608
|
+
/**
|
|
74609
|
+
* @remarks
|
|
74610
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
74611
|
+
*
|
|
74612
|
+
* @example
|
|
74613
|
+
* true
|
|
74614
|
+
*/
|
|
74252
74615
|
enableInstanceIdDnsAAAARecord?: boolean;
|
|
74616
|
+
/**
|
|
74617
|
+
* @remarks
|
|
74618
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
74619
|
+
*
|
|
74620
|
+
* @example
|
|
74621
|
+
* false
|
|
74622
|
+
*/
|
|
74253
74623
|
enableInstanceIdDnsARecord?: boolean;
|
|
74624
|
+
/**
|
|
74625
|
+
* @remarks
|
|
74626
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
74627
|
+
*
|
|
74628
|
+
* @example
|
|
74629
|
+
* true
|
|
74630
|
+
*/
|
|
74254
74631
|
enableIpDnsARecord?: boolean;
|
|
74632
|
+
/**
|
|
74633
|
+
* @remarks
|
|
74634
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
74635
|
+
*
|
|
74636
|
+
* @example
|
|
74637
|
+
* false
|
|
74638
|
+
*/
|
|
74255
74639
|
enableIpDnsPtrRecord?: boolean;
|
|
74640
|
+
/**
|
|
74641
|
+
* @remarks
|
|
74642
|
+
* > This parameter is in invitational preview and is not publicly available.
|
|
74643
|
+
*
|
|
74644
|
+
* @example
|
|
74645
|
+
* Custom
|
|
74646
|
+
*/
|
|
74256
74647
|
hostnameType?: string;
|
|
74257
74648
|
static names(): {
|
|
74258
74649
|
[key: string]: string;
|
|
@@ -74366,7 +74757,7 @@ export declare class StartImagePipelineExecutionRequestTemplateTag extends $tea.
|
|
|
74366
74757
|
export declare class StartInstancesResponseBodyInstanceResponsesInstanceResponse extends $tea.Model {
|
|
74367
74758
|
/**
|
|
74368
74759
|
* @remarks
|
|
74369
|
-
* The error code returned for the operation on the instance. The
|
|
74760
|
+
* The error code that is returned for the operation on the ECS instance. The value 200 indicates that the operation is successful. For more information, see the "Error codes" section in this topic.
|
|
74370
74761
|
*
|
|
74371
74762
|
* @example
|
|
74372
74763
|
* 200
|
|
@@ -74374,7 +74765,7 @@ export declare class StartInstancesResponseBodyInstanceResponsesInstanceResponse
|
|
|
74374
74765
|
code?: string;
|
|
74375
74766
|
/**
|
|
74376
74767
|
* @remarks
|
|
74377
|
-
* The status of the instance after the operation is called.
|
|
74768
|
+
* The status of the ECS instance after the operation is called.
|
|
74378
74769
|
*
|
|
74379
74770
|
* @example
|
|
74380
74771
|
* Starting
|
|
@@ -74382,7 +74773,7 @@ export declare class StartInstancesResponseBodyInstanceResponsesInstanceResponse
|
|
|
74382
74773
|
currentStatus?: string;
|
|
74383
74774
|
/**
|
|
74384
74775
|
* @remarks
|
|
74385
|
-
* The ID of the instance.
|
|
74776
|
+
* The ID of the ECS instance.
|
|
74386
74777
|
*
|
|
74387
74778
|
* @example
|
|
74388
74779
|
* i-bp67acfmxazb4p****
|
|
@@ -74390,7 +74781,7 @@ export declare class StartInstancesResponseBodyInstanceResponsesInstanceResponse
|
|
|
74390
74781
|
instanceId?: string;
|
|
74391
74782
|
/**
|
|
74392
74783
|
* @remarks
|
|
74393
|
-
* The error message returned for the operation on the instance. The
|
|
74784
|
+
* The error message that is returned for the operation on the ECS instance. The value success indicates that the operation is successful. For more information, see the "Error codes" section in this topic.
|
|
74394
74785
|
*
|
|
74395
74786
|
* @example
|
|
74396
74787
|
* success
|
|
@@ -74398,7 +74789,7 @@ export declare class StartInstancesResponseBodyInstanceResponsesInstanceResponse
|
|
|
74398
74789
|
message?: string;
|
|
74399
74790
|
/**
|
|
74400
74791
|
* @remarks
|
|
74401
|
-
* The status of the instance before the operation is called.
|
|
74792
|
+
* The status of the ECS instance before the operation is called.
|
|
74402
74793
|
*
|
|
74403
74794
|
* @example
|
|
74404
74795
|
* Stopped
|
|
@@ -74739,7 +75130,7 @@ export default class Client extends OpenApi {
|
|
|
74739
75130
|
*/
|
|
74740
75131
|
assignIpv6Addresses(request: AssignIpv6AddressesRequest): Promise<AssignIpv6AddressesResponse>;
|
|
74741
75132
|
/**
|
|
74742
|
-
* Assigns secondary private IP addresses to an elastic network interface (ENI). You can specify available private IP addresses within the CIDR block of the vSwitch that is connected to the ENI. Alternatively, you can specify a number of private IP addresses to automatically assign from the CIDR block of the vSwitch to the ENI.
|
|
75133
|
+
* Assigns one or more secondary private IP addresses to an elastic network interface (ENI). You can specify available private IP addresses within the CIDR block of the vSwitch that is connected to the ENI. Alternatively, you can specify a number of private IP addresses to automatically assign from the CIDR block of the vSwitch to the ENI.
|
|
74743
75134
|
*
|
|
74744
75135
|
* @remarks
|
|
74745
75136
|
* ## [](#)Usage notes
|
|
@@ -74754,7 +75145,7 @@ export default class Client extends OpenApi {
|
|
|
74754
75145
|
*/
|
|
74755
75146
|
assignPrivateIpAddressesWithOptions(request: AssignPrivateIpAddressesRequest, runtime: $Util.RuntimeOptions): Promise<AssignPrivateIpAddressesResponse>;
|
|
74756
75147
|
/**
|
|
74757
|
-
* Assigns secondary private IP addresses to an elastic network interface (ENI). You can specify available private IP addresses within the CIDR block of the vSwitch that is connected to the ENI. Alternatively, you can specify a number of private IP addresses to automatically assign from the CIDR block of the vSwitch to the ENI.
|
|
75148
|
+
* Assigns one or more secondary private IP addresses to an elastic network interface (ENI). You can specify available private IP addresses within the CIDR block of the vSwitch that is connected to the ENI. Alternatively, you can specify a number of private IP addresses to automatically assign from the CIDR block of the vSwitch to the ENI.
|
|
74758
75149
|
*
|
|
74759
75150
|
* @remarks
|
|
74760
75151
|
* ## [](#)Usage notes
|
|
@@ -74918,19 +75309,21 @@ export default class Client extends OpenApi {
|
|
|
74918
75309
|
*/
|
|
74919
75310
|
attachKeyPair(request: AttachKeyPairRequest): Promise<AttachKeyPairResponse>;
|
|
74920
75311
|
/**
|
|
74921
|
-
* Attaches an elastic network interface (ENI) to an Elastic Compute Service (ECS) instance that resides in a virtual private cloud (VPC).
|
|
75312
|
+
* Attaches an elastic network interface (ENI) to an Elastic Compute Service (ECS) instance that resides in a virtual private cloud (VPC). When you call this operation, you can specify parameters, such as NetworkInterfaceId, InstanceId, and NetworkCardIndex, in the request.
|
|
74922
75313
|
*
|
|
74923
75314
|
* @remarks
|
|
74924
75315
|
* Take note of the following items:
|
|
74925
|
-
* * The ENI must be in the **Available** state. You can attach an ENI to only one instance that resides in the same zone and VPC as the ENI
|
|
75316
|
+
* * The ENI must be in the **Available** state. You can attach an ENI to only one instance that resides in the same zone and VPC as the ENI.
|
|
74926
75317
|
* * The instance must be in the Running or Stopped state. When you attach ENIs to instances of specific instance types, make sure that the instances are in the Stopped state. For more information, see the "Instance types of the ECS instances that must be in the Stopped (Stopped) state" section in the [Bind an ENI](https://help.aliyun.com/document_detail/58503.html) topic.
|
|
74927
|
-
*
|
|
74928
|
-
* **Note**If the last start time of the instance (including the start time of the instance if it is a new instance, the last restart time of the instance, and the last reactivation time of the instance) is before April 1st, 2018 and the instance is in the Running state, you must call the RebootInstance operation to restart the instance. If you do not call the RebootInstance operation to restart the instance, you cannot attach the ENI to the instance.
|
|
75318
|
+
* >If the last start time of the instance (including the start time of the instance if it is a new instance, the last restart time of the instance, and the last reactivation time of the instance) is before April 1st, 2018 and the instance is in the Running state, you must call the RebootInstance operation to restart the instance. If you do not call the RebootInstance operation to restart the instance, you cannot attach the ENI to the instance.
|
|
74929
75319
|
* * You can attach multiple ENIs to one instance. For more information, see [ENI overview](https://help.aliyun.com/document_detail/58496.html).
|
|
74930
75320
|
* * The vSwitch to which the ENI is connected must be in the same zone and VPC as the vSwitch to which the instance is connected.
|
|
74931
75321
|
* * This operation is an asynchronous operation. After you call this operation to attach an ENI, you can view the status or events of the ENI to check whether the ENI is attached. The following figure shows the transitions between the statuses of the ENI.
|
|
74932
|
-
*
|
|
74933
|
-
*
|
|
75322
|
+
* 
|
|
75323
|
+
* - If the ENI is in the Attaching state, the ENI attachment request is sent and the ENI is being attached to the specified instance.
|
|
75324
|
+
* - If the ENI is in the InUse state, the ENI is attached to the specified instance.
|
|
75325
|
+
* - If the ENI is in the Available state, the ENI failed to be attached.
|
|
75326
|
+
* **For examples on how to call this operation, see** [Attach an ENI](https://help.aliyun.com/document_detail/471550.html).
|
|
74934
75327
|
*
|
|
74935
75328
|
* @param request - AttachNetworkInterfaceRequest
|
|
74936
75329
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -74938,19 +75331,21 @@ export default class Client extends OpenApi {
|
|
|
74938
75331
|
*/
|
|
74939
75332
|
attachNetworkInterfaceWithOptions(request: AttachNetworkInterfaceRequest, runtime: $Util.RuntimeOptions): Promise<AttachNetworkInterfaceResponse>;
|
|
74940
75333
|
/**
|
|
74941
|
-
* Attaches an elastic network interface (ENI) to an Elastic Compute Service (ECS) instance that resides in a virtual private cloud (VPC).
|
|
75334
|
+
* Attaches an elastic network interface (ENI) to an Elastic Compute Service (ECS) instance that resides in a virtual private cloud (VPC). When you call this operation, you can specify parameters, such as NetworkInterfaceId, InstanceId, and NetworkCardIndex, in the request.
|
|
74942
75335
|
*
|
|
74943
75336
|
* @remarks
|
|
74944
75337
|
* Take note of the following items:
|
|
74945
|
-
* * The ENI must be in the **Available** state. You can attach an ENI to only one instance that resides in the same zone and VPC as the ENI
|
|
75338
|
+
* * The ENI must be in the **Available** state. You can attach an ENI to only one instance that resides in the same zone and VPC as the ENI.
|
|
74946
75339
|
* * The instance must be in the Running or Stopped state. When you attach ENIs to instances of specific instance types, make sure that the instances are in the Stopped state. For more information, see the "Instance types of the ECS instances that must be in the Stopped (Stopped) state" section in the [Bind an ENI](https://help.aliyun.com/document_detail/58503.html) topic.
|
|
74947
|
-
*
|
|
74948
|
-
* **Note**If the last start time of the instance (including the start time of the instance if it is a new instance, the last restart time of the instance, and the last reactivation time of the instance) is before April 1st, 2018 and the instance is in the Running state, you must call the RebootInstance operation to restart the instance. If you do not call the RebootInstance operation to restart the instance, you cannot attach the ENI to the instance.
|
|
75340
|
+
* >If the last start time of the instance (including the start time of the instance if it is a new instance, the last restart time of the instance, and the last reactivation time of the instance) is before April 1st, 2018 and the instance is in the Running state, you must call the RebootInstance operation to restart the instance. If you do not call the RebootInstance operation to restart the instance, you cannot attach the ENI to the instance.
|
|
74949
75341
|
* * You can attach multiple ENIs to one instance. For more information, see [ENI overview](https://help.aliyun.com/document_detail/58496.html).
|
|
74950
75342
|
* * The vSwitch to which the ENI is connected must be in the same zone and VPC as the vSwitch to which the instance is connected.
|
|
74951
75343
|
* * This operation is an asynchronous operation. After you call this operation to attach an ENI, you can view the status or events of the ENI to check whether the ENI is attached. The following figure shows the transitions between the statuses of the ENI.
|
|
74952
|
-
*
|
|
74953
|
-
*
|
|
75344
|
+
* 
|
|
75345
|
+
* - If the ENI is in the Attaching state, the ENI attachment request is sent and the ENI is being attached to the specified instance.
|
|
75346
|
+
* - If the ENI is in the InUse state, the ENI is attached to the specified instance.
|
|
75347
|
+
* - If the ENI is in the Available state, the ENI failed to be attached.
|
|
75348
|
+
* **For examples on how to call this operation, see** [Attach an ENI](https://help.aliyun.com/document_detail/471550.html).
|
|
74954
75349
|
*
|
|
74955
75350
|
* @param request - AttachNetworkInterfaceRequest
|
|
74956
75351
|
* @returns AttachNetworkInterfaceResponse
|
|
@@ -75323,8 +75718,8 @@ export default class Client extends OpenApi {
|
|
|
75323
75718
|
* Take note of the following items:
|
|
75324
75719
|
* * Only custom images that are in the `Available` state can be copied.
|
|
75325
75720
|
* * Custom images that you want to copy must belong to your Alibaba Cloud account or be shared to you by others, and cannot be copied across accounts.
|
|
75326
|
-
* * When an image is being copied, the image cannot be deleted by calling the [DeleteImage](https://help.aliyun.com/document_detail/25537.html) operation. However, you can cancel the ongoing image copy task by calling the [CancelCopyImage](https://help.aliyun.com/document_detail/25539.html) operation.
|
|
75327
|
-
* * A region
|
|
75721
|
+
* * When an image is being copied, the image copy cannot be deleted by calling the [DeleteImage](https://help.aliyun.com/document_detail/25537.html) operation. However, you can cancel the ongoing image copy task by calling the [CancelCopyImage](https://help.aliyun.com/document_detail/25539.html) operation.
|
|
75722
|
+
* * A region supports only up to five concurrent image copy tasks. Excess image copy tasks are queued for execution.
|
|
75328
75723
|
* * You can configure `ResourceGroupId` to specify the resource group to which to assign the new image. If you do not configure `ResourceGroupId`, the new image is assigned to the default resource group.
|
|
75329
75724
|
*
|
|
75330
75725
|
* @param request - CopyImageRequest
|
|
@@ -75341,8 +75736,8 @@ export default class Client extends OpenApi {
|
|
|
75341
75736
|
* Take note of the following items:
|
|
75342
75737
|
* * Only custom images that are in the `Available` state can be copied.
|
|
75343
75738
|
* * Custom images that you want to copy must belong to your Alibaba Cloud account or be shared to you by others, and cannot be copied across accounts.
|
|
75344
|
-
* * When an image is being copied, the image cannot be deleted by calling the [DeleteImage](https://help.aliyun.com/document_detail/25537.html) operation. However, you can cancel the ongoing image copy task by calling the [CancelCopyImage](https://help.aliyun.com/document_detail/25539.html) operation.
|
|
75345
|
-
* * A region
|
|
75739
|
+
* * When an image is being copied, the image copy cannot be deleted by calling the [DeleteImage](https://help.aliyun.com/document_detail/25537.html) operation. However, you can cancel the ongoing image copy task by calling the [CancelCopyImage](https://help.aliyun.com/document_detail/25539.html) operation.
|
|
75740
|
+
* * A region supports only up to five concurrent image copy tasks. Excess image copy tasks are queued for execution.
|
|
75346
75741
|
* * You can configure `ResourceGroupId` to specify the resource group to which to assign the new image. If you do not configure `ResourceGroupId`, the new image is assigned to the default resource group.
|
|
75347
75742
|
*
|
|
75348
75743
|
* @param request - CopyImageRequest
|
|
@@ -75380,19 +75775,20 @@ export default class Client extends OpenApi {
|
|
|
75380
75775
|
* Creates an activation code. The activation code is used to register servers that are not provided by Alibaba Cloud as Alibaba Cloud managed instances.
|
|
75381
75776
|
*
|
|
75382
75777
|
* @remarks
|
|
75383
|
-
*
|
|
75384
|
-
*
|
|
75385
|
-
*
|
|
75386
|
-
*
|
|
75387
|
-
*
|
|
75388
|
-
*
|
|
75389
|
-
*
|
|
75390
|
-
*
|
|
75391
|
-
*
|
|
75392
|
-
*
|
|
75393
|
-
*
|
|
75394
|
-
*
|
|
75395
|
-
*
|
|
75778
|
+
* ## [](#)Usage notes
|
|
75779
|
+
* After you use an activation code to register a server that is not provided by Alibaba Cloud as an Alibaba Cloud managed instance, you can use a variety of online services provided by Alibaba Cloud, such as Cloud Assistant, CloudOps Orchestration Service (OOS), and Apsara Devops on the managed instance.
|
|
75780
|
+
* If a server is not provided by Alibaba Cloud, you can register the server as an Alibaba Cloud managed instance only if the server has Internet connectivity and runs one of the following operating systems:
|
|
75781
|
+
* * Alibaba Cloud Linux 2 and Alibaba Cloud Linux 3 and later
|
|
75782
|
+
* * CentOS 6, CentOS 7, and CentOS 8 and later
|
|
75783
|
+
* * Debian 8, Debian 9, and Debian 10 and later
|
|
75784
|
+
* * Ubuntu 12, Ubuntu 14, Ubuntu 16, and Ubuntu 18 and later
|
|
75785
|
+
* * CoreOS
|
|
75786
|
+
* * OpenSUSE
|
|
75787
|
+
* * Red Hat 5, Red Hat 6, and Red Hat 7 and later
|
|
75788
|
+
* * SUSE Linux Enterprise Server 11, SUSE Linux Enterprise Server 12, and SUSE Linux Enterprise Server 15 and later
|
|
75789
|
+
* * Windows Server 2012, Windows Server 2016, and Windows Server 2019 and later
|
|
75790
|
+
* You can have up to 5,000 activation codes per Alibaba Cloud region. When the number of activation codes exceeds 1,000, the usage of the activation codes must be greater than 50% before you can create additional activation codes.
|
|
75791
|
+
* > To obtain the usage of activation codes, go to the **ECS Cloud Assistant** page, click the **Manage Instances** tab, and then click **Register Instance**.
|
|
75396
75792
|
*
|
|
75397
75793
|
* @param request - CreateActivationRequest
|
|
75398
75794
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -75403,19 +75799,20 @@ export default class Client extends OpenApi {
|
|
|
75403
75799
|
* Creates an activation code. The activation code is used to register servers that are not provided by Alibaba Cloud as Alibaba Cloud managed instances.
|
|
75404
75800
|
*
|
|
75405
75801
|
* @remarks
|
|
75406
|
-
*
|
|
75407
|
-
*
|
|
75408
|
-
*
|
|
75409
|
-
*
|
|
75410
|
-
*
|
|
75411
|
-
*
|
|
75412
|
-
*
|
|
75413
|
-
*
|
|
75414
|
-
*
|
|
75415
|
-
*
|
|
75416
|
-
*
|
|
75417
|
-
*
|
|
75418
|
-
*
|
|
75802
|
+
* ## [](#)Usage notes
|
|
75803
|
+
* After you use an activation code to register a server that is not provided by Alibaba Cloud as an Alibaba Cloud managed instance, you can use a variety of online services provided by Alibaba Cloud, such as Cloud Assistant, CloudOps Orchestration Service (OOS), and Apsara Devops on the managed instance.
|
|
75804
|
+
* If a server is not provided by Alibaba Cloud, you can register the server as an Alibaba Cloud managed instance only if the server has Internet connectivity and runs one of the following operating systems:
|
|
75805
|
+
* * Alibaba Cloud Linux 2 and Alibaba Cloud Linux 3 and later
|
|
75806
|
+
* * CentOS 6, CentOS 7, and CentOS 8 and later
|
|
75807
|
+
* * Debian 8, Debian 9, and Debian 10 and later
|
|
75808
|
+
* * Ubuntu 12, Ubuntu 14, Ubuntu 16, and Ubuntu 18 and later
|
|
75809
|
+
* * CoreOS
|
|
75810
|
+
* * OpenSUSE
|
|
75811
|
+
* * Red Hat 5, Red Hat 6, and Red Hat 7 and later
|
|
75812
|
+
* * SUSE Linux Enterprise Server 11, SUSE Linux Enterprise Server 12, and SUSE Linux Enterprise Server 15 and later
|
|
75813
|
+
* * Windows Server 2012, Windows Server 2016, and Windows Server 2019 and later
|
|
75814
|
+
* You can have up to 5,000 activation codes per Alibaba Cloud region. When the number of activation codes exceeds 1,000, the usage of the activation codes must be greater than 50% before you can create additional activation codes.
|
|
75815
|
+
* > To obtain the usage of activation codes, go to the **ECS Cloud Assistant** page, click the **Manage Instances** tab, and then click **Register Instance**.
|
|
75419
75816
|
*
|
|
75420
75817
|
* @param request - CreateActivationRequest
|
|
75421
75818
|
* @returns CreateActivationResponse
|
|
@@ -75604,7 +76001,7 @@ export default class Client extends OpenApi {
|
|
|
75604
76001
|
*/
|
|
75605
76002
|
createDemand(request: CreateDemandRequest): Promise<CreateDemandResponse>;
|
|
75606
76003
|
/**
|
|
75607
|
-
* The name of the deployment set. The name must be 2 to 128 characters in length, It must start with a letter and cannot start with
|
|
76004
|
+
* The name of the deployment set. The name must be 2 to 128 characters in length, It must start with a letter and cannot start with \\`http://\\` or \\`https://\\`. It can contain letters, digits, colons (:), underscores (\\_), and hyphens (-).
|
|
75608
76005
|
*
|
|
75609
76006
|
* @param request - CreateDeploymentSetRequest
|
|
75610
76007
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -75612,7 +76009,7 @@ export default class Client extends OpenApi {
|
|
|
75612
76009
|
*/
|
|
75613
76010
|
createDeploymentSetWithOptions(request: CreateDeploymentSetRequest, runtime: $Util.RuntimeOptions): Promise<CreateDeploymentSetResponse>;
|
|
75614
76011
|
/**
|
|
75615
|
-
* The name of the deployment set. The name must be 2 to 128 characters in length, It must start with a letter and cannot start with
|
|
76012
|
+
* The name of the deployment set. The name must be 2 to 128 characters in length, It must start with a letter and cannot start with \\`http://\\` or \\`https://\\`. It can contain letters, digits, colons (:), underscores (\\_), and hyphens (-).
|
|
75616
76013
|
*
|
|
75617
76014
|
* @param request - CreateDeploymentSetRequest
|
|
75618
76015
|
* @returns CreateDeploymentSetResponse
|
|
@@ -76060,7 +76457,7 @@ export default class Client extends OpenApi {
|
|
|
76060
76457
|
*/
|
|
76061
76458
|
createNatGateway(request: CreateNatGatewayRequest): Promise<CreateNatGatewayResponse>;
|
|
76062
76459
|
/**
|
|
76063
|
-
* Creates an elastic network interface (ENI).
|
|
76460
|
+
* Creates an elastic network interface (ENI). When you call this operation, you can specify parameters, such as VSwitchId and PrimaryIpAddress, in the request.
|
|
76064
76461
|
*
|
|
76065
76462
|
* @remarks
|
|
76066
76463
|
* ## [](#)Usage notes
|
|
@@ -76080,7 +76477,7 @@ export default class Client extends OpenApi {
|
|
|
76080
76477
|
*/
|
|
76081
76478
|
createNetworkInterfaceWithOptions(request: CreateNetworkInterfaceRequest, runtime: $Util.RuntimeOptions): Promise<CreateNetworkInterfaceResponse>;
|
|
76082
76479
|
/**
|
|
76083
|
-
* Creates an elastic network interface (ENI).
|
|
76480
|
+
* Creates an elastic network interface (ENI). When you call this operation, you can specify parameters, such as VSwitchId and PrimaryIpAddress, in the request.
|
|
76084
76481
|
*
|
|
76085
76482
|
* @remarks
|
|
76086
76483
|
* ## [](#)Usage notes
|
|
@@ -76099,7 +76496,10 @@ export default class Client extends OpenApi {
|
|
|
76099
76496
|
*/
|
|
76100
76497
|
createNetworkInterface(request: CreateNetworkInterfaceRequest): Promise<CreateNetworkInterfaceResponse>;
|
|
76101
76498
|
/**
|
|
76102
|
-
*
|
|
76499
|
+
* Grants a permission on an elastic network interface (ENI) to an Alibaba Cloud partner (a certified ISV) or an individual user.
|
|
76500
|
+
*
|
|
76501
|
+
* @remarks
|
|
76502
|
+
* Before you call this operation, submit a ticket to apply for using this operation.
|
|
76103
76503
|
*
|
|
76104
76504
|
* @param request - CreateNetworkInterfacePermissionRequest
|
|
76105
76505
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -76107,7 +76507,10 @@ export default class Client extends OpenApi {
|
|
|
76107
76507
|
*/
|
|
76108
76508
|
createNetworkInterfacePermissionWithOptions(request: CreateNetworkInterfacePermissionRequest, runtime: $Util.RuntimeOptions): Promise<CreateNetworkInterfacePermissionResponse>;
|
|
76109
76509
|
/**
|
|
76110
|
-
*
|
|
76510
|
+
* Grants a permission on an elastic network interface (ENI) to an Alibaba Cloud partner (a certified ISV) or an individual user.
|
|
76511
|
+
*
|
|
76512
|
+
* @remarks
|
|
76513
|
+
* Before you call this operation, submit a ticket to apply for using this operation.
|
|
76111
76514
|
*
|
|
76112
76515
|
* @param request - CreateNetworkInterfacePermissionRequest
|
|
76113
76516
|
* @returns CreateNetworkInterfacePermissionResponse
|
|
@@ -76908,11 +77311,12 @@ export default class Client extends OpenApi {
|
|
|
76908
77311
|
* * After an ENI is deleted, the following situations occur:
|
|
76909
77312
|
* * All private IP addresses (including primary and secondary private IP addresses) of the ENI are automatically released.
|
|
76910
77313
|
* * The ENI is automatically removed from all security groups.
|
|
76911
|
-
* * The DeleteNetworkInterface operation is an asynchronous operation. After this operation is called to delete an ENI, you can check the status or events of the ENI to determine whether the ENI is deleted. The following figure shows the transitions between the states of the ENI
|
|
77314
|
+
* * The DeleteNetworkInterface operation is an asynchronous operation. After this operation is called to delete an ENI, you can check the status or events of the ENI to determine whether the ENI is deleted. The following figure shows the transitions between the states of the ENI.
|
|
77315
|
+
* 
|
|
76912
77316
|
* * If the ENI is in the Deleting state, the ENI deletion request is sent and the ENI is being deleted.
|
|
76913
77317
|
* * If the ENI is not found, the ENI is deleted.
|
|
76914
77318
|
* * If the ENI is stuck in the Deleting state, the ENI fails to be deleted. You can re-initiate the request to delete the ENI.
|
|
76915
|
-
*
|
|
77319
|
+
* For information about examples on how to call the DeleteNetworkInterface operation, see [Delete an ENI](https://help.aliyun.com/document_detail/471553.html).
|
|
76916
77320
|
*
|
|
76917
77321
|
* @param request - DeleteNetworkInterfaceRequest
|
|
76918
77322
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -76929,11 +77333,12 @@ export default class Client extends OpenApi {
|
|
|
76929
77333
|
* * After an ENI is deleted, the following situations occur:
|
|
76930
77334
|
* * All private IP addresses (including primary and secondary private IP addresses) of the ENI are automatically released.
|
|
76931
77335
|
* * The ENI is automatically removed from all security groups.
|
|
76932
|
-
* * The DeleteNetworkInterface operation is an asynchronous operation. After this operation is called to delete an ENI, you can check the status or events of the ENI to determine whether the ENI is deleted. The following figure shows the transitions between the states of the ENI
|
|
77336
|
+
* * The DeleteNetworkInterface operation is an asynchronous operation. After this operation is called to delete an ENI, you can check the status or events of the ENI to determine whether the ENI is deleted. The following figure shows the transitions between the states of the ENI.
|
|
77337
|
+
* 
|
|
76933
77338
|
* * If the ENI is in the Deleting state, the ENI deletion request is sent and the ENI is being deleted.
|
|
76934
77339
|
* * If the ENI is not found, the ENI is deleted.
|
|
76935
77340
|
* * If the ENI is stuck in the Deleting state, the ENI fails to be deleted. You can re-initiate the request to delete the ENI.
|
|
76936
|
-
*
|
|
77341
|
+
* For information about examples on how to call the DeleteNetworkInterface operation, see [Delete an ENI](https://help.aliyun.com/document_detail/471553.html).
|
|
76937
77342
|
*
|
|
76938
77343
|
* @param request - DeleteNetworkInterfaceRequest
|
|
76939
77344
|
* @returns DeleteNetworkInterfaceResponse
|
|
@@ -78042,7 +78447,7 @@ export default class Client extends OpenApi {
|
|
|
78042
78447
|
*/
|
|
78043
78448
|
describeImagePipelines(request: DescribeImagePipelinesRequest): Promise<DescribeImagePipelinesResponse>;
|
|
78044
78449
|
/**
|
|
78045
|
-
* Queries the accounts with which a custom image is shared. The response can be displayed by page. By default, 10 entries are displayed
|
|
78450
|
+
* Queries the accounts with which a custom image is shared. When you call this operation, you can specify parameters, such as RegionId and ImageId, in the request. The response can be displayed by page. By default, 10 entries are displayed on each page.
|
|
78046
78451
|
*
|
|
78047
78452
|
* @param request - DescribeImageSharePermissionRequest
|
|
78048
78453
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -78050,7 +78455,7 @@ export default class Client extends OpenApi {
|
|
|
78050
78455
|
*/
|
|
78051
78456
|
describeImageSharePermissionWithOptions(request: DescribeImageSharePermissionRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageSharePermissionResponse>;
|
|
78052
78457
|
/**
|
|
78053
|
-
* Queries the accounts with which a custom image is shared. The response can be displayed by page. By default, 10 entries are displayed
|
|
78458
|
+
* Queries the accounts with which a custom image is shared. When you call this operation, you can specify parameters, such as RegionId and ImageId, in the request. The response can be displayed by page. By default, 10 entries are displayed on each page.
|
|
78054
78459
|
*
|
|
78055
78460
|
* @param request - DescribeImageSharePermissionRequest
|
|
78056
78461
|
* @returns DescribeImageSharePermissionResponse
|
|
@@ -78682,7 +79087,7 @@ export default class Client extends OpenApi {
|
|
|
78682
79087
|
*/
|
|
78683
79088
|
describeNatGateways(request: DescribeNatGatewaysRequest): Promise<DescribeNatGatewaysResponse>;
|
|
78684
79089
|
/**
|
|
78685
|
-
* Queries the details of an elastic network interface (ENI).
|
|
79090
|
+
* Queries the details of an elastic network interface (ENI). When you call this operation, you can specify parameters, such as NetworkInterfaceId and Attribute, in the request.
|
|
78686
79091
|
*
|
|
78687
79092
|
* @remarks
|
|
78688
79093
|
* ## Debugging
|
|
@@ -78694,7 +79099,7 @@ export default class Client extends OpenApi {
|
|
|
78694
79099
|
*/
|
|
78695
79100
|
describeNetworkInterfaceAttributeWithOptions(request: DescribeNetworkInterfaceAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeNetworkInterfaceAttributeResponse>;
|
|
78696
79101
|
/**
|
|
78697
|
-
* Queries the details of an elastic network interface (ENI).
|
|
79102
|
+
* Queries the details of an elastic network interface (ENI). When you call this operation, you can specify parameters, such as NetworkInterfaceId and Attribute, in the request.
|
|
78698
79103
|
*
|
|
78699
79104
|
* @remarks
|
|
78700
79105
|
* ## Debugging
|
|
@@ -78720,12 +79125,13 @@ export default class Client extends OpenApi {
|
|
|
78720
79125
|
*/
|
|
78721
79126
|
describeNetworkInterfacePermissions(request: DescribeNetworkInterfacePermissionsRequest): Promise<DescribeNetworkInterfacePermissionsResponse>;
|
|
78722
79127
|
/**
|
|
78723
|
-
* Queries the details of one or more elastic network interfaces (ENIs).
|
|
79128
|
+
* Queries the details of one or more elastic network interfaces (ENIs). When you call this operation, you can specify parameters, such as ResourceGroupId, VSwitchId, and InstanceId, in the request.
|
|
78724
79129
|
*
|
|
78725
79130
|
* @remarks
|
|
78726
79131
|
* ## [](#)Usage notes
|
|
78727
|
-
*
|
|
78728
|
-
*
|
|
79132
|
+
* You can call the `DescribeNetworkInterfaces` operation for paged query by specifying the `MaxResults` or `NextToken` parameter. Take note of the following items:
|
|
79133
|
+
* * During a paged query, when you call the DescribeNetworkInterfaces operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token that can be used in the next call to retrieve a new page of results.
|
|
79134
|
+
* * When you call the DescribeNetworkInterfaces operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
|
|
78729
79135
|
*
|
|
78730
79136
|
* @param request - DescribeNetworkInterfacesRequest
|
|
78731
79137
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -78733,12 +79139,13 @@ export default class Client extends OpenApi {
|
|
|
78733
79139
|
*/
|
|
78734
79140
|
describeNetworkInterfacesWithOptions(request: DescribeNetworkInterfacesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeNetworkInterfacesResponse>;
|
|
78735
79141
|
/**
|
|
78736
|
-
* Queries the details of one or more elastic network interfaces (ENIs).
|
|
79142
|
+
* Queries the details of one or more elastic network interfaces (ENIs). When you call this operation, you can specify parameters, such as ResourceGroupId, VSwitchId, and InstanceId, in the request.
|
|
78737
79143
|
*
|
|
78738
79144
|
* @remarks
|
|
78739
79145
|
* ## [](#)Usage notes
|
|
78740
|
-
*
|
|
78741
|
-
*
|
|
79146
|
+
* You can call the `DescribeNetworkInterfaces` operation for paged query by specifying the `MaxResults` or `NextToken` parameter. Take note of the following items:
|
|
79147
|
+
* * During a paged query, when you call the DescribeNetworkInterfaces operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token that can be used in the next call to retrieve a new page of results.
|
|
79148
|
+
* * When you call the DescribeNetworkInterfaces operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
|
|
78742
79149
|
*
|
|
78743
79150
|
* @param request - DescribeNetworkInterfacesRequest
|
|
78744
79151
|
* @returns DescribeNetworkInterfacesResponse
|
|
@@ -80258,7 +80665,7 @@ export default class Client extends OpenApi {
|
|
|
80258
80665
|
*/
|
|
80259
80666
|
installCloudAssistant(request: InstallCloudAssistantRequest): Promise<InstallCloudAssistantResponse>;
|
|
80260
80667
|
/**
|
|
80261
|
-
*
|
|
80668
|
+
* Runs a Cloud Assistant command on one or more Elastic Compute Service (ECS) instances. When you call this operation, you can specify parameters, such as CommandId, InstanceId, and ResourceGroupId, in the request.
|
|
80262
80669
|
*
|
|
80263
80670
|
* @remarks
|
|
80264
80671
|
* ## [](#)Usage notes
|
|
@@ -80283,7 +80690,7 @@ export default class Client extends OpenApi {
|
|
|
80283
80690
|
*/
|
|
80284
80691
|
invokeCommandWithOptions(tmpReq: InvokeCommandRequest, runtime: $Util.RuntimeOptions): Promise<InvokeCommandResponse>;
|
|
80285
80692
|
/**
|
|
80286
|
-
*
|
|
80693
|
+
* Runs a Cloud Assistant command on one or more Elastic Compute Service (ECS) instances. When you call this operation, you can specify parameters, such as CommandId, InstanceId, and ResourceGroupId, in the request.
|
|
80287
80694
|
*
|
|
80288
80695
|
* @remarks
|
|
80289
80696
|
* ## [](#)Usage notes
|
|
@@ -81272,7 +81679,7 @@ export default class Client extends OpenApi {
|
|
|
81272
81679
|
*/
|
|
81273
81680
|
modifyInstanceMaintenanceAttributes(request: ModifyInstanceMaintenanceAttributesRequest): Promise<ModifyInstanceMaintenanceAttributesResponse>;
|
|
81274
81681
|
/**
|
|
81275
|
-
* Modifies the metadata of an Elastic Compute Service (ECS) instance.
|
|
81682
|
+
* Modifies the metadata of an Elastic Compute Service (ECS) instance. When you call this operation, you can specify parameters, such as InstanceID and HttpEndpoint, in the request.
|
|
81276
81683
|
*
|
|
81277
81684
|
* @param request - ModifyInstanceMetadataOptionsRequest
|
|
81278
81685
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -81280,7 +81687,7 @@ export default class Client extends OpenApi {
|
|
|
81280
81687
|
*/
|
|
81281
81688
|
modifyInstanceMetadataOptionsWithOptions(request: ModifyInstanceMetadataOptionsRequest, runtime: $Util.RuntimeOptions): Promise<ModifyInstanceMetadataOptionsResponse>;
|
|
81282
81689
|
/**
|
|
81283
|
-
* Modifies the metadata of an Elastic Compute Service (ECS) instance.
|
|
81690
|
+
* Modifies the metadata of an Elastic Compute Service (ECS) instance. When you call this operation, you can specify parameters, such as InstanceID and HttpEndpoint, in the request.
|
|
81284
81691
|
*
|
|
81285
81692
|
* @param request - ModifyInstanceMetadataOptionsRequest
|
|
81286
81693
|
* @returns ModifyInstanceMetadataOptionsResponse
|
|
@@ -81560,7 +81967,7 @@ export default class Client extends OpenApi {
|
|
|
81560
81967
|
*/
|
|
81561
81968
|
modifyManagedInstance(request: ModifyManagedInstanceRequest): Promise<ModifyManagedInstanceResponse>;
|
|
81562
81969
|
/**
|
|
81563
|
-
* Modifies the attributes, such as the name, description, and security
|
|
81970
|
+
* Modifies the attributes, such as the name, description, and security groups, of an elastic network interface (ENI). When you call this operation, you can specify parameters, such as NetworkInterfaceId and SecurityGroupId, in the request.
|
|
81564
81971
|
*
|
|
81565
81972
|
* @param request - ModifyNetworkInterfaceAttributeRequest
|
|
81566
81973
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -81568,7 +81975,7 @@ export default class Client extends OpenApi {
|
|
|
81568
81975
|
*/
|
|
81569
81976
|
modifyNetworkInterfaceAttributeWithOptions(request: ModifyNetworkInterfaceAttributeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyNetworkInterfaceAttributeResponse>;
|
|
81570
81977
|
/**
|
|
81571
|
-
* Modifies the attributes, such as the name, description, and security
|
|
81978
|
+
* Modifies the attributes, such as the name, description, and security groups, of an elastic network interface (ENI). When you call this operation, you can specify parameters, such as NetworkInterfaceId and SecurityGroupId, in the request.
|
|
81572
81979
|
*
|
|
81573
81980
|
* @param request - ModifyNetworkInterfaceAttributeRequest
|
|
81574
81981
|
* @returns ModifyNetworkInterfaceAttributeResponse
|
|
@@ -82018,6 +82425,7 @@ export default class Client extends OpenApi {
|
|
|
82018
82425
|
* Purchases one or more storage capacity units (SCUs).
|
|
82019
82426
|
*
|
|
82020
82427
|
* @remarks
|
|
82428
|
+
* ## [](#)Usage notes
|
|
82021
82429
|
* Before you call this operation, make sure that you are familiar with the billing and pricing of SCUs. For more information, see [Storage capacity units](https://help.aliyun.com/document_detail/137897.html).
|
|
82022
82430
|
*
|
|
82023
82431
|
* @param request - PurchaseStorageCapacityUnitRequest
|
|
@@ -82029,6 +82437,7 @@ export default class Client extends OpenApi {
|
|
|
82029
82437
|
* Purchases one or more storage capacity units (SCUs).
|
|
82030
82438
|
*
|
|
82031
82439
|
* @remarks
|
|
82440
|
+
* ## [](#)Usage notes
|
|
82032
82441
|
* Before you call this operation, make sure that you are familiar with the billing and pricing of SCUs. For more information, see [Storage capacity units](https://help.aliyun.com/document_detail/137897.html).
|
|
82033
82442
|
*
|
|
82034
82443
|
* @param request - PurchaseStorageCapacityUnitRequest
|
|
@@ -82379,6 +82788,21 @@ export default class Client extends OpenApi {
|
|
|
82379
82788
|
* @returns RenewDedicatedHostsResponse
|
|
82380
82789
|
*/
|
|
82381
82790
|
renewDedicatedHosts(request: RenewDedicatedHostsRequest): Promise<RenewDedicatedHostsResponse>;
|
|
82791
|
+
/**
|
|
82792
|
+
* 续费
|
|
82793
|
+
*
|
|
82794
|
+
* @param request - RenewElasticityAssurancesRequest
|
|
82795
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
82796
|
+
* @returns RenewElasticityAssurancesResponse
|
|
82797
|
+
*/
|
|
82798
|
+
renewElasticityAssurancesWithOptions(request: RenewElasticityAssurancesRequest, runtime: $Util.RuntimeOptions): Promise<RenewElasticityAssurancesResponse>;
|
|
82799
|
+
/**
|
|
82800
|
+
* 续费
|
|
82801
|
+
*
|
|
82802
|
+
* @param request - RenewElasticityAssurancesRequest
|
|
82803
|
+
* @returns RenewElasticityAssurancesResponse
|
|
82804
|
+
*/
|
|
82805
|
+
renewElasticityAssurances(request: RenewElasticityAssurancesRequest): Promise<RenewElasticityAssurancesResponse>;
|
|
82382
82806
|
/**
|
|
82383
82807
|
* Renews a subscription Elastic Compute Service (ECS) instance. When you call this operation, you can specify parameters, such as InstanceId, Period, and ExpectedRenewDay, in the request.
|
|
82384
82808
|
*
|
|
@@ -82767,7 +83191,7 @@ export default class Client extends OpenApi {
|
|
|
82767
83191
|
*/
|
|
82768
83192
|
revokeSecurityGroupEgress(request: RevokeSecurityGroupEgressRequest): Promise<RevokeSecurityGroupEgressResponse>;
|
|
82769
83193
|
/**
|
|
82770
|
-
* Runs a shell, PowerShell, or batch command on Elastic Compute Service (ECS) instances.
|
|
83194
|
+
* Runs a shell, PowerShell, or batch command on one or more Elastic Compute Service (ECS) instances. When you call this operation, you can specify parameters, such as Type and CommandContent, in the request.
|
|
82771
83195
|
*
|
|
82772
83196
|
* @remarks
|
|
82773
83197
|
* ## [](#)Usage notes
|
|
@@ -82794,7 +83218,7 @@ export default class Client extends OpenApi {
|
|
|
82794
83218
|
*/
|
|
82795
83219
|
runCommandWithOptions(tmpReq: RunCommandRequest, runtime: $Util.RuntimeOptions): Promise<RunCommandResponse>;
|
|
82796
83220
|
/**
|
|
82797
|
-
* Runs a shell, PowerShell, or batch command on Elastic Compute Service (ECS) instances.
|
|
83221
|
+
* Runs a shell, PowerShell, or batch command on one or more Elastic Compute Service (ECS) instances. When you call this operation, you can specify parameters, such as Type and CommandContent, in the request.
|
|
82798
83222
|
*
|
|
82799
83223
|
* @remarks
|
|
82800
83224
|
* ## [](#)Usage notes
|
|
@@ -82820,7 +83244,7 @@ export default class Client extends OpenApi {
|
|
|
82820
83244
|
*/
|
|
82821
83245
|
runCommand(request: RunCommandRequest): Promise<RunCommandResponse>;
|
|
82822
83246
|
/**
|
|
82823
|
-
* Creates pay-as-you-go or subscription Elastic Compute Service (ECS) instances.
|
|
83247
|
+
* Creates one or more pay-as-you-go or subscription Elastic Compute Service (ECS) instances. When you call this operation, you can specify multiple parameters, such as ImageId, InstanceType, SecurityGroupId, and VSwitchId, in the request.
|
|
82824
83248
|
*
|
|
82825
83249
|
* @remarks
|
|
82826
83250
|
* ## [](#)Usage notes
|
|
@@ -82942,7 +83366,7 @@ export default class Client extends OpenApi {
|
|
|
82942
83366
|
*/
|
|
82943
83367
|
runInstancesWithOptions(request: RunInstancesRequest, runtime: $Util.RuntimeOptions): Promise<RunInstancesResponse>;
|
|
82944
83368
|
/**
|
|
82945
|
-
* Creates pay-as-you-go or subscription Elastic Compute Service (ECS) instances.
|
|
83369
|
+
* Creates one or more pay-as-you-go or subscription Elastic Compute Service (ECS) instances. When you call this operation, you can specify multiple parameters, such as ImageId, InstanceType, SecurityGroupId, and VSwitchId, in the request.
|
|
82946
83370
|
*
|
|
82947
83371
|
* @remarks
|
|
82948
83372
|
* ## [](#)Usage notes
|
|
@@ -83121,10 +83545,12 @@ export default class Client extends OpenApi {
|
|
|
83121
83545
|
*/
|
|
83122
83546
|
startImagePipelineExecution(request: StartImagePipelineExecutionRequest): Promise<StartImagePipelineExecutionResponse>;
|
|
83123
83547
|
/**
|
|
83124
|
-
*
|
|
83548
|
+
* Starts an Elastic Compute Service (ECS) instance. After the operation is called, the instance enters the Starting state.
|
|
83125
83549
|
*
|
|
83126
83550
|
* @remarks
|
|
83127
|
-
*
|
|
83551
|
+
* Take note of the following items:
|
|
83552
|
+
* * The ECS instance must be in the `Stopped` state.
|
|
83553
|
+
* * If `OperationLocks` in the response of the DescribeInstances operation contains `"LockReason" : "security"` for an instance, the instance is [locked for security reasons](https://help.aliyun.com/document_detail/25695.html) and cannot be started.
|
|
83128
83554
|
*
|
|
83129
83555
|
* @param request - StartInstanceRequest
|
|
83130
83556
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -83132,24 +83558,25 @@ export default class Client extends OpenApi {
|
|
|
83132
83558
|
*/
|
|
83133
83559
|
startInstanceWithOptions(request: StartInstanceRequest, runtime: $Util.RuntimeOptions): Promise<StartInstanceResponse>;
|
|
83134
83560
|
/**
|
|
83135
|
-
*
|
|
83561
|
+
* Starts an Elastic Compute Service (ECS) instance. After the operation is called, the instance enters the Starting state.
|
|
83136
83562
|
*
|
|
83137
83563
|
* @remarks
|
|
83138
|
-
*
|
|
83564
|
+
* Take note of the following items:
|
|
83565
|
+
* * The ECS instance must be in the `Stopped` state.
|
|
83566
|
+
* * If `OperationLocks` in the response of the DescribeInstances operation contains `"LockReason" : "security"` for an instance, the instance is [locked for security reasons](https://help.aliyun.com/document_detail/25695.html) and cannot be started.
|
|
83139
83567
|
*
|
|
83140
83568
|
* @param request - StartInstanceRequest
|
|
83141
83569
|
* @returns StartInstanceResponse
|
|
83142
83570
|
*/
|
|
83143
83571
|
startInstance(request: StartInstanceRequest): Promise<StartInstanceResponse>;
|
|
83144
83572
|
/**
|
|
83145
|
-
* Starts Elastic Compute Service (ECS) instances that are in the Stopped state.
|
|
83573
|
+
* Starts Elastic Compute Service (ECS) instances that are in the Stopped state.
|
|
83146
83574
|
*
|
|
83147
83575
|
* @remarks
|
|
83148
|
-
*
|
|
83149
|
-
*
|
|
83150
|
-
* *
|
|
83151
|
-
* *
|
|
83152
|
-
* * You can use `BatchOptimization` to specify the batch operation mode and restart multiple instances at a time.
|
|
83576
|
+
* When you call this operation, take note of the following items:
|
|
83577
|
+
* * The ECS instances that you want to start must be in the **Stopped** state.``
|
|
83578
|
+
* * If the response contains `{"OperationLocks": {"LockReason" : "security"}}`, the ECS instance is locked to ensure security. No operations are allowed on the ECS instance.
|
|
83579
|
+
* * You can start multiple ECS instances at the same time and use the `BatchOptimization` parameter to specify the batch operation mode.
|
|
83153
83580
|
*
|
|
83154
83581
|
* @param request - StartInstancesRequest
|
|
83155
83582
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -83157,14 +83584,13 @@ export default class Client extends OpenApi {
|
|
|
83157
83584
|
*/
|
|
83158
83585
|
startInstancesWithOptions(request: StartInstancesRequest, runtime: $Util.RuntimeOptions): Promise<StartInstancesResponse>;
|
|
83159
83586
|
/**
|
|
83160
|
-
* Starts Elastic Compute Service (ECS) instances that are in the Stopped state.
|
|
83587
|
+
* Starts Elastic Compute Service (ECS) instances that are in the Stopped state.
|
|
83161
83588
|
*
|
|
83162
83589
|
* @remarks
|
|
83163
|
-
*
|
|
83164
|
-
*
|
|
83165
|
-
* *
|
|
83166
|
-
* *
|
|
83167
|
-
* * You can use `BatchOptimization` to specify the batch operation mode and restart multiple instances at a time.
|
|
83590
|
+
* When you call this operation, take note of the following items:
|
|
83591
|
+
* * The ECS instances that you want to start must be in the **Stopped** state.``
|
|
83592
|
+
* * If the response contains `{"OperationLocks": {"LockReason" : "security"}}`, the ECS instance is locked to ensure security. No operations are allowed on the ECS instance.
|
|
83593
|
+
* * You can start multiple ECS instances at the same time and use the `BatchOptimization` parameter to specify the batch operation mode.
|
|
83168
83594
|
*
|
|
83169
83595
|
* @param request - StartInstancesRequest
|
|
83170
83596
|
* @returns StartInstancesResponse
|
|
@@ -83260,8 +83686,8 @@ export default class Client extends OpenApi {
|
|
|
83260
83686
|
*/
|
|
83261
83687
|
stopInstances(request: StopInstancesRequest): Promise<StopInstancesResponse>;
|
|
83262
83688
|
/**
|
|
83263
|
-
* If you stop the process of a command that runs only once, the executions that have started are not interrupted. The executions that have not started are canceled.
|
|
83264
|
-
*
|
|
83689
|
+
* \\* If you stop the process of a command that runs only once, the executions that have started are not interrupted. The executions that have not started are canceled.
|
|
83690
|
+
* \\* If you stop the process of a scheduled invocation command, the executions that have started are not interrupted. However, the execution does not start in the next period.
|
|
83265
83691
|
*
|
|
83266
83692
|
* @remarks
|
|
83267
83693
|
* ## [](#)Usage notes
|
|
@@ -83274,8 +83700,8 @@ export default class Client extends OpenApi {
|
|
|
83274
83700
|
*/
|
|
83275
83701
|
stopInvocationWithOptions(request: StopInvocationRequest, runtime: $Util.RuntimeOptions): Promise<StopInvocationResponse>;
|
|
83276
83702
|
/**
|
|
83277
|
-
* If you stop the process of a command that runs only once, the executions that have started are not interrupted. The executions that have not started are canceled.
|
|
83278
|
-
*
|
|
83703
|
+
* \\* If you stop the process of a command that runs only once, the executions that have started are not interrupted. The executions that have not started are canceled.
|
|
83704
|
+
* \\* If you stop the process of a scheduled invocation command, the executions that have started are not interrupted. However, the execution does not start in the next period.
|
|
83279
83705
|
*
|
|
83280
83706
|
* @remarks
|
|
83281
83707
|
* ## [](#)Usage notes
|