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
@@ -1,281 +0,0 @@
|
|
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
|
-
'GetAiPrivateEndpointResult',
|
19
|
-
'AwaitableGetAiPrivateEndpointResult',
|
20
|
-
'get_ai_private_endpoint',
|
21
|
-
'get_ai_private_endpoint_output',
|
22
|
-
]
|
23
|
-
|
24
|
-
@pulumi.output_type
|
25
|
-
class GetAiPrivateEndpointResult:
|
26
|
-
"""
|
27
|
-
A collection of values returned by getAiPrivateEndpoint.
|
28
|
-
"""
|
29
|
-
def __init__(__self__, ai_private_endpoint_id=None, attached_data_assets=None, compartment_id=None, defined_tags=None, display_name=None, dns_zones=None, freeform_tags=None, id=None, lifecycle_details=None, state=None, subnet_id=None, system_tags=None, time_created=None, time_updated=None):
|
30
|
-
if ai_private_endpoint_id and not isinstance(ai_private_endpoint_id, str):
|
31
|
-
raise TypeError("Expected argument 'ai_private_endpoint_id' to be a str")
|
32
|
-
pulumi.set(__self__, "ai_private_endpoint_id", ai_private_endpoint_id)
|
33
|
-
if attached_data_assets and not isinstance(attached_data_assets, list):
|
34
|
-
raise TypeError("Expected argument 'attached_data_assets' to be a list")
|
35
|
-
pulumi.set(__self__, "attached_data_assets", attached_data_assets)
|
36
|
-
if compartment_id and not isinstance(compartment_id, str):
|
37
|
-
raise TypeError("Expected argument 'compartment_id' to be a str")
|
38
|
-
pulumi.set(__self__, "compartment_id", compartment_id)
|
39
|
-
if defined_tags and not isinstance(defined_tags, dict):
|
40
|
-
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
41
|
-
pulumi.set(__self__, "defined_tags", defined_tags)
|
42
|
-
if display_name and not isinstance(display_name, str):
|
43
|
-
raise TypeError("Expected argument 'display_name' to be a str")
|
44
|
-
pulumi.set(__self__, "display_name", display_name)
|
45
|
-
if dns_zones and not isinstance(dns_zones, list):
|
46
|
-
raise TypeError("Expected argument 'dns_zones' to be a list")
|
47
|
-
pulumi.set(__self__, "dns_zones", dns_zones)
|
48
|
-
if freeform_tags and not isinstance(freeform_tags, dict):
|
49
|
-
raise TypeError("Expected argument 'freeform_tags' to be a dict")
|
50
|
-
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
51
|
-
if id and not isinstance(id, str):
|
52
|
-
raise TypeError("Expected argument 'id' to be a str")
|
53
|
-
pulumi.set(__self__, "id", id)
|
54
|
-
if lifecycle_details and not isinstance(lifecycle_details, str):
|
55
|
-
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
56
|
-
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
57
|
-
if state and not isinstance(state, str):
|
58
|
-
raise TypeError("Expected argument 'state' to be a str")
|
59
|
-
pulumi.set(__self__, "state", state)
|
60
|
-
if subnet_id and not isinstance(subnet_id, str):
|
61
|
-
raise TypeError("Expected argument 'subnet_id' to be a str")
|
62
|
-
pulumi.set(__self__, "subnet_id", subnet_id)
|
63
|
-
if system_tags and not isinstance(system_tags, dict):
|
64
|
-
raise TypeError("Expected argument 'system_tags' to be a dict")
|
65
|
-
pulumi.set(__self__, "system_tags", system_tags)
|
66
|
-
if time_created and not isinstance(time_created, str):
|
67
|
-
raise TypeError("Expected argument 'time_created' to be a str")
|
68
|
-
pulumi.set(__self__, "time_created", time_created)
|
69
|
-
if time_updated and not isinstance(time_updated, str):
|
70
|
-
raise TypeError("Expected argument 'time_updated' to be a str")
|
71
|
-
pulumi.set(__self__, "time_updated", time_updated)
|
72
|
-
|
73
|
-
@_builtins.property
|
74
|
-
@pulumi.getter(name="aiPrivateEndpointId")
|
75
|
-
def ai_private_endpoint_id(self) -> _builtins.str:
|
76
|
-
return pulumi.get(self, "ai_private_endpoint_id")
|
77
|
-
|
78
|
-
@_builtins.property
|
79
|
-
@pulumi.getter(name="attachedDataAssets")
|
80
|
-
def attached_data_assets(self) -> Sequence[_builtins.str]:
|
81
|
-
"""
|
82
|
-
The list of dataAssets using the private reverse connection endpoint.
|
83
|
-
"""
|
84
|
-
return pulumi.get(self, "attached_data_assets")
|
85
|
-
|
86
|
-
@_builtins.property
|
87
|
-
@pulumi.getter(name="compartmentId")
|
88
|
-
def compartment_id(self) -> _builtins.str:
|
89
|
-
"""
|
90
|
-
Compartment Identifier.
|
91
|
-
"""
|
92
|
-
return pulumi.get(self, "compartment_id")
|
93
|
-
|
94
|
-
@_builtins.property
|
95
|
-
@pulumi.getter(name="definedTags")
|
96
|
-
def defined_tags(self) -> Mapping[str, _builtins.str]:
|
97
|
-
"""
|
98
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
99
|
-
"""
|
100
|
-
return pulumi.get(self, "defined_tags")
|
101
|
-
|
102
|
-
@_builtins.property
|
103
|
-
@pulumi.getter(name="displayName")
|
104
|
-
def display_name(self) -> _builtins.str:
|
105
|
-
"""
|
106
|
-
Private Reverse Connection Endpoint display name.
|
107
|
-
"""
|
108
|
-
return pulumi.get(self, "display_name")
|
109
|
-
|
110
|
-
@_builtins.property
|
111
|
-
@pulumi.getter(name="dnsZones")
|
112
|
-
def dns_zones(self) -> Sequence[_builtins.str]:
|
113
|
-
"""
|
114
|
-
List of DNS zones to be used by the data assets. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
|
115
|
-
"""
|
116
|
-
return pulumi.get(self, "dns_zones")
|
117
|
-
|
118
|
-
@_builtins.property
|
119
|
-
@pulumi.getter(name="freeformTags")
|
120
|
-
def freeform_tags(self) -> Mapping[str, _builtins.str]:
|
121
|
-
"""
|
122
|
-
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
123
|
-
"""
|
124
|
-
return pulumi.get(self, "freeform_tags")
|
125
|
-
|
126
|
-
@_builtins.property
|
127
|
-
@pulumi.getter
|
128
|
-
def id(self) -> _builtins.str:
|
129
|
-
"""
|
130
|
-
Unique identifier that is immutable.
|
131
|
-
"""
|
132
|
-
return pulumi.get(self, "id")
|
133
|
-
|
134
|
-
@_builtins.property
|
135
|
-
@pulumi.getter(name="lifecycleDetails")
|
136
|
-
def lifecycle_details(self) -> _builtins.str:
|
137
|
-
"""
|
138
|
-
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
|
139
|
-
"""
|
140
|
-
return pulumi.get(self, "lifecycle_details")
|
141
|
-
|
142
|
-
@_builtins.property
|
143
|
-
@pulumi.getter
|
144
|
-
def state(self) -> _builtins.str:
|
145
|
-
"""
|
146
|
-
The current state of the private endpoint resource.
|
147
|
-
"""
|
148
|
-
return pulumi.get(self, "state")
|
149
|
-
|
150
|
-
@_builtins.property
|
151
|
-
@pulumi.getter(name="subnetId")
|
152
|
-
def subnet_id(self) -> _builtins.str:
|
153
|
-
"""
|
154
|
-
Subnet Identifier
|
155
|
-
"""
|
156
|
-
return pulumi.get(self, "subnet_id")
|
157
|
-
|
158
|
-
@_builtins.property
|
159
|
-
@pulumi.getter(name="systemTags")
|
160
|
-
def system_tags(self) -> Mapping[str, _builtins.str]:
|
161
|
-
"""
|
162
|
-
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
163
|
-
"""
|
164
|
-
return pulumi.get(self, "system_tags")
|
165
|
-
|
166
|
-
@_builtins.property
|
167
|
-
@pulumi.getter(name="timeCreated")
|
168
|
-
def time_created(self) -> _builtins.str:
|
169
|
-
"""
|
170
|
-
The time the private endpoint was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
171
|
-
"""
|
172
|
-
return pulumi.get(self, "time_created")
|
173
|
-
|
174
|
-
@_builtins.property
|
175
|
-
@pulumi.getter(name="timeUpdated")
|
176
|
-
def time_updated(self) -> _builtins.str:
|
177
|
-
"""
|
178
|
-
The time the private endpoint was updated. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
179
|
-
"""
|
180
|
-
return pulumi.get(self, "time_updated")
|
181
|
-
|
182
|
-
|
183
|
-
class AwaitableGetAiPrivateEndpointResult(GetAiPrivateEndpointResult):
|
184
|
-
# pylint: disable=using-constant-test
|
185
|
-
def __await__(self):
|
186
|
-
if False:
|
187
|
-
yield self
|
188
|
-
return GetAiPrivateEndpointResult(
|
189
|
-
ai_private_endpoint_id=self.ai_private_endpoint_id,
|
190
|
-
attached_data_assets=self.attached_data_assets,
|
191
|
-
compartment_id=self.compartment_id,
|
192
|
-
defined_tags=self.defined_tags,
|
193
|
-
display_name=self.display_name,
|
194
|
-
dns_zones=self.dns_zones,
|
195
|
-
freeform_tags=self.freeform_tags,
|
196
|
-
id=self.id,
|
197
|
-
lifecycle_details=self.lifecycle_details,
|
198
|
-
state=self.state,
|
199
|
-
subnet_id=self.subnet_id,
|
200
|
-
system_tags=self.system_tags,
|
201
|
-
time_created=self.time_created,
|
202
|
-
time_updated=self.time_updated)
|
203
|
-
|
204
|
-
|
205
|
-
def get_ai_private_endpoint(ai_private_endpoint_id: Optional[_builtins.str] = None,
|
206
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAiPrivateEndpointResult:
|
207
|
-
"""
|
208
|
-
This data source provides details about a specific Ai Private Endpoint resource in Oracle Cloud Infrastructure Ai Anomaly Detection service.
|
209
|
-
|
210
|
-
Gets a specific private reverse connection by identifier.
|
211
|
-
|
212
|
-
## Example Usage
|
213
|
-
|
214
|
-
```python
|
215
|
-
import pulumi
|
216
|
-
import pulumi_oci as oci
|
217
|
-
|
218
|
-
test_ai_private_endpoint = oci.AiAnomalyDetection.get_ai_private_endpoint(ai_private_endpoint_id=test_ai_private_endpoint_oci_ai_anomaly_detection_ai_private_endpoint["id"])
|
219
|
-
```
|
220
|
-
|
221
|
-
|
222
|
-
:param _builtins.str ai_private_endpoint_id: Unique private reverse connection identifier.
|
223
|
-
"""
|
224
|
-
__args__ = dict()
|
225
|
-
__args__['aiPrivateEndpointId'] = ai_private_endpoint_id
|
226
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
227
|
-
__ret__ = pulumi.runtime.invoke('oci:AiAnomalyDetection/getAiPrivateEndpoint:getAiPrivateEndpoint', __args__, opts=opts, typ=GetAiPrivateEndpointResult).value
|
228
|
-
|
229
|
-
return AwaitableGetAiPrivateEndpointResult(
|
230
|
-
ai_private_endpoint_id=pulumi.get(__ret__, 'ai_private_endpoint_id'),
|
231
|
-
attached_data_assets=pulumi.get(__ret__, 'attached_data_assets'),
|
232
|
-
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
233
|
-
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
234
|
-
display_name=pulumi.get(__ret__, 'display_name'),
|
235
|
-
dns_zones=pulumi.get(__ret__, 'dns_zones'),
|
236
|
-
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
237
|
-
id=pulumi.get(__ret__, 'id'),
|
238
|
-
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
239
|
-
state=pulumi.get(__ret__, 'state'),
|
240
|
-
subnet_id=pulumi.get(__ret__, 'subnet_id'),
|
241
|
-
system_tags=pulumi.get(__ret__, 'system_tags'),
|
242
|
-
time_created=pulumi.get(__ret__, 'time_created'),
|
243
|
-
time_updated=pulumi.get(__ret__, 'time_updated'))
|
244
|
-
def get_ai_private_endpoint_output(ai_private_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
245
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAiPrivateEndpointResult]:
|
246
|
-
"""
|
247
|
-
This data source provides details about a specific Ai Private Endpoint resource in Oracle Cloud Infrastructure Ai Anomaly Detection service.
|
248
|
-
|
249
|
-
Gets a specific private reverse connection by identifier.
|
250
|
-
|
251
|
-
## Example Usage
|
252
|
-
|
253
|
-
```python
|
254
|
-
import pulumi
|
255
|
-
import pulumi_oci as oci
|
256
|
-
|
257
|
-
test_ai_private_endpoint = oci.AiAnomalyDetection.get_ai_private_endpoint(ai_private_endpoint_id=test_ai_private_endpoint_oci_ai_anomaly_detection_ai_private_endpoint["id"])
|
258
|
-
```
|
259
|
-
|
260
|
-
|
261
|
-
:param _builtins.str ai_private_endpoint_id: Unique private reverse connection identifier.
|
262
|
-
"""
|
263
|
-
__args__ = dict()
|
264
|
-
__args__['aiPrivateEndpointId'] = ai_private_endpoint_id
|
265
|
-
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
266
|
-
__ret__ = pulumi.runtime.invoke_output('oci:AiAnomalyDetection/getAiPrivateEndpoint:getAiPrivateEndpoint', __args__, opts=opts, typ=GetAiPrivateEndpointResult)
|
267
|
-
return __ret__.apply(lambda __response__: GetAiPrivateEndpointResult(
|
268
|
-
ai_private_endpoint_id=pulumi.get(__response__, 'ai_private_endpoint_id'),
|
269
|
-
attached_data_assets=pulumi.get(__response__, 'attached_data_assets'),
|
270
|
-
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
271
|
-
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
272
|
-
display_name=pulumi.get(__response__, 'display_name'),
|
273
|
-
dns_zones=pulumi.get(__response__, 'dns_zones'),
|
274
|
-
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
275
|
-
id=pulumi.get(__response__, 'id'),
|
276
|
-
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
277
|
-
state=pulumi.get(__response__, 'state'),
|
278
|
-
subnet_id=pulumi.get(__response__, 'subnet_id'),
|
279
|
-
system_tags=pulumi.get(__response__, 'system_tags'),
|
280
|
-
time_created=pulumi.get(__response__, 'time_created'),
|
281
|
-
time_updated=pulumi.get(__response__, 'time_updated')))
|
@@ -1,199 +0,0 @@
|
|
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
|
-
'GetAiPrivateEndpointsResult',
|
21
|
-
'AwaitableGetAiPrivateEndpointsResult',
|
22
|
-
'get_ai_private_endpoints',
|
23
|
-
'get_ai_private_endpoints_output',
|
24
|
-
]
|
25
|
-
|
26
|
-
@pulumi.output_type
|
27
|
-
class GetAiPrivateEndpointsResult:
|
28
|
-
"""
|
29
|
-
A collection of values returned by getAiPrivateEndpoints.
|
30
|
-
"""
|
31
|
-
def __init__(__self__, ai_private_endpoint_collections=None, compartment_id=None, display_name=None, filters=None, id=None, state=None):
|
32
|
-
if ai_private_endpoint_collections and not isinstance(ai_private_endpoint_collections, list):
|
33
|
-
raise TypeError("Expected argument 'ai_private_endpoint_collections' to be a list")
|
34
|
-
pulumi.set(__self__, "ai_private_endpoint_collections", ai_private_endpoint_collections)
|
35
|
-
if compartment_id and not isinstance(compartment_id, str):
|
36
|
-
raise TypeError("Expected argument 'compartment_id' to be a str")
|
37
|
-
pulumi.set(__self__, "compartment_id", compartment_id)
|
38
|
-
if display_name and not isinstance(display_name, str):
|
39
|
-
raise TypeError("Expected argument 'display_name' to be a str")
|
40
|
-
pulumi.set(__self__, "display_name", display_name)
|
41
|
-
if filters and not isinstance(filters, list):
|
42
|
-
raise TypeError("Expected argument 'filters' to be a list")
|
43
|
-
pulumi.set(__self__, "filters", filters)
|
44
|
-
if id and not isinstance(id, str):
|
45
|
-
raise TypeError("Expected argument 'id' to be a str")
|
46
|
-
pulumi.set(__self__, "id", id)
|
47
|
-
if state and not isinstance(state, str):
|
48
|
-
raise TypeError("Expected argument 'state' to be a str")
|
49
|
-
pulumi.set(__self__, "state", state)
|
50
|
-
|
51
|
-
@_builtins.property
|
52
|
-
@pulumi.getter(name="aiPrivateEndpointCollections")
|
53
|
-
def ai_private_endpoint_collections(self) -> Sequence['outputs.GetAiPrivateEndpointsAiPrivateEndpointCollectionResult']:
|
54
|
-
"""
|
55
|
-
The list of ai_private_endpoint_collection.
|
56
|
-
"""
|
57
|
-
return pulumi.get(self, "ai_private_endpoint_collections")
|
58
|
-
|
59
|
-
@_builtins.property
|
60
|
-
@pulumi.getter(name="compartmentId")
|
61
|
-
def compartment_id(self) -> _builtins.str:
|
62
|
-
"""
|
63
|
-
Compartment Identifier.
|
64
|
-
"""
|
65
|
-
return pulumi.get(self, "compartment_id")
|
66
|
-
|
67
|
-
@_builtins.property
|
68
|
-
@pulumi.getter(name="displayName")
|
69
|
-
def display_name(self) -> Optional[_builtins.str]:
|
70
|
-
"""
|
71
|
-
Private Reverse Connection Endpoint display name.
|
72
|
-
"""
|
73
|
-
return pulumi.get(self, "display_name")
|
74
|
-
|
75
|
-
@_builtins.property
|
76
|
-
@pulumi.getter
|
77
|
-
def filters(self) -> Optional[Sequence['outputs.GetAiPrivateEndpointsFilterResult']]:
|
78
|
-
return pulumi.get(self, "filters")
|
79
|
-
|
80
|
-
@_builtins.property
|
81
|
-
@pulumi.getter
|
82
|
-
def id(self) -> Optional[_builtins.str]:
|
83
|
-
"""
|
84
|
-
Unique identifier that is immutable.
|
85
|
-
"""
|
86
|
-
return pulumi.get(self, "id")
|
87
|
-
|
88
|
-
@_builtins.property
|
89
|
-
@pulumi.getter
|
90
|
-
def state(self) -> Optional[_builtins.str]:
|
91
|
-
"""
|
92
|
-
The current state of the private endpoint resource.
|
93
|
-
"""
|
94
|
-
return pulumi.get(self, "state")
|
95
|
-
|
96
|
-
|
97
|
-
class AwaitableGetAiPrivateEndpointsResult(GetAiPrivateEndpointsResult):
|
98
|
-
# pylint: disable=using-constant-test
|
99
|
-
def __await__(self):
|
100
|
-
if False:
|
101
|
-
yield self
|
102
|
-
return GetAiPrivateEndpointsResult(
|
103
|
-
ai_private_endpoint_collections=self.ai_private_endpoint_collections,
|
104
|
-
compartment_id=self.compartment_id,
|
105
|
-
display_name=self.display_name,
|
106
|
-
filters=self.filters,
|
107
|
-
id=self.id,
|
108
|
-
state=self.state)
|
109
|
-
|
110
|
-
|
111
|
-
def get_ai_private_endpoints(compartment_id: Optional[_builtins.str] = None,
|
112
|
-
display_name: Optional[_builtins.str] = None,
|
113
|
-
filters: Optional[Sequence[Union['GetAiPrivateEndpointsFilterArgs', 'GetAiPrivateEndpointsFilterArgsDict']]] = None,
|
114
|
-
id: Optional[_builtins.str] = None,
|
115
|
-
state: Optional[_builtins.str] = None,
|
116
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAiPrivateEndpointsResult:
|
117
|
-
"""
|
118
|
-
This data source provides the list of Ai Private Endpoints in Oracle Cloud Infrastructure Ai Anomaly Detection service.
|
119
|
-
|
120
|
-
Returns a list of all the AI private endpoints in the specified compartment.
|
121
|
-
|
122
|
-
## Example Usage
|
123
|
-
|
124
|
-
```python
|
125
|
-
import pulumi
|
126
|
-
import pulumi_oci as oci
|
127
|
-
|
128
|
-
test_ai_private_endpoints = oci.AiAnomalyDetection.get_ai_private_endpoints(compartment_id=compartment_id,
|
129
|
-
display_name=ai_private_endpoint_display_name,
|
130
|
-
id=ai_private_endpoint_id,
|
131
|
-
state=ai_private_endpoint_state)
|
132
|
-
```
|
133
|
-
|
134
|
-
|
135
|
-
:param _builtins.str compartment_id: The ID of the compartment in which to list resources.
|
136
|
-
:param _builtins.str display_name: A filter to return only resources that match the entire display name given.
|
137
|
-
:param _builtins.str id: unique AiPrivateEndpoint identifier
|
138
|
-
:param _builtins.str state: <b>Filter</b> results by the specified lifecycle state. Must be a valid state for the resource type.
|
139
|
-
"""
|
140
|
-
__args__ = dict()
|
141
|
-
__args__['compartmentId'] = compartment_id
|
142
|
-
__args__['displayName'] = display_name
|
143
|
-
__args__['filters'] = filters
|
144
|
-
__args__['id'] = id
|
145
|
-
__args__['state'] = state
|
146
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
147
|
-
__ret__ = pulumi.runtime.invoke('oci:AiAnomalyDetection/getAiPrivateEndpoints:getAiPrivateEndpoints', __args__, opts=opts, typ=GetAiPrivateEndpointsResult).value
|
148
|
-
|
149
|
-
return AwaitableGetAiPrivateEndpointsResult(
|
150
|
-
ai_private_endpoint_collections=pulumi.get(__ret__, 'ai_private_endpoint_collections'),
|
151
|
-
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
152
|
-
display_name=pulumi.get(__ret__, 'display_name'),
|
153
|
-
filters=pulumi.get(__ret__, 'filters'),
|
154
|
-
id=pulumi.get(__ret__, 'id'),
|
155
|
-
state=pulumi.get(__ret__, 'state'))
|
156
|
-
def get_ai_private_endpoints_output(compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
157
|
-
display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
158
|
-
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetAiPrivateEndpointsFilterArgs', 'GetAiPrivateEndpointsFilterArgsDict']]]]] = None,
|
159
|
-
id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
160
|
-
state: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
161
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAiPrivateEndpointsResult]:
|
162
|
-
"""
|
163
|
-
This data source provides the list of Ai Private Endpoints in Oracle Cloud Infrastructure Ai Anomaly Detection service.
|
164
|
-
|
165
|
-
Returns a list of all the AI private endpoints in the specified compartment.
|
166
|
-
|
167
|
-
## Example Usage
|
168
|
-
|
169
|
-
```python
|
170
|
-
import pulumi
|
171
|
-
import pulumi_oci as oci
|
172
|
-
|
173
|
-
test_ai_private_endpoints = oci.AiAnomalyDetection.get_ai_private_endpoints(compartment_id=compartment_id,
|
174
|
-
display_name=ai_private_endpoint_display_name,
|
175
|
-
id=ai_private_endpoint_id,
|
176
|
-
state=ai_private_endpoint_state)
|
177
|
-
```
|
178
|
-
|
179
|
-
|
180
|
-
:param _builtins.str compartment_id: The ID of the compartment in which to list resources.
|
181
|
-
:param _builtins.str display_name: A filter to return only resources that match the entire display name given.
|
182
|
-
:param _builtins.str id: unique AiPrivateEndpoint identifier
|
183
|
-
:param _builtins.str state: <b>Filter</b> results by the specified lifecycle state. Must be a valid state for the resource type.
|
184
|
-
"""
|
185
|
-
__args__ = dict()
|
186
|
-
__args__['compartmentId'] = compartment_id
|
187
|
-
__args__['displayName'] = display_name
|
188
|
-
__args__['filters'] = filters
|
189
|
-
__args__['id'] = id
|
190
|
-
__args__['state'] = state
|
191
|
-
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
192
|
-
__ret__ = pulumi.runtime.invoke_output('oci:AiAnomalyDetection/getAiPrivateEndpoints:getAiPrivateEndpoints', __args__, opts=opts, typ=GetAiPrivateEndpointsResult)
|
193
|
-
return __ret__.apply(lambda __response__: GetAiPrivateEndpointsResult(
|
194
|
-
ai_private_endpoint_collections=pulumi.get(__response__, 'ai_private_endpoint_collections'),
|
195
|
-
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
196
|
-
display_name=pulumi.get(__response__, 'display_name'),
|
197
|
-
filters=pulumi.get(__response__, 'filters'),
|
198
|
-
id=pulumi.get(__response__, 'id'),
|
199
|
-
state=pulumi.get(__response__, 'state')))
|