@alicloud/ecs20140526 4.4.2 → 4.4.4
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 +90 -39
- package/dist/client.js +148 -11
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +226 -39
package/dist/client.d.ts
CHANGED
|
@@ -631,7 +631,7 @@ export declare class AllocatePublicIpAddressRequest extends $tea.Model {
|
|
|
631
631
|
* The public IP address. If you leave this parameter empty, the system randomly assigns a public IP address to the instance.
|
|
632
632
|
*
|
|
633
633
|
* @example
|
|
634
|
-
* 112.124
|
|
634
|
+
* ``112.124.**.**``
|
|
635
635
|
*/
|
|
636
636
|
ipAddress?: string;
|
|
637
637
|
ownerAccount?: string;
|
|
@@ -664,7 +664,7 @@ export declare class AllocatePublicIpAddressResponseBody extends $tea.Model {
|
|
|
664
664
|
* The public IP address.
|
|
665
665
|
*
|
|
666
666
|
* @example
|
|
667
|
-
* 112.124
|
|
667
|
+
* ``112.124.**.**``
|
|
668
668
|
*/
|
|
669
669
|
ipAddress?: string;
|
|
670
670
|
/**
|
|
@@ -963,7 +963,7 @@ export declare class AssignPrivateIpAddressesRequest extends $tea.Model {
|
|
|
963
963
|
* To assign secondary private IP addresses to the ENI, you must specify `PrivateIpAddress.N` or `SecondaryPrivateIpAddressCount` but not both.
|
|
964
964
|
*
|
|
965
965
|
* @example
|
|
966
|
-
* 10.1
|
|
966
|
+
* ``10.1.**.**``
|
|
967
967
|
*/
|
|
968
968
|
privateIpAddress?: string[];
|
|
969
969
|
/**
|
|
@@ -5772,6 +5772,7 @@ export declare class CreateImageComponentRequest extends $tea.Model {
|
|
|
5772
5772
|
* Build
|
|
5773
5773
|
*/
|
|
5774
5774
|
componentType?: string;
|
|
5775
|
+
componentVersion?: string;
|
|
5775
5776
|
/**
|
|
5776
5777
|
* @remarks
|
|
5777
5778
|
* The content of the image component. The content consists of up to 127 commands.
|
|
@@ -5962,6 +5963,7 @@ export declare class CreateImagePipelineRequest extends $tea.Model {
|
|
|
5962
5963
|
* This is description.
|
|
5963
5964
|
*/
|
|
5964
5965
|
description?: string;
|
|
5966
|
+
imageFamily?: string;
|
|
5965
5967
|
/**
|
|
5966
5968
|
* @remarks
|
|
5967
5969
|
* The prefix of the image name. The prefix must be 2 to 64 characters in length. It must start with a letter and cannot start with `http://` or `https://`. It can contain letters, digits, colons (:), underscores (_), periods (.), and hyphens (-).
|
|
@@ -6014,6 +6016,7 @@ export declare class CreateImagePipelineRequest extends $tea.Model {
|
|
|
6014
6016
|
* cn-hangzhou
|
|
6015
6017
|
*/
|
|
6016
6018
|
regionId?: string;
|
|
6019
|
+
repairMode?: string;
|
|
6017
6020
|
/**
|
|
6018
6021
|
* @remarks
|
|
6019
6022
|
* The ID of the resource group.
|
|
@@ -6039,6 +6042,7 @@ export declare class CreateImagePipelineRequest extends $tea.Model {
|
|
|
6039
6042
|
* The tags to add to the template.
|
|
6040
6043
|
*/
|
|
6041
6044
|
tag?: CreateImagePipelineRequestTag[];
|
|
6045
|
+
testContent?: string;
|
|
6042
6046
|
/**
|
|
6043
6047
|
* @remarks
|
|
6044
6048
|
* The IDs of regions to which you want to distribute the image that is created based on the image template. You can specify up to 20 region IDs.
|
|
@@ -6333,7 +6337,7 @@ export declare class CreateInstanceRequest extends $tea.Model {
|
|
|
6333
6337
|
* The internal IP address to assign to the instance.
|
|
6334
6338
|
*
|
|
6335
6339
|
* @example
|
|
6336
|
-
* 192.168
|
|
6340
|
+
* ``192.168.**.**``
|
|
6337
6341
|
*/
|
|
6338
6342
|
innerIpAddress?: string;
|
|
6339
6343
|
/**
|
|
@@ -6962,6 +6966,9 @@ export declare class CreateLaunchTemplateRequest extends $tea.Model {
|
|
|
6962
6966
|
* testHostName
|
|
6963
6967
|
*/
|
|
6964
6968
|
hostName?: string;
|
|
6969
|
+
httpEndpoint?: string;
|
|
6970
|
+
httpPutResponseHopLimit?: number;
|
|
6971
|
+
httpTokens?: string;
|
|
6965
6972
|
/**
|
|
6966
6973
|
* @remarks
|
|
6967
6974
|
* The ID of the image to use to create the instance. You can call the [DescribeImages](https://help.aliyun.com/document_detail/25534.html) operation to query available images.
|
|
@@ -7137,7 +7144,7 @@ export declare class CreateLaunchTemplateRequest extends $tea.Model {
|
|
|
7137
7144
|
* To assign a private IP address to an instance that resides in a VPC, make sure that the IP address is an idle IP address within the CIDR block of the vSwitch specified by the `VSwitchId` parameter.
|
|
7138
7145
|
*
|
|
7139
7146
|
* @example
|
|
7140
|
-
* 10.1
|
|
7147
|
+
* ``10.1.**.**``
|
|
7141
7148
|
*/
|
|
7142
7149
|
privateIpAddress?: string;
|
|
7143
7150
|
/**
|
|
@@ -7465,6 +7472,9 @@ export declare class CreateLaunchTemplateVersionRequest extends $tea.Model {
|
|
|
7465
7472
|
* testHostName
|
|
7466
7473
|
*/
|
|
7467
7474
|
hostName?: string;
|
|
7475
|
+
httpEndpoint?: string;
|
|
7476
|
+
httpPutResponseHopLimit?: number;
|
|
7477
|
+
httpTokens?: string;
|
|
7468
7478
|
/**
|
|
7469
7479
|
* @remarks
|
|
7470
7480
|
* The ID of the image to use to create the Elastic Compute Service (ECS) instance. You can call the [DescribeImages](https://help.aliyun.com/document_detail/25534.html) operation to query available images.
|
|
@@ -7648,7 +7658,7 @@ export declare class CreateLaunchTemplateVersionRequest extends $tea.Model {
|
|
|
7648
7658
|
* To assign a private IP address to an instance of the VPC type, make sure that the IP address is an idle IP address within the CIDR block of the vSwitch specified by the `VSwitchId` parameter.
|
|
7649
7659
|
*
|
|
7650
7660
|
* @example
|
|
7651
|
-
* 10.1
|
|
7661
|
+
* ``10.1.**.**``
|
|
7652
7662
|
*/
|
|
7653
7663
|
privateIpAddress?: string;
|
|
7654
7664
|
/**
|
|
@@ -8073,7 +8083,7 @@ export declare class CreateNetworkInterfaceRequest extends $tea.Model {
|
|
|
8073
8083
|
* The specified IP address must be an idle IP address within the CIDR block of the vSwitch with which to associate the ENI. If this parameter is not specified, an idle IP address is assigned from within the vSwitch CIDR block at random.
|
|
8074
8084
|
*
|
|
8075
8085
|
* @example
|
|
8076
|
-
* 172.17
|
|
8086
|
+
* ``172.17.**.**``
|
|
8077
8087
|
*/
|
|
8078
8088
|
primaryIpAddress?: string;
|
|
8079
8089
|
/**
|
|
@@ -8083,7 +8093,7 @@ export declare class CreateNetworkInterfaceRequest extends $tea.Model {
|
|
|
8083
8093
|
* > To assign secondary private IP addresses to the ENI, you can specify the `PrivateIpAddress.N` or `SecondaryPrivateIpAddressCount` parameter, but not both.
|
|
8084
8094
|
*
|
|
8085
8095
|
* @example
|
|
8086
|
-
* 172.17
|
|
8096
|
+
* ``172.17.**.**``
|
|
8087
8097
|
*/
|
|
8088
8098
|
privateIpAddress?: string[];
|
|
8089
8099
|
/**
|
|
@@ -8274,7 +8284,7 @@ export declare class CreateNetworkInterfaceResponseBody extends $tea.Model {
|
|
|
8274
8284
|
* The private IP address of the ENI.
|
|
8275
8285
|
*
|
|
8276
8286
|
* @example
|
|
8277
|
-
* 172.17
|
|
8287
|
+
* ``172.17.**.**``
|
|
8278
8288
|
*/
|
|
8279
8289
|
privateIpAddress?: string;
|
|
8280
8290
|
/**
|
|
@@ -17912,6 +17922,8 @@ export declare class DescribeHpcClustersResponse extends $tea.Model {
|
|
|
17912
17922
|
});
|
|
17913
17923
|
}
|
|
17914
17924
|
export declare class DescribeImageComponentsRequest extends $tea.Model {
|
|
17925
|
+
componentType?: string;
|
|
17926
|
+
componentVersion?: string;
|
|
17915
17927
|
/**
|
|
17916
17928
|
* @remarks
|
|
17917
17929
|
* The IDs of image components. Valid values of N: 1 to 20.
|
|
@@ -17981,6 +17993,7 @@ export declare class DescribeImageComponentsRequest extends $tea.Model {
|
|
|
17981
17993
|
resourceGroupId?: string;
|
|
17982
17994
|
resourceOwnerAccount?: string;
|
|
17983
17995
|
resourceOwnerId?: number;
|
|
17996
|
+
systemType?: string;
|
|
17984
17997
|
/**
|
|
17985
17998
|
* @remarks
|
|
17986
17999
|
* The tags of the image component.
|
|
@@ -22881,7 +22894,7 @@ export declare class DescribeManagedInstancesRequest extends $tea.Model {
|
|
|
22881
22894
|
* The internal or public IP address of the managed instance.
|
|
22882
22895
|
*
|
|
22883
22896
|
* @example
|
|
22884
|
-
* 192.168
|
|
22897
|
+
* ``192.168.**.**``
|
|
22885
22898
|
*/
|
|
22886
22899
|
instanceIp?: string;
|
|
22887
22900
|
/**
|
|
@@ -23300,7 +23313,7 @@ export declare class DescribeNetworkInterfaceAttributeResponseBody extends $tea.
|
|
|
23300
23313
|
* The private IP address of the ENI.
|
|
23301
23314
|
*
|
|
23302
23315
|
* @example
|
|
23303
|
-
* 10.1
|
|
23316
|
+
* ``10.1.**.**``
|
|
23304
23317
|
*/
|
|
23305
23318
|
privateIpAddress?: string;
|
|
23306
23319
|
/**
|
|
@@ -23697,7 +23710,7 @@ export declare class DescribeNetworkInterfacesRequest extends $tea.Model {
|
|
|
23697
23710
|
* The primary private IPv4 address of the ENI.
|
|
23698
23711
|
*
|
|
23699
23712
|
* @example
|
|
23700
|
-
* 192.168
|
|
23713
|
+
* ``192.168.**.**``
|
|
23701
23714
|
*/
|
|
23702
23715
|
primaryIpAddress?: string;
|
|
23703
23716
|
/**
|
|
@@ -23705,7 +23718,7 @@ export declare class DescribeNetworkInterfacesRequest extends $tea.Model {
|
|
|
23705
23718
|
* An array that consists of the secondary private IPv4 addresses of the ENI. You can specify multiple secondary private IPv4 addresses. Valid values of N: 1 to 100.
|
|
23706
23719
|
*
|
|
23707
23720
|
* @example
|
|
23708
|
-
* 192.168
|
|
23721
|
+
* ``192.168.**.**``
|
|
23709
23722
|
*/
|
|
23710
23723
|
privateIpAddress?: string[];
|
|
23711
23724
|
/**
|
|
@@ -36859,7 +36872,7 @@ export declare class ModifyInstanceVpcAttributeRequest extends $tea.Model {
|
|
|
36859
36872
|
* By default, if this parameter is not specified, a private IP address is randomly assigned from the CIDR block of the specified vSwitch.
|
|
36860
36873
|
*
|
|
36861
36874
|
* @example
|
|
36862
|
-
* 172.17
|
|
36875
|
+
* ``172.17.**.**``
|
|
36863
36876
|
*/
|
|
36864
36877
|
privateIpAddress?: string;
|
|
36865
36878
|
resourceOwnerAccount?: string;
|
|
@@ -39775,6 +39788,8 @@ export declare class PurchaseElasticityAssuranceRequest extends $tea.Model {
|
|
|
39775
39788
|
* 123e4567-e89b-12d3-a456-426655440000
|
|
39776
39789
|
*/
|
|
39777
39790
|
clientToken?: string;
|
|
39791
|
+
ownerAccount?: string;
|
|
39792
|
+
ownerId?: number;
|
|
39778
39793
|
/**
|
|
39779
39794
|
* @example
|
|
39780
39795
|
* 1
|
|
@@ -39793,6 +39808,8 @@ export declare class PurchaseElasticityAssuranceRequest extends $tea.Model {
|
|
|
39793
39808
|
* cn-hangzhou
|
|
39794
39809
|
*/
|
|
39795
39810
|
regionId?: string;
|
|
39811
|
+
resourceOwnerAccount?: string;
|
|
39812
|
+
resourceOwnerId?: number;
|
|
39796
39813
|
/**
|
|
39797
39814
|
* @example
|
|
39798
39815
|
* 2024-06-18T00:00Z
|
|
@@ -41028,7 +41045,7 @@ export declare class ReleasePublicIpAddressRequest extends $tea.Model {
|
|
|
41028
41045
|
* This parameter is required.
|
|
41029
41046
|
*
|
|
41030
41047
|
* @example
|
|
41031
|
-
* 121.40
|
|
41048
|
+
* ``121.40.**.**``
|
|
41032
41049
|
*/
|
|
41033
41050
|
publicIpAddress?: string;
|
|
41034
41051
|
/**
|
|
@@ -44247,7 +44264,7 @@ export declare class RunInstancesRequest extends $tea.Model {
|
|
|
44247
44264
|
* > The first IP address and last three IP addresses of each vSwitch CIDR block are reserved. You cannot specify the IP addresses. For example, if a vSwitch CIDR block is 192.168.1.0/24, the IP addresses 192.168.1.0, 192.168.1.253, 192.168.1.254, and 192.168.1.255 are reserved.
|
|
44248
44265
|
*
|
|
44249
44266
|
* @example
|
|
44250
|
-
* 10.1
|
|
44267
|
+
* ``10.1.**.**``
|
|
44251
44268
|
*/
|
|
44252
44269
|
privateIpAddress?: string;
|
|
44253
44270
|
/**
|
|
@@ -45779,7 +45796,7 @@ export declare class UnassignPrivateIpAddressesRequest extends $tea.Model {
|
|
|
45779
45796
|
* The secondary private IP addresses to unassign.
|
|
45780
45797
|
*
|
|
45781
45798
|
* @example
|
|
45782
|
-
* 192.168
|
|
45799
|
+
* ``192.168.**.**``
|
|
45783
45800
|
*/
|
|
45784
45801
|
privateIpAddress?: string[];
|
|
45785
45802
|
/**
|
|
@@ -49146,7 +49163,7 @@ export declare class CreateLaunchTemplateRequestNetworkInterface extends $tea.Mo
|
|
|
49146
49163
|
* > You can attach only a single secondary ENI when you create an instance. After the instance is created, you can call the [CreateNetworkInterface](https://help.aliyun.com/document_detail/58504.html) and [AttachNetworkInterface](https://help.aliyun.com/document_detail/58515.html) operations to attach more secondary ENIs.
|
|
49147
49164
|
*
|
|
49148
49165
|
* @example
|
|
49149
|
-
* 192.168
|
|
49166
|
+
* ``192.168.**.**``
|
|
49150
49167
|
*/
|
|
49151
49168
|
primaryIpAddress?: string;
|
|
49152
49169
|
/**
|
|
@@ -49605,7 +49622,7 @@ export declare class CreateLaunchTemplateVersionRequestNetworkInterface extends
|
|
|
49605
49622
|
* The primary private IP address of the secondary ENI. The value of N in `NetworkInterface.N` cannot be greater than 1.
|
|
49606
49623
|
*
|
|
49607
49624
|
* @example
|
|
49608
|
-
* 192.168
|
|
49625
|
+
* ``192.168.**.**``
|
|
49609
49626
|
*/
|
|
49610
49627
|
primaryIpAddress?: string;
|
|
49611
49628
|
/**
|
|
@@ -49950,7 +49967,7 @@ export declare class CreateNetworkInterfaceResponseBodyPrivateIpSetsPrivateIpSet
|
|
|
49950
49967
|
* The private IP address of the instance.
|
|
49951
49968
|
*
|
|
49952
49969
|
* @example
|
|
49953
|
-
* 172.17
|
|
49970
|
+
* ``172.17.**.**``
|
|
49954
49971
|
*/
|
|
49955
49972
|
privateIpAddress?: string;
|
|
49956
49973
|
static names(): {
|
|
@@ -50524,7 +50541,7 @@ export declare class DeregisterManagedInstanceResponseBodyInstance extends $tea.
|
|
|
50524
50541
|
* The public IP address of the managed instance.
|
|
50525
50542
|
*
|
|
50526
50543
|
* @example
|
|
50527
|
-
* 47.8
|
|
50544
|
+
* ``47.8.**.**``
|
|
50528
50545
|
*/
|
|
50529
50546
|
internetIp?: string;
|
|
50530
50547
|
/**
|
|
@@ -50532,7 +50549,7 @@ export declare class DeregisterManagedInstanceResponseBodyInstance extends $tea.
|
|
|
50532
50549
|
* The internal IP address of the managed instance.
|
|
50533
50550
|
*
|
|
50534
50551
|
* @example
|
|
50535
|
-
* 10.0
|
|
50552
|
+
* ``10.0.**.**``
|
|
50536
50553
|
*/
|
|
50537
50554
|
intranetIp?: string;
|
|
50538
50555
|
/**
|
|
@@ -57267,6 +57284,32 @@ export declare class DescribeImageComponentsRequestTag extends $tea.Model {
|
|
|
57267
57284
|
[key: string]: any;
|
|
57268
57285
|
});
|
|
57269
57286
|
}
|
|
57287
|
+
export declare class DescribeImageComponentsResponseBodyImageComponentImageComponentSetParametersParameter extends $tea.Model {
|
|
57288
|
+
defaultValue?: string;
|
|
57289
|
+
name?: string;
|
|
57290
|
+
type?: string;
|
|
57291
|
+
static names(): {
|
|
57292
|
+
[key: string]: string;
|
|
57293
|
+
};
|
|
57294
|
+
static types(): {
|
|
57295
|
+
[key: string]: any;
|
|
57296
|
+
};
|
|
57297
|
+
constructor(map?: {
|
|
57298
|
+
[key: string]: any;
|
|
57299
|
+
});
|
|
57300
|
+
}
|
|
57301
|
+
export declare class DescribeImageComponentsResponseBodyImageComponentImageComponentSetParameters extends $tea.Model {
|
|
57302
|
+
parameter?: DescribeImageComponentsResponseBodyImageComponentImageComponentSetParametersParameter[];
|
|
57303
|
+
static names(): {
|
|
57304
|
+
[key: string]: string;
|
|
57305
|
+
};
|
|
57306
|
+
static types(): {
|
|
57307
|
+
[key: string]: any;
|
|
57308
|
+
};
|
|
57309
|
+
constructor(map?: {
|
|
57310
|
+
[key: string]: any;
|
|
57311
|
+
});
|
|
57312
|
+
}
|
|
57270
57313
|
export declare class DescribeImageComponentsResponseBodyImageComponentImageComponentSetTagsTag extends $tea.Model {
|
|
57271
57314
|
/**
|
|
57272
57315
|
* @remarks
|
|
@@ -57315,6 +57358,7 @@ export declare class DescribeImageComponentsResponseBodyImageComponentImageCompo
|
|
|
57315
57358
|
* Build
|
|
57316
57359
|
*/
|
|
57317
57360
|
componentType?: string;
|
|
57361
|
+
componentVersion?: string;
|
|
57318
57362
|
/**
|
|
57319
57363
|
* @remarks
|
|
57320
57364
|
* The content of the image component.
|
|
@@ -57366,6 +57410,7 @@ export declare class DescribeImageComponentsResponseBodyImageComponentImageCompo
|
|
|
57366
57410
|
* SELF
|
|
57367
57411
|
*/
|
|
57368
57412
|
owner?: string;
|
|
57413
|
+
parameters?: DescribeImageComponentsResponseBodyImageComponentImageComponentSetParameters;
|
|
57369
57414
|
/**
|
|
57370
57415
|
* @remarks
|
|
57371
57416
|
* The ID of the resource group to which the image component belongs.
|
|
@@ -58053,6 +58098,7 @@ export declare class DescribeImagePipelinesResponseBodyImagePipelineImagePipelin
|
|
|
58053
58098
|
* This is description.
|
|
58054
58099
|
*/
|
|
58055
58100
|
description?: string;
|
|
58101
|
+
imageFamily?: string;
|
|
58056
58102
|
/**
|
|
58057
58103
|
* @remarks
|
|
58058
58104
|
* The name prefix of the image to be created based on the image template.
|
|
@@ -58093,6 +58139,7 @@ export declare class DescribeImagePipelinesResponseBodyImagePipelineImagePipelin
|
|
|
58093
58139
|
* testImagePipeline
|
|
58094
58140
|
*/
|
|
58095
58141
|
name?: string;
|
|
58142
|
+
repairMode?: string;
|
|
58096
58143
|
/**
|
|
58097
58144
|
* @remarks
|
|
58098
58145
|
* The ID of the resource group.
|
|
@@ -58114,6 +58161,7 @@ export declare class DescribeImagePipelinesResponseBodyImagePipelineImagePipelin
|
|
|
58114
58161
|
* The tags of the image template.
|
|
58115
58162
|
*/
|
|
58116
58163
|
tags?: DescribeImagePipelinesResponseBodyImagePipelineImagePipelineSetTags;
|
|
58164
|
+
testContent?: string;
|
|
58117
58165
|
/**
|
|
58118
58166
|
* @remarks
|
|
58119
58167
|
* The IDs of regions to which to distribute the image that will be created based on the image template.
|
|
@@ -59017,7 +59065,7 @@ export declare class DescribeInstanceAttributeResponseBodyEipAddress extends $te
|
|
|
59017
59065
|
* The ID of the elastic IP address (EIP).
|
|
59018
59066
|
*
|
|
59019
59067
|
* @example
|
|
59020
|
-
* 30.21
|
|
59068
|
+
* ``30.21.**.**``
|
|
59021
59069
|
*/
|
|
59022
59070
|
ipAddress?: string;
|
|
59023
59071
|
static names(): {
|
|
@@ -59121,7 +59169,7 @@ export declare class DescribeInstanceAttributeResponseBodyVpcAttributes extends
|
|
|
59121
59169
|
* The NAT IP address of the instance. It is used by ECS instances in different VPCs for communication.
|
|
59122
59170
|
*
|
|
59123
59171
|
* @example
|
|
59124
|
-
* 172.17
|
|
59172
|
+
* ``172.17.**.**``
|
|
59125
59173
|
*/
|
|
59126
59174
|
natIpAddress?: string;
|
|
59127
59175
|
/**
|
|
@@ -61012,7 +61060,7 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceEipAddress ex
|
|
|
61012
61060
|
* The EIP.
|
|
61013
61061
|
*
|
|
61014
61062
|
* @example
|
|
61015
|
-
* 42.112
|
|
61063
|
+
* ``42.112.**.**``
|
|
61016
61064
|
*/
|
|
61017
61065
|
ipAddress?: string;
|
|
61018
61066
|
/**
|
|
@@ -61242,7 +61290,7 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceNetworkInterf
|
|
|
61242
61290
|
* The private IP address of the ENI.
|
|
61243
61291
|
*
|
|
61244
61292
|
* @example
|
|
61245
|
-
* 172.17
|
|
61293
|
+
* ``172.17.**.**``
|
|
61246
61294
|
*/
|
|
61247
61295
|
privateIpAddress?: string;
|
|
61248
61296
|
static names(): {
|
|
@@ -61304,7 +61352,7 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceNetworkInterf
|
|
|
61304
61352
|
* The primary private IP address of the ENI.
|
|
61305
61353
|
*
|
|
61306
61354
|
* @example
|
|
61307
|
-
* 172.17
|
|
61355
|
+
* ``172.17.**.**``*
|
|
61308
61356
|
*/
|
|
61309
61357
|
primaryIpAddress?: string;
|
|
61310
61358
|
/**
|
|
@@ -61534,7 +61582,7 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceVpcAttributes
|
|
|
61534
61582
|
* The NAT IP address of the instance. The NAT IP address is used by ECS instances in different VPCs for communication.
|
|
61535
61583
|
*
|
|
61536
61584
|
* @example
|
|
61537
|
-
* 172.17
|
|
61585
|
+
* ``172.17.**.**``
|
|
61538
61586
|
*/
|
|
61539
61587
|
natIpAddress?: string;
|
|
61540
61588
|
/**
|
|
@@ -64002,6 +64050,9 @@ export declare class DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVer
|
|
|
64002
64050
|
* testHostName
|
|
64003
64051
|
*/
|
|
64004
64052
|
hostName?: string;
|
|
64053
|
+
httpEndpoint?: string;
|
|
64054
|
+
httpPutResponseHopLimit?: number;
|
|
64055
|
+
httpTokens?: string;
|
|
64005
64056
|
/**
|
|
64006
64057
|
* @remarks
|
|
64007
64058
|
* The ID of the image.
|
|
@@ -64145,7 +64196,7 @@ export declare class DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVer
|
|
|
64145
64196
|
* The private IP address to assign to the instance.
|
|
64146
64197
|
*
|
|
64147
64198
|
* @example
|
|
64148
|
-
* 10.1
|
|
64199
|
+
* ``10.1.**.**``
|
|
64149
64200
|
*/
|
|
64150
64201
|
privateIpAddress?: string;
|
|
64151
64202
|
/**
|
|
@@ -64652,7 +64703,7 @@ export declare class DescribeManagedInstancesResponseBodyInstances extends $tea.
|
|
|
64652
64703
|
* The public IP address of the managed instance.
|
|
64653
64704
|
*
|
|
64654
64705
|
* @example
|
|
64655
|
-
* 40.65
|
|
64706
|
+
* ``40.65.**.**``
|
|
64656
64707
|
*/
|
|
64657
64708
|
internetIp?: string;
|
|
64658
64709
|
/**
|
|
@@ -64660,7 +64711,7 @@ export declare class DescribeManagedInstancesResponseBodyInstances extends $tea.
|
|
|
64660
64711
|
* The internal IP address of the managed instance.
|
|
64661
64712
|
*
|
|
64662
64713
|
* @example
|
|
64663
|
-
* 10.0
|
|
64714
|
+
* ``10.0.**.**``
|
|
64664
64715
|
*/
|
|
64665
64716
|
intranetIp?: string;
|
|
64666
64717
|
/**
|
|
@@ -64834,7 +64885,7 @@ export declare class DescribeNetworkInterfaceAttributeResponseBodyAssociatedPubl
|
|
|
64834
64885
|
* The EIP.
|
|
64835
64886
|
*
|
|
64836
64887
|
* @example
|
|
64837
|
-
* 116.62
|
|
64888
|
+
* ``116.62.**.**``
|
|
64838
64889
|
*/
|
|
64839
64890
|
publicIpAddress?: string;
|
|
64840
64891
|
static names(): {
|
|
@@ -65174,7 +65225,7 @@ export declare class DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSetsP
|
|
|
65174
65225
|
* The EIP.
|
|
65175
65226
|
*
|
|
65176
65227
|
* @example
|
|
65177
|
-
* 116.62
|
|
65228
|
+
* ``116.62.**.**``
|
|
65178
65229
|
*/
|
|
65179
65230
|
publicIpAddress?: string;
|
|
65180
65231
|
static names(): {
|
|
@@ -65209,7 +65260,7 @@ export declare class DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSetsP
|
|
|
65209
65260
|
* The private IP address of the ENI.
|
|
65210
65261
|
*
|
|
65211
65262
|
* @example
|
|
65212
|
-
* 172.17
|
|
65263
|
+
* ``172.17.**.**``
|
|
65213
65264
|
*/
|
|
65214
65265
|
privateIpAddress?: string;
|
|
65215
65266
|
static names(): {
|
|
@@ -65439,7 +65490,7 @@ export declare class DescribeNetworkInterfacesResponseBodyNetworkInterfaceSetsNe
|
|
|
65439
65490
|
* The EIP.
|
|
65440
65491
|
*
|
|
65441
65492
|
* @example
|
|
65442
|
-
* 116.62
|
|
65493
|
+
* ``116.62.**.**``
|
|
65443
65494
|
*/
|
|
65444
65495
|
publicIpAddress?: string;
|
|
65445
65496
|
static names(): {
|
|
@@ -65605,7 +65656,7 @@ export declare class DescribeNetworkInterfacesResponseBodyNetworkInterfaceSetsNe
|
|
|
65605
65656
|
* The EIP.
|
|
65606
65657
|
*
|
|
65607
65658
|
* @example
|
|
65608
|
-
* 116.62
|
|
65659
|
+
* ``116.62.**.**``
|
|
65609
65660
|
*/
|
|
65610
65661
|
publicIpAddress?: string;
|
|
65611
65662
|
static names(): {
|
|
@@ -65648,7 +65699,7 @@ export declare class DescribeNetworkInterfacesResponseBodyNetworkInterfaceSetsNe
|
|
|
65648
65699
|
* The private IP address of the ENI.
|
|
65649
65700
|
*
|
|
65650
65701
|
* @example
|
|
65651
|
-
* 172.17
|
|
65702
|
+
* ``172.17.**.**``
|
|
65652
65703
|
*/
|
|
65653
65704
|
privateIpAddress?: string;
|
|
65654
65705
|
static names(): {
|
|
@@ -65837,7 +65888,7 @@ export declare class DescribeNetworkInterfacesResponseBodyNetworkInterfaceSetsNe
|
|
|
65837
65888
|
* The primary private IP address of the ENI.
|
|
65838
65889
|
*
|
|
65839
65890
|
* @example
|
|
65840
|
-
* 172.17
|
|
65891
|
+
* ``172.17.**.**``
|
|
65841
65892
|
*/
|
|
65842
65893
|
privateIpAddress?: string;
|
|
65843
65894
|
/**
|
|
@@ -75111,7 +75162,7 @@ export declare class RunInstancesRequestNetworkInterface extends $tea.Model {
|
|
|
75111
75162
|
* * The first IP address and last three IP addresses of each vSwitch CIDR block are reserved. You cannot specify the IP addresses. For example, if a vSwitch CIDR block is 192.168.1.0/24, the following IP addresses are reserved: 192.168.1.0, 192.168.1.253, 192.168.1.254, and 192.168.1.255.
|
|
75112
75163
|
*
|
|
75113
75164
|
* @example
|
|
75114
|
-
* 172.16
|
|
75165
|
+
* ``172.16.**.**``
|
|
75115
75166
|
*/
|
|
75116
75167
|
primaryIpAddress?: string;
|
|
75117
75168
|
/**
|