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
@@ -1,643 +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__ = ['AiPrivateEndpointArgs', 'AiPrivateEndpoint']
|
18
|
-
|
19
|
-
@pulumi.input_type
|
20
|
-
class AiPrivateEndpointArgs:
|
21
|
-
def __init__(__self__, *,
|
22
|
-
compartment_id: pulumi.Input[_builtins.str],
|
23
|
-
dns_zones: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
24
|
-
subnet_id: pulumi.Input[_builtins.str],
|
25
|
-
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
26
|
-
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
27
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
28
|
-
"""
|
29
|
-
The set of arguments for constructing a AiPrivateEndpoint resource.
|
30
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) Compartment identifier.
|
31
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] dns_zones: (Updatable) List of DNS zones to be used by the data assets. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
|
32
|
-
:param pulumi.Input[_builtins.str] subnet_id: The OCID of subnet to which the reverse connection is to be created.
|
33
|
-
|
34
|
-
|
35
|
-
** IMPORTANT **
|
36
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
37
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
38
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable) Display name of the private endpoint resource being created.
|
39
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
40
|
-
"""
|
41
|
-
pulumi.set(__self__, "compartment_id", compartment_id)
|
42
|
-
pulumi.set(__self__, "dns_zones", dns_zones)
|
43
|
-
pulumi.set(__self__, "subnet_id", subnet_id)
|
44
|
-
if defined_tags is not None:
|
45
|
-
pulumi.set(__self__, "defined_tags", defined_tags)
|
46
|
-
if display_name is not None:
|
47
|
-
pulumi.set(__self__, "display_name", display_name)
|
48
|
-
if freeform_tags is not None:
|
49
|
-
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
50
|
-
|
51
|
-
@_builtins.property
|
52
|
-
@pulumi.getter(name="compartmentId")
|
53
|
-
def compartment_id(self) -> pulumi.Input[_builtins.str]:
|
54
|
-
"""
|
55
|
-
(Updatable) Compartment identifier.
|
56
|
-
"""
|
57
|
-
return pulumi.get(self, "compartment_id")
|
58
|
-
|
59
|
-
@compartment_id.setter
|
60
|
-
def compartment_id(self, value: pulumi.Input[_builtins.str]):
|
61
|
-
pulumi.set(self, "compartment_id", value)
|
62
|
-
|
63
|
-
@_builtins.property
|
64
|
-
@pulumi.getter(name="dnsZones")
|
65
|
-
def dns_zones(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
66
|
-
"""
|
67
|
-
(Updatable) List of DNS zones to be used by the data assets. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
|
68
|
-
"""
|
69
|
-
return pulumi.get(self, "dns_zones")
|
70
|
-
|
71
|
-
@dns_zones.setter
|
72
|
-
def dns_zones(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
73
|
-
pulumi.set(self, "dns_zones", value)
|
74
|
-
|
75
|
-
@_builtins.property
|
76
|
-
@pulumi.getter(name="subnetId")
|
77
|
-
def subnet_id(self) -> pulumi.Input[_builtins.str]:
|
78
|
-
"""
|
79
|
-
The OCID of subnet to which the reverse connection is to be created.
|
80
|
-
|
81
|
-
|
82
|
-
** IMPORTANT **
|
83
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
84
|
-
"""
|
85
|
-
return pulumi.get(self, "subnet_id")
|
86
|
-
|
87
|
-
@subnet_id.setter
|
88
|
-
def subnet_id(self, value: pulumi.Input[_builtins.str]):
|
89
|
-
pulumi.set(self, "subnet_id", value)
|
90
|
-
|
91
|
-
@_builtins.property
|
92
|
-
@pulumi.getter(name="definedTags")
|
93
|
-
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
94
|
-
"""
|
95
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
96
|
-
"""
|
97
|
-
return pulumi.get(self, "defined_tags")
|
98
|
-
|
99
|
-
@defined_tags.setter
|
100
|
-
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
101
|
-
pulumi.set(self, "defined_tags", value)
|
102
|
-
|
103
|
-
@_builtins.property
|
104
|
-
@pulumi.getter(name="displayName")
|
105
|
-
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
106
|
-
"""
|
107
|
-
(Updatable) Display name of the private endpoint resource being created.
|
108
|
-
"""
|
109
|
-
return pulumi.get(self, "display_name")
|
110
|
-
|
111
|
-
@display_name.setter
|
112
|
-
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
113
|
-
pulumi.set(self, "display_name", value)
|
114
|
-
|
115
|
-
@_builtins.property
|
116
|
-
@pulumi.getter(name="freeformTags")
|
117
|
-
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
118
|
-
"""
|
119
|
-
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
120
|
-
"""
|
121
|
-
return pulumi.get(self, "freeform_tags")
|
122
|
-
|
123
|
-
@freeform_tags.setter
|
124
|
-
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
125
|
-
pulumi.set(self, "freeform_tags", value)
|
126
|
-
|
127
|
-
|
128
|
-
@pulumi.input_type
|
129
|
-
class _AiPrivateEndpointState:
|
130
|
-
def __init__(__self__, *,
|
131
|
-
attached_data_assets: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
132
|
-
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
133
|
-
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
134
|
-
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
135
|
-
dns_zones: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
136
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
137
|
-
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
138
|
-
state: Optional[pulumi.Input[_builtins.str]] = None,
|
139
|
-
subnet_id: Optional[pulumi.Input[_builtins.str]] = None,
|
140
|
-
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
141
|
-
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
142
|
-
time_updated: Optional[pulumi.Input[_builtins.str]] = None):
|
143
|
-
"""
|
144
|
-
Input properties used for looking up and filtering AiPrivateEndpoint resources.
|
145
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] attached_data_assets: The list of dataAssets using the private reverse connection endpoint.
|
146
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) Compartment identifier.
|
147
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
148
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable) Display name of the private endpoint resource being created.
|
149
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] dns_zones: (Updatable) List of DNS zones to be used by the data assets. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
|
150
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
151
|
-
:param pulumi.Input[_builtins.str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
|
152
|
-
:param pulumi.Input[_builtins.str] state: The current state of the private endpoint resource.
|
153
|
-
:param pulumi.Input[_builtins.str] subnet_id: The OCID of subnet to which the reverse connection is to be created.
|
154
|
-
|
155
|
-
|
156
|
-
** IMPORTANT **
|
157
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
158
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
159
|
-
:param pulumi.Input[_builtins.str] time_created: The time the private endpoint was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
160
|
-
:param pulumi.Input[_builtins.str] time_updated: The time the private endpoint was updated. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
161
|
-
"""
|
162
|
-
if attached_data_assets is not None:
|
163
|
-
pulumi.set(__self__, "attached_data_assets", attached_data_assets)
|
164
|
-
if compartment_id is not None:
|
165
|
-
pulumi.set(__self__, "compartment_id", compartment_id)
|
166
|
-
if defined_tags is not None:
|
167
|
-
pulumi.set(__self__, "defined_tags", defined_tags)
|
168
|
-
if display_name is not None:
|
169
|
-
pulumi.set(__self__, "display_name", display_name)
|
170
|
-
if dns_zones is not None:
|
171
|
-
pulumi.set(__self__, "dns_zones", dns_zones)
|
172
|
-
if freeform_tags is not None:
|
173
|
-
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
174
|
-
if lifecycle_details is not None:
|
175
|
-
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
176
|
-
if state is not None:
|
177
|
-
pulumi.set(__self__, "state", state)
|
178
|
-
if subnet_id is not None:
|
179
|
-
pulumi.set(__self__, "subnet_id", subnet_id)
|
180
|
-
if system_tags is not None:
|
181
|
-
pulumi.set(__self__, "system_tags", system_tags)
|
182
|
-
if time_created is not None:
|
183
|
-
pulumi.set(__self__, "time_created", time_created)
|
184
|
-
if time_updated is not None:
|
185
|
-
pulumi.set(__self__, "time_updated", time_updated)
|
186
|
-
|
187
|
-
@_builtins.property
|
188
|
-
@pulumi.getter(name="attachedDataAssets")
|
189
|
-
def attached_data_assets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
190
|
-
"""
|
191
|
-
The list of dataAssets using the private reverse connection endpoint.
|
192
|
-
"""
|
193
|
-
return pulumi.get(self, "attached_data_assets")
|
194
|
-
|
195
|
-
@attached_data_assets.setter
|
196
|
-
def attached_data_assets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
197
|
-
pulumi.set(self, "attached_data_assets", value)
|
198
|
-
|
199
|
-
@_builtins.property
|
200
|
-
@pulumi.getter(name="compartmentId")
|
201
|
-
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
202
|
-
"""
|
203
|
-
(Updatable) Compartment identifier.
|
204
|
-
"""
|
205
|
-
return pulumi.get(self, "compartment_id")
|
206
|
-
|
207
|
-
@compartment_id.setter
|
208
|
-
def compartment_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
209
|
-
pulumi.set(self, "compartment_id", value)
|
210
|
-
|
211
|
-
@_builtins.property
|
212
|
-
@pulumi.getter(name="definedTags")
|
213
|
-
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
214
|
-
"""
|
215
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
216
|
-
"""
|
217
|
-
return pulumi.get(self, "defined_tags")
|
218
|
-
|
219
|
-
@defined_tags.setter
|
220
|
-
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
221
|
-
pulumi.set(self, "defined_tags", value)
|
222
|
-
|
223
|
-
@_builtins.property
|
224
|
-
@pulumi.getter(name="displayName")
|
225
|
-
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
226
|
-
"""
|
227
|
-
(Updatable) Display name of the private endpoint resource being created.
|
228
|
-
"""
|
229
|
-
return pulumi.get(self, "display_name")
|
230
|
-
|
231
|
-
@display_name.setter
|
232
|
-
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
233
|
-
pulumi.set(self, "display_name", value)
|
234
|
-
|
235
|
-
@_builtins.property
|
236
|
-
@pulumi.getter(name="dnsZones")
|
237
|
-
def dns_zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
238
|
-
"""
|
239
|
-
(Updatable) List of DNS zones to be used by the data assets. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
|
240
|
-
"""
|
241
|
-
return pulumi.get(self, "dns_zones")
|
242
|
-
|
243
|
-
@dns_zones.setter
|
244
|
-
def dns_zones(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
245
|
-
pulumi.set(self, "dns_zones", value)
|
246
|
-
|
247
|
-
@_builtins.property
|
248
|
-
@pulumi.getter(name="freeformTags")
|
249
|
-
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
250
|
-
"""
|
251
|
-
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
252
|
-
"""
|
253
|
-
return pulumi.get(self, "freeform_tags")
|
254
|
-
|
255
|
-
@freeform_tags.setter
|
256
|
-
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
257
|
-
pulumi.set(self, "freeform_tags", value)
|
258
|
-
|
259
|
-
@_builtins.property
|
260
|
-
@pulumi.getter(name="lifecycleDetails")
|
261
|
-
def lifecycle_details(self) -> Optional[pulumi.Input[_builtins.str]]:
|
262
|
-
"""
|
263
|
-
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
|
264
|
-
"""
|
265
|
-
return pulumi.get(self, "lifecycle_details")
|
266
|
-
|
267
|
-
@lifecycle_details.setter
|
268
|
-
def lifecycle_details(self, value: Optional[pulumi.Input[_builtins.str]]):
|
269
|
-
pulumi.set(self, "lifecycle_details", value)
|
270
|
-
|
271
|
-
@_builtins.property
|
272
|
-
@pulumi.getter
|
273
|
-
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
274
|
-
"""
|
275
|
-
The current state of the private endpoint resource.
|
276
|
-
"""
|
277
|
-
return pulumi.get(self, "state")
|
278
|
-
|
279
|
-
@state.setter
|
280
|
-
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
281
|
-
pulumi.set(self, "state", value)
|
282
|
-
|
283
|
-
@_builtins.property
|
284
|
-
@pulumi.getter(name="subnetId")
|
285
|
-
def subnet_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
286
|
-
"""
|
287
|
-
The OCID of subnet to which the reverse connection is to be created.
|
288
|
-
|
289
|
-
|
290
|
-
** IMPORTANT **
|
291
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
292
|
-
"""
|
293
|
-
return pulumi.get(self, "subnet_id")
|
294
|
-
|
295
|
-
@subnet_id.setter
|
296
|
-
def subnet_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
297
|
-
pulumi.set(self, "subnet_id", value)
|
298
|
-
|
299
|
-
@_builtins.property
|
300
|
-
@pulumi.getter(name="systemTags")
|
301
|
-
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
302
|
-
"""
|
303
|
-
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
304
|
-
"""
|
305
|
-
return pulumi.get(self, "system_tags")
|
306
|
-
|
307
|
-
@system_tags.setter
|
308
|
-
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
309
|
-
pulumi.set(self, "system_tags", value)
|
310
|
-
|
311
|
-
@_builtins.property
|
312
|
-
@pulumi.getter(name="timeCreated")
|
313
|
-
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
314
|
-
"""
|
315
|
-
The time the private endpoint was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
316
|
-
"""
|
317
|
-
return pulumi.get(self, "time_created")
|
318
|
-
|
319
|
-
@time_created.setter
|
320
|
-
def time_created(self, value: Optional[pulumi.Input[_builtins.str]]):
|
321
|
-
pulumi.set(self, "time_created", value)
|
322
|
-
|
323
|
-
@_builtins.property
|
324
|
-
@pulumi.getter(name="timeUpdated")
|
325
|
-
def time_updated(self) -> Optional[pulumi.Input[_builtins.str]]:
|
326
|
-
"""
|
327
|
-
The time the private endpoint was updated. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
328
|
-
"""
|
329
|
-
return pulumi.get(self, "time_updated")
|
330
|
-
|
331
|
-
@time_updated.setter
|
332
|
-
def time_updated(self, value: Optional[pulumi.Input[_builtins.str]]):
|
333
|
-
pulumi.set(self, "time_updated", value)
|
334
|
-
|
335
|
-
|
336
|
-
@pulumi.type_token("oci:AiAnomalyDetection/aiPrivateEndpoint:AiPrivateEndpoint")
|
337
|
-
class AiPrivateEndpoint(pulumi.CustomResource):
|
338
|
-
@overload
|
339
|
-
def __init__(__self__,
|
340
|
-
resource_name: str,
|
341
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
342
|
-
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
343
|
-
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
344
|
-
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
345
|
-
dns_zones: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
346
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
347
|
-
subnet_id: Optional[pulumi.Input[_builtins.str]] = None,
|
348
|
-
__props__=None):
|
349
|
-
"""
|
350
|
-
This resource provides the Ai Private Endpoint resource in Oracle Cloud Infrastructure Ai Anomaly Detection service.
|
351
|
-
|
352
|
-
Create a new private reverse connection endpoint.
|
353
|
-
|
354
|
-
## Example Usage
|
355
|
-
|
356
|
-
```python
|
357
|
-
import pulumi
|
358
|
-
import pulumi_oci as oci
|
359
|
-
|
360
|
-
test_ai_private_endpoint = oci.aianomalydetection.AiPrivateEndpoint("test_ai_private_endpoint",
|
361
|
-
compartment_id=compartment_id,
|
362
|
-
dns_zones=ai_private_endpoint_dns_zones,
|
363
|
-
subnet_id=test_subnet["id"],
|
364
|
-
defined_tags={
|
365
|
-
"foo-namespace.bar-key": "value",
|
366
|
-
},
|
367
|
-
display_name=ai_private_endpoint_display_name,
|
368
|
-
freeform_tags={
|
369
|
-
"bar-key": "value",
|
370
|
-
})
|
371
|
-
```
|
372
|
-
|
373
|
-
## Import
|
374
|
-
|
375
|
-
AiPrivateEndpoints can be imported using the `id`, e.g.
|
376
|
-
|
377
|
-
```sh
|
378
|
-
$ pulumi import oci:AiAnomalyDetection/aiPrivateEndpoint:AiPrivateEndpoint test_ai_private_endpoint "id"
|
379
|
-
```
|
380
|
-
|
381
|
-
:param str resource_name: The name of the resource.
|
382
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
383
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) Compartment identifier.
|
384
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
385
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable) Display name of the private endpoint resource being created.
|
386
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] dns_zones: (Updatable) List of DNS zones to be used by the data assets. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
|
387
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
388
|
-
:param pulumi.Input[_builtins.str] subnet_id: The OCID of subnet to which the reverse connection is to be created.
|
389
|
-
|
390
|
-
|
391
|
-
** IMPORTANT **
|
392
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
393
|
-
"""
|
394
|
-
...
|
395
|
-
@overload
|
396
|
-
def __init__(__self__,
|
397
|
-
resource_name: str,
|
398
|
-
args: AiPrivateEndpointArgs,
|
399
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
400
|
-
"""
|
401
|
-
This resource provides the Ai Private Endpoint resource in Oracle Cloud Infrastructure Ai Anomaly Detection service.
|
402
|
-
|
403
|
-
Create a new private reverse connection endpoint.
|
404
|
-
|
405
|
-
## Example Usage
|
406
|
-
|
407
|
-
```python
|
408
|
-
import pulumi
|
409
|
-
import pulumi_oci as oci
|
410
|
-
|
411
|
-
test_ai_private_endpoint = oci.aianomalydetection.AiPrivateEndpoint("test_ai_private_endpoint",
|
412
|
-
compartment_id=compartment_id,
|
413
|
-
dns_zones=ai_private_endpoint_dns_zones,
|
414
|
-
subnet_id=test_subnet["id"],
|
415
|
-
defined_tags={
|
416
|
-
"foo-namespace.bar-key": "value",
|
417
|
-
},
|
418
|
-
display_name=ai_private_endpoint_display_name,
|
419
|
-
freeform_tags={
|
420
|
-
"bar-key": "value",
|
421
|
-
})
|
422
|
-
```
|
423
|
-
|
424
|
-
## Import
|
425
|
-
|
426
|
-
AiPrivateEndpoints can be imported using the `id`, e.g.
|
427
|
-
|
428
|
-
```sh
|
429
|
-
$ pulumi import oci:AiAnomalyDetection/aiPrivateEndpoint:AiPrivateEndpoint test_ai_private_endpoint "id"
|
430
|
-
```
|
431
|
-
|
432
|
-
:param str resource_name: The name of the resource.
|
433
|
-
:param AiPrivateEndpointArgs args: The arguments to use to populate this resource's properties.
|
434
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
435
|
-
"""
|
436
|
-
...
|
437
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
438
|
-
resource_args, opts = _utilities.get_resource_args_opts(AiPrivateEndpointArgs, pulumi.ResourceOptions, *args, **kwargs)
|
439
|
-
if resource_args is not None:
|
440
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
441
|
-
else:
|
442
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
443
|
-
|
444
|
-
def _internal_init(__self__,
|
445
|
-
resource_name: str,
|
446
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
447
|
-
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
448
|
-
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
449
|
-
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
450
|
-
dns_zones: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
451
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
452
|
-
subnet_id: Optional[pulumi.Input[_builtins.str]] = None,
|
453
|
-
__props__=None):
|
454
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
455
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
456
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
457
|
-
if opts.id is None:
|
458
|
-
if __props__ is not None:
|
459
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
460
|
-
__props__ = AiPrivateEndpointArgs.__new__(AiPrivateEndpointArgs)
|
461
|
-
|
462
|
-
if compartment_id is None and not opts.urn:
|
463
|
-
raise TypeError("Missing required property 'compartment_id'")
|
464
|
-
__props__.__dict__["compartment_id"] = compartment_id
|
465
|
-
__props__.__dict__["defined_tags"] = defined_tags
|
466
|
-
__props__.__dict__["display_name"] = display_name
|
467
|
-
if dns_zones is None and not opts.urn:
|
468
|
-
raise TypeError("Missing required property 'dns_zones'")
|
469
|
-
__props__.__dict__["dns_zones"] = dns_zones
|
470
|
-
__props__.__dict__["freeform_tags"] = freeform_tags
|
471
|
-
if subnet_id is None and not opts.urn:
|
472
|
-
raise TypeError("Missing required property 'subnet_id'")
|
473
|
-
__props__.__dict__["subnet_id"] = subnet_id
|
474
|
-
__props__.__dict__["attached_data_assets"] = None
|
475
|
-
__props__.__dict__["lifecycle_details"] = None
|
476
|
-
__props__.__dict__["state"] = None
|
477
|
-
__props__.__dict__["system_tags"] = None
|
478
|
-
__props__.__dict__["time_created"] = None
|
479
|
-
__props__.__dict__["time_updated"] = None
|
480
|
-
super(AiPrivateEndpoint, __self__).__init__(
|
481
|
-
'oci:AiAnomalyDetection/aiPrivateEndpoint:AiPrivateEndpoint',
|
482
|
-
resource_name,
|
483
|
-
__props__,
|
484
|
-
opts)
|
485
|
-
|
486
|
-
@staticmethod
|
487
|
-
def get(resource_name: str,
|
488
|
-
id: pulumi.Input[str],
|
489
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
490
|
-
attached_data_assets: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
491
|
-
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
492
|
-
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
493
|
-
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
494
|
-
dns_zones: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
495
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
496
|
-
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
497
|
-
state: Optional[pulumi.Input[_builtins.str]] = None,
|
498
|
-
subnet_id: Optional[pulumi.Input[_builtins.str]] = None,
|
499
|
-
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
500
|
-
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
501
|
-
time_updated: Optional[pulumi.Input[_builtins.str]] = None) -> 'AiPrivateEndpoint':
|
502
|
-
"""
|
503
|
-
Get an existing AiPrivateEndpoint resource's state with the given name, id, and optional extra
|
504
|
-
properties used to qualify the lookup.
|
505
|
-
|
506
|
-
:param str resource_name: The unique name of the resulting resource.
|
507
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
508
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
509
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] attached_data_assets: The list of dataAssets using the private reverse connection endpoint.
|
510
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) Compartment identifier.
|
511
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
512
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable) Display name of the private endpoint resource being created.
|
513
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] dns_zones: (Updatable) List of DNS zones to be used by the data assets. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
|
514
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
515
|
-
:param pulumi.Input[_builtins.str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
|
516
|
-
:param pulumi.Input[_builtins.str] state: The current state of the private endpoint resource.
|
517
|
-
:param pulumi.Input[_builtins.str] subnet_id: The OCID of subnet to which the reverse connection is to be created.
|
518
|
-
|
519
|
-
|
520
|
-
** IMPORTANT **
|
521
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
522
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
523
|
-
:param pulumi.Input[_builtins.str] time_created: The time the private endpoint was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
524
|
-
:param pulumi.Input[_builtins.str] time_updated: The time the private endpoint was updated. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
525
|
-
"""
|
526
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
527
|
-
|
528
|
-
__props__ = _AiPrivateEndpointState.__new__(_AiPrivateEndpointState)
|
529
|
-
|
530
|
-
__props__.__dict__["attached_data_assets"] = attached_data_assets
|
531
|
-
__props__.__dict__["compartment_id"] = compartment_id
|
532
|
-
__props__.__dict__["defined_tags"] = defined_tags
|
533
|
-
__props__.__dict__["display_name"] = display_name
|
534
|
-
__props__.__dict__["dns_zones"] = dns_zones
|
535
|
-
__props__.__dict__["freeform_tags"] = freeform_tags
|
536
|
-
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
537
|
-
__props__.__dict__["state"] = state
|
538
|
-
__props__.__dict__["subnet_id"] = subnet_id
|
539
|
-
__props__.__dict__["system_tags"] = system_tags
|
540
|
-
__props__.__dict__["time_created"] = time_created
|
541
|
-
__props__.__dict__["time_updated"] = time_updated
|
542
|
-
return AiPrivateEndpoint(resource_name, opts=opts, __props__=__props__)
|
543
|
-
|
544
|
-
@_builtins.property
|
545
|
-
@pulumi.getter(name="attachedDataAssets")
|
546
|
-
def attached_data_assets(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
547
|
-
"""
|
548
|
-
The list of dataAssets using the private reverse connection endpoint.
|
549
|
-
"""
|
550
|
-
return pulumi.get(self, "attached_data_assets")
|
551
|
-
|
552
|
-
@_builtins.property
|
553
|
-
@pulumi.getter(name="compartmentId")
|
554
|
-
def compartment_id(self) -> pulumi.Output[_builtins.str]:
|
555
|
-
"""
|
556
|
-
(Updatable) Compartment identifier.
|
557
|
-
"""
|
558
|
-
return pulumi.get(self, "compartment_id")
|
559
|
-
|
560
|
-
@_builtins.property
|
561
|
-
@pulumi.getter(name="definedTags")
|
562
|
-
def defined_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
563
|
-
"""
|
564
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
565
|
-
"""
|
566
|
-
return pulumi.get(self, "defined_tags")
|
567
|
-
|
568
|
-
@_builtins.property
|
569
|
-
@pulumi.getter(name="displayName")
|
570
|
-
def display_name(self) -> pulumi.Output[_builtins.str]:
|
571
|
-
"""
|
572
|
-
(Updatable) Display name of the private endpoint resource being created.
|
573
|
-
"""
|
574
|
-
return pulumi.get(self, "display_name")
|
575
|
-
|
576
|
-
@_builtins.property
|
577
|
-
@pulumi.getter(name="dnsZones")
|
578
|
-
def dns_zones(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
579
|
-
"""
|
580
|
-
(Updatable) List of DNS zones to be used by the data assets. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
|
581
|
-
"""
|
582
|
-
return pulumi.get(self, "dns_zones")
|
583
|
-
|
584
|
-
@_builtins.property
|
585
|
-
@pulumi.getter(name="freeformTags")
|
586
|
-
def freeform_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
587
|
-
"""
|
588
|
-
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
589
|
-
"""
|
590
|
-
return pulumi.get(self, "freeform_tags")
|
591
|
-
|
592
|
-
@_builtins.property
|
593
|
-
@pulumi.getter(name="lifecycleDetails")
|
594
|
-
def lifecycle_details(self) -> pulumi.Output[_builtins.str]:
|
595
|
-
"""
|
596
|
-
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
|
597
|
-
"""
|
598
|
-
return pulumi.get(self, "lifecycle_details")
|
599
|
-
|
600
|
-
@_builtins.property
|
601
|
-
@pulumi.getter
|
602
|
-
def state(self) -> pulumi.Output[_builtins.str]:
|
603
|
-
"""
|
604
|
-
The current state of the private endpoint resource.
|
605
|
-
"""
|
606
|
-
return pulumi.get(self, "state")
|
607
|
-
|
608
|
-
@_builtins.property
|
609
|
-
@pulumi.getter(name="subnetId")
|
610
|
-
def subnet_id(self) -> pulumi.Output[_builtins.str]:
|
611
|
-
"""
|
612
|
-
The OCID of subnet to which the reverse connection is to be created.
|
613
|
-
|
614
|
-
|
615
|
-
** IMPORTANT **
|
616
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
617
|
-
"""
|
618
|
-
return pulumi.get(self, "subnet_id")
|
619
|
-
|
620
|
-
@_builtins.property
|
621
|
-
@pulumi.getter(name="systemTags")
|
622
|
-
def system_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
623
|
-
"""
|
624
|
-
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
625
|
-
"""
|
626
|
-
return pulumi.get(self, "system_tags")
|
627
|
-
|
628
|
-
@_builtins.property
|
629
|
-
@pulumi.getter(name="timeCreated")
|
630
|
-
def time_created(self) -> pulumi.Output[_builtins.str]:
|
631
|
-
"""
|
632
|
-
The time the private endpoint was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
633
|
-
"""
|
634
|
-
return pulumi.get(self, "time_created")
|
635
|
-
|
636
|
-
@_builtins.property
|
637
|
-
@pulumi.getter(name="timeUpdated")
|
638
|
-
def time_updated(self) -> pulumi.Output[_builtins.str]:
|
639
|
-
"""
|
640
|
-
The time the private endpoint was updated. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
641
|
-
"""
|
642
|
-
return pulumi.get(self, "time_updated")
|
643
|
-
|