pulumi-oci 2.19.0a1734003732__py3-none-any.whl → 2.20.0__py3-none-any.whl
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.
- pulumi_oci/__init__.py +16 -0
- pulumi_oci/bigdataservice/__init__.py +4 -0
- pulumi_oci/bigdataservice/_inputs.py +672 -6
- pulumi_oci/bigdataservice/bds_instance.py +169 -7
- pulumi_oci/bigdataservice/bds_instance_api_key.py +66 -3
- pulumi_oci/bigdataservice/bds_instance_identity_configuration.py +859 -0
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +4 -0
- pulumi_oci/bigdataservice/get_bds_cluster_versions.py +123 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +48 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +17 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +3 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py +322 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configurations.py +207 -0
- pulumi_oci/bigdataservice/outputs.py +1466 -98
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/outputs.py +2 -2
- pulumi_oci/core/outputs.py +4 -0
- pulumi_oci/database/autonomous_database.py +47 -0
- pulumi_oci/database/exadb_vm_cluster.py +104 -0
- pulumi_oci/database/get_autonomous_database.py +15 -1
- pulumi_oci/database/outputs.py +22 -0
- pulumi_oci/datascience/_inputs.py +32 -12
- pulumi_oci/datascience/get_job_run.py +3 -3
- pulumi_oci/datascience/get_job_runs.py +2 -2
- pulumi_oci/datascience/job_run.py +7 -7
- pulumi_oci/datascience/model_deployment.py +2 -0
- pulumi_oci/datascience/outputs.py +62 -26
- pulumi_oci/generativeai/dedicated_ai_cluster.py +21 -0
- pulumi_oci/goldengate/__init__.py +7 -0
- pulumi_oci/goldengate/_inputs.py +665 -0
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/goldengate/get_pipeline.py +408 -0
- pulumi_oci/goldengate/get_pipeline_running_processes.py +144 -0
- pulumi_oci/goldengate/get_pipeline_schema_tables.py +207 -0
- pulumi_oci/goldengate/get_pipeline_schemas.py +163 -0
- pulumi_oci/goldengate/get_pipelines.py +213 -0
- pulumi_oci/goldengate/get_recipes.py +188 -0
- pulumi_oci/goldengate/get_trail_files.py +4 -2
- pulumi_oci/goldengate/get_trail_sequences.py +4 -2
- pulumi_oci/goldengate/outputs.py +1500 -0
- pulumi_oci/goldengate/pipeline.py +928 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +94 -14
- pulumi_oci/stackmonitoring/get_metric_extensions.py +22 -3
- pulumi_oci/stackmonitoring/metric_extension.py +8 -0
- pulumi_oci/stackmonitoring/outputs.py +166 -24
- {pulumi_oci-2.19.0a1734003732.dist-info → pulumi_oci-2.20.0.dist-info}/METADATA +3 -3
- {pulumi_oci-2.19.0a1734003732.dist-info → pulumi_oci-2.20.0.dist-info}/RECORD +50 -39
- {pulumi_oci-2.19.0a1734003732.dist-info → pulumi_oci-2.20.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.19.0a1734003732.dist-info → pulumi_oci-2.20.0.dist-info}/top_level.txt +0 -0
@@ -203,6 +203,8 @@ class BdsInstancePatchAction(pulumi.CustomResource):
|
|
203
203
|
patching_config={
|
204
204
|
"patching_config_strategy": bds_instance_patch_action_patching_config_patching_config_strategy,
|
205
205
|
"batch_size": bds_instance_patch_action_patching_config_batch_size,
|
206
|
+
"tolerance_threshold_per_batch": bds_instance_patch_action_patching_config_tolerance_threshold_per_batch,
|
207
|
+
"tolerance_threshold_per_domain": bds_instance_patch_action_patching_config_tolerance_threshold_per_domain,
|
206
208
|
"wait_time_between_batch_in_seconds": bds_instance_patch_action_patching_config_wait_time_between_batch_in_seconds,
|
207
209
|
"wait_time_between_domain_in_seconds": bds_instance_patch_action_patching_config_wait_time_between_domain_in_seconds,
|
208
210
|
})
|
@@ -247,6 +249,8 @@ class BdsInstancePatchAction(pulumi.CustomResource):
|
|
247
249
|
patching_config={
|
248
250
|
"patching_config_strategy": bds_instance_patch_action_patching_config_patching_config_strategy,
|
249
251
|
"batch_size": bds_instance_patch_action_patching_config_batch_size,
|
252
|
+
"tolerance_threshold_per_batch": bds_instance_patch_action_patching_config_tolerance_threshold_per_batch,
|
253
|
+
"tolerance_threshold_per_domain": bds_instance_patch_action_patching_config_tolerance_threshold_per_domain,
|
250
254
|
"wait_time_between_batch_in_seconds": bds_instance_patch_action_patching_config_wait_time_between_batch_in_seconds,
|
251
255
|
"wait_time_between_domain_in_seconds": bds_instance_patch_action_patching_config_wait_time_between_domain_in_seconds,
|
252
256
|
})
|
@@ -0,0 +1,123 @@
|
|
1
|
+
# coding=utf-8
|
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
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
18
|
+
|
19
|
+
__all__ = [
|
20
|
+
'GetBdsClusterVersionsResult',
|
21
|
+
'AwaitableGetBdsClusterVersionsResult',
|
22
|
+
'get_bds_cluster_versions',
|
23
|
+
'get_bds_cluster_versions_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetBdsClusterVersionsResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getBdsClusterVersions.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, bds_cluster_versions=None, filters=None, id=None):
|
32
|
+
if bds_cluster_versions and not isinstance(bds_cluster_versions, list):
|
33
|
+
raise TypeError("Expected argument 'bds_cluster_versions' to be a list")
|
34
|
+
pulumi.set(__self__, "bds_cluster_versions", bds_cluster_versions)
|
35
|
+
if filters and not isinstance(filters, list):
|
36
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
37
|
+
pulumi.set(__self__, "filters", filters)
|
38
|
+
if id and not isinstance(id, str):
|
39
|
+
raise TypeError("Expected argument 'id' to be a str")
|
40
|
+
pulumi.set(__self__, "id", id)
|
41
|
+
|
42
|
+
@property
|
43
|
+
@pulumi.getter(name="bdsClusterVersions")
|
44
|
+
def bds_cluster_versions(self) -> Sequence['outputs.GetBdsClusterVersionsBdsClusterVersionResult']:
|
45
|
+
"""
|
46
|
+
The list of bds_cluster_versions.
|
47
|
+
"""
|
48
|
+
return pulumi.get(self, "bds_cluster_versions")
|
49
|
+
|
50
|
+
@property
|
51
|
+
@pulumi.getter
|
52
|
+
def filters(self) -> Optional[Sequence['outputs.GetBdsClusterVersionsFilterResult']]:
|
53
|
+
return pulumi.get(self, "filters")
|
54
|
+
|
55
|
+
@property
|
56
|
+
@pulumi.getter
|
57
|
+
def id(self) -> str:
|
58
|
+
"""
|
59
|
+
The provider-assigned unique ID for this managed resource.
|
60
|
+
"""
|
61
|
+
return pulumi.get(self, "id")
|
62
|
+
|
63
|
+
|
64
|
+
class AwaitableGetBdsClusterVersionsResult(GetBdsClusterVersionsResult):
|
65
|
+
# pylint: disable=using-constant-test
|
66
|
+
def __await__(self):
|
67
|
+
if False:
|
68
|
+
yield self
|
69
|
+
return GetBdsClusterVersionsResult(
|
70
|
+
bds_cluster_versions=self.bds_cluster_versions,
|
71
|
+
filters=self.filters,
|
72
|
+
id=self.id)
|
73
|
+
|
74
|
+
|
75
|
+
def get_bds_cluster_versions(filters: Optional[Sequence[Union['GetBdsClusterVersionsFilterArgs', 'GetBdsClusterVersionsFilterArgsDict']]] = None,
|
76
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBdsClusterVersionsResult:
|
77
|
+
"""
|
78
|
+
This data source provides the list of Bds Cluster Versions in Oracle Cloud Infrastructure Big Data Service service.
|
79
|
+
|
80
|
+
Returns a list of cluster versions with associated odh and bds versions.
|
81
|
+
|
82
|
+
## Example Usage
|
83
|
+
|
84
|
+
```python
|
85
|
+
import pulumi
|
86
|
+
import pulumi_oci as oci
|
87
|
+
|
88
|
+
test_bds_cluster_versions = oci.BigDataService.get_bds_cluster_versions()
|
89
|
+
```
|
90
|
+
"""
|
91
|
+
__args__ = dict()
|
92
|
+
__args__['filters'] = filters
|
93
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
94
|
+
__ret__ = pulumi.runtime.invoke('oci:BigDataService/getBdsClusterVersions:getBdsClusterVersions', __args__, opts=opts, typ=GetBdsClusterVersionsResult).value
|
95
|
+
|
96
|
+
return AwaitableGetBdsClusterVersionsResult(
|
97
|
+
bds_cluster_versions=pulumi.get(__ret__, 'bds_cluster_versions'),
|
98
|
+
filters=pulumi.get(__ret__, 'filters'),
|
99
|
+
id=pulumi.get(__ret__, 'id'))
|
100
|
+
def get_bds_cluster_versions_output(filters: Optional[pulumi.Input[Optional[Sequence[Union['GetBdsClusterVersionsFilterArgs', 'GetBdsClusterVersionsFilterArgsDict']]]]] = None,
|
101
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBdsClusterVersionsResult]:
|
102
|
+
"""
|
103
|
+
This data source provides the list of Bds Cluster Versions in Oracle Cloud Infrastructure Big Data Service service.
|
104
|
+
|
105
|
+
Returns a list of cluster versions with associated odh and bds versions.
|
106
|
+
|
107
|
+
## Example Usage
|
108
|
+
|
109
|
+
```python
|
110
|
+
import pulumi
|
111
|
+
import pulumi_oci as oci
|
112
|
+
|
113
|
+
test_bds_cluster_versions = oci.BigDataService.get_bds_cluster_versions()
|
114
|
+
```
|
115
|
+
"""
|
116
|
+
__args__ = dict()
|
117
|
+
__args__['filters'] = filters
|
118
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
119
|
+
__ret__ = pulumi.runtime.invoke_output('oci:BigDataService/getBdsClusterVersions:getBdsClusterVersions', __args__, opts=opts, typ=GetBdsClusterVersionsResult)
|
120
|
+
return __ret__.apply(lambda __response__: GetBdsClusterVersionsResult(
|
121
|
+
bds_cluster_versions=pulumi.get(__response__, 'bds_cluster_versions'),
|
122
|
+
filters=pulumi.get(__response__, 'filters'),
|
123
|
+
id=pulumi.get(__response__, 'id')))
|
@@ -27,7 +27,10 @@ class GetBdsInstanceResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getBdsInstance.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, bds_instance_id=None, bootstrap_script_url=None, cloud_sql_details=None, cluster_admin_password=None, cluster_details=None, cluster_profile=None, cluster_public_key=None, cluster_version=None, compartment_id=None, compute_only_worker_nodes=None, created_by=None, defined_tags=None, display_name=None, edge_nodes=None, freeform_tags=None, id=None, ignore_existing_nodes_shapes=None, is_cloud_sql_configured=None, is_force_stop_jobs=None, is_high_availability=None, is_kafka_configured=None, is_secure=None, kafka_broker_nodes=None, kerberos_realm_name=None, kms_key_id=None, master_nodes=None, network_configs=None, nodes=None, number_of_nodes=None, number_of_nodes_requiring_maintenance_reboot=None, os_patch_version=None, state=None, time_created=None, time_updated=None, util_nodes=None, worker_nodes=None):
|
30
|
+
def __init__(__self__, bds_cluster_version_summaries=None, bds_instance_id=None, bootstrap_script_url=None, cloud_sql_details=None, cluster_admin_password=None, cluster_details=None, cluster_profile=None, cluster_public_key=None, cluster_version=None, compartment_id=None, compute_only_worker_nodes=None, created_by=None, defined_tags=None, display_name=None, edge_nodes=None, freeform_tags=None, id=None, ignore_existing_nodes_shapes=None, is_cloud_sql_configured=None, is_force_remove_enabled=None, is_force_stop_jobs=None, is_high_availability=None, is_kafka_configured=None, is_secure=None, kafka_broker_nodes=None, kerberos_realm_name=None, kms_key_id=None, master_nodes=None, network_configs=None, nodes=None, number_of_nodes=None, number_of_nodes_requiring_maintenance_reboot=None, os_patch_version=None, remove_node=None, start_cluster_shape_configs=None, state=None, time_created=None, time_updated=None, util_nodes=None, worker_nodes=None):
|
31
|
+
if bds_cluster_version_summaries and not isinstance(bds_cluster_version_summaries, list):
|
32
|
+
raise TypeError("Expected argument 'bds_cluster_version_summaries' to be a list")
|
33
|
+
pulumi.set(__self__, "bds_cluster_version_summaries", bds_cluster_version_summaries)
|
31
34
|
if bds_instance_id and not isinstance(bds_instance_id, str):
|
32
35
|
raise TypeError("Expected argument 'bds_instance_id' to be a str")
|
33
36
|
pulumi.set(__self__, "bds_instance_id", bds_instance_id)
|
@@ -82,6 +85,9 @@ class GetBdsInstanceResult:
|
|
82
85
|
if is_cloud_sql_configured and not isinstance(is_cloud_sql_configured, bool):
|
83
86
|
raise TypeError("Expected argument 'is_cloud_sql_configured' to be a bool")
|
84
87
|
pulumi.set(__self__, "is_cloud_sql_configured", is_cloud_sql_configured)
|
88
|
+
if is_force_remove_enabled and not isinstance(is_force_remove_enabled, bool):
|
89
|
+
raise TypeError("Expected argument 'is_force_remove_enabled' to be a bool")
|
90
|
+
pulumi.set(__self__, "is_force_remove_enabled", is_force_remove_enabled)
|
85
91
|
if is_force_stop_jobs and not isinstance(is_force_stop_jobs, bool):
|
86
92
|
raise TypeError("Expected argument 'is_force_stop_jobs' to be a bool")
|
87
93
|
pulumi.set(__self__, "is_force_stop_jobs", is_force_stop_jobs)
|
@@ -121,6 +127,12 @@ class GetBdsInstanceResult:
|
|
121
127
|
if os_patch_version and not isinstance(os_patch_version, str):
|
122
128
|
raise TypeError("Expected argument 'os_patch_version' to be a str")
|
123
129
|
pulumi.set(__self__, "os_patch_version", os_patch_version)
|
130
|
+
if remove_node and not isinstance(remove_node, str):
|
131
|
+
raise TypeError("Expected argument 'remove_node' to be a str")
|
132
|
+
pulumi.set(__self__, "remove_node", remove_node)
|
133
|
+
if start_cluster_shape_configs and not isinstance(start_cluster_shape_configs, list):
|
134
|
+
raise TypeError("Expected argument 'start_cluster_shape_configs' to be a list")
|
135
|
+
pulumi.set(__self__, "start_cluster_shape_configs", start_cluster_shape_configs)
|
124
136
|
if state and not isinstance(state, str):
|
125
137
|
raise TypeError("Expected argument 'state' to be a str")
|
126
138
|
pulumi.set(__self__, "state", state)
|
@@ -137,6 +149,14 @@ class GetBdsInstanceResult:
|
|
137
149
|
raise TypeError("Expected argument 'worker_nodes' to be a list")
|
138
150
|
pulumi.set(__self__, "worker_nodes", worker_nodes)
|
139
151
|
|
152
|
+
@property
|
153
|
+
@pulumi.getter(name="bdsClusterVersionSummaries")
|
154
|
+
def bds_cluster_version_summaries(self) -> Sequence['outputs.GetBdsInstanceBdsClusterVersionSummaryResult']:
|
155
|
+
"""
|
156
|
+
Cluster version details including bds and odh version information.
|
157
|
+
"""
|
158
|
+
return pulumi.get(self, "bds_cluster_version_summaries")
|
159
|
+
|
140
160
|
@property
|
141
161
|
@pulumi.getter(name="bdsInstanceId")
|
142
162
|
def bds_instance_id(self) -> str:
|
@@ -263,6 +283,11 @@ class GetBdsInstanceResult:
|
|
263
283
|
"""
|
264
284
|
return pulumi.get(self, "is_cloud_sql_configured")
|
265
285
|
|
286
|
+
@property
|
287
|
+
@pulumi.getter(name="isForceRemoveEnabled")
|
288
|
+
def is_force_remove_enabled(self) -> bool:
|
289
|
+
return pulumi.get(self, "is_force_remove_enabled")
|
290
|
+
|
266
291
|
@property
|
267
292
|
@pulumi.getter(name="isForceStopJobs")
|
268
293
|
def is_force_stop_jobs(self) -> bool:
|
@@ -352,6 +377,16 @@ class GetBdsInstanceResult:
|
|
352
377
|
def os_patch_version(self) -> str:
|
353
378
|
return pulumi.get(self, "os_patch_version")
|
354
379
|
|
380
|
+
@property
|
381
|
+
@pulumi.getter(name="removeNode")
|
382
|
+
def remove_node(self) -> str:
|
383
|
+
return pulumi.get(self, "remove_node")
|
384
|
+
|
385
|
+
@property
|
386
|
+
@pulumi.getter(name="startClusterShapeConfigs")
|
387
|
+
def start_cluster_shape_configs(self) -> Sequence['outputs.GetBdsInstanceStartClusterShapeConfigResult']:
|
388
|
+
return pulumi.get(self, "start_cluster_shape_configs")
|
389
|
+
|
355
390
|
@property
|
356
391
|
@pulumi.getter
|
357
392
|
def state(self) -> str:
|
@@ -393,6 +428,7 @@ class AwaitableGetBdsInstanceResult(GetBdsInstanceResult):
|
|
393
428
|
if False:
|
394
429
|
yield self
|
395
430
|
return GetBdsInstanceResult(
|
431
|
+
bds_cluster_version_summaries=self.bds_cluster_version_summaries,
|
396
432
|
bds_instance_id=self.bds_instance_id,
|
397
433
|
bootstrap_script_url=self.bootstrap_script_url,
|
398
434
|
cloud_sql_details=self.cloud_sql_details,
|
@@ -411,6 +447,7 @@ class AwaitableGetBdsInstanceResult(GetBdsInstanceResult):
|
|
411
447
|
id=self.id,
|
412
448
|
ignore_existing_nodes_shapes=self.ignore_existing_nodes_shapes,
|
413
449
|
is_cloud_sql_configured=self.is_cloud_sql_configured,
|
450
|
+
is_force_remove_enabled=self.is_force_remove_enabled,
|
414
451
|
is_force_stop_jobs=self.is_force_stop_jobs,
|
415
452
|
is_high_availability=self.is_high_availability,
|
416
453
|
is_kafka_configured=self.is_kafka_configured,
|
@@ -424,6 +461,8 @@ class AwaitableGetBdsInstanceResult(GetBdsInstanceResult):
|
|
424
461
|
number_of_nodes=self.number_of_nodes,
|
425
462
|
number_of_nodes_requiring_maintenance_reboot=self.number_of_nodes_requiring_maintenance_reboot,
|
426
463
|
os_patch_version=self.os_patch_version,
|
464
|
+
remove_node=self.remove_node,
|
465
|
+
start_cluster_shape_configs=self.start_cluster_shape_configs,
|
427
466
|
state=self.state,
|
428
467
|
time_created=self.time_created,
|
429
468
|
time_updated=self.time_updated,
|
@@ -456,6 +495,7 @@ def get_bds_instance(bds_instance_id: Optional[str] = None,
|
|
456
495
|
__ret__ = pulumi.runtime.invoke('oci:BigDataService/getBdsInstance:getBdsInstance', __args__, opts=opts, typ=GetBdsInstanceResult).value
|
457
496
|
|
458
497
|
return AwaitableGetBdsInstanceResult(
|
498
|
+
bds_cluster_version_summaries=pulumi.get(__ret__, 'bds_cluster_version_summaries'),
|
459
499
|
bds_instance_id=pulumi.get(__ret__, 'bds_instance_id'),
|
460
500
|
bootstrap_script_url=pulumi.get(__ret__, 'bootstrap_script_url'),
|
461
501
|
cloud_sql_details=pulumi.get(__ret__, 'cloud_sql_details'),
|
@@ -474,6 +514,7 @@ def get_bds_instance(bds_instance_id: Optional[str] = None,
|
|
474
514
|
id=pulumi.get(__ret__, 'id'),
|
475
515
|
ignore_existing_nodes_shapes=pulumi.get(__ret__, 'ignore_existing_nodes_shapes'),
|
476
516
|
is_cloud_sql_configured=pulumi.get(__ret__, 'is_cloud_sql_configured'),
|
517
|
+
is_force_remove_enabled=pulumi.get(__ret__, 'is_force_remove_enabled'),
|
477
518
|
is_force_stop_jobs=pulumi.get(__ret__, 'is_force_stop_jobs'),
|
478
519
|
is_high_availability=pulumi.get(__ret__, 'is_high_availability'),
|
479
520
|
is_kafka_configured=pulumi.get(__ret__, 'is_kafka_configured'),
|
@@ -487,6 +528,8 @@ def get_bds_instance(bds_instance_id: Optional[str] = None,
|
|
487
528
|
number_of_nodes=pulumi.get(__ret__, 'number_of_nodes'),
|
488
529
|
number_of_nodes_requiring_maintenance_reboot=pulumi.get(__ret__, 'number_of_nodes_requiring_maintenance_reboot'),
|
489
530
|
os_patch_version=pulumi.get(__ret__, 'os_patch_version'),
|
531
|
+
remove_node=pulumi.get(__ret__, 'remove_node'),
|
532
|
+
start_cluster_shape_configs=pulumi.get(__ret__, 'start_cluster_shape_configs'),
|
490
533
|
state=pulumi.get(__ret__, 'state'),
|
491
534
|
time_created=pulumi.get(__ret__, 'time_created'),
|
492
535
|
time_updated=pulumi.get(__ret__, 'time_updated'),
|
@@ -516,6 +559,7 @@ def get_bds_instance_output(bds_instance_id: Optional[pulumi.Input[str]] = None,
|
|
516
559
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
517
560
|
__ret__ = pulumi.runtime.invoke_output('oci:BigDataService/getBdsInstance:getBdsInstance', __args__, opts=opts, typ=GetBdsInstanceResult)
|
518
561
|
return __ret__.apply(lambda __response__: GetBdsInstanceResult(
|
562
|
+
bds_cluster_version_summaries=pulumi.get(__response__, 'bds_cluster_version_summaries'),
|
519
563
|
bds_instance_id=pulumi.get(__response__, 'bds_instance_id'),
|
520
564
|
bootstrap_script_url=pulumi.get(__response__, 'bootstrap_script_url'),
|
521
565
|
cloud_sql_details=pulumi.get(__response__, 'cloud_sql_details'),
|
@@ -534,6 +578,7 @@ def get_bds_instance_output(bds_instance_id: Optional[pulumi.Input[str]] = None,
|
|
534
578
|
id=pulumi.get(__response__, 'id'),
|
535
579
|
ignore_existing_nodes_shapes=pulumi.get(__response__, 'ignore_existing_nodes_shapes'),
|
536
580
|
is_cloud_sql_configured=pulumi.get(__response__, 'is_cloud_sql_configured'),
|
581
|
+
is_force_remove_enabled=pulumi.get(__response__, 'is_force_remove_enabled'),
|
537
582
|
is_force_stop_jobs=pulumi.get(__response__, 'is_force_stop_jobs'),
|
538
583
|
is_high_availability=pulumi.get(__response__, 'is_high_availability'),
|
539
584
|
is_kafka_configured=pulumi.get(__response__, 'is_kafka_configured'),
|
@@ -547,6 +592,8 @@ def get_bds_instance_output(bds_instance_id: Optional[pulumi.Input[str]] = None,
|
|
547
592
|
number_of_nodes=pulumi.get(__response__, 'number_of_nodes'),
|
548
593
|
number_of_nodes_requiring_maintenance_reboot=pulumi.get(__response__, 'number_of_nodes_requiring_maintenance_reboot'),
|
549
594
|
os_patch_version=pulumi.get(__response__, 'os_patch_version'),
|
595
|
+
remove_node=pulumi.get(__response__, 'remove_node'),
|
596
|
+
start_cluster_shape_configs=pulumi.get(__response__, 'start_cluster_shape_configs'),
|
550
597
|
state=pulumi.get(__response__, 'state'),
|
551
598
|
time_created=pulumi.get(__response__, 'time_created'),
|
552
599
|
time_updated=pulumi.get(__response__, 'time_updated'),
|
@@ -26,7 +26,7 @@ class GetBdsInstanceApiKeyResult:
|
|
26
26
|
"""
|
27
27
|
A collection of values returned by getBdsInstanceApiKey.
|
28
28
|
"""
|
29
|
-
def __init__(__self__, api_key_id=None, bds_instance_id=None, default_region=None, fingerprint=None, id=None, key_alias=None, passphrase=None, pemfilepath=None, state=None, tenant_id=None, time_created=None, user_id=None):
|
29
|
+
def __init__(__self__, api_key_id=None, bds_instance_id=None, default_region=None, domain_ocid=None, fingerprint=None, id=None, key_alias=None, passphrase=None, pemfilepath=None, state=None, tenant_id=None, time_created=None, user_id=None):
|
30
30
|
if api_key_id and not isinstance(api_key_id, str):
|
31
31
|
raise TypeError("Expected argument 'api_key_id' to be a str")
|
32
32
|
pulumi.set(__self__, "api_key_id", api_key_id)
|
@@ -36,6 +36,9 @@ class GetBdsInstanceApiKeyResult:
|
|
36
36
|
if default_region and not isinstance(default_region, str):
|
37
37
|
raise TypeError("Expected argument 'default_region' to be a str")
|
38
38
|
pulumi.set(__self__, "default_region", default_region)
|
39
|
+
if domain_ocid and not isinstance(domain_ocid, str):
|
40
|
+
raise TypeError("Expected argument 'domain_ocid' to be a str")
|
41
|
+
pulumi.set(__self__, "domain_ocid", domain_ocid)
|
39
42
|
if fingerprint and not isinstance(fingerprint, str):
|
40
43
|
raise TypeError("Expected argument 'fingerprint' to be a str")
|
41
44
|
pulumi.set(__self__, "fingerprint", fingerprint)
|
@@ -79,9 +82,19 @@ class GetBdsInstanceApiKeyResult:
|
|
79
82
|
def default_region(self) -> str:
|
80
83
|
"""
|
81
84
|
The name of the region to establish the Object Storage endpoint which was set as part of key creation operation. If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .
|
85
|
+
>>>>>>> theirs
|
82
86
|
"""
|
83
87
|
return pulumi.get(self, "default_region")
|
84
88
|
|
89
|
+
@property
|
90
|
+
@pulumi.getter(name="domainOcid")
|
91
|
+
def domain_ocid(self) -> str:
|
92
|
+
"""
|
93
|
+
Identity domain OCID ,where user is present. For default domain ,this field will be optional.
|
94
|
+
=======
|
95
|
+
"""
|
96
|
+
return pulumi.get(self, "domain_ocid")
|
97
|
+
|
85
98
|
@property
|
86
99
|
@pulumi.getter
|
87
100
|
def fingerprint(self) -> str:
|
@@ -161,6 +174,7 @@ class AwaitableGetBdsInstanceApiKeyResult(GetBdsInstanceApiKeyResult):
|
|
161
174
|
api_key_id=self.api_key_id,
|
162
175
|
bds_instance_id=self.bds_instance_id,
|
163
176
|
default_region=self.default_region,
|
177
|
+
domain_ocid=self.domain_ocid,
|
164
178
|
fingerprint=self.fingerprint,
|
165
179
|
id=self.id,
|
166
180
|
key_alias=self.key_alias,
|
@@ -204,6 +218,7 @@ def get_bds_instance_api_key(api_key_id: Optional[str] = None,
|
|
204
218
|
api_key_id=pulumi.get(__ret__, 'api_key_id'),
|
205
219
|
bds_instance_id=pulumi.get(__ret__, 'bds_instance_id'),
|
206
220
|
default_region=pulumi.get(__ret__, 'default_region'),
|
221
|
+
domain_ocid=pulumi.get(__ret__, 'domain_ocid'),
|
207
222
|
fingerprint=pulumi.get(__ret__, 'fingerprint'),
|
208
223
|
id=pulumi.get(__ret__, 'id'),
|
209
224
|
key_alias=pulumi.get(__ret__, 'key_alias'),
|
@@ -244,6 +259,7 @@ def get_bds_instance_api_key_output(api_key_id: Optional[pulumi.Input[str]] = No
|
|
244
259
|
api_key_id=pulumi.get(__response__, 'api_key_id'),
|
245
260
|
bds_instance_id=pulumi.get(__response__, 'bds_instance_id'),
|
246
261
|
default_region=pulumi.get(__response__, 'default_region'),
|
262
|
+
domain_ocid=pulumi.get(__response__, 'domain_ocid'),
|
247
263
|
fingerprint=pulumi.get(__response__, 'fingerprint'),
|
248
264
|
id=pulumi.get(__response__, 'id'),
|
249
265
|
key_alias=pulumi.get(__response__, 'key_alias'),
|
@@ -54,6 +54,9 @@ class GetBdsInstanceApiKeysResult:
|
|
54
54
|
@property
|
55
55
|
@pulumi.getter(name="bdsApiKeys")
|
56
56
|
def bds_api_keys(self) -> Sequence['outputs.GetBdsInstanceApiKeysBdsApiKeyResult']:
|
57
|
+
"""
|
58
|
+
The list of bds_api_keys.
|
59
|
+
"""
|
57
60
|
return pulumi.get(self, "bds_api_keys")
|
58
61
|
|
59
62
|
@property
|