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
pulumi_oci/apigateway/api.py
CHANGED
@@ -25,18 +25,17 @@ class ApiArgs:
|
|
25
25
|
content: Optional[pulumi.Input[_builtins.str]] = None,
|
26
26
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
27
27
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
28
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None
|
28
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
29
|
+
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
30
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input['ApiLockArgs']]]] = None):
|
29
31
|
"""
|
30
32
|
The set of arguments for constructing a Api resource.
|
31
33
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the resource is created.
|
32
34
|
:param pulumi.Input[_builtins.str] content: (Updatable) API Specification content in json or yaml format
|
33
35
|
: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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
34
36
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
|
35
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
36
|
-
|
37
|
-
|
38
|
-
** IMPORTANT **
|
39
|
-
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]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
38
|
+
:param pulumi.Input[Sequence[pulumi.Input['ApiLockArgs']]] locks: Locks associated with this resource.
|
40
39
|
"""
|
41
40
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
42
41
|
if content is not None:
|
@@ -47,6 +46,10 @@ class ApiArgs:
|
|
47
46
|
pulumi.set(__self__, "display_name", display_name)
|
48
47
|
if freeform_tags is not None:
|
49
48
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
49
|
+
if is_lock_override is not None:
|
50
|
+
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
51
|
+
if locks is not None:
|
52
|
+
pulumi.set(__self__, "locks", locks)
|
50
53
|
|
51
54
|
@_builtins.property
|
52
55
|
@pulumi.getter(name="compartmentId")
|
@@ -100,11 +103,7 @@ class ApiArgs:
|
|
100
103
|
@pulumi.getter(name="freeformTags")
|
101
104
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
102
105
|
"""
|
103
|
-
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
104
|
-
|
105
|
-
|
106
|
-
** IMPORTANT **
|
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
|
+
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
108
107
|
"""
|
109
108
|
return pulumi.get(self, "freeform_tags")
|
110
109
|
|
@@ -112,6 +111,27 @@ class ApiArgs:
|
|
112
111
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
113
112
|
pulumi.set(self, "freeform_tags", value)
|
114
113
|
|
114
|
+
@_builtins.property
|
115
|
+
@pulumi.getter(name="isLockOverride")
|
116
|
+
def is_lock_override(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
117
|
+
return pulumi.get(self, "is_lock_override")
|
118
|
+
|
119
|
+
@is_lock_override.setter
|
120
|
+
def is_lock_override(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
121
|
+
pulumi.set(self, "is_lock_override", value)
|
122
|
+
|
123
|
+
@_builtins.property
|
124
|
+
@pulumi.getter
|
125
|
+
def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApiLockArgs']]]]:
|
126
|
+
"""
|
127
|
+
Locks associated with this resource.
|
128
|
+
"""
|
129
|
+
return pulumi.get(self, "locks")
|
130
|
+
|
131
|
+
@locks.setter
|
132
|
+
def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApiLockArgs']]]]):
|
133
|
+
pulumi.set(self, "locks", value)
|
134
|
+
|
115
135
|
|
116
136
|
@pulumi.input_type
|
117
137
|
class _ApiState:
|
@@ -121,9 +141,12 @@ class _ApiState:
|
|
121
141
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
122
142
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
123
143
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
144
|
+
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
124
145
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
146
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input['ApiLockArgs']]]] = None,
|
125
147
|
specification_type: Optional[pulumi.Input[_builtins.str]] = None,
|
126
148
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
149
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
127
150
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
128
151
|
time_updated: Optional[pulumi.Input[_builtins.str]] = None,
|
129
152
|
validation_results: Optional[pulumi.Input[Sequence[pulumi.Input['ApiValidationResultArgs']]]] = None):
|
@@ -133,11 +156,7 @@ class _ApiState:
|
|
133
156
|
:param pulumi.Input[_builtins.str] content: (Updatable) API Specification content in json or yaml format
|
134
157
|
: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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
135
158
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
|
136
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
137
|
-
|
138
|
-
|
139
|
-
** IMPORTANT **
|
140
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
159
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
141
160
|
:param pulumi.Input[_builtins.str] lifecycle_details: A message describing the current lifecycleState in more detail. For ACTIVE state it describes if the document has been validated and the possible values are:
|
142
161
|
* 'New' for just updated API Specifications
|
143
162
|
* 'Validating' for a document which is being validated.
|
@@ -146,8 +165,10 @@ class _ApiState:
|
|
146
165
|
* 'Error' the document has been validated and contains errors
|
147
166
|
* 'Failed' the document validation failed
|
148
167
|
* 'Canceled' the document validation was canceled
|
168
|
+
:param pulumi.Input[Sequence[pulumi.Input['ApiLockArgs']]] locks: Locks associated with this resource.
|
149
169
|
:param pulumi.Input[_builtins.str] specification_type: Type of API Specification file.
|
150
170
|
:param pulumi.Input[_builtins.str] state: The current state of the API.
|
171
|
+
: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"}`
|
151
172
|
:param pulumi.Input[_builtins.str] time_created: The time this resource was created. An RFC3339 formatted datetime string.
|
152
173
|
:param pulumi.Input[_builtins.str] time_updated: The time this resource was last updated. An RFC3339 formatted datetime string.
|
153
174
|
:param pulumi.Input[Sequence[pulumi.Input['ApiValidationResultArgs']]] validation_results: Status of each feature available from the API.
|
@@ -162,12 +183,18 @@ class _ApiState:
|
|
162
183
|
pulumi.set(__self__, "display_name", display_name)
|
163
184
|
if freeform_tags is not None:
|
164
185
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
186
|
+
if is_lock_override is not None:
|
187
|
+
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
165
188
|
if lifecycle_details is not None:
|
166
189
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
190
|
+
if locks is not None:
|
191
|
+
pulumi.set(__self__, "locks", locks)
|
167
192
|
if specification_type is not None:
|
168
193
|
pulumi.set(__self__, "specification_type", specification_type)
|
169
194
|
if state is not None:
|
170
195
|
pulumi.set(__self__, "state", state)
|
196
|
+
if system_tags is not None:
|
197
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
171
198
|
if time_created is not None:
|
172
199
|
pulumi.set(__self__, "time_created", time_created)
|
173
200
|
if time_updated is not None:
|
@@ -227,11 +254,7 @@ class _ApiState:
|
|
227
254
|
@pulumi.getter(name="freeformTags")
|
228
255
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
229
256
|
"""
|
230
|
-
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
231
|
-
|
232
|
-
|
233
|
-
** IMPORTANT **
|
234
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
257
|
+
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
235
258
|
"""
|
236
259
|
return pulumi.get(self, "freeform_tags")
|
237
260
|
|
@@ -239,6 +262,15 @@ class _ApiState:
|
|
239
262
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
240
263
|
pulumi.set(self, "freeform_tags", value)
|
241
264
|
|
265
|
+
@_builtins.property
|
266
|
+
@pulumi.getter(name="isLockOverride")
|
267
|
+
def is_lock_override(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
268
|
+
return pulumi.get(self, "is_lock_override")
|
269
|
+
|
270
|
+
@is_lock_override.setter
|
271
|
+
def is_lock_override(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
272
|
+
pulumi.set(self, "is_lock_override", value)
|
273
|
+
|
242
274
|
@_builtins.property
|
243
275
|
@pulumi.getter(name="lifecycleDetails")
|
244
276
|
def lifecycle_details(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -258,6 +290,18 @@ class _ApiState:
|
|
258
290
|
def lifecycle_details(self, value: Optional[pulumi.Input[_builtins.str]]):
|
259
291
|
pulumi.set(self, "lifecycle_details", value)
|
260
292
|
|
293
|
+
@_builtins.property
|
294
|
+
@pulumi.getter
|
295
|
+
def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApiLockArgs']]]]:
|
296
|
+
"""
|
297
|
+
Locks associated with this resource.
|
298
|
+
"""
|
299
|
+
return pulumi.get(self, "locks")
|
300
|
+
|
301
|
+
@locks.setter
|
302
|
+
def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApiLockArgs']]]]):
|
303
|
+
pulumi.set(self, "locks", value)
|
304
|
+
|
261
305
|
@_builtins.property
|
262
306
|
@pulumi.getter(name="specificationType")
|
263
307
|
def specification_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -282,6 +326,18 @@ class _ApiState:
|
|
282
326
|
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
283
327
|
pulumi.set(self, "state", value)
|
284
328
|
|
329
|
+
@_builtins.property
|
330
|
+
@pulumi.getter(name="systemTags")
|
331
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
332
|
+
"""
|
333
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
334
|
+
"""
|
335
|
+
return pulumi.get(self, "system_tags")
|
336
|
+
|
337
|
+
@system_tags.setter
|
338
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
339
|
+
pulumi.set(self, "system_tags", value)
|
340
|
+
|
285
341
|
@_builtins.property
|
286
342
|
@pulumi.getter(name="timeCreated")
|
287
343
|
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -330,6 +386,8 @@ class Api(pulumi.CustomResource):
|
|
330
386
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
331
387
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
332
388
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
389
|
+
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
390
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApiLockArgs', 'ApiLockArgsDict']]]]] = None,
|
333
391
|
__props__=None):
|
334
392
|
"""
|
335
393
|
This resource provides the Api resource in Oracle Cloud Infrastructure API Gateway service.
|
@@ -351,7 +409,11 @@ class Api(pulumi.CustomResource):
|
|
351
409
|
display_name=api_display_name,
|
352
410
|
freeform_tags={
|
353
411
|
"Department": "Finance",
|
354
|
-
}
|
412
|
+
},
|
413
|
+
locks=[{
|
414
|
+
"type": api_locks_type,
|
415
|
+
"message": api_locks_message,
|
416
|
+
}])
|
355
417
|
```
|
356
418
|
|
357
419
|
## Import
|
@@ -368,11 +430,8 @@ class Api(pulumi.CustomResource):
|
|
368
430
|
:param pulumi.Input[_builtins.str] content: (Updatable) API Specification content in json or yaml format
|
369
431
|
: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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
370
432
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
|
371
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
372
|
-
|
373
|
-
|
374
|
-
** IMPORTANT **
|
375
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
433
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
434
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ApiLockArgs', 'ApiLockArgsDict']]]] locks: Locks associated with this resource.
|
376
435
|
"""
|
377
436
|
...
|
378
437
|
@overload
|
@@ -400,7 +459,11 @@ class Api(pulumi.CustomResource):
|
|
400
459
|
display_name=api_display_name,
|
401
460
|
freeform_tags={
|
402
461
|
"Department": "Finance",
|
403
|
-
}
|
462
|
+
},
|
463
|
+
locks=[{
|
464
|
+
"type": api_locks_type,
|
465
|
+
"message": api_locks_message,
|
466
|
+
}])
|
404
467
|
```
|
405
468
|
|
406
469
|
## Import
|
@@ -431,6 +494,8 @@ class Api(pulumi.CustomResource):
|
|
431
494
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
432
495
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
433
496
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
497
|
+
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
498
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApiLockArgs', 'ApiLockArgsDict']]]]] = None,
|
434
499
|
__props__=None):
|
435
500
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
436
501
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -447,9 +512,12 @@ class Api(pulumi.CustomResource):
|
|
447
512
|
__props__.__dict__["defined_tags"] = defined_tags
|
448
513
|
__props__.__dict__["display_name"] = display_name
|
449
514
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
515
|
+
__props__.__dict__["is_lock_override"] = is_lock_override
|
516
|
+
__props__.__dict__["locks"] = locks
|
450
517
|
__props__.__dict__["lifecycle_details"] = None
|
451
518
|
__props__.__dict__["specification_type"] = None
|
452
519
|
__props__.__dict__["state"] = None
|
520
|
+
__props__.__dict__["system_tags"] = None
|
453
521
|
__props__.__dict__["time_created"] = None
|
454
522
|
__props__.__dict__["time_updated"] = None
|
455
523
|
__props__.__dict__["validation_results"] = None
|
@@ -468,9 +536,12 @@ class Api(pulumi.CustomResource):
|
|
468
536
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
469
537
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
470
538
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
539
|
+
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
471
540
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
541
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApiLockArgs', 'ApiLockArgsDict']]]]] = None,
|
472
542
|
specification_type: Optional[pulumi.Input[_builtins.str]] = None,
|
473
543
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
544
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
474
545
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
475
546
|
time_updated: Optional[pulumi.Input[_builtins.str]] = None,
|
476
547
|
validation_results: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApiValidationResultArgs', 'ApiValidationResultArgsDict']]]]] = None) -> 'Api':
|
@@ -485,11 +556,7 @@ class Api(pulumi.CustomResource):
|
|
485
556
|
:param pulumi.Input[_builtins.str] content: (Updatable) API Specification content in json or yaml format
|
486
557
|
: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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
487
558
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
|
488
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
489
|
-
|
490
|
-
|
491
|
-
** IMPORTANT **
|
492
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
559
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
493
560
|
:param pulumi.Input[_builtins.str] lifecycle_details: A message describing the current lifecycleState in more detail. For ACTIVE state it describes if the document has been validated and the possible values are:
|
494
561
|
* 'New' for just updated API Specifications
|
495
562
|
* 'Validating' for a document which is being validated.
|
@@ -498,8 +565,10 @@ class Api(pulumi.CustomResource):
|
|
498
565
|
* 'Error' the document has been validated and contains errors
|
499
566
|
* 'Failed' the document validation failed
|
500
567
|
* 'Canceled' the document validation was canceled
|
568
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ApiLockArgs', 'ApiLockArgsDict']]]] locks: Locks associated with this resource.
|
501
569
|
:param pulumi.Input[_builtins.str] specification_type: Type of API Specification file.
|
502
570
|
:param pulumi.Input[_builtins.str] state: The current state of the API.
|
571
|
+
: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"}`
|
503
572
|
:param pulumi.Input[_builtins.str] time_created: The time this resource was created. An RFC3339 formatted datetime string.
|
504
573
|
:param pulumi.Input[_builtins.str] time_updated: The time this resource was last updated. An RFC3339 formatted datetime string.
|
505
574
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ApiValidationResultArgs', 'ApiValidationResultArgsDict']]]] validation_results: Status of each feature available from the API.
|
@@ -513,9 +582,12 @@ class Api(pulumi.CustomResource):
|
|
513
582
|
__props__.__dict__["defined_tags"] = defined_tags
|
514
583
|
__props__.__dict__["display_name"] = display_name
|
515
584
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
585
|
+
__props__.__dict__["is_lock_override"] = is_lock_override
|
516
586
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
587
|
+
__props__.__dict__["locks"] = locks
|
517
588
|
__props__.__dict__["specification_type"] = specification_type
|
518
589
|
__props__.__dict__["state"] = state
|
590
|
+
__props__.__dict__["system_tags"] = system_tags
|
519
591
|
__props__.__dict__["time_created"] = time_created
|
520
592
|
__props__.__dict__["time_updated"] = time_updated
|
521
593
|
__props__.__dict__["validation_results"] = validation_results
|
@@ -557,14 +629,15 @@ class Api(pulumi.CustomResource):
|
|
557
629
|
@pulumi.getter(name="freeformTags")
|
558
630
|
def freeform_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
559
631
|
"""
|
560
|
-
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
561
|
-
|
562
|
-
|
563
|
-
** IMPORTANT **
|
564
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
632
|
+
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
565
633
|
"""
|
566
634
|
return pulumi.get(self, "freeform_tags")
|
567
635
|
|
636
|
+
@_builtins.property
|
637
|
+
@pulumi.getter(name="isLockOverride")
|
638
|
+
def is_lock_override(self) -> pulumi.Output[_builtins.bool]:
|
639
|
+
return pulumi.get(self, "is_lock_override")
|
640
|
+
|
568
641
|
@_builtins.property
|
569
642
|
@pulumi.getter(name="lifecycleDetails")
|
570
643
|
def lifecycle_details(self) -> pulumi.Output[_builtins.str]:
|
@@ -580,6 +653,14 @@ class Api(pulumi.CustomResource):
|
|
580
653
|
"""
|
581
654
|
return pulumi.get(self, "lifecycle_details")
|
582
655
|
|
656
|
+
@_builtins.property
|
657
|
+
@pulumi.getter
|
658
|
+
def locks(self) -> pulumi.Output[Sequence['outputs.ApiLock']]:
|
659
|
+
"""
|
660
|
+
Locks associated with this resource.
|
661
|
+
"""
|
662
|
+
return pulumi.get(self, "locks")
|
663
|
+
|
583
664
|
@_builtins.property
|
584
665
|
@pulumi.getter(name="specificationType")
|
585
666
|
def specification_type(self) -> pulumi.Output[_builtins.str]:
|
@@ -596,6 +677,14 @@ class Api(pulumi.CustomResource):
|
|
596
677
|
"""
|
597
678
|
return pulumi.get(self, "state")
|
598
679
|
|
680
|
+
@_builtins.property
|
681
|
+
@pulumi.getter(name="systemTags")
|
682
|
+
def system_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
683
|
+
"""
|
684
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
685
|
+
"""
|
686
|
+
return pulumi.get(self, "system_tags")
|
687
|
+
|
599
688
|
@_builtins.property
|
600
689
|
@pulumi.getter(name="timeCreated")
|
601
690
|
def time_created(self) -> pulumi.Output[_builtins.str]:
|