@volcengine/pulumi-volcenginecc 0.0.9 → 0.0.10

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.
Files changed (70) hide show
  1. package/apig/gateway.d.ts +237 -0
  2. package/apig/gateway.js +97 -0
  3. package/apig/gateway.js.map +1 -0
  4. package/apig/getGateway.d.ts +113 -0
  5. package/apig/getGateway.js +28 -0
  6. package/apig/getGateway.js.map +1 -0
  7. package/apig/getGateways.d.ts +22 -0
  8. package/apig/getGateways.js +24 -0
  9. package/apig/getGateways.js.map +1 -0
  10. package/apig/index.d.ts +9 -0
  11. package/apig/index.js +12 -1
  12. package/apig/index.js.map +1 -1
  13. package/escloud/getInstance.d.ts +213 -0
  14. package/escloud/getInstance.js +28 -0
  15. package/escloud/getInstance.js.map +1 -0
  16. package/escloud/getInstances.d.ts +22 -0
  17. package/escloud/getInstances.js +24 -0
  18. package/escloud/getInstances.js.map +1 -0
  19. package/escloud/index.d.ts +9 -0
  20. package/escloud/index.js +28 -0
  21. package/escloud/index.js.map +1 -0
  22. package/escloud/instance.d.ts +405 -0
  23. package/escloud/instance.js +147 -0
  24. package/escloud/instance.js.map +1 -0
  25. package/iam/getGroup.d.ts +1 -1
  26. package/iam/group.d.ts +3 -3
  27. package/iam/group.js +2 -2
  28. package/iam/group.js.map +1 -1
  29. package/index.d.ts +3 -1
  30. package/index.js +5 -1
  31. package/index.js.map +1 -1
  32. package/package.json +1 -1
  33. package/rdsmysql/getInstance.d.ts +317 -0
  34. package/rdsmysql/getInstance.js +28 -0
  35. package/rdsmysql/getInstance.js.map +1 -0
  36. package/rdsmysql/getInstances.d.ts +22 -0
  37. package/rdsmysql/getInstances.js +24 -0
  38. package/rdsmysql/getInstances.js.map +1 -0
  39. package/rdsmysql/index.d.ts +9 -0
  40. package/rdsmysql/index.js +12 -1
  41. package/rdsmysql/index.js.map +1 -1
  42. package/rdsmysql/instance.d.ts +675 -0
  43. package/rdsmysql/instance.js +217 -0
  44. package/rdsmysql/instance.js.map +1 -0
  45. package/types/input.d.ts +2239 -736
  46. package/types/output.d.ts +4620 -1537
  47. package/vepfs/getInstance.d.ts +161 -0
  48. package/vepfs/getInstance.js +28 -0
  49. package/vepfs/getInstance.js.map +1 -0
  50. package/vepfs/getInstances.d.ts +22 -0
  51. package/vepfs/getInstances.js +24 -0
  52. package/vepfs/getInstances.js.map +1 -0
  53. package/vepfs/index.d.ts +9 -0
  54. package/vepfs/index.js +28 -0
  55. package/vepfs/index.js.map +1 -0
  56. package/vepfs/instance.d.ts +368 -0
  57. package/vepfs/instance.js +156 -0
  58. package/vepfs/instance.js.map +1 -0
  59. package/vke/getNodePool.d.ts +89 -0
  60. package/vke/getNodePool.js +28 -0
  61. package/vke/getNodePool.js.map +1 -0
  62. package/vke/getNodePools.d.ts +22 -0
  63. package/vke/getNodePools.js +24 -0
  64. package/vke/getNodePools.js.map +1 -0
  65. package/vke/index.d.ts +9 -0
  66. package/vke/index.js +12 -1
  67. package/vke/index.js.map +1 -1
  68. package/vke/nodePool.d.ts +174 -0
  69. package/vke/nodePool.js +85 -0
  70. package/vke/nodePool.js.map +1 -0
