@volcengine/milvus 1.0.1
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/.turbo/turbo-build.log +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +235 -0
- package/dist/esm/api.d.ts +221 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +147 -0
- package/dist/esm/types/allow-group-list-for-describe-instance-detail-output.d.ts +30 -0
- package/dist/esm/types/allow-group-list-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/base-instance-for-describe-instance-detail-output.d.ts +85 -0
- package/dist/esm/types/base-instance-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/charge-config-for-create-instance-input.d.ts +40 -0
- package/dist/esm/types/charge-config-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/charge-config-for-create-instance-one-step-input.d.ts +40 -0
- package/dist/esm/types/charge-config-for-create-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/charge-config-for-describe-instance-detail-output.d.ts +40 -0
- package/dist/esm/types/charge-config-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/charge-config-for-describe-instances-output.d.ts +40 -0
- package/dist/esm/types/charge-config-for-describe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/component-spec-list-for-create-instance-input.d.ts +50 -0
- package/dist/esm/types/component-spec-list-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/component-spec-list-for-create-instance-one-step-input.d.ts +50 -0
- package/dist/esm/types/component-spec-list-for-create-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/component-spec-list-for-scale-instance-input.d.ts +45 -0
- package/dist/esm/types/component-spec-list-for-scale-instance-input.d.ts.map +1 -0
- package/dist/esm/types/config-assign-list-for-modify-instance-config-input.d.ts +30 -0
- package/dist/esm/types/config-assign-list-for-modify-instance-config-input.d.ts.map +1 -0
- package/dist/esm/types/configuration-for-describe-instance-config-output.d.ts +65 -0
- package/dist/esm/types/configuration-for-describe-instance-config-output.d.ts.map +1 -0
- package/dist/esm/types/create-instance-one-step-request.d.ts +64 -0
- package/dist/esm/types/create-instance-one-step-request.d.ts.map +1 -0
- package/dist/esm/types/create-instance-one-step-response.d.ts +45 -0
- package/dist/esm/types/create-instance-one-step-response.d.ts.map +1 -0
- package/dist/esm/types/create-instance-request.d.ts +64 -0
- package/dist/esm/types/create-instance-request.d.ts.map +1 -0
- package/dist/esm/types/create-instance-response.d.ts +45 -0
- package/dist/esm/types/create-instance-response.d.ts.map +1 -0
- package/dist/esm/types/describe-config-modules-request.d.ts +25 -0
- package/dist/esm/types/describe-config-modules-request.d.ts.map +1 -0
- package/dist/esm/types/describe-config-modules-response.d.ts +25 -0
- package/dist/esm/types/describe-config-modules-response.d.ts.map +1 -0
- package/dist/esm/types/describe-instance-config-request.d.ts +25 -0
- package/dist/esm/types/describe-instance-config-request.d.ts.map +1 -0
- package/dist/esm/types/describe-instance-config-response.d.ts +26 -0
- package/dist/esm/types/describe-instance-config-response.d.ts.map +1 -0
- package/dist/esm/types/describe-instance-detail-request.d.ts +25 -0
- package/dist/esm/types/describe-instance-detail-request.d.ts.map +1 -0
- package/dist/esm/types/describe-instance-detail-response.d.ts +86 -0
- package/dist/esm/types/describe-instance-detail-response.d.ts.map +1 -0
- package/dist/esm/types/describe-instances-request.d.ts +51 -0
- package/dist/esm/types/describe-instances-request.d.ts.map +1 -0
- package/dist/esm/types/describe-instances-response.d.ts +46 -0
- package/dist/esm/types/describe-instances-response.d.ts.map +1 -0
- package/dist/esm/types/describe-node-info-request.d.ts +25 -0
- package/dist/esm/types/describe-node-info-request.d.ts.map +1 -0
- package/dist/esm/types/describe-node-info-response.d.ts +26 -0
- package/dist/esm/types/describe-node-info-response.d.ts.map +1 -0
- package/dist/esm/types/endpoint-list-for-describe-instance-detail-output.d.ts +61 -0
- package/dist/esm/types/endpoint-list-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +75 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/instance-configuration-for-create-instance-input.d.ts +46 -0
- package/dist/esm/types/instance-configuration-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/instance-configuration-for-create-instance-one-step-input.d.ts +46 -0
- package/dist/esm/types/instance-configuration-for-create-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/instance-info-for-describe-instances-output.d.ts +83 -0
- package/dist/esm/types/instance-info-for-describe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/list-tags-for-resources-request.d.ts +46 -0
- package/dist/esm/types/list-tags-for-resources-request.d.ts.map +1 -0
- package/dist/esm/types/list-tags-for-resources-response.d.ts +31 -0
- package/dist/esm/types/list-tags-for-resources-response.d.ts.map +1 -0
- package/dist/esm/types/modify-delete-protect-request.d.ts +30 -0
- package/dist/esm/types/modify-delete-protect-request.d.ts.map +1 -0
- package/dist/esm/types/modify-delete-protect-response.d.ts +25 -0
- package/dist/esm/types/modify-delete-protect-response.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-config-request.d.ts +31 -0
- package/dist/esm/types/modify-instance-config-request.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-config-response.d.ts +25 -0
- package/dist/esm/types/modify-instance-config-response.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-name-request.d.ts +30 -0
- package/dist/esm/types/modify-instance-name-request.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-name-response.d.ts +25 -0
- package/dist/esm/types/modify-instance-name-response.d.ts.map +1 -0
- package/dist/esm/types/modify-post-paid-request.d.ts +40 -0
- package/dist/esm/types/modify-post-paid-request.d.ts.map +1 -0
- package/dist/esm/types/modify-post-paid-response.d.ts +50 -0
- package/dist/esm/types/modify-post-paid-response.d.ts.map +1 -0
- package/dist/esm/types/modify-pre-paid-request.d.ts +40 -0
- package/dist/esm/types/modify-pre-paid-request.d.ts.map +1 -0
- package/dist/esm/types/modify-pre-paid-response.d.ts +50 -0
- package/dist/esm/types/modify-pre-paid-response.d.ts.map +1 -0
- package/dist/esm/types/modify-resource-tags-request.d.ts +36 -0
- package/dist/esm/types/modify-resource-tags-request.d.ts.map +1 -0
- package/dist/esm/types/modify-resource-tags-response.d.ts +25 -0
- package/dist/esm/types/modify-resource-tags-response.d.ts.map +1 -0
- package/dist/esm/types/network-config-for-create-instance-input.d.ts +37 -0
- package/dist/esm/types/network-config-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/network-config-for-create-instance-one-step-input.d.ts +37 -0
- package/dist/esm/types/network-config-for-create-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/network-config-for-describe-instance-detail-output.d.ts +37 -0
- package/dist/esm/types/network-config-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/network-config-for-describe-instances-output.d.ts +37 -0
- package/dist/esm/types/network-config-for-describe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/node-info-list-for-describe-node-info-output.d.ts +70 -0
- package/dist/esm/types/node-info-list-for-describe-node-info-output.d.ts.map +1 -0
- package/dist/esm/types/release-instance-request.d.ts +25 -0
- package/dist/esm/types/release-instance-request.d.ts.map +1 -0
- package/dist/esm/types/release-instance-response.d.ts +25 -0
- package/dist/esm/types/release-instance-response.d.ts.map +1 -0
- package/dist/esm/types/scale-instance-request.d.ts +41 -0
- package/dist/esm/types/scale-instance-request.d.ts.map +1 -0
- package/dist/esm/types/scale-instance-response.d.ts +35 -0
- package/dist/esm/types/scale-instance-response.d.ts.map +1 -0
- package/dist/esm/types/spec-config-for-describe-instance-detail-output.d.ts +45 -0
- package/dist/esm/types/spec-config-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/subnet-info-for-create-instance-input.d.ts +30 -0
- package/dist/esm/types/subnet-info-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/subnet-info-for-create-instance-one-step-input.d.ts +30 -0
- package/dist/esm/types/subnet-info-for-create-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/subnet-info-for-describe-instance-detail-output.d.ts +30 -0
- package/dist/esm/types/subnet-info-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/subnet-info-for-describe-instances-output.d.ts +30 -0
- package/dist/esm/types/subnet-info-for-describe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-describe-instances-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-describe-instances-input.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-instance-input.d.ts +30 -0
- package/dist/esm/types/tag-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-instance-one-step-input.d.ts +30 -0
- package/dist/esm/types/tag-for-create-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-describe-instance-detail-output.d.ts +30 -0
- package/dist/esm/types/tag-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-describe-instances-output.d.ts +30 -0
- package/dist/esm/types/tag-for-describe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-modify-resource-tags-input.d.ts +30 -0
- package/dist/esm/types/tag-for-modify-resource-tags-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts +30 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-resource-for-list-tags-for-resources-output.d.ts +40 -0
- package/dist/esm/types/tag-resource-for-list-tags-for-resources-output.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-request.d.ts +36 -0
- package/dist/esm/types/tag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-response.d.ts +25 -0
- package/dist/esm/types/tag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-request.d.ts +35 -0
- package/dist/esm/types/untag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-response.d.ts +25 -0
- package/dist/esm/types/untag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/vpc-info-for-create-instance-input.d.ts +30 -0
- package/dist/esm/types/vpc-info-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/vpc-info-for-create-instance-one-step-input.d.ts +30 -0
- package/dist/esm/types/vpc-info-for-create-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/vpc-info-for-describe-instance-detail-output.d.ts +30 -0
- package/dist/esm/types/vpc-info-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/vpc-info-for-describe-instances-output.d.ts +30 -0
- package/dist/esm/types/vpc-info-for-describe-instances-output.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +381 -0
- package/src/index.ts +14 -0
- package/src/types/allow-group-list-for-describe-instance-detail-output.ts +34 -0
- package/src/types/base-instance-for-describe-instance-detail-output.ts +100 -0
- package/src/types/charge-config-for-create-instance-input.ts +46 -0
- package/src/types/charge-config-for-create-instance-one-step-input.ts +46 -0
- package/src/types/charge-config-for-describe-instance-detail-output.ts +46 -0
- package/src/types/charge-config-for-describe-instances-output.ts +46 -0
- package/src/types/component-spec-list-for-create-instance-input.ts +58 -0
- package/src/types/component-spec-list-for-create-instance-one-step-input.ts +58 -0
- package/src/types/component-spec-list-for-scale-instance-input.ts +52 -0
- package/src/types/config-assign-list-for-modify-instance-config-input.ts +34 -0
- package/src/types/configuration-for-describe-instance-config-output.ts +76 -0
- package/src/types/create-instance-one-step-request.ts +74 -0
- package/src/types/create-instance-one-step-response.ts +52 -0
- package/src/types/create-instance-request.ts +74 -0
- package/src/types/create-instance-response.ts +52 -0
- package/src/types/describe-config-modules-request.ts +28 -0
- package/src/types/describe-config-modules-response.ts +28 -0
- package/src/types/describe-instance-config-request.ts +28 -0
- package/src/types/describe-instance-config-response.ts +29 -0
- package/src/types/describe-instance-detail-request.ts +28 -0
- package/src/types/describe-instance-detail-response.ts +100 -0
- package/src/types/describe-instances-request.ts +59 -0
- package/src/types/describe-instances-response.ts +53 -0
- package/src/types/describe-node-info-request.ts +28 -0
- package/src/types/describe-node-info-response.ts +29 -0
- package/src/types/endpoint-list-for-describe-instance-detail-output.ts +71 -0
- package/src/types/index.ts +74 -0
- package/src/types/instance-configuration-for-create-instance-input.ts +53 -0
- package/src/types/instance-configuration-for-create-instance-one-step-input.ts +53 -0
- package/src/types/instance-info-for-describe-instances-output.ts +97 -0
- package/src/types/list-tags-for-resources-request.ts +53 -0
- package/src/types/list-tags-for-resources-response.ts +35 -0
- package/src/types/modify-delete-protect-request.ts +34 -0
- package/src/types/modify-delete-protect-response.ts +28 -0
- package/src/types/modify-instance-config-request.ts +35 -0
- package/src/types/modify-instance-config-response.ts +28 -0
- package/src/types/modify-instance-name-request.ts +34 -0
- package/src/types/modify-instance-name-response.ts +28 -0
- package/src/types/modify-post-paid-request.ts +46 -0
- package/src/types/modify-post-paid-response.ts +58 -0
- package/src/types/modify-pre-paid-request.ts +46 -0
- package/src/types/modify-pre-paid-response.ts +58 -0
- package/src/types/modify-resource-tags-request.ts +41 -0
- package/src/types/modify-resource-tags-response.ts +28 -0
- package/src/types/network-config-for-create-instance-input.ts +42 -0
- package/src/types/network-config-for-create-instance-one-step-input.ts +42 -0
- package/src/types/network-config-for-describe-instance-detail-output.ts +42 -0
- package/src/types/network-config-for-describe-instances-output.ts +42 -0
- package/src/types/node-info-list-for-describe-node-info-output.ts +82 -0
- package/src/types/release-instance-request.ts +28 -0
- package/src/types/release-instance-response.ts +28 -0
- package/src/types/scale-instance-request.ts +47 -0
- package/src/types/scale-instance-response.ts +40 -0
- package/src/types/spec-config-for-describe-instance-detail-output.ts +52 -0
- package/src/types/subnet-info-for-create-instance-input.ts +34 -0
- package/src/types/subnet-info-for-create-instance-one-step-input.ts +34 -0
- package/src/types/subnet-info-for-describe-instance-detail-output.ts +34 -0
- package/src/types/subnet-info-for-describe-instances-output.ts +34 -0
- package/src/types/tag-filter-for-describe-instances-input.ts +34 -0
- package/src/types/tag-filter-for-list-tags-for-resources-input.ts +34 -0
- package/src/types/tag-for-create-instance-input.ts +34 -0
- package/src/types/tag-for-create-instance-one-step-input.ts +34 -0
- package/src/types/tag-for-describe-instance-detail-output.ts +34 -0
- package/src/types/tag-for-describe-instances-output.ts +34 -0
- package/src/types/tag-for-modify-resource-tags-input.ts +34 -0
- package/src/types/tag-for-tag-resources-input.ts +34 -0
- package/src/types/tag-resource-for-list-tags-for-resources-output.ts +46 -0
- package/src/types/tag-resources-request.ts +41 -0
- package/src/types/tag-resources-response.ts +28 -0
- package/src/types/untag-resources-request.ts +40 -0
- package/src/types/untag-resources-response.ts +28 -0
- package/src/types/vpc-info-for-create-instance-input.ts +34 -0
- package/src/types/vpc-info-for-create-instance-one-step-input.ts +34 -0
- package/src/types/vpc-info-for-describe-instance-detail-output.ts +34 -0
- package/src/types/vpc-info-for-describe-instances-output.ts +34 -0
- package/tsconfig.json +12 -0
|
@@ -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 { SubnetInfoForDescribeInstanceDetailOutput } from './subnet-info-for-describe-instance-detail-output';
|
|
13
|
+
import { VpcInfoForDescribeInstanceDetailOutput } from './vpc-info-for-describe-instance-detail-output';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface NetworkConfigForDescribeInstanceDetailOutput
|
|
19
|
+
*/
|
|
20
|
+
export interface NetworkConfigForDescribeInstanceDetailOutput {
|
|
21
|
+
/**
|
|
22
|
+
* @type {boolean}
|
|
23
|
+
* @memberof NetworkConfigForDescribeInstanceDetailOutput
|
|
24
|
+
*/
|
|
25
|
+
InnerEndpointEnabled?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* @type {SubnetInfoForDescribeInstanceDetailOutput}
|
|
28
|
+
* @memberof NetworkConfigForDescribeInstanceDetailOutput
|
|
29
|
+
*/
|
|
30
|
+
SubnetInfo?: SubnetInfoForDescribeInstanceDetailOutput;
|
|
31
|
+
/**
|
|
32
|
+
* @type {VpcInfoForDescribeInstanceDetailOutput}
|
|
33
|
+
* @memberof NetworkConfigForDescribeInstanceDetailOutput
|
|
34
|
+
*/
|
|
35
|
+
VpcInfo?: VpcInfoForDescribeInstanceDetailOutput;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=network-config-for-describe-instance-detail-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network-config-for-describe-instance-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/network-config-for-describe-instance-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,yCAAyC,EAAE,MAAM,mDAAmD,CAAC;AAC9G,OAAO,EAAE,sCAAsC,EAAE,MAAM,gDAAgD,CAAC;AACvG;;;;;EAKE;AACH,MAAM,WAAW,4CAA4C;IAEzD;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAE/B;;;OAGG;IACH,UAAU,CAAC,EAAE,yCAAyC,CAAC;IAEvD;;;OAGG;IACH,OAAO,CAAC,EAAE,sCAAsC,CAAC;CACpD"}
|
|
@@ -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 { SubnetInfoForDescribeInstancesOutput } from './subnet-info-for-describe-instances-output';
|
|
13
|
+
import { VpcInfoForDescribeInstancesOutput } from './vpc-info-for-describe-instances-output';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface NetworkConfigForDescribeInstancesOutput
|
|
19
|
+
*/
|
|
20
|
+
export interface NetworkConfigForDescribeInstancesOutput {
|
|
21
|
+
/**
|
|
22
|
+
* @type {boolean}
|
|
23
|
+
* @memberof NetworkConfigForDescribeInstancesOutput
|
|
24
|
+
*/
|
|
25
|
+
InnerEndpointEnabled?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* @type {SubnetInfoForDescribeInstancesOutput}
|
|
28
|
+
* @memberof NetworkConfigForDescribeInstancesOutput
|
|
29
|
+
*/
|
|
30
|
+
SubnetInfo?: SubnetInfoForDescribeInstancesOutput;
|
|
31
|
+
/**
|
|
32
|
+
* @type {VpcInfoForDescribeInstancesOutput}
|
|
33
|
+
* @memberof NetworkConfigForDescribeInstancesOutput
|
|
34
|
+
*/
|
|
35
|
+
VpcInfo?: VpcInfoForDescribeInstancesOutput;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=network-config-for-describe-instances-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network-config-for-describe-instances-output.d.ts","sourceRoot":"","sources":["../../../src/types/network-config-for-describe-instances-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,oCAAoC,EAAE,MAAM,6CAA6C,CAAC;AACnG,OAAO,EAAE,iCAAiC,EAAE,MAAM,0CAA0C,CAAC;AAC5F;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAE/B;;;OAGG;IACH,UAAU,CAAC,EAAE,oCAAoC,CAAC;IAElD;;;OAGG;IACH,OAAO,CAAC,EAAE,iCAAiC,CAAC;CAC/C"}
|
|
@@ -0,0 +1,70 @@
|
|
|
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 NodeInfoListForDescribeNodeInfoOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface NodeInfoListForDescribeNodeInfoOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof NodeInfoListForDescribeNodeInfoOutput
|
|
22
|
+
*/
|
|
23
|
+
CreateTime?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof NodeInfoListForDescribeNodeInfoOutput
|
|
27
|
+
*/
|
|
28
|
+
DisplayName?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof NodeInfoListForDescribeNodeInfoOutput
|
|
32
|
+
*/
|
|
33
|
+
NodeName?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof NodeInfoListForDescribeNodeInfoOutput
|
|
37
|
+
*/
|
|
38
|
+
NodeType?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof NodeInfoListForDescribeNodeInfoOutput
|
|
42
|
+
*/
|
|
43
|
+
Status?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof NodeInfoListForDescribeNodeInfoOutput
|
|
47
|
+
*/
|
|
48
|
+
TotalCpu?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof NodeInfoListForDescribeNodeInfoOutput
|
|
52
|
+
*/
|
|
53
|
+
TotalMemInBytes?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof NodeInfoListForDescribeNodeInfoOutput
|
|
57
|
+
*/
|
|
58
|
+
UpdateTime?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof NodeInfoListForDescribeNodeInfoOutput
|
|
62
|
+
*/
|
|
63
|
+
UsedCpu?: string;
|
|
64
|
+
/**
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof NodeInfoListForDescribeNodeInfoOutput
|
|
67
|
+
*/
|
|
68
|
+
UsedMemInBytes?: string;
|
|
69
|
+
}
|
|
70
|
+
//# sourceMappingURL=node-info-list-for-describe-node-info-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node-info-list-for-describe-node-info-output.d.ts","sourceRoot":"","sources":["../../../src/types/node-info-list-for-describe-node-info-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;IAElD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 ReleaseInstanceRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ReleaseInstanceRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ReleaseInstanceRequest
|
|
22
|
+
*/
|
|
23
|
+
InstanceId: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=release-instance-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"release-instance-request.d.ts","sourceRoot":"","sources":["../../../src/types/release-instance-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sBAAsB;IAEnC;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 ReleaseInstanceResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface ReleaseInstanceResponse {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ReleaseInstanceResponse
|
|
22
|
+
*/
|
|
23
|
+
Status?: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=release-instance-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"release-instance-response.d.ts","sourceRoot":"","sources":["../../../src/types/release-instance-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uBAAuB;IAEpC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,41 @@
|
|
|
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 { ComponentSpecListForScaleInstanceInput } from './component-spec-list-for-scale-instance-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ScaleInstanceRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface ScaleInstanceRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<ComponentSpecListForScaleInstanceInput>}
|
|
22
|
+
* @memberof ScaleInstanceRequest
|
|
23
|
+
*/
|
|
24
|
+
ComponentSpecList?: Array<ComponentSpecListForScaleInstanceInput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof ScaleInstanceRequest
|
|
28
|
+
*/
|
|
29
|
+
HaEnabled: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ScaleInstanceRequest
|
|
33
|
+
*/
|
|
34
|
+
InstanceId: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type {boolean}
|
|
37
|
+
* @memberof ScaleInstanceRequest
|
|
38
|
+
*/
|
|
39
|
+
OneStep: boolean;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=scale-instance-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scale-instance-request.d.ts","sourceRoot":"","sources":["../../../src/types/scale-instance-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sCAAsC,EAAE,MAAM,gDAAgD,CAAC;AACvG;;;;;EAKE;AACH,MAAM,WAAW,oBAAoB;IAEjC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,sCAAsC,CAAC,CAAC;IAElE;;;OAGG;IACH,SAAS,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,OAAO,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -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 ScaleInstanceResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface ScaleInstanceResponse {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ScaleInstanceResponse
|
|
22
|
+
*/
|
|
23
|
+
InstanceId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ScaleInstanceResponse
|
|
27
|
+
*/
|
|
28
|
+
OrderNO?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ScaleInstanceResponse
|
|
32
|
+
*/
|
|
33
|
+
TradeConfigId?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=scale-instance-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scale-instance-response.d.ts","sourceRoot":"","sources":["../../../src/types/scale-instance-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qBAAqB;IAElC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 SpecConfigForDescribeInstanceDetailOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface SpecConfigForDescribeInstanceDetailOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SpecConfigForDescribeInstanceDetailOutput
|
|
22
|
+
*/
|
|
23
|
+
CpuNum?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof SpecConfigForDescribeInstanceDetailOutput
|
|
27
|
+
*/
|
|
28
|
+
MemSize?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof SpecConfigForDescribeInstanceDetailOutput
|
|
32
|
+
*/
|
|
33
|
+
NodeCUType?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof SpecConfigForDescribeInstanceDetailOutput
|
|
37
|
+
*/
|
|
38
|
+
NodeNum?: number;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof SpecConfigForDescribeInstanceDetailOutput
|
|
42
|
+
*/
|
|
43
|
+
NodeType?: string;
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=spec-config-for-describe-instance-detail-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spec-config-for-describe-instance-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/spec-config-for-describe-instance-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yCAAyC;IAEtD;;;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"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 SubnetInfoForCreateInstanceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface SubnetInfoForCreateInstanceInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SubnetInfoForCreateInstanceInput
|
|
22
|
+
*/
|
|
23
|
+
SubnetId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SubnetInfoForCreateInstanceInput
|
|
27
|
+
*/
|
|
28
|
+
SubnetName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=subnet-info-for-create-instance-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subnet-info-for-create-instance-input.d.ts","sourceRoot":"","sources":["../../../src/types/subnet-info-for-create-instance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 SubnetInfoForCreateInstanceOneStepInput
|
|
17
|
+
*/
|
|
18
|
+
export interface SubnetInfoForCreateInstanceOneStepInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SubnetInfoForCreateInstanceOneStepInput
|
|
22
|
+
*/
|
|
23
|
+
SubnetId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SubnetInfoForCreateInstanceOneStepInput
|
|
27
|
+
*/
|
|
28
|
+
SubnetName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=subnet-info-for-create-instance-one-step-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subnet-info-for-create-instance-one-step-input.d.ts","sourceRoot":"","sources":["../../../src/types/subnet-info-for-create-instance-one-step-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 SubnetInfoForDescribeInstanceDetailOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface SubnetInfoForDescribeInstanceDetailOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SubnetInfoForDescribeInstanceDetailOutput
|
|
22
|
+
*/
|
|
23
|
+
SubnetId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SubnetInfoForDescribeInstanceDetailOutput
|
|
27
|
+
*/
|
|
28
|
+
SubnetName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=subnet-info-for-describe-instance-detail-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subnet-info-for-describe-instance-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/subnet-info-for-describe-instance-detail-output.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"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 SubnetInfoForDescribeInstancesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface SubnetInfoForDescribeInstancesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SubnetInfoForDescribeInstancesOutput
|
|
22
|
+
*/
|
|
23
|
+
SubnetId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SubnetInfoForDescribeInstancesOutput
|
|
27
|
+
*/
|
|
28
|
+
SubnetName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=subnet-info-for-describe-instances-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subnet-info-for-describe-instances-output.d.ts","sourceRoot":"","sources":["../../../src/types/subnet-info-for-describe-instances-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;IAEjD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 TagFilterForDescribeInstancesInput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagFilterForDescribeInstancesInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagFilterForDescribeInstancesInput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {Array<string>}
|
|
26
|
+
* @memberof TagFilterForDescribeInstancesInput
|
|
27
|
+
*/
|
|
28
|
+
Values?: Array<string>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=tag-filter-for-describe-instances-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-filter-for-describe-instances-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-filter-for-describe-instances-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC1B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 TagFilterForListTagsForResourcesInput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagFilterForListTagsForResourcesInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagFilterForListTagsForResourcesInput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {Array<string>}
|
|
26
|
+
* @memberof TagFilterForListTagsForResourcesInput
|
|
27
|
+
*/
|
|
28
|
+
Values?: Array<string>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=tag-filter-for-list-tags-for-resources-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-filter-for-list-tags-for-resources-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-filter-for-list-tags-for-resources-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;IAElD;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC1B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 TagForCreateInstanceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagForCreateInstanceInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagForCreateInstanceInput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TagForCreateInstanceInput
|
|
27
|
+
*/
|
|
28
|
+
Value?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=tag-for-create-instance-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-for-create-instance-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-for-create-instance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;IAEtC;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 TagForCreateInstanceOneStepInput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagForCreateInstanceOneStepInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagForCreateInstanceOneStepInput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TagForCreateInstanceOneStepInput
|
|
27
|
+
*/
|
|
28
|
+
Value?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=tag-for-create-instance-one-step-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-for-create-instance-one-step-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-for-create-instance-one-step-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 TagForDescribeInstanceDetailOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagForDescribeInstanceDetailOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagForDescribeInstanceDetailOutput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TagForDescribeInstanceDetailOutput
|
|
27
|
+
*/
|
|
28
|
+
Value?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=tag-for-describe-instance-detail-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-for-describe-instance-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/tag-for-describe-instance-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|