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
pulumi_oci/redis/_inputs.py
CHANGED
@@ -15,6 +15,12 @@ else:
|
|
15
15
|
from .. import _utilities
|
16
16
|
|
17
17
|
__all__ = [
|
18
|
+
'OciCacheConfigSetConfigurationDetailsArgs',
|
19
|
+
'OciCacheConfigSetConfigurationDetailsArgsDict',
|
20
|
+
'OciCacheConfigSetConfigurationDetailsItemArgs',
|
21
|
+
'OciCacheConfigSetConfigurationDetailsItemArgsDict',
|
22
|
+
'OciCacheConfigSetlistAssociatedOciCacheClusterItemArgs',
|
23
|
+
'OciCacheConfigSetlistAssociatedOciCacheClusterItemArgsDict',
|
18
24
|
'OciCacheUserAuthenticationModeArgs',
|
19
25
|
'OciCacheUserAuthenticationModeArgsDict',
|
20
26
|
'OciCacheUserGetRedisClusterOciCacheClusterArgs',
|
@@ -25,6 +31,10 @@ __all__ = [
|
|
25
31
|
'RedisClusterNodeCollectionArgsDict',
|
26
32
|
'RedisClusterNodeCollectionItemArgs',
|
27
33
|
'RedisClusterNodeCollectionItemArgsDict',
|
34
|
+
'GetOciCacheConfigSetsFilterArgs',
|
35
|
+
'GetOciCacheConfigSetsFilterArgsDict',
|
36
|
+
'GetOciCacheDefaultConfigSetsFilterArgs',
|
37
|
+
'GetOciCacheDefaultConfigSetsFilterArgsDict',
|
28
38
|
'GetOciCacheUsersFilterArgs',
|
29
39
|
'GetOciCacheUsersFilterArgsDict',
|
30
40
|
'GetRedisClusterNodesFilterArgs',
|
@@ -35,6 +45,119 @@ __all__ = [
|
|
35
45
|
|
36
46
|
MYPY = False
|
37
47
|
|
48
|
+
if not MYPY:
|
49
|
+
class OciCacheConfigSetConfigurationDetailsArgsDict(TypedDict):
|
50
|
+
items: pulumi.Input[Sequence[pulumi.Input['OciCacheConfigSetConfigurationDetailsItemArgsDict']]]
|
51
|
+
"""
|
52
|
+
List of ConfigurationInfo objects.
|
53
|
+
"""
|
54
|
+
elif False:
|
55
|
+
OciCacheConfigSetConfigurationDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
56
|
+
|
57
|
+
@pulumi.input_type
|
58
|
+
class OciCacheConfigSetConfigurationDetailsArgs:
|
59
|
+
def __init__(__self__, *,
|
60
|
+
items: pulumi.Input[Sequence[pulumi.Input['OciCacheConfigSetConfigurationDetailsItemArgs']]]):
|
61
|
+
"""
|
62
|
+
:param pulumi.Input[Sequence[pulumi.Input['OciCacheConfigSetConfigurationDetailsItemArgs']]] items: List of ConfigurationInfo objects.
|
63
|
+
"""
|
64
|
+
pulumi.set(__self__, "items", items)
|
65
|
+
|
66
|
+
@_builtins.property
|
67
|
+
@pulumi.getter
|
68
|
+
def items(self) -> pulumi.Input[Sequence[pulumi.Input['OciCacheConfigSetConfigurationDetailsItemArgs']]]:
|
69
|
+
"""
|
70
|
+
List of ConfigurationInfo objects.
|
71
|
+
"""
|
72
|
+
return pulumi.get(self, "items")
|
73
|
+
|
74
|
+
@items.setter
|
75
|
+
def items(self, value: pulumi.Input[Sequence[pulumi.Input['OciCacheConfigSetConfigurationDetailsItemArgs']]]):
|
76
|
+
pulumi.set(self, "items", value)
|
77
|
+
|
78
|
+
|
79
|
+
if not MYPY:
|
80
|
+
class OciCacheConfigSetConfigurationDetailsItemArgsDict(TypedDict):
|
81
|
+
config_key: pulumi.Input[_builtins.str]
|
82
|
+
"""
|
83
|
+
Key is the configuration key.
|
84
|
+
"""
|
85
|
+
config_value: pulumi.Input[_builtins.str]
|
86
|
+
"""
|
87
|
+
Value of the configuration as a string. Can represent a string, boolean, or number. Example: "true", "42", or "someString".
|
88
|
+
"""
|
89
|
+
elif False:
|
90
|
+
OciCacheConfigSetConfigurationDetailsItemArgsDict: TypeAlias = Mapping[str, Any]
|
91
|
+
|
92
|
+
@pulumi.input_type
|
93
|
+
class OciCacheConfigSetConfigurationDetailsItemArgs:
|
94
|
+
def __init__(__self__, *,
|
95
|
+
config_key: pulumi.Input[_builtins.str],
|
96
|
+
config_value: pulumi.Input[_builtins.str]):
|
97
|
+
"""
|
98
|
+
:param pulumi.Input[_builtins.str] config_key: Key is the configuration key.
|
99
|
+
:param pulumi.Input[_builtins.str] config_value: Value of the configuration as a string. Can represent a string, boolean, or number. Example: "true", "42", or "someString".
|
100
|
+
"""
|
101
|
+
pulumi.set(__self__, "config_key", config_key)
|
102
|
+
pulumi.set(__self__, "config_value", config_value)
|
103
|
+
|
104
|
+
@_builtins.property
|
105
|
+
@pulumi.getter(name="configKey")
|
106
|
+
def config_key(self) -> pulumi.Input[_builtins.str]:
|
107
|
+
"""
|
108
|
+
Key is the configuration key.
|
109
|
+
"""
|
110
|
+
return pulumi.get(self, "config_key")
|
111
|
+
|
112
|
+
@config_key.setter
|
113
|
+
def config_key(self, value: pulumi.Input[_builtins.str]):
|
114
|
+
pulumi.set(self, "config_key", value)
|
115
|
+
|
116
|
+
@_builtins.property
|
117
|
+
@pulumi.getter(name="configValue")
|
118
|
+
def config_value(self) -> pulumi.Input[_builtins.str]:
|
119
|
+
"""
|
120
|
+
Value of the configuration as a string. Can represent a string, boolean, or number. Example: "true", "42", or "someString".
|
121
|
+
"""
|
122
|
+
return pulumi.get(self, "config_value")
|
123
|
+
|
124
|
+
@config_value.setter
|
125
|
+
def config_value(self, value: pulumi.Input[_builtins.str]):
|
126
|
+
pulumi.set(self, "config_value", value)
|
127
|
+
|
128
|
+
|
129
|
+
if not MYPY:
|
130
|
+
class OciCacheConfigSetlistAssociatedOciCacheClusterItemArgsDict(TypedDict):
|
131
|
+
id: NotRequired[pulumi.Input[_builtins.str]]
|
132
|
+
"""
|
133
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
|
134
|
+
"""
|
135
|
+
elif False:
|
136
|
+
OciCacheConfigSetlistAssociatedOciCacheClusterItemArgsDict: TypeAlias = Mapping[str, Any]
|
137
|
+
|
138
|
+
@pulumi.input_type
|
139
|
+
class OciCacheConfigSetlistAssociatedOciCacheClusterItemArgs:
|
140
|
+
def __init__(__self__, *,
|
141
|
+
id: Optional[pulumi.Input[_builtins.str]] = None):
|
142
|
+
"""
|
143
|
+
:param pulumi.Input[_builtins.str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
|
144
|
+
"""
|
145
|
+
if id is not None:
|
146
|
+
pulumi.set(__self__, "id", id)
|
147
|
+
|
148
|
+
@_builtins.property
|
149
|
+
@pulumi.getter
|
150
|
+
def id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
151
|
+
"""
|
152
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
|
153
|
+
"""
|
154
|
+
return pulumi.get(self, "id")
|
155
|
+
|
156
|
+
@id.setter
|
157
|
+
def id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
158
|
+
pulumi.set(self, "id", value)
|
159
|
+
|
160
|
+
|
38
161
|
if not MYPY:
|
39
162
|
class OciCacheUserAuthenticationModeArgsDict(TypedDict):
|
40
163
|
authentication_type: pulumi.Input[_builtins.str]
|
@@ -254,6 +377,100 @@ class RedisClusterNodeCollectionItemArgs:
|
|
254
377
|
pulumi.set(self, "private_endpoint_ip_address", value)
|
255
378
|
|
256
379
|
|
380
|
+
if not MYPY:
|
381
|
+
class GetOciCacheConfigSetsFilterArgsDict(TypedDict):
|
382
|
+
name: _builtins.str
|
383
|
+
values: Sequence[_builtins.str]
|
384
|
+
regex: NotRequired[_builtins.bool]
|
385
|
+
elif False:
|
386
|
+
GetOciCacheConfigSetsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
387
|
+
|
388
|
+
@pulumi.input_type
|
389
|
+
class GetOciCacheConfigSetsFilterArgs:
|
390
|
+
def __init__(__self__, *,
|
391
|
+
name: _builtins.str,
|
392
|
+
values: Sequence[_builtins.str],
|
393
|
+
regex: Optional[_builtins.bool] = None):
|
394
|
+
pulumi.set(__self__, "name", name)
|
395
|
+
pulumi.set(__self__, "values", values)
|
396
|
+
if regex is not None:
|
397
|
+
pulumi.set(__self__, "regex", regex)
|
398
|
+
|
399
|
+
@_builtins.property
|
400
|
+
@pulumi.getter
|
401
|
+
def name(self) -> _builtins.str:
|
402
|
+
return pulumi.get(self, "name")
|
403
|
+
|
404
|
+
@name.setter
|
405
|
+
def name(self, value: _builtins.str):
|
406
|
+
pulumi.set(self, "name", value)
|
407
|
+
|
408
|
+
@_builtins.property
|
409
|
+
@pulumi.getter
|
410
|
+
def values(self) -> Sequence[_builtins.str]:
|
411
|
+
return pulumi.get(self, "values")
|
412
|
+
|
413
|
+
@values.setter
|
414
|
+
def values(self, value: Sequence[_builtins.str]):
|
415
|
+
pulumi.set(self, "values", value)
|
416
|
+
|
417
|
+
@_builtins.property
|
418
|
+
@pulumi.getter
|
419
|
+
def regex(self) -> Optional[_builtins.bool]:
|
420
|
+
return pulumi.get(self, "regex")
|
421
|
+
|
422
|
+
@regex.setter
|
423
|
+
def regex(self, value: Optional[_builtins.bool]):
|
424
|
+
pulumi.set(self, "regex", value)
|
425
|
+
|
426
|
+
|
427
|
+
if not MYPY:
|
428
|
+
class GetOciCacheDefaultConfigSetsFilterArgsDict(TypedDict):
|
429
|
+
name: _builtins.str
|
430
|
+
values: Sequence[_builtins.str]
|
431
|
+
regex: NotRequired[_builtins.bool]
|
432
|
+
elif False:
|
433
|
+
GetOciCacheDefaultConfigSetsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
434
|
+
|
435
|
+
@pulumi.input_type
|
436
|
+
class GetOciCacheDefaultConfigSetsFilterArgs:
|
437
|
+
def __init__(__self__, *,
|
438
|
+
name: _builtins.str,
|
439
|
+
values: Sequence[_builtins.str],
|
440
|
+
regex: Optional[_builtins.bool] = None):
|
441
|
+
pulumi.set(__self__, "name", name)
|
442
|
+
pulumi.set(__self__, "values", values)
|
443
|
+
if regex is not None:
|
444
|
+
pulumi.set(__self__, "regex", regex)
|
445
|
+
|
446
|
+
@_builtins.property
|
447
|
+
@pulumi.getter
|
448
|
+
def name(self) -> _builtins.str:
|
449
|
+
return pulumi.get(self, "name")
|
450
|
+
|
451
|
+
@name.setter
|
452
|
+
def name(self, value: _builtins.str):
|
453
|
+
pulumi.set(self, "name", value)
|
454
|
+
|
455
|
+
@_builtins.property
|
456
|
+
@pulumi.getter
|
457
|
+
def values(self) -> Sequence[_builtins.str]:
|
458
|
+
return pulumi.get(self, "values")
|
459
|
+
|
460
|
+
@values.setter
|
461
|
+
def values(self, value: Sequence[_builtins.str]):
|
462
|
+
pulumi.set(self, "values", value)
|
463
|
+
|
464
|
+
@_builtins.property
|
465
|
+
@pulumi.getter
|
466
|
+
def regex(self) -> Optional[_builtins.bool]:
|
467
|
+
return pulumi.get(self, "regex")
|
468
|
+
|
469
|
+
@regex.setter
|
470
|
+
def regex(self, value: Optional[_builtins.bool]):
|
471
|
+
pulumi.set(self, "regex", value)
|
472
|
+
|
473
|
+
|
257
474
|
if not MYPY:
|
258
475
|
class GetOciCacheUsersFilterArgsDict(TypedDict):
|
259
476
|
name: _builtins.str
|
pulumi_oci/{aianomalydetection/get_detection_data_asset.py → redis/get_oci_cache_config_set.py}
RENAMED
@@ -16,27 +16,27 @@ from .. import _utilities
|
|
16
16
|
from . import outputs
|
17
17
|
|
18
18
|
__all__ = [
|
19
|
-
'
|
20
|
-
'
|
21
|
-
'
|
22
|
-
'
|
19
|
+
'GetOciCacheConfigSetResult',
|
20
|
+
'AwaitableGetOciCacheConfigSetResult',
|
21
|
+
'get_oci_cache_config_set',
|
22
|
+
'get_oci_cache_config_set_output',
|
23
23
|
]
|
24
24
|
|
25
25
|
@pulumi.output_type
|
26
|
-
class
|
26
|
+
class GetOciCacheConfigSetResult:
|
27
27
|
"""
|
28
|
-
A collection of values returned by
|
28
|
+
A collection of values returned by getOciCacheConfigSet.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, compartment_id=None,
|
30
|
+
def __init__(__self__, compartment_id=None, configuration_details=None, default_config_set_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, oci_cache_config_set_id=None, software_version=None, state=None, system_tags=None, time_created=None, time_updated=None):
|
31
31
|
if compartment_id and not isinstance(compartment_id, str):
|
32
32
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
33
33
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
34
|
-
if
|
35
|
-
raise TypeError("Expected argument '
|
36
|
-
pulumi.set(__self__, "
|
37
|
-
if
|
38
|
-
raise TypeError("Expected argument '
|
39
|
-
pulumi.set(__self__, "
|
34
|
+
if configuration_details and not isinstance(configuration_details, list):
|
35
|
+
raise TypeError("Expected argument 'configuration_details' to be a list")
|
36
|
+
pulumi.set(__self__, "configuration_details", configuration_details)
|
37
|
+
if default_config_set_id and not isinstance(default_config_set_id, str):
|
38
|
+
raise TypeError("Expected argument 'default_config_set_id' to be a str")
|
39
|
+
pulumi.set(__self__, "default_config_set_id", default_config_set_id)
|
40
40
|
if defined_tags and not isinstance(defined_tags, dict):
|
41
41
|
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
42
42
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
@@ -52,12 +52,12 @@ class GetDetectionDataAssetResult:
|
|
52
52
|
if id and not isinstance(id, str):
|
53
53
|
raise TypeError("Expected argument 'id' to be a str")
|
54
54
|
pulumi.set(__self__, "id", id)
|
55
|
-
if
|
56
|
-
raise TypeError("Expected argument '
|
57
|
-
pulumi.set(__self__, "
|
58
|
-
if
|
59
|
-
raise TypeError("Expected argument '
|
60
|
-
pulumi.set(__self__, "
|
55
|
+
if oci_cache_config_set_id and not isinstance(oci_cache_config_set_id, str):
|
56
|
+
raise TypeError("Expected argument 'oci_cache_config_set_id' to be a str")
|
57
|
+
pulumi.set(__self__, "oci_cache_config_set_id", oci_cache_config_set_id)
|
58
|
+
if software_version and not isinstance(software_version, str):
|
59
|
+
raise TypeError("Expected argument 'software_version' to be a str")
|
60
|
+
pulumi.set(__self__, "software_version", software_version)
|
61
61
|
if state and not isinstance(state, str):
|
62
62
|
raise TypeError("Expected argument 'state' to be a str")
|
63
63
|
pulumi.set(__self__, "state", state)
|
@@ -75,22 +75,25 @@ class GetDetectionDataAssetResult:
|
|
75
75
|
@pulumi.getter(name="compartmentId")
|
76
76
|
def compartment_id(self) -> _builtins.str:
|
77
77
|
"""
|
78
|
-
The OCID of the compartment
|
78
|
+
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.
|
79
79
|
"""
|
80
80
|
return pulumi.get(self, "compartment_id")
|
81
81
|
|
82
82
|
@_builtins.property
|
83
|
-
@pulumi.getter(name="
|
84
|
-
def
|
85
|
-
|
83
|
+
@pulumi.getter(name="configurationDetails")
|
84
|
+
def configuration_details(self) -> Sequence['outputs.GetOciCacheConfigSetConfigurationDetailResult']:
|
85
|
+
"""
|
86
|
+
List of Oracle Cloud Infrastructure Cache Config Set Values.
|
87
|
+
"""
|
88
|
+
return pulumi.get(self, "configuration_details")
|
86
89
|
|
87
90
|
@_builtins.property
|
88
|
-
@pulumi.getter(name="
|
89
|
-
def
|
91
|
+
@pulumi.getter(name="defaultConfigSetId")
|
92
|
+
def default_config_set_id(self) -> _builtins.str:
|
90
93
|
"""
|
91
|
-
|
94
|
+
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.
|
92
95
|
"""
|
93
|
-
return pulumi.get(self, "
|
96
|
+
return pulumi.get(self, "default_config_set_id")
|
94
97
|
|
95
98
|
@_builtins.property
|
96
99
|
@pulumi.getter(name="definedTags")
|
@@ -104,7 +107,7 @@ class GetDetectionDataAssetResult:
|
|
104
107
|
@pulumi.getter
|
105
108
|
def description(self) -> _builtins.str:
|
106
109
|
"""
|
107
|
-
A
|
110
|
+
A description of the Oracle Cloud Infrastructure Cache Config Set.
|
108
111
|
"""
|
109
112
|
return pulumi.get(self, "description")
|
110
113
|
|
@@ -128,31 +131,28 @@ class GetDetectionDataAssetResult:
|
|
128
131
|
@pulumi.getter
|
129
132
|
def id(self) -> _builtins.str:
|
130
133
|
"""
|
131
|
-
The
|
134
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the Oracle Cloud Infrastructure Cache Config Set.
|
132
135
|
"""
|
133
136
|
return pulumi.get(self, "id")
|
134
137
|
|
135
138
|
@_builtins.property
|
136
|
-
@pulumi.getter(name="
|
137
|
-
def
|
138
|
-
""
|
139
|
-
OCID of Private Endpoint.
|
140
|
-
"""
|
141
|
-
return pulumi.get(self, "private_endpoint_id")
|
139
|
+
@pulumi.getter(name="ociCacheConfigSetId")
|
140
|
+
def oci_cache_config_set_id(self) -> _builtins.str:
|
141
|
+
return pulumi.get(self, "oci_cache_config_set_id")
|
142
142
|
|
143
143
|
@_builtins.property
|
144
|
-
@pulumi.getter(name="
|
145
|
-
def
|
144
|
+
@pulumi.getter(name="softwareVersion")
|
145
|
+
def software_version(self) -> _builtins.str:
|
146
146
|
"""
|
147
|
-
The
|
147
|
+
The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
|
148
148
|
"""
|
149
|
-
return pulumi.get(self, "
|
149
|
+
return pulumi.get(self, "software_version")
|
150
150
|
|
151
151
|
@_builtins.property
|
152
152
|
@pulumi.getter
|
153
153
|
def state(self) -> _builtins.str:
|
154
154
|
"""
|
155
|
-
The
|
155
|
+
The current state of the Oracle Cloud Infrastructure Cache Config Set.
|
156
156
|
"""
|
157
157
|
return pulumi.get(self, "state")
|
158
158
|
|
@@ -168,7 +168,7 @@ class GetDetectionDataAssetResult:
|
|
168
168
|
@pulumi.getter(name="timeCreated")
|
169
169
|
def time_created(self) -> _builtins.str:
|
170
170
|
"""
|
171
|
-
The time the
|
171
|
+
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.
|
172
172
|
"""
|
173
173
|
return pulumi.get(self, "time_created")
|
174
174
|
|
@@ -176,39 +176,39 @@ class GetDetectionDataAssetResult:
|
|
176
176
|
@pulumi.getter(name="timeUpdated")
|
177
177
|
def time_updated(self) -> _builtins.str:
|
178
178
|
"""
|
179
|
-
The time the
|
179
|
+
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.
|
180
180
|
"""
|
181
181
|
return pulumi.get(self, "time_updated")
|
182
182
|
|
183
183
|
|
184
|
-
class
|
184
|
+
class AwaitableGetOciCacheConfigSetResult(GetOciCacheConfigSetResult):
|
185
185
|
# pylint: disable=using-constant-test
|
186
186
|
def __await__(self):
|
187
187
|
if False:
|
188
188
|
yield self
|
189
|
-
return
|
189
|
+
return GetOciCacheConfigSetResult(
|
190
190
|
compartment_id=self.compartment_id,
|
191
|
-
|
192
|
-
|
191
|
+
configuration_details=self.configuration_details,
|
192
|
+
default_config_set_id=self.default_config_set_id,
|
193
193
|
defined_tags=self.defined_tags,
|
194
194
|
description=self.description,
|
195
195
|
display_name=self.display_name,
|
196
196
|
freeform_tags=self.freeform_tags,
|
197
197
|
id=self.id,
|
198
|
-
|
199
|
-
|
198
|
+
oci_cache_config_set_id=self.oci_cache_config_set_id,
|
199
|
+
software_version=self.software_version,
|
200
200
|
state=self.state,
|
201
201
|
system_tags=self.system_tags,
|
202
202
|
time_created=self.time_created,
|
203
203
|
time_updated=self.time_updated)
|
204
204
|
|
205
205
|
|
206
|
-
def
|
207
|
-
opts: Optional[pulumi.InvokeOptions] = None) ->
|
206
|
+
def get_oci_cache_config_set(oci_cache_config_set_id: Optional[_builtins.str] = None,
|
207
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOciCacheConfigSetResult:
|
208
208
|
"""
|
209
|
-
This data source provides details about a specific
|
209
|
+
This data source provides details about a specific Oci Cache Config Set resource in Oracle Cloud Infrastructure Redis service.
|
210
210
|
|
211
|
-
|
211
|
+
Retrieves the specified Oracle Cloud Infrastructure Cache Config Set.
|
212
212
|
|
213
213
|
## Example Usage
|
214
214
|
|
@@ -216,38 +216,38 @@ def get_detection_data_asset(data_asset_id: Optional[_builtins.str] = None,
|
|
216
216
|
import pulumi
|
217
217
|
import pulumi_oci as oci
|
218
218
|
|
219
|
-
|
219
|
+
test_oci_cache_config_set = oci.Redis.get_oci_cache_config_set(oci_cache_config_set_id=test_oci_cache_config_set_oci_redis_oci_cache_config_set["id"])
|
220
220
|
```
|
221
221
|
|
222
222
|
|
223
|
-
:param _builtins.str
|
223
|
+
:param _builtins.str oci_cache_config_set_id: Unique Oracle Cloud Infrastructure Cache Config Set identifier.
|
224
224
|
"""
|
225
225
|
__args__ = dict()
|
226
|
-
__args__['
|
226
|
+
__args__['ociCacheConfigSetId'] = oci_cache_config_set_id
|
227
227
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
228
|
-
__ret__ = pulumi.runtime.invoke('oci:
|
228
|
+
__ret__ = pulumi.runtime.invoke('oci:Redis/getOciCacheConfigSet:getOciCacheConfigSet', __args__, opts=opts, typ=GetOciCacheConfigSetResult).value
|
229
229
|
|
230
|
-
return
|
230
|
+
return AwaitableGetOciCacheConfigSetResult(
|
231
231
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
232
|
-
|
233
|
-
|
232
|
+
configuration_details=pulumi.get(__ret__, 'configuration_details'),
|
233
|
+
default_config_set_id=pulumi.get(__ret__, 'default_config_set_id'),
|
234
234
|
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
235
235
|
description=pulumi.get(__ret__, 'description'),
|
236
236
|
display_name=pulumi.get(__ret__, 'display_name'),
|
237
237
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
238
238
|
id=pulumi.get(__ret__, 'id'),
|
239
|
-
|
240
|
-
|
239
|
+
oci_cache_config_set_id=pulumi.get(__ret__, 'oci_cache_config_set_id'),
|
240
|
+
software_version=pulumi.get(__ret__, 'software_version'),
|
241
241
|
state=pulumi.get(__ret__, 'state'),
|
242
242
|
system_tags=pulumi.get(__ret__, 'system_tags'),
|
243
243
|
time_created=pulumi.get(__ret__, 'time_created'),
|
244
244
|
time_updated=pulumi.get(__ret__, 'time_updated'))
|
245
|
-
def
|
246
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[
|
245
|
+
def get_oci_cache_config_set_output(oci_cache_config_set_id: Optional[pulumi.Input[_builtins.str]] = None,
|
246
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOciCacheConfigSetResult]:
|
247
247
|
"""
|
248
|
-
This data source provides details about a specific
|
248
|
+
This data source provides details about a specific Oci Cache Config Set resource in Oracle Cloud Infrastructure Redis service.
|
249
249
|
|
250
|
-
|
250
|
+
Retrieves the specified Oracle Cloud Infrastructure Cache Config Set.
|
251
251
|
|
252
252
|
## Example Usage
|
253
253
|
|
@@ -255,27 +255,27 @@ def get_detection_data_asset_output(data_asset_id: Optional[pulumi.Input[_builti
|
|
255
255
|
import pulumi
|
256
256
|
import pulumi_oci as oci
|
257
257
|
|
258
|
-
|
258
|
+
test_oci_cache_config_set = oci.Redis.get_oci_cache_config_set(oci_cache_config_set_id=test_oci_cache_config_set_oci_redis_oci_cache_config_set["id"])
|
259
259
|
```
|
260
260
|
|
261
261
|
|
262
|
-
:param _builtins.str
|
262
|
+
:param _builtins.str oci_cache_config_set_id: Unique Oracle Cloud Infrastructure Cache Config Set identifier.
|
263
263
|
"""
|
264
264
|
__args__ = dict()
|
265
|
-
__args__['
|
265
|
+
__args__['ociCacheConfigSetId'] = oci_cache_config_set_id
|
266
266
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
267
|
-
__ret__ = pulumi.runtime.invoke_output('oci:
|
268
|
-
return __ret__.apply(lambda __response__:
|
267
|
+
__ret__ = pulumi.runtime.invoke_output('oci:Redis/getOciCacheConfigSet:getOciCacheConfigSet', __args__, opts=opts, typ=GetOciCacheConfigSetResult)
|
268
|
+
return __ret__.apply(lambda __response__: GetOciCacheConfigSetResult(
|
269
269
|
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
270
|
-
|
271
|
-
|
270
|
+
configuration_details=pulumi.get(__response__, 'configuration_details'),
|
271
|
+
default_config_set_id=pulumi.get(__response__, 'default_config_set_id'),
|
272
272
|
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
273
273
|
description=pulumi.get(__response__, 'description'),
|
274
274
|
display_name=pulumi.get(__response__, 'display_name'),
|
275
275
|
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
276
276
|
id=pulumi.get(__response__, 'id'),
|
277
|
-
|
278
|
-
|
277
|
+
oci_cache_config_set_id=pulumi.get(__response__, 'oci_cache_config_set_id'),
|
278
|
+
software_version=pulumi.get(__response__, 'software_version'),
|
279
279
|
state=pulumi.get(__response__, 'state'),
|
280
280
|
system_tags=pulumi.get(__response__, 'system_tags'),
|
281
281
|
time_created=pulumi.get(__response__, 'time_created'),
|