pulumi-oci 3.4.0a1755585924__py3-none-any.whl → 3.4.0a1755922408__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 +168 -43
- pulumi_oci/aidocument/__init__.py +1 -0
- pulumi_oci/aidocument/_inputs.py +476 -6
- pulumi_oci/aidocument/get_model.py +63 -2
- pulumi_oci/aidocument/get_model_type.py +179 -0
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_project.py +17 -2
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +188 -0
- pulumi_oci/aidocument/outputs.py +883 -8
- pulumi_oci/aidocument/processor_job.py +22 -4
- pulumi_oci/aidocument/project.py +50 -1
- pulumi_oci/apigateway/_inputs.py +608 -12
- pulumi_oci/apigateway/api.py +127 -38
- pulumi_oci/apigateway/certificate.py +122 -3
- pulumi_oci/apigateway/deployment.py +120 -3
- pulumi_oci/apigateway/gateway.py +124 -7
- pulumi_oci/apigateway/get_api.py +40 -1
- pulumi_oci/apigateway/get_certificate.py +41 -1
- pulumi_oci/apigateway/get_deployment.py +40 -1
- pulumi_oci/apigateway/get_gateway.py +40 -1
- pulumi_oci/apigateway/get_subscriber.py +40 -1
- pulumi_oci/apigateway/get_usage_plan.py +40 -1
- pulumi_oci/apigateway/outputs.py +1413 -39
- pulumi_oci/apigateway/subscriber.py +120 -3
- pulumi_oci/apigateway/usage_plan.py +127 -38
- pulumi_oci/apmconfig/_inputs.py +199 -15
- pulumi_oci/apmconfig/config.py +535 -17
- pulumi_oci/apmconfig/get_config.py +141 -1
- pulumi_oci/apmconfig/get_configs.py +2 -2
- pulumi_oci/apmconfig/outputs.py +509 -13
- pulumi_oci/apmtraces/__init__.py +5 -0
- pulumi_oci/apmtraces/_inputs.py +413 -0
- pulumi_oci/apmtraces/get_attribute_auto_activate_status.py +160 -0
- pulumi_oci/apmtraces/get_log.py +356 -0
- pulumi_oci/apmtraces/get_scheduled_queries.py +163 -0
- pulumi_oci/apmtraces/get_scheduled_query.py +368 -0
- pulumi_oci/apmtraces/get_trace.py +4 -4
- pulumi_oci/apmtraces/outputs.py +971 -0
- pulumi_oci/apmtraces/scheduled_query.py +925 -0
- pulumi_oci/autoscaling/_inputs.py +177 -13
- pulumi_oci/autoscaling/auto_scaling_configuration.py +12 -0
- pulumi_oci/autoscaling/outputs.py +269 -23
- pulumi_oci/core/_inputs.py +184 -0
- pulumi_oci/core/get_ipv6.py +15 -1
- pulumi_oci/core/ipv6.py +49 -0
- pulumi_oci/core/outputs.py +365 -0
- pulumi_oci/database/__init__.py +3 -0
- pulumi_oci/database/_inputs.py +139 -7
- pulumi_oci/database/autonomous_container_database.py +94 -0
- pulumi_oci/database/autonomous_container_database_add_standby.py +28 -0
- pulumi_oci/database/autonomous_database.py +578 -568
- pulumi_oci/database/autonomous_database_saas_admin_user.py +43 -60
- pulumi_oci/database/get_autonomous_container_database.py +29 -1
- pulumi_oci/database/get_autonomous_database.py +65 -1
- pulumi_oci/database/get_autonomous_databases.py +6 -1
- pulumi_oci/database/get_pluggable_database_snapshot.py +253 -0
- pulumi_oci/database/get_pluggable_database_snapshots.py +235 -0
- pulumi_oci/database/outputs.py +470 -75
- pulumi_oci/database/pluggable_database.py +0 -14
- pulumi_oci/database/pluggable_database_snapshot.py +539 -0
- pulumi_oci/databasemanagement/__init__.py +37 -0
- pulumi_oci/databasemanagement/_inputs.py +9516 -3414
- pulumi_oci/databasemanagement/cloud_asm.py +791 -0
- pulumi_oci/databasemanagement/cloud_asm_instance.py +686 -0
- pulumi_oci/databasemanagement/cloud_cluster.py +847 -0
- pulumi_oci/databasemanagement/cloud_cluster_instance.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_home.py +630 -0
- pulumi_oci/databasemanagement/cloud_db_node.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_database_managements_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_stack_monitorings_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_connector.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system_discovery.py +754 -0
- pulumi_oci/databasemanagement/cloud_listener.py +1043 -0
- pulumi_oci/databasemanagement/get_cloud_asm.py +380 -0
- pulumi_oci/databasemanagement/get_cloud_asm_configuration.py +147 -0
- pulumi_oci/databasemanagement/get_cloud_asm_disk_groups.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instance.py +337 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_asm_users.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asms.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_cluster.py +408 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instance.py +379 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_clusters.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_databases.py +188 -0
- pulumi_oci/databasemanagement/get_cloud_db_home.py +309 -0
- pulumi_oci/databasemanagement/get_cloud_db_homes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_node.py +365 -0
- pulumi_oci/databasemanagement/get_cloud_db_nodes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system.py +352 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connector.py +338 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connectors.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discoveries.py +169 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discovery.py +335 -0
- pulumi_oci/databasemanagement/get_cloud_db_systems.py +235 -0
- pulumi_oci/databasemanagement/get_cloud_listener.py +506 -0
- pulumi_oci/databasemanagement/get_cloud_listener_services.py +187 -0
- pulumi_oci/databasemanagement/get_cloud_listeners.py +191 -0
- pulumi_oci/databasemanagement/get_managed_database.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_group.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_binary_log_information.py +6 -6
- pulumi_oci/databasemanagement/get_managed_my_sql_database_general_replication_information.py +5 -5
- pulumi_oci/databasemanagement/get_managed_my_sql_database_high_availability_members.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_outbound_replications.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +18049 -4222
- pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +22 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +2 -2
- pulumi_oci/datasafe/get_security_assessments.py +2 -2
- pulumi_oci/datasafe/outputs.py +192 -2
- pulumi_oci/datascience/__init__.py +10 -0
- pulumi_oci/datascience/_inputs.py +6760 -2206
- pulumi_oci/datascience/get_job.py +15 -1
- pulumi_oci/datascience/get_job_run.py +44 -2
- pulumi_oci/datascience/get_model_deployment_model_states.py +251 -0
- pulumi_oci/datascience/get_model_group.py +405 -0
- pulumi_oci/datascience/get_model_group_artifact_content.py +132 -0
- pulumi_oci/datascience/get_model_group_models.py +240 -0
- pulumi_oci/datascience/get_model_group_version_histories.py +243 -0
- pulumi_oci/{aianomalydetection/get_detection_model.py → datascience/get_model_group_version_history.py} +73 -74
- pulumi_oci/datascience/get_model_groups.py +265 -0
- pulumi_oci/datascience/get_pipeline_run.py +15 -1
- pulumi_oci/datascience/job.py +81 -154
- pulumi_oci/datascience/job_run.py +250 -4
- pulumi_oci/datascience/model_group.py +1111 -0
- pulumi_oci/datascience/model_group_artifact.py +369 -0
- pulumi_oci/{aianomalydetection/model.py → datascience/model_group_version_history.py} +172 -187
- pulumi_oci/datascience/notebook_session.py +4 -0
- pulumi_oci/datascience/outputs.py +17168 -8021
- pulumi_oci/datascience/pipeline_run.py +87 -0
- pulumi_oci/goldengate/_inputs.py +3 -3
- pulumi_oci/goldengate/connection.py +175 -56
- pulumi_oci/goldengate/get_connection.py +20 -4
- pulumi_oci/goldengate/outputs.py +27 -8
- pulumi_oci/managementagent/__init__.py +4 -0
- pulumi_oci/managementagent/_inputs.py +129 -0
- pulumi_oci/managementagent/get_management_agent.py +26 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +43 -1
- pulumi_oci/managementagent/get_management_agent_named_credentials_metadata.py +147 -0
- pulumi_oci/managementagent/get_named_credential.py +268 -0
- pulumi_oci/managementagent/get_named_credentials.py +221 -0
- pulumi_oci/managementagent/management_agent.py +48 -0
- pulumi_oci/managementagent/management_agent_install_key.py +84 -0
- pulumi_oci/managementagent/named_credential.py +706 -0
- pulumi_oci/managementagent/outputs.py +515 -0
- pulumi_oci/managementdashboard/management_dashboards_import.py +178 -20
- pulumi_oci/oci/__init__.py +3 -0
- pulumi_oci/oci/_inputs.py +146 -0
- pulumi_oci/{aianomalydetection/project.py → oci/api_platform_api_platform_instance.py} +204 -118
- pulumi_oci/oci/get_api_platform_api_platform_instance.py +282 -0
- pulumi_oci/oci/get_api_platform_api_platform_instances.py +199 -0
- pulumi_oci/oci/outputs.py +367 -0
- pulumi_oci/opsi/_inputs.py +1001 -149
- pulumi_oci/opsi/database_insight.py +22 -3
- pulumi_oci/opsi/exadata_insight.py +86 -6
- pulumi_oci/opsi/outputs.py +1438 -178
- pulumi_oci/psql/configuration.py +109 -19
- pulumi_oci/psql/db_system.py +7 -7
- pulumi_oci/psql/get_configuration.py +30 -2
- pulumi_oci/psql/get_configurations.py +49 -5
- pulumi_oci/psql/get_db_system.py +1 -1
- pulumi_oci/psql/get_default_configuration.py +30 -4
- pulumi_oci/psql/get_default_configurations.py +49 -5
- pulumi_oci/psql/outputs.py +47 -14
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/__init__.py +6 -0
- pulumi_oci/redis/_inputs.py +217 -0
- pulumi_oci/{aianomalydetection/get_detection_data_asset.py → redis/get_oci_cache_config_set.py} +74 -74
- pulumi_oci/redis/get_oci_cache_config_sets.py +221 -0
- pulumi_oci/redis/get_oci_cache_default_config_set.py +217 -0
- pulumi_oci/redis/get_oci_cache_default_config_sets.py +218 -0
- pulumi_oci/redis/get_redis_cluster.py +15 -1
- pulumi_oci/{aianomalydetection/data_asset.py → redis/oci_cache_config_set.py} +190 -254
- pulumi_oci/redis/oci_cache_config_setlist_associated_oci_cache_cluster.py +240 -0
- pulumi_oci/redis/outputs.py +713 -0
- pulumi_oci/redis/redis_cluster.py +49 -0
- pulumi_oci/vault/_inputs.py +198 -0
- pulumi_oci/vault/get_secret.py +43 -1
- pulumi_oci/vault/outputs.py +434 -0
- pulumi_oci/vault/secret.py +103 -0
- {pulumi_oci-3.4.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/METADATA +1 -1
- {pulumi_oci-3.4.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/RECORD +185 -134
- pulumi_oci/aianomalydetection/__init__.py +0 -25
- pulumi_oci/aianomalydetection/_inputs.py +0 -1742
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +0 -643
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +0 -739
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +0 -281
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +0 -199
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +0 -338
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +0 -254
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_models.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_project.py +0 -239
- pulumi_oci/aianomalydetection/get_detection_projects.py +0 -191
- pulumi_oci/aianomalydetection/outputs.py +0 -3699
- {pulumi_oci-3.4.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.4.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,379 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
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
|
+
|
17
|
+
__all__ = [
|
18
|
+
'GetCloudClusterInstanceResult',
|
19
|
+
'AwaitableGetCloudClusterInstanceResult',
|
20
|
+
'get_cloud_cluster_instance',
|
21
|
+
'get_cloud_cluster_instance_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetCloudClusterInstanceResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getCloudClusterInstance.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, adr_home_directory=None, cloud_cluster_id=None, cloud_cluster_instance_id=None, cloud_connector_id=None, cloud_db_node_id=None, cloud_db_system_id=None, compartment_id=None, component_name=None, crs_base_directory=None, dbaas_id=None, defined_tags=None, display_name=None, freeform_tags=None, host_name=None, id=None, lifecycle_details=None, node_role=None, state=None, system_tags=None, time_created=None, time_updated=None):
|
30
|
+
if adr_home_directory and not isinstance(adr_home_directory, str):
|
31
|
+
raise TypeError("Expected argument 'adr_home_directory' to be a str")
|
32
|
+
pulumi.set(__self__, "adr_home_directory", adr_home_directory)
|
33
|
+
if cloud_cluster_id and not isinstance(cloud_cluster_id, str):
|
34
|
+
raise TypeError("Expected argument 'cloud_cluster_id' to be a str")
|
35
|
+
pulumi.set(__self__, "cloud_cluster_id", cloud_cluster_id)
|
36
|
+
if cloud_cluster_instance_id and not isinstance(cloud_cluster_instance_id, str):
|
37
|
+
raise TypeError("Expected argument 'cloud_cluster_instance_id' to be a str")
|
38
|
+
pulumi.set(__self__, "cloud_cluster_instance_id", cloud_cluster_instance_id)
|
39
|
+
if cloud_connector_id and not isinstance(cloud_connector_id, str):
|
40
|
+
raise TypeError("Expected argument 'cloud_connector_id' to be a str")
|
41
|
+
pulumi.set(__self__, "cloud_connector_id", cloud_connector_id)
|
42
|
+
if cloud_db_node_id and not isinstance(cloud_db_node_id, str):
|
43
|
+
raise TypeError("Expected argument 'cloud_db_node_id' to be a str")
|
44
|
+
pulumi.set(__self__, "cloud_db_node_id", cloud_db_node_id)
|
45
|
+
if cloud_db_system_id and not isinstance(cloud_db_system_id, str):
|
46
|
+
raise TypeError("Expected argument 'cloud_db_system_id' to be a str")
|
47
|
+
pulumi.set(__self__, "cloud_db_system_id", cloud_db_system_id)
|
48
|
+
if compartment_id and not isinstance(compartment_id, str):
|
49
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
50
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
51
|
+
if component_name and not isinstance(component_name, str):
|
52
|
+
raise TypeError("Expected argument 'component_name' to be a str")
|
53
|
+
pulumi.set(__self__, "component_name", component_name)
|
54
|
+
if crs_base_directory and not isinstance(crs_base_directory, str):
|
55
|
+
raise TypeError("Expected argument 'crs_base_directory' to be a str")
|
56
|
+
pulumi.set(__self__, "crs_base_directory", crs_base_directory)
|
57
|
+
if dbaas_id and not isinstance(dbaas_id, str):
|
58
|
+
raise TypeError("Expected argument 'dbaas_id' to be a str")
|
59
|
+
pulumi.set(__self__, "dbaas_id", dbaas_id)
|
60
|
+
if defined_tags and not isinstance(defined_tags, dict):
|
61
|
+
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
62
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
63
|
+
if display_name and not isinstance(display_name, str):
|
64
|
+
raise TypeError("Expected argument 'display_name' to be a str")
|
65
|
+
pulumi.set(__self__, "display_name", display_name)
|
66
|
+
if freeform_tags and not isinstance(freeform_tags, dict):
|
67
|
+
raise TypeError("Expected argument 'freeform_tags' to be a dict")
|
68
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
69
|
+
if host_name and not isinstance(host_name, str):
|
70
|
+
raise TypeError("Expected argument 'host_name' to be a str")
|
71
|
+
pulumi.set(__self__, "host_name", host_name)
|
72
|
+
if id and not isinstance(id, str):
|
73
|
+
raise TypeError("Expected argument 'id' to be a str")
|
74
|
+
pulumi.set(__self__, "id", id)
|
75
|
+
if lifecycle_details and not isinstance(lifecycle_details, str):
|
76
|
+
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
77
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
78
|
+
if node_role and not isinstance(node_role, str):
|
79
|
+
raise TypeError("Expected argument 'node_role' to be a str")
|
80
|
+
pulumi.set(__self__, "node_role", node_role)
|
81
|
+
if state and not isinstance(state, str):
|
82
|
+
raise TypeError("Expected argument 'state' to be a str")
|
83
|
+
pulumi.set(__self__, "state", state)
|
84
|
+
if system_tags and not isinstance(system_tags, dict):
|
85
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
86
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
87
|
+
if time_created and not isinstance(time_created, str):
|
88
|
+
raise TypeError("Expected argument 'time_created' to be a str")
|
89
|
+
pulumi.set(__self__, "time_created", time_created)
|
90
|
+
if time_updated and not isinstance(time_updated, str):
|
91
|
+
raise TypeError("Expected argument 'time_updated' to be a str")
|
92
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
93
|
+
|
94
|
+
@_builtins.property
|
95
|
+
@pulumi.getter(name="adrHomeDirectory")
|
96
|
+
def adr_home_directory(self) -> _builtins.str:
|
97
|
+
"""
|
98
|
+
The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
|
99
|
+
"""
|
100
|
+
return pulumi.get(self, "adr_home_directory")
|
101
|
+
|
102
|
+
@_builtins.property
|
103
|
+
@pulumi.getter(name="cloudClusterId")
|
104
|
+
def cloud_cluster_id(self) -> _builtins.str:
|
105
|
+
"""
|
106
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud cluster that the cluster instance belongs to.
|
107
|
+
"""
|
108
|
+
return pulumi.get(self, "cloud_cluster_id")
|
109
|
+
|
110
|
+
@_builtins.property
|
111
|
+
@pulumi.getter(name="cloudClusterInstanceId")
|
112
|
+
def cloud_cluster_instance_id(self) -> _builtins.str:
|
113
|
+
return pulumi.get(self, "cloud_cluster_instance_id")
|
114
|
+
|
115
|
+
@_builtins.property
|
116
|
+
@pulumi.getter(name="cloudConnectorId")
|
117
|
+
def cloud_connector_id(self) -> _builtins.str:
|
118
|
+
"""
|
119
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud connector.
|
120
|
+
"""
|
121
|
+
return pulumi.get(self, "cloud_connector_id")
|
122
|
+
|
123
|
+
@_builtins.property
|
124
|
+
@pulumi.getter(name="cloudDbNodeId")
|
125
|
+
def cloud_db_node_id(self) -> _builtins.str:
|
126
|
+
"""
|
127
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB node.
|
128
|
+
"""
|
129
|
+
return pulumi.get(self, "cloud_db_node_id")
|
130
|
+
|
131
|
+
@_builtins.property
|
132
|
+
@pulumi.getter(name="cloudDbSystemId")
|
133
|
+
def cloud_db_system_id(self) -> _builtins.str:
|
134
|
+
"""
|
135
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system that the cluster instance is a part of.
|
136
|
+
"""
|
137
|
+
return pulumi.get(self, "cloud_db_system_id")
|
138
|
+
|
139
|
+
@_builtins.property
|
140
|
+
@pulumi.getter(name="compartmentId")
|
141
|
+
def compartment_id(self) -> _builtins.str:
|
142
|
+
"""
|
143
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
144
|
+
"""
|
145
|
+
return pulumi.get(self, "compartment_id")
|
146
|
+
|
147
|
+
@_builtins.property
|
148
|
+
@pulumi.getter(name="componentName")
|
149
|
+
def component_name(self) -> _builtins.str:
|
150
|
+
"""
|
151
|
+
The name of the cloud cluster instance.
|
152
|
+
"""
|
153
|
+
return pulumi.get(self, "component_name")
|
154
|
+
|
155
|
+
@_builtins.property
|
156
|
+
@pulumi.getter(name="crsBaseDirectory")
|
157
|
+
def crs_base_directory(self) -> _builtins.str:
|
158
|
+
"""
|
159
|
+
The Oracle base location of Cluster Ready Services (CRS).
|
160
|
+
"""
|
161
|
+
return pulumi.get(self, "crs_base_directory")
|
162
|
+
|
163
|
+
@_builtins.property
|
164
|
+
@pulumi.getter(name="dbaasId")
|
165
|
+
def dbaas_id(self) -> _builtins.str:
|
166
|
+
"""
|
167
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) in DBaas service.
|
168
|
+
"""
|
169
|
+
return pulumi.get(self, "dbaas_id")
|
170
|
+
|
171
|
+
@_builtins.property
|
172
|
+
@pulumi.getter(name="definedTags")
|
173
|
+
def defined_tags(self) -> Mapping[str, _builtins.str]:
|
174
|
+
"""
|
175
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
176
|
+
"""
|
177
|
+
return pulumi.get(self, "defined_tags")
|
178
|
+
|
179
|
+
@_builtins.property
|
180
|
+
@pulumi.getter(name="displayName")
|
181
|
+
def display_name(self) -> _builtins.str:
|
182
|
+
"""
|
183
|
+
The user-friendly name for the cluster instance. The name does not have to be unique.
|
184
|
+
"""
|
185
|
+
return pulumi.get(self, "display_name")
|
186
|
+
|
187
|
+
@_builtins.property
|
188
|
+
@pulumi.getter(name="freeformTags")
|
189
|
+
def freeform_tags(self) -> Mapping[str, _builtins.str]:
|
190
|
+
"""
|
191
|
+
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
192
|
+
"""
|
193
|
+
return pulumi.get(self, "freeform_tags")
|
194
|
+
|
195
|
+
@_builtins.property
|
196
|
+
@pulumi.getter(name="hostName")
|
197
|
+
def host_name(self) -> _builtins.str:
|
198
|
+
"""
|
199
|
+
The name of the host on which the cluster instance is running.
|
200
|
+
"""
|
201
|
+
return pulumi.get(self, "host_name")
|
202
|
+
|
203
|
+
@_builtins.property
|
204
|
+
@pulumi.getter
|
205
|
+
def id(self) -> _builtins.str:
|
206
|
+
"""
|
207
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud cluster instance.
|
208
|
+
"""
|
209
|
+
return pulumi.get(self, "id")
|
210
|
+
|
211
|
+
@_builtins.property
|
212
|
+
@pulumi.getter(name="lifecycleDetails")
|
213
|
+
def lifecycle_details(self) -> _builtins.str:
|
214
|
+
"""
|
215
|
+
Additional information about the current lifecycle state.
|
216
|
+
"""
|
217
|
+
return pulumi.get(self, "lifecycle_details")
|
218
|
+
|
219
|
+
@_builtins.property
|
220
|
+
@pulumi.getter(name="nodeRole")
|
221
|
+
def node_role(self) -> _builtins.str:
|
222
|
+
"""
|
223
|
+
The role of the cluster node.
|
224
|
+
"""
|
225
|
+
return pulumi.get(self, "node_role")
|
226
|
+
|
227
|
+
@_builtins.property
|
228
|
+
@pulumi.getter
|
229
|
+
def state(self) -> _builtins.str:
|
230
|
+
"""
|
231
|
+
The current lifecycle state of the cloud cluster instance.
|
232
|
+
"""
|
233
|
+
return pulumi.get(self, "state")
|
234
|
+
|
235
|
+
@_builtins.property
|
236
|
+
@pulumi.getter(name="systemTags")
|
237
|
+
def system_tags(self) -> Mapping[str, _builtins.str]:
|
238
|
+
"""
|
239
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
240
|
+
"""
|
241
|
+
return pulumi.get(self, "system_tags")
|
242
|
+
|
243
|
+
@_builtins.property
|
244
|
+
@pulumi.getter(name="timeCreated")
|
245
|
+
def time_created(self) -> _builtins.str:
|
246
|
+
"""
|
247
|
+
The date and time the cloud cluster instance was created.
|
248
|
+
"""
|
249
|
+
return pulumi.get(self, "time_created")
|
250
|
+
|
251
|
+
@_builtins.property
|
252
|
+
@pulumi.getter(name="timeUpdated")
|
253
|
+
def time_updated(self) -> _builtins.str:
|
254
|
+
"""
|
255
|
+
The date and time the cloud cluster instance was last updated.
|
256
|
+
"""
|
257
|
+
return pulumi.get(self, "time_updated")
|
258
|
+
|
259
|
+
|
260
|
+
class AwaitableGetCloudClusterInstanceResult(GetCloudClusterInstanceResult):
|
261
|
+
# pylint: disable=using-constant-test
|
262
|
+
def __await__(self):
|
263
|
+
if False:
|
264
|
+
yield self
|
265
|
+
return GetCloudClusterInstanceResult(
|
266
|
+
adr_home_directory=self.adr_home_directory,
|
267
|
+
cloud_cluster_id=self.cloud_cluster_id,
|
268
|
+
cloud_cluster_instance_id=self.cloud_cluster_instance_id,
|
269
|
+
cloud_connector_id=self.cloud_connector_id,
|
270
|
+
cloud_db_node_id=self.cloud_db_node_id,
|
271
|
+
cloud_db_system_id=self.cloud_db_system_id,
|
272
|
+
compartment_id=self.compartment_id,
|
273
|
+
component_name=self.component_name,
|
274
|
+
crs_base_directory=self.crs_base_directory,
|
275
|
+
dbaas_id=self.dbaas_id,
|
276
|
+
defined_tags=self.defined_tags,
|
277
|
+
display_name=self.display_name,
|
278
|
+
freeform_tags=self.freeform_tags,
|
279
|
+
host_name=self.host_name,
|
280
|
+
id=self.id,
|
281
|
+
lifecycle_details=self.lifecycle_details,
|
282
|
+
node_role=self.node_role,
|
283
|
+
state=self.state,
|
284
|
+
system_tags=self.system_tags,
|
285
|
+
time_created=self.time_created,
|
286
|
+
time_updated=self.time_updated)
|
287
|
+
|
288
|
+
|
289
|
+
def get_cloud_cluster_instance(cloud_cluster_instance_id: Optional[_builtins.str] = None,
|
290
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCloudClusterInstanceResult:
|
291
|
+
"""
|
292
|
+
This data source provides details about a specific Cloud Cluster Instance resource in Oracle Cloud Infrastructure Database Management service.
|
293
|
+
|
294
|
+
Gets the details for the cloud cluster instance specified by `cloudClusterInstanceId`.
|
295
|
+
|
296
|
+
## Example Usage
|
297
|
+
|
298
|
+
```python
|
299
|
+
import pulumi
|
300
|
+
import pulumi_oci as oci
|
301
|
+
|
302
|
+
test_cloud_cluster_instance = oci.DatabaseManagement.get_cloud_cluster_instance(cloud_cluster_instance_id=test_cloud_cluster_instance_oci_database_management_cloud_cluster_instance["id"])
|
303
|
+
```
|
304
|
+
|
305
|
+
|
306
|
+
:param _builtins.str cloud_cluster_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud cluster instance.
|
307
|
+
"""
|
308
|
+
__args__ = dict()
|
309
|
+
__args__['cloudClusterInstanceId'] = cloud_cluster_instance_id
|
310
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
311
|
+
__ret__ = pulumi.runtime.invoke('oci:DatabaseManagement/getCloudClusterInstance:getCloudClusterInstance', __args__, opts=opts, typ=GetCloudClusterInstanceResult).value
|
312
|
+
|
313
|
+
return AwaitableGetCloudClusterInstanceResult(
|
314
|
+
adr_home_directory=pulumi.get(__ret__, 'adr_home_directory'),
|
315
|
+
cloud_cluster_id=pulumi.get(__ret__, 'cloud_cluster_id'),
|
316
|
+
cloud_cluster_instance_id=pulumi.get(__ret__, 'cloud_cluster_instance_id'),
|
317
|
+
cloud_connector_id=pulumi.get(__ret__, 'cloud_connector_id'),
|
318
|
+
cloud_db_node_id=pulumi.get(__ret__, 'cloud_db_node_id'),
|
319
|
+
cloud_db_system_id=pulumi.get(__ret__, 'cloud_db_system_id'),
|
320
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
321
|
+
component_name=pulumi.get(__ret__, 'component_name'),
|
322
|
+
crs_base_directory=pulumi.get(__ret__, 'crs_base_directory'),
|
323
|
+
dbaas_id=pulumi.get(__ret__, 'dbaas_id'),
|
324
|
+
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
325
|
+
display_name=pulumi.get(__ret__, 'display_name'),
|
326
|
+
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
327
|
+
host_name=pulumi.get(__ret__, 'host_name'),
|
328
|
+
id=pulumi.get(__ret__, 'id'),
|
329
|
+
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
330
|
+
node_role=pulumi.get(__ret__, 'node_role'),
|
331
|
+
state=pulumi.get(__ret__, 'state'),
|
332
|
+
system_tags=pulumi.get(__ret__, 'system_tags'),
|
333
|
+
time_created=pulumi.get(__ret__, 'time_created'),
|
334
|
+
time_updated=pulumi.get(__ret__, 'time_updated'))
|
335
|
+
def get_cloud_cluster_instance_output(cloud_cluster_instance_id: Optional[pulumi.Input[_builtins.str]] = None,
|
336
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCloudClusterInstanceResult]:
|
337
|
+
"""
|
338
|
+
This data source provides details about a specific Cloud Cluster Instance resource in Oracle Cloud Infrastructure Database Management service.
|
339
|
+
|
340
|
+
Gets the details for the cloud cluster instance specified by `cloudClusterInstanceId`.
|
341
|
+
|
342
|
+
## Example Usage
|
343
|
+
|
344
|
+
```python
|
345
|
+
import pulumi
|
346
|
+
import pulumi_oci as oci
|
347
|
+
|
348
|
+
test_cloud_cluster_instance = oci.DatabaseManagement.get_cloud_cluster_instance(cloud_cluster_instance_id=test_cloud_cluster_instance_oci_database_management_cloud_cluster_instance["id"])
|
349
|
+
```
|
350
|
+
|
351
|
+
|
352
|
+
:param _builtins.str cloud_cluster_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud cluster instance.
|
353
|
+
"""
|
354
|
+
__args__ = dict()
|
355
|
+
__args__['cloudClusterInstanceId'] = cloud_cluster_instance_id
|
356
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
357
|
+
__ret__ = pulumi.runtime.invoke_output('oci:DatabaseManagement/getCloudClusterInstance:getCloudClusterInstance', __args__, opts=opts, typ=GetCloudClusterInstanceResult)
|
358
|
+
return __ret__.apply(lambda __response__: GetCloudClusterInstanceResult(
|
359
|
+
adr_home_directory=pulumi.get(__response__, 'adr_home_directory'),
|
360
|
+
cloud_cluster_id=pulumi.get(__response__, 'cloud_cluster_id'),
|
361
|
+
cloud_cluster_instance_id=pulumi.get(__response__, 'cloud_cluster_instance_id'),
|
362
|
+
cloud_connector_id=pulumi.get(__response__, 'cloud_connector_id'),
|
363
|
+
cloud_db_node_id=pulumi.get(__response__, 'cloud_db_node_id'),
|
364
|
+
cloud_db_system_id=pulumi.get(__response__, 'cloud_db_system_id'),
|
365
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
366
|
+
component_name=pulumi.get(__response__, 'component_name'),
|
367
|
+
crs_base_directory=pulumi.get(__response__, 'crs_base_directory'),
|
368
|
+
dbaas_id=pulumi.get(__response__, 'dbaas_id'),
|
369
|
+
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
370
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
371
|
+
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
372
|
+
host_name=pulumi.get(__response__, 'host_name'),
|
373
|
+
id=pulumi.get(__response__, 'id'),
|
374
|
+
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
375
|
+
node_role=pulumi.get(__response__, 'node_role'),
|
376
|
+
state=pulumi.get(__response__, 'state'),
|
377
|
+
system_tags=pulumi.get(__response__, 'system_tags'),
|
378
|
+
time_created=pulumi.get(__response__, 'time_created'),
|
379
|
+
time_updated=pulumi.get(__response__, 'time_updated')))
|
@@ -0,0 +1,191 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
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
|
+
'GetCloudClusterInstancesResult',
|
21
|
+
'AwaitableGetCloudClusterInstancesResult',
|
22
|
+
'get_cloud_cluster_instances',
|
23
|
+
'get_cloud_cluster_instances_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetCloudClusterInstancesResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getCloudClusterInstances.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, cloud_cluster_id=None, cloud_cluster_instance_collections=None, compartment_id=None, display_name=None, filters=None, id=None):
|
32
|
+
if cloud_cluster_id and not isinstance(cloud_cluster_id, str):
|
33
|
+
raise TypeError("Expected argument 'cloud_cluster_id' to be a str")
|
34
|
+
pulumi.set(__self__, "cloud_cluster_id", cloud_cluster_id)
|
35
|
+
if cloud_cluster_instance_collections and not isinstance(cloud_cluster_instance_collections, list):
|
36
|
+
raise TypeError("Expected argument 'cloud_cluster_instance_collections' to be a list")
|
37
|
+
pulumi.set(__self__, "cloud_cluster_instance_collections", cloud_cluster_instance_collections)
|
38
|
+
if compartment_id and not isinstance(compartment_id, str):
|
39
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
40
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
41
|
+
if display_name and not isinstance(display_name, str):
|
42
|
+
raise TypeError("Expected argument 'display_name' to be a str")
|
43
|
+
pulumi.set(__self__, "display_name", display_name)
|
44
|
+
if filters and not isinstance(filters, list):
|
45
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
46
|
+
pulumi.set(__self__, "filters", filters)
|
47
|
+
if id and not isinstance(id, str):
|
48
|
+
raise TypeError("Expected argument 'id' to be a str")
|
49
|
+
pulumi.set(__self__, "id", id)
|
50
|
+
|
51
|
+
@_builtins.property
|
52
|
+
@pulumi.getter(name="cloudClusterId")
|
53
|
+
def cloud_cluster_id(self) -> Optional[_builtins.str]:
|
54
|
+
"""
|
55
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud cluster that the cluster instance belongs to.
|
56
|
+
"""
|
57
|
+
return pulumi.get(self, "cloud_cluster_id")
|
58
|
+
|
59
|
+
@_builtins.property
|
60
|
+
@pulumi.getter(name="cloudClusterInstanceCollections")
|
61
|
+
def cloud_cluster_instance_collections(self) -> Sequence['outputs.GetCloudClusterInstancesCloudClusterInstanceCollectionResult']:
|
62
|
+
"""
|
63
|
+
The list of cloud_cluster_instance_collection.
|
64
|
+
"""
|
65
|
+
return pulumi.get(self, "cloud_cluster_instance_collections")
|
66
|
+
|
67
|
+
@_builtins.property
|
68
|
+
@pulumi.getter(name="compartmentId")
|
69
|
+
def compartment_id(self) -> Optional[_builtins.str]:
|
70
|
+
"""
|
71
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
72
|
+
"""
|
73
|
+
return pulumi.get(self, "compartment_id")
|
74
|
+
|
75
|
+
@_builtins.property
|
76
|
+
@pulumi.getter(name="displayName")
|
77
|
+
def display_name(self) -> Optional[_builtins.str]:
|
78
|
+
"""
|
79
|
+
The user-friendly name for the cluster instance. The name does not have to be unique.
|
80
|
+
"""
|
81
|
+
return pulumi.get(self, "display_name")
|
82
|
+
|
83
|
+
@_builtins.property
|
84
|
+
@pulumi.getter
|
85
|
+
def filters(self) -> Optional[Sequence['outputs.GetCloudClusterInstancesFilterResult']]:
|
86
|
+
return pulumi.get(self, "filters")
|
87
|
+
|
88
|
+
@_builtins.property
|
89
|
+
@pulumi.getter
|
90
|
+
def id(self) -> _builtins.str:
|
91
|
+
"""
|
92
|
+
The provider-assigned unique ID for this managed resource.
|
93
|
+
"""
|
94
|
+
return pulumi.get(self, "id")
|
95
|
+
|
96
|
+
|
97
|
+
class AwaitableGetCloudClusterInstancesResult(GetCloudClusterInstancesResult):
|
98
|
+
# pylint: disable=using-constant-test
|
99
|
+
def __await__(self):
|
100
|
+
if False:
|
101
|
+
yield self
|
102
|
+
return GetCloudClusterInstancesResult(
|
103
|
+
cloud_cluster_id=self.cloud_cluster_id,
|
104
|
+
cloud_cluster_instance_collections=self.cloud_cluster_instance_collections,
|
105
|
+
compartment_id=self.compartment_id,
|
106
|
+
display_name=self.display_name,
|
107
|
+
filters=self.filters,
|
108
|
+
id=self.id)
|
109
|
+
|
110
|
+
|
111
|
+
def get_cloud_cluster_instances(cloud_cluster_id: Optional[_builtins.str] = None,
|
112
|
+
compartment_id: Optional[_builtins.str] = None,
|
113
|
+
display_name: Optional[_builtins.str] = None,
|
114
|
+
filters: Optional[Sequence[Union['GetCloudClusterInstancesFilterArgs', 'GetCloudClusterInstancesFilterArgsDict']]] = None,
|
115
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCloudClusterInstancesResult:
|
116
|
+
"""
|
117
|
+
This data source provides the list of Cloud Cluster Instances in Oracle Cloud Infrastructure Database Management service.
|
118
|
+
|
119
|
+
Lists the cluster instances in the specified cloud cluster.
|
120
|
+
|
121
|
+
## Example Usage
|
122
|
+
|
123
|
+
```python
|
124
|
+
import pulumi
|
125
|
+
import pulumi_oci as oci
|
126
|
+
|
127
|
+
test_cloud_cluster_instances = oci.DatabaseManagement.get_cloud_cluster_instances(cloud_cluster_id=test_cloud_cluster["id"],
|
128
|
+
compartment_id=compartment_id,
|
129
|
+
display_name=cloud_cluster_instance_display_name)
|
130
|
+
```
|
131
|
+
|
132
|
+
|
133
|
+
:param _builtins.str cloud_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud cluster.
|
134
|
+
:param _builtins.str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
135
|
+
:param _builtins.str display_name: A filter to only return the resources that match the entire display name.
|
136
|
+
"""
|
137
|
+
__args__ = dict()
|
138
|
+
__args__['cloudClusterId'] = cloud_cluster_id
|
139
|
+
__args__['compartmentId'] = compartment_id
|
140
|
+
__args__['displayName'] = display_name
|
141
|
+
__args__['filters'] = filters
|
142
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
143
|
+
__ret__ = pulumi.runtime.invoke('oci:DatabaseManagement/getCloudClusterInstances:getCloudClusterInstances', __args__, opts=opts, typ=GetCloudClusterInstancesResult).value
|
144
|
+
|
145
|
+
return AwaitableGetCloudClusterInstancesResult(
|
146
|
+
cloud_cluster_id=pulumi.get(__ret__, 'cloud_cluster_id'),
|
147
|
+
cloud_cluster_instance_collections=pulumi.get(__ret__, 'cloud_cluster_instance_collections'),
|
148
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
149
|
+
display_name=pulumi.get(__ret__, 'display_name'),
|
150
|
+
filters=pulumi.get(__ret__, 'filters'),
|
151
|
+
id=pulumi.get(__ret__, 'id'))
|
152
|
+
def get_cloud_cluster_instances_output(cloud_cluster_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
153
|
+
compartment_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
154
|
+
display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
155
|
+
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetCloudClusterInstancesFilterArgs', 'GetCloudClusterInstancesFilterArgsDict']]]]] = None,
|
156
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCloudClusterInstancesResult]:
|
157
|
+
"""
|
158
|
+
This data source provides the list of Cloud Cluster Instances in Oracle Cloud Infrastructure Database Management service.
|
159
|
+
|
160
|
+
Lists the cluster instances in the specified cloud cluster.
|
161
|
+
|
162
|
+
## Example Usage
|
163
|
+
|
164
|
+
```python
|
165
|
+
import pulumi
|
166
|
+
import pulumi_oci as oci
|
167
|
+
|
168
|
+
test_cloud_cluster_instances = oci.DatabaseManagement.get_cloud_cluster_instances(cloud_cluster_id=test_cloud_cluster["id"],
|
169
|
+
compartment_id=compartment_id,
|
170
|
+
display_name=cloud_cluster_instance_display_name)
|
171
|
+
```
|
172
|
+
|
173
|
+
|
174
|
+
:param _builtins.str cloud_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud cluster.
|
175
|
+
:param _builtins.str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
176
|
+
:param _builtins.str display_name: A filter to only return the resources that match the entire display name.
|
177
|
+
"""
|
178
|
+
__args__ = dict()
|
179
|
+
__args__['cloudClusterId'] = cloud_cluster_id
|
180
|
+
__args__['compartmentId'] = compartment_id
|
181
|
+
__args__['displayName'] = display_name
|
182
|
+
__args__['filters'] = filters
|
183
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
184
|
+
__ret__ = pulumi.runtime.invoke_output('oci:DatabaseManagement/getCloudClusterInstances:getCloudClusterInstances', __args__, opts=opts, typ=GetCloudClusterInstancesResult)
|
185
|
+
return __ret__.apply(lambda __response__: GetCloudClusterInstancesResult(
|
186
|
+
cloud_cluster_id=pulumi.get(__response__, 'cloud_cluster_id'),
|
187
|
+
cloud_cluster_instance_collections=pulumi.get(__response__, 'cloud_cluster_instance_collections'),
|
188
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
189
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
190
|
+
filters=pulumi.get(__response__, 'filters'),
|
191
|
+
id=pulumi.get(__response__, 'id')))
|