pulumi-oci 3.4.0a1755714728__py3-none-any.whl → 3.4.0a1755922408__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +168 -43
- pulumi_oci/aidocument/__init__.py +1 -0
- pulumi_oci/aidocument/_inputs.py +476 -6
- pulumi_oci/aidocument/get_model.py +63 -2
- pulumi_oci/aidocument/get_model_type.py +179 -0
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_project.py +17 -2
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +188 -0
- pulumi_oci/aidocument/outputs.py +883 -8
- pulumi_oci/aidocument/processor_job.py +22 -4
- pulumi_oci/aidocument/project.py +50 -1
- pulumi_oci/apigateway/_inputs.py +608 -12
- pulumi_oci/apigateway/api.py +127 -38
- pulumi_oci/apigateway/certificate.py +122 -3
- pulumi_oci/apigateway/deployment.py +120 -3
- pulumi_oci/apigateway/gateway.py +124 -7
- pulumi_oci/apigateway/get_api.py +40 -1
- pulumi_oci/apigateway/get_certificate.py +41 -1
- pulumi_oci/apigateway/get_deployment.py +40 -1
- pulumi_oci/apigateway/get_gateway.py +40 -1
- pulumi_oci/apigateway/get_subscriber.py +40 -1
- pulumi_oci/apigateway/get_usage_plan.py +40 -1
- pulumi_oci/apigateway/outputs.py +1413 -39
- pulumi_oci/apigateway/subscriber.py +120 -3
- pulumi_oci/apigateway/usage_plan.py +127 -38
- pulumi_oci/apmconfig/_inputs.py +199 -15
- pulumi_oci/apmconfig/config.py +535 -17
- pulumi_oci/apmconfig/get_config.py +141 -1
- pulumi_oci/apmconfig/get_configs.py +2 -2
- pulumi_oci/apmconfig/outputs.py +509 -13
- pulumi_oci/apmtraces/__init__.py +5 -0
- pulumi_oci/apmtraces/_inputs.py +413 -0
- pulumi_oci/apmtraces/get_attribute_auto_activate_status.py +160 -0
- pulumi_oci/apmtraces/get_log.py +356 -0
- pulumi_oci/apmtraces/get_scheduled_queries.py +163 -0
- pulumi_oci/apmtraces/get_scheduled_query.py +368 -0
- pulumi_oci/apmtraces/get_trace.py +4 -4
- pulumi_oci/apmtraces/outputs.py +971 -0
- pulumi_oci/apmtraces/scheduled_query.py +925 -0
- pulumi_oci/autoscaling/_inputs.py +177 -13
- pulumi_oci/autoscaling/auto_scaling_configuration.py +12 -0
- pulumi_oci/autoscaling/outputs.py +269 -23
- pulumi_oci/core/_inputs.py +184 -0
- pulumi_oci/core/get_ipv6.py +15 -1
- pulumi_oci/core/ipv6.py +49 -0
- pulumi_oci/core/outputs.py +365 -0
- pulumi_oci/database/__init__.py +3 -0
- pulumi_oci/database/_inputs.py +139 -7
- pulumi_oci/database/autonomous_container_database.py +94 -0
- pulumi_oci/database/autonomous_container_database_add_standby.py +28 -0
- pulumi_oci/database/autonomous_database.py +578 -568
- pulumi_oci/database/autonomous_database_saas_admin_user.py +43 -60
- pulumi_oci/database/get_autonomous_container_database.py +29 -1
- pulumi_oci/database/get_autonomous_database.py +65 -1
- pulumi_oci/database/get_autonomous_databases.py +6 -1
- pulumi_oci/database/get_pluggable_database_snapshot.py +253 -0
- pulumi_oci/database/get_pluggable_database_snapshots.py +235 -0
- pulumi_oci/database/outputs.py +470 -75
- pulumi_oci/database/pluggable_database.py +0 -14
- pulumi_oci/database/pluggable_database_snapshot.py +539 -0
- pulumi_oci/databasemanagement/__init__.py +37 -0
- pulumi_oci/databasemanagement/_inputs.py +9516 -3414
- pulumi_oci/databasemanagement/cloud_asm.py +791 -0
- pulumi_oci/databasemanagement/cloud_asm_instance.py +686 -0
- pulumi_oci/databasemanagement/cloud_cluster.py +847 -0
- pulumi_oci/databasemanagement/cloud_cluster_instance.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_home.py +630 -0
- pulumi_oci/databasemanagement/cloud_db_node.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_database_managements_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_stack_monitorings_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_connector.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system_discovery.py +754 -0
- pulumi_oci/databasemanagement/cloud_listener.py +1043 -0
- pulumi_oci/databasemanagement/get_cloud_asm.py +380 -0
- pulumi_oci/databasemanagement/get_cloud_asm_configuration.py +147 -0
- pulumi_oci/databasemanagement/get_cloud_asm_disk_groups.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instance.py +337 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_asm_users.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asms.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_cluster.py +408 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instance.py +379 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_clusters.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_databases.py +188 -0
- pulumi_oci/databasemanagement/get_cloud_db_home.py +309 -0
- pulumi_oci/databasemanagement/get_cloud_db_homes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_node.py +365 -0
- pulumi_oci/databasemanagement/get_cloud_db_nodes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system.py +352 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connector.py +338 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connectors.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discoveries.py +169 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discovery.py +335 -0
- pulumi_oci/databasemanagement/get_cloud_db_systems.py +235 -0
- pulumi_oci/databasemanagement/get_cloud_listener.py +506 -0
- pulumi_oci/databasemanagement/get_cloud_listener_services.py +187 -0
- pulumi_oci/databasemanagement/get_cloud_listeners.py +191 -0
- pulumi_oci/databasemanagement/get_managed_database.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_group.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_binary_log_information.py +6 -6
- pulumi_oci/databasemanagement/get_managed_my_sql_database_general_replication_information.py +5 -5
- pulumi_oci/databasemanagement/get_managed_my_sql_database_high_availability_members.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_outbound_replications.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +18049 -4222
- pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +22 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +2 -2
- pulumi_oci/datasafe/get_security_assessments.py +2 -2
- pulumi_oci/datasafe/outputs.py +192 -2
- pulumi_oci/datascience/__init__.py +10 -0
- pulumi_oci/datascience/_inputs.py +6760 -2206
- pulumi_oci/datascience/get_job.py +15 -1
- pulumi_oci/datascience/get_job_run.py +44 -2
- pulumi_oci/datascience/get_model_deployment_model_states.py +251 -0
- pulumi_oci/datascience/get_model_group.py +405 -0
- pulumi_oci/datascience/get_model_group_artifact_content.py +132 -0
- pulumi_oci/datascience/get_model_group_models.py +240 -0
- pulumi_oci/datascience/get_model_group_version_histories.py +243 -0
- pulumi_oci/{aianomalydetection/get_detection_model.py → datascience/get_model_group_version_history.py} +73 -74
- pulumi_oci/datascience/get_model_groups.py +265 -0
- pulumi_oci/datascience/get_pipeline_run.py +15 -1
- pulumi_oci/datascience/job.py +81 -154
- pulumi_oci/datascience/job_run.py +250 -4
- pulumi_oci/datascience/model_group.py +1111 -0
- pulumi_oci/datascience/model_group_artifact.py +369 -0
- pulumi_oci/{aianomalydetection/model.py → datascience/model_group_version_history.py} +172 -187
- pulumi_oci/datascience/notebook_session.py +4 -0
- pulumi_oci/datascience/outputs.py +17168 -8021
- pulumi_oci/datascience/pipeline_run.py +87 -0
- pulumi_oci/goldengate/_inputs.py +3 -3
- pulumi_oci/goldengate/connection.py +175 -56
- pulumi_oci/goldengate/get_connection.py +20 -4
- pulumi_oci/goldengate/outputs.py +27 -8
- pulumi_oci/managementagent/__init__.py +4 -0
- pulumi_oci/managementagent/_inputs.py +129 -0
- pulumi_oci/managementagent/get_management_agent.py +26 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +43 -1
- pulumi_oci/managementagent/get_management_agent_named_credentials_metadata.py +147 -0
- pulumi_oci/managementagent/get_named_credential.py +268 -0
- pulumi_oci/managementagent/get_named_credentials.py +221 -0
- pulumi_oci/managementagent/management_agent.py +48 -0
- pulumi_oci/managementagent/management_agent_install_key.py +84 -0
- pulumi_oci/managementagent/named_credential.py +706 -0
- pulumi_oci/managementagent/outputs.py +515 -0
- pulumi_oci/managementdashboard/management_dashboards_import.py +178 -20
- pulumi_oci/oci/__init__.py +3 -0
- pulumi_oci/oci/_inputs.py +146 -0
- pulumi_oci/{aianomalydetection/project.py → oci/api_platform_api_platform_instance.py} +204 -118
- pulumi_oci/oci/get_api_platform_api_platform_instance.py +282 -0
- pulumi_oci/oci/get_api_platform_api_platform_instances.py +199 -0
- pulumi_oci/oci/outputs.py +367 -0
- pulumi_oci/opsi/_inputs.py +1001 -149
- pulumi_oci/opsi/database_insight.py +22 -3
- pulumi_oci/opsi/exadata_insight.py +86 -6
- pulumi_oci/opsi/outputs.py +1438 -178
- pulumi_oci/psql/configuration.py +109 -19
- pulumi_oci/psql/db_system.py +7 -7
- pulumi_oci/psql/get_configuration.py +30 -2
- pulumi_oci/psql/get_configurations.py +49 -5
- pulumi_oci/psql/get_db_system.py +1 -1
- pulumi_oci/psql/get_default_configuration.py +30 -4
- pulumi_oci/psql/get_default_configurations.py +49 -5
- pulumi_oci/psql/outputs.py +47 -14
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/__init__.py +6 -0
- pulumi_oci/redis/_inputs.py +217 -0
- pulumi_oci/{aianomalydetection/get_detection_data_asset.py → redis/get_oci_cache_config_set.py} +74 -74
- pulumi_oci/redis/get_oci_cache_config_sets.py +221 -0
- pulumi_oci/redis/get_oci_cache_default_config_set.py +217 -0
- pulumi_oci/redis/get_oci_cache_default_config_sets.py +218 -0
- pulumi_oci/redis/get_redis_cluster.py +15 -1
- pulumi_oci/{aianomalydetection/data_asset.py → redis/oci_cache_config_set.py} +190 -254
- pulumi_oci/redis/oci_cache_config_setlist_associated_oci_cache_cluster.py +240 -0
- pulumi_oci/redis/outputs.py +713 -0
- pulumi_oci/redis/redis_cluster.py +49 -0
- pulumi_oci/vault/_inputs.py +198 -0
- pulumi_oci/vault/get_secret.py +43 -1
- pulumi_oci/vault/outputs.py +434 -0
- pulumi_oci/vault/secret.py +103 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/METADATA +1 -1
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/RECORD +185 -134
- pulumi_oci/aianomalydetection/__init__.py +0 -25
- pulumi_oci/aianomalydetection/_inputs.py +0 -1742
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +0 -643
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +0 -739
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +0 -281
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +0 -199
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +0 -338
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +0 -254
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_models.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_project.py +0 -239
- pulumi_oci/aianomalydetection/get_detection_projects.py +0 -191
- pulumi_oci/aianomalydetection/outputs.py +0 -3699
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,686 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
|
17
|
+
__all__ = ['CloudAsmInstanceArgs', 'CloudAsmInstance']
|
18
|
+
|
19
|
+
@pulumi.input_type
|
20
|
+
class CloudAsmInstanceArgs:
|
21
|
+
def __init__(__self__, *,
|
22
|
+
cloud_asm_instance_id: pulumi.Input[_builtins.str],
|
23
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
24
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
25
|
+
"""
|
26
|
+
The set of arguments for constructing a CloudAsmInstance resource.
|
27
|
+
:param pulumi.Input[_builtins.str] cloud_asm_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud ASM instance.
|
28
|
+
: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"}`
|
29
|
+
: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"}`
|
30
|
+
|
31
|
+
|
32
|
+
** IMPORTANT **
|
33
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
34
|
+
"""
|
35
|
+
pulumi.set(__self__, "cloud_asm_instance_id", cloud_asm_instance_id)
|
36
|
+
if defined_tags is not None:
|
37
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
38
|
+
if freeform_tags is not None:
|
39
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
40
|
+
|
41
|
+
@_builtins.property
|
42
|
+
@pulumi.getter(name="cloudAsmInstanceId")
|
43
|
+
def cloud_asm_instance_id(self) -> pulumi.Input[_builtins.str]:
|
44
|
+
"""
|
45
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud ASM instance.
|
46
|
+
"""
|
47
|
+
return pulumi.get(self, "cloud_asm_instance_id")
|
48
|
+
|
49
|
+
@cloud_asm_instance_id.setter
|
50
|
+
def cloud_asm_instance_id(self, value: pulumi.Input[_builtins.str]):
|
51
|
+
pulumi.set(self, "cloud_asm_instance_id", value)
|
52
|
+
|
53
|
+
@_builtins.property
|
54
|
+
@pulumi.getter(name="definedTags")
|
55
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
56
|
+
"""
|
57
|
+
(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"}`
|
58
|
+
"""
|
59
|
+
return pulumi.get(self, "defined_tags")
|
60
|
+
|
61
|
+
@defined_tags.setter
|
62
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
63
|
+
pulumi.set(self, "defined_tags", value)
|
64
|
+
|
65
|
+
@_builtins.property
|
66
|
+
@pulumi.getter(name="freeformTags")
|
67
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
68
|
+
"""
|
69
|
+
(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"}`
|
70
|
+
|
71
|
+
|
72
|
+
** IMPORTANT **
|
73
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
74
|
+
"""
|
75
|
+
return pulumi.get(self, "freeform_tags")
|
76
|
+
|
77
|
+
@freeform_tags.setter
|
78
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
79
|
+
pulumi.set(self, "freeform_tags", value)
|
80
|
+
|
81
|
+
|
82
|
+
@pulumi.input_type
|
83
|
+
class _CloudAsmInstanceState:
|
84
|
+
def __init__(__self__, *,
|
85
|
+
adr_home_directory: Optional[pulumi.Input[_builtins.str]] = None,
|
86
|
+
cloud_asm_id: Optional[pulumi.Input[_builtins.str]] = None,
|
87
|
+
cloud_asm_instance_id: Optional[pulumi.Input[_builtins.str]] = None,
|
88
|
+
cloud_db_node_id: Optional[pulumi.Input[_builtins.str]] = None,
|
89
|
+
cloud_db_system_id: Optional[pulumi.Input[_builtins.str]] = None,
|
90
|
+
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
91
|
+
component_name: Optional[pulumi.Input[_builtins.str]] = None,
|
92
|
+
dbaas_id: Optional[pulumi.Input[_builtins.str]] = None,
|
93
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
94
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
95
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
96
|
+
host_name: Optional[pulumi.Input[_builtins.str]] = None,
|
97
|
+
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
98
|
+
state: Optional[pulumi.Input[_builtins.str]] = None,
|
99
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
100
|
+
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
101
|
+
time_updated: Optional[pulumi.Input[_builtins.str]] = None):
|
102
|
+
"""
|
103
|
+
Input properties used for looking up and filtering CloudAsmInstance resources.
|
104
|
+
:param pulumi.Input[_builtins.str] adr_home_directory: The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
|
105
|
+
: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 that the ASM instance belongs to.
|
106
|
+
:param pulumi.Input[_builtins.str] cloud_asm_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud ASM instance.
|
107
|
+
:param pulumi.Input[_builtins.str] cloud_db_node_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB node on which the ASM instance is running.
|
108
|
+
: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 instance is a part of.
|
109
|
+
:param pulumi.Input[_builtins.str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
110
|
+
:param pulumi.Input[_builtins.str] component_name: The name of the cloud ASM instance.
|
111
|
+
:param pulumi.Input[_builtins.str] dbaas_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) in DBaas service.
|
112
|
+
: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"}`
|
113
|
+
:param pulumi.Input[_builtins.str] display_name: The user-friendly name for the ASM instance. The name does not have to be unique.
|
114
|
+
: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"}`
|
115
|
+
|
116
|
+
|
117
|
+
** IMPORTANT **
|
118
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
119
|
+
:param pulumi.Input[_builtins.str] host_name: The name of the host on which the ASM instance is running.
|
120
|
+
:param pulumi.Input[_builtins.str] lifecycle_details: Additional information about the current lifecycle state.
|
121
|
+
:param pulumi.Input[_builtins.str] state: The current lifecycle state of the cloud ASM instance.
|
122
|
+
: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"}`
|
123
|
+
:param pulumi.Input[_builtins.str] time_created: The date and time the cloud ASM instance was created.
|
124
|
+
:param pulumi.Input[_builtins.str] time_updated: The date and time the cloud ASM instance was last updated.
|
125
|
+
"""
|
126
|
+
if adr_home_directory is not None:
|
127
|
+
pulumi.set(__self__, "adr_home_directory", adr_home_directory)
|
128
|
+
if cloud_asm_id is not None:
|
129
|
+
pulumi.set(__self__, "cloud_asm_id", cloud_asm_id)
|
130
|
+
if cloud_asm_instance_id is not None:
|
131
|
+
pulumi.set(__self__, "cloud_asm_instance_id", cloud_asm_instance_id)
|
132
|
+
if cloud_db_node_id is not None:
|
133
|
+
pulumi.set(__self__, "cloud_db_node_id", cloud_db_node_id)
|
134
|
+
if cloud_db_system_id is not None:
|
135
|
+
pulumi.set(__self__, "cloud_db_system_id", cloud_db_system_id)
|
136
|
+
if compartment_id is not None:
|
137
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
138
|
+
if component_name is not None:
|
139
|
+
pulumi.set(__self__, "component_name", component_name)
|
140
|
+
if dbaas_id is not None:
|
141
|
+
pulumi.set(__self__, "dbaas_id", dbaas_id)
|
142
|
+
if defined_tags is not None:
|
143
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
144
|
+
if display_name is not None:
|
145
|
+
pulumi.set(__self__, "display_name", display_name)
|
146
|
+
if freeform_tags is not None:
|
147
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
148
|
+
if host_name is not None:
|
149
|
+
pulumi.set(__self__, "host_name", host_name)
|
150
|
+
if lifecycle_details is not None:
|
151
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
152
|
+
if state is not None:
|
153
|
+
pulumi.set(__self__, "state", state)
|
154
|
+
if system_tags is not None:
|
155
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
156
|
+
if time_created is not None:
|
157
|
+
pulumi.set(__self__, "time_created", time_created)
|
158
|
+
if time_updated is not None:
|
159
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
160
|
+
|
161
|
+
@_builtins.property
|
162
|
+
@pulumi.getter(name="adrHomeDirectory")
|
163
|
+
def adr_home_directory(self) -> Optional[pulumi.Input[_builtins.str]]:
|
164
|
+
"""
|
165
|
+
The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
|
166
|
+
"""
|
167
|
+
return pulumi.get(self, "adr_home_directory")
|
168
|
+
|
169
|
+
@adr_home_directory.setter
|
170
|
+
def adr_home_directory(self, value: Optional[pulumi.Input[_builtins.str]]):
|
171
|
+
pulumi.set(self, "adr_home_directory", value)
|
172
|
+
|
173
|
+
@_builtins.property
|
174
|
+
@pulumi.getter(name="cloudAsmId")
|
175
|
+
def cloud_asm_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
176
|
+
"""
|
177
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud ASM that the ASM instance belongs to.
|
178
|
+
"""
|
179
|
+
return pulumi.get(self, "cloud_asm_id")
|
180
|
+
|
181
|
+
@cloud_asm_id.setter
|
182
|
+
def cloud_asm_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
183
|
+
pulumi.set(self, "cloud_asm_id", value)
|
184
|
+
|
185
|
+
@_builtins.property
|
186
|
+
@pulumi.getter(name="cloudAsmInstanceId")
|
187
|
+
def cloud_asm_instance_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
188
|
+
"""
|
189
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud ASM instance.
|
190
|
+
"""
|
191
|
+
return pulumi.get(self, "cloud_asm_instance_id")
|
192
|
+
|
193
|
+
@cloud_asm_instance_id.setter
|
194
|
+
def cloud_asm_instance_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
195
|
+
pulumi.set(self, "cloud_asm_instance_id", value)
|
196
|
+
|
197
|
+
@_builtins.property
|
198
|
+
@pulumi.getter(name="cloudDbNodeId")
|
199
|
+
def cloud_db_node_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
200
|
+
"""
|
201
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB node on which the ASM instance is running.
|
202
|
+
"""
|
203
|
+
return pulumi.get(self, "cloud_db_node_id")
|
204
|
+
|
205
|
+
@cloud_db_node_id.setter
|
206
|
+
def cloud_db_node_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
207
|
+
pulumi.set(self, "cloud_db_node_id", value)
|
208
|
+
|
209
|
+
@_builtins.property
|
210
|
+
@pulumi.getter(name="cloudDbSystemId")
|
211
|
+
def cloud_db_system_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
212
|
+
"""
|
213
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system that the ASM instance is a part of.
|
214
|
+
"""
|
215
|
+
return pulumi.get(self, "cloud_db_system_id")
|
216
|
+
|
217
|
+
@cloud_db_system_id.setter
|
218
|
+
def cloud_db_system_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
219
|
+
pulumi.set(self, "cloud_db_system_id", value)
|
220
|
+
|
221
|
+
@_builtins.property
|
222
|
+
@pulumi.getter(name="compartmentId")
|
223
|
+
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
224
|
+
"""
|
225
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
226
|
+
"""
|
227
|
+
return pulumi.get(self, "compartment_id")
|
228
|
+
|
229
|
+
@compartment_id.setter
|
230
|
+
def compartment_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
231
|
+
pulumi.set(self, "compartment_id", value)
|
232
|
+
|
233
|
+
@_builtins.property
|
234
|
+
@pulumi.getter(name="componentName")
|
235
|
+
def component_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
236
|
+
"""
|
237
|
+
The name of the cloud ASM instance.
|
238
|
+
"""
|
239
|
+
return pulumi.get(self, "component_name")
|
240
|
+
|
241
|
+
@component_name.setter
|
242
|
+
def component_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
243
|
+
pulumi.set(self, "component_name", value)
|
244
|
+
|
245
|
+
@_builtins.property
|
246
|
+
@pulumi.getter(name="dbaasId")
|
247
|
+
def dbaas_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
248
|
+
"""
|
249
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) in DBaas service.
|
250
|
+
"""
|
251
|
+
return pulumi.get(self, "dbaas_id")
|
252
|
+
|
253
|
+
@dbaas_id.setter
|
254
|
+
def dbaas_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
255
|
+
pulumi.set(self, "dbaas_id", value)
|
256
|
+
|
257
|
+
@_builtins.property
|
258
|
+
@pulumi.getter(name="definedTags")
|
259
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
260
|
+
"""
|
261
|
+
(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"}`
|
262
|
+
"""
|
263
|
+
return pulumi.get(self, "defined_tags")
|
264
|
+
|
265
|
+
@defined_tags.setter
|
266
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
267
|
+
pulumi.set(self, "defined_tags", value)
|
268
|
+
|
269
|
+
@_builtins.property
|
270
|
+
@pulumi.getter(name="displayName")
|
271
|
+
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
272
|
+
"""
|
273
|
+
The user-friendly name for the ASM instance. The name does not have to be unique.
|
274
|
+
"""
|
275
|
+
return pulumi.get(self, "display_name")
|
276
|
+
|
277
|
+
@display_name.setter
|
278
|
+
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
279
|
+
pulumi.set(self, "display_name", value)
|
280
|
+
|
281
|
+
@_builtins.property
|
282
|
+
@pulumi.getter(name="freeformTags")
|
283
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
284
|
+
"""
|
285
|
+
(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"}`
|
286
|
+
|
287
|
+
|
288
|
+
** IMPORTANT **
|
289
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
290
|
+
"""
|
291
|
+
return pulumi.get(self, "freeform_tags")
|
292
|
+
|
293
|
+
@freeform_tags.setter
|
294
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
295
|
+
pulumi.set(self, "freeform_tags", value)
|
296
|
+
|
297
|
+
@_builtins.property
|
298
|
+
@pulumi.getter(name="hostName")
|
299
|
+
def host_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
300
|
+
"""
|
301
|
+
The name of the host on which the ASM instance is running.
|
302
|
+
"""
|
303
|
+
return pulumi.get(self, "host_name")
|
304
|
+
|
305
|
+
@host_name.setter
|
306
|
+
def host_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
307
|
+
pulumi.set(self, "host_name", value)
|
308
|
+
|
309
|
+
@_builtins.property
|
310
|
+
@pulumi.getter(name="lifecycleDetails")
|
311
|
+
def lifecycle_details(self) -> Optional[pulumi.Input[_builtins.str]]:
|
312
|
+
"""
|
313
|
+
Additional information about the current lifecycle state.
|
314
|
+
"""
|
315
|
+
return pulumi.get(self, "lifecycle_details")
|
316
|
+
|
317
|
+
@lifecycle_details.setter
|
318
|
+
def lifecycle_details(self, value: Optional[pulumi.Input[_builtins.str]]):
|
319
|
+
pulumi.set(self, "lifecycle_details", value)
|
320
|
+
|
321
|
+
@_builtins.property
|
322
|
+
@pulumi.getter
|
323
|
+
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
324
|
+
"""
|
325
|
+
The current lifecycle state of the cloud ASM instance.
|
326
|
+
"""
|
327
|
+
return pulumi.get(self, "state")
|
328
|
+
|
329
|
+
@state.setter
|
330
|
+
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
331
|
+
pulumi.set(self, "state", value)
|
332
|
+
|
333
|
+
@_builtins.property
|
334
|
+
@pulumi.getter(name="systemTags")
|
335
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
336
|
+
"""
|
337
|
+
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"}`
|
338
|
+
"""
|
339
|
+
return pulumi.get(self, "system_tags")
|
340
|
+
|
341
|
+
@system_tags.setter
|
342
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
343
|
+
pulumi.set(self, "system_tags", value)
|
344
|
+
|
345
|
+
@_builtins.property
|
346
|
+
@pulumi.getter(name="timeCreated")
|
347
|
+
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
348
|
+
"""
|
349
|
+
The date and time the cloud ASM instance was created.
|
350
|
+
"""
|
351
|
+
return pulumi.get(self, "time_created")
|
352
|
+
|
353
|
+
@time_created.setter
|
354
|
+
def time_created(self, value: Optional[pulumi.Input[_builtins.str]]):
|
355
|
+
pulumi.set(self, "time_created", value)
|
356
|
+
|
357
|
+
@_builtins.property
|
358
|
+
@pulumi.getter(name="timeUpdated")
|
359
|
+
def time_updated(self) -> Optional[pulumi.Input[_builtins.str]]:
|
360
|
+
"""
|
361
|
+
The date and time the cloud ASM instance was last updated.
|
362
|
+
"""
|
363
|
+
return pulumi.get(self, "time_updated")
|
364
|
+
|
365
|
+
@time_updated.setter
|
366
|
+
def time_updated(self, value: Optional[pulumi.Input[_builtins.str]]):
|
367
|
+
pulumi.set(self, "time_updated", value)
|
368
|
+
|
369
|
+
|
370
|
+
@pulumi.type_token("oci:DatabaseManagement/cloudAsmInstance:CloudAsmInstance")
|
371
|
+
class CloudAsmInstance(pulumi.CustomResource):
|
372
|
+
@overload
|
373
|
+
def __init__(__self__,
|
374
|
+
resource_name: str,
|
375
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
376
|
+
cloud_asm_instance_id: Optional[pulumi.Input[_builtins.str]] = None,
|
377
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
378
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
379
|
+
__props__=None):
|
380
|
+
"""
|
381
|
+
This resource provides the Cloud Asm Instance resource in Oracle Cloud Infrastructure Database Management service.
|
382
|
+
|
383
|
+
Updates the cloud ASM instance specified by `cloudAsmInstanceId`.
|
384
|
+
|
385
|
+
## Import
|
386
|
+
|
387
|
+
CloudAsmInstances can be imported using the `id`, e.g.
|
388
|
+
|
389
|
+
```sh
|
390
|
+
$ pulumi import oci:DatabaseManagement/cloudAsmInstance:CloudAsmInstance test_cloud_asm_instance "id"
|
391
|
+
```
|
392
|
+
|
393
|
+
:param str resource_name: The name of the resource.
|
394
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
395
|
+
:param pulumi.Input[_builtins.str] cloud_asm_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud ASM instance.
|
396
|
+
: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"}`
|
397
|
+
: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"}`
|
398
|
+
|
399
|
+
|
400
|
+
** IMPORTANT **
|
401
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
402
|
+
"""
|
403
|
+
...
|
404
|
+
@overload
|
405
|
+
def __init__(__self__,
|
406
|
+
resource_name: str,
|
407
|
+
args: CloudAsmInstanceArgs,
|
408
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
409
|
+
"""
|
410
|
+
This resource provides the Cloud Asm Instance resource in Oracle Cloud Infrastructure Database Management service.
|
411
|
+
|
412
|
+
Updates the cloud ASM instance specified by `cloudAsmInstanceId`.
|
413
|
+
|
414
|
+
## Import
|
415
|
+
|
416
|
+
CloudAsmInstances can be imported using the `id`, e.g.
|
417
|
+
|
418
|
+
```sh
|
419
|
+
$ pulumi import oci:DatabaseManagement/cloudAsmInstance:CloudAsmInstance test_cloud_asm_instance "id"
|
420
|
+
```
|
421
|
+
|
422
|
+
:param str resource_name: The name of the resource.
|
423
|
+
:param CloudAsmInstanceArgs args: The arguments to use to populate this resource's properties.
|
424
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
425
|
+
"""
|
426
|
+
...
|
427
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
428
|
+
resource_args, opts = _utilities.get_resource_args_opts(CloudAsmInstanceArgs, pulumi.ResourceOptions, *args, **kwargs)
|
429
|
+
if resource_args is not None:
|
430
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
431
|
+
else:
|
432
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
433
|
+
|
434
|
+
def _internal_init(__self__,
|
435
|
+
resource_name: str,
|
436
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
437
|
+
cloud_asm_instance_id: Optional[pulumi.Input[_builtins.str]] = None,
|
438
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
439
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
440
|
+
__props__=None):
|
441
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
442
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
443
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
444
|
+
if opts.id is None:
|
445
|
+
if __props__ is not None:
|
446
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
447
|
+
__props__ = CloudAsmInstanceArgs.__new__(CloudAsmInstanceArgs)
|
448
|
+
|
449
|
+
if cloud_asm_instance_id is None and not opts.urn:
|
450
|
+
raise TypeError("Missing required property 'cloud_asm_instance_id'")
|
451
|
+
__props__.__dict__["cloud_asm_instance_id"] = cloud_asm_instance_id
|
452
|
+
__props__.__dict__["defined_tags"] = defined_tags
|
453
|
+
__props__.__dict__["freeform_tags"] = freeform_tags
|
454
|
+
__props__.__dict__["adr_home_directory"] = None
|
455
|
+
__props__.__dict__["cloud_asm_id"] = None
|
456
|
+
__props__.__dict__["cloud_db_node_id"] = None
|
457
|
+
__props__.__dict__["cloud_db_system_id"] = None
|
458
|
+
__props__.__dict__["compartment_id"] = None
|
459
|
+
__props__.__dict__["component_name"] = None
|
460
|
+
__props__.__dict__["dbaas_id"] = None
|
461
|
+
__props__.__dict__["display_name"] = None
|
462
|
+
__props__.__dict__["host_name"] = None
|
463
|
+
__props__.__dict__["lifecycle_details"] = None
|
464
|
+
__props__.__dict__["state"] = None
|
465
|
+
__props__.__dict__["system_tags"] = None
|
466
|
+
__props__.__dict__["time_created"] = None
|
467
|
+
__props__.__dict__["time_updated"] = None
|
468
|
+
super(CloudAsmInstance, __self__).__init__(
|
469
|
+
'oci:DatabaseManagement/cloudAsmInstance:CloudAsmInstance',
|
470
|
+
resource_name,
|
471
|
+
__props__,
|
472
|
+
opts)
|
473
|
+
|
474
|
+
@staticmethod
|
475
|
+
def get(resource_name: str,
|
476
|
+
id: pulumi.Input[str],
|
477
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
478
|
+
adr_home_directory: Optional[pulumi.Input[_builtins.str]] = None,
|
479
|
+
cloud_asm_id: Optional[pulumi.Input[_builtins.str]] = None,
|
480
|
+
cloud_asm_instance_id: Optional[pulumi.Input[_builtins.str]] = None,
|
481
|
+
cloud_db_node_id: Optional[pulumi.Input[_builtins.str]] = None,
|
482
|
+
cloud_db_system_id: Optional[pulumi.Input[_builtins.str]] = None,
|
483
|
+
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
484
|
+
component_name: Optional[pulumi.Input[_builtins.str]] = None,
|
485
|
+
dbaas_id: Optional[pulumi.Input[_builtins.str]] = None,
|
486
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
487
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
488
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
489
|
+
host_name: Optional[pulumi.Input[_builtins.str]] = None,
|
490
|
+
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
491
|
+
state: Optional[pulumi.Input[_builtins.str]] = None,
|
492
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
493
|
+
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
494
|
+
time_updated: Optional[pulumi.Input[_builtins.str]] = None) -> 'CloudAsmInstance':
|
495
|
+
"""
|
496
|
+
Get an existing CloudAsmInstance resource's state with the given name, id, and optional extra
|
497
|
+
properties used to qualify the lookup.
|
498
|
+
|
499
|
+
:param str resource_name: The unique name of the resulting resource.
|
500
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
501
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
502
|
+
:param pulumi.Input[_builtins.str] adr_home_directory: The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
|
503
|
+
: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 that the ASM instance belongs to.
|
504
|
+
:param pulumi.Input[_builtins.str] cloud_asm_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud ASM instance.
|
505
|
+
:param pulumi.Input[_builtins.str] cloud_db_node_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB node on which the ASM instance is running.
|
506
|
+
: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 instance is a part of.
|
507
|
+
:param pulumi.Input[_builtins.str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
508
|
+
:param pulumi.Input[_builtins.str] component_name: The name of the cloud ASM instance.
|
509
|
+
:param pulumi.Input[_builtins.str] dbaas_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) in DBaas service.
|
510
|
+
: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"}`
|
511
|
+
:param pulumi.Input[_builtins.str] display_name: The user-friendly name for the ASM instance. The name does not have to be unique.
|
512
|
+
: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"}`
|
513
|
+
|
514
|
+
|
515
|
+
** IMPORTANT **
|
516
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
517
|
+
:param pulumi.Input[_builtins.str] host_name: The name of the host on which the ASM instance is running.
|
518
|
+
:param pulumi.Input[_builtins.str] lifecycle_details: Additional information about the current lifecycle state.
|
519
|
+
:param pulumi.Input[_builtins.str] state: The current lifecycle state of the cloud ASM instance.
|
520
|
+
: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"}`
|
521
|
+
:param pulumi.Input[_builtins.str] time_created: The date and time the cloud ASM instance was created.
|
522
|
+
:param pulumi.Input[_builtins.str] time_updated: The date and time the cloud ASM instance was last updated.
|
523
|
+
"""
|
524
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
525
|
+
|
526
|
+
__props__ = _CloudAsmInstanceState.__new__(_CloudAsmInstanceState)
|
527
|
+
|
528
|
+
__props__.__dict__["adr_home_directory"] = adr_home_directory
|
529
|
+
__props__.__dict__["cloud_asm_id"] = cloud_asm_id
|
530
|
+
__props__.__dict__["cloud_asm_instance_id"] = cloud_asm_instance_id
|
531
|
+
__props__.__dict__["cloud_db_node_id"] = cloud_db_node_id
|
532
|
+
__props__.__dict__["cloud_db_system_id"] = cloud_db_system_id
|
533
|
+
__props__.__dict__["compartment_id"] = compartment_id
|
534
|
+
__props__.__dict__["component_name"] = component_name
|
535
|
+
__props__.__dict__["dbaas_id"] = dbaas_id
|
536
|
+
__props__.__dict__["defined_tags"] = defined_tags
|
537
|
+
__props__.__dict__["display_name"] = display_name
|
538
|
+
__props__.__dict__["freeform_tags"] = freeform_tags
|
539
|
+
__props__.__dict__["host_name"] = host_name
|
540
|
+
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
541
|
+
__props__.__dict__["state"] = state
|
542
|
+
__props__.__dict__["system_tags"] = system_tags
|
543
|
+
__props__.__dict__["time_created"] = time_created
|
544
|
+
__props__.__dict__["time_updated"] = time_updated
|
545
|
+
return CloudAsmInstance(resource_name, opts=opts, __props__=__props__)
|
546
|
+
|
547
|
+
@_builtins.property
|
548
|
+
@pulumi.getter(name="adrHomeDirectory")
|
549
|
+
def adr_home_directory(self) -> pulumi.Output[_builtins.str]:
|
550
|
+
"""
|
551
|
+
The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
|
552
|
+
"""
|
553
|
+
return pulumi.get(self, "adr_home_directory")
|
554
|
+
|
555
|
+
@_builtins.property
|
556
|
+
@pulumi.getter(name="cloudAsmId")
|
557
|
+
def cloud_asm_id(self) -> pulumi.Output[_builtins.str]:
|
558
|
+
"""
|
559
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud ASM that the ASM instance belongs to.
|
560
|
+
"""
|
561
|
+
return pulumi.get(self, "cloud_asm_id")
|
562
|
+
|
563
|
+
@_builtins.property
|
564
|
+
@pulumi.getter(name="cloudAsmInstanceId")
|
565
|
+
def cloud_asm_instance_id(self) -> pulumi.Output[_builtins.str]:
|
566
|
+
"""
|
567
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud ASM instance.
|
568
|
+
"""
|
569
|
+
return pulumi.get(self, "cloud_asm_instance_id")
|
570
|
+
|
571
|
+
@_builtins.property
|
572
|
+
@pulumi.getter(name="cloudDbNodeId")
|
573
|
+
def cloud_db_node_id(self) -> pulumi.Output[_builtins.str]:
|
574
|
+
"""
|
575
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB node on which the ASM instance is running.
|
576
|
+
"""
|
577
|
+
return pulumi.get(self, "cloud_db_node_id")
|
578
|
+
|
579
|
+
@_builtins.property
|
580
|
+
@pulumi.getter(name="cloudDbSystemId")
|
581
|
+
def cloud_db_system_id(self) -> pulumi.Output[_builtins.str]:
|
582
|
+
"""
|
583
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system that the ASM instance is a part of.
|
584
|
+
"""
|
585
|
+
return pulumi.get(self, "cloud_db_system_id")
|
586
|
+
|
587
|
+
@_builtins.property
|
588
|
+
@pulumi.getter(name="compartmentId")
|
589
|
+
def compartment_id(self) -> pulumi.Output[_builtins.str]:
|
590
|
+
"""
|
591
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
592
|
+
"""
|
593
|
+
return pulumi.get(self, "compartment_id")
|
594
|
+
|
595
|
+
@_builtins.property
|
596
|
+
@pulumi.getter(name="componentName")
|
597
|
+
def component_name(self) -> pulumi.Output[_builtins.str]:
|
598
|
+
"""
|
599
|
+
The name of the cloud ASM instance.
|
600
|
+
"""
|
601
|
+
return pulumi.get(self, "component_name")
|
602
|
+
|
603
|
+
@_builtins.property
|
604
|
+
@pulumi.getter(name="dbaasId")
|
605
|
+
def dbaas_id(self) -> pulumi.Output[_builtins.str]:
|
606
|
+
"""
|
607
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) in DBaas service.
|
608
|
+
"""
|
609
|
+
return pulumi.get(self, "dbaas_id")
|
610
|
+
|
611
|
+
@_builtins.property
|
612
|
+
@pulumi.getter(name="definedTags")
|
613
|
+
def defined_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
614
|
+
"""
|
615
|
+
(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"}`
|
616
|
+
"""
|
617
|
+
return pulumi.get(self, "defined_tags")
|
618
|
+
|
619
|
+
@_builtins.property
|
620
|
+
@pulumi.getter(name="displayName")
|
621
|
+
def display_name(self) -> pulumi.Output[_builtins.str]:
|
622
|
+
"""
|
623
|
+
The user-friendly name for the ASM instance. The name does not have to be unique.
|
624
|
+
"""
|
625
|
+
return pulumi.get(self, "display_name")
|
626
|
+
|
627
|
+
@_builtins.property
|
628
|
+
@pulumi.getter(name="freeformTags")
|
629
|
+
def freeform_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
630
|
+
"""
|
631
|
+
(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"}`
|
632
|
+
|
633
|
+
|
634
|
+
** IMPORTANT **
|
635
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
636
|
+
"""
|
637
|
+
return pulumi.get(self, "freeform_tags")
|
638
|
+
|
639
|
+
@_builtins.property
|
640
|
+
@pulumi.getter(name="hostName")
|
641
|
+
def host_name(self) -> pulumi.Output[_builtins.str]:
|
642
|
+
"""
|
643
|
+
The name of the host on which the ASM instance is running.
|
644
|
+
"""
|
645
|
+
return pulumi.get(self, "host_name")
|
646
|
+
|
647
|
+
@_builtins.property
|
648
|
+
@pulumi.getter(name="lifecycleDetails")
|
649
|
+
def lifecycle_details(self) -> pulumi.Output[_builtins.str]:
|
650
|
+
"""
|
651
|
+
Additional information about the current lifecycle state.
|
652
|
+
"""
|
653
|
+
return pulumi.get(self, "lifecycle_details")
|
654
|
+
|
655
|
+
@_builtins.property
|
656
|
+
@pulumi.getter
|
657
|
+
def state(self) -> pulumi.Output[_builtins.str]:
|
658
|
+
"""
|
659
|
+
The current lifecycle state of the cloud ASM instance.
|
660
|
+
"""
|
661
|
+
return pulumi.get(self, "state")
|
662
|
+
|
663
|
+
@_builtins.property
|
664
|
+
@pulumi.getter(name="systemTags")
|
665
|
+
def system_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
666
|
+
"""
|
667
|
+
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"}`
|
668
|
+
"""
|
669
|
+
return pulumi.get(self, "system_tags")
|
670
|
+
|
671
|
+
@_builtins.property
|
672
|
+
@pulumi.getter(name="timeCreated")
|
673
|
+
def time_created(self) -> pulumi.Output[_builtins.str]:
|
674
|
+
"""
|
675
|
+
The date and time the cloud ASM instance was created.
|
676
|
+
"""
|
677
|
+
return pulumi.get(self, "time_created")
|
678
|
+
|
679
|
+
@_builtins.property
|
680
|
+
@pulumi.getter(name="timeUpdated")
|
681
|
+
def time_updated(self) -> pulumi.Output[_builtins.str]:
|
682
|
+
"""
|
683
|
+
The date and time the cloud ASM instance was last updated.
|
684
|
+
"""
|
685
|
+
return pulumi.get(self, "time_updated")
|
686
|
+
|