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,187 @@
|
|
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
|
+
'GetCloudListenerServicesResult',
|
21
|
+
'AwaitableGetCloudListenerServicesResult',
|
22
|
+
'get_cloud_listener_services',
|
23
|
+
'get_cloud_listener_services_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetCloudListenerServicesResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getCloudListenerServices.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, cloud_listener_id=None, cloud_listener_service_collections=None, filters=None, id=None, managed_database_id=None, opc_named_credential_id=None):
|
32
|
+
if cloud_listener_id and not isinstance(cloud_listener_id, str):
|
33
|
+
raise TypeError("Expected argument 'cloud_listener_id' to be a str")
|
34
|
+
pulumi.set(__self__, "cloud_listener_id", cloud_listener_id)
|
35
|
+
if cloud_listener_service_collections and not isinstance(cloud_listener_service_collections, list):
|
36
|
+
raise TypeError("Expected argument 'cloud_listener_service_collections' to be a list")
|
37
|
+
pulumi.set(__self__, "cloud_listener_service_collections", cloud_listener_service_collections)
|
38
|
+
if filters and not isinstance(filters, list):
|
39
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
40
|
+
pulumi.set(__self__, "filters", filters)
|
41
|
+
if id and not isinstance(id, str):
|
42
|
+
raise TypeError("Expected argument 'id' to be a str")
|
43
|
+
pulumi.set(__self__, "id", id)
|
44
|
+
if managed_database_id and not isinstance(managed_database_id, str):
|
45
|
+
raise TypeError("Expected argument 'managed_database_id' to be a str")
|
46
|
+
pulumi.set(__self__, "managed_database_id", managed_database_id)
|
47
|
+
if opc_named_credential_id and not isinstance(opc_named_credential_id, str):
|
48
|
+
raise TypeError("Expected argument 'opc_named_credential_id' to be a str")
|
49
|
+
pulumi.set(__self__, "opc_named_credential_id", opc_named_credential_id)
|
50
|
+
|
51
|
+
@_builtins.property
|
52
|
+
@pulumi.getter(name="cloudListenerId")
|
53
|
+
def cloud_listener_id(self) -> _builtins.str:
|
54
|
+
return pulumi.get(self, "cloud_listener_id")
|
55
|
+
|
56
|
+
@_builtins.property
|
57
|
+
@pulumi.getter(name="cloudListenerServiceCollections")
|
58
|
+
def cloud_listener_service_collections(self) -> Sequence['outputs.GetCloudListenerServicesCloudListenerServiceCollectionResult']:
|
59
|
+
"""
|
60
|
+
The list of cloud_listener_service_collection.
|
61
|
+
"""
|
62
|
+
return pulumi.get(self, "cloud_listener_service_collections")
|
63
|
+
|
64
|
+
@_builtins.property
|
65
|
+
@pulumi.getter
|
66
|
+
def filters(self) -> Optional[Sequence['outputs.GetCloudListenerServicesFilterResult']]:
|
67
|
+
return pulumi.get(self, "filters")
|
68
|
+
|
69
|
+
@_builtins.property
|
70
|
+
@pulumi.getter
|
71
|
+
def id(self) -> _builtins.str:
|
72
|
+
"""
|
73
|
+
The provider-assigned unique ID for this managed resource.
|
74
|
+
"""
|
75
|
+
return pulumi.get(self, "id")
|
76
|
+
|
77
|
+
@_builtins.property
|
78
|
+
@pulumi.getter(name="managedDatabaseId")
|
79
|
+
def managed_database_id(self) -> _builtins.str:
|
80
|
+
"""
|
81
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Managed Database.
|
82
|
+
"""
|
83
|
+
return pulumi.get(self, "managed_database_id")
|
84
|
+
|
85
|
+
@_builtins.property
|
86
|
+
@pulumi.getter(name="opcNamedCredentialId")
|
87
|
+
def opc_named_credential_id(self) -> Optional[_builtins.str]:
|
88
|
+
return pulumi.get(self, "opc_named_credential_id")
|
89
|
+
|
90
|
+
|
91
|
+
class AwaitableGetCloudListenerServicesResult(GetCloudListenerServicesResult):
|
92
|
+
# pylint: disable=using-constant-test
|
93
|
+
def __await__(self):
|
94
|
+
if False:
|
95
|
+
yield self
|
96
|
+
return GetCloudListenerServicesResult(
|
97
|
+
cloud_listener_id=self.cloud_listener_id,
|
98
|
+
cloud_listener_service_collections=self.cloud_listener_service_collections,
|
99
|
+
filters=self.filters,
|
100
|
+
id=self.id,
|
101
|
+
managed_database_id=self.managed_database_id,
|
102
|
+
opc_named_credential_id=self.opc_named_credential_id)
|
103
|
+
|
104
|
+
|
105
|
+
def get_cloud_listener_services(cloud_listener_id: Optional[_builtins.str] = None,
|
106
|
+
filters: Optional[Sequence[Union['GetCloudListenerServicesFilterArgs', 'GetCloudListenerServicesFilterArgsDict']]] = None,
|
107
|
+
managed_database_id: Optional[_builtins.str] = None,
|
108
|
+
opc_named_credential_id: Optional[_builtins.str] = None,
|
109
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCloudListenerServicesResult:
|
110
|
+
"""
|
111
|
+
This data source provides the list of Cloud Listener Services in Oracle Cloud Infrastructure Database Management service.
|
112
|
+
|
113
|
+
Lists the database services registered with the specified cloud listener
|
114
|
+
for the specified Managed Database.
|
115
|
+
|
116
|
+
## Example Usage
|
117
|
+
|
118
|
+
```python
|
119
|
+
import pulumi
|
120
|
+
import pulumi_oci as oci
|
121
|
+
|
122
|
+
test_cloud_listener_services = oci.DatabaseManagement.get_cloud_listener_services(cloud_listener_id=test_cloud_listener["id"],
|
123
|
+
managed_database_id=test_managed_database["id"],
|
124
|
+
opc_named_credential_id=cloud_listener_service_opc_named_credential_id)
|
125
|
+
```
|
126
|
+
|
127
|
+
|
128
|
+
:param _builtins.str cloud_listener_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud listener.
|
129
|
+
:param _builtins.str managed_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Managed Database.
|
130
|
+
:param _builtins.str opc_named_credential_id: The OCID of the Named Credential.
|
131
|
+
"""
|
132
|
+
__args__ = dict()
|
133
|
+
__args__['cloudListenerId'] = cloud_listener_id
|
134
|
+
__args__['filters'] = filters
|
135
|
+
__args__['managedDatabaseId'] = managed_database_id
|
136
|
+
__args__['opcNamedCredentialId'] = opc_named_credential_id
|
137
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
138
|
+
__ret__ = pulumi.runtime.invoke('oci:DatabaseManagement/getCloudListenerServices:getCloudListenerServices', __args__, opts=opts, typ=GetCloudListenerServicesResult).value
|
139
|
+
|
140
|
+
return AwaitableGetCloudListenerServicesResult(
|
141
|
+
cloud_listener_id=pulumi.get(__ret__, 'cloud_listener_id'),
|
142
|
+
cloud_listener_service_collections=pulumi.get(__ret__, 'cloud_listener_service_collections'),
|
143
|
+
filters=pulumi.get(__ret__, 'filters'),
|
144
|
+
id=pulumi.get(__ret__, 'id'),
|
145
|
+
managed_database_id=pulumi.get(__ret__, 'managed_database_id'),
|
146
|
+
opc_named_credential_id=pulumi.get(__ret__, 'opc_named_credential_id'))
|
147
|
+
def get_cloud_listener_services_output(cloud_listener_id: Optional[pulumi.Input[_builtins.str]] = None,
|
148
|
+
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetCloudListenerServicesFilterArgs', 'GetCloudListenerServicesFilterArgsDict']]]]] = None,
|
149
|
+
managed_database_id: Optional[pulumi.Input[_builtins.str]] = None,
|
150
|
+
opc_named_credential_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
151
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCloudListenerServicesResult]:
|
152
|
+
"""
|
153
|
+
This data source provides the list of Cloud Listener Services in Oracle Cloud Infrastructure Database Management service.
|
154
|
+
|
155
|
+
Lists the database services registered with the specified cloud listener
|
156
|
+
for the specified Managed Database.
|
157
|
+
|
158
|
+
## Example Usage
|
159
|
+
|
160
|
+
```python
|
161
|
+
import pulumi
|
162
|
+
import pulumi_oci as oci
|
163
|
+
|
164
|
+
test_cloud_listener_services = oci.DatabaseManagement.get_cloud_listener_services(cloud_listener_id=test_cloud_listener["id"],
|
165
|
+
managed_database_id=test_managed_database["id"],
|
166
|
+
opc_named_credential_id=cloud_listener_service_opc_named_credential_id)
|
167
|
+
```
|
168
|
+
|
169
|
+
|
170
|
+
:param _builtins.str cloud_listener_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud listener.
|
171
|
+
:param _builtins.str managed_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Managed Database.
|
172
|
+
:param _builtins.str opc_named_credential_id: The OCID of the Named Credential.
|
173
|
+
"""
|
174
|
+
__args__ = dict()
|
175
|
+
__args__['cloudListenerId'] = cloud_listener_id
|
176
|
+
__args__['filters'] = filters
|
177
|
+
__args__['managedDatabaseId'] = managed_database_id
|
178
|
+
__args__['opcNamedCredentialId'] = opc_named_credential_id
|
179
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
180
|
+
__ret__ = pulumi.runtime.invoke_output('oci:DatabaseManagement/getCloudListenerServices:getCloudListenerServices', __args__, opts=opts, typ=GetCloudListenerServicesResult)
|
181
|
+
return __ret__.apply(lambda __response__: GetCloudListenerServicesResult(
|
182
|
+
cloud_listener_id=pulumi.get(__response__, 'cloud_listener_id'),
|
183
|
+
cloud_listener_service_collections=pulumi.get(__response__, 'cloud_listener_service_collections'),
|
184
|
+
filters=pulumi.get(__response__, 'filters'),
|
185
|
+
id=pulumi.get(__response__, 'id'),
|
186
|
+
managed_database_id=pulumi.get(__response__, 'managed_database_id'),
|
187
|
+
opc_named_credential_id=pulumi.get(__response__, 'opc_named_credential_id')))
|
@@ -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
|
+
'GetCloudListenersResult',
|
21
|
+
'AwaitableGetCloudListenersResult',
|
22
|
+
'get_cloud_listeners',
|
23
|
+
'get_cloud_listeners_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetCloudListenersResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getCloudListeners.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, cloud_db_system_id=None, cloud_listener_collections=None, compartment_id=None, display_name=None, filters=None, id=None):
|
32
|
+
if cloud_db_system_id and not isinstance(cloud_db_system_id, str):
|
33
|
+
raise TypeError("Expected argument 'cloud_db_system_id' to be a str")
|
34
|
+
pulumi.set(__self__, "cloud_db_system_id", cloud_db_system_id)
|
35
|
+
if cloud_listener_collections and not isinstance(cloud_listener_collections, list):
|
36
|
+
raise TypeError("Expected argument 'cloud_listener_collections' to be a list")
|
37
|
+
pulumi.set(__self__, "cloud_listener_collections", cloud_listener_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="cloudDbSystemId")
|
53
|
+
def cloud_db_system_id(self) -> Optional[_builtins.str]:
|
54
|
+
"""
|
55
|
+
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.
|
56
|
+
"""
|
57
|
+
return pulumi.get(self, "cloud_db_system_id")
|
58
|
+
|
59
|
+
@_builtins.property
|
60
|
+
@pulumi.getter(name="cloudListenerCollections")
|
61
|
+
def cloud_listener_collections(self) -> Sequence['outputs.GetCloudListenersCloudListenerCollectionResult']:
|
62
|
+
"""
|
63
|
+
The list of cloud_listener_collection.
|
64
|
+
"""
|
65
|
+
return pulumi.get(self, "cloud_listener_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 in which the cloud database resides.
|
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 database. 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.GetCloudListenersFilterResult']]:
|
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 AwaitableGetCloudListenersResult(GetCloudListenersResult):
|
98
|
+
# pylint: disable=using-constant-test
|
99
|
+
def __await__(self):
|
100
|
+
if False:
|
101
|
+
yield self
|
102
|
+
return GetCloudListenersResult(
|
103
|
+
cloud_db_system_id=self.cloud_db_system_id,
|
104
|
+
cloud_listener_collections=self.cloud_listener_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_listeners(cloud_db_system_id: Optional[_builtins.str] = None,
|
112
|
+
compartment_id: Optional[_builtins.str] = None,
|
113
|
+
display_name: Optional[_builtins.str] = None,
|
114
|
+
filters: Optional[Sequence[Union['GetCloudListenersFilterArgs', 'GetCloudListenersFilterArgsDict']]] = None,
|
115
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCloudListenersResult:
|
116
|
+
"""
|
117
|
+
This data source provides the list of Cloud Listeners in Oracle Cloud Infrastructure Database Management service.
|
118
|
+
|
119
|
+
Lists the listeners in the specified cloud DB system.
|
120
|
+
|
121
|
+
## Example Usage
|
122
|
+
|
123
|
+
```python
|
124
|
+
import pulumi
|
125
|
+
import pulumi_oci as oci
|
126
|
+
|
127
|
+
test_cloud_listeners = oci.DatabaseManagement.get_cloud_listeners(cloud_db_system_id=test_cloud_db_system["id"],
|
128
|
+
compartment_id=compartment_id,
|
129
|
+
display_name=cloud_listener_display_name)
|
130
|
+
```
|
131
|
+
|
132
|
+
|
133
|
+
:param _builtins.str cloud_db_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system.
|
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__['cloudDbSystemId'] = cloud_db_system_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/getCloudListeners:getCloudListeners', __args__, opts=opts, typ=GetCloudListenersResult).value
|
144
|
+
|
145
|
+
return AwaitableGetCloudListenersResult(
|
146
|
+
cloud_db_system_id=pulumi.get(__ret__, 'cloud_db_system_id'),
|
147
|
+
cloud_listener_collections=pulumi.get(__ret__, 'cloud_listener_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_listeners_output(cloud_db_system_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['GetCloudListenersFilterArgs', 'GetCloudListenersFilterArgsDict']]]]] = None,
|
156
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCloudListenersResult]:
|
157
|
+
"""
|
158
|
+
This data source provides the list of Cloud Listeners in Oracle Cloud Infrastructure Database Management service.
|
159
|
+
|
160
|
+
Lists the listeners in the specified cloud DB system.
|
161
|
+
|
162
|
+
## Example Usage
|
163
|
+
|
164
|
+
```python
|
165
|
+
import pulumi
|
166
|
+
import pulumi_oci as oci
|
167
|
+
|
168
|
+
test_cloud_listeners = oci.DatabaseManagement.get_cloud_listeners(cloud_db_system_id=test_cloud_db_system["id"],
|
169
|
+
compartment_id=compartment_id,
|
170
|
+
display_name=cloud_listener_display_name)
|
171
|
+
```
|
172
|
+
|
173
|
+
|
174
|
+
:param _builtins.str cloud_db_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system.
|
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__['cloudDbSystemId'] = cloud_db_system_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/getCloudListeners:getCloudListeners', __args__, opts=opts, typ=GetCloudListenersResult)
|
185
|
+
return __ret__.apply(lambda __response__: GetCloudListenersResult(
|
186
|
+
cloud_db_system_id=pulumi.get(__response__, 'cloud_db_system_id'),
|
187
|
+
cloud_listener_collections=pulumi.get(__response__, 'cloud_listener_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')))
|
@@ -317,7 +317,7 @@ def get_managed_database(database_platform_name: Optional[_builtins.str] = None,
|
|
317
317
|
"""
|
318
318
|
This data source provides details about a specific Managed Database resource in Oracle Cloud Infrastructure Database Management service.
|
319
319
|
|
320
|
-
Gets the details
|
320
|
+
Gets the details of the Managed Database specified by managedDatabaseId.
|
321
321
|
|
322
322
|
## Example Usage
|
323
323
|
|
@@ -368,7 +368,7 @@ def get_managed_database_output(database_platform_name: Optional[pulumi.Input[Op
|
|
368
368
|
"""
|
369
369
|
This data source provides details about a specific Managed Database resource in Oracle Cloud Infrastructure Database Management service.
|
370
370
|
|
371
|
-
Gets the details
|
371
|
+
Gets the details of the Managed Database specified by managedDatabaseId.
|
372
372
|
|
373
373
|
## Example Usage
|
374
374
|
|
@@ -184,7 +184,7 @@ def get_managed_database_group(managed_database_group_id: Optional[_builtins.str
|
|
184
184
|
"""
|
185
185
|
This data source provides details about a specific Managed Database Group resource in Oracle Cloud Infrastructure Database Management service.
|
186
186
|
|
187
|
-
Gets the details
|
187
|
+
Gets the details of the Managed Database Group specified by managedDatabaseGroupId.
|
188
188
|
|
189
189
|
## Example Usage
|
190
190
|
|
@@ -221,7 +221,7 @@ def get_managed_database_group_output(managed_database_group_id: Optional[pulumi
|
|
221
221
|
"""
|
222
222
|
This data source provides details about a specific Managed Database Group resource in Oracle Cloud Infrastructure Database Management service.
|
223
223
|
|
224
|
-
Gets the details
|
224
|
+
Gets the details of the Managed Database Group specified by managedDatabaseGroupId.
|
225
225
|
|
226
226
|
## Example Usage
|
227
227
|
|
@@ -56,7 +56,7 @@ class GetManagedMySqlDatabaseBinaryLogInformationResult:
|
|
56
56
|
@pulumi.getter(name="binaryLogCompression")
|
57
57
|
def binary_log_compression(self) -> _builtins.str:
|
58
58
|
"""
|
59
|
-
Indicates whether compression is enabled for transactions written to binary log files on
|
59
|
+
Indicates whether compression is enabled for transactions written to binary log files on the MySQL server.
|
60
60
|
"""
|
61
61
|
return pulumi.get(self, "binary_log_compression")
|
62
62
|
|
@@ -64,7 +64,7 @@ class GetManagedMySqlDatabaseBinaryLogInformationResult:
|
|
64
64
|
@pulumi.getter(name="binaryLogCompressionPercent")
|
65
65
|
def binary_log_compression_percent(self) -> _builtins.int:
|
66
66
|
"""
|
67
|
-
The compression ratio for binary log expressed as a percentage.
|
67
|
+
The compression ratio for the binary log, expressed as a percentage.
|
68
68
|
"""
|
69
69
|
return pulumi.get(self, "binary_log_compression_percent")
|
70
70
|
|
@@ -72,7 +72,7 @@ class GetManagedMySqlDatabaseBinaryLogInformationResult:
|
|
72
72
|
@pulumi.getter(name="binaryLogFormat")
|
73
73
|
def binary_log_format(self) -> _builtins.str:
|
74
74
|
"""
|
75
|
-
The binary logging format used by
|
75
|
+
The binary logging format used by the MySQL server.
|
76
76
|
"""
|
77
77
|
return pulumi.get(self, "binary_log_format")
|
78
78
|
|
@@ -96,7 +96,7 @@ class GetManagedMySqlDatabaseBinaryLogInformationResult:
|
|
96
96
|
@pulumi.getter(name="binaryLogging")
|
97
97
|
def binary_logging(self) -> _builtins.str:
|
98
98
|
"""
|
99
|
-
|
99
|
+
The status of binary logging on the MySQL server.
|
100
100
|
"""
|
101
101
|
return pulumi.get(self, "binary_logging")
|
102
102
|
|
@@ -135,7 +135,7 @@ def get_managed_my_sql_database_binary_log_information(managed_my_sql_database_i
|
|
135
135
|
"""
|
136
136
|
This data source provides details about a specific Managed My Sql Database Binary Log Information resource in Oracle Cloud Infrastructure Database Management service.
|
137
137
|
|
138
|
-
Retrieves information pertaining to binary log of a specific MySQL server.
|
138
|
+
Retrieves information pertaining to the binary log of a specific MySQL server.
|
139
139
|
|
140
140
|
## Example Usage
|
141
141
|
|
@@ -168,7 +168,7 @@ def get_managed_my_sql_database_binary_log_information_output(managed_my_sql_dat
|
|
168
168
|
"""
|
169
169
|
This data source provides details about a specific Managed My Sql Database Binary Log Information resource in Oracle Cloud Infrastructure Database Management service.
|
170
170
|
|
171
|
-
Retrieves information pertaining to binary log of a specific MySQL server.
|
171
|
+
Retrieves information pertaining to the binary log of a specific MySQL server.
|
172
172
|
|
173
173
|
## Example Usage
|
174
174
|
|
pulumi_oci/databasemanagement/get_managed_my_sql_database_general_replication_information.py
CHANGED
@@ -105,7 +105,7 @@ class GetManagedMySqlDatabaseGeneralReplicationInformationResult:
|
|
105
105
|
@pulumi.getter(name="binaryLogging")
|
106
106
|
def binary_logging(self) -> _builtins.str:
|
107
107
|
"""
|
108
|
-
|
108
|
+
The status of binary logging on this server.
|
109
109
|
"""
|
110
110
|
return pulumi.get(self, "binary_logging")
|
111
111
|
|
@@ -129,7 +129,7 @@ class GetManagedMySqlDatabaseGeneralReplicationInformationResult:
|
|
129
129
|
@pulumi.getter(name="gtidMode")
|
130
130
|
def gtid_mode(self) -> _builtins.str:
|
131
131
|
"""
|
132
|
-
Global Transaction Identifier (GTID) mode of this server.
|
132
|
+
The Global Transaction Identifier (GTID) mode of this server.
|
133
133
|
"""
|
134
134
|
return pulumi.get(self, "gtid_mode")
|
135
135
|
|
@@ -169,7 +169,7 @@ class GetManagedMySqlDatabaseGeneralReplicationInformationResult:
|
|
169
169
|
@pulumi.getter(name="instanceType")
|
170
170
|
def instance_type(self) -> _builtins.str:
|
171
171
|
"""
|
172
|
-
The type of the instance
|
172
|
+
The type of the instance for example, Source, Replica, Primary Group Member, and Secondary Group Member. If the instance is replicating from one or more sources and has one or more replicas, which means, it belongs to a replication chain, the instance type can be Replica/Source.
|
173
173
|
"""
|
174
174
|
return pulumi.get(self, "instance_type")
|
175
175
|
|
@@ -267,7 +267,7 @@ def get_managed_my_sql_database_general_replication_information(managed_my_sql_d
|
|
267
267
|
"""
|
268
268
|
This data source provides details about a specific Managed My Sql Database General Replication Information resource in Oracle Cloud Infrastructure Database Management service.
|
269
269
|
|
270
|
-
Retrieves general information regarding replication of a specific MySQL server.
|
270
|
+
Retrieves general information regarding the replication of a specific MySQL server.
|
271
271
|
|
272
272
|
## Example Usage
|
273
273
|
|
@@ -311,7 +311,7 @@ def get_managed_my_sql_database_general_replication_information_output(managed_m
|
|
311
311
|
"""
|
312
312
|
This data source provides details about a specific Managed My Sql Database General Replication Information resource in Oracle Cloud Infrastructure Database Management service.
|
313
313
|
|
314
|
-
Retrieves general information regarding replication of a specific MySQL server.
|
314
|
+
Retrieves general information regarding the replication of a specific MySQL server.
|
315
315
|
|
316
316
|
## Example Usage
|
317
317
|
|
@@ -87,7 +87,7 @@ def get_managed_my_sql_database_high_availability_members(filters: Optional[Sequ
|
|
87
87
|
"""
|
88
88
|
This data source provides the list of Managed My Sql Database High Availability Members in Oracle Cloud Infrastructure Database Management service.
|
89
89
|
|
90
|
-
|
90
|
+
Retrieves information about the high availability members of a specific MySQL server's replication group.
|
91
91
|
|
92
92
|
## Example Usage
|
93
93
|
|
@@ -118,7 +118,7 @@ def get_managed_my_sql_database_high_availability_members_output(filters: Option
|
|
118
118
|
"""
|
119
119
|
This data source provides the list of Managed My Sql Database High Availability Members in Oracle Cloud Infrastructure Database Management service.
|
120
120
|
|
121
|
-
|
121
|
+
Retrieves information about the high availability members of a specific MySQL server's replication group.
|
122
122
|
|
123
123
|
## Example Usage
|
124
124
|
|
@@ -87,7 +87,7 @@ def get_managed_my_sql_database_outbound_replications(filters: Optional[Sequence
|
|
87
87
|
"""
|
88
88
|
This data source provides the list of Managed My Sql Database Outbound Replications in Oracle Cloud Infrastructure Database Management service.
|
89
89
|
|
90
|
-
Retrieves information pertaining to outbound replications of a specific MySQL server.
|
90
|
+
Retrieves information pertaining to the outbound replications of a specific MySQL server.
|
91
91
|
|
92
92
|
## Example Usage
|
93
93
|
|
@@ -118,7 +118,7 @@ def get_managed_my_sql_database_outbound_replications_output(filters: Optional[p
|
|
118
118
|
"""
|
119
119
|
This data source provides the list of Managed My Sql Database Outbound Replications in Oracle Cloud Infrastructure Database Management service.
|
120
120
|
|
121
|
-
Retrieves information pertaining to outbound replications of a specific MySQL server.
|
121
|
+
Retrieves information pertaining to the outbound replications of a specific MySQL server.
|
122
122
|
|
123
123
|
## Example Usage
|
124
124
|
|