@@ -0,0 +1,213 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::ESCloud::Instance
5
+ */
6
+ export declare function getInstance(args: GetInstanceArgs, opts?: pulumi.InvokeOptions): Promise<GetInstanceResult>;
7
+ /**
8
+ * A collection of arguments for invoking getInstance.
9
+ */
10
+ export interface GetInstanceArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getInstance.
18
+ */
19
+ export interface GetInstanceResult {
20
+ /**
21
+ * 是否开启 cerebro。true:开启 cerebrofalse:不开启 cerebro
22
+ */
23
+ readonly cerebroEnabled: boolean;
24
+ /**
25
+ * cerebro 私网访问地址。说明Cerebro 和 Kibana 共享域名。如果是历史实例,访问地址有可能是http(s)://kibana-***开头
26
+ */
27
+ readonly cerebroPrivateDomain: string;
28
+ /**
29
+ * erebro 公网访问地址。说明Cerebro 和 Kibana 共享域名。如果是历史实例,访问地址有可能是http(s)://kibana-***开头。
30
+ */
31
+ readonly cerebroPublicDomain: string;
32
+ /**
33
+ * 实例是否开启了计费。取值说明如下:true:已开启计费false:未开启计费
34
+ */
35
+ readonly chargeEnabled: boolean;
36
+ /**
37
+ * 实例所属集群的 ID。
38
+ */
39
+ readonly clusterId: string;
40
+ /**
41
+ * 实例的创建时间。
42
+ */
43
+ readonly createTime: string;
44
+ /**
45
+ * 实例是否开启私网地址公网解析。true:已开启私网地址公网解析false:未开启私网地址公网解析
46
+ */
47
+ readonly enableEsPrivateDomainPublic: boolean;
48
+ /**
49
+ * 实例是否开启了私网访问。true:默认值,开启私网访问false:未开启私网访问
50
+ */
51
+ readonly enableEsPrivateNetwork: boolean;
52
+ /**
53
+ * 实例是否开启了公网访问。true:已开启公网访问false:未开启公网访问
54
+ */
55
+ readonly enableEsPublicNetwork: boolean;
56
+ /**
57
+ * Kibana 是否开启私网地址公网解析。true:已开启私网地址公网解析false:未开启私网地址公网解析
58
+ */
59
+ readonly enableKibanaPrivateDomainPublic: boolean;
60
+ /**
61
+ * Kibana 是否开启私网访问。true:默认值,已开启私网访问 false:未开启Kibana私网访问
62
+ */
63
+ readonly enableKibanaPrivateNetwork: boolean;
64
+ /**
65
+ * Kibana 是否开启了公网访问。true:已开启公网访问 false:未开启公网访问
66
+ */
67
+ readonly enableKibanaPublicNetwork: boolean;
68
+ /**
69
+ * 实例所绑定的 EIP。
70
+ */
71
+ readonly esEip: string;
72
+ /**
73
+ * 实例所绑定的 EIP 的 ID。
74
+ */
75
+ readonly esEipId: string;
76
+ /**
77
+ * 实例私网访问地址。
78
+ */
79
+ readonly esPrivateEndpoint: string;
80
+ /**
81
+ * 实例私网地址访问白名单。同 ESPrivateIpWhitelist
82
+ */
83
+ readonly esPrivateIpAllowList: string;
84
+ /**
85
+ * 实例私网地址访问白名单。
86
+ */
87
+ readonly esPrivateIpWhitelist: string;
88
+ /**
89
+ * ES公网带宽,单位:Mbps。
90
+ */
91
+ readonly esPubBandwidth: number;
92
+ /**
93
+ * 实例公网访问地址。
94
+ */
95
+ readonly esPublicEndpoint: string;
96
+ /**
97
+ * 实例公网地址访问白名单。同 ESPublicIpWhitelist
98
+ */
99
+ readonly esPublicIpAllowList: string;
100
+ /**
101
+ * 实例公网地址访问白名单。
102
+ */
103
+ readonly esPublicIpWhitelist: string;
104
+ /**
105
+ * 包年包月实例的付费过期时间。
106
+ */
107
+ readonly expireDate: string;
108
+ /**
109
+ * Uniquely identifies the resource.
110
+ */
111
+ readonly id: string;
112
+ /**
113
+ * 实例配置详情信息。
114
+ */
115
+ readonly instanceConfiguration: outputs.escloud.GetInstanceInstanceConfiguration;
116
+ /**
117
+ * 实例 ID。
118
+ */
119
+ readonly instanceId: string;
120
+ /**
121
+ * Kibana 参数配置。
122
+ */
123
+ readonly kibanaConfig: outputs.escloud.GetInstanceKibanaConfig;
124
+ /**
125
+ * Kibana 所绑定的 EIP。
126
+ */
127
+ readonly kibanaEip: string;
128
+ /**
129
+ * Kibana 所绑定的 EIP 的 ID。
130
+ */
131
+ readonly kibanaEipId: string;
132
+ /**
133
+ * Kibana 私网访问地址。说明如果是历史实例,访问地址有可能是http(s)://kibana-***开头。
134
+ */
135
+ readonly kibanaPrivateDomain: string;
136
+ /**
137
+ * Kibana 私网白名单。只有添加到白名单中的 IP 地址才可以访问可视化工具。同 KibanaPrivateIpWhitelist
138
+ */
139
+ readonly kibanaPrivateIpAllowList: string;
140
+ /**
141
+ * Kibana 私网白名单。只有添加到白名单中的 IP 地址才可以访问可视化工具。说明Cerebro 和 Kibana 共用一套白名单。
142
+ */
143
+ readonly kibanaPrivateIpWhitelist: string;
144
+ /**
145
+ * Kibana公网带宽,单位: Mbps
146
+ */
147
+ readonly kibanaPubBandwidth: number;
148
+ /**
149
+ * Kibana 公网访问地址。说明如果是历史实例,访问地址有可能是http(s)://kibana-***开头。
150
+ */
151
+ readonly kibanaPublicDomain: string;
152
+ /**
153
+ * Kibana 公网白名单。只有添加到白名单中的 IP 地址才可以访问可视化工具。同 KibanaPublicIpWhitelist
154
+ */
155
+ readonly kibanaPublicIpAllowList: string;
156
+ /**
157
+ * Kibana 公网白名单。只有添加到白名单中的 IP 地址才可以访问可视化工具。说明Cerebro 和 Kibana 共用一套白名单
158
+ */
159
+ readonly kibanaPublicIpWhitelist: string;
160
+ /**
161
+ * 主可用区
162
+ */
163
+ readonly mainZoneId: string;
164
+ /**
165
+ * 实例的可维护日期。
166
+ */
167
+ readonly maintenanceDays: string[];
168
+ /**
169
+ * 实例的可维护时间段。
170
+ */
171
+ readonly maintenanceTime: string;
172
+ /**
173
+ * 实例当前状态。
174
+ */
175
+ readonly status: string;
176
+ /**
177
+ * 子实例开启情况。
178
+ */
179
+ readonly subInstanceEnable: string;
180
+ /**
181
+ * 企业级 SQL 分析实例配置信息。
182
+ */
183
+ readonly subInstances: outputs.escloud.GetInstanceSubInstance[];
184
+ /**
185
+ * 是否支持冷节点。
186
+ */
187
+ readonly supportColdNode: boolean;
188
+ /**
189
+ * 实例的总节点数。
190
+ */
191
+ readonly totalNodes: number;
192
+ /**
193
+ * 数据迁移任务信息。
194
+ */
195
+ readonly transferInfo: outputs.escloud.GetInstanceTransferInfo;
196
+ /**
197
+ * 实例所有者的用户 ID。
198
+ */
199
+ readonly userId: string;
200
+ }
201
+ /**
202
+ * Data Source schema for Volcengine::ESCloud::Instance
203
+ */
204
+ export declare function getInstanceOutput(args: GetInstanceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetInstanceResult>;
205
+ /**
206
+ * A collection of arguments for invoking getInstance.
207
+ */
208
+ export interface GetInstanceOutputArgs {
209
+ /**
210
+ * Uniquely identifies the resource.
211
+ */
212
+ id: pulumi.Input<string>;
213
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getInstanceOutput = exports.getInstance = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::ESCloud::Instance
10
+ */
11
+ function getInstance(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:escloud/getInstance:getInstance", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getInstance = getInstance;
18
+ /**
19
+ * Data Source schema for Volcengine::ESCloud::Instance
20
+ */
21
+ function getInstanceOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:escloud/getInstance:getInstance", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getInstanceOutput = getInstanceOutput;
28
+ //# sourceMappingURL=getInstance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getInstance.js","sourceRoot":"","sources":["../../escloud/getInstance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAqMD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::ESCloud::Instance
4
+ */
5
+ export declare function getInstances(opts?: pulumi.InvokeOptions): Promise<GetInstancesResult>;
6
+ /**
7
+ * A collection of values returned by getInstances.
8
+ */
9
+ export interface GetInstancesResult {
10
+ /**
11
+ * Uniquely identifies the data source.
12
+ */
13
+ readonly id: string;
14
+ /**
15
+ * Set of Resource Identifiers.
16
+ */
17
+ readonly ids: string[];
18
+ }
19
+ /**
20
+ * Plural Data Source schema for Volcengine::ESCloud::Instance
21
+ */
22
+ export declare function getInstancesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetInstancesResult>;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getInstancesOutput = exports.getInstances = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::ESCloud::Instance
10
+ */
11
+ function getInstances(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:escloud/getInstances:getInstances", {}, opts);
14
+ }
15
+ exports.getInstances = getInstances;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::ESCloud::Instance
18
+ */
19
+ function getInstancesOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:escloud/getInstances:getInstances", {}, opts);
22
+ }
23
+ exports.getInstancesOutput = getInstancesOutput;
24
+ //# sourceMappingURL=getInstances.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getInstances.js","sourceRoot":"","sources":["../../escloud/getInstances.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,YAAY,CAAC,IAA2B;IACpD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE,EAC9E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oCAIC;AAeD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAAiC;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE,EACpF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC"}
@@ -0,0 +1,9 @@
1
+ export { GetInstanceArgs, GetInstanceResult, GetInstanceOutputArgs } from "./getInstance";
2
+ export declare const getInstance: typeof import("./getInstance").getInstance;
3
+ export declare const getInstanceOutput: typeof import("./getInstance").getInstanceOutput;
4
+ export { GetInstancesResult } from "./getInstances";
5
+ export declare const getInstances: typeof import("./getInstances").getInstances;
6
+ export declare const getInstancesOutput: typeof import("./getInstances").getInstancesOutput;
7
+ export { InstanceArgs, InstanceState } from "./instance";
8
+ export type Instance = import("./instance").Instance;
9
+ export declare const Instance: typeof import("./instance").Instance;
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.Instance = exports.getInstancesOutput = exports.getInstances = exports.getInstanceOutput = exports.getInstance = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ exports.getInstance = null;
9
+ exports.getInstanceOutput = null;
10
+ utilities.lazyLoad(exports, ["getInstance", "getInstanceOutput"], () => require("./getInstance"));
11
+ exports.getInstances = null;
12
+ exports.getInstancesOutput = null;
13
+ utilities.lazyLoad(exports, ["getInstances", "getInstancesOutput"], () => require("./getInstances"));
14
+ exports.Instance = null;
15
+ utilities.lazyLoad(exports, ["Instance"], () => require("./instance"));
16
+ const _module = {
17
+ version: utilities.getVersion(),
18
+ construct: (name, type, urn) => {
19
+ switch (type) {
20
+ case "volcenginecc:escloud/instance:Instance":
21
+ return new exports.Instance(name, undefined, { urn });
22
+ default:
23
+ throw new Error(`unknown resource type ${type}`);
24
+ }
25
+ },
26
+ };
27
+ pulumi.runtime.registerResourceModule("volcenginecc", "escloud/instance", _module);
28
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../escloud/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGpF,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIvF,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAGvE,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,wCAAwC;gBACzC,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA"}