pulumi-oci 3.4.0a1755714728__py3-none-any.whl → 3.5.0a1756190604__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.0a1755714728.dist-info → pulumi_oci-3.5.0a1756190604.dist-info}/METADATA +1 -1
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0a1756190604.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.0a1755714728.dist-info → pulumi_oci-3.5.0a1756190604.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0a1756190604.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,506 @@
|
|
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
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetCloudListenerResult',
|
20
|
+
'AwaitableGetCloudListenerResult',
|
21
|
+
'get_cloud_listener',
|
22
|
+
'get_cloud_listener_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetCloudListenerResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getCloudListener.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, additional_details=None, adr_home_directory=None, cloud_connector_id=None, cloud_db_home_id=None, cloud_db_node_id=None, cloud_db_system_id=None, cloud_listener_id=None, compartment_id=None, component_name=None, dbaas_id=None, defined_tags=None, display_name=None, endpoints=None, freeform_tags=None, host_name=None, id=None, lifecycle_details=None, listener_alias=None, listener_ora_location=None, listener_type=None, log_directory=None, oracle_home=None, serviced_asms=None, serviced_databases=None, state=None, system_tags=None, time_created=None, time_updated=None, trace_directory=None, version=None):
|
31
|
+
if additional_details and not isinstance(additional_details, dict):
|
32
|
+
raise TypeError("Expected argument 'additional_details' to be a dict")
|
33
|
+
pulumi.set(__self__, "additional_details", additional_details)
|
34
|
+
if adr_home_directory and not isinstance(adr_home_directory, str):
|
35
|
+
raise TypeError("Expected argument 'adr_home_directory' to be a str")
|
36
|
+
pulumi.set(__self__, "adr_home_directory", adr_home_directory)
|
37
|
+
if cloud_connector_id and not isinstance(cloud_connector_id, str):
|
38
|
+
raise TypeError("Expected argument 'cloud_connector_id' to be a str")
|
39
|
+
pulumi.set(__self__, "cloud_connector_id", cloud_connector_id)
|
40
|
+
if cloud_db_home_id and not isinstance(cloud_db_home_id, str):
|
41
|
+
raise TypeError("Expected argument 'cloud_db_home_id' to be a str")
|
42
|
+
pulumi.set(__self__, "cloud_db_home_id", cloud_db_home_id)
|
43
|
+
if cloud_db_node_id and not isinstance(cloud_db_node_id, str):
|
44
|
+
raise TypeError("Expected argument 'cloud_db_node_id' to be a str")
|
45
|
+
pulumi.set(__self__, "cloud_db_node_id", cloud_db_node_id)
|
46
|
+
if cloud_db_system_id and not isinstance(cloud_db_system_id, str):
|
47
|
+
raise TypeError("Expected argument 'cloud_db_system_id' to be a str")
|
48
|
+
pulumi.set(__self__, "cloud_db_system_id", cloud_db_system_id)
|
49
|
+
if cloud_listener_id and not isinstance(cloud_listener_id, str):
|
50
|
+
raise TypeError("Expected argument 'cloud_listener_id' to be a str")
|
51
|
+
pulumi.set(__self__, "cloud_listener_id", cloud_listener_id)
|
52
|
+
if compartment_id and not isinstance(compartment_id, str):
|
53
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
54
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
55
|
+
if component_name and not isinstance(component_name, str):
|
56
|
+
raise TypeError("Expected argument 'component_name' to be a str")
|
57
|
+
pulumi.set(__self__, "component_name", component_name)
|
58
|
+
if dbaas_id and not isinstance(dbaas_id, str):
|
59
|
+
raise TypeError("Expected argument 'dbaas_id' to be a str")
|
60
|
+
pulumi.set(__self__, "dbaas_id", dbaas_id)
|
61
|
+
if defined_tags and not isinstance(defined_tags, dict):
|
62
|
+
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
63
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
64
|
+
if display_name and not isinstance(display_name, str):
|
65
|
+
raise TypeError("Expected argument 'display_name' to be a str")
|
66
|
+
pulumi.set(__self__, "display_name", display_name)
|
67
|
+
if endpoints and not isinstance(endpoints, list):
|
68
|
+
raise TypeError("Expected argument 'endpoints' to be a list")
|
69
|
+
pulumi.set(__self__, "endpoints", endpoints)
|
70
|
+
if freeform_tags and not isinstance(freeform_tags, dict):
|
71
|
+
raise TypeError("Expected argument 'freeform_tags' to be a dict")
|
72
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
73
|
+
if host_name and not isinstance(host_name, str):
|
74
|
+
raise TypeError("Expected argument 'host_name' to be a str")
|
75
|
+
pulumi.set(__self__, "host_name", host_name)
|
76
|
+
if id and not isinstance(id, str):
|
77
|
+
raise TypeError("Expected argument 'id' to be a str")
|
78
|
+
pulumi.set(__self__, "id", id)
|
79
|
+
if lifecycle_details and not isinstance(lifecycle_details, str):
|
80
|
+
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
81
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
82
|
+
if listener_alias and not isinstance(listener_alias, str):
|
83
|
+
raise TypeError("Expected argument 'listener_alias' to be a str")
|
84
|
+
pulumi.set(__self__, "listener_alias", listener_alias)
|
85
|
+
if listener_ora_location and not isinstance(listener_ora_location, str):
|
86
|
+
raise TypeError("Expected argument 'listener_ora_location' to be a str")
|
87
|
+
pulumi.set(__self__, "listener_ora_location", listener_ora_location)
|
88
|
+
if listener_type and not isinstance(listener_type, str):
|
89
|
+
raise TypeError("Expected argument 'listener_type' to be a str")
|
90
|
+
pulumi.set(__self__, "listener_type", listener_type)
|
91
|
+
if log_directory and not isinstance(log_directory, str):
|
92
|
+
raise TypeError("Expected argument 'log_directory' to be a str")
|
93
|
+
pulumi.set(__self__, "log_directory", log_directory)
|
94
|
+
if oracle_home and not isinstance(oracle_home, str):
|
95
|
+
raise TypeError("Expected argument 'oracle_home' to be a str")
|
96
|
+
pulumi.set(__self__, "oracle_home", oracle_home)
|
97
|
+
if serviced_asms and not isinstance(serviced_asms, list):
|
98
|
+
raise TypeError("Expected argument 'serviced_asms' to be a list")
|
99
|
+
pulumi.set(__self__, "serviced_asms", serviced_asms)
|
100
|
+
if serviced_databases and not isinstance(serviced_databases, list):
|
101
|
+
raise TypeError("Expected argument 'serviced_databases' to be a list")
|
102
|
+
pulumi.set(__self__, "serviced_databases", serviced_databases)
|
103
|
+
if state and not isinstance(state, str):
|
104
|
+
raise TypeError("Expected argument 'state' to be a str")
|
105
|
+
pulumi.set(__self__, "state", state)
|
106
|
+
if system_tags and not isinstance(system_tags, dict):
|
107
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
108
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
109
|
+
if time_created and not isinstance(time_created, str):
|
110
|
+
raise TypeError("Expected argument 'time_created' to be a str")
|
111
|
+
pulumi.set(__self__, "time_created", time_created)
|
112
|
+
if time_updated and not isinstance(time_updated, str):
|
113
|
+
raise TypeError("Expected argument 'time_updated' to be a str")
|
114
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
115
|
+
if trace_directory and not isinstance(trace_directory, str):
|
116
|
+
raise TypeError("Expected argument 'trace_directory' to be a str")
|
117
|
+
pulumi.set(__self__, "trace_directory", trace_directory)
|
118
|
+
if version and not isinstance(version, str):
|
119
|
+
raise TypeError("Expected argument 'version' to be a str")
|
120
|
+
pulumi.set(__self__, "version", version)
|
121
|
+
|
122
|
+
@_builtins.property
|
123
|
+
@pulumi.getter(name="additionalDetails")
|
124
|
+
def additional_details(self) -> Mapping[str, _builtins.str]:
|
125
|
+
"""
|
126
|
+
The additional details of the cloud listener defined in `{"key": "value"}` format. Example: `{"bar-key": "value"}`
|
127
|
+
"""
|
128
|
+
return pulumi.get(self, "additional_details")
|
129
|
+
|
130
|
+
@_builtins.property
|
131
|
+
@pulumi.getter(name="adrHomeDirectory")
|
132
|
+
def adr_home_directory(self) -> _builtins.str:
|
133
|
+
"""
|
134
|
+
The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
|
135
|
+
"""
|
136
|
+
return pulumi.get(self, "adr_home_directory")
|
137
|
+
|
138
|
+
@_builtins.property
|
139
|
+
@pulumi.getter(name="cloudConnectorId")
|
140
|
+
def cloud_connector_id(self) -> _builtins.str:
|
141
|
+
"""
|
142
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud connector.
|
143
|
+
"""
|
144
|
+
return pulumi.get(self, "cloud_connector_id")
|
145
|
+
|
146
|
+
@_builtins.property
|
147
|
+
@pulumi.getter(name="cloudDbHomeId")
|
148
|
+
def cloud_db_home_id(self) -> _builtins.str:
|
149
|
+
"""
|
150
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB home.
|
151
|
+
"""
|
152
|
+
return pulumi.get(self, "cloud_db_home_id")
|
153
|
+
|
154
|
+
@_builtins.property
|
155
|
+
@pulumi.getter(name="cloudDbNodeId")
|
156
|
+
def cloud_db_node_id(self) -> _builtins.str:
|
157
|
+
"""
|
158
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB node.
|
159
|
+
"""
|
160
|
+
return pulumi.get(self, "cloud_db_node_id")
|
161
|
+
|
162
|
+
@_builtins.property
|
163
|
+
@pulumi.getter(name="cloudDbSystemId")
|
164
|
+
def cloud_db_system_id(self) -> _builtins.str:
|
165
|
+
"""
|
166
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system that the listener is a part of.
|
167
|
+
"""
|
168
|
+
return pulumi.get(self, "cloud_db_system_id")
|
169
|
+
|
170
|
+
@_builtins.property
|
171
|
+
@pulumi.getter(name="cloudListenerId")
|
172
|
+
def cloud_listener_id(self) -> _builtins.str:
|
173
|
+
return pulumi.get(self, "cloud_listener_id")
|
174
|
+
|
175
|
+
@_builtins.property
|
176
|
+
@pulumi.getter(name="compartmentId")
|
177
|
+
def compartment_id(self) -> _builtins.str:
|
178
|
+
"""
|
179
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the cloud database resides.
|
180
|
+
"""
|
181
|
+
return pulumi.get(self, "compartment_id")
|
182
|
+
|
183
|
+
@_builtins.property
|
184
|
+
@pulumi.getter(name="componentName")
|
185
|
+
def component_name(self) -> _builtins.str:
|
186
|
+
"""
|
187
|
+
The name of the cloud listener.
|
188
|
+
"""
|
189
|
+
return pulumi.get(self, "component_name")
|
190
|
+
|
191
|
+
@_builtins.property
|
192
|
+
@pulumi.getter(name="dbaasId")
|
193
|
+
def dbaas_id(self) -> _builtins.str:
|
194
|
+
"""
|
195
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
|
196
|
+
"""
|
197
|
+
return pulumi.get(self, "dbaas_id")
|
198
|
+
|
199
|
+
@_builtins.property
|
200
|
+
@pulumi.getter(name="definedTags")
|
201
|
+
def defined_tags(self) -> Mapping[str, _builtins.str]:
|
202
|
+
"""
|
203
|
+
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"}`
|
204
|
+
"""
|
205
|
+
return pulumi.get(self, "defined_tags")
|
206
|
+
|
207
|
+
@_builtins.property
|
208
|
+
@pulumi.getter(name="displayName")
|
209
|
+
def display_name(self) -> _builtins.str:
|
210
|
+
"""
|
211
|
+
The user-friendly name for the database. The name does not have to be unique.
|
212
|
+
"""
|
213
|
+
return pulumi.get(self, "display_name")
|
214
|
+
|
215
|
+
@_builtins.property
|
216
|
+
@pulumi.getter
|
217
|
+
def endpoints(self) -> Sequence['outputs.GetCloudListenerEndpointResult']:
|
218
|
+
"""
|
219
|
+
The list of protocol addresses the listener is configured to listen on.
|
220
|
+
"""
|
221
|
+
return pulumi.get(self, "endpoints")
|
222
|
+
|
223
|
+
@_builtins.property
|
224
|
+
@pulumi.getter(name="freeformTags")
|
225
|
+
def freeform_tags(self) -> Mapping[str, _builtins.str]:
|
226
|
+
"""
|
227
|
+
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"}`
|
228
|
+
"""
|
229
|
+
return pulumi.get(self, "freeform_tags")
|
230
|
+
|
231
|
+
@_builtins.property
|
232
|
+
@pulumi.getter(name="hostName")
|
233
|
+
def host_name(self) -> _builtins.str:
|
234
|
+
"""
|
235
|
+
The name of the host on which the cloud listener is running.
|
236
|
+
"""
|
237
|
+
return pulumi.get(self, "host_name")
|
238
|
+
|
239
|
+
@_builtins.property
|
240
|
+
@pulumi.getter
|
241
|
+
def id(self) -> _builtins.str:
|
242
|
+
"""
|
243
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud database.
|
244
|
+
"""
|
245
|
+
return pulumi.get(self, "id")
|
246
|
+
|
247
|
+
@_builtins.property
|
248
|
+
@pulumi.getter(name="lifecycleDetails")
|
249
|
+
def lifecycle_details(self) -> _builtins.str:
|
250
|
+
"""
|
251
|
+
Additional information about the current lifecycle state.
|
252
|
+
"""
|
253
|
+
return pulumi.get(self, "lifecycle_details")
|
254
|
+
|
255
|
+
@_builtins.property
|
256
|
+
@pulumi.getter(name="listenerAlias")
|
257
|
+
def listener_alias(self) -> _builtins.str:
|
258
|
+
"""
|
259
|
+
The listener alias.
|
260
|
+
"""
|
261
|
+
return pulumi.get(self, "listener_alias")
|
262
|
+
|
263
|
+
@_builtins.property
|
264
|
+
@pulumi.getter(name="listenerOraLocation")
|
265
|
+
def listener_ora_location(self) -> _builtins.str:
|
266
|
+
"""
|
267
|
+
The location of the listener configuration file listener.ora.
|
268
|
+
"""
|
269
|
+
return pulumi.get(self, "listener_ora_location")
|
270
|
+
|
271
|
+
@_builtins.property
|
272
|
+
@pulumi.getter(name="listenerType")
|
273
|
+
def listener_type(self) -> _builtins.str:
|
274
|
+
"""
|
275
|
+
The type of listener.
|
276
|
+
"""
|
277
|
+
return pulumi.get(self, "listener_type")
|
278
|
+
|
279
|
+
@_builtins.property
|
280
|
+
@pulumi.getter(name="logDirectory")
|
281
|
+
def log_directory(self) -> _builtins.str:
|
282
|
+
"""
|
283
|
+
The destination directory of the listener log file.
|
284
|
+
"""
|
285
|
+
return pulumi.get(self, "log_directory")
|
286
|
+
|
287
|
+
@_builtins.property
|
288
|
+
@pulumi.getter(name="oracleHome")
|
289
|
+
def oracle_home(self) -> _builtins.str:
|
290
|
+
"""
|
291
|
+
The Oracle home location of the listener.
|
292
|
+
"""
|
293
|
+
return pulumi.get(self, "oracle_home")
|
294
|
+
|
295
|
+
@_builtins.property
|
296
|
+
@pulumi.getter(name="servicedAsms")
|
297
|
+
def serviced_asms(self) -> Sequence['outputs.GetCloudListenerServicedAsmResult']:
|
298
|
+
"""
|
299
|
+
The list of ASMs that are serviced by the listener.
|
300
|
+
"""
|
301
|
+
return pulumi.get(self, "serviced_asms")
|
302
|
+
|
303
|
+
@_builtins.property
|
304
|
+
@pulumi.getter(name="servicedDatabases")
|
305
|
+
def serviced_databases(self) -> Sequence['outputs.GetCloudListenerServicedDatabaseResult']:
|
306
|
+
"""
|
307
|
+
The list of databases that are serviced by the listener.
|
308
|
+
"""
|
309
|
+
return pulumi.get(self, "serviced_databases")
|
310
|
+
|
311
|
+
@_builtins.property
|
312
|
+
@pulumi.getter
|
313
|
+
def state(self) -> _builtins.str:
|
314
|
+
"""
|
315
|
+
The current lifecycle state of the cloud listener.
|
316
|
+
"""
|
317
|
+
return pulumi.get(self, "state")
|
318
|
+
|
319
|
+
@_builtins.property
|
320
|
+
@pulumi.getter(name="systemTags")
|
321
|
+
def system_tags(self) -> Mapping[str, _builtins.str]:
|
322
|
+
"""
|
323
|
+
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"}`
|
324
|
+
"""
|
325
|
+
return pulumi.get(self, "system_tags")
|
326
|
+
|
327
|
+
@_builtins.property
|
328
|
+
@pulumi.getter(name="timeCreated")
|
329
|
+
def time_created(self) -> _builtins.str:
|
330
|
+
"""
|
331
|
+
The date and time the cloud listener was created.
|
332
|
+
"""
|
333
|
+
return pulumi.get(self, "time_created")
|
334
|
+
|
335
|
+
@_builtins.property
|
336
|
+
@pulumi.getter(name="timeUpdated")
|
337
|
+
def time_updated(self) -> _builtins.str:
|
338
|
+
"""
|
339
|
+
The date and time the cloud listener was last updated.
|
340
|
+
"""
|
341
|
+
return pulumi.get(self, "time_updated")
|
342
|
+
|
343
|
+
@_builtins.property
|
344
|
+
@pulumi.getter(name="traceDirectory")
|
345
|
+
def trace_directory(self) -> _builtins.str:
|
346
|
+
"""
|
347
|
+
The destination directory of the listener trace file.
|
348
|
+
"""
|
349
|
+
return pulumi.get(self, "trace_directory")
|
350
|
+
|
351
|
+
@_builtins.property
|
352
|
+
@pulumi.getter
|
353
|
+
def version(self) -> _builtins.str:
|
354
|
+
"""
|
355
|
+
The listener version.
|
356
|
+
"""
|
357
|
+
return pulumi.get(self, "version")
|
358
|
+
|
359
|
+
|
360
|
+
class AwaitableGetCloudListenerResult(GetCloudListenerResult):
|
361
|
+
# pylint: disable=using-constant-test
|
362
|
+
def __await__(self):
|
363
|
+
if False:
|
364
|
+
yield self
|
365
|
+
return GetCloudListenerResult(
|
366
|
+
additional_details=self.additional_details,
|
367
|
+
adr_home_directory=self.adr_home_directory,
|
368
|
+
cloud_connector_id=self.cloud_connector_id,
|
369
|
+
cloud_db_home_id=self.cloud_db_home_id,
|
370
|
+
cloud_db_node_id=self.cloud_db_node_id,
|
371
|
+
cloud_db_system_id=self.cloud_db_system_id,
|
372
|
+
cloud_listener_id=self.cloud_listener_id,
|
373
|
+
compartment_id=self.compartment_id,
|
374
|
+
component_name=self.component_name,
|
375
|
+
dbaas_id=self.dbaas_id,
|
376
|
+
defined_tags=self.defined_tags,
|
377
|
+
display_name=self.display_name,
|
378
|
+
endpoints=self.endpoints,
|
379
|
+
freeform_tags=self.freeform_tags,
|
380
|
+
host_name=self.host_name,
|
381
|
+
id=self.id,
|
382
|
+
lifecycle_details=self.lifecycle_details,
|
383
|
+
listener_alias=self.listener_alias,
|
384
|
+
listener_ora_location=self.listener_ora_location,
|
385
|
+
listener_type=self.listener_type,
|
386
|
+
log_directory=self.log_directory,
|
387
|
+
oracle_home=self.oracle_home,
|
388
|
+
serviced_asms=self.serviced_asms,
|
389
|
+
serviced_databases=self.serviced_databases,
|
390
|
+
state=self.state,
|
391
|
+
system_tags=self.system_tags,
|
392
|
+
time_created=self.time_created,
|
393
|
+
time_updated=self.time_updated,
|
394
|
+
trace_directory=self.trace_directory,
|
395
|
+
version=self.version)
|
396
|
+
|
397
|
+
|
398
|
+
def get_cloud_listener(cloud_listener_id: Optional[_builtins.str] = None,
|
399
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCloudListenerResult:
|
400
|
+
"""
|
401
|
+
This data source provides details about a specific Cloud Listener resource in Oracle Cloud Infrastructure Database Management service.
|
402
|
+
|
403
|
+
Gets the details for the cloud listener specified by `cloudListenerId`.
|
404
|
+
|
405
|
+
## Example Usage
|
406
|
+
|
407
|
+
```python
|
408
|
+
import pulumi
|
409
|
+
import pulumi_oci as oci
|
410
|
+
|
411
|
+
test_cloud_listener = oci.DatabaseManagement.get_cloud_listener(cloud_listener_id=test_cloud_listener_oci_database_management_cloud_listener["id"])
|
412
|
+
```
|
413
|
+
|
414
|
+
|
415
|
+
:param _builtins.str cloud_listener_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud listener.
|
416
|
+
"""
|
417
|
+
__args__ = dict()
|
418
|
+
__args__['cloudListenerId'] = cloud_listener_id
|
419
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
420
|
+
__ret__ = pulumi.runtime.invoke('oci:DatabaseManagement/getCloudListener:getCloudListener', __args__, opts=opts, typ=GetCloudListenerResult).value
|
421
|
+
|
422
|
+
return AwaitableGetCloudListenerResult(
|
423
|
+
additional_details=pulumi.get(__ret__, 'additional_details'),
|
424
|
+
adr_home_directory=pulumi.get(__ret__, 'adr_home_directory'),
|
425
|
+
cloud_connector_id=pulumi.get(__ret__, 'cloud_connector_id'),
|
426
|
+
cloud_db_home_id=pulumi.get(__ret__, 'cloud_db_home_id'),
|
427
|
+
cloud_db_node_id=pulumi.get(__ret__, 'cloud_db_node_id'),
|
428
|
+
cloud_db_system_id=pulumi.get(__ret__, 'cloud_db_system_id'),
|
429
|
+
cloud_listener_id=pulumi.get(__ret__, 'cloud_listener_id'),
|
430
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
431
|
+
component_name=pulumi.get(__ret__, 'component_name'),
|
432
|
+
dbaas_id=pulumi.get(__ret__, 'dbaas_id'),
|
433
|
+
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
434
|
+
display_name=pulumi.get(__ret__, 'display_name'),
|
435
|
+
endpoints=pulumi.get(__ret__, 'endpoints'),
|
436
|
+
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
437
|
+
host_name=pulumi.get(__ret__, 'host_name'),
|
438
|
+
id=pulumi.get(__ret__, 'id'),
|
439
|
+
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
440
|
+
listener_alias=pulumi.get(__ret__, 'listener_alias'),
|
441
|
+
listener_ora_location=pulumi.get(__ret__, 'listener_ora_location'),
|
442
|
+
listener_type=pulumi.get(__ret__, 'listener_type'),
|
443
|
+
log_directory=pulumi.get(__ret__, 'log_directory'),
|
444
|
+
oracle_home=pulumi.get(__ret__, 'oracle_home'),
|
445
|
+
serviced_asms=pulumi.get(__ret__, 'serviced_asms'),
|
446
|
+
serviced_databases=pulumi.get(__ret__, 'serviced_databases'),
|
447
|
+
state=pulumi.get(__ret__, 'state'),
|
448
|
+
system_tags=pulumi.get(__ret__, 'system_tags'),
|
449
|
+
time_created=pulumi.get(__ret__, 'time_created'),
|
450
|
+
time_updated=pulumi.get(__ret__, 'time_updated'),
|
451
|
+
trace_directory=pulumi.get(__ret__, 'trace_directory'),
|
452
|
+
version=pulumi.get(__ret__, 'version'))
|
453
|
+
def get_cloud_listener_output(cloud_listener_id: Optional[pulumi.Input[_builtins.str]] = None,
|
454
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCloudListenerResult]:
|
455
|
+
"""
|
456
|
+
This data source provides details about a specific Cloud Listener resource in Oracle Cloud Infrastructure Database Management service.
|
457
|
+
|
458
|
+
Gets the details for the cloud listener specified by `cloudListenerId`.
|
459
|
+
|
460
|
+
## Example Usage
|
461
|
+
|
462
|
+
```python
|
463
|
+
import pulumi
|
464
|
+
import pulumi_oci as oci
|
465
|
+
|
466
|
+
test_cloud_listener = oci.DatabaseManagement.get_cloud_listener(cloud_listener_id=test_cloud_listener_oci_database_management_cloud_listener["id"])
|
467
|
+
```
|
468
|
+
|
469
|
+
|
470
|
+
:param _builtins.str cloud_listener_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud listener.
|
471
|
+
"""
|
472
|
+
__args__ = dict()
|
473
|
+
__args__['cloudListenerId'] = cloud_listener_id
|
474
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
475
|
+
__ret__ = pulumi.runtime.invoke_output('oci:DatabaseManagement/getCloudListener:getCloudListener', __args__, opts=opts, typ=GetCloudListenerResult)
|
476
|
+
return __ret__.apply(lambda __response__: GetCloudListenerResult(
|
477
|
+
additional_details=pulumi.get(__response__, 'additional_details'),
|
478
|
+
adr_home_directory=pulumi.get(__response__, 'adr_home_directory'),
|
479
|
+
cloud_connector_id=pulumi.get(__response__, 'cloud_connector_id'),
|
480
|
+
cloud_db_home_id=pulumi.get(__response__, 'cloud_db_home_id'),
|
481
|
+
cloud_db_node_id=pulumi.get(__response__, 'cloud_db_node_id'),
|
482
|
+
cloud_db_system_id=pulumi.get(__response__, 'cloud_db_system_id'),
|
483
|
+
cloud_listener_id=pulumi.get(__response__, 'cloud_listener_id'),
|
484
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
485
|
+
component_name=pulumi.get(__response__, 'component_name'),
|
486
|
+
dbaas_id=pulumi.get(__response__, 'dbaas_id'),
|
487
|
+
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
488
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
489
|
+
endpoints=pulumi.get(__response__, 'endpoints'),
|
490
|
+
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
491
|
+
host_name=pulumi.get(__response__, 'host_name'),
|
492
|
+
id=pulumi.get(__response__, 'id'),
|
493
|
+
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
494
|
+
listener_alias=pulumi.get(__response__, 'listener_alias'),
|
495
|
+
listener_ora_location=pulumi.get(__response__, 'listener_ora_location'),
|
496
|
+
listener_type=pulumi.get(__response__, 'listener_type'),
|
497
|
+
log_directory=pulumi.get(__response__, 'log_directory'),
|
498
|
+
oracle_home=pulumi.get(__response__, 'oracle_home'),
|
499
|
+
serviced_asms=pulumi.get(__response__, 'serviced_asms'),
|
500
|
+
serviced_databases=pulumi.get(__response__, 'serviced_databases'),
|
501
|
+
state=pulumi.get(__response__, 'state'),
|
502
|
+
system_tags=pulumi.get(__response__, 'system_tags'),
|
503
|
+
time_created=pulumi.get(__response__, 'time_created'),
|
504
|
+
time_updated=pulumi.get(__response__, 'time_updated'),
|
505
|
+
trace_directory=pulumi.get(__response__, 'trace_directory'),
|
506
|
+
version=pulumi.get(__response__, 'version')))
|