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
@@ -0,0 +1,791 @@
|
|
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__ = ['CloudAsmArgs', 'CloudAsm']
|
20
|
+
|
21
|
+
@pulumi.input_type
|
22
|
+
class CloudAsmArgs:
|
23
|
+
def __init__(__self__, *,
|
24
|
+
cloud_asm_id: pulumi.Input[_builtins.str],
|
25
|
+
cloud_connector_id: Optional[pulumi.Input[_builtins.str]] = None,
|
26
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
27
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
28
|
+
"""
|
29
|
+
The set of arguments for constructing a CloudAsm resource.
|
30
|
+
:param pulumi.Input[_builtins.str] cloud_asm_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud ASM.
|
31
|
+
:param pulumi.Input[_builtins.str] cloud_connector_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud connector.
|
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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
33
|
+
: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"}`
|
34
|
+
|
35
|
+
|
36
|
+
** IMPORTANT **
|
37
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
38
|
+
"""
|
39
|
+
pulumi.set(__self__, "cloud_asm_id", cloud_asm_id)
|
40
|
+
if cloud_connector_id is not None:
|
41
|
+
pulumi.set(__self__, "cloud_connector_id", cloud_connector_id)
|
42
|
+
if defined_tags is not None:
|
43
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
44
|
+
if freeform_tags is not None:
|
45
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
46
|
+
|
47
|
+
@_builtins.property
|
48
|
+
@pulumi.getter(name="cloudAsmId")
|
49
|
+
def cloud_asm_id(self) -> pulumi.Input[_builtins.str]:
|
50
|
+
"""
|
51
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud ASM.
|
52
|
+
"""
|
53
|
+
return pulumi.get(self, "cloud_asm_id")
|
54
|
+
|
55
|
+
@cloud_asm_id.setter
|
56
|
+
def cloud_asm_id(self, value: pulumi.Input[_builtins.str]):
|
57
|
+
pulumi.set(self, "cloud_asm_id", value)
|
58
|
+
|
59
|
+
@_builtins.property
|
60
|
+
@pulumi.getter(name="cloudConnectorId")
|
61
|
+
def cloud_connector_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
62
|
+
"""
|
63
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud connector.
|
64
|
+
"""
|
65
|
+
return pulumi.get(self, "cloud_connector_id")
|
66
|
+
|
67
|
+
@cloud_connector_id.setter
|
68
|
+
def cloud_connector_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
69
|
+
pulumi.set(self, "cloud_connector_id", value)
|
70
|
+
|
71
|
+
@_builtins.property
|
72
|
+
@pulumi.getter(name="definedTags")
|
73
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
74
|
+
"""
|
75
|
+
(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"}`
|
76
|
+
"""
|
77
|
+
return pulumi.get(self, "defined_tags")
|
78
|
+
|
79
|
+
@defined_tags.setter
|
80
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
81
|
+
pulumi.set(self, "defined_tags", value)
|
82
|
+
|
83
|
+
@_builtins.property
|
84
|
+
@pulumi.getter(name="freeformTags")
|
85
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
86
|
+
"""
|
87
|
+
(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"}`
|
88
|
+
|
89
|
+
|
90
|
+
** IMPORTANT **
|
91
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
92
|
+
"""
|
93
|
+
return pulumi.get(self, "freeform_tags")
|
94
|
+
|
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)
|
98
|
+
|
99
|
+
|
100
|
+
@pulumi.input_type
|
101
|
+
class _CloudAsmState:
|
102
|
+
def __init__(__self__, *,
|
103
|
+
additional_details: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
104
|
+
cloud_asm_id: Optional[pulumi.Input[_builtins.str]] = None,
|
105
|
+
cloud_connector_id: Optional[pulumi.Input[_builtins.str]] = None,
|
106
|
+
cloud_db_system_id: Optional[pulumi.Input[_builtins.str]] = None,
|
107
|
+
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
108
|
+
component_name: Optional[pulumi.Input[_builtins.str]] = None,
|
109
|
+
dbaas_id: Optional[pulumi.Input[_builtins.str]] = None,
|
110
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
111
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
112
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
113
|
+
grid_home: Optional[pulumi.Input[_builtins.str]] = None,
|
114
|
+
is_cluster: Optional[pulumi.Input[_builtins.bool]] = None,
|
115
|
+
is_flex_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
116
|
+
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
117
|
+
serviced_databases: Optional[pulumi.Input[Sequence[pulumi.Input['CloudAsmServicedDatabaseArgs']]]] = None,
|
118
|
+
state: Optional[pulumi.Input[_builtins.str]] = None,
|
119
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
120
|
+
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
121
|
+
time_updated: Optional[pulumi.Input[_builtins.str]] = None,
|
122
|
+
version: Optional[pulumi.Input[_builtins.str]] = None):
|
123
|
+
"""
|
124
|
+
Input properties used for looking up and filtering CloudAsm resources.
|
125
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] additional_details: The additional details of the cloud ASM defined in `{"key": "value"}` format. Example: `{"bar-key": "value"}`
|
126
|
+
:param pulumi.Input[_builtins.str] cloud_asm_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud ASM.
|
127
|
+
:param pulumi.Input[_builtins.str] cloud_connector_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud connector.
|
128
|
+
:param pulumi.Input[_builtins.str] cloud_db_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system that the ASM is a part of.
|
129
|
+
:param pulumi.Input[_builtins.str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the cloud database resides.
|
130
|
+
:param pulumi.Input[_builtins.str] component_name: The name of the cloud ASM.
|
131
|
+
:param pulumi.Input[_builtins.str] dbaas_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
|
132
|
+
: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"}`
|
133
|
+
:param pulumi.Input[_builtins.str] display_name: The user-friendly name for the database. The name does not have to be unique.
|
134
|
+
: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"}`
|
135
|
+
|
136
|
+
|
137
|
+
** IMPORTANT **
|
138
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
139
|
+
:param pulumi.Input[_builtins.str] grid_home: The directory in which ASM is installed. This is the same directory in which Oracle Grid Infrastructure is installed.
|
140
|
+
:param pulumi.Input[_builtins.bool] is_cluster: Indicates whether the ASM is a cluster ASM or not.
|
141
|
+
:param pulumi.Input[_builtins.bool] is_flex_enabled: Indicates whether Oracle Flex ASM is enabled or not.
|
142
|
+
:param pulumi.Input[_builtins.str] lifecycle_details: Additional information about the current lifecycle state.
|
143
|
+
:param pulumi.Input[Sequence[pulumi.Input['CloudAsmServicedDatabaseArgs']]] serviced_databases: The list of databases that are serviced by the ASM.
|
144
|
+
:param pulumi.Input[_builtins.str] state: The current lifecycle state of the cloud ASM.
|
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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
146
|
+
:param pulumi.Input[_builtins.str] time_created: The date and time the cloud ASM was created.
|
147
|
+
:param pulumi.Input[_builtins.str] time_updated: The date and time the cloud ASM was last updated.
|
148
|
+
:param pulumi.Input[_builtins.str] version: The ASM version.
|
149
|
+
"""
|
150
|
+
if additional_details is not None:
|
151
|
+
pulumi.set(__self__, "additional_details", additional_details)
|
152
|
+
if cloud_asm_id is not None:
|
153
|
+
pulumi.set(__self__, "cloud_asm_id", cloud_asm_id)
|
154
|
+
if cloud_connector_id is not None:
|
155
|
+
pulumi.set(__self__, "cloud_connector_id", cloud_connector_id)
|
156
|
+
if cloud_db_system_id is not None:
|
157
|
+
pulumi.set(__self__, "cloud_db_system_id", cloud_db_system_id)
|
158
|
+
if compartment_id is not None:
|
159
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
160
|
+
if component_name is not None:
|
161
|
+
pulumi.set(__self__, "component_name", component_name)
|
162
|
+
if dbaas_id is not None:
|
163
|
+
pulumi.set(__self__, "dbaas_id", dbaas_id)
|
164
|
+
if defined_tags is not None:
|
165
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
166
|
+
if display_name is not None:
|
167
|
+
pulumi.set(__self__, "display_name", display_name)
|
168
|
+
if freeform_tags is not None:
|
169
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
170
|
+
if grid_home is not None:
|
171
|
+
pulumi.set(__self__, "grid_home", grid_home)
|
172
|
+
if is_cluster is not None:
|
173
|
+
pulumi.set(__self__, "is_cluster", is_cluster)
|
174
|
+
if is_flex_enabled is not None:
|
175
|
+
pulumi.set(__self__, "is_flex_enabled", is_flex_enabled)
|
176
|
+
if lifecycle_details is not None:
|
177
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
178
|
+
if serviced_databases is not None:
|
179
|
+
pulumi.set(__self__, "serviced_databases", serviced_databases)
|
180
|
+
if state is not None:
|
181
|
+
pulumi.set(__self__, "state", state)
|
182
|
+
if system_tags is not None:
|
183
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
184
|
+
if time_created is not None:
|
185
|
+
pulumi.set(__self__, "time_created", time_created)
|
186
|
+
if time_updated is not None:
|
187
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
188
|
+
if version is not None:
|
189
|
+
pulumi.set(__self__, "version", version)
|
190
|
+
|
191
|
+
@_builtins.property
|
192
|
+
@pulumi.getter(name="additionalDetails")
|
193
|
+
def additional_details(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
194
|
+
"""
|
195
|
+
The additional details of the cloud ASM defined in `{"key": "value"}` format. Example: `{"bar-key": "value"}`
|
196
|
+
"""
|
197
|
+
return pulumi.get(self, "additional_details")
|
198
|
+
|
199
|
+
@additional_details.setter
|
200
|
+
def additional_details(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
201
|
+
pulumi.set(self, "additional_details", value)
|
202
|
+
|
203
|
+
@_builtins.property
|
204
|
+
@pulumi.getter(name="cloudAsmId")
|
205
|
+
def cloud_asm_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
206
|
+
"""
|
207
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud ASM.
|
208
|
+
"""
|
209
|
+
return pulumi.get(self, "cloud_asm_id")
|
210
|
+
|
211
|
+
@cloud_asm_id.setter
|
212
|
+
def cloud_asm_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
213
|
+
pulumi.set(self, "cloud_asm_id", value)
|
214
|
+
|
215
|
+
@_builtins.property
|
216
|
+
@pulumi.getter(name="cloudConnectorId")
|
217
|
+
def cloud_connector_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
218
|
+
"""
|
219
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud connector.
|
220
|
+
"""
|
221
|
+
return pulumi.get(self, "cloud_connector_id")
|
222
|
+
|
223
|
+
@cloud_connector_id.setter
|
224
|
+
def cloud_connector_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
225
|
+
pulumi.set(self, "cloud_connector_id", value)
|
226
|
+
|
227
|
+
@_builtins.property
|
228
|
+
@pulumi.getter(name="cloudDbSystemId")
|
229
|
+
def cloud_db_system_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
230
|
+
"""
|
231
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system that the ASM is a part of.
|
232
|
+
"""
|
233
|
+
return pulumi.get(self, "cloud_db_system_id")
|
234
|
+
|
235
|
+
@cloud_db_system_id.setter
|
236
|
+
def cloud_db_system_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
237
|
+
pulumi.set(self, "cloud_db_system_id", value)
|
238
|
+
|
239
|
+
@_builtins.property
|
240
|
+
@pulumi.getter(name="compartmentId")
|
241
|
+
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
242
|
+
"""
|
243
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the cloud database resides.
|
244
|
+
"""
|
245
|
+
return pulumi.get(self, "compartment_id")
|
246
|
+
|
247
|
+
@compartment_id.setter
|
248
|
+
def compartment_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
249
|
+
pulumi.set(self, "compartment_id", value)
|
250
|
+
|
251
|
+
@_builtins.property
|
252
|
+
@pulumi.getter(name="componentName")
|
253
|
+
def component_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
254
|
+
"""
|
255
|
+
The name of the cloud ASM.
|
256
|
+
"""
|
257
|
+
return pulumi.get(self, "component_name")
|
258
|
+
|
259
|
+
@component_name.setter
|
260
|
+
def component_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
261
|
+
pulumi.set(self, "component_name", value)
|
262
|
+
|
263
|
+
@_builtins.property
|
264
|
+
@pulumi.getter(name="dbaasId")
|
265
|
+
def dbaas_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
266
|
+
"""
|
267
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
|
268
|
+
"""
|
269
|
+
return pulumi.get(self, "dbaas_id")
|
270
|
+
|
271
|
+
@dbaas_id.setter
|
272
|
+
def dbaas_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
273
|
+
pulumi.set(self, "dbaas_id", value)
|
274
|
+
|
275
|
+
@_builtins.property
|
276
|
+
@pulumi.getter(name="definedTags")
|
277
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
278
|
+
"""
|
279
|
+
(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"}`
|
280
|
+
"""
|
281
|
+
return pulumi.get(self, "defined_tags")
|
282
|
+
|
283
|
+
@defined_tags.setter
|
284
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
285
|
+
pulumi.set(self, "defined_tags", value)
|
286
|
+
|
287
|
+
@_builtins.property
|
288
|
+
@pulumi.getter(name="displayName")
|
289
|
+
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
290
|
+
"""
|
291
|
+
The user-friendly name for the database. The name does not have to be unique.
|
292
|
+
"""
|
293
|
+
return pulumi.get(self, "display_name")
|
294
|
+
|
295
|
+
@display_name.setter
|
296
|
+
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
297
|
+
pulumi.set(self, "display_name", value)
|
298
|
+
|
299
|
+
@_builtins.property
|
300
|
+
@pulumi.getter(name="freeformTags")
|
301
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
302
|
+
"""
|
303
|
+
(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"}`
|
304
|
+
|
305
|
+
|
306
|
+
** IMPORTANT **
|
307
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
308
|
+
"""
|
309
|
+
return pulumi.get(self, "freeform_tags")
|
310
|
+
|
311
|
+
@freeform_tags.setter
|
312
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
313
|
+
pulumi.set(self, "freeform_tags", value)
|
314
|
+
|
315
|
+
@_builtins.property
|
316
|
+
@pulumi.getter(name="gridHome")
|
317
|
+
def grid_home(self) -> Optional[pulumi.Input[_builtins.str]]:
|
318
|
+
"""
|
319
|
+
The directory in which ASM is installed. This is the same directory in which Oracle Grid Infrastructure is installed.
|
320
|
+
"""
|
321
|
+
return pulumi.get(self, "grid_home")
|
322
|
+
|
323
|
+
@grid_home.setter
|
324
|
+
def grid_home(self, value: Optional[pulumi.Input[_builtins.str]]):
|
325
|
+
pulumi.set(self, "grid_home", value)
|
326
|
+
|
327
|
+
@_builtins.property
|
328
|
+
@pulumi.getter(name="isCluster")
|
329
|
+
def is_cluster(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
330
|
+
"""
|
331
|
+
Indicates whether the ASM is a cluster ASM or not.
|
332
|
+
"""
|
333
|
+
return pulumi.get(self, "is_cluster")
|
334
|
+
|
335
|
+
@is_cluster.setter
|
336
|
+
def is_cluster(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
337
|
+
pulumi.set(self, "is_cluster", value)
|
338
|
+
|
339
|
+
@_builtins.property
|
340
|
+
@pulumi.getter(name="isFlexEnabled")
|
341
|
+
def is_flex_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
342
|
+
"""
|
343
|
+
Indicates whether Oracle Flex ASM is enabled or not.
|
344
|
+
"""
|
345
|
+
return pulumi.get(self, "is_flex_enabled")
|
346
|
+
|
347
|
+
@is_flex_enabled.setter
|
348
|
+
def is_flex_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
349
|
+
pulumi.set(self, "is_flex_enabled", value)
|
350
|
+
|
351
|
+
@_builtins.property
|
352
|
+
@pulumi.getter(name="lifecycleDetails")
|
353
|
+
def lifecycle_details(self) -> Optional[pulumi.Input[_builtins.str]]:
|
354
|
+
"""
|
355
|
+
Additional information about the current lifecycle state.
|
356
|
+
"""
|
357
|
+
return pulumi.get(self, "lifecycle_details")
|
358
|
+
|
359
|
+
@lifecycle_details.setter
|
360
|
+
def lifecycle_details(self, value: Optional[pulumi.Input[_builtins.str]]):
|
361
|
+
pulumi.set(self, "lifecycle_details", value)
|
362
|
+
|
363
|
+
@_builtins.property
|
364
|
+
@pulumi.getter(name="servicedDatabases")
|
365
|
+
def serviced_databases(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CloudAsmServicedDatabaseArgs']]]]:
|
366
|
+
"""
|
367
|
+
The list of databases that are serviced by the ASM.
|
368
|
+
"""
|
369
|
+
return pulumi.get(self, "serviced_databases")
|
370
|
+
|
371
|
+
@serviced_databases.setter
|
372
|
+
def serviced_databases(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CloudAsmServicedDatabaseArgs']]]]):
|
373
|
+
pulumi.set(self, "serviced_databases", value)
|
374
|
+
|
375
|
+
@_builtins.property
|
376
|
+
@pulumi.getter
|
377
|
+
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
378
|
+
"""
|
379
|
+
The current lifecycle state of the cloud ASM.
|
380
|
+
"""
|
381
|
+
return pulumi.get(self, "state")
|
382
|
+
|
383
|
+
@state.setter
|
384
|
+
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
385
|
+
pulumi.set(self, "state", value)
|
386
|
+
|
387
|
+
@_builtins.property
|
388
|
+
@pulumi.getter(name="systemTags")
|
389
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
390
|
+
"""
|
391
|
+
System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
392
|
+
"""
|
393
|
+
return pulumi.get(self, "system_tags")
|
394
|
+
|
395
|
+
@system_tags.setter
|
396
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
397
|
+
pulumi.set(self, "system_tags", value)
|
398
|
+
|
399
|
+
@_builtins.property
|
400
|
+
@pulumi.getter(name="timeCreated")
|
401
|
+
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
402
|
+
"""
|
403
|
+
The date and time the cloud ASM was created.
|
404
|
+
"""
|
405
|
+
return pulumi.get(self, "time_created")
|
406
|
+
|
407
|
+
@time_created.setter
|
408
|
+
def time_created(self, value: Optional[pulumi.Input[_builtins.str]]):
|
409
|
+
pulumi.set(self, "time_created", value)
|
410
|
+
|
411
|
+
@_builtins.property
|
412
|
+
@pulumi.getter(name="timeUpdated")
|
413
|
+
def time_updated(self) -> Optional[pulumi.Input[_builtins.str]]:
|
414
|
+
"""
|
415
|
+
The date and time the cloud ASM was last updated.
|
416
|
+
"""
|
417
|
+
return pulumi.get(self, "time_updated")
|
418
|
+
|
419
|
+
@time_updated.setter
|
420
|
+
def time_updated(self, value: Optional[pulumi.Input[_builtins.str]]):
|
421
|
+
pulumi.set(self, "time_updated", value)
|
422
|
+
|
423
|
+
@_builtins.property
|
424
|
+
@pulumi.getter
|
425
|
+
def version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
426
|
+
"""
|
427
|
+
The ASM version.
|
428
|
+
"""
|
429
|
+
return pulumi.get(self, "version")
|
430
|
+
|
431
|
+
@version.setter
|
432
|
+
def version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
433
|
+
pulumi.set(self, "version", value)
|
434
|
+
|
435
|
+
|
436
|
+
@pulumi.type_token("oci:DatabaseManagement/cloudAsm:CloudAsm")
|
437
|
+
class CloudAsm(pulumi.CustomResource):
|
438
|
+
@overload
|
439
|
+
def __init__(__self__,
|
440
|
+
resource_name: str,
|
441
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
442
|
+
cloud_asm_id: Optional[pulumi.Input[_builtins.str]] = None,
|
443
|
+
cloud_connector_id: Optional[pulumi.Input[_builtins.str]] = None,
|
444
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
445
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
446
|
+
__props__=None):
|
447
|
+
"""
|
448
|
+
This resource provides the Cloud Asm resource in Oracle Cloud Infrastructure Database Management service.
|
449
|
+
|
450
|
+
Updates the cloud ASM specified by `cloudAsmId`.
|
451
|
+
|
452
|
+
## Import
|
453
|
+
|
454
|
+
CloudAsms can be imported using the `id`, e.g.
|
455
|
+
|
456
|
+
```sh
|
457
|
+
$ pulumi import oci:DatabaseManagement/cloudAsm:CloudAsm test_cloud_asm "id"
|
458
|
+
```
|
459
|
+
|
460
|
+
:param str resource_name: The name of the resource.
|
461
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
462
|
+
:param pulumi.Input[_builtins.str] cloud_asm_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud ASM.
|
463
|
+
:param pulumi.Input[_builtins.str] cloud_connector_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud connector.
|
464
|
+
: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"}`
|
465
|
+
: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"}`
|
466
|
+
|
467
|
+
|
468
|
+
** IMPORTANT **
|
469
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
470
|
+
"""
|
471
|
+
...
|
472
|
+
@overload
|
473
|
+
def __init__(__self__,
|
474
|
+
resource_name: str,
|
475
|
+
args: CloudAsmArgs,
|
476
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
477
|
+
"""
|
478
|
+
This resource provides the Cloud Asm resource in Oracle Cloud Infrastructure Database Management service.
|
479
|
+
|
480
|
+
Updates the cloud ASM specified by `cloudAsmId`.
|
481
|
+
|
482
|
+
## Import
|
483
|
+
|
484
|
+
CloudAsms can be imported using the `id`, e.g.
|
485
|
+
|
486
|
+
```sh
|
487
|
+
$ pulumi import oci:DatabaseManagement/cloudAsm:CloudAsm test_cloud_asm "id"
|
488
|
+
```
|
489
|
+
|
490
|
+
:param str resource_name: The name of the resource.
|
491
|
+
:param CloudAsmArgs args: The arguments to use to populate this resource's properties.
|
492
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
493
|
+
"""
|
494
|
+
...
|
495
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
496
|
+
resource_args, opts = _utilities.get_resource_args_opts(CloudAsmArgs, pulumi.ResourceOptions, *args, **kwargs)
|
497
|
+
if resource_args is not None:
|
498
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
499
|
+
else:
|
500
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
501
|
+
|
502
|
+
def _internal_init(__self__,
|
503
|
+
resource_name: str,
|
504
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
505
|
+
cloud_asm_id: Optional[pulumi.Input[_builtins.str]] = None,
|
506
|
+
cloud_connector_id: Optional[pulumi.Input[_builtins.str]] = None,
|
507
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
508
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
509
|
+
__props__=None):
|
510
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
511
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
512
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
513
|
+
if opts.id is None:
|
514
|
+
if __props__ is not None:
|
515
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
516
|
+
__props__ = CloudAsmArgs.__new__(CloudAsmArgs)
|
517
|
+
|
518
|
+
if cloud_asm_id is None and not opts.urn:
|
519
|
+
raise TypeError("Missing required property 'cloud_asm_id'")
|
520
|
+
__props__.__dict__["cloud_asm_id"] = cloud_asm_id
|
521
|
+
__props__.__dict__["cloud_connector_id"] = cloud_connector_id
|
522
|
+
__props__.__dict__["defined_tags"] = defined_tags
|
523
|
+
__props__.__dict__["freeform_tags"] = freeform_tags
|
524
|
+
__props__.__dict__["additional_details"] = None
|
525
|
+
__props__.__dict__["cloud_db_system_id"] = None
|
526
|
+
__props__.__dict__["compartment_id"] = None
|
527
|
+
__props__.__dict__["component_name"] = None
|
528
|
+
__props__.__dict__["dbaas_id"] = None
|
529
|
+
__props__.__dict__["display_name"] = None
|
530
|
+
__props__.__dict__["grid_home"] = None
|
531
|
+
__props__.__dict__["is_cluster"] = None
|
532
|
+
__props__.__dict__["is_flex_enabled"] = None
|
533
|
+
__props__.__dict__["lifecycle_details"] = None
|
534
|
+
__props__.__dict__["serviced_databases"] = None
|
535
|
+
__props__.__dict__["state"] = None
|
536
|
+
__props__.__dict__["system_tags"] = None
|
537
|
+
__props__.__dict__["time_created"] = None
|
538
|
+
__props__.__dict__["time_updated"] = None
|
539
|
+
__props__.__dict__["version"] = None
|
540
|
+
super(CloudAsm, __self__).__init__(
|
541
|
+
'oci:DatabaseManagement/cloudAsm:CloudAsm',
|
542
|
+
resource_name,
|
543
|
+
__props__,
|
544
|
+
opts)
|
545
|
+
|
546
|
+
@staticmethod
|
547
|
+
def get(resource_name: str,
|
548
|
+
id: pulumi.Input[str],
|
549
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
550
|
+
additional_details: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
551
|
+
cloud_asm_id: Optional[pulumi.Input[_builtins.str]] = None,
|
552
|
+
cloud_connector_id: Optional[pulumi.Input[_builtins.str]] = None,
|
553
|
+
cloud_db_system_id: Optional[pulumi.Input[_builtins.str]] = None,
|
554
|
+
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
555
|
+
component_name: Optional[pulumi.Input[_builtins.str]] = None,
|
556
|
+
dbaas_id: Optional[pulumi.Input[_builtins.str]] = None,
|
557
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
558
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
559
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
560
|
+
grid_home: Optional[pulumi.Input[_builtins.str]] = None,
|
561
|
+
is_cluster: Optional[pulumi.Input[_builtins.bool]] = None,
|
562
|
+
is_flex_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
563
|
+
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
564
|
+
serviced_databases: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CloudAsmServicedDatabaseArgs', 'CloudAsmServicedDatabaseArgsDict']]]]] = None,
|
565
|
+
state: Optional[pulumi.Input[_builtins.str]] = None,
|
566
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
567
|
+
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
568
|
+
time_updated: Optional[pulumi.Input[_builtins.str]] = None,
|
569
|
+
version: Optional[pulumi.Input[_builtins.str]] = None) -> 'CloudAsm':
|
570
|
+
"""
|
571
|
+
Get an existing CloudAsm resource's state with the given name, id, and optional extra
|
572
|
+
properties used to qualify the lookup.
|
573
|
+
|
574
|
+
:param str resource_name: The unique name of the resulting resource.
|
575
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
576
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
577
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] additional_details: The additional details of the cloud ASM defined in `{"key": "value"}` format. Example: `{"bar-key": "value"}`
|
578
|
+
:param pulumi.Input[_builtins.str] cloud_asm_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud ASM.
|
579
|
+
:param pulumi.Input[_builtins.str] cloud_connector_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud connector.
|
580
|
+
:param pulumi.Input[_builtins.str] cloud_db_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system that the ASM is a part of.
|
581
|
+
:param pulumi.Input[_builtins.str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the cloud database resides.
|
582
|
+
:param pulumi.Input[_builtins.str] component_name: The name of the cloud ASM.
|
583
|
+
:param pulumi.Input[_builtins.str] dbaas_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
|
584
|
+
: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"}`
|
585
|
+
:param pulumi.Input[_builtins.str] display_name: The user-friendly name for the database. The name does not have to be unique.
|
586
|
+
: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"}`
|
587
|
+
|
588
|
+
|
589
|
+
** IMPORTANT **
|
590
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
591
|
+
:param pulumi.Input[_builtins.str] grid_home: The directory in which ASM is installed. This is the same directory in which Oracle Grid Infrastructure is installed.
|
592
|
+
:param pulumi.Input[_builtins.bool] is_cluster: Indicates whether the ASM is a cluster ASM or not.
|
593
|
+
:param pulumi.Input[_builtins.bool] is_flex_enabled: Indicates whether Oracle Flex ASM is enabled or not.
|
594
|
+
:param pulumi.Input[_builtins.str] lifecycle_details: Additional information about the current lifecycle state.
|
595
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['CloudAsmServicedDatabaseArgs', 'CloudAsmServicedDatabaseArgsDict']]]] serviced_databases: The list of databases that are serviced by the ASM.
|
596
|
+
:param pulumi.Input[_builtins.str] state: The current lifecycle state of the cloud ASM.
|
597
|
+
: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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
598
|
+
:param pulumi.Input[_builtins.str] time_created: The date and time the cloud ASM was created.
|
599
|
+
:param pulumi.Input[_builtins.str] time_updated: The date and time the cloud ASM was last updated.
|
600
|
+
:param pulumi.Input[_builtins.str] version: The ASM version.
|
601
|
+
"""
|
602
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
603
|
+
|
604
|
+
__props__ = _CloudAsmState.__new__(_CloudAsmState)
|
605
|
+
|
606
|
+
__props__.__dict__["additional_details"] = additional_details
|
607
|
+
__props__.__dict__["cloud_asm_id"] = cloud_asm_id
|
608
|
+
__props__.__dict__["cloud_connector_id"] = cloud_connector_id
|
609
|
+
__props__.__dict__["cloud_db_system_id"] = cloud_db_system_id
|
610
|
+
__props__.__dict__["compartment_id"] = compartment_id
|
611
|
+
__props__.__dict__["component_name"] = component_name
|
612
|
+
__props__.__dict__["dbaas_id"] = dbaas_id
|
613
|
+
__props__.__dict__["defined_tags"] = defined_tags
|
614
|
+
__props__.__dict__["display_name"] = display_name
|
615
|
+
__props__.__dict__["freeform_tags"] = freeform_tags
|
616
|
+
__props__.__dict__["grid_home"] = grid_home
|
617
|
+
__props__.__dict__["is_cluster"] = is_cluster
|
618
|
+
__props__.__dict__["is_flex_enabled"] = is_flex_enabled
|
619
|
+
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
620
|
+
__props__.__dict__["serviced_databases"] = serviced_databases
|
621
|
+
__props__.__dict__["state"] = state
|
622
|
+
__props__.__dict__["system_tags"] = system_tags
|
623
|
+
__props__.__dict__["time_created"] = time_created
|
624
|
+
__props__.__dict__["time_updated"] = time_updated
|
625
|
+
__props__.__dict__["version"] = version
|
626
|
+
return CloudAsm(resource_name, opts=opts, __props__=__props__)
|
627
|
+
|
628
|
+
@_builtins.property
|
629
|
+
@pulumi.getter(name="additionalDetails")
|
630
|
+
def additional_details(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
631
|
+
"""
|
632
|
+
The additional details of the cloud ASM defined in `{"key": "value"}` format. Example: `{"bar-key": "value"}`
|
633
|
+
"""
|
634
|
+
return pulumi.get(self, "additional_details")
|
635
|
+
|
636
|
+
@_builtins.property
|
637
|
+
@pulumi.getter(name="cloudAsmId")
|
638
|
+
def cloud_asm_id(self) -> pulumi.Output[_builtins.str]:
|
639
|
+
"""
|
640
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud ASM.
|
641
|
+
"""
|
642
|
+
return pulumi.get(self, "cloud_asm_id")
|
643
|
+
|
644
|
+
@_builtins.property
|
645
|
+
@pulumi.getter(name="cloudConnectorId")
|
646
|
+
def cloud_connector_id(self) -> pulumi.Output[_builtins.str]:
|
647
|
+
"""
|
648
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud connector.
|
649
|
+
"""
|
650
|
+
return pulumi.get(self, "cloud_connector_id")
|
651
|
+
|
652
|
+
@_builtins.property
|
653
|
+
@pulumi.getter(name="cloudDbSystemId")
|
654
|
+
def cloud_db_system_id(self) -> pulumi.Output[_builtins.str]:
|
655
|
+
"""
|
656
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system that the ASM is a part of.
|
657
|
+
"""
|
658
|
+
return pulumi.get(self, "cloud_db_system_id")
|
659
|
+
|
660
|
+
@_builtins.property
|
661
|
+
@pulumi.getter(name="compartmentId")
|
662
|
+
def compartment_id(self) -> pulumi.Output[_builtins.str]:
|
663
|
+
"""
|
664
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the cloud database resides.
|
665
|
+
"""
|
666
|
+
return pulumi.get(self, "compartment_id")
|
667
|
+
|
668
|
+
@_builtins.property
|
669
|
+
@pulumi.getter(name="componentName")
|
670
|
+
def component_name(self) -> pulumi.Output[_builtins.str]:
|
671
|
+
"""
|
672
|
+
The name of the cloud ASM.
|
673
|
+
"""
|
674
|
+
return pulumi.get(self, "component_name")
|
675
|
+
|
676
|
+
@_builtins.property
|
677
|
+
@pulumi.getter(name="dbaasId")
|
678
|
+
def dbaas_id(self) -> pulumi.Output[_builtins.str]:
|
679
|
+
"""
|
680
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
|
681
|
+
"""
|
682
|
+
return pulumi.get(self, "dbaas_id")
|
683
|
+
|
684
|
+
@_builtins.property
|
685
|
+
@pulumi.getter(name="definedTags")
|
686
|
+
def defined_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
687
|
+
"""
|
688
|
+
(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"}`
|
689
|
+
"""
|
690
|
+
return pulumi.get(self, "defined_tags")
|
691
|
+
|
692
|
+
@_builtins.property
|
693
|
+
@pulumi.getter(name="displayName")
|
694
|
+
def display_name(self) -> pulumi.Output[_builtins.str]:
|
695
|
+
"""
|
696
|
+
The user-friendly name for the database. The name does not have to be unique.
|
697
|
+
"""
|
698
|
+
return pulumi.get(self, "display_name")
|
699
|
+
|
700
|
+
@_builtins.property
|
701
|
+
@pulumi.getter(name="freeformTags")
|
702
|
+
def freeform_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
703
|
+
"""
|
704
|
+
(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"}`
|
705
|
+
|
706
|
+
|
707
|
+
** IMPORTANT **
|
708
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
709
|
+
"""
|
710
|
+
return pulumi.get(self, "freeform_tags")
|
711
|
+
|
712
|
+
@_builtins.property
|
713
|
+
@pulumi.getter(name="gridHome")
|
714
|
+
def grid_home(self) -> pulumi.Output[_builtins.str]:
|
715
|
+
"""
|
716
|
+
The directory in which ASM is installed. This is the same directory in which Oracle Grid Infrastructure is installed.
|
717
|
+
"""
|
718
|
+
return pulumi.get(self, "grid_home")
|
719
|
+
|
720
|
+
@_builtins.property
|
721
|
+
@pulumi.getter(name="isCluster")
|
722
|
+
def is_cluster(self) -> pulumi.Output[_builtins.bool]:
|
723
|
+
"""
|
724
|
+
Indicates whether the ASM is a cluster ASM or not.
|
725
|
+
"""
|
726
|
+
return pulumi.get(self, "is_cluster")
|
727
|
+
|
728
|
+
@_builtins.property
|
729
|
+
@pulumi.getter(name="isFlexEnabled")
|
730
|
+
def is_flex_enabled(self) -> pulumi.Output[_builtins.bool]:
|
731
|
+
"""
|
732
|
+
Indicates whether Oracle Flex ASM is enabled or not.
|
733
|
+
"""
|
734
|
+
return pulumi.get(self, "is_flex_enabled")
|
735
|
+
|
736
|
+
@_builtins.property
|
737
|
+
@pulumi.getter(name="lifecycleDetails")
|
738
|
+
def lifecycle_details(self) -> pulumi.Output[_builtins.str]:
|
739
|
+
"""
|
740
|
+
Additional information about the current lifecycle state.
|
741
|
+
"""
|
742
|
+
return pulumi.get(self, "lifecycle_details")
|
743
|
+
|
744
|
+
@_builtins.property
|
745
|
+
@pulumi.getter(name="servicedDatabases")
|
746
|
+
def serviced_databases(self) -> pulumi.Output[Sequence['outputs.CloudAsmServicedDatabase']]:
|
747
|
+
"""
|
748
|
+
The list of databases that are serviced by the ASM.
|
749
|
+
"""
|
750
|
+
return pulumi.get(self, "serviced_databases")
|
751
|
+
|
752
|
+
@_builtins.property
|
753
|
+
@pulumi.getter
|
754
|
+
def state(self) -> pulumi.Output[_builtins.str]:
|
755
|
+
"""
|
756
|
+
The current lifecycle state of the cloud ASM.
|
757
|
+
"""
|
758
|
+
return pulumi.get(self, "state")
|
759
|
+
|
760
|
+
@_builtins.property
|
761
|
+
@pulumi.getter(name="systemTags")
|
762
|
+
def system_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
763
|
+
"""
|
764
|
+
System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
765
|
+
"""
|
766
|
+
return pulumi.get(self, "system_tags")
|
767
|
+
|
768
|
+
@_builtins.property
|
769
|
+
@pulumi.getter(name="timeCreated")
|
770
|
+
def time_created(self) -> pulumi.Output[_builtins.str]:
|
771
|
+
"""
|
772
|
+
The date and time the cloud ASM was created.
|
773
|
+
"""
|
774
|
+
return pulumi.get(self, "time_created")
|
775
|
+
|
776
|
+
@_builtins.property
|
777
|
+
@pulumi.getter(name="timeUpdated")
|
778
|
+
def time_updated(self) -> pulumi.Output[_builtins.str]:
|
779
|
+
"""
|
780
|
+
The date and time the cloud ASM was last updated.
|
781
|
+
"""
|
782
|
+
return pulumi.get(self, "time_updated")
|
783
|
+
|
784
|
+
@_builtins.property
|
785
|
+
@pulumi.getter
|
786
|
+
def version(self) -> pulumi.Output[_builtins.str]:
|
787
|
+
"""
|
788
|
+
The ASM version.
|
789
|
+
"""
|
790
|
+
return pulumi.get(self, "version")
|
791
|
+
|