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
@@ -13,24 +13,26 @@ if sys.version_info >= (3, 11):
|
|
13
13
|
else:
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
15
|
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
16
18
|
|
17
|
-
__all__ = ['
|
19
|
+
__all__ = ['ApiPlatformApiPlatformInstanceArgs', 'ApiPlatformApiPlatformInstance']
|
18
20
|
|
19
21
|
@pulumi.input_type
|
20
|
-
class
|
22
|
+
class ApiPlatformApiPlatformInstanceArgs:
|
21
23
|
def __init__(__self__, *,
|
22
24
|
compartment_id: pulumi.Input[_builtins.str],
|
23
25
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
24
26
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
25
|
-
|
26
|
-
|
27
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
28
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
27
29
|
"""
|
28
|
-
The set of arguments for constructing a
|
29
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID
|
30
|
+
The set of arguments for constructing a ApiPlatformApiPlatformInstance resource.
|
31
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the instance in.
|
30
32
|
: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"}`
|
31
|
-
:param pulumi.Input[_builtins.str] description: (Updatable)
|
32
|
-
:param pulumi.Input[_builtins.str]
|
33
|
-
:param pulumi.Input[
|
33
|
+
:param pulumi.Input[_builtins.str] description: (Updatable) User-provided changeable and non-unique description of the instance
|
34
|
+
: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"}`
|
35
|
+
:param pulumi.Input[_builtins.str] name: A regionally unique, non-changeable instance name provided by the user during creation
|
34
36
|
|
35
37
|
|
36
38
|
** IMPORTANT **
|
@@ -41,16 +43,16 @@ class ProjectArgs:
|
|
41
43
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
42
44
|
if description is not None:
|
43
45
|
pulumi.set(__self__, "description", description)
|
44
|
-
if display_name is not None:
|
45
|
-
pulumi.set(__self__, "display_name", display_name)
|
46
46
|
if freeform_tags is not None:
|
47
47
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
48
|
+
if name is not None:
|
49
|
+
pulumi.set(__self__, "name", name)
|
48
50
|
|
49
51
|
@_builtins.property
|
50
52
|
@pulumi.getter(name="compartmentId")
|
51
53
|
def compartment_id(self) -> pulumi.Input[_builtins.str]:
|
52
54
|
"""
|
53
|
-
(Updatable) The OCID
|
55
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the instance in.
|
54
56
|
"""
|
55
57
|
return pulumi.get(self, "compartment_id")
|
56
58
|
|
@@ -74,7 +76,7 @@ class ProjectArgs:
|
|
74
76
|
@pulumi.getter
|
75
77
|
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
76
78
|
"""
|
77
|
-
(Updatable)
|
79
|
+
(Updatable) User-provided changeable and non-unique description of the instance
|
78
80
|
"""
|
79
81
|
return pulumi.get(self, "description")
|
80
82
|
|
@@ -83,61 +85,67 @@ class ProjectArgs:
|
|
83
85
|
pulumi.set(self, "description", value)
|
84
86
|
|
85
87
|
@_builtins.property
|
86
|
-
@pulumi.getter(name="
|
87
|
-
def
|
88
|
+
@pulumi.getter(name="freeformTags")
|
89
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
88
90
|
"""
|
89
|
-
(Updatable)
|
91
|
+
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
90
92
|
"""
|
91
|
-
return pulumi.get(self, "
|
93
|
+
return pulumi.get(self, "freeform_tags")
|
92
94
|
|
93
|
-
@
|
94
|
-
def
|
95
|
-
pulumi.set(self, "
|
95
|
+
@freeform_tags.setter
|
96
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
97
|
+
pulumi.set(self, "freeform_tags", value)
|
96
98
|
|
97
99
|
@_builtins.property
|
98
|
-
@pulumi.getter
|
99
|
-
def
|
100
|
+
@pulumi.getter
|
101
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
100
102
|
"""
|
101
|
-
|
103
|
+
A regionally unique, non-changeable instance name provided by the user during creation
|
102
104
|
|
103
105
|
|
104
106
|
** IMPORTANT **
|
105
107
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
106
108
|
"""
|
107
|
-
return pulumi.get(self, "
|
109
|
+
return pulumi.get(self, "name")
|
108
110
|
|
109
|
-
@
|
110
|
-
def
|
111
|
-
pulumi.set(self, "
|
111
|
+
@name.setter
|
112
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
113
|
+
pulumi.set(self, "name", value)
|
112
114
|
|
113
115
|
|
114
116
|
@pulumi.input_type
|
115
|
-
class
|
117
|
+
class _ApiPlatformApiPlatformInstanceState:
|
116
118
|
def __init__(__self__, *,
|
117
119
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
118
120
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
119
121
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
120
|
-
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
121
122
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
123
|
+
idcs_apps: Optional[pulumi.Input[Sequence[pulumi.Input['ApiPlatformApiPlatformInstanceIdcsAppArgs']]]] = None,
|
124
|
+
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
125
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
122
126
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
123
127
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
124
128
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
125
|
-
time_updated: Optional[pulumi.Input[_builtins.str]] = None
|
129
|
+
time_updated: Optional[pulumi.Input[_builtins.str]] = None,
|
130
|
+
uris: Optional[pulumi.Input[Sequence[pulumi.Input['ApiPlatformApiPlatformInstanceUriArgs']]]] = None):
|
126
131
|
"""
|
127
|
-
Input properties used for looking up and filtering
|
128
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID
|
132
|
+
Input properties used for looking up and filtering ApiPlatformApiPlatformInstance resources.
|
133
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the instance in.
|
129
134
|
: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"}`
|
130
|
-
:param pulumi.Input[_builtins.str] description: (Updatable)
|
131
|
-
:param pulumi.Input[_builtins.str]
|
132
|
-
:param pulumi.Input[
|
135
|
+
:param pulumi.Input[_builtins.str] description: (Updatable) User-provided changeable and non-unique description of the instance
|
136
|
+
: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"}`
|
137
|
+
:param pulumi.Input[Sequence[pulumi.Input['ApiPlatformApiPlatformInstanceIdcsAppArgs']]] idcs_apps: IDCS app associated with the instance, that can be used to manage the roles of the users
|
138
|
+
:param pulumi.Input[_builtins.str] lifecycle_details: 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
|
139
|
+
:param pulumi.Input[_builtins.str] name: A regionally unique, non-changeable instance name provided by the user during creation
|
133
140
|
|
134
141
|
|
135
142
|
** IMPORTANT **
|
136
143
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
137
|
-
:param pulumi.Input[_builtins.str] state: The
|
138
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags:
|
139
|
-
:param pulumi.Input[_builtins.str] time_created: The date and time the
|
140
|
-
:param pulumi.Input[_builtins.str] time_updated: The date and time the
|
144
|
+
:param pulumi.Input[_builtins.str] state: The current state of the instance
|
145
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
146
|
+
:param pulumi.Input[_builtins.str] time_created: 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`
|
147
|
+
:param pulumi.Input[_builtins.str] time_updated: 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`
|
148
|
+
:param pulumi.Input[Sequence[pulumi.Input['ApiPlatformApiPlatformInstanceUriArgs']]] uris: Service URIs pertaining to the instance
|
141
149
|
"""
|
142
150
|
if compartment_id is not None:
|
143
151
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -145,10 +153,14 @@ class _ProjectState:
|
|
145
153
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
146
154
|
if description is not None:
|
147
155
|
pulumi.set(__self__, "description", description)
|
148
|
-
if display_name is not None:
|
149
|
-
pulumi.set(__self__, "display_name", display_name)
|
150
156
|
if freeform_tags is not None:
|
151
157
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
158
|
+
if idcs_apps is not None:
|
159
|
+
pulumi.set(__self__, "idcs_apps", idcs_apps)
|
160
|
+
if lifecycle_details is not None:
|
161
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
162
|
+
if name is not None:
|
163
|
+
pulumi.set(__self__, "name", name)
|
152
164
|
if state is not None:
|
153
165
|
pulumi.set(__self__, "state", state)
|
154
166
|
if system_tags is not None:
|
@@ -157,12 +169,14 @@ class _ProjectState:
|
|
157
169
|
pulumi.set(__self__, "time_created", time_created)
|
158
170
|
if time_updated is not None:
|
159
171
|
pulumi.set(__self__, "time_updated", time_updated)
|
172
|
+
if uris is not None:
|
173
|
+
pulumi.set(__self__, "uris", uris)
|
160
174
|
|
161
175
|
@_builtins.property
|
162
176
|
@pulumi.getter(name="compartmentId")
|
163
177
|
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
164
178
|
"""
|
165
|
-
(Updatable) The OCID
|
179
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the instance in.
|
166
180
|
"""
|
167
181
|
return pulumi.get(self, "compartment_id")
|
168
182
|
|
@@ -186,7 +200,7 @@ class _ProjectState:
|
|
186
200
|
@pulumi.getter
|
187
201
|
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
188
202
|
"""
|
189
|
-
(Updatable)
|
203
|
+
(Updatable) User-provided changeable and non-unique description of the instance
|
190
204
|
"""
|
191
205
|
return pulumi.get(self, "description")
|
192
206
|
|
@@ -195,38 +209,62 @@ class _ProjectState:
|
|
195
209
|
pulumi.set(self, "description", value)
|
196
210
|
|
197
211
|
@_builtins.property
|
198
|
-
@pulumi.getter(name="
|
199
|
-
def
|
212
|
+
@pulumi.getter(name="freeformTags")
|
213
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
214
|
+
"""
|
215
|
+
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
216
|
+
"""
|
217
|
+
return pulumi.get(self, "freeform_tags")
|
218
|
+
|
219
|
+
@freeform_tags.setter
|
220
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
221
|
+
pulumi.set(self, "freeform_tags", value)
|
222
|
+
|
223
|
+
@_builtins.property
|
224
|
+
@pulumi.getter(name="idcsApps")
|
225
|
+
def idcs_apps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApiPlatformApiPlatformInstanceIdcsAppArgs']]]]:
|
200
226
|
"""
|
201
|
-
|
227
|
+
IDCS app associated with the instance, that can be used to manage the roles of the users
|
202
228
|
"""
|
203
|
-
return pulumi.get(self, "
|
229
|
+
return pulumi.get(self, "idcs_apps")
|
204
230
|
|
205
|
-
@
|
206
|
-
def
|
207
|
-
pulumi.set(self, "
|
231
|
+
@idcs_apps.setter
|
232
|
+
def idcs_apps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApiPlatformApiPlatformInstanceIdcsAppArgs']]]]):
|
233
|
+
pulumi.set(self, "idcs_apps", value)
|
208
234
|
|
209
235
|
@_builtins.property
|
210
|
-
@pulumi.getter(name="
|
211
|
-
def
|
236
|
+
@pulumi.getter(name="lifecycleDetails")
|
237
|
+
def lifecycle_details(self) -> Optional[pulumi.Input[_builtins.str]]:
|
238
|
+
"""
|
239
|
+
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
|
212
240
|
"""
|
213
|
-
(
|
241
|
+
return pulumi.get(self, "lifecycle_details")
|
242
|
+
|
243
|
+
@lifecycle_details.setter
|
244
|
+
def lifecycle_details(self, value: Optional[pulumi.Input[_builtins.str]]):
|
245
|
+
pulumi.set(self, "lifecycle_details", value)
|
246
|
+
|
247
|
+
@_builtins.property
|
248
|
+
@pulumi.getter
|
249
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
250
|
+
"""
|
251
|
+
A regionally unique, non-changeable instance name provided by the user during creation
|
214
252
|
|
215
253
|
|
216
254
|
** IMPORTANT **
|
217
255
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
218
256
|
"""
|
219
|
-
return pulumi.get(self, "
|
257
|
+
return pulumi.get(self, "name")
|
220
258
|
|
221
|
-
@
|
222
|
-
def
|
223
|
-
pulumi.set(self, "
|
259
|
+
@name.setter
|
260
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
261
|
+
pulumi.set(self, "name", value)
|
224
262
|
|
225
263
|
@_builtins.property
|
226
264
|
@pulumi.getter
|
227
265
|
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
228
266
|
"""
|
229
|
-
The
|
267
|
+
The current state of the instance
|
230
268
|
"""
|
231
269
|
return pulumi.get(self, "state")
|
232
270
|
|
@@ -238,7 +276,7 @@ class _ProjectState:
|
|
238
276
|
@pulumi.getter(name="systemTags")
|
239
277
|
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
240
278
|
"""
|
241
|
-
|
279
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
242
280
|
"""
|
243
281
|
return pulumi.get(self, "system_tags")
|
244
282
|
|
@@ -250,7 +288,7 @@ class _ProjectState:
|
|
250
288
|
@pulumi.getter(name="timeCreated")
|
251
289
|
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
252
290
|
"""
|
253
|
-
The date and time the
|
291
|
+
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`
|
254
292
|
"""
|
255
293
|
return pulumi.get(self, "time_created")
|
256
294
|
|
@@ -262,7 +300,7 @@ class _ProjectState:
|
|
262
300
|
@pulumi.getter(name="timeUpdated")
|
263
301
|
def time_updated(self) -> Optional[pulumi.Input[_builtins.str]]:
|
264
302
|
"""
|
265
|
-
The date and time the
|
303
|
+
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`
|
266
304
|
"""
|
267
305
|
return pulumi.get(self, "time_updated")
|
268
306
|
|
@@ -270,9 +308,21 @@ class _ProjectState:
|
|
270
308
|
def time_updated(self, value: Optional[pulumi.Input[_builtins.str]]):
|
271
309
|
pulumi.set(self, "time_updated", value)
|
272
310
|
|
311
|
+
@_builtins.property
|
312
|
+
@pulumi.getter
|
313
|
+
def uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApiPlatformApiPlatformInstanceUriArgs']]]]:
|
314
|
+
"""
|
315
|
+
Service URIs pertaining to the instance
|
316
|
+
"""
|
317
|
+
return pulumi.get(self, "uris")
|
318
|
+
|
319
|
+
@uris.setter
|
320
|
+
def uris(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApiPlatformApiPlatformInstanceUriArgs']]]]):
|
321
|
+
pulumi.set(self, "uris", value)
|
273
322
|
|
274
|
-
|
275
|
-
|
323
|
+
|
324
|
+
@pulumi.type_token("oci:oci/apiPlatformApiPlatformInstance:ApiPlatformApiPlatformInstance")
|
325
|
+
class ApiPlatformApiPlatformInstance(pulumi.CustomResource):
|
276
326
|
@overload
|
277
327
|
def __init__(__self__,
|
278
328
|
resource_name: str,
|
@@ -280,13 +330,13 @@ class Project(pulumi.CustomResource):
|
|
280
330
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
281
331
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
282
332
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
283
|
-
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
284
333
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
334
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
285
335
|
__props__=None):
|
286
336
|
"""
|
287
|
-
This resource provides the
|
337
|
+
This resource provides the Api Platform Instance resource in Oracle Cloud Infrastructure Api Platform service.
|
288
338
|
|
289
|
-
Creates
|
339
|
+
Creates an API Platform Instance
|
290
340
|
|
291
341
|
## Example Usage
|
292
342
|
|
@@ -294,13 +344,13 @@ class Project(pulumi.CustomResource):
|
|
294
344
|
import pulumi
|
295
345
|
import pulumi_oci as oci
|
296
346
|
|
297
|
-
|
347
|
+
test_api_platform_instance = oci.oci.ApiPlatformApiPlatformInstance("test_api_platform_instance",
|
298
348
|
compartment_id=compartment_id,
|
349
|
+
name=api_platform_instance_name,
|
299
350
|
defined_tags={
|
300
351
|
"foo-namespace.bar-key": "value",
|
301
352
|
},
|
302
|
-
description=
|
303
|
-
display_name=project_display_name,
|
353
|
+
description=api_platform_instance_description,
|
304
354
|
freeform_tags={
|
305
355
|
"bar-key": "value",
|
306
356
|
})
|
@@ -308,19 +358,19 @@ class Project(pulumi.CustomResource):
|
|
308
358
|
|
309
359
|
## Import
|
310
360
|
|
311
|
-
|
361
|
+
ApiPlatformInstances can be imported using the `id`, e.g.
|
312
362
|
|
313
363
|
```sh
|
314
|
-
$ pulumi import oci:
|
364
|
+
$ pulumi import oci:oci/apiPlatformApiPlatformInstance:ApiPlatformApiPlatformInstance test_api_platform_instance "id"
|
315
365
|
```
|
316
366
|
|
317
367
|
:param str resource_name: The name of the resource.
|
318
368
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
319
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID
|
369
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the instance in.
|
320
370
|
: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"}`
|
321
|
-
:param pulumi.Input[_builtins.str] description: (Updatable)
|
322
|
-
:param pulumi.Input[_builtins.str]
|
323
|
-
:param pulumi.Input[
|
371
|
+
:param pulumi.Input[_builtins.str] description: (Updatable) User-provided changeable and non-unique description of the instance
|
372
|
+
: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"}`
|
373
|
+
:param pulumi.Input[_builtins.str] name: A regionally unique, non-changeable instance name provided by the user during creation
|
324
374
|
|
325
375
|
|
326
376
|
** IMPORTANT **
|
@@ -330,12 +380,12 @@ class Project(pulumi.CustomResource):
|
|
330
380
|
@overload
|
331
381
|
def __init__(__self__,
|
332
382
|
resource_name: str,
|
333
|
-
args:
|
383
|
+
args: ApiPlatformApiPlatformInstanceArgs,
|
334
384
|
opts: Optional[pulumi.ResourceOptions] = None):
|
335
385
|
"""
|
336
|
-
This resource provides the
|
386
|
+
This resource provides the Api Platform Instance resource in Oracle Cloud Infrastructure Api Platform service.
|
337
387
|
|
338
|
-
Creates
|
388
|
+
Creates an API Platform Instance
|
339
389
|
|
340
390
|
## Example Usage
|
341
391
|
|
@@ -343,13 +393,13 @@ class Project(pulumi.CustomResource):
|
|
343
393
|
import pulumi
|
344
394
|
import pulumi_oci as oci
|
345
395
|
|
346
|
-
|
396
|
+
test_api_platform_instance = oci.oci.ApiPlatformApiPlatformInstance("test_api_platform_instance",
|
347
397
|
compartment_id=compartment_id,
|
398
|
+
name=api_platform_instance_name,
|
348
399
|
defined_tags={
|
349
400
|
"foo-namespace.bar-key": "value",
|
350
401
|
},
|
351
|
-
description=
|
352
|
-
display_name=project_display_name,
|
402
|
+
description=api_platform_instance_description,
|
353
403
|
freeform_tags={
|
354
404
|
"bar-key": "value",
|
355
405
|
})
|
@@ -357,19 +407,19 @@ class Project(pulumi.CustomResource):
|
|
357
407
|
|
358
408
|
## Import
|
359
409
|
|
360
|
-
|
410
|
+
ApiPlatformInstances can be imported using the `id`, e.g.
|
361
411
|
|
362
412
|
```sh
|
363
|
-
$ pulumi import oci:
|
413
|
+
$ pulumi import oci:oci/apiPlatformApiPlatformInstance:ApiPlatformApiPlatformInstance test_api_platform_instance "id"
|
364
414
|
```
|
365
415
|
|
366
416
|
:param str resource_name: The name of the resource.
|
367
|
-
:param
|
417
|
+
:param ApiPlatformApiPlatformInstanceArgs args: The arguments to use to populate this resource's properties.
|
368
418
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
369
419
|
"""
|
370
420
|
...
|
371
421
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
372
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
422
|
+
resource_args, opts = _utilities.get_resource_args_opts(ApiPlatformApiPlatformInstanceArgs, pulumi.ResourceOptions, *args, **kwargs)
|
373
423
|
if resource_args is not None:
|
374
424
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
375
425
|
else:
|
@@ -381,8 +431,8 @@ class Project(pulumi.CustomResource):
|
|
381
431
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
382
432
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
383
433
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
384
|
-
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
385
434
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
435
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
386
436
|
__props__=None):
|
387
437
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
388
438
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -390,21 +440,24 @@ class Project(pulumi.CustomResource):
|
|
390
440
|
if opts.id is None:
|
391
441
|
if __props__ is not None:
|
392
442
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
393
|
-
__props__ =
|
443
|
+
__props__ = ApiPlatformApiPlatformInstanceArgs.__new__(ApiPlatformApiPlatformInstanceArgs)
|
394
444
|
|
395
445
|
if compartment_id is None and not opts.urn:
|
396
446
|
raise TypeError("Missing required property 'compartment_id'")
|
397
447
|
__props__.__dict__["compartment_id"] = compartment_id
|
398
448
|
__props__.__dict__["defined_tags"] = defined_tags
|
399
449
|
__props__.__dict__["description"] = description
|
400
|
-
__props__.__dict__["display_name"] = display_name
|
401
450
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
451
|
+
__props__.__dict__["name"] = name
|
452
|
+
__props__.__dict__["idcs_apps"] = None
|
453
|
+
__props__.__dict__["lifecycle_details"] = None
|
402
454
|
__props__.__dict__["state"] = None
|
403
455
|
__props__.__dict__["system_tags"] = None
|
404
456
|
__props__.__dict__["time_created"] = None
|
405
457
|
__props__.__dict__["time_updated"] = None
|
406
|
-
|
407
|
-
|
458
|
+
__props__.__dict__["uris"] = None
|
459
|
+
super(ApiPlatformApiPlatformInstance, __self__).__init__(
|
460
|
+
'oci:oci/apiPlatformApiPlatformInstance:ApiPlatformApiPlatformInstance',
|
408
461
|
resource_name,
|
409
462
|
__props__,
|
410
463
|
opts)
|
@@ -416,53 +469,62 @@ class Project(pulumi.CustomResource):
|
|
416
469
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
417
470
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
418
471
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
419
|
-
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
420
472
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
473
|
+
idcs_apps: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApiPlatformApiPlatformInstanceIdcsAppArgs', 'ApiPlatformApiPlatformInstanceIdcsAppArgsDict']]]]] = None,
|
474
|
+
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
475
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
421
476
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
422
477
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
423
478
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
424
|
-
time_updated: Optional[pulumi.Input[_builtins.str]] = None
|
479
|
+
time_updated: Optional[pulumi.Input[_builtins.str]] = None,
|
480
|
+
uris: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApiPlatformApiPlatformInstanceUriArgs', 'ApiPlatformApiPlatformInstanceUriArgsDict']]]]] = None) -> 'ApiPlatformApiPlatformInstance':
|
425
481
|
"""
|
426
|
-
Get an existing
|
482
|
+
Get an existing ApiPlatformApiPlatformInstance resource's state with the given name, id, and optional extra
|
427
483
|
properties used to qualify the lookup.
|
428
484
|
|
429
485
|
:param str resource_name: The unique name of the resulting resource.
|
430
486
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
431
487
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
432
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID
|
488
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the instance in.
|
433
489
|
: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"}`
|
434
|
-
:param pulumi.Input[_builtins.str] description: (Updatable)
|
435
|
-
:param pulumi.Input[_builtins.str]
|
436
|
-
:param pulumi.Input[
|
490
|
+
:param pulumi.Input[_builtins.str] description: (Updatable) User-provided changeable and non-unique description of the instance
|
491
|
+
: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"}`
|
492
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ApiPlatformApiPlatformInstanceIdcsAppArgs', 'ApiPlatformApiPlatformInstanceIdcsAppArgsDict']]]] idcs_apps: IDCS app associated with the instance, that can be used to manage the roles of the users
|
493
|
+
:param pulumi.Input[_builtins.str] lifecycle_details: 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
|
494
|
+
:param pulumi.Input[_builtins.str] name: A regionally unique, non-changeable instance name provided by the user during creation
|
437
495
|
|
438
496
|
|
439
497
|
** IMPORTANT **
|
440
498
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
441
|
-
:param pulumi.Input[_builtins.str] state: The
|
442
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags:
|
443
|
-
:param pulumi.Input[_builtins.str] time_created: The date and time the
|
444
|
-
:param pulumi.Input[_builtins.str] time_updated: The date and time the
|
499
|
+
:param pulumi.Input[_builtins.str] state: The current state of the instance
|
500
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
501
|
+
:param pulumi.Input[_builtins.str] time_created: 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`
|
502
|
+
:param pulumi.Input[_builtins.str] time_updated: 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`
|
503
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ApiPlatformApiPlatformInstanceUriArgs', 'ApiPlatformApiPlatformInstanceUriArgsDict']]]] uris: Service URIs pertaining to the instance
|
445
504
|
"""
|
446
505
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
447
506
|
|
448
|
-
__props__ =
|
507
|
+
__props__ = _ApiPlatformApiPlatformInstanceState.__new__(_ApiPlatformApiPlatformInstanceState)
|
449
508
|
|
450
509
|
__props__.__dict__["compartment_id"] = compartment_id
|
451
510
|
__props__.__dict__["defined_tags"] = defined_tags
|
452
511
|
__props__.__dict__["description"] = description
|
453
|
-
__props__.__dict__["display_name"] = display_name
|
454
512
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
513
|
+
__props__.__dict__["idcs_apps"] = idcs_apps
|
514
|
+
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
515
|
+
__props__.__dict__["name"] = name
|
455
516
|
__props__.__dict__["state"] = state
|
456
517
|
__props__.__dict__["system_tags"] = system_tags
|
457
518
|
__props__.__dict__["time_created"] = time_created
|
458
519
|
__props__.__dict__["time_updated"] = time_updated
|
459
|
-
|
520
|
+
__props__.__dict__["uris"] = uris
|
521
|
+
return ApiPlatformApiPlatformInstance(resource_name, opts=opts, __props__=__props__)
|
460
522
|
|
461
523
|
@_builtins.property
|
462
524
|
@pulumi.getter(name="compartmentId")
|
463
525
|
def compartment_id(self) -> pulumi.Output[_builtins.str]:
|
464
526
|
"""
|
465
|
-
(Updatable) The OCID
|
527
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the instance in.
|
466
528
|
"""
|
467
529
|
return pulumi.get(self, "compartment_id")
|
468
530
|
|
@@ -478,35 +540,51 @@ class Project(pulumi.CustomResource):
|
|
478
540
|
@pulumi.getter
|
479
541
|
def description(self) -> pulumi.Output[_builtins.str]:
|
480
542
|
"""
|
481
|
-
(Updatable)
|
543
|
+
(Updatable) User-provided changeable and non-unique description of the instance
|
482
544
|
"""
|
483
545
|
return pulumi.get(self, "description")
|
484
546
|
|
485
547
|
@_builtins.property
|
486
|
-
@pulumi.getter(name="
|
487
|
-
def
|
548
|
+
@pulumi.getter(name="freeformTags")
|
549
|
+
def freeform_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
488
550
|
"""
|
489
|
-
(Updatable)
|
551
|
+
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
490
552
|
"""
|
491
|
-
return pulumi.get(self, "
|
553
|
+
return pulumi.get(self, "freeform_tags")
|
492
554
|
|
493
555
|
@_builtins.property
|
494
|
-
@pulumi.getter(name="
|
495
|
-
def
|
556
|
+
@pulumi.getter(name="idcsApps")
|
557
|
+
def idcs_apps(self) -> pulumi.Output[Sequence['outputs.ApiPlatformApiPlatformInstanceIdcsApp']]:
|
496
558
|
"""
|
497
|
-
|
559
|
+
IDCS app associated with the instance, that can be used to manage the roles of the users
|
560
|
+
"""
|
561
|
+
return pulumi.get(self, "idcs_apps")
|
562
|
+
|
563
|
+
@_builtins.property
|
564
|
+
@pulumi.getter(name="lifecycleDetails")
|
565
|
+
def lifecycle_details(self) -> pulumi.Output[_builtins.str]:
|
566
|
+
"""
|
567
|
+
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
|
568
|
+
"""
|
569
|
+
return pulumi.get(self, "lifecycle_details")
|
570
|
+
|
571
|
+
@_builtins.property
|
572
|
+
@pulumi.getter
|
573
|
+
def name(self) -> pulumi.Output[_builtins.str]:
|
574
|
+
"""
|
575
|
+
A regionally unique, non-changeable instance name provided by the user during creation
|
498
576
|
|
499
577
|
|
500
578
|
** IMPORTANT **
|
501
579
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
502
580
|
"""
|
503
|
-
return pulumi.get(self, "
|
581
|
+
return pulumi.get(self, "name")
|
504
582
|
|
505
583
|
@_builtins.property
|
506
584
|
@pulumi.getter
|
507
585
|
def state(self) -> pulumi.Output[_builtins.str]:
|
508
586
|
"""
|
509
|
-
The
|
587
|
+
The current state of the instance
|
510
588
|
"""
|
511
589
|
return pulumi.get(self, "state")
|
512
590
|
|
@@ -514,7 +592,7 @@ class Project(pulumi.CustomResource):
|
|
514
592
|
@pulumi.getter(name="systemTags")
|
515
593
|
def system_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
516
594
|
"""
|
517
|
-
|
595
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
518
596
|
"""
|
519
597
|
return pulumi.get(self, "system_tags")
|
520
598
|
|
@@ -522,7 +600,7 @@ class Project(pulumi.CustomResource):
|
|
522
600
|
@pulumi.getter(name="timeCreated")
|
523
601
|
def time_created(self) -> pulumi.Output[_builtins.str]:
|
524
602
|
"""
|
525
|
-
The date and time the
|
603
|
+
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`
|
526
604
|
"""
|
527
605
|
return pulumi.get(self, "time_created")
|
528
606
|
|
@@ -530,7 +608,15 @@ class Project(pulumi.CustomResource):
|
|
530
608
|
@pulumi.getter(name="timeUpdated")
|
531
609
|
def time_updated(self) -> pulumi.Output[_builtins.str]:
|
532
610
|
"""
|
533
|
-
The date and time the
|
611
|
+
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`
|
534
612
|
"""
|
535
613
|
return pulumi.get(self, "time_updated")
|
536
614
|
|
615
|
+
@_builtins.property
|
616
|
+
@pulumi.getter
|
617
|
+
def uris(self) -> pulumi.Output[Sequence['outputs.ApiPlatformApiPlatformInstanceUri']]:
|
618
|
+
"""
|
619
|
+
Service URIs pertaining to the instance
|
620
|
+
"""
|
621
|
+
return pulumi.get(self, "uris")
|
622
|
+
|