@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
|
@@ -1,46 +1,40 @@
|
|
|
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 ChargeConfigForCreateInstanceInput {
|
|
22
|
-
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ChargeConfigForDescribePriceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface ChargeConfigForDescribePriceInput {
|
|
23
19
|
/**
|
|
24
20
|
* @type {boolean}
|
|
25
|
-
* @memberof
|
|
21
|
+
* @memberof ChargeConfigForDescribePriceInput
|
|
26
22
|
*/
|
|
27
23
|
AutoRenew?: boolean;
|
|
28
|
-
|
|
29
24
|
/**
|
|
30
25
|
* @type {string}
|
|
31
|
-
* @memberof
|
|
26
|
+
* @memberof ChargeConfigForDescribePriceInput
|
|
32
27
|
*/
|
|
33
28
|
ChargeType?: string;
|
|
34
|
-
|
|
35
29
|
/**
|
|
36
30
|
* @type {string}
|
|
37
|
-
* @memberof
|
|
31
|
+
* @memberof ChargeConfigForDescribePriceInput
|
|
38
32
|
*/
|
|
39
33
|
ExpireDate?: string;
|
|
40
|
-
|
|
41
34
|
/**
|
|
42
35
|
* @type {number}
|
|
43
|
-
* @memberof
|
|
36
|
+
* @memberof ChargeConfigForDescribePriceInput
|
|
44
37
|
*/
|
|
45
38
|
Period?: number;
|
|
46
39
|
}
|
|
40
|
+
//# sourceMappingURL=charge-config-for-describe-price-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-config-for-describe-price-input.d.ts","sourceRoot":"","sources":["../../../src/types/charge-config-for-describe-price-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iCAAiC;IAE9C;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,49 @@
|
|
|
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 ChargeConfigForMSDescribeInstanceOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ChargeConfigForMSDescribeInstanceOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof ChargeConfigForMSDescribeInstanceOutput
|
|
22
|
+
*/
|
|
23
|
+
AutoRenew?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ChargeConfigForMSDescribeInstanceOutput
|
|
27
|
+
*/
|
|
28
|
+
ChargeType?: ChargeConfigForMSDescribeInstanceOutputChargeTypeEnum;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ChargeConfigForMSDescribeInstanceOutput
|
|
32
|
+
*/
|
|
33
|
+
ExpireDate?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof ChargeConfigForMSDescribeInstanceOutput
|
|
37
|
+
*/
|
|
38
|
+
Period?: number;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* @export
|
|
42
|
+
* @enum {string}
|
|
43
|
+
*/
|
|
44
|
+
export declare enum ChargeConfigForMSDescribeInstanceOutputChargeTypeEnum {
|
|
45
|
+
POST = "POST",
|
|
46
|
+
PRE = "PRE",
|
|
47
|
+
MIX = "MIX"
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=charge-config-for-msdescribe-instance-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-config-for-msdescribe-instance-output.d.ts","sourceRoot":"","sources":["../../../src/types/charge-config-for-msdescribe-instance-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,qDAAqD,CAAC;IAEnE;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;;GAGG;AACH,oBAAY,qDAAqD;IAC7D,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,GAAG,QAAQ;CACd"}
|
|
@@ -0,0 +1,49 @@
|
|
|
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 ChargeConfigForMSDescribeInstancesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ChargeConfigForMSDescribeInstancesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof ChargeConfigForMSDescribeInstancesOutput
|
|
22
|
+
*/
|
|
23
|
+
AutoRenew?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ChargeConfigForMSDescribeInstancesOutput
|
|
27
|
+
*/
|
|
28
|
+
ChargeType?: ChargeConfigForMSDescribeInstancesOutputChargeTypeEnum;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ChargeConfigForMSDescribeInstancesOutput
|
|
32
|
+
*/
|
|
33
|
+
ExpireDate?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof ChargeConfigForMSDescribeInstancesOutput
|
|
37
|
+
*/
|
|
38
|
+
Period?: number;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* @export
|
|
42
|
+
* @enum {string}
|
|
43
|
+
*/
|
|
44
|
+
export declare enum ChargeConfigForMSDescribeInstancesOutputChargeTypeEnum {
|
|
45
|
+
POST = "POST",
|
|
46
|
+
PRE = "PRE",
|
|
47
|
+
MIX = "MIX"
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=charge-config-for-msdescribe-instances-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-config-for-msdescribe-instances-output.d.ts","sourceRoot":"","sources":["../../../src/types/charge-config-for-msdescribe-instances-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wCAAwC;IAErD;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,sDAAsD,CAAC;IAEpE;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;;GAGG;AACH,oBAAY,sDAAsD;IAC9D,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,GAAG,QAAQ;CACd"}
|
|
@@ -1,52 +1,45 @@
|
|
|
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 ComponentSpecListForScaleInstanceInput {
|
|
22
|
-
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ComponentSpecListForDescribePriceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface ComponentSpecListForDescribePriceInput {
|
|
23
19
|
/**
|
|
24
20
|
* @type {number}
|
|
25
|
-
* @memberof
|
|
21
|
+
* @memberof ComponentSpecListForDescribePriceInput
|
|
26
22
|
*/
|
|
27
23
|
CpuNum?: number;
|
|
28
|
-
|
|
29
24
|
/**
|
|
30
25
|
* @type {number}
|
|
31
|
-
* @memberof
|
|
26
|
+
* @memberof ComponentSpecListForDescribePriceInput
|
|
32
27
|
*/
|
|
33
28
|
MemSize?: number;
|
|
34
|
-
|
|
35
29
|
/**
|
|
36
30
|
* @type {string}
|
|
37
|
-
* @memberof
|
|
31
|
+
* @memberof ComponentSpecListForDescribePriceInput
|
|
38
32
|
*/
|
|
39
33
|
NodeCUType?: string;
|
|
40
|
-
|
|
41
34
|
/**
|
|
42
35
|
* @type {number}
|
|
43
|
-
* @memberof
|
|
36
|
+
* @memberof ComponentSpecListForDescribePriceInput
|
|
44
37
|
*/
|
|
45
38
|
NodeNum?: number;
|
|
46
|
-
|
|
47
39
|
/**
|
|
48
40
|
* @type {string}
|
|
49
|
-
* @memberof
|
|
41
|
+
* @memberof ComponentSpecListForDescribePriceInput
|
|
50
42
|
*/
|
|
51
43
|
NodeType?: string;
|
|
52
44
|
}
|
|
45
|
+
//# sourceMappingURL=component-spec-list-for-describe-price-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component-spec-list-for-describe-price-input.d.ts","sourceRoot":"","sources":["../../../src/types/component-spec-list-for-describe-price-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
package/{src/types/tag-resources-response.ts → dist/esm/types/describe-available-spec-request.d.ts}
RENAMED
|
@@ -1,28 +1,20 @@
|
|
|
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 TagResourcesResponse {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof TagResourcesResponse
|
|
26
|
-
*/
|
|
27
|
-
Status?: string;
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DescribeAvailableSpecRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeAvailableSpecRequest {
|
|
28
19
|
}
|
|
20
|
+
//# sourceMappingURL=describe-available-spec-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-available-spec-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-available-spec-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,4BAA4B;CAC5C"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 { NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput } from './node-cu-type-support-spec-list-for-describe-available-spec-output';
|
|
13
|
+
import { NodeSupportSpecListForDescribeAvailableSpecOutput } from './node-support-spec-list-for-describe-available-spec-output';
|
|
14
|
+
import { SpecListForDescribeAvailableSpecOutput } from './spec-list-for-describe-available-spec-output';
|
|
15
|
+
import { ZoneSupportSpecListForDescribeAvailableSpecOutput } from './zone-support-spec-list-for-describe-available-spec-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface DescribeAvailableSpecResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeAvailableSpecResponse {
|
|
23
|
+
/**
|
|
24
|
+
* @type {Array<NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput>}
|
|
25
|
+
* @memberof DescribeAvailableSpecResponse
|
|
26
|
+
*/
|
|
27
|
+
NodeCuTypeSupportSpecList?: Array<NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput>;
|
|
28
|
+
/**
|
|
29
|
+
* @type {Array<NodeSupportSpecListForDescribeAvailableSpecOutput>}
|
|
30
|
+
* @memberof DescribeAvailableSpecResponse
|
|
31
|
+
*/
|
|
32
|
+
NodeSupportSpecList?: Array<NodeSupportSpecListForDescribeAvailableSpecOutput>;
|
|
33
|
+
/**
|
|
34
|
+
* @type {Array<SpecListForDescribeAvailableSpecOutput>}
|
|
35
|
+
* @memberof DescribeAvailableSpecResponse
|
|
36
|
+
*/
|
|
37
|
+
SpecList?: Array<SpecListForDescribeAvailableSpecOutput>;
|
|
38
|
+
/**
|
|
39
|
+
* @type {Array<ZoneSupportSpecListForDescribeAvailableSpecOutput>}
|
|
40
|
+
* @memberof DescribeAvailableSpecResponse
|
|
41
|
+
*/
|
|
42
|
+
ZoneSupportSpecList?: Array<ZoneSupportSpecListForDescribeAvailableSpecOutput>;
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=describe-available-spec-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-available-spec-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-available-spec-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,uDAAuD,EAAE,MAAM,qEAAqE,CAAC;AAC9I,OAAO,EAAE,iDAAiD,EAAE,MAAM,6DAA6D,CAAC;AAChI,OAAO,EAAE,sCAAsC,EAAE,MAAM,gDAAgD,CAAC;AACxG,OAAO,EAAE,iDAAiD,EAAE,MAAM,6DAA6D,CAAC;AAC/H;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;IAE1C;;;OAGG;IACH,yBAAyB,CAAC,EAAE,KAAK,CAAC,uDAAuD,CAAC,CAAC;IAE3F;;;OAGG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,iDAAiD,CAAC,CAAC;IAE/E;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,sCAAsC,CAAC,CAAC;IAEzD;;;OAGG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,iDAAiD,CAAC,CAAC;CAClF"}
|
|
@@ -1,28 +1,20 @@
|
|
|
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 UntagResourcesResponse {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof UntagResourcesResponse
|
|
26
|
-
*/
|
|
27
|
-
Status?: string;
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DescribeAvailableVersionRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeAvailableVersionRequest {
|
|
28
19
|
}
|
|
20
|
+
//# sourceMappingURL=describe-available-version-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-available-version-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-available-version-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;CAC/C"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { VersionForDescribeAvailableVersionOutput } from './version-for-describe-available-version-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DescribeAvailableVersionResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface DescribeAvailableVersionResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<VersionForDescribeAvailableVersionOutput>}
|
|
22
|
+
* @memberof DescribeAvailableVersionResponse
|
|
23
|
+
*/
|
|
24
|
+
Versions?: Array<VersionForDescribeAvailableVersionOutput>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=describe-available-version-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-available-version-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-available-version-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,wCAAwC,EAAE,MAAM,iDAAiD,CAAC;AAC1G;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,wCAAwC,CAAC,CAAC;CAC9D"}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 { ChargeConfigForDescribePriceInput } from './charge-config-for-describe-price-input';
|
|
13
|
+
import { ComponentSpecListForDescribePriceInput } from './component-spec-list-for-describe-price-input';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface DescribePriceRequest
|
|
19
|
+
*/
|
|
20
|
+
export interface DescribePriceRequest {
|
|
21
|
+
/**
|
|
22
|
+
* @type {ChargeConfigForDescribePriceInput}
|
|
23
|
+
* @memberof DescribePriceRequest
|
|
24
|
+
*/
|
|
25
|
+
ChargeConfig?: ChargeConfigForDescribePriceInput;
|
|
26
|
+
/**
|
|
27
|
+
* @type {Array<ComponentSpecListForDescribePriceInput>}
|
|
28
|
+
* @memberof DescribePriceRequest
|
|
29
|
+
*/
|
|
30
|
+
ComponentSpecList?: Array<ComponentSpecListForDescribePriceInput>;
|
|
31
|
+
/**
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof DescribePriceRequest
|
|
34
|
+
*/
|
|
35
|
+
InstanceId?: string;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=describe-price-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-price-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-price-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,iCAAiC,EAAE,MAAM,0CAA0C,CAAC;AAC7F,OAAO,EAAE,sCAAsC,EAAE,MAAM,gDAAgD,CAAC;AACvG;;;;;EAKE;AACH,MAAM,WAAW,oBAAoB;IAEjC;;;OAGG;IACH,YAAY,CAAC,EAAE,iCAAiC,CAAC;IAEjD;;;OAGG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,sCAAsC,CAAC,CAAC;IAElE;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 { NodePriceListForDescribePriceOutput } from './node-price-list-for-describe-price-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DescribePriceResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface DescribePriceResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof DescribePriceResponse
|
|
23
|
+
*/
|
|
24
|
+
Currency?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof DescribePriceResponse
|
|
28
|
+
*/
|
|
29
|
+
DiscountAmount?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @type {Array<NodePriceListForDescribePriceOutput>}
|
|
32
|
+
* @memberof DescribePriceResponse
|
|
33
|
+
*/
|
|
34
|
+
NodePriceList?: Array<NodePriceListForDescribePriceOutput>;
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof DescribePriceResponse
|
|
38
|
+
*/
|
|
39
|
+
OriginalAmount?: number;
|
|
40
|
+
/**
|
|
41
|
+
* @type {number}
|
|
42
|
+
* @memberof DescribePriceResponse
|
|
43
|
+
*/
|
|
44
|
+
PayableAmount?: number;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=describe-price-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-price-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-price-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,mCAAmC,EAAE,MAAM,6CAA6C,CAAC;AACjG;;;;;EAKE;AACH,MAAM,WAAW,qBAAqB;IAElC;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,mCAAmC,CAAC,CAAC;IAE3D;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -1,14 +1,20 @@
|
|
|
1
|
-
// tslint:disable
|
|
2
1
|
/**
|
|
3
2
|
* milvus
|
|
4
3
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
4
|
*
|
|
6
5
|
* OpenAPI spec version: common-version
|
|
7
|
-
*
|
|
6
|
+
*
|
|
8
7
|
*
|
|
9
8
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
10
|
* Do not edit the class manually.
|
|
12
11
|
*/
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DescribeZonesRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeZonesRequest {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=describe-zones-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-zones-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-zones-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oBAAoB;CACpC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { ZoneForDescribeZonesOutput } from './zone-for-describe-zones-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DescribeZonesResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface DescribeZonesResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<ZoneForDescribeZonesOutput>}
|
|
22
|
+
* @memberof DescribeZonesResponse
|
|
23
|
+
*/
|
|
24
|
+
Zones?: Array<ZoneForDescribeZonesOutput>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=describe-zones-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-zones-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-zones-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC7E;;;;;EAKE;AACH,MAAM,WAAW,qBAAqB;IAElC;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;CAC7C"}
|
|
@@ -0,0 +1,72 @@
|
|
|
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 { AllowGroupListForMSDescribeInstanceOutput } from './allow-group-list-for-msdescribe-instance-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface EndpointListForMSDescribeInstanceOutput
|
|
18
|
+
*/
|
|
19
|
+
export interface EndpointListForMSDescribeInstanceOutput {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<AllowGroupListForMSDescribeInstanceOutput>}
|
|
22
|
+
* @memberof EndpointListForMSDescribeInstanceOutput
|
|
23
|
+
*/
|
|
24
|
+
AllowGroupList?: Array<AllowGroupListForMSDescribeInstanceOutput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {Array<string>}
|
|
27
|
+
* @memberof EndpointListForMSDescribeInstanceOutput
|
|
28
|
+
*/
|
|
29
|
+
AllowList?: Array<string>;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof EndpointListForMSDescribeInstanceOutput
|
|
33
|
+
*/
|
|
34
|
+
Domain?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof EndpointListForMSDescribeInstanceOutput
|
|
38
|
+
*/
|
|
39
|
+
Eip?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof EndpointListForMSDescribeInstanceOutput
|
|
43
|
+
*/
|
|
44
|
+
EipId?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof EndpointListForMSDescribeInstanceOutput
|
|
48
|
+
*/
|
|
49
|
+
Ip?: string;
|
|
50
|
+
/**
|
|
51
|
+
* @type {boolean}
|
|
52
|
+
* @memberof EndpointListForMSDescribeInstanceOutput
|
|
53
|
+
*/
|
|
54
|
+
PrivateDomainPublishEnabled?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof EndpointListForMSDescribeInstanceOutput
|
|
58
|
+
*/
|
|
59
|
+
Type?: EndpointListForMSDescribeInstanceOutputTypeEnum;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* @export
|
|
63
|
+
* @enum {string}
|
|
64
|
+
*/
|
|
65
|
+
export declare enum EndpointListForMSDescribeInstanceOutputTypeEnum {
|
|
66
|
+
MILVUSPRIVATE = "MILVUS_PRIVATE",
|
|
67
|
+
MILVUSPUBLIC = "MILVUS_PUBLIC",
|
|
68
|
+
MILVUSINNER = "MILVUS_INNER",
|
|
69
|
+
MILVUSSERVERLESSPRIVATE = "MILVUS_SERVERLESS_PRIVATE",
|
|
70
|
+
MILVUSSERVERLESSPUBLIC = "MILVUS_SERVERLESS_PUBLIC"
|
|
71
|
+
}
|
|
72
|
+
//# sourceMappingURL=endpoint-list-for-msdescribe-instance-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"endpoint-list-for-msdescribe-instance-output.d.ts","sourceRoot":"","sources":["../../../src/types/endpoint-list-for-msdescribe-instance-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,yCAAyC,EAAE,MAAM,mDAAmD,CAAC;AAC7G;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,yCAAyC,CAAC,CAAC;IAElE;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE1B;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,2BAA2B,CAAC,EAAE,OAAO,CAAC;IAEtC;;;OAGG;IACH,IAAI,CAAC,EAAE,+CAA+C,CAAC;CAC1D;AAED;;;GAGG;AACH,oBAAY,+CAA+C;IACvD,aAAa,mBAAmB;IAChC,YAAY,kBAAkB;IAC9B,WAAW,iBAAiB;IAC5B,uBAAuB,8BAA8B;IACrD,sBAAsB,6BAA6B;CACtD"}
|