@pulumi/oci 1.7.0 → 1.8.0-alpha.1692851796
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/bigdataservice/autoScalingConfiguration.d.ts +3 -3
- package/bigdataservice/bdsInstance.d.ts +49 -87
- package/bigdataservice/bdsInstance.js +8 -82
- package/bigdataservice/bdsInstance.js.map +1 -1
- package/bigdataservice/getAutoScalingConfiguration.d.ts +1 -1
- package/bigdataservice/getBdsInstance.d.ts +10 -0
- package/bigdataservice/getBdsInstance.js.map +1 -1
- package/bigdataservice/getBdsInstanceGetOsPatch.d.ts +104 -0
- package/bigdataservice/getBdsInstanceGetOsPatch.js +55 -0
- package/bigdataservice/getBdsInstanceGetOsPatch.js.map +1 -0
- package/bigdataservice/getBdsInstanceListOsPatches.d.ts +72 -0
- package/bigdataservice/getBdsInstanceListOsPatches.js +52 -0
- package/bigdataservice/getBdsInstanceListOsPatches.js.map +1 -0
- package/bigdataservice/getBdsInstancePatchHistories.d.ts +14 -0
- package/bigdataservice/getBdsInstancePatchHistories.js +3 -0
- package/bigdataservice/getBdsInstancePatchHistories.js.map +1 -1
- package/bigdataservice/index.d.ts +6 -0
- package/bigdataservice/index.js +7 -1
- package/bigdataservice/index.js.map +1 -1
- package/containerengine/containerInstance.d.ts +7 -0
- package/containerengine/containerInstance.js +7 -0
- package/containerengine/containerInstance.js.map +1 -1
- package/core/clusterNetwork.d.ts +37 -6
- package/core/clusterNetwork.js +17 -2
- package/core/clusterNetwork.js.map +1 -1
- package/core/computeCluster.d.ts +18 -12
- package/core/computeCluster.js +10 -4
- package/core/computeCluster.js.map +1 -1
- package/core/drgRouteTableRouteRule.d.ts +9 -0
- package/core/drgRouteTableRouteRule.js.map +1 -1
- package/core/getByoipRange.d.ts +1 -1
- package/core/getClusterNetwork.d.ts +4 -3
- package/core/getClusterNetwork.js +2 -2
- package/core/getClusterNetwork.js.map +1 -1
- package/core/getClusterNetworkInstances.d.ts +2 -2
- package/core/getClusterNetworkInstances.js +2 -2
- package/core/getClusterNetworks.d.ts +4 -2
- package/core/getClusterNetworks.js +4 -2
- package/core/getClusterNetworks.js.map +1 -1
- package/core/getComputeCluster.d.ts +10 -8
- package/core/getComputeCluster.js +4 -2
- package/core/getComputeCluster.js.map +1 -1
- package/core/getComputeClusters.d.ts +2 -2
- package/core/getInstances.d.ts +2 -2
- package/core/getIpv6.d.ts +1 -1
- package/core/getSubnet.d.ts +2 -2
- package/core/getVcn.d.ts +3 -3
- package/core/instance.d.ts +3 -3
- package/core/internetGateway.d.ts +21 -0
- package/core/internetGateway.js +21 -0
- package/core/internetGateway.js.map +1 -1
- package/core/ipv6.d.ts +3 -3
- package/core/privateIp.d.ts +1 -1
- package/core/privateIp.js +1 -1
- package/core/subnet.d.ts +15 -15
- package/core/vcn.d.ts +19 -19
- package/database/autonomousDatabase.d.ts +20 -0
- package/database/autonomousDatabase.js +4 -0
- package/database/autonomousDatabase.js.map +1 -1
- package/database/getAutonomousDatabase.d.ts +8 -0
- package/database/getAutonomousDatabase.js.map +1 -1
- package/dataintegration/getWorkspaceApplication.d.ts +180 -0
- package/dataintegration/getWorkspaceApplication.js +54 -0
- package/dataintegration/getWorkspaceApplication.js.map +1 -0
- package/dataintegration/getWorkspaceApplications.d.ts +125 -0
- package/dataintegration/getWorkspaceApplications.js +64 -0
- package/dataintegration/getWorkspaceApplications.js.map +1 -0
- package/dataintegration/index.d.ts +9 -0
- package/dataintegration/index.js +12 -1
- package/dataintegration/index.js.map +1 -1
- package/dataintegration/workspaceApplication.d.ts +372 -0
- package/dataintegration/workspaceApplication.js +156 -0
- package/dataintegration/workspaceApplication.js.map +1 -0
- package/goldengate/deployment.d.ts +20 -0
- package/goldengate/deployment.js +4 -0
- package/goldengate/deployment.js.map +1 -1
- package/goldengate/getDeployment.d.ts +8 -0
- package/goldengate/getDeployment.js.map +1 -1
- package/goldengate/getDeploymentUpgrade.d.ts +16 -0
- package/goldengate/getDeploymentUpgrade.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +360 -24
- package/types/output.d.ts +1300 -202
|
@@ -93,7 +93,7 @@ export declare class AutoScalingConfiguration extends pulumi.CustomResource {
|
|
|
93
93
|
*/
|
|
94
94
|
readonly isEnabled: pulumi.Output<boolean>;
|
|
95
95
|
/**
|
|
96
|
-
* A node type that is managed by an autoscale configuration. The only supported types are WORKER and
|
|
96
|
+
* A node type that is managed by an autoscale configuration. The only supported types are WORKER, COMPUTE_ONLY_WORKER and KAFKA_BROKER.
|
|
97
97
|
*/
|
|
98
98
|
readonly nodeType: pulumi.Output<string>;
|
|
99
99
|
/**
|
|
@@ -156,7 +156,7 @@ export interface AutoScalingConfigurationState {
|
|
|
156
156
|
*/
|
|
157
157
|
isEnabled?: pulumi.Input<boolean>;
|
|
158
158
|
/**
|
|
159
|
-
* A node type that is managed by an autoscale configuration. The only supported types are WORKER and
|
|
159
|
+
* A node type that is managed by an autoscale configuration. The only supported types are WORKER, COMPUTE_ONLY_WORKER and KAFKA_BROKER.
|
|
160
160
|
*/
|
|
161
161
|
nodeType?: pulumi.Input<string>;
|
|
162
162
|
/**
|
|
@@ -211,7 +211,7 @@ export interface AutoScalingConfigurationArgs {
|
|
|
211
211
|
*/
|
|
212
212
|
isEnabled: pulumi.Input<boolean>;
|
|
213
213
|
/**
|
|
214
|
-
* A node type that is managed by an autoscale configuration. The only supported types are WORKER and
|
|
214
|
+
* A node type that is managed by an autoscale configuration. The only supported types are WORKER, COMPUTE_ONLY_WORKER and KAFKA_BROKER.
|
|
215
215
|
*/
|
|
216
216
|
nodeType: pulumi.Input<string>;
|
|
217
217
|
/**
|
|
@@ -6,88 +6,6 @@ import * as outputs from "../types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* Creates a new BDS instance.
|
|
8
8
|
*
|
|
9
|
-
* ## Example Usage
|
|
10
|
-
*
|
|
11
|
-
* ```typescript
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as oci from "@pulumi/oci";
|
|
14
|
-
*
|
|
15
|
-
* const testBdsInstance = new oci.bigdataservice.BdsInstance("testBdsInstance", {
|
|
16
|
-
* clusterAdminPassword: _var.bds_instance_cluster_admin_password,
|
|
17
|
-
* clusterPublicKey: _var.bds_instance_cluster_public_key,
|
|
18
|
-
* clusterVersion: _var.bds_instance_cluster_version,
|
|
19
|
-
* compartmentId: _var.compartment_id,
|
|
20
|
-
* displayName: _var.bds_instance_display_name,
|
|
21
|
-
* isHighAvailability: _var.bds_instance_is_high_availability,
|
|
22
|
-
* isSecure: _var.bds_instance_is_secure,
|
|
23
|
-
* masterNode: {
|
|
24
|
-
* shape: _var.bds_instance_nodes_shape,
|
|
25
|
-
* subnetId: oci_core_subnet.test_subnet.id,
|
|
26
|
-
* numberOfNodes: _var.bds_instance_number_of_nodes,
|
|
27
|
-
* blockVolumeSizeInGbs: _var.bds_instance_nodes_block_volume_size_in_gbs,
|
|
28
|
-
* shapeConfig: {
|
|
29
|
-
* memoryInGbs: _var.bds_instance_nodes_shape_config_memory_in_gbs,
|
|
30
|
-
* nvmes: _var.bds_instance_nodes_shape_config_nvmes,
|
|
31
|
-
* ocpus: _var.bds_instance_nodes_shape_config_ocpus,
|
|
32
|
-
* },
|
|
33
|
-
* },
|
|
34
|
-
* utilNode: {
|
|
35
|
-
* shape: _var.bds_instance_nodes_shape,
|
|
36
|
-
* subnetId: oci_core_subnet.test_subnet.id,
|
|
37
|
-
* numberOfNodes: _var.bds_instance_number_of_nodes,
|
|
38
|
-
* blockVolumeSizeInGbs: _var.bds_instance_nodes_block_volume_size_in_gbs,
|
|
39
|
-
* shapeConfig: {
|
|
40
|
-
* memoryInGbs: _var.bds_instance_nodes_shape_config_memory_in_gbs,
|
|
41
|
-
* nvmes: _var.bds_instance_nodes_shape_config_nvmes,
|
|
42
|
-
* ocpus: _var.bds_instance_nodes_shape_config_ocpus,
|
|
43
|
-
* },
|
|
44
|
-
* },
|
|
45
|
-
* workerNode: {
|
|
46
|
-
* shape: _var.bds_instance_nodes_shape,
|
|
47
|
-
* subnetId: oci_core_subnet.test_subnet.id,
|
|
48
|
-
* numberOfNodes: _var.bds_instance_number_of_nodes,
|
|
49
|
-
* blockVolumeSizeInGbs: _var.bds_instance_nodes_block_volume_size_in_gbs,
|
|
50
|
-
* shapeConfig: {
|
|
51
|
-
* memoryInGbs: _var.bds_instance_nodes_shape_config_memory_in_gbs,
|
|
52
|
-
* nvmes: _var.bds_instance_nodes_shape_config_nvmes,
|
|
53
|
-
* ocpus: _var.bds_instance_nodes_shape_config_ocpus,
|
|
54
|
-
* },
|
|
55
|
-
* },
|
|
56
|
-
* computeOnlyWorkerNode: {
|
|
57
|
-
* shape: _var.bds_instance_nodes_shape,
|
|
58
|
-
* subnetId: oci_core_subnet.test_subnet.id,
|
|
59
|
-
* numberOfNodes: _var.bds_instance_number_of_nodes,
|
|
60
|
-
* blockVolumeSizeInGbs: _var.bds_instance_nodes_block_volume_size_in_gbs,
|
|
61
|
-
* shapeConfig: {
|
|
62
|
-
* memoryInGbs: _var.bds_instance_nodes_shape_config_memory_in_gbs,
|
|
63
|
-
* nvmes: _var.bds_instance_nodes_shape_config_nvmes,
|
|
64
|
-
* ocpus: _var.bds_instance_nodes_shape_config_ocpus,
|
|
65
|
-
* },
|
|
66
|
-
* },
|
|
67
|
-
* edgeNode: {
|
|
68
|
-
* shape: _var.bds_instance_nodes_shape,
|
|
69
|
-
* subnetId: oci_core_subnet.test_subnet.id,
|
|
70
|
-
* numberOfNodes: _var.bds_instance_number_of_nodes,
|
|
71
|
-
* blockVolumeSizeInGbs: _var.bds_instance_nodes_block_volume_size_in_gbs,
|
|
72
|
-
* shapeConfig: {
|
|
73
|
-
* memoryInGbs: _var.bds_instance_nodes_shape_config_memory_in_gbs,
|
|
74
|
-
* nvmes: _var.bds_instance_nodes_shape_config_nvmes,
|
|
75
|
-
* ocpus: _var.bds_instance_nodes_shape_config_ocpus,
|
|
76
|
-
* },
|
|
77
|
-
* },
|
|
78
|
-
* bootstrapScriptUrl: _var.bds_instance_bootstrap_script_url,
|
|
79
|
-
* clusterProfile: _var.bds_instance_cluster_profile,
|
|
80
|
-
* definedTags: _var.bds_instance_defined_tags,
|
|
81
|
-
* freeformTags: _var.bds_instance_freeform_tags,
|
|
82
|
-
* kerberosRealmName: _var.bds_instance_kerberos_realm_name,
|
|
83
|
-
* kmsKeyId: _var.bds_instance_kms_key_id,
|
|
84
|
-
* networkConfig: {
|
|
85
|
-
* cidrBlock: _var.bds_instance_network_config_cidr_block,
|
|
86
|
-
* isNatGatewayRequired: _var.bds_instance_network_config_is_nat_gateway_required,
|
|
87
|
-
* },
|
|
88
|
-
* });
|
|
89
|
-
* ```
|
|
90
|
-
*
|
|
91
9
|
* ## Import
|
|
92
10
|
*
|
|
93
11
|
* BdsInstances can be imported using the `id`, e.g.
|
|
@@ -178,10 +96,18 @@ export declare class BdsInstance extends pulumi.CustomResource {
|
|
|
178
96
|
* Boolean flag specifying whether or not the cluster is HA
|
|
179
97
|
*/
|
|
180
98
|
readonly isHighAvailability: pulumi.Output<boolean>;
|
|
99
|
+
/**
|
|
100
|
+
* Boolean flag specifying whether or not Kafka should be configured.
|
|
101
|
+
*/
|
|
102
|
+
readonly isKafkaConfigured: pulumi.Output<boolean | undefined>;
|
|
181
103
|
/**
|
|
182
104
|
* Boolean flag specifying whether or not the cluster should be setup as secure.
|
|
183
105
|
*/
|
|
184
106
|
readonly isSecure: pulumi.Output<boolean>;
|
|
107
|
+
/**
|
|
108
|
+
* The kafka broker node in the BDS instance
|
|
109
|
+
*/
|
|
110
|
+
readonly kafkaBrokerNode: pulumi.Output<outputs.BigDataService.BdsInstanceKafkaBrokerNode | undefined>;
|
|
185
111
|
/**
|
|
186
112
|
* The user-defined kerberos realm name.
|
|
187
113
|
*/
|
|
@@ -195,17 +121,25 @@ export declare class BdsInstance extends pulumi.CustomResource {
|
|
|
195
121
|
*/
|
|
196
122
|
readonly masterNode: pulumi.Output<outputs.BigDataService.BdsInstanceMasterNode>;
|
|
197
123
|
/**
|
|
198
|
-
* Additional configuration of
|
|
124
|
+
* Additional configuration of the user's network.
|
|
199
125
|
*/
|
|
200
126
|
readonly networkConfig: pulumi.Output<outputs.BigDataService.BdsInstanceNetworkConfig>;
|
|
201
127
|
/**
|
|
202
|
-
* The list of nodes in the
|
|
128
|
+
* The list of nodes in the Big Data Service cluster.
|
|
203
129
|
*/
|
|
204
130
|
readonly nodes: pulumi.Output<outputs.BigDataService.BdsInstanceNode[]>;
|
|
205
131
|
/**
|
|
206
132
|
* The amount of worker nodes should be created
|
|
207
133
|
*/
|
|
208
134
|
readonly numberOfNodes: pulumi.Output<number>;
|
|
135
|
+
/**
|
|
136
|
+
* Number of nodes that require a maintenance reboot
|
|
137
|
+
*/
|
|
138
|
+
readonly numberOfNodesRequiringMaintenanceReboot: pulumi.Output<number>;
|
|
139
|
+
/**
|
|
140
|
+
* (Updatable) The version of the patch to be upated.
|
|
141
|
+
*/
|
|
142
|
+
readonly osPatchVersion: pulumi.Output<string | undefined>;
|
|
209
143
|
/**
|
|
210
144
|
* (Updatable) The target state for the Bds Instance. Could be set to `ACTIVE` or `INACTIVE` to start/stop the bds instance.
|
|
211
145
|
*/
|
|
@@ -302,10 +236,18 @@ export interface BdsInstanceState {
|
|
|
302
236
|
* Boolean flag specifying whether or not the cluster is HA
|
|
303
237
|
*/
|
|
304
238
|
isHighAvailability?: pulumi.Input<boolean>;
|
|
239
|
+
/**
|
|
240
|
+
* Boolean flag specifying whether or not Kafka should be configured.
|
|
241
|
+
*/
|
|
242
|
+
isKafkaConfigured?: pulumi.Input<boolean>;
|
|
305
243
|
/**
|
|
306
244
|
* Boolean flag specifying whether or not the cluster should be setup as secure.
|
|
307
245
|
*/
|
|
308
246
|
isSecure?: pulumi.Input<boolean>;
|
|
247
|
+
/**
|
|
248
|
+
* The kafka broker node in the BDS instance
|
|
249
|
+
*/
|
|
250
|
+
kafkaBrokerNode?: pulumi.Input<inputs.BigDataService.BdsInstanceKafkaBrokerNode>;
|
|
309
251
|
/**
|
|
310
252
|
* The user-defined kerberos realm name.
|
|
311
253
|
*/
|
|
@@ -319,17 +261,25 @@ export interface BdsInstanceState {
|
|
|
319
261
|
*/
|
|
320
262
|
masterNode?: pulumi.Input<inputs.BigDataService.BdsInstanceMasterNode>;
|
|
321
263
|
/**
|
|
322
|
-
* Additional configuration of
|
|
264
|
+
* Additional configuration of the user's network.
|
|
323
265
|
*/
|
|
324
266
|
networkConfig?: pulumi.Input<inputs.BigDataService.BdsInstanceNetworkConfig>;
|
|
325
267
|
/**
|
|
326
|
-
* The list of nodes in the
|
|
268
|
+
* The list of nodes in the Big Data Service cluster.
|
|
327
269
|
*/
|
|
328
270
|
nodes?: pulumi.Input<pulumi.Input<inputs.BigDataService.BdsInstanceNode>[]>;
|
|
329
271
|
/**
|
|
330
272
|
* The amount of worker nodes should be created
|
|
331
273
|
*/
|
|
332
274
|
numberOfNodes?: pulumi.Input<number>;
|
|
275
|
+
/**
|
|
276
|
+
* Number of nodes that require a maintenance reboot
|
|
277
|
+
*/
|
|
278
|
+
numberOfNodesRequiringMaintenanceReboot?: pulumi.Input<number>;
|
|
279
|
+
/**
|
|
280
|
+
* (Updatable) The version of the patch to be upated.
|
|
281
|
+
*/
|
|
282
|
+
osPatchVersion?: pulumi.Input<string>;
|
|
333
283
|
/**
|
|
334
284
|
* (Updatable) The target state for the Bds Instance. Could be set to `ACTIVE` or `INACTIVE` to start/stop the bds instance.
|
|
335
285
|
*/
|
|
@@ -410,10 +360,18 @@ export interface BdsInstanceArgs {
|
|
|
410
360
|
* Boolean flag specifying whether or not the cluster is HA
|
|
411
361
|
*/
|
|
412
362
|
isHighAvailability: pulumi.Input<boolean>;
|
|
363
|
+
/**
|
|
364
|
+
* Boolean flag specifying whether or not Kafka should be configured.
|
|
365
|
+
*/
|
|
366
|
+
isKafkaConfigured?: pulumi.Input<boolean>;
|
|
413
367
|
/**
|
|
414
368
|
* Boolean flag specifying whether or not the cluster should be setup as secure.
|
|
415
369
|
*/
|
|
416
370
|
isSecure: pulumi.Input<boolean>;
|
|
371
|
+
/**
|
|
372
|
+
* The kafka broker node in the BDS instance
|
|
373
|
+
*/
|
|
374
|
+
kafkaBrokerNode?: pulumi.Input<inputs.BigDataService.BdsInstanceKafkaBrokerNode>;
|
|
417
375
|
/**
|
|
418
376
|
* The user-defined kerberos realm name.
|
|
419
377
|
*/
|
|
@@ -427,9 +385,13 @@ export interface BdsInstanceArgs {
|
|
|
427
385
|
*/
|
|
428
386
|
masterNode: pulumi.Input<inputs.BigDataService.BdsInstanceMasterNode>;
|
|
429
387
|
/**
|
|
430
|
-
* Additional configuration of
|
|
388
|
+
* Additional configuration of the user's network.
|
|
431
389
|
*/
|
|
432
390
|
networkConfig?: pulumi.Input<inputs.BigDataService.BdsInstanceNetworkConfig>;
|
|
391
|
+
/**
|
|
392
|
+
* (Updatable) The version of the patch to be upated.
|
|
393
|
+
*/
|
|
394
|
+
osPatchVersion?: pulumi.Input<string>;
|
|
433
395
|
/**
|
|
434
396
|
* (Updatable) The target state for the Bds Instance. Could be set to `ACTIVE` or `INACTIVE` to start/stop the bds instance.
|
|
435
397
|
*/
|
|
@@ -10,88 +10,6 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Creates a new BDS instance.
|
|
12
12
|
*
|
|
13
|
-
* ## Example Usage
|
|
14
|
-
*
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as oci from "@pulumi/oci";
|
|
18
|
-
*
|
|
19
|
-
* const testBdsInstance = new oci.bigdataservice.BdsInstance("testBdsInstance", {
|
|
20
|
-
* clusterAdminPassword: _var.bds_instance_cluster_admin_password,
|
|
21
|
-
* clusterPublicKey: _var.bds_instance_cluster_public_key,
|
|
22
|
-
* clusterVersion: _var.bds_instance_cluster_version,
|
|
23
|
-
* compartmentId: _var.compartment_id,
|
|
24
|
-
* displayName: _var.bds_instance_display_name,
|
|
25
|
-
* isHighAvailability: _var.bds_instance_is_high_availability,
|
|
26
|
-
* isSecure: _var.bds_instance_is_secure,
|
|
27
|
-
* masterNode: {
|
|
28
|
-
* shape: _var.bds_instance_nodes_shape,
|
|
29
|
-
* subnetId: oci_core_subnet.test_subnet.id,
|
|
30
|
-
* numberOfNodes: _var.bds_instance_number_of_nodes,
|
|
31
|
-
* blockVolumeSizeInGbs: _var.bds_instance_nodes_block_volume_size_in_gbs,
|
|
32
|
-
* shapeConfig: {
|
|
33
|
-
* memoryInGbs: _var.bds_instance_nodes_shape_config_memory_in_gbs,
|
|
34
|
-
* nvmes: _var.bds_instance_nodes_shape_config_nvmes,
|
|
35
|
-
* ocpus: _var.bds_instance_nodes_shape_config_ocpus,
|
|
36
|
-
* },
|
|
37
|
-
* },
|
|
38
|
-
* utilNode: {
|
|
39
|
-
* shape: _var.bds_instance_nodes_shape,
|
|
40
|
-
* subnetId: oci_core_subnet.test_subnet.id,
|
|
41
|
-
* numberOfNodes: _var.bds_instance_number_of_nodes,
|
|
42
|
-
* blockVolumeSizeInGbs: _var.bds_instance_nodes_block_volume_size_in_gbs,
|
|
43
|
-
* shapeConfig: {
|
|
44
|
-
* memoryInGbs: _var.bds_instance_nodes_shape_config_memory_in_gbs,
|
|
45
|
-
* nvmes: _var.bds_instance_nodes_shape_config_nvmes,
|
|
46
|
-
* ocpus: _var.bds_instance_nodes_shape_config_ocpus,
|
|
47
|
-
* },
|
|
48
|
-
* },
|
|
49
|
-
* workerNode: {
|
|
50
|
-
* shape: _var.bds_instance_nodes_shape,
|
|
51
|
-
* subnetId: oci_core_subnet.test_subnet.id,
|
|
52
|
-
* numberOfNodes: _var.bds_instance_number_of_nodes,
|
|
53
|
-
* blockVolumeSizeInGbs: _var.bds_instance_nodes_block_volume_size_in_gbs,
|
|
54
|
-
* shapeConfig: {
|
|
55
|
-
* memoryInGbs: _var.bds_instance_nodes_shape_config_memory_in_gbs,
|
|
56
|
-
* nvmes: _var.bds_instance_nodes_shape_config_nvmes,
|
|
57
|
-
* ocpus: _var.bds_instance_nodes_shape_config_ocpus,
|
|
58
|
-
* },
|
|
59
|
-
* },
|
|
60
|
-
* computeOnlyWorkerNode: {
|
|
61
|
-
* shape: _var.bds_instance_nodes_shape,
|
|
62
|
-
* subnetId: oci_core_subnet.test_subnet.id,
|
|
63
|
-
* numberOfNodes: _var.bds_instance_number_of_nodes,
|
|
64
|
-
* blockVolumeSizeInGbs: _var.bds_instance_nodes_block_volume_size_in_gbs,
|
|
65
|
-
* shapeConfig: {
|
|
66
|
-
* memoryInGbs: _var.bds_instance_nodes_shape_config_memory_in_gbs,
|
|
67
|
-
* nvmes: _var.bds_instance_nodes_shape_config_nvmes,
|
|
68
|
-
* ocpus: _var.bds_instance_nodes_shape_config_ocpus,
|
|
69
|
-
* },
|
|
70
|
-
* },
|
|
71
|
-
* edgeNode: {
|
|
72
|
-
* shape: _var.bds_instance_nodes_shape,
|
|
73
|
-
* subnetId: oci_core_subnet.test_subnet.id,
|
|
74
|
-
* numberOfNodes: _var.bds_instance_number_of_nodes,
|
|
75
|
-
* blockVolumeSizeInGbs: _var.bds_instance_nodes_block_volume_size_in_gbs,
|
|
76
|
-
* shapeConfig: {
|
|
77
|
-
* memoryInGbs: _var.bds_instance_nodes_shape_config_memory_in_gbs,
|
|
78
|
-
* nvmes: _var.bds_instance_nodes_shape_config_nvmes,
|
|
79
|
-
* ocpus: _var.bds_instance_nodes_shape_config_ocpus,
|
|
80
|
-
* },
|
|
81
|
-
* },
|
|
82
|
-
* bootstrapScriptUrl: _var.bds_instance_bootstrap_script_url,
|
|
83
|
-
* clusterProfile: _var.bds_instance_cluster_profile,
|
|
84
|
-
* definedTags: _var.bds_instance_defined_tags,
|
|
85
|
-
* freeformTags: _var.bds_instance_freeform_tags,
|
|
86
|
-
* kerberosRealmName: _var.bds_instance_kerberos_realm_name,
|
|
87
|
-
* kmsKeyId: _var.bds_instance_kms_key_id,
|
|
88
|
-
* networkConfig: {
|
|
89
|
-
* cidrBlock: _var.bds_instance_network_config_cidr_block,
|
|
90
|
-
* isNatGatewayRequired: _var.bds_instance_network_config_is_nat_gateway_required,
|
|
91
|
-
* },
|
|
92
|
-
* });
|
|
93
|
-
* ```
|
|
94
|
-
*
|
|
95
13
|
* ## Import
|
|
96
14
|
*
|
|
97
15
|
* BdsInstances can be imported using the `id`, e.g.
|
|
@@ -145,13 +63,17 @@ class BdsInstance extends pulumi.CustomResource {
|
|
|
145
63
|
resourceInputs["isCloudSqlConfigured"] = state ? state.isCloudSqlConfigured : undefined;
|
|
146
64
|
resourceInputs["isForceStopJobs"] = state ? state.isForceStopJobs : undefined;
|
|
147
65
|
resourceInputs["isHighAvailability"] = state ? state.isHighAvailability : undefined;
|
|
66
|
+
resourceInputs["isKafkaConfigured"] = state ? state.isKafkaConfigured : undefined;
|
|
148
67
|
resourceInputs["isSecure"] = state ? state.isSecure : undefined;
|
|
68
|
+
resourceInputs["kafkaBrokerNode"] = state ? state.kafkaBrokerNode : undefined;
|
|
149
69
|
resourceInputs["kerberosRealmName"] = state ? state.kerberosRealmName : undefined;
|
|
150
70
|
resourceInputs["kmsKeyId"] = state ? state.kmsKeyId : undefined;
|
|
151
71
|
resourceInputs["masterNode"] = state ? state.masterNode : undefined;
|
|
152
72
|
resourceInputs["networkConfig"] = state ? state.networkConfig : undefined;
|
|
153
73
|
resourceInputs["nodes"] = state ? state.nodes : undefined;
|
|
154
74
|
resourceInputs["numberOfNodes"] = state ? state.numberOfNodes : undefined;
|
|
75
|
+
resourceInputs["numberOfNodesRequiringMaintenanceReboot"] = state ? state.numberOfNodesRequiringMaintenanceReboot : undefined;
|
|
76
|
+
resourceInputs["osPatchVersion"] = state ? state.osPatchVersion : undefined;
|
|
155
77
|
resourceInputs["state"] = state ? state.state : undefined;
|
|
156
78
|
resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
|
|
157
79
|
resourceInputs["timeUpdated"] = state ? state.timeUpdated : undefined;
|
|
@@ -205,11 +127,14 @@ class BdsInstance extends pulumi.CustomResource {
|
|
|
205
127
|
resourceInputs["isCloudSqlConfigured"] = args ? args.isCloudSqlConfigured : undefined;
|
|
206
128
|
resourceInputs["isForceStopJobs"] = args ? args.isForceStopJobs : undefined;
|
|
207
129
|
resourceInputs["isHighAvailability"] = args ? args.isHighAvailability : undefined;
|
|
130
|
+
resourceInputs["isKafkaConfigured"] = args ? args.isKafkaConfigured : undefined;
|
|
208
131
|
resourceInputs["isSecure"] = args ? args.isSecure : undefined;
|
|
132
|
+
resourceInputs["kafkaBrokerNode"] = args ? args.kafkaBrokerNode : undefined;
|
|
209
133
|
resourceInputs["kerberosRealmName"] = args ? args.kerberosRealmName : undefined;
|
|
210
134
|
resourceInputs["kmsKeyId"] = args ? args.kmsKeyId : undefined;
|
|
211
135
|
resourceInputs["masterNode"] = args ? args.masterNode : undefined;
|
|
212
136
|
resourceInputs["networkConfig"] = args ? args.networkConfig : undefined;
|
|
137
|
+
resourceInputs["osPatchVersion"] = args ? args.osPatchVersion : undefined;
|
|
213
138
|
resourceInputs["state"] = args ? args.state : undefined;
|
|
214
139
|
resourceInputs["utilNode"] = args ? args.utilNode : undefined;
|
|
215
140
|
resourceInputs["workerNode"] = args ? args.workerNode : undefined;
|
|
@@ -217,6 +142,7 @@ class BdsInstance extends pulumi.CustomResource {
|
|
|
217
142
|
resourceInputs["createdBy"] = undefined /*out*/;
|
|
218
143
|
resourceInputs["nodes"] = undefined /*out*/;
|
|
219
144
|
resourceInputs["numberOfNodes"] = undefined /*out*/;
|
|
145
|
+
resourceInputs["numberOfNodesRequiringMaintenanceReboot"] = undefined /*out*/;
|
|
220
146
|
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
221
147
|
resourceInputs["timeUpdated"] = undefined /*out*/;
|
|
222
148
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bdsInstance.js","sourceRoot":"","sources":["../../bigdataservice/bdsInstance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"bdsInstance.js","sourceRoot":"","sources":["../../bigdataservice/bdsInstance.ts"],"names":[],"mappings":"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"}
|
|
@@ -48,7 +48,7 @@ export interface GetAutoScalingConfigurationResult {
|
|
|
48
48
|
readonly id: string;
|
|
49
49
|
readonly isEnabled: boolean;
|
|
50
50
|
/**
|
|
51
|
-
* A node type that is managed by an autoscale configuration. The only supported types are WORKER
|
|
51
|
+
* A node type that is managed by an autoscale configuration. The only supported types are WORKER, COMPUTE_ONLY_WORKER, KAFKA_BROKER.
|
|
52
52
|
*/
|
|
53
53
|
readonly nodeType: string;
|
|
54
54
|
/**
|
|
@@ -92,10 +92,15 @@ export interface GetBdsInstanceResult {
|
|
|
92
92
|
* Boolean flag specifying whether or not the cluster is highly available (HA)
|
|
93
93
|
*/
|
|
94
94
|
readonly isHighAvailability: boolean;
|
|
95
|
+
/**
|
|
96
|
+
* Boolean flag specifying whether or not Kafka should be configured.
|
|
97
|
+
*/
|
|
98
|
+
readonly isKafkaConfigured: boolean;
|
|
95
99
|
/**
|
|
96
100
|
* Boolean flag specifying whether or not the cluster should be set up as secure.
|
|
97
101
|
*/
|
|
98
102
|
readonly isSecure: boolean;
|
|
103
|
+
readonly kafkaBrokerNodes: outputs.BigDataService.GetBdsInstanceKafkaBrokerNode[];
|
|
99
104
|
readonly kerberosRealmName: string;
|
|
100
105
|
/**
|
|
101
106
|
* The OCID of the Key Management master encryption key.
|
|
@@ -114,6 +119,11 @@ export interface GetBdsInstanceResult {
|
|
|
114
119
|
* The number of nodes that form the cluster.
|
|
115
120
|
*/
|
|
116
121
|
readonly numberOfNodes: number;
|
|
122
|
+
/**
|
|
123
|
+
* Number of nodes that require a maintenance reboot
|
|
124
|
+
*/
|
|
125
|
+
readonly numberOfNodesRequiringMaintenanceReboot: number;
|
|
126
|
+
readonly osPatchVersion: string;
|
|
117
127
|
/**
|
|
118
128
|
* The state of the cluster.
|
|
119
129
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBdsInstance.js","sourceRoot":"","sources":["../../bigdataservice/getBdsInstance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAEhF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC;
|
|
1
|
+
{"version":3,"file":"getBdsInstance.js","sourceRoot":"","sources":["../../bigdataservice/getBdsInstance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAEhF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC;AAyHD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This data source provides the list of Bds Instance Get Os Patch in Oracle Cloud Infrastructure Big Data Service service.
|
|
6
|
+
*
|
|
7
|
+
* Get the details of an os patch
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testBdsInstanceGetOsPatch = oci.BigDataService.getBdsInstanceGetOsPatch({
|
|
16
|
+
* bdsInstanceId: oci_bds_bds_instance.test_bds_instance.id,
|
|
17
|
+
* osPatchVersion: _var.bds_instance_get_os_patch_os_patch_version,
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare function getBdsInstanceGetOsPatch(args: GetBdsInstanceGetOsPatchArgs, opts?: pulumi.InvokeOptions): Promise<GetBdsInstanceGetOsPatchResult>;
|
|
22
|
+
/**
|
|
23
|
+
* A collection of arguments for invoking getBdsInstanceGetOsPatch.
|
|
24
|
+
*/
|
|
25
|
+
export interface GetBdsInstanceGetOsPatchArgs {
|
|
26
|
+
/**
|
|
27
|
+
* The OCID of the cluster.
|
|
28
|
+
*/
|
|
29
|
+
bdsInstanceId: string;
|
|
30
|
+
filters?: inputs.BigDataService.GetBdsInstanceGetOsPatchFilter[];
|
|
31
|
+
/**
|
|
32
|
+
* The version of the OS patch.
|
|
33
|
+
*/
|
|
34
|
+
osPatchVersion: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* A collection of values returned by getBdsInstanceGetOsPatch.
|
|
38
|
+
*/
|
|
39
|
+
export interface GetBdsInstanceGetOsPatchResult {
|
|
40
|
+
readonly bdsInstanceId: string;
|
|
41
|
+
readonly filters?: outputs.BigDataService.GetBdsInstanceGetOsPatchFilter[];
|
|
42
|
+
/**
|
|
43
|
+
* The provider-assigned unique ID for this managed resource.
|
|
44
|
+
*/
|
|
45
|
+
readonly id: string;
|
|
46
|
+
/**
|
|
47
|
+
* Minimum BDS version required to install current OS patch.
|
|
48
|
+
*/
|
|
49
|
+
readonly minBdsVersion: string;
|
|
50
|
+
/**
|
|
51
|
+
* Map of major ODH version to minimum ODH version required to install current OS patch. e.g. {ODH0.9: 0.9.1}
|
|
52
|
+
*/
|
|
53
|
+
readonly minCompatibleOdhVersionMap: {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* Version of the os patch.
|
|
58
|
+
*/
|
|
59
|
+
readonly osPatchVersion: string;
|
|
60
|
+
/**
|
|
61
|
+
* Type of a specific os patch. REGULAR means standard released os patches. CUSTOM means os patches with some customizations. EMERGENT means os patches with some emergency fixes that should be prioritized.
|
|
62
|
+
*/
|
|
63
|
+
readonly patchType: string;
|
|
64
|
+
/**
|
|
65
|
+
* Released date of the OS patch.
|
|
66
|
+
*/
|
|
67
|
+
readonly releaseDate: string;
|
|
68
|
+
/**
|
|
69
|
+
* List of summaries of individual target packages.
|
|
70
|
+
*/
|
|
71
|
+
readonly targetPackages: outputs.BigDataService.GetBdsInstanceGetOsPatchTargetPackage[];
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* This data source provides the list of Bds Instance Get Os Patch in Oracle Cloud Infrastructure Big Data Service service.
|
|
75
|
+
*
|
|
76
|
+
* Get the details of an os patch
|
|
77
|
+
*
|
|
78
|
+
* ## Example Usage
|
|
79
|
+
*
|
|
80
|
+
* ```typescript
|
|
81
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
82
|
+
* import * as oci from "@pulumi/oci";
|
|
83
|
+
*
|
|
84
|
+
* const testBdsInstanceGetOsPatch = oci.BigDataService.getBdsInstanceGetOsPatch({
|
|
85
|
+
* bdsInstanceId: oci_bds_bds_instance.test_bds_instance.id,
|
|
86
|
+
* osPatchVersion: _var.bds_instance_get_os_patch_os_patch_version,
|
|
87
|
+
* });
|
|
88
|
+
* ```
|
|
89
|
+
*/
|
|
90
|
+
export declare function getBdsInstanceGetOsPatchOutput(args: GetBdsInstanceGetOsPatchOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBdsInstanceGetOsPatchResult>;
|
|
91
|
+
/**
|
|
92
|
+
* A collection of arguments for invoking getBdsInstanceGetOsPatch.
|
|
93
|
+
*/
|
|
94
|
+
export interface GetBdsInstanceGetOsPatchOutputArgs {
|
|
95
|
+
/**
|
|
96
|
+
* The OCID of the cluster.
|
|
97
|
+
*/
|
|
98
|
+
bdsInstanceId: pulumi.Input<string>;
|
|
99
|
+
filters?: pulumi.Input<pulumi.Input<inputs.BigDataService.GetBdsInstanceGetOsPatchFilterArgs>[]>;
|
|
100
|
+
/**
|
|
101
|
+
* The version of the OS patch.
|
|
102
|
+
*/
|
|
103
|
+
osPatchVersion: pulumi.Input<string>;
|
|
104
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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.getBdsInstanceGetOsPatchOutput = exports.getBdsInstanceGetOsPatch = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Bds Instance Get Os Patch in Oracle Cloud Infrastructure Big Data Service service.
|
|
10
|
+
*
|
|
11
|
+
* Get the details of an os patch
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testBdsInstanceGetOsPatch = oci.BigDataService.getBdsInstanceGetOsPatch({
|
|
20
|
+
* bdsInstanceId: oci_bds_bds_instance.test_bds_instance.id,
|
|
21
|
+
* osPatchVersion: _var.bds_instance_get_os_patch_os_patch_version,
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function getBdsInstanceGetOsPatch(args, opts) {
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invoke("oci:BigDataService/getBdsInstanceGetOsPatch:getBdsInstanceGetOsPatch", {
|
|
28
|
+
"bdsInstanceId": args.bdsInstanceId,
|
|
29
|
+
"filters": args.filters,
|
|
30
|
+
"osPatchVersion": args.osPatchVersion,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.getBdsInstanceGetOsPatch = getBdsInstanceGetOsPatch;
|
|
34
|
+
/**
|
|
35
|
+
* This data source provides the list of Bds Instance Get Os Patch in Oracle Cloud Infrastructure Big Data Service service.
|
|
36
|
+
*
|
|
37
|
+
* Get the details of an os patch
|
|
38
|
+
*
|
|
39
|
+
* ## Example Usage
|
|
40
|
+
*
|
|
41
|
+
* ```typescript
|
|
42
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
43
|
+
* import * as oci from "@pulumi/oci";
|
|
44
|
+
*
|
|
45
|
+
* const testBdsInstanceGetOsPatch = oci.BigDataService.getBdsInstanceGetOsPatch({
|
|
46
|
+
* bdsInstanceId: oci_bds_bds_instance.test_bds_instance.id,
|
|
47
|
+
* osPatchVersion: _var.bds_instance_get_os_patch_os_patch_version,
|
|
48
|
+
* });
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
function getBdsInstanceGetOsPatchOutput(args, opts) {
|
|
52
|
+
return pulumi.output(args).apply((a) => getBdsInstanceGetOsPatch(a, opts));
|
|
53
|
+
}
|
|
54
|
+
exports.getBdsInstanceGetOsPatchOutput = getBdsInstanceGetOsPatchOutput;
|
|
55
|
+
//# sourceMappingURL=getBdsInstanceGetOsPatch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBdsInstanceGetOsPatch.js","sourceRoot":"","sources":["../../bigdataservice/getBdsInstanceGetOsPatch.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IAEpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4DAQC;AAoDD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnF,CAAC;AAFD,wEAEC"}
|