pulumi-oci 2.34.0a1747982938__py3-none-any.whl → 3.1.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 +255 -93
- pulumi_oci/_utilities.py +1 -1
- pulumi_oci/adm/__init__.py +1 -1
- pulumi_oci/adm/_inputs.py +19 -19
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_remediation_recipe.py +3 -3
- pulumi_oci/adm/get_remediation_recipes.py +1 -1
- pulumi_oci/adm/get_remediation_run.py +1 -1
- pulumi_oci/adm/get_remediation_run_application_dependency_recommendations.py +4 -4
- pulumi_oci/adm/get_remediation_run_stage.py +1 -1
- pulumi_oci/adm/get_remediation_run_stages.py +1 -1
- pulumi_oci/adm/get_remediation_runs.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +4 -4
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +1 -1
- pulumi_oci/adm/outputs.py +87 -50
- pulumi_oci/adm/remediation_recipe.py +15 -15
- pulumi_oci/adm/remediation_run.py +1 -1
- pulumi_oci/adm/vulnerability_audit.py +1 -1
- pulumi_oci/aianomalydetection/__init__.py +1 -1
- pulumi_oci/aianomalydetection/_inputs.py +1 -1
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/data_asset.py +1 -1
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +1 -1
- pulumi_oci/aianomalydetection/outputs.py +1 -1
- pulumi_oci/aianomalydetection/project.py +1 -1
- pulumi_oci/aidocument/__init__.py +1 -1
- pulumi_oci/aidocument/_inputs.py +1 -1
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +1 -1
- pulumi_oci/aidocument/outputs.py +1 -1
- pulumi_oci/aidocument/processor_job.py +1 -1
- pulumi_oci/aidocument/project.py +1 -1
- pulumi_oci/ailanguage/__init__.py +1 -1
- pulumi_oci/ailanguage/_inputs.py +1 -1
- pulumi_oci/ailanguage/endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +1 -1
- pulumi_oci/ailanguage/outputs.py +1 -1
- pulumi_oci/ailanguage/project.py +1 -1
- pulumi_oci/aivision/__init__.py +1 -1
- pulumi_oci/aivision/_inputs.py +1 -1
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +1 -1
- pulumi_oci/aivision/outputs.py +1 -1
- pulumi_oci/aivision/project.py +1 -1
- pulumi_oci/analytics/__init__.py +1 -1
- pulumi_oci/analytics/_inputs.py +1 -1
- pulumi_oci/analytics/analytics_instance.py +1 -1
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/analytics_instance_vanity_url.py +1 -1
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +1 -1
- pulumi_oci/announcementsservice/__init__.py +1 -1
- pulumi_oci/announcementsservice/_inputs.py +1 -1
- pulumi_oci/announcementsservice/announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +1 -1
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/get_services.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +1 -1
- pulumi_oci/apigateway/__init__.py +1 -1
- pulumi_oci/apigateway/_inputs.py +1 -1
- pulumi_oci/apigateway/api.py +1 -1
- pulumi_oci/apigateway/certificate.py +1 -1
- pulumi_oci/apigateway/deployment.py +1 -1
- pulumi_oci/apigateway/gateway.py +1 -1
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +1 -1
- pulumi_oci/apigateway/subscriber.py +1 -1
- pulumi_oci/apigateway/usage_plan.py +1 -1
- pulumi_oci/apm/__init__.py +1 -1
- pulumi_oci/apm/_inputs.py +1 -1
- pulumi_oci/apm/apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +1 -1
- pulumi_oci/apmconfig/__init__.py +1 -1
- pulumi_oci/apmconfig/_inputs.py +1 -1
- pulumi_oci/apmconfig/config.py +1 -1
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +1 -1
- pulumi_oci/apmsynthetics/__init__.py +1 -1
- pulumi_oci/apmsynthetics/_inputs.py +4 -4
- pulumi_oci/apmsynthetics/config.py +29 -1
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +16 -2
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +1 -1
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py +1 -1
- pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +6 -6
- pulumi_oci/apmsynthetics/get_script.py +2 -2
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/on_premise_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +20 -9
- pulumi_oci/apmsynthetics/script.py +8 -8
- pulumi_oci/apmtraces/__init__.py +1 -1
- pulumi_oci/apmtraces/_inputs.py +1 -1
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +1 -1
- pulumi_oci/appmgmtcontrol/__init__.py +1 -1
- pulumi_oci/appmgmtcontrol/_inputs.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +1 -1
- pulumi_oci/appmgmtcontrol/outputs.py +1 -1
- pulumi_oci/artifacts/__init__.py +1 -1
- pulumi_oci/artifacts/_inputs.py +1 -1
- pulumi_oci/artifacts/container_configuration.py +1 -1
- pulumi_oci/artifacts/container_image_signature.py +1 -1
- pulumi_oci/artifacts/container_repository.py +1 -1
- pulumi_oci/artifacts/generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +1 -1
- pulumi_oci/artifacts/repository.py +1 -1
- pulumi_oci/audit/__init__.py +1 -1
- pulumi_oci/audit/_inputs.py +1 -1
- pulumi_oci/audit/configuration.py +1 -1
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +1 -1
- pulumi_oci/autoscaling/__init__.py +1 -1
- pulumi_oci/autoscaling/_inputs.py +1 -1
- pulumi_oci/autoscaling/auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +1 -1
- pulumi_oci/bastion/__init__.py +1 -1
- pulumi_oci/bastion/_inputs.py +1 -1
- pulumi_oci/bastion/bastion.py +1 -1
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +1 -1
- pulumi_oci/bastion/session.py +1 -1
- pulumi_oci/bigdataservice/__init__.py +5 -1
- pulumi_oci/bigdataservice/_inputs.py +362 -6
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/bds_capacity_report.py +287 -0
- pulumi_oci/bigdataservice/bds_instance.py +1 -1
- pulumi_oci/bigdataservice/bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/bds_instance_identity_configuration.py +1 -1
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py +1 -1
- pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +62 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +1 -1
- pulumi_oci/bigdataservice/bds_instance_resource_principal_configuration.py +1 -1
- pulumi_oci/bigdataservice/bds_instance_software_update_action.py +192 -0
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_cluster_versions.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_identity_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +2 -2
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_software_update.py +207 -0
- pulumi_oci/bigdataservice/get_bds_instance_software_updates.py +145 -0
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +395 -6
- pulumi_oci/blockchain/__init__.py +1 -1
- pulumi_oci/blockchain/_inputs.py +1 -1
- pulumi_oci/blockchain/blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +1 -1
- pulumi_oci/blockchain/outputs.py +1 -1
- pulumi_oci/blockchain/peer.py +1 -1
- pulumi_oci/budget/__init__.py +1 -1
- pulumi_oci/budget/_inputs.py +1 -1
- pulumi_oci/budget/budget.py +1 -1
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +1 -1
- pulumi_oci/budget/rule.py +1 -1
- pulumi_oci/capacitymanagement/__init__.py +19 -1
- pulumi_oci/capacitymanagement/_inputs.py +460 -1
- pulumi_oci/capacitymanagement/get_internal_namespace_occ_overviews.py +1 -1
- pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +1 -1
- pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_block_details.py +1 -1
- pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_blocks.py +1 -1
- pulumi_oci/{servicemesh/get_mesh.py → capacitymanagement/get_internal_occm_demand_signal.py} +58 -73
- pulumi_oci/capacitymanagement/get_internal_occm_demand_signal_catalog.py +254 -0
- pulumi_oci/capacitymanagement/get_internal_occm_demand_signal_catalog_resources.py +233 -0
- pulumi_oci/capacitymanagement/get_internal_occm_demand_signal_catalogs.py +192 -0
- pulumi_oci/capacitymanagement/get_internal_occm_demand_signal_deliveries.py +197 -0
- pulumi_oci/capacitymanagement/get_internal_occm_demand_signal_delivery.py +296 -0
- pulumi_oci/capacitymanagement/get_internal_occm_demand_signal_items.py +233 -0
- pulumi_oci/capacitymanagement/get_internal_occm_demand_signals.py +222 -0
- pulumi_oci/capacitymanagement/get_namespace_occ_overviews.py +1 -1
- pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +1 -1
- pulumi_oci/capacitymanagement/get_occ_availability_catalog_content.py +1 -1
- pulumi_oci/capacitymanagement/get_occ_availability_catalog_occ_availabilities.py +1 -1
- pulumi_oci/capacitymanagement/get_occ_availability_catalogs.py +1 -1
- pulumi_oci/capacitymanagement/get_occ_capacity_request.py +1 -1
- pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +1 -1
- pulumi_oci/capacitymanagement/get_occ_customer_group.py +1 -1
- pulumi_oci/capacitymanagement/get_occ_customer_groups.py +1 -1
- pulumi_oci/capacitymanagement/get_occ_handover_resource_block_details.py +1 -1
- pulumi_oci/capacitymanagement/get_occ_handover_resource_blocks.py +1 -1
- pulumi_oci/capacitymanagement/get_occm_demand_signal.py +254 -0
- pulumi_oci/capacitymanagement/get_occm_demand_signal_catalog_resources.py +189 -0
- pulumi_oci/capacitymanagement/get_occm_demand_signal_deliveries.py +175 -0
- pulumi_oci/capacitymanagement/get_occm_demand_signal_item.py +352 -0
- pulumi_oci/capacitymanagement/get_occm_demand_signal_items.py +211 -0
- pulumi_oci/capacitymanagement/get_occm_demand_signals.py +200 -0
- pulumi_oci/capacitymanagement/internal_occm_demand_signal.py +564 -0
- pulumi_oci/capacitymanagement/internal_occm_demand_signal_delivery.py +760 -0
- pulumi_oci/capacitymanagement/occ_availability_catalog.py +1 -1
- pulumi_oci/capacitymanagement/occ_capacity_request.py +1 -1
- pulumi_oci/capacitymanagement/occ_customer_group.py +1 -1
- pulumi_oci/capacitymanagement/occ_customer_group_occ_customer.py +1 -1
- pulumi_oci/{servicemesh/mesh.py → capacitymanagement/occm_demand_signal.py} +124 -186
- pulumi_oci/capacitymanagement/occm_demand_signal_item.py +950 -0
- pulumi_oci/capacitymanagement/outputs.py +3500 -1231
- pulumi_oci/certificatesmanagement/__init__.py +1 -1
- pulumi_oci/certificatesmanagement/_inputs.py +1 -1
- pulumi_oci/certificatesmanagement/ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/certificate.py +1 -1
- pulumi_oci/certificatesmanagement/certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +1 -1
- pulumi_oci/cloudbridge/__init__.py +1 -1
- pulumi_oci/cloudbridge/_inputs.py +1 -1
- pulumi_oci/cloudbridge/agent.py +1 -1
- pulumi_oci/cloudbridge/agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/asset.py +1 -1
- pulumi_oci/cloudbridge/asset_source.py +1 -1
- pulumi_oci/cloudbridge/discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/environment.py +1 -1
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +1 -1
- pulumi_oci/cloudbridge/outputs.py +1 -1
- pulumi_oci/cloudguard/__init__.py +1 -1
- pulumi_oci/cloudguard/_inputs.py +1 -1
- pulumi_oci/cloudguard/adhoc_query.py +1 -1
- pulumi_oci/cloudguard/cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/cloud_guard_data_source.py +1 -1
- pulumi_oci/cloudguard/data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_adhoc_queries.py +1 -1
- pulumi_oci/cloudguard/get_adhoc_query.py +1 -1
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_saved_queries.py +1 -1
- pulumi_oci/cloudguard/get_saved_query.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/get_wlp_agent.py +1 -1
- pulumi_oci/cloudguard/get_wlp_agents.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +1 -1
- pulumi_oci/cloudguard/outputs.py +1 -1
- pulumi_oci/cloudguard/responder_recipe.py +1 -1
- pulumi_oci/cloudguard/saved_query.py +1 -1
- pulumi_oci/cloudguard/security_recipe.py +1 -1
- pulumi_oci/cloudguard/security_zone.py +1 -1
- pulumi_oci/cloudguard/target.py +1 -1
- pulumi_oci/cloudguard/wlp_agent.py +1 -1
- pulumi_oci/cloudmigrations/__init__.py +1 -1
- pulumi_oci/cloudmigrations/_inputs.py +1 -1
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +1 -1
- pulumi_oci/cloudmigrations/migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/outputs.py +1 -1
- pulumi_oci/cloudmigrations/replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/target_asset.py +1 -1
- pulumi_oci/clusterplacementgroups/__init__.py +1 -1
- pulumi_oci/clusterplacementgroups/_inputs.py +1 -1
- pulumi_oci/clusterplacementgroups/cluster_placement_group.py +1 -1
- pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py +1 -1
- pulumi_oci/clusterplacementgroups/get_cluster_placement_groups.py +1 -1
- pulumi_oci/clusterplacementgroups/outputs.py +1 -1
- pulumi_oci/computecloud/__init__.py +1 -1
- pulumi_oci/computecloud/_inputs.py +1 -1
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1 -1
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +1 -1
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +1 -1
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +1 -1
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +1 -1
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +1 -1
- pulumi_oci/computecloud/outputs.py +1 -1
- pulumi_oci/computeinstanceagent/__init__.py +1 -1
- pulumi_oci/computeinstanceagent/_inputs.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +1 -1
- pulumi_oci/config/__init__.py +1 -1
- pulumi_oci/config/__init__.pyi +1 -1
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/__init__.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1 -1
- pulumi_oci/containerengine/addon.py +1 -1
- pulumi_oci/containerengine/cluster.py +29 -1
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +1 -1
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +1 -1
- pulumi_oci/containerengine/cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/container_instance.py +1 -1
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster.py +26 -9
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +1 -1
- pulumi_oci/containerengine/outputs.py +12 -1
- pulumi_oci/containerengine/virtual_node_pool.py +1 -1
- pulumi_oci/containerinstances/__init__.py +1 -1
- pulumi_oci/containerinstances/_inputs.py +1 -1
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +1 -1
- pulumi_oci/core/__init__.py +5 -1
- pulumi_oci/core/_inputs.py +616 -1
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +1 -1
- pulumi_oci/core/app_catalog_subscription.py +1 -1
- pulumi_oci/core/boot_volume.py +1 -1
- pulumi_oci/core/boot_volume_backup.py +1 -1
- pulumi_oci/core/byoasn.py +1 -1
- pulumi_oci/core/capture_filter.py +1 -1
- pulumi_oci/core/cluster_network.py +1 -1
- pulumi_oci/core/compute_capacity_report.py +1 -1
- pulumi_oci/core/compute_capacity_reservation.py +1 -1
- pulumi_oci/core/compute_capacity_topology.py +1 -1
- pulumi_oci/core/compute_cluster.py +1 -1
- pulumi_oci/core/compute_gpu_memory_cluster.py +1 -1
- pulumi_oci/core/compute_gpu_memory_fabric.py +1 -1
- pulumi_oci/core/compute_host.py +910 -0
- pulumi_oci/core/compute_host_group.py +648 -0
- pulumi_oci/core/compute_image_capability_schema.py +1 -1
- pulumi_oci/core/console_history.py +1 -1
- pulumi_oci/core/cpe.py +1 -1
- pulumi_oci/core/cross_connect.py +1 -1
- pulumi_oci/core/cross_connect_group.py +1 -1
- pulumi_oci/core/dedicated_vm_host.py +122 -37
- pulumi_oci/core/default_dhcp_options.py +1 -1
- pulumi_oci/core/default_route_table.py +1 -1
- pulumi_oci/core/default_security_list.py +1 -1
- pulumi_oci/core/dhcp_options.py +1 -1
- pulumi_oci/core/drg.py +1 -1
- pulumi_oci/core/drg_attachment.py +1 -1
- pulumi_oci/core/drg_attachment_management.py +1 -1
- pulumi_oci/core/drg_attachments_list.py +1 -1
- pulumi_oci/core/drg_route_distribution.py +1 -1
- pulumi_oci/core/drg_route_distribution_statement.py +1 -1
- pulumi_oci/core/drg_route_table.py +1 -1
- pulumi_oci/core/drg_route_table_route_rule.py +1 -1
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoasn.py +1 -1
- pulumi_oci/core/get_byoasns.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_capacity_topologies.py +1 -1
- pulumi_oci/core/get_compute_capacity_topology.py +1 -1
- pulumi_oci/core/get_compute_capacity_topology_compute_bare_metal_hosts.py +1 -1
- pulumi_oci/core/get_compute_capacity_topology_compute_hpc_islands.py +1 -1
- pulumi_oci/core/get_compute_capacity_topology_compute_network_blocks.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_gpu_memory_cluster.py +1 -1
- pulumi_oci/core/get_compute_gpu_memory_cluster_instances.py +1 -1
- pulumi_oci/core/get_compute_gpu_memory_clusters.py +1 -1
- pulumi_oci/core/get_compute_gpu_memory_fabric.py +1 -1
- pulumi_oci/core/get_compute_gpu_memory_fabrics.py +1 -1
- pulumi_oci/core/get_compute_host.py +73 -2
- pulumi_oci/core/get_compute_host_group.py +269 -0
- pulumi_oci/core/get_compute_host_groups.py +148 -0
- pulumi_oci/core/get_compute_hosts.py +38 -2
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +45 -2
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +16 -2
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_event.py +1 -1
- pulumi_oci/core/get_instance_maintenance_events.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ip_inventory_subnet.py +1 -1
- pulumi_oci/core/get_ip_inventory_subnet_cidr.py +1 -1
- pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +1 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +1 -1
- pulumi_oci/core/instance.py +58 -18
- pulumi_oci/core/instance_configuration.py +1 -1
- pulumi_oci/core/instance_console_connection.py +1 -1
- pulumi_oci/core/instance_maintenance_event.py +1 -1
- pulumi_oci/core/instance_pool.py +1 -1
- pulumi_oci/core/instance_pool_instance.py +1 -1
- pulumi_oci/core/internet_gateway.py +1 -1
- pulumi_oci/core/ipsec.py +1 -1
- pulumi_oci/core/ipsec_connection_tunnel_management.py +1 -1
- pulumi_oci/core/ipv6.py +1 -1
- pulumi_oci/core/listing_resource_version_agreement.py +1 -1
- pulumi_oci/core/local_peering_gateway.py +1 -1
- pulumi_oci/core/nat_gateway.py +1 -1
- pulumi_oci/core/network_security_group.py +1 -1
- pulumi_oci/core/network_security_group_security_rule.py +1 -1
- pulumi_oci/core/outputs.py +1182 -12
- pulumi_oci/core/private_ip.py +1 -1
- pulumi_oci/core/public_ip.py +1 -1
- pulumi_oci/core/public_ip_pool.py +1 -1
- pulumi_oci/core/public_ip_pool_capacity.py +1 -1
- pulumi_oci/core/remote_peering_connection.py +1 -1
- pulumi_oci/core/route_table.py +1 -1
- pulumi_oci/core/route_table_attachment.py +1 -1
- pulumi_oci/core/security_list.py +1 -1
- pulumi_oci/core/service_gateway.py +1 -1
- pulumi_oci/core/shape_management.py +1 -1
- pulumi_oci/core/subnet.py +1 -1
- pulumi_oci/core/vcn.py +1 -1
- pulumi_oci/core/virtual_circuit.py +1 -1
- pulumi_oci/core/virtual_network.py +1 -1
- pulumi_oci/core/vlan.py +1 -1
- pulumi_oci/core/vnic_attachment.py +1 -1
- pulumi_oci/core/volume.py +1 -1
- pulumi_oci/core/volume_attachment.py +1 -1
- pulumi_oci/core/volume_backup.py +1 -1
- pulumi_oci/core/volume_backup_policy.py +1 -1
- pulumi_oci/core/volume_backup_policy_assignment.py +1 -1
- pulumi_oci/core/volume_group.py +1 -1
- pulumi_oci/core/volume_group_backup.py +1 -1
- pulumi_oci/core/vtap.py +1 -1
- pulumi_oci/database/__init__.py +4 -1
- pulumi_oci/database/_inputs.py +789 -53
- pulumi_oci/database/application_vip.py +1 -1
- pulumi_oci/database/autonomous_container_database.py +142 -13
- pulumi_oci/database/autonomous_container_database_add_standby.py +9 -11
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +9 -17
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +1 -1
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +1 -1
- pulumi_oci/database/autonomous_container_database_snapshot_standby.py +5 -7
- pulumi_oci/database/autonomous_database.py +1 -1
- pulumi_oci/database/autonomous_database_backup.py +1 -1
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +1 -1
- pulumi_oci/database/autonomous_database_saas_admin_user.py +1 -1
- pulumi_oci/database/autonomous_database_software_image.py +29 -1
- pulumi_oci/database/autonomous_database_wallet.py +1 -1
- pulumi_oci/database/autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/autonomous_vm_cluster.py +29 -1
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +1 -1
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +1 -1
- pulumi_oci/database/backup.py +1 -1
- pulumi_oci/database/backup_cancel_management.py +1 -1
- pulumi_oci/database/backup_destination.py +29 -1
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +127 -1
- pulumi_oci/database/cloud_database_management.py +1 -1
- pulumi_oci/database/cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/cloud_vm_cluster.py +83 -8
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/data_guard_association.py +1 -1
- pulumi_oci/database/database.py +29 -1
- pulumi_oci/database/database_software_image.py +29 -1
- pulumi_oci/database/database_upgrade.py +29 -1
- pulumi_oci/database/db_home.py +29 -1
- pulumi_oci/database/db_node.py +29 -1
- pulumi_oci/database/db_node_console_connection.py +1 -1
- pulumi_oci/database/db_node_console_history.py +1 -1
- pulumi_oci/database/db_system.py +29 -1
- pulumi_oci/database/db_systems_upgrade.py +1 -1
- pulumi_oci/database/exadata_infrastructure.py +29 -1
- pulumi_oci/database/exadata_infrastructure_compute.py +40 -25
- pulumi_oci/database/exadata_infrastructure_configure_exascale_management.py +1 -1
- pulumi_oci/database/exadata_infrastructure_storage.py +1 -1
- pulumi_oci/database/exadata_iorm_config.py +1 -1
- pulumi_oci/database/exadb_vm_cluster.py +1 -1
- pulumi_oci/database/exascale_db_storage_vault.py +1 -1
- pulumi_oci/database/execution_action.py +1 -1
- pulumi_oci/database/execution_window.py +1 -1
- pulumi_oci/database/external_container_database.py +29 -1
- pulumi_oci/database/external_container_database_management.py +1 -1
- pulumi_oci/database/external_container_databases_stack_monitoring.py +1 -1
- pulumi_oci/database/external_database_connector.py +29 -1
- pulumi_oci/database/external_non_container_database.py +29 -1
- pulumi_oci/database/external_non_container_database_management.py +1 -1
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +1 -1
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +1 -1
- pulumi_oci/database/external_pluggable_database.py +29 -1
- pulumi_oci/database/external_pluggable_database_management.py +1 -1
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +1 -1
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +1 -1
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +1 -1
- pulumi_oci/database/get_autonomous_container_database.py +53 -3
- pulumi_oci/database/get_autonomous_container_database_backups.py +255 -0
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +3 -3
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +3 -3
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -1
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +1 -1
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +3 -3
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_peers.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_resource_pool_members.py +145 -0
- pulumi_oci/database/get_autonomous_database_software_image.py +16 -2
- pulumi_oci/database/get_autonomous_database_software_images.py +1 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +1 -1
- pulumi_oci/database/get_autonomous_databases.py +1 -1
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +1 -1
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +16 -2
- pulumi_oci/database/get_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +16 -2
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +41 -2
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +31 -3
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +16 -2
- pulumi_oci/database/get_database_maintenance_run_histories.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +16 -2
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +16 -2
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +16 -2
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_node_console_histories.py +1 -1
- pulumi_oci/database/get_db_node_console_history.py +1 -1
- pulumi_oci/database/get_db_node_console_history_content.py +1 -1
- pulumi_oci/database/get_db_nodes.py +3 -3
- pulumi_oci/database/get_db_server.py +16 -2
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +31 -24
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +16 -2
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +1 -1
- pulumi_oci/database/get_exadb_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_exadb_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_exadb_vm_clusters.py +1 -1
- pulumi_oci/database/get_exascale_db_storage_vault.py +1 -1
- pulumi_oci/database/get_exascale_db_storage_vaults.py +1 -1
- pulumi_oci/database/get_execution_action.py +1 -1
- pulumi_oci/database/get_execution_actions.py +1 -1
- pulumi_oci/database/get_execution_window.py +1 -1
- pulumi_oci/database/get_execution_windows.py +1 -1
- pulumi_oci/database/get_external_container_database.py +16 -2
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +16 -2
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +16 -2
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +16 -2
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_version_minor_versions.py +1 -1
- pulumi_oci/database/get_gi_versions.py +21 -2
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +16 -2
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +16 -2
- pulumi_oci/database/get_maintenance_runs.py +1 -1
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +16 -2
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +16 -2
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_scheduled_action.py +1 -1
- pulumi_oci/database/get_scheduled_action_params.py +1 -1
- pulumi_oci/database/get_scheduled_actions.py +1 -1
- pulumi_oci/database/get_scheduling_plan.py +1 -1
- pulumi_oci/database/get_scheduling_plans.py +1 -1
- pulumi_oci/database/get_scheduling_policies.py +1 -1
- pulumi_oci/database/get_scheduling_policy.py +1 -1
- pulumi_oci/database/get_scheduling_policy_recommended_scheduled_actions.py +1 -1
- pulumi_oci/database/get_scheduling_policy_scheduling_window.py +1 -1
- pulumi_oci/database/get_scheduling_policy_scheduling_windows.py +1 -1
- pulumi_oci/database/get_system_version_minor_versions.py +240 -0
- pulumi_oci/database/get_system_versions.py +44 -6
- pulumi_oci/database/get_vm_cluster.py +16 -2
- pulumi_oci/database/get_vm_cluster_network.py +16 -2
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +29 -1
- pulumi_oci/database/maintenance_run.py +29 -1
- pulumi_oci/database/oneoff_patch.py +29 -1
- pulumi_oci/database/outputs.py +1928 -292
- pulumi_oci/database/pluggable_database.py +29 -1
- pulumi_oci/database/pluggable_database_managements_management.py +1 -1
- pulumi_oci/database/pluggable_databases_local_clone.py +29 -1
- pulumi_oci/database/pluggable_databases_remote_clone.py +29 -1
- pulumi_oci/database/scheduled_action.py +1 -1
- pulumi_oci/database/scheduling_plan.py +1 -1
- pulumi_oci/database/scheduling_policy.py +1 -1
- pulumi_oci/database/scheduling_policy_scheduling_window.py +1 -1
- pulumi_oci/database/vm_cluster.py +29 -1
- pulumi_oci/database/vm_cluster_add_virtual_network.py +1 -1
- pulumi_oci/database/vm_cluster_network.py +29 -1
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +1 -1
- pulumi_oci/databasemanagement/__init__.py +8 -1
- pulumi_oci/databasemanagement/_inputs.py +363 -7
- pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +1 -1
- pulumi_oci/databasemanagement/database_dbm_features_management.py +69 -1
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/external_asm.py +1 -1
- pulumi_oci/databasemanagement/external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/external_cluster.py +1 -1
- pulumi_oci/databasemanagement/external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/external_db_home.py +1 -1
- pulumi_oci/databasemanagement/external_db_node.py +1 -1
- pulumi_oci/databasemanagement/external_db_system.py +1 -1
- pulumi_oci/databasemanagement/external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +1 -1
- pulumi_oci/databasemanagement/external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +1 -1
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +1 -1
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/external_listener.py +1 -1
- pulumi_oci/databasemanagement/external_my_sql_database.py +1 -1
- pulumi_oci/databasemanagement/external_my_sql_database_connector.py +1 -1
- pulumi_oci/databasemanagement/external_my_sql_database_external_mysql_databases_management.py +1 -1
- pulumi_oci/databasemanagement/externalcontainerdatabase_external_container_dbm_features_management.py +69 -1
- pulumi_oci/databasemanagement/externalnoncontainerdatabase_external_non_container_dbm_features_management.py +1 -1
- pulumi_oci/databasemanagement/externalpluggabledatabase_external_pluggable_dbm_features_management.py +35 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_external_my_sql_database.py +1 -1
- pulumi_oci/databasemanagement/get_external_my_sql_database_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_my_sql_database_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_my_sql_databases.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +16 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_binary_log_information.py +198 -0
- pulumi_oci/databasemanagement/get_managed_my_sql_database_configuration_data.py +1 -1
- pulumi_oci/databasemanagement/get_managed_my_sql_database_digest_errors.py +164 -0
- pulumi_oci/databasemanagement/get_managed_my_sql_database_general_replication_information.py +352 -0
- pulumi_oci/databasemanagement/get_managed_my_sql_database_high_availability_members.py +145 -0
- pulumi_oci/databasemanagement/get_managed_my_sql_database_inbound_replications.py +145 -0
- pulumi_oci/databasemanagement/get_managed_my_sql_database_outbound_replications.py +145 -0
- pulumi_oci/databasemanagement/get_managed_my_sql_database_query_detail.py +176 -0
- pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +1 -1
- pulumi_oci/databasemanagement/get_managed_my_sql_databases.py +1 -1
- pulumi_oci/databasemanagement/get_named_credential.py +1 -1
- pulumi_oci/databasemanagement/get_named_credentials.py +1 -1
- pulumi_oci/databasemanagement/managed_database.py +5 -5
- pulumi_oci/databasemanagement/managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/named_credential.py +1 -1
- pulumi_oci/databasemanagement/outputs.py +1543 -76
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +35 -1
- pulumi_oci/databasemigration/__init__.py +1 -1
- pulumi_oci/databasemigration/_inputs.py +95 -1
- pulumi_oci/databasemigration/connection.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +16 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +16 -2
- pulumi_oci/databasemigration/job.py +29 -1
- pulumi_oci/databasemigration/migration.py +53 -4
- pulumi_oci/databasemigration/outputs.py +74 -1
- pulumi_oci/databasetools/__init__.py +1 -1
- pulumi_oci/databasetools/_inputs.py +1 -1
- pulumi_oci/databasetools/database_tools_connection.py +1 -1
- pulumi_oci/databasetools/database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +1 -1
- pulumi_oci/datacatalog/__init__.py +1 -1
- pulumi_oci/datacatalog/_inputs.py +1 -1
- pulumi_oci/datacatalog/catalog.py +1 -1
- pulumi_oci/datacatalog/catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/connection.py +1 -1
- pulumi_oci/datacatalog/data_asset.py +1 -1
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +1 -1
- pulumi_oci/datacatalog/outputs.py +1 -1
- pulumi_oci/dataflow/__init__.py +1 -1
- pulumi_oci/dataflow/_inputs.py +21 -1
- pulumi_oci/dataflow/application.py +1 -1
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +1 -1
- pulumi_oci/dataflow/outputs.py +37 -1
- pulumi_oci/dataflow/pool.py +1 -1
- pulumi_oci/dataflow/private_endpoint.py +1 -1
- pulumi_oci/dataflow/run_statement.py +1 -1
- pulumi_oci/dataflow/sql_endpoint.py +1 -1
- pulumi_oci/dataintegration/__init__.py +1 -1
- pulumi_oci/dataintegration/_inputs.py +1 -1
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application_patch.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application_patches.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application_schedule.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application_schedules.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application_task_schedule.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application_task_schedules.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_export_request.py +1 -1
- pulumi_oci/dataintegration/get_workspace_export_requests.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_import_request.py +1 -1
- pulumi_oci/dataintegration/get_workspace_import_requests.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspace_task.py +1 -1
- pulumi_oci/dataintegration/get_workspace_tasks.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1 -1
- pulumi_oci/dataintegration/workspace.py +1 -1
- pulumi_oci/dataintegration/workspace_application.py +1 -1
- pulumi_oci/dataintegration/workspace_application_patch.py +1 -1
- pulumi_oci/dataintegration/workspace_application_schedule.py +1 -1
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +1 -1
- pulumi_oci/dataintegration/workspace_export_request.py +1 -1
- pulumi_oci/dataintegration/workspace_folder.py +1 -1
- pulumi_oci/dataintegration/workspace_import_request.py +1 -1
- pulumi_oci/dataintegration/workspace_project.py +1 -1
- pulumi_oci/dataintegration/workspace_task.py +1 -1
- pulumi_oci/datalabellingservice/__init__.py +1 -1
- pulumi_oci/datalabellingservice/_inputs.py +1 -1
- pulumi_oci/datalabellingservice/dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +1 -1
- pulumi_oci/datasafe/__init__.py +1 -1
- pulumi_oci/datasafe/_inputs.py +1 -1
- pulumi_oci/datasafe/add_sdm_columns.py +1 -1
- pulumi_oci/datasafe/alert.py +1 -1
- pulumi_oci/datasafe/alert_policy.py +1 -1
- pulumi_oci/datasafe/alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/audit_policy.py +1 -1
- pulumi_oci/datasafe/audit_policy_management.py +1 -1
- pulumi_oci/datasafe/audit_profile.py +1 -1
- pulumi_oci/datasafe/audit_profile_management.py +1 -1
- pulumi_oci/datasafe/audit_trail.py +1 -1
- pulumi_oci/datasafe/audit_trail_management.py +1 -1
- pulumi_oci/datasafe/calculate_audit_volume_available.py +1 -1
- pulumi_oci/datasafe/calculate_audit_volume_collected.py +1 -1
- pulumi_oci/datasafe/compare_security_assessment.py +1 -1
- pulumi_oci/datasafe/compare_user_assessment.py +1 -1
- pulumi_oci/datasafe/data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/database_security_config.py +1 -1
- pulumi_oci/datasafe/database_security_config_management.py +1 -1
- pulumi_oci/datasafe/discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/discovery_mod.py +1 -1
- pulumi_oci/datasafe/generate_on_prem_connector_configuration.py +1 -1
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_database_security_config.py +1 -1
- pulumi_oci/datasafe/get_database_security_configs.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_health_report.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_health_report_logs.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_health_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_referential_relations.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masking_errors.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings_change_audit_logs.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_security_feature_analytics.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_security_features.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_security_policies.py +1 -1
- pulumi_oci/datasafe/get_security_policy.py +1 -1
- pulumi_oci/datasafe/get_security_policy_deployment.py +1 -1
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +1 -1
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +1 -1
- pulumi_oci/datasafe/get_security_policy_deployments.py +1 -1
- pulumi_oci/datasafe/get_security_policy_report.py +1 -1
- pulumi_oci/datasafe/get_security_policy_report_database_table_access_entries.py +1 -1
- pulumi_oci/datasafe/get_security_policy_report_database_table_access_entry.py +1 -1
- pulumi_oci/datasafe/get_security_policy_report_database_view_access_entries.py +1 -1
- pulumi_oci/datasafe/get_security_policy_report_database_view_access_entry.py +1 -1
- pulumi_oci/datasafe/get_security_policy_report_role_grant_paths.py +1 -1
- pulumi_oci/datasafe/get_security_policy_reports.py +1 -1
- pulumi_oci/datasafe/get_sensitive_column_analytics.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relation.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relations.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type_group.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type_group_grouped_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type_groups.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types_export.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types_exports.py +1 -1
- pulumi_oci/datasafe/get_sql_collection.py +1 -1
- pulumi_oci/datasafe/get_sql_collection_analytics.py +1 -1
- pulumi_oci/datasafe/get_sql_collection_log_insights.py +1 -1
- pulumi_oci/datasafe/get_sql_collections.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_policies.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_policy.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_policy_analytics.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_violations.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_peer_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_peer_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_password_expiry_date_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_access_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +1 -1
- pulumi_oci/datasafe/mask_data.py +1 -1
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +1 -1
- pulumi_oci/datasafe/masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/masking_policy.py +1 -1
- pulumi_oci/datasafe/masking_policy_health_report_management.py +1 -1
- pulumi_oci/datasafe/masking_report_management.py +1 -1
- pulumi_oci/datasafe/on_prem_connector.py +1 -1
- pulumi_oci/datasafe/outputs.py +1 -1
- pulumi_oci/datasafe/report.py +1 -1
- pulumi_oci/datasafe/report_definition.py +1 -1
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/security_assessment.py +1 -1
- pulumi_oci/datasafe/security_policy.py +1 -1
- pulumi_oci/datasafe/security_policy_deployment.py +1 -1
- pulumi_oci/datasafe/security_policy_deployment_management.py +1 -1
- pulumi_oci/datasafe/security_policy_management.py +1 -1
- pulumi_oci/datasafe/sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/sensitive_data_model_referential_relation.py +1 -1
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +1 -1
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/sensitive_type.py +1 -1
- pulumi_oci/datasafe/sensitive_type_group.py +1 -1
- pulumi_oci/datasafe/sensitive_type_group_grouped_sensitive_type.py +1 -1
- pulumi_oci/datasafe/sensitive_types_export.py +1 -1
- pulumi_oci/datasafe/set_security_assessment_baseline.py +1 -1
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +1 -1
- pulumi_oci/datasafe/set_user_assessment_baseline.py +1 -1
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +1 -1
- pulumi_oci/datasafe/sql_collection.py +1 -1
- pulumi_oci/datasafe/sql_firewall_policy.py +1 -1
- pulumi_oci/datasafe/sql_firewall_policy_management.py +1 -1
- pulumi_oci/datasafe/target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/target_database.py +1 -1
- pulumi_oci/datasafe/target_database_peer_target_database.py +1 -1
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +2 -2
- pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +1 -1
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +2 -2
- pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +1 -1
- pulumi_oci/datasafe/user_assessment.py +1 -1
- pulumi_oci/datascience/__init__.py +1 -1
- pulumi_oci/datascience/_inputs.py +1 -1
- pulumi_oci/datascience/get_containers.py +1 -1
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_ml_application.py +1 -1
- pulumi_oci/datascience/get_ml_application_implementation.py +1 -1
- pulumi_oci/datascience/get_ml_application_implementations.py +1 -1
- pulumi_oci/datascience/get_ml_application_instance.py +1 -1
- pulumi_oci/datascience/get_ml_application_instances.py +1 -1
- pulumi_oci/datascience/get_ml_applications.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_custom_metadata_artifact_content.py +1 -1
- pulumi_oci/datascience/get_model_defined_metadata_artifact_content.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +1 -1
- pulumi_oci/datascience/get_private_endpoints.py +1 -1
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/get_schedule.py +1 -1
- pulumi_oci/datascience/get_schedules.py +1 -1
- pulumi_oci/datascience/job.py +1 -1
- pulumi_oci/datascience/job_run.py +1 -1
- pulumi_oci/datascience/ml_application.py +1 -1
- pulumi_oci/datascience/ml_application_implementation.py +1 -1
- pulumi_oci/datascience/ml_application_instance.py +1 -1
- pulumi_oci/datascience/model.py +1 -1
- pulumi_oci/datascience/model_artifact_export.py +1 -1
- pulumi_oci/datascience/model_artifact_import.py +1 -1
- pulumi_oci/datascience/model_custom_metadata_artifact.py +1 -1
- pulumi_oci/datascience/model_defined_metadata_artifact.py +1 -1
- pulumi_oci/datascience/model_deployment.py +1 -1
- pulumi_oci/datascience/model_provenance.py +1 -1
- pulumi_oci/datascience/model_version_set.py +1 -1
- pulumi_oci/datascience/notebook_session.py +1 -1
- pulumi_oci/datascience/outputs.py +1 -1
- pulumi_oci/datascience/pipeline.py +1 -1
- pulumi_oci/datascience/pipeline_run.py +1 -1
- pulumi_oci/datascience/private_endpoint.py +1 -1
- pulumi_oci/datascience/project.py +1 -1
- pulumi_oci/datascience/schedule.py +1 -1
- pulumi_oci/dblm/__init__.py +1 -1
- pulumi_oci/dblm/_inputs.py +1 -1
- pulumi_oci/dblm/get_patch_management.py +1 -1
- pulumi_oci/dblm/get_patch_management_databases.py +1 -1
- pulumi_oci/dblm/get_vulnerability.py +1 -1
- pulumi_oci/dblm/get_vulnerability_aggregated_vulnerability_data.py +1 -1
- pulumi_oci/dblm/get_vulnerability_notifications.py +1 -1
- pulumi_oci/dblm/get_vulnerability_resources.py +1 -1
- pulumi_oci/dblm/get_vulnerability_scan.py +1 -1
- pulumi_oci/dblm/get_vulnerability_scans.py +1 -1
- pulumi_oci/dblm/get_vulnerability_vulnerabilities.py +1 -1
- pulumi_oci/dblm/outputs.py +1 -1
- pulumi_oci/dblm/vulnerability_scan.py +1 -1
- pulumi_oci/delegateaccesscontrol/__init__.py +1 -1
- pulumi_oci/delegateaccesscontrol/_inputs.py +1 -1
- pulumi_oci/delegateaccesscontrol/delegation_control.py +1 -1
- pulumi_oci/delegateaccesscontrol/delegation_subscription.py +1 -1
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +1 -1
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +1 -1
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +1 -1
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +1 -1
- pulumi_oci/delegateaccesscontrol/get_delegation_control.py +1 -1
- pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +1 -1
- pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +1 -1
- pulumi_oci/delegateaccesscontrol/get_delegation_subscription.py +1 -1
- pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +1 -1
- pulumi_oci/delegateaccesscontrol/get_service_provider.py +1 -1
- pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +1 -1
- pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +1 -1
- pulumi_oci/delegateaccesscontrol/get_service_providers.py +1 -1
- pulumi_oci/delegateaccesscontrol/outputs.py +1 -1
- pulumi_oci/demandsignal/__init__.py +1 -1
- pulumi_oci/demandsignal/_inputs.py +1 -1
- pulumi_oci/demandsignal/get_occ_demand_signal.py +1 -1
- pulumi_oci/demandsignal/get_occ_demand_signals.py +1 -1
- pulumi_oci/demandsignal/occ_demand_signal.py +1 -1
- pulumi_oci/demandsignal/outputs.py +1 -1
- pulumi_oci/desktops/__init__.py +1 -1
- pulumi_oci/desktops/_inputs.py +1 -1
- pulumi_oci/desktops/desktop_pool.py +1 -1
- pulumi_oci/desktops/get_desktop.py +1 -1
- pulumi_oci/desktops/get_desktop_pool.py +1 -1
- pulumi_oci/desktops/get_desktop_pool_desktops.py +1 -1
- pulumi_oci/desktops/get_desktop_pool_volumes.py +1 -1
- pulumi_oci/desktops/get_desktop_pools.py +1 -1
- pulumi_oci/desktops/get_desktops.py +1 -1
- pulumi_oci/desktops/outputs.py +1 -1
- pulumi_oci/devops/__init__.py +1 -1
- pulumi_oci/devops/_inputs.py +1 -1
- pulumi_oci/devops/build_pipeline.py +1 -1
- pulumi_oci/devops/build_pipeline_stage.py +1 -1
- pulumi_oci/devops/build_run.py +1 -1
- pulumi_oci/devops/connection.py +1 -1
- pulumi_oci/devops/deploy_artifact.py +1 -1
- pulumi_oci/devops/deploy_environment.py +1 -1
- pulumi_oci/devops/deploy_pipeline.py +1 -1
- pulumi_oci/devops/deploy_stage.py +1 -1
- pulumi_oci/devops/deployment.py +1 -1
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_project_repository_setting.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_protected_branches.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_repository_setting.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +1 -1
- pulumi_oci/devops/project.py +1 -1
- pulumi_oci/devops/project_repository_setting.py +1 -1
- pulumi_oci/devops/repository.py +1 -1
- pulumi_oci/devops/repository_mirror.py +1 -1
- pulumi_oci/devops/repository_protected_branch_management.py +1 -1
- pulumi_oci/devops/repository_ref.py +1 -1
- pulumi_oci/devops/repository_setting.py +1 -1
- pulumi_oci/devops/trigger.py +1 -1
- pulumi_oci/disasterrecovery/__init__.py +1 -1
- pulumi_oci/disasterrecovery/_inputs.py +1 -1
- pulumi_oci/disasterrecovery/dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1 -1
- pulumi_oci/dns/__init__.py +1 -1
- pulumi_oci/dns/_inputs.py +1 -1
- pulumi_oci/dns/action_create_zone_from_zone_file.py +1 -1
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1 -1
- pulumi_oci/dns/record.py +1 -1
- pulumi_oci/dns/resolver.py +1 -1
- pulumi_oci/dns/resolver_endpoint.py +1 -1
- pulumi_oci/dns/rrset.py +1 -1
- pulumi_oci/dns/steering_policy.py +1 -1
- pulumi_oci/dns/steering_policy_attachment.py +1 -1
- pulumi_oci/dns/tsig_key.py +1 -1
- pulumi_oci/dns/view.py +1 -1
- pulumi_oci/dns/zone.py +1 -1
- pulumi_oci/dns/zone_promote_dnssec_key_version.py +1 -1
- pulumi_oci/dns/zone_stage_dnssec_key_version.py +1 -1
- pulumi_oci/email/__init__.py +1 -1
- pulumi_oci/email/_inputs.py +1 -1
- pulumi_oci/email/dkim.py +1 -1
- pulumi_oci/email/email_domain.py +1 -1
- pulumi_oci/email/email_return_path.py +1 -1
- pulumi_oci/email/get_configuration.py +1 -1
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_email_return_path.py +1 -1
- pulumi_oci/email/get_email_return_paths.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +1 -1
- pulumi_oci/email/sender.py +1 -1
- pulumi_oci/email/suppression.py +1 -1
- pulumi_oci/events/__init__.py +1 -1
- pulumi_oci/events/_inputs.py +1 -1
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +1 -1
- pulumi_oci/events/rule.py +1 -1
- pulumi_oci/filestorage/__init__.py +1 -1
- pulumi_oci/filestorage/_inputs.py +1 -1
- pulumi_oci/filestorage/export.py +1 -1
- pulumi_oci/filestorage/export_set.py +1 -1
- pulumi_oci/filestorage/file_system.py +1 -1
- pulumi_oci/filestorage/file_system_quota_rule.py +1 -1
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_system_quota_rule.py +1 -1
- pulumi_oci/filestorage/get_file_system_quota_rules.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +1 -1
- pulumi_oci/filestorage/outbound_connector.py +1 -1
- pulumi_oci/filestorage/outputs.py +1 -1
- pulumi_oci/filestorage/replication.py +1 -1
- pulumi_oci/filestorage/snapshot.py +1 -1
- pulumi_oci/fleetappsmanagement/__init__.py +12 -1
- pulumi_oci/fleetappsmanagement/_inputs.py +5920 -1329
- pulumi_oci/fleetappsmanagement/catalog_item.py +1156 -0
- pulumi_oci/fleetappsmanagement/compliance_policy_rule.py +51 -72
- pulumi_oci/fleetappsmanagement/fleet.py +244 -243
- pulumi_oci/fleetappsmanagement/fleet_credential.py +8 -10
- pulumi_oci/fleetappsmanagement/fleet_property.py +14 -16
- pulumi_oci/fleetappsmanagement/fleet_resource.py +37 -37
- pulumi_oci/fleetappsmanagement/get_announcements.py +30 -8
- pulumi_oci/fleetappsmanagement/get_catalog_item.py +434 -0
- pulumi_oci/fleetappsmanagement/get_catalog_items.py +274 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policies.py +37 -13
- pulumi_oci/fleetappsmanagement/get_compliance_policy.py +21 -7
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rule.py +13 -13
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rules.py +7 -7
- pulumi_oci/fleetappsmanagement/get_compliance_record_counts.py +27 -8
- pulumi_oci/fleetappsmanagement/get_compliance_records.py +24 -5
- pulumi_oci/fleetappsmanagement/get_fleet.py +66 -66
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +16 -2
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +4 -4
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +6 -8
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +3 -3
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +6 -28
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +6 -6
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +18 -18
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +7 -29
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +1 -1
- pulumi_oci/fleetappsmanagement/get_fleets.py +12 -13
- pulumi_oci/fleetappsmanagement/get_inventory_records.py +205 -0
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +5 -3
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +3 -31
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +10 -8
- pulumi_oci/fleetappsmanagement/get_managed_entity_counts.py +27 -8
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +27 -6
- pulumi_oci/fleetappsmanagement/get_onboardings.py +9 -7
- pulumi_oci/fleetappsmanagement/get_patch.py +5 -5
- pulumi_oci/fleetappsmanagement/get_patches.py +17 -15
- pulumi_oci/fleetappsmanagement/get_platform_configuration.py +2 -2
- pulumi_oci/fleetappsmanagement/get_platform_configurations.py +57 -14
- pulumi_oci/fleetappsmanagement/get_properties.py +38 -14
- pulumi_oci/fleetappsmanagement/get_property.py +2 -2
- pulumi_oci/fleetappsmanagement/get_provision.py +493 -0
- pulumi_oci/fleetappsmanagement/get_provisions.py +224 -0
- pulumi_oci/fleetappsmanagement/get_runbook.py +57 -29
- pulumi_oci/{servicemesh/get_ingress_gateway.py → fleetappsmanagement/get_runbook_version.py} +111 -103
- pulumi_oci/fleetappsmanagement/get_runbook_versions.py +230 -0
- pulumi_oci/fleetappsmanagement/get_runbooks.py +11 -31
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +4 -46
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +4 -23
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +82 -20
- pulumi_oci/fleetappsmanagement/get_scheduler_executions.py +334 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_job_counts.py +27 -8
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_resources.py +1 -1
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_steps.py +3 -3
- pulumi_oci/fleetappsmanagement/get_task_record.py +7 -7
- pulumi_oci/fleetappsmanagement/get_task_records.py +37 -13
- pulumi_oci/fleetappsmanagement/maintenance_window.py +38 -135
- pulumi_oci/fleetappsmanagement/onboarding.py +129 -65
- pulumi_oci/fleetappsmanagement/outputs.py +17645 -7663
- pulumi_oci/fleetappsmanagement/patch.py +1 -1
- pulumi_oci/fleetappsmanagement/platform_configuration.py +36 -31
- pulumi_oci/fleetappsmanagement/property.py +29 -28
- pulumi_oci/fleetappsmanagement/provision.py +1195 -0
- pulumi_oci/fleetappsmanagement/runbook.py +385 -283
- pulumi_oci/fleetappsmanagement/runbook_version.py +996 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +38 -129
- pulumi_oci/fleetappsmanagement/task_record.py +63 -33
- pulumi_oci/fleetsoftwareupdate/__init__.py +1 -1
- pulumi_oci/fleetsoftwareupdate/_inputs.py +89 -16
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +1 -1
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +72 -43
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +1 -1
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +1 -1
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +22 -8
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +2 -2
- pulumi_oci/fleetsoftwareupdate/outputs.py +173 -16
- pulumi_oci/functions/__init__.py +1 -1
- pulumi_oci/functions/_inputs.py +1 -1
- pulumi_oci/functions/application.py +1 -1
- pulumi_oci/functions/function.py +1 -1
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +1 -1
- pulumi_oci/functions/outputs.py +1 -1
- pulumi_oci/fusionapps/__init__.py +1 -1
- pulumi_oci/fusionapps/_inputs.py +1 -1
- pulumi_oci/fusionapps/fusion_environment.py +1 -1
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +1 -1
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/fusionapps/fusion_environment_family.py +1 -1
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +1 -1
- pulumi_oci/fusionapps/outputs.py +1 -1
- pulumi_oci/generativeai/__init__.py +1 -1
- pulumi_oci/generativeai/_inputs.py +1 -1
- pulumi_oci/generativeai/agent_agent.py +1 -1
- pulumi_oci/generativeai/agent_agent_endpoint.py +1 -1
- pulumi_oci/generativeai/agent_data_ingestion_job.py +1 -1
- pulumi_oci/generativeai/agent_data_source.py +1 -1
- pulumi_oci/generativeai/agent_knowledge_base.py +1 -1
- pulumi_oci/generativeai/dedicated_ai_cluster.py +1 -1
- pulumi_oci/generativeai/endpoint.py +1 -1
- pulumi_oci/generativeai/get_agent_agent.py +1 -1
- pulumi_oci/generativeai/get_agent_agent_endpoint.py +1 -1
- pulumi_oci/generativeai/get_agent_agent_endpoints.py +1 -1
- pulumi_oci/generativeai/get_agent_agents.py +1 -1
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +1 -1
- pulumi_oci/generativeai/get_agent_data_ingestion_job_log_content.py +1 -1
- pulumi_oci/generativeai/get_agent_data_ingestion_jobs.py +1 -1
- pulumi_oci/generativeai/get_agent_data_source.py +1 -1
- pulumi_oci/generativeai/get_agent_data_sources.py +1 -1
- pulumi_oci/generativeai/get_agent_knowledge_base.py +1 -1
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +1 -1
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +1 -1
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +1 -1
- pulumi_oci/generativeai/get_endpoint.py +1 -1
- pulumi_oci/generativeai/get_endpoints.py +1 -1
- pulumi_oci/generativeai/get_model.py +1 -1
- pulumi_oci/generativeai/get_models.py +1 -1
- pulumi_oci/generativeai/model.py +1 -1
- pulumi_oci/generativeai/outputs.py +1 -1
- pulumi_oci/genericartifactscontent/__init__.py +1 -1
- pulumi_oci/genericartifactscontent/artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/globallydistributeddatabase/__init__.py +1 -1
- pulumi_oci/globallydistributeddatabase/_inputs.py +1 -1
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +1 -1
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +1 -1
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +1 -1
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +1 -1
- pulumi_oci/globallydistributeddatabase/outputs.py +1 -1
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +1 -1
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1 -1
- pulumi_oci/goldengate/__init__.py +1 -1
- pulumi_oci/goldengate/_inputs.py +450 -4
- pulumi_oci/goldengate/connection.py +201 -57
- pulumi_oci/goldengate/connection_assignment.py +1 -1
- pulumi_oci/goldengate/database_registration.py +1 -1
- pulumi_oci/goldengate/deployment.py +1 -1
- pulumi_oci/goldengate/deployment_backup.py +1 -1
- pulumi_oci/goldengate/deployment_certificate.py +1 -1
- pulumi_oci/goldengate/get_connection.py +60 -29
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -4
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_certificate.py +1 -1
- pulumi_oci/goldengate/get_deployment_certificates.py +1 -1
- pulumi_oci/goldengate/get_deployment_environments.py +1 -1
- pulumi_oci/goldengate/get_deployment_peers.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_pipeline.py +1 -1
- pulumi_oci/goldengate/get_pipeline_running_processes.py +1 -1
- pulumi_oci/goldengate/get_pipeline_schema_tables.py +1 -1
- pulumi_oci/goldengate/get_pipeline_schemas.py +1 -1
- pulumi_oci/goldengate/get_pipelines.py +1 -1
- pulumi_oci/goldengate/get_recipes.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +887 -23
- pulumi_oci/goldengate/pipeline.py +1 -1
- pulumi_oci/healthchecks/__init__.py +1 -1
- pulumi_oci/healthchecks/_inputs.py +1 -1
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +1 -1
- pulumi_oci/healthchecks/http_probe.py +1 -1
- pulumi_oci/healthchecks/outputs.py +1 -1
- pulumi_oci/healthchecks/ping_monitor.py +1 -1
- pulumi_oci/healthchecks/ping_probe.py +1 -1
- pulumi_oci/identity/__init__.py +1 -1
- pulumi_oci/identity/_inputs.py +1 -1
- pulumi_oci/identity/api_key.py +1 -1
- pulumi_oci/identity/auth_token.py +1 -1
- pulumi_oci/identity/authentication_policy.py +1 -1
- pulumi_oci/identity/compartment.py +1 -1
- pulumi_oci/identity/customer_secret_key.py +1 -1
- pulumi_oci/identity/db_credential.py +1 -1
- pulumi_oci/identity/domain.py +1 -1
- pulumi_oci/identity/domain_replication_to_region.py +1 -1
- pulumi_oci/identity/domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/domains_api_key.py +1 -1
- pulumi_oci/identity/domains_app.py +1 -1
- pulumi_oci/identity/domains_app_role.py +1 -1
- pulumi_oci/identity/domains_approval_workflow.py +1 -1
- pulumi_oci/identity/domains_approval_workflow_assignment.py +1 -1
- pulumi_oci/identity/domains_approval_workflow_step.py +1 -1
- pulumi_oci/identity/domains_auth_token.py +1 -1
- pulumi_oci/identity/domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/domains_cloud_gate.py +1 -1
- pulumi_oci/identity/domains_cloud_gate_mapping.py +1 -1
- pulumi_oci/identity/domains_cloud_gate_server.py +1 -1
- pulumi_oci/identity/domains_condition.py +1 -1
- pulumi_oci/identity/domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/domains_grant.py +1 -1
- pulumi_oci/identity/domains_group.py +1 -1
- pulumi_oci/identity/domains_identity_propagation_trust.py +1 -1
- pulumi_oci/identity/domains_identity_provider.py +1 -1
- pulumi_oci/identity/domains_identity_setting.py +1 -1
- pulumi_oci/identity/domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/domains_my_api_key.py +1 -1
- pulumi_oci/identity/domains_my_auth_token.py +1 -1
- pulumi_oci/identity/domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/domains_my_request.py +1 -1
- pulumi_oci/identity/domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/domains_my_support_account.py +1 -1
- pulumi_oci/identity/domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/domains_network_perimeter.py +1 -1
- pulumi_oci/identity/domains_notification_setting.py +1 -1
- pulumi_oci/identity/domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/domains_oauth_client_certificate.py +1 -1
- pulumi_oci/identity/domains_oauth_partner_certificate.py +1 -1
- pulumi_oci/identity/domains_password_policy.py +1 -1
- pulumi_oci/identity/domains_policy.py +1 -1
- pulumi_oci/identity/domains_rule.py +1 -1
- pulumi_oci/identity/domains_security_question.py +1 -1
- pulumi_oci/identity/domains_security_question_setting.py +1 -1
- pulumi_oci/identity/domains_self_registration_profile.py +1 -1
- pulumi_oci/identity/domains_setting.py +1 -1
- pulumi_oci/identity/domains_smtp_credential.py +1 -1
- pulumi_oci/identity/domains_social_identity_provider.py +1 -1
- pulumi_oci/identity/domains_user.py +1 -1
- pulumi_oci/identity/domains_user_db_credential.py +1 -1
- pulumi_oci/identity/dynamic_group.py +1 -1
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_approval_workflow.py +1 -1
- pulumi_oci/identity/get_domains_approval_workflow_assignment.py +1 -1
- pulumi_oci/identity/get_domains_approval_workflow_assignments.py +1 -1
- pulumi_oci/identity/get_domains_approval_workflow_step.py +1 -1
- pulumi_oci/identity/get_domains_approval_workflow_steps.py +1 -1
- pulumi_oci/identity/get_domains_approval_workflows.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_branding_setting.py +1 -1
- pulumi_oci/identity/get_domains_branding_settings.py +1 -1
- pulumi_oci/identity/get_domains_cloud_gate.py +1 -1
- pulumi_oci/identity/get_domains_cloud_gate_mapping.py +1 -1
- pulumi_oci/identity/get_domains_cloud_gate_mappings.py +1 -1
- pulumi_oci/identity/get_domains_cloud_gate_server.py +1 -1
- pulumi_oci/identity/get_domains_cloud_gate_servers.py +1 -1
- pulumi_oci/identity/get_domains_cloud_gates.py +1 -1
- pulumi_oci/identity/get_domains_condition.py +1 -1
- pulumi_oci/identity/get_domains_conditions.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_propagation_trust.py +1 -1
- pulumi_oci/identity/get_domains_identity_propagation_trusts.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_completed_approval.py +1 -1
- pulumi_oci/identity/get_domains_my_completed_approvals.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_pending_approval.py +1 -1
- pulumi_oci/identity/get_domains_my_pending_approvals.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_network_perimeter.py +1 -1
- pulumi_oci/identity/get_domains_network_perimeters.py +1 -1
- pulumi_oci/identity/get_domains_notification_setting.py +1 -1
- pulumi_oci/identity/get_domains_notification_settings.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth_client_certificate.py +1 -1
- pulumi_oci/identity/get_domains_oauth_client_certificates.py +1 -1
- pulumi_oci/identity/get_domains_oauth_partner_certificate.py +1 -1
- pulumi_oci/identity/get_domains_oauth_partner_certificates.py +1 -1
- pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consent.py +1 -1
- pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consents.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_policies.py +1 -1
- pulumi_oci/identity/get_domains_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_rule.py +1 -1
- pulumi_oci/identity/get_domains_rules.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_self_registration_profile.py +1 -1
- pulumi_oci/identity/get_domains_self_registration_profiles.py +1 -1
- pulumi_oci/identity/get_domains_setting.py +1 -1
- pulumi_oci/identity/get_domains_settings.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_social_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_social_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +1 -1
- pulumi_oci/identity/identity_provider.py +1 -1
- pulumi_oci/identity/idp_group_mapping.py +1 -1
- pulumi_oci/identity/import_standard_tags_management.py +1 -1
- pulumi_oci/identity/network_source.py +1 -1
- pulumi_oci/identity/outputs.py +1 -1
- pulumi_oci/identity/policy.py +1 -1
- pulumi_oci/identity/smtp_credential.py +1 -1
- pulumi_oci/identity/tag.py +1 -1
- pulumi_oci/identity/tag_default.py +1 -1
- pulumi_oci/identity/tag_namespace.py +1 -1
- pulumi_oci/identity/ui_password.py +1 -1
- pulumi_oci/identity/user.py +1 -1
- pulumi_oci/identity/user_capabilities_management.py +1 -1
- pulumi_oci/identity/user_group_membership.py +1 -1
- pulumi_oci/identitydataplane/__init__.py +1 -1
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +1 -1
- pulumi_oci/integration/__init__.py +1 -1
- pulumi_oci/integration/_inputs.py +1 -1
- pulumi_oci/integration/get_integration_instance.py +1 -1
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +1 -1
- pulumi_oci/integration/oracle_managed_custom_endpoint.py +1 -1
- pulumi_oci/integration/outputs.py +1 -1
- pulumi_oci/integration/private_endpoint_outbound_connection.py +1 -1
- pulumi_oci/jms/__init__.py +1 -1
- pulumi_oci/jms/_inputs.py +1 -1
- pulumi_oci/jms/fleet.py +1 -1
- pulumi_oci/jms/fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_agent_installers.py +1 -1
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_drs_file.py +1 -1
- pulumi_oci/jms/get_fleet_drs_files.py +1 -1
- pulumi_oci/jms/get_fleet_error_analytics.py +1 -1
- pulumi_oci/jms/get_fleet_errors.py +1 -1
- pulumi_oci/jms/get_fleet_export_setting.py +1 -1
- pulumi_oci/jms/get_fleet_export_status.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_downloads_java_download_records.py +1 -1
- pulumi_oci/jms/get_java_downloads_java_download_report.py +1 -1
- pulumi_oci/jms/get_java_downloads_java_download_report_content.py +1 -1
- pulumi_oci/jms/get_java_downloads_java_download_reports.py +1 -1
- pulumi_oci/jms/get_java_downloads_java_download_token.py +1 -1
- pulumi_oci/jms/get_java_downloads_java_download_tokens.py +1 -1
- pulumi_oci/jms/get_java_downloads_java_license.py +1 -1
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +1 -1
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +1 -1
- pulumi_oci/jms/get_java_downloads_java_licenses.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_jms_plugin.py +1 -1
- pulumi_oci/jms/get_jms_plugins.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_plugin_error_analytics.py +1 -1
- pulumi_oci/jms/get_plugin_errors.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/java_downloads_java_download_report.py +1 -1
- pulumi_oci/jms/java_downloads_java_download_token.py +1 -1
- pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +1 -1
- pulumi_oci/jms/jms_plugin.py +1 -1
- pulumi_oci/jms/outputs.py +1 -1
- pulumi_oci/kms/__init__.py +1 -1
- pulumi_oci/kms/_inputs.py +1 -1
- pulumi_oci/kms/ekms_private_endpoint.py +1 -1
- pulumi_oci/kms/encrypted_data.py +1 -1
- pulumi_oci/kms/generated_key.py +1 -1
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoints.py +1 -1
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +1 -1
- pulumi_oci/kms/get_key_version.py +1 -1
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +1 -1
- pulumi_oci/kms/get_replication_status.py +1 -1
- pulumi_oci/kms/get_vault.py +1 -1
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +1 -1
- pulumi_oci/kms/key_version.py +1 -1
- pulumi_oci/kms/outputs.py +1 -1
- pulumi_oci/kms/sign.py +1 -1
- pulumi_oci/kms/vault.py +1 -1
- pulumi_oci/kms/vault_verification.py +1 -1
- pulumi_oci/kms/verify.py +1 -1
- pulumi_oci/licensemanager/__init__.py +1 -1
- pulumi_oci/licensemanager/_inputs.py +1 -1
- pulumi_oci/licensemanager/configuration.py +1 -1
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +1 -1
- pulumi_oci/licensemanager/outputs.py +1 -1
- pulumi_oci/licensemanager/product_license.py +1 -1
- pulumi_oci/limits/__init__.py +1 -1
- pulumi_oci/limits/_inputs.py +1 -1
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +1 -1
- pulumi_oci/limits/quota.py +1 -1
- pulumi_oci/loadbalancer/__init__.py +1 -1
- pulumi_oci/loadbalancer/_inputs.py +25 -7
- pulumi_oci/loadbalancer/backend.py +36 -8
- pulumi_oci/loadbalancer/backend_set.py +36 -8
- pulumi_oci/loadbalancer/certificate.py +1 -1
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +1 -1
- pulumi_oci/loadbalancer/listener.py +8 -8
- pulumi_oci/loadbalancer/load_balancer.py +82 -1
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/outputs.py +30 -11
- pulumi_oci/loadbalancer/path_route_set.py +1 -1
- pulumi_oci/loadbalancer/rule_set.py +1 -1
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +1 -1
- pulumi_oci/loganalytics/__init__.py +15 -1
- pulumi_oci/loganalytics/_inputs.py +920 -5
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +99 -4
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +39 -6
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +39 -4
- pulumi_oci/loganalytics/get_log_analytics_entity_type.py +254 -0
- pulumi_oci/loganalytics/get_log_analytics_entity_types.py +230 -0
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +58 -2
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +26 -4
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +42 -2
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +21 -2
- pulumi_oci/loganalytics/get_namespace_field_usage.py +162 -0
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_lookup.py +450 -0
- pulumi_oci/loganalytics/get_namespace_parser_actions.py +186 -0
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +29 -7
- pulumi_oci/loganalytics/get_namespace_storage_archival_config.py +140 -0
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespace_template.py +358 -0
- pulumi_oci/loganalytics/get_namespace_templates.py +271 -0
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +29 -1
- pulumi_oci/loganalytics/log_analytics_entity_type.py +508 -0
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +1 -1
- pulumi_oci/loganalytics/log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +196 -22
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +1 -1
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +8 -8
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +1 -1
- pulumi_oci/loganalytics/namespace.py +1 -1
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +1 -1
- pulumi_oci/loganalytics/namespace_lookup.py +1207 -0
- pulumi_oci/loganalytics/namespace_lookups_append_data_management.py +409 -0
- pulumi_oci/loganalytics/namespace_lookups_update_data_management.py +409 -0
- pulumi_oci/loganalytics/namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/namespace_storage_archival_config.py +284 -0
- pulumi_oci/loganalytics/namespace_storage_enable_disable_archiving.py +283 -0
- pulumi_oci/loganalytics/outputs.py +2138 -70
- pulumi_oci/logging/__init__.py +1 -1
- pulumi_oci/logging/_inputs.py +1 -1
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +1 -1
- pulumi_oci/logging/log_group.py +1 -1
- pulumi_oci/logging/log_saved_search.py +1 -1
- pulumi_oci/logging/outputs.py +1 -1
- pulumi_oci/logging/unified_agent_configuration.py +1 -1
- pulumi_oci/lustre/__init__.py +1 -1
- pulumi_oci/lustre/_inputs.py +1 -1
- pulumi_oci/lustre/file_storage_lustre_file_system.py +1 -1
- pulumi_oci/lustre/get_file_storage_lustre_file_system.py +1 -1
- pulumi_oci/lustre/get_file_storage_lustre_file_systems.py +1 -1
- pulumi_oci/lustre/outputs.py +1 -1
- pulumi_oci/managementagent/__init__.py +1 -1
- pulumi_oci/managementagent/_inputs.py +1 -1
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_data_source.py +1 -1
- pulumi_oci/managementagent/get_management_agent_data_sources.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +1 -1
- pulumi_oci/managementagent/management_agent_data_source.py +1 -1
- pulumi_oci/managementagent/management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/outputs.py +1 -1
- pulumi_oci/managementdashboard/__init__.py +1 -1
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +1 -1
- pulumi_oci/marketplace/__init__.py +1 -1
- pulumi_oci/marketplace/_inputs.py +1 -1
- pulumi_oci/marketplace/accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +1 -1
- pulumi_oci/marketplace/outputs.py +1 -1
- pulumi_oci/marketplace/publication.py +1 -1
- pulumi_oci/mediaservices/__init__.py +1 -1
- pulumi_oci/mediaservices/_inputs.py +1 -1
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +1 -1
- pulumi_oci/mediaservices/media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/outputs.py +1 -1
- pulumi_oci/mediaservices/stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/stream_packaging_config.py +1 -1
- pulumi_oci/meteringcomputation/__init__.py +1 -1
- pulumi_oci/meteringcomputation/_inputs.py +138 -43
- pulumi_oci/meteringcomputation/custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_average_carbon_emission.py +2 -2
- pulumi_oci/meteringcomputation/get_clean_energy_usage.py +1 -1
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +8 -8
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +6 -6
- pulumi_oci/meteringcomputation/get_schedules.py +3 -3
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_config.py +3 -3
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_queries.py +3 -3
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_query.py +3 -3
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_group.py +9 -9
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py +5 -5
- pulumi_oci/meteringcomputation/outputs.py +247 -97
- pulumi_oci/meteringcomputation/query.py +1 -1
- pulumi_oci/meteringcomputation/schedule.py +1 -1
- pulumi_oci/meteringcomputation/usage.py +15 -15
- pulumi_oci/meteringcomputation/usage_carbon_emission.py +161 -14
- pulumi_oci/meteringcomputation/usage_carbon_emissions_query.py +9 -3
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +21 -21
- pulumi_oci/monitoring/__init__.py +1 -1
- pulumi_oci/monitoring/_inputs.py +1 -1
- pulumi_oci/monitoring/alarm.py +1 -1
- pulumi_oci/monitoring/alarm_suppression.py +1 -1
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarm_suppression.py +1 -1
- pulumi_oci/monitoring/get_alarm_suppressions.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +1 -1
- pulumi_oci/mysql/__init__.py +1 -1
- pulumi_oci/mysql/_inputs.py +448 -7
- pulumi_oci/mysql/channel.py +1 -1
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +30 -2
- pulumi_oci/mysql/get_mysql_backups.py +24 -2
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +45 -3
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +30 -2
- pulumi_oci/mysql/get_replicas.py +1 -1
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/mysql_backup.py +99 -3
- pulumi_oci/mysql/mysql_configuration.py +1 -1
- pulumi_oci/mysql/mysql_db_system.py +162 -1
- pulumi_oci/mysql/outputs.py +939 -23
- pulumi_oci/mysql/replica.py +59 -1
- pulumi_oci/networkfirewall/__init__.py +4 -1
- pulumi_oci/networkfirewall/_inputs.py +240 -1
- pulumi_oci/networkfirewall/get_network_firewall.py +17 -2
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_address_list.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_address_lists.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_application.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_application_group.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_application_groups.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_applications.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profile.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profiles.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rule.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rules.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secrets.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_nat_rule.py +245 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_nat_rules.py +183 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_security_rule.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_security_rules.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_service.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_service_list.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_service_lists.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_services.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_url_list.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy_url_lists.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +56 -1
- pulumi_oci/networkfirewall/network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/network_firewall_policy_address_list.py +1 -1
- pulumi_oci/networkfirewall/network_firewall_policy_application.py +1 -1
- pulumi_oci/networkfirewall/network_firewall_policy_application_group.py +1 -1
- pulumi_oci/networkfirewall/network_firewall_policy_decryption_profile.py +1 -1
- pulumi_oci/networkfirewall/network_firewall_policy_decryption_rule.py +1 -1
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +1 -1
- pulumi_oci/networkfirewall/network_firewall_policy_nat_rule.py +604 -0
- pulumi_oci/networkfirewall/network_firewall_policy_security_rule.py +1 -1
- pulumi_oci/networkfirewall/network_firewall_policy_service.py +1 -1
- pulumi_oci/networkfirewall/network_firewall_policy_service_list.py +1 -1
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +1 -1
- pulumi_oci/networkfirewall/network_firewall_policy_url_list.py +1 -1
- pulumi_oci/networkfirewall/outputs.py +540 -1
- pulumi_oci/networkloadbalancer/__init__.py +1 -1
- pulumi_oci/networkloadbalancer/_inputs.py +1 -1
- pulumi_oci/networkloadbalancer/backend.py +1 -1
- pulumi_oci/networkloadbalancer/backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_backend_set_backend_operational_status.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +1 -1
- pulumi_oci/networkloadbalancer/network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +1 -1
- pulumi_oci/networkloadbalancer/outputs.py +1 -1
- pulumi_oci/nosql/__init__.py +3 -1
- pulumi_oci/nosql/_inputs.py +130 -4
- pulumi_oci/nosql/configuration.py +383 -0
- pulumi_oci/nosql/get_configuration.py +162 -0
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +8 -8
- pulumi_oci/nosql/outputs.py +165 -3
- pulumi_oci/nosql/table.py +1 -1
- pulumi_oci/nosql/table_replica.py +10 -10
- pulumi_oci/objectstorage/__init__.py +1 -1
- pulumi_oci/objectstorage/_inputs.py +1 -1
- pulumi_oci/objectstorage/bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_private_endpoint.py +1 -1
- pulumi_oci/objectstorage/get_private_endpoint_summaries.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/outputs.py +1 -1
- pulumi_oci/objectstorage/preauthrequest.py +1 -1
- pulumi_oci/objectstorage/private_endpoint.py +1 -1
- pulumi_oci/objectstorage/replication_policy.py +1 -1
- pulumi_oci/objectstorage/storage_object.py +1 -1
- pulumi_oci/oce/__init__.py +1 -1
- pulumi_oci/oce/_inputs.py +1 -1
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +1 -1
- pulumi_oci/oce/outputs.py +1 -1
- pulumi_oci/oci/__init__.py +47 -4
- pulumi_oci/oci/_inputs.py +1490 -94
- pulumi_oci/oci/apiaccesscontrol_privileged_api_control.py +930 -0
- pulumi_oci/oci/apiaccesscontrol_privileged_api_request.py +1303 -0
- pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +675 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +743 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +675 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +740 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +840 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +673 -0
- pulumi_oci/oci/get_apiaccesscontrol_api_metadata.py +310 -0
- pulumi_oci/oci/get_apiaccesscontrol_api_metadata_by_entity_types.py +208 -0
- pulumi_oci/oci/get_apiaccesscontrol_api_metadatas.py +208 -0
- pulumi_oci/oci/get_apiaccesscontrol_privileged_api_control.py +367 -0
- pulumi_oci/oci/get_apiaccesscontrol_privileged_api_controls.py +222 -0
- pulumi_oci/oci/get_apiaccesscontrol_privileged_api_request.py +535 -0
- pulumi_oci/oci/get_apiaccesscontrol_privileged_api_requests.py +244 -0
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +252 -0
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +297 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +310 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +255 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +296 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +255 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +311 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +233 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +282 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +233 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +338 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +296 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +255 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +252 -0
- pulumi_oci/oci/get_wlms_managed_instance.py +255 -0
- pulumi_oci/oci/get_wlms_managed_instance_scan_results.py +189 -0
- pulumi_oci/oci/get_wlms_managed_instance_server.py +378 -0
- pulumi_oci/oci/get_wlms_managed_instance_server_installed_patches.py +168 -0
- pulumi_oci/oci/get_wlms_managed_instance_servers.py +170 -0
- pulumi_oci/oci/get_wlms_managed_instances.py +200 -0
- pulumi_oci/oci/get_wlms_wls_domain.py +311 -0
- pulumi_oci/oci/get_wlms_wls_domain_agreement_records.py +145 -0
- pulumi_oci/oci/get_wlms_wls_domain_applicable_patches.py +145 -0
- pulumi_oci/oci/get_wlms_wls_domain_scan_results.py +170 -0
- pulumi_oci/oci/get_wlms_wls_domain_server.py +378 -0
- pulumi_oci/oci/get_wlms_wls_domain_server_backup.py +230 -0
- pulumi_oci/oci/get_wlms_wls_domain_server_backup_content.py +189 -0
- pulumi_oci/oci/get_wlms_wls_domain_server_backups.py +168 -0
- pulumi_oci/oci/get_wlms_wls_domain_server_installed_patches.py +168 -0
- pulumi_oci/oci/get_wlms_wls_domain_servers.py +170 -0
- pulumi_oci/oci/get_wlms_wls_domains.py +266 -0
- pulumi_oci/oci/outputs.py +5328 -350
- pulumi_oci/ocvp/__init__.py +1 -1
- pulumi_oci/ocvp/_inputs.py +1 -1
- pulumi_oci/ocvp/cluster.py +1 -1
- pulumi_oci/ocvp/esxi_host.py +1 -1
- pulumi_oci/ocvp/get_cluster.py +1 -1
- pulumi_oci/ocvp/get_clusters.py +1 -1
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_retrieve_password.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_commitments.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +1 -1
- pulumi_oci/ocvp/sddc.py +1 -1
- pulumi_oci/oda/__init__.py +1 -1
- pulumi_oci/oda/_inputs.py +1 -1
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +1 -1
- pulumi_oci/oda/oda_private_endpoint.py +1 -1
- pulumi_oci/oda/oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/outputs.py +1 -1
- pulumi_oci/onesubsription/__init__.py +1 -1
- pulumi_oci/onesubsription/_inputs.py +1 -1
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +1 -1
- pulumi_oci/ons/__init__.py +1 -1
- pulumi_oci/ons/_inputs.py +1 -1
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +1 -1
- pulumi_oci/ons/outputs.py +1 -1
- pulumi_oci/ons/subscription.py +1 -1
- pulumi_oci/opa/__init__.py +1 -1
- pulumi_oci/opa/_inputs.py +1 -1
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +1 -1
- pulumi_oci/opa/outputs.py +1 -1
- pulumi_oci/opensearch/__init__.py +1 -1
- pulumi_oci/opensearch/_inputs.py +152 -1
- pulumi_oci/opensearch/cluster.py +472 -2
- pulumi_oci/opensearch/get_opensearch_cluster.py +139 -2
- pulumi_oci/opensearch/get_opensearch_cluster_pipeline.py +16 -2
- pulumi_oci/opensearch/get_opensearch_cluster_pipelines.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/opensearch_cluster_pipeline.py +50 -1
- pulumi_oci/opensearch/outputs.py +358 -1
- pulumi_oci/operatoraccesscontrol/__init__.py +1 -1
- pulumi_oci/operatoraccesscontrol/_inputs.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_audit_log_report.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/outputs.py +1 -1
- pulumi_oci/opsi/__init__.py +1 -1
- pulumi_oci/opsi/_inputs.py +1 -1
- pulumi_oci/opsi/awr_hub.py +1 -1
- pulumi_oci/opsi/awr_hub_source.py +1 -1
- pulumi_oci/opsi/awr_hub_source_awrhubsources_management.py +1 -1
- pulumi_oci/opsi/database_insight.py +1 -1
- pulumi_oci/opsi/enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/exadata_insight.py +1 -1
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hub_source.py +1 -1
- pulumi_oci/opsi/get_awr_hub_sources.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +1 -1
- pulumi_oci/opsi/news_report.py +1 -1
- pulumi_oci/opsi/operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +1 -1
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +1 -1
- pulumi_oci/opsi/operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/opsi_configuration.py +1 -1
- pulumi_oci/opsi/outputs.py +1 -1
- pulumi_oci/optimizer/__init__.py +1 -1
- pulumi_oci/optimizer/_inputs.py +1 -1
- pulumi_oci/optimizer/enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1 -1
- pulumi_oci/optimizer/profile.py +1 -1
- pulumi_oci/optimizer/recommendation.py +1 -1
- pulumi_oci/optimizer/resource_action.py +1 -1
- pulumi_oci/osmanagementhub/__init__.py +1 -1
- pulumi_oci/osmanagementhub/_inputs.py +1 -1
- pulumi_oci/osmanagementhub/event.py +1 -1
- pulumi_oci/osmanagementhub/get_entitlements.py +1 -1
- pulumi_oci/osmanagementhub/get_errata.py +1 -1
- pulumi_oci/osmanagementhub/get_erratum.py +1 -1
- pulumi_oci/osmanagementhub/get_event.py +1 -1
- pulumi_oci/osmanagementhub/get_events.py +1 -1
- pulumi_oci/osmanagementhub/get_lifecycle_environment.py +1 -1
- pulumi_oci/osmanagementhub/get_lifecycle_environments.py +1 -1
- pulumi_oci/osmanagementhub/get_lifecycle_stage.py +1 -1
- pulumi_oci/osmanagementhub/get_lifecycle_stages.py +1 -1
- pulumi_oci/osmanagementhub/get_managed_instance.py +1 -1
- pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +1 -1
- pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +1 -1
- pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +1 -1
- pulumi_oci/osmanagementhub/get_managed_instance_errata.py +1 -1
- pulumi_oci/osmanagementhub/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +1 -1
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +1 -1
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +1 -1
- pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +1 -1
- pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +1 -1
- pulumi_oci/osmanagementhub/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +1 -1
- pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +1 -1
- pulumi_oci/osmanagementhub/get_managed_instance_modules.py +1 -1
- pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +1 -1
- pulumi_oci/osmanagementhub/get_managed_instances.py +1 -1
- pulumi_oci/osmanagementhub/get_management_station.py +1 -1
- pulumi_oci/osmanagementhub/get_management_station_mirrors.py +1 -1
- pulumi_oci/osmanagementhub/get_management_stations.py +1 -1
- pulumi_oci/osmanagementhub/get_profile.py +1 -1
- pulumi_oci/osmanagementhub/get_profile_available_software_sources.py +1 -1
- pulumi_oci/osmanagementhub/get_profile_version.py +1 -1
- pulumi_oci/osmanagementhub/get_profiles.py +1 -1
- pulumi_oci/osmanagementhub/get_scheduled_job.py +1 -1
- pulumi_oci/osmanagementhub/get_scheduled_jobs.py +1 -1
- pulumi_oci/osmanagementhub/get_software_package.py +1 -1
- pulumi_oci/osmanagementhub/get_software_package_software_source.py +1 -1
- pulumi_oci/osmanagementhub/get_software_packages.py +1 -1
- pulumi_oci/osmanagementhub/get_software_source.py +1 -1
- pulumi_oci/osmanagementhub/get_software_source_available_software_packages.py +1 -1
- pulumi_oci/osmanagementhub/get_software_source_manifest.py +1 -1
- pulumi_oci/osmanagementhub/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +1 -1
- pulumi_oci/osmanagementhub/get_software_source_module_streams.py +1 -1
- pulumi_oci/osmanagementhub/get_software_source_package_group.py +1 -1
- pulumi_oci/osmanagementhub/get_software_source_package_groups.py +1 -1
- pulumi_oci/osmanagementhub/get_software_source_software_package.py +1 -1
- pulumi_oci/osmanagementhub/get_software_source_software_packages.py +1 -1
- pulumi_oci/osmanagementhub/get_software_source_vendors.py +1 -1
- pulumi_oci/osmanagementhub/get_software_sources.py +1 -1
- pulumi_oci/osmanagementhub/get_windows_update.py +1 -1
- pulumi_oci/osmanagementhub/get_windows_updates.py +1 -1
- pulumi_oci/osmanagementhub/lifecycle_environment.py +1 -1
- pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +1 -1
- pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +1 -1
- pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +1 -1
- pulumi_oci/osmanagementhub/lifecycle_stage_reboot_management.py +1 -1
- pulumi_oci/osmanagementhub/managed_instance.py +1 -1
- pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +1 -1
- pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +1 -1
- pulumi_oci/osmanagementhub/managed_instance_group.py +1 -1
- pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +1 -1
- pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +1 -1
- pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +1 -1
- pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +1 -1
- pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +1 -1
- pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +1 -1
- pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +1 -1
- pulumi_oci/osmanagementhub/managed_instance_group_reboot_management.py +1 -1
- pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +1 -1
- pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +1 -1
- pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +1 -1
- pulumi_oci/osmanagementhub/managed_instance_reboot_management.py +1 -1
- pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +1 -1
- pulumi_oci/osmanagementhub/management_station.py +1 -1
- pulumi_oci/osmanagementhub/management_station_associate_managed_instances_management.py +1 -1
- pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +1 -1
- pulumi_oci/osmanagementhub/management_station_refresh_management.py +1 -1
- pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +1 -1
- pulumi_oci/osmanagementhub/outputs.py +1 -1
- pulumi_oci/osmanagementhub/profile.py +1 -1
- pulumi_oci/osmanagementhub/profile_attach_lifecycle_stage_management.py +1 -1
- pulumi_oci/osmanagementhub/profile_attach_managed_instance_group_management.py +1 -1
- pulumi_oci/osmanagementhub/profile_attach_management_station_management.py +1 -1
- pulumi_oci/osmanagementhub/profile_attach_software_sources_management.py +1 -1
- pulumi_oci/osmanagementhub/profile_detach_software_sources_management.py +1 -1
- pulumi_oci/osmanagementhub/scheduled_job.py +1 -1
- pulumi_oci/osmanagementhub/software_source.py +1 -1
- pulumi_oci/osmanagementhub/software_source_add_packages_management.py +1 -1
- pulumi_oci/osmanagementhub/software_source_change_availability_management.py +1 -1
- pulumi_oci/osmanagementhub/software_source_generate_metadata_management.py +1 -1
- pulumi_oci/osmanagementhub/software_source_manifest.py +1 -1
- pulumi_oci/osmanagementhub/software_source_remove_packages_management.py +1 -1
- pulumi_oci/osmanagementhub/software_source_replace_packages_management.py +1 -1
- pulumi_oci/osmanagementhub/work_request_rerun_management.py +1 -1
- pulumi_oci/ospgateway/__init__.py +1 -1
- pulumi_oci/ospgateway/_inputs.py +1 -1
- pulumi_oci/ospgateway/address_action_verification.py +1 -1
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +1 -1
- pulumi_oci/ospgateway/subscription.py +1 -1
- pulumi_oci/osubbillingschedule/__init__.py +1 -1
- pulumi_oci/osubbillingschedule/_inputs.py +1 -1
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +1 -1
- pulumi_oci/osuborganizationsubscription/__init__.py +1 -1
- pulumi_oci/osuborganizationsubscription/_inputs.py +1 -1
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +1 -1
- pulumi_oci/osubsubscription/__init__.py +1 -1
- pulumi_oci/osubsubscription/_inputs.py +1 -1
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +1 -1
- pulumi_oci/osubusage/__init__.py +1 -1
- pulumi_oci/osubusage/_inputs.py +1 -1
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +1 -1
- pulumi_oci/provider.py +1 -1
- pulumi_oci/psql/__init__.py +1 -1
- pulumi_oci/psql/_inputs.py +1 -1
- pulumi_oci/psql/backup.py +1 -1
- pulumi_oci/psql/configuration.py +1 -1
- pulumi_oci/psql/db_system.py +1 -1
- pulumi_oci/psql/get_backup.py +1 -1
- pulumi_oci/psql/get_backups.py +1 -1
- pulumi_oci/psql/get_configuration.py +1 -1
- pulumi_oci/psql/get_configurations.py +1 -1
- pulumi_oci/psql/get_db_system.py +1 -1
- pulumi_oci/psql/get_db_system_connection_detail.py +1 -1
- pulumi_oci/psql/get_db_system_primary_db_instance.py +1 -1
- pulumi_oci/psql/get_db_systems.py +1 -1
- pulumi_oci/psql/get_default_configuration.py +1 -1
- pulumi_oci/psql/get_default_configurations.py +1 -1
- pulumi_oci/psql/get_shapes.py +1 -1
- pulumi_oci/psql/outputs.py +1 -1
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/__init__.py +1 -1
- pulumi_oci/queue/_inputs.py +1 -1
- pulumi_oci/queue/get_queue.py +1 -1
- pulumi_oci/queue/get_queues.py +1 -1
- pulumi_oci/queue/outputs.py +1 -1
- pulumi_oci/queue/queue.py +1 -1
- pulumi_oci/recoverymod/__init__.py +1 -1
- pulumi_oci/recoverymod/_inputs.py +1 -1
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +1 -1
- pulumi_oci/recoverymod/protected_database.py +1 -1
- pulumi_oci/recoverymod/protection_policy.py +1 -1
- pulumi_oci/recoverymod/recovery_service_subnet.py +1 -1
- pulumi_oci/redis/__init__.py +9 -1
- pulumi_oci/redis/_inputs.py +180 -1
- pulumi_oci/{servicemesh/get_access_policy.py → redis/get_oci_cache_user.py} +83 -83
- pulumi_oci/redis/get_oci_cache_users.py +192 -0
- pulumi_oci/redis/get_redis_cluster.py +1 -1
- pulumi_oci/redis/get_redis_cluster_nodes.py +1 -1
- pulumi_oci/redis/get_redis_clusters.py +1 -1
- pulumi_oci/{servicemesh/access_policy.py → redis/oci_cache_user.py} +258 -242
- pulumi_oci/redis/oci_cache_user_get_redis_cluster.py +333 -0
- pulumi_oci/redis/outputs.py +331 -1
- pulumi_oci/redis/redis_cluster.py +1 -1
- pulumi_oci/redis/redis_cluster_attach_oci_cache_user.py +263 -0
- pulumi_oci/redis/redis_cluster_create_identity_token.py +439 -0
- pulumi_oci/redis/redis_cluster_detach_oci_cache_user.py +263 -0
- pulumi_oci/redis/redis_cluster_get_oci_cache_user.py +333 -0
- pulumi_oci/resourcemanager/__init__.py +1 -1
- pulumi_oci/resourcemanager/_inputs.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +1 -1
- pulumi_oci/resourcemanager/private_endpoint.py +1 -1
- pulumi_oci/resourcescheduler/__init__.py +1 -1
- pulumi_oci/resourcescheduler/_inputs.py +1 -1
- pulumi_oci/resourcescheduler/get_schedule.py +1 -1
- pulumi_oci/resourcescheduler/get_schedules.py +1 -1
- pulumi_oci/resourcescheduler/outputs.py +1 -1
- pulumi_oci/resourcescheduler/schedule.py +1 -1
- pulumi_oci/sch/__init__.py +1 -1
- pulumi_oci/sch/_inputs.py +1 -1
- pulumi_oci/sch/connector.py +1 -1
- pulumi_oci/sch/get_connector_plugin.py +1 -1
- pulumi_oci/sch/get_connector_plugins.py +1 -1
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +1 -1
- pulumi_oci/secrets/__init__.py +1 -1
- pulumi_oci/secrets/_inputs.py +1 -1
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +1 -1
- pulumi_oci/securityattribute/__init__.py +1 -1
- pulumi_oci/securityattribute/_inputs.py +1 -1
- pulumi_oci/securityattribute/get_security_attribute.py +1 -1
- pulumi_oci/securityattribute/get_security_attribute_namespace.py +1 -1
- pulumi_oci/securityattribute/get_security_attribute_namespaces.py +1 -1
- pulumi_oci/securityattribute/get_security_attributes.py +1 -1
- pulumi_oci/securityattribute/outputs.py +1 -1
- pulumi_oci/securityattribute/security_attribute.py +1 -1
- pulumi_oci/securityattribute/security_attribute_namespace.py +1 -1
- pulumi_oci/servicecatalog/__init__.py +1 -1
- pulumi_oci/servicecatalog/_inputs.py +1 -1
- pulumi_oci/servicecatalog/catalog.py +1 -1
- pulumi_oci/servicecatalog/catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +1 -1
- pulumi_oci/servicecatalog/private_application.py +1 -1
- pulumi_oci/servicemanagerproxy/__init__.py +1 -1
- pulumi_oci/servicemanagerproxy/_inputs.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +1 -1
- pulumi_oci/stackmonitoring/__init__.py +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +1 -1
- pulumi_oci/stackmonitoring/baselineable_metric.py +1 -1
- pulumi_oci/stackmonitoring/config.py +1 -1
- pulumi_oci/stackmonitoring/discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +1 -1
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +1 -1
- pulumi_oci/stackmonitoring/get_baselineable_metrics_evaluate.py +1 -1
- pulumi_oci/stackmonitoring/get_config.py +1 -1
- pulumi_oci/stackmonitoring/get_configs.py +1 -1
- pulumi_oci/stackmonitoring/get_defined_monitoring_templates.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_maintenance_window.py +1 -1
- pulumi_oci/stackmonitoring/get_maintenance_windows.py +1 -1
- pulumi_oci/stackmonitoring/get_metric_extension.py +1 -1
- pulumi_oci/stackmonitoring/get_metric_extensions.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_task.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_tasks.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_types.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resources.py +1 -1
- pulumi_oci/stackmonitoring/get_monitoring_template.py +1 -1
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_condition.py +1 -1
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_conditions.py +1 -1
- pulumi_oci/stackmonitoring/get_monitoring_templates.py +1 -1
- pulumi_oci/stackmonitoring/get_process_set.py +1 -1
- pulumi_oci/stackmonitoring/get_process_sets.py +1 -1
- pulumi_oci/stackmonitoring/maintenance_window.py +1 -1
- pulumi_oci/stackmonitoring/maintenance_windows_retry_failed_operation.py +1 -1
- pulumi_oci/stackmonitoring/maintenance_windows_stop.py +1 -1
- pulumi_oci/stackmonitoring/metric_extension.py +1 -1
- pulumi_oci/stackmonitoring/metric_extension_metric_extension_on_given_resources_management.py +1 -1
- pulumi_oci/stackmonitoring/metric_extensions_test_management.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource_task.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource_type.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resources_search.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +1 -1
- pulumi_oci/stackmonitoring/monitoring_template.py +1 -1
- pulumi_oci/stackmonitoring/monitoring_template_alarm_condition.py +1 -1
- pulumi_oci/stackmonitoring/monitoring_template_monitoring_template_on_given_resources_management.py +1 -1
- pulumi_oci/stackmonitoring/outputs.py +1 -1
- pulumi_oci/stackmonitoring/process_set.py +1 -1
- pulumi_oci/streaming/__init__.py +1 -1
- pulumi_oci/streaming/_inputs.py +1 -1
- pulumi_oci/streaming/connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +1 -1
- pulumi_oci/streaming/stream.py +1 -1
- pulumi_oci/streaming/stream_pool.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/__init__.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/_inputs.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription_line_items.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscriptions.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_domain.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_domain_governance.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_domain_governances.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_domains.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_link.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_links.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_organization.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancies.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancy.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_organizations.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitation.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitations.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitation.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitations.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_subscription.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_subscription_available_regions.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_subscription_line_items.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mapping.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mappings.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/get_subscriptions.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/outputs.py +1 -1
- pulumi_oci/tenantmanagercontrolplane/subscription_mapping.py +1 -1
- pulumi_oci/usageproxy/__init__.py +1 -1
- pulumi_oci/usageproxy/_inputs.py +1 -1
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +1 -1
- pulumi_oci/usageproxy/subscription_redeemable_user.py +1 -1
- pulumi_oci/vault/__init__.py +1 -1
- pulumi_oci/vault/_inputs.py +1 -1
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version_sdk_v2.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +1 -1
- pulumi_oci/vault/secret.py +1 -1
- pulumi_oci/vbs/__init__.py +1 -1
- pulumi_oci/vbs/_inputs.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/outputs.py +1 -1
- pulumi_oci/visualbuilder/__init__.py +1 -1
- pulumi_oci/visualbuilder/_inputs.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +1 -1
- pulumi_oci/visualbuilder/vb_instance.py +1 -1
- pulumi_oci/vnmonitoring/__init__.py +1 -1
- pulumi_oci/vnmonitoring/_inputs.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +1 -1
- pulumi_oci/vnmonitoring/path_analysi.py +1 -1
- pulumi_oci/vnmonitoring/path_analyzer_test.py +1 -1
- pulumi_oci/vulnerabilityscanning/__init__.py +1 -1
- pulumi_oci/vulnerabilityscanning/_inputs.py +1 -1
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/outputs.py +1 -1
- pulumi_oci/waa/__init__.py +1 -1
- pulumi_oci/waa/_inputs.py +1 -1
- pulumi_oci/waa/app_acceleration.py +1 -1
- pulumi_oci/waa/app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +1 -1
- pulumi_oci/waas/__init__.py +1 -1
- pulumi_oci/waas/_inputs.py +1 -1
- pulumi_oci/waas/address_list.py +1 -1
- pulumi_oci/waas/certificate.py +1 -1
- pulumi_oci/waas/custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +1 -1
- pulumi_oci/waas/outputs.py +1 -1
- pulumi_oci/waas/policy.py +1 -1
- pulumi_oci/waas/protection_rule.py +1 -1
- pulumi_oci/waas/purge_cache.py +1 -1
- pulumi_oci/waf/__init__.py +1 -1
- pulumi_oci/waf/_inputs.py +1 -1
- pulumi_oci/waf/app_firewall.py +1 -1
- pulumi_oci/waf/app_firewall_policy.py +1 -1
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +1 -1
- pulumi_oci/waf/outputs.py +1 -1
- pulumi_oci/zpr/__init__.py +1 -1
- pulumi_oci/zpr/_inputs.py +1 -1
- pulumi_oci/zpr/configuration.py +1 -1
- pulumi_oci/zpr/get_configuration.py +1 -1
- pulumi_oci/zpr/get_zpr_policies.py +1 -1
- pulumi_oci/zpr/get_zpr_policy.py +1 -1
- pulumi_oci/zpr/outputs.py +1 -1
- pulumi_oci/zpr/zpr_policy.py +1 -1
- {pulumi_oci-2.34.0a1747982938.dist-info → pulumi_oci-3.1.0.dist-info}/METADATA +13 -12
- pulumi_oci-3.1.0.dist-info/RECORD +3211 -0
- {pulumi_oci-2.34.0a1747982938.dist-info → pulumi_oci-3.1.0.dist-info}/WHEEL +1 -1
- pulumi_oci/oci/get_lustre_file_storage_lustre_file_system.py +0 -455
- pulumi_oci/oci/get_lustre_file_storage_lustre_file_systems.py +0 -226
- pulumi_oci/oci/lustre_file_storage_lustre_file_system.py +0 -1189
- pulumi_oci/osmanagement/__init__.py +0 -26
- pulumi_oci/osmanagement/_inputs.py +0 -803
- pulumi_oci/osmanagement/get_managed_instance.py +0 -465
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +0 -182
- pulumi_oci/osmanagement/get_managed_instance_group.py +0 -249
- pulumi_oci/osmanagement/get_managed_instance_groups.py +0 -214
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +0 -279
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +0 -303
- pulumi_oci/osmanagement/get_managed_instances.py +0 -192
- pulumi_oci/osmanagement/get_software_source.py +0 -409
- pulumi_oci/osmanagement/get_software_source_module_stream.py +0 -231
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +0 -222
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +0 -254
- pulumi_oci/osmanagement/get_software_sources.py +0 -192
- pulumi_oci/osmanagement/managed_instance.py +0 -941
- pulumi_oci/osmanagement/managed_instance_group.py +0 -606
- pulumi_oci/osmanagement/managed_instance_management.py +0 -654
- pulumi_oci/osmanagement/outputs.py +0 -1815
- pulumi_oci/osmanagement/software_source.py +0 -1007
- pulumi_oci/servicemesh/__init__.py +0 -32
- pulumi_oci/servicemesh/_inputs.py +0 -2210
- pulumi_oci/servicemesh/get_access_policies.py +0 -222
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +0 -297
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +0 -222
- pulumi_oci/servicemesh/get_ingress_gateways.py +0 -222
- pulumi_oci/servicemesh/get_meshes.py +0 -200
- pulumi_oci/servicemesh/get_proxy_detail.py +0 -107
- pulumi_oci/servicemesh/get_virtual_deployment.py +0 -311
- pulumi_oci/servicemesh/get_virtual_deployments.py +0 -222
- pulumi_oci/servicemesh/get_virtual_service.py +0 -311
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +0 -297
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +0 -222
- pulumi_oci/servicemesh/get_virtual_services.py +0 -222
- pulumi_oci/servicemesh/ingress_gateway.py +0 -819
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +0 -722
- pulumi_oci/servicemesh/outputs.py +0 -4811
- pulumi_oci/servicemesh/virtual_deployment.py +0 -784
- pulumi_oci/servicemesh/virtual_service.py +0 -774
- pulumi_oci/servicemesh/virtual_service_route_table.py +0 -738
- pulumi_oci-2.34.0a1747982938.dist-info/RECORD +0 -3138
- {pulumi_oci-2.34.0a1747982938.dist-info → pulumi_oci-3.1.0.dist-info}/top_level.txt +0 -0
pulumi_oci/database/outputs.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -100,6 +100,7 @@ __all__ = [
|
|
100
100
|
'CloudVmClusterIormConfigCach',
|
101
101
|
'CloudVmClusterIormConfigCachDbPlan',
|
102
102
|
'CloudVmClusterIormConfigDbPlan',
|
103
|
+
'CloudVmClusterMultiCloudIdentityConnectorConfig',
|
103
104
|
'DataGuardAssociationDataCollectionOptions',
|
104
105
|
'DatabaseConnectionString',
|
105
106
|
'DatabaseDataGuardGroup',
|
@@ -238,6 +239,10 @@ __all__ = [
|
|
238
239
|
'GetAutonomousContainerDatabaseBackupConfigResult',
|
239
240
|
'GetAutonomousContainerDatabaseBackupConfigBackupDestinationDetailResult',
|
240
241
|
'GetAutonomousContainerDatabaseBackupDestinationPropertiesListResult',
|
242
|
+
'GetAutonomousContainerDatabaseBackupsAutonomousContainerDatabaseBackupCollectionResult',
|
243
|
+
'GetAutonomousContainerDatabaseBackupsAutonomousContainerDatabaseBackupCollectionItemResult',
|
244
|
+
'GetAutonomousContainerDatabaseBackupsAutonomousContainerDatabaseBackupCollectionItemAutonomousDatabaseResult',
|
245
|
+
'GetAutonomousContainerDatabaseBackupsFilterResult',
|
241
246
|
'GetAutonomousContainerDatabaseDataguardResult',
|
242
247
|
'GetAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigResult',
|
243
248
|
'GetAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailResult',
|
@@ -307,6 +312,9 @@ __all__ = [
|
|
307
312
|
'GetAutonomousDatabaseRefreshableClonesRefreshableCloneCollectionResult',
|
308
313
|
'GetAutonomousDatabaseRefreshableClonesRefreshableCloneCollectionItemResult',
|
309
314
|
'GetAutonomousDatabaseRemoteDisasterRecoveryConfigurationResult',
|
315
|
+
'GetAutonomousDatabaseResourcePoolMembersFilterResult',
|
316
|
+
'GetAutonomousDatabaseResourcePoolMembersResourcePoolMemberCollectionResult',
|
317
|
+
'GetAutonomousDatabaseResourcePoolMembersResourcePoolMemberCollectionItemResult',
|
310
318
|
'GetAutonomousDatabaseResourcePoolSummaryResult',
|
311
319
|
'GetAutonomousDatabaseScheduledOperationResult',
|
312
320
|
'GetAutonomousDatabaseScheduledOperationDayOfWeekResult',
|
@@ -447,6 +455,7 @@ __all__ = [
|
|
447
455
|
'GetCloudVmClusterIormConfigCachResult',
|
448
456
|
'GetCloudVmClusterIormConfigCachDbPlanResult',
|
449
457
|
'GetCloudVmClusterIormConfigDbPlanResult',
|
458
|
+
'GetCloudVmClusterMultiCloudIdentityConnectorConfigResult',
|
450
459
|
'GetCloudVmClustersCloudVmClusterResult',
|
451
460
|
'GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailResult',
|
452
461
|
'GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult',
|
@@ -455,6 +464,7 @@ __all__ = [
|
|
455
464
|
'GetCloudVmClustersCloudVmClusterFileSystemConfigurationDetailResult',
|
456
465
|
'GetCloudVmClustersCloudVmClusterIormConfigCachResult',
|
457
466
|
'GetCloudVmClustersCloudVmClusterIormConfigCachDbPlanResult',
|
467
|
+
'GetCloudVmClustersCloudVmClusterMultiCloudIdentityConnectorConfigResult',
|
458
468
|
'GetCloudVmClustersFilterResult',
|
459
469
|
'GetDataGuardAssociationDataCollectionOptionResult',
|
460
470
|
'GetDataGuardAssociationsDataGuardAssociationResult',
|
@@ -708,6 +718,9 @@ __all__ = [
|
|
708
718
|
'GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceResult',
|
709
719
|
'GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceDaysOfWeekResult',
|
710
720
|
'GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceMonthResult',
|
721
|
+
'GetSystemVersionMinorVersionsFilterResult',
|
722
|
+
'GetSystemVersionMinorVersionsSystemVersionMinorVersionCollectionResult',
|
723
|
+
'GetSystemVersionMinorVersionsSystemVersionMinorVersionCollectionItemResult',
|
711
724
|
'GetSystemVersionsFilterResult',
|
712
725
|
'GetSystemVersionsSystemVersionCollectionResult',
|
713
726
|
'GetSystemVersionsSystemVersionCollectionItemResult',
|
@@ -2064,6 +2077,10 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetails(dict):
|
|
2064
2077
|
suggest = None
|
2065
2078
|
if key == "internetProxy":
|
2066
2079
|
suggest = "internet_proxy"
|
2080
|
+
elif key == "isRemote":
|
2081
|
+
suggest = "is_remote"
|
2082
|
+
elif key == "remoteRegion":
|
2083
|
+
suggest = "remote_region"
|
2067
2084
|
elif key == "vpcPassword":
|
2068
2085
|
suggest = "vpc_password"
|
2069
2086
|
elif key == "vpcUser":
|
@@ -2084,12 +2101,18 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetails(dict):
|
|
2084
2101
|
type: builtins.str,
|
2085
2102
|
id: Optional[builtins.str] = None,
|
2086
2103
|
internet_proxy: Optional[builtins.str] = None,
|
2104
|
+
is_remote: Optional[builtins.bool] = None,
|
2105
|
+
remote_region: Optional[builtins.str] = None,
|
2087
2106
|
vpc_password: Optional[builtins.str] = None,
|
2088
2107
|
vpc_user: Optional[builtins.str] = None):
|
2089
2108
|
"""
|
2090
2109
|
:param builtins.str type: (Updatable) Type of the database backup destination.
|
2091
2110
|
:param builtins.str id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
2092
2111
|
:param builtins.str internet_proxy: (Updatable) Proxy URL to connect to object store.
|
2112
|
+
:param builtins.bool is_remote: (Updatable) Indicates whether the backup destination is cross-region or local region.
|
2113
|
+
:param builtins.str remote_region: (Updatable) The name of the remote region where the remote automatic incremental backups will be stored.
|
2114
|
+
|
2115
|
+
For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
2093
2116
|
:param builtins.str vpc_password: (Updatable) For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
2094
2117
|
:param builtins.str vpc_user: (Updatable) For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
2095
2118
|
"""
|
@@ -2098,6 +2121,10 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetails(dict):
|
|
2098
2121
|
pulumi.set(__self__, "id", id)
|
2099
2122
|
if internet_proxy is not None:
|
2100
2123
|
pulumi.set(__self__, "internet_proxy", internet_proxy)
|
2124
|
+
if is_remote is not None:
|
2125
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
2126
|
+
if remote_region is not None:
|
2127
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
2101
2128
|
if vpc_password is not None:
|
2102
2129
|
pulumi.set(__self__, "vpc_password", vpc_password)
|
2103
2130
|
if vpc_user is not None:
|
@@ -2127,6 +2154,24 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetails(dict):
|
|
2127
2154
|
"""
|
2128
2155
|
return pulumi.get(self, "internet_proxy")
|
2129
2156
|
|
2157
|
+
@property
|
2158
|
+
@pulumi.getter(name="isRemote")
|
2159
|
+
def is_remote(self) -> Optional[builtins.bool]:
|
2160
|
+
"""
|
2161
|
+
(Updatable) Indicates whether the backup destination is cross-region or local region.
|
2162
|
+
"""
|
2163
|
+
return pulumi.get(self, "is_remote")
|
2164
|
+
|
2165
|
+
@property
|
2166
|
+
@pulumi.getter(name="remoteRegion")
|
2167
|
+
def remote_region(self) -> Optional[builtins.str]:
|
2168
|
+
"""
|
2169
|
+
(Updatable) The name of the remote region where the remote automatic incremental backups will be stored.
|
2170
|
+
|
2171
|
+
For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
2172
|
+
"""
|
2173
|
+
return pulumi.get(self, "remote_region")
|
2174
|
+
|
2130
2175
|
@property
|
2131
2176
|
@pulumi.getter(name="vpcPassword")
|
2132
2177
|
def vpc_password(self) -> Optional[builtins.str]:
|
@@ -2523,6 +2568,10 @@ class AutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerData
|
|
2523
2568
|
suggest = "dbrs_policy_id"
|
2524
2569
|
elif key == "internetProxy":
|
2525
2570
|
suggest = "internet_proxy"
|
2571
|
+
elif key == "isRemote":
|
2572
|
+
suggest = "is_remote"
|
2573
|
+
elif key == "remoteRegion":
|
2574
|
+
suggest = "remote_region"
|
2526
2575
|
elif key == "vpcPassword":
|
2527
2576
|
suggest = "vpc_password"
|
2528
2577
|
elif key == "vpcUser":
|
@@ -2544,6 +2593,8 @@ class AutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerData
|
|
2544
2593
|
dbrs_policy_id: Optional[builtins.str] = None,
|
2545
2594
|
id: Optional[builtins.str] = None,
|
2546
2595
|
internet_proxy: Optional[builtins.str] = None,
|
2596
|
+
is_remote: Optional[builtins.bool] = None,
|
2597
|
+
remote_region: Optional[builtins.str] = None,
|
2547
2598
|
vpc_password: Optional[builtins.str] = None,
|
2548
2599
|
vpc_user: Optional[builtins.str] = None):
|
2549
2600
|
"""
|
@@ -2551,6 +2602,10 @@ class AutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerData
|
|
2551
2602
|
:param builtins.str dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
|
2552
2603
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
2553
2604
|
:param builtins.str internet_proxy: Proxy URL to connect to object store.
|
2605
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
2606
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
2607
|
+
|
2608
|
+
For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
2554
2609
|
:param builtins.str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
2555
2610
|
:param builtins.str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
2556
2611
|
"""
|
@@ -2561,6 +2616,10 @@ class AutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerData
|
|
2561
2616
|
pulumi.set(__self__, "id", id)
|
2562
2617
|
if internet_proxy is not None:
|
2563
2618
|
pulumi.set(__self__, "internet_proxy", internet_proxy)
|
2619
|
+
if is_remote is not None:
|
2620
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
2621
|
+
if remote_region is not None:
|
2622
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
2564
2623
|
if vpc_password is not None:
|
2565
2624
|
pulumi.set(__self__, "vpc_password", vpc_password)
|
2566
2625
|
if vpc_user is not None:
|
@@ -2598,6 +2657,24 @@ class AutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerData
|
|
2598
2657
|
"""
|
2599
2658
|
return pulumi.get(self, "internet_proxy")
|
2600
2659
|
|
2660
|
+
@property
|
2661
|
+
@pulumi.getter(name="isRemote")
|
2662
|
+
def is_remote(self) -> Optional[builtins.bool]:
|
2663
|
+
"""
|
2664
|
+
Indicates whether the backup destination is cross-region or local region.
|
2665
|
+
"""
|
2666
|
+
return pulumi.get(self, "is_remote")
|
2667
|
+
|
2668
|
+
@property
|
2669
|
+
@pulumi.getter(name="remoteRegion")
|
2670
|
+
def remote_region(self) -> Optional[builtins.str]:
|
2671
|
+
"""
|
2672
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
2673
|
+
|
2674
|
+
For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
2675
|
+
"""
|
2676
|
+
return pulumi.get(self, "remote_region")
|
2677
|
+
|
2601
2678
|
@property
|
2602
2679
|
@pulumi.getter(name="vpcPassword")
|
2603
2680
|
def vpc_password(self) -> Optional[builtins.str]:
|
@@ -3430,6 +3507,10 @@ class AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigBack
|
|
3430
3507
|
suggest = None
|
3431
3508
|
if key == "internetProxy":
|
3432
3509
|
suggest = "internet_proxy"
|
3510
|
+
elif key == "isRemote":
|
3511
|
+
suggest = "is_remote"
|
3512
|
+
elif key == "remoteRegion":
|
3513
|
+
suggest = "remote_region"
|
3433
3514
|
elif key == "vpcPassword":
|
3434
3515
|
suggest = "vpc_password"
|
3435
3516
|
elif key == "vpcUser":
|
@@ -3450,12 +3531,18 @@ class AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigBack
|
|
3450
3531
|
type: builtins.str,
|
3451
3532
|
id: Optional[builtins.str] = None,
|
3452
3533
|
internet_proxy: Optional[builtins.str] = None,
|
3534
|
+
is_remote: Optional[builtins.bool] = None,
|
3535
|
+
remote_region: Optional[builtins.str] = None,
|
3453
3536
|
vpc_password: Optional[builtins.str] = None,
|
3454
3537
|
vpc_user: Optional[builtins.str] = None):
|
3455
3538
|
"""
|
3456
3539
|
:param builtins.str type: Type of the database backup destination.
|
3457
3540
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
3458
3541
|
:param builtins.str internet_proxy: Proxy URL to connect to object store.
|
3542
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
3543
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
3544
|
+
|
3545
|
+
For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
3459
3546
|
:param builtins.str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
3460
3547
|
:param builtins.str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
3461
3548
|
"""
|
@@ -3464,6 +3551,10 @@ class AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigBack
|
|
3464
3551
|
pulumi.set(__self__, "id", id)
|
3465
3552
|
if internet_proxy is not None:
|
3466
3553
|
pulumi.set(__self__, "internet_proxy", internet_proxy)
|
3554
|
+
if is_remote is not None:
|
3555
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
3556
|
+
if remote_region is not None:
|
3557
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
3467
3558
|
if vpc_password is not None:
|
3468
3559
|
pulumi.set(__self__, "vpc_password", vpc_password)
|
3469
3560
|
if vpc_user is not None:
|
@@ -3493,6 +3584,24 @@ class AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigBack
|
|
3493
3584
|
"""
|
3494
3585
|
return pulumi.get(self, "internet_proxy")
|
3495
3586
|
|
3587
|
+
@property
|
3588
|
+
@pulumi.getter(name="isRemote")
|
3589
|
+
def is_remote(self) -> Optional[builtins.bool]:
|
3590
|
+
"""
|
3591
|
+
Indicates whether the backup destination is cross-region or local region.
|
3592
|
+
"""
|
3593
|
+
return pulumi.get(self, "is_remote")
|
3594
|
+
|
3595
|
+
@property
|
3596
|
+
@pulumi.getter(name="remoteRegion")
|
3597
|
+
def remote_region(self) -> Optional[builtins.str]:
|
3598
|
+
"""
|
3599
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
3600
|
+
|
3601
|
+
For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
3602
|
+
"""
|
3603
|
+
return pulumi.get(self, "remote_region")
|
3604
|
+
|
3496
3605
|
@property
|
3497
3606
|
@pulumi.getter(name="vpcPassword")
|
3498
3607
|
def vpc_password(self) -> Optional[builtins.str]:
|
@@ -3541,7 +3650,6 @@ class AutonomousContainerDatabaseRecoveryApplianceDetail(dict):
|
|
3541
3650
|
:param builtins.int allocated_storage_size_in_gbs: The storage size of the backup destination allocated for an Autonomous Container Database to store backups on the recovery appliance, in GBs, rounded to the nearest integer.
|
3542
3651
|
:param builtins.int recovery_window_in_days: Number of days between the current and earliest point of recoverability covered by automatic backups.
|
3543
3652
|
:param builtins.str time_recovery_appliance_details_updated: The time when the recovery appliance details are updated.
|
3544
|
-
=======
|
3545
3653
|
"""
|
3546
3654
|
if allocated_storage_size_in_gbs is not None:
|
3547
3655
|
pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
|
@@ -3571,7 +3679,6 @@ class AutonomousContainerDatabaseRecoveryApplianceDetail(dict):
|
|
3571
3679
|
def time_recovery_appliance_details_updated(self) -> Optional[builtins.str]:
|
3572
3680
|
"""
|
3573
3681
|
The time when the recovery appliance details are updated.
|
3574
|
-
=======
|
3575
3682
|
"""
|
3576
3683
|
return pulumi.get(self, "time_recovery_appliance_details_updated")
|
3577
3684
|
|
@@ -3633,6 +3740,10 @@ class AutonomousDatabaseBackupBackupDestinationDetails(dict):
|
|
3633
3740
|
suggest = None
|
3634
3741
|
if key == "internetProxy":
|
3635
3742
|
suggest = "internet_proxy"
|
3743
|
+
elif key == "isRemote":
|
3744
|
+
suggest = "is_remote"
|
3745
|
+
elif key == "remoteRegion":
|
3746
|
+
suggest = "remote_region"
|
3636
3747
|
elif key == "vpcPassword":
|
3637
3748
|
suggest = "vpc_password"
|
3638
3749
|
elif key == "vpcUser":
|
@@ -3653,12 +3764,16 @@ class AutonomousDatabaseBackupBackupDestinationDetails(dict):
|
|
3653
3764
|
type: builtins.str,
|
3654
3765
|
id: Optional[builtins.str] = None,
|
3655
3766
|
internet_proxy: Optional[builtins.str] = None,
|
3767
|
+
is_remote: Optional[builtins.bool] = None,
|
3768
|
+
remote_region: Optional[builtins.str] = None,
|
3656
3769
|
vpc_password: Optional[builtins.str] = None,
|
3657
3770
|
vpc_user: Optional[builtins.str] = None):
|
3658
3771
|
"""
|
3659
3772
|
:param builtins.str type: The type of backup.
|
3660
3773
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database backup.
|
3661
3774
|
:param builtins.str internet_proxy: Proxy URL to connect to object store.
|
3775
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
3776
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
3662
3777
|
:param builtins.str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
3663
3778
|
:param builtins.str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
3664
3779
|
"""
|
@@ -3667,6 +3782,10 @@ class AutonomousDatabaseBackupBackupDestinationDetails(dict):
|
|
3667
3782
|
pulumi.set(__self__, "id", id)
|
3668
3783
|
if internet_proxy is not None:
|
3669
3784
|
pulumi.set(__self__, "internet_proxy", internet_proxy)
|
3785
|
+
if is_remote is not None:
|
3786
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
3787
|
+
if remote_region is not None:
|
3788
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
3670
3789
|
if vpc_password is not None:
|
3671
3790
|
pulumi.set(__self__, "vpc_password", vpc_password)
|
3672
3791
|
if vpc_user is not None:
|
@@ -3696,6 +3815,22 @@ class AutonomousDatabaseBackupBackupDestinationDetails(dict):
|
|
3696
3815
|
"""
|
3697
3816
|
return pulumi.get(self, "internet_proxy")
|
3698
3817
|
|
3818
|
+
@property
|
3819
|
+
@pulumi.getter(name="isRemote")
|
3820
|
+
def is_remote(self) -> Optional[builtins.bool]:
|
3821
|
+
"""
|
3822
|
+
Indicates whether the backup destination is cross-region or local region.
|
3823
|
+
"""
|
3824
|
+
return pulumi.get(self, "is_remote")
|
3825
|
+
|
3826
|
+
@property
|
3827
|
+
@pulumi.getter(name="remoteRegion")
|
3828
|
+
def remote_region(self) -> Optional[builtins.str]:
|
3829
|
+
"""
|
3830
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
3831
|
+
"""
|
3832
|
+
return pulumi.get(self, "remote_region")
|
3833
|
+
|
3699
3834
|
@property
|
3700
3835
|
@pulumi.getter(name="vpcPassword")
|
3701
3836
|
def vpc_password(self) -> Optional[builtins.str]:
|
@@ -6453,7 +6588,9 @@ class BackupEncryptionKeyLocationDetail(dict):
|
|
6453
6588
|
@staticmethod
|
6454
6589
|
def __key_warning(key: str):
|
6455
6590
|
suggest = None
|
6456
|
-
if key == "
|
6591
|
+
if key == "azureEncryptionKeyId":
|
6592
|
+
suggest = "azure_encryption_key_id"
|
6593
|
+
elif key == "hsmPassword":
|
6457
6594
|
suggest = "hsm_password"
|
6458
6595
|
elif key == "providerType":
|
6459
6596
|
suggest = "provider_type"
|
@@ -6470,17 +6607,29 @@ class BackupEncryptionKeyLocationDetail(dict):
|
|
6470
6607
|
return super().get(key, default)
|
6471
6608
|
|
6472
6609
|
def __init__(__self__, *,
|
6610
|
+
azure_encryption_key_id: Optional[builtins.str] = None,
|
6473
6611
|
hsm_password: Optional[builtins.str] = None,
|
6474
6612
|
provider_type: Optional[builtins.str] = None):
|
6475
6613
|
"""
|
6614
|
+
:param builtins.str azure_encryption_key_id: The key OCID of a registered Azure key.
|
6476
6615
|
:param builtins.str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
6477
|
-
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or
|
6616
|
+
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
6478
6617
|
"""
|
6618
|
+
if azure_encryption_key_id is not None:
|
6619
|
+
pulumi.set(__self__, "azure_encryption_key_id", azure_encryption_key_id)
|
6479
6620
|
if hsm_password is not None:
|
6480
6621
|
pulumi.set(__self__, "hsm_password", hsm_password)
|
6481
6622
|
if provider_type is not None:
|
6482
6623
|
pulumi.set(__self__, "provider_type", provider_type)
|
6483
6624
|
|
6625
|
+
@property
|
6626
|
+
@pulumi.getter(name="azureEncryptionKeyId")
|
6627
|
+
def azure_encryption_key_id(self) -> Optional[builtins.str]:
|
6628
|
+
"""
|
6629
|
+
The key OCID of a registered Azure key.
|
6630
|
+
"""
|
6631
|
+
return pulumi.get(self, "azure_encryption_key_id")
|
6632
|
+
|
6484
6633
|
@property
|
6485
6634
|
@pulumi.getter(name="hsmPassword")
|
6486
6635
|
def hsm_password(self) -> Optional[builtins.str]:
|
@@ -6493,7 +6642,7 @@ class BackupEncryptionKeyLocationDetail(dict):
|
|
6493
6642
|
@pulumi.getter(name="providerType")
|
6494
6643
|
def provider_type(self) -> Optional[builtins.str]:
|
6495
6644
|
"""
|
6496
|
-
Use 'EXTERNAL' for creating a new database or
|
6645
|
+
Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
6497
6646
|
"""
|
6498
6647
|
return pulumi.get(self, "provider_type")
|
6499
6648
|
|
@@ -7767,6 +7916,54 @@ class CloudVmClusterIormConfigDbPlan(dict):
|
|
7767
7916
|
return pulumi.get(self, "flash_cache_limit")
|
7768
7917
|
|
7769
7918
|
|
7919
|
+
@pulumi.output_type
|
7920
|
+
class CloudVmClusterMultiCloudIdentityConnectorConfig(dict):
|
7921
|
+
@staticmethod
|
7922
|
+
def __key_warning(key: str):
|
7923
|
+
suggest = None
|
7924
|
+
if key == "cloudProvider":
|
7925
|
+
suggest = "cloud_provider"
|
7926
|
+
|
7927
|
+
if suggest:
|
7928
|
+
pulumi.log.warn(f"Key '{key}' not found in CloudVmClusterMultiCloudIdentityConnectorConfig. Access the value via the '{suggest}' property getter instead.")
|
7929
|
+
|
7930
|
+
def __getitem__(self, key: str) -> Any:
|
7931
|
+
CloudVmClusterMultiCloudIdentityConnectorConfig.__key_warning(key)
|
7932
|
+
return super().__getitem__(key)
|
7933
|
+
|
7934
|
+
def get(self, key: str, default = None) -> Any:
|
7935
|
+
CloudVmClusterMultiCloudIdentityConnectorConfig.__key_warning(key)
|
7936
|
+
return super().get(key, default)
|
7937
|
+
|
7938
|
+
def __init__(__self__, *,
|
7939
|
+
cloud_provider: Optional[builtins.str] = None,
|
7940
|
+
id: Optional[builtins.str] = None):
|
7941
|
+
"""
|
7942
|
+
:param builtins.str cloud_provider: Cloud provider
|
7943
|
+
:param builtins.str id: The OCID of the identity connector
|
7944
|
+
"""
|
7945
|
+
if cloud_provider is not None:
|
7946
|
+
pulumi.set(__self__, "cloud_provider", cloud_provider)
|
7947
|
+
if id is not None:
|
7948
|
+
pulumi.set(__self__, "id", id)
|
7949
|
+
|
7950
|
+
@property
|
7951
|
+
@pulumi.getter(name="cloudProvider")
|
7952
|
+
def cloud_provider(self) -> Optional[builtins.str]:
|
7953
|
+
"""
|
7954
|
+
Cloud provider
|
7955
|
+
"""
|
7956
|
+
return pulumi.get(self, "cloud_provider")
|
7957
|
+
|
7958
|
+
@property
|
7959
|
+
@pulumi.getter
|
7960
|
+
def id(self) -> Optional[builtins.str]:
|
7961
|
+
"""
|
7962
|
+
The OCID of the identity connector
|
7963
|
+
"""
|
7964
|
+
return pulumi.get(self, "id")
|
7965
|
+
|
7966
|
+
|
7770
7967
|
@pulumi.output_type
|
7771
7968
|
class DataGuardAssociationDataCollectionOptions(dict):
|
7772
7969
|
@staticmethod
|
@@ -8662,6 +8859,12 @@ class DatabaseDatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
8662
8859
|
suggest = None
|
8663
8860
|
if key == "dbrsPolicyId":
|
8664
8861
|
suggest = "dbrs_policy_id"
|
8862
|
+
elif key == "isRemote":
|
8863
|
+
suggest = "is_remote"
|
8864
|
+
elif key == "remoteRegion":
|
8865
|
+
suggest = "remote_region"
|
8866
|
+
elif key == "vpcPassword":
|
8867
|
+
suggest = "vpc_password"
|
8665
8868
|
elif key == "vpcUser":
|
8666
8869
|
suggest = "vpc_user"
|
8667
8870
|
|
@@ -8679,19 +8882,34 @@ class DatabaseDatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
8679
8882
|
def __init__(__self__, *,
|
8680
8883
|
dbrs_policy_id: Optional[builtins.str] = None,
|
8681
8884
|
id: Optional[builtins.str] = None,
|
8885
|
+
is_remote: Optional[builtins.bool] = None,
|
8886
|
+
remote_region: Optional[builtins.str] = None,
|
8682
8887
|
type: Optional[builtins.str] = None,
|
8888
|
+
vpc_password: Optional[builtins.str] = None,
|
8683
8889
|
vpc_user: Optional[builtins.str] = None):
|
8684
8890
|
"""
|
8685
8891
|
:param builtins.str dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
|
8686
8892
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
8893
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
8894
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
8895
|
+
|
8896
|
+
For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
8687
8897
|
:param builtins.str type: Type of the database backup destination.
|
8898
|
+
:param builtins.str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
8899
|
+
:param builtins.str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
8688
8900
|
"""
|
8689
8901
|
if dbrs_policy_id is not None:
|
8690
8902
|
pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
|
8691
8903
|
if id is not None:
|
8692
8904
|
pulumi.set(__self__, "id", id)
|
8905
|
+
if is_remote is not None:
|
8906
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
8907
|
+
if remote_region is not None:
|
8908
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
8693
8909
|
if type is not None:
|
8694
8910
|
pulumi.set(__self__, "type", type)
|
8911
|
+
if vpc_password is not None:
|
8912
|
+
pulumi.set(__self__, "vpc_password", vpc_password)
|
8695
8913
|
if vpc_user is not None:
|
8696
8914
|
pulumi.set(__self__, "vpc_user", vpc_user)
|
8697
8915
|
|
@@ -8711,6 +8929,24 @@ class DatabaseDatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
8711
8929
|
"""
|
8712
8930
|
return pulumi.get(self, "id")
|
8713
8931
|
|
8932
|
+
@property
|
8933
|
+
@pulumi.getter(name="isRemote")
|
8934
|
+
def is_remote(self) -> Optional[builtins.bool]:
|
8935
|
+
"""
|
8936
|
+
Indicates whether the backup destination is cross-region or local region.
|
8937
|
+
"""
|
8938
|
+
return pulumi.get(self, "is_remote")
|
8939
|
+
|
8940
|
+
@property
|
8941
|
+
@pulumi.getter(name="remoteRegion")
|
8942
|
+
def remote_region(self) -> Optional[builtins.str]:
|
8943
|
+
"""
|
8944
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
8945
|
+
|
8946
|
+
For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
8947
|
+
"""
|
8948
|
+
return pulumi.get(self, "remote_region")
|
8949
|
+
|
8714
8950
|
@property
|
8715
8951
|
@pulumi.getter
|
8716
8952
|
def type(self) -> Optional[builtins.str]:
|
@@ -8719,9 +8955,20 @@ class DatabaseDatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
8719
8955
|
"""
|
8720
8956
|
return pulumi.get(self, "type")
|
8721
8957
|
|
8958
|
+
@property
|
8959
|
+
@pulumi.getter(name="vpcPassword")
|
8960
|
+
def vpc_password(self) -> Optional[builtins.str]:
|
8961
|
+
"""
|
8962
|
+
For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
8963
|
+
"""
|
8964
|
+
return pulumi.get(self, "vpc_password")
|
8965
|
+
|
8722
8966
|
@property
|
8723
8967
|
@pulumi.getter(name="vpcUser")
|
8724
8968
|
def vpc_user(self) -> Optional[builtins.str]:
|
8969
|
+
"""
|
8970
|
+
For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
8971
|
+
"""
|
8725
8972
|
return pulumi.get(self, "vpc_user")
|
8726
8973
|
|
8727
8974
|
|
@@ -8730,10 +8977,12 @@ class DatabaseDatabaseEncryptionKeyLocationDetails(dict):
|
|
8730
8977
|
@staticmethod
|
8731
8978
|
def __key_warning(key: str):
|
8732
8979
|
suggest = None
|
8733
|
-
if key == "
|
8734
|
-
suggest = "hsm_password"
|
8735
|
-
elif key == "providerType":
|
8980
|
+
if key == "providerType":
|
8736
8981
|
suggest = "provider_type"
|
8982
|
+
elif key == "azureEncryptionKeyId":
|
8983
|
+
suggest = "azure_encryption_key_id"
|
8984
|
+
elif key == "hsmPassword":
|
8985
|
+
suggest = "hsm_password"
|
8737
8986
|
|
8738
8987
|
if suggest:
|
8739
8988
|
pulumi.log.warn(f"Key '{key}' not found in DatabaseDatabaseEncryptionKeyLocationDetails. Access the value via the '{suggest}' property getter instead.")
|
@@ -8747,30 +8996,43 @@ class DatabaseDatabaseEncryptionKeyLocationDetails(dict):
|
|
8747
8996
|
return super().get(key, default)
|
8748
8997
|
|
8749
8998
|
def __init__(__self__, *,
|
8750
|
-
|
8751
|
-
|
8999
|
+
provider_type: builtins.str,
|
9000
|
+
azure_encryption_key_id: Optional[builtins.str] = None,
|
9001
|
+
hsm_password: Optional[builtins.str] = None):
|
8752
9002
|
"""
|
9003
|
+
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
9004
|
+
:param builtins.str azure_encryption_key_id: Provide the key OCID of a registered Azure key.
|
8753
9005
|
:param builtins.str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
8754
|
-
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
8755
9006
|
"""
|
8756
|
-
pulumi.set(__self__, "hsm_password", hsm_password)
|
8757
9007
|
pulumi.set(__self__, "provider_type", provider_type)
|
9008
|
+
if azure_encryption_key_id is not None:
|
9009
|
+
pulumi.set(__self__, "azure_encryption_key_id", azure_encryption_key_id)
|
9010
|
+
if hsm_password is not None:
|
9011
|
+
pulumi.set(__self__, "hsm_password", hsm_password)
|
8758
9012
|
|
8759
9013
|
@property
|
8760
|
-
@pulumi.getter(name="
|
8761
|
-
def
|
9014
|
+
@pulumi.getter(name="providerType")
|
9015
|
+
def provider_type(self) -> builtins.str:
|
8762
9016
|
"""
|
8763
|
-
|
9017
|
+
Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
8764
9018
|
"""
|
8765
|
-
return pulumi.get(self, "
|
9019
|
+
return pulumi.get(self, "provider_type")
|
8766
9020
|
|
8767
9021
|
@property
|
8768
|
-
@pulumi.getter(name="
|
8769
|
-
def
|
9022
|
+
@pulumi.getter(name="azureEncryptionKeyId")
|
9023
|
+
def azure_encryption_key_id(self) -> Optional[builtins.str]:
|
8770
9024
|
"""
|
8771
|
-
|
9025
|
+
Provide the key OCID of a registered Azure key.
|
8772
9026
|
"""
|
8773
|
-
return pulumi.get(self, "
|
9027
|
+
return pulumi.get(self, "azure_encryption_key_id")
|
9028
|
+
|
9029
|
+
@property
|
9030
|
+
@pulumi.getter(name="hsmPassword")
|
9031
|
+
def hsm_password(self) -> Optional[builtins.str]:
|
9032
|
+
"""
|
9033
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
9034
|
+
"""
|
9035
|
+
return pulumi.get(self, "hsm_password")
|
8774
9036
|
|
8775
9037
|
|
8776
9038
|
@pulumi.output_type
|
@@ -8849,7 +9111,7 @@ class DatabaseDatabaseSourceEncryptionKeyLocationDetails(dict):
|
|
8849
9111
|
provider_type: builtins.str):
|
8850
9112
|
"""
|
8851
9113
|
:param builtins.str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
8852
|
-
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or
|
9114
|
+
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
8853
9115
|
"""
|
8854
9116
|
pulumi.set(__self__, "hsm_password", hsm_password)
|
8855
9117
|
pulumi.set(__self__, "provider_type", provider_type)
|
@@ -8866,7 +9128,7 @@ class DatabaseDatabaseSourceEncryptionKeyLocationDetails(dict):
|
|
8866
9128
|
@pulumi.getter(name="providerType")
|
8867
9129
|
def provider_type(self) -> builtins.str:
|
8868
9130
|
"""
|
8869
|
-
Use 'EXTERNAL' for creating a new database or
|
9131
|
+
Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
8870
9132
|
"""
|
8871
9133
|
return pulumi.get(self, "provider_type")
|
8872
9134
|
|
@@ -9012,6 +9274,12 @@ class DatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
9012
9274
|
suggest = None
|
9013
9275
|
if key == "dbrsPolicyId":
|
9014
9276
|
suggest = "dbrs_policy_id"
|
9277
|
+
elif key == "isRemote":
|
9278
|
+
suggest = "is_remote"
|
9279
|
+
elif key == "remoteRegion":
|
9280
|
+
suggest = "remote_region"
|
9281
|
+
elif key == "vpcPassword":
|
9282
|
+
suggest = "vpc_password"
|
9015
9283
|
elif key == "vpcUser":
|
9016
9284
|
suggest = "vpc_user"
|
9017
9285
|
|
@@ -9029,19 +9297,32 @@ class DatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
9029
9297
|
def __init__(__self__, *,
|
9030
9298
|
dbrs_policy_id: Optional[builtins.str] = None,
|
9031
9299
|
id: Optional[builtins.str] = None,
|
9300
|
+
is_remote: Optional[builtins.bool] = None,
|
9301
|
+
remote_region: Optional[builtins.str] = None,
|
9032
9302
|
type: Optional[builtins.str] = None,
|
9303
|
+
vpc_password: Optional[builtins.str] = None,
|
9033
9304
|
vpc_user: Optional[builtins.str] = None):
|
9034
9305
|
"""
|
9035
9306
|
:param builtins.str dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
|
9036
9307
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
9308
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
9309
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
9037
9310
|
:param builtins.str type: Type of the database backup destination.
|
9311
|
+
:param builtins.str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
9312
|
+
:param builtins.str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
9038
9313
|
"""
|
9039
9314
|
if dbrs_policy_id is not None:
|
9040
9315
|
pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
|
9041
9316
|
if id is not None:
|
9042
9317
|
pulumi.set(__self__, "id", id)
|
9318
|
+
if is_remote is not None:
|
9319
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
9320
|
+
if remote_region is not None:
|
9321
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
9043
9322
|
if type is not None:
|
9044
9323
|
pulumi.set(__self__, "type", type)
|
9324
|
+
if vpc_password is not None:
|
9325
|
+
pulumi.set(__self__, "vpc_password", vpc_password)
|
9045
9326
|
if vpc_user is not None:
|
9046
9327
|
pulumi.set(__self__, "vpc_user", vpc_user)
|
9047
9328
|
|
@@ -9061,6 +9342,22 @@ class DatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
9061
9342
|
"""
|
9062
9343
|
return pulumi.get(self, "id")
|
9063
9344
|
|
9345
|
+
@property
|
9346
|
+
@pulumi.getter(name="isRemote")
|
9347
|
+
def is_remote(self) -> Optional[builtins.bool]:
|
9348
|
+
"""
|
9349
|
+
Indicates whether the backup destination is cross-region or local region.
|
9350
|
+
"""
|
9351
|
+
return pulumi.get(self, "is_remote")
|
9352
|
+
|
9353
|
+
@property
|
9354
|
+
@pulumi.getter(name="remoteRegion")
|
9355
|
+
def remote_region(self) -> Optional[builtins.str]:
|
9356
|
+
"""
|
9357
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
9358
|
+
"""
|
9359
|
+
return pulumi.get(self, "remote_region")
|
9360
|
+
|
9064
9361
|
@property
|
9065
9362
|
@pulumi.getter
|
9066
9363
|
def type(self) -> Optional[builtins.str]:
|
@@ -9069,9 +9366,20 @@ class DatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
9069
9366
|
"""
|
9070
9367
|
return pulumi.get(self, "type")
|
9071
9368
|
|
9369
|
+
@property
|
9370
|
+
@pulumi.getter(name="vpcPassword")
|
9371
|
+
def vpc_password(self) -> Optional[builtins.str]:
|
9372
|
+
"""
|
9373
|
+
For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
9374
|
+
"""
|
9375
|
+
return pulumi.get(self, "vpc_password")
|
9376
|
+
|
9072
9377
|
@property
|
9073
9378
|
@pulumi.getter(name="vpcUser")
|
9074
9379
|
def vpc_user(self) -> Optional[builtins.str]:
|
9380
|
+
"""
|
9381
|
+
For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
9382
|
+
"""
|
9075
9383
|
return pulumi.get(self, "vpc_user")
|
9076
9384
|
|
9077
9385
|
|
@@ -9572,6 +9880,10 @@ class DatabaseUpgradeDbBackupConfigBackupDestinationDetail(dict):
|
|
9572
9880
|
suggest = "dbrs_policy_id"
|
9573
9881
|
elif key == "internetProxy":
|
9574
9882
|
suggest = "internet_proxy"
|
9883
|
+
elif key == "isRemote":
|
9884
|
+
suggest = "is_remote"
|
9885
|
+
elif key == "remoteRegion":
|
9886
|
+
suggest = "remote_region"
|
9575
9887
|
elif key == "vpcPassword":
|
9576
9888
|
suggest = "vpc_password"
|
9577
9889
|
elif key == "vpcUser":
|
@@ -9592,6 +9904,8 @@ class DatabaseUpgradeDbBackupConfigBackupDestinationDetail(dict):
|
|
9592
9904
|
dbrs_policy_id: Optional[builtins.str] = None,
|
9593
9905
|
id: Optional[builtins.str] = None,
|
9594
9906
|
internet_proxy: Optional[builtins.str] = None,
|
9907
|
+
is_remote: Optional[builtins.bool] = None,
|
9908
|
+
remote_region: Optional[builtins.str] = None,
|
9595
9909
|
type: Optional[builtins.str] = None,
|
9596
9910
|
vpc_password: Optional[builtins.str] = None,
|
9597
9911
|
vpc_user: Optional[builtins.str] = None):
|
@@ -9599,6 +9913,8 @@ class DatabaseUpgradeDbBackupConfigBackupDestinationDetail(dict):
|
|
9599
9913
|
:param builtins.str dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
|
9600
9914
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
9601
9915
|
:param builtins.str internet_proxy: Proxy URL to connect to object store.
|
9916
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
9917
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
9602
9918
|
:param builtins.str type: Type of the database backup destination.
|
9603
9919
|
:param builtins.str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
9604
9920
|
:param builtins.str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
@@ -9609,6 +9925,10 @@ class DatabaseUpgradeDbBackupConfigBackupDestinationDetail(dict):
|
|
9609
9925
|
pulumi.set(__self__, "id", id)
|
9610
9926
|
if internet_proxy is not None:
|
9611
9927
|
pulumi.set(__self__, "internet_proxy", internet_proxy)
|
9928
|
+
if is_remote is not None:
|
9929
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
9930
|
+
if remote_region is not None:
|
9931
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
9612
9932
|
if type is not None:
|
9613
9933
|
pulumi.set(__self__, "type", type)
|
9614
9934
|
if vpc_password is not None:
|
@@ -9640,6 +9960,22 @@ class DatabaseUpgradeDbBackupConfigBackupDestinationDetail(dict):
|
|
9640
9960
|
"""
|
9641
9961
|
return pulumi.get(self, "internet_proxy")
|
9642
9962
|
|
9963
|
+
@property
|
9964
|
+
@pulumi.getter(name="isRemote")
|
9965
|
+
def is_remote(self) -> Optional[builtins.bool]:
|
9966
|
+
"""
|
9967
|
+
Indicates whether the backup destination is cross-region or local region.
|
9968
|
+
"""
|
9969
|
+
return pulumi.get(self, "is_remote")
|
9970
|
+
|
9971
|
+
@property
|
9972
|
+
@pulumi.getter(name="remoteRegion")
|
9973
|
+
def remote_region(self) -> Optional[builtins.str]:
|
9974
|
+
"""
|
9975
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
9976
|
+
"""
|
9977
|
+
return pulumi.get(self, "remote_region")
|
9978
|
+
|
9643
9979
|
@property
|
9644
9980
|
@pulumi.getter
|
9645
9981
|
def type(self) -> Optional[builtins.str]:
|
@@ -10279,6 +10615,14 @@ class DbHomeDatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
10279
10615
|
suggest = None
|
10280
10616
|
if key == "dbrsPolicyId":
|
10281
10617
|
suggest = "dbrs_policy_id"
|
10618
|
+
elif key == "isRemote":
|
10619
|
+
suggest = "is_remote"
|
10620
|
+
elif key == "remoteRegion":
|
10621
|
+
suggest = "remote_region"
|
10622
|
+
elif key == "vpcPassword":
|
10623
|
+
suggest = "vpc_password"
|
10624
|
+
elif key == "vpcUser":
|
10625
|
+
suggest = "vpc_user"
|
10282
10626
|
|
10283
10627
|
if suggest:
|
10284
10628
|
pulumi.log.warn(f"Key '{key}' not found in DbHomeDatabaseDbBackupConfigBackupDestinationDetail. Access the value via the '{suggest}' property getter instead.")
|
@@ -10294,18 +10638,34 @@ class DbHomeDatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
10294
10638
|
def __init__(__self__, *,
|
10295
10639
|
dbrs_policy_id: Optional[builtins.str] = None,
|
10296
10640
|
id: Optional[builtins.str] = None,
|
10297
|
-
|
10641
|
+
is_remote: Optional[builtins.bool] = None,
|
10642
|
+
remote_region: Optional[builtins.str] = None,
|
10643
|
+
type: Optional[builtins.str] = None,
|
10644
|
+
vpc_password: Optional[builtins.str] = None,
|
10645
|
+
vpc_user: Optional[builtins.str] = None):
|
10298
10646
|
"""
|
10299
10647
|
:param builtins.str dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
|
10300
10648
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
10649
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
10650
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
10651
|
+
|
10652
|
+
For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
10301
10653
|
:param builtins.str type: Type of the database backup destination. Supported values: `NFS`.
|
10302
10654
|
"""
|
10303
10655
|
if dbrs_policy_id is not None:
|
10304
10656
|
pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
|
10305
10657
|
if id is not None:
|
10306
10658
|
pulumi.set(__self__, "id", id)
|
10659
|
+
if is_remote is not None:
|
10660
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
10661
|
+
if remote_region is not None:
|
10662
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
10307
10663
|
if type is not None:
|
10308
10664
|
pulumi.set(__self__, "type", type)
|
10665
|
+
if vpc_password is not None:
|
10666
|
+
pulumi.set(__self__, "vpc_password", vpc_password)
|
10667
|
+
if vpc_user is not None:
|
10668
|
+
pulumi.set(__self__, "vpc_user", vpc_user)
|
10309
10669
|
|
10310
10670
|
@property
|
10311
10671
|
@pulumi.getter(name="dbrsPolicyId")
|
@@ -10323,6 +10683,24 @@ class DbHomeDatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
10323
10683
|
"""
|
10324
10684
|
return pulumi.get(self, "id")
|
10325
10685
|
|
10686
|
+
@property
|
10687
|
+
@pulumi.getter(name="isRemote")
|
10688
|
+
def is_remote(self) -> Optional[builtins.bool]:
|
10689
|
+
"""
|
10690
|
+
Indicates whether the backup destination is cross-region or local region.
|
10691
|
+
"""
|
10692
|
+
return pulumi.get(self, "is_remote")
|
10693
|
+
|
10694
|
+
@property
|
10695
|
+
@pulumi.getter(name="remoteRegion")
|
10696
|
+
def remote_region(self) -> Optional[builtins.str]:
|
10697
|
+
"""
|
10698
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
10699
|
+
|
10700
|
+
For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
10701
|
+
"""
|
10702
|
+
return pulumi.get(self, "remote_region")
|
10703
|
+
|
10326
10704
|
@property
|
10327
10705
|
@pulumi.getter
|
10328
10706
|
def type(self) -> Optional[builtins.str]:
|
@@ -10331,16 +10709,28 @@ class DbHomeDatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
10331
10709
|
"""
|
10332
10710
|
return pulumi.get(self, "type")
|
10333
10711
|
|
10712
|
+
@property
|
10713
|
+
@pulumi.getter(name="vpcPassword")
|
10714
|
+
def vpc_password(self) -> Optional[builtins.str]:
|
10715
|
+
return pulumi.get(self, "vpc_password")
|
10716
|
+
|
10717
|
+
@property
|
10718
|
+
@pulumi.getter(name="vpcUser")
|
10719
|
+
def vpc_user(self) -> Optional[builtins.str]:
|
10720
|
+
return pulumi.get(self, "vpc_user")
|
10721
|
+
|
10334
10722
|
|
10335
10723
|
@pulumi.output_type
|
10336
10724
|
class DbHomeDatabaseEncryptionKeyLocationDetails(dict):
|
10337
10725
|
@staticmethod
|
10338
10726
|
def __key_warning(key: str):
|
10339
10727
|
suggest = None
|
10340
|
-
if key == "
|
10341
|
-
suggest = "hsm_password"
|
10342
|
-
elif key == "providerType":
|
10728
|
+
if key == "providerType":
|
10343
10729
|
suggest = "provider_type"
|
10730
|
+
elif key == "azureEncryptionKeyId":
|
10731
|
+
suggest = "azure_encryption_key_id"
|
10732
|
+
elif key == "hsmPassword":
|
10733
|
+
suggest = "hsm_password"
|
10344
10734
|
|
10345
10735
|
if suggest:
|
10346
10736
|
pulumi.log.warn(f"Key '{key}' not found in DbHomeDatabaseEncryptionKeyLocationDetails. Access the value via the '{suggest}' property getter instead.")
|
@@ -10354,30 +10744,43 @@ class DbHomeDatabaseEncryptionKeyLocationDetails(dict):
|
|
10354
10744
|
return super().get(key, default)
|
10355
10745
|
|
10356
10746
|
def __init__(__self__, *,
|
10357
|
-
|
10358
|
-
|
10747
|
+
provider_type: builtins.str,
|
10748
|
+
azure_encryption_key_id: Optional[builtins.str] = None,
|
10749
|
+
hsm_password: Optional[builtins.str] = None):
|
10359
10750
|
"""
|
10751
|
+
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
10752
|
+
:param builtins.str azure_encryption_key_id: Provide the key OCID of a registered Azure key.
|
10360
10753
|
:param builtins.str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
10361
|
-
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
10362
10754
|
"""
|
10363
|
-
pulumi.set(__self__, "hsm_password", hsm_password)
|
10364
10755
|
pulumi.set(__self__, "provider_type", provider_type)
|
10756
|
+
if azure_encryption_key_id is not None:
|
10757
|
+
pulumi.set(__self__, "azure_encryption_key_id", azure_encryption_key_id)
|
10758
|
+
if hsm_password is not None:
|
10759
|
+
pulumi.set(__self__, "hsm_password", hsm_password)
|
10365
10760
|
|
10366
10761
|
@property
|
10367
|
-
@pulumi.getter(name="
|
10368
|
-
def
|
10762
|
+
@pulumi.getter(name="providerType")
|
10763
|
+
def provider_type(self) -> builtins.str:
|
10369
10764
|
"""
|
10370
|
-
|
10765
|
+
Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
10371
10766
|
"""
|
10372
|
-
return pulumi.get(self, "
|
10767
|
+
return pulumi.get(self, "provider_type")
|
10373
10768
|
|
10374
10769
|
@property
|
10375
|
-
@pulumi.getter(name="
|
10376
|
-
def
|
10770
|
+
@pulumi.getter(name="azureEncryptionKeyId")
|
10771
|
+
def azure_encryption_key_id(self) -> Optional[builtins.str]:
|
10377
10772
|
"""
|
10378
|
-
|
10773
|
+
Provide the key OCID of a registered Azure key.
|
10379
10774
|
"""
|
10380
|
-
return pulumi.get(self, "
|
10775
|
+
return pulumi.get(self, "azure_encryption_key_id")
|
10776
|
+
|
10777
|
+
@property
|
10778
|
+
@pulumi.getter(name="hsmPassword")
|
10779
|
+
def hsm_password(self) -> Optional[builtins.str]:
|
10780
|
+
"""
|
10781
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
10782
|
+
"""
|
10783
|
+
return pulumi.get(self, "hsm_password")
|
10381
10784
|
|
10382
10785
|
|
10383
10786
|
@pulumi.output_type
|
@@ -11231,6 +11634,10 @@ class DbSystemDbHomeDatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
11231
11634
|
suggest = None
|
11232
11635
|
if key == "dbrsPolicyId":
|
11233
11636
|
suggest = "dbrs_policy_id"
|
11637
|
+
elif key == "isRemote":
|
11638
|
+
suggest = "is_remote"
|
11639
|
+
elif key == "remoteRegion":
|
11640
|
+
suggest = "remote_region"
|
11234
11641
|
|
11235
11642
|
if suggest:
|
11236
11643
|
pulumi.log.warn(f"Key '{key}' not found in DbSystemDbHomeDatabaseDbBackupConfigBackupDestinationDetail. Access the value via the '{suggest}' property getter instead.")
|
@@ -11246,16 +11653,26 @@ class DbSystemDbHomeDatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
11246
11653
|
def __init__(__self__, *,
|
11247
11654
|
dbrs_policy_id: Optional[builtins.str] = None,
|
11248
11655
|
id: Optional[builtins.str] = None,
|
11656
|
+
is_remote: Optional[builtins.bool] = None,
|
11657
|
+
remote_region: Optional[builtins.str] = None,
|
11249
11658
|
type: Optional[builtins.str] = None):
|
11250
11659
|
"""
|
11251
11660
|
:param builtins.str dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
|
11252
11661
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
11662
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
11663
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
11664
|
+
|
11665
|
+
For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
11253
11666
|
:param builtins.str type: Type of the database backup destination.
|
11254
11667
|
"""
|
11255
11668
|
if dbrs_policy_id is not None:
|
11256
11669
|
pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
|
11257
11670
|
if id is not None:
|
11258
11671
|
pulumi.set(__self__, "id", id)
|
11672
|
+
if is_remote is not None:
|
11673
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
11674
|
+
if remote_region is not None:
|
11675
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
11259
11676
|
if type is not None:
|
11260
11677
|
pulumi.set(__self__, "type", type)
|
11261
11678
|
|
@@ -11275,6 +11692,24 @@ class DbSystemDbHomeDatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
11275
11692
|
"""
|
11276
11693
|
return pulumi.get(self, "id")
|
11277
11694
|
|
11695
|
+
@property
|
11696
|
+
@pulumi.getter(name="isRemote")
|
11697
|
+
def is_remote(self) -> Optional[builtins.bool]:
|
11698
|
+
"""
|
11699
|
+
Indicates whether the backup destination is cross-region or local region.
|
11700
|
+
"""
|
11701
|
+
return pulumi.get(self, "is_remote")
|
11702
|
+
|
11703
|
+
@property
|
11704
|
+
@pulumi.getter(name="remoteRegion")
|
11705
|
+
def remote_region(self) -> Optional[builtins.str]:
|
11706
|
+
"""
|
11707
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
11708
|
+
|
11709
|
+
For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
11710
|
+
"""
|
11711
|
+
return pulumi.get(self, "remote_region")
|
11712
|
+
|
11278
11713
|
@property
|
11279
11714
|
@pulumi.getter
|
11280
11715
|
def type(self) -> Optional[builtins.str]:
|
@@ -17820,18 +18255,24 @@ class GetAutonomousContainerDatabaseBackupConfigBackupDestinationDetailResult(di
|
|
17820
18255
|
def __init__(__self__, *,
|
17821
18256
|
id: builtins.str,
|
17822
18257
|
internet_proxy: builtins.str,
|
18258
|
+
is_remote: builtins.bool,
|
18259
|
+
remote_region: builtins.str,
|
17823
18260
|
type: builtins.str,
|
17824
18261
|
vpc_password: builtins.str,
|
17825
18262
|
vpc_user: builtins.str):
|
17826
18263
|
"""
|
17827
18264
|
:param builtins.str id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
17828
18265
|
:param builtins.str internet_proxy: Proxy URL to connect to object store.
|
18266
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
18267
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
17829
18268
|
:param builtins.str type: Type of the database backup destination.
|
17830
18269
|
:param builtins.str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
17831
18270
|
:param builtins.str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
17832
18271
|
"""
|
17833
18272
|
pulumi.set(__self__, "id", id)
|
17834
18273
|
pulumi.set(__self__, "internet_proxy", internet_proxy)
|
18274
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
18275
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
17835
18276
|
pulumi.set(__self__, "type", type)
|
17836
18277
|
pulumi.set(__self__, "vpc_password", vpc_password)
|
17837
18278
|
pulumi.set(__self__, "vpc_user", vpc_user)
|
@@ -17852,6 +18293,22 @@ class GetAutonomousContainerDatabaseBackupConfigBackupDestinationDetailResult(di
|
|
17852
18293
|
"""
|
17853
18294
|
return pulumi.get(self, "internet_proxy")
|
17854
18295
|
|
18296
|
+
@property
|
18297
|
+
@pulumi.getter(name="isRemote")
|
18298
|
+
def is_remote(self) -> builtins.bool:
|
18299
|
+
"""
|
18300
|
+
Indicates whether the backup destination is cross-region or local region.
|
18301
|
+
"""
|
18302
|
+
return pulumi.get(self, "is_remote")
|
18303
|
+
|
18304
|
+
@property
|
18305
|
+
@pulumi.getter(name="remoteRegion")
|
18306
|
+
def remote_region(self) -> builtins.str:
|
18307
|
+
"""
|
18308
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
18309
|
+
"""
|
18310
|
+
return pulumi.get(self, "remote_region")
|
18311
|
+
|
17855
18312
|
@property
|
17856
18313
|
@pulumi.getter
|
17857
18314
|
def type(self) -> builtins.str:
|
@@ -17917,6 +18374,285 @@ class GetAutonomousContainerDatabaseBackupDestinationPropertiesListResult(dict):
|
|
17917
18374
|
return pulumi.get(self, "time_at_which_storage_details_are_updated")
|
17918
18375
|
|
17919
18376
|
|
18377
|
+
@pulumi.output_type
|
18378
|
+
class GetAutonomousContainerDatabaseBackupsAutonomousContainerDatabaseBackupCollectionResult(dict):
|
18379
|
+
def __init__(__self__, *,
|
18380
|
+
items: Sequence['outputs.GetAutonomousContainerDatabaseBackupsAutonomousContainerDatabaseBackupCollectionItemResult']):
|
18381
|
+
"""
|
18382
|
+
:param Sequence['GetAutonomousContainerDatabaseBackupsAutonomousContainerDatabaseBackupCollectionItemArgs'] items: List of Autonomous container database backups.
|
18383
|
+
"""
|
18384
|
+
pulumi.set(__self__, "items", items)
|
18385
|
+
|
18386
|
+
@property
|
18387
|
+
@pulumi.getter
|
18388
|
+
def items(self) -> Sequence['outputs.GetAutonomousContainerDatabaseBackupsAutonomousContainerDatabaseBackupCollectionItemResult']:
|
18389
|
+
"""
|
18390
|
+
List of Autonomous container database backups.
|
18391
|
+
"""
|
18392
|
+
return pulumi.get(self, "items")
|
18393
|
+
|
18394
|
+
|
18395
|
+
@pulumi.output_type
|
18396
|
+
class GetAutonomousContainerDatabaseBackupsAutonomousContainerDatabaseBackupCollectionItemResult(dict):
|
18397
|
+
def __init__(__self__, *,
|
18398
|
+
acd_display_name: builtins.str,
|
18399
|
+
autonomous_container_database_id: builtins.str,
|
18400
|
+
autonomous_databases: Sequence['outputs.GetAutonomousContainerDatabaseBackupsAutonomousContainerDatabaseBackupCollectionItemAutonomousDatabaseResult'],
|
18401
|
+
compartment_id: builtins.str,
|
18402
|
+
defined_tags: Mapping[str, builtins.str],
|
18403
|
+
display_name: builtins.str,
|
18404
|
+
freeform_tags: Mapping[str, builtins.str],
|
18405
|
+
id: builtins.str,
|
18406
|
+
infrastructure_type: builtins.str,
|
18407
|
+
is_automatic: builtins.bool,
|
18408
|
+
is_remote_backup: builtins.bool,
|
18409
|
+
lifecycle_details: builtins.str,
|
18410
|
+
retention_period_in_days: builtins.int,
|
18411
|
+
state: builtins.str,
|
18412
|
+
system_tags: Mapping[str, builtins.str],
|
18413
|
+
time_ended: builtins.str,
|
18414
|
+
time_started: builtins.str,
|
18415
|
+
type: builtins.str):
|
18416
|
+
"""
|
18417
|
+
:param builtins.str acd_display_name: The user-friendly name for the Autonomous Container Database when the Backup was initiated. This name need not be unique. This field captures the name at the time of backup creation, accounting for possible later updates to the display name.
|
18418
|
+
:param builtins.str autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
18419
|
+
:param Sequence['GetAutonomousContainerDatabaseBackupsAutonomousContainerDatabaseBackupCollectionItemAutonomousDatabaseArgs'] autonomous_databases: List of Autonomous Databases that is part of this Autonomous Container Database Backup
|
18420
|
+
:param builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
18421
|
+
:param Mapping[str, builtins.str] defined_tags: 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).
|
18422
|
+
:param builtins.str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
18423
|
+
:param Mapping[str, builtins.str] freeform_tags: 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"}`
|
18424
|
+
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database backup.
|
18425
|
+
:param builtins.str infrastructure_type: A filter to return only resources that match the given Infrastructure Type.
|
18426
|
+
:param builtins.bool is_automatic: Indicates whether the backup is user-initiated or automatic.
|
18427
|
+
:param builtins.bool is_remote_backup: Whether backup is for remote-region or local region
|
18428
|
+
:param builtins.str lifecycle_details: Additional information about the current lifecycle state.
|
18429
|
+
:param builtins.int retention_period_in_days: Retention period, in days, for long-term backups
|
18430
|
+
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
18431
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
18432
|
+
:param builtins.str time_ended: The date and time the backup completed.
|
18433
|
+
:param builtins.str time_started: The date and time the backup started.
|
18434
|
+
:param builtins.str type: The type of backup.
|
18435
|
+
"""
|
18436
|
+
pulumi.set(__self__, "acd_display_name", acd_display_name)
|
18437
|
+
pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
|
18438
|
+
pulumi.set(__self__, "autonomous_databases", autonomous_databases)
|
18439
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
18440
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
18441
|
+
pulumi.set(__self__, "display_name", display_name)
|
18442
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
18443
|
+
pulumi.set(__self__, "id", id)
|
18444
|
+
pulumi.set(__self__, "infrastructure_type", infrastructure_type)
|
18445
|
+
pulumi.set(__self__, "is_automatic", is_automatic)
|
18446
|
+
pulumi.set(__self__, "is_remote_backup", is_remote_backup)
|
18447
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
18448
|
+
pulumi.set(__self__, "retention_period_in_days", retention_period_in_days)
|
18449
|
+
pulumi.set(__self__, "state", state)
|
18450
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
18451
|
+
pulumi.set(__self__, "time_ended", time_ended)
|
18452
|
+
pulumi.set(__self__, "time_started", time_started)
|
18453
|
+
pulumi.set(__self__, "type", type)
|
18454
|
+
|
18455
|
+
@property
|
18456
|
+
@pulumi.getter(name="acdDisplayName")
|
18457
|
+
def acd_display_name(self) -> builtins.str:
|
18458
|
+
"""
|
18459
|
+
The user-friendly name for the Autonomous Container Database when the Backup was initiated. This name need not be unique. This field captures the name at the time of backup creation, accounting for possible later updates to the display name.
|
18460
|
+
"""
|
18461
|
+
return pulumi.get(self, "acd_display_name")
|
18462
|
+
|
18463
|
+
@property
|
18464
|
+
@pulumi.getter(name="autonomousContainerDatabaseId")
|
18465
|
+
def autonomous_container_database_id(self) -> builtins.str:
|
18466
|
+
"""
|
18467
|
+
The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
18468
|
+
"""
|
18469
|
+
return pulumi.get(self, "autonomous_container_database_id")
|
18470
|
+
|
18471
|
+
@property
|
18472
|
+
@pulumi.getter(name="autonomousDatabases")
|
18473
|
+
def autonomous_databases(self) -> Sequence['outputs.GetAutonomousContainerDatabaseBackupsAutonomousContainerDatabaseBackupCollectionItemAutonomousDatabaseResult']:
|
18474
|
+
"""
|
18475
|
+
List of Autonomous Databases that is part of this Autonomous Container Database Backup
|
18476
|
+
"""
|
18477
|
+
return pulumi.get(self, "autonomous_databases")
|
18478
|
+
|
18479
|
+
@property
|
18480
|
+
@pulumi.getter(name="compartmentId")
|
18481
|
+
def compartment_id(self) -> builtins.str:
|
18482
|
+
"""
|
18483
|
+
The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
18484
|
+
"""
|
18485
|
+
return pulumi.get(self, "compartment_id")
|
18486
|
+
|
18487
|
+
@property
|
18488
|
+
@pulumi.getter(name="definedTags")
|
18489
|
+
def defined_tags(self) -> Mapping[str, builtins.str]:
|
18490
|
+
"""
|
18491
|
+
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).
|
18492
|
+
"""
|
18493
|
+
return pulumi.get(self, "defined_tags")
|
18494
|
+
|
18495
|
+
@property
|
18496
|
+
@pulumi.getter(name="displayName")
|
18497
|
+
def display_name(self) -> builtins.str:
|
18498
|
+
"""
|
18499
|
+
A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
18500
|
+
"""
|
18501
|
+
return pulumi.get(self, "display_name")
|
18502
|
+
|
18503
|
+
@property
|
18504
|
+
@pulumi.getter(name="freeformTags")
|
18505
|
+
def freeform_tags(self) -> Mapping[str, builtins.str]:
|
18506
|
+
"""
|
18507
|
+
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"}`
|
18508
|
+
"""
|
18509
|
+
return pulumi.get(self, "freeform_tags")
|
18510
|
+
|
18511
|
+
@property
|
18512
|
+
@pulumi.getter
|
18513
|
+
def id(self) -> builtins.str:
|
18514
|
+
"""
|
18515
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database backup.
|
18516
|
+
"""
|
18517
|
+
return pulumi.get(self, "id")
|
18518
|
+
|
18519
|
+
@property
|
18520
|
+
@pulumi.getter(name="infrastructureType")
|
18521
|
+
def infrastructure_type(self) -> builtins.str:
|
18522
|
+
"""
|
18523
|
+
A filter to return only resources that match the given Infrastructure Type.
|
18524
|
+
"""
|
18525
|
+
return pulumi.get(self, "infrastructure_type")
|
18526
|
+
|
18527
|
+
@property
|
18528
|
+
@pulumi.getter(name="isAutomatic")
|
18529
|
+
def is_automatic(self) -> builtins.bool:
|
18530
|
+
"""
|
18531
|
+
Indicates whether the backup is user-initiated or automatic.
|
18532
|
+
"""
|
18533
|
+
return pulumi.get(self, "is_automatic")
|
18534
|
+
|
18535
|
+
@property
|
18536
|
+
@pulumi.getter(name="isRemoteBackup")
|
18537
|
+
def is_remote_backup(self) -> builtins.bool:
|
18538
|
+
"""
|
18539
|
+
Whether backup is for remote-region or local region
|
18540
|
+
"""
|
18541
|
+
return pulumi.get(self, "is_remote_backup")
|
18542
|
+
|
18543
|
+
@property
|
18544
|
+
@pulumi.getter(name="lifecycleDetails")
|
18545
|
+
def lifecycle_details(self) -> builtins.str:
|
18546
|
+
"""
|
18547
|
+
Additional information about the current lifecycle state.
|
18548
|
+
"""
|
18549
|
+
return pulumi.get(self, "lifecycle_details")
|
18550
|
+
|
18551
|
+
@property
|
18552
|
+
@pulumi.getter(name="retentionPeriodInDays")
|
18553
|
+
def retention_period_in_days(self) -> builtins.int:
|
18554
|
+
"""
|
18555
|
+
Retention period, in days, for long-term backups
|
18556
|
+
"""
|
18557
|
+
return pulumi.get(self, "retention_period_in_days")
|
18558
|
+
|
18559
|
+
@property
|
18560
|
+
@pulumi.getter
|
18561
|
+
def state(self) -> builtins.str:
|
18562
|
+
"""
|
18563
|
+
A filter to return only resources that match the given lifecycle state exactly.
|
18564
|
+
"""
|
18565
|
+
return pulumi.get(self, "state")
|
18566
|
+
|
18567
|
+
@property
|
18568
|
+
@pulumi.getter(name="systemTags")
|
18569
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
18570
|
+
"""
|
18571
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
18572
|
+
"""
|
18573
|
+
return pulumi.get(self, "system_tags")
|
18574
|
+
|
18575
|
+
@property
|
18576
|
+
@pulumi.getter(name="timeEnded")
|
18577
|
+
def time_ended(self) -> builtins.str:
|
18578
|
+
"""
|
18579
|
+
The date and time the backup completed.
|
18580
|
+
"""
|
18581
|
+
return pulumi.get(self, "time_ended")
|
18582
|
+
|
18583
|
+
@property
|
18584
|
+
@pulumi.getter(name="timeStarted")
|
18585
|
+
def time_started(self) -> builtins.str:
|
18586
|
+
"""
|
18587
|
+
The date and time the backup started.
|
18588
|
+
"""
|
18589
|
+
return pulumi.get(self, "time_started")
|
18590
|
+
|
18591
|
+
@property
|
18592
|
+
@pulumi.getter
|
18593
|
+
def type(self) -> builtins.str:
|
18594
|
+
"""
|
18595
|
+
The type of backup.
|
18596
|
+
"""
|
18597
|
+
return pulumi.get(self, "type")
|
18598
|
+
|
18599
|
+
|
18600
|
+
@pulumi.output_type
|
18601
|
+
class GetAutonomousContainerDatabaseBackupsAutonomousContainerDatabaseBackupCollectionItemAutonomousDatabaseResult(dict):
|
18602
|
+
def __init__(__self__, *,
|
18603
|
+
compartment_id: builtins.str,
|
18604
|
+
display_name: builtins.str):
|
18605
|
+
"""
|
18606
|
+
:param builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
18607
|
+
:param builtins.str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
18608
|
+
"""
|
18609
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
18610
|
+
pulumi.set(__self__, "display_name", display_name)
|
18611
|
+
|
18612
|
+
@property
|
18613
|
+
@pulumi.getter(name="compartmentId")
|
18614
|
+
def compartment_id(self) -> builtins.str:
|
18615
|
+
"""
|
18616
|
+
The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
18617
|
+
"""
|
18618
|
+
return pulumi.get(self, "compartment_id")
|
18619
|
+
|
18620
|
+
@property
|
18621
|
+
@pulumi.getter(name="displayName")
|
18622
|
+
def display_name(self) -> builtins.str:
|
18623
|
+
"""
|
18624
|
+
A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
18625
|
+
"""
|
18626
|
+
return pulumi.get(self, "display_name")
|
18627
|
+
|
18628
|
+
|
18629
|
+
@pulumi.output_type
|
18630
|
+
class GetAutonomousContainerDatabaseBackupsFilterResult(dict):
|
18631
|
+
def __init__(__self__, *,
|
18632
|
+
name: builtins.str,
|
18633
|
+
values: Sequence[builtins.str],
|
18634
|
+
regex: Optional[builtins.bool] = None):
|
18635
|
+
pulumi.set(__self__, "name", name)
|
18636
|
+
pulumi.set(__self__, "values", values)
|
18637
|
+
if regex is not None:
|
18638
|
+
pulumi.set(__self__, "regex", regex)
|
18639
|
+
|
18640
|
+
@property
|
18641
|
+
@pulumi.getter
|
18642
|
+
def name(self) -> builtins.str:
|
18643
|
+
return pulumi.get(self, "name")
|
18644
|
+
|
18645
|
+
@property
|
18646
|
+
@pulumi.getter
|
18647
|
+
def values(self) -> Sequence[builtins.str]:
|
18648
|
+
return pulumi.get(self, "values")
|
18649
|
+
|
18650
|
+
@property
|
18651
|
+
@pulumi.getter
|
18652
|
+
def regex(self) -> Optional[builtins.bool]:
|
18653
|
+
return pulumi.get(self, "regex")
|
18654
|
+
|
18655
|
+
|
17920
18656
|
@pulumi.output_type
|
17921
18657
|
class GetAutonomousContainerDatabaseDataguardResult(dict):
|
17922
18658
|
def __init__(__self__, *,
|
@@ -18136,6 +18872,8 @@ class GetAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerD
|
|
18136
18872
|
dbrs_policy_id: builtins.str,
|
18137
18873
|
id: builtins.str,
|
18138
18874
|
internet_proxy: builtins.str,
|
18875
|
+
is_remote: builtins.bool,
|
18876
|
+
remote_region: builtins.str,
|
18139
18877
|
type: builtins.str,
|
18140
18878
|
vpc_password: builtins.str,
|
18141
18879
|
vpc_user: builtins.str):
|
@@ -18145,6 +18883,8 @@ class GetAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerD
|
|
18145
18883
|
pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
|
18146
18884
|
pulumi.set(__self__, "id", id)
|
18147
18885
|
pulumi.set(__self__, "internet_proxy", internet_proxy)
|
18886
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
18887
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
18148
18888
|
pulumi.set(__self__, "type", type)
|
18149
18889
|
pulumi.set(__self__, "vpc_password", vpc_password)
|
18150
18890
|
pulumi.set(__self__, "vpc_user", vpc_user)
|
@@ -18167,6 +18907,16 @@ class GetAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerD
|
|
18167
18907
|
def internet_proxy(self) -> builtins.str:
|
18168
18908
|
return pulumi.get(self, "internet_proxy")
|
18169
18909
|
|
18910
|
+
@property
|
18911
|
+
@pulumi.getter(name="isRemote")
|
18912
|
+
def is_remote(self) -> builtins.bool:
|
18913
|
+
return pulumi.get(self, "is_remote")
|
18914
|
+
|
18915
|
+
@property
|
18916
|
+
@pulumi.getter(name="remoteRegion")
|
18917
|
+
def remote_region(self) -> builtins.str:
|
18918
|
+
return pulumi.get(self, "remote_region")
|
18919
|
+
|
18170
18920
|
@property
|
18171
18921
|
@pulumi.getter
|
18172
18922
|
def type(self) -> builtins.str:
|
@@ -18476,6 +19226,8 @@ class GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerData
|
|
18476
19226
|
dbrs_policy_id: builtins.str,
|
18477
19227
|
id: builtins.str,
|
18478
19228
|
internet_proxy: builtins.str,
|
19229
|
+
is_remote: builtins.bool,
|
19230
|
+
remote_region: builtins.str,
|
18479
19231
|
type: builtins.str,
|
18480
19232
|
vpc_password: builtins.str,
|
18481
19233
|
vpc_user: builtins.str):
|
@@ -18485,6 +19237,8 @@ class GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerData
|
|
18485
19237
|
pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
|
18486
19238
|
pulumi.set(__self__, "id", id)
|
18487
19239
|
pulumi.set(__self__, "internet_proxy", internet_proxy)
|
19240
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
19241
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
18488
19242
|
pulumi.set(__self__, "type", type)
|
18489
19243
|
pulumi.set(__self__, "vpc_password", vpc_password)
|
18490
19244
|
pulumi.set(__self__, "vpc_user", vpc_user)
|
@@ -18507,6 +19261,16 @@ class GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerData
|
|
18507
19261
|
def internet_proxy(self) -> builtins.str:
|
18508
19262
|
return pulumi.get(self, "internet_proxy")
|
18509
19263
|
|
19264
|
+
@property
|
19265
|
+
@pulumi.getter(name="isRemote")
|
19266
|
+
def is_remote(self) -> builtins.bool:
|
19267
|
+
return pulumi.get(self, "is_remote")
|
19268
|
+
|
19269
|
+
@property
|
19270
|
+
@pulumi.getter(name="remoteRegion")
|
19271
|
+
def remote_region(self) -> builtins.str:
|
19272
|
+
return pulumi.get(self, "remote_region")
|
19273
|
+
|
18510
19274
|
@property
|
18511
19275
|
@pulumi.getter
|
18512
19276
|
def type(self) -> builtins.str:
|
@@ -19161,18 +19925,24 @@ class GetAutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigB
|
|
19161
19925
|
def __init__(__self__, *,
|
19162
19926
|
id: builtins.str,
|
19163
19927
|
internet_proxy: builtins.str,
|
19928
|
+
is_remote: builtins.bool,
|
19929
|
+
remote_region: builtins.str,
|
19164
19930
|
type: builtins.str,
|
19165
19931
|
vpc_password: builtins.str,
|
19166
19932
|
vpc_user: builtins.str):
|
19167
19933
|
"""
|
19168
19934
|
:param builtins.str id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
19169
19935
|
:param builtins.str internet_proxy: Proxy URL to connect to object store.
|
19936
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
19937
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
19170
19938
|
:param builtins.str type: Type of the database backup destination.
|
19171
19939
|
:param builtins.str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
19172
19940
|
:param builtins.str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
19173
19941
|
"""
|
19174
19942
|
pulumi.set(__self__, "id", id)
|
19175
19943
|
pulumi.set(__self__, "internet_proxy", internet_proxy)
|
19944
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
19945
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
19176
19946
|
pulumi.set(__self__, "type", type)
|
19177
19947
|
pulumi.set(__self__, "vpc_password", vpc_password)
|
19178
19948
|
pulumi.set(__self__, "vpc_user", vpc_user)
|
@@ -19193,6 +19963,22 @@ class GetAutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigB
|
|
19193
19963
|
"""
|
19194
19964
|
return pulumi.get(self, "internet_proxy")
|
19195
19965
|
|
19966
|
+
@property
|
19967
|
+
@pulumi.getter(name="isRemote")
|
19968
|
+
def is_remote(self) -> builtins.bool:
|
19969
|
+
"""
|
19970
|
+
Indicates whether the backup destination is cross-region or local region.
|
19971
|
+
"""
|
19972
|
+
return pulumi.get(self, "is_remote")
|
19973
|
+
|
19974
|
+
@property
|
19975
|
+
@pulumi.getter(name="remoteRegion")
|
19976
|
+
def remote_region(self) -> builtins.str:
|
19977
|
+
"""
|
19978
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
19979
|
+
"""
|
19980
|
+
return pulumi.get(self, "remote_region")
|
19981
|
+
|
19196
19982
|
@property
|
19197
19983
|
@pulumi.getter
|
19198
19984
|
def type(self) -> builtins.str:
|
@@ -19453,6 +20239,7 @@ class GetAutonomousContainerDatabaseVersionsFilterResult(dict):
|
|
19453
20239
|
class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
19454
20240
|
def __init__(__self__, *,
|
19455
20241
|
associated_backup_configuration_details: Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseAssociatedBackupConfigurationDetailResult'],
|
20242
|
+
autonomous_container_database_backup_id: builtins.str,
|
19456
20243
|
autonomous_exadata_infrastructure_id: builtins.str,
|
19457
20244
|
autonomous_vm_cluster_id: builtins.str,
|
19458
20245
|
availability_domain: builtins.str,
|
@@ -19487,6 +20274,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
19487
20274
|
key_store_wallet_name: builtins.str,
|
19488
20275
|
key_version_id: builtins.str,
|
19489
20276
|
kms_key_id: builtins.str,
|
20277
|
+
kms_key_version_id: builtins.str,
|
19490
20278
|
largest_provisionable_autonomous_database_in_cpus: builtins.float,
|
19491
20279
|
last_maintenance_run_id: builtins.str,
|
19492
20280
|
lifecycle_details: builtins.str,
|
@@ -19515,9 +20303,11 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
19515
20303
|
role: builtins.str,
|
19516
20304
|
rotate_key_trigger: builtins.bool,
|
19517
20305
|
service_level_agreement_type: builtins.str,
|
20306
|
+
source: builtins.str,
|
19518
20307
|
standby_maintenance_buffer_in_days: builtins.int,
|
19519
20308
|
state: builtins.str,
|
19520
20309
|
switchover_trigger: builtins.int,
|
20310
|
+
system_tags: Mapping[str, builtins.str],
|
19521
20311
|
time_created: builtins.str,
|
19522
20312
|
time_of_last_backup: builtins.str,
|
19523
20313
|
time_snapshot_standby_revert: builtins.str,
|
@@ -19552,11 +20342,12 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
19552
20342
|
:param builtins.bool is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
|
19553
20343
|
:param builtins.bool is_data_guard_enabled: **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
19554
20344
|
:param builtins.bool is_dst_file_update_enabled: Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
|
19555
|
-
:param builtins.bool is_multiple_standby:
|
20345
|
+
:param builtins.bool is_multiple_standby: Indicates if it is multiple standby Autonomous Dataguard
|
19556
20346
|
:param Sequence['GetAutonomousContainerDatabasesAutonomousContainerDatabaseKeyHistoryEntryArgs'] key_history_entries: Key History Entry.
|
19557
20347
|
:param builtins.str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
19558
20348
|
:param builtins.str key_store_wallet_name: The wallet name for Oracle Key Vault.
|
19559
20349
|
:param builtins.str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
20350
|
+
:param builtins.str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
19560
20351
|
:param builtins.float largest_provisionable_autonomous_database_in_cpus: The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.
|
19561
20352
|
:param builtins.str last_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance run.
|
19562
20353
|
:param builtins.str lifecycle_details: Additional information about the current lifecycle state.
|
@@ -19577,6 +20368,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
19577
20368
|
:param builtins.str service_level_agreement_type: A filter to return only resources that match the given service level agreement type exactly.
|
19578
20369
|
:param builtins.int standby_maintenance_buffer_in_days: The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
|
19579
20370
|
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
20371
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
19580
20372
|
:param builtins.str time_created: The date and time the Autonomous Container Database was created.
|
19581
20373
|
:param builtins.str time_of_last_backup: The timestamp of last successful backup. Here NULL value represents either there are no successful backups or backups are not configured for this Autonomous Container Database.
|
19582
20374
|
:param builtins.str time_snapshot_standby_revert: The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.
|
@@ -19586,6 +20378,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
19586
20378
|
:param builtins.int vm_failover_reservation: The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
|
19587
20379
|
"""
|
19588
20380
|
pulumi.set(__self__, "associated_backup_configuration_details", associated_backup_configuration_details)
|
20381
|
+
pulumi.set(__self__, "autonomous_container_database_backup_id", autonomous_container_database_backup_id)
|
19589
20382
|
pulumi.set(__self__, "autonomous_exadata_infrastructure_id", autonomous_exadata_infrastructure_id)
|
19590
20383
|
pulumi.set(__self__, "autonomous_vm_cluster_id", autonomous_vm_cluster_id)
|
19591
20384
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
@@ -19620,6 +20413,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
19620
20413
|
pulumi.set(__self__, "key_store_wallet_name", key_store_wallet_name)
|
19621
20414
|
pulumi.set(__self__, "key_version_id", key_version_id)
|
19622
20415
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
20416
|
+
pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
|
19623
20417
|
pulumi.set(__self__, "largest_provisionable_autonomous_database_in_cpus", largest_provisionable_autonomous_database_in_cpus)
|
19624
20418
|
pulumi.set(__self__, "last_maintenance_run_id", last_maintenance_run_id)
|
19625
20419
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
@@ -19648,9 +20442,11 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
19648
20442
|
pulumi.set(__self__, "role", role)
|
19649
20443
|
pulumi.set(__self__, "rotate_key_trigger", rotate_key_trigger)
|
19650
20444
|
pulumi.set(__self__, "service_level_agreement_type", service_level_agreement_type)
|
20445
|
+
pulumi.set(__self__, "source", source)
|
19651
20446
|
pulumi.set(__self__, "standby_maintenance_buffer_in_days", standby_maintenance_buffer_in_days)
|
19652
20447
|
pulumi.set(__self__, "state", state)
|
19653
20448
|
pulumi.set(__self__, "switchover_trigger", switchover_trigger)
|
20449
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
19654
20450
|
pulumi.set(__self__, "time_created", time_created)
|
19655
20451
|
pulumi.set(__self__, "time_of_last_backup", time_of_last_backup)
|
19656
20452
|
pulumi.set(__self__, "time_snapshot_standby_revert", time_snapshot_standby_revert)
|
@@ -19667,6 +20463,11 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
19667
20463
|
"""
|
19668
20464
|
return pulumi.get(self, "associated_backup_configuration_details")
|
19669
20465
|
|
20466
|
+
@property
|
20467
|
+
@pulumi.getter(name="autonomousContainerDatabaseBackupId")
|
20468
|
+
def autonomous_container_database_backup_id(self) -> builtins.str:
|
20469
|
+
return pulumi.get(self, "autonomous_container_database_backup_id")
|
20470
|
+
|
19670
20471
|
@property
|
19671
20472
|
@pulumi.getter(name="autonomousExadataInfrastructureId")
|
19672
20473
|
def autonomous_exadata_infrastructure_id(self) -> builtins.str:
|
@@ -19886,7 +20687,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
19886
20687
|
@pulumi.getter(name="isMultipleStandby")
|
19887
20688
|
def is_multiple_standby(self) -> builtins.bool:
|
19888
20689
|
"""
|
19889
|
-
|
20690
|
+
Indicates if it is multiple standby Autonomous Dataguard
|
19890
20691
|
"""
|
19891
20692
|
return pulumi.get(self, "is_multiple_standby")
|
19892
20693
|
|
@@ -19927,6 +20728,14 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
19927
20728
|
"""
|
19928
20729
|
return pulumi.get(self, "kms_key_id")
|
19929
20730
|
|
20731
|
+
@property
|
20732
|
+
@pulumi.getter(name="kmsKeyVersionId")
|
20733
|
+
def kms_key_version_id(self) -> builtins.str:
|
20734
|
+
"""
|
20735
|
+
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
20736
|
+
"""
|
20737
|
+
return pulumi.get(self, "kms_key_version_id")
|
20738
|
+
|
19930
20739
|
@property
|
19931
20740
|
@pulumi.getter(name="largestProvisionableAutonomousDatabaseInCpus")
|
19932
20741
|
def largest_provisionable_autonomous_database_in_cpus(self) -> builtins.float:
|
@@ -20121,6 +20930,11 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
20121
20930
|
"""
|
20122
20931
|
return pulumi.get(self, "service_level_agreement_type")
|
20123
20932
|
|
20933
|
+
@property
|
20934
|
+
@pulumi.getter
|
20935
|
+
def source(self) -> builtins.str:
|
20936
|
+
return pulumi.get(self, "source")
|
20937
|
+
|
20124
20938
|
@property
|
20125
20939
|
@pulumi.getter(name="standbyMaintenanceBufferInDays")
|
20126
20940
|
def standby_maintenance_buffer_in_days(self) -> builtins.int:
|
@@ -20142,6 +20956,14 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
20142
20956
|
def switchover_trigger(self) -> builtins.int:
|
20143
20957
|
return pulumi.get(self, "switchover_trigger")
|
20144
20958
|
|
20959
|
+
@property
|
20960
|
+
@pulumi.getter(name="systemTags")
|
20961
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
20962
|
+
"""
|
20963
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
20964
|
+
"""
|
20965
|
+
return pulumi.get(self, "system_tags")
|
20966
|
+
|
20145
20967
|
@property
|
20146
20968
|
@pulumi.getter(name="timeCreated")
|
20147
20969
|
def time_created(self) -> builtins.str:
|
@@ -20350,18 +21172,24 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseBackupConfigBack
|
|
20350
21172
|
def __init__(__self__, *,
|
20351
21173
|
id: builtins.str,
|
20352
21174
|
internet_proxy: builtins.str,
|
21175
|
+
is_remote: builtins.bool,
|
21176
|
+
remote_region: builtins.str,
|
20353
21177
|
type: builtins.str,
|
20354
21178
|
vpc_password: builtins.str,
|
20355
21179
|
vpc_user: builtins.str):
|
20356
21180
|
"""
|
20357
21181
|
:param builtins.str id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
20358
21182
|
:param builtins.str internet_proxy: Proxy URL to connect to object store.
|
21183
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
21184
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
20359
21185
|
:param builtins.str type: Type of the database backup destination.
|
20360
21186
|
:param builtins.str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
20361
21187
|
:param builtins.str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
20362
21188
|
"""
|
20363
21189
|
pulumi.set(__self__, "id", id)
|
20364
21190
|
pulumi.set(__self__, "internet_proxy", internet_proxy)
|
21191
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
21192
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
20365
21193
|
pulumi.set(__self__, "type", type)
|
20366
21194
|
pulumi.set(__self__, "vpc_password", vpc_password)
|
20367
21195
|
pulumi.set(__self__, "vpc_user", vpc_user)
|
@@ -20382,6 +21210,22 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseBackupConfigBack
|
|
20382
21210
|
"""
|
20383
21211
|
return pulumi.get(self, "internet_proxy")
|
20384
21212
|
|
21213
|
+
@property
|
21214
|
+
@pulumi.getter(name="isRemote")
|
21215
|
+
def is_remote(self) -> builtins.bool:
|
21216
|
+
"""
|
21217
|
+
Indicates whether the backup destination is cross-region or local region.
|
21218
|
+
"""
|
21219
|
+
return pulumi.get(self, "is_remote")
|
21220
|
+
|
21221
|
+
@property
|
21222
|
+
@pulumi.getter(name="remoteRegion")
|
21223
|
+
def remote_region(self) -> builtins.str:
|
21224
|
+
"""
|
21225
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
21226
|
+
"""
|
21227
|
+
return pulumi.get(self, "remote_region")
|
21228
|
+
|
20385
21229
|
@property
|
20386
21230
|
@pulumi.getter
|
20387
21231
|
def type(self) -> builtins.str:
|
@@ -21252,18 +22096,24 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabasePeerAutonomousCo
|
|
21252
22096
|
def __init__(__self__, *,
|
21253
22097
|
id: builtins.str,
|
21254
22098
|
internet_proxy: builtins.str,
|
22099
|
+
is_remote: builtins.bool,
|
22100
|
+
remote_region: builtins.str,
|
21255
22101
|
type: builtins.str,
|
21256
22102
|
vpc_password: builtins.str,
|
21257
22103
|
vpc_user: builtins.str):
|
21258
22104
|
"""
|
21259
22105
|
:param builtins.str id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
21260
22106
|
:param builtins.str internet_proxy: Proxy URL to connect to object store.
|
22107
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
22108
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
21261
22109
|
:param builtins.str type: Type of the database backup destination.
|
21262
22110
|
:param builtins.str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
21263
22111
|
:param builtins.str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
21264
22112
|
"""
|
21265
22113
|
pulumi.set(__self__, "id", id)
|
21266
22114
|
pulumi.set(__self__, "internet_proxy", internet_proxy)
|
22115
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
22116
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
21267
22117
|
pulumi.set(__self__, "type", type)
|
21268
22118
|
pulumi.set(__self__, "vpc_password", vpc_password)
|
21269
22119
|
pulumi.set(__self__, "vpc_user", vpc_user)
|
@@ -21284,6 +22134,22 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabasePeerAutonomousCo
|
|
21284
22134
|
"""
|
21285
22135
|
return pulumi.get(self, "internet_proxy")
|
21286
22136
|
|
22137
|
+
@property
|
22138
|
+
@pulumi.getter(name="isRemote")
|
22139
|
+
def is_remote(self) -> builtins.bool:
|
22140
|
+
"""
|
22141
|
+
Indicates whether the backup destination is cross-region or local region.
|
22142
|
+
"""
|
22143
|
+
return pulumi.get(self, "is_remote")
|
22144
|
+
|
22145
|
+
@property
|
22146
|
+
@pulumi.getter(name="remoteRegion")
|
22147
|
+
def remote_region(self) -> builtins.str:
|
22148
|
+
"""
|
22149
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
22150
|
+
"""
|
22151
|
+
return pulumi.get(self, "remote_region")
|
22152
|
+
|
21287
22153
|
@property
|
21288
22154
|
@pulumi.getter
|
21289
22155
|
def type(self) -> builtins.str:
|
@@ -21571,18 +22437,24 @@ class GetAutonomousDatabaseBackupBackupDestinationDetailResult(dict):
|
|
21571
22437
|
def __init__(__self__, *,
|
21572
22438
|
id: builtins.str,
|
21573
22439
|
internet_proxy: builtins.str,
|
22440
|
+
is_remote: builtins.bool,
|
22441
|
+
remote_region: builtins.str,
|
21574
22442
|
type: builtins.str,
|
21575
22443
|
vpc_password: builtins.str,
|
21576
22444
|
vpc_user: builtins.str):
|
21577
22445
|
"""
|
21578
22446
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database backup.
|
21579
22447
|
:param builtins.str internet_proxy: Proxy URL to connect to object store.
|
22448
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
22449
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
21580
22450
|
:param builtins.str type: The type of backup.
|
21581
22451
|
:param builtins.str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
21582
22452
|
:param builtins.str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
21583
22453
|
"""
|
21584
22454
|
pulumi.set(__self__, "id", id)
|
21585
22455
|
pulumi.set(__self__, "internet_proxy", internet_proxy)
|
22456
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
22457
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
21586
22458
|
pulumi.set(__self__, "type", type)
|
21587
22459
|
pulumi.set(__self__, "vpc_password", vpc_password)
|
21588
22460
|
pulumi.set(__self__, "vpc_user", vpc_user)
|
@@ -21603,6 +22475,22 @@ class GetAutonomousDatabaseBackupBackupDestinationDetailResult(dict):
|
|
21603
22475
|
"""
|
21604
22476
|
return pulumi.get(self, "internet_proxy")
|
21605
22477
|
|
22478
|
+
@property
|
22479
|
+
@pulumi.getter(name="isRemote")
|
22480
|
+
def is_remote(self) -> builtins.bool:
|
22481
|
+
"""
|
22482
|
+
Indicates whether the backup destination is cross-region or local region.
|
22483
|
+
"""
|
22484
|
+
return pulumi.get(self, "is_remote")
|
22485
|
+
|
22486
|
+
@property
|
22487
|
+
@pulumi.getter(name="remoteRegion")
|
22488
|
+
def remote_region(self) -> builtins.str:
|
22489
|
+
"""
|
22490
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
22491
|
+
"""
|
22492
|
+
return pulumi.get(self, "remote_region")
|
22493
|
+
|
21606
22494
|
@property
|
21607
22495
|
@pulumi.getter
|
21608
22496
|
def type(self) -> builtins.str:
|
@@ -21918,18 +22806,24 @@ class GetAutonomousDatabaseBackupsAutonomousDatabaseBackupBackupDestinationDetai
|
|
21918
22806
|
def __init__(__self__, *,
|
21919
22807
|
id: builtins.str,
|
21920
22808
|
internet_proxy: builtins.str,
|
22809
|
+
is_remote: builtins.bool,
|
22810
|
+
remote_region: builtins.str,
|
21921
22811
|
type: builtins.str,
|
21922
22812
|
vpc_password: builtins.str,
|
21923
22813
|
vpc_user: builtins.str):
|
21924
22814
|
"""
|
21925
22815
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database backup.
|
21926
22816
|
:param builtins.str internet_proxy: Proxy URL to connect to object store.
|
22817
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
22818
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
21927
22819
|
:param builtins.str type: A filter to return only backups that matches with the given type of Backup.
|
21928
22820
|
:param builtins.str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
21929
22821
|
:param builtins.str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
21930
22822
|
"""
|
21931
22823
|
pulumi.set(__self__, "id", id)
|
21932
22824
|
pulumi.set(__self__, "internet_proxy", internet_proxy)
|
22825
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
22826
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
21933
22827
|
pulumi.set(__self__, "type", type)
|
21934
22828
|
pulumi.set(__self__, "vpc_password", vpc_password)
|
21935
22829
|
pulumi.set(__self__, "vpc_user", vpc_user)
|
@@ -21950,6 +22844,22 @@ class GetAutonomousDatabaseBackupsAutonomousDatabaseBackupBackupDestinationDetai
|
|
21950
22844
|
"""
|
21951
22845
|
return pulumi.get(self, "internet_proxy")
|
21952
22846
|
|
22847
|
+
@property
|
22848
|
+
@pulumi.getter(name="isRemote")
|
22849
|
+
def is_remote(self) -> builtins.bool:
|
22850
|
+
"""
|
22851
|
+
Indicates whether the backup destination is cross-region or local region.
|
22852
|
+
"""
|
22853
|
+
return pulumi.get(self, "is_remote")
|
22854
|
+
|
22855
|
+
@property
|
22856
|
+
@pulumi.getter(name="remoteRegion")
|
22857
|
+
def remote_region(self) -> builtins.str:
|
22858
|
+
"""
|
22859
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
22860
|
+
"""
|
22861
|
+
return pulumi.get(self, "remote_region")
|
22862
|
+
|
21953
22863
|
@property
|
21954
22864
|
@pulumi.getter
|
21955
22865
|
def type(self) -> builtins.str:
|
@@ -23398,6 +24308,69 @@ class GetAutonomousDatabaseRemoteDisasterRecoveryConfigurationResult(dict):
|
|
23398
24308
|
return pulumi.get(self, "time_snapshot_standby_enabled_till")
|
23399
24309
|
|
23400
24310
|
|
24311
|
+
@pulumi.output_type
|
24312
|
+
class GetAutonomousDatabaseResourcePoolMembersFilterResult(dict):
|
24313
|
+
def __init__(__self__, *,
|
24314
|
+
name: builtins.str,
|
24315
|
+
values: Sequence[builtins.str],
|
24316
|
+
regex: Optional[builtins.bool] = None):
|
24317
|
+
pulumi.set(__self__, "name", name)
|
24318
|
+
pulumi.set(__self__, "values", values)
|
24319
|
+
if regex is not None:
|
24320
|
+
pulumi.set(__self__, "regex", regex)
|
24321
|
+
|
24322
|
+
@property
|
24323
|
+
@pulumi.getter
|
24324
|
+
def name(self) -> builtins.str:
|
24325
|
+
return pulumi.get(self, "name")
|
24326
|
+
|
24327
|
+
@property
|
24328
|
+
@pulumi.getter
|
24329
|
+
def values(self) -> Sequence[builtins.str]:
|
24330
|
+
return pulumi.get(self, "values")
|
24331
|
+
|
24332
|
+
@property
|
24333
|
+
@pulumi.getter
|
24334
|
+
def regex(self) -> Optional[builtins.bool]:
|
24335
|
+
return pulumi.get(self, "regex")
|
24336
|
+
|
24337
|
+
|
24338
|
+
@pulumi.output_type
|
24339
|
+
class GetAutonomousDatabaseResourcePoolMembersResourcePoolMemberCollectionResult(dict):
|
24340
|
+
def __init__(__self__, *,
|
24341
|
+
items: Sequence['outputs.GetAutonomousDatabaseResourcePoolMembersResourcePoolMemberCollectionItemResult']):
|
24342
|
+
"""
|
24343
|
+
:param Sequence['GetAutonomousDatabaseResourcePoolMembersResourcePoolMemberCollectionItemArgs'] items: List of resource pool member summary.
|
24344
|
+
"""
|
24345
|
+
pulumi.set(__self__, "items", items)
|
24346
|
+
|
24347
|
+
@property
|
24348
|
+
@pulumi.getter
|
24349
|
+
def items(self) -> Sequence['outputs.GetAutonomousDatabaseResourcePoolMembersResourcePoolMemberCollectionItemResult']:
|
24350
|
+
"""
|
24351
|
+
List of resource pool member summary.
|
24352
|
+
"""
|
24353
|
+
return pulumi.get(self, "items")
|
24354
|
+
|
24355
|
+
|
24356
|
+
@pulumi.output_type
|
24357
|
+
class GetAutonomousDatabaseResourcePoolMembersResourcePoolMemberCollectionItemResult(dict):
|
24358
|
+
def __init__(__self__, *,
|
24359
|
+
id: builtins.str):
|
24360
|
+
"""
|
24361
|
+
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database.
|
24362
|
+
"""
|
24363
|
+
pulumi.set(__self__, "id", id)
|
24364
|
+
|
24365
|
+
@property
|
24366
|
+
@pulumi.getter
|
24367
|
+
def id(self) -> builtins.str:
|
24368
|
+
"""
|
24369
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database.
|
24370
|
+
"""
|
24371
|
+
return pulumi.get(self, "id")
|
24372
|
+
|
24373
|
+
|
23401
24374
|
@pulumi.output_type
|
23402
24375
|
class GetAutonomousDatabaseResourcePoolSummaryResult(dict):
|
23403
24376
|
def __init__(__self__, *,
|
@@ -23512,6 +24485,7 @@ class GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollecti
|
|
23512
24485
|
release_update: builtins.str,
|
23513
24486
|
source_cdb_id: builtins.str,
|
23514
24487
|
state: builtins.str,
|
24488
|
+
system_tags: Mapping[str, builtins.str],
|
23515
24489
|
time_created: builtins.str):
|
23516
24490
|
"""
|
23517
24491
|
:param Sequence[builtins.str] autonomous_dsi_one_off_patches: One-off patches included in the Autonomous Database Software Image
|
@@ -23525,6 +24499,7 @@ class GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollecti
|
|
23525
24499
|
:param builtins.str lifecycle_details: Detailed message for the lifecycle state.
|
23526
24500
|
:param builtins.str release_update: The Release Updates.
|
23527
24501
|
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
24502
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
23528
24503
|
:param builtins.str time_created: The date and time the Autonomous Database Software Image was created.
|
23529
24504
|
"""
|
23530
24505
|
pulumi.set(__self__, "autonomous_dsi_one_off_patches", autonomous_dsi_one_off_patches)
|
@@ -23539,6 +24514,7 @@ class GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollecti
|
|
23539
24514
|
pulumi.set(__self__, "release_update", release_update)
|
23540
24515
|
pulumi.set(__self__, "source_cdb_id", source_cdb_id)
|
23541
24516
|
pulumi.set(__self__, "state", state)
|
24517
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
23542
24518
|
pulumi.set(__self__, "time_created", time_created)
|
23543
24519
|
|
23544
24520
|
@property
|
@@ -23634,6 +24610,14 @@ class GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollecti
|
|
23634
24610
|
"""
|
23635
24611
|
return pulumi.get(self, "state")
|
23636
24612
|
|
24613
|
+
@property
|
24614
|
+
@pulumi.getter(name="systemTags")
|
24615
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
24616
|
+
"""
|
24617
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
24618
|
+
"""
|
24619
|
+
return pulumi.get(self, "system_tags")
|
24620
|
+
|
23637
24621
|
@property
|
23638
24622
|
@pulumi.getter(name="timeCreated")
|
23639
24623
|
def time_created(self) -> builtins.str:
|
@@ -31604,6 +32588,7 @@ class GetAutonomousVmClustersAutonomousVmClusterResult(dict):
|
|
31604
32588
|
scan_listener_port_non_tls: builtins.int,
|
31605
32589
|
scan_listener_port_tls: builtins.int,
|
31606
32590
|
state: builtins.str,
|
32591
|
+
system_tags: Mapping[str, builtins.str],
|
31607
32592
|
time_created: builtins.str,
|
31608
32593
|
time_database_ssl_certificate_expires: builtins.str,
|
31609
32594
|
time_ords_certificate_expires: builtins.str,
|
@@ -31654,6 +32639,7 @@ class GetAutonomousVmClustersAutonomousVmClusterResult(dict):
|
|
31654
32639
|
:param builtins.int scan_listener_port_non_tls: The SCAN Listener Non TLS port number. Default value is 1521.
|
31655
32640
|
:param builtins.int scan_listener_port_tls: The SCAN Listener TLS port number. Default value is 2484.
|
31656
32641
|
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
32642
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
31657
32643
|
:param builtins.str time_created: The date and time that the Autonomous VM cluster was created.
|
31658
32644
|
:param builtins.str time_database_ssl_certificate_expires: The date and time of Database SSL certificate expiration.
|
31659
32645
|
:param builtins.str time_ords_certificate_expires: The date and time of ORDS certificate expiration.
|
@@ -31705,6 +32691,7 @@ class GetAutonomousVmClustersAutonomousVmClusterResult(dict):
|
|
31705
32691
|
pulumi.set(__self__, "scan_listener_port_non_tls", scan_listener_port_non_tls)
|
31706
32692
|
pulumi.set(__self__, "scan_listener_port_tls", scan_listener_port_tls)
|
31707
32693
|
pulumi.set(__self__, "state", state)
|
32694
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
31708
32695
|
pulumi.set(__self__, "time_created", time_created)
|
31709
32696
|
pulumi.set(__self__, "time_database_ssl_certificate_expires", time_database_ssl_certificate_expires)
|
31710
32697
|
pulumi.set(__self__, "time_ords_certificate_expires", time_ords_certificate_expires)
|
@@ -32055,6 +33042,14 @@ class GetAutonomousVmClustersAutonomousVmClusterResult(dict):
|
|
32055
33042
|
"""
|
32056
33043
|
return pulumi.get(self, "state")
|
32057
33044
|
|
33045
|
+
@property
|
33046
|
+
@pulumi.getter(name="systemTags")
|
33047
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
33048
|
+
"""
|
33049
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
33050
|
+
"""
|
33051
|
+
return pulumi.get(self, "system_tags")
|
33052
|
+
|
32058
33053
|
@property
|
32059
33054
|
@pulumi.getter(name="timeCreated")
|
32060
33055
|
def time_created(self) -> builtins.str:
|
@@ -32527,6 +33522,7 @@ class GetBackupDestinationsBackupDestinationResult(dict):
|
|
32527
33522
|
nfs_server_export: builtins.str,
|
32528
33523
|
nfs_servers: Sequence[builtins.str],
|
32529
33524
|
state: builtins.str,
|
33525
|
+
system_tags: Mapping[str, builtins.str],
|
32530
33526
|
time_at_which_storage_details_are_updated: builtins.str,
|
32531
33527
|
time_created: builtins.str,
|
32532
33528
|
total_storage_size_in_gbs: builtins.int,
|
@@ -32547,6 +33543,7 @@ class GetBackupDestinationsBackupDestinationResult(dict):
|
|
32547
33543
|
:param builtins.str nfs_server_export: Specifies the directory on which to mount the file system
|
32548
33544
|
:param Sequence[builtins.str] nfs_servers: Host names or IP addresses for NFS Auto mount.
|
32549
33545
|
:param builtins.str state: The current lifecycle state of the backup destination.
|
33546
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
32550
33547
|
:param builtins.str time_at_which_storage_details_are_updated: The time when the total storage size and the utilized storage size of the backup destination are updated.
|
32551
33548
|
:param builtins.str time_created: The date and time the backup destination was created.
|
32552
33549
|
:param builtins.int total_storage_size_in_gbs: The total storage size of the backup destination in GBs, rounded to the nearest integer.
|
@@ -32568,6 +33565,7 @@ class GetBackupDestinationsBackupDestinationResult(dict):
|
|
32568
33565
|
pulumi.set(__self__, "nfs_server_export", nfs_server_export)
|
32569
33566
|
pulumi.set(__self__, "nfs_servers", nfs_servers)
|
32570
33567
|
pulumi.set(__self__, "state", state)
|
33568
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
32571
33569
|
pulumi.set(__self__, "time_at_which_storage_details_are_updated", time_at_which_storage_details_are_updated)
|
32572
33570
|
pulumi.set(__self__, "time_created", time_created)
|
32573
33571
|
pulumi.set(__self__, "total_storage_size_in_gbs", total_storage_size_in_gbs)
|
@@ -32685,6 +33683,14 @@ class GetBackupDestinationsBackupDestinationResult(dict):
|
|
32685
33683
|
"""
|
32686
33684
|
return pulumi.get(self, "state")
|
32687
33685
|
|
33686
|
+
@property
|
33687
|
+
@pulumi.getter(name="systemTags")
|
33688
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
33689
|
+
"""
|
33690
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
33691
|
+
"""
|
33692
|
+
return pulumi.get(self, "system_tags")
|
33693
|
+
|
32688
33694
|
@property
|
32689
33695
|
@pulumi.getter(name="timeAtWhichStorageDetailsAreUpdated")
|
32690
33696
|
def time_at_which_storage_details_are_updated(self) -> builtins.str:
|
@@ -33133,15 +34139,26 @@ class GetBackupsBackupResult(dict):
|
|
33133
34139
|
@pulumi.output_type
|
33134
34140
|
class GetBackupsBackupEncryptionKeyLocationDetailResult(dict):
|
33135
34141
|
def __init__(__self__, *,
|
34142
|
+
azure_encryption_key_id: builtins.str,
|
33136
34143
|
hsm_password: builtins.str,
|
33137
34144
|
provider_type: builtins.str):
|
33138
34145
|
"""
|
34146
|
+
:param builtins.str azure_encryption_key_id: Provide the key OCID of a registered Azure key.
|
33139
34147
|
:param builtins.str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
33140
|
-
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or
|
34148
|
+
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
33141
34149
|
"""
|
34150
|
+
pulumi.set(__self__, "azure_encryption_key_id", azure_encryption_key_id)
|
33142
34151
|
pulumi.set(__self__, "hsm_password", hsm_password)
|
33143
34152
|
pulumi.set(__self__, "provider_type", provider_type)
|
33144
34153
|
|
34154
|
+
@property
|
34155
|
+
@pulumi.getter(name="azureEncryptionKeyId")
|
34156
|
+
def azure_encryption_key_id(self) -> builtins.str:
|
34157
|
+
"""
|
34158
|
+
Provide the key OCID of a registered Azure key.
|
34159
|
+
"""
|
34160
|
+
return pulumi.get(self, "azure_encryption_key_id")
|
34161
|
+
|
33145
34162
|
@property
|
33146
34163
|
@pulumi.getter(name="hsmPassword")
|
33147
34164
|
def hsm_password(self) -> builtins.str:
|
@@ -33154,7 +34171,7 @@ class GetBackupsBackupEncryptionKeyLocationDetailResult(dict):
|
|
33154
34171
|
@pulumi.getter(name="providerType")
|
33155
34172
|
def provider_type(self) -> builtins.str:
|
33156
34173
|
"""
|
33157
|
-
Use 'EXTERNAL' for creating a new database or
|
34174
|
+
Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
33158
34175
|
"""
|
33159
34176
|
return pulumi.get(self, "provider_type")
|
33160
34177
|
|
@@ -33980,6 +34997,7 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterResult(dict):
|
|
33980
34997
|
nsg_ids: Sequence[builtins.str],
|
33981
34998
|
ocpu_count: builtins.float,
|
33982
34999
|
ocpus_lowest_scaled_value: builtins.int,
|
35000
|
+
opc_dry_run: builtins.bool,
|
33983
35001
|
provisionable_autonomous_container_databases: builtins.int,
|
33984
35002
|
provisioned_autonomous_container_databases: builtins.int,
|
33985
35003
|
provisioned_cpus: builtins.float,
|
@@ -33991,6 +35009,8 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterResult(dict):
|
|
33991
35009
|
shape: builtins.str,
|
33992
35010
|
state: builtins.str,
|
33993
35011
|
subnet_id: builtins.str,
|
35012
|
+
subscription_id: builtins.str,
|
35013
|
+
system_tags: Mapping[str, builtins.str],
|
33994
35014
|
time_created: builtins.str,
|
33995
35015
|
time_database_ssl_certificate_expires: builtins.str,
|
33996
35016
|
time_ords_certificate_expires: builtins.str,
|
@@ -34053,6 +35073,8 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterResult(dict):
|
|
34053
35073
|
:param builtins.str shape: The model name of the Exadata hardware running the cloud Autonomous VM cluster.
|
34054
35074
|
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
34055
35075
|
:param builtins.str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the cloud Autonomous VM Cluster is associated with.
|
35076
|
+
:param builtins.str subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
35077
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
34056
35078
|
:param builtins.str time_created: The date and time that the cloud Autonomous VM cluster was created.
|
34057
35079
|
:param builtins.str time_database_ssl_certificate_expires: The date and time of Database SSL certificate expiration.
|
34058
35080
|
:param builtins.str time_ords_certificate_expires: The date and time of ORDS certificate expiration.
|
@@ -34102,6 +35124,7 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterResult(dict):
|
|
34102
35124
|
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
34103
35125
|
pulumi.set(__self__, "ocpu_count", ocpu_count)
|
34104
35126
|
pulumi.set(__self__, "ocpus_lowest_scaled_value", ocpus_lowest_scaled_value)
|
35127
|
+
pulumi.set(__self__, "opc_dry_run", opc_dry_run)
|
34105
35128
|
pulumi.set(__self__, "provisionable_autonomous_container_databases", provisionable_autonomous_container_databases)
|
34106
35129
|
pulumi.set(__self__, "provisioned_autonomous_container_databases", provisioned_autonomous_container_databases)
|
34107
35130
|
pulumi.set(__self__, "provisioned_cpus", provisioned_cpus)
|
@@ -34113,6 +35136,8 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterResult(dict):
|
|
34113
35136
|
pulumi.set(__self__, "shape", shape)
|
34114
35137
|
pulumi.set(__self__, "state", state)
|
34115
35138
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
35139
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
35140
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
34116
35141
|
pulumi.set(__self__, "time_created", time_created)
|
34117
35142
|
pulumi.set(__self__, "time_database_ssl_certificate_expires", time_database_ssl_certificate_expires)
|
34118
35143
|
pulumi.set(__self__, "time_ords_certificate_expires", time_ords_certificate_expires)
|
@@ -34447,6 +35472,11 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterResult(dict):
|
|
34447
35472
|
"""
|
34448
35473
|
return pulumi.get(self, "ocpus_lowest_scaled_value")
|
34449
35474
|
|
35475
|
+
@property
|
35476
|
+
@pulumi.getter(name="opcDryRun")
|
35477
|
+
def opc_dry_run(self) -> builtins.bool:
|
35478
|
+
return pulumi.get(self, "opc_dry_run")
|
35479
|
+
|
34450
35480
|
@property
|
34451
35481
|
@pulumi.getter(name="provisionableAutonomousContainerDatabases")
|
34452
35482
|
def provisionable_autonomous_container_databases(self) -> builtins.int:
|
@@ -34537,6 +35567,22 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterResult(dict):
|
|
34537
35567
|
"""
|
34538
35568
|
return pulumi.get(self, "subnet_id")
|
34539
35569
|
|
35570
|
+
@property
|
35571
|
+
@pulumi.getter(name="subscriptionId")
|
35572
|
+
def subscription_id(self) -> builtins.str:
|
35573
|
+
"""
|
35574
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
35575
|
+
"""
|
35576
|
+
return pulumi.get(self, "subscription_id")
|
35577
|
+
|
35578
|
+
@property
|
35579
|
+
@pulumi.getter(name="systemTags")
|
35580
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
35581
|
+
"""
|
35582
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
35583
|
+
"""
|
35584
|
+
return pulumi.get(self, "system_tags")
|
35585
|
+
|
34540
35586
|
@property
|
34541
35587
|
@pulumi.getter(name="timeCreated")
|
34542
35588
|
def time_created(self) -> builtins.str:
|
@@ -36239,6 +37285,35 @@ class GetCloudVmClusterIormConfigDbPlanResult(dict):
|
|
36239
37285
|
return pulumi.get(self, "share")
|
36240
37286
|
|
36241
37287
|
|
37288
|
+
@pulumi.output_type
|
37289
|
+
class GetCloudVmClusterMultiCloudIdentityConnectorConfigResult(dict):
|
37290
|
+
def __init__(__self__, *,
|
37291
|
+
cloud_provider: builtins.str,
|
37292
|
+
id: builtins.str):
|
37293
|
+
"""
|
37294
|
+
:param builtins.str cloud_provider: Cloud provider
|
37295
|
+
:param builtins.str id: The OCID of the identity connector
|
37296
|
+
"""
|
37297
|
+
pulumi.set(__self__, "cloud_provider", cloud_provider)
|
37298
|
+
pulumi.set(__self__, "id", id)
|
37299
|
+
|
37300
|
+
@property
|
37301
|
+
@pulumi.getter(name="cloudProvider")
|
37302
|
+
def cloud_provider(self) -> builtins.str:
|
37303
|
+
"""
|
37304
|
+
Cloud provider
|
37305
|
+
"""
|
37306
|
+
return pulumi.get(self, "cloud_provider")
|
37307
|
+
|
37308
|
+
@property
|
37309
|
+
@pulumi.getter
|
37310
|
+
def id(self) -> builtins.str:
|
37311
|
+
"""
|
37312
|
+
The OCID of the identity connector
|
37313
|
+
"""
|
37314
|
+
return pulumi.get(self, "id")
|
37315
|
+
|
37316
|
+
|
36242
37317
|
@pulumi.output_type
|
36243
37318
|
class GetCloudVmClustersCloudVmClusterResult(dict):
|
36244
37319
|
def __init__(__self__, *,
|
@@ -36274,6 +37349,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
36274
37349
|
lifecycle_details: builtins.str,
|
36275
37350
|
listener_port: builtins.str,
|
36276
37351
|
memory_size_in_gbs: builtins.int,
|
37352
|
+
multi_cloud_identity_connector_configs: Sequence['outputs.GetCloudVmClustersCloudVmClusterMultiCloudIdentityConnectorConfigResult'],
|
36277
37353
|
node_count: builtins.int,
|
36278
37354
|
nsg_ids: Sequence[builtins.str],
|
36279
37355
|
ocpu_count: builtins.float,
|
@@ -36293,6 +37369,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
36293
37369
|
subscription_id: builtins.str,
|
36294
37370
|
system_tags: Mapping[str, builtins.str],
|
36295
37371
|
system_version: builtins.str,
|
37372
|
+
tde_key_store_type: builtins.str,
|
36296
37373
|
time_created: builtins.str,
|
36297
37374
|
time_zone: builtins.str,
|
36298
37375
|
vip_ids: Sequence[builtins.str],
|
@@ -36322,7 +37399,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
36322
37399
|
:param Mapping[str, builtins.str] freeform_tags: 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"}`
|
36323
37400
|
:param builtins.str gi_version: A valid Oracle Grid Infrastructure (GI) software version.
|
36324
37401
|
:param builtins.str hostname: The hostname for the cloud VM cluster.
|
36325
|
-
:param builtins.str id: The
|
37402
|
+
:param builtins.str id: The OCID of the identity connector
|
36326
37403
|
:param builtins.bool is_local_backup_enabled: If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
|
36327
37404
|
:param builtins.bool is_sparse_diskgroup_enabled: If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created.
|
36328
37405
|
:param builtins.str last_update_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance update history entry. This value is updated when a maintenance update starts.
|
@@ -36330,6 +37407,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
36330
37407
|
:param builtins.str lifecycle_details: Additional information about the current lifecycle state.
|
36331
37408
|
:param builtins.str listener_port: The port number configured for the listener on the cloud VM cluster.
|
36332
37409
|
:param builtins.int memory_size_in_gbs: The memory to be allocated in GBs.
|
37410
|
+
:param Sequence['GetCloudVmClustersCloudVmClusterMultiCloudIdentityConnectorConfigArgs'] multi_cloud_identity_connector_configs: Details of the multi cloud identity connectors of the VM cluster.
|
36333
37411
|
:param builtins.int node_count: The number of nodes in the cloud VM cluster.
|
36334
37412
|
:param Sequence[builtins.str] nsg_ids: The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). **NsgIds restrictions:**
|
36335
37413
|
* A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
|
@@ -36349,6 +37427,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
36349
37427
|
:param builtins.str subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
36350
37428
|
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
36351
37429
|
:param builtins.str system_version: Operating system version of the image.
|
37430
|
+
:param builtins.str tde_key_store_type: TDE keystore type
|
36352
37431
|
:param builtins.str time_created: The date and time that the cloud VM cluster was created.
|
36353
37432
|
:param builtins.str time_zone: The time zone of the cloud VM cluster. For details, see [Exadata Infrastructure Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
36354
37433
|
:param Sequence[builtins.str] vip_ids: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual IP (VIP) IPv4 addresses associated with the cloud VM cluster. The Cluster Ready Services (CRS) creates and maintains one VIP IPv4 address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
|
@@ -36388,6 +37467,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
36388
37467
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
36389
37468
|
pulumi.set(__self__, "listener_port", listener_port)
|
36390
37469
|
pulumi.set(__self__, "memory_size_in_gbs", memory_size_in_gbs)
|
37470
|
+
pulumi.set(__self__, "multi_cloud_identity_connector_configs", multi_cloud_identity_connector_configs)
|
36391
37471
|
pulumi.set(__self__, "node_count", node_count)
|
36392
37472
|
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
36393
37473
|
pulumi.set(__self__, "ocpu_count", ocpu_count)
|
@@ -36407,6 +37487,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
36407
37487
|
pulumi.set(__self__, "subscription_id", subscription_id)
|
36408
37488
|
pulumi.set(__self__, "system_tags", system_tags)
|
36409
37489
|
pulumi.set(__self__, "system_version", system_version)
|
37490
|
+
pulumi.set(__self__, "tde_key_store_type", tde_key_store_type)
|
36410
37491
|
pulumi.set(__self__, "time_created", time_created)
|
36411
37492
|
pulumi.set(__self__, "time_zone", time_zone)
|
36412
37493
|
pulumi.set(__self__, "vip_ids", vip_ids)
|
@@ -36599,7 +37680,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
36599
37680
|
@pulumi.getter
|
36600
37681
|
def id(self) -> builtins.str:
|
36601
37682
|
"""
|
36602
|
-
The
|
37683
|
+
The OCID of the identity connector
|
36603
37684
|
"""
|
36604
37685
|
return pulumi.get(self, "id")
|
36605
37686
|
|
@@ -36664,6 +37745,14 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
36664
37745
|
"""
|
36665
37746
|
return pulumi.get(self, "memory_size_in_gbs")
|
36666
37747
|
|
37748
|
+
@property
|
37749
|
+
@pulumi.getter(name="multiCloudIdentityConnectorConfigs")
|
37750
|
+
def multi_cloud_identity_connector_configs(self) -> Sequence['outputs.GetCloudVmClustersCloudVmClusterMultiCloudIdentityConnectorConfigResult']:
|
37751
|
+
"""
|
37752
|
+
Details of the multi cloud identity connectors of the VM cluster.
|
37753
|
+
"""
|
37754
|
+
return pulumi.get(self, "multi_cloud_identity_connector_configs")
|
37755
|
+
|
36667
37756
|
@property
|
36668
37757
|
@pulumi.getter(name="nodeCount")
|
36669
37758
|
def node_count(self) -> builtins.int:
|
@@ -36814,6 +37903,14 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
36814
37903
|
"""
|
36815
37904
|
return pulumi.get(self, "system_version")
|
36816
37905
|
|
37906
|
+
@property
|
37907
|
+
@pulumi.getter(name="tdeKeyStoreType")
|
37908
|
+
def tde_key_store_type(self) -> builtins.str:
|
37909
|
+
"""
|
37910
|
+
TDE keystore type
|
37911
|
+
"""
|
37912
|
+
return pulumi.get(self, "tde_key_store_type")
|
37913
|
+
|
36817
37914
|
@property
|
36818
37915
|
@pulumi.getter(name="timeCreated")
|
36819
37916
|
def time_created(self) -> builtins.str:
|
@@ -37110,6 +38207,35 @@ class GetCloudVmClustersCloudVmClusterIormConfigCachDbPlanResult(dict):
|
|
37110
38207
|
return pulumi.get(self, "share")
|
37111
38208
|
|
37112
38209
|
|
38210
|
+
@pulumi.output_type
|
38211
|
+
class GetCloudVmClustersCloudVmClusterMultiCloudIdentityConnectorConfigResult(dict):
|
38212
|
+
def __init__(__self__, *,
|
38213
|
+
cloud_provider: builtins.str,
|
38214
|
+
id: builtins.str):
|
38215
|
+
"""
|
38216
|
+
:param builtins.str cloud_provider: Cloud provider
|
38217
|
+
:param builtins.str id: The OCID of the identity connector
|
38218
|
+
"""
|
38219
|
+
pulumi.set(__self__, "cloud_provider", cloud_provider)
|
38220
|
+
pulumi.set(__self__, "id", id)
|
38221
|
+
|
38222
|
+
@property
|
38223
|
+
@pulumi.getter(name="cloudProvider")
|
38224
|
+
def cloud_provider(self) -> builtins.str:
|
38225
|
+
"""
|
38226
|
+
Cloud provider
|
38227
|
+
"""
|
38228
|
+
return pulumi.get(self, "cloud_provider")
|
38229
|
+
|
38230
|
+
@property
|
38231
|
+
@pulumi.getter
|
38232
|
+
def id(self) -> builtins.str:
|
38233
|
+
"""
|
38234
|
+
The OCID of the identity connector
|
38235
|
+
"""
|
38236
|
+
return pulumi.get(self, "id")
|
38237
|
+
|
38238
|
+
|
37113
38239
|
@pulumi.output_type
|
37114
38240
|
class GetCloudVmClustersFilterResult(dict):
|
37115
38241
|
def __init__(__self__, *,
|
@@ -38171,16 +39297,26 @@ class GetDatabaseDatabaseDbBackupConfigBackupDestinationDetailResult(dict):
|
|
38171
39297
|
def __init__(__self__, *,
|
38172
39298
|
dbrs_policy_id: builtins.str,
|
38173
39299
|
id: builtins.str,
|
39300
|
+
is_remote: builtins.bool,
|
39301
|
+
remote_region: builtins.str,
|
38174
39302
|
type: builtins.str,
|
39303
|
+
vpc_password: builtins.str,
|
38175
39304
|
vpc_user: builtins.str):
|
38176
39305
|
"""
|
38177
39306
|
:param builtins.str dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
|
38178
39307
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
39308
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
39309
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
38179
39310
|
:param builtins.str type: Type of the database backup destination.
|
39311
|
+
:param builtins.str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
39312
|
+
:param builtins.str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
38180
39313
|
"""
|
38181
39314
|
pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
|
38182
39315
|
pulumi.set(__self__, "id", id)
|
39316
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
39317
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
38183
39318
|
pulumi.set(__self__, "type", type)
|
39319
|
+
pulumi.set(__self__, "vpc_password", vpc_password)
|
38184
39320
|
pulumi.set(__self__, "vpc_user", vpc_user)
|
38185
39321
|
|
38186
39322
|
@property
|
@@ -38199,6 +39335,22 @@ class GetDatabaseDatabaseDbBackupConfigBackupDestinationDetailResult(dict):
|
|
38199
39335
|
"""
|
38200
39336
|
return pulumi.get(self, "id")
|
38201
39337
|
|
39338
|
+
@property
|
39339
|
+
@pulumi.getter(name="isRemote")
|
39340
|
+
def is_remote(self) -> builtins.bool:
|
39341
|
+
"""
|
39342
|
+
Indicates whether the backup destination is cross-region or local region.
|
39343
|
+
"""
|
39344
|
+
return pulumi.get(self, "is_remote")
|
39345
|
+
|
39346
|
+
@property
|
39347
|
+
@pulumi.getter(name="remoteRegion")
|
39348
|
+
def remote_region(self) -> builtins.str:
|
39349
|
+
"""
|
39350
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
39351
|
+
"""
|
39352
|
+
return pulumi.get(self, "remote_region")
|
39353
|
+
|
38202
39354
|
@property
|
38203
39355
|
@pulumi.getter
|
38204
39356
|
def type(self) -> builtins.str:
|
@@ -38207,24 +39359,46 @@ class GetDatabaseDatabaseDbBackupConfigBackupDestinationDetailResult(dict):
|
|
38207
39359
|
"""
|
38208
39360
|
return pulumi.get(self, "type")
|
38209
39361
|
|
39362
|
+
@property
|
39363
|
+
@pulumi.getter(name="vpcPassword")
|
39364
|
+
def vpc_password(self) -> builtins.str:
|
39365
|
+
"""
|
39366
|
+
For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
39367
|
+
"""
|
39368
|
+
return pulumi.get(self, "vpc_password")
|
39369
|
+
|
38210
39370
|
@property
|
38211
39371
|
@pulumi.getter(name="vpcUser")
|
38212
39372
|
def vpc_user(self) -> builtins.str:
|
39373
|
+
"""
|
39374
|
+
For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
39375
|
+
"""
|
38213
39376
|
return pulumi.get(self, "vpc_user")
|
38214
39377
|
|
38215
39378
|
|
38216
39379
|
@pulumi.output_type
|
38217
39380
|
class GetDatabaseDatabaseEncryptionKeyLocationDetailResult(dict):
|
38218
39381
|
def __init__(__self__, *,
|
39382
|
+
azure_encryption_key_id: builtins.str,
|
38219
39383
|
hsm_password: builtins.str,
|
38220
39384
|
provider_type: builtins.str):
|
38221
39385
|
"""
|
39386
|
+
:param builtins.str azure_encryption_key_id: Provide the key OCID of a registered Azure key.
|
38222
39387
|
:param builtins.str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
38223
|
-
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or
|
39388
|
+
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
38224
39389
|
"""
|
39390
|
+
pulumi.set(__self__, "azure_encryption_key_id", azure_encryption_key_id)
|
38225
39391
|
pulumi.set(__self__, "hsm_password", hsm_password)
|
38226
39392
|
pulumi.set(__self__, "provider_type", provider_type)
|
38227
39393
|
|
39394
|
+
@property
|
39395
|
+
@pulumi.getter(name="azureEncryptionKeyId")
|
39396
|
+
def azure_encryption_key_id(self) -> builtins.str:
|
39397
|
+
"""
|
39398
|
+
Provide the key OCID of a registered Azure key.
|
39399
|
+
"""
|
39400
|
+
return pulumi.get(self, "azure_encryption_key_id")
|
39401
|
+
|
38228
39402
|
@property
|
38229
39403
|
@pulumi.getter(name="hsmPassword")
|
38230
39404
|
def hsm_password(self) -> builtins.str:
|
@@ -38237,7 +39411,7 @@ class GetDatabaseDatabaseEncryptionKeyLocationDetailResult(dict):
|
|
38237
39411
|
@pulumi.getter(name="providerType")
|
38238
39412
|
def provider_type(self) -> builtins.str:
|
38239
39413
|
"""
|
38240
|
-
Use 'EXTERNAL' for creating a new database or
|
39414
|
+
Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
38241
39415
|
"""
|
38242
39416
|
return pulumi.get(self, "provider_type")
|
38243
39417
|
|
@@ -38278,7 +39452,7 @@ class GetDatabaseDatabaseSourceEncryptionKeyLocationDetailResult(dict):
|
|
38278
39452
|
provider_type: builtins.str):
|
38279
39453
|
"""
|
38280
39454
|
:param builtins.str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
38281
|
-
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or
|
39455
|
+
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
38282
39456
|
"""
|
38283
39457
|
pulumi.set(__self__, "hsm_password", hsm_password)
|
38284
39458
|
pulumi.set(__self__, "provider_type", provider_type)
|
@@ -38295,7 +39469,7 @@ class GetDatabaseDatabaseSourceEncryptionKeyLocationDetailResult(dict):
|
|
38295
39469
|
@pulumi.getter(name="providerType")
|
38296
39470
|
def provider_type(self) -> builtins.str:
|
38297
39471
|
"""
|
38298
|
-
Use 'EXTERNAL' for creating a new database or
|
39472
|
+
Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
38299
39473
|
"""
|
38300
39474
|
return pulumi.get(self, "provider_type")
|
38301
39475
|
|
@@ -38400,16 +39574,26 @@ class GetDatabaseDbBackupConfigBackupDestinationDetailResult(dict):
|
|
38400
39574
|
def __init__(__self__, *,
|
38401
39575
|
dbrs_policy_id: builtins.str,
|
38402
39576
|
id: builtins.str,
|
39577
|
+
is_remote: builtins.bool,
|
39578
|
+
remote_region: builtins.str,
|
38403
39579
|
type: builtins.str,
|
39580
|
+
vpc_password: builtins.str,
|
38404
39581
|
vpc_user: builtins.str):
|
38405
39582
|
"""
|
38406
39583
|
:param builtins.str dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
|
38407
39584
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
39585
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
39586
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
38408
39587
|
:param builtins.str type: Type of the database backup destination.
|
39588
|
+
:param builtins.str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
39589
|
+
:param builtins.str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
38409
39590
|
"""
|
38410
39591
|
pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
|
38411
39592
|
pulumi.set(__self__, "id", id)
|
39593
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
39594
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
38412
39595
|
pulumi.set(__self__, "type", type)
|
39596
|
+
pulumi.set(__self__, "vpc_password", vpc_password)
|
38413
39597
|
pulumi.set(__self__, "vpc_user", vpc_user)
|
38414
39598
|
|
38415
39599
|
@property
|
@@ -38428,6 +39612,22 @@ class GetDatabaseDbBackupConfigBackupDestinationDetailResult(dict):
|
|
38428
39612
|
"""
|
38429
39613
|
return pulumi.get(self, "id")
|
38430
39614
|
|
39615
|
+
@property
|
39616
|
+
@pulumi.getter(name="isRemote")
|
39617
|
+
def is_remote(self) -> builtins.bool:
|
39618
|
+
"""
|
39619
|
+
Indicates whether the backup destination is cross-region or local region.
|
39620
|
+
"""
|
39621
|
+
return pulumi.get(self, "is_remote")
|
39622
|
+
|
39623
|
+
@property
|
39624
|
+
@pulumi.getter(name="remoteRegion")
|
39625
|
+
def remote_region(self) -> builtins.str:
|
39626
|
+
"""
|
39627
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
39628
|
+
"""
|
39629
|
+
return pulumi.get(self, "remote_region")
|
39630
|
+
|
38431
39631
|
@property
|
38432
39632
|
@pulumi.getter
|
38433
39633
|
def type(self) -> builtins.str:
|
@@ -38436,9 +39636,20 @@ class GetDatabaseDbBackupConfigBackupDestinationDetailResult(dict):
|
|
38436
39636
|
"""
|
38437
39637
|
return pulumi.get(self, "type")
|
38438
39638
|
|
39639
|
+
@property
|
39640
|
+
@pulumi.getter(name="vpcPassword")
|
39641
|
+
def vpc_password(self) -> builtins.str:
|
39642
|
+
"""
|
39643
|
+
For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
39644
|
+
"""
|
39645
|
+
return pulumi.get(self, "vpc_password")
|
39646
|
+
|
38439
39647
|
@property
|
38440
39648
|
@pulumi.getter(name="vpcUser")
|
38441
39649
|
def vpc_user(self) -> builtins.str:
|
39650
|
+
"""
|
39651
|
+
For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
39652
|
+
"""
|
38442
39653
|
return pulumi.get(self, "vpc_user")
|
38443
39654
|
|
38444
39655
|
|
@@ -39187,6 +40398,7 @@ class GetDatabaseMaintenanceRunHistoriesMaintenanceRunHistoryMaintenanceRunDetai
|
|
39187
40398
|
peer_maintenance_run_id: builtins.str,
|
39188
40399
|
peer_maintenance_run_ids: Sequence[builtins.str],
|
39189
40400
|
state: builtins.str,
|
40401
|
+
system_tags: Mapping[str, builtins.str],
|
39190
40402
|
target_db_server_version: builtins.str,
|
39191
40403
|
target_resource_id: builtins.str,
|
39192
40404
|
target_resource_type: builtins.str,
|
@@ -39221,6 +40433,7 @@ class GetDatabaseMaintenanceRunHistoriesMaintenanceRunHistoryMaintenanceRunDetai
|
|
39221
40433
|
:param builtins.str peer_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the maintenance run for the Autonomous Data Guard association's peer container database.
|
39222
40434
|
:param Sequence[builtins.str] peer_maintenance_run_ids: The list of OCIDs for the maintenance runs associated with their Autonomous Data Guard peer container databases.
|
39223
40435
|
:param builtins.str state: The state of the maintenance run history.
|
40436
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
39224
40437
|
:param builtins.str target_db_server_version: The target software version for the database server patching operation.
|
39225
40438
|
:param builtins.str target_resource_id: The target resource ID.
|
39226
40439
|
:param builtins.str target_resource_type: The type of the target resource.
|
@@ -39255,6 +40468,7 @@ class GetDatabaseMaintenanceRunHistoriesMaintenanceRunHistoryMaintenanceRunDetai
|
|
39255
40468
|
pulumi.set(__self__, "peer_maintenance_run_id", peer_maintenance_run_id)
|
39256
40469
|
pulumi.set(__self__, "peer_maintenance_run_ids", peer_maintenance_run_ids)
|
39257
40470
|
pulumi.set(__self__, "state", state)
|
40471
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
39258
40472
|
pulumi.set(__self__, "target_db_server_version", target_db_server_version)
|
39259
40473
|
pulumi.set(__self__, "target_resource_id", target_resource_id)
|
39260
40474
|
pulumi.set(__self__, "target_resource_type", target_resource_type)
|
@@ -39464,6 +40678,14 @@ class GetDatabaseMaintenanceRunHistoriesMaintenanceRunHistoryMaintenanceRunDetai
|
|
39464
40678
|
"""
|
39465
40679
|
return pulumi.get(self, "state")
|
39466
40680
|
|
40681
|
+
@property
|
40682
|
+
@pulumi.getter(name="systemTags")
|
40683
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
40684
|
+
"""
|
40685
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
40686
|
+
"""
|
40687
|
+
return pulumi.get(self, "system_tags")
|
40688
|
+
|
39467
40689
|
@property
|
39468
40690
|
@pulumi.getter(name="targetDbServerVersion")
|
39469
40691
|
def target_db_server_version(self) -> builtins.str:
|
@@ -40236,6 +41458,7 @@ class GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailResult(dict):
|
|
40236
41458
|
peer_maintenance_run_id: builtins.str,
|
40237
41459
|
peer_maintenance_run_ids: Sequence[builtins.str],
|
40238
41460
|
state: builtins.str,
|
41461
|
+
system_tags: Mapping[str, builtins.str],
|
40239
41462
|
target_db_server_version: builtins.str,
|
40240
41463
|
target_resource_id: builtins.str,
|
40241
41464
|
target_resource_type: builtins.str,
|
@@ -40270,6 +41493,7 @@ class GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailResult(dict):
|
|
40270
41493
|
:param builtins.str peer_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the maintenance run for the Autonomous Data Guard association's peer container database.
|
40271
41494
|
:param Sequence[builtins.str] peer_maintenance_run_ids: The list of OCIDs for the maintenance runs associated with their Autonomous Data Guard peer container databases.
|
40272
41495
|
:param builtins.str state: The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
|
41496
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
40273
41497
|
:param builtins.str target_db_server_version: The target software version for the database server patching operation.
|
40274
41498
|
:param builtins.str target_resource_id: The ID of the target resource on which the maintenance run occurs.
|
40275
41499
|
:param builtins.str target_resource_type: The type of the target resource on which the maintenance run occurs.
|
@@ -40304,6 +41528,7 @@ class GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailResult(dict):
|
|
40304
41528
|
pulumi.set(__self__, "peer_maintenance_run_id", peer_maintenance_run_id)
|
40305
41529
|
pulumi.set(__self__, "peer_maintenance_run_ids", peer_maintenance_run_ids)
|
40306
41530
|
pulumi.set(__self__, "state", state)
|
41531
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
40307
41532
|
pulumi.set(__self__, "target_db_server_version", target_db_server_version)
|
40308
41533
|
pulumi.set(__self__, "target_resource_id", target_resource_id)
|
40309
41534
|
pulumi.set(__self__, "target_resource_type", target_resource_type)
|
@@ -40513,6 +41738,14 @@ class GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailResult(dict):
|
|
40513
41738
|
"""
|
40514
41739
|
return pulumi.get(self, "state")
|
40515
41740
|
|
41741
|
+
@property
|
41742
|
+
@pulumi.getter(name="systemTags")
|
41743
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
41744
|
+
"""
|
41745
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
41746
|
+
"""
|
41747
|
+
return pulumi.get(self, "system_tags")
|
41748
|
+
|
40516
41749
|
@property
|
40517
41750
|
@pulumi.getter(name="targetDbServerVersion")
|
40518
41751
|
def target_db_server_version(self) -> builtins.str:
|
@@ -40814,6 +42047,7 @@ class GetDatabaseSoftwareImagesDatabaseSoftwareImageResult(dict):
|
|
40814
42047
|
patch_set: builtins.str,
|
40815
42048
|
source_db_home_id: builtins.str,
|
40816
42049
|
state: builtins.str,
|
42050
|
+
system_tags: Mapping[str, builtins.str],
|
40817
42051
|
time_created: builtins.str):
|
40818
42052
|
"""
|
40819
42053
|
:param builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
@@ -40832,6 +42066,7 @@ class GetDatabaseSoftwareImagesDatabaseSoftwareImageResult(dict):
|
|
40832
42066
|
:param builtins.str ls_inventory: The output from the OPatch lsInventory command, which is passed as a string.
|
40833
42067
|
:param builtins.str patch_set: The PSU or PBP or Release Updates. To get a list of supported versions, use the [ListDbVersions](https://docs.cloud.oracle.com/iaas/api/#/en/database/latest/DbVersionSummary/ListDbVersions) operation.
|
40834
42068
|
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
42069
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
40835
42070
|
:param builtins.str time_created: The date and time the database software image was created.
|
40836
42071
|
"""
|
40837
42072
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -40851,6 +42086,7 @@ class GetDatabaseSoftwareImagesDatabaseSoftwareImageResult(dict):
|
|
40851
42086
|
pulumi.set(__self__, "patch_set", patch_set)
|
40852
42087
|
pulumi.set(__self__, "source_db_home_id", source_db_home_id)
|
40853
42088
|
pulumi.set(__self__, "state", state)
|
42089
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
40854
42090
|
pulumi.set(__self__, "time_created", time_created)
|
40855
42091
|
|
40856
42092
|
@property
|
@@ -40986,6 +42222,14 @@ class GetDatabaseSoftwareImagesDatabaseSoftwareImageResult(dict):
|
|
40986
42222
|
"""
|
40987
42223
|
return pulumi.get(self, "state")
|
40988
42224
|
|
42225
|
+
@property
|
42226
|
+
@pulumi.getter(name="systemTags")
|
42227
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
42228
|
+
"""
|
42229
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
42230
|
+
"""
|
42231
|
+
return pulumi.get(self, "system_tags")
|
42232
|
+
|
40989
42233
|
@property
|
40990
42234
|
@pulumi.getter(name="timeCreated")
|
40991
42235
|
def time_created(self) -> builtins.str:
|
@@ -41231,6 +42475,7 @@ class GetDatabasesDatabaseResult(dict):
|
|
41231
42475
|
source: builtins.str,
|
41232
42476
|
source_database_point_in_time_recovery_timestamp: builtins.str,
|
41233
42477
|
state: builtins.str,
|
42478
|
+
system_tags: Mapping[str, builtins.str],
|
41234
42479
|
time_created: builtins.str,
|
41235
42480
|
vault_id: builtins.str,
|
41236
42481
|
vm_cluster_id: builtins.str):
|
@@ -41264,6 +42509,7 @@ class GetDatabasesDatabaseResult(dict):
|
|
41264
42509
|
:param builtins.str sid_prefix: Specifies a prefix for the `Oracle SID` of the database to be created.
|
41265
42510
|
:param builtins.str source_database_point_in_time_recovery_timestamp: Point in time recovery timeStamp of the source database at which cloned database system is cloned from the source database system, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339)
|
41266
42511
|
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
42512
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
41267
42513
|
:param builtins.str time_created: The date and time the database was created.
|
41268
42514
|
:param builtins.str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
41269
42515
|
:param builtins.str vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster.
|
@@ -41304,6 +42550,7 @@ class GetDatabasesDatabaseResult(dict):
|
|
41304
42550
|
pulumi.set(__self__, "source", source)
|
41305
42551
|
pulumi.set(__self__, "source_database_point_in_time_recovery_timestamp", source_database_point_in_time_recovery_timestamp)
|
41306
42552
|
pulumi.set(__self__, "state", state)
|
42553
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
41307
42554
|
pulumi.set(__self__, "time_created", time_created)
|
41308
42555
|
pulumi.set(__self__, "vault_id", vault_id)
|
41309
42556
|
pulumi.set(__self__, "vm_cluster_id", vm_cluster_id)
|
@@ -41575,6 +42822,14 @@ class GetDatabasesDatabaseResult(dict):
|
|
41575
42822
|
"""
|
41576
42823
|
return pulumi.get(self, "state")
|
41577
42824
|
|
42825
|
+
@property
|
42826
|
+
@pulumi.getter(name="systemTags")
|
42827
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
42828
|
+
"""
|
42829
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
42830
|
+
"""
|
42831
|
+
return pulumi.get(self, "system_tags")
|
42832
|
+
|
41578
42833
|
@property
|
41579
42834
|
@pulumi.getter(name="timeCreated")
|
41580
42835
|
def time_created(self) -> builtins.str:
|
@@ -42155,16 +43410,24 @@ class GetDatabasesDatabaseDatabaseDbBackupConfigBackupDestinationDetailResult(di
|
|
42155
43410
|
def __init__(__self__, *,
|
42156
43411
|
dbrs_policy_id: builtins.str,
|
42157
43412
|
id: builtins.str,
|
43413
|
+
is_remote: builtins.bool,
|
43414
|
+
remote_region: builtins.str,
|
42158
43415
|
type: builtins.str,
|
43416
|
+
vpc_password: builtins.str,
|
42159
43417
|
vpc_user: builtins.str):
|
42160
43418
|
"""
|
42161
43419
|
:param builtins.str dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
|
42162
43420
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
43421
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
43422
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
42163
43423
|
:param builtins.str type: Type of the database backup destination.
|
42164
43424
|
"""
|
42165
43425
|
pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
|
42166
43426
|
pulumi.set(__self__, "id", id)
|
43427
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
43428
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
42167
43429
|
pulumi.set(__self__, "type", type)
|
43430
|
+
pulumi.set(__self__, "vpc_password", vpc_password)
|
42168
43431
|
pulumi.set(__self__, "vpc_user", vpc_user)
|
42169
43432
|
|
42170
43433
|
@property
|
@@ -42183,6 +43446,22 @@ class GetDatabasesDatabaseDatabaseDbBackupConfigBackupDestinationDetailResult(di
|
|
42183
43446
|
"""
|
42184
43447
|
return pulumi.get(self, "id")
|
42185
43448
|
|
43449
|
+
@property
|
43450
|
+
@pulumi.getter(name="isRemote")
|
43451
|
+
def is_remote(self) -> builtins.bool:
|
43452
|
+
"""
|
43453
|
+
Indicates whether the backup destination is cross-region or local region.
|
43454
|
+
"""
|
43455
|
+
return pulumi.get(self, "is_remote")
|
43456
|
+
|
43457
|
+
@property
|
43458
|
+
@pulumi.getter(name="remoteRegion")
|
43459
|
+
def remote_region(self) -> builtins.str:
|
43460
|
+
"""
|
43461
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
43462
|
+
"""
|
43463
|
+
return pulumi.get(self, "remote_region")
|
43464
|
+
|
42186
43465
|
@property
|
42187
43466
|
@pulumi.getter
|
42188
43467
|
def type(self) -> builtins.str:
|
@@ -42191,6 +43470,11 @@ class GetDatabasesDatabaseDatabaseDbBackupConfigBackupDestinationDetailResult(di
|
|
42191
43470
|
"""
|
42192
43471
|
return pulumi.get(self, "type")
|
42193
43472
|
|
43473
|
+
@property
|
43474
|
+
@pulumi.getter(name="vpcPassword")
|
43475
|
+
def vpc_password(self) -> builtins.str:
|
43476
|
+
return pulumi.get(self, "vpc_password")
|
43477
|
+
|
42194
43478
|
@property
|
42195
43479
|
@pulumi.getter(name="vpcUser")
|
42196
43480
|
def vpc_user(self) -> builtins.str:
|
@@ -42200,15 +43484,26 @@ class GetDatabasesDatabaseDatabaseDbBackupConfigBackupDestinationDetailResult(di
|
|
42200
43484
|
@pulumi.output_type
|
42201
43485
|
class GetDatabasesDatabaseDatabaseEncryptionKeyLocationDetailResult(dict):
|
42202
43486
|
def __init__(__self__, *,
|
43487
|
+
azure_encryption_key_id: builtins.str,
|
42203
43488
|
hsm_password: builtins.str,
|
42204
43489
|
provider_type: builtins.str):
|
42205
43490
|
"""
|
43491
|
+
:param builtins.str azure_encryption_key_id: Provide the key OCID of a registered Azure key.
|
42206
43492
|
:param builtins.str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
42207
|
-
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or
|
43493
|
+
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
42208
43494
|
"""
|
43495
|
+
pulumi.set(__self__, "azure_encryption_key_id", azure_encryption_key_id)
|
42209
43496
|
pulumi.set(__self__, "hsm_password", hsm_password)
|
42210
43497
|
pulumi.set(__self__, "provider_type", provider_type)
|
42211
43498
|
|
43499
|
+
@property
|
43500
|
+
@pulumi.getter(name="azureEncryptionKeyId")
|
43501
|
+
def azure_encryption_key_id(self) -> builtins.str:
|
43502
|
+
"""
|
43503
|
+
Provide the key OCID of a registered Azure key.
|
43504
|
+
"""
|
43505
|
+
return pulumi.get(self, "azure_encryption_key_id")
|
43506
|
+
|
42212
43507
|
@property
|
42213
43508
|
@pulumi.getter(name="hsmPassword")
|
42214
43509
|
def hsm_password(self) -> builtins.str:
|
@@ -42221,7 +43516,7 @@ class GetDatabasesDatabaseDatabaseEncryptionKeyLocationDetailResult(dict):
|
|
42221
43516
|
@pulumi.getter(name="providerType")
|
42222
43517
|
def provider_type(self) -> builtins.str:
|
42223
43518
|
"""
|
42224
|
-
Use 'EXTERNAL' for creating a new database or
|
43519
|
+
Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
42225
43520
|
"""
|
42226
43521
|
return pulumi.get(self, "provider_type")
|
42227
43522
|
|
@@ -42262,7 +43557,7 @@ class GetDatabasesDatabaseDatabaseSourceEncryptionKeyLocationDetailResult(dict):
|
|
42262
43557
|
provider_type: builtins.str):
|
42263
43558
|
"""
|
42264
43559
|
:param builtins.str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
42265
|
-
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or
|
43560
|
+
:param builtins.str provider_type: Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
42266
43561
|
"""
|
42267
43562
|
pulumi.set(__self__, "hsm_password", hsm_password)
|
42268
43563
|
pulumi.set(__self__, "provider_type", provider_type)
|
@@ -42279,7 +43574,7 @@ class GetDatabasesDatabaseDatabaseSourceEncryptionKeyLocationDetailResult(dict):
|
|
42279
43574
|
@pulumi.getter(name="providerType")
|
42280
43575
|
def provider_type(self) -> builtins.str:
|
42281
43576
|
"""
|
42282
|
-
Use 'EXTERNAL' for creating a new database or
|
43577
|
+
Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
|
42283
43578
|
"""
|
42284
43579
|
return pulumi.get(self, "provider_type")
|
42285
43580
|
|
@@ -42384,16 +43679,24 @@ class GetDatabasesDatabaseDbBackupConfigBackupDestinationDetailResult(dict):
|
|
42384
43679
|
def __init__(__self__, *,
|
42385
43680
|
dbrs_policy_id: builtins.str,
|
42386
43681
|
id: builtins.str,
|
43682
|
+
is_remote: builtins.bool,
|
43683
|
+
remote_region: builtins.str,
|
42387
43684
|
type: builtins.str,
|
43685
|
+
vpc_password: builtins.str,
|
42388
43686
|
vpc_user: builtins.str):
|
42389
43687
|
"""
|
42390
43688
|
:param builtins.str dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
|
42391
43689
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
43690
|
+
:param builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
|
43691
|
+
:param builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
42392
43692
|
:param builtins.str type: Type of the database backup destination.
|
42393
43693
|
"""
|
42394
43694
|
pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
|
42395
43695
|
pulumi.set(__self__, "id", id)
|
43696
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
43697
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
42396
43698
|
pulumi.set(__self__, "type", type)
|
43699
|
+
pulumi.set(__self__, "vpc_password", vpc_password)
|
42397
43700
|
pulumi.set(__self__, "vpc_user", vpc_user)
|
42398
43701
|
|
42399
43702
|
@property
|
@@ -42412,6 +43715,22 @@ class GetDatabasesDatabaseDbBackupConfigBackupDestinationDetailResult(dict):
|
|
42412
43715
|
"""
|
42413
43716
|
return pulumi.get(self, "id")
|
42414
43717
|
|
43718
|
+
@property
|
43719
|
+
@pulumi.getter(name="isRemote")
|
43720
|
+
def is_remote(self) -> builtins.bool:
|
43721
|
+
"""
|
43722
|
+
Indicates whether the backup destination is cross-region or local region.
|
43723
|
+
"""
|
43724
|
+
return pulumi.get(self, "is_remote")
|
43725
|
+
|
43726
|
+
@property
|
43727
|
+
@pulumi.getter(name="remoteRegion")
|
43728
|
+
def remote_region(self) -> builtins.str:
|
43729
|
+
"""
|
43730
|
+
The name of the remote region where the remote automatic incremental backups will be stored.
|
43731
|
+
"""
|
43732
|
+
return pulumi.get(self, "remote_region")
|
43733
|
+
|
42415
43734
|
@property
|
42416
43735
|
@pulumi.getter
|
42417
43736
|
def type(self) -> builtins.str:
|
@@ -42420,6 +43739,11 @@ class GetDatabasesDatabaseDbBackupConfigBackupDestinationDetailResult(dict):
|
|
42420
43739
|
"""
|
42421
43740
|
return pulumi.get(self, "type")
|
42422
43741
|
|
43742
|
+
@property
|
43743
|
+
@pulumi.getter(name="vpcPassword")
|
43744
|
+
def vpc_password(self) -> builtins.str:
|
43745
|
+
return pulumi.get(self, "vpc_password")
|
43746
|
+
|
42423
43747
|
@property
|
42424
43748
|
@pulumi.getter(name="vpcUser")
|
42425
43749
|
def vpc_user(self) -> builtins.str:
|
@@ -42791,13 +44115,21 @@ class GetDbHomeDatabaseDbBackupConfigBackupDestinationDetailResult(dict):
|
|
42791
44115
|
def __init__(__self__, *,
|
42792
44116
|
dbrs_policy_id: builtins.str,
|
42793
44117
|
id: builtins.str,
|
42794
|
-
|
44118
|
+
is_remote: builtins.bool,
|
44119
|
+
remote_region: builtins.str,
|
44120
|
+
type: builtins.str,
|
44121
|
+
vpc_password: builtins.str,
|
44122
|
+
vpc_user: builtins.str):
|
42795
44123
|
"""
|
42796
44124
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
|
42797
44125
|
"""
|
42798
44126
|
pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
|
42799
44127
|
pulumi.set(__self__, "id", id)
|
44128
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
44129
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
42800
44130
|
pulumi.set(__self__, "type", type)
|
44131
|
+
pulumi.set(__self__, "vpc_password", vpc_password)
|
44132
|
+
pulumi.set(__self__, "vpc_user", vpc_user)
|
42801
44133
|
|
42802
44134
|
@property
|
42803
44135
|
@pulumi.getter(name="dbrsPolicyId")
|
@@ -42812,20 +44144,47 @@ class GetDbHomeDatabaseDbBackupConfigBackupDestinationDetailResult(dict):
|
|
42812
44144
|
"""
|
42813
44145
|
return pulumi.get(self, "id")
|
42814
44146
|
|
44147
|
+
@property
|
44148
|
+
@pulumi.getter(name="isRemote")
|
44149
|
+
def is_remote(self) -> builtins.bool:
|
44150
|
+
return pulumi.get(self, "is_remote")
|
44151
|
+
|
44152
|
+
@property
|
44153
|
+
@pulumi.getter(name="remoteRegion")
|
44154
|
+
def remote_region(self) -> builtins.str:
|
44155
|
+
return pulumi.get(self, "remote_region")
|
44156
|
+
|
42815
44157
|
@property
|
42816
44158
|
@pulumi.getter
|
42817
44159
|
def type(self) -> builtins.str:
|
42818
44160
|
return pulumi.get(self, "type")
|
42819
44161
|
|
44162
|
+
@property
|
44163
|
+
@pulumi.getter(name="vpcPassword")
|
44164
|
+
def vpc_password(self) -> builtins.str:
|
44165
|
+
return pulumi.get(self, "vpc_password")
|
44166
|
+
|
44167
|
+
@property
|
44168
|
+
@pulumi.getter(name="vpcUser")
|
44169
|
+
def vpc_user(self) -> builtins.str:
|
44170
|
+
return pulumi.get(self, "vpc_user")
|
44171
|
+
|
42820
44172
|
|
42821
44173
|
@pulumi.output_type
|
42822
44174
|
class GetDbHomeDatabaseEncryptionKeyLocationDetailResult(dict):
|
42823
44175
|
def __init__(__self__, *,
|
44176
|
+
azure_encryption_key_id: builtins.str,
|
42824
44177
|
hsm_password: builtins.str,
|
42825
44178
|
provider_type: builtins.str):
|
44179
|
+
pulumi.set(__self__, "azure_encryption_key_id", azure_encryption_key_id)
|
42826
44180
|
pulumi.set(__self__, "hsm_password", hsm_password)
|
42827
44181
|
pulumi.set(__self__, "provider_type", provider_type)
|
42828
44182
|
|
44183
|
+
@property
|
44184
|
+
@pulumi.getter(name="azureEncryptionKeyId")
|
44185
|
+
def azure_encryption_key_id(self) -> builtins.str:
|
44186
|
+
return pulumi.get(self, "azure_encryption_key_id")
|
44187
|
+
|
42829
44188
|
@property
|
42830
44189
|
@pulumi.getter(name="hsmPassword")
|
42831
44190
|
def hsm_password(self) -> builtins.str:
|
@@ -43104,6 +44463,7 @@ class GetDbHomesDbHomeResult(dict):
|
|
43104
44463
|
lifecycle_details: builtins.str,
|
43105
44464
|
source: builtins.str,
|
43106
44465
|
state: builtins.str,
|
44466
|
+
system_tags: Mapping[str, builtins.str],
|
43107
44467
|
time_created: builtins.str,
|
43108
44468
|
vm_cluster_id: builtins.str):
|
43109
44469
|
"""
|
@@ -43121,6 +44481,7 @@ class GetDbHomesDbHomeResult(dict):
|
|
43121
44481
|
:param builtins.str last_patch_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch history. This value is updated as soon as a patch operation is started.
|
43122
44482
|
:param builtins.str lifecycle_details: Additional information about the current lifecycle state.
|
43123
44483
|
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
44484
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
43124
44485
|
:param builtins.str time_created: The date and time the Database Home was created.
|
43125
44486
|
:param builtins.str vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster.
|
43126
44487
|
"""
|
@@ -43144,6 +44505,7 @@ class GetDbHomesDbHomeResult(dict):
|
|
43144
44505
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
43145
44506
|
pulumi.set(__self__, "source", source)
|
43146
44507
|
pulumi.set(__self__, "state", state)
|
44508
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
43147
44509
|
pulumi.set(__self__, "time_created", time_created)
|
43148
44510
|
pulumi.set(__self__, "vm_cluster_id", vm_cluster_id)
|
43149
44511
|
|
@@ -43289,6 +44651,14 @@ class GetDbHomesDbHomeResult(dict):
|
|
43289
44651
|
"""
|
43290
44652
|
return pulumi.get(self, "state")
|
43291
44653
|
|
44654
|
+
@property
|
44655
|
+
@pulumi.getter(name="systemTags")
|
44656
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
44657
|
+
"""
|
44658
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
44659
|
+
"""
|
44660
|
+
return pulumi.get(self, "system_tags")
|
44661
|
+
|
43292
44662
|
@property
|
43293
44663
|
@pulumi.getter(name="timeCreated")
|
43294
44664
|
def time_created(self) -> builtins.str:
|
@@ -43648,13 +45018,21 @@ class GetDbHomesDbHomeDatabaseDbBackupConfigBackupDestinationDetailResult(dict):
|
|
43648
45018
|
def __init__(__self__, *,
|
43649
45019
|
dbrs_policy_id: builtins.str,
|
43650
45020
|
id: builtins.str,
|
43651
|
-
|
45021
|
+
is_remote: builtins.bool,
|
45022
|
+
remote_region: builtins.str,
|
45023
|
+
type: builtins.str,
|
45024
|
+
vpc_password: builtins.str,
|
45025
|
+
vpc_user: builtins.str):
|
43652
45026
|
"""
|
43653
45027
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
|
43654
45028
|
"""
|
43655
45029
|
pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
|
43656
45030
|
pulumi.set(__self__, "id", id)
|
45031
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
45032
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
43657
45033
|
pulumi.set(__self__, "type", type)
|
45034
|
+
pulumi.set(__self__, "vpc_password", vpc_password)
|
45035
|
+
pulumi.set(__self__, "vpc_user", vpc_user)
|
43658
45036
|
|
43659
45037
|
@property
|
43660
45038
|
@pulumi.getter(name="dbrsPolicyId")
|
@@ -43669,20 +45047,47 @@ class GetDbHomesDbHomeDatabaseDbBackupConfigBackupDestinationDetailResult(dict):
|
|
43669
45047
|
"""
|
43670
45048
|
return pulumi.get(self, "id")
|
43671
45049
|
|
45050
|
+
@property
|
45051
|
+
@pulumi.getter(name="isRemote")
|
45052
|
+
def is_remote(self) -> builtins.bool:
|
45053
|
+
return pulumi.get(self, "is_remote")
|
45054
|
+
|
45055
|
+
@property
|
45056
|
+
@pulumi.getter(name="remoteRegion")
|
45057
|
+
def remote_region(self) -> builtins.str:
|
45058
|
+
return pulumi.get(self, "remote_region")
|
45059
|
+
|
43672
45060
|
@property
|
43673
45061
|
@pulumi.getter
|
43674
45062
|
def type(self) -> builtins.str:
|
43675
45063
|
return pulumi.get(self, "type")
|
43676
45064
|
|
45065
|
+
@property
|
45066
|
+
@pulumi.getter(name="vpcPassword")
|
45067
|
+
def vpc_password(self) -> builtins.str:
|
45068
|
+
return pulumi.get(self, "vpc_password")
|
45069
|
+
|
45070
|
+
@property
|
45071
|
+
@pulumi.getter(name="vpcUser")
|
45072
|
+
def vpc_user(self) -> builtins.str:
|
45073
|
+
return pulumi.get(self, "vpc_user")
|
45074
|
+
|
43677
45075
|
|
43678
45076
|
@pulumi.output_type
|
43679
45077
|
class GetDbHomesDbHomeDatabaseEncryptionKeyLocationDetailResult(dict):
|
43680
45078
|
def __init__(__self__, *,
|
45079
|
+
azure_encryption_key_id: builtins.str,
|
43681
45080
|
hsm_password: builtins.str,
|
43682
45081
|
provider_type: builtins.str):
|
45082
|
+
pulumi.set(__self__, "azure_encryption_key_id", azure_encryption_key_id)
|
43683
45083
|
pulumi.set(__self__, "hsm_password", hsm_password)
|
43684
45084
|
pulumi.set(__self__, "provider_type", provider_type)
|
43685
45085
|
|
45086
|
+
@property
|
45087
|
+
@pulumi.getter(name="azureEncryptionKeyId")
|
45088
|
+
def azure_encryption_key_id(self) -> builtins.str:
|
45089
|
+
return pulumi.get(self, "azure_encryption_key_id")
|
45090
|
+
|
43686
45091
|
@property
|
43687
45092
|
@pulumi.getter(name="hsmPassword")
|
43688
45093
|
def hsm_password(self) -> builtins.str:
|
@@ -44042,6 +45447,7 @@ class GetDbNodesDbNodeResult(dict):
|
|
44042
45447
|
memory_size_in_gbs: builtins.int,
|
44043
45448
|
software_storage_size_in_gb: builtins.int,
|
44044
45449
|
state: builtins.str,
|
45450
|
+
system_tags: Mapping[str, builtins.str],
|
44045
45451
|
time_created: builtins.str,
|
44046
45452
|
time_maintenance_window_end: builtins.str,
|
44047
45453
|
time_maintenance_window_start: builtins.str,
|
@@ -44070,6 +45476,7 @@ class GetDbNodesDbNodeResult(dict):
|
|
44070
45476
|
:param builtins.int memory_size_in_gbs: The allocated memory in GBs on the Db node.
|
44071
45477
|
:param builtins.int software_storage_size_in_gb: The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems.
|
44072
45478
|
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
45479
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
44073
45480
|
:param builtins.str time_created: The date and time that the database node was created.
|
44074
45481
|
:param builtins.str time_maintenance_window_end: End date and time of maintenance window.
|
44075
45482
|
:param builtins.str time_maintenance_window_start: Start date and time of maintenance window.
|
@@ -44099,6 +45506,7 @@ class GetDbNodesDbNodeResult(dict):
|
|
44099
45506
|
pulumi.set(__self__, "memory_size_in_gbs", memory_size_in_gbs)
|
44100
45507
|
pulumi.set(__self__, "software_storage_size_in_gb", software_storage_size_in_gb)
|
44101
45508
|
pulumi.set(__self__, "state", state)
|
45509
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
44102
45510
|
pulumi.set(__self__, "time_created", time_created)
|
44103
45511
|
pulumi.set(__self__, "time_maintenance_window_end", time_maintenance_window_end)
|
44104
45512
|
pulumi.set(__self__, "time_maintenance_window_start", time_maintenance_window_start)
|
@@ -44279,6 +45687,14 @@ class GetDbNodesDbNodeResult(dict):
|
|
44279
45687
|
"""
|
44280
45688
|
return pulumi.get(self, "state")
|
44281
45689
|
|
45690
|
+
@property
|
45691
|
+
@pulumi.getter(name="systemTags")
|
45692
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
45693
|
+
"""
|
45694
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
45695
|
+
"""
|
45696
|
+
return pulumi.get(self, "system_tags")
|
45697
|
+
|
44282
45698
|
@property
|
44283
45699
|
@pulumi.getter(name="timeCreated")
|
44284
45700
|
def time_created(self) -> builtins.str:
|
@@ -44429,6 +45845,7 @@ class GetDbServersDbServerResult(dict):
|
|
44429
45845
|
memory_size_in_gbs: builtins.int,
|
44430
45846
|
shape: builtins.str,
|
44431
45847
|
state: builtins.str,
|
45848
|
+
system_tags: Mapping[str, builtins.str],
|
44432
45849
|
time_created: builtins.str,
|
44433
45850
|
vm_cluster_ids: Sequence[builtins.str]):
|
44434
45851
|
"""
|
@@ -44452,6 +45869,7 @@ class GetDbServersDbServerResult(dict):
|
|
44452
45869
|
:param builtins.int memory_size_in_gbs: The allocated memory in GBs on the Db server.
|
44453
45870
|
:param builtins.str shape: The shape of the Db server. The shape determines the amount of CPU, storage, and memory resources available.
|
44454
45871
|
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
45872
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
44455
45873
|
:param builtins.str time_created: The date and time that the Db Server was created.
|
44456
45874
|
:param Sequence[builtins.str] vm_cluster_ids: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM Clusters associated with the Db server.
|
44457
45875
|
"""
|
@@ -44475,6 +45893,7 @@ class GetDbServersDbServerResult(dict):
|
|
44475
45893
|
pulumi.set(__self__, "memory_size_in_gbs", memory_size_in_gbs)
|
44476
45894
|
pulumi.set(__self__, "shape", shape)
|
44477
45895
|
pulumi.set(__self__, "state", state)
|
45896
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
44478
45897
|
pulumi.set(__self__, "time_created", time_created)
|
44479
45898
|
pulumi.set(__self__, "vm_cluster_ids", vm_cluster_ids)
|
44480
45899
|
|
@@ -44638,6 +46057,14 @@ class GetDbServersDbServerResult(dict):
|
|
44638
46057
|
"""
|
44639
46058
|
return pulumi.get(self, "state")
|
44640
46059
|
|
46060
|
+
@property
|
46061
|
+
@pulumi.getter(name="systemTags")
|
46062
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
46063
|
+
"""
|
46064
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
46065
|
+
"""
|
46066
|
+
return pulumi.get(self, "system_tags")
|
46067
|
+
|
44641
46068
|
@property
|
44642
46069
|
@pulumi.getter(name="timeCreated")
|
44643
46070
|
def time_created(self) -> builtins.str:
|
@@ -45729,6 +47156,7 @@ class GetDbSystemsDbSystemResult(dict):
|
|
45729
47156
|
state: builtins.str,
|
45730
47157
|
storage_volume_performance_mode: builtins.str,
|
45731
47158
|
subnet_id: builtins.str,
|
47159
|
+
system_tags: Mapping[str, builtins.str],
|
45732
47160
|
time_created: builtins.str,
|
45733
47161
|
time_zone: builtins.str,
|
45734
47162
|
version: builtins.str,
|
@@ -45784,6 +47212,7 @@ class GetDbSystemsDbSystemResult(dict):
|
|
45784
47212
|
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
45785
47213
|
:param builtins.str storage_volume_performance_mode: The block storage volume performance level. Valid values are `BALANCED` and `HIGH_PERFORMANCE`. See [Block Volume Performance](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm) for more information.
|
45786
47214
|
:param builtins.str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the DB system is associated with.
|
47215
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
45787
47216
|
:param builtins.str time_created: The date and time the DB system was created.
|
45788
47217
|
:param builtins.str time_zone: The time zone of the DB system. For details, see [DB System Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
45789
47218
|
:param builtins.str version: The Oracle Database version of the DB system.
|
@@ -45843,6 +47272,7 @@ class GetDbSystemsDbSystemResult(dict):
|
|
45843
47272
|
pulumi.set(__self__, "state", state)
|
45844
47273
|
pulumi.set(__self__, "storage_volume_performance_mode", storage_volume_performance_mode)
|
45845
47274
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
47275
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
45846
47276
|
pulumi.set(__self__, "time_created", time_created)
|
45847
47277
|
pulumi.set(__self__, "time_zone", time_zone)
|
45848
47278
|
pulumi.set(__self__, "version", version)
|
@@ -46248,6 +47678,14 @@ class GetDbSystemsDbSystemResult(dict):
|
|
46248
47678
|
"""
|
46249
47679
|
return pulumi.get(self, "subnet_id")
|
46250
47680
|
|
47681
|
+
@property
|
47682
|
+
@pulumi.getter(name="systemTags")
|
47683
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
47684
|
+
"""
|
47685
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
47686
|
+
"""
|
47687
|
+
return pulumi.get(self, "system_tags")
|
47688
|
+
|
46251
47689
|
@property
|
46252
47690
|
@pulumi.getter(name="timeCreated")
|
46253
47691
|
def time_created(self) -> builtins.str:
|
@@ -46787,12 +48225,16 @@ class GetDbSystemsDbSystemDbHomeDatabaseDbBackupConfigBackupDestinationDetailRes
|
|
46787
48225
|
def __init__(__self__, *,
|
46788
48226
|
dbrs_policy_id: builtins.str,
|
46789
48227
|
id: builtins.str,
|
48228
|
+
is_remote: builtins.bool,
|
48229
|
+
remote_region: builtins.str,
|
46790
48230
|
type: builtins.str):
|
46791
48231
|
"""
|
46792
48232
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
46793
48233
|
"""
|
46794
48234
|
pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
|
46795
48235
|
pulumi.set(__self__, "id", id)
|
48236
|
+
pulumi.set(__self__, "is_remote", is_remote)
|
48237
|
+
pulumi.set(__self__, "remote_region", remote_region)
|
46796
48238
|
pulumi.set(__self__, "type", type)
|
46797
48239
|
|
46798
48240
|
@property
|
@@ -46808,6 +48250,16 @@ class GetDbSystemsDbSystemDbHomeDatabaseDbBackupConfigBackupDestinationDetailRes
|
|
46808
48250
|
"""
|
46809
48251
|
return pulumi.get(self, "id")
|
46810
48252
|
|
48253
|
+
@property
|
48254
|
+
@pulumi.getter(name="isRemote")
|
48255
|
+
def is_remote(self) -> builtins.bool:
|
48256
|
+
return pulumi.get(self, "is_remote")
|
48257
|
+
|
48258
|
+
@property
|
48259
|
+
@pulumi.getter(name="remoteRegion")
|
48260
|
+
def remote_region(self) -> builtins.str:
|
48261
|
+
return pulumi.get(self, "remote_region")
|
48262
|
+
|
46811
48263
|
@property
|
46812
48264
|
@pulumi.getter
|
46813
48265
|
def type(self) -> builtins.str:
|
@@ -47937,6 +49389,7 @@ class GetExadataInfrastructuresExadataInfrastructureResult(dict):
|
|
47937
49389
|
storage_count: builtins.int,
|
47938
49390
|
storage_server_type: builtins.str,
|
47939
49391
|
storage_server_version: builtins.str,
|
49392
|
+
system_tags: Mapping[str, builtins.str],
|
47940
49393
|
time_created: builtins.str,
|
47941
49394
|
time_zone: builtins.str):
|
47942
49395
|
"""
|
@@ -47990,6 +49443,7 @@ class GetExadataInfrastructuresExadataInfrastructureResult(dict):
|
|
47990
49443
|
:param builtins.int storage_count: The number of Exadata storage servers for the Exadata infrastructure.
|
47991
49444
|
:param builtins.str storage_server_type: The storage server type of the Exadata infrastructure.
|
47992
49445
|
:param builtins.str storage_server_version: The software version of the storage servers (cells) in the Exadata infrastructure.
|
49446
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
47993
49447
|
:param builtins.str time_created: The date and time the Exadata infrastructure was created.
|
47994
49448
|
:param builtins.str time_zone: The time zone of the Exadata infrastructure. For details, see [Exadata Infrastructure Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
47995
49449
|
"""
|
@@ -48045,6 +49499,7 @@ class GetExadataInfrastructuresExadataInfrastructureResult(dict):
|
|
48045
49499
|
pulumi.set(__self__, "storage_count", storage_count)
|
48046
49500
|
pulumi.set(__self__, "storage_server_type", storage_server_type)
|
48047
49501
|
pulumi.set(__self__, "storage_server_version", storage_server_version)
|
49502
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
48048
49503
|
pulumi.set(__self__, "time_created", time_created)
|
48049
49504
|
pulumi.set(__self__, "time_zone", time_zone)
|
48050
49505
|
|
@@ -48458,6 +49913,14 @@ class GetExadataInfrastructuresExadataInfrastructureResult(dict):
|
|
48458
49913
|
"""
|
48459
49914
|
return pulumi.get(self, "storage_server_version")
|
48460
49915
|
|
49916
|
+
@property
|
49917
|
+
@pulumi.getter(name="systemTags")
|
49918
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
49919
|
+
"""
|
49920
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
49921
|
+
"""
|
49922
|
+
return pulumi.get(self, "system_tags")
|
49923
|
+
|
48461
49924
|
@property
|
48462
49925
|
@pulumi.getter(name="timeCreated")
|
48463
49926
|
def time_created(self) -> builtins.str:
|
@@ -51189,6 +52652,7 @@ class GetExternalContainerDatabasesExternalContainerDatabaseResult(dict):
|
|
51189
52652
|
ncharacter_set: builtins.str,
|
51190
52653
|
stack_monitoring_configs: Sequence['outputs.GetExternalContainerDatabasesExternalContainerDatabaseStackMonitoringConfigResult'],
|
51191
52654
|
state: builtins.str,
|
52655
|
+
system_tags: Mapping[str, builtins.str],
|
51192
52656
|
time_created: builtins.str,
|
51193
52657
|
time_zone: builtins.str):
|
51194
52658
|
"""
|
@@ -51209,6 +52673,7 @@ class GetExternalContainerDatabasesExternalContainerDatabaseResult(dict):
|
|
51209
52673
|
:param builtins.str ncharacter_set: The national character of the external database.
|
51210
52674
|
:param Sequence['GetExternalContainerDatabasesExternalContainerDatabaseStackMonitoringConfigArgs'] stack_monitoring_configs: The configuration of Stack Monitoring for the external database.
|
51211
52675
|
:param builtins.str state: A filter to return only resources that match the specified lifecycle state.
|
52676
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
51212
52677
|
:param builtins.str time_created: The date and time the database was created.
|
51213
52678
|
:param builtins.str time_zone: The time zone of the external database. It is a time zone offset (a character type in the format '[+|-]TZH:TZM') or a time zone region name, depending on how the time zone value was specified when the database was created / last altered.
|
51214
52679
|
"""
|
@@ -51229,6 +52694,7 @@ class GetExternalContainerDatabasesExternalContainerDatabaseResult(dict):
|
|
51229
52694
|
pulumi.set(__self__, "ncharacter_set", ncharacter_set)
|
51230
52695
|
pulumi.set(__self__, "stack_monitoring_configs", stack_monitoring_configs)
|
51231
52696
|
pulumi.set(__self__, "state", state)
|
52697
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
51232
52698
|
pulumi.set(__self__, "time_created", time_created)
|
51233
52699
|
pulumi.set(__self__, "time_zone", time_zone)
|
51234
52700
|
|
@@ -51368,6 +52834,14 @@ class GetExternalContainerDatabasesExternalContainerDatabaseResult(dict):
|
|
51368
52834
|
"""
|
51369
52835
|
return pulumi.get(self, "state")
|
51370
52836
|
|
52837
|
+
@property
|
52838
|
+
@pulumi.getter(name="systemTags")
|
52839
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
52840
|
+
"""
|
52841
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
52842
|
+
"""
|
52843
|
+
return pulumi.get(self, "system_tags")
|
52844
|
+
|
51371
52845
|
@property
|
51372
52846
|
@pulumi.getter(name="timeCreated")
|
51373
52847
|
def time_created(self) -> builtins.str:
|
@@ -51621,6 +53095,7 @@ class GetExternalDatabaseConnectorsExternalDatabaseConnectorResult(dict):
|
|
51621
53095
|
id: builtins.str,
|
51622
53096
|
lifecycle_details: builtins.str,
|
51623
53097
|
state: builtins.str,
|
53098
|
+
system_tags: Mapping[str, builtins.str],
|
51624
53099
|
time_connection_status_last_updated: builtins.str,
|
51625
53100
|
time_created: builtins.str):
|
51626
53101
|
"""
|
@@ -51637,6 +53112,7 @@ class GetExternalDatabaseConnectorsExternalDatabaseConnectorResult(dict):
|
|
51637
53112
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the [external database connector](https://docs.cloud.oracle.com/iaas/api/#/en/database/latest/datatypes/CreateExternalDatabaseConnectorDetails).
|
51638
53113
|
:param builtins.str lifecycle_details: Additional information about the current lifecycle state.
|
51639
53114
|
:param builtins.str state: A filter to return only resources that match the specified lifecycle state.
|
53115
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
51640
53116
|
:param builtins.str time_connection_status_last_updated: The date and time the `connectionStatus` of this external connector was last updated.
|
51641
53117
|
:param builtins.str time_created: The date and time the external connector was created.
|
51642
53118
|
"""
|
@@ -51653,6 +53129,7 @@ class GetExternalDatabaseConnectorsExternalDatabaseConnectorResult(dict):
|
|
51653
53129
|
pulumi.set(__self__, "id", id)
|
51654
53130
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
51655
53131
|
pulumi.set(__self__, "state", state)
|
53132
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
51656
53133
|
pulumi.set(__self__, "time_connection_status_last_updated", time_connection_status_last_updated)
|
51657
53134
|
pulumi.set(__self__, "time_created", time_created)
|
51658
53135
|
|
@@ -51760,6 +53237,14 @@ class GetExternalDatabaseConnectorsExternalDatabaseConnectorResult(dict):
|
|
51760
53237
|
"""
|
51761
53238
|
return pulumi.get(self, "state")
|
51762
53239
|
|
53240
|
+
@property
|
53241
|
+
@pulumi.getter(name="systemTags")
|
53242
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
53243
|
+
"""
|
53244
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
53245
|
+
"""
|
53246
|
+
return pulumi.get(self, "system_tags")
|
53247
|
+
|
51763
53248
|
@property
|
51764
53249
|
@pulumi.getter(name="timeConnectionStatusLastUpdated")
|
51765
53250
|
def time_connection_status_last_updated(self) -> builtins.str:
|
@@ -52047,6 +53532,7 @@ class GetExternalNonContainerDatabasesExternalNonContainerDatabaseResult(dict):
|
|
52047
53532
|
operations_insights_configs: Sequence['outputs.GetExternalNonContainerDatabasesExternalNonContainerDatabaseOperationsInsightsConfigResult'],
|
52048
53533
|
stack_monitoring_configs: Sequence['outputs.GetExternalNonContainerDatabasesExternalNonContainerDatabaseStackMonitoringConfigResult'],
|
52049
53534
|
state: builtins.str,
|
53535
|
+
system_tags: Mapping[str, builtins.str],
|
52050
53536
|
time_created: builtins.str,
|
52051
53537
|
time_zone: builtins.str):
|
52052
53538
|
"""
|
@@ -52068,6 +53554,7 @@ class GetExternalNonContainerDatabasesExternalNonContainerDatabaseResult(dict):
|
|
52068
53554
|
:param Sequence['GetExternalNonContainerDatabasesExternalNonContainerDatabaseOperationsInsightsConfigArgs'] operations_insights_configs: The configuration of Operations Insights for the external database
|
52069
53555
|
:param Sequence['GetExternalNonContainerDatabasesExternalNonContainerDatabaseStackMonitoringConfigArgs'] stack_monitoring_configs: The configuration of Stack Monitoring for the external database.
|
52070
53556
|
:param builtins.str state: A filter to return only resources that match the specified lifecycle state.
|
53557
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
52071
53558
|
:param builtins.str time_created: The date and time the database was created.
|
52072
53559
|
:param builtins.str time_zone: The time zone of the external database. It is a time zone offset (a character type in the format '[+|-]TZH:TZM') or a time zone region name, depending on how the time zone value was specified when the database was created / last altered.
|
52073
53560
|
"""
|
@@ -52089,6 +53576,7 @@ class GetExternalNonContainerDatabasesExternalNonContainerDatabaseResult(dict):
|
|
52089
53576
|
pulumi.set(__self__, "operations_insights_configs", operations_insights_configs)
|
52090
53577
|
pulumi.set(__self__, "stack_monitoring_configs", stack_monitoring_configs)
|
52091
53578
|
pulumi.set(__self__, "state", state)
|
53579
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
52092
53580
|
pulumi.set(__self__, "time_created", time_created)
|
52093
53581
|
pulumi.set(__self__, "time_zone", time_zone)
|
52094
53582
|
|
@@ -52236,6 +53724,14 @@ class GetExternalNonContainerDatabasesExternalNonContainerDatabaseResult(dict):
|
|
52236
53724
|
"""
|
52237
53725
|
return pulumi.get(self, "state")
|
52238
53726
|
|
53727
|
+
@property
|
53728
|
+
@pulumi.getter(name="systemTags")
|
53729
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
53730
|
+
"""
|
53731
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
53732
|
+
"""
|
53733
|
+
return pulumi.get(self, "system_tags")
|
53734
|
+
|
52239
53735
|
@property
|
52240
53736
|
@pulumi.getter(name="timeCreated")
|
52241
53737
|
def time_created(self) -> builtins.str:
|
@@ -52499,6 +53995,7 @@ class GetExternalPluggableDatabasesExternalPluggableDatabaseResult(dict):
|
|
52499
53995
|
source_id: builtins.str,
|
52500
53996
|
stack_monitoring_configs: Sequence['outputs.GetExternalPluggableDatabasesExternalPluggableDatabaseStackMonitoringConfigResult'],
|
52501
53997
|
state: builtins.str,
|
53998
|
+
system_tags: Mapping[str, builtins.str],
|
52502
53999
|
time_created: builtins.str,
|
52503
54000
|
time_zone: builtins.str):
|
52504
54001
|
"""
|
@@ -52522,6 +54019,7 @@ class GetExternalPluggableDatabasesExternalPluggableDatabaseResult(dict):
|
|
52522
54019
|
:param builtins.str source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the the non-container database that was converted to a pluggable database to create this resource.
|
52523
54020
|
:param Sequence['GetExternalPluggableDatabasesExternalPluggableDatabaseStackMonitoringConfigArgs'] stack_monitoring_configs: The configuration of Stack Monitoring for the external database.
|
52524
54021
|
:param builtins.str state: A filter to return only resources that match the specified lifecycle state.
|
54022
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
52525
54023
|
:param builtins.str time_created: The date and time the database was created.
|
52526
54024
|
:param builtins.str time_zone: The time zone of the external database. It is a time zone offset (a character type in the format '[+|-]TZH:TZM') or a time zone region name, depending on how the time zone value was specified when the database was created / last altered.
|
52527
54025
|
"""
|
@@ -52545,6 +54043,7 @@ class GetExternalPluggableDatabasesExternalPluggableDatabaseResult(dict):
|
|
52545
54043
|
pulumi.set(__self__, "source_id", source_id)
|
52546
54044
|
pulumi.set(__self__, "stack_monitoring_configs", stack_monitoring_configs)
|
52547
54045
|
pulumi.set(__self__, "state", state)
|
54046
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
52548
54047
|
pulumi.set(__self__, "time_created", time_created)
|
52549
54048
|
pulumi.set(__self__, "time_zone", time_zone)
|
52550
54049
|
|
@@ -52708,6 +54207,14 @@ class GetExternalPluggableDatabasesExternalPluggableDatabaseResult(dict):
|
|
52708
54207
|
"""
|
52709
54208
|
return pulumi.get(self, "state")
|
52710
54209
|
|
54210
|
+
@property
|
54211
|
+
@pulumi.getter(name="systemTags")
|
54212
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
54213
|
+
"""
|
54214
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
54215
|
+
"""
|
54216
|
+
return pulumi.get(self, "system_tags")
|
54217
|
+
|
52711
54218
|
@property
|
52712
54219
|
@pulumi.getter(name="timeCreated")
|
52713
54220
|
def time_created(self) -> builtins.str:
|
@@ -53254,6 +54761,7 @@ class GetKeyStoresKeyStoreResult(dict):
|
|
53254
54761
|
id: builtins.str,
|
53255
54762
|
lifecycle_details: builtins.str,
|
53256
54763
|
state: builtins.str,
|
54764
|
+
system_tags: Mapping[str, builtins.str],
|
53257
54765
|
time_created: builtins.str,
|
53258
54766
|
type_details: Sequence['outputs.GetKeyStoresKeyStoreTypeDetailResult']):
|
53259
54767
|
"""
|
@@ -53265,6 +54773,7 @@ class GetKeyStoresKeyStoreResult(dict):
|
|
53265
54773
|
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
53266
54774
|
:param builtins.str lifecycle_details: Additional information about the current lifecycle state.
|
53267
54775
|
:param builtins.str state: The current state of the key store.
|
54776
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
53268
54777
|
:param builtins.str time_created: The date and time that the key store was created.
|
53269
54778
|
:param Sequence['GetKeyStoresKeyStoreTypeDetailArgs'] type_details: Key store type details.
|
53270
54779
|
"""
|
@@ -53277,6 +54786,7 @@ class GetKeyStoresKeyStoreResult(dict):
|
|
53277
54786
|
pulumi.set(__self__, "id", id)
|
53278
54787
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
53279
54788
|
pulumi.set(__self__, "state", state)
|
54789
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
53280
54790
|
pulumi.set(__self__, "time_created", time_created)
|
53281
54791
|
pulumi.set(__self__, "type_details", type_details)
|
53282
54792
|
|
@@ -53349,6 +54859,14 @@ class GetKeyStoresKeyStoreResult(dict):
|
|
53349
54859
|
"""
|
53350
54860
|
return pulumi.get(self, "state")
|
53351
54861
|
|
54862
|
+
@property
|
54863
|
+
@pulumi.getter(name="systemTags")
|
54864
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
54865
|
+
"""
|
54866
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
54867
|
+
"""
|
54868
|
+
return pulumi.get(self, "system_tags")
|
54869
|
+
|
53352
54870
|
@property
|
53353
54871
|
@pulumi.getter(name="timeCreated")
|
53354
54872
|
def time_created(self) -> builtins.str:
|
@@ -53564,6 +55082,7 @@ class GetMaintenanceRunsMaintenanceRunResult(dict):
|
|
53564
55082
|
peer_maintenance_run_id: builtins.str,
|
53565
55083
|
peer_maintenance_run_ids: Sequence[builtins.str],
|
53566
55084
|
state: builtins.str,
|
55085
|
+
system_tags: Mapping[str, builtins.str],
|
53567
55086
|
target_db_server_version: builtins.str,
|
53568
55087
|
target_resource_id: builtins.str,
|
53569
55088
|
target_resource_type: builtins.str,
|
@@ -53598,6 +55117,7 @@ class GetMaintenanceRunsMaintenanceRunResult(dict):
|
|
53598
55117
|
:param builtins.str peer_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the maintenance run for the Autonomous Data Guard association's peer container database.
|
53599
55118
|
:param Sequence[builtins.str] peer_maintenance_run_ids: The list of OCIDs for the maintenance runs associated with their Autonomous Data Guard peer container databases.
|
53600
55119
|
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
55120
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
53601
55121
|
:param builtins.str target_db_server_version: The target software version for the database server patching operation.
|
53602
55122
|
:param builtins.str target_resource_id: The target resource ID.
|
53603
55123
|
:param builtins.str target_resource_type: The type of the target resource. Accepted values are: AUTONOMOUS_CONTAINER_DATABASE, AUTONOMOUS_EXADATA_INFRASTRUCTURE, EXADATA_DB_SYSTEM
|
@@ -53633,6 +55153,7 @@ class GetMaintenanceRunsMaintenanceRunResult(dict):
|
|
53633
55153
|
pulumi.set(__self__, "peer_maintenance_run_id", peer_maintenance_run_id)
|
53634
55154
|
pulumi.set(__self__, "peer_maintenance_run_ids", peer_maintenance_run_ids)
|
53635
55155
|
pulumi.set(__self__, "state", state)
|
55156
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
53636
55157
|
pulumi.set(__self__, "target_db_server_version", target_db_server_version)
|
53637
55158
|
pulumi.set(__self__, "target_resource_id", target_resource_id)
|
53638
55159
|
pulumi.set(__self__, "target_resource_type", target_resource_type)
|
@@ -53847,6 +55368,14 @@ class GetMaintenanceRunsMaintenanceRunResult(dict):
|
|
53847
55368
|
"""
|
53848
55369
|
return pulumi.get(self, "state")
|
53849
55370
|
|
55371
|
+
@property
|
55372
|
+
@pulumi.getter(name="systemTags")
|
55373
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
55374
|
+
"""
|
55375
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
55376
|
+
"""
|
55377
|
+
return pulumi.get(self, "system_tags")
|
55378
|
+
|
53850
55379
|
@property
|
53851
55380
|
@pulumi.getter(name="targetDbServerVersion")
|
53852
55381
|
def target_db_server_version(self) -> builtins.str:
|
@@ -54140,6 +55669,7 @@ class GetOneoffPatchesOneoffPatchResult(dict):
|
|
54140
55669
|
sha256sum: builtins.str,
|
54141
55670
|
size_in_kbs: builtins.float,
|
54142
55671
|
state: builtins.str,
|
55672
|
+
system_tags: Mapping[str, builtins.str],
|
54143
55673
|
time_created: builtins.str,
|
54144
55674
|
time_of_expiration: builtins.str,
|
54145
55675
|
time_updated: builtins.str):
|
@@ -54156,6 +55686,7 @@ class GetOneoffPatchesOneoffPatchResult(dict):
|
|
54156
55686
|
:param builtins.str sha256sum: SHA-256 checksum of the one-off patch.
|
54157
55687
|
:param builtins.float size_in_kbs: The size of one-off patch in kilobytes.
|
54158
55688
|
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly
|
55689
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
54159
55690
|
:param builtins.str time_created: The date and time one-off patch was created.
|
54160
55691
|
:param builtins.str time_of_expiration: The date and time until which the one-off patch will be available for download.
|
54161
55692
|
:param builtins.str time_updated: The date and time one-off patch was updated.
|
@@ -54173,6 +55704,7 @@ class GetOneoffPatchesOneoffPatchResult(dict):
|
|
54173
55704
|
pulumi.set(__self__, "sha256sum", sha256sum)
|
54174
55705
|
pulumi.set(__self__, "size_in_kbs", size_in_kbs)
|
54175
55706
|
pulumi.set(__self__, "state", state)
|
55707
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
54176
55708
|
pulumi.set(__self__, "time_created", time_created)
|
54177
55709
|
pulumi.set(__self__, "time_of_expiration", time_of_expiration)
|
54178
55710
|
pulumi.set(__self__, "time_updated", time_updated)
|
@@ -54278,6 +55810,14 @@ class GetOneoffPatchesOneoffPatchResult(dict):
|
|
54278
55810
|
"""
|
54279
55811
|
return pulumi.get(self, "state")
|
54280
55812
|
|
55813
|
+
@property
|
55814
|
+
@pulumi.getter(name="systemTags")
|
55815
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
55816
|
+
"""
|
55817
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
55818
|
+
"""
|
55819
|
+
return pulumi.get(self, "system_tags")
|
55820
|
+
|
54281
55821
|
@property
|
54282
55822
|
@pulumi.getter(name="timeCreated")
|
54283
55823
|
def time_created(self) -> builtins.str:
|
@@ -54533,6 +56073,7 @@ class GetPluggableDatabasesPluggableDatabaseResult(dict):
|
|
54533
56073
|
should_create_pdb_backup: builtins.bool,
|
54534
56074
|
should_pdb_admin_account_be_locked: builtins.bool,
|
54535
56075
|
state: builtins.str,
|
56076
|
+
system_tags: Mapping[str, builtins.str],
|
54536
56077
|
tde_wallet_password: builtins.str,
|
54537
56078
|
time_created: builtins.str):
|
54538
56079
|
"""
|
@@ -54550,6 +56091,7 @@ class GetPluggableDatabasesPluggableDatabaseResult(dict):
|
|
54550
56091
|
:param Sequence['GetPluggableDatabasesPluggableDatabasePluggableDatabaseManagementConfigArgs'] pluggable_database_management_configs: The configuration of the Pluggable Database Management service.
|
54551
56092
|
:param Sequence['GetPluggableDatabasesPluggableDatabaseRefreshableCloneConfigArgs'] refreshable_clone_configs: Pluggable Database Refreshable Clone Configuration.
|
54552
56093
|
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
56094
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
54553
56095
|
:param builtins.str time_created: The date and time the pluggable database was created.
|
54554
56096
|
"""
|
54555
56097
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -54575,6 +56117,7 @@ class GetPluggableDatabasesPluggableDatabaseResult(dict):
|
|
54575
56117
|
pulumi.set(__self__, "should_create_pdb_backup", should_create_pdb_backup)
|
54576
56118
|
pulumi.set(__self__, "should_pdb_admin_account_be_locked", should_pdb_admin_account_be_locked)
|
54577
56119
|
pulumi.set(__self__, "state", state)
|
56120
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
54578
56121
|
pulumi.set(__self__, "tde_wallet_password", tde_wallet_password)
|
54579
56122
|
pulumi.set(__self__, "time_created", time_created)
|
54580
56123
|
|
@@ -54735,6 +56278,14 @@ class GetPluggableDatabasesPluggableDatabaseResult(dict):
|
|
54735
56278
|
"""
|
54736
56279
|
return pulumi.get(self, "state")
|
54737
56280
|
|
56281
|
+
@property
|
56282
|
+
@pulumi.getter(name="systemTags")
|
56283
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
56284
|
+
"""
|
56285
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
56286
|
+
"""
|
56287
|
+
return pulumi.get(self, "system_tags")
|
56288
|
+
|
54738
56289
|
@property
|
54739
56290
|
@pulumi.getter(name="tdeWalletPassword")
|
54740
56291
|
def tde_wallet_password(self) -> builtins.str:
|
@@ -56008,7 +57559,288 @@ class GetSchedulingPolicySchedulingWindowWindowPreferenceResult(dict):
|
|
56008
57559
|
|
56009
57560
|
|
56010
57561
|
@pulumi.output_type
|
56011
|
-
class GetSchedulingPolicySchedulingWindowWindowPreferenceDaysOfWeekResult(dict):
|
57562
|
+
class GetSchedulingPolicySchedulingWindowWindowPreferenceDaysOfWeekResult(dict):
|
57563
|
+
def __init__(__self__, *,
|
57564
|
+
name: builtins.str):
|
57565
|
+
"""
|
57566
|
+
:param builtins.str name: Name of the month of the year.
|
57567
|
+
"""
|
57568
|
+
pulumi.set(__self__, "name", name)
|
57569
|
+
|
57570
|
+
@property
|
57571
|
+
@pulumi.getter
|
57572
|
+
def name(self) -> builtins.str:
|
57573
|
+
"""
|
57574
|
+
Name of the month of the year.
|
57575
|
+
"""
|
57576
|
+
return pulumi.get(self, "name")
|
57577
|
+
|
57578
|
+
|
57579
|
+
@pulumi.output_type
|
57580
|
+
class GetSchedulingPolicySchedulingWindowWindowPreferenceMonthResult(dict):
|
57581
|
+
def __init__(__self__, *,
|
57582
|
+
name: builtins.str):
|
57583
|
+
"""
|
57584
|
+
:param builtins.str name: Name of the month of the year.
|
57585
|
+
"""
|
57586
|
+
pulumi.set(__self__, "name", name)
|
57587
|
+
|
57588
|
+
@property
|
57589
|
+
@pulumi.getter
|
57590
|
+
def name(self) -> builtins.str:
|
57591
|
+
"""
|
57592
|
+
Name of the month of the year.
|
57593
|
+
"""
|
57594
|
+
return pulumi.get(self, "name")
|
57595
|
+
|
57596
|
+
|
57597
|
+
@pulumi.output_type
|
57598
|
+
class GetSchedulingPolicySchedulingWindowsFilterResult(dict):
|
57599
|
+
def __init__(__self__, *,
|
57600
|
+
name: builtins.str,
|
57601
|
+
values: Sequence[builtins.str],
|
57602
|
+
regex: Optional[builtins.bool] = None):
|
57603
|
+
"""
|
57604
|
+
:param builtins.str name: Name of the month of the year.
|
57605
|
+
"""
|
57606
|
+
pulumi.set(__self__, "name", name)
|
57607
|
+
pulumi.set(__self__, "values", values)
|
57608
|
+
if regex is not None:
|
57609
|
+
pulumi.set(__self__, "regex", regex)
|
57610
|
+
|
57611
|
+
@property
|
57612
|
+
@pulumi.getter
|
57613
|
+
def name(self) -> builtins.str:
|
57614
|
+
"""
|
57615
|
+
Name of the month of the year.
|
57616
|
+
"""
|
57617
|
+
return pulumi.get(self, "name")
|
57618
|
+
|
57619
|
+
@property
|
57620
|
+
@pulumi.getter
|
57621
|
+
def values(self) -> Sequence[builtins.str]:
|
57622
|
+
return pulumi.get(self, "values")
|
57623
|
+
|
57624
|
+
@property
|
57625
|
+
@pulumi.getter
|
57626
|
+
def regex(self) -> Optional[builtins.bool]:
|
57627
|
+
return pulumi.get(self, "regex")
|
57628
|
+
|
57629
|
+
|
57630
|
+
@pulumi.output_type
|
57631
|
+
class GetSchedulingPolicySchedulingWindowsSchedulingWindowResult(dict):
|
57632
|
+
def __init__(__self__, *,
|
57633
|
+
compartment_id: builtins.str,
|
57634
|
+
defined_tags: Mapping[str, builtins.str],
|
57635
|
+
display_name: builtins.str,
|
57636
|
+
freeform_tags: Mapping[str, builtins.str],
|
57637
|
+
id: builtins.str,
|
57638
|
+
lifecycle_details: builtins.str,
|
57639
|
+
scheduling_policy_id: builtins.str,
|
57640
|
+
state: builtins.str,
|
57641
|
+
time_created: builtins.str,
|
57642
|
+
time_next_scheduling_window_starts: builtins.str,
|
57643
|
+
time_updated: builtins.str,
|
57644
|
+
window_preferences: Sequence['outputs.GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceResult']):
|
57645
|
+
"""
|
57646
|
+
:param builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
57647
|
+
:param Mapping[str, builtins.str] defined_tags: 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).
|
57648
|
+
:param builtins.str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
57649
|
+
:param Mapping[str, builtins.str] freeform_tags: 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"}`
|
57650
|
+
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Scheduling Window.
|
57651
|
+
:param builtins.str lifecycle_details: Additional information about the current lifecycle state.
|
57652
|
+
:param builtins.str scheduling_policy_id: The Scheduling Policy [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
57653
|
+
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
57654
|
+
:param builtins.str time_created: The date and time the Scheduling Window was created.
|
57655
|
+
:param builtins.str time_next_scheduling_window_starts: The date and time of the next upcoming window associated within the schedulingWindow is planned to start.
|
57656
|
+
:param builtins.str time_updated: The last date and time that the Scheduling Window was updated.
|
57657
|
+
:param Sequence['GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceArgs'] window_preferences: The Single Scheduling Window details.
|
57658
|
+
"""
|
57659
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
57660
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
57661
|
+
pulumi.set(__self__, "display_name", display_name)
|
57662
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
57663
|
+
pulumi.set(__self__, "id", id)
|
57664
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
57665
|
+
pulumi.set(__self__, "scheduling_policy_id", scheduling_policy_id)
|
57666
|
+
pulumi.set(__self__, "state", state)
|
57667
|
+
pulumi.set(__self__, "time_created", time_created)
|
57668
|
+
pulumi.set(__self__, "time_next_scheduling_window_starts", time_next_scheduling_window_starts)
|
57669
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
57670
|
+
pulumi.set(__self__, "window_preferences", window_preferences)
|
57671
|
+
|
57672
|
+
@property
|
57673
|
+
@pulumi.getter(name="compartmentId")
|
57674
|
+
def compartment_id(self) -> builtins.str:
|
57675
|
+
"""
|
57676
|
+
The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
57677
|
+
"""
|
57678
|
+
return pulumi.get(self, "compartment_id")
|
57679
|
+
|
57680
|
+
@property
|
57681
|
+
@pulumi.getter(name="definedTags")
|
57682
|
+
def defined_tags(self) -> Mapping[str, builtins.str]:
|
57683
|
+
"""
|
57684
|
+
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).
|
57685
|
+
"""
|
57686
|
+
return pulumi.get(self, "defined_tags")
|
57687
|
+
|
57688
|
+
@property
|
57689
|
+
@pulumi.getter(name="displayName")
|
57690
|
+
def display_name(self) -> builtins.str:
|
57691
|
+
"""
|
57692
|
+
A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
57693
|
+
"""
|
57694
|
+
return pulumi.get(self, "display_name")
|
57695
|
+
|
57696
|
+
@property
|
57697
|
+
@pulumi.getter(name="freeformTags")
|
57698
|
+
def freeform_tags(self) -> Mapping[str, builtins.str]:
|
57699
|
+
"""
|
57700
|
+
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"}`
|
57701
|
+
"""
|
57702
|
+
return pulumi.get(self, "freeform_tags")
|
57703
|
+
|
57704
|
+
@property
|
57705
|
+
@pulumi.getter
|
57706
|
+
def id(self) -> builtins.str:
|
57707
|
+
"""
|
57708
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Scheduling Window.
|
57709
|
+
"""
|
57710
|
+
return pulumi.get(self, "id")
|
57711
|
+
|
57712
|
+
@property
|
57713
|
+
@pulumi.getter(name="lifecycleDetails")
|
57714
|
+
def lifecycle_details(self) -> builtins.str:
|
57715
|
+
"""
|
57716
|
+
Additional information about the current lifecycle state.
|
57717
|
+
"""
|
57718
|
+
return pulumi.get(self, "lifecycle_details")
|
57719
|
+
|
57720
|
+
@property
|
57721
|
+
@pulumi.getter(name="schedulingPolicyId")
|
57722
|
+
def scheduling_policy_id(self) -> builtins.str:
|
57723
|
+
"""
|
57724
|
+
The Scheduling Policy [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
57725
|
+
"""
|
57726
|
+
return pulumi.get(self, "scheduling_policy_id")
|
57727
|
+
|
57728
|
+
@property
|
57729
|
+
@pulumi.getter
|
57730
|
+
def state(self) -> builtins.str:
|
57731
|
+
"""
|
57732
|
+
A filter to return only resources that match the given lifecycle state exactly.
|
57733
|
+
"""
|
57734
|
+
return pulumi.get(self, "state")
|
57735
|
+
|
57736
|
+
@property
|
57737
|
+
@pulumi.getter(name="timeCreated")
|
57738
|
+
def time_created(self) -> builtins.str:
|
57739
|
+
"""
|
57740
|
+
The date and time the Scheduling Window was created.
|
57741
|
+
"""
|
57742
|
+
return pulumi.get(self, "time_created")
|
57743
|
+
|
57744
|
+
@property
|
57745
|
+
@pulumi.getter(name="timeNextSchedulingWindowStarts")
|
57746
|
+
def time_next_scheduling_window_starts(self) -> builtins.str:
|
57747
|
+
"""
|
57748
|
+
The date and time of the next upcoming window associated within the schedulingWindow is planned to start.
|
57749
|
+
"""
|
57750
|
+
return pulumi.get(self, "time_next_scheduling_window_starts")
|
57751
|
+
|
57752
|
+
@property
|
57753
|
+
@pulumi.getter(name="timeUpdated")
|
57754
|
+
def time_updated(self) -> builtins.str:
|
57755
|
+
"""
|
57756
|
+
The last date and time that the Scheduling Window was updated.
|
57757
|
+
"""
|
57758
|
+
return pulumi.get(self, "time_updated")
|
57759
|
+
|
57760
|
+
@property
|
57761
|
+
@pulumi.getter(name="windowPreferences")
|
57762
|
+
def window_preferences(self) -> Sequence['outputs.GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceResult']:
|
57763
|
+
"""
|
57764
|
+
The Single Scheduling Window details.
|
57765
|
+
"""
|
57766
|
+
return pulumi.get(self, "window_preferences")
|
57767
|
+
|
57768
|
+
|
57769
|
+
@pulumi.output_type
|
57770
|
+
class GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceResult(dict):
|
57771
|
+
def __init__(__self__, *,
|
57772
|
+
days_of_weeks: Sequence['outputs.GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceDaysOfWeekResult'],
|
57773
|
+
duration: builtins.int,
|
57774
|
+
is_enforced_duration: builtins.bool,
|
57775
|
+
months: Sequence['outputs.GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceMonthResult'],
|
57776
|
+
start_time: builtins.str,
|
57777
|
+
weeks_of_months: Sequence[builtins.int]):
|
57778
|
+
"""
|
57779
|
+
:param Sequence['GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceDaysOfWeekArgs'] days_of_weeks: Days during the week when scheduling window should be performed.
|
57780
|
+
:param builtins.int duration: Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
|
57781
|
+
:param builtins.bool is_enforced_duration: Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is `FALSE`.
|
57782
|
+
:param Sequence['GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceMonthArgs'] months: Months during the year when scheduled window should be performed.
|
57783
|
+
:param builtins.str start_time: The scheduling window start time. The value must use the ISO-8601 format "hh:mm".
|
57784
|
+
:param Sequence[builtins.int] weeks_of_months: Weeks during the month when scheduled window should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow scheduling window during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Scheduling window cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and startTime parameters to allow you to specify specific days of the week and hours that scheduled window will be performed.
|
57785
|
+
"""
|
57786
|
+
pulumi.set(__self__, "days_of_weeks", days_of_weeks)
|
57787
|
+
pulumi.set(__self__, "duration", duration)
|
57788
|
+
pulumi.set(__self__, "is_enforced_duration", is_enforced_duration)
|
57789
|
+
pulumi.set(__self__, "months", months)
|
57790
|
+
pulumi.set(__self__, "start_time", start_time)
|
57791
|
+
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
57792
|
+
|
57793
|
+
@property
|
57794
|
+
@pulumi.getter(name="daysOfWeeks")
|
57795
|
+
def days_of_weeks(self) -> Sequence['outputs.GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceDaysOfWeekResult']:
|
57796
|
+
"""
|
57797
|
+
Days during the week when scheduling window should be performed.
|
57798
|
+
"""
|
57799
|
+
return pulumi.get(self, "days_of_weeks")
|
57800
|
+
|
57801
|
+
@property
|
57802
|
+
@pulumi.getter
|
57803
|
+
def duration(self) -> builtins.int:
|
57804
|
+
"""
|
57805
|
+
Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
|
57806
|
+
"""
|
57807
|
+
return pulumi.get(self, "duration")
|
57808
|
+
|
57809
|
+
@property
|
57810
|
+
@pulumi.getter(name="isEnforcedDuration")
|
57811
|
+
def is_enforced_duration(self) -> builtins.bool:
|
57812
|
+
"""
|
57813
|
+
Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is `FALSE`.
|
57814
|
+
"""
|
57815
|
+
return pulumi.get(self, "is_enforced_duration")
|
57816
|
+
|
57817
|
+
@property
|
57818
|
+
@pulumi.getter
|
57819
|
+
def months(self) -> Sequence['outputs.GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceMonthResult']:
|
57820
|
+
"""
|
57821
|
+
Months during the year when scheduled window should be performed.
|
57822
|
+
"""
|
57823
|
+
return pulumi.get(self, "months")
|
57824
|
+
|
57825
|
+
@property
|
57826
|
+
@pulumi.getter(name="startTime")
|
57827
|
+
def start_time(self) -> builtins.str:
|
57828
|
+
"""
|
57829
|
+
The scheduling window start time. The value must use the ISO-8601 format "hh:mm".
|
57830
|
+
"""
|
57831
|
+
return pulumi.get(self, "start_time")
|
57832
|
+
|
57833
|
+
@property
|
57834
|
+
@pulumi.getter(name="weeksOfMonths")
|
57835
|
+
def weeks_of_months(self) -> Sequence[builtins.int]:
|
57836
|
+
"""
|
57837
|
+
Weeks during the month when scheduled window should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow scheduling window during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Scheduling window cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and startTime parameters to allow you to specify specific days of the week and hours that scheduled window will be performed.
|
57838
|
+
"""
|
57839
|
+
return pulumi.get(self, "weeks_of_months")
|
57840
|
+
|
57841
|
+
|
57842
|
+
@pulumi.output_type
|
57843
|
+
class GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceDaysOfWeekResult(dict):
|
56012
57844
|
def __init__(__self__, *,
|
56013
57845
|
name: builtins.str):
|
56014
57846
|
"""
|
@@ -56026,7 +57858,7 @@ class GetSchedulingPolicySchedulingWindowWindowPreferenceDaysOfWeekResult(dict):
|
|
56026
57858
|
|
56027
57859
|
|
56028
57860
|
@pulumi.output_type
|
56029
|
-
class
|
57861
|
+
class GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceMonthResult(dict):
|
56030
57862
|
def __init__(__self__, *,
|
56031
57863
|
name: builtins.str):
|
56032
57864
|
"""
|
@@ -56044,14 +57876,11 @@ class GetSchedulingPolicySchedulingWindowWindowPreferenceMonthResult(dict):
|
|
56044
57876
|
|
56045
57877
|
|
56046
57878
|
@pulumi.output_type
|
56047
|
-
class
|
57879
|
+
class GetSystemVersionMinorVersionsFilterResult(dict):
|
56048
57880
|
def __init__(__self__, *,
|
56049
57881
|
name: builtins.str,
|
56050
57882
|
values: Sequence[builtins.str],
|
56051
57883
|
regex: Optional[builtins.bool] = None):
|
56052
|
-
"""
|
56053
|
-
:param builtins.str name: Name of the month of the year.
|
56054
|
-
"""
|
56055
57884
|
pulumi.set(__self__, "name", name)
|
56056
57885
|
pulumi.set(__self__, "values", values)
|
56057
57886
|
if regex is not None:
|
@@ -56060,9 +57889,6 @@ class GetSchedulingPolicySchedulingWindowsFilterResult(dict):
|
|
56060
57889
|
@property
|
56061
57890
|
@pulumi.getter
|
56062
57891
|
def name(self) -> builtins.str:
|
56063
|
-
"""
|
56064
|
-
Name of the month of the year.
|
56065
|
-
"""
|
56066
57892
|
return pulumi.get(self, "name")
|
56067
57893
|
|
56068
57894
|
@property
|
@@ -56077,251 +57903,39 @@ class GetSchedulingPolicySchedulingWindowsFilterResult(dict):
|
|
56077
57903
|
|
56078
57904
|
|
56079
57905
|
@pulumi.output_type
|
56080
|
-
class
|
57906
|
+
class GetSystemVersionMinorVersionsSystemVersionMinorVersionCollectionResult(dict):
|
56081
57907
|
def __init__(__self__, *,
|
56082
|
-
|
56083
|
-
defined_tags: Mapping[str, builtins.str],
|
56084
|
-
display_name: builtins.str,
|
56085
|
-
freeform_tags: Mapping[str, builtins.str],
|
56086
|
-
id: builtins.str,
|
56087
|
-
lifecycle_details: builtins.str,
|
56088
|
-
scheduling_policy_id: builtins.str,
|
56089
|
-
state: builtins.str,
|
56090
|
-
time_created: builtins.str,
|
56091
|
-
time_next_scheduling_window_starts: builtins.str,
|
56092
|
-
time_updated: builtins.str,
|
56093
|
-
window_preferences: Sequence['outputs.GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceResult']):
|
57908
|
+
items: Sequence['outputs.GetSystemVersionMinorVersionsSystemVersionMinorVersionCollectionItemResult']):
|
56094
57909
|
"""
|
56095
|
-
:param
|
56096
|
-
:param Mapping[str, builtins.str] defined_tags: 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).
|
56097
|
-
:param builtins.str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
56098
|
-
:param Mapping[str, builtins.str] freeform_tags: 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"}`
|
56099
|
-
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Scheduling Window.
|
56100
|
-
:param builtins.str lifecycle_details: Additional information about the current lifecycle state.
|
56101
|
-
:param builtins.str scheduling_policy_id: The Scheduling Policy [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
56102
|
-
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
56103
|
-
:param builtins.str time_created: The date and time the Scheduling Window was created.
|
56104
|
-
:param builtins.str time_next_scheduling_window_starts: The date and time of the next upcoming window associated within the schedulingWindow is planned to start.
|
56105
|
-
:param builtins.str time_updated: The last date and time that the Scheduling Window was updated.
|
56106
|
-
:param Sequence['GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceArgs'] window_preferences: The Single Scheduling Window details.
|
56107
|
-
"""
|
56108
|
-
pulumi.set(__self__, "compartment_id", compartment_id)
|
56109
|
-
pulumi.set(__self__, "defined_tags", defined_tags)
|
56110
|
-
pulumi.set(__self__, "display_name", display_name)
|
56111
|
-
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
56112
|
-
pulumi.set(__self__, "id", id)
|
56113
|
-
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
56114
|
-
pulumi.set(__self__, "scheduling_policy_id", scheduling_policy_id)
|
56115
|
-
pulumi.set(__self__, "state", state)
|
56116
|
-
pulumi.set(__self__, "time_created", time_created)
|
56117
|
-
pulumi.set(__self__, "time_next_scheduling_window_starts", time_next_scheduling_window_starts)
|
56118
|
-
pulumi.set(__self__, "time_updated", time_updated)
|
56119
|
-
pulumi.set(__self__, "window_preferences", window_preferences)
|
56120
|
-
|
56121
|
-
@property
|
56122
|
-
@pulumi.getter(name="compartmentId")
|
56123
|
-
def compartment_id(self) -> builtins.str:
|
56124
|
-
"""
|
56125
|
-
The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
56126
|
-
"""
|
56127
|
-
return pulumi.get(self, "compartment_id")
|
56128
|
-
|
56129
|
-
@property
|
56130
|
-
@pulumi.getter(name="definedTags")
|
56131
|
-
def defined_tags(self) -> Mapping[str, builtins.str]:
|
56132
|
-
"""
|
56133
|
-
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).
|
56134
|
-
"""
|
56135
|
-
return pulumi.get(self, "defined_tags")
|
56136
|
-
|
56137
|
-
@property
|
56138
|
-
@pulumi.getter(name="displayName")
|
56139
|
-
def display_name(self) -> builtins.str:
|
56140
|
-
"""
|
56141
|
-
A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
56142
|
-
"""
|
56143
|
-
return pulumi.get(self, "display_name")
|
56144
|
-
|
56145
|
-
@property
|
56146
|
-
@pulumi.getter(name="freeformTags")
|
56147
|
-
def freeform_tags(self) -> Mapping[str, builtins.str]:
|
56148
|
-
"""
|
56149
|
-
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"}`
|
56150
|
-
"""
|
56151
|
-
return pulumi.get(self, "freeform_tags")
|
56152
|
-
|
56153
|
-
@property
|
56154
|
-
@pulumi.getter
|
56155
|
-
def id(self) -> builtins.str:
|
56156
|
-
"""
|
56157
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Scheduling Window.
|
56158
|
-
"""
|
56159
|
-
return pulumi.get(self, "id")
|
56160
|
-
|
56161
|
-
@property
|
56162
|
-
@pulumi.getter(name="lifecycleDetails")
|
56163
|
-
def lifecycle_details(self) -> builtins.str:
|
56164
|
-
"""
|
56165
|
-
Additional information about the current lifecycle state.
|
56166
|
-
"""
|
56167
|
-
return pulumi.get(self, "lifecycle_details")
|
56168
|
-
|
56169
|
-
@property
|
56170
|
-
@pulumi.getter(name="schedulingPolicyId")
|
56171
|
-
def scheduling_policy_id(self) -> builtins.str:
|
56172
|
-
"""
|
56173
|
-
The Scheduling Policy [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
56174
|
-
"""
|
56175
|
-
return pulumi.get(self, "scheduling_policy_id")
|
56176
|
-
|
56177
|
-
@property
|
56178
|
-
@pulumi.getter
|
56179
|
-
def state(self) -> builtins.str:
|
56180
|
-
"""
|
56181
|
-
A filter to return only resources that match the given lifecycle state exactly.
|
56182
|
-
"""
|
56183
|
-
return pulumi.get(self, "state")
|
56184
|
-
|
56185
|
-
@property
|
56186
|
-
@pulumi.getter(name="timeCreated")
|
56187
|
-
def time_created(self) -> builtins.str:
|
56188
|
-
"""
|
56189
|
-
The date and time the Scheduling Window was created.
|
56190
|
-
"""
|
56191
|
-
return pulumi.get(self, "time_created")
|
56192
|
-
|
56193
|
-
@property
|
56194
|
-
@pulumi.getter(name="timeNextSchedulingWindowStarts")
|
56195
|
-
def time_next_scheduling_window_starts(self) -> builtins.str:
|
56196
|
-
"""
|
56197
|
-
The date and time of the next upcoming window associated within the schedulingWindow is planned to start.
|
56198
|
-
"""
|
56199
|
-
return pulumi.get(self, "time_next_scheduling_window_starts")
|
56200
|
-
|
56201
|
-
@property
|
56202
|
-
@pulumi.getter(name="timeUpdated")
|
56203
|
-
def time_updated(self) -> builtins.str:
|
57910
|
+
:param Sequence['GetSystemVersionMinorVersionsSystemVersionMinorVersionCollectionItemArgs'] items: List of System minor versions.
|
56204
57911
|
"""
|
56205
|
-
|
56206
|
-
"""
|
56207
|
-
return pulumi.get(self, "time_updated")
|
56208
|
-
|
56209
|
-
@property
|
56210
|
-
@pulumi.getter(name="windowPreferences")
|
56211
|
-
def window_preferences(self) -> Sequence['outputs.GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceResult']:
|
56212
|
-
"""
|
56213
|
-
The Single Scheduling Window details.
|
56214
|
-
"""
|
56215
|
-
return pulumi.get(self, "window_preferences")
|
56216
|
-
|
56217
|
-
|
56218
|
-
@pulumi.output_type
|
56219
|
-
class GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceResult(dict):
|
56220
|
-
def __init__(__self__, *,
|
56221
|
-
days_of_weeks: Sequence['outputs.GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceDaysOfWeekResult'],
|
56222
|
-
duration: builtins.int,
|
56223
|
-
is_enforced_duration: builtins.bool,
|
56224
|
-
months: Sequence['outputs.GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceMonthResult'],
|
56225
|
-
start_time: builtins.str,
|
56226
|
-
weeks_of_months: Sequence[builtins.int]):
|
56227
|
-
"""
|
56228
|
-
:param Sequence['GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceDaysOfWeekArgs'] days_of_weeks: Days during the week when scheduling window should be performed.
|
56229
|
-
:param builtins.int duration: Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
|
56230
|
-
:param builtins.bool is_enforced_duration: Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is `FALSE`.
|
56231
|
-
:param Sequence['GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceMonthArgs'] months: Months during the year when scheduled window should be performed.
|
56232
|
-
:param builtins.str start_time: The scheduling window start time. The value must use the ISO-8601 format "hh:mm".
|
56233
|
-
:param Sequence[builtins.int] weeks_of_months: Weeks during the month when scheduled window should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow scheduling window during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Scheduling window cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and startTime parameters to allow you to specify specific days of the week and hours that scheduled window will be performed.
|
56234
|
-
"""
|
56235
|
-
pulumi.set(__self__, "days_of_weeks", days_of_weeks)
|
56236
|
-
pulumi.set(__self__, "duration", duration)
|
56237
|
-
pulumi.set(__self__, "is_enforced_duration", is_enforced_duration)
|
56238
|
-
pulumi.set(__self__, "months", months)
|
56239
|
-
pulumi.set(__self__, "start_time", start_time)
|
56240
|
-
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
56241
|
-
|
56242
|
-
@property
|
56243
|
-
@pulumi.getter(name="daysOfWeeks")
|
56244
|
-
def days_of_weeks(self) -> Sequence['outputs.GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceDaysOfWeekResult']:
|
56245
|
-
"""
|
56246
|
-
Days during the week when scheduling window should be performed.
|
56247
|
-
"""
|
56248
|
-
return pulumi.get(self, "days_of_weeks")
|
56249
|
-
|
56250
|
-
@property
|
56251
|
-
@pulumi.getter
|
56252
|
-
def duration(self) -> builtins.int:
|
56253
|
-
"""
|
56254
|
-
Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
|
56255
|
-
"""
|
56256
|
-
return pulumi.get(self, "duration")
|
56257
|
-
|
56258
|
-
@property
|
56259
|
-
@pulumi.getter(name="isEnforcedDuration")
|
56260
|
-
def is_enforced_duration(self) -> builtins.bool:
|
56261
|
-
"""
|
56262
|
-
Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is `FALSE`.
|
56263
|
-
"""
|
56264
|
-
return pulumi.get(self, "is_enforced_duration")
|
56265
|
-
|
56266
|
-
@property
|
56267
|
-
@pulumi.getter
|
56268
|
-
def months(self) -> Sequence['outputs.GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceMonthResult']:
|
56269
|
-
"""
|
56270
|
-
Months during the year when scheduled window should be performed.
|
56271
|
-
"""
|
56272
|
-
return pulumi.get(self, "months")
|
56273
|
-
|
56274
|
-
@property
|
56275
|
-
@pulumi.getter(name="startTime")
|
56276
|
-
def start_time(self) -> builtins.str:
|
56277
|
-
"""
|
56278
|
-
The scheduling window start time. The value must use the ISO-8601 format "hh:mm".
|
56279
|
-
"""
|
56280
|
-
return pulumi.get(self, "start_time")
|
56281
|
-
|
56282
|
-
@property
|
56283
|
-
@pulumi.getter(name="weeksOfMonths")
|
56284
|
-
def weeks_of_months(self) -> Sequence[builtins.int]:
|
56285
|
-
"""
|
56286
|
-
Weeks during the month when scheduled window should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow scheduling window during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Scheduling window cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and startTime parameters to allow you to specify specific days of the week and hours that scheduled window will be performed.
|
56287
|
-
"""
|
56288
|
-
return pulumi.get(self, "weeks_of_months")
|
56289
|
-
|
56290
|
-
|
56291
|
-
@pulumi.output_type
|
56292
|
-
class GetSchedulingPolicySchedulingWindowsSchedulingWindowWindowPreferenceDaysOfWeekResult(dict):
|
56293
|
-
def __init__(__self__, *,
|
56294
|
-
name: builtins.str):
|
56295
|
-
"""
|
56296
|
-
:param builtins.str name: Name of the month of the year.
|
56297
|
-
"""
|
56298
|
-
pulumi.set(__self__, "name", name)
|
57912
|
+
pulumi.set(__self__, "items", items)
|
56299
57913
|
|
56300
57914
|
@property
|
56301
57915
|
@pulumi.getter
|
56302
|
-
def
|
57916
|
+
def items(self) -> Sequence['outputs.GetSystemVersionMinorVersionsSystemVersionMinorVersionCollectionItemResult']:
|
56303
57917
|
"""
|
56304
|
-
|
57918
|
+
List of System minor versions.
|
56305
57919
|
"""
|
56306
|
-
return pulumi.get(self, "
|
57920
|
+
return pulumi.get(self, "items")
|
56307
57921
|
|
56308
57922
|
|
56309
57923
|
@pulumi.output_type
|
56310
|
-
class
|
57924
|
+
class GetSystemVersionMinorVersionsSystemVersionMinorVersionCollectionItemResult(dict):
|
56311
57925
|
def __init__(__self__, *,
|
56312
|
-
|
57926
|
+
version: builtins.str):
|
56313
57927
|
"""
|
56314
|
-
:param builtins.str
|
57928
|
+
:param builtins.str version: A valid system minor version.
|
56315
57929
|
"""
|
56316
|
-
pulumi.set(__self__, "
|
57930
|
+
pulumi.set(__self__, "version", version)
|
56317
57931
|
|
56318
57932
|
@property
|
56319
57933
|
@pulumi.getter
|
56320
|
-
def
|
57934
|
+
def version(self) -> builtins.str:
|
56321
57935
|
"""
|
56322
|
-
|
57936
|
+
A valid system minor version.
|
56323
57937
|
"""
|
56324
|
-
return pulumi.get(self, "
|
57938
|
+
return pulumi.get(self, "version")
|
56325
57939
|
|
56326
57940
|
|
56327
57941
|
@pulumi.output_type
|
@@ -56377,7 +57991,7 @@ class GetSystemVersionsSystemVersionCollectionItemResult(dict):
|
|
56377
57991
|
system_versions: Sequence[builtins.str]):
|
56378
57992
|
"""
|
56379
57993
|
:param builtins.str gi_version: Specifies gi version query parameter.
|
56380
|
-
:param builtins.str shape:
|
57994
|
+
:param builtins.str shape: If provided, filters the results for the given shape.
|
56381
57995
|
:param Sequence[builtins.str] system_versions: Compatible Exadata system versions for a given shape and GI version.
|
56382
57996
|
"""
|
56383
57997
|
pulumi.set(__self__, "gi_version", gi_version)
|
@@ -56396,7 +58010,7 @@ class GetSystemVersionsSystemVersionCollectionItemResult(dict):
|
|
56396
58010
|
@pulumi.getter
|
56397
58011
|
def shape(self) -> builtins.str:
|
56398
58012
|
"""
|
56399
|
-
|
58013
|
+
If provided, filters the results for the given shape.
|
56400
58014
|
"""
|
56401
58015
|
return pulumi.get(self, "shape")
|
56402
58016
|
|
@@ -56878,6 +58492,7 @@ class GetVmClusterNetworksVmClusterNetworkResult(dict):
|
|
56878
58492
|
ntps: Sequence[builtins.str],
|
56879
58493
|
scans: Sequence['outputs.GetVmClusterNetworksVmClusterNetworkScanResult'],
|
56880
58494
|
state: builtins.str,
|
58495
|
+
system_tags: Mapping[str, builtins.str],
|
56881
58496
|
time_created: builtins.str,
|
56882
58497
|
validate_vm_cluster_network: builtins.bool,
|
56883
58498
|
vm_cluster_id: builtins.str,
|
@@ -56895,6 +58510,7 @@ class GetVmClusterNetworksVmClusterNetworkResult(dict):
|
|
56895
58510
|
:param Sequence[builtins.str] ntps: The list of NTP server IP addresses. Maximum of 3 allowed.
|
56896
58511
|
:param Sequence['GetVmClusterNetworksVmClusterNetworkScanArgs'] scans: The SCAN details.
|
56897
58512
|
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
58513
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
56898
58514
|
:param builtins.str time_created: The date and time when the VM cluster network was created.
|
56899
58515
|
:param builtins.str vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated VM Cluster.
|
56900
58516
|
:param Sequence['GetVmClusterNetworksVmClusterNetworkVmNetworkArgs'] vm_networks: Details of the client and backup networks.
|
@@ -56912,6 +58528,7 @@ class GetVmClusterNetworksVmClusterNetworkResult(dict):
|
|
56912
58528
|
pulumi.set(__self__, "ntps", ntps)
|
56913
58529
|
pulumi.set(__self__, "scans", scans)
|
56914
58530
|
pulumi.set(__self__, "state", state)
|
58531
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
56915
58532
|
pulumi.set(__self__, "time_created", time_created)
|
56916
58533
|
pulumi.set(__self__, "validate_vm_cluster_network", validate_vm_cluster_network)
|
56917
58534
|
pulumi.set(__self__, "vm_cluster_id", vm_cluster_id)
|
@@ -57018,6 +58635,14 @@ class GetVmClusterNetworksVmClusterNetworkResult(dict):
|
|
57018
58635
|
"""
|
57019
58636
|
return pulumi.get(self, "state")
|
57020
58637
|
|
58638
|
+
@property
|
58639
|
+
@pulumi.getter(name="systemTags")
|
58640
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
58641
|
+
"""
|
58642
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
58643
|
+
"""
|
58644
|
+
return pulumi.get(self, "system_tags")
|
58645
|
+
|
57021
58646
|
@property
|
57022
58647
|
@pulumi.getter(name="timeCreated")
|
57023
58648
|
def time_created(self) -> builtins.str:
|
@@ -58177,6 +59802,7 @@ class GetVmClustersVmClusterResult(dict):
|
|
58177
59802
|
ssh_public_keys: Sequence[builtins.str],
|
58178
59803
|
state: builtins.str,
|
58179
59804
|
storage_management_type: builtins.str,
|
59805
|
+
system_tags: Mapping[str, builtins.str],
|
58180
59806
|
system_version: builtins.str,
|
58181
59807
|
time_created: builtins.str,
|
58182
59808
|
time_zone: builtins.str,
|
@@ -58211,6 +59837,7 @@ class GetVmClustersVmClusterResult(dict):
|
|
58211
59837
|
:param Sequence[builtins.str] ssh_public_keys: The public key portion of one or more key pairs used for SSH access to the VM cluster.
|
58212
59838
|
:param builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
58213
59839
|
:param builtins.str storage_management_type: Specifies whether the type of storage management for the VM cluster is ASM or Exascale.
|
59840
|
+
:param Mapping[str, builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
58214
59841
|
:param builtins.str system_version: Operating system version of the image.
|
58215
59842
|
:param builtins.str time_created: The date and time that the VM cluster was created.
|
58216
59843
|
:param builtins.str time_zone: The time zone of the Exadata infrastructure. For details, see [Exadata Infrastructure Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
@@ -58248,6 +59875,7 @@ class GetVmClustersVmClusterResult(dict):
|
|
58248
59875
|
pulumi.set(__self__, "ssh_public_keys", ssh_public_keys)
|
58249
59876
|
pulumi.set(__self__, "state", state)
|
58250
59877
|
pulumi.set(__self__, "storage_management_type", storage_management_type)
|
59878
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
58251
59879
|
pulumi.set(__self__, "system_version", system_version)
|
58252
59880
|
pulumi.set(__self__, "time_created", time_created)
|
58253
59881
|
pulumi.set(__self__, "time_zone", time_zone)
|
@@ -58493,6 +60121,14 @@ class GetVmClustersVmClusterResult(dict):
|
|
58493
60121
|
"""
|
58494
60122
|
return pulumi.get(self, "storage_management_type")
|
58495
60123
|
|
60124
|
+
@property
|
60125
|
+
@pulumi.getter(name="systemTags")
|
60126
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
60127
|
+
"""
|
60128
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
60129
|
+
"""
|
60130
|
+
return pulumi.get(self, "system_tags")
|
60131
|
+
|
58496
60132
|
@property
|
58497
60133
|
@pulumi.getter(name="systemVersion")
|
58498
60134
|
def system_version(self) -> builtins.str:
|