@volcengine/milvus 1.0.1 → 1.0.3
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/cjs/index.js +117 -7
- package/dist/esm/api.d.ts +121 -0
- package/dist/esm/api.d.ts.map +1 -1
- package/dist/esm/index.mjs +78 -1
- package/{src/types/tag-filter-for-describe-instances-input.ts → dist/esm/types/allow-group-for-msmodify-endpoint-allow-group-input.d.ts} +13 -17
- package/dist/esm/types/allow-group-for-msmodify-endpoint-allow-group-input.d.ts.map +1 -0
- package/{src/types/allow-group-list-for-describe-instance-detail-output.ts → dist/esm/types/allow-group-list-for-msdescribe-instance-output.d.ts} +11 -15
- package/dist/esm/types/allow-group-list-for-msdescribe-instance-output.d.ts.map +1 -0
- package/{src/types/charge-config-for-create-instance-input.ts → dist/esm/types/charge-config-for-describe-price-input.d.ts} +13 -19
- package/dist/esm/types/charge-config-for-describe-price-input.d.ts.map +1 -0
- package/dist/esm/types/charge-config-for-msdescribe-instance-output.d.ts +49 -0
- package/dist/esm/types/charge-config-for-msdescribe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/charge-config-for-msdescribe-instances-output.d.ts +49 -0
- package/dist/esm/types/charge-config-for-msdescribe-instances-output.d.ts.map +1 -0
- package/{src/types/component-spec-list-for-scale-instance-input.ts → dist/esm/types/component-spec-list-for-describe-price-input.d.ts} +14 -21
- package/dist/esm/types/component-spec-list-for-describe-price-input.d.ts.map +1 -0
- package/{src/types/tag-resources-response.ts → dist/esm/types/describe-available-spec-request.d.ts} +9 -17
- package/dist/esm/types/describe-available-spec-request.d.ts.map +1 -0
- package/dist/esm/types/describe-available-spec-response.d.ts +44 -0
- package/dist/esm/types/describe-available-spec-response.d.ts.map +1 -0
- package/{src/types/untag-resources-response.ts → dist/esm/types/describe-available-version-request.d.ts} +9 -17
- package/dist/esm/types/describe-available-version-request.d.ts.map +1 -0
- package/dist/esm/types/describe-available-version-response.d.ts +26 -0
- package/dist/esm/types/describe-available-version-response.d.ts.map +1 -0
- package/dist/esm/types/describe-price-request.d.ts +37 -0
- package/dist/esm/types/describe-price-request.d.ts.map +1 -0
- package/dist/esm/types/describe-price-response.d.ts +46 -0
- package/dist/esm/types/describe-price-response.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/types/describe-zones-request.d.ts} +10 -4
- package/dist/esm/types/describe-zones-request.d.ts.map +1 -0
- package/dist/esm/types/describe-zones-response.d.ts +26 -0
- package/dist/esm/types/describe-zones-response.d.ts.map +1 -0
- package/dist/esm/types/endpoint-list-for-msdescribe-instance-output.d.ts +72 -0
- package/dist/esm/types/endpoint-list-for-msdescribe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +53 -0
- package/dist/esm/types/index.d.ts.map +1 -1
- package/dist/esm/types/instance-for-msdescribe-instances-output.d.ts +100 -0
- package/dist/esm/types/instance-for-msdescribe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/instance-info-for-msdescribe-instances-output.d.ts +113 -0
- package/dist/esm/types/instance-info-for-msdescribe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/mscreate-instance-one-step-request.d.ts +65 -0
- package/dist/esm/types/mscreate-instance-one-step-request.d.ts.map +1 -0
- package/{src/types/create-instance-one-step-response.ts → dist/esm/types/mscreate-instance-one-step-response.d.ts} +14 -21
- package/dist/esm/types/mscreate-instance-one-step-response.d.ts.map +1 -0
- package/dist/esm/types/mscreate-instance-request.d.ts +98 -0
- package/dist/esm/types/mscreate-instance-request.d.ts.map +1 -0
- package/{src/types/create-instance-response.ts → dist/esm/types/mscreate-instance-response.d.ts} +14 -21
- package/dist/esm/types/mscreate-instance-response.d.ts.map +1 -0
- package/dist/esm/types/msdescribe-instance-request.d.ts +45 -0
- package/dist/esm/types/msdescribe-instance-request.d.ts.map +1 -0
- package/dist/esm/types/msdescribe-instance-response.d.ts +104 -0
- package/dist/esm/types/msdescribe-instance-response.d.ts.map +1 -0
- package/{src/types/describe-instances-request.ts → dist/esm/types/msdescribe-instances-request.d.ts} +14 -28
- package/dist/esm/types/msdescribe-instances-request.d.ts.map +1 -0
- package/dist/esm/types/msdescribe-instances-response.d.ts +67 -0
- package/dist/esm/types/msdescribe-instances-response.d.ts.map +1 -0
- package/dist/esm/types/msmodify-endpoint-allow-group-request.d.ts +47 -0
- package/dist/esm/types/msmodify-endpoint-allow-group-request.d.ts.map +1 -0
- package/{src/types/modify-instance-name-request.ts → dist/esm/types/msmodify-endpoint-allow-group-response.d.ts} +13 -17
- package/dist/esm/types/msmodify-endpoint-allow-group-response.d.ts.map +1 -0
- package/dist/esm/types/msmodify-public-domain-request.d.ts +51 -0
- package/dist/esm/types/msmodify-public-domain-request.d.ts.map +1 -0
- package/{src/types/tag-for-describe-instances-output.ts → dist/esm/types/msmodify-public-domain-response.d.ts} +13 -17
- package/dist/esm/types/msmodify-public-domain-response.d.ts.map +1 -0
- package/{src/types/release-instance-request.ts → dist/esm/types/msrelease-instance-request.d.ts} +10 -13
- package/dist/esm/types/msrelease-instance-request.d.ts.map +1 -0
- package/{src/types/tag-for-tag-resources-input.ts → dist/esm/types/msrelease-instance-response.d.ts} +13 -17
- package/dist/esm/types/msrelease-instance-response.d.ts.map +1 -0
- package/dist/esm/types/network-config-for-mscreate-instance-input.d.ts +55 -0
- package/dist/esm/types/network-config-for-mscreate-instance-input.d.ts.map +1 -0
- package/dist/esm/types/network-config-for-mscreate-instance-one-step-input.d.ts +55 -0
- package/dist/esm/types/network-config-for-mscreate-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/network-config-for-msdescribe-instance-output.d.ts +55 -0
- package/dist/esm/types/network-config-for-msdescribe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/network-config-for-msdescribe-instances-output.d.ts +55 -0
- package/dist/esm/types/network-config-for-msdescribe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/node-cu-type-support-spec-list-for-describe-available-spec-output.d.ts +35 -0
- package/dist/esm/types/node-cu-type-support-spec-list-for-describe-available-spec-output.d.ts.map +1 -0
- package/dist/esm/types/node-price-list-for-describe-price-output.d.ts +60 -0
- package/dist/esm/types/node-price-list-for-describe-price-output.d.ts.map +1 -0
- package/dist/esm/types/node-support-spec-list-for-describe-available-spec-output.d.ts +35 -0
- package/dist/esm/types/node-support-spec-list-for-describe-available-spec-output.d.ts.map +1 -0
- package/dist/esm/types/spec-list-for-describe-available-spec-output.d.ts +50 -0
- package/dist/esm/types/spec-list-for-describe-available-spec-output.d.ts.map +1 -0
- package/{src/types/subnet-info-for-create-instance-input.ts → dist/esm/types/subnet-info-for-mscreate-instance-input.d.ts} +11 -15
- package/dist/esm/types/subnet-info-for-mscreate-instance-input.d.ts.map +1 -0
- package/{src/types/subnet-info-for-describe-instances-output.ts → dist/esm/types/subnet-info-for-mscreate-instance-one-step-input.d.ts} +11 -15
- package/dist/esm/types/subnet-info-for-mscreate-instance-one-step-input.d.ts.map +1 -0
- package/{src/types/subnet-info-for-create-instance-one-step-input.ts → dist/esm/types/subnet-info-for-msdescribe-instance-output.d.ts} +11 -15
- package/dist/esm/types/subnet-info-for-msdescribe-instance-output.d.ts.map +1 -0
- package/{src/types/subnet-info-for-describe-instance-detail-output.ts → dist/esm/types/subnet-info-for-msdescribe-instances-output.d.ts} +11 -15
- package/dist/esm/types/subnet-info-for-msdescribe-instances-output.d.ts.map +1 -0
- package/{src/types/tag-for-describe-instance-detail-output.ts → dist/esm/types/tag-for-mscreate-instance-input.d.ts} +16 -15
- package/dist/esm/types/tag-for-mscreate-instance-input.d.ts.map +1 -0
- package/{src/types/tag-for-create-instance-one-step-input.ts → dist/esm/types/tag-for-mscreate-instance-one-step-input.d.ts} +16 -15
- package/dist/esm/types/tag-for-mscreate-instance-one-step-input.d.ts.map +1 -0
- package/{src/types/tag-for-create-instance-input.ts → dist/esm/types/tag-for-msdescribe-instance-output.d.ts} +16 -15
- package/dist/esm/types/tag-for-msdescribe-instance-output.d.ts.map +1 -0
- package/{src/types/config-assign-list-for-modify-instance-config-input.ts → dist/esm/types/version-for-describe-available-version-output.d.ts} +13 -17
- package/dist/esm/types/version-for-describe-available-version-output.d.ts.map +1 -0
- package/{src/types/vpc-info-for-create-instance-input.ts → dist/esm/types/vpc-info-for-mscreate-instance-input.d.ts} +11 -15
- package/dist/esm/types/vpc-info-for-mscreate-instance-input.d.ts.map +1 -0
- package/{src/types/vpc-info-for-describe-instances-output.ts → dist/esm/types/vpc-info-for-mscreate-instance-one-step-input.d.ts} +11 -15
- package/dist/esm/types/vpc-info-for-mscreate-instance-one-step-input.d.ts.map +1 -0
- package/{src/types/vpc-info-for-create-instance-one-step-input.ts → dist/esm/types/vpc-info-for-msdescribe-instance-output.d.ts} +11 -15
- package/dist/esm/types/vpc-info-for-msdescribe-instance-output.d.ts.map +1 -0
- package/{src/types/vpc-info-for-describe-instance-detail-output.ts → dist/esm/types/vpc-info-for-msdescribe-instances-output.d.ts} +11 -15
- package/dist/esm/types/vpc-info-for-msdescribe-instances-output.d.ts.map +1 -0
- package/{src/types/scale-instance-response.ts → dist/esm/types/zone-for-describe-zones-output.d.ts} +15 -20
- package/dist/esm/types/zone-for-describe-zones-output.d.ts.map +1 -0
- package/dist/esm/types/zone-support-spec-list-for-describe-available-spec-output.d.ts +30 -0
- package/dist/esm/types/zone-support-spec-list-for-describe-available-spec-output.d.ts.map +1 -0
- package/package.json +6 -2
- package/.turbo/turbo-build.log +0 -19
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/rslib.config.ts +0 -26
- package/src/api.ts +0 -381
- package/src/types/base-instance-for-describe-instance-detail-output.ts +0 -100
- package/src/types/charge-config-for-create-instance-one-step-input.ts +0 -46
- package/src/types/charge-config-for-describe-instance-detail-output.ts +0 -46
- package/src/types/charge-config-for-describe-instances-output.ts +0 -46
- package/src/types/component-spec-list-for-create-instance-input.ts +0 -58
- package/src/types/component-spec-list-for-create-instance-one-step-input.ts +0 -58
- package/src/types/configuration-for-describe-instance-config-output.ts +0 -76
- package/src/types/create-instance-one-step-request.ts +0 -74
- package/src/types/create-instance-request.ts +0 -74
- package/src/types/describe-config-modules-request.ts +0 -28
- package/src/types/describe-config-modules-response.ts +0 -28
- package/src/types/describe-instance-config-request.ts +0 -28
- package/src/types/describe-instance-config-response.ts +0 -29
- package/src/types/describe-instance-detail-request.ts +0 -28
- package/src/types/describe-instance-detail-response.ts +0 -100
- package/src/types/describe-instances-response.ts +0 -53
- package/src/types/describe-node-info-request.ts +0 -28
- package/src/types/describe-node-info-response.ts +0 -29
- package/src/types/endpoint-list-for-describe-instance-detail-output.ts +0 -71
- package/src/types/index.ts +0 -74
- package/src/types/instance-configuration-for-create-instance-input.ts +0 -53
- package/src/types/instance-configuration-for-create-instance-one-step-input.ts +0 -53
- package/src/types/instance-info-for-describe-instances-output.ts +0 -97
- package/src/types/list-tags-for-resources-request.ts +0 -53
- package/src/types/list-tags-for-resources-response.ts +0 -35
- package/src/types/modify-delete-protect-request.ts +0 -34
- package/src/types/modify-delete-protect-response.ts +0 -28
- package/src/types/modify-instance-config-request.ts +0 -35
- package/src/types/modify-instance-config-response.ts +0 -28
- package/src/types/modify-instance-name-response.ts +0 -28
- package/src/types/modify-post-paid-request.ts +0 -46
- package/src/types/modify-post-paid-response.ts +0 -58
- package/src/types/modify-pre-paid-request.ts +0 -46
- package/src/types/modify-pre-paid-response.ts +0 -58
- package/src/types/modify-resource-tags-request.ts +0 -41
- package/src/types/modify-resource-tags-response.ts +0 -28
- package/src/types/network-config-for-create-instance-input.ts +0 -42
- package/src/types/network-config-for-create-instance-one-step-input.ts +0 -42
- package/src/types/network-config-for-describe-instance-detail-output.ts +0 -42
- package/src/types/network-config-for-describe-instances-output.ts +0 -42
- package/src/types/node-info-list-for-describe-node-info-output.ts +0 -82
- package/src/types/release-instance-response.ts +0 -28
- package/src/types/scale-instance-request.ts +0 -47
- package/src/types/spec-config-for-describe-instance-detail-output.ts +0 -52
- package/src/types/tag-filter-for-list-tags-for-resources-input.ts +0 -34
- package/src/types/tag-for-modify-resource-tags-input.ts +0 -34
- package/src/types/tag-resource-for-list-tags-for-resources-output.ts +0 -46
- package/src/types/tag-resources-request.ts +0 -41
- package/src/types/untag-resources-request.ts +0 -40
- package/tsconfig.json +0 -12
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* milvus
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { SubnetInfoForMSCreateInstanceOneStepInput } from './subnet-info-for-mscreate-instance-one-step-input';
|
|
13
|
+
import { VpcInfoForMSCreateInstanceOneStepInput } from './vpc-info-for-mscreate-instance-one-step-input';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface NetworkConfigForMSCreateInstanceOneStepInput
|
|
19
|
+
*/
|
|
20
|
+
export interface NetworkConfigForMSCreateInstanceOneStepInput {
|
|
21
|
+
/**
|
|
22
|
+
* @type {boolean}
|
|
23
|
+
* @memberof NetworkConfigForMSCreateInstanceOneStepInput
|
|
24
|
+
*/
|
|
25
|
+
HttpsEnabled?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* @type {boolean}
|
|
28
|
+
* @memberof NetworkConfigForMSCreateInstanceOneStepInput
|
|
29
|
+
*/
|
|
30
|
+
InnerEndpointEnabled?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof NetworkConfigForMSCreateInstanceOneStepInput
|
|
34
|
+
*/
|
|
35
|
+
IpVersion?: NetworkConfigForMSCreateInstanceOneStepInputIpVersionEnum;
|
|
36
|
+
/**
|
|
37
|
+
* @type {SubnetInfoForMSCreateInstanceOneStepInput}
|
|
38
|
+
* @memberof NetworkConfigForMSCreateInstanceOneStepInput
|
|
39
|
+
*/
|
|
40
|
+
SubnetInfo?: SubnetInfoForMSCreateInstanceOneStepInput;
|
|
41
|
+
/**
|
|
42
|
+
* @type {VpcInfoForMSCreateInstanceOneStepInput}
|
|
43
|
+
* @memberof NetworkConfigForMSCreateInstanceOneStepInput
|
|
44
|
+
*/
|
|
45
|
+
VpcInfo?: VpcInfoForMSCreateInstanceOneStepInput;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* @export
|
|
49
|
+
* @enum {string}
|
|
50
|
+
*/
|
|
51
|
+
export declare enum NetworkConfigForMSCreateInstanceOneStepInputIpVersionEnum {
|
|
52
|
+
IPv4 = "IPv4",
|
|
53
|
+
DualStack = "DualStack"
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=network-config-for-mscreate-instance-one-step-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network-config-for-mscreate-instance-one-step-input.d.ts","sourceRoot":"","sources":["../../../src/types/network-config-for-mscreate-instance-one-step-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,yCAAyC,EAAE,MAAM,oDAAoD,CAAC;AAC/G,OAAO,EAAE,sCAAsC,EAAE,MAAM,iDAAiD,CAAC;AACxG;;;;;EAKE;AACH,MAAM,WAAW,4CAA4C;IAEzD;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAE/B;;;OAGG;IACH,SAAS,CAAC,EAAE,yDAAyD,CAAC;IAEtE;;;OAGG;IACH,UAAU,CAAC,EAAE,yCAAyC,CAAC;IAEvD;;;OAGG;IACH,OAAO,CAAC,EAAE,sCAAsC,CAAC;CACpD;AAED;;;GAGG;AACH,oBAAY,yDAAyD;IACjE,IAAI,SAAS;IACb,SAAS,cAAc;CAC1B"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* milvus
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { SubnetInfoForMSDescribeInstanceOutput } from './subnet-info-for-msdescribe-instance-output';
|
|
13
|
+
import { VpcInfoForMSDescribeInstanceOutput } from './vpc-info-for-msdescribe-instance-output';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface NetworkConfigForMSDescribeInstanceOutput
|
|
19
|
+
*/
|
|
20
|
+
export interface NetworkConfigForMSDescribeInstanceOutput {
|
|
21
|
+
/**
|
|
22
|
+
* @type {boolean}
|
|
23
|
+
* @memberof NetworkConfigForMSDescribeInstanceOutput
|
|
24
|
+
*/
|
|
25
|
+
HttpsEnabled?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* @type {boolean}
|
|
28
|
+
* @memberof NetworkConfigForMSDescribeInstanceOutput
|
|
29
|
+
*/
|
|
30
|
+
InnerEndpointEnabled?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof NetworkConfigForMSDescribeInstanceOutput
|
|
34
|
+
*/
|
|
35
|
+
IpVersion?: NetworkConfigForMSDescribeInstanceOutputIpVersionEnum;
|
|
36
|
+
/**
|
|
37
|
+
* @type {SubnetInfoForMSDescribeInstanceOutput}
|
|
38
|
+
* @memberof NetworkConfigForMSDescribeInstanceOutput
|
|
39
|
+
*/
|
|
40
|
+
SubnetInfo?: SubnetInfoForMSDescribeInstanceOutput;
|
|
41
|
+
/**
|
|
42
|
+
* @type {VpcInfoForMSDescribeInstanceOutput}
|
|
43
|
+
* @memberof NetworkConfigForMSDescribeInstanceOutput
|
|
44
|
+
*/
|
|
45
|
+
VpcInfo?: VpcInfoForMSDescribeInstanceOutput;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* @export
|
|
49
|
+
* @enum {string}
|
|
50
|
+
*/
|
|
51
|
+
export declare enum NetworkConfigForMSDescribeInstanceOutputIpVersionEnum {
|
|
52
|
+
IPv4 = "IPv4",
|
|
53
|
+
DualStack = "DualStack"
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=network-config-for-msdescribe-instance-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network-config-for-msdescribe-instance-output.d.ts","sourceRoot":"","sources":["../../../src/types/network-config-for-msdescribe-instance-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,qCAAqC,EAAE,MAAM,8CAA8C,CAAC;AACrG,OAAO,EAAE,kCAAkC,EAAE,MAAM,2CAA2C,CAAC;AAC9F;;;;;EAKE;AACH,MAAM,WAAW,wCAAwC;IAErD;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAE/B;;;OAGG;IACH,SAAS,CAAC,EAAE,qDAAqD,CAAC;IAElE;;;OAGG;IACH,UAAU,CAAC,EAAE,qCAAqC,CAAC;IAEnD;;;OAGG;IACH,OAAO,CAAC,EAAE,kCAAkC,CAAC;CAChD;AAED;;;GAGG;AACH,oBAAY,qDAAqD;IAC7D,IAAI,SAAS;IACb,SAAS,cAAc;CAC1B"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* milvus
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { SubnetInfoForMSDescribeInstancesOutput } from './subnet-info-for-msdescribe-instances-output';
|
|
13
|
+
import { VpcInfoForMSDescribeInstancesOutput } from './vpc-info-for-msdescribe-instances-output';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface NetworkConfigForMSDescribeInstancesOutput
|
|
19
|
+
*/
|
|
20
|
+
export interface NetworkConfigForMSDescribeInstancesOutput {
|
|
21
|
+
/**
|
|
22
|
+
* @type {boolean}
|
|
23
|
+
* @memberof NetworkConfigForMSDescribeInstancesOutput
|
|
24
|
+
*/
|
|
25
|
+
HttpsEnabled?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* @type {boolean}
|
|
28
|
+
* @memberof NetworkConfigForMSDescribeInstancesOutput
|
|
29
|
+
*/
|
|
30
|
+
InnerEndpointEnabled?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof NetworkConfigForMSDescribeInstancesOutput
|
|
34
|
+
*/
|
|
35
|
+
IpVersion?: NetworkConfigForMSDescribeInstancesOutputIpVersionEnum;
|
|
36
|
+
/**
|
|
37
|
+
* @type {SubnetInfoForMSDescribeInstancesOutput}
|
|
38
|
+
* @memberof NetworkConfigForMSDescribeInstancesOutput
|
|
39
|
+
*/
|
|
40
|
+
SubnetInfo?: SubnetInfoForMSDescribeInstancesOutput;
|
|
41
|
+
/**
|
|
42
|
+
* @type {VpcInfoForMSDescribeInstancesOutput}
|
|
43
|
+
* @memberof NetworkConfigForMSDescribeInstancesOutput
|
|
44
|
+
*/
|
|
45
|
+
VpcInfo?: VpcInfoForMSDescribeInstancesOutput;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* @export
|
|
49
|
+
* @enum {string}
|
|
50
|
+
*/
|
|
51
|
+
export declare enum NetworkConfigForMSDescribeInstancesOutputIpVersionEnum {
|
|
52
|
+
IPv4 = "IPv4",
|
|
53
|
+
DualStack = "DualStack"
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=network-config-for-msdescribe-instances-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network-config-for-msdescribe-instances-output.d.ts","sourceRoot":"","sources":["../../../src/types/network-config-for-msdescribe-instances-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sCAAsC,EAAE,MAAM,+CAA+C,CAAC;AACvG,OAAO,EAAE,mCAAmC,EAAE,MAAM,4CAA4C,CAAC;AAChG;;;;;EAKE;AACH,MAAM,WAAW,yCAAyC;IAEtD;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAE/B;;;OAGG;IACH,SAAS,CAAC,EAAE,sDAAsD,CAAC;IAEnE;;;OAGG;IACH,UAAU,CAAC,EAAE,sCAAsC,CAAC;IAEpD;;;OAGG;IACH,OAAO,CAAC,EAAE,mCAAmC,CAAC;CACjD;AAED;;;GAGG;AACH,oBAAY,sDAAsD;IAC9D,IAAI,SAAS;IACb,SAAS,cAAc;CAC1B"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* milvus
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput
|
|
22
|
+
*/
|
|
23
|
+
MaxNodeNum?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput
|
|
27
|
+
*/
|
|
28
|
+
NodeCUType?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {Array<string>}
|
|
31
|
+
* @memberof NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput
|
|
32
|
+
*/
|
|
33
|
+
SpecName?: Array<string>;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=node-cu-type-support-spec-list-for-describe-available-spec-output.d.ts.map
|
package/dist/esm/types/node-cu-type-support-spec-list-for-describe-available-spec-output.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node-cu-type-support-spec-list-for-describe-available-spec-output.d.ts","sourceRoot":"","sources":["../../../src/types/node-cu-type-support-spec-list-for-describe-available-spec-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uDAAuD;IAEpE;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* milvus
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface NodePriceListForDescribePriceOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface NodePriceListForDescribePriceOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof NodePriceListForDescribePriceOutput
|
|
22
|
+
*/
|
|
23
|
+
ChargeItemCode?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof NodePriceListForDescribePriceOutput
|
|
27
|
+
*/
|
|
28
|
+
ChargeItemNum?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof NodePriceListForDescribePriceOutput
|
|
32
|
+
*/
|
|
33
|
+
DiscountAmount?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof NodePriceListForDescribePriceOutput
|
|
37
|
+
*/
|
|
38
|
+
NodeCUType?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof NodePriceListForDescribePriceOutput
|
|
42
|
+
*/
|
|
43
|
+
NodeNum?: number;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof NodePriceListForDescribePriceOutput
|
|
47
|
+
*/
|
|
48
|
+
NodeType?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof NodePriceListForDescribePriceOutput
|
|
52
|
+
*/
|
|
53
|
+
OriginalAmount?: number;
|
|
54
|
+
/**
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof NodePriceListForDescribePriceOutput
|
|
57
|
+
*/
|
|
58
|
+
PayableAmount?: number;
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=node-price-list-for-describe-price-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node-price-list-for-describe-price-output.d.ts","sourceRoot":"","sources":["../../../src/types/node-price-list-for-describe-price-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,mCAAmC;IAEhD;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* milvus
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface NodeSupportSpecListForDescribeAvailableSpecOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface NodeSupportSpecListForDescribeAvailableSpecOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof NodeSupportSpecListForDescribeAvailableSpecOutput
|
|
22
|
+
*/
|
|
23
|
+
MaxNodeNum?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof NodeSupportSpecListForDescribeAvailableSpecOutput
|
|
27
|
+
*/
|
|
28
|
+
NodeType?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {Array<string>}
|
|
31
|
+
* @memberof NodeSupportSpecListForDescribeAvailableSpecOutput
|
|
32
|
+
*/
|
|
33
|
+
SpecName?: Array<string>;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=node-support-spec-list-for-describe-available-spec-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node-support-spec-list-for-describe-available-spec-output.d.ts","sourceRoot":"","sources":["../../../src/types/node-support-spec-list-for-describe-available-spec-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iDAAiD;IAE9D;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* milvus
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SpecListForDescribeAvailableSpecOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface SpecListForDescribeAvailableSpecOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SpecListForDescribeAvailableSpecOutput
|
|
22
|
+
*/
|
|
23
|
+
Cpu?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SpecListForDescribeAvailableSpecOutput
|
|
27
|
+
*/
|
|
28
|
+
DisplayName?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof SpecListForDescribeAvailableSpecOutput
|
|
32
|
+
*/
|
|
33
|
+
Memory?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof SpecListForDescribeAvailableSpecOutput
|
|
37
|
+
*/
|
|
38
|
+
SpecName?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof SpecListForDescribeAvailableSpecOutput
|
|
42
|
+
*/
|
|
43
|
+
SpecType?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof SpecListForDescribeAvailableSpecOutput
|
|
47
|
+
*/
|
|
48
|
+
TradeCode?: string;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=spec-list-for-describe-available-spec-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spec-list-for-describe-available-spec-output.d.ts","sourceRoot":"","sources":["../../../src/types/spec-list-for-describe-available-spec-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -1,34 +1,30 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
1
|
/**
|
|
4
2
|
* milvus
|
|
5
3
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
4
|
*
|
|
7
5
|
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
6
|
+
*
|
|
9
7
|
*
|
|
10
8
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
10
|
* Do not edit the class manually.
|
|
13
11
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export interface SubnetInfoForCreateInstanceInput {
|
|
22
|
-
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SubnetInfoForMSCreateInstanceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface SubnetInfoForMSCreateInstanceInput {
|
|
23
19
|
/**
|
|
24
20
|
* @type {string}
|
|
25
|
-
* @memberof
|
|
21
|
+
* @memberof SubnetInfoForMSCreateInstanceInput
|
|
26
22
|
*/
|
|
27
23
|
SubnetId?: string;
|
|
28
|
-
|
|
29
24
|
/**
|
|
30
25
|
* @type {string}
|
|
31
|
-
* @memberof
|
|
26
|
+
* @memberof SubnetInfoForMSCreateInstanceInput
|
|
32
27
|
*/
|
|
33
28
|
SubnetName?: string;
|
|
34
29
|
}
|
|
30
|
+
//# sourceMappingURL=subnet-info-for-mscreate-instance-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subnet-info-for-mscreate-instance-input.d.ts","sourceRoot":"","sources":["../../../src/types/subnet-info-for-mscreate-instance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -1,34 +1,30 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
1
|
/**
|
|
4
2
|
* milvus
|
|
5
3
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
4
|
*
|
|
7
5
|
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
6
|
+
*
|
|
9
7
|
*
|
|
10
8
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
10
|
* Do not edit the class manually.
|
|
13
11
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export interface SubnetInfoForDescribeInstancesOutput {
|
|
22
|
-
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SubnetInfoForMSCreateInstanceOneStepInput
|
|
17
|
+
*/
|
|
18
|
+
export interface SubnetInfoForMSCreateInstanceOneStepInput {
|
|
23
19
|
/**
|
|
24
20
|
* @type {string}
|
|
25
|
-
* @memberof
|
|
21
|
+
* @memberof SubnetInfoForMSCreateInstanceOneStepInput
|
|
26
22
|
*/
|
|
27
23
|
SubnetId?: string;
|
|
28
|
-
|
|
29
24
|
/**
|
|
30
25
|
* @type {string}
|
|
31
|
-
* @memberof
|
|
26
|
+
* @memberof SubnetInfoForMSCreateInstanceOneStepInput
|
|
32
27
|
*/
|
|
33
28
|
SubnetName?: string;
|
|
34
29
|
}
|
|
30
|
+
//# sourceMappingURL=subnet-info-for-mscreate-instance-one-step-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subnet-info-for-mscreate-instance-one-step-input.d.ts","sourceRoot":"","sources":["../../../src/types/subnet-info-for-mscreate-instance-one-step-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yCAAyC;IAEtD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -1,34 +1,30 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
1
|
/**
|
|
4
2
|
* milvus
|
|
5
3
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
4
|
*
|
|
7
5
|
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
6
|
+
*
|
|
9
7
|
*
|
|
10
8
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
10
|
* Do not edit the class manually.
|
|
13
11
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export interface SubnetInfoForCreateInstanceOneStepInput {
|
|
22
|
-
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SubnetInfoForMSDescribeInstanceOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface SubnetInfoForMSDescribeInstanceOutput {
|
|
23
19
|
/**
|
|
24
20
|
* @type {string}
|
|
25
|
-
* @memberof
|
|
21
|
+
* @memberof SubnetInfoForMSDescribeInstanceOutput
|
|
26
22
|
*/
|
|
27
23
|
SubnetId?: string;
|
|
28
|
-
|
|
29
24
|
/**
|
|
30
25
|
* @type {string}
|
|
31
|
-
* @memberof
|
|
26
|
+
* @memberof SubnetInfoForMSDescribeInstanceOutput
|
|
32
27
|
*/
|
|
33
28
|
SubnetName?: string;
|
|
34
29
|
}
|
|
30
|
+
//# sourceMappingURL=subnet-info-for-msdescribe-instance-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subnet-info-for-msdescribe-instance-output.d.ts","sourceRoot":"","sources":["../../../src/types/subnet-info-for-msdescribe-instance-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;IAElD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -1,34 +1,30 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
1
|
/**
|
|
4
2
|
* milvus
|
|
5
3
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
4
|
*
|
|
7
5
|
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
6
|
+
*
|
|
9
7
|
*
|
|
10
8
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
10
|
* Do not edit the class manually.
|
|
13
11
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export interface SubnetInfoForDescribeInstanceDetailOutput {
|
|
22
|
-
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SubnetInfoForMSDescribeInstancesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface SubnetInfoForMSDescribeInstancesOutput {
|
|
23
19
|
/**
|
|
24
20
|
* @type {string}
|
|
25
|
-
* @memberof
|
|
21
|
+
* @memberof SubnetInfoForMSDescribeInstancesOutput
|
|
26
22
|
*/
|
|
27
23
|
SubnetId?: string;
|
|
28
|
-
|
|
29
24
|
/**
|
|
30
25
|
* @type {string}
|
|
31
|
-
* @memberof
|
|
26
|
+
* @memberof SubnetInfoForMSDescribeInstancesOutput
|
|
32
27
|
*/
|
|
33
28
|
SubnetName?: string;
|
|
34
29
|
}
|
|
30
|
+
//# sourceMappingURL=subnet-info-for-msdescribe-instances-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subnet-info-for-msdescribe-instances-output.d.ts","sourceRoot":"","sources":["../../../src/types/subnet-info-for-msdescribe-instances-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -1,34 +1,35 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
1
|
/**
|
|
4
2
|
* milvus
|
|
5
3
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
4
|
*
|
|
7
5
|
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
6
|
+
*
|
|
9
7
|
*
|
|
10
8
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
10
|
* Do not edit the class manually.
|
|
13
11
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export interface TagForDescribeInstanceDetailOutput {
|
|
22
|
-
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TagForMSCreateInstanceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagForMSCreateInstanceInput {
|
|
23
19
|
/**
|
|
24
20
|
* @type {string}
|
|
25
|
-
* @memberof
|
|
21
|
+
* @memberof TagForMSCreateInstanceInput
|
|
26
22
|
*/
|
|
27
23
|
Key?: string;
|
|
28
|
-
|
|
24
|
+
/**
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof TagForMSCreateInstanceInput
|
|
27
|
+
*/
|
|
28
|
+
SystemTag?: boolean;
|
|
29
29
|
/**
|
|
30
30
|
* @type {string}
|
|
31
|
-
* @memberof
|
|
31
|
+
* @memberof TagForMSCreateInstanceInput
|
|
32
32
|
*/
|
|
33
33
|
Value?: string;
|
|
34
34
|
}
|
|
35
|
+
//# sourceMappingURL=tag-for-mscreate-instance-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-for-mscreate-instance-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-for-mscreate-instance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,2BAA2B;IAExC;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|