@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,100 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* milvus
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface BaseInstanceForDescribeInstanceDetailOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface BaseInstanceForDescribeInstanceDetailOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
26
|
-
*/
|
|
27
|
-
AccountId?: string;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
32
|
-
*/
|
|
33
|
-
DeployClusterId?: string;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {number}
|
|
37
|
-
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
38
|
-
*/
|
|
39
|
-
Id?: number;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
44
|
-
*/
|
|
45
|
-
InstanceId?: string;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* @type {string}
|
|
49
|
-
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
50
|
-
*/
|
|
51
|
-
InstanceName?: string;
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* @type {string}
|
|
55
|
-
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
56
|
-
*/
|
|
57
|
-
InstanceVersion?: string;
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* @type {string}
|
|
61
|
-
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
62
|
-
*/
|
|
63
|
-
Namespace?: string;
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* @type {string}
|
|
67
|
-
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
68
|
-
*/
|
|
69
|
-
ProjectName?: string;
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
* @type {string}
|
|
73
|
-
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
74
|
-
*/
|
|
75
|
-
Region?: string;
|
|
76
|
-
|
|
77
|
-
/**
|
|
78
|
-
* @type {string}
|
|
79
|
-
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
80
|
-
*/
|
|
81
|
-
Status?: string;
|
|
82
|
-
|
|
83
|
-
/**
|
|
84
|
-
* @type {string}
|
|
85
|
-
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
86
|
-
*/
|
|
87
|
-
SubAccountId?: string;
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* @type {string}
|
|
91
|
-
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
92
|
-
*/
|
|
93
|
-
TaskId?: string;
|
|
94
|
-
|
|
95
|
-
/**
|
|
96
|
-
* @type {number}
|
|
97
|
-
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
98
|
-
*/
|
|
99
|
-
Version?: number;
|
|
100
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* milvus
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface ChargeConfigForCreateInstanceOneStepInput
|
|
20
|
-
*/
|
|
21
|
-
export interface ChargeConfigForCreateInstanceOneStepInput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {boolean}
|
|
25
|
-
* @memberof ChargeConfigForCreateInstanceOneStepInput
|
|
26
|
-
*/
|
|
27
|
-
AutoRenew?: boolean;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof ChargeConfigForCreateInstanceOneStepInput
|
|
32
|
-
*/
|
|
33
|
-
ChargeType?: string;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof ChargeConfigForCreateInstanceOneStepInput
|
|
38
|
-
*/
|
|
39
|
-
ExpireDate?: string;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {number}
|
|
43
|
-
* @memberof ChargeConfigForCreateInstanceOneStepInput
|
|
44
|
-
*/
|
|
45
|
-
Period?: number;
|
|
46
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* milvus
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface ChargeConfigForDescribeInstanceDetailOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface ChargeConfigForDescribeInstanceDetailOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {boolean}
|
|
25
|
-
* @memberof ChargeConfigForDescribeInstanceDetailOutput
|
|
26
|
-
*/
|
|
27
|
-
AutoRenew?: boolean;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof ChargeConfigForDescribeInstanceDetailOutput
|
|
32
|
-
*/
|
|
33
|
-
ChargeType?: string;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof ChargeConfigForDescribeInstanceDetailOutput
|
|
38
|
-
*/
|
|
39
|
-
ExpireDate?: string;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {number}
|
|
43
|
-
* @memberof ChargeConfigForDescribeInstanceDetailOutput
|
|
44
|
-
*/
|
|
45
|
-
Period?: number;
|
|
46
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* milvus
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface ChargeConfigForDescribeInstancesOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface ChargeConfigForDescribeInstancesOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {boolean}
|
|
25
|
-
* @memberof ChargeConfigForDescribeInstancesOutput
|
|
26
|
-
*/
|
|
27
|
-
AutoRenew?: boolean;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof ChargeConfigForDescribeInstancesOutput
|
|
32
|
-
*/
|
|
33
|
-
ChargeType?: string;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof ChargeConfigForDescribeInstancesOutput
|
|
38
|
-
*/
|
|
39
|
-
ExpireDate?: string;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {number}
|
|
43
|
-
* @memberof ChargeConfigForDescribeInstancesOutput
|
|
44
|
-
*/
|
|
45
|
-
Period?: number;
|
|
46
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* milvus
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface ComponentSpecListForCreateInstanceInput
|
|
20
|
-
*/
|
|
21
|
-
export interface ComponentSpecListForCreateInstanceInput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {number}
|
|
25
|
-
* @memberof ComponentSpecListForCreateInstanceInput
|
|
26
|
-
*/
|
|
27
|
-
CpuNum?: number;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {number}
|
|
31
|
-
* @memberof ComponentSpecListForCreateInstanceInput
|
|
32
|
-
*/
|
|
33
|
-
MemSize?: number;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof ComponentSpecListForCreateInstanceInput
|
|
38
|
-
*/
|
|
39
|
-
NodeCUType?: string;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {number}
|
|
43
|
-
* @memberof ComponentSpecListForCreateInstanceInput
|
|
44
|
-
*/
|
|
45
|
-
NodeNum?: number;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* @type {string}
|
|
49
|
-
* @memberof ComponentSpecListForCreateInstanceInput
|
|
50
|
-
*/
|
|
51
|
-
NodeType?: string;
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* @type {string}
|
|
55
|
-
* @memberof ComponentSpecListForCreateInstanceInput
|
|
56
|
-
*/
|
|
57
|
-
ResourceSpecName?: string;
|
|
58
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* milvus
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface ComponentSpecListForCreateInstanceOneStepInput
|
|
20
|
-
*/
|
|
21
|
-
export interface ComponentSpecListForCreateInstanceOneStepInput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {number}
|
|
25
|
-
* @memberof ComponentSpecListForCreateInstanceOneStepInput
|
|
26
|
-
*/
|
|
27
|
-
CpuNum?: number;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {number}
|
|
31
|
-
* @memberof ComponentSpecListForCreateInstanceOneStepInput
|
|
32
|
-
*/
|
|
33
|
-
MemSize?: number;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof ComponentSpecListForCreateInstanceOneStepInput
|
|
38
|
-
*/
|
|
39
|
-
NodeCUType?: string;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {number}
|
|
43
|
-
* @memberof ComponentSpecListForCreateInstanceOneStepInput
|
|
44
|
-
*/
|
|
45
|
-
NodeNum?: number;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* @type {string}
|
|
49
|
-
* @memberof ComponentSpecListForCreateInstanceOneStepInput
|
|
50
|
-
*/
|
|
51
|
-
NodeType?: string;
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* @type {string}
|
|
55
|
-
* @memberof ComponentSpecListForCreateInstanceOneStepInput
|
|
56
|
-
*/
|
|
57
|
-
ResourceSpecName?: string;
|
|
58
|
-
}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* milvus
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface ConfigurationForDescribeInstanceConfigOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface ConfigurationForDescribeInstanceConfigOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof ConfigurationForDescribeInstanceConfigOutput
|
|
26
|
-
*/
|
|
27
|
-
ConfigKey?: string;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof ConfigurationForDescribeInstanceConfigOutput
|
|
32
|
-
*/
|
|
33
|
-
CurValue?: string;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof ConfigurationForDescribeInstanceConfigOutput
|
|
38
|
-
*/
|
|
39
|
-
DefaultValue?: string;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof ConfigurationForDescribeInstanceConfigOutput
|
|
44
|
-
*/
|
|
45
|
-
Description?: string;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* @type {boolean}
|
|
49
|
-
* @memberof ConfigurationForDescribeInstanceConfigOutput
|
|
50
|
-
*/
|
|
51
|
-
HotUpdateEnabled?: boolean;
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* @type {string}
|
|
55
|
-
* @memberof ConfigurationForDescribeInstanceConfigOutput
|
|
56
|
-
*/
|
|
57
|
-
Module?: string;
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* @type {string}
|
|
61
|
-
* @memberof ConfigurationForDescribeInstanceConfigOutput
|
|
62
|
-
*/
|
|
63
|
-
Unit?: string;
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* @type {string}
|
|
67
|
-
* @memberof ConfigurationForDescribeInstanceConfigOutput
|
|
68
|
-
*/
|
|
69
|
-
ValueRange?: string;
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
* @type {string}
|
|
73
|
-
* @memberof ConfigurationForDescribeInstanceConfigOutput
|
|
74
|
-
*/
|
|
75
|
-
ValueType?: string;
|
|
76
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* milvus
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { ChargeConfigForCreateInstanceOneStepInput } from './charge-config-for-create-instance-one-step-input';
|
|
16
|
-
import { InstanceConfigurationForCreateInstanceOneStepInput } from './instance-configuration-for-create-instance-one-step-input';
|
|
17
|
-
import { NetworkConfigForCreateInstanceOneStepInput } from './network-config-for-create-instance-one-step-input';
|
|
18
|
-
import { TagForCreateInstanceOneStepInput } from './tag-for-create-instance-one-step-input';
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* @export
|
|
23
|
-
* @interface CreateInstanceOneStepRequest
|
|
24
|
-
*/
|
|
25
|
-
export interface CreateInstanceOneStepRequest {
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* @type {ChargeConfigForCreateInstanceOneStepInput}
|
|
29
|
-
* @memberof CreateInstanceOneStepRequest
|
|
30
|
-
*/
|
|
31
|
-
ChargeConfig?: ChargeConfigForCreateInstanceOneStepInput;
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* @type {boolean}
|
|
35
|
-
* @memberof CreateInstanceOneStepRequest
|
|
36
|
-
*/
|
|
37
|
-
DeleteProtectEnabled?: boolean;
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* @type {InstanceConfigurationForCreateInstanceOneStepInput}
|
|
41
|
-
* @memberof CreateInstanceOneStepRequest
|
|
42
|
-
*/
|
|
43
|
-
InstanceConfiguration?: InstanceConfigurationForCreateInstanceOneStepInput;
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* @type {NetworkConfigForCreateInstanceOneStepInput}
|
|
47
|
-
* @memberof CreateInstanceOneStepRequest
|
|
48
|
-
*/
|
|
49
|
-
NetworkConfig?: NetworkConfigForCreateInstanceOneStepInput;
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof CreateInstanceOneStepRequest
|
|
54
|
-
*/
|
|
55
|
-
ProjectName?: string;
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* @type {string}
|
|
59
|
-
* @memberof CreateInstanceOneStepRequest
|
|
60
|
-
*/
|
|
61
|
-
Region: string;
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* @type {Array<TagForCreateInstanceOneStepInput>}
|
|
65
|
-
* @memberof CreateInstanceOneStepRequest
|
|
66
|
-
*/
|
|
67
|
-
Tags?: Array<TagForCreateInstanceOneStepInput>;
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* @type {Array<string>}
|
|
71
|
-
* @memberof CreateInstanceOneStepRequest
|
|
72
|
-
*/
|
|
73
|
-
Zones?: Array<string>;
|
|
74
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* milvus
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { ChargeConfigForCreateInstanceInput } from './charge-config-for-create-instance-input';
|
|
16
|
-
import { InstanceConfigurationForCreateInstanceInput } from './instance-configuration-for-create-instance-input';
|
|
17
|
-
import { NetworkConfigForCreateInstanceInput } from './network-config-for-create-instance-input';
|
|
18
|
-
import { TagForCreateInstanceInput } from './tag-for-create-instance-input';
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* @export
|
|
23
|
-
* @interface CreateInstanceRequest
|
|
24
|
-
*/
|
|
25
|
-
export interface CreateInstanceRequest {
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* @type {ChargeConfigForCreateInstanceInput}
|
|
29
|
-
* @memberof CreateInstanceRequest
|
|
30
|
-
*/
|
|
31
|
-
ChargeConfig?: ChargeConfigForCreateInstanceInput;
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* @type {boolean}
|
|
35
|
-
* @memberof CreateInstanceRequest
|
|
36
|
-
*/
|
|
37
|
-
DeleteProtectEnabled?: boolean;
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* @type {InstanceConfigurationForCreateInstanceInput}
|
|
41
|
-
* @memberof CreateInstanceRequest
|
|
42
|
-
*/
|
|
43
|
-
InstanceConfiguration?: InstanceConfigurationForCreateInstanceInput;
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* @type {NetworkConfigForCreateInstanceInput}
|
|
47
|
-
* @memberof CreateInstanceRequest
|
|
48
|
-
*/
|
|
49
|
-
NetworkConfig?: NetworkConfigForCreateInstanceInput;
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof CreateInstanceRequest
|
|
54
|
-
*/
|
|
55
|
-
ProjectName?: string;
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* @type {string}
|
|
59
|
-
* @memberof CreateInstanceRequest
|
|
60
|
-
*/
|
|
61
|
-
Region: string;
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* @type {Array<TagForCreateInstanceInput>}
|
|
65
|
-
* @memberof CreateInstanceRequest
|
|
66
|
-
*/
|
|
67
|
-
Tags?: Array<TagForCreateInstanceInput>;
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* @type {Array<string>}
|
|
71
|
-
* @memberof CreateInstanceRequest
|
|
72
|
-
*/
|
|
73
|
-
Zones?: Array<string>;
|
|
74
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* milvus
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface DescribeConfigModulesRequest
|
|
20
|
-
*/
|
|
21
|
-
export interface DescribeConfigModulesRequest {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof DescribeConfigModulesRequest
|
|
26
|
-
*/
|
|
27
|
-
InstanceId: string;
|
|
28
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* milvus
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface DescribeConfigModulesResponse
|
|
20
|
-
*/
|
|
21
|
-
export interface DescribeConfigModulesResponse {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {Array<string>}
|
|
25
|
-
* @memberof DescribeConfigModulesResponse
|
|
26
|
-
*/
|
|
27
|
-
Modules?: Array<string>;
|
|
28
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* milvus
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface DescribeInstanceConfigRequest
|
|
20
|
-
*/
|
|
21
|
-
export interface DescribeInstanceConfigRequest {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof DescribeInstanceConfigRequest
|
|
26
|
-
*/
|
|
27
|
-
InstanceId: string;
|
|
28
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* milvus
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { ConfigurationForDescribeInstanceConfigOutput } from './configuration-for-describe-instance-config-output';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface DescribeInstanceConfigResponse
|
|
21
|
-
*/
|
|
22
|
-
export interface DescribeInstanceConfigResponse {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {Array<ConfigurationForDescribeInstanceConfigOutput>}
|
|
26
|
-
* @memberof DescribeInstanceConfigResponse
|
|
27
|
-
*/
|
|
28
|
-
Configurations?: Array<ConfigurationForDescribeInstanceConfigOutput>;
|
|
29
|
-
}
|