pulumi-oci 3.4.0a1755585924__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.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/METADATA +1 -1
- {pulumi_oci-3.4.0a1755585924.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.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.4.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/top_level.txt +0 -0
@@ -16,53 +16,48 @@ from .. import _utilities
|
|
16
16
|
from . import outputs
|
17
17
|
from ._inputs import *
|
18
18
|
|
19
|
-
__all__ = ['
|
19
|
+
__all__ = ['OciCacheConfigSetArgs', 'OciCacheConfigSet']
|
20
20
|
|
21
21
|
@pulumi.input_type
|
22
|
-
class
|
22
|
+
class OciCacheConfigSetArgs:
|
23
23
|
def __init__(__self__, *,
|
24
24
|
compartment_id: pulumi.Input[_builtins.str],
|
25
|
-
|
26
|
-
|
25
|
+
configuration_details: pulumi.Input['OciCacheConfigSetConfigurationDetailsArgs'],
|
26
|
+
display_name: pulumi.Input[_builtins.str],
|
27
|
+
software_version: pulumi.Input[_builtins.str],
|
27
28
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
28
29
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
29
|
-
|
30
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
31
|
-
private_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None):
|
30
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
32
31
|
"""
|
33
|
-
The set of arguments for constructing a
|
34
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID
|
35
|
-
:param pulumi.Input['
|
36
|
-
:param pulumi.Input[_builtins.str]
|
32
|
+
The set of arguments for constructing a OciCacheConfigSet resource.
|
33
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment that contains the Oracle Cloud Infrastructure Cache Config Set.
|
34
|
+
:param pulumi.Input['OciCacheConfigSetConfigurationDetailsArgs'] configuration_details: List of Oracle Cloud Infrastructure Cache Config Set Values.
|
35
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
36
|
+
:param pulumi.Input[_builtins.str] software_version: The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
|
37
37
|
|
38
38
|
|
39
39
|
** IMPORTANT **
|
40
40
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
41
41
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
42
|
-
:param pulumi.Input[_builtins.str] description: (Updatable)
|
43
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
|
42
|
+
:param pulumi.Input[_builtins.str] description: (Updatable) Description for the custom Oracle Cloud Infrastructure Cache Config Set.
|
44
43
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
45
|
-
:param pulumi.Input[_builtins.str] private_endpoint_id: OCID of Private Endpoint.
|
46
44
|
"""
|
47
45
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
48
|
-
pulumi.set(__self__, "
|
49
|
-
pulumi.set(__self__, "
|
46
|
+
pulumi.set(__self__, "configuration_details", configuration_details)
|
47
|
+
pulumi.set(__self__, "display_name", display_name)
|
48
|
+
pulumi.set(__self__, "software_version", software_version)
|
50
49
|
if defined_tags is not None:
|
51
50
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
52
51
|
if description is not None:
|
53
52
|
pulumi.set(__self__, "description", description)
|
54
|
-
if display_name is not None:
|
55
|
-
pulumi.set(__self__, "display_name", display_name)
|
56
53
|
if freeform_tags is not None:
|
57
54
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
58
|
-
if private_endpoint_id is not None:
|
59
|
-
pulumi.set(__self__, "private_endpoint_id", private_endpoint_id)
|
60
55
|
|
61
56
|
@_builtins.property
|
62
57
|
@pulumi.getter(name="compartmentId")
|
63
58
|
def compartment_id(self) -> pulumi.Input[_builtins.str]:
|
64
59
|
"""
|
65
|
-
(Updatable) The OCID
|
60
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment that contains the Oracle Cloud Infrastructure Cache Config Set.
|
66
61
|
"""
|
67
62
|
return pulumi.get(self, "compartment_id")
|
68
63
|
|
@@ -71,32 +66,44 @@ class DataAssetArgs:
|
|
71
66
|
pulumi.set(self, "compartment_id", value)
|
72
67
|
|
73
68
|
@_builtins.property
|
74
|
-
@pulumi.getter(name="
|
75
|
-
def
|
69
|
+
@pulumi.getter(name="configurationDetails")
|
70
|
+
def configuration_details(self) -> pulumi.Input['OciCacheConfigSetConfigurationDetailsArgs']:
|
76
71
|
"""
|
77
|
-
|
72
|
+
List of Oracle Cloud Infrastructure Cache Config Set Values.
|
78
73
|
"""
|
79
|
-
return pulumi.get(self, "
|
74
|
+
return pulumi.get(self, "configuration_details")
|
80
75
|
|
81
|
-
@
|
82
|
-
def
|
83
|
-
pulumi.set(self, "
|
76
|
+
@configuration_details.setter
|
77
|
+
def configuration_details(self, value: pulumi.Input['OciCacheConfigSetConfigurationDetailsArgs']):
|
78
|
+
pulumi.set(self, "configuration_details", value)
|
79
|
+
|
80
|
+
@_builtins.property
|
81
|
+
@pulumi.getter(name="displayName")
|
82
|
+
def display_name(self) -> pulumi.Input[_builtins.str]:
|
83
|
+
"""
|
84
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
85
|
+
"""
|
86
|
+
return pulumi.get(self, "display_name")
|
87
|
+
|
88
|
+
@display_name.setter
|
89
|
+
def display_name(self, value: pulumi.Input[_builtins.str]):
|
90
|
+
pulumi.set(self, "display_name", value)
|
84
91
|
|
85
92
|
@_builtins.property
|
86
|
-
@pulumi.getter(name="
|
87
|
-
def
|
93
|
+
@pulumi.getter(name="softwareVersion")
|
94
|
+
def software_version(self) -> pulumi.Input[_builtins.str]:
|
88
95
|
"""
|
89
|
-
The
|
96
|
+
The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
|
90
97
|
|
91
98
|
|
92
99
|
** IMPORTANT **
|
93
100
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
94
101
|
"""
|
95
|
-
return pulumi.get(self, "
|
102
|
+
return pulumi.get(self, "software_version")
|
96
103
|
|
97
|
-
@
|
98
|
-
def
|
99
|
-
pulumi.set(self, "
|
104
|
+
@software_version.setter
|
105
|
+
def software_version(self, value: pulumi.Input[_builtins.str]):
|
106
|
+
pulumi.set(self, "software_version", value)
|
100
107
|
|
101
108
|
@_builtins.property
|
102
109
|
@pulumi.getter(name="definedTags")
|
@@ -114,7 +121,7 @@ class DataAssetArgs:
|
|
114
121
|
@pulumi.getter
|
115
122
|
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
116
123
|
"""
|
117
|
-
(Updatable)
|
124
|
+
(Updatable) Description for the custom Oracle Cloud Infrastructure Cache Config Set.
|
118
125
|
"""
|
119
126
|
return pulumi.get(self, "description")
|
120
127
|
|
@@ -122,18 +129,6 @@ class DataAssetArgs:
|
|
122
129
|
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
123
130
|
pulumi.set(self, "description", value)
|
124
131
|
|
125
|
-
@_builtins.property
|
126
|
-
@pulumi.getter(name="displayName")
|
127
|
-
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
128
|
-
"""
|
129
|
-
(Updatable) A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
|
130
|
-
"""
|
131
|
-
return pulumi.get(self, "display_name")
|
132
|
-
|
133
|
-
@display_name.setter
|
134
|
-
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
135
|
-
pulumi.set(self, "display_name", value)
|
136
|
-
|
137
132
|
@_builtins.property
|
138
133
|
@pulumi.getter(name="freeformTags")
|
139
134
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
@@ -146,57 +141,47 @@ class DataAssetArgs:
|
|
146
141
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
147
142
|
pulumi.set(self, "freeform_tags", value)
|
148
143
|
|
149
|
-
@_builtins.property
|
150
|
-
@pulumi.getter(name="privateEndpointId")
|
151
|
-
def private_endpoint_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
152
|
-
"""
|
153
|
-
OCID of Private Endpoint.
|
154
|
-
"""
|
155
|
-
return pulumi.get(self, "private_endpoint_id")
|
156
|
-
|
157
|
-
@private_endpoint_id.setter
|
158
|
-
def private_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
159
|
-
pulumi.set(self, "private_endpoint_id", value)
|
160
|
-
|
161
144
|
|
162
145
|
@pulumi.input_type
|
163
|
-
class
|
146
|
+
class _OciCacheConfigSetState:
|
164
147
|
def __init__(__self__, *,
|
165
148
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
166
|
-
|
149
|
+
configuration_details: Optional[pulumi.Input['OciCacheConfigSetConfigurationDetailsArgs']] = None,
|
150
|
+
default_config_set_id: Optional[pulumi.Input[_builtins.str]] = None,
|
167
151
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
168
152
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
169
153
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
170
154
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
171
|
-
|
172
|
-
project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
155
|
+
software_version: Optional[pulumi.Input[_builtins.str]] = None,
|
173
156
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
174
157
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
175
158
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
176
159
|
time_updated: Optional[pulumi.Input[_builtins.str]] = None):
|
177
160
|
"""
|
178
|
-
Input properties used for looking up and filtering
|
179
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID
|
180
|
-
:param pulumi.Input['
|
161
|
+
Input properties used for looking up and filtering OciCacheConfigSet resources.
|
162
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment that contains the Oracle Cloud Infrastructure Cache Config Set.
|
163
|
+
:param pulumi.Input['OciCacheConfigSetConfigurationDetailsArgs'] configuration_details: List of Oracle Cloud Infrastructure Cache Config Set Values.
|
164
|
+
:param pulumi.Input[_builtins.str] default_config_set_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the default Oracle Cloud Infrastructure Cache Config Set which the custom Oracle Cloud Infrastructure Cache Config Set is based upon.
|
181
165
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
182
|
-
:param pulumi.Input[_builtins.str] description: (Updatable)
|
183
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly
|
166
|
+
:param pulumi.Input[_builtins.str] description: (Updatable) Description for the custom Oracle Cloud Infrastructure Cache Config Set.
|
167
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
184
168
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
185
|
-
:param pulumi.Input[_builtins.str]
|
186
|
-
:param pulumi.Input[_builtins.str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the data asset.
|
169
|
+
:param pulumi.Input[_builtins.str] software_version: The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
|
187
170
|
|
188
171
|
|
189
172
|
** IMPORTANT **
|
190
173
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
191
|
-
:param pulumi.Input[_builtins.str] state: The
|
174
|
+
:param pulumi.Input[_builtins.str] state: The current state of the Oracle Cloud Infrastructure Cache Config Set.
|
192
175
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
193
|
-
:param pulumi.Input[_builtins.str] time_created: The time the
|
194
|
-
:param pulumi.Input[_builtins.str] time_updated: The time the
|
176
|
+
:param pulumi.Input[_builtins.str] time_created: The date and time the Oracle Cloud Infrastructure Cache Config Set was created. An [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
177
|
+
:param pulumi.Input[_builtins.str] time_updated: The date and time the Oracle Cloud Infrastructure Cache Config Set was updated. An [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
195
178
|
"""
|
196
179
|
if compartment_id is not None:
|
197
180
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
198
|
-
if
|
199
|
-
pulumi.set(__self__, "
|
181
|
+
if configuration_details is not None:
|
182
|
+
pulumi.set(__self__, "configuration_details", configuration_details)
|
183
|
+
if default_config_set_id is not None:
|
184
|
+
pulumi.set(__self__, "default_config_set_id", default_config_set_id)
|
200
185
|
if defined_tags is not None:
|
201
186
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
202
187
|
if description is not None:
|
@@ -205,10 +190,8 @@ class _DataAssetState:
|
|
205
190
|
pulumi.set(__self__, "display_name", display_name)
|
206
191
|
if freeform_tags is not None:
|
207
192
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
208
|
-
if
|
209
|
-
pulumi.set(__self__, "
|
210
|
-
if project_id is not None:
|
211
|
-
pulumi.set(__self__, "project_id", project_id)
|
193
|
+
if software_version is not None:
|
194
|
+
pulumi.set(__self__, "software_version", software_version)
|
212
195
|
if state is not None:
|
213
196
|
pulumi.set(__self__, "state", state)
|
214
197
|
if system_tags is not None:
|
@@ -222,7 +205,7 @@ class _DataAssetState:
|
|
222
205
|
@pulumi.getter(name="compartmentId")
|
223
206
|
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
224
207
|
"""
|
225
|
-
(Updatable) The OCID
|
208
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment that contains the Oracle Cloud Infrastructure Cache Config Set.
|
226
209
|
"""
|
227
210
|
return pulumi.get(self, "compartment_id")
|
228
211
|
|
@@ -231,16 +214,28 @@ class _DataAssetState:
|
|
231
214
|
pulumi.set(self, "compartment_id", value)
|
232
215
|
|
233
216
|
@_builtins.property
|
234
|
-
@pulumi.getter(name="
|
235
|
-
def
|
217
|
+
@pulumi.getter(name="configurationDetails")
|
218
|
+
def configuration_details(self) -> Optional[pulumi.Input['OciCacheConfigSetConfigurationDetailsArgs']]:
|
219
|
+
"""
|
220
|
+
List of Oracle Cloud Infrastructure Cache Config Set Values.
|
221
|
+
"""
|
222
|
+
return pulumi.get(self, "configuration_details")
|
223
|
+
|
224
|
+
@configuration_details.setter
|
225
|
+
def configuration_details(self, value: Optional[pulumi.Input['OciCacheConfigSetConfigurationDetailsArgs']]):
|
226
|
+
pulumi.set(self, "configuration_details", value)
|
227
|
+
|
228
|
+
@_builtins.property
|
229
|
+
@pulumi.getter(name="defaultConfigSetId")
|
230
|
+
def default_config_set_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
236
231
|
"""
|
237
|
-
|
232
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the default Oracle Cloud Infrastructure Cache Config Set which the custom Oracle Cloud Infrastructure Cache Config Set is based upon.
|
238
233
|
"""
|
239
|
-
return pulumi.get(self, "
|
234
|
+
return pulumi.get(self, "default_config_set_id")
|
240
235
|
|
241
|
-
@
|
242
|
-
def
|
243
|
-
pulumi.set(self, "
|
236
|
+
@default_config_set_id.setter
|
237
|
+
def default_config_set_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
238
|
+
pulumi.set(self, "default_config_set_id", value)
|
244
239
|
|
245
240
|
@_builtins.property
|
246
241
|
@pulumi.getter(name="definedTags")
|
@@ -258,7 +253,7 @@ class _DataAssetState:
|
|
258
253
|
@pulumi.getter
|
259
254
|
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
260
255
|
"""
|
261
|
-
(Updatable)
|
256
|
+
(Updatable) Description for the custom Oracle Cloud Infrastructure Cache Config Set.
|
262
257
|
"""
|
263
258
|
return pulumi.get(self, "description")
|
264
259
|
|
@@ -270,7 +265,7 @@ class _DataAssetState:
|
|
270
265
|
@pulumi.getter(name="displayName")
|
271
266
|
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
272
267
|
"""
|
273
|
-
(Updatable) A user-friendly
|
268
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
274
269
|
"""
|
275
270
|
return pulumi.get(self, "display_name")
|
276
271
|
|
@@ -291,38 +286,26 @@ class _DataAssetState:
|
|
291
286
|
pulumi.set(self, "freeform_tags", value)
|
292
287
|
|
293
288
|
@_builtins.property
|
294
|
-
@pulumi.getter(name="
|
295
|
-
def
|
296
|
-
"""
|
297
|
-
OCID of Private Endpoint.
|
298
|
-
"""
|
299
|
-
return pulumi.get(self, "private_endpoint_id")
|
300
|
-
|
301
|
-
@private_endpoint_id.setter
|
302
|
-
def private_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
303
|
-
pulumi.set(self, "private_endpoint_id", value)
|
304
|
-
|
305
|
-
@_builtins.property
|
306
|
-
@pulumi.getter(name="projectId")
|
307
|
-
def project_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
289
|
+
@pulumi.getter(name="softwareVersion")
|
290
|
+
def software_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
308
291
|
"""
|
309
|
-
The
|
292
|
+
The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
|
310
293
|
|
311
294
|
|
312
295
|
** IMPORTANT **
|
313
296
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
314
297
|
"""
|
315
|
-
return pulumi.get(self, "
|
298
|
+
return pulumi.get(self, "software_version")
|
316
299
|
|
317
|
-
@
|
318
|
-
def
|
319
|
-
pulumi.set(self, "
|
300
|
+
@software_version.setter
|
301
|
+
def software_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
302
|
+
pulumi.set(self, "software_version", value)
|
320
303
|
|
321
304
|
@_builtins.property
|
322
305
|
@pulumi.getter
|
323
306
|
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
324
307
|
"""
|
325
|
-
The
|
308
|
+
The current state of the Oracle Cloud Infrastructure Cache Config Set.
|
326
309
|
"""
|
327
310
|
return pulumi.get(self, "state")
|
328
311
|
|
@@ -346,7 +329,7 @@ class _DataAssetState:
|
|
346
329
|
@pulumi.getter(name="timeCreated")
|
347
330
|
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
348
331
|
"""
|
349
|
-
The time the
|
332
|
+
The date and time the Oracle Cloud Infrastructure Cache Config Set was created. An [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
350
333
|
"""
|
351
334
|
return pulumi.get(self, "time_created")
|
352
335
|
|
@@ -358,7 +341,7 @@ class _DataAssetState:
|
|
358
341
|
@pulumi.getter(name="timeUpdated")
|
359
342
|
def time_updated(self) -> Optional[pulumi.Input[_builtins.str]]:
|
360
343
|
"""
|
361
|
-
The time the
|
344
|
+
The date and time the Oracle Cloud Infrastructure Cache Config Set was updated. An [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
362
345
|
"""
|
363
346
|
return pulumi.get(self, "time_updated")
|
364
347
|
|
@@ -367,25 +350,24 @@ class _DataAssetState:
|
|
367
350
|
pulumi.set(self, "time_updated", value)
|
368
351
|
|
369
352
|
|
370
|
-
@pulumi.type_token("oci:
|
371
|
-
class
|
353
|
+
@pulumi.type_token("oci:Redis/ociCacheConfigSet:OciCacheConfigSet")
|
354
|
+
class OciCacheConfigSet(pulumi.CustomResource):
|
372
355
|
@overload
|
373
356
|
def __init__(__self__,
|
374
357
|
resource_name: str,
|
375
358
|
opts: Optional[pulumi.ResourceOptions] = None,
|
376
359
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
377
|
-
|
360
|
+
configuration_details: Optional[pulumi.Input[Union['OciCacheConfigSetConfigurationDetailsArgs', 'OciCacheConfigSetConfigurationDetailsArgsDict']]] = None,
|
378
361
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
379
362
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
380
363
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
381
364
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
382
|
-
|
383
|
-
project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
365
|
+
software_version: Optional[pulumi.Input[_builtins.str]] = None,
|
384
366
|
__props__=None):
|
385
367
|
"""
|
386
|
-
This resource provides the
|
368
|
+
This resource provides the Oci Cache Config Set resource in Oracle Cloud Infrastructure Redis service.
|
387
369
|
|
388
|
-
|
370
|
+
Create a new Oracle Cloud Infrastructure Cache Config Set for the given Oracle Cloud Infrastructure cache engine version.
|
389
371
|
|
390
372
|
## Example Usage
|
391
373
|
|
@@ -393,66 +375,42 @@ class DataAsset(pulumi.CustomResource):
|
|
393
375
|
import pulumi
|
394
376
|
import pulumi_oci as oci
|
395
377
|
|
396
|
-
|
378
|
+
test_oci_cache_config_set = oci.redis.OciCacheConfigSet("test_oci_cache_config_set",
|
397
379
|
compartment_id=compartment_id,
|
398
|
-
|
399
|
-
"
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
"cwallet_file_secret_id": test_secret["id"],
|
404
|
-
"database_name": test_database["name"],
|
405
|
-
"ewallet_file_secret_id": test_secret["id"],
|
406
|
-
"key_store_file_secret_id": test_secret["id"],
|
407
|
-
"measurement_name": data_asset_data_source_details_measurement_name,
|
408
|
-
"namespace": data_asset_data_source_details_namespace,
|
409
|
-
"object": data_asset_data_source_details_object,
|
410
|
-
"ojdbc_file_secret_id": test_secret["id"],
|
411
|
-
"password_secret_id": test_secret["id"],
|
412
|
-
"table_name": test_table["name"],
|
413
|
-
"tnsnames_file_secret_id": test_secret["id"],
|
414
|
-
"truststore_file_secret_id": test_secret["id"],
|
415
|
-
"url": data_asset_data_source_details_url,
|
416
|
-
"user_name": test_user["name"],
|
417
|
-
"version_specific_details": {
|
418
|
-
"influx_version": data_asset_data_source_details_version_specific_details_influx_version,
|
419
|
-
"bucket": data_asset_data_source_details_version_specific_details_bucket,
|
420
|
-
"database_name": test_database["name"],
|
421
|
-
"organization_name": data_asset_data_source_details_version_specific_details_organization_name,
|
422
|
-
"retention_policy_name": test_policy["name"],
|
423
|
-
},
|
424
|
-
"wallet_password_secret_id": test_secret["id"],
|
380
|
+
configuration_details={
|
381
|
+
"items": [{
|
382
|
+
"config_key": oci_cache_config_set_configuration_details_items_config_key,
|
383
|
+
"config_value": oci_cache_config_set_configuration_details_items_config_value,
|
384
|
+
}],
|
425
385
|
},
|
426
|
-
|
386
|
+
display_name=oci_cache_config_set_display_name,
|
387
|
+
software_version=oci_cache_config_set_software_version,
|
427
388
|
defined_tags={
|
428
389
|
"foo-namespace.bar-key": "value",
|
429
390
|
},
|
430
|
-
description=
|
431
|
-
display_name=data_asset_display_name,
|
391
|
+
description=oci_cache_config_set_description,
|
432
392
|
freeform_tags={
|
433
393
|
"bar-key": "value",
|
434
|
-
}
|
435
|
-
private_endpoint_id=test_private_endpoint["id"])
|
394
|
+
})
|
436
395
|
```
|
437
396
|
|
438
397
|
## Import
|
439
398
|
|
440
|
-
|
399
|
+
OciCacheConfigSets can be imported using the `id`, e.g.
|
441
400
|
|
442
401
|
```sh
|
443
|
-
$ pulumi import oci:
|
402
|
+
$ pulumi import oci:Redis/ociCacheConfigSet:OciCacheConfigSet test_oci_cache_config_set "id"
|
444
403
|
```
|
445
404
|
|
446
405
|
:param str resource_name: The name of the resource.
|
447
406
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
448
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID
|
449
|
-
:param pulumi.Input[Union['
|
407
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment that contains the Oracle Cloud Infrastructure Cache Config Set.
|
408
|
+
:param pulumi.Input[Union['OciCacheConfigSetConfigurationDetailsArgs', 'OciCacheConfigSetConfigurationDetailsArgsDict']] configuration_details: List of Oracle Cloud Infrastructure Cache Config Set Values.
|
450
409
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
451
|
-
:param pulumi.Input[_builtins.str] description: (Updatable)
|
452
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly
|
410
|
+
:param pulumi.Input[_builtins.str] description: (Updatable) Description for the custom Oracle Cloud Infrastructure Cache Config Set.
|
411
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
453
412
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
454
|
-
:param pulumi.Input[_builtins.str]
|
455
|
-
:param pulumi.Input[_builtins.str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the data asset.
|
413
|
+
:param pulumi.Input[_builtins.str] software_version: The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
|
456
414
|
|
457
415
|
|
458
416
|
** IMPORTANT **
|
@@ -462,12 +420,12 @@ class DataAsset(pulumi.CustomResource):
|
|
462
420
|
@overload
|
463
421
|
def __init__(__self__,
|
464
422
|
resource_name: str,
|
465
|
-
args:
|
423
|
+
args: OciCacheConfigSetArgs,
|
466
424
|
opts: Optional[pulumi.ResourceOptions] = None):
|
467
425
|
"""
|
468
|
-
This resource provides the
|
426
|
+
This resource provides the Oci Cache Config Set resource in Oracle Cloud Infrastructure Redis service.
|
469
427
|
|
470
|
-
|
428
|
+
Create a new Oracle Cloud Infrastructure Cache Config Set for the given Oracle Cloud Infrastructure cache engine version.
|
471
429
|
|
472
430
|
## Example Usage
|
473
431
|
|
@@ -475,63 +433,40 @@ class DataAsset(pulumi.CustomResource):
|
|
475
433
|
import pulumi
|
476
434
|
import pulumi_oci as oci
|
477
435
|
|
478
|
-
|
436
|
+
test_oci_cache_config_set = oci.redis.OciCacheConfigSet("test_oci_cache_config_set",
|
479
437
|
compartment_id=compartment_id,
|
480
|
-
|
481
|
-
"
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
"cwallet_file_secret_id": test_secret["id"],
|
486
|
-
"database_name": test_database["name"],
|
487
|
-
"ewallet_file_secret_id": test_secret["id"],
|
488
|
-
"key_store_file_secret_id": test_secret["id"],
|
489
|
-
"measurement_name": data_asset_data_source_details_measurement_name,
|
490
|
-
"namespace": data_asset_data_source_details_namespace,
|
491
|
-
"object": data_asset_data_source_details_object,
|
492
|
-
"ojdbc_file_secret_id": test_secret["id"],
|
493
|
-
"password_secret_id": test_secret["id"],
|
494
|
-
"table_name": test_table["name"],
|
495
|
-
"tnsnames_file_secret_id": test_secret["id"],
|
496
|
-
"truststore_file_secret_id": test_secret["id"],
|
497
|
-
"url": data_asset_data_source_details_url,
|
498
|
-
"user_name": test_user["name"],
|
499
|
-
"version_specific_details": {
|
500
|
-
"influx_version": data_asset_data_source_details_version_specific_details_influx_version,
|
501
|
-
"bucket": data_asset_data_source_details_version_specific_details_bucket,
|
502
|
-
"database_name": test_database["name"],
|
503
|
-
"organization_name": data_asset_data_source_details_version_specific_details_organization_name,
|
504
|
-
"retention_policy_name": test_policy["name"],
|
505
|
-
},
|
506
|
-
"wallet_password_secret_id": test_secret["id"],
|
438
|
+
configuration_details={
|
439
|
+
"items": [{
|
440
|
+
"config_key": oci_cache_config_set_configuration_details_items_config_key,
|
441
|
+
"config_value": oci_cache_config_set_configuration_details_items_config_value,
|
442
|
+
}],
|
507
443
|
},
|
508
|
-
|
444
|
+
display_name=oci_cache_config_set_display_name,
|
445
|
+
software_version=oci_cache_config_set_software_version,
|
509
446
|
defined_tags={
|
510
447
|
"foo-namespace.bar-key": "value",
|
511
448
|
},
|
512
|
-
description=
|
513
|
-
display_name=data_asset_display_name,
|
449
|
+
description=oci_cache_config_set_description,
|
514
450
|
freeform_tags={
|
515
451
|
"bar-key": "value",
|
516
|
-
}
|
517
|
-
private_endpoint_id=test_private_endpoint["id"])
|
452
|
+
})
|
518
453
|
```
|
519
454
|
|
520
455
|
## Import
|
521
456
|
|
522
|
-
|
457
|
+
OciCacheConfigSets can be imported using the `id`, e.g.
|
523
458
|
|
524
459
|
```sh
|
525
|
-
$ pulumi import oci:
|
460
|
+
$ pulumi import oci:Redis/ociCacheConfigSet:OciCacheConfigSet test_oci_cache_config_set "id"
|
526
461
|
```
|
527
462
|
|
528
463
|
:param str resource_name: The name of the resource.
|
529
|
-
:param
|
464
|
+
:param OciCacheConfigSetArgs args: The arguments to use to populate this resource's properties.
|
530
465
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
531
466
|
"""
|
532
467
|
...
|
533
468
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
534
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
469
|
+
resource_args, opts = _utilities.get_resource_args_opts(OciCacheConfigSetArgs, pulumi.ResourceOptions, *args, **kwargs)
|
535
470
|
if resource_args is not None:
|
536
471
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
537
472
|
else:
|
@@ -541,13 +476,12 @@ class DataAsset(pulumi.CustomResource):
|
|
541
476
|
resource_name: str,
|
542
477
|
opts: Optional[pulumi.ResourceOptions] = None,
|
543
478
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
544
|
-
|
479
|
+
configuration_details: Optional[pulumi.Input[Union['OciCacheConfigSetConfigurationDetailsArgs', 'OciCacheConfigSetConfigurationDetailsArgsDict']]] = None,
|
545
480
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
546
481
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
547
482
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
548
483
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
549
|
-
|
550
|
-
project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
484
|
+
software_version: Optional[pulumi.Input[_builtins.str]] = None,
|
551
485
|
__props__=None):
|
552
486
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
553
487
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -555,28 +489,30 @@ class DataAsset(pulumi.CustomResource):
|
|
555
489
|
if opts.id is None:
|
556
490
|
if __props__ is not None:
|
557
491
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
558
|
-
__props__ =
|
492
|
+
__props__ = OciCacheConfigSetArgs.__new__(OciCacheConfigSetArgs)
|
559
493
|
|
560
494
|
if compartment_id is None and not opts.urn:
|
561
495
|
raise TypeError("Missing required property 'compartment_id'")
|
562
496
|
__props__.__dict__["compartment_id"] = compartment_id
|
563
|
-
if
|
564
|
-
raise TypeError("Missing required property '
|
565
|
-
__props__.__dict__["
|
497
|
+
if configuration_details is None and not opts.urn:
|
498
|
+
raise TypeError("Missing required property 'configuration_details'")
|
499
|
+
__props__.__dict__["configuration_details"] = configuration_details
|
566
500
|
__props__.__dict__["defined_tags"] = defined_tags
|
567
501
|
__props__.__dict__["description"] = description
|
502
|
+
if display_name is None and not opts.urn:
|
503
|
+
raise TypeError("Missing required property 'display_name'")
|
568
504
|
__props__.__dict__["display_name"] = display_name
|
569
505
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
__props__.__dict__["
|
506
|
+
if software_version is None and not opts.urn:
|
507
|
+
raise TypeError("Missing required property 'software_version'")
|
508
|
+
__props__.__dict__["software_version"] = software_version
|
509
|
+
__props__.__dict__["default_config_set_id"] = None
|
574
510
|
__props__.__dict__["state"] = None
|
575
511
|
__props__.__dict__["system_tags"] = None
|
576
512
|
__props__.__dict__["time_created"] = None
|
577
513
|
__props__.__dict__["time_updated"] = None
|
578
|
-
super(
|
579
|
-
'oci:
|
514
|
+
super(OciCacheConfigSet, __self__).__init__(
|
515
|
+
'oci:Redis/ociCacheConfigSet:OciCacheConfigSet',
|
580
516
|
resource_name,
|
581
517
|
__props__,
|
582
518
|
opts)
|
@@ -586,74 +522,82 @@ class DataAsset(pulumi.CustomResource):
|
|
586
522
|
id: pulumi.Input[str],
|
587
523
|
opts: Optional[pulumi.ResourceOptions] = None,
|
588
524
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
589
|
-
|
525
|
+
configuration_details: Optional[pulumi.Input[Union['OciCacheConfigSetConfigurationDetailsArgs', 'OciCacheConfigSetConfigurationDetailsArgsDict']]] = None,
|
526
|
+
default_config_set_id: Optional[pulumi.Input[_builtins.str]] = None,
|
590
527
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
591
528
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
592
529
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
593
530
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
594
|
-
|
595
|
-
project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
531
|
+
software_version: Optional[pulumi.Input[_builtins.str]] = None,
|
596
532
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
597
533
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
598
534
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
599
|
-
time_updated: Optional[pulumi.Input[_builtins.str]] = None) -> '
|
535
|
+
time_updated: Optional[pulumi.Input[_builtins.str]] = None) -> 'OciCacheConfigSet':
|
600
536
|
"""
|
601
|
-
Get an existing
|
537
|
+
Get an existing OciCacheConfigSet resource's state with the given name, id, and optional extra
|
602
538
|
properties used to qualify the lookup.
|
603
539
|
|
604
540
|
:param str resource_name: The unique name of the resulting resource.
|
605
541
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
606
542
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
607
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID
|
608
|
-
:param pulumi.Input[Union['
|
543
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment that contains the Oracle Cloud Infrastructure Cache Config Set.
|
544
|
+
:param pulumi.Input[Union['OciCacheConfigSetConfigurationDetailsArgs', 'OciCacheConfigSetConfigurationDetailsArgsDict']] configuration_details: List of Oracle Cloud Infrastructure Cache Config Set Values.
|
545
|
+
:param pulumi.Input[_builtins.str] default_config_set_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the default Oracle Cloud Infrastructure Cache Config Set which the custom Oracle Cloud Infrastructure Cache Config Set is based upon.
|
609
546
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
610
|
-
:param pulumi.Input[_builtins.str] description: (Updatable)
|
611
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly
|
547
|
+
:param pulumi.Input[_builtins.str] description: (Updatable) Description for the custom Oracle Cloud Infrastructure Cache Config Set.
|
548
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
612
549
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
613
|
-
:param pulumi.Input[_builtins.str]
|
614
|
-
:param pulumi.Input[_builtins.str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the data asset.
|
550
|
+
:param pulumi.Input[_builtins.str] software_version: The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
|
615
551
|
|
616
552
|
|
617
553
|
** IMPORTANT **
|
618
554
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
619
|
-
:param pulumi.Input[_builtins.str] state: The
|
555
|
+
:param pulumi.Input[_builtins.str] state: The current state of the Oracle Cloud Infrastructure Cache Config Set.
|
620
556
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
621
|
-
:param pulumi.Input[_builtins.str] time_created: The time the
|
622
|
-
:param pulumi.Input[_builtins.str] time_updated: The time the
|
557
|
+
:param pulumi.Input[_builtins.str] time_created: The date and time the Oracle Cloud Infrastructure Cache Config Set was created. An [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
558
|
+
:param pulumi.Input[_builtins.str] time_updated: The date and time the Oracle Cloud Infrastructure Cache Config Set was updated. An [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
623
559
|
"""
|
624
560
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
625
561
|
|
626
|
-
__props__ =
|
562
|
+
__props__ = _OciCacheConfigSetState.__new__(_OciCacheConfigSetState)
|
627
563
|
|
628
564
|
__props__.__dict__["compartment_id"] = compartment_id
|
629
|
-
__props__.__dict__["
|
565
|
+
__props__.__dict__["configuration_details"] = configuration_details
|
566
|
+
__props__.__dict__["default_config_set_id"] = default_config_set_id
|
630
567
|
__props__.__dict__["defined_tags"] = defined_tags
|
631
568
|
__props__.__dict__["description"] = description
|
632
569
|
__props__.__dict__["display_name"] = display_name
|
633
570
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
634
|
-
__props__.__dict__["
|
635
|
-
__props__.__dict__["project_id"] = project_id
|
571
|
+
__props__.__dict__["software_version"] = software_version
|
636
572
|
__props__.__dict__["state"] = state
|
637
573
|
__props__.__dict__["system_tags"] = system_tags
|
638
574
|
__props__.__dict__["time_created"] = time_created
|
639
575
|
__props__.__dict__["time_updated"] = time_updated
|
640
|
-
return
|
576
|
+
return OciCacheConfigSet(resource_name, opts=opts, __props__=__props__)
|
641
577
|
|
642
578
|
@_builtins.property
|
643
579
|
@pulumi.getter(name="compartmentId")
|
644
580
|
def compartment_id(self) -> pulumi.Output[_builtins.str]:
|
645
581
|
"""
|
646
|
-
(Updatable) The OCID
|
582
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment that contains the Oracle Cloud Infrastructure Cache Config Set.
|
647
583
|
"""
|
648
584
|
return pulumi.get(self, "compartment_id")
|
649
585
|
|
650
586
|
@_builtins.property
|
651
|
-
@pulumi.getter(name="
|
652
|
-
def
|
587
|
+
@pulumi.getter(name="configurationDetails")
|
588
|
+
def configuration_details(self) -> pulumi.Output['outputs.OciCacheConfigSetConfigurationDetails']:
|
589
|
+
"""
|
590
|
+
List of Oracle Cloud Infrastructure Cache Config Set Values.
|
591
|
+
"""
|
592
|
+
return pulumi.get(self, "configuration_details")
|
593
|
+
|
594
|
+
@_builtins.property
|
595
|
+
@pulumi.getter(name="defaultConfigSetId")
|
596
|
+
def default_config_set_id(self) -> pulumi.Output[_builtins.str]:
|
653
597
|
"""
|
654
|
-
|
598
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the default Oracle Cloud Infrastructure Cache Config Set which the custom Oracle Cloud Infrastructure Cache Config Set is based upon.
|
655
599
|
"""
|
656
|
-
return pulumi.get(self, "
|
600
|
+
return pulumi.get(self, "default_config_set_id")
|
657
601
|
|
658
602
|
@_builtins.property
|
659
603
|
@pulumi.getter(name="definedTags")
|
@@ -667,7 +611,7 @@ class DataAsset(pulumi.CustomResource):
|
|
667
611
|
@pulumi.getter
|
668
612
|
def description(self) -> pulumi.Output[_builtins.str]:
|
669
613
|
"""
|
670
|
-
(Updatable)
|
614
|
+
(Updatable) Description for the custom Oracle Cloud Infrastructure Cache Config Set.
|
671
615
|
"""
|
672
616
|
return pulumi.get(self, "description")
|
673
617
|
|
@@ -675,7 +619,7 @@ class DataAsset(pulumi.CustomResource):
|
|
675
619
|
@pulumi.getter(name="displayName")
|
676
620
|
def display_name(self) -> pulumi.Output[_builtins.str]:
|
677
621
|
"""
|
678
|
-
(Updatable) A user-friendly
|
622
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
679
623
|
"""
|
680
624
|
return pulumi.get(self, "display_name")
|
681
625
|
|
@@ -688,30 +632,22 @@ class DataAsset(pulumi.CustomResource):
|
|
688
632
|
return pulumi.get(self, "freeform_tags")
|
689
633
|
|
690
634
|
@_builtins.property
|
691
|
-
@pulumi.getter(name="
|
692
|
-
def
|
693
|
-
"""
|
694
|
-
OCID of Private Endpoint.
|
695
|
-
"""
|
696
|
-
return pulumi.get(self, "private_endpoint_id")
|
697
|
-
|
698
|
-
@_builtins.property
|
699
|
-
@pulumi.getter(name="projectId")
|
700
|
-
def project_id(self) -> pulumi.Output[_builtins.str]:
|
635
|
+
@pulumi.getter(name="softwareVersion")
|
636
|
+
def software_version(self) -> pulumi.Output[_builtins.str]:
|
701
637
|
"""
|
702
|
-
The
|
638
|
+
The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
|
703
639
|
|
704
640
|
|
705
641
|
** IMPORTANT **
|
706
642
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
707
643
|
"""
|
708
|
-
return pulumi.get(self, "
|
644
|
+
return pulumi.get(self, "software_version")
|
709
645
|
|
710
646
|
@_builtins.property
|
711
647
|
@pulumi.getter
|
712
648
|
def state(self) -> pulumi.Output[_builtins.str]:
|
713
649
|
"""
|
714
|
-
The
|
650
|
+
The current state of the Oracle Cloud Infrastructure Cache Config Set.
|
715
651
|
"""
|
716
652
|
return pulumi.get(self, "state")
|
717
653
|
|
@@ -727,7 +663,7 @@ class DataAsset(pulumi.CustomResource):
|
|
727
663
|
@pulumi.getter(name="timeCreated")
|
728
664
|
def time_created(self) -> pulumi.Output[_builtins.str]:
|
729
665
|
"""
|
730
|
-
The time the
|
666
|
+
The date and time the Oracle Cloud Infrastructure Cache Config Set was created. An [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
731
667
|
"""
|
732
668
|
return pulumi.get(self, "time_created")
|
733
669
|
|
@@ -735,7 +671,7 @@ class DataAsset(pulumi.CustomResource):
|
|
735
671
|
@pulumi.getter(name="timeUpdated")
|
736
672
|
def time_updated(self) -> pulumi.Output[_builtins.str]:
|
737
673
|
"""
|
738
|
-
The time the
|
674
|
+
The date and time the Oracle Cloud Infrastructure Cache Config Set was updated. An [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
739
675
|
"""
|
740
676
|
return pulumi.get(self, "time_updated")
|
741
677
|
|