pulumi-oci 3.8.0a1758168665__py3-none-any.whl → 3.9.0__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 +24 -0
- pulumi_oci/database/__init__.py +1 -0
- pulumi_oci/database/_inputs.py +550 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
- pulumi_oci/database/cloud_exadata_infrastructure_configure_exascale_management.py +1308 -0
- pulumi_oci/database/cloud_vm_cluster.py +77 -0
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +29 -1
- pulumi_oci/database/outputs.py +515 -0
- pulumi_oci/datasafe/_inputs.py +180 -0
- pulumi_oci/datasafe/audit_policy_management.py +7 -7
- pulumi_oci/datasafe/audit_trail_management.py +2 -0
- pulumi_oci/datasafe/discovery_jobs_result.py +40 -0
- pulumi_oci/datasafe/get_data_safe_configuration.py +2 -2
- pulumi_oci/datasafe/get_discovery_jobs_result.py +29 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +23 -1
- pulumi_oci/datasafe/get_masking_reports.py +20 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +16 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +26 -3
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +30 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +44 -3
- pulumi_oci/datasafe/outputs.py +400 -2
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +58 -0
- pulumi_oci/jms/__init__.py +16 -0
- pulumi_oci/jms/_inputs.py +2068 -29
- pulumi_oci/jms/fleet.py +56 -0
- pulumi_oci/jms/get_fleet.py +29 -1
- pulumi_oci/jms/get_fleet_containers.py +289 -0
- pulumi_oci/jms/get_fleet_export_setting.py +16 -1
- pulumi_oci/jms/get_fleet_library_applications.py +280 -0
- pulumi_oci/jms/get_fleet_library_managed_instances.py +280 -0
- pulumi_oci/jms/get_fleet_summarize_library_inventory.py +211 -0
- pulumi_oci/jms/get_fleet_uncorrelated_package_applications.py +239 -0
- pulumi_oci/jms/get_fleet_uncorrelated_package_managed_instances.py +242 -0
- pulumi_oci/jms/get_fleet_uncorrelated_packages.py +242 -0
- pulumi_oci/jms/get_java_family.py +15 -1
- pulumi_oci/jms/get_jms_plugin.py +2 -2
- pulumi_oci/jms/get_jms_plugins.py +4 -4
- pulumi_oci/jms/get_task_schedule.py +262 -0
- pulumi_oci/jms/get_task_schedules.py +218 -0
- pulumi_oci/jms/get_utils_analyze_applications_configuration.py +153 -0
- pulumi_oci/jms/get_utils_java_migration_analysi.py +316 -0
- pulumi_oci/jms/get_utils_java_migration_analysis.py +177 -0
- pulumi_oci/jms/get_utils_performance_tuning_analysi.py +274 -0
- pulumi_oci/jms/get_utils_performance_tuning_analysis.py +196 -0
- pulumi_oci/jms/get_utils_subscription_acknowledgment_configuration.py +161 -0
- pulumi_oci/jms/jms_plugin.py +36 -15
- pulumi_oci/jms/outputs.py +8500 -3920
- pulumi_oci/jms/task_schedule.py +658 -0
- pulumi_oci/marketplace/__init__.py +2 -0
- pulumi_oci/marketplace/_inputs.py +49 -0
- pulumi_oci/marketplace/get_marketplace_metadata_public_keys.py +144 -0
- pulumi_oci/marketplace/marketplace_external_attested_metadata.py +298 -0
- pulumi_oci/marketplace/outputs.py +124 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/get_redis_cluster.py +29 -1
- pulumi_oci/redis/outputs.py +22 -0
- pulumi_oci/redis/redis_cluster.py +56 -0
- {pulumi_oci-3.8.0a1758168665.dist-info → pulumi_oci-3.9.0.dist-info}/METADATA +1 -1
- {pulumi_oci-3.8.0a1758168665.dist-info → pulumi_oci-3.9.0.dist-info}/RECORD +62 -43
- {pulumi_oci-3.8.0a1758168665.dist-info → pulumi_oci-3.9.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.8.0a1758168665.dist-info → pulumi_oci-3.9.0.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class GetRedisClusterResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getRedisCluster.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, cluster_mode=None, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, lifecycle_details=None, node_collections=None, node_count=None, node_memory_in_gbs=None, nsg_ids=None, oci_cache_config_set_id=None, primary_endpoint_ip_address=None, primary_fqdn=None, redis_cluster_id=None, replicas_endpoint_ip_address=None, replicas_fqdn=None, shard_count=None, software_version=None, state=None, subnet_id=None, system_tags=None, time_created=None, time_updated=None):
|
30
|
+
def __init__(__self__, cluster_mode=None, compartment_id=None, defined_tags=None, discovery_endpoint_ip_address=None, discovery_fqdn=None, display_name=None, freeform_tags=None, id=None, lifecycle_details=None, node_collections=None, node_count=None, node_memory_in_gbs=None, nsg_ids=None, oci_cache_config_set_id=None, primary_endpoint_ip_address=None, primary_fqdn=None, redis_cluster_id=None, replicas_endpoint_ip_address=None, replicas_fqdn=None, shard_count=None, software_version=None, state=None, subnet_id=None, system_tags=None, time_created=None, time_updated=None):
|
31
31
|
if cluster_mode and not isinstance(cluster_mode, str):
|
32
32
|
raise TypeError("Expected argument 'cluster_mode' to be a str")
|
33
33
|
pulumi.set(__self__, "cluster_mode", cluster_mode)
|
@@ -37,6 +37,12 @@ class GetRedisClusterResult:
|
|
37
37
|
if defined_tags and not isinstance(defined_tags, dict):
|
38
38
|
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
39
39
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
40
|
+
if discovery_endpoint_ip_address and not isinstance(discovery_endpoint_ip_address, str):
|
41
|
+
raise TypeError("Expected argument 'discovery_endpoint_ip_address' to be a str")
|
42
|
+
pulumi.set(__self__, "discovery_endpoint_ip_address", discovery_endpoint_ip_address)
|
43
|
+
if discovery_fqdn and not isinstance(discovery_fqdn, str):
|
44
|
+
raise TypeError("Expected argument 'discovery_fqdn' to be a str")
|
45
|
+
pulumi.set(__self__, "discovery_fqdn", discovery_fqdn)
|
40
46
|
if display_name and not isinstance(display_name, str):
|
41
47
|
raise TypeError("Expected argument 'display_name' to be a str")
|
42
48
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -125,6 +131,22 @@ class GetRedisClusterResult:
|
|
125
131
|
"""
|
126
132
|
return pulumi.get(self, "defined_tags")
|
127
133
|
|
134
|
+
@_builtins.property
|
135
|
+
@pulumi.getter(name="discoveryEndpointIpAddress")
|
136
|
+
def discovery_endpoint_ip_address(self) -> _builtins.str:
|
137
|
+
"""
|
138
|
+
The private IP address of the API endpoint for sharded cluster discovery.
|
139
|
+
"""
|
140
|
+
return pulumi.get(self, "discovery_endpoint_ip_address")
|
141
|
+
|
142
|
+
@_builtins.property
|
143
|
+
@pulumi.getter(name="discoveryFqdn")
|
144
|
+
def discovery_fqdn(self) -> _builtins.str:
|
145
|
+
"""
|
146
|
+
The fully qualified domain name (FQDN) of the API endpoint for sharded cluster discovery.
|
147
|
+
"""
|
148
|
+
return pulumi.get(self, "discovery_fqdn")
|
149
|
+
|
128
150
|
@_builtins.property
|
129
151
|
@pulumi.getter(name="displayName")
|
130
152
|
def display_name(self) -> _builtins.str:
|
@@ -300,6 +322,8 @@ class AwaitableGetRedisClusterResult(GetRedisClusterResult):
|
|
300
322
|
cluster_mode=self.cluster_mode,
|
301
323
|
compartment_id=self.compartment_id,
|
302
324
|
defined_tags=self.defined_tags,
|
325
|
+
discovery_endpoint_ip_address=self.discovery_endpoint_ip_address,
|
326
|
+
discovery_fqdn=self.discovery_fqdn,
|
303
327
|
display_name=self.display_name,
|
304
328
|
freeform_tags=self.freeform_tags,
|
305
329
|
id=self.id,
|
@@ -351,6 +375,8 @@ def get_redis_cluster(redis_cluster_id: Optional[_builtins.str] = None,
|
|
351
375
|
cluster_mode=pulumi.get(__ret__, 'cluster_mode'),
|
352
376
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
353
377
|
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
378
|
+
discovery_endpoint_ip_address=pulumi.get(__ret__, 'discovery_endpoint_ip_address'),
|
379
|
+
discovery_fqdn=pulumi.get(__ret__, 'discovery_fqdn'),
|
354
380
|
display_name=pulumi.get(__ret__, 'display_name'),
|
355
381
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
356
382
|
id=pulumi.get(__ret__, 'id'),
|
@@ -399,6 +425,8 @@ def get_redis_cluster_output(redis_cluster_id: Optional[pulumi.Input[_builtins.s
|
|
399
425
|
cluster_mode=pulumi.get(__response__, 'cluster_mode'),
|
400
426
|
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
401
427
|
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
428
|
+
discovery_endpoint_ip_address=pulumi.get(__response__, 'discovery_endpoint_ip_address'),
|
429
|
+
discovery_fqdn=pulumi.get(__response__, 'discovery_fqdn'),
|
402
430
|
display_name=pulumi.get(__response__, 'display_name'),
|
403
431
|
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
404
432
|
id=pulumi.get(__response__, 'id'),
|
pulumi_oci/redis/outputs.py
CHANGED
@@ -1361,6 +1361,8 @@ class GetRedisClustersRedisClusterCollectionItemResult(dict):
|
|
1361
1361
|
cluster_mode: _builtins.str,
|
1362
1362
|
compartment_id: _builtins.str,
|
1363
1363
|
defined_tags: Mapping[str, _builtins.str],
|
1364
|
+
discovery_endpoint_ip_address: _builtins.str,
|
1365
|
+
discovery_fqdn: _builtins.str,
|
1364
1366
|
display_name: _builtins.str,
|
1365
1367
|
freeform_tags: Mapping[str, _builtins.str],
|
1366
1368
|
id: _builtins.str,
|
@@ -1385,6 +1387,8 @@ class GetRedisClustersRedisClusterCollectionItemResult(dict):
|
|
1385
1387
|
:param _builtins.str cluster_mode: Specifies whether the cluster is sharded or non-sharded.
|
1386
1388
|
:param _builtins.str compartment_id: The ID of the compartment in which to list resources.
|
1387
1389
|
:param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
1390
|
+
:param _builtins.str discovery_endpoint_ip_address: The private IP address of the API endpoint for sharded cluster discovery.
|
1391
|
+
:param _builtins.str discovery_fqdn: The fully qualified domain name (FQDN) of the API endpoint for sharded cluster discovery.
|
1388
1392
|
:param _builtins.str display_name: A filter to return only resources that match the entire display name given.
|
1389
1393
|
:param Mapping[str, _builtins.str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1390
1394
|
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
|
@@ -1409,6 +1413,8 @@ class GetRedisClustersRedisClusterCollectionItemResult(dict):
|
|
1409
1413
|
pulumi.set(__self__, "cluster_mode", cluster_mode)
|
1410
1414
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
1411
1415
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
1416
|
+
pulumi.set(__self__, "discovery_endpoint_ip_address", discovery_endpoint_ip_address)
|
1417
|
+
pulumi.set(__self__, "discovery_fqdn", discovery_fqdn)
|
1412
1418
|
pulumi.set(__self__, "display_name", display_name)
|
1413
1419
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
1414
1420
|
pulumi.set(__self__, "id", id)
|
@@ -1454,6 +1460,22 @@ class GetRedisClustersRedisClusterCollectionItemResult(dict):
|
|
1454
1460
|
"""
|
1455
1461
|
return pulumi.get(self, "defined_tags")
|
1456
1462
|
|
1463
|
+
@_builtins.property
|
1464
|
+
@pulumi.getter(name="discoveryEndpointIpAddress")
|
1465
|
+
def discovery_endpoint_ip_address(self) -> _builtins.str:
|
1466
|
+
"""
|
1467
|
+
The private IP address of the API endpoint for sharded cluster discovery.
|
1468
|
+
"""
|
1469
|
+
return pulumi.get(self, "discovery_endpoint_ip_address")
|
1470
|
+
|
1471
|
+
@_builtins.property
|
1472
|
+
@pulumi.getter(name="discoveryFqdn")
|
1473
|
+
def discovery_fqdn(self) -> _builtins.str:
|
1474
|
+
"""
|
1475
|
+
The fully qualified domain name (FQDN) of the API endpoint for sharded cluster discovery.
|
1476
|
+
"""
|
1477
|
+
return pulumi.get(self, "discovery_fqdn")
|
1478
|
+
|
1457
1479
|
@_builtins.property
|
1458
1480
|
@pulumi.getter(name="displayName")
|
1459
1481
|
def display_name(self) -> _builtins.str:
|
@@ -226,6 +226,8 @@ class _RedisClusterState:
|
|
226
226
|
cluster_mode: Optional[pulumi.Input[_builtins.str]] = None,
|
227
227
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
228
228
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
229
|
+
discovery_endpoint_ip_address: Optional[pulumi.Input[_builtins.str]] = None,
|
230
|
+
discovery_fqdn: Optional[pulumi.Input[_builtins.str]] = None,
|
229
231
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
230
232
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
231
233
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -250,6 +252,8 @@ class _RedisClusterState:
|
|
250
252
|
:param pulumi.Input[_builtins.str] cluster_mode: Specifies whether the cluster is sharded or non-sharded.
|
251
253
|
: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 cluster.
|
252
254
|
: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"}`
|
255
|
+
:param pulumi.Input[_builtins.str] discovery_endpoint_ip_address: The private IP address of the API endpoint for sharded cluster discovery.
|
256
|
+
:param pulumi.Input[_builtins.str] discovery_fqdn: The fully qualified domain name (FQDN) of the API endpoint for sharded cluster discovery.
|
253
257
|
: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.
|
254
258
|
: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"}`
|
255
259
|
:param pulumi.Input[_builtins.str] lifecycle_details: A message describing the current state in more detail. For example, the message might provide actionable information for a resource in `FAILED` state.
|
@@ -280,6 +284,10 @@ class _RedisClusterState:
|
|
280
284
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
281
285
|
if defined_tags is not None:
|
282
286
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
287
|
+
if discovery_endpoint_ip_address is not None:
|
288
|
+
pulumi.set(__self__, "discovery_endpoint_ip_address", discovery_endpoint_ip_address)
|
289
|
+
if discovery_fqdn is not None:
|
290
|
+
pulumi.set(__self__, "discovery_fqdn", discovery_fqdn)
|
283
291
|
if display_name is not None:
|
284
292
|
pulumi.set(__self__, "display_name", display_name)
|
285
293
|
if freeform_tags is not None:
|
@@ -355,6 +363,30 @@ class _RedisClusterState:
|
|
355
363
|
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
356
364
|
pulumi.set(self, "defined_tags", value)
|
357
365
|
|
366
|
+
@_builtins.property
|
367
|
+
@pulumi.getter(name="discoveryEndpointIpAddress")
|
368
|
+
def discovery_endpoint_ip_address(self) -> Optional[pulumi.Input[_builtins.str]]:
|
369
|
+
"""
|
370
|
+
The private IP address of the API endpoint for sharded cluster discovery.
|
371
|
+
"""
|
372
|
+
return pulumi.get(self, "discovery_endpoint_ip_address")
|
373
|
+
|
374
|
+
@discovery_endpoint_ip_address.setter
|
375
|
+
def discovery_endpoint_ip_address(self, value: Optional[pulumi.Input[_builtins.str]]):
|
376
|
+
pulumi.set(self, "discovery_endpoint_ip_address", value)
|
377
|
+
|
378
|
+
@_builtins.property
|
379
|
+
@pulumi.getter(name="discoveryFqdn")
|
380
|
+
def discovery_fqdn(self) -> Optional[pulumi.Input[_builtins.str]]:
|
381
|
+
"""
|
382
|
+
The fully qualified domain name (FQDN) of the API endpoint for sharded cluster discovery.
|
383
|
+
"""
|
384
|
+
return pulumi.get(self, "discovery_fqdn")
|
385
|
+
|
386
|
+
@discovery_fqdn.setter
|
387
|
+
def discovery_fqdn(self, value: Optional[pulumi.Input[_builtins.str]]):
|
388
|
+
pulumi.set(self, "discovery_fqdn", value)
|
389
|
+
|
358
390
|
@_builtins.property
|
359
391
|
@pulumi.getter(name="displayName")
|
360
392
|
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -768,6 +800,8 @@ class RedisCluster(pulumi.CustomResource):
|
|
768
800
|
if subnet_id is None and not opts.urn:
|
769
801
|
raise TypeError("Missing required property 'subnet_id'")
|
770
802
|
__props__.__dict__["subnet_id"] = subnet_id
|
803
|
+
__props__.__dict__["discovery_endpoint_ip_address"] = None
|
804
|
+
__props__.__dict__["discovery_fqdn"] = None
|
771
805
|
__props__.__dict__["lifecycle_details"] = None
|
772
806
|
__props__.__dict__["node_collections"] = None
|
773
807
|
__props__.__dict__["primary_endpoint_ip_address"] = None
|
@@ -791,6 +825,8 @@ class RedisCluster(pulumi.CustomResource):
|
|
791
825
|
cluster_mode: Optional[pulumi.Input[_builtins.str]] = None,
|
792
826
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
793
827
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
828
|
+
discovery_endpoint_ip_address: Optional[pulumi.Input[_builtins.str]] = None,
|
829
|
+
discovery_fqdn: Optional[pulumi.Input[_builtins.str]] = None,
|
794
830
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
795
831
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
796
832
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -820,6 +856,8 @@ class RedisCluster(pulumi.CustomResource):
|
|
820
856
|
:param pulumi.Input[_builtins.str] cluster_mode: Specifies whether the cluster is sharded or non-sharded.
|
821
857
|
: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 cluster.
|
822
858
|
: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"}`
|
859
|
+
:param pulumi.Input[_builtins.str] discovery_endpoint_ip_address: The private IP address of the API endpoint for sharded cluster discovery.
|
860
|
+
:param pulumi.Input[_builtins.str] discovery_fqdn: The fully qualified domain name (FQDN) of the API endpoint for sharded cluster discovery.
|
823
861
|
: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.
|
824
862
|
: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"}`
|
825
863
|
:param pulumi.Input[_builtins.str] lifecycle_details: A message describing the current state in more detail. For example, the message might provide actionable information for a resource in `FAILED` state.
|
@@ -851,6 +889,8 @@ class RedisCluster(pulumi.CustomResource):
|
|
851
889
|
__props__.__dict__["cluster_mode"] = cluster_mode
|
852
890
|
__props__.__dict__["compartment_id"] = compartment_id
|
853
891
|
__props__.__dict__["defined_tags"] = defined_tags
|
892
|
+
__props__.__dict__["discovery_endpoint_ip_address"] = discovery_endpoint_ip_address
|
893
|
+
__props__.__dict__["discovery_fqdn"] = discovery_fqdn
|
854
894
|
__props__.__dict__["display_name"] = display_name
|
855
895
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
856
896
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
@@ -896,6 +936,22 @@ class RedisCluster(pulumi.CustomResource):
|
|
896
936
|
"""
|
897
937
|
return pulumi.get(self, "defined_tags")
|
898
938
|
|
939
|
+
@_builtins.property
|
940
|
+
@pulumi.getter(name="discoveryEndpointIpAddress")
|
941
|
+
def discovery_endpoint_ip_address(self) -> pulumi.Output[_builtins.str]:
|
942
|
+
"""
|
943
|
+
The private IP address of the API endpoint for sharded cluster discovery.
|
944
|
+
"""
|
945
|
+
return pulumi.get(self, "discovery_endpoint_ip_address")
|
946
|
+
|
947
|
+
@_builtins.property
|
948
|
+
@pulumi.getter(name="discoveryFqdn")
|
949
|
+
def discovery_fqdn(self) -> pulumi.Output[_builtins.str]:
|
950
|
+
"""
|
951
|
+
The fully qualified domain name (FQDN) of the API endpoint for sharded cluster discovery.
|
952
|
+
"""
|
953
|
+
return pulumi.get(self, "discovery_fqdn")
|
954
|
+
|
899
955
|
@_builtins.property
|
900
956
|
@pulumi.getter(name="displayName")
|
901
957
|
def display_name(self) -> pulumi.Output[_builtins.str]:
|
@@ -1,7 +1,7 @@
|
|
1
|
-
pulumi_oci/__init__.py,sha256=
|
1
|
+
pulumi_oci/__init__.py,sha256=yf7wP-XOzBxJJ_8epQFYy2ep1plt-ah0D_j2WXRMz-s,199341
|
2
2
|
pulumi_oci/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
3
3
|
pulumi_oci/provider.py,sha256=FfDJRW-BKLGXGNRP4PjksgYcZzQeqTfk5Wfb11nrGbk,27230
|
4
|
-
pulumi_oci/pulumi-plugin.json,sha256=
|
4
|
+
pulumi_oci/pulumi-plugin.json,sha256=I2fumS87BcY0wEHFo9D-A5BkUz6VqiV-FDJAYh8RYPE,62
|
5
5
|
pulumi_oci/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
pulumi_oci/adm/__init__.py,sha256=XqF4LnJUjr1204jZQHCbrIOpZUazPPCTu4xatHtFmf4,1060
|
7
7
|
pulumi_oci/adm/_inputs.py,sha256=BIj462QVRrTRxxWerkqjhlaCH6hGP2Qy2kBONPYlnoY,75428
|
@@ -721,8 +721,8 @@ pulumi_oci/core/volume_backup_policy_assignment.py,sha256=wnMSzlxk7yfX56l1Qaq4ex
|
|
721
721
|
pulumi_oci/core/volume_group.py,sha256=OF9rosKDFEEdVXoIXUsxDEInK8OM-c1-etx_ce9q22U,57487
|
722
722
|
pulumi_oci/core/volume_group_backup.py,sha256=NLnWpEpeEt9DpomSWdakh-4wBA9ezCG-P3G_FNDOdI0,46813
|
723
723
|
pulumi_oci/core/vtap.py,sha256=YpYfzKfOp9Tbfkn-TUzqfGOyM_y3aR3V7i5bBwzxbZY,66171
|
724
|
-
pulumi_oci/database/__init__.py,sha256=
|
725
|
-
pulumi_oci/database/_inputs.py,sha256=
|
724
|
+
pulumi_oci/database/__init__.py,sha256=hA1VCeEJZ75DFNPCHm1rzwL3KIWVwwyIDq18_8j8zgg,10616
|
725
|
+
pulumi_oci/database/_inputs.py,sha256=IphXNBM_d5LNt-IirXXQrarS_Gqn2ITARm1unoYJTdc,1409660
|
726
726
|
pulumi_oci/database/application_vip.py,sha256=kE9A7J5HcEalOJnbpU82jjP5AyCyeqgKEwv-timu10M,33012
|
727
727
|
pulumi_oci/database/autonomous_container_database.py,sha256=_1Wl9JmDzqjYdlfMpaYui6L1cckhA-jgjfVhir9XsrI,214420
|
728
728
|
pulumi_oci/database/autonomous_container_database_add_standby.py,sha256=_3UNkWDgllKHe23Jfbjw-g-UnBReSaX0GzCMp-Z5cBQ,142551
|
@@ -746,8 +746,9 @@ pulumi_oci/database/backup_cancel_management.py,sha256=893DFK7a4a8WZKkzBDr0Xoj-9
|
|
746
746
|
pulumi_oci/database/backup_destination.py,sha256=VsrY8o7-OoIcvVlYy22OCS0IZUwJrGgsbdbfuwGav6k,55193
|
747
747
|
pulumi_oci/database/cloud_autonomous_vm_cluster.py,sha256=50zq1CD7sDjBmIbC0FuTf4kmFrSe-o9j1pZyQbMuen8,157403
|
748
748
|
pulumi_oci/database/cloud_database_management.py,sha256=jPKxX5TdAlZd4RDJvm9KiBJOsV2KsYdEm0zlWjtNQ2Q,33394
|
749
|
-
pulumi_oci/database/cloud_exadata_infrastructure.py,sha256=
|
750
|
-
pulumi_oci/database/
|
749
|
+
pulumi_oci/database/cloud_exadata_infrastructure.py,sha256=05ghO5QqkEpQsOzsrKmGy-asLMc0SzRplnSJgQ-ltIA,94927
|
750
|
+
pulumi_oci/database/cloud_exadata_infrastructure_configure_exascale_management.py,sha256=pAf94s_1BxpvyC2z716jqX7zZ5o6GPIFZgwPIRDshoA,77401
|
751
|
+
pulumi_oci/database/cloud_vm_cluster.py,sha256=7StgSOduO7LhyjQVKqrDOJ1R8d1Rnm9LXv90Zqp-hjM,182631
|
751
752
|
pulumi_oci/database/cloud_vm_cluster_iorm_config.py,sha256=v9Wv3RR_tN_UsJpfbsD_R40ibcn_D-oqQ06PaRiNdXQ,17206
|
752
753
|
pulumi_oci/database/data_guard_association.py,sha256=AKiLr7x_3RwD2COLesqO5OVHKbWgDuWnqIoK0jerLHI,178675
|
753
754
|
pulumi_oci/database/database.py,sha256=ADnLSG6HR6RBu6niNsSHavXM27IZ_wAHuAaMkVMkjhc,94862
|
@@ -826,10 +827,10 @@ pulumi_oci/database/get_cloud_autonomous_vm_cluster.py,sha256=5mrvlmFOweh5DDjlOZ
|
|
826
827
|
pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py,sha256=PIAieZLOaOmyX8ZSxgSwIzR9ACAHvCRPbSPhuplO3sw,9313
|
827
828
|
pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py,sha256=94AliW7R53JG0C1LxpZJVvQQVyynHful3v4UP76G4wo,22129
|
828
829
|
pulumi_oci/database/get_cloud_autonomous_vm_clusters.py,sha256=gl-Fr_vSvc5aG9dK4hHCZLYdOYXtp0QNWrzkfxS-Lj4,12781
|
829
|
-
pulumi_oci/database/get_cloud_exadata_infrastructure.py,sha256=
|
830
|
+
pulumi_oci/database/get_cloud_exadata_infrastructure.py,sha256=xI7-uLkcmXr9UqaN3EEz_pKxiKGngcxnwCiff3Ka_AY,36962
|
830
831
|
pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py,sha256=v5bduZ1caV9Y1KjwPnyLNAA2fkOKozdJq0-Dzcfudko,12232
|
831
832
|
pulumi_oci/database/get_cloud_exadata_infrastructures.py,sha256=M6UwW3UMTAlXMwRRfdTmtuoQMCAzODWXp0jn_--a5n0,11282
|
832
|
-
pulumi_oci/database/get_cloud_vm_cluster.py,sha256=
|
833
|
+
pulumi_oci/database/get_cloud_vm_cluster.py,sha256=P4yUFhdyT8S6bKklvTZsV9Td5i53aw66_lUgJ6ARQ7o,51389
|
833
834
|
pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py,sha256=4U4PArGFWVqoExskdD1-G99NJgESIl9IFBNBqkEpW-4,7661
|
834
835
|
pulumi_oci/database/get_cloud_vm_clusters.py,sha256=315CrimtmA_lO3TEAwIUjvIrO3JM0aYrLMTMofXlHrc,11813
|
835
836
|
pulumi_oci/database/get_data_guard_association.py,sha256=aDJvwZChIOaxScJwtYy7KbeW46CilngkYrRqZmvkrUU,37782
|
@@ -936,7 +937,7 @@ pulumi_oci/database/get_vm_clusters.py,sha256=GbQNz20WxVlJ4oIKKZwW83wvquKnbus4Zw
|
|
936
937
|
pulumi_oci/database/key_store.py,sha256=XZ_1KUmAE3k2ba2USgZYMDVobkjqIgg3Ut-RiJVJRbM,30982
|
937
938
|
pulumi_oci/database/maintenance_run.py,sha256=jwzqoxpzUFwYPC-dzFGRGTVeQlLNQDOgOI6SeE4hkMs,72420
|
938
939
|
pulumi_oci/database/oneoff_patch.py,sha256=3S6AEufW-zHBRgvjxYipjZXdKy0mu2mqjBdmsPV4hgw,43013
|
939
|
-
pulumi_oci/database/outputs.py,sha256=
|
940
|
+
pulumi_oci/database/outputs.py,sha256=_d2Xd1MYRZJ9kNgRSJ5RO-zi2QJaipIFfiS20Wmtw50,3202137
|
940
941
|
pulumi_oci/database/pluggable_database.py,sha256=zJ4LhS0JDi98bKFyr0Kma3NpyB9VJs8RsOb6xEEv7FA,82198
|
941
942
|
pulumi_oci/database/pluggable_database_managements_management.py,sha256=YwtZW8ZV3pXKe6T6U836f25oc4BPNNssGpMGF-zCHuk,55339
|
942
943
|
pulumi_oci/database/pluggable_database_snapshot.py,sha256=yp94Kzb_eZsUn81b9EC4UIgnibzfvI0hqEowoqG0gvk,29593
|
@@ -1242,7 +1243,7 @@ pulumi_oci/datalabellingservice/get_dataset.py,sha256=ThxYbIAkydJvIx06hpOz_EMwIH
|
|
1242
1243
|
pulumi_oci/datalabellingservice/get_datasets.py,sha256=wM6x6qu1qK2P_6zZ3MXzEGO0iR3nMxWG4dfXJnfP3fs,10080
|
1243
1244
|
pulumi_oci/datalabellingservice/outputs.py,sha256=XCqocFp6N9bSq634ESa6AUEpm7ty1Xc8Y9BYtJtd7Qc,56105
|
1244
1245
|
pulumi_oci/datasafe/__init__.py,sha256=EqDwG9yIURtVsNi8CsBw-zjB0mNaEwPnHEe9wGMhmME,10254
|
1245
|
-
pulumi_oci/datasafe/_inputs.py,sha256=
|
1246
|
+
pulumi_oci/datasafe/_inputs.py,sha256=jSQbzqjS9Bqp17HpP0qG6KsK52Xuckf7afB4qFsm5F0,582554
|
1246
1247
|
pulumi_oci/datasafe/add_sdm_columns.py,sha256=Dh20JSkei9Wo5dfeSn1eru7jBpt8d9jcnNXFtRKAvr8,5780
|
1247
1248
|
pulumi_oci/datasafe/alert.py,sha256=_g63EESqtGD7tC_70-rAx2J-fM7VgXQNYiuatrKt_tc,46732
|
1248
1249
|
pulumi_oci/datasafe/alert_policy.py,sha256=wpq5OGtiiRjR5ubco6WvtEGa7WHEcHjAr6w921CbAJc,40216
|
@@ -1250,11 +1251,11 @@ pulumi_oci/datasafe/alert_policy_rule.py,sha256=4vW0GQpNG8fKjz9TWnmhK1JsgxVh4ClY
|
|
1250
1251
|
pulumi_oci/datasafe/attribute_set.py,sha256=PBJQz55S_zO5bQex9KdipwfaP8bn_4o9QcLtf_JvTy0,36322
|
1251
1252
|
pulumi_oci/datasafe/audit_archive_retrieval.py,sha256=1jZ96fqJ0V85h82bVMIIFyZMZGwl4jy5FHlJ54IiZu0,41976
|
1252
1253
|
pulumi_oci/datasafe/audit_policy.py,sha256=R6x11aocjyHe6-n3ppbxIAbQClGHt84o7shLb6VpECE,47669
|
1253
|
-
pulumi_oci/datasafe/audit_policy_management.py,sha256=
|
1254
|
+
pulumi_oci/datasafe/audit_policy_management.py,sha256=KowL2Ubc-ASdlFjH7AQUbmM8dVKWSLcRjJYNu6_dveI,49299
|
1254
1255
|
pulumi_oci/datasafe/audit_profile.py,sha256=vhlk0ZN6PbL6CSKNlPrw6C9MZyFBNxj4hypNCXqdQO0,68141
|
1255
1256
|
pulumi_oci/datasafe/audit_profile_management.py,sha256=oTq97kkjOaXSUl2lRrZP2Kb-lg_Azutx5Ei9qT4uK4w,68577
|
1256
1257
|
pulumi_oci/datasafe/audit_trail.py,sha256=SDiaZ8imCoRfQdPcNKUM1ZN6a2-a8XU5rVLHuFbJDeI,58533
|
1257
|
-
pulumi_oci/datasafe/audit_trail_management.py,sha256=
|
1258
|
+
pulumi_oci/datasafe/audit_trail_management.py,sha256=NQHawMteP87ACB4Uadc8rNeWRslyPLgRxjuSHe8VbbY,59652
|
1258
1259
|
pulumi_oci/datasafe/calculate_audit_volume_available.py,sha256=Ln1TBLhg85VdDiiVruHuV7dSXMVU037FXljVnjjznhs,21142
|
1259
1260
|
pulumi_oci/datasafe/calculate_audit_volume_collected.py,sha256=C41JJ0HbWsOAzCLDHzFXUGDjGTIm1RLnUXrOOW3utKs,17581
|
1260
1261
|
pulumi_oci/datasafe/compare_security_assessment.py,sha256=V1kPt5lxr1v24C8yBh3kDnC9lV0oFCPsNcwKTgdsZkk,13687
|
@@ -1263,7 +1264,7 @@ pulumi_oci/datasafe/data_safe_configuration.py,sha256=rh1vcH0j5weAjsqkirOl00RS5k
|
|
1263
1264
|
pulumi_oci/datasafe/data_safe_private_endpoint.py,sha256=0wtIvfOLQetWT-ZsuSHN-zVtWK-jc3-bvwlCTlqeFuM,39597
|
1264
1265
|
pulumi_oci/datasafe/database_security_config.py,sha256=hyk2R5U_hZMQAh-7f2jDxIoYmhVJkHqCxZba0P1LmFY,40782
|
1265
1266
|
pulumi_oci/datasafe/database_security_config_management.py,sha256=uwXWU1FVvlQwmqwbdIH9bW3YcVL0oNd9mfWV6yxFNDY,40863
|
1266
|
-
pulumi_oci/datasafe/discovery_jobs_result.py,sha256=
|
1267
|
+
pulumi_oci/datasafe/discovery_jobs_result.py,sha256=K8mu10tt-g4Xhh5zEcUKkkzxBMhVmkwBey09z-2BlzQ,47897
|
1267
1268
|
pulumi_oci/datasafe/discovery_mod.py,sha256=cLCJyOQC_XKqdMaWjcNvXj90u7idH3qNaRfw31VO3PI,85443
|
1268
1269
|
pulumi_oci/datasafe/generate_on_prem_connector_configuration.py,sha256=OvDIqOOEeAPVLyoE_-egkBmzSzdBT6jx_-YSfKzG7pQ,13610
|
1269
1270
|
pulumi_oci/datasafe/get_alert.py,sha256=PMhF3kPtkdVKLRj7KyekM_0xVxVeCvhMaT_NEuRMR7g,18660
|
@@ -1296,7 +1297,7 @@ pulumi_oci/datasafe/get_audit_trail_analytic.py,sha256=I4xQ_Yh0If67IxBhShRClaYnF
|
|
1296
1297
|
pulumi_oci/datasafe/get_audit_trails.py,sha256=7R7zqF_hIK_SKIADT-O9Mp842J5bPQyfr0qiZJl17JQ,18197
|
1297
1298
|
pulumi_oci/datasafe/get_compatible_formats_for_data_type.py,sha256=j3v39C0oevilYbieLuO94BG1BTtbkKlEr-jUEHeaXIc,5112
|
1298
1299
|
pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py,sha256=Tzwo234bpa9qQGtewB0et5ZlEf5KLVrbo-NQ7i5h_nc,9821
|
1299
|
-
pulumi_oci/datasafe/get_data_safe_configuration.py,sha256=
|
1300
|
+
pulumi_oci/datasafe/get_data_safe_configuration.py,sha256=dU9O-5wVXTeh0Olhqr4qeKfuS0kBgYeAYNPYwI_moTk,10012
|
1300
1301
|
pulumi_oci/datasafe/get_data_safe_private_endpoint.py,sha256=jg0QlE8fUvnb8jNGx0ZGBPocowRqHfKcwGBr2jcVfPo,14198
|
1301
1302
|
pulumi_oci/datasafe/get_data_safe_private_endpoints.py,sha256=f1QS270Kxmv9CHvfmvpjoGDPJhkRNs-nvMzialOOyLY,13216
|
1302
1303
|
pulumi_oci/datasafe/get_database_security_config.py,sha256=nqALGf2a6KgABonfYQOvsPcoqpFjPF4UbrVF8LXFcLs,14518
|
@@ -1304,8 +1305,8 @@ pulumi_oci/datasafe/get_database_security_configs.py,sha256=ALulcRFfWuhAd0ux_Ych
|
|
1304
1305
|
pulumi_oci/datasafe/get_discovery_analytic.py,sha256=VB7GoHLPFXeTEr-0UPY7_73FQekfPDdhq-XPf3obO90,10567
|
1305
1306
|
pulumi_oci/datasafe/get_discovery_analytics.py,sha256=xcBIs6-6H0424JnW5g7fzzVXK8hs1mdfYYmOgkx2868,17450
|
1306
1307
|
pulumi_oci/datasafe/get_discovery_job.py,sha256=8iugh6NDCIYDIe7-ze6FKGjsBUshJM5YlD2rnHu_NJo,26023
|
1307
|
-
pulumi_oci/datasafe/get_discovery_jobs_result.py,sha256=
|
1308
|
-
pulumi_oci/datasafe/get_discovery_jobs_results.py,sha256
|
1308
|
+
pulumi_oci/datasafe/get_discovery_jobs_result.py,sha256=rzW2gZyO6azhGJvsvTh_G8xlkVb3D5AkA6nUxbxGG1c,22616
|
1309
|
+
pulumi_oci/datasafe/get_discovery_jobs_results.py,sha256=VEspFPL3qkn7ZAvDu-mnCQNSa0Us2Rv6gRkJOx7KzMY,17341
|
1309
1310
|
pulumi_oci/datasafe/get_library_masking_format.py,sha256=ce5-IfrVGOhhAGkfqcg_CLnrBMD90jsuOODRddDi3uY,12330
|
1310
1311
|
pulumi_oci/datasafe/get_library_masking_formats.py,sha256=-RjLlSbyvpMkI0KOrjE4Zi4zEFGSWILc_Yk2VqDYp9I,19791
|
1311
1312
|
pulumi_oci/datasafe/get_list_user_grants.py,sha256=xdqOhPvv2H1TPZ9EjAAhan4AALRnqvsuQKRHLmVXhsc,16887
|
@@ -1324,7 +1325,7 @@ pulumi_oci/datasafe/get_masking_policy_referential_relations.py,sha256=jKHlYCpPr
|
|
1324
1325
|
pulumi_oci/datasafe/get_masking_report.py,sha256=wu0cO4h-bcVBytTQcA89JJSmUzj76HkRyBUPjUbdzgA,19912
|
1325
1326
|
pulumi_oci/datasafe/get_masking_report_masked_columns.py,sha256=6aEHJZxEns2Ms3uBXAZCBpUGahg_Xemszbx0KDcer0I,14619
|
1326
1327
|
pulumi_oci/datasafe/get_masking_report_masking_errors.py,sha256=vleHwXn93TdZA6h9zlS3qzGLnHsrhlhaBx_0qwncGsM,7674
|
1327
|
-
pulumi_oci/datasafe/get_masking_reports.py,sha256=
|
1328
|
+
pulumi_oci/datasafe/get_masking_reports.py,sha256=qnHN6AzZyhB-MeoaG-SCTJELMxd006NFNlVJNVkXFpM,13335
|
1328
1329
|
pulumi_oci/datasafe/get_masking_reports_masked_column.py,sha256=_ADIirCVAREjG1eo0zHDjyysVGnEZ3EGAtjq-TFdmm0,13362
|
1329
1330
|
pulumi_oci/datasafe/get_onprem_connector.py,sha256=pg8zp1yEXB3S9wPKA-TsSP-a67YkX1nrbm4vyJCGwlA,12011
|
1330
1331
|
pulumi_oci/datasafe/get_onprem_connectors.py,sha256=euMDHVzfEpEaS-j-EFeiVUFAT_68ICJaFcPWrD5bjMI,13000
|
@@ -1340,9 +1341,9 @@ pulumi_oci/datasafe/get_sdm_masking_policy_differences.py,sha256=6dmoKh_lGPEcyhq
|
|
1340
1341
|
pulumi_oci/datasafe/get_security_assessment.py,sha256=M4wkNLP6PD63uBt1RlPz24vAZrh0uYrv60CW2eEBQy8,29397
|
1341
1342
|
pulumi_oci/datasafe/get_security_assessment_checks.py,sha256=Jw91nCY4cRejWVutJnJXw-T2VhpdIwcyuuelElnorc4,15562
|
1342
1343
|
pulumi_oci/datasafe/get_security_assessment_comparison.py,sha256=Y_E1XH7VGZhoNl-1-SBIbFAGZ3qj0OLn4nbZAHqGzTg,8943
|
1343
|
-
pulumi_oci/datasafe/get_security_assessment_finding.py,sha256=
|
1344
|
+
pulumi_oci/datasafe/get_security_assessment_finding.py,sha256=nJqO9Y3B0m3LtKjXl2K9EwpgQ6DH5zgWBaTKIm4JWnk,17833
|
1344
1345
|
pulumi_oci/datasafe/get_security_assessment_finding_analytics.py,sha256=gxzmBfqSpA4D9Vdw_KrJ5Kk42uC95rU04fkT2oBo6aI,21113
|
1345
|
-
pulumi_oci/datasafe/get_security_assessment_findings.py,sha256=
|
1346
|
+
pulumi_oci/datasafe/get_security_assessment_findings.py,sha256=7a29QVMp9kQ6hoAnQPJ15aG0SDPwZD4JV6snUMs3Hfo,25583
|
1346
1347
|
pulumi_oci/datasafe/get_security_assessment_findings_change_audit_logs.py,sha256=ARfjiZW66Las9rFIabbXu_ErIQfaGzbAYoXVdQLTNjU,23203
|
1347
1348
|
pulumi_oci/datasafe/get_security_assessment_security_feature_analytics.py,sha256=qp9KFEOuJBlDhv8mipcVhLRyQfw8Kehnt2ClV8wyPCQ,13488
|
1348
1349
|
pulumi_oci/datasafe/get_security_assessment_security_features.py,sha256=HVM8QYcOlkaaCmj4nvmApMTDYScgu0dwCEyKMU5SEM4,31443
|
@@ -1373,8 +1374,8 @@ pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py,sha256=SkJiuTw
|
|
1373
1374
|
pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py,sha256=5G7WRUdZJEg_bEBbIhMZok16-9AM8V2jErr376f-Xvw,8434
|
1374
1375
|
pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py,sha256=1ljRlUxrxtronxgUeS-VyVkSwHF2KSjkE6M5Sn5k1Ks,8613
|
1375
1376
|
pulumi_oci/datasafe/get_sensitive_data_models.py,sha256=ZRUudOxVTfMsR_Gi0SBPBcJo4WV--gC9uxNojozLGUI,19099
|
1376
|
-
pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py,sha256=
|
1377
|
-
pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py,sha256=
|
1377
|
+
pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py,sha256=A2vDVJICu3l9BsYHOND4mAt6pVEHL6mcb5ilm7UwRaY,23564
|
1378
|
+
pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py,sha256=0mzjaRyfuftnYv5St4x9nO0p3Fj558nYfGbNpFvgfC0,38118
|
1378
1379
|
pulumi_oci/datasafe/get_sensitive_type.py,sha256=dehi33qTd4wbuHa54fwVus2zNhaZlgkRHhyY6zbac08,17320
|
1379
1380
|
pulumi_oci/datasafe/get_sensitive_type_group.py,sha256=B6fcW1kT6SzRPzxq44EEKzb14iJFLRVvW9geD2G5AJQ,11576
|
1380
1381
|
pulumi_oci/datasafe/get_sensitive_type_group_grouped_sensitive_types.py,sha256=kJUlu4vH48SJ1XB2dAxfDfklCMBVVoJE2oho9B-b4dk,8689
|
@@ -1429,7 +1430,7 @@ pulumi_oci/datasafe/masking_policy.py,sha256=yz1YlMDCHp3WoYWL6g7lmPeGApPUTYtnXYY
|
|
1429
1430
|
pulumi_oci/datasafe/masking_policy_health_report_management.py,sha256=gjD-YOdfkRGTmnBd3teptRHZvr-Rx3DVBDVwvknknxo,20741
|
1430
1431
|
pulumi_oci/datasafe/masking_report_management.py,sha256=IDMz8wzteqUt6gRx8rUW_ujQHSus31m4W8lCdYzEgVo,34123
|
1431
1432
|
pulumi_oci/datasafe/on_prem_connector.py,sha256=oLxdqkqFSI_zyJbAmNDmMHugaUTfOuyehZldTS36q3o,31419
|
1432
|
-
pulumi_oci/datasafe/outputs.py,sha256=
|
1433
|
+
pulumi_oci/datasafe/outputs.py,sha256=aJZDtjZN2wPg5DFCu1Fy5-H2KYfmACiCo5vaEWqZOXc,1872937
|
1433
1434
|
pulumi_oci/datasafe/report.py,sha256=seVq96NacRVH6cqDJiyfWWeZprczGpGo-YpFgRukQIo,33724
|
1434
1435
|
pulumi_oci/datasafe/report_definition.py,sha256=R-fAKw-TlFL_FzTtNG6rGsilMPVaN_oW3yGbKk1ToyQ,71785
|
1435
1436
|
pulumi_oci/datasafe/sdm_masking_policy_difference.py,sha256=zw9kakpUE_A5-jdbyDx22PDRDd80vqjHQ1odaoZB5KI,39575
|
@@ -1444,7 +1445,7 @@ pulumi_oci/datasafe/security_policy_management.py,sha256=i6Crd24cTJ_ZJfIruUXeEaQ
|
|
1444
1445
|
pulumi_oci/datasafe/sensitive_data_model.py,sha256=VeXBAW2J4NVf6NdQNmB6NsSh2WyJKB492Oww5zhYgJs,75569
|
1445
1446
|
pulumi_oci/datasafe/sensitive_data_model_referential_relation.py,sha256=dStdhql6eL9iLl2SNUsS3LlEXhUTpWYkIkPWZ-iuYI0,28750
|
1446
1447
|
pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py,sha256=KC843XJOfqEaiOeWXNAkoET0LlufGXrbjBpjE80D5-A,8386
|
1447
|
-
pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py,sha256=
|
1448
|
+
pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py,sha256=R6O2E2am75i4uBkEatgbhxPcPzgAt_QJuTTerzNAeNs,75142
|
1448
1449
|
pulumi_oci/datasafe/sensitive_type.py,sha256=tSWxTekrocCtmPFLcYrpB37Yl2YAqNUZcFDyptLdJHw,54808
|
1449
1450
|
pulumi_oci/datasafe/sensitive_type_group.py,sha256=bBZA9v1uZbQYf0o-weHA_iK6SRKO84Zmtwk5vSLiD0w,30383
|
1450
1451
|
pulumi_oci/datasafe/sensitive_type_group_grouped_sensitive_type.py,sha256=FAJ06WZxEyrHvI5qh7KCYDvfo1Q2hgx7h-lzH2VVatI,15774
|
@@ -2193,15 +2194,16 @@ pulumi_oci/integration/integration_instance.py,sha256=RT6DB2NA1sbtfmpi7aM_zn6Mo4
|
|
2193
2194
|
pulumi_oci/integration/oracle_managed_custom_endpoint.py,sha256=qXN5zlQYaHR2HrxBlf0u_KDMKEWe1yUQbHqCyBk5X00,13506
|
2194
2195
|
pulumi_oci/integration/outputs.py,sha256=hIcnfiZLT-nLC2GA61fbcXBuyZbA_EJqXOLwHIr6o9s,97971
|
2195
2196
|
pulumi_oci/integration/private_endpoint_outbound_connection.py,sha256=Srzf46pQj4CM5e63n_p4ajvkUOfww907k5m7iHQNRvE,10838
|
2196
|
-
pulumi_oci/jms/__init__.py,sha256=
|
2197
|
-
pulumi_oci/jms/_inputs.py,sha256=
|
2198
|
-
pulumi_oci/jms/fleet.py,sha256=
|
2197
|
+
pulumi_oci/jms/__init__.py,sha256=vBWkc45_wvEou1OQVZ0yT2KiUJotv4iYQ3zzeP5tmes,3153
|
2198
|
+
pulumi_oci/jms/_inputs.py,sha256=vnNlCTsasWYBZ6vnm2kGeJkGQd40ZxA7PnqzAP87Gzg,198322
|
2199
|
+
pulumi_oci/jms/fleet.py,sha256=jMtYiwP0dvyGCfEK_GkT8yXh_kDhugFWlFpYCKGxO20,53787
|
2199
2200
|
pulumi_oci/jms/fleet_advanced_feature_configuration.py,sha256=jyRmUWvJ0IxO5uhxQTdeENMK0AzM8R7peMawkgHhips,44217
|
2200
2201
|
pulumi_oci/jms/get_agent_installers.py,sha256=rAtl5la16rViCElItUSptz-YsiFvIyZI34t8gKnBDX8,9531
|
2201
2202
|
pulumi_oci/jms/get_announcements.py,sha256=d9kMbwS-wWB-k4jCvOf-pn7MXZfg1Hg4KkGBksnlD8I,8268
|
2202
|
-
pulumi_oci/jms/get_fleet.py,sha256=
|
2203
|
+
pulumi_oci/jms/get_fleet.py,sha256=ynXDAWzq_U1aKwCHSV0cr6-H7pvhdsn5Yptpw7BB2MQ,19977
|
2203
2204
|
pulumi_oci/jms/get_fleet_advanced_feature_configuration.py,sha256=JImrDam7emVSsSGIle9lRf8AN5URKdojRZb2DN6iVzk,11543
|
2204
2205
|
pulumi_oci/jms/get_fleet_blocklists.py,sha256=8k5p4Cb5WJp_q1ek4NPLio-8fKA-v9Ctfk_IP-YWpIY,8085
|
2206
|
+
pulumi_oci/jms/get_fleet_containers.py,sha256=BlRu1FXlNxmblwrj-WZiAO6IFDl-GtGADTj-kQMU_mo,15791
|
2205
2207
|
pulumi_oci/jms/get_fleet_crypto_analysis_result.py,sha256=TdKZ-8_gsBaK03Tcr2jrVylhLtDklEbE94GJqARrfQk,17171
|
2206
2208
|
pulumi_oci/jms/get_fleet_crypto_analysis_results.py,sha256=WFKHHjxjnWhZlwpFysdMQVk4V6VP0Ewf2K33m121Ipk,19373
|
2207
2209
|
pulumi_oci/jms/get_fleet_diagnoses.py,sha256=YqigfNXBZ3-C1Dagfliy7J2mdGh3iddQnEMDGkz7cyA,5944
|
@@ -2209,12 +2211,18 @@ pulumi_oci/jms/get_fleet_drs_file.py,sha256=6n2lPZeQsilUHjXFBcMJcHnnGjO7q2k0yCwf
|
|
2209
2211
|
pulumi_oci/jms/get_fleet_drs_files.py,sha256=ETuTtmejWN9RLJy2_kAmpMtLsiwDwU5p7nafnsUoZKU,5728
|
2210
2212
|
pulumi_oci/jms/get_fleet_error_analytics.py,sha256=Yg0MJ4OpRCwr7S2tyVMtz4wtbHc9K_bF5ue6mAL5Eys,8017
|
2211
2213
|
pulumi_oci/jms/get_fleet_errors.py,sha256=RQvviXzBRtAdzJ1EDVGIEpdft6Mm0Pu3-R5Ri81ntrU,16437
|
2212
|
-
pulumi_oci/jms/get_fleet_export_setting.py,sha256=
|
2214
|
+
pulumi_oci/jms/get_fleet_export_setting.py,sha256=WOfKYgxLglp7M0JLloJNaxnOz-S8Dw5rTo2QbvEdZJY,13071
|
2213
2215
|
pulumi_oci/jms/get_fleet_export_status.py,sha256=HcUZqUAYraL3-XNbA0MsFu49J9yH_uDJ_mrm74uVFzs,6271
|
2214
2216
|
pulumi_oci/jms/get_fleet_java_migration_analysis_result.py,sha256=0vKxEzRFWY2wME98kgVyPKvcJgj5Z3y5do8s2Oe7b0w,16646
|
2215
2217
|
pulumi_oci/jms/get_fleet_java_migration_analysis_results.py,sha256=RiL0-AcLk0u45CYI-BdXCzfPiZMn7LmMuR9fiV2LRKc,13628
|
2218
|
+
pulumi_oci/jms/get_fleet_library_applications.py,sha256=vA_y720vVHnum8bgWYqFuOhEHUj1o3yKtNfS7MtmHRk,15177
|
2219
|
+
pulumi_oci/jms/get_fleet_library_managed_instances.py,sha256=XUDxcHnL9x9czciO0x7u4PObryef_61_zf3QqqFNZbQ,15427
|
2216
2220
|
pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py,sha256=9lnxDPv0tL3DnKRlyJp0hyql-aMtphzFKlu9tg7oZCM,16338
|
2217
2221
|
pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py,sha256=LXa3R0skvIPZ67lcUG6SM4MGdTOokJB4PZ9g5aHM_Gc,15176
|
2222
|
+
pulumi_oci/jms/get_fleet_summarize_library_inventory.py,sha256=pSEsrFyWZbkD7Y8scNljzjZBCM99hgrQK8wPqktAPNc,11858
|
2223
|
+
pulumi_oci/jms/get_fleet_uncorrelated_package_applications.py,sha256=vB6uUeCpNOxI9VKO4A4pUmno7WBxBpd2CcqjXZ_NjrE,13381
|
2224
|
+
pulumi_oci/jms/get_fleet_uncorrelated_package_managed_instances.py,sha256=EhqIs12O_PWVdqNuV4dvZ5-m3dYpwUVxNvUa_0sQL-4,13869
|
2225
|
+
pulumi_oci/jms/get_fleet_uncorrelated_packages.py,sha256=W1BQvpnwzsRGFNjmAYDOB7psi-P35LxLynIXSYTpKSI,12831
|
2218
2226
|
pulumi_oci/jms/get_fleets.py,sha256=TWlRSsMEJZGTaWSNwMQgFeNYNGD_aYTQdiwK26N03LQ,9542
|
2219
2227
|
pulumi_oci/jms/get_installation_site.py,sha256=ZWOlNrMwA4dilkf86D9W-HWPYZnN1wEre9DfGnIdW1A,17861
|
2220
2228
|
pulumi_oci/jms/get_installation_sites.py,sha256=eNSJLneMIVbGJ6414JPC0OvLBC9m0VGCVag076kxzxI,19176
|
@@ -2229,20 +2237,29 @@ pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py,sha256=Lxnk7
|
|
2229
2237
|
pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py,sha256=jqWA3EF2_tZ4X8hUjQBhMSzU2VodGgzJN4DIKkRXseY,12045
|
2230
2238
|
pulumi_oci/jms/get_java_downloads_java_licenses.py,sha256=xVVvKPkEb_UAuAQ_xu5ECRH-qcH4osa39R8TD9c2Sro,7440
|
2231
2239
|
pulumi_oci/jms/get_java_families.py,sha256=W8piBdnmZUizD13AbcuNAH2IfBoaww-FfijJ1rnqu-U,8685
|
2232
|
-
pulumi_oci/jms/get_java_family.py,sha256=
|
2240
|
+
pulumi_oci/jms/get_java_family.py,sha256=H0kP8meHPRsAsFLi9z1DaRZAUIvHPlPKR82EJUN2kSQ,10888
|
2233
2241
|
pulumi_oci/jms/get_java_release.py,sha256=jZWP56ogJ7BhUTEIjzwqQis5uMHY_VowG-UvHKs8bTU,13259
|
2234
2242
|
pulumi_oci/jms/get_java_releases.py,sha256=Cqx8jXvUKUHFzwn1TjopgdTanQ-t17RuK3YfduUGnFs,10442
|
2235
|
-
pulumi_oci/jms/get_jms_plugin.py,sha256=
|
2236
|
-
pulumi_oci/jms/get_jms_plugins.py,sha256=
|
2243
|
+
pulumi_oci/jms/get_jms_plugin.py,sha256=Me3UjfFh9DYKbWro2UKKtjLeVM_U6AuDIMyj8VUq-Qg,15196
|
2244
|
+
pulumi_oci/jms/get_jms_plugins.py,sha256=me-XYdmVH75V_6IDrAtJyY_Xdb2pjHyRnXfmm5-gicI,19039
|
2237
2245
|
pulumi_oci/jms/get_list_jre_usage.py,sha256=jDKhCZLKfn24JXi-vvrNHoG4H6pzzErDOKpIQLm9GCE,10951
|
2238
2246
|
pulumi_oci/jms/get_plugin_error_analytics.py,sha256=KC_FWaHbWMmq_2Ni7EYSK5WZmk_J0A0EHmBAIuL3238,8077
|
2239
2247
|
pulumi_oci/jms/get_plugin_errors.py,sha256=rfja4s_27MZLZf15_PyDb24gdisD5Je3D0BZsPJ8OfI,16903
|
2240
2248
|
pulumi_oci/jms/get_summarize_resource_inventory.py,sha256=Kcp_c6-sNk42nY120SUDdA4DELsQJro67j5g8rUSed0,10826
|
2249
|
+
pulumi_oci/jms/get_task_schedule.py,sha256=RczV5Bo_OOnW3bYJ3OdsTvWMTtLlL1hV3UPMvML8jEk,11687
|
2250
|
+
pulumi_oci/jms/get_task_schedules.py,sha256=3wiEuwWDH8OrvuZDTo0nYTq1TLAXQNYkqiNMi56KdZQ,10132
|
2251
|
+
pulumi_oci/jms/get_utils_analyze_applications_configuration.py,sha256=inAB3ZKNXv0qs6yHhsQu8vFzMx7g-mMTC0o4kbr2ep8,7029
|
2252
|
+
pulumi_oci/jms/get_utils_java_migration_analysi.py,sha256=SDWYkGl4IcwV4jB1T2oG-gYWbulzVxUWyAJb74c-cBA,15780
|
2253
|
+
pulumi_oci/jms/get_utils_java_migration_analysis.py,sha256=mit3G4rSy0h8a988E7leu40utYJ7aoGdutxFdDOrZbw,8884
|
2254
|
+
pulumi_oci/jms/get_utils_performance_tuning_analysi.py,sha256=GWFK3eSqwuC5A0FwOCQZWKkywwyoQDSRJIGgug21aSg,13784
|
2255
|
+
pulumi_oci/jms/get_utils_performance_tuning_analysis.py,sha256=TRrNfarrlriD6Ktuf9Qfd0U0mId04PXuUzG2SNYPCDY,10896
|
2256
|
+
pulumi_oci/jms/get_utils_subscription_acknowledgment_configuration.py,sha256=d7JcjEudQejr2seQkORDCdoTQbpSZzukiXuYddLwa6M,8008
|
2241
2257
|
pulumi_oci/jms/java_downloads_java_download_report.py,sha256=iHyHce6NFDoPHR3ijSQsYdR4yOnaKe4798rfQne8Jls,39846
|
2242
2258
|
pulumi_oci/jms/java_downloads_java_download_token.py,sha256=_wdS7wOgQgMjARpxQLJcTG5JI5O_Dqx2cZkNgX2lOmU,48265
|
2243
2259
|
pulumi_oci/jms/java_downloads_java_license_acceptance_record.py,sha256=f0qeU8YJU9BgogTFIvxCl1OD66UTkPW7JRoxYEPmwfs,32154
|
2244
|
-
pulumi_oci/jms/jms_plugin.py,sha256=
|
2245
|
-
pulumi_oci/jms/outputs.py,sha256=
|
2260
|
+
pulumi_oci/jms/jms_plugin.py,sha256=WXJJzYHP_BMt3LsR3vkoXUKiBsAj_4zU2axWjAKFHu4,40890
|
2261
|
+
pulumi_oci/jms/outputs.py,sha256=Bzv8Og-RyzI6UUavrwIvVsL2N1Suf6JD2HH-HL-dyxs,576580
|
2262
|
+
pulumi_oci/jms/task_schedule.py,sha256=tfFackVeGQ73FvOHeoAXEMEqC0_tUNqkMW23FEXxGnw,40134
|
2246
2263
|
pulumi_oci/kms/__init__.py,sha256=2AnmbTHBGtNNf6ru9XuL9MLXT5WwejuwUymEOID3ZqM,979
|
2247
2264
|
pulumi_oci/kms/_inputs.py,sha256=uiOZiN83uxmoewRx_bdwUqB1QOjTjODiprOc44LFbFc,61728
|
2248
2265
|
pulumi_oci/kms/ekms_private_endpoint.py,sha256=gvKzCarkIbcR1-Xnsq8FuMBq9wZxLHe8z2j4FGFLxoM,35611
|
@@ -2428,8 +2445,8 @@ pulumi_oci/managementagent/outputs.py,sha256=zPSgp5H7bxsOAYqMAwLwFcm1yPsK-MzkKoC
|
|
2428
2445
|
pulumi_oci/managementdashboard/__init__.py,sha256=UtB0aYHPeQdNRIgP6pkBj02w5XE9W0Mhx60-zyYDo78,372
|
2429
2446
|
pulumi_oci/managementdashboard/get_management_dashboards_export.py,sha256=DCHkyVgxwinKyou94GWFDP-41-fLOOemgkN48EHjHQo,6803
|
2430
2447
|
pulumi_oci/managementdashboard/management_dashboards_import.py,sha256=Pc2kOIscHlaCWhl_Rt4y6cFa-ataebx3FjiUwv-lw1s,26492
|
2431
|
-
pulumi_oci/marketplace/__init__.py,sha256=
|
2432
|
-
pulumi_oci/marketplace/_inputs.py,sha256=
|
2448
|
+
pulumi_oci/marketplace/__init__.py,sha256=HXp6p9JovJJx8f6qb5EgR01CyHLqHR6EEWwlGmmbWT0,1017
|
2449
|
+
pulumi_oci/marketplace/_inputs.py,sha256=kriRKTlsEIe_7wKNIkj2PJ4eP7E14HWqb8rs48ua0Xs,32529
|
2433
2450
|
pulumi_oci/marketplace/accepted_agreement.py,sha256=PrIIm56jopU2E3rASIthv5NohfVgjSkXHRvVXe_QcQs,32210
|
2434
2451
|
pulumi_oci/marketplace/get_accepted_agreement.py,sha256=15frwNfsKMVKvr1sPZBbKB0B3aHA4GiKKlLgYeCGRT0,10709
|
2435
2452
|
pulumi_oci/marketplace/get_accepted_agreements.py,sha256=Wi14a4LQc__wy2glzw1xAkhkBApWnSpFyIcydMpbZ2Q,11147
|
@@ -2440,13 +2457,15 @@ pulumi_oci/marketplace/get_listing_package_agreements.py,sha256=Q0KJPQPmaszW64KG
|
|
2440
2457
|
pulumi_oci/marketplace/get_listing_packages.py,sha256=19UZM2WPlAwkwZ8kbu5EsJGA12zeINnhONp4tbjT4Xc,12339
|
2441
2458
|
pulumi_oci/marketplace/get_listing_taxes.py,sha256=XLW3b6T4PdMipqrfUz649Wby3R9Oz25EhSCDZ0kIdf0,6568
|
2442
2459
|
pulumi_oci/marketplace/get_listings.py,sha256=3lV0Vj0iPVe6KmQapmaNZD2EFt17XWhUiL0DvNcb9vc,19757
|
2460
|
+
pulumi_oci/marketplace/get_marketplace_metadata_public_keys.py,sha256=MpeaJBepqDo2I8aBTnIuUQ9xTg_2UAaO5WlUu2qOtIs,6661
|
2443
2461
|
pulumi_oci/marketplace/get_publication.py,sha256=CIL-L0x7puuFHgR73i5A06MsPap-M02SgpALspZqXeQ,15509
|
2444
2462
|
pulumi_oci/marketplace/get_publication_package.py,sha256=8Fbnb6vsPDUS-sel-cPP6Ok5GCTIrC93pZSLzuXTMm0,13685
|
2445
2463
|
pulumi_oci/marketplace/get_publication_packages.py,sha256=GaPPhwslHG4sSTzp43_DQPlXOAvSeD83QcABHWVuPWA,8462
|
2446
2464
|
pulumi_oci/marketplace/get_publications.py,sha256=HlGbOz-iti9iDfj_-DhuSRwW7lTHv3P3Lb22f1Bb04A,10184
|
2447
2465
|
pulumi_oci/marketplace/get_publishers.py,sha256=CFhkQAB4ghhd8lDZ75DEO4Y_gs6MDcTsxvRZ3VJtzO8,6623
|
2448
2466
|
pulumi_oci/marketplace/listing_package_agreement.py,sha256=WgkbSv_EavsmwI7EIYxoXy9L6r6yVU1-HANTBEc7zig,19809
|
2449
|
-
pulumi_oci/marketplace/
|
2467
|
+
pulumi_oci/marketplace/marketplace_external_attested_metadata.py,sha256=ujzoEWhiyQn_dYVgxlhZ0atkNQNoNsGIZ84ONkHeHUQ,13249
|
2468
|
+
pulumi_oci/marketplace/outputs.py,sha256=zMSkj2YWDQTP_V51rILJWuPuq6XQl5r8iLry5qlZ6EA,121365
|
2450
2469
|
pulumi_oci/marketplace/publication.py,sha256=jl7PKp8lpuGQsdJtSOrE0W96cokjC9FdShFEx2u90m8,49406
|
2451
2470
|
pulumi_oci/mediaservices/__init__.py,sha256=AJ5Ky2P8QonGnaH7FBmWvs4YH2ZmghbT4NbeySD0gVw,1380
|
2452
2471
|
pulumi_oci/mediaservices/_inputs.py,sha256=SYdxruITOZE-2-gjOh05BKo9W9UPwVgi_F9xonkuQTs,82959
|
@@ -3053,15 +3072,15 @@ pulumi_oci/redis/get_oci_cache_default_config_set.py,sha256=Z9EEOWeZQ8EHpZaj6Rq-
|
|
3053
3072
|
pulumi_oci/redis/get_oci_cache_default_config_sets.py,sha256=elxY6sj9-efh081vh2F9lBIo2aBV8oTQi6jJIZk477w,11369
|
3054
3073
|
pulumi_oci/redis/get_oci_cache_user.py,sha256=Ca3twUi4WXz7kRlW10507aTWIkLNi2KAAJlyycrIYmQ,12179
|
3055
3074
|
pulumi_oci/redis/get_oci_cache_users.py,sha256=wmUn2SoXNryvbM6q2L0I5ymubbIdRUc9eww7bESU0Ig,8150
|
3056
|
-
pulumi_oci/redis/get_redis_cluster.py,sha256=
|
3075
|
+
pulumi_oci/redis/get_redis_cluster.py,sha256=h55vefvfKzOtSYurh7AKXszxcjxqBI98bnTaYsTZ8k8,22030
|
3057
3076
|
pulumi_oci/redis/get_redis_cluster_nodes.py,sha256=KF8sfhOfmd3-7OLm76me-AC48KOBDRcZ2z5KuxuNv4w,7397
|
3058
3077
|
pulumi_oci/redis/get_redis_clusters.py,sha256=wpnr-hB2eTMZNOi--iB7O9RhkKBIO7aBBw1oDYBUZt4,9221
|
3059
3078
|
pulumi_oci/redis/oci_cache_config_set.py,sha256=IDxBJ94Y87LpnBbJa-oY1AQL1QJvUwB_8gjqbAqlZsU,37562
|
3060
3079
|
pulumi_oci/redis/oci_cache_config_setlist_associated_oci_cache_cluster.py,sha256=Rl_Aya3dC76h6YYipiRPgpRhoVUZlZFZ6tAPYtJsA-8,11974
|
3061
3080
|
pulumi_oci/redis/oci_cache_user.py,sha256=ivriJgyhqqGiBDDT1XKiw3HqqaTqhiF_oiihDHuYMwE,35720
|
3062
3081
|
pulumi_oci/redis/oci_cache_user_get_redis_cluster.py,sha256=_gSomCxTkdLOUEYdzZcIOW0GEiomPauw4fjlPoWNWm4,15870
|
3063
|
-
pulumi_oci/redis/outputs.py,sha256=
|
3064
|
-
pulumi_oci/redis/redis_cluster.py,sha256=
|
3082
|
+
pulumi_oci/redis/outputs.py,sha256=OBArq3M49iWeUgs7rkcMAxHRKRhrOkuPZqFh3lV3FgI,73853
|
3083
|
+
pulumi_oci/redis/redis_cluster.py,sha256=kIAL4riQK8yM2ptr3KCR7fld1nDFw_-Bchp77JjR1E8,61911
|
3065
3084
|
pulumi_oci/redis/redis_cluster_attach_oci_cache_user.py,sha256=j5DyCEO76JQQvOsApfZxu9Ez0SwCl2yzUUuZ_kB7LEU,12594
|
3066
3085
|
pulumi_oci/redis/redis_cluster_create_identity_token.py,sha256=XuyCeffFsU_2ZO8xjtEqd37EDvfIGditY_P7aUWs8yc,22009
|
3067
3086
|
pulumi_oci/redis/redis_cluster_detach_oci_cache_user.py,sha256=h4Az2EOqPX1MDxQVKpqsi3yikDCsL-ZAstPViLkFu8Q,12594
|
@@ -3322,7 +3341,7 @@ pulumi_oci/zpr/get_zpr_policies.py,sha256=8iDJvr5DBbBN11uWApUF1oBxsAzI_JCbOdSwHQ
|
|
3322
3341
|
pulumi_oci/zpr/get_zpr_policy.py,sha256=BAvWU7HJHYqS9Zpj997VanPL4yO0W1f6Sc4SVW2pAgQ,11764
|
3323
3342
|
pulumi_oci/zpr/outputs.py,sha256=Mp_BXNVfMCYirJhAUjln5D42Rf0WoAf0v5trTxwDkTI,9522
|
3324
3343
|
pulumi_oci/zpr/zpr_policy.py,sha256=IV9NngE9yGQfyf5UiMrpoIM5CsJj2cLEJI9dEOtFyhA,34082
|
3325
|
-
pulumi_oci-3.
|
3326
|
-
pulumi_oci-3.
|
3327
|
-
pulumi_oci-3.
|
3328
|
-
pulumi_oci-3.
|
3344
|
+
pulumi_oci-3.9.0.dist-info/METADATA,sha256=6-A8d3KfrwiB3ipfjY1GBP5nOkPollDCSzvWfIVJ7Co,4740
|
3345
|
+
pulumi_oci-3.9.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
3346
|
+
pulumi_oci-3.9.0.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
3347
|
+
pulumi_oci-3.9.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|