pulumi-oci 3.4.0a1755714728__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.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/METADATA +1 -1
- {pulumi_oci-3.4.0a1755714728.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.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,282 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetApiPlatformApiPlatformInstanceResult',
|
20
|
+
'AwaitableGetApiPlatformApiPlatformInstanceResult',
|
21
|
+
'get_api_platform_api_platform_instance',
|
22
|
+
'get_api_platform_api_platform_instance_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetApiPlatformApiPlatformInstanceResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getApiPlatformApiPlatformInstance.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, api_platform_instance_id=None, compartment_id=None, defined_tags=None, description=None, freeform_tags=None, id=None, idcs_apps=None, lifecycle_details=None, name=None, state=None, system_tags=None, time_created=None, time_updated=None, uris=None):
|
31
|
+
if api_platform_instance_id and not isinstance(api_platform_instance_id, str):
|
32
|
+
raise TypeError("Expected argument 'api_platform_instance_id' to be a str")
|
33
|
+
pulumi.set(__self__, "api_platform_instance_id", api_platform_instance_id)
|
34
|
+
if compartment_id and not isinstance(compartment_id, str):
|
35
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
36
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
37
|
+
if defined_tags and not isinstance(defined_tags, dict):
|
38
|
+
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
39
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
40
|
+
if description and not isinstance(description, str):
|
41
|
+
raise TypeError("Expected argument 'description' to be a str")
|
42
|
+
pulumi.set(__self__, "description", description)
|
43
|
+
if freeform_tags and not isinstance(freeform_tags, dict):
|
44
|
+
raise TypeError("Expected argument 'freeform_tags' to be a dict")
|
45
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
46
|
+
if id and not isinstance(id, str):
|
47
|
+
raise TypeError("Expected argument 'id' to be a str")
|
48
|
+
pulumi.set(__self__, "id", id)
|
49
|
+
if idcs_apps and not isinstance(idcs_apps, list):
|
50
|
+
raise TypeError("Expected argument 'idcs_apps' to be a list")
|
51
|
+
pulumi.set(__self__, "idcs_apps", idcs_apps)
|
52
|
+
if lifecycle_details and not isinstance(lifecycle_details, str):
|
53
|
+
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
54
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
55
|
+
if name and not isinstance(name, str):
|
56
|
+
raise TypeError("Expected argument 'name' to be a str")
|
57
|
+
pulumi.set(__self__, "name", name)
|
58
|
+
if state and not isinstance(state, str):
|
59
|
+
raise TypeError("Expected argument 'state' to be a str")
|
60
|
+
pulumi.set(__self__, "state", state)
|
61
|
+
if system_tags and not isinstance(system_tags, dict):
|
62
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
63
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
64
|
+
if time_created and not isinstance(time_created, str):
|
65
|
+
raise TypeError("Expected argument 'time_created' to be a str")
|
66
|
+
pulumi.set(__self__, "time_created", time_created)
|
67
|
+
if time_updated and not isinstance(time_updated, str):
|
68
|
+
raise TypeError("Expected argument 'time_updated' to be a str")
|
69
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
70
|
+
if uris and not isinstance(uris, list):
|
71
|
+
raise TypeError("Expected argument 'uris' to be a list")
|
72
|
+
pulumi.set(__self__, "uris", uris)
|
73
|
+
|
74
|
+
@_builtins.property
|
75
|
+
@pulumi.getter(name="apiPlatformInstanceId")
|
76
|
+
def api_platform_instance_id(self) -> _builtins.str:
|
77
|
+
return pulumi.get(self, "api_platform_instance_id")
|
78
|
+
|
79
|
+
@_builtins.property
|
80
|
+
@pulumi.getter(name="compartmentId")
|
81
|
+
def compartment_id(self) -> _builtins.str:
|
82
|
+
"""
|
83
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
84
|
+
"""
|
85
|
+
return pulumi.get(self, "compartment_id")
|
86
|
+
|
87
|
+
@_builtins.property
|
88
|
+
@pulumi.getter(name="definedTags")
|
89
|
+
def defined_tags(self) -> Mapping[str, _builtins.str]:
|
90
|
+
"""
|
91
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
92
|
+
"""
|
93
|
+
return pulumi.get(self, "defined_tags")
|
94
|
+
|
95
|
+
@_builtins.property
|
96
|
+
@pulumi.getter
|
97
|
+
def description(self) -> _builtins.str:
|
98
|
+
"""
|
99
|
+
User-provided changeable and non-unique description of the instance
|
100
|
+
"""
|
101
|
+
return pulumi.get(self, "description")
|
102
|
+
|
103
|
+
@_builtins.property
|
104
|
+
@pulumi.getter(name="freeformTags")
|
105
|
+
def freeform_tags(self) -> Mapping[str, _builtins.str]:
|
106
|
+
"""
|
107
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
108
|
+
"""
|
109
|
+
return pulumi.get(self, "freeform_tags")
|
110
|
+
|
111
|
+
@_builtins.property
|
112
|
+
@pulumi.getter
|
113
|
+
def id(self) -> _builtins.str:
|
114
|
+
"""
|
115
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance
|
116
|
+
"""
|
117
|
+
return pulumi.get(self, "id")
|
118
|
+
|
119
|
+
@_builtins.property
|
120
|
+
@pulumi.getter(name="idcsApps")
|
121
|
+
def idcs_apps(self) -> Sequence['outputs.GetApiPlatformApiPlatformInstanceIdcsAppResult']:
|
122
|
+
"""
|
123
|
+
IDCS app associated with the instance, that can be used to manage the roles of the users
|
124
|
+
"""
|
125
|
+
return pulumi.get(self, "idcs_apps")
|
126
|
+
|
127
|
+
@_builtins.property
|
128
|
+
@pulumi.getter(name="lifecycleDetails")
|
129
|
+
def lifecycle_details(self) -> _builtins.str:
|
130
|
+
"""
|
131
|
+
A message that describes the current state of the instance in more detail. For example, can be used to provide actionable information for a resource in the Failed state
|
132
|
+
"""
|
133
|
+
return pulumi.get(self, "lifecycle_details")
|
134
|
+
|
135
|
+
@_builtins.property
|
136
|
+
@pulumi.getter
|
137
|
+
def name(self) -> _builtins.str:
|
138
|
+
"""
|
139
|
+
A regionally unique, non-changeable instance name provided by the user during instance creation
|
140
|
+
"""
|
141
|
+
return pulumi.get(self, "name")
|
142
|
+
|
143
|
+
@_builtins.property
|
144
|
+
@pulumi.getter
|
145
|
+
def state(self) -> _builtins.str:
|
146
|
+
"""
|
147
|
+
The current state of the instance
|
148
|
+
"""
|
149
|
+
return pulumi.get(self, "state")
|
150
|
+
|
151
|
+
@_builtins.property
|
152
|
+
@pulumi.getter(name="systemTags")
|
153
|
+
def system_tags(self) -> Mapping[str, _builtins.str]:
|
154
|
+
"""
|
155
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
156
|
+
"""
|
157
|
+
return pulumi.get(self, "system_tags")
|
158
|
+
|
159
|
+
@_builtins.property
|
160
|
+
@pulumi.getter(name="timeCreated")
|
161
|
+
def time_created(self) -> _builtins.str:
|
162
|
+
"""
|
163
|
+
The date and time the instance was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339) Example: `2016-08-25T21:10:29.600Z`
|
164
|
+
"""
|
165
|
+
return pulumi.get(self, "time_created")
|
166
|
+
|
167
|
+
@_builtins.property
|
168
|
+
@pulumi.getter(name="timeUpdated")
|
169
|
+
def time_updated(self) -> _builtins.str:
|
170
|
+
"""
|
171
|
+
The date and time the instance was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339) Example: `2016-08-25T21:10:29.600Z`
|
172
|
+
"""
|
173
|
+
return pulumi.get(self, "time_updated")
|
174
|
+
|
175
|
+
@_builtins.property
|
176
|
+
@pulumi.getter
|
177
|
+
def uris(self) -> Sequence['outputs.GetApiPlatformApiPlatformInstanceUriResult']:
|
178
|
+
"""
|
179
|
+
Service URIs pertaining to the instance
|
180
|
+
"""
|
181
|
+
return pulumi.get(self, "uris")
|
182
|
+
|
183
|
+
|
184
|
+
class AwaitableGetApiPlatformApiPlatformInstanceResult(GetApiPlatformApiPlatformInstanceResult):
|
185
|
+
# pylint: disable=using-constant-test
|
186
|
+
def __await__(self):
|
187
|
+
if False:
|
188
|
+
yield self
|
189
|
+
return GetApiPlatformApiPlatformInstanceResult(
|
190
|
+
api_platform_instance_id=self.api_platform_instance_id,
|
191
|
+
compartment_id=self.compartment_id,
|
192
|
+
defined_tags=self.defined_tags,
|
193
|
+
description=self.description,
|
194
|
+
freeform_tags=self.freeform_tags,
|
195
|
+
id=self.id,
|
196
|
+
idcs_apps=self.idcs_apps,
|
197
|
+
lifecycle_details=self.lifecycle_details,
|
198
|
+
name=self.name,
|
199
|
+
state=self.state,
|
200
|
+
system_tags=self.system_tags,
|
201
|
+
time_created=self.time_created,
|
202
|
+
time_updated=self.time_updated,
|
203
|
+
uris=self.uris)
|
204
|
+
|
205
|
+
|
206
|
+
def get_api_platform_api_platform_instance(api_platform_instance_id: Optional[_builtins.str] = None,
|
207
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetApiPlatformApiPlatformInstanceResult:
|
208
|
+
"""
|
209
|
+
This data source provides details about a specific Api Platform Instance resource in Oracle Cloud Infrastructure Api Platform service.
|
210
|
+
|
211
|
+
Gets information about an API Platform Instance
|
212
|
+
|
213
|
+
## Example Usage
|
214
|
+
|
215
|
+
```python
|
216
|
+
import pulumi
|
217
|
+
import pulumi_oci as oci
|
218
|
+
|
219
|
+
test_api_platform_instance = oci.oci.get_api_platform_api_platform_instance(api_platform_instance_id=test_api_platform_instance_oci_api_platform_api_platform_instance["id"])
|
220
|
+
```
|
221
|
+
|
222
|
+
|
223
|
+
:param _builtins.str api_platform_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance
|
224
|
+
"""
|
225
|
+
__args__ = dict()
|
226
|
+
__args__['apiPlatformInstanceId'] = api_platform_instance_id
|
227
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
228
|
+
__ret__ = pulumi.runtime.invoke('oci:oci/getApiPlatformApiPlatformInstance:getApiPlatformApiPlatformInstance', __args__, opts=opts, typ=GetApiPlatformApiPlatformInstanceResult).value
|
229
|
+
|
230
|
+
return AwaitableGetApiPlatformApiPlatformInstanceResult(
|
231
|
+
api_platform_instance_id=pulumi.get(__ret__, 'api_platform_instance_id'),
|
232
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
233
|
+
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
234
|
+
description=pulumi.get(__ret__, 'description'),
|
235
|
+
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
236
|
+
id=pulumi.get(__ret__, 'id'),
|
237
|
+
idcs_apps=pulumi.get(__ret__, 'idcs_apps'),
|
238
|
+
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
239
|
+
name=pulumi.get(__ret__, 'name'),
|
240
|
+
state=pulumi.get(__ret__, 'state'),
|
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
|
+
uris=pulumi.get(__ret__, 'uris'))
|
245
|
+
def get_api_platform_api_platform_instance_output(api_platform_instance_id: Optional[pulumi.Input[_builtins.str]] = None,
|
246
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetApiPlatformApiPlatformInstanceResult]:
|
247
|
+
"""
|
248
|
+
This data source provides details about a specific Api Platform Instance resource in Oracle Cloud Infrastructure Api Platform service.
|
249
|
+
|
250
|
+
Gets information about an API Platform Instance
|
251
|
+
|
252
|
+
## Example Usage
|
253
|
+
|
254
|
+
```python
|
255
|
+
import pulumi
|
256
|
+
import pulumi_oci as oci
|
257
|
+
|
258
|
+
test_api_platform_instance = oci.oci.get_api_platform_api_platform_instance(api_platform_instance_id=test_api_platform_instance_oci_api_platform_api_platform_instance["id"])
|
259
|
+
```
|
260
|
+
|
261
|
+
|
262
|
+
:param _builtins.str api_platform_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance
|
263
|
+
"""
|
264
|
+
__args__ = dict()
|
265
|
+
__args__['apiPlatformInstanceId'] = api_platform_instance_id
|
266
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
267
|
+
__ret__ = pulumi.runtime.invoke_output('oci:oci/getApiPlatformApiPlatformInstance:getApiPlatformApiPlatformInstance', __args__, opts=opts, typ=GetApiPlatformApiPlatformInstanceResult)
|
268
|
+
return __ret__.apply(lambda __response__: GetApiPlatformApiPlatformInstanceResult(
|
269
|
+
api_platform_instance_id=pulumi.get(__response__, 'api_platform_instance_id'),
|
270
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
271
|
+
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
272
|
+
description=pulumi.get(__response__, 'description'),
|
273
|
+
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
274
|
+
id=pulumi.get(__response__, 'id'),
|
275
|
+
idcs_apps=pulumi.get(__response__, 'idcs_apps'),
|
276
|
+
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
277
|
+
name=pulumi.get(__response__, 'name'),
|
278
|
+
state=pulumi.get(__response__, 'state'),
|
279
|
+
system_tags=pulumi.get(__response__, 'system_tags'),
|
280
|
+
time_created=pulumi.get(__response__, 'time_created'),
|
281
|
+
time_updated=pulumi.get(__response__, 'time_updated'),
|
282
|
+
uris=pulumi.get(__response__, 'uris')))
|
@@ -0,0 +1,199 @@
|
|
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
|
+
'GetApiPlatformApiPlatformInstancesResult',
|
21
|
+
'AwaitableGetApiPlatformApiPlatformInstancesResult',
|
22
|
+
'get_api_platform_api_platform_instances',
|
23
|
+
'get_api_platform_api_platform_instances_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetApiPlatformApiPlatformInstancesResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getApiPlatformApiPlatformInstances.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, api_platform_instance_collections=None, compartment_id=None, filters=None, id=None, name=None, state=None):
|
32
|
+
if api_platform_instance_collections and not isinstance(api_platform_instance_collections, list):
|
33
|
+
raise TypeError("Expected argument 'api_platform_instance_collections' to be a list")
|
34
|
+
pulumi.set(__self__, "api_platform_instance_collections", api_platform_instance_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 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 name and not isinstance(name, str):
|
45
|
+
raise TypeError("Expected argument 'name' to be a str")
|
46
|
+
pulumi.set(__self__, "name", name)
|
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="apiPlatformInstanceCollections")
|
53
|
+
def api_platform_instance_collections(self) -> Sequence['outputs.GetApiPlatformApiPlatformInstancesApiPlatformInstanceCollectionResult']:
|
54
|
+
"""
|
55
|
+
The list of api_platform_instance_collection.
|
56
|
+
"""
|
57
|
+
return pulumi.get(self, "api_platform_instance_collections")
|
58
|
+
|
59
|
+
@_builtins.property
|
60
|
+
@pulumi.getter(name="compartmentId")
|
61
|
+
def compartment_id(self) -> Optional[_builtins.str]:
|
62
|
+
"""
|
63
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
64
|
+
"""
|
65
|
+
return pulumi.get(self, "compartment_id")
|
66
|
+
|
67
|
+
@_builtins.property
|
68
|
+
@pulumi.getter
|
69
|
+
def filters(self) -> Optional[Sequence['outputs.GetApiPlatformApiPlatformInstancesFilterResult']]:
|
70
|
+
return pulumi.get(self, "filters")
|
71
|
+
|
72
|
+
@_builtins.property
|
73
|
+
@pulumi.getter
|
74
|
+
def id(self) -> Optional[_builtins.str]:
|
75
|
+
"""
|
76
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance
|
77
|
+
"""
|
78
|
+
return pulumi.get(self, "id")
|
79
|
+
|
80
|
+
@_builtins.property
|
81
|
+
@pulumi.getter
|
82
|
+
def name(self) -> Optional[_builtins.str]:
|
83
|
+
"""
|
84
|
+
A regionally unique, non-changeable instance name provided by the user during instance creation
|
85
|
+
"""
|
86
|
+
return pulumi.get(self, "name")
|
87
|
+
|
88
|
+
@_builtins.property
|
89
|
+
@pulumi.getter
|
90
|
+
def state(self) -> Optional[_builtins.str]:
|
91
|
+
"""
|
92
|
+
The current state of the instance
|
93
|
+
"""
|
94
|
+
return pulumi.get(self, "state")
|
95
|
+
|
96
|
+
|
97
|
+
class AwaitableGetApiPlatformApiPlatformInstancesResult(GetApiPlatformApiPlatformInstancesResult):
|
98
|
+
# pylint: disable=using-constant-test
|
99
|
+
def __await__(self):
|
100
|
+
if False:
|
101
|
+
yield self
|
102
|
+
return GetApiPlatformApiPlatformInstancesResult(
|
103
|
+
api_platform_instance_collections=self.api_platform_instance_collections,
|
104
|
+
compartment_id=self.compartment_id,
|
105
|
+
filters=self.filters,
|
106
|
+
id=self.id,
|
107
|
+
name=self.name,
|
108
|
+
state=self.state)
|
109
|
+
|
110
|
+
|
111
|
+
def get_api_platform_api_platform_instances(compartment_id: Optional[_builtins.str] = None,
|
112
|
+
filters: Optional[Sequence[Union['GetApiPlatformApiPlatformInstancesFilterArgs', 'GetApiPlatformApiPlatformInstancesFilterArgsDict']]] = None,
|
113
|
+
id: Optional[_builtins.str] = None,
|
114
|
+
name: Optional[_builtins.str] = None,
|
115
|
+
state: Optional[_builtins.str] = None,
|
116
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetApiPlatformApiPlatformInstancesResult:
|
117
|
+
"""
|
118
|
+
This data source provides the list of Api Platform Instances in Oracle Cloud Infrastructure Api Platform service.
|
119
|
+
|
120
|
+
Gets a list of API Platform Instances
|
121
|
+
|
122
|
+
## Example Usage
|
123
|
+
|
124
|
+
```python
|
125
|
+
import pulumi
|
126
|
+
import pulumi_oci as oci
|
127
|
+
|
128
|
+
test_api_platform_instances = oci.oci.get_api_platform_api_platform_instances(compartment_id=compartment_id,
|
129
|
+
id=api_platform_instance_id,
|
130
|
+
name=api_platform_instance_name,
|
131
|
+
state=api_platform_instance_state)
|
132
|
+
```
|
133
|
+
|
134
|
+
|
135
|
+
:param _builtins.str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
136
|
+
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance
|
137
|
+
:param _builtins.str name: A filter to return only resources that match the given name exactly
|
138
|
+
:param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
139
|
+
"""
|
140
|
+
__args__ = dict()
|
141
|
+
__args__['compartmentId'] = compartment_id
|
142
|
+
__args__['filters'] = filters
|
143
|
+
__args__['id'] = id
|
144
|
+
__args__['name'] = name
|
145
|
+
__args__['state'] = state
|
146
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
147
|
+
__ret__ = pulumi.runtime.invoke('oci:oci/getApiPlatformApiPlatformInstances:getApiPlatformApiPlatformInstances', __args__, opts=opts, typ=GetApiPlatformApiPlatformInstancesResult).value
|
148
|
+
|
149
|
+
return AwaitableGetApiPlatformApiPlatformInstancesResult(
|
150
|
+
api_platform_instance_collections=pulumi.get(__ret__, 'api_platform_instance_collections'),
|
151
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
152
|
+
filters=pulumi.get(__ret__, 'filters'),
|
153
|
+
id=pulumi.get(__ret__, 'id'),
|
154
|
+
name=pulumi.get(__ret__, 'name'),
|
155
|
+
state=pulumi.get(__ret__, 'state'))
|
156
|
+
def get_api_platform_api_platform_instances_output(compartment_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
157
|
+
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetApiPlatformApiPlatformInstancesFilterArgs', 'GetApiPlatformApiPlatformInstancesFilterArgsDict']]]]] = None,
|
158
|
+
id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
159
|
+
name: 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[GetApiPlatformApiPlatformInstancesResult]:
|
162
|
+
"""
|
163
|
+
This data source provides the list of Api Platform Instances in Oracle Cloud Infrastructure Api Platform service.
|
164
|
+
|
165
|
+
Gets a list of API Platform Instances
|
166
|
+
|
167
|
+
## Example Usage
|
168
|
+
|
169
|
+
```python
|
170
|
+
import pulumi
|
171
|
+
import pulumi_oci as oci
|
172
|
+
|
173
|
+
test_api_platform_instances = oci.oci.get_api_platform_api_platform_instances(compartment_id=compartment_id,
|
174
|
+
id=api_platform_instance_id,
|
175
|
+
name=api_platform_instance_name,
|
176
|
+
state=api_platform_instance_state)
|
177
|
+
```
|
178
|
+
|
179
|
+
|
180
|
+
:param _builtins.str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
181
|
+
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance
|
182
|
+
:param _builtins.str name: A filter to return only resources that match the given name exactly
|
183
|
+
:param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
184
|
+
"""
|
185
|
+
__args__ = dict()
|
186
|
+
__args__['compartmentId'] = compartment_id
|
187
|
+
__args__['filters'] = filters
|
188
|
+
__args__['id'] = id
|
189
|
+
__args__['name'] = name
|
190
|
+
__args__['state'] = state
|
191
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
192
|
+
__ret__ = pulumi.runtime.invoke_output('oci:oci/getApiPlatformApiPlatformInstances:getApiPlatformApiPlatformInstances', __args__, opts=opts, typ=GetApiPlatformApiPlatformInstancesResult)
|
193
|
+
return __ret__.apply(lambda __response__: GetApiPlatformApiPlatformInstancesResult(
|
194
|
+
api_platform_instance_collections=pulumi.get(__response__, 'api_platform_instance_collections'),
|
195
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
196
|
+
filters=pulumi.get(__response__, 'filters'),
|
197
|
+
id=pulumi.get(__response__, 'id'),
|
198
|
+
name=pulumi.get(__response__, 'name'),
|
199
|
+
state=pulumi.get(__response__, 'state')))
|