pulumi-oci 3.8.0__py3-none-any.whl → 3.9.0a1758687119__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.0.dist-info → pulumi_oci-3.9.0a1758687119.dist-info}/METADATA +1 -1
- {pulumi_oci-3.8.0.dist-info → pulumi_oci-3.9.0a1758687119.dist-info}/RECORD +62 -43
- {pulumi_oci-3.8.0.dist-info → pulumi_oci-3.9.0a1758687119.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.8.0.dist-info → pulumi_oci-3.9.0a1758687119.dist-info}/top_level.txt +0 -0
@@ -274,6 +274,7 @@ class _CloudExadataInfrastructureState:
|
|
274
274
|
defined_file_system_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['CloudExadataInfrastructureDefinedFileSystemConfigurationArgs']]]] = None,
|
275
275
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
276
276
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
277
|
+
exascale_configs: Optional[pulumi.Input[Sequence[pulumi.Input['CloudExadataInfrastructureExascaleConfigArgs']]]] = None,
|
277
278
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
278
279
|
is_scheduling_policy_associated: Optional[pulumi.Input[_builtins.bool]] = None,
|
279
280
|
last_maintenance_run_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -315,6 +316,7 @@ class _CloudExadataInfrastructureState:
|
|
315
316
|
:param pulumi.Input[Sequence[pulumi.Input['CloudExadataInfrastructureDefinedFileSystemConfigurationArgs']]] defined_file_system_configurations: Details of the file system configuration of the Exadata infrastructure.
|
316
317
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
317
318
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) The user-friendly name for the cloud Exadata infrastructure resource. The name does not need to be unique.
|
319
|
+
:param pulumi.Input[Sequence[pulumi.Input['CloudExadataInfrastructureExascaleConfigArgs']]] exascale_configs: The exascale config response details for the Exadata Cloud@Customer infrastructure or cloud Exadata infrastructure . Applies to both Exadata Cloud@Customer instances and Exadata Cloud Service instances.
|
318
320
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
319
321
|
:param pulumi.Input[_builtins.bool] is_scheduling_policy_associated: If true, the infrastructure is using granular maintenance scheduling preference.
|
320
322
|
:param pulumi.Input[_builtins.str] last_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance run.
|
@@ -376,6 +378,8 @@ class _CloudExadataInfrastructureState:
|
|
376
378
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
377
379
|
if display_name is not None:
|
378
380
|
pulumi.set(__self__, "display_name", display_name)
|
381
|
+
if exascale_configs is not None:
|
382
|
+
pulumi.set(__self__, "exascale_configs", exascale_configs)
|
379
383
|
if freeform_tags is not None:
|
380
384
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
381
385
|
if is_scheduling_policy_associated is not None:
|
@@ -625,6 +629,18 @@ class _CloudExadataInfrastructureState:
|
|
625
629
|
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
626
630
|
pulumi.set(self, "display_name", value)
|
627
631
|
|
632
|
+
@_builtins.property
|
633
|
+
@pulumi.getter(name="exascaleConfigs")
|
634
|
+
def exascale_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CloudExadataInfrastructureExascaleConfigArgs']]]]:
|
635
|
+
"""
|
636
|
+
The exascale config response details for the Exadata Cloud@Customer infrastructure or cloud Exadata infrastructure . Applies to both Exadata Cloud@Customer instances and Exadata Cloud Service instances.
|
637
|
+
"""
|
638
|
+
return pulumi.get(self, "exascale_configs")
|
639
|
+
|
640
|
+
@exascale_configs.setter
|
641
|
+
def exascale_configs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CloudExadataInfrastructureExascaleConfigArgs']]]]):
|
642
|
+
pulumi.set(self, "exascale_configs", value)
|
643
|
+
|
628
644
|
@_builtins.property
|
629
645
|
@pulumi.getter(name="freeformTags")
|
630
646
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
@@ -1121,6 +1137,7 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
|
|
1121
1137
|
__props__.__dict__["db_node_storage_size_in_gbs"] = None
|
1122
1138
|
__props__.__dict__["db_server_version"] = None
|
1123
1139
|
__props__.__dict__["defined_file_system_configurations"] = None
|
1140
|
+
__props__.__dict__["exascale_configs"] = None
|
1124
1141
|
__props__.__dict__["is_scheduling_policy_associated"] = None
|
1125
1142
|
__props__.__dict__["last_maintenance_run_id"] = None
|
1126
1143
|
__props__.__dict__["lifecycle_details"] = None
|
@@ -1164,6 +1181,7 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
|
|
1164
1181
|
defined_file_system_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CloudExadataInfrastructureDefinedFileSystemConfigurationArgs', 'CloudExadataInfrastructureDefinedFileSystemConfigurationArgsDict']]]]] = None,
|
1165
1182
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
1166
1183
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1184
|
+
exascale_configs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CloudExadataInfrastructureExascaleConfigArgs', 'CloudExadataInfrastructureExascaleConfigArgsDict']]]]] = None,
|
1167
1185
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
1168
1186
|
is_scheduling_policy_associated: Optional[pulumi.Input[_builtins.bool]] = None,
|
1169
1187
|
last_maintenance_run_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1210,6 +1228,7 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
|
|
1210
1228
|
:param pulumi.Input[Sequence[pulumi.Input[Union['CloudExadataInfrastructureDefinedFileSystemConfigurationArgs', 'CloudExadataInfrastructureDefinedFileSystemConfigurationArgsDict']]]] defined_file_system_configurations: Details of the file system configuration of the Exadata infrastructure.
|
1211
1229
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
1212
1230
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) The user-friendly name for the cloud Exadata infrastructure resource. The name does not need to be unique.
|
1231
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['CloudExadataInfrastructureExascaleConfigArgs', 'CloudExadataInfrastructureExascaleConfigArgsDict']]]] exascale_configs: The exascale config response details for the Exadata Cloud@Customer infrastructure or cloud Exadata infrastructure . Applies to both Exadata Cloud@Customer instances and Exadata Cloud Service instances.
|
1213
1232
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
1214
1233
|
:param pulumi.Input[_builtins.bool] is_scheduling_policy_associated: If true, the infrastructure is using granular maintenance scheduling preference.
|
1215
1234
|
:param pulumi.Input[_builtins.str] last_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance run.
|
@@ -1258,6 +1277,7 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
|
|
1258
1277
|
__props__.__dict__["defined_file_system_configurations"] = defined_file_system_configurations
|
1259
1278
|
__props__.__dict__["defined_tags"] = defined_tags
|
1260
1279
|
__props__.__dict__["display_name"] = display_name
|
1280
|
+
__props__.__dict__["exascale_configs"] = exascale_configs
|
1261
1281
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
1262
1282
|
__props__.__dict__["is_scheduling_policy_associated"] = is_scheduling_policy_associated
|
1263
1283
|
__props__.__dict__["last_maintenance_run_id"] = last_maintenance_run_id
|
@@ -1418,6 +1438,14 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
|
|
1418
1438
|
"""
|
1419
1439
|
return pulumi.get(self, "display_name")
|
1420
1440
|
|
1441
|
+
@_builtins.property
|
1442
|
+
@pulumi.getter(name="exascaleConfigs")
|
1443
|
+
def exascale_configs(self) -> pulumi.Output[Sequence['outputs.CloudExadataInfrastructureExascaleConfig']]:
|
1444
|
+
"""
|
1445
|
+
The exascale config response details for the Exadata Cloud@Customer infrastructure or cloud Exadata infrastructure . Applies to both Exadata Cloud@Customer instances and Exadata Cloud Service instances.
|
1446
|
+
"""
|
1447
|
+
return pulumi.get(self, "exascale_configs")
|
1448
|
+
|
1421
1449
|
@_builtins.property
|
1422
1450
|
@pulumi.getter(name="freeformTags")
|
1423
1451
|
def freeform_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|