pulumi-oci 2.12.0a1728368042__py3-none-any.whl → 2.12.0a1728642710__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 +145 -0
- pulumi_oci/_utilities.py +1 -1
- pulumi_oci/adm/_inputs.py +346 -0
- pulumi_oci/adm/get_knowledgebase.py +20 -4
- pulumi_oci/adm/get_knowledgebases.py +20 -4
- pulumi_oci/adm/get_remediation_recipe.py +26 -4
- pulumi_oci/adm/get_remediation_recipes.py +20 -4
- pulumi_oci/adm/get_remediation_run.py +26 -4
- pulumi_oci/adm/get_remediation_run_application_dependency_recommendations.py +19 -4
- pulumi_oci/adm/get_remediation_run_stage.py +26 -4
- pulumi_oci/adm/get_remediation_run_stages.py +19 -4
- pulumi_oci/adm/get_remediation_runs.py +22 -4
- pulumi_oci/adm/get_vulnerability_audit.py +37 -4
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +33 -4
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +31 -4
- pulumi_oci/adm/get_vulnerability_audits.py +30 -4
- pulumi_oci/adm/knowledge_base.py +5 -0
- pulumi_oci/adm/outputs.py +5 -0
- pulumi_oci/adm/remediation_recipe.py +5 -0
- pulumi_oci/adm/remediation_run.py +5 -0
- pulumi_oci/adm/vulnerability_audit.py +5 -0
- pulumi_oci/aianomalydetection/_inputs.py +375 -0
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +5 -0
- pulumi_oci/aianomalydetection/data_asset.py +5 -0
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +5 -0
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +24 -4
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +20 -4
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +28 -4
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +25 -4
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +24 -4
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +21 -4
- pulumi_oci/aianomalydetection/get_detection_model.py +25 -4
- pulumi_oci/aianomalydetection/get_detection_models.py +21 -4
- pulumi_oci/aianomalydetection/get_detection_project.py +21 -4
- pulumi_oci/aianomalydetection/get_detection_projects.py +19 -4
- pulumi_oci/aianomalydetection/model.py +5 -0
- pulumi_oci/aianomalydetection/outputs.py +5 -0
- pulumi_oci/aianomalydetection/project.py +5 -0
- pulumi_oci/aidocument/_inputs.py +366 -0
- pulumi_oci/aidocument/get_model.py +36 -4
- pulumi_oci/aidocument/get_models.py +22 -4
- pulumi_oci/aidocument/get_processor_job.py +23 -4
- pulumi_oci/aidocument/get_project.py +22 -4
- pulumi_oci/aidocument/get_projects.py +20 -4
- pulumi_oci/aidocument/model.py +5 -0
- pulumi_oci/aidocument/outputs.py +5 -0
- pulumi_oci/aidocument/processor_job.py +5 -0
- pulumi_oci/aidocument/project.py +5 -0
- pulumi_oci/ailanguage/_inputs.py +345 -0
- pulumi_oci/ailanguage/endpoint.py +5 -0
- pulumi_oci/ailanguage/get_endpoint.py +24 -4
- pulumi_oci/ailanguage/get_endpoints.py +24 -4
- pulumi_oci/ailanguage/get_model.py +27 -4
- pulumi_oci/ailanguage/get_model_evaluation_results.py +15 -4
- pulumi_oci/ailanguage/get_model_type.py +14 -4
- pulumi_oci/ailanguage/get_models.py +22 -4
- pulumi_oci/ailanguage/get_project.py +21 -4
- pulumi_oci/ailanguage/get_projects.py +20 -4
- pulumi_oci/ailanguage/model.py +5 -0
- pulumi_oci/ailanguage/outputs.py +5 -0
- pulumi_oci/ailanguage/project.py +5 -0
- pulumi_oci/aivision/_inputs.py +107 -0
- pulumi_oci/aivision/get_model.py +38 -4
- pulumi_oci/aivision/get_models.py +22 -4
- pulumi_oci/aivision/get_project.py +22 -4
- pulumi_oci/aivision/get_projects.py +20 -4
- pulumi_oci/aivision/model.py +5 -0
- pulumi_oci/aivision/outputs.py +5 -0
- pulumi_oci/aivision/project.py +5 -0
- pulumi_oci/analytics/_inputs.py +113 -0
- pulumi_oci/analytics/analytics_instance.py +59 -5
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +5 -0
- pulumi_oci/analytics/analytics_instance_vanity_url.py +5 -0
- pulumi_oci/analytics/get_analytics_instance.py +49 -7
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +23 -4
- pulumi_oci/analytics/get_analytics_instances.py +23 -4
- pulumi_oci/analytics/outputs.py +17 -1
- pulumi_oci/announcementsservice/_inputs.py +70 -0
- pulumi_oci/announcementsservice/announcement_subscription.py +5 -0
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +5 -0
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +5 -0
- pulumi_oci/announcementsservice/get_announcement_subscription.py +26 -4
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +20 -4
- pulumi_oci/announcementsservice/get_services.py +19 -4
- pulumi_oci/announcementsservice/outputs.py +5 -0
- pulumi_oci/apigateway/_inputs.py +2309 -29
- pulumi_oci/apigateway/api.py +5 -0
- pulumi_oci/apigateway/certificate.py +5 -0
- pulumi_oci/apigateway/deployment.py +5 -0
- pulumi_oci/apigateway/gateway.py +5 -0
- pulumi_oci/apigateway/get_api.py +23 -4
- pulumi_oci/apigateway/get_api_content.py +13 -4
- pulumi_oci/apigateway/get_api_deployment_specification.py +15 -4
- pulumi_oci/apigateway/get_api_validation.py +13 -4
- pulumi_oci/apigateway/get_apis.py +19 -4
- pulumi_oci/apigateway/get_certificate.py +25 -4
- pulumi_oci/apigateway/get_certificates.py +19 -4
- pulumi_oci/apigateway/get_deployment.py +24 -4
- pulumi_oci/apigateway/get_deployments.py +21 -4
- pulumi_oci/apigateway/get_gateway.py +28 -4
- pulumi_oci/apigateway/get_gateways.py +21 -4
- pulumi_oci/apigateway/get_subscriber.py +22 -4
- pulumi_oci/apigateway/get_subscribers.py +19 -4
- pulumi_oci/apigateway/get_usage_plan.py +21 -4
- pulumi_oci/apigateway/get_usage_plans.py +19 -4
- pulumi_oci/apigateway/outputs.py +5 -0
- pulumi_oci/apigateway/subscriber.py +5 -0
- pulumi_oci/apigateway/usage_plan.py +5 -0
- pulumi_oci/apm/_inputs.py +28 -0
- pulumi_oci/apm/apm_domain.py +5 -0
- pulumi_oci/apm/get_apm_domain.py +22 -4
- pulumi_oci/apm/get_apm_domains.py +19 -4
- pulumi_oci/apm/get_data_keys.py +17 -4
- pulumi_oci/apm/outputs.py +5 -0
- pulumi_oci/apmconfig/_inputs.py +115 -0
- pulumi_oci/apmconfig/config.py +5 -0
- pulumi_oci/apmconfig/get_config.py +34 -4
- pulumi_oci/apmconfig/get_configs.py +29 -4
- pulumi_oci/apmconfig/outputs.py +5 -0
- pulumi_oci/apmsynthetics/_inputs.py +774 -0
- pulumi_oci/apmsynthetics/config.py +5 -0
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +5 -0
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +24 -4
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +21 -4
- pulumi_oci/apmsynthetics/get_monitor.py +39 -4
- pulumi_oci/apmsynthetics/get_monitors.py +29 -4
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +23 -4
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +36 -4
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py +25 -4
- pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py +19 -4
- pulumi_oci/apmsynthetics/get_result.py +23 -4
- pulumi_oci/apmsynthetics/get_script.py +26 -4
- pulumi_oci/apmsynthetics/get_scripts.py +19 -4
- pulumi_oci/apmsynthetics/get_vantage_point.py +17 -4
- pulumi_oci/apmsynthetics/get_vantage_points.py +19 -4
- pulumi_oci/apmsynthetics/on_premise_vantage_point.py +5 -0
- pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +5 -0
- pulumi_oci/apmsynthetics/outputs.py +5 -0
- pulumi_oci/apmsynthetics/script.py +5 -0
- pulumi_oci/apmtraces/_inputs.py +16 -0
- pulumi_oci/apmtraces/get_query_quick_picks.py +15 -4
- pulumi_oci/apmtraces/get_trace.py +39 -4
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +23 -4
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +24 -4
- pulumi_oci/apmtraces/outputs.py +5 -0
- pulumi_oci/appmgmtcontrol/_inputs.py +16 -0
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +21 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +17 -4
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +5 -0
- pulumi_oci/appmgmtcontrol/outputs.py +5 -0
- pulumi_oci/artifacts/_inputs.py +70 -0
- pulumi_oci/artifacts/container_configuration.py +5 -0
- pulumi_oci/artifacts/container_image_signature.py +5 -0
- pulumi_oci/artifacts/container_repository.py +5 -0
- pulumi_oci/artifacts/generic_artifact.py +5 -0
- pulumi_oci/artifacts/get_container_configuration.py +14 -4
- pulumi_oci/artifacts/get_container_image.py +30 -4
- pulumi_oci/artifacts/get_container_image_signature.py +26 -4
- pulumi_oci/artifacts/get_container_images.py +31 -4
- pulumi_oci/artifacts/get_container_repositories.py +25 -4
- pulumi_oci/artifacts/get_container_repository.py +29 -4
- pulumi_oci/artifacts/get_container_signatures.py +33 -4
- pulumi_oci/artifacts/get_generic_artifact.py +23 -4
- pulumi_oci/artifacts/get_generic_artifacts.py +28 -4
- pulumi_oci/artifacts/get_repositories.py +22 -4
- pulumi_oci/artifacts/get_repository.py +21 -4
- pulumi_oci/artifacts/outputs.py +5 -0
- pulumi_oci/artifacts/repository.py +5 -0
- pulumi_oci/audit/_inputs.py +16 -0
- pulumi_oci/audit/configuration.py +5 -0
- pulumi_oci/audit/get_configuration.py +13 -4
- pulumi_oci/audit/get_events.py +19 -4
- pulumi_oci/audit/outputs.py +5 -0
- pulumi_oci/autoscaling/_inputs.py +186 -0
- pulumi_oci/autoscaling/auto_scaling_configuration.py +5 -0
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +23 -4
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +17 -4
- pulumi_oci/autoscaling/outputs.py +5 -0
- pulumi_oci/bastion/_inputs.py +76 -0
- pulumi_oci/bastion/bastion.py +5 -0
- pulumi_oci/bastion/get_bastion.py +31 -4
- pulumi_oci/bastion/get_bastions.py +21 -4
- pulumi_oci/bastion/get_session.py +26 -4
- pulumi_oci/bastion/get_sessions.py +21 -4
- pulumi_oci/bastion/outputs.py +5 -0
- pulumi_oci/bastion/session.py +5 -0
- pulumi_oci/bigdataservice/_inputs.py +1022 -0
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +5 -0
- pulumi_oci/bigdataservice/bds_instance.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_api_key.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_resource_principal_configuration.py +5 -0
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +23 -4
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +21 -4
- pulumi_oci/bigdataservice/get_bds_instance.py +46 -4
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +23 -4
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +21 -4
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +21 -4
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +15 -4
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +24 -4
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +25 -4
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +21 -4
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +15 -4
- pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configuration.py +23 -4
- pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configurations.py +19 -4
- pulumi_oci/bigdataservice/get_bds_instances.py +19 -4
- pulumi_oci/bigdataservice/outputs.py +5 -0
- pulumi_oci/blockchain/_inputs.py +193 -0
- pulumi_oci/blockchain/blockchain_platform.py +5 -0
- pulumi_oci/blockchain/get_blockchain_platform.py +39 -4
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +15 -4
- pulumi_oci/blockchain/get_blockchain_platforms.py +19 -4
- pulumi_oci/blockchain/get_osn.py +18 -4
- pulumi_oci/blockchain/get_osns.py +17 -4
- pulumi_oci/blockchain/get_peer.py +21 -4
- pulumi_oci/blockchain/get_peers.py +17 -4
- pulumi_oci/blockchain/osn.py +5 -0
- pulumi_oci/blockchain/outputs.py +5 -0
- pulumi_oci/blockchain/peer.py +5 -0
- pulumi_oci/budget/_inputs.py +25 -0
- pulumi_oci/budget/budget.py +5 -0
- pulumi_oci/budget/get_alert_rule.py +27 -4
- pulumi_oci/budget/get_alert_rules.py +19 -4
- pulumi_oci/budget/get_budget.py +34 -4
- pulumi_oci/budget/get_budgets.py +21 -4
- pulumi_oci/budget/outputs.py +5 -0
- pulumi_oci/budget/rule.py +5 -0
- pulumi_oci/capacitymanagement/_inputs.py +290 -0
- pulumi_oci/capacitymanagement/get_internal_namespace_occ_overviews.py +25 -4
- pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +24 -4
- pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_block_details.py +17 -4
- pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_blocks.py +27 -4
- pulumi_oci/capacitymanagement/get_namespace_occ_overviews.py +23 -4
- pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +28 -4
- pulumi_oci/capacitymanagement/get_occ_availability_catalog_content.py +12 -4
- pulumi_oci/capacitymanagement/get_occ_availability_catalog_occ_availabilities.py +23 -4
- pulumi_oci/capacitymanagement/get_occ_availability_catalogs.py +22 -4
- pulumi_oci/capacitymanagement/get_occ_capacity_request.py +32 -4
- pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +24 -4
- pulumi_oci/capacitymanagement/get_occ_customer_group.py +24 -4
- pulumi_oci/capacitymanagement/get_occ_customer_groups.py +20 -4
- pulumi_oci/capacitymanagement/get_occ_handover_resource_block_details.py +17 -4
- pulumi_oci/capacitymanagement/get_occ_handover_resource_blocks.py +25 -4
- pulumi_oci/capacitymanagement/occ_availability_catalog.py +5 -0
- pulumi_oci/capacitymanagement/occ_capacity_request.py +5 -0
- pulumi_oci/capacitymanagement/occ_customer_group.py +5 -0
- pulumi_oci/capacitymanagement/occ_customer_group_occ_customer.py +5 -0
- pulumi_oci/capacitymanagement/outputs.py +5 -0
- pulumi_oci/certificatesmanagement/_inputs.py +753 -0
- pulumi_oci/certificatesmanagement/ca_bundle.py +5 -0
- pulumi_oci/certificatesmanagement/certificate.py +5 -0
- pulumi_oci/certificatesmanagement/certificate_authority.py +5 -0
- pulumi_oci/certificatesmanagement/get_association.py +19 -4
- pulumi_oci/certificatesmanagement/get_associations.py +25 -4
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +21 -4
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +21 -4
- pulumi_oci/certificatesmanagement/get_certificate.py +31 -4
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +23 -4
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +30 -4
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +24 -4
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +17 -4
- pulumi_oci/certificatesmanagement/get_certificate_version.py +24 -4
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +17 -4
- pulumi_oci/certificatesmanagement/get_certificates.py +23 -4
- pulumi_oci/certificatesmanagement/outputs.py +5 -0
- pulumi_oci/cloudbridge/_inputs.py +521 -0
- pulumi_oci/cloudbridge/agent.py +5 -0
- pulumi_oci/cloudbridge/agent_dependency.py +5 -0
- pulumi_oci/cloudbridge/agent_plugin.py +5 -0
- pulumi_oci/cloudbridge/asset.py +5 -0
- pulumi_oci/cloudbridge/asset_source.py +5 -0
- pulumi_oci/cloudbridge/discovery_schedule.py +5 -0
- pulumi_oci/cloudbridge/environment.py +5 -0
- pulumi_oci/cloudbridge/get_agent.py +30 -4
- pulumi_oci/cloudbridge/get_agent_dependencies.py +23 -4
- pulumi_oci/cloudbridge/get_agent_dependency.py +28 -4
- pulumi_oci/cloudbridge/get_agent_plugin.py +24 -4
- pulumi_oci/cloudbridge/get_agents.py +23 -4
- pulumi_oci/cloudbridge/get_appliance_image.py +15 -4
- pulumi_oci/cloudbridge/get_appliance_images.py +17 -4
- pulumi_oci/cloudbridge/get_asset.py +29 -4
- pulumi_oci/cloudbridge/get_asset_source.py +31 -4
- pulumi_oci/cloudbridge/get_asset_sources.py +21 -4
- pulumi_oci/cloudbridge/get_assets.py +29 -4
- pulumi_oci/cloudbridge/get_discovery_schedule.py +22 -4
- pulumi_oci/cloudbridge/get_discovery_schedules.py +21 -4
- pulumi_oci/cloudbridge/get_environment.py +21 -4
- pulumi_oci/cloudbridge/get_environments.py +21 -4
- pulumi_oci/cloudbridge/get_inventories.py +17 -4
- pulumi_oci/cloudbridge/get_inventory.py +21 -4
- pulumi_oci/cloudbridge/inventory.py +5 -0
- pulumi_oci/cloudbridge/outputs.py +5 -0
- pulumi_oci/cloudguard/_inputs.py +1794 -25
- pulumi_oci/cloudguard/adhoc_query.py +5 -0
- pulumi_oci/cloudguard/cloud_guard_configuration.py +5 -0
- pulumi_oci/cloudguard/cloud_guard_data_source.py +5 -0
- pulumi_oci/cloudguard/data_mask_rule.py +5 -0
- pulumi_oci/cloudguard/detector_recipe.py +5 -0
- pulumi_oci/cloudguard/get_adhoc_queries.py +25 -4
- pulumi_oci/cloudguard/get_adhoc_query.py +23 -4
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +15 -4
- pulumi_oci/cloudguard/get_data_mask_rule.py +26 -4
- pulumi_oci/cloudguard/get_data_mask_rules.py +29 -4
- pulumi_oci/cloudguard/get_data_source.py +25 -4
- pulumi_oci/cloudguard/get_data_source_event.py +15 -4
- pulumi_oci/cloudguard/get_data_source_events.py +17 -4
- pulumi_oci/cloudguard/get_data_sources.py +27 -4
- pulumi_oci/cloudguard/get_detector_recipe.py +28 -4
- pulumi_oci/cloudguard/get_detector_recipes.py +25 -4
- pulumi_oci/cloudguard/get_guard_target.py +29 -4
- pulumi_oci/cloudguard/get_guard_targets.py +25 -4
- pulumi_oci/cloudguard/get_managed_list.py +27 -4
- pulumi_oci/cloudguard/get_managed_lists.py +27 -4
- pulumi_oci/cloudguard/get_problem_entities.py +15 -4
- pulumi_oci/cloudguard/get_problem_entity.py +13 -4
- pulumi_oci/cloudguard/get_responder_recipe.py +26 -4
- pulumi_oci/cloudguard/get_responder_recipes.py +25 -4
- pulumi_oci/cloudguard/get_saved_queries.py +21 -4
- pulumi_oci/cloudguard/get_saved_query.py +22 -4
- pulumi_oci/cloudguard/get_security_policies.py +20 -4
- pulumi_oci/cloudguard/get_security_policy.py +25 -4
- pulumi_oci/cloudguard/get_security_recipe.py +23 -4
- pulumi_oci/cloudguard/get_security_recipes.py +20 -4
- pulumi_oci/cloudguard/get_security_zone.py +24 -4
- pulumi_oci/cloudguard/get_security_zones.py +24 -4
- pulumi_oci/cloudguard/get_wlp_agent.py +24 -4
- pulumi_oci/cloudguard/get_wlp_agents.py +15 -4
- pulumi_oci/cloudguard/managed_list.py +5 -0
- pulumi_oci/cloudguard/outputs.py +5 -0
- pulumi_oci/cloudguard/responder_recipe.py +5 -0
- pulumi_oci/cloudguard/saved_query.py +5 -0
- pulumi_oci/cloudguard/security_recipe.py +5 -0
- pulumi_oci/cloudguard/security_zone.py +5 -0
- pulumi_oci/cloudguard/target.py +5 -0
- pulumi_oci/cloudguard/wlp_agent.py +5 -0
- pulumi_oci/cloudmigrations/_inputs.py +1382 -19
- pulumi_oci/cloudmigrations/get_migration.py +23 -4
- pulumi_oci/cloudmigrations/get_migration_asset.py +32 -4
- pulumi_oci/cloudmigrations/get_migration_assets.py +21 -4
- pulumi_oci/cloudmigrations/get_migration_plan.py +28 -4
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +21 -4
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +23 -4
- pulumi_oci/cloudmigrations/get_migration_plans.py +23 -4
- pulumi_oci/cloudmigrations/get_migrations.py +21 -4
- pulumi_oci/cloudmigrations/get_replication_schedule.py +22 -4
- pulumi_oci/cloudmigrations/get_replication_schedules.py +21 -4
- pulumi_oci/cloudmigrations/get_target_asset.py +32 -4
- pulumi_oci/cloudmigrations/get_target_assets.py +21 -4
- pulumi_oci/cloudmigrations/migration.py +5 -0
- pulumi_oci/cloudmigrations/migration_asset.py +5 -0
- pulumi_oci/cloudmigrations/migration_plan.py +5 -0
- pulumi_oci/cloudmigrations/outputs.py +5 -0
- pulumi_oci/cloudmigrations/replication_schedule.py +5 -0
- pulumi_oci/cloudmigrations/target_asset.py +5 -0
- pulumi_oci/clusterplacementgroups/_inputs.py +57 -0
- pulumi_oci/clusterplacementgroups/cluster_placement_group.py +5 -0
- pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py +27 -4
- pulumi_oci/clusterplacementgroups/get_cluster_placement_groups.py +24 -4
- pulumi_oci/clusterplacementgroups/outputs.py +5 -0
- pulumi_oci/computecloud/_inputs.py +228 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +5 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +5 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +32 -4
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +27 -4
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +24 -4
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +27 -4
- pulumi_oci/computecloud/outputs.py +5 -0
- pulumi_oci/computeinstanceagent/_inputs.py +31 -0
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +20 -4
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +21 -4
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +21 -4
- pulumi_oci/computeinstanceagent/outputs.py +5 -0
- pulumi_oci/config/__init__.pyi +5 -0
- pulumi_oci/config/vars.py +5 -0
- pulumi_oci/containerengine/_inputs.py +1161 -0
- pulumi_oci/containerengine/addon.py +5 -0
- pulumi_oci/containerengine/cluster.py +5 -0
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +5 -0
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +5 -0
- pulumi_oci/containerengine/cluster_workload_mapping.py +5 -0
- pulumi_oci/containerengine/container_instance.py +5 -0
- pulumi_oci/containerengine/get_addon.py +21 -4
- pulumi_oci/containerengine/get_addon_options.py +17 -4
- pulumi_oci/containerengine/get_addons.py +15 -4
- pulumi_oci/containerengine/get_cluster.py +29 -4
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +15 -4
- pulumi_oci/containerengine/get_cluster_kube_config.py +19 -4
- pulumi_oci/containerengine/get_cluster_option.py +16 -4
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +21 -4
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +15 -4
- pulumi_oci/containerengine/get_clusters.py +19 -4
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +14 -4
- pulumi_oci/containerengine/get_node_pool.py +35 -4
- pulumi_oci/containerengine/get_node_pool_option.py +18 -4
- pulumi_oci/containerengine/get_node_pools.py +21 -4
- pulumi_oci/containerengine/get_pod_shapes.py +19 -4
- pulumi_oci/containerengine/get_virtual_node_pool.py +30 -4
- pulumi_oci/containerengine/get_virtual_node_pools.py +21 -4
- pulumi_oci/containerengine/get_work_request_errors.py +17 -4
- pulumi_oci/containerengine/get_work_request_log_entries.py +17 -4
- pulumi_oci/containerengine/get_work_requests.py +23 -4
- pulumi_oci/containerengine/node_pool.py +5 -0
- pulumi_oci/containerengine/outputs.py +5 -0
- pulumi_oci/containerengine/virtual_node_pool.py +5 -0
- pulumi_oci/containerinstances/_inputs.py +31 -0
- pulumi_oci/containerinstances/get_container_instance.py +34 -4
- pulumi_oci/containerinstances/get_container_instance_shape.py +15 -4
- pulumi_oci/containerinstances/get_container_instance_shapes.py +17 -4
- pulumi_oci/containerinstances/get_container_instances.py +21 -4
- pulumi_oci/containerinstances/outputs.py +5 -0
- pulumi_oci/core/_inputs.py +5856 -160
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +5 -0
- pulumi_oci/core/app_catalog_subscription.py +5 -0
- pulumi_oci/core/boot_volume.py +5 -0
- pulumi_oci/core/boot_volume_backup.py +5 -0
- pulumi_oci/core/capture_filter.py +5 -0
- pulumi_oci/core/cluster_network.py +12 -7
- pulumi_oci/core/compute_capacity_report.py +5 -0
- pulumi_oci/core/compute_capacity_reservation.py +5 -0
- pulumi_oci/core/compute_capacity_topology.py +5 -0
- pulumi_oci/core/compute_cluster.py +5 -0
- pulumi_oci/core/compute_image_capability_schema.py +5 -0
- pulumi_oci/core/console_history.py +5 -0
- pulumi_oci/core/cpe.py +5 -0
- pulumi_oci/core/cross_connect.py +5 -0
- pulumi_oci/core/cross_connect_group.py +5 -0
- pulumi_oci/core/dedicated_vm_host.py +5 -0
- pulumi_oci/core/default_dhcp_options.py +5 -0
- pulumi_oci/core/default_route_table.py +5 -0
- pulumi_oci/core/default_security_list.py +5 -0
- pulumi_oci/core/dhcp_options.py +5 -0
- pulumi_oci/core/drg.py +5 -0
- pulumi_oci/core/drg_attachment.py +5 -0
- pulumi_oci/core/drg_attachment_management.py +5 -0
- pulumi_oci/core/drg_attachments_list.py +5 -0
- pulumi_oci/core/drg_route_distribution.py +5 -0
- pulumi_oci/core/drg_route_distribution_statement.py +5 -0
- pulumi_oci/core/drg_route_table.py +5 -0
- pulumi_oci/core/drg_route_table_route_rule.py +5 -0
- pulumi_oci/core/get_app_catalog_listing.py +19 -4
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +21 -4
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +15 -4
- pulumi_oci/core/get_app_catalog_listings.py +19 -4
- pulumi_oci/core/get_app_catalog_subscriptions.py +17 -4
- pulumi_oci/core/get_block_volume_replica.py +23 -4
- pulumi_oci/core/get_block_volume_replicas.py +23 -4
- pulumi_oci/core/get_boot_volume.py +35 -4
- pulumi_oci/core/get_boot_volume_attachments.py +21 -4
- pulumi_oci/core/get_boot_volume_backup.py +30 -4
- pulumi_oci/core/get_boot_volume_backups.py +23 -4
- pulumi_oci/core/get_boot_volume_replica.py +24 -4
- pulumi_oci/core/get_boot_volume_replicas.py +23 -4
- pulumi_oci/core/get_boot_volumes.py +19 -4
- pulumi_oci/core/get_byoip_allocated_ranges.py +15 -4
- pulumi_oci/core/get_byoip_range.py +26 -4
- pulumi_oci/core/get_byoip_ranges.py +19 -4
- pulumi_oci/core/get_capture_filter.py +21 -4
- pulumi_oci/core/get_capture_filters.py +21 -4
- pulumi_oci/core/get_cluster_network.py +24 -4
- pulumi_oci/core/get_cluster_network_instances.py +19 -4
- pulumi_oci/core/get_cluster_networks.py +19 -4
- pulumi_oci/core/get_cnv_dns_resolver_association.py +14 -4
- pulumi_oci/core/get_compute_capacity_reservation.py +24 -4
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +19 -4
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +19 -4
- pulumi_oci/core/get_compute_capacity_reservations.py +21 -4
- pulumi_oci/core/get_compute_capacity_topologies.py +19 -4
- pulumi_oci/core/get_compute_capacity_topology.py +21 -4
- pulumi_oci/core/get_compute_capacity_topology_compute_bare_metal_hosts.py +25 -4
- pulumi_oci/core/get_compute_capacity_topology_compute_hpc_islands.py +19 -4
- pulumi_oci/core/get_compute_capacity_topology_compute_network_blocks.py +21 -4
- pulumi_oci/core/get_compute_cluster.py +19 -4
- pulumi_oci/core/get_compute_clusters.py +19 -4
- pulumi_oci/core/get_compute_global_image_capability_schema.py +18 -4
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +17 -4
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +18 -4
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +17 -4
- pulumi_oci/core/get_compute_image_capability_schema.py +23 -4
- pulumi_oci/core/get_compute_image_capability_schemas.py +19 -4
- pulumi_oci/core/get_console_histories.py +21 -4
- pulumi_oci/core/get_console_history_data.py +17 -4
- pulumi_oci/core/get_cpe_device_shape.py +15 -4
- pulumi_oci/core/get_cpe_device_shapes.py +13 -4
- pulumi_oci/core/get_cpes.py +15 -4
- pulumi_oci/core/get_cross_connect.py +29 -4
- pulumi_oci/core/get_cross_connect_group.py +22 -4
- pulumi_oci/core/get_cross_connect_groups.py +19 -4
- pulumi_oci/core/get_cross_connect_locations.py +15 -4
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +15 -4
- pulumi_oci/core/get_cross_connect_status.py +16 -4
- pulumi_oci/core/get_cross_connects.py +21 -4
- pulumi_oci/core/get_dedicated_vm_host.py +25 -4
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +19 -4
- pulumi_oci/core/get_dedicated_vm_host_instances.py +19 -4
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +19 -4
- pulumi_oci/core/get_dedicated_vm_hosts.py +27 -4
- pulumi_oci/core/get_dhcp_options.py +21 -4
- pulumi_oci/core/get_drg_attachments.py +29 -4
- pulumi_oci/core/get_drg_route_distribution.py +20 -4
- pulumi_oci/core/get_drg_route_distribution_statements.py +15 -4
- pulumi_oci/core/get_drg_route_distributions.py +19 -4
- pulumi_oci/core/get_drg_route_rule.py +22 -4
- pulumi_oci/core/get_drg_route_table_route_rules.py +17 -4
- pulumi_oci/core/get_drg_route_tables.py +21 -4
- pulumi_oci/core/get_drgs.py +15 -4
- pulumi_oci/core/get_fast_connect_provider_service.py +23 -4
- pulumi_oci/core/get_fast_connect_provider_service_key.py +17 -4
- pulumi_oci/core/get_fast_connect_provider_services.py +15 -4
- pulumi_oci/core/get_image.py +30 -4
- pulumi_oci/core/get_image_shape.py +17 -4
- pulumi_oci/core/get_image_shapes.py +15 -4
- pulumi_oci/core/get_images.py +29 -4
- pulumi_oci/core/get_instance.py +84 -5
- pulumi_oci/core/get_instance_configuration.py +21 -4
- pulumi_oci/core/get_instance_configurations.py +15 -4
- pulumi_oci/core/get_instance_console_connections.py +17 -4
- pulumi_oci/core/get_instance_credentials.py +14 -4
- pulumi_oci/core/get_instance_devices.py +19 -4
- pulumi_oci/core/get_instance_maintenance_event.py +36 -4
- pulumi_oci/core/get_instance_maintenance_events.py +27 -4
- pulumi_oci/core/get_instance_maintenance_reboot.py +13 -4
- pulumi_oci/core/get_instance_measured_boot_report.py +14 -4
- pulumi_oci/core/get_instance_pool.py +25 -4
- pulumi_oci/core/get_instance_pool_instances.py +19 -4
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +19 -4
- pulumi_oci/core/get_instance_pools.py +19 -4
- pulumi_oci/core/get_instances.py +25 -4
- pulumi_oci/core/get_internet_gateways.py +21 -4
- pulumi_oci/core/get_ip_inventory_subnet.py +17 -4
- pulumi_oci/core/get_ip_inventory_subnet_cidr.py +17 -4
- pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +22 -4
- pulumi_oci/core/get_ipsec_algorithm.py +14 -4
- pulumi_oci/core/get_ipsec_config.py +17 -4
- pulumi_oci/core/get_ipsec_connection_tunnel.py +35 -4
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +19 -4
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +19 -4
- pulumi_oci/core/get_ipsec_connection_tunnels.py +15 -4
- pulumi_oci/core/get_ipsec_connections.py +19 -4
- pulumi_oci/core/get_ipsec_status.py +17 -4
- pulumi_oci/core/get_ipv6.py +22 -4
- pulumi_oci/core/get_ipv6s.py +19 -4
- pulumi_oci/core/get_letter_of_authority.py +18 -4
- pulumi_oci/core/get_listing_resource_version.py +21 -4
- pulumi_oci/core/get_listing_resource_versions.py +15 -4
- pulumi_oci/core/get_local_peering_gateways.py +17 -4
- pulumi_oci/core/get_nat_gateway.py +23 -4
- pulumi_oci/core/get_nat_gateways.py +21 -4
- pulumi_oci/core/get_network_security_group.py +19 -4
- pulumi_oci/core/get_network_security_group_security_rules.py +17 -4
- pulumi_oci/core/get_network_security_group_vnics.py +15 -4
- pulumi_oci/core/get_network_security_groups.py +23 -4
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +13 -4
- pulumi_oci/core/get_private_ip.py +25 -4
- pulumi_oci/core/get_private_ips.py +21 -4
- pulumi_oci/core/get_public_ip.py +27 -4
- pulumi_oci/core/get_public_ip_pool.py +19 -4
- pulumi_oci/core/get_public_ip_pools.py +19 -4
- pulumi_oci/core/get_public_ips.py +23 -4
- pulumi_oci/core/get_remote_peering_connections.py +17 -4
- pulumi_oci/core/get_route_tables.py +21 -4
- pulumi_oci/core/get_security_lists.py +21 -4
- pulumi_oci/core/get_service_gateways.py +19 -4
- pulumi_oci/core/get_services.py +13 -4
- pulumi_oci/core/get_shape.py +19 -4
- pulumi_oci/core/get_shapes.py +19 -4
- pulumi_oci/core/get_subnet.py +33 -4
- pulumi_oci/core/get_subnets.py +21 -4
- pulumi_oci/core/get_tunnel_security_associations.py +17 -4
- pulumi_oci/core/get_vcn.py +46 -5
- pulumi_oci/core/get_vcns.py +19 -4
- pulumi_oci/core/get_virtual_circuit.py +40 -4
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +15 -4
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +15 -4
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +17 -4
- pulumi_oci/core/get_virtual_circuits.py +19 -4
- pulumi_oci/core/get_virtual_networks.py +19 -4
- pulumi_oci/core/get_vlan.py +24 -4
- pulumi_oci/core/get_vlans.py +21 -4
- pulumi_oci/core/get_vnic.py +44 -5
- pulumi_oci/core/get_vnic_attachments.py +21 -4
- pulumi_oci/core/get_volume.py +35 -4
- pulumi_oci/core/get_volume_attachments.py +21 -4
- pulumi_oci/core/get_volume_backup_policies.py +15 -4
- pulumi_oci/core/get_volume_backup_policy_assignments.py +15 -4
- pulumi_oci/core/get_volume_backups.py +23 -4
- pulumi_oci/core/get_volume_group_backups.py +19 -4
- pulumi_oci/core/get_volume_group_replica.py +23 -4
- pulumi_oci/core/get_volume_group_replicas.py +21 -4
- pulumi_oci/core/get_volume_groups.py +21 -4
- pulumi_oci/core/get_volumes.py +25 -4
- pulumi_oci/core/get_vtap.py +33 -4
- pulumi_oci/core/get_vtaps.py +29 -4
- pulumi_oci/core/image.py +5 -0
- pulumi_oci/core/instance.py +92 -0
- pulumi_oci/core/instance_configuration.py +17 -0
- pulumi_oci/core/instance_console_connection.py +5 -0
- pulumi_oci/core/instance_maintenance_event.py +5 -0
- pulumi_oci/core/instance_pool.py +5 -0
- pulumi_oci/core/instance_pool_instance.py +5 -0
- pulumi_oci/core/internet_gateway.py +5 -0
- pulumi_oci/core/ipsec.py +188 -23
- pulumi_oci/core/ipsec_connection_tunnel_management.py +5 -0
- pulumi_oci/core/ipv6.py +5 -0
- pulumi_oci/core/listing_resource_version_agreement.py +5 -0
- pulumi_oci/core/local_peering_gateway.py +5 -0
- pulumi_oci/core/nat_gateway.py +5 -0
- pulumi_oci/core/network_security_group.py +5 -0
- pulumi_oci/core/network_security_group_security_rule.py +7 -2
- pulumi_oci/core/outputs.py +714 -107
- pulumi_oci/core/private_ip.py +5 -0
- pulumi_oci/core/public_ip.py +5 -0
- pulumi_oci/core/public_ip_pool.py +5 -0
- pulumi_oci/core/public_ip_pool_capacity.py +5 -0
- pulumi_oci/core/remote_peering_connection.py +5 -0
- pulumi_oci/core/route_table.py +5 -0
- pulumi_oci/core/route_table_attachment.py +5 -0
- pulumi_oci/core/security_list.py +5 -0
- pulumi_oci/core/service_gateway.py +18 -7
- pulumi_oci/core/shape_management.py +5 -0
- pulumi_oci/core/subnet.py +5 -0
- pulumi_oci/core/vcn.py +70 -23
- pulumi_oci/core/virtual_circuit.py +5 -0
- pulumi_oci/core/virtual_network.py +40 -1
- pulumi_oci/core/vlan.py +5 -0
- pulumi_oci/core/vnic_attachment.py +7 -0
- pulumi_oci/core/volume.py +5 -0
- pulumi_oci/core/volume_attachment.py +5 -0
- pulumi_oci/core/volume_backup.py +5 -0
- pulumi_oci/core/volume_backup_policy.py +5 -0
- pulumi_oci/core/volume_backup_policy_assignment.py +5 -0
- pulumi_oci/core/volume_group.py +5 -0
- pulumi_oci/core/volume_group_backup.py +5 -0
- pulumi_oci/core/vtap.py +5 -0
- pulumi_oci/database/_inputs.py +5192 -45
- pulumi_oci/database/application_vip.py +5 -0
- pulumi_oci/database/autonomous_container_database.py +5 -0
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +5 -0
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +5 -0
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +5 -0
- pulumi_oci/database/autonomous_database.py +53 -28
- pulumi_oci/database/autonomous_database_backup.py +17 -12
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +5 -0
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +5 -0
- pulumi_oci/database/autonomous_database_saas_admin_user.py +5 -0
- pulumi_oci/database/autonomous_database_software_image.py +5 -0
- pulumi_oci/database/autonomous_database_wallet.py +5 -0
- pulumi_oci/database/autonomous_exadata_infrastructure.py +7 -0
- pulumi_oci/database/autonomous_vm_cluster.py +7 -0
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +5 -0
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +5 -0
- pulumi_oci/database/backup.py +17 -12
- pulumi_oci/database/backup_cancel_management.py +5 -0
- pulumi_oci/database/backup_destination.py +5 -0
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -0
- pulumi_oci/database/cloud_database_management.py +5 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +7 -0
- pulumi_oci/database/cloud_vm_cluster.py +76 -0
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +5 -0
- pulumi_oci/database/data_guard_association.py +5 -0
- pulumi_oci/database/database.py +20 -15
- pulumi_oci/database/database_software_image.py +5 -0
- pulumi_oci/database/database_upgrade.py +17 -12
- pulumi_oci/database/db_home.py +5 -0
- pulumi_oci/database/db_node.py +5 -0
- pulumi_oci/database/db_node_console_connection.py +5 -0
- pulumi_oci/database/db_node_console_history.py +5 -0
- pulumi_oci/database/db_system.py +14 -9
- pulumi_oci/database/db_systems_upgrade.py +5 -0
- pulumi_oci/database/exadata_infrastructure.py +7 -0
- pulumi_oci/database/exadata_infrastructure_compute.py +5 -0
- pulumi_oci/database/exadata_infrastructure_storage.py +5 -0
- pulumi_oci/database/exadata_iorm_config.py +5 -0
- pulumi_oci/database/exadb_vm_cluster.py +5 -0
- pulumi_oci/database/exascale_db_storage_vault.py +5 -0
- pulumi_oci/database/external_container_database.py +5 -0
- pulumi_oci/database/external_container_database_management.py +5 -0
- pulumi_oci/database/external_container_databases_stack_monitoring.py +5 -0
- pulumi_oci/database/external_database_connector.py +5 -0
- pulumi_oci/database/external_non_container_database.py +5 -0
- pulumi_oci/database/external_non_container_database_management.py +5 -0
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +5 -0
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +5 -0
- pulumi_oci/database/external_pluggable_database.py +5 -0
- pulumi_oci/database/external_pluggable_database_management.py +5 -0
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +5 -0
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +5 -0
- pulumi_oci/database/get_application_vip.py +23 -4
- pulumi_oci/database/get_application_vips.py +19 -4
- pulumi_oci/database/get_autonomous_character_sets.py +19 -4
- pulumi_oci/database/get_autonomous_container_database.py +74 -5
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +37 -4
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +15 -4
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +23 -4
- pulumi_oci/database/get_autonomous_container_database_versions.py +17 -4
- pulumi_oci/database/get_autonomous_container_databases.py +31 -4
- pulumi_oci/database/get_autonomous_container_patches.py +19 -4
- pulumi_oci/database/get_autonomous_database.py +166 -8
- pulumi_oci/database/get_autonomous_database_backup.py +37 -7
- pulumi_oci/database/get_autonomous_database_backups.py +23 -4
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +25 -4
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +15 -4
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +16 -4
- pulumi_oci/database/get_autonomous_database_peers.py +15 -4
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +15 -4
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +14 -4
- pulumi_oci/database/get_autonomous_database_software_image.py +24 -4
- pulumi_oci/database/get_autonomous_database_software_images.py +21 -4
- pulumi_oci/database/get_autonomous_database_wallet.py +19 -4
- pulumi_oci/database/get_autonomous_databases.py +125 -9
- pulumi_oci/database/get_autonomous_databases_clones.py +23 -4
- pulumi_oci/database/get_autonomous_db_preview_versions.py +15 -4
- pulumi_oci/database/get_autonomous_db_versions.py +17 -4
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +33 -4
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +15 -4
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +17 -4
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +21 -4
- pulumi_oci/database/get_autonomous_patch.py +22 -4
- pulumi_oci/database/get_autonomous_virtual_machine.py +24 -4
- pulumi_oci/database/get_autonomous_virtual_machines.py +19 -4
- pulumi_oci/database/get_autonomous_vm_cluster.py +62 -4
- pulumi_oci/database/get_autonomous_vm_cluster_acd_resource_usages.py +17 -4
- pulumi_oci/database/get_autonomous_vm_cluster_resource_usage.py +32 -4
- pulumi_oci/database/get_autonomous_vm_clusters.py +21 -4
- pulumi_oci/database/get_backup_destination.py +28 -4
- pulumi_oci/database/get_backup_destinations.py +17 -4
- pulumi_oci/database/get_backups.py +19 -4
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +67 -4
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +17 -4
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +31 -4
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +23 -4
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +47 -4
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +20 -4
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +21 -4
- pulumi_oci/database/get_cloud_vm_cluster.py +77 -5
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +16 -4
- pulumi_oci/database/get_cloud_vm_clusters.py +21 -4
- pulumi_oci/database/get_data_guard_association.py +56 -4
- pulumi_oci/database/get_data_guard_associations.py +15 -4
- pulumi_oci/database/get_database.py +50 -7
- pulumi_oci/database/get_database_maintenance_run_histories.py +25 -4
- pulumi_oci/database/get_database_maintenance_run_history.py +14 -4
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +19 -4
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +24 -4
- pulumi_oci/database/get_database_software_image.py +29 -4
- pulumi_oci/database/get_database_software_images.py +25 -4
- pulumi_oci/database/get_database_upgrade_history_entries.py +19 -4
- pulumi_oci/database/get_database_upgrade_history_entry.py +25 -4
- pulumi_oci/database/get_databases.py +23 -4
- pulumi_oci/database/get_db_home.py +32 -4
- pulumi_oci/database/get_db_home_patch_history_entries.py +15 -4
- pulumi_oci/database/get_db_home_patches.py +15 -4
- pulumi_oci/database/get_db_homes.py +27 -4
- pulumi_oci/database/get_db_node.py +36 -4
- pulumi_oci/database/get_db_node_console_connection.py +22 -4
- pulumi_oci/database/get_db_node_console_connections.py +15 -4
- pulumi_oci/database/get_db_node_console_histories.py +19 -4
- pulumi_oci/database/get_db_node_console_history.py +21 -4
- pulumi_oci/database/get_db_node_console_history_content.py +14 -4
- pulumi_oci/database/get_db_nodes.py +23 -4
- pulumi_oci/database/get_db_server.py +33 -4
- pulumi_oci/database/get_db_servers.py +21 -4
- pulumi_oci/database/get_db_system_compute_performances.py +15 -4
- pulumi_oci/database/get_db_system_history_entries.py +15 -4
- pulumi_oci/database/get_db_system_patches.py +15 -4
- pulumi_oci/database/get_db_system_shapes.py +17 -4
- pulumi_oci/database/get_db_system_storage_performances.py +17 -4
- pulumi_oci/database/get_db_systems.py +23 -4
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +19 -4
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +24 -4
- pulumi_oci/database/get_db_versions.py +25 -4
- pulumi_oci/database/get_exadata_infrastructure.py +60 -4
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +15 -4
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +20 -4
- pulumi_oci/database/get_exadata_infrastructures.py +19 -4
- pulumi_oci/database/get_exadata_iorm_config.py +16 -4
- pulumi_oci/database/get_exadb_vm_cluster.py +51 -4
- pulumi_oci/database/get_exadb_vm_cluster_update.py +22 -4
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +17 -4
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py +22 -4
- pulumi_oci/database/get_exadb_vm_cluster_updates.py +19 -4
- pulumi_oci/database/get_exadb_vm_clusters.py +21 -4
- pulumi_oci/database/get_exascale_db_storage_vault.py +27 -4
- pulumi_oci/database/get_exascale_db_storage_vaults.py +19 -4
- pulumi_oci/database/get_external_container_database.py +30 -4
- pulumi_oci/database/get_external_container_databases.py +19 -4
- pulumi_oci/database/get_external_database_connector.py +26 -4
- pulumi_oci/database/get_external_database_connectors.py +21 -4
- pulumi_oci/database/get_external_non_container_database.py +31 -4
- pulumi_oci/database/get_external_non_container_databases.py +19 -4
- pulumi_oci/database/get_external_pluggable_database.py +33 -4
- pulumi_oci/database/get_external_pluggable_databases.py +21 -4
- pulumi_oci/database/get_flex_components.py +17 -4
- pulumi_oci/database/get_gi_version_minor_versions.py +25 -4
- pulumi_oci/database/get_gi_versions.py +19 -4
- pulumi_oci/database/get_infrastructure_target_version.py +18 -4
- pulumi_oci/database/get_key_store.py +22 -4
- pulumi_oci/database/get_key_stores.py +15 -4
- pulumi_oci/database/get_maintenance_run.py +42 -4
- pulumi_oci/database/get_maintenance_runs.py +27 -4
- pulumi_oci/database/get_managed_preferred_credential.py +22 -4
- pulumi_oci/database/get_managed_preferred_credentials.py +15 -4
- pulumi_oci/database/get_oneoff_patch.py +27 -4
- pulumi_oci/database/get_oneoff_patches.py +19 -4
- pulumi_oci/database/get_pluggable_database.py +47 -5
- pulumi_oci/database/get_pluggable_databases.py +21 -4
- pulumi_oci/database/get_system_versions.py +19 -4
- pulumi_oci/database/get_vm_cluster.py +57 -5
- pulumi_oci/database/get_vm_cluster_network.py +29 -4
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +17 -4
- pulumi_oci/database/get_vm_cluster_networks.py +21 -4
- pulumi_oci/database/get_vm_cluster_patch.py +21 -4
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +15 -4
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +20 -4
- pulumi_oci/database/get_vm_cluster_patches.py +15 -4
- pulumi_oci/database/get_vm_cluster_recommended_network.py +37 -4
- pulumi_oci/database/get_vm_cluster_update.py +22 -4
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +19 -4
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +21 -4
- pulumi_oci/database/get_vm_cluster_updates.py +19 -4
- pulumi_oci/database/get_vm_clusters.py +21 -4
- pulumi_oci/database/key_store.py +5 -0
- pulumi_oci/database/maintenance_run.py +5 -0
- pulumi_oci/database/oneoff_patch.py +5 -0
- pulumi_oci/database/outputs.py +1436 -74
- pulumi_oci/database/pluggable_database.py +39 -0
- pulumi_oci/database/pluggable_database_managements_management.py +5 -0
- pulumi_oci/database/pluggable_databases_local_clone.py +5 -0
- pulumi_oci/database/pluggable_databases_remote_clone.py +5 -0
- pulumi_oci/database/vm_cluster.py +76 -0
- pulumi_oci/database/vm_cluster_add_virtual_network.py +33 -0
- pulumi_oci/database/vm_cluster_network.py +5 -0
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +33 -0
- pulumi_oci/databasemanagement/_inputs.py +2985 -55
- pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +5 -0
- pulumi_oci/databasemanagement/database_dbm_features_management.py +5 -0
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +5 -0
- pulumi_oci/databasemanagement/external_asm.py +5 -0
- pulumi_oci/databasemanagement/external_asm_instance.py +5 -0
- pulumi_oci/databasemanagement/external_cluster.py +5 -0
- pulumi_oci/databasemanagement/external_cluster_instance.py +5 -0
- pulumi_oci/databasemanagement/external_db_home.py +5 -0
- pulumi_oci/databasemanagement/external_db_node.py +5 -0
- pulumi_oci/databasemanagement/external_db_system.py +5 -0
- pulumi_oci/databasemanagement/external_db_system_connector.py +5 -0
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +5 -0
- pulumi_oci/databasemanagement/external_db_system_discovery.py +5 -0
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +5 -0
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +5 -0
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +5 -0
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +5 -0
- pulumi_oci/databasemanagement/external_exadata_storage_grid.py +5 -0
- pulumi_oci/databasemanagement/external_exadata_storage_server.py +5 -0
- pulumi_oci/databasemanagement/external_listener.py +5 -0
- pulumi_oci/databasemanagement/externalcontainerdatabase_external_container_dbm_features_management.py +5 -0
- pulumi_oci/databasemanagement/externalnoncontainerdatabase_external_non_container_dbm_features_management.py +5 -0
- pulumi_oci/databasemanagement/externalpluggabledatabase_external_pluggable_dbm_features_management.py +5 -0
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +26 -4
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +15 -4
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +17 -4
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +25 -4
- pulumi_oci/databasemanagement/get_external_asm.py +30 -4
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +15 -4
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +17 -4
- pulumi_oci/databasemanagement/get_external_asm_instance.py +27 -4
- pulumi_oci/databasemanagement/get_external_asm_instances.py +19 -4
- pulumi_oci/databasemanagement/get_external_asm_users.py +17 -4
- pulumi_oci/databasemanagement/get_external_asms.py +19 -4
- pulumi_oci/databasemanagement/get_external_cluster.py +32 -4
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +30 -4
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +19 -4
- pulumi_oci/databasemanagement/get_external_clusters.py +19 -4
- pulumi_oci/databasemanagement/get_external_databases.py +21 -4
- pulumi_oci/databasemanagement/get_external_db_home.py +25 -4
- pulumi_oci/databasemanagement/get_external_db_homes.py +19 -4
- pulumi_oci/databasemanagement/get_external_db_node.py +29 -4
- pulumi_oci/databasemanagement/get_external_db_nodes.py +19 -4
- pulumi_oci/databasemanagement/get_external_db_system.py +27 -4
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +28 -4
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +19 -4
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +17 -4
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +26 -4
- pulumi_oci/databasemanagement/get_external_db_systems.py +17 -4
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +33 -4
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +17 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +30 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +19 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +28 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +36 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +15 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +13 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +13 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +19 -4
- pulumi_oci/databasemanagement/get_external_listener.py +39 -4
- pulumi_oci/databasemanagement/get_external_listener_services.py +19 -4
- pulumi_oci/databasemanagement/get_external_listeners.py +19 -4
- pulumi_oci/databasemanagement/get_job_executions_status.py +24 -4
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +26 -4
- pulumi_oci/databasemanagement/get_managed_database.py +34 -4
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +19 -4
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +27 -4
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +29 -4
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +27 -4
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +29 -4
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_group.py +22 -4
- pulumi_oci/databasemanagement/get_managed_database_groups.py +20 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +24 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +19 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +25 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +28 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +25 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +31 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +24 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +19 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +41 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +25 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +22 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +27 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +31 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +19 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +23 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +30 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +15 -4
- pulumi_oci/databasemanagement/get_managed_database_user.py +40 -4
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_users.py +19 -4
- pulumi_oci/databasemanagement/get_managed_databases.py +24 -4
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +17 -4
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +15 -4
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +23 -4
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +23 -4
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +17 -4
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +21 -4
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +17 -4
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +21 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +25 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_database_configuration_data.py +15 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +21 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_databases.py +15 -4
- pulumi_oci/databasemanagement/get_named_credential.py +26 -4
- pulumi_oci/databasemanagement/get_named_credentials.py +23 -4
- pulumi_oci/databasemanagement/managed_database.py +5 -0
- pulumi_oci/databasemanagement/managed_database_group.py +5 -0
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +5 -0
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +5 -0
- pulumi_oci/databasemanagement/named_credential.py +5 -0
- pulumi_oci/databasemanagement/outputs.py +5 -0
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +5 -0
- pulumi_oci/databasemigration/_inputs.py +687 -0
- pulumi_oci/databasemigration/connection.py +5 -0
- pulumi_oci/databasemigration/get_connection.py +53 -4
- pulumi_oci/databasemigration/get_connections.py +25 -4
- pulumi_oci/databasemigration/get_job_advisor_report.py +18 -4
- pulumi_oci/databasemigration/get_job_output.py +13 -4
- pulumi_oci/databasemigration/get_migration.py +39 -4
- pulumi_oci/databasemigration/get_migration_object_types.py +15 -4
- pulumi_oci/databasemigration/get_migrations.py +39 -4
- pulumi_oci/databasemigration/job.py +5 -0
- pulumi_oci/databasemigration/migration.py +5 -0
- pulumi_oci/databasemigration/outputs.py +5 -0
- pulumi_oci/databasetools/_inputs.py +215 -0
- pulumi_oci/databasetools/database_tools_connection.py +5 -0
- pulumi_oci/databasetools/database_tools_private_endpoint.py +5 -0
- pulumi_oci/databasetools/get_database_tools_connection.py +33 -4
- pulumi_oci/databasetools/get_database_tools_connections.py +25 -4
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +23 -4
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +21 -4
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +32 -4
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +23 -4
- pulumi_oci/databasetools/outputs.py +5 -0
- pulumi_oci/datacatalog/_inputs.py +130 -0
- pulumi_oci/datacatalog/catalog.py +5 -0
- pulumi_oci/datacatalog/catalog_private_endpoint.py +5 -0
- pulumi_oci/datacatalog/connection.py +5 -0
- pulumi_oci/datacatalog/data_asset.py +5 -0
- pulumi_oci/datacatalog/get_catalog.py +26 -4
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +25 -4
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +19 -4
- pulumi_oci/datacatalog/get_catalog_type.py +27 -4
- pulumi_oci/datacatalog/get_catalog_types.py +31 -4
- pulumi_oci/datacatalog/get_catalogs.py +19 -4
- pulumi_oci/datacatalog/get_connection.py +33 -4
- pulumi_oci/datacatalog/get_connections.py +39 -4
- pulumi_oci/datacatalog/get_data_asset.py +30 -4
- pulumi_oci/datacatalog/get_data_assets.py +29 -4
- pulumi_oci/datacatalog/get_metastore.py +24 -4
- pulumi_oci/datacatalog/get_metastores.py +19 -4
- pulumi_oci/datacatalog/metastore.py +5 -0
- pulumi_oci/datacatalog/outputs.py +5 -0
- pulumi_oci/dataflow/_inputs.py +420 -0
- pulumi_oci/dataflow/application.py +5 -0
- pulumi_oci/dataflow/get_application.py +45 -4
- pulumi_oci/dataflow/get_applications.py +23 -4
- pulumi_oci/dataflow/get_invoke_run.py +57 -4
- pulumi_oci/dataflow/get_invoke_runs.py +29 -4
- pulumi_oci/dataflow/get_pool.py +27 -4
- pulumi_oci/dataflow/get_pools.py +23 -4
- pulumi_oci/dataflow/get_private_endpoint.py +28 -4
- pulumi_oci/dataflow/get_private_endpoints.py +23 -4
- pulumi_oci/dataflow/get_run_log.py +18 -4
- pulumi_oci/dataflow/get_run_logs.py +15 -4
- pulumi_oci/dataflow/get_run_statement.py +20 -4
- pulumi_oci/dataflow/get_run_statements.py +17 -4
- pulumi_oci/dataflow/get_sql_endpoint.py +36 -4
- pulumi_oci/dataflow/get_sql_endpoints.py +21 -4
- pulumi_oci/dataflow/invoke_run.py +5 -0
- pulumi_oci/dataflow/outputs.py +5 -0
- pulumi_oci/dataflow/pool.py +5 -0
- pulumi_oci/dataflow/private_endpoint.py +5 -0
- pulumi_oci/dataflow/run_statement.py +5 -0
- pulumi_oci/dataflow/sql_endpoint.py +5 -0
- pulumi_oci/dataintegration/_inputs.py +3126 -70
- pulumi_oci/dataintegration/get_workspace.py +34 -4
- pulumi_oci/dataintegration/get_workspace_application.py +38 -4
- pulumi_oci/dataintegration/get_workspace_application_patch.py +36 -4
- pulumi_oci/dataintegration/get_workspace_application_patches.py +23 -4
- pulumi_oci/dataintegration/get_workspace_application_schedule.py +30 -4
- pulumi_oci/dataintegration/get_workspace_application_schedules.py +25 -4
- pulumi_oci/dataintegration/get_workspace_application_task_schedule.py +43 -4
- pulumi_oci/dataintegration/get_workspace_application_task_schedules.py +27 -4
- pulumi_oci/dataintegration/get_workspace_applications.py +23 -4
- pulumi_oci/dataintegration/get_workspace_export_request.py +32 -4
- pulumi_oci/dataintegration/get_workspace_export_requests.py +25 -4
- pulumi_oci/dataintegration/get_workspace_folder.py +27 -4
- pulumi_oci/dataintegration/get_workspace_folders.py +25 -4
- pulumi_oci/dataintegration/get_workspace_import_request.py +30 -4
- pulumi_oci/dataintegration/get_workspace_import_requests.py +25 -4
- pulumi_oci/dataintegration/get_workspace_project.py +26 -4
- pulumi_oci/dataintegration/get_workspace_projects.py +23 -4
- pulumi_oci/dataintegration/get_workspace_task.py +41 -4
- pulumi_oci/dataintegration/get_workspace_tasks.py +27 -4
- pulumi_oci/dataintegration/get_workspaces.py +19 -4
- pulumi_oci/dataintegration/outputs.py +5 -0
- pulumi_oci/dataintegration/workspace.py +5 -0
- pulumi_oci/dataintegration/workspace_application.py +5 -0
- pulumi_oci/dataintegration/workspace_application_patch.py +5 -0
- pulumi_oci/dataintegration/workspace_application_schedule.py +5 -0
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +5 -0
- pulumi_oci/dataintegration/workspace_export_request.py +5 -0
- pulumi_oci/dataintegration/workspace_folder.py +5 -0
- pulumi_oci/dataintegration/workspace_import_request.py +5 -0
- pulumi_oci/dataintegration/workspace_project.py +5 -0
- pulumi_oci/dataintegration/workspace_task.py +5 -0
- pulumi_oci/datalabellingservice/_inputs.py +174 -0
- pulumi_oci/datalabellingservice/dataset.py +5 -0
- pulumi_oci/datalabellingservice/get_annotation_format.py +13 -4
- pulumi_oci/datalabellingservice/get_annotation_formats.py +15 -4
- pulumi_oci/datalabellingservice/get_dataset.py +30 -4
- pulumi_oci/datalabellingservice/get_datasets.py +22 -4
- pulumi_oci/datalabellingservice/outputs.py +5 -0
- pulumi_oci/datasafe/__init__.py +12 -0
- pulumi_oci/datasafe/_inputs.py +2641 -137
- pulumi_oci/datasafe/add_sdm_columns.py +5 -0
- pulumi_oci/datasafe/alert.py +5 -0
- pulumi_oci/datasafe/alert_policy.py +5 -0
- pulumi_oci/datasafe/alert_policy_rule.py +5 -0
- pulumi_oci/datasafe/audit_archive_retrieval.py +5 -0
- pulumi_oci/datasafe/audit_policy.py +5 -0
- pulumi_oci/datasafe/audit_policy_management.py +5 -0
- pulumi_oci/datasafe/audit_profile.py +5 -0
- pulumi_oci/datasafe/audit_profile_management.py +5 -0
- pulumi_oci/datasafe/audit_trail.py +5 -0
- pulumi_oci/datasafe/audit_trail_management.py +5 -0
- pulumi_oci/datasafe/calculate_audit_volume_available.py +5 -0
- pulumi_oci/datasafe/calculate_audit_volume_collected.py +5 -0
- pulumi_oci/datasafe/compare_security_assessment.py +5 -0
- pulumi_oci/datasafe/compare_user_assessment.py +5 -0
- pulumi_oci/datasafe/data_safe_configuration.py +5 -0
- pulumi_oci/datasafe/data_safe_private_endpoint.py +5 -0
- pulumi_oci/datasafe/database_security_config.py +5 -0
- pulumi_oci/datasafe/database_security_config_management.py +5 -0
- pulumi_oci/datasafe/discovery_jobs_result.py +5 -0
- pulumi_oci/datasafe/discovery_mod.py +5 -0
- pulumi_oci/datasafe/get_alert.py +35 -4
- pulumi_oci/datasafe/get_alert_analytic.py +29 -4
- pulumi_oci/datasafe/get_alert_policies.py +33 -4
- pulumi_oci/datasafe/get_alert_policy.py +26 -4
- pulumi_oci/datasafe/get_alert_policy_rule.py +20 -4
- pulumi_oci/datasafe/get_alert_policy_rules.py +15 -4
- pulumi_oci/datasafe/get_alerts.py +24 -4
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +28 -4
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +29 -4
- pulumi_oci/datasafe/get_audit_event.py +19 -4
- pulumi_oci/datasafe/get_audit_event_analytic.py +29 -4
- pulumi_oci/datasafe/get_audit_events.py +21 -4
- pulumi_oci/datasafe/get_audit_policies.py +27 -4
- pulumi_oci/datasafe/get_audit_policy.py +30 -4
- pulumi_oci/datasafe/get_audit_profile.py +30 -4
- pulumi_oci/datasafe/get_audit_profile_analytic.py +19 -4
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +21 -4
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +23 -4
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +19 -4
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +21 -4
- pulumi_oci/datasafe/get_audit_profiles.py +33 -4
- pulumi_oci/datasafe/get_audit_trail.py +36 -4
- pulumi_oci/datasafe/get_audit_trail_analytic.py +21 -4
- pulumi_oci/datasafe/get_audit_trails.py +29 -4
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +11 -4
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +17 -4
- pulumi_oci/datasafe/get_data_safe_configuration.py +20 -4
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +26 -4
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +25 -4
- pulumi_oci/datasafe/get_discovery_analytic.py +21 -4
- pulumi_oci/datasafe/get_discovery_analytics.py +27 -4
- pulumi_oci/datasafe/get_discovery_job.py +36 -4
- pulumi_oci/datasafe/get_discovery_jobs_result.py +33 -4
- pulumi_oci/datasafe/get_discovery_jobs_results.py +27 -4
- pulumi_oci/datasafe/get_library_masking_format.py +23 -4
- pulumi_oci/datasafe/get_library_masking_formats.py +31 -4
- pulumi_oci/datasafe/get_list_user_grants.py +31 -4
- pulumi_oci/datasafe/get_masking_analytic.py +21 -4
- pulumi_oci/datasafe/get_masking_analytics.py +23 -4
- pulumi_oci/datasafe/get_masking_policies.py +33 -4
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +29 -4
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +43 -4
- pulumi_oci/datasafe/get_masking_policy.py +30 -4
- pulumi_oci/datasafe/get_masking_policy_health_report.py +22 -4
- pulumi_oci/datasafe/get_masking_policy_health_report_logs.py +17 -4
- pulumi_oci/datasafe/get_masking_policy_health_reports.py +29 -4
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +21 -4
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +17 -4
- pulumi_oci/datasafe/get_masking_report.py +30 -4
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +27 -4
- pulumi_oci/datasafe/get_masking_reports.py +23 -4
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +25 -4
- pulumi_oci/datasafe/get_onprem_connector.py +23 -4
- pulumi_oci/datasafe/get_onprem_connectors.py +25 -4
- pulumi_oci/datasafe/get_report.py +24 -4
- pulumi_oci/datasafe/get_report_content.py +12 -4
- pulumi_oci/datasafe/get_report_definition.py +39 -4
- pulumi_oci/datasafe/get_report_definitions.py +29 -4
- pulumi_oci/datasafe/get_reports.py +54 -5
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +23 -4
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +25 -4
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +27 -4
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +27 -4
- pulumi_oci/datasafe/get_security_assessment.py +38 -4
- pulumi_oci/datasafe/get_security_assessment_comparison.py +18 -4
- pulumi_oci/datasafe/get_security_assessment_finding.py +31 -4
- pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +29 -4
- pulumi_oci/datasafe/get_security_assessment_findings.py +31 -4
- pulumi_oci/datasafe/get_security_assessment_findings_change_audit_logs.py +33 -4
- pulumi_oci/datasafe/get_security_assessment_security_feature_analytics.py +21 -4
- pulumi_oci/datasafe/get_security_assessment_security_features.py +43 -4
- pulumi_oci/datasafe/get_security_assessments.py +39 -4
- pulumi_oci/datasafe/get_security_policies.py +25 -4
- pulumi_oci/datasafe/get_security_policy.py +22 -4
- pulumi_oci/datasafe/get_security_policy_deployment.py +24 -4
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +17 -4
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +19 -4
- pulumi_oci/datasafe/get_security_policy_deployments.py +29 -4
- pulumi_oci/datasafe/get_security_policy_report.py +23 -4
- pulumi_oci/datasafe/get_security_policy_report_database_table_access_entries.py +17 -4
- pulumi_oci/datasafe/get_security_policy_report_database_table_access_entry.py +36 -4
- pulumi_oci/datasafe/get_security_policy_report_database_view_access_entries.py +19 -4
- pulumi_oci/datasafe/get_security_policy_report_database_view_access_entry.py +34 -4
- pulumi_oci/datasafe/get_security_policy_report_role_grant_paths.py +19 -4
- pulumi_oci/datasafe/get_security_policy_reports.py +27 -4
- pulumi_oci/datasafe/get_sensitive_data_model.py +30 -4
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +21 -4
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +17 -4
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +17 -4
- pulumi_oci/datasafe/get_sensitive_data_models.py +31 -4
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +35 -4
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +47 -4
- pulumi_oci/datasafe/get_sensitive_type.py +31 -4
- pulumi_oci/datasafe/get_sensitive_types.py +39 -4
- pulumi_oci/datasafe/get_sql_collection.py +392 -0
- pulumi_oci/datasafe/get_sql_collection_analytics.py +309 -0
- pulumi_oci/datasafe/get_sql_collection_log_insights.py +207 -0
- pulumi_oci/datasafe/get_sql_collections.py +364 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +337 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +250 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +234 -0
- pulumi_oci/datasafe/get_sql_firewall_policies.py +386 -0
- pulumi_oci/datasafe/get_sql_firewall_policy.py +393 -0
- pulumi_oci/datasafe/get_sql_firewall_policy_analytics.py +305 -0
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +306 -0
- pulumi_oci/datasafe/get_sql_firewall_violations.py +208 -0
- pulumi_oci/datasafe/get_target_alert_policy_association.py +25 -4
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +31 -4
- pulumi_oci/datasafe/get_target_database.py +29 -4
- pulumi_oci/datasafe/get_target_database_peer_target_database.py +25 -4
- pulumi_oci/datasafe/get_target_database_peer_target_databases.py +15 -4
- pulumi_oci/datasafe/get_target_database_role.py +23 -4
- pulumi_oci/datasafe/get_target_database_roles.py +23 -4
- pulumi_oci/datasafe/get_target_databases.py +31 -4
- pulumi_oci/datasafe/get_target_databases_columns.py +29 -4
- pulumi_oci/datasafe/get_target_databases_schemas.py +21 -4
- pulumi_oci/datasafe/get_target_databases_tables.py +23 -4
- pulumi_oci/datasafe/get_user_assessment.py +36 -4
- pulumi_oci/datasafe/get_user_assessment_comparison.py +17 -4
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +25 -4
- pulumi_oci/datasafe/get_user_assessment_profiles.py +49 -4
- pulumi_oci/datasafe/get_user_assessment_user_access_analytics.py +15 -4
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +43 -4
- pulumi_oci/datasafe/get_user_assessment_users.py +53 -4
- pulumi_oci/datasafe/get_user_assessments.py +40 -4
- pulumi_oci/datasafe/library_masing_format.py +5 -0
- pulumi_oci/datasafe/mask_data.py +5 -0
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +5 -0
- pulumi_oci/datasafe/masking_policies_masking_column.py +5 -0
- pulumi_oci/datasafe/masking_policy.py +5 -0
- pulumi_oci/datasafe/masking_policy_health_report_management.py +5 -0
- pulumi_oci/datasafe/masking_report_management.py +5 -0
- pulumi_oci/datasafe/on_prem_connector.py +5 -0
- pulumi_oci/datasafe/outputs.py +1813 -2
- pulumi_oci/datasafe/report.py +5 -0
- pulumi_oci/datasafe/report_definition.py +5 -0
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +5 -0
- pulumi_oci/datasafe/security_assessment.py +5 -0
- pulumi_oci/datasafe/security_policy.py +5 -0
- pulumi_oci/datasafe/security_policy_deployment.py +5 -0
- pulumi_oci/datasafe/security_policy_deployment_management.py +5 -0
- pulumi_oci/datasafe/security_policy_management.py +5 -0
- pulumi_oci/datasafe/sensitive_data_model.py +5 -0
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +5 -0
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +5 -0
- pulumi_oci/datasafe/sensitive_type.py +5 -0
- pulumi_oci/datasafe/set_security_assessment_baseline.py +5 -0
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +5 -0
- pulumi_oci/datasafe/set_user_assessment_baseline.py +5 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +5 -0
- pulumi_oci/datasafe/sql_collection.py +5 -0
- pulumi_oci/datasafe/sql_firewall_policy.py +5 -0
- pulumi_oci/datasafe/sql_firewall_policy_management.py +5 -0
- pulumi_oci/datasafe/target_alert_policy_association.py +5 -0
- pulumi_oci/datasafe/target_database.py +5 -0
- pulumi_oci/datasafe/target_database_peer_target_database.py +5 -0
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +5 -0
- pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +5 -0
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +5 -0
- pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +5 -0
- pulumi_oci/datasafe/user_assessment.py +5 -0
- pulumi_oci/datascience/_inputs.py +1414 -7
- pulumi_oci/datascience/get_fast_launch_job_configs.py +15 -4
- pulumi_oci/datascience/get_job.py +34 -4
- pulumi_oci/datascience/get_job_run.py +32 -4
- pulumi_oci/datascience/get_job_runs.py +24 -4
- pulumi_oci/datascience/get_job_shapes.py +15 -4
- pulumi_oci/datascience/get_jobs.py +24 -4
- pulumi_oci/datascience/get_model.py +31 -4
- pulumi_oci/datascience/get_model_deployment.py +27 -4
- pulumi_oci/datascience/get_model_deployment_shapes.py +15 -4
- pulumi_oci/datascience/get_model_deployments.py +24 -4
- pulumi_oci/datascience/get_model_provenance.py +18 -4
- pulumi_oci/datascience/get_model_version_set.py +23 -4
- pulumi_oci/datascience/get_model_version_sets.py +24 -4
- pulumi_oci/datascience/get_models.py +28 -4
- pulumi_oci/datascience/get_notebook_session.py +26 -4
- pulumi_oci/datascience/get_notebook_session_shapes.py +15 -4
- pulumi_oci/datascience/get_notebook_sessions.py +24 -4
- pulumi_oci/datascience/get_pipeline.py +30 -4
- pulumi_oci/datascience/get_pipeline_run.py +34 -4
- pulumi_oci/datascience/get_pipeline_runs.py +24 -4
- pulumi_oci/datascience/get_pipelines.py +24 -4
- pulumi_oci/datascience/get_private_endpoint.py +28 -4
- pulumi_oci/datascience/get_private_endpoints.py +23 -4
- pulumi_oci/datascience/get_project.py +21 -4
- pulumi_oci/datascience/get_projects.py +22 -4
- pulumi_oci/datascience/job.py +5 -0
- pulumi_oci/datascience/job_run.py +5 -0
- pulumi_oci/datascience/model.py +5 -0
- pulumi_oci/datascience/model_artifact_export.py +5 -0
- pulumi_oci/datascience/model_artifact_import.py +5 -0
- pulumi_oci/datascience/model_deployment.py +5 -0
- pulumi_oci/datascience/model_provenance.py +5 -0
- pulumi_oci/datascience/model_version_set.py +5 -0
- pulumi_oci/datascience/notebook_session.py +5 -0
- pulumi_oci/datascience/outputs.py +5 -0
- pulumi_oci/datascience/pipeline.py +5 -0
- pulumi_oci/datascience/pipeline_run.py +5 -0
- pulumi_oci/datascience/private_endpoint.py +5 -0
- pulumi_oci/datascience/project.py +5 -0
- pulumi_oci/delegateaccesscontrol/_inputs.py +76 -0
- pulumi_oci/delegateaccesscontrol/delegation_control.py +5 -0
- pulumi_oci/delegateaccesscontrol/delegation_subscription.py +5 -0
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +45 -4
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +18 -4
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +15 -4
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +27 -4
- pulumi_oci/delegateaccesscontrol/get_delegation_control.py +33 -4
- pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +15 -4
- pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +23 -4
- pulumi_oci/delegateaccesscontrol/get_delegation_subscription.py +24 -4
- pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +19 -4
- pulumi_oci/delegateaccesscontrol/get_service_provider.py +25 -4
- pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +20 -4
- pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +23 -4
- pulumi_oci/delegateaccesscontrol/get_service_providers.py +23 -4
- pulumi_oci/delegateaccesscontrol/outputs.py +5 -0
- pulumi_oci/demandsignal/_inputs.py +85 -0
- pulumi_oci/demandsignal/get_occ_demand_signal.py +24 -4
- pulumi_oci/demandsignal/get_occ_demand_signals.py +20 -4
- pulumi_oci/demandsignal/occ_demand_signal.py +5 -0
- pulumi_oci/demandsignal/outputs.py +5 -0
- pulumi_oci/desktops/_inputs.py +371 -5
- pulumi_oci/desktops/desktop_pool.py +191 -21
- pulumi_oci/desktops/get_desktop.py +21 -4
- pulumi_oci/desktops/get_desktop_pool.py +82 -8
- pulumi_oci/desktops/get_desktop_pool_desktops.py +24 -4
- pulumi_oci/desktops/get_desktop_pool_volumes.py +24 -4
- pulumi_oci/desktops/get_desktop_pools.py +22 -4
- pulumi_oci/desktops/get_desktops.py +24 -4
- pulumi_oci/desktops/outputs.py +485 -19
- pulumi_oci/devops/_inputs.py +1834 -9
- pulumi_oci/devops/build_pipeline.py +5 -0
- pulumi_oci/devops/build_pipeline_stage.py +5 -0
- pulumi_oci/devops/build_run.py +5 -0
- pulumi_oci/devops/connection.py +5 -0
- pulumi_oci/devops/deploy_artifact.py +5 -0
- pulumi_oci/devops/deploy_environment.py +5 -0
- pulumi_oci/devops/deploy_pipeline.py +5 -0
- pulumi_oci/devops/deploy_stage.py +5 -0
- pulumi_oci/devops/deployment.py +5 -0
- pulumi_oci/devops/get_build_pipeline.py +24 -4
- pulumi_oci/devops/get_build_pipeline_stage.py +37 -4
- pulumi_oci/devops/get_build_pipeline_stages.py +22 -4
- pulumi_oci/devops/get_build_pipelines.py +22 -4
- pulumi_oci/devops/get_build_run.py +28 -4
- pulumi_oci/devops/get_build_runs.py +24 -4
- pulumi_oci/devops/get_connection.py +29 -4
- pulumi_oci/devops/get_connections.py +24 -4
- pulumi_oci/devops/get_deploy_artifact.py +26 -4
- pulumi_oci/devops/get_deploy_artifacts.py +22 -4
- pulumi_oci/devops/get_deploy_environment.py +28 -4
- pulumi_oci/devops/get_deploy_environments.py +22 -4
- pulumi_oci/devops/get_deploy_pipeline.py +26 -4
- pulumi_oci/devops/get_deploy_pipelines.py +22 -4
- pulumi_oci/devops/get_deploy_stage.py +82 -4
- pulumi_oci/devops/get_deploy_stages.py +22 -4
- pulumi_oci/devops/get_deployment.py +33 -4
- pulumi_oci/devops/get_deployments.py +28 -4
- pulumi_oci/devops/get_project.py +24 -4
- pulumi_oci/devops/get_project_repository_setting.py +14 -4
- pulumi_oci/devops/get_projects.py +20 -4
- pulumi_oci/devops/get_repo_file_line.py +19 -4
- pulumi_oci/devops/get_repositories.py +23 -4
- pulumi_oci/devops/get_repository.py +37 -4
- pulumi_oci/devops/get_repository_archive_content.py +16 -4
- pulumi_oci/devops/get_repository_author.py +15 -4
- pulumi_oci/devops/get_repository_authors.py +17 -4
- pulumi_oci/devops/get_repository_commit.py +22 -4
- pulumi_oci/devops/get_repository_commits.py +29 -4
- pulumi_oci/devops/get_repository_diff.py +28 -4
- pulumi_oci/devops/get_repository_diffs.py +23 -4
- pulumi_oci/devops/get_repository_file_diff.py +28 -4
- pulumi_oci/devops/get_repository_file_line.py +19 -4
- pulumi_oci/devops/get_repository_mirror_record.py +19 -4
- pulumi_oci/devops/get_repository_mirror_records.py +15 -4
- pulumi_oci/devops/get_repository_object.py +20 -4
- pulumi_oci/devops/get_repository_object_content.py +16 -4
- pulumi_oci/devops/get_repository_path.py +21 -4
- pulumi_oci/devops/get_repository_paths.py +23 -4
- pulumi_oci/devops/get_repository_protected_branches.py +17 -4
- pulumi_oci/devops/get_repository_ref.py +20 -4
- pulumi_oci/devops/get_repository_refs.py +21 -4
- pulumi_oci/devops/get_repository_setting.py +15 -4
- pulumi_oci/devops/get_trigger.py +28 -4
- pulumi_oci/devops/get_triggers.py +22 -4
- pulumi_oci/devops/outputs.py +5 -0
- pulumi_oci/devops/project.py +5 -0
- pulumi_oci/devops/project_repository_setting.py +5 -0
- pulumi_oci/devops/repository.py +5 -0
- pulumi_oci/devops/repository_mirror.py +5 -0
- pulumi_oci/devops/repository_protected_branch_management.py +5 -0
- pulumi_oci/devops/repository_ref.py +5 -0
- pulumi_oci/devops/repository_setting.py +5 -0
- pulumi_oci/devops/trigger.py +5 -0
- pulumi_oci/disasterrecovery/_inputs.py +584 -0
- pulumi_oci/disasterrecovery/dr_plan.py +5 -0
- pulumi_oci/disasterrecovery/dr_plan_execution.py +5 -0
- pulumi_oci/disasterrecovery/dr_protection_group.py +5 -0
- pulumi_oci/disasterrecovery/get_dr_plan.py +26 -4
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +32 -4
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +21 -4
- pulumi_oci/disasterrecovery/get_dr_plans.py +23 -4
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +29 -4
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +25 -4
- pulumi_oci/disasterrecovery/outputs.py +5 -0
- pulumi_oci/dns/_inputs.py +472 -0
- pulumi_oci/dns/action_create_zone_from_zone_file.py +5 -0
- pulumi_oci/dns/get_records.py +29 -4
- pulumi_oci/dns/get_resolver.py +28 -4
- pulumi_oci/dns/get_resolver_endpoint.py +29 -4
- pulumi_oci/dns/get_resolver_endpoints.py +21 -4
- pulumi_oci/dns/get_resolvers.py +22 -4
- pulumi_oci/dns/get_rrset.py +25 -4
- pulumi_oci/dns/get_rrsets.py +25 -4
- pulumi_oci/dns/get_steering_policies.py +30 -4
- pulumi_oci/dns/get_steering_policy.py +24 -4
- pulumi_oci/dns/get_steering_policy_attachment.py +21 -4
- pulumi_oci/dns/get_steering_policy_attachments.py +32 -4
- pulumi_oci/dns/get_tsig_key.py +22 -4
- pulumi_oci/dns/get_tsig_keys.py +20 -4
- pulumi_oci/dns/get_view.py +23 -4
- pulumi_oci/dns/get_views.py +22 -4
- pulumi_oci/dns/get_zones.py +37 -4
- pulumi_oci/dns/outputs.py +5 -0
- pulumi_oci/dns/record.py +5 -0
- pulumi_oci/dns/resolver.py +5 -0
- pulumi_oci/dns/resolver_endpoint.py +5 -0
- pulumi_oci/dns/rrset.py +5 -0
- pulumi_oci/dns/steering_policy.py +5 -0
- pulumi_oci/dns/steering_policy_attachment.py +5 -0
- pulumi_oci/dns/tsig_key.py +5 -0
- pulumi_oci/dns/view.py +5 -0
- pulumi_oci/dns/zone.py +5 -0
- pulumi_oci/email/_inputs.py +61 -0
- pulumi_oci/email/dkim.py +5 -0
- pulumi_oci/email/email_domain.py +5 -0
- pulumi_oci/email/email_return_path.py +5 -0
- pulumi_oci/email/get_configuration.py +14 -4
- pulumi_oci/email/get_dkim.py +26 -4
- pulumi_oci/email/get_dkims.py +20 -4
- pulumi_oci/email/get_email_domain.py +24 -4
- pulumi_oci/email/get_email_domains.py +20 -4
- pulumi_oci/email/get_email_return_path.py +25 -4
- pulumi_oci/email/get_email_return_paths.py +22 -4
- pulumi_oci/email/get_sender.py +21 -4
- pulumi_oci/email/get_senders.py +21 -4
- pulumi_oci/email/get_suppression.py +20 -4
- pulumi_oci/email/get_suppressions.py +21 -4
- pulumi_oci/email/outputs.py +5 -0
- pulumi_oci/email/sender.py +5 -0
- pulumi_oci/email/suppression.py +5 -0
- pulumi_oci/events/_inputs.py +71 -0
- pulumi_oci/events/get_rule.py +23 -4
- pulumi_oci/events/get_rules.py +19 -4
- pulumi_oci/events/outputs.py +5 -0
- pulumi_oci/events/rule.py +5 -0
- pulumi_oci/filestorage/_inputs.py +265 -0
- pulumi_oci/filestorage/export.py +5 -0
- pulumi_oci/filestorage/export_set.py +5 -0
- pulumi_oci/filestorage/file_system.py +5 -0
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +5 -0
- pulumi_oci/filestorage/get_export_sets.py +22 -4
- pulumi_oci/filestorage/get_exports.py +22 -4
- pulumi_oci/filestorage/get_file_systems.py +28 -4
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +22 -4
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +21 -4
- pulumi_oci/filestorage/get_mount_targets.py +24 -4
- pulumi_oci/filestorage/get_outbound_connector.py +24 -4
- pulumi_oci/filestorage/get_outbound_connectors.py +22 -4
- pulumi_oci/filestorage/get_replication.py +28 -4
- pulumi_oci/filestorage/get_replication_target.py +27 -4
- pulumi_oci/filestorage/get_replication_targets.py +22 -4
- pulumi_oci/filestorage/get_replications.py +24 -4
- pulumi_oci/filestorage/get_snapshot.py +25 -4
- pulumi_oci/filestorage/get_snapshots.py +22 -4
- pulumi_oci/filestorage/mount_target.py +5 -0
- pulumi_oci/filestorage/outbound_connector.py +5 -0
- pulumi_oci/filestorage/outputs.py +5 -0
- pulumi_oci/filestorage/replication.py +5 -0
- pulumi_oci/filestorage/snapshot.py +5 -0
- pulumi_oci/fleetappsmanagement/__init__.py +43 -0
- pulumi_oci/fleetappsmanagement/_inputs.py +2057 -0
- pulumi_oci/fleetappsmanagement/fleet.py +955 -0
- pulumi_oci/fleetappsmanagement/fleet_credential.py +615 -0
- pulumi_oci/fleetappsmanagement/fleet_property.py +585 -0
- pulumi_oci/fleetappsmanagement/fleet_resource.py +851 -0
- pulumi_oci/fleetappsmanagement/get_announcements.py +166 -0
- pulumi_oci/fleetappsmanagement/get_fleet.py +394 -0
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +164 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +273 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +240 -0
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +218 -0
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +286 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +398 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +237 -0
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleets.py +284 -0
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +311 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +365 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +199 -0
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +123 -0
- pulumi_oci/fleetappsmanagement/get_onboardings.py +177 -0
- pulumi_oci/fleetappsmanagement/get_properties.py +221 -0
- pulumi_oci/fleetappsmanagement/get_property.py +323 -0
- pulumi_oci/fleetappsmanagement/get_runbook.py +377 -0
- pulumi_oci/fleetappsmanagement/get_runbooks.py +284 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +436 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +185 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +262 -0
- pulumi_oci/fleetappsmanagement/get_task_record.py +307 -0
- pulumi_oci/fleetappsmanagement/get_task_records.py +240 -0
- pulumi_oci/fleetappsmanagement/maintenance_window.py +935 -0
- pulumi_oci/fleetappsmanagement/onboarding.py +477 -0
- pulumi_oci/fleetappsmanagement/outputs.py +8128 -0
- pulumi_oci/fleetappsmanagement/property.py +697 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +1035 -0
- pulumi_oci/fleetsoftwareupdate/_inputs.py +225 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +5 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +5 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +27 -4
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +21 -4
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +37 -4
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +25 -4
- pulumi_oci/fleetsoftwareupdate/outputs.py +5 -0
- pulumi_oci/functions/_inputs.py +217 -0
- pulumi_oci/functions/application.py +5 -0
- pulumi_oci/functions/function.py +5 -0
- pulumi_oci/functions/get_application.py +26 -4
- pulumi_oci/functions/get_applications.py +20 -4
- pulumi_oci/functions/get_function.py +30 -4
- pulumi_oci/functions/get_functions.py +20 -4
- pulumi_oci/functions/get_fusion_environment.py +40 -4
- pulumi_oci/functions/get_fusion_environment_admin_user.py +18 -4
- pulumi_oci/functions/get_fusion_environment_admin_users.py +15 -4
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +17 -4
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +18 -4
- pulumi_oci/functions/get_fusion_environment_families.py +21 -4
- pulumi_oci/functions/get_fusion_environment_family.py +24 -4
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +15 -4
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +13 -4
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +23 -4
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +40 -5
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +25 -4
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +26 -4
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +25 -4
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +21 -4
- pulumi_oci/functions/get_fusion_environment_status.py +13 -4
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +13 -4
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +15 -4
- pulumi_oci/functions/get_fusion_environments.py +21 -4
- pulumi_oci/functions/get_pbf_listing.py +22 -4
- pulumi_oci/functions/get_pbf_listing_triggers.py +15 -4
- pulumi_oci/functions/get_pbf_listing_version.py +24 -4
- pulumi_oci/functions/get_pbf_listing_versions.py +23 -4
- pulumi_oci/functions/get_pbf_listings.py +25 -4
- pulumi_oci/functions/invoke_function.py +5 -0
- pulumi_oci/functions/outputs.py +16 -0
- pulumi_oci/fusionapps/_inputs.py +203 -16
- pulumi_oci/fusionapps/fusion_environment.py +7 -2
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +26 -22
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +5 -0
- pulumi_oci/fusionapps/fusion_environment_family.py +5 -0
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +53 -51
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +5 -0
- pulumi_oci/fusionapps/outputs.py +16 -10
- pulumi_oci/generativeai/_inputs.py +174 -0
- pulumi_oci/generativeai/dedicated_ai_cluster.py +5 -0
- pulumi_oci/generativeai/endpoint.py +5 -0
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +26 -4
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +20 -4
- pulumi_oci/generativeai/get_endpoint.py +25 -4
- pulumi_oci/generativeai/get_endpoints.py +20 -4
- pulumi_oci/generativeai/get_model.py +31 -4
- pulumi_oci/generativeai/get_models.py +24 -4
- pulumi_oci/generativeai/model.py +5 -0
- pulumi_oci/generativeai/outputs.py +5 -0
- pulumi_oci/genericartifactscontent/artifact_by_path.py +5 -0
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +27 -4
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +12 -4
- pulumi_oci/globallydistributeddatabase/_inputs.py +286 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +27 -4
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +19 -4
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +54 -4
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +19 -4
- pulumi_oci/globallydistributeddatabase/outputs.py +5 -0
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +5 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +5 -0
- pulumi_oci/goldengate/_inputs.py +352 -0
- pulumi_oci/goldengate/connection.py +5 -0
- pulumi_oci/goldengate/connection_assignment.py +5 -0
- pulumi_oci/goldengate/database_registration.py +5 -0
- pulumi_oci/goldengate/deployment.py +5 -0
- pulumi_oci/goldengate/deployment_backup.py +5 -0
- pulumi_oci/goldengate/deployment_certificate.py +5 -0
- pulumi_oci/goldengate/get_connection.py +95 -4
- pulumi_oci/goldengate/get_connection_assignment.py +20 -4
- pulumi_oci/goldengate/get_connection_assignments.py +23 -4
- pulumi_oci/goldengate/get_connections.py +29 -4
- pulumi_oci/goldengate/get_database_registration.py +37 -4
- pulumi_oci/goldengate/get_database_registrations.py +19 -4
- pulumi_oci/goldengate/get_deployment.py +53 -4
- pulumi_oci/goldengate/get_deployment_backup.py +34 -4
- pulumi_oci/goldengate/get_deployment_backups.py +21 -4
- pulumi_oci/goldengate/get_deployment_certificate.py +34 -4
- pulumi_oci/goldengate/get_deployment_certificates.py +17 -4
- pulumi_oci/goldengate/get_deployment_type.py +15 -4
- pulumi_oci/goldengate/get_deployment_types.py +21 -4
- pulumi_oci/goldengate/get_deployment_upgrade.py +40 -4
- pulumi_oci/goldengate/get_deployment_upgrades.py +21 -4
- pulumi_oci/goldengate/get_deployment_versions.py +19 -4
- pulumi_oci/goldengate/get_deployments.py +29 -4
- pulumi_oci/goldengate/get_message.py +13 -4
- pulumi_oci/goldengate/get_messages.py +15 -4
- pulumi_oci/goldengate/get_trail_file.py +18 -4
- pulumi_oci/goldengate/get_trail_files.py +19 -4
- pulumi_oci/goldengate/get_trail_sequence.py +20 -4
- pulumi_oci/goldengate/get_trail_sequences.py +21 -4
- pulumi_oci/goldengate/outputs.py +5 -0
- pulumi_oci/healthchecks/_inputs.py +55 -0
- pulumi_oci/healthchecks/get_http_monitor.py +29 -4
- pulumi_oci/healthchecks/get_http_monitors.py +19 -4
- pulumi_oci/healthchecks/get_http_probe_results.py +21 -4
- pulumi_oci/healthchecks/get_ping_monitor.py +26 -4
- pulumi_oci/healthchecks/get_ping_monitors.py +19 -4
- pulumi_oci/healthchecks/get_ping_probe_results.py +21 -4
- pulumi_oci/healthchecks/get_vantage_points.py +17 -4
- pulumi_oci/healthchecks/http_monitor.py +5 -0
- pulumi_oci/healthchecks/http_probe.py +5 -0
- pulumi_oci/healthchecks/outputs.py +5 -0
- pulumi_oci/healthchecks/ping_monitor.py +5 -0
- pulumi_oci/healthchecks/ping_probe.py +5 -0
- pulumi_oci/identity/_inputs.py +29835 -970
- pulumi_oci/identity/api_key.py +5 -0
- pulumi_oci/identity/auth_token.py +5 -0
- pulumi_oci/identity/authentication_policy.py +5 -0
- pulumi_oci/identity/compartment.py +5 -0
- pulumi_oci/identity/customer_secret_key.py +5 -0
- pulumi_oci/identity/db_credential.py +5 -0
- pulumi_oci/identity/domain.py +5 -0
- pulumi_oci/identity/domain_replication_to_region.py +5 -0
- pulumi_oci/identity/domains_account_recovery_setting.py +5 -0
- pulumi_oci/identity/domains_api_key.py +5 -0
- pulumi_oci/identity/domains_app.py +5 -0
- pulumi_oci/identity/domains_app_role.py +5 -0
- pulumi_oci/identity/domains_approval_workflow.py +5 -0
- pulumi_oci/identity/domains_approval_workflow_assignment.py +5 -0
- pulumi_oci/identity/domains_approval_workflow_step.py +5 -0
- pulumi_oci/identity/domains_auth_token.py +5 -0
- pulumi_oci/identity/domains_authentication_factor_setting.py +5 -0
- pulumi_oci/identity/domains_cloud_gate.py +5 -0
- pulumi_oci/identity/domains_cloud_gate_mapping.py +5 -0
- pulumi_oci/identity/domains_cloud_gate_server.py +5 -0
- pulumi_oci/identity/domains_condition.py +5 -0
- pulumi_oci/identity/domains_customer_secret_key.py +5 -0
- pulumi_oci/identity/domains_dynamic_resource_group.py +5 -0
- pulumi_oci/identity/domains_grant.py +5 -0
- pulumi_oci/identity/domains_group.py +5 -0
- pulumi_oci/identity/domains_identity_propagation_trust.py +5 -0
- pulumi_oci/identity/domains_identity_provider.py +5 -0
- pulumi_oci/identity/domains_identity_setting.py +5 -0
- pulumi_oci/identity/domains_kmsi_setting.py +5 -0
- pulumi_oci/identity/domains_my_api_key.py +5 -0
- pulumi_oci/identity/domains_my_auth_token.py +5 -0
- pulumi_oci/identity/domains_my_customer_secret_key.py +5 -0
- pulumi_oci/identity/domains_my_oauth2client_credential.py +5 -0
- pulumi_oci/identity/domains_my_request.py +5 -0
- pulumi_oci/identity/domains_my_smtp_credential.py +5 -0
- pulumi_oci/identity/domains_my_support_account.py +5 -0
- pulumi_oci/identity/domains_my_user_db_credential.py +5 -0
- pulumi_oci/identity/domains_network_perimeter.py +5 -0
- pulumi_oci/identity/domains_notification_setting.py +5 -0
- pulumi_oci/identity/domains_oauth2client_credential.py +5 -0
- pulumi_oci/identity/domains_oauth_client_certificate.py +5 -0
- pulumi_oci/identity/domains_oauth_partner_certificate.py +5 -0
- pulumi_oci/identity/domains_password_policy.py +5 -0
- pulumi_oci/identity/domains_policy.py +5 -0
- pulumi_oci/identity/domains_rule.py +5 -0
- pulumi_oci/identity/domains_security_question.py +5 -0
- pulumi_oci/identity/domains_security_question_setting.py +5 -0
- pulumi_oci/identity/domains_self_registration_profile.py +5 -0
- pulumi_oci/identity/domains_setting.py +5 -0
- pulumi_oci/identity/domains_smtp_credential.py +5 -0
- pulumi_oci/identity/domains_social_identity_provider.py +5 -0
- pulumi_oci/identity/domains_user.py +5 -0
- pulumi_oci/identity/domains_user_db_credential.py +5 -0
- pulumi_oci/identity/dynamic_group.py +5 -0
- pulumi_oci/identity/get_allowed_domain_license_types.py +15 -4
- pulumi_oci/identity/get_api_keys.py +15 -4
- pulumi_oci/identity/get_auth_tokens.py +15 -4
- pulumi_oci/identity/get_authentication_policy.py +14 -4
- pulumi_oci/identity/get_availability_domain.py +16 -4
- pulumi_oci/identity/get_availability_domains.py +15 -4
- pulumi_oci/identity/get_compartment.py +20 -4
- pulumi_oci/identity/get_compartments.py +23 -4
- pulumi_oci/identity/get_cost_tracking_tags.py +15 -4
- pulumi_oci/identity/get_customer_secret_keys.py +15 -4
- pulumi_oci/identity/get_db_credentials.py +19 -4
- pulumi_oci/identity/get_domain.py +33 -4
- pulumi_oci/identity/get_domains.py +31 -4
- pulumi_oci/identity/get_domains_account_mgmt_info.py +55 -4
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +36 -4
- pulumi_oci/identity/get_domains_account_recovery_setting.py +38 -4
- pulumi_oci/identity/get_domains_account_recovery_settings.py +27 -4
- pulumi_oci/identity/get_domains_api_key.py +39 -4
- pulumi_oci/identity/get_domains_api_keys.py +36 -4
- pulumi_oci/identity/get_domains_app.py +138 -4
- pulumi_oci/identity/get_domains_app_role.py +47 -4
- pulumi_oci/identity/get_domains_app_roles.py +36 -4
- pulumi_oci/identity/get_domains_approval_workflow.py +38 -4
- pulumi_oci/identity/get_domains_approval_workflow_assignment.py +37 -4
- pulumi_oci/identity/get_domains_approval_workflow_assignments.py +36 -4
- pulumi_oci/identity/get_domains_approval_workflow_step.py +39 -4
- pulumi_oci/identity/get_domains_approval_workflow_steps.py +36 -4
- pulumi_oci/identity/get_domains_approval_workflows.py +32 -4
- pulumi_oci/identity/get_domains_apps.py +36 -4
- pulumi_oci/identity/get_domains_auth_token.py +39 -4
- pulumi_oci/identity/get_domains_auth_tokens.py +36 -4
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +59 -4
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +27 -4
- pulumi_oci/identity/get_domains_branding_setting.py +52 -4
- pulumi_oci/identity/get_domains_branding_settings.py +27 -4
- pulumi_oci/identity/get_domains_cloud_gate.py +45 -4
- pulumi_oci/identity/get_domains_cloud_gate_mapping.py +44 -4
- pulumi_oci/identity/get_domains_cloud_gate_mappings.py +36 -4
- pulumi_oci/identity/get_domains_cloud_gate_server.py +42 -4
- pulumi_oci/identity/get_domains_cloud_gate_servers.py +36 -4
- pulumi_oci/identity/get_domains_cloud_gates.py +36 -4
- pulumi_oci/identity/get_domains_condition.py +41 -4
- pulumi_oci/identity/get_domains_conditions.py +36 -4
- pulumi_oci/identity/get_domains_customer_secret_key.py +41 -4
- pulumi_oci/identity/get_domains_customer_secret_keys.py +36 -4
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +40 -4
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +36 -4
- pulumi_oci/identity/get_domains_grant.py +43 -4
- pulumi_oci/identity/get_domains_grants.py +36 -4
- pulumi_oci/identity/get_domains_group.py +45 -4
- pulumi_oci/identity/get_domains_groups.py +36 -4
- pulumi_oci/identity/get_domains_identity_propagation_trust.py +52 -4
- pulumi_oci/identity/get_domains_identity_propagation_trusts.py +36 -4
- pulumi_oci/identity/get_domains_identity_provider.py +80 -4
- pulumi_oci/identity/get_domains_identity_providers.py +36 -4
- pulumi_oci/identity/get_domains_identity_setting.py +44 -4
- pulumi_oci/identity/get_domains_identity_settings.py +27 -4
- pulumi_oci/identity/get_domains_kmsi_setting.py +42 -4
- pulumi_oci/identity/get_domains_kmsi_settings.py +27 -4
- pulumi_oci/identity/get_domains_my_api_key.py +34 -4
- pulumi_oci/identity/get_domains_my_api_keys.py +32 -4
- pulumi_oci/identity/get_domains_my_apps.py +32 -4
- pulumi_oci/identity/get_domains_my_auth_token.py +34 -4
- pulumi_oci/identity/get_domains_my_auth_tokens.py +32 -4
- pulumi_oci/identity/get_domains_my_completed_approval.py +40 -4
- pulumi_oci/identity/get_domains_my_completed_approvals.py +32 -4
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +36 -4
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +32 -4
- pulumi_oci/identity/get_domains_my_device.py +60 -4
- pulumi_oci/identity/get_domains_my_devices.py +36 -4
- pulumi_oci/identity/get_domains_my_groups.py +36 -4
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +37 -4
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +32 -4
- pulumi_oci/identity/get_domains_my_pending_approval.py +40 -4
- pulumi_oci/identity/get_domains_my_pending_approvals.py +32 -4
- pulumi_oci/identity/get_domains_my_requestable_groups.py +32 -4
- pulumi_oci/identity/get_domains_my_requests.py +36 -4
- pulumi_oci/identity/get_domains_my_smtp_credential.py +35 -4
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +32 -4
- pulumi_oci/identity/get_domains_my_support_account.py +34 -4
- pulumi_oci/identity/get_domains_my_support_accounts.py +32 -4
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +43 -4
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +36 -4
- pulumi_oci/identity/get_domains_my_user_db_credential.py +41 -4
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +32 -4
- pulumi_oci/identity/get_domains_network_perimeter.py +38 -4
- pulumi_oci/identity/get_domains_network_perimeters.py +36 -4
- pulumi_oci/identity/get_domains_notification_setting.py +42 -4
- pulumi_oci/identity/get_domains_notification_settings.py +27 -4
- pulumi_oci/identity/get_domains_oauth2client_credential.py +42 -4
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +36 -4
- pulumi_oci/identity/get_domains_oauth_client_certificate.py +41 -4
- pulumi_oci/identity/get_domains_oauth_client_certificates.py +32 -4
- pulumi_oci/identity/get_domains_oauth_partner_certificate.py +41 -4
- pulumi_oci/identity/get_domains_oauth_partner_certificates.py +32 -4
- pulumi_oci/identity/get_domains_password_policies.py +36 -4
- pulumi_oci/identity/get_domains_password_policy.py +72 -4
- pulumi_oci/identity/get_domains_policies.py +36 -4
- pulumi_oci/identity/get_domains_policy.py +41 -4
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +36 -4
- pulumi_oci/identity/get_domains_rule.py +44 -4
- pulumi_oci/identity/get_domains_rules.py +36 -4
- pulumi_oci/identity/get_domains_security_question.py +38 -4
- pulumi_oci/identity/get_domains_security_question_setting.py +39 -4
- pulumi_oci/identity/get_domains_security_question_settings.py +27 -4
- pulumi_oci/identity/get_domains_security_questions.py +37 -4
- pulumi_oci/identity/get_domains_self_registration_profile.py +54 -4
- pulumi_oci/identity/get_domains_self_registration_profiles.py +36 -4
- pulumi_oci/identity/get_domains_setting.py +82 -4
- pulumi_oci/identity/get_domains_settings.py +27 -4
- pulumi_oci/identity/get_domains_smtp_credential.py +40 -4
- pulumi_oci/identity/get_domains_smtp_credentials.py +36 -4
- pulumi_oci/identity/get_domains_social_identity_provider.py +57 -4
- pulumi_oci/identity/get_domains_social_identity_providers.py +32 -4
- pulumi_oci/identity/get_domains_user.py +78 -4
- pulumi_oci/identity/get_domains_user_attributes_setting.py +35 -4
- pulumi_oci/identity/get_domains_user_attributes_settings.py +27 -4
- pulumi_oci/identity/get_domains_user_db_credential.py +46 -4
- pulumi_oci/identity/get_domains_user_db_credentials.py +36 -4
- pulumi_oci/identity/get_domains_users.py +36 -4
- pulumi_oci/identity/get_dynamic_groups.py +19 -4
- pulumi_oci/identity/get_fault_domains.py +17 -4
- pulumi_oci/identity/get_group.py +20 -4
- pulumi_oci/identity/get_groups.py +19 -4
- pulumi_oci/identity/get_iam_work_request.py +20 -4
- pulumi_oci/identity/get_iam_work_request_errors.py +15 -4
- pulumi_oci/identity/get_iam_work_request_logs.py +15 -4
- pulumi_oci/identity/get_iam_work_requests.py +17 -4
- pulumi_oci/identity/get_identity_provider_groups.py +19 -4
- pulumi_oci/identity/get_identity_providers.py +21 -4
- pulumi_oci/identity/get_idp_group_mappings.py +15 -4
- pulumi_oci/identity/get_network_source.py +23 -4
- pulumi_oci/identity/get_network_sources.py +19 -4
- pulumi_oci/identity/get_policies.py +19 -4
- pulumi_oci/identity/get_region_subscriptions.py +15 -4
- pulumi_oci/identity/get_regions.py +13 -4
- pulumi_oci/identity/get_smtp_credentials.py +15 -4
- pulumi_oci/identity/get_tag.py +23 -4
- pulumi_oci/identity/get_tag_default.py +20 -4
- pulumi_oci/identity/get_tag_defaults.py +20 -4
- pulumi_oci/identity/get_tag_namespaces.py +19 -4
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +17 -4
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +15 -4
- pulumi_oci/identity/get_tags.py +17 -4
- pulumi_oci/identity/get_tenancy.py +18 -4
- pulumi_oci/identity/get_ui_password.py +16 -4
- pulumi_oci/identity/get_user.py +28 -4
- pulumi_oci/identity/get_user_group_memberships.py +19 -4
- pulumi_oci/identity/get_users.py +23 -4
- pulumi_oci/identity/group.py +5 -0
- pulumi_oci/identity/identity_provider.py +5 -0
- pulumi_oci/identity/idp_group_mapping.py +5 -0
- pulumi_oci/identity/import_standard_tags_management.py +5 -0
- pulumi_oci/identity/network_source.py +5 -0
- pulumi_oci/identity/outputs.py +5 -0
- pulumi_oci/identity/policy.py +5 -0
- pulumi_oci/identity/smtp_credential.py +5 -0
- pulumi_oci/identity/tag.py +5 -0
- pulumi_oci/identity/tag_default.py +5 -0
- pulumi_oci/identity/tag_namespace.py +5 -0
- pulumi_oci/identity/ui_password.py +5 -0
- pulumi_oci/identity/user.py +5 -0
- pulumi_oci/identity/user_capabilities_management.py +5 -0
- pulumi_oci/identity/user_group_membership.py +5 -0
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +5 -0
- pulumi_oci/integration/__init__.py +1 -0
- pulumi_oci/integration/_inputs.py +458 -2
- pulumi_oci/integration/get_integration_instance.py +105 -5
- pulumi_oci/integration/get_integration_instances.py +19 -4
- pulumi_oci/integration/integration_instance.py +177 -0
- pulumi_oci/integration/oracle_managed_custom_endpoint.py +307 -0
- pulumi_oci/integration/outputs.py +592 -19
- pulumi_oci/integration/private_endpoint_outbound_connection.py +5 -0
- pulumi_oci/jms/_inputs.py +521 -0
- pulumi_oci/jms/fleet.py +5 -0
- pulumi_oci/jms/fleet_advanced_feature_configuration.py +5 -0
- pulumi_oci/jms/get_agent_installers.py +21 -4
- pulumi_oci/jms/get_announcements.py +19 -4
- pulumi_oci/jms/get_fleet.py +29 -4
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +21 -4
- pulumi_oci/jms/get_fleet_blocklists.py +19 -4
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +31 -4
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +33 -4
- pulumi_oci/jms/get_fleet_diagnoses.py +15 -4
- pulumi_oci/jms/get_fleet_drs_file.py +20 -4
- pulumi_oci/jms/get_fleet_drs_files.py +15 -4
- pulumi_oci/jms/get_fleet_export_setting.py +23 -4
- pulumi_oci/jms/get_fleet_export_status.py +15 -4
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +29 -4
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +25 -4
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +29 -4
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +25 -4
- pulumi_oci/jms/get_fleets.py +22 -4
- pulumi_oci/jms/get_installation_site.py +35 -4
- pulumi_oci/jms/get_installation_sites.py +37 -4
- pulumi_oci/jms/get_java_downloads_java_download_records.py +29 -4
- pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -4
- pulumi_oci/jms/get_java_downloads_java_download_report_content.py +12 -4
- pulumi_oci/jms/get_java_downloads_java_download_reports.py +21 -4
- pulumi_oci/jms/get_java_downloads_java_download_token.py +30 -4
- pulumi_oci/jms/get_java_downloads_java_download_tokens.py +26 -4
- pulumi_oci/jms/get_java_downloads_java_license.py +14 -4
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +23 -4
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +22 -4
- pulumi_oci/jms/get_java_downloads_java_licenses.py +17 -4
- pulumi_oci/jms/get_java_families.py +19 -4
- pulumi_oci/jms/get_java_family.py +20 -4
- pulumi_oci/jms/get_java_release.py +25 -4
- pulumi_oci/jms/get_java_releases.py +23 -4
- pulumi_oci/jms/get_jms_plugin.py +28 -4
- pulumi_oci/jms/get_jms_plugins.py +32 -4
- pulumi_oci/jms/get_list_jre_usage.py +23 -4
- pulumi_oci/jms/get_summarize_resource_inventory.py +21 -4
- pulumi_oci/jms/java_downloads_java_download_report.py +5 -0
- pulumi_oci/jms/java_downloads_java_download_token.py +5 -0
- pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +5 -0
- pulumi_oci/jms/jms_plugin.py +5 -0
- pulumi_oci/jms/outputs.py +5 -0
- pulumi_oci/kms/_inputs.py +352 -0
- pulumi_oci/kms/ekms_private_endpoint.py +5 -0
- pulumi_oci/kms/encrypted_data.py +5 -0
- pulumi_oci/kms/generated_key.py +5 -0
- pulumi_oci/kms/get_decrypted_data.py +20 -4
- pulumi_oci/kms/get_ekms_private_endpoint.py +25 -4
- pulumi_oci/kms/get_ekms_private_endpoints.py +15 -4
- pulumi_oci/kms/get_encrypted_data.py +19 -4
- pulumi_oci/kms/get_key.py +36 -4
- pulumi_oci/kms/get_key_version.py +29 -4
- pulumi_oci/kms/get_key_versions.py +17 -4
- pulumi_oci/kms/get_keys.py +25 -4
- pulumi_oci/kms/get_replication_status.py +15 -4
- pulumi_oci/kms/get_vault.py +31 -4
- pulumi_oci/kms/get_vault_replicas.py +15 -4
- pulumi_oci/kms/get_vault_usage.py +16 -4
- pulumi_oci/kms/get_vaults.py +15 -4
- pulumi_oci/kms/key.py +5 -0
- pulumi_oci/kms/key_version.py +5 -0
- pulumi_oci/kms/outputs.py +5 -0
- pulumi_oci/kms/sign.py +5 -0
- pulumi_oci/kms/vault.py +5 -0
- pulumi_oci/kms/vault_verification.py +5 -0
- pulumi_oci/kms/verify.py +5 -0
- pulumi_oci/licensemanager/_inputs.py +51 -0
- pulumi_oci/licensemanager/configuration.py +5 -0
- pulumi_oci/licensemanager/get_configuration.py +15 -4
- pulumi_oci/licensemanager/get_license_metric.py +18 -4
- pulumi_oci/licensemanager/get_license_record.py +29 -4
- pulumi_oci/licensemanager/get_license_records.py +15 -4
- pulumi_oci/licensemanager/get_product_license.py +32 -4
- pulumi_oci/licensemanager/get_product_license_consumers.py +17 -4
- pulumi_oci/licensemanager/get_product_licenses.py +17 -4
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +15 -4
- pulumi_oci/licensemanager/get_top_utilized_resources.py +17 -4
- pulumi_oci/licensemanager/license_record.py +5 -0
- pulumi_oci/licensemanager/outputs.py +5 -0
- pulumi_oci/licensemanager/product_license.py +5 -0
- pulumi_oci/limits/_inputs.py +77 -0
- pulumi_oci/limits/get_limit_definitions.py +21 -4
- pulumi_oci/limits/get_limit_values.py +25 -4
- pulumi_oci/limits/get_quota.py +22 -4
- pulumi_oci/limits/get_quotas.py +19 -4
- pulumi_oci/limits/get_resource_availability.py +25 -4
- pulumi_oci/limits/get_services.py +17 -4
- pulumi_oci/limits/outputs.py +5 -0
- pulumi_oci/limits/quota.py +5 -0
- pulumi_oci/loadbalancer/_inputs.py +911 -3
- pulumi_oci/loadbalancer/backend.py +5 -0
- pulumi_oci/loadbalancer/backend_set.py +5 -0
- pulumi_oci/loadbalancer/certificate.py +5 -0
- pulumi_oci/loadbalancer/get_backend_health.py +18 -4
- pulumi_oci/loadbalancer/get_backend_set_health.py +19 -4
- pulumi_oci/loadbalancer/get_backend_sets.py +15 -4
- pulumi_oci/loadbalancer/get_backends.py +17 -4
- pulumi_oci/loadbalancer/get_certificates.py +15 -4
- pulumi_oci/loadbalancer/get_health.py +17 -4
- pulumi_oci/loadbalancer/get_hostnames.py +15 -4
- pulumi_oci/loadbalancer/get_listener_rules.py +17 -4
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +15 -4
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +18 -4
- pulumi_oci/loadbalancer/get_load_balancers.py +21 -4
- pulumi_oci/loadbalancer/get_path_route_sets.py +15 -4
- pulumi_oci/loadbalancer/get_policies.py +15 -4
- pulumi_oci/loadbalancer/get_protocols.py +15 -4
- pulumi_oci/loadbalancer/get_rule_set.py +16 -4
- pulumi_oci/loadbalancer/get_rule_sets.py +15 -4
- pulumi_oci/loadbalancer/get_shapes.py +15 -4
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +16 -4
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +15 -4
- pulumi_oci/loadbalancer/hostname.py +5 -0
- pulumi_oci/loadbalancer/listener.py +9 -2
- pulumi_oci/loadbalancer/load_balancer.py +5 -0
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +5 -0
- pulumi_oci/loadbalancer/outputs.py +21 -2
- pulumi_oci/loadbalancer/path_route_set.py +5 -0
- pulumi_oci/loadbalancer/rule_set.py +5 -0
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +5 -0
- pulumi_oci/loganalytics/_inputs.py +374 -0
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +19 -4
- pulumi_oci/loganalytics/get_log_analytics_category.py +18 -4
- pulumi_oci/loganalytics/get_log_analytics_entities.py +39 -4
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +17 -4
- pulumi_oci/loganalytics/get_log_analytics_entity.py +35 -4
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +19 -4
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +21 -4
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +19 -4
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +15 -4
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +41 -4
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +21 -4
- pulumi_oci/loganalytics/get_log_analytics_preference.py +13 -4
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +20 -4
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +16 -4
- pulumi_oci/loganalytics/get_log_sets_count.py +13 -4
- pulumi_oci/loganalytics/get_namespace.py +14 -4
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +27 -4
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +25 -4
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +27 -4
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +23 -4
- pulumi_oci/loganalytics/get_namespace_rules.py +25 -4
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +17 -4
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +29 -4
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +23 -4
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +13 -4
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +19 -4
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +17 -4
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +18 -4
- pulumi_oci/loganalytics/get_namespaces.py +15 -4
- pulumi_oci/loganalytics/log_analytics_entity.py +5 -0
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +5 -0
- pulumi_oci/loganalytics/log_analytics_log_group.py +5 -0
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +5 -0
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +5 -0
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +5 -0
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +5 -0
- pulumi_oci/loganalytics/namespace.py +5 -0
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +5 -0
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +5 -0
- pulumi_oci/loganalytics/namespace_scheduled_task.py +5 -0
- pulumi_oci/loganalytics/outputs.py +5 -0
- pulumi_oci/logging/_inputs.py +1114 -0
- pulumi_oci/logging/get_log.py +26 -4
- pulumi_oci/logging/get_log_group.py +20 -4
- pulumi_oci/logging/get_log_groups.py +19 -4
- pulumi_oci/logging/get_log_saved_search.py +21 -4
- pulumi_oci/logging/get_log_saved_searches.py +19 -4
- pulumi_oci/logging/get_logs.py +25 -4
- pulumi_oci/logging/get_unified_agent_configuration.py +24 -4
- pulumi_oci/logging/get_unified_agent_configurations.py +25 -4
- pulumi_oci/logging/log.py +5 -0
- pulumi_oci/logging/log_group.py +5 -0
- pulumi_oci/logging/log_saved_search.py +5 -0
- pulumi_oci/logging/outputs.py +5 -0
- pulumi_oci/logging/unified_agent_configuration.py +5 -0
- pulumi_oci/managementagent/_inputs.py +256 -0
- pulumi_oci/managementagent/get_management_agent.py +40 -4
- pulumi_oci/managementagent/get_management_agent_available_histories.py +19 -4
- pulumi_oci/managementagent/get_management_agent_count.py +19 -4
- pulumi_oci/managementagent/get_management_agent_data_source.py +32 -4
- pulumi_oci/managementagent/get_management_agent_data_sources.py +17 -4
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +13 -4
- pulumi_oci/managementagent/get_management_agent_images.py +21 -4
- pulumi_oci/managementagent/get_management_agent_install_key.py +24 -4
- pulumi_oci/managementagent/get_management_agent_install_keys.py +23 -4
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +15 -4
- pulumi_oci/managementagent/get_management_agent_plugins.py +23 -4
- pulumi_oci/managementagent/get_management_agents.py +45 -4
- pulumi_oci/managementagent/management_agent.py +5 -0
- pulumi_oci/managementagent/management_agent_data_source.py +5 -0
- pulumi_oci/managementagent/management_agent_install_key.py +5 -0
- pulumi_oci/managementagent/outputs.py +5 -0
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +13 -4
- pulumi_oci/managementdashboard/management_dashboards_import.py +5 -0
- pulumi_oci/marketplace/_inputs.py +217 -0
- pulumi_oci/marketplace/accepted_agreement.py +5 -0
- pulumi_oci/marketplace/get_accepted_agreement.py +21 -4
- pulumi_oci/marketplace/get_accepted_agreements.py +23 -4
- pulumi_oci/marketplace/get_categories.py +15 -4
- pulumi_oci/marketplace/get_listing.py +43 -4
- pulumi_oci/marketplace/get_listing_package.py +29 -4
- pulumi_oci/marketplace/get_listing_package_agreements.py +19 -4
- pulumi_oci/marketplace/get_listing_packages.py +21 -4
- pulumi_oci/marketplace/get_listing_taxes.py +17 -4
- pulumi_oci/marketplace/get_listings.py +35 -4
- pulumi_oci/marketplace/get_publication.py +28 -4
- pulumi_oci/marketplace/get_publication_package.py +26 -4
- pulumi_oci/marketplace/get_publication_packages.py +19 -4
- pulumi_oci/marketplace/get_publications.py +23 -4
- pulumi_oci/marketplace/get_publishers.py +17 -4
- pulumi_oci/marketplace/listing_package_agreement.py +5 -0
- pulumi_oci/marketplace/outputs.py +5 -0
- pulumi_oci/marketplace/publication.py +5 -0
- pulumi_oci/mediaservices/_inputs.py +472 -0
- pulumi_oci/mediaservices/get_media_asset.py +36 -4
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +23 -4
- pulumi_oci/mediaservices/get_media_assets.py +37 -4
- pulumi_oci/mediaservices/get_media_workflow.py +27 -4
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +24 -4
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +20 -4
- pulumi_oci/mediaservices/get_media_workflow_job.py +33 -4
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +17 -4
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +19 -4
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +22 -4
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +19 -4
- pulumi_oci/mediaservices/get_media_workflows.py +20 -4
- pulumi_oci/mediaservices/get_stream_cdn_config.py +26 -4
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +20 -4
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +23 -4
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +20 -4
- pulumi_oci/mediaservices/get_stream_packaging_config.py +26 -4
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +21 -4
- pulumi_oci/mediaservices/get_system_media_workflow.py +15 -4
- pulumi_oci/mediaservices/media_asset.py +5 -0
- pulumi_oci/mediaservices/media_workflow.py +5 -0
- pulumi_oci/mediaservices/media_workflow_configuration.py +5 -0
- pulumi_oci/mediaservices/media_workflow_job.py +5 -0
- pulumi_oci/mediaservices/outputs.py +5 -0
- pulumi_oci/mediaservices/stream_cdn_config.py +5 -0
- pulumi_oci/mediaservices/stream_distribution_channel.py +5 -0
- pulumi_oci/mediaservices/stream_packaging_config.py +5 -0
- pulumi_oci/meteringcomputation/_inputs.py +767 -0
- pulumi_oci/meteringcomputation/custom_table.py +5 -0
- pulumi_oci/meteringcomputation/get_average_carbon_emission.py +13 -4
- pulumi_oci/meteringcomputation/get_clean_energy_usage.py +14 -4
- pulumi_oci/meteringcomputation/get_configuration.py +13 -4
- pulumi_oci/meteringcomputation/get_custom_table.py +15 -4
- pulumi_oci/meteringcomputation/get_custom_tables.py +17 -4
- pulumi_oci/meteringcomputation/get_queries.py +15 -4
- pulumi_oci/meteringcomputation/get_query.py +14 -4
- pulumi_oci/meteringcomputation/get_schedule.py +27 -4
- pulumi_oci/meteringcomputation/get_scheduled_run.py +17 -4
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +15 -4
- pulumi_oci/meteringcomputation/get_schedules.py +17 -4
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_config.py +13 -4
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_queries.py +15 -4
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_query.py +14 -4
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_group.py +18 -4
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py +17 -4
- pulumi_oci/meteringcomputation/outputs.py +5 -0
- pulumi_oci/meteringcomputation/query.py +5 -0
- pulumi_oci/meteringcomputation/schedule.py +5 -0
- pulumi_oci/meteringcomputation/usage.py +5 -0
- pulumi_oci/meteringcomputation/usage_carbon_emission.py +5 -0
- pulumi_oci/meteringcomputation/usage_carbon_emissions_query.py +5 -0
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +5 -0
- pulumi_oci/monitoring/_inputs.py +284 -13
- pulumi_oci/monitoring/alarm.py +5 -0
- pulumi_oci/monitoring/alarm_suppression.py +169 -35
- pulumi_oci/monitoring/get_alarm.py +40 -4
- pulumi_oci/monitoring/get_alarm_history_collection.py +20 -4
- pulumi_oci/monitoring/get_alarm_statuses.py +32 -7
- pulumi_oci/monitoring/get_alarm_suppression.py +57 -7
- pulumi_oci/monitoring/get_alarm_suppressions.py +155 -17
- pulumi_oci/monitoring/get_alarms.py +21 -4
- pulumi_oci/monitoring/get_metric_data.py +29 -4
- pulumi_oci/monitoring/get_metrics.py +27 -4
- pulumi_oci/monitoring/outputs.py +296 -18
- pulumi_oci/mysql/_inputs.py +1624 -179
- pulumi_oci/mysql/channel.py +5 -0
- pulumi_oci/mysql/get_channel.py +24 -4
- pulumi_oci/mysql/get_channels.py +25 -4
- pulumi_oci/mysql/get_heat_wave_cluster.py +20 -4
- pulumi_oci/mysql/get_mysql_backup.py +35 -4
- pulumi_oci/mysql/get_mysql_backups.py +25 -4
- pulumi_oci/mysql/get_mysql_configuration.py +25 -4
- pulumi_oci/mysql/get_mysql_configurations.py +25 -4
- pulumi_oci/mysql/get_mysql_db_system.py +51 -4
- pulumi_oci/mysql/get_mysql_db_systems.py +29 -4
- pulumi_oci/mysql/get_mysql_version.py +15 -4
- pulumi_oci/mysql/get_replica.py +33 -4
- pulumi_oci/mysql/get_replicas.py +27 -4
- pulumi_oci/mysql/get_shapes.py +21 -4
- pulumi_oci/mysql/heat_wave_cluster.py +5 -0
- pulumi_oci/mysql/mysql_backup.py +5 -0
- pulumi_oci/mysql/mysql_configuration.py +5 -0
- pulumi_oci/mysql/mysql_db_system.py +12 -7
- pulumi_oci/mysql/outputs.py +5 -0
- pulumi_oci/mysql/replica.py +5 -0
- pulumi_oci/networkfirewall/_inputs.py +292 -0
- pulumi_oci/networkfirewall/get_network_firewall.py +27 -4
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +20 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +22 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_address_list.py +18 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_address_lists.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_application.py +18 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_application_group.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_application_groups.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_applications.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profile.py +25 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profiles.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rule.py +21 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rules.py +19 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +19 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secrets.py +15 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_security_rule.py +20 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_security_rules.py +19 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_service.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_service_list.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_service_lists.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_services.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +22 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +19 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_url_list.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_url_lists.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewalls.py +24 -4
- pulumi_oci/networkfirewall/network_firewall.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_address_list.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_application.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_application_group.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_decryption_profile.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_decryption_rule.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_security_rule.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_service.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_service_list.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_url_list.py +5 -0
- pulumi_oci/networkfirewall/outputs.py +5 -0
- pulumi_oci/networkloadbalancer/_inputs.py +351 -0
- pulumi_oci/networkloadbalancer/backend.py +5 -0
- pulumi_oci/networkloadbalancer/backend_set.py +5 -0
- pulumi_oci/networkloadbalancer/get_backend_health.py +18 -4
- pulumi_oci/networkloadbalancer/get_backend_set.py +22 -4
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +19 -4
- pulumi_oci/networkloadbalancer/get_backend_sets.py +15 -4
- pulumi_oci/networkloadbalancer/get_backends.py +17 -4
- pulumi_oci/networkloadbalancer/get_listener.py +22 -4
- pulumi_oci/networkloadbalancer/get_listeners.py +15 -4
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +32 -4
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +17 -4
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +19 -4
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +13 -4
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +13 -4
- pulumi_oci/networkloadbalancer/listener.py +5 -0
- pulumi_oci/networkloadbalancer/network_load_balancer.py +5 -0
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +5 -0
- pulumi_oci/networkloadbalancer/outputs.py +5 -0
- pulumi_oci/nosql/_inputs.py +179 -0
- pulumi_oci/nosql/get_index.py +23 -4
- pulumi_oci/nosql/get_indexes.py +21 -4
- pulumi_oci/nosql/get_table.py +31 -4
- pulumi_oci/nosql/get_tables.py +19 -4
- pulumi_oci/nosql/index.py +5 -0
- pulumi_oci/nosql/outputs.py +5 -0
- pulumi_oci/nosql/table.py +5 -0
- pulumi_oci/nosql/table_replica.py +5 -0
- pulumi_oci/objectstorage/__init__.py +3 -0
- pulumi_oci/objectstorage/_inputs.py +325 -0
- pulumi_oci/objectstorage/bucket.py +5 -0
- pulumi_oci/objectstorage/get_bucket.py +34 -4
- pulumi_oci/objectstorage/get_bucket_summaries.py +17 -4
- pulumi_oci/objectstorage/get_namespace.py +13 -4
- pulumi_oci/objectstorage/get_namespace_metadata.py +14 -4
- pulumi_oci/objectstorage/get_object.py +44 -4
- pulumi_oci/objectstorage/get_object_head.py +22 -4
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +16 -4
- pulumi_oci/objectstorage/get_object_versions.py +36 -10
- pulumi_oci/objectstorage/get_objects.py +34 -10
- pulumi_oci/objectstorage/get_preauthrequest.py +25 -4
- pulumi_oci/objectstorage/get_preauthrequests.py +19 -4
- pulumi_oci/objectstorage/get_private_endpoint.py +263 -0
- pulumi_oci/objectstorage/get_private_endpoint_summaries.py +128 -0
- pulumi_oci/objectstorage/get_replication_policies.py +17 -4
- pulumi_oci/objectstorage/get_replication_policy.py +24 -4
- pulumi_oci/objectstorage/get_replication_sources.py +17 -4
- pulumi_oci/objectstorage/namespace_metadata.py +5 -0
- pulumi_oci/objectstorage/object_lifecycle_policy.py +5 -0
- pulumi_oci/objectstorage/outputs.py +263 -0
- pulumi_oci/objectstorage/preauthrequest.py +5 -0
- pulumi_oci/objectstorage/private_endpoint.py +630 -0
- pulumi_oci/objectstorage/replication_policy.py +5 -0
- pulumi_oci/objectstorage/storage_object.py +12 -7
- pulumi_oci/oce/_inputs.py +19 -0
- pulumi_oci/oce/get_oce_instance.py +38 -4
- pulumi_oci/oce/get_oce_instances.py +21 -4
- pulumi_oci/oce/instance.py +5 -0
- pulumi_oci/oce/outputs.py +5 -0
- pulumi_oci/ocvp/_inputs.py +443 -0
- pulumi_oci/ocvp/cluster.py +5 -0
- pulumi_oci/ocvp/esxi_host.py +5 -0
- pulumi_oci/ocvp/get_cluster.py +37 -4
- pulumi_oci/ocvp/get_clusters.py +21 -4
- pulumi_oci/ocvp/get_exsi_host.py +42 -4
- pulumi_oci/ocvp/get_exsi_hosts.py +29 -4
- pulumi_oci/ocvp/get_retrieve_password.py +15 -4
- pulumi_oci/ocvp/get_sddc.py +74 -4
- pulumi_oci/ocvp/get_sddcs.py +21 -4
- pulumi_oci/ocvp/get_supported_commitments.py +17 -4
- pulumi_oci/ocvp/get_supported_host_shapes.py +23 -4
- pulumi_oci/ocvp/get_supported_skus.py +17 -4
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +21 -4
- pulumi_oci/ocvp/outputs.py +5 -0
- pulumi_oci/ocvp/sddc.py +5 -0
- pulumi_oci/oda/_inputs.py +75 -0
- pulumi_oci/oda/get_oda_instance.py +34 -4
- pulumi_oci/oda/get_oda_instances.py +19 -4
- pulumi_oci/oda/get_oda_private_endpoint.py +22 -4
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +18 -4
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +19 -4
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +17 -4
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +19 -4
- pulumi_oci/oda/get_oda_private_endpoints.py +19 -4
- pulumi_oci/oda/oda_instance.py +5 -0
- pulumi_oci/oda/oda_private_endpoint.py +5 -0
- pulumi_oci/oda/oda_private_endpoint_attachment.py +5 -0
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +5 -0
- pulumi_oci/oda/outputs.py +5 -0
- pulumi_oci/onesubsription/_inputs.py +124 -0
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +25 -4
- pulumi_oci/onesubsription/get_billing_schedules.py +19 -4
- pulumi_oci/onesubsription/get_commitment.py +19 -4
- pulumi_oci/onesubsription/get_commitments.py +17 -4
- pulumi_oci/onesubsription/get_computed_usage.py +40 -4
- pulumi_oci/onesubsription/get_computed_usages.py +25 -4
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +19 -4
- pulumi_oci/onesubsription/get_invoices.py +23 -4
- pulumi_oci/onesubsription/get_organization_subscriptions.py +15 -4
- pulumi_oci/onesubsription/get_ratecards.py +23 -4
- pulumi_oci/onesubsription/get_subscribed_service.py +124 -4
- pulumi_oci/onesubsription/get_subscribed_services.py +21 -4
- pulumi_oci/onesubsription/get_subscriptions.py +23 -4
- pulumi_oci/onesubsription/outputs.py +5 -0
- pulumi_oci/ons/_inputs.py +28 -0
- pulumi_oci/ons/get_notification_topic.py +22 -4
- pulumi_oci/ons/get_notification_topics.py +20 -4
- pulumi_oci/ons/get_subscription.py +22 -4
- pulumi_oci/ons/get_subscriptions.py +17 -4
- pulumi_oci/ons/notification_topic.py +5 -0
- pulumi_oci/ons/outputs.py +5 -0
- pulumi_oci/ons/subscription.py +5 -0
- pulumi_oci/opa/_inputs.py +45 -0
- pulumi_oci/opa/get_opa_instance.py +32 -4
- pulumi_oci/opa/get_opa_instances.py +20 -4
- pulumi_oci/opa/opa_instance.py +5 -0
- pulumi_oci/opa/outputs.py +5 -0
- pulumi_oci/opensearch/_inputs.py +25 -0
- pulumi_oci/opensearch/cluster.py +5 -0
- pulumi_oci/opensearch/get_opensearch_cluster.py +51 -4
- pulumi_oci/opensearch/get_opensearch_clusters.py +20 -4
- pulumi_oci/opensearch/get_opensearch_version.py +13 -4
- pulumi_oci/opensearch/get_opensearch_versions.py +15 -4
- pulumi_oci/opensearch/outputs.py +5 -0
- pulumi_oci/operatoraccesscontrol/_inputs.py +46 -0
- pulumi_oci/operatoraccesscontrol/get_access_request.py +49 -4
- pulumi_oci/operatoraccesscontrol/get_access_request_audit_log_report.py +18 -4
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +13 -4
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +25 -4
- pulumi_oci/operatoraccesscontrol/get_action.py +18 -4
- pulumi_oci/operatoraccesscontrol/get_actions.py +21 -4
- pulumi_oci/operatoraccesscontrol/get_control.py +32 -4
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +42 -4
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +23 -4
- pulumi_oci/operatoraccesscontrol/get_controls.py +21 -4
- pulumi_oci/operatoraccesscontrol/operator_control.py +5 -0
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +5 -0
- pulumi_oci/operatoraccesscontrol/outputs.py +5 -0
- pulumi_oci/opsi/_inputs.py +732 -75
- pulumi_oci/opsi/awr_hub.py +5 -0
- pulumi_oci/opsi/awr_hub_source.py +5 -0
- pulumi_oci/opsi/awr_hub_source_awrhubsources_management.py +5 -0
- pulumi_oci/opsi/database_insight.py +167 -21
- pulumi_oci/opsi/enterprise_manager_bridge.py +5 -0
- pulumi_oci/opsi/exadata_insight.py +49 -0
- pulumi_oci/opsi/get_awr_hub.py +25 -4
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +19 -4
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +21 -4
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +17 -4
- pulumi_oci/opsi/get_awr_hub_source.py +34 -4
- pulumi_oci/opsi/get_awr_hub_sources.py +27 -4
- pulumi_oci/opsi/get_awr_hubs.py +22 -4
- pulumi_oci/opsi/get_database_insight.py +88 -5
- pulumi_oci/opsi/get_database_insights.py +34 -4
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +25 -4
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +22 -4
- pulumi_oci/opsi/get_exadata_insight.py +38 -4
- pulumi_oci/opsi/get_exadata_insights.py +26 -4
- pulumi_oci/opsi/get_host_insight.py +38 -4
- pulumi_oci/opsi/get_host_insights.py +30 -6
- pulumi_oci/opsi/get_importable_agent_entities.py +13 -4
- pulumi_oci/opsi/get_importable_agent_entity.py +13 -4
- pulumi_oci/opsi/get_importable_compute_entities.py +13 -4
- pulumi_oci/opsi/get_importable_compute_entity.py +13 -4
- pulumi_oci/opsi/get_news_report.py +29 -4
- pulumi_oci/opsi/get_news_reports.py +23 -4
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +27 -4
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +27 -4
- pulumi_oci/opsi/get_operations_insights_warehouse.py +28 -4
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +15 -4
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +26 -4
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +22 -4
- pulumi_oci/opsi/get_operations_insights_warehouses.py +20 -4
- pulumi_oci/opsi/get_opsi_configuration.py +32 -4
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +21 -4
- pulumi_oci/opsi/get_opsi_configurations.py +21 -4
- pulumi_oci/opsi/host_insight.py +5 -48
- pulumi_oci/opsi/news_report.py +5 -0
- pulumi_oci/opsi/operations_insights_private_endpoint.py +5 -0
- pulumi_oci/opsi/operations_insights_warehouse.py +5 -0
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +5 -0
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +5 -0
- pulumi_oci/opsi/operations_insights_warehouse_user.py +5 -0
- pulumi_oci/opsi/opsi_configuration.py +5 -0
- pulumi_oci/opsi/outputs.py +410 -109
- pulumi_oci/optimizer/_inputs.py +226 -0
- pulumi_oci/optimizer/enrollment_status.py +5 -0
- pulumi_oci/optimizer/get_categories.py +25 -4
- pulumi_oci/optimizer/get_category.py +23 -4
- pulumi_oci/optimizer/get_enrollment_status.py +18 -4
- pulumi_oci/optimizer/get_enrollment_statuses.py +19 -4
- pulumi_oci/optimizer/get_histories.py +31 -4
- pulumi_oci/optimizer/get_profile.py +25 -4
- pulumi_oci/optimizer/get_profile_level.py +19 -4
- pulumi_oci/optimizer/get_profile_levels.py +21 -4
- pulumi_oci/optimizer/get_profiles.py +19 -4
- pulumi_oci/optimizer/get_recommendation.py +27 -4
- pulumi_oci/optimizer/get_recommendation_strategies.py +21 -4
- pulumi_oci/optimizer/get_recommendation_strategy.py +19 -4
- pulumi_oci/optimizer/get_recommendations.py +31 -4
- pulumi_oci/optimizer/get_resource_action.py +31 -4
- pulumi_oci/optimizer/get_resource_actions.py +35 -4
- pulumi_oci/optimizer/outputs.py +5 -0
- pulumi_oci/optimizer/profile.py +5 -0
- pulumi_oci/optimizer/recommendation.py +5 -0
- pulumi_oci/optimizer/resource_action.py +5 -0
- pulumi_oci/osmanagement/_inputs.py +190 -0
- pulumi_oci/osmanagement/get_managed_instance.py +37 -4
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +19 -4
- pulumi_oci/osmanagement/get_managed_instance_group.py +22 -4
- pulumi_oci/osmanagement/get_managed_instance_groups.py +21 -4
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +23 -4
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +25 -4
- pulumi_oci/osmanagement/get_managed_instances.py +19 -4
- pulumi_oci/osmanagement/get_software_source.py +33 -4
- pulumi_oci/osmanagement/get_software_source_module_stream.py +21 -4
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +21 -4
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +23 -4
- pulumi_oci/osmanagement/get_software_sources.py +19 -4
- pulumi_oci/osmanagement/managed_instance.py +5 -0
- pulumi_oci/osmanagement/managed_instance_group.py +5 -0
- pulumi_oci/osmanagement/managed_instance_management.py +5 -0
- pulumi_oci/osmanagement/outputs.py +5 -0
- pulumi_oci/osmanagement/software_source.py +5 -0
- pulumi_oci/osmanagementhub/_inputs.py +1538 -12
- pulumi_oci/osmanagementhub/event.py +5 -0
- pulumi_oci/osmanagementhub/get_entitlements.py +19 -4
- pulumi_oci/osmanagementhub/get_errata.py +31 -4
- pulumi_oci/osmanagementhub/get_erratum.py +28 -4
- pulumi_oci/osmanagementhub/get_event.py +28 -4
- pulumi_oci/osmanagementhub/get_events.py +34 -4
- pulumi_oci/osmanagementhub/get_lifecycle_environment.py +27 -4
- pulumi_oci/osmanagementhub/get_lifecycle_environments.py +31 -4
- pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -4
- pulumi_oci/osmanagementhub/get_lifecycle_stages.py +33 -4
- pulumi_oci/osmanagementhub/get_managed_instance.py +49 -4
- pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +21 -4
- pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +21 -4
- pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +27 -4
- pulumi_oci/osmanagementhub/get_managed_instance_errata.py +23 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group.py +33 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +21 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +23 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +21 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +25 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +23 -4
- pulumi_oci/osmanagementhub/get_managed_instance_groups.py +35 -4
- pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +25 -4
- pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +23 -4
- pulumi_oci/osmanagementhub/get_managed_instance_modules.py +21 -4
- pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +25 -4
- pulumi_oci/osmanagementhub/get_managed_instances.py +59 -4
- pulumi_oci/osmanagementhub/get_management_station.py +32 -4
- pulumi_oci/osmanagementhub/get_management_station_mirrors.py +21 -4
- pulumi_oci/osmanagementhub/get_management_stations.py +24 -4
- pulumi_oci/osmanagementhub/get_profile.py +35 -4
- pulumi_oci/osmanagementhub/get_profiles.py +37 -4
- pulumi_oci/osmanagementhub/get_scheduled_job.py +36 -4
- pulumi_oci/osmanagementhub/get_scheduled_jobs.py +48 -4
- pulumi_oci/osmanagementhub/get_software_package.py +27 -4
- pulumi_oci/osmanagementhub/get_software_package_software_source.py +35 -4
- pulumi_oci/osmanagementhub/get_software_packages.py +25 -4
- pulumi_oci/osmanagementhub/get_software_source.py +44 -4
- pulumi_oci/osmanagementhub/get_software_source_module_stream.py +23 -4
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +22 -4
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +21 -4
- pulumi_oci/osmanagementhub/get_software_source_module_streams.py +23 -4
- pulumi_oci/osmanagementhub/get_software_source_package_group.py +22 -4
- pulumi_oci/osmanagementhub/get_software_source_package_groups.py +23 -4
- pulumi_oci/osmanagementhub/get_software_source_software_package.py +29 -4
- pulumi_oci/osmanagementhub/get_software_source_software_packages.py +21 -4
- pulumi_oci/osmanagementhub/get_software_source_vendors.py +17 -4
- pulumi_oci/osmanagementhub/get_software_sources.py +41 -4
- pulumi_oci/osmanagementhub/get_windows_update.py +21 -4
- pulumi_oci/osmanagementhub/get_windows_updates.py +21 -4
- pulumi_oci/osmanagementhub/lifecycle_environment.py +5 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +5 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +5 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +5 -0
- pulumi_oci/osmanagementhub/management_station.py +5 -0
- pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +5 -0
- pulumi_oci/osmanagementhub/management_station_refresh_management.py +5 -0
- pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +5 -0
- pulumi_oci/osmanagementhub/outputs.py +5 -0
- pulumi_oci/osmanagementhub/profile.py +5 -0
- pulumi_oci/osmanagementhub/scheduled_job.py +5 -0
- pulumi_oci/osmanagementhub/software_source.py +5 -0
- pulumi_oci/osmanagementhub/software_source_add_packages_management.py +5 -0
- pulumi_oci/osmanagementhub/software_source_change_availability_management.py +5 -0
- pulumi_oci/ospgateway/_inputs.py +668 -0
- pulumi_oci/ospgateway/address_action_verification.py +5 -0
- pulumi_oci/ospgateway/get_address.py +42 -4
- pulumi_oci/ospgateway/get_address_rule.py +19 -4
- pulumi_oci/ospgateway/get_invoice.py +40 -4
- pulumi_oci/ospgateway/get_invoices.py +33 -4
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +17 -4
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +19 -4
- pulumi_oci/ospgateway/get_subscription.py +38 -4
- pulumi_oci/ospgateway/get_subscriptions.py +17 -4
- pulumi_oci/ospgateway/outputs.py +5 -0
- pulumi_oci/ospgateway/subscription.py +5 -0
- pulumi_oci/osubbillingschedule/_inputs.py +19 -0
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +21 -4
- pulumi_oci/osubbillingschedule/outputs.py +5 -0
- pulumi_oci/osuborganizationsubscription/_inputs.py +19 -0
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +19 -4
- pulumi_oci/osuborganizationsubscription/outputs.py +5 -0
- pulumi_oci/osubsubscription/_inputs.py +40 -0
- pulumi_oci/osubsubscription/get_commitment.py +22 -4
- pulumi_oci/osubsubscription/get_commitments.py +21 -4
- pulumi_oci/osubsubscription/get_ratecards.py +25 -4
- pulumi_oci/osubsubscription/get_subscriptions.py +27 -4
- pulumi_oci/osubsubscription/outputs.py +5 -0
- pulumi_oci/osubusage/_inputs.py +31 -0
- pulumi_oci/osubusage/get_commitment_aggregateds.py +27 -4
- pulumi_oci/osubusage/get_computed_usage.py +42 -4
- pulumi_oci/osubusage/get_computed_usages.py +27 -4
- pulumi_oci/osubusage/outputs.py +5 -0
- pulumi_oci/provider.py +5 -0
- pulumi_oci/psql/_inputs.py +351 -0
- pulumi_oci/psql/backup.py +5 -0
- pulumi_oci/psql/configuration.py +5 -0
- pulumi_oci/psql/db_system.py +5 -0
- pulumi_oci/psql/get_backup.py +29 -4
- pulumi_oci/psql/get_backups.py +26 -4
- pulumi_oci/psql/get_configuration.py +29 -4
- pulumi_oci/psql/get_configurations.py +25 -4
- pulumi_oci/psql/get_db_system.py +41 -4
- pulumi_oci/psql/get_db_system_connection_detail.py +15 -4
- pulumi_oci/psql/get_db_system_primary_db_instance.py +13 -4
- pulumi_oci/psql/get_db_systems.py +20 -4
- pulumi_oci/psql/get_default_configuration.py +23 -4
- pulumi_oci/psql/get_default_configurations.py +23 -4
- pulumi_oci/psql/get_shapes.py +16 -4
- pulumi_oci/psql/outputs.py +5 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/_inputs.py +16 -0
- pulumi_oci/queue/get_queue.py +30 -4
- pulumi_oci/queue/get_queues.py +20 -4
- pulumi_oci/queue/outputs.py +5 -0
- pulumi_oci/queue/queue.py +5 -0
- pulumi_oci/recoverymod/_inputs.py +86 -0
- pulumi_oci/recoverymod/get_protected_database.py +36 -4
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +17 -4
- pulumi_oci/recoverymod/get_protected_databases.py +24 -4
- pulumi_oci/recoverymod/get_protection_policies.py +23 -4
- pulumi_oci/recoverymod/get_protection_policy.py +25 -4
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +25 -4
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +22 -4
- pulumi_oci/recoverymod/outputs.py +5 -0
- pulumi_oci/recoverymod/protected_database.py +5 -0
- pulumi_oci/recoverymod/protection_policy.py +5 -0
- pulumi_oci/recoverymod/recovery_service_subnet.py +5 -0
- pulumi_oci/redis/_inputs.py +53 -0
- pulumi_oci/redis/get_redis_cluster.py +33 -4
- pulumi_oci/redis/get_redis_cluster_nodes.py +17 -4
- pulumi_oci/redis/get_redis_clusters.py +20 -4
- pulumi_oci/redis/outputs.py +5 -0
- pulumi_oci/redis/redis_cluster.py +5 -0
- pulumi_oci/resourcemanager/_inputs.py +25 -0
- pulumi_oci/resourcemanager/get_private_endpoint.py +25 -4
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +15 -4
- pulumi_oci/resourcemanager/get_private_endpoints.py +21 -4
- pulumi_oci/resourcemanager/get_stack.py +21 -4
- pulumi_oci/resourcemanager/get_stack_tf_state.py +14 -4
- pulumi_oci/resourcemanager/get_stacks.py +20 -4
- pulumi_oci/resourcemanager/outputs.py +5 -0
- pulumi_oci/resourcemanager/private_endpoint.py +5 -0
- pulumi_oci/resourcescheduler/_inputs.py +72 -0
- pulumi_oci/resourcescheduler/get_schedule.py +30 -4
- pulumi_oci/resourcescheduler/get_schedules.py +21 -4
- pulumi_oci/resourcescheduler/outputs.py +5 -0
- pulumi_oci/resourcescheduler/schedule.py +5 -0
- pulumi_oci/sch/_inputs.py +285 -0
- pulumi_oci/sch/connector.py +5 -0
- pulumi_oci/sch/get_connector_plugin.py +20 -4
- pulumi_oci/sch/get_connector_plugins.py +19 -4
- pulumi_oci/sch/get_service_connector.py +25 -4
- pulumi_oci/sch/get_service_connectors.py +19 -4
- pulumi_oci/sch/outputs.py +5 -0
- pulumi_oci/secrets/_inputs.py +16 -0
- pulumi_oci/secrets/get_secretbundle.py +25 -4
- pulumi_oci/secrets/get_secretbundle_versions.py +15 -4
- pulumi_oci/secrets/outputs.py +5 -0
- pulumi_oci/securityattribute/__init__.py +15 -0
- pulumi_oci/securityattribute/_inputs.py +209 -0
- pulumi_oci/securityattribute/get_security_attribute.py +262 -0
- pulumi_oci/securityattribute/get_security_attribute_namespace.py +253 -0
- pulumi_oci/securityattribute/get_security_attribute_namespaces.py +210 -0
- pulumi_oci/securityattribute/get_security_attributes.py +169 -0
- pulumi_oci/securityattribute/outputs.py +466 -0
- pulumi_oci/securityattribute/security_attribute.py +588 -0
- pulumi_oci/securityattribute/security_attribute_namespace.py +609 -0
- pulumi_oci/servicecatalog/_inputs.py +76 -0
- pulumi_oci/servicecatalog/catalog.py +5 -0
- pulumi_oci/servicecatalog/catalog_association.py +5 -0
- pulumi_oci/servicecatalog/get_private_application.py +25 -4
- pulumi_oci/servicecatalog/get_private_application_package.py +19 -4
- pulumi_oci/servicecatalog/get_private_application_packages.py +21 -4
- pulumi_oci/servicecatalog/get_private_applications.py +19 -4
- pulumi_oci/servicecatalog/get_service_catalog.py +19 -4
- pulumi_oci/servicecatalog/get_service_catalog_association.py +16 -4
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +21 -4
- pulumi_oci/servicecatalog/get_service_catalogs.py +19 -4
- pulumi_oci/servicecatalog/outputs.py +5 -0
- pulumi_oci/servicecatalog/private_application.py +5 -0
- pulumi_oci/servicemanagerproxy/_inputs.py +16 -0
- pulumi_oci/servicemanagerproxy/get_service_environment.py +19 -4
- pulumi_oci/servicemanagerproxy/get_service_environments.py +21 -4
- pulumi_oci/servicemanagerproxy/outputs.py +5 -0
- pulumi_oci/servicemesh/_inputs.py +530 -0
- pulumi_oci/servicemesh/access_policy.py +5 -0
- pulumi_oci/servicemesh/get_access_policies.py +22 -4
- pulumi_oci/servicemesh/get_access_policy.py +24 -4
- pulumi_oci/servicemesh/get_ingress_gateway.py +26 -4
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +25 -4
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +22 -4
- pulumi_oci/servicemesh/get_ingress_gateways.py +22 -4
- pulumi_oci/servicemesh/get_mesh.py +24 -4
- pulumi_oci/servicemesh/get_meshes.py +20 -4
- pulumi_oci/servicemesh/get_proxy_detail.py +11 -4
- pulumi_oci/servicemesh/get_virtual_deployment.py +26 -4
- pulumi_oci/servicemesh/get_virtual_deployments.py +22 -4
- pulumi_oci/servicemesh/get_virtual_service.py +26 -4
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +25 -4
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +22 -4
- pulumi_oci/servicemesh/get_virtual_services.py +22 -4
- pulumi_oci/servicemesh/ingress_gateway.py +5 -0
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +5 -0
- pulumi_oci/servicemesh/mesh.py +5 -0
- pulumi_oci/servicemesh/outputs.py +5 -0
- pulumi_oci/servicemesh/virtual_deployment.py +5 -0
- pulumi_oci/servicemesh/virtual_service.py +5 -0
- pulumi_oci/servicemesh/virtual_service_route_table.py +5 -0
- pulumi_oci/stackmonitoring/__init__.py +5 -0
- pulumi_oci/stackmonitoring/_inputs.py +1419 -6
- pulumi_oci/stackmonitoring/baselineable_metric.py +5 -0
- pulumi_oci/stackmonitoring/config.py +5 -0
- pulumi_oci/stackmonitoring/discovery_job.py +5 -0
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +28 -4
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +27 -4
- pulumi_oci/stackmonitoring/get_baselineable_metrics_evaluate.py +17 -4
- pulumi_oci/stackmonitoring/get_config.py +24 -4
- pulumi_oci/stackmonitoring/get_configs.py +21 -4
- pulumi_oci/stackmonitoring/get_discovery_job.py +26 -4
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +17 -4
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +17 -4
- pulumi_oci/stackmonitoring/get_maintenance_window.py +254 -0
- pulumi_oci/stackmonitoring/get_maintenance_windows.py +210 -0
- pulumi_oci/stackmonitoring/get_metric_extension.py +32 -4
- pulumi_oci/stackmonitoring/get_metric_extensions.py +25 -4
- pulumi_oci/stackmonitoring/get_monitored_resource.py +37 -4
- pulumi_oci/stackmonitoring/get_monitored_resource_task.py +23 -4
- pulumi_oci/stackmonitoring/get_monitored_resource_tasks.py +17 -4
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +26 -4
- pulumi_oci/stackmonitoring/get_monitored_resource_types.py +27 -4
- pulumi_oci/stackmonitoring/get_monitored_resources.py +21 -4
- pulumi_oci/stackmonitoring/get_process_set.py +22 -4
- pulumi_oci/stackmonitoring/get_process_sets.py +17 -4
- pulumi_oci/stackmonitoring/maintenance_window.py +551 -0
- pulumi_oci/stackmonitoring/maintenance_windows_retry_failed_operation.py +217 -0
- pulumi_oci/stackmonitoring/maintenance_windows_stop.py +217 -0
- pulumi_oci/stackmonitoring/metric_extension.py +5 -0
- pulumi_oci/stackmonitoring/metric_extension_metric_extension_on_given_resources_management.py +5 -0
- pulumi_oci/stackmonitoring/metric_extensions_test_management.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resource.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resource_task.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resource_type.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resources_search.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +5 -0
- pulumi_oci/stackmonitoring/outputs.py +608 -0
- pulumi_oci/stackmonitoring/process_set.py +5 -0
- pulumi_oci/streaming/_inputs.py +101 -0
- pulumi_oci/streaming/connect_harness.py +5 -0
- pulumi_oci/streaming/get_connect_harness.py +19 -4
- pulumi_oci/streaming/get_connect_harnesses.py +20 -4
- pulumi_oci/streaming/get_stream.py +23 -4
- pulumi_oci/streaming/get_stream_pool.py +24 -4
- pulumi_oci/streaming/get_stream_pools.py +20 -4
- pulumi_oci/streaming/get_streams.py +22 -4
- pulumi_oci/streaming/outputs.py +5 -0
- pulumi_oci/streaming/stream.py +5 -0
- pulumi_oci/streaming/stream_pool.py +5 -0
- pulumi_oci/usageproxy/_inputs.py +94 -0
- pulumi_oci/usageproxy/get_resource_quotas.py +19 -4
- pulumi_oci/usageproxy/get_resources.py +19 -4
- pulumi_oci/usageproxy/get_subscription_product.py +19 -4
- pulumi_oci/usageproxy/get_subscription_products.py +21 -4
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +16 -4
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +17 -4
- pulumi_oci/usageproxy/get_subscription_redemption.py +19 -4
- pulumi_oci/usageproxy/get_subscription_redemptions.py +21 -4
- pulumi_oci/usageproxy/get_subscription_reward.py +16 -4
- pulumi_oci/usageproxy/get_subscription_rewards.py +17 -4
- pulumi_oci/usageproxy/get_usagelimits.py +23 -4
- pulumi_oci/usageproxy/outputs.py +5 -0
- pulumi_oci/usageproxy/subscription_redeemable_user.py +5 -0
- pulumi_oci/vault/_inputs.py +103 -0
- pulumi_oci/vault/get_secret.py +32 -4
- pulumi_oci/vault/get_secret_version.py +21 -4
- pulumi_oci/vault/get_secrets.py +21 -4
- pulumi_oci/vault/outputs.py +5 -0
- pulumi_oci/vault/secret.py +5 -0
- pulumi_oci/vbs/_inputs.py +19 -0
- pulumi_oci/vbs/get_inst_vbs_instance.py +26 -4
- pulumi_oci/vbs/get_inst_vbs_instances.py +20 -4
- pulumi_oci/vbs/inst_vbs_instance.py +5 -0
- pulumi_oci/vbs/outputs.py +5 -0
- pulumi_oci/visualbuilder/_inputs.py +107 -0
- pulumi_oci/visualbuilder/get_vb_instance.py +34 -4
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +15 -4
- pulumi_oci/visualbuilder/get_vb_instances.py +19 -4
- pulumi_oci/visualbuilder/outputs.py +5 -0
- pulumi_oci/visualbuilder/vb_instance.py +5 -0
- pulumi_oci/vnmonitoring/_inputs.py +270 -0
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +25 -4
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +19 -4
- pulumi_oci/vnmonitoring/outputs.py +5 -0
- pulumi_oci/vnmonitoring/path_analysi.py +5 -0
- pulumi_oci/vnmonitoring/path_analyzer_test.py +5 -0
- pulumi_oci/vulnerabilityscanning/_inputs.py +216 -0
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +5 -0
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +5 -0
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +22 -4
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +19 -4
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +23 -4
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +19 -4
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +24 -4
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +19 -4
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +24 -4
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +19 -4
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +19 -4
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +5 -0
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +5 -0
- pulumi_oci/vulnerabilityscanning/outputs.py +5 -0
- pulumi_oci/waa/_inputs.py +67 -0
- pulumi_oci/waa/app_acceleration.py +5 -0
- pulumi_oci/waa/app_acceleration_policy.py +5 -0
- pulumi_oci/waa/get_app_acceleration.py +24 -4
- pulumi_oci/waa/get_app_acceleration_policies.py +20 -4
- pulumi_oci/waa/get_app_acceleration_policy.py +23 -4
- pulumi_oci/waa/get_app_accelerations.py +22 -4
- pulumi_oci/waa/outputs.py +5 -0
- pulumi_oci/waas/_inputs.py +1251 -34
- pulumi_oci/waas/address_list.py +5 -0
- pulumi_oci/waas/certificate.py +5 -0
- pulumi_oci/waas/custom_protection_rule.py +5 -0
- pulumi_oci/waas/get_address_list.py +20 -4
- pulumi_oci/waas/get_address_lists.py +25 -4
- pulumi_oci/waas/get_certificate.py +31 -4
- pulumi_oci/waas/get_certificates.py +25 -4
- pulumi_oci/waas/get_custom_protection_rule.py +21 -4
- pulumi_oci/waas/get_custom_protection_rules.py +25 -4
- pulumi_oci/waas/get_edge_subnets.py +13 -4
- pulumi_oci/waas/get_http_redirect.py +21 -4
- pulumi_oci/waas/get_http_redirects.py +25 -4
- pulumi_oci/waas/get_protection_rule.py +21 -4
- pulumi_oci/waas/get_protection_rules.py +19 -4
- pulumi_oci/waas/get_waas_policies.py +25 -4
- pulumi_oci/waas/get_waas_policy.py +25 -4
- pulumi_oci/waas/http_redirect.py +5 -0
- pulumi_oci/waas/outputs.py +5 -0
- pulumi_oci/waas/policy.py +5 -0
- pulumi_oci/waas/protection_rule.py +5 -0
- pulumi_oci/waas/purge_cache.py +5 -0
- pulumi_oci/waf/_inputs.py +590 -0
- pulumi_oci/waf/app_firewall.py +5 -0
- pulumi_oci/waf/app_firewall_policy.py +5 -0
- pulumi_oci/waf/get_firewalls.py +22 -4
- pulumi_oci/waf/get_network_address_list.py +24 -4
- pulumi_oci/waf/get_network_address_lists.py +20 -4
- pulumi_oci/waf/get_protection_capabilities.py +25 -4
- pulumi_oci/waf/get_protection_capability_group_tags.py +19 -4
- pulumi_oci/waf/get_web_app_firewall.py +24 -4
- pulumi_oci/waf/get_web_app_firewall_policies.py +20 -4
- pulumi_oci/waf/get_web_app_firewall_policy.py +27 -4
- pulumi_oci/waf/network_address_list.py +5 -0
- pulumi_oci/waf/outputs.py +5 -0
- pulumi_oci/zpr/__init__.py +14 -0
- pulumi_oci/zpr/_inputs.py +79 -0
- pulumi_oci/zpr/configuration.py +516 -0
- pulumi_oci/zpr/get_configuration.py +230 -0
- pulumi_oci/zpr/get_zpr_policies.py +191 -0
- pulumi_oci/zpr/get_zpr_policy.py +264 -0
- pulumi_oci/zpr/outputs.py +203 -0
- pulumi_oci/zpr/zpr_policy.py +614 -0
- {pulumi_oci-2.12.0a1728368042.dist-info → pulumi_oci-2.12.0a1728642710.dist-info}/METADATA +3 -2
- pulumi_oci-2.12.0a1728642710.dist-info/RECORD +2920 -0
- pulumi_oci-2.12.0a1728368042.dist-info/RECORD +0 -2845
- {pulumi_oci-2.12.0a1728368042.dist-info → pulumi_oci-2.12.0a1728642710.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.12.0a1728368042.dist-info → pulumi_oci-2.12.0a1728642710.dist-info}/top_level.txt +0 -0
pulumi_oci/database/outputs.py
CHANGED
@@ -4,9 +4,14 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
+
import sys
|
7
8
|
import pulumi
|
8
9
|
import pulumi.runtime
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
10
15
|
from .. import _utilities
|
11
16
|
from . import outputs
|
12
17
|
|
@@ -67,6 +72,9 @@ __all__ = [
|
|
67
72
|
'CloudExadataInfrastructureMaintenanceWindow',
|
68
73
|
'CloudExadataInfrastructureMaintenanceWindowDaysOfWeek',
|
69
74
|
'CloudExadataInfrastructureMaintenanceWindowMonth',
|
75
|
+
'CloudVmClusterCloudAutomationUpdateDetails',
|
76
|
+
'CloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference',
|
77
|
+
'CloudVmClusterCloudAutomationUpdateDetailsFreezePeriod',
|
70
78
|
'CloudVmClusterDataCollectionOptions',
|
71
79
|
'CloudVmClusterFileSystemConfigurationDetail',
|
72
80
|
'CloudVmClusterIormConfigCach',
|
@@ -160,15 +168,24 @@ __all__ = [
|
|
160
168
|
'PluggableDatabasesRemoteClonePdbNodeLevelDetail',
|
161
169
|
'PluggableDatabasesRemoteClonePluggableDatabaseManagementConfig',
|
162
170
|
'PluggableDatabasesRemoteCloneRefreshableCloneConfig',
|
171
|
+
'VmClusterAddVirtualNetworkCloudAutomationUpdateDetail',
|
172
|
+
'VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreference',
|
173
|
+
'VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriod',
|
163
174
|
'VmClusterAddVirtualNetworkDataCollectionOption',
|
164
175
|
'VmClusterAddVirtualNetworkDbServer',
|
165
176
|
'VmClusterAddVirtualNetworkFileSystemConfigurationDetail',
|
177
|
+
'VmClusterCloudAutomationUpdateDetails',
|
178
|
+
'VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference',
|
179
|
+
'VmClusterCloudAutomationUpdateDetailsFreezePeriod',
|
166
180
|
'VmClusterDataCollectionOptions',
|
167
181
|
'VmClusterFileSystemConfigurationDetail',
|
168
182
|
'VmClusterNetworkDrScan',
|
169
183
|
'VmClusterNetworkScan',
|
170
184
|
'VmClusterNetworkVmNetwork',
|
171
185
|
'VmClusterNetworkVmNetworkNode',
|
186
|
+
'VmClusterRemoveVirtualMachineCloudAutomationUpdateDetail',
|
187
|
+
'VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreference',
|
188
|
+
'VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriod',
|
172
189
|
'VmClusterRemoveVirtualMachineDataCollectionOption',
|
173
190
|
'VmClusterRemoveVirtualMachineDbServer',
|
174
191
|
'VmClusterRemoveVirtualMachineFileSystemConfigurationDetail',
|
@@ -361,12 +378,18 @@ __all__ = [
|
|
361
378
|
'GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowDaysOfWeekResult',
|
362
379
|
'GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowMonthResult',
|
363
380
|
'GetCloudExadataInfrastructuresFilterResult',
|
381
|
+
'GetCloudVmClusterCloudAutomationUpdateDetailResult',
|
382
|
+
'GetCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult',
|
383
|
+
'GetCloudVmClusterCloudAutomationUpdateDetailFreezePeriodResult',
|
364
384
|
'GetCloudVmClusterDataCollectionOptionResult',
|
365
385
|
'GetCloudVmClusterFileSystemConfigurationDetailResult',
|
366
386
|
'GetCloudVmClusterIormConfigCachResult',
|
367
387
|
'GetCloudVmClusterIormConfigCachDbPlanResult',
|
368
388
|
'GetCloudVmClusterIormConfigDbPlanResult',
|
369
389
|
'GetCloudVmClustersCloudVmClusterResult',
|
390
|
+
'GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailResult',
|
391
|
+
'GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult',
|
392
|
+
'GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailFreezePeriodResult',
|
370
393
|
'GetCloudVmClustersCloudVmClusterDataCollectionOptionResult',
|
371
394
|
'GetCloudVmClustersCloudVmClusterFileSystemConfigurationDetailResult',
|
372
395
|
'GetCloudVmClustersCloudVmClusterIormConfigCachResult',
|
@@ -574,6 +597,9 @@ __all__ = [
|
|
574
597
|
'GetSystemVersionsFilterResult',
|
575
598
|
'GetSystemVersionsSystemVersionCollectionResult',
|
576
599
|
'GetSystemVersionsSystemVersionCollectionItemResult',
|
600
|
+
'GetVmClusterCloudAutomationUpdateDetailResult',
|
601
|
+
'GetVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult',
|
602
|
+
'GetVmClusterCloudAutomationUpdateDetailFreezePeriodResult',
|
577
603
|
'GetVmClusterDataCollectionOptionResult',
|
578
604
|
'GetVmClusterFileSystemConfigurationDetailResult',
|
579
605
|
'GetVmClusterNetworkDrScanResult',
|
@@ -601,6 +627,9 @@ __all__ = [
|
|
601
627
|
'GetVmClusterUpdatesVmClusterUpdateResult',
|
602
628
|
'GetVmClustersFilterResult',
|
603
629
|
'GetVmClustersVmClusterResult',
|
630
|
+
'GetVmClustersVmClusterCloudAutomationUpdateDetailResult',
|
631
|
+
'GetVmClustersVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult',
|
632
|
+
'GetVmClustersVmClusterCloudAutomationUpdateDetailFreezePeriodResult',
|
604
633
|
'GetVmClustersVmClusterDataCollectionOptionResult',
|
605
634
|
'GetVmClustersVmClusterFileSystemConfigurationDetailResult',
|
606
635
|
]
|
@@ -923,7 +952,7 @@ class AutonomousContainerDatabaseKeyHistoryEntry(dict):
|
|
923
952
|
vault_id: Optional[str] = None):
|
924
953
|
"""
|
925
954
|
:param 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.
|
926
|
-
:param 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.
|
955
|
+
:param 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.
|
927
956
|
:param str time_activated: The date and time the kms key activated.
|
928
957
|
:param 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).
|
929
958
|
"""
|
@@ -948,7 +977,7 @@ class AutonomousContainerDatabaseKeyHistoryEntry(dict):
|
|
948
977
|
@pulumi.getter(name="kmsKeyVersionId")
|
949
978
|
def kms_key_version_id(self) -> Optional[str]:
|
950
979
|
"""
|
951
|
-
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.
|
980
|
+
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.
|
952
981
|
"""
|
953
982
|
return pulumi.get(self, "kms_key_version_id")
|
954
983
|
|
@@ -1027,7 +1056,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
|
|
1027
1056
|
:param Sequence['AutonomousContainerDatabaseMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
1028
1057
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
1029
1058
|
:param str preference: The maintenance window scheduling preference.
|
1030
|
-
:param Sequence[bool] skip_rus:
|
1059
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
1031
1060
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
1032
1061
|
"""
|
1033
1062
|
if custom_action_timeout_in_mins is not None:
|
@@ -1130,7 +1159,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
|
|
1130
1159
|
@pulumi.getter(name="skipRus")
|
1131
1160
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
1132
1161
|
"""
|
1133
|
-
|
1162
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
1134
1163
|
"""
|
1135
1164
|
return pulumi.get(self, "skip_rus")
|
1136
1165
|
|
@@ -2950,6 +2979,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
|
|
2950
2979
|
:param Sequence['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
2951
2980
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
2952
2981
|
:param str preference: The maintenance window scheduling preference.
|
2982
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
2953
2983
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
2954
2984
|
"""
|
2955
2985
|
if custom_action_timeout_in_mins is not None:
|
@@ -3051,6 +3081,9 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
|
|
3051
3081
|
@property
|
3052
3082
|
@pulumi.getter(name="skipRus")
|
3053
3083
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
3084
|
+
"""
|
3085
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
3086
|
+
"""
|
3054
3087
|
return pulumi.get(self, "skip_rus")
|
3055
3088
|
|
3056
3089
|
@property
|
@@ -3141,6 +3174,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetails(dict):
|
|
3141
3174
|
|
3142
3175
|
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
|
3143
3176
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
3177
|
+
:param Sequence[bool] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
3144
3178
|
:param Sequence[int] weeks_of_months: (Updatable) Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
3145
3179
|
"""
|
3146
3180
|
if custom_action_timeout_in_mins is not None:
|
@@ -3244,6 +3278,9 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetails(dict):
|
|
3244
3278
|
@property
|
3245
3279
|
@pulumi.getter(name="skipRus")
|
3246
3280
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
3281
|
+
"""
|
3282
|
+
(Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
3283
|
+
"""
|
3247
3284
|
return pulumi.get(self, "skip_rus")
|
3248
3285
|
|
3249
3286
|
@property
|
@@ -3367,6 +3404,7 @@ class AutonomousVmClusterMaintenanceWindow(dict):
|
|
3367
3404
|
|
3368
3405
|
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
|
3369
3406
|
:param str preference: The maintenance window scheduling preference.
|
3407
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
3370
3408
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
3371
3409
|
"""
|
3372
3410
|
if custom_action_timeout_in_mins is not None:
|
@@ -3461,6 +3499,9 @@ class AutonomousVmClusterMaintenanceWindow(dict):
|
|
3461
3499
|
@property
|
3462
3500
|
@pulumi.getter(name="skipRus")
|
3463
3501
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
3502
|
+
"""
|
3503
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
3504
|
+
"""
|
3464
3505
|
return pulumi.get(self, "skip_rus")
|
3465
3506
|
|
3466
3507
|
@property
|
@@ -3548,6 +3589,7 @@ class AutonomousVmClusterMaintenanceWindowDetail(dict):
|
|
3548
3589
|
|
3549
3590
|
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
|
3550
3591
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
3592
|
+
:param Sequence[bool] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
3551
3593
|
:param Sequence[int] weeks_of_months: (Updatable) Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
3552
3594
|
"""
|
3553
3595
|
if custom_action_timeout_in_mins is not None:
|
@@ -3642,6 +3684,9 @@ class AutonomousVmClusterMaintenanceWindowDetail(dict):
|
|
3642
3684
|
@property
|
3643
3685
|
@pulumi.getter(name="skipRus")
|
3644
3686
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
3687
|
+
"""
|
3688
|
+
(Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
3689
|
+
"""
|
3645
3690
|
return pulumi.get(self, "skip_rus")
|
3646
3691
|
|
3647
3692
|
@property
|
@@ -3891,6 +3936,7 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
|
|
3891
3936
|
:param Sequence['CloudAutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
3892
3937
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
3893
3938
|
:param str preference: The maintenance window scheduling preference.
|
3939
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
3894
3940
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
3895
3941
|
"""
|
3896
3942
|
if custom_action_timeout_in_mins is not None:
|
@@ -3992,6 +4038,9 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
|
|
3992
4038
|
@property
|
3993
4039
|
@pulumi.getter(name="skipRus")
|
3994
4040
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
4041
|
+
"""
|
4042
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
4043
|
+
"""
|
3995
4044
|
return pulumi.get(self, "skip_rus")
|
3996
4045
|
|
3997
4046
|
@property
|
@@ -4082,6 +4131,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetails(dict):
|
|
4082
4131
|
|
4083
4132
|
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
|
4084
4133
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
4134
|
+
:param Sequence[bool] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
4085
4135
|
:param Sequence[int] weeks_of_months: (Updatable) Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
4086
4136
|
"""
|
4087
4137
|
if custom_action_timeout_in_mins is not None:
|
@@ -4185,6 +4235,9 @@ class CloudAutonomousVmClusterMaintenanceWindowDetails(dict):
|
|
4185
4235
|
@property
|
4186
4236
|
@pulumi.getter(name="skipRus")
|
4187
4237
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
4238
|
+
"""
|
4239
|
+
(Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
4240
|
+
"""
|
4188
4241
|
return pulumi.get(self, "skip_rus")
|
4189
4242
|
|
4190
4243
|
@property
|
@@ -4456,6 +4509,7 @@ class CloudExadataInfrastructureMaintenanceWindow(dict):
|
|
4456
4509
|
|
4457
4510
|
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
|
4458
4511
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
4512
|
+
:param Sequence[bool] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
4459
4513
|
:param Sequence[int] weeks_of_months: (Updatable) Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
4460
4514
|
"""
|
4461
4515
|
if custom_action_timeout_in_mins is not None:
|
@@ -4559,6 +4613,9 @@ class CloudExadataInfrastructureMaintenanceWindow(dict):
|
|
4559
4613
|
@property
|
4560
4614
|
@pulumi.getter(name="skipRus")
|
4561
4615
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
4616
|
+
"""
|
4617
|
+
(Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
4618
|
+
"""
|
4562
4619
|
return pulumi.get(self, "skip_rus")
|
4563
4620
|
|
4564
4621
|
@property
|
@@ -4606,6 +4663,184 @@ class CloudExadataInfrastructureMaintenanceWindowMonth(dict):
|
|
4606
4663
|
return pulumi.get(self, "name")
|
4607
4664
|
|
4608
4665
|
|
4666
|
+
@pulumi.output_type
|
4667
|
+
class CloudVmClusterCloudAutomationUpdateDetails(dict):
|
4668
|
+
@staticmethod
|
4669
|
+
def __key_warning(key: str):
|
4670
|
+
suggest = None
|
4671
|
+
if key == "applyUpdateTimePreference":
|
4672
|
+
suggest = "apply_update_time_preference"
|
4673
|
+
elif key == "freezePeriod":
|
4674
|
+
suggest = "freeze_period"
|
4675
|
+
elif key == "isEarlyAdoptionEnabled":
|
4676
|
+
suggest = "is_early_adoption_enabled"
|
4677
|
+
elif key == "isFreezePeriodEnabled":
|
4678
|
+
suggest = "is_freeze_period_enabled"
|
4679
|
+
|
4680
|
+
if suggest:
|
4681
|
+
pulumi.log.warn(f"Key '{key}' not found in CloudVmClusterCloudAutomationUpdateDetails. Access the value via the '{suggest}' property getter instead.")
|
4682
|
+
|
4683
|
+
def __getitem__(self, key: str) -> Any:
|
4684
|
+
CloudVmClusterCloudAutomationUpdateDetails.__key_warning(key)
|
4685
|
+
return super().__getitem__(key)
|
4686
|
+
|
4687
|
+
def get(self, key: str, default = None) -> Any:
|
4688
|
+
CloudVmClusterCloudAutomationUpdateDetails.__key_warning(key)
|
4689
|
+
return super().get(key, default)
|
4690
|
+
|
4691
|
+
def __init__(__self__, *,
|
4692
|
+
apply_update_time_preference: Optional['outputs.CloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference'] = None,
|
4693
|
+
freeze_period: Optional['outputs.CloudVmClusterCloudAutomationUpdateDetailsFreezePeriod'] = None,
|
4694
|
+
is_early_adoption_enabled: Optional[bool] = None,
|
4695
|
+
is_freeze_period_enabled: Optional[bool] = None):
|
4696
|
+
"""
|
4697
|
+
:param 'CloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceArgs' apply_update_time_preference: (Updatable) Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
4698
|
+
:param 'CloudVmClusterCloudAutomationUpdateDetailsFreezePeriodArgs' freeze_period: (Updatable) Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
4699
|
+
:param bool is_early_adoption_enabled: (Updatable) Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
4700
|
+
:param bool is_freeze_period_enabled: (Updatable) Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
4701
|
+
"""
|
4702
|
+
if apply_update_time_preference is not None:
|
4703
|
+
pulumi.set(__self__, "apply_update_time_preference", apply_update_time_preference)
|
4704
|
+
if freeze_period is not None:
|
4705
|
+
pulumi.set(__self__, "freeze_period", freeze_period)
|
4706
|
+
if is_early_adoption_enabled is not None:
|
4707
|
+
pulumi.set(__self__, "is_early_adoption_enabled", is_early_adoption_enabled)
|
4708
|
+
if is_freeze_period_enabled is not None:
|
4709
|
+
pulumi.set(__self__, "is_freeze_period_enabled", is_freeze_period_enabled)
|
4710
|
+
|
4711
|
+
@property
|
4712
|
+
@pulumi.getter(name="applyUpdateTimePreference")
|
4713
|
+
def apply_update_time_preference(self) -> Optional['outputs.CloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference']:
|
4714
|
+
"""
|
4715
|
+
(Updatable) Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
4716
|
+
"""
|
4717
|
+
return pulumi.get(self, "apply_update_time_preference")
|
4718
|
+
|
4719
|
+
@property
|
4720
|
+
@pulumi.getter(name="freezePeriod")
|
4721
|
+
def freeze_period(self) -> Optional['outputs.CloudVmClusterCloudAutomationUpdateDetailsFreezePeriod']:
|
4722
|
+
"""
|
4723
|
+
(Updatable) Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
4724
|
+
"""
|
4725
|
+
return pulumi.get(self, "freeze_period")
|
4726
|
+
|
4727
|
+
@property
|
4728
|
+
@pulumi.getter(name="isEarlyAdoptionEnabled")
|
4729
|
+
def is_early_adoption_enabled(self) -> Optional[bool]:
|
4730
|
+
"""
|
4731
|
+
(Updatable) Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
4732
|
+
"""
|
4733
|
+
return pulumi.get(self, "is_early_adoption_enabled")
|
4734
|
+
|
4735
|
+
@property
|
4736
|
+
@pulumi.getter(name="isFreezePeriodEnabled")
|
4737
|
+
def is_freeze_period_enabled(self) -> Optional[bool]:
|
4738
|
+
"""
|
4739
|
+
(Updatable) Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
4740
|
+
"""
|
4741
|
+
return pulumi.get(self, "is_freeze_period_enabled")
|
4742
|
+
|
4743
|
+
|
4744
|
+
@pulumi.output_type
|
4745
|
+
class CloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference(dict):
|
4746
|
+
@staticmethod
|
4747
|
+
def __key_warning(key: str):
|
4748
|
+
suggest = None
|
4749
|
+
if key == "applyUpdatePreferredEndTime":
|
4750
|
+
suggest = "apply_update_preferred_end_time"
|
4751
|
+
elif key == "applyUpdatePreferredStartTime":
|
4752
|
+
suggest = "apply_update_preferred_start_time"
|
4753
|
+
|
4754
|
+
if suggest:
|
4755
|
+
pulumi.log.warn(f"Key '{key}' not found in CloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference. Access the value via the '{suggest}' property getter instead.")
|
4756
|
+
|
4757
|
+
def __getitem__(self, key: str) -> Any:
|
4758
|
+
CloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference.__key_warning(key)
|
4759
|
+
return super().__getitem__(key)
|
4760
|
+
|
4761
|
+
def get(self, key: str, default = None) -> Any:
|
4762
|
+
CloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference.__key_warning(key)
|
4763
|
+
return super().get(key, default)
|
4764
|
+
|
4765
|
+
def __init__(__self__, *,
|
4766
|
+
apply_update_preferred_end_time: Optional[str] = None,
|
4767
|
+
apply_update_preferred_start_time: Optional[str] = None):
|
4768
|
+
"""
|
4769
|
+
:param str apply_update_preferred_end_time: (Updatable) End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
4770
|
+
:param str apply_update_preferred_start_time: (Updatable) Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
4771
|
+
"""
|
4772
|
+
if apply_update_preferred_end_time is not None:
|
4773
|
+
pulumi.set(__self__, "apply_update_preferred_end_time", apply_update_preferred_end_time)
|
4774
|
+
if apply_update_preferred_start_time is not None:
|
4775
|
+
pulumi.set(__self__, "apply_update_preferred_start_time", apply_update_preferred_start_time)
|
4776
|
+
|
4777
|
+
@property
|
4778
|
+
@pulumi.getter(name="applyUpdatePreferredEndTime")
|
4779
|
+
def apply_update_preferred_end_time(self) -> Optional[str]:
|
4780
|
+
"""
|
4781
|
+
(Updatable) End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
4782
|
+
"""
|
4783
|
+
return pulumi.get(self, "apply_update_preferred_end_time")
|
4784
|
+
|
4785
|
+
@property
|
4786
|
+
@pulumi.getter(name="applyUpdatePreferredStartTime")
|
4787
|
+
def apply_update_preferred_start_time(self) -> Optional[str]:
|
4788
|
+
"""
|
4789
|
+
(Updatable) Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
4790
|
+
"""
|
4791
|
+
return pulumi.get(self, "apply_update_preferred_start_time")
|
4792
|
+
|
4793
|
+
|
4794
|
+
@pulumi.output_type
|
4795
|
+
class CloudVmClusterCloudAutomationUpdateDetailsFreezePeriod(dict):
|
4796
|
+
@staticmethod
|
4797
|
+
def __key_warning(key: str):
|
4798
|
+
suggest = None
|
4799
|
+
if key == "freezePeriodEndTime":
|
4800
|
+
suggest = "freeze_period_end_time"
|
4801
|
+
elif key == "freezePeriodStartTime":
|
4802
|
+
suggest = "freeze_period_start_time"
|
4803
|
+
|
4804
|
+
if suggest:
|
4805
|
+
pulumi.log.warn(f"Key '{key}' not found in CloudVmClusterCloudAutomationUpdateDetailsFreezePeriod. Access the value via the '{suggest}' property getter instead.")
|
4806
|
+
|
4807
|
+
def __getitem__(self, key: str) -> Any:
|
4808
|
+
CloudVmClusterCloudAutomationUpdateDetailsFreezePeriod.__key_warning(key)
|
4809
|
+
return super().__getitem__(key)
|
4810
|
+
|
4811
|
+
def get(self, key: str, default = None) -> Any:
|
4812
|
+
CloudVmClusterCloudAutomationUpdateDetailsFreezePeriod.__key_warning(key)
|
4813
|
+
return super().get(key, default)
|
4814
|
+
|
4815
|
+
def __init__(__self__, *,
|
4816
|
+
freeze_period_end_time: Optional[str] = None,
|
4817
|
+
freeze_period_start_time: Optional[str] = None):
|
4818
|
+
"""
|
4819
|
+
:param str freeze_period_end_time: (Updatable) End time of the freeze period cycle.
|
4820
|
+
:param str freeze_period_start_time: (Updatable) Start time of the freeze period cycle.
|
4821
|
+
"""
|
4822
|
+
if freeze_period_end_time is not None:
|
4823
|
+
pulumi.set(__self__, "freeze_period_end_time", freeze_period_end_time)
|
4824
|
+
if freeze_period_start_time is not None:
|
4825
|
+
pulumi.set(__self__, "freeze_period_start_time", freeze_period_start_time)
|
4826
|
+
|
4827
|
+
@property
|
4828
|
+
@pulumi.getter(name="freezePeriodEndTime")
|
4829
|
+
def freeze_period_end_time(self) -> Optional[str]:
|
4830
|
+
"""
|
4831
|
+
(Updatable) End time of the freeze period cycle.
|
4832
|
+
"""
|
4833
|
+
return pulumi.get(self, "freeze_period_end_time")
|
4834
|
+
|
4835
|
+
@property
|
4836
|
+
@pulumi.getter(name="freezePeriodStartTime")
|
4837
|
+
def freeze_period_start_time(self) -> Optional[str]:
|
4838
|
+
"""
|
4839
|
+
(Updatable) Start time of the freeze period cycle.
|
4840
|
+
"""
|
4841
|
+
return pulumi.get(self, "freeze_period_start_time")
|
4842
|
+
|
4843
|
+
|
4609
4844
|
@pulumi.output_type
|
4610
4845
|
class CloudVmClusterDataCollectionOptions(dict):
|
4611
4846
|
@staticmethod
|
@@ -5136,13 +5371,13 @@ class DatabaseDatabase(dict):
|
|
5136
5371
|
:param Mapping[str, str] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
5137
5372
|
:param Mapping[str, str] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
5138
5373
|
:param 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.
|
5139
|
-
:param 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.
|
5374
|
+
:param 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.
|
5140
5375
|
:param str ncharacter_set: The national character set for the database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
|
5141
5376
|
:param str pdb_name: The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name.
|
5142
5377
|
:param Sequence[str] pluggable_databases: The list of pluggable databases that needs to be restored into new database.
|
5143
5378
|
:param str sid_prefix: Specifies a prefix for the `Oracle SID` of the database to be created.
|
5144
5379
|
:param str tde_wallet_password: The optional password to open the TDE wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \\#, or -.
|
5145
|
-
:param 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).
|
5380
|
+
:param 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.
|
5146
5381
|
"""
|
5147
5382
|
pulumi.set(__self__, "admin_password", admin_password)
|
5148
5383
|
pulumi.set(__self__, "db_name", db_name)
|
@@ -5285,7 +5520,7 @@ class DatabaseDatabase(dict):
|
|
5285
5520
|
@pulumi.getter(name="kmsKeyVersionId")
|
5286
5521
|
def kms_key_version_id(self) -> Optional[str]:
|
5287
5522
|
"""
|
5288
|
-
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.
|
5523
|
+
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.
|
5289
5524
|
"""
|
5290
5525
|
return pulumi.get(self, "kms_key_version_id")
|
5291
5526
|
|
@@ -5333,7 +5568,7 @@ class DatabaseDatabase(dict):
|
|
5333
5568
|
@pulumi.getter(name="vaultId")
|
5334
5569
|
def vault_id(self) -> Optional[str]:
|
5335
5570
|
"""
|
5336
|
-
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).
|
5571
|
+
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.
|
5337
5572
|
"""
|
5338
5573
|
return pulumi.get(self, "vault_id")
|
5339
5574
|
|
@@ -6303,7 +6538,7 @@ class DbHomeDatabase(dict):
|
|
6303
6538
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
|
6304
6539
|
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
6305
6540
|
:param 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.
|
6306
|
-
:param 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.
|
6541
|
+
:param 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.
|
6307
6542
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
6308
6543
|
:param str ncharacter_set: The national character set for the database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
|
6309
6544
|
:param Sequence[str] one_off_patches: List of one-off patches for Database Homes.
|
@@ -6314,7 +6549,7 @@ class DbHomeDatabase(dict):
|
|
6314
6549
|
:param str tde_wallet_password: The optional password to open the TDE wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \\#, or -.
|
6315
6550
|
:param str time_created: The date and time the Database Home was created.
|
6316
6551
|
:param str time_stamp_for_point_in_time_recovery: The point in time of the original database from which the new database is created. If not specifed, the latest backup is used to create the database.
|
6317
|
-
:param 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).
|
6552
|
+
:param 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.
|
6318
6553
|
"""
|
6319
6554
|
pulumi.set(__self__, "admin_password", admin_password)
|
6320
6555
|
if backup_id is not None:
|
@@ -6502,7 +6737,7 @@ class DbHomeDatabase(dict):
|
|
6502
6737
|
@pulumi.getter(name="kmsKeyVersionId")
|
6503
6738
|
def kms_key_version_id(self) -> Optional[str]:
|
6504
6739
|
"""
|
6505
|
-
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.
|
6740
|
+
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.
|
6506
6741
|
"""
|
6507
6742
|
return pulumi.get(self, "kms_key_version_id")
|
6508
6743
|
|
@@ -6590,7 +6825,7 @@ class DbHomeDatabase(dict):
|
|
6590
6825
|
@pulumi.getter(name="vaultId")
|
6591
6826
|
def vault_id(self) -> Optional[str]:
|
6592
6827
|
"""
|
6593
|
-
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).
|
6828
|
+
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.
|
6594
6829
|
"""
|
6595
6830
|
return pulumi.get(self, "vault_id")
|
6596
6831
|
|
@@ -7212,7 +7447,7 @@ class DbSystemDbHomeDatabase(dict):
|
|
7212
7447
|
:param Mapping[str, str] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
7213
7448
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
7214
7449
|
:param 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.
|
7215
|
-
:param 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.
|
7450
|
+
:param 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.
|
7216
7451
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
7217
7452
|
:param str ncharacter_set: The national character set for the database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
|
7218
7453
|
:param str pdb_name: The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name.
|
@@ -7221,7 +7456,7 @@ class DbSystemDbHomeDatabase(dict):
|
|
7221
7456
|
:param str tde_wallet_password: The optional password to open the TDE wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \\#, or -.
|
7222
7457
|
:param str time_created: The date and time the DB system was created.
|
7223
7458
|
:param str time_stamp_for_point_in_time_recovery: The point in time of the original database from which the new database is created. If not specifed, the latest backup is used to create the database.
|
7224
|
-
:param 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).
|
7459
|
+
:param 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.
|
7225
7460
|
"""
|
7226
7461
|
pulumi.set(__self__, "admin_password", admin_password)
|
7227
7462
|
if backup_id is not None:
|
@@ -7408,7 +7643,7 @@ class DbSystemDbHomeDatabase(dict):
|
|
7408
7643
|
@pulumi.getter(name="kmsKeyVersionId")
|
7409
7644
|
def kms_key_version_id(self) -> Optional[str]:
|
7410
7645
|
"""
|
7411
|
-
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.
|
7646
|
+
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.
|
7412
7647
|
"""
|
7413
7648
|
return pulumi.get(self, "kms_key_version_id")
|
7414
7649
|
|
@@ -7480,7 +7715,7 @@ class DbSystemDbHomeDatabase(dict):
|
|
7480
7715
|
@pulumi.getter(name="vaultId")
|
7481
7716
|
def vault_id(self) -> Optional[str]:
|
7482
7717
|
"""
|
7483
|
-
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).
|
7718
|
+
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.
|
7484
7719
|
"""
|
7485
7720
|
return pulumi.get(self, "vault_id")
|
7486
7721
|
|
@@ -7969,6 +8204,7 @@ class DbSystemMaintenanceWindow(dict):
|
|
7969
8204
|
:param Sequence['DbSystemMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
7970
8205
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
7971
8206
|
:param str preference: The maintenance window scheduling preference.
|
8207
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
7972
8208
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
7973
8209
|
"""
|
7974
8210
|
if custom_action_timeout_in_mins is not None:
|
@@ -8070,6 +8306,9 @@ class DbSystemMaintenanceWindow(dict):
|
|
8070
8306
|
@property
|
8071
8307
|
@pulumi.getter(name="skipRus")
|
8072
8308
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
8309
|
+
"""
|
8310
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
8311
|
+
"""
|
8073
8312
|
return pulumi.get(self, "skip_rus")
|
8074
8313
|
|
8075
8314
|
@property
|
@@ -8160,6 +8399,7 @@ class DbSystemMaintenanceWindowDetails(dict):
|
|
8160
8399
|
|
8161
8400
|
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
|
8162
8401
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
8402
|
+
:param Sequence[bool] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
8163
8403
|
:param Sequence[int] weeks_of_months: (Updatable) Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
8164
8404
|
"""
|
8165
8405
|
if custom_action_timeout_in_mins is not None:
|
@@ -8263,6 +8503,9 @@ class DbSystemMaintenanceWindowDetails(dict):
|
|
8263
8503
|
@property
|
8264
8504
|
@pulumi.getter(name="skipRus")
|
8265
8505
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
8506
|
+
"""
|
8507
|
+
(Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
8508
|
+
"""
|
8266
8509
|
return pulumi.get(self, "skip_rus")
|
8267
8510
|
|
8268
8511
|
@property
|
@@ -9154,6 +9397,7 @@ class ExadataInfrastructureMaintenanceWindow(dict):
|
|
9154
9397
|
|
9155
9398
|
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
|
9156
9399
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
9400
|
+
:param Sequence[bool] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
9157
9401
|
:param Sequence[int] weeks_of_months: (Updatable) Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
9158
9402
|
"""
|
9159
9403
|
if custom_action_timeout_in_mins is not None:
|
@@ -9257,6 +9501,9 @@ class ExadataInfrastructureMaintenanceWindow(dict):
|
|
9257
9501
|
@property
|
9258
9502
|
@pulumi.getter(name="skipRus")
|
9259
9503
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
9504
|
+
"""
|
9505
|
+
(Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
9506
|
+
"""
|
9260
9507
|
return pulumi.get(self, "skip_rus")
|
9261
9508
|
|
9262
9509
|
@property
|
@@ -10694,7 +10941,7 @@ class KeyStoreTypeDetails(dict):
|
|
10694
10941
|
:param Sequence[str] connection_ips: (Updatable) The list of Oracle Key Vault connection IP addresses.
|
10695
10942
|
:param str secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [secret](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
10696
10943
|
:param str type: (Updatable) The type of key store.
|
10697
|
-
:param str vault_id: (Updatable) 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).
|
10944
|
+
:param str vault_id: (Updatable) 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.
|
10698
10945
|
|
10699
10946
|
|
10700
10947
|
** IMPORTANT **
|
@@ -10742,7 +10989,7 @@ class KeyStoreTypeDetails(dict):
|
|
10742
10989
|
@pulumi.getter(name="vaultId")
|
10743
10990
|
def vault_id(self) -> str:
|
10744
10991
|
"""
|
10745
|
-
(Updatable) 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).
|
10992
|
+
(Updatable) 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.
|
10746
10993
|
|
10747
10994
|
|
10748
10995
|
** IMPORTANT **
|
@@ -11731,6 +11978,184 @@ class PluggableDatabasesRemoteCloneRefreshableCloneConfig(dict):
|
|
11731
11978
|
return pulumi.get(self, "is_refreshable_clone")
|
11732
11979
|
|
11733
11980
|
|
11981
|
+
@pulumi.output_type
|
11982
|
+
class VmClusterAddVirtualNetworkCloudAutomationUpdateDetail(dict):
|
11983
|
+
@staticmethod
|
11984
|
+
def __key_warning(key: str):
|
11985
|
+
suggest = None
|
11986
|
+
if key == "applyUpdateTimePreferences":
|
11987
|
+
suggest = "apply_update_time_preferences"
|
11988
|
+
elif key == "freezePeriods":
|
11989
|
+
suggest = "freeze_periods"
|
11990
|
+
elif key == "isEarlyAdoptionEnabled":
|
11991
|
+
suggest = "is_early_adoption_enabled"
|
11992
|
+
elif key == "isFreezePeriodEnabled":
|
11993
|
+
suggest = "is_freeze_period_enabled"
|
11994
|
+
|
11995
|
+
if suggest:
|
11996
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterAddVirtualNetworkCloudAutomationUpdateDetail. Access the value via the '{suggest}' property getter instead.")
|
11997
|
+
|
11998
|
+
def __getitem__(self, key: str) -> Any:
|
11999
|
+
VmClusterAddVirtualNetworkCloudAutomationUpdateDetail.__key_warning(key)
|
12000
|
+
return super().__getitem__(key)
|
12001
|
+
|
12002
|
+
def get(self, key: str, default = None) -> Any:
|
12003
|
+
VmClusterAddVirtualNetworkCloudAutomationUpdateDetail.__key_warning(key)
|
12004
|
+
return super().get(key, default)
|
12005
|
+
|
12006
|
+
def __init__(__self__, *,
|
12007
|
+
apply_update_time_preferences: Optional[Sequence['outputs.VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreference']] = None,
|
12008
|
+
freeze_periods: Optional[Sequence['outputs.VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriod']] = None,
|
12009
|
+
is_early_adoption_enabled: Optional[bool] = None,
|
12010
|
+
is_freeze_period_enabled: Optional[bool] = None):
|
12011
|
+
"""
|
12012
|
+
:param Sequence['VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreferenceArgs'] apply_update_time_preferences: Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
12013
|
+
:param Sequence['VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriodArgs'] freeze_periods: Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
12014
|
+
:param bool is_early_adoption_enabled: Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
12015
|
+
:param bool is_freeze_period_enabled: Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
12016
|
+
"""
|
12017
|
+
if apply_update_time_preferences is not None:
|
12018
|
+
pulumi.set(__self__, "apply_update_time_preferences", apply_update_time_preferences)
|
12019
|
+
if freeze_periods is not None:
|
12020
|
+
pulumi.set(__self__, "freeze_periods", freeze_periods)
|
12021
|
+
if is_early_adoption_enabled is not None:
|
12022
|
+
pulumi.set(__self__, "is_early_adoption_enabled", is_early_adoption_enabled)
|
12023
|
+
if is_freeze_period_enabled is not None:
|
12024
|
+
pulumi.set(__self__, "is_freeze_period_enabled", is_freeze_period_enabled)
|
12025
|
+
|
12026
|
+
@property
|
12027
|
+
@pulumi.getter(name="applyUpdateTimePreferences")
|
12028
|
+
def apply_update_time_preferences(self) -> Optional[Sequence['outputs.VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreference']]:
|
12029
|
+
"""
|
12030
|
+
Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
12031
|
+
"""
|
12032
|
+
return pulumi.get(self, "apply_update_time_preferences")
|
12033
|
+
|
12034
|
+
@property
|
12035
|
+
@pulumi.getter(name="freezePeriods")
|
12036
|
+
def freeze_periods(self) -> Optional[Sequence['outputs.VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriod']]:
|
12037
|
+
"""
|
12038
|
+
Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
12039
|
+
"""
|
12040
|
+
return pulumi.get(self, "freeze_periods")
|
12041
|
+
|
12042
|
+
@property
|
12043
|
+
@pulumi.getter(name="isEarlyAdoptionEnabled")
|
12044
|
+
def is_early_adoption_enabled(self) -> Optional[bool]:
|
12045
|
+
"""
|
12046
|
+
Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
12047
|
+
"""
|
12048
|
+
return pulumi.get(self, "is_early_adoption_enabled")
|
12049
|
+
|
12050
|
+
@property
|
12051
|
+
@pulumi.getter(name="isFreezePeriodEnabled")
|
12052
|
+
def is_freeze_period_enabled(self) -> Optional[bool]:
|
12053
|
+
"""
|
12054
|
+
Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
12055
|
+
"""
|
12056
|
+
return pulumi.get(self, "is_freeze_period_enabled")
|
12057
|
+
|
12058
|
+
|
12059
|
+
@pulumi.output_type
|
12060
|
+
class VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreference(dict):
|
12061
|
+
@staticmethod
|
12062
|
+
def __key_warning(key: str):
|
12063
|
+
suggest = None
|
12064
|
+
if key == "applyUpdatePreferredEndTime":
|
12065
|
+
suggest = "apply_update_preferred_end_time"
|
12066
|
+
elif key == "applyUpdatePreferredStartTime":
|
12067
|
+
suggest = "apply_update_preferred_start_time"
|
12068
|
+
|
12069
|
+
if suggest:
|
12070
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreference. Access the value via the '{suggest}' property getter instead.")
|
12071
|
+
|
12072
|
+
def __getitem__(self, key: str) -> Any:
|
12073
|
+
VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreference.__key_warning(key)
|
12074
|
+
return super().__getitem__(key)
|
12075
|
+
|
12076
|
+
def get(self, key: str, default = None) -> Any:
|
12077
|
+
VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreference.__key_warning(key)
|
12078
|
+
return super().get(key, default)
|
12079
|
+
|
12080
|
+
def __init__(__self__, *,
|
12081
|
+
apply_update_preferred_end_time: Optional[str] = None,
|
12082
|
+
apply_update_preferred_start_time: Optional[str] = None):
|
12083
|
+
"""
|
12084
|
+
:param str apply_update_preferred_end_time: End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
12085
|
+
:param str apply_update_preferred_start_time: Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
12086
|
+
"""
|
12087
|
+
if apply_update_preferred_end_time is not None:
|
12088
|
+
pulumi.set(__self__, "apply_update_preferred_end_time", apply_update_preferred_end_time)
|
12089
|
+
if apply_update_preferred_start_time is not None:
|
12090
|
+
pulumi.set(__self__, "apply_update_preferred_start_time", apply_update_preferred_start_time)
|
12091
|
+
|
12092
|
+
@property
|
12093
|
+
@pulumi.getter(name="applyUpdatePreferredEndTime")
|
12094
|
+
def apply_update_preferred_end_time(self) -> Optional[str]:
|
12095
|
+
"""
|
12096
|
+
End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
12097
|
+
"""
|
12098
|
+
return pulumi.get(self, "apply_update_preferred_end_time")
|
12099
|
+
|
12100
|
+
@property
|
12101
|
+
@pulumi.getter(name="applyUpdatePreferredStartTime")
|
12102
|
+
def apply_update_preferred_start_time(self) -> Optional[str]:
|
12103
|
+
"""
|
12104
|
+
Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
12105
|
+
"""
|
12106
|
+
return pulumi.get(self, "apply_update_preferred_start_time")
|
12107
|
+
|
12108
|
+
|
12109
|
+
@pulumi.output_type
|
12110
|
+
class VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriod(dict):
|
12111
|
+
@staticmethod
|
12112
|
+
def __key_warning(key: str):
|
12113
|
+
suggest = None
|
12114
|
+
if key == "freezePeriodEndTime":
|
12115
|
+
suggest = "freeze_period_end_time"
|
12116
|
+
elif key == "freezePeriodStartTime":
|
12117
|
+
suggest = "freeze_period_start_time"
|
12118
|
+
|
12119
|
+
if suggest:
|
12120
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriod. Access the value via the '{suggest}' property getter instead.")
|
12121
|
+
|
12122
|
+
def __getitem__(self, key: str) -> Any:
|
12123
|
+
VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriod.__key_warning(key)
|
12124
|
+
return super().__getitem__(key)
|
12125
|
+
|
12126
|
+
def get(self, key: str, default = None) -> Any:
|
12127
|
+
VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriod.__key_warning(key)
|
12128
|
+
return super().get(key, default)
|
12129
|
+
|
12130
|
+
def __init__(__self__, *,
|
12131
|
+
freeze_period_end_time: Optional[str] = None,
|
12132
|
+
freeze_period_start_time: Optional[str] = None):
|
12133
|
+
"""
|
12134
|
+
:param str freeze_period_end_time: End time of the freeze period cycle.
|
12135
|
+
:param str freeze_period_start_time: Start time of the freeze period cycle.
|
12136
|
+
"""
|
12137
|
+
if freeze_period_end_time is not None:
|
12138
|
+
pulumi.set(__self__, "freeze_period_end_time", freeze_period_end_time)
|
12139
|
+
if freeze_period_start_time is not None:
|
12140
|
+
pulumi.set(__self__, "freeze_period_start_time", freeze_period_start_time)
|
12141
|
+
|
12142
|
+
@property
|
12143
|
+
@pulumi.getter(name="freezePeriodEndTime")
|
12144
|
+
def freeze_period_end_time(self) -> Optional[str]:
|
12145
|
+
"""
|
12146
|
+
End time of the freeze period cycle.
|
12147
|
+
"""
|
12148
|
+
return pulumi.get(self, "freeze_period_end_time")
|
12149
|
+
|
12150
|
+
@property
|
12151
|
+
@pulumi.getter(name="freezePeriodStartTime")
|
12152
|
+
def freeze_period_start_time(self) -> Optional[str]:
|
12153
|
+
"""
|
12154
|
+
Start time of the freeze period cycle.
|
12155
|
+
"""
|
12156
|
+
return pulumi.get(self, "freeze_period_start_time")
|
12157
|
+
|
12158
|
+
|
11734
12159
|
@pulumi.output_type
|
11735
12160
|
class VmClusterAddVirtualNetworkDataCollectionOption(dict):
|
11736
12161
|
@staticmethod
|
@@ -11880,6 +12305,184 @@ class VmClusterAddVirtualNetworkFileSystemConfigurationDetail(dict):
|
|
11880
12305
|
return pulumi.get(self, "mount_point")
|
11881
12306
|
|
11882
12307
|
|
12308
|
+
@pulumi.output_type
|
12309
|
+
class VmClusterCloudAutomationUpdateDetails(dict):
|
12310
|
+
@staticmethod
|
12311
|
+
def __key_warning(key: str):
|
12312
|
+
suggest = None
|
12313
|
+
if key == "applyUpdateTimePreference":
|
12314
|
+
suggest = "apply_update_time_preference"
|
12315
|
+
elif key == "freezePeriod":
|
12316
|
+
suggest = "freeze_period"
|
12317
|
+
elif key == "isEarlyAdoptionEnabled":
|
12318
|
+
suggest = "is_early_adoption_enabled"
|
12319
|
+
elif key == "isFreezePeriodEnabled":
|
12320
|
+
suggest = "is_freeze_period_enabled"
|
12321
|
+
|
12322
|
+
if suggest:
|
12323
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterCloudAutomationUpdateDetails. Access the value via the '{suggest}' property getter instead.")
|
12324
|
+
|
12325
|
+
def __getitem__(self, key: str) -> Any:
|
12326
|
+
VmClusterCloudAutomationUpdateDetails.__key_warning(key)
|
12327
|
+
return super().__getitem__(key)
|
12328
|
+
|
12329
|
+
def get(self, key: str, default = None) -> Any:
|
12330
|
+
VmClusterCloudAutomationUpdateDetails.__key_warning(key)
|
12331
|
+
return super().get(key, default)
|
12332
|
+
|
12333
|
+
def __init__(__self__, *,
|
12334
|
+
apply_update_time_preference: Optional['outputs.VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference'] = None,
|
12335
|
+
freeze_period: Optional['outputs.VmClusterCloudAutomationUpdateDetailsFreezePeriod'] = None,
|
12336
|
+
is_early_adoption_enabled: Optional[bool] = None,
|
12337
|
+
is_freeze_period_enabled: Optional[bool] = None):
|
12338
|
+
"""
|
12339
|
+
:param 'VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceArgs' apply_update_time_preference: (Updatable) Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
12340
|
+
:param 'VmClusterCloudAutomationUpdateDetailsFreezePeriodArgs' freeze_period: (Updatable) Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
12341
|
+
:param bool is_early_adoption_enabled: (Updatable) Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
12342
|
+
:param bool is_freeze_period_enabled: (Updatable) Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
12343
|
+
"""
|
12344
|
+
if apply_update_time_preference is not None:
|
12345
|
+
pulumi.set(__self__, "apply_update_time_preference", apply_update_time_preference)
|
12346
|
+
if freeze_period is not None:
|
12347
|
+
pulumi.set(__self__, "freeze_period", freeze_period)
|
12348
|
+
if is_early_adoption_enabled is not None:
|
12349
|
+
pulumi.set(__self__, "is_early_adoption_enabled", is_early_adoption_enabled)
|
12350
|
+
if is_freeze_period_enabled is not None:
|
12351
|
+
pulumi.set(__self__, "is_freeze_period_enabled", is_freeze_period_enabled)
|
12352
|
+
|
12353
|
+
@property
|
12354
|
+
@pulumi.getter(name="applyUpdateTimePreference")
|
12355
|
+
def apply_update_time_preference(self) -> Optional['outputs.VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference']:
|
12356
|
+
"""
|
12357
|
+
(Updatable) Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
12358
|
+
"""
|
12359
|
+
return pulumi.get(self, "apply_update_time_preference")
|
12360
|
+
|
12361
|
+
@property
|
12362
|
+
@pulumi.getter(name="freezePeriod")
|
12363
|
+
def freeze_period(self) -> Optional['outputs.VmClusterCloudAutomationUpdateDetailsFreezePeriod']:
|
12364
|
+
"""
|
12365
|
+
(Updatable) Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
12366
|
+
"""
|
12367
|
+
return pulumi.get(self, "freeze_period")
|
12368
|
+
|
12369
|
+
@property
|
12370
|
+
@pulumi.getter(name="isEarlyAdoptionEnabled")
|
12371
|
+
def is_early_adoption_enabled(self) -> Optional[bool]:
|
12372
|
+
"""
|
12373
|
+
(Updatable) Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
12374
|
+
"""
|
12375
|
+
return pulumi.get(self, "is_early_adoption_enabled")
|
12376
|
+
|
12377
|
+
@property
|
12378
|
+
@pulumi.getter(name="isFreezePeriodEnabled")
|
12379
|
+
def is_freeze_period_enabled(self) -> Optional[bool]:
|
12380
|
+
"""
|
12381
|
+
(Updatable) Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
12382
|
+
"""
|
12383
|
+
return pulumi.get(self, "is_freeze_period_enabled")
|
12384
|
+
|
12385
|
+
|
12386
|
+
@pulumi.output_type
|
12387
|
+
class VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference(dict):
|
12388
|
+
@staticmethod
|
12389
|
+
def __key_warning(key: str):
|
12390
|
+
suggest = None
|
12391
|
+
if key == "applyUpdatePreferredEndTime":
|
12392
|
+
suggest = "apply_update_preferred_end_time"
|
12393
|
+
elif key == "applyUpdatePreferredStartTime":
|
12394
|
+
suggest = "apply_update_preferred_start_time"
|
12395
|
+
|
12396
|
+
if suggest:
|
12397
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference. Access the value via the '{suggest}' property getter instead.")
|
12398
|
+
|
12399
|
+
def __getitem__(self, key: str) -> Any:
|
12400
|
+
VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference.__key_warning(key)
|
12401
|
+
return super().__getitem__(key)
|
12402
|
+
|
12403
|
+
def get(self, key: str, default = None) -> Any:
|
12404
|
+
VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference.__key_warning(key)
|
12405
|
+
return super().get(key, default)
|
12406
|
+
|
12407
|
+
def __init__(__self__, *,
|
12408
|
+
apply_update_preferred_end_time: Optional[str] = None,
|
12409
|
+
apply_update_preferred_start_time: Optional[str] = None):
|
12410
|
+
"""
|
12411
|
+
:param str apply_update_preferred_end_time: (Updatable) End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
12412
|
+
:param str apply_update_preferred_start_time: (Updatable) Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
12413
|
+
"""
|
12414
|
+
if apply_update_preferred_end_time is not None:
|
12415
|
+
pulumi.set(__self__, "apply_update_preferred_end_time", apply_update_preferred_end_time)
|
12416
|
+
if apply_update_preferred_start_time is not None:
|
12417
|
+
pulumi.set(__self__, "apply_update_preferred_start_time", apply_update_preferred_start_time)
|
12418
|
+
|
12419
|
+
@property
|
12420
|
+
@pulumi.getter(name="applyUpdatePreferredEndTime")
|
12421
|
+
def apply_update_preferred_end_time(self) -> Optional[str]:
|
12422
|
+
"""
|
12423
|
+
(Updatable) End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
12424
|
+
"""
|
12425
|
+
return pulumi.get(self, "apply_update_preferred_end_time")
|
12426
|
+
|
12427
|
+
@property
|
12428
|
+
@pulumi.getter(name="applyUpdatePreferredStartTime")
|
12429
|
+
def apply_update_preferred_start_time(self) -> Optional[str]:
|
12430
|
+
"""
|
12431
|
+
(Updatable) Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
12432
|
+
"""
|
12433
|
+
return pulumi.get(self, "apply_update_preferred_start_time")
|
12434
|
+
|
12435
|
+
|
12436
|
+
@pulumi.output_type
|
12437
|
+
class VmClusterCloudAutomationUpdateDetailsFreezePeriod(dict):
|
12438
|
+
@staticmethod
|
12439
|
+
def __key_warning(key: str):
|
12440
|
+
suggest = None
|
12441
|
+
if key == "freezePeriodEndTime":
|
12442
|
+
suggest = "freeze_period_end_time"
|
12443
|
+
elif key == "freezePeriodStartTime":
|
12444
|
+
suggest = "freeze_period_start_time"
|
12445
|
+
|
12446
|
+
if suggest:
|
12447
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterCloudAutomationUpdateDetailsFreezePeriod. Access the value via the '{suggest}' property getter instead.")
|
12448
|
+
|
12449
|
+
def __getitem__(self, key: str) -> Any:
|
12450
|
+
VmClusterCloudAutomationUpdateDetailsFreezePeriod.__key_warning(key)
|
12451
|
+
return super().__getitem__(key)
|
12452
|
+
|
12453
|
+
def get(self, key: str, default = None) -> Any:
|
12454
|
+
VmClusterCloudAutomationUpdateDetailsFreezePeriod.__key_warning(key)
|
12455
|
+
return super().get(key, default)
|
12456
|
+
|
12457
|
+
def __init__(__self__, *,
|
12458
|
+
freeze_period_end_time: Optional[str] = None,
|
12459
|
+
freeze_period_start_time: Optional[str] = None):
|
12460
|
+
"""
|
12461
|
+
:param str freeze_period_end_time: (Updatable) End time of the freeze period cycle.
|
12462
|
+
:param str freeze_period_start_time: (Updatable) Start time of the freeze period cycle.
|
12463
|
+
"""
|
12464
|
+
if freeze_period_end_time is not None:
|
12465
|
+
pulumi.set(__self__, "freeze_period_end_time", freeze_period_end_time)
|
12466
|
+
if freeze_period_start_time is not None:
|
12467
|
+
pulumi.set(__self__, "freeze_period_start_time", freeze_period_start_time)
|
12468
|
+
|
12469
|
+
@property
|
12470
|
+
@pulumi.getter(name="freezePeriodEndTime")
|
12471
|
+
def freeze_period_end_time(self) -> Optional[str]:
|
12472
|
+
"""
|
12473
|
+
(Updatable) End time of the freeze period cycle.
|
12474
|
+
"""
|
12475
|
+
return pulumi.get(self, "freeze_period_end_time")
|
12476
|
+
|
12477
|
+
@property
|
12478
|
+
@pulumi.getter(name="freezePeriodStartTime")
|
12479
|
+
def freeze_period_start_time(self) -> Optional[str]:
|
12480
|
+
"""
|
12481
|
+
(Updatable) Start time of the freeze period cycle.
|
12482
|
+
"""
|
12483
|
+
return pulumi.get(self, "freeze_period_start_time")
|
12484
|
+
|
12485
|
+
|
11883
12486
|
@pulumi.output_type
|
11884
12487
|
class VmClusterDataCollectionOptions(dict):
|
11885
12488
|
@staticmethod
|
@@ -12337,6 +12940,184 @@ class VmClusterNetworkVmNetworkNode(dict):
|
|
12337
12940
|
return pulumi.get(self, "vip_hostname")
|
12338
12941
|
|
12339
12942
|
|
12943
|
+
@pulumi.output_type
|
12944
|
+
class VmClusterRemoveVirtualMachineCloudAutomationUpdateDetail(dict):
|
12945
|
+
@staticmethod
|
12946
|
+
def __key_warning(key: str):
|
12947
|
+
suggest = None
|
12948
|
+
if key == "applyUpdateTimePreferences":
|
12949
|
+
suggest = "apply_update_time_preferences"
|
12950
|
+
elif key == "freezePeriods":
|
12951
|
+
suggest = "freeze_periods"
|
12952
|
+
elif key == "isEarlyAdoptionEnabled":
|
12953
|
+
suggest = "is_early_adoption_enabled"
|
12954
|
+
elif key == "isFreezePeriodEnabled":
|
12955
|
+
suggest = "is_freeze_period_enabled"
|
12956
|
+
|
12957
|
+
if suggest:
|
12958
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterRemoveVirtualMachineCloudAutomationUpdateDetail. Access the value via the '{suggest}' property getter instead.")
|
12959
|
+
|
12960
|
+
def __getitem__(self, key: str) -> Any:
|
12961
|
+
VmClusterRemoveVirtualMachineCloudAutomationUpdateDetail.__key_warning(key)
|
12962
|
+
return super().__getitem__(key)
|
12963
|
+
|
12964
|
+
def get(self, key: str, default = None) -> Any:
|
12965
|
+
VmClusterRemoveVirtualMachineCloudAutomationUpdateDetail.__key_warning(key)
|
12966
|
+
return super().get(key, default)
|
12967
|
+
|
12968
|
+
def __init__(__self__, *,
|
12969
|
+
apply_update_time_preferences: Optional[Sequence['outputs.VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreference']] = None,
|
12970
|
+
freeze_periods: Optional[Sequence['outputs.VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriod']] = None,
|
12971
|
+
is_early_adoption_enabled: Optional[bool] = None,
|
12972
|
+
is_freeze_period_enabled: Optional[bool] = None):
|
12973
|
+
"""
|
12974
|
+
:param Sequence['VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreferenceArgs'] apply_update_time_preferences: Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
12975
|
+
:param Sequence['VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriodArgs'] freeze_periods: Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
12976
|
+
:param bool is_early_adoption_enabled: Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
12977
|
+
:param bool is_freeze_period_enabled: Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
12978
|
+
"""
|
12979
|
+
if apply_update_time_preferences is not None:
|
12980
|
+
pulumi.set(__self__, "apply_update_time_preferences", apply_update_time_preferences)
|
12981
|
+
if freeze_periods is not None:
|
12982
|
+
pulumi.set(__self__, "freeze_periods", freeze_periods)
|
12983
|
+
if is_early_adoption_enabled is not None:
|
12984
|
+
pulumi.set(__self__, "is_early_adoption_enabled", is_early_adoption_enabled)
|
12985
|
+
if is_freeze_period_enabled is not None:
|
12986
|
+
pulumi.set(__self__, "is_freeze_period_enabled", is_freeze_period_enabled)
|
12987
|
+
|
12988
|
+
@property
|
12989
|
+
@pulumi.getter(name="applyUpdateTimePreferences")
|
12990
|
+
def apply_update_time_preferences(self) -> Optional[Sequence['outputs.VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreference']]:
|
12991
|
+
"""
|
12992
|
+
Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
12993
|
+
"""
|
12994
|
+
return pulumi.get(self, "apply_update_time_preferences")
|
12995
|
+
|
12996
|
+
@property
|
12997
|
+
@pulumi.getter(name="freezePeriods")
|
12998
|
+
def freeze_periods(self) -> Optional[Sequence['outputs.VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriod']]:
|
12999
|
+
"""
|
13000
|
+
Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
13001
|
+
"""
|
13002
|
+
return pulumi.get(self, "freeze_periods")
|
13003
|
+
|
13004
|
+
@property
|
13005
|
+
@pulumi.getter(name="isEarlyAdoptionEnabled")
|
13006
|
+
def is_early_adoption_enabled(self) -> Optional[bool]:
|
13007
|
+
"""
|
13008
|
+
Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
13009
|
+
"""
|
13010
|
+
return pulumi.get(self, "is_early_adoption_enabled")
|
13011
|
+
|
13012
|
+
@property
|
13013
|
+
@pulumi.getter(name="isFreezePeriodEnabled")
|
13014
|
+
def is_freeze_period_enabled(self) -> Optional[bool]:
|
13015
|
+
"""
|
13016
|
+
Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
13017
|
+
"""
|
13018
|
+
return pulumi.get(self, "is_freeze_period_enabled")
|
13019
|
+
|
13020
|
+
|
13021
|
+
@pulumi.output_type
|
13022
|
+
class VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreference(dict):
|
13023
|
+
@staticmethod
|
13024
|
+
def __key_warning(key: str):
|
13025
|
+
suggest = None
|
13026
|
+
if key == "applyUpdatePreferredEndTime":
|
13027
|
+
suggest = "apply_update_preferred_end_time"
|
13028
|
+
elif key == "applyUpdatePreferredStartTime":
|
13029
|
+
suggest = "apply_update_preferred_start_time"
|
13030
|
+
|
13031
|
+
if suggest:
|
13032
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreference. Access the value via the '{suggest}' property getter instead.")
|
13033
|
+
|
13034
|
+
def __getitem__(self, key: str) -> Any:
|
13035
|
+
VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreference.__key_warning(key)
|
13036
|
+
return super().__getitem__(key)
|
13037
|
+
|
13038
|
+
def get(self, key: str, default = None) -> Any:
|
13039
|
+
VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreference.__key_warning(key)
|
13040
|
+
return super().get(key, default)
|
13041
|
+
|
13042
|
+
def __init__(__self__, *,
|
13043
|
+
apply_update_preferred_end_time: Optional[str] = None,
|
13044
|
+
apply_update_preferred_start_time: Optional[str] = None):
|
13045
|
+
"""
|
13046
|
+
:param str apply_update_preferred_end_time: End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
13047
|
+
:param str apply_update_preferred_start_time: Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
13048
|
+
"""
|
13049
|
+
if apply_update_preferred_end_time is not None:
|
13050
|
+
pulumi.set(__self__, "apply_update_preferred_end_time", apply_update_preferred_end_time)
|
13051
|
+
if apply_update_preferred_start_time is not None:
|
13052
|
+
pulumi.set(__self__, "apply_update_preferred_start_time", apply_update_preferred_start_time)
|
13053
|
+
|
13054
|
+
@property
|
13055
|
+
@pulumi.getter(name="applyUpdatePreferredEndTime")
|
13056
|
+
def apply_update_preferred_end_time(self) -> Optional[str]:
|
13057
|
+
"""
|
13058
|
+
End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
13059
|
+
"""
|
13060
|
+
return pulumi.get(self, "apply_update_preferred_end_time")
|
13061
|
+
|
13062
|
+
@property
|
13063
|
+
@pulumi.getter(name="applyUpdatePreferredStartTime")
|
13064
|
+
def apply_update_preferred_start_time(self) -> Optional[str]:
|
13065
|
+
"""
|
13066
|
+
Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
13067
|
+
"""
|
13068
|
+
return pulumi.get(self, "apply_update_preferred_start_time")
|
13069
|
+
|
13070
|
+
|
13071
|
+
@pulumi.output_type
|
13072
|
+
class VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriod(dict):
|
13073
|
+
@staticmethod
|
13074
|
+
def __key_warning(key: str):
|
13075
|
+
suggest = None
|
13076
|
+
if key == "freezePeriodEndTime":
|
13077
|
+
suggest = "freeze_period_end_time"
|
13078
|
+
elif key == "freezePeriodStartTime":
|
13079
|
+
suggest = "freeze_period_start_time"
|
13080
|
+
|
13081
|
+
if suggest:
|
13082
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriod. Access the value via the '{suggest}' property getter instead.")
|
13083
|
+
|
13084
|
+
def __getitem__(self, key: str) -> Any:
|
13085
|
+
VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriod.__key_warning(key)
|
13086
|
+
return super().__getitem__(key)
|
13087
|
+
|
13088
|
+
def get(self, key: str, default = None) -> Any:
|
13089
|
+
VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriod.__key_warning(key)
|
13090
|
+
return super().get(key, default)
|
13091
|
+
|
13092
|
+
def __init__(__self__, *,
|
13093
|
+
freeze_period_end_time: Optional[str] = None,
|
13094
|
+
freeze_period_start_time: Optional[str] = None):
|
13095
|
+
"""
|
13096
|
+
:param str freeze_period_end_time: End time of the freeze period cycle.
|
13097
|
+
:param str freeze_period_start_time: Start time of the freeze period cycle.
|
13098
|
+
"""
|
13099
|
+
if freeze_period_end_time is not None:
|
13100
|
+
pulumi.set(__self__, "freeze_period_end_time", freeze_period_end_time)
|
13101
|
+
if freeze_period_start_time is not None:
|
13102
|
+
pulumi.set(__self__, "freeze_period_start_time", freeze_period_start_time)
|
13103
|
+
|
13104
|
+
@property
|
13105
|
+
@pulumi.getter(name="freezePeriodEndTime")
|
13106
|
+
def freeze_period_end_time(self) -> Optional[str]:
|
13107
|
+
"""
|
13108
|
+
End time of the freeze period cycle.
|
13109
|
+
"""
|
13110
|
+
return pulumi.get(self, "freeze_period_end_time")
|
13111
|
+
|
13112
|
+
@property
|
13113
|
+
@pulumi.getter(name="freezePeriodStartTime")
|
13114
|
+
def freeze_period_start_time(self) -> Optional[str]:
|
13115
|
+
"""
|
13116
|
+
Start time of the freeze period cycle.
|
13117
|
+
"""
|
13118
|
+
return pulumi.get(self, "freeze_period_start_time")
|
13119
|
+
|
13120
|
+
|
12340
13121
|
@pulumi.output_type
|
12341
13122
|
class VmClusterRemoveVirtualMachineDataCollectionOption(dict):
|
12342
13123
|
@staticmethod
|
@@ -13231,7 +14012,7 @@ class GetAutonomousContainerDatabaseKeyHistoryEntryResult(dict):
|
|
13231
14012
|
vault_id: str):
|
13232
14013
|
"""
|
13233
14014
|
:param 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.
|
13234
|
-
:param 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.
|
14015
|
+
:param 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.
|
13235
14016
|
:param str time_activated: The date and time the kms key activated.
|
13236
14017
|
:param 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).
|
13237
14018
|
"""
|
@@ -13252,7 +14033,7 @@ class GetAutonomousContainerDatabaseKeyHistoryEntryResult(dict):
|
|
13252
14033
|
@pulumi.getter(name="kmsKeyVersionId")
|
13253
14034
|
def kms_key_version_id(self) -> str:
|
13254
14035
|
"""
|
13255
|
-
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.
|
14036
|
+
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.
|
13256
14037
|
"""
|
13257
14038
|
return pulumi.get(self, "kms_key_version_id")
|
13258
14039
|
|
@@ -13973,7 +14754,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
13973
14754
|
:param str infrastructure_type: A filter to return only resources that match the given Infrastructure Type.
|
13974
14755
|
:param 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.
|
13975
14756
|
:param Sequence['GetAutonomousContainerDatabasesAutonomousContainerDatabaseKeyHistoryEntryArgs'] key_history_entries: Key History Entry.
|
13976
|
-
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
14757
|
+
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
13977
14758
|
:param str key_store_wallet_name: The wallet name for Oracle Key Vault.
|
13978
14759
|
:param 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.
|
13979
14760
|
:param float largest_provisionable_autonomous_database_in_cpus: The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.
|
@@ -14249,7 +15030,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
14249
15030
|
@pulumi.getter(name="keyStoreId")
|
14250
15031
|
def key_store_id(self) -> str:
|
14251
15032
|
"""
|
14252
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
15033
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
14253
15034
|
"""
|
14254
15035
|
return pulumi.get(self, "key_store_id")
|
14255
15036
|
|
@@ -14620,7 +15401,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseKeyHistoryEntryR
|
|
14620
15401
|
vault_id: str):
|
14621
15402
|
"""
|
14622
15403
|
:param 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.
|
14623
|
-
:param 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.
|
15404
|
+
:param 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.
|
14624
15405
|
:param str time_activated: The date and time the kms key activated.
|
14625
15406
|
:param 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).
|
14626
15407
|
"""
|
@@ -14641,7 +15422,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseKeyHistoryEntryR
|
|
14641
15422
|
@pulumi.getter(name="kmsKeyVersionId")
|
14642
15423
|
def kms_key_version_id(self) -> str:
|
14643
15424
|
"""
|
14644
|
-
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.
|
15425
|
+
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.
|
14645
15426
|
"""
|
14646
15427
|
return pulumi.get(self, "kms_key_version_id")
|
14647
15428
|
|
@@ -15429,10 +16210,10 @@ class GetAutonomousDatabaseBackupsAutonomousDatabaseBackupResult(dict):
|
|
15429
16210
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database backup.
|
15430
16211
|
:param bool is_automatic: Indicates whether the backup is user-initiated or automatic.
|
15431
16212
|
:param bool is_restorable: Indicates whether the backup can be used to restore the associated Autonomous Database.
|
15432
|
-
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
16213
|
+
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
15433
16214
|
:param str key_store_wallet_name: The wallet name for Oracle Key Vault.
|
15434
16215
|
:param 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.
|
15435
|
-
:param 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.
|
16216
|
+
:param 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.
|
15436
16217
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
15437
16218
|
:param int retention_period_in_days: Retention period, in days, for long-term backups
|
15438
16219
|
:param float size_in_tbs: The backup size in terrabytes (TB).
|
@@ -15441,7 +16222,7 @@ class GetAutonomousDatabaseBackupsAutonomousDatabaseBackupResult(dict):
|
|
15441
16222
|
:param str time_ended: The date and time the backup completed.
|
15442
16223
|
:param str time_started: The date and time the backup started.
|
15443
16224
|
:param str type: A filter to return only backups that matches with the given type of Backup.
|
15444
|
-
:param 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).
|
16225
|
+
:param 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.
|
15445
16226
|
"""
|
15446
16227
|
pulumi.set(__self__, "autonomous_database_id", autonomous_database_id)
|
15447
16228
|
pulumi.set(__self__, "backup_destination_details", backup_destination_details)
|
@@ -15548,7 +16329,7 @@ class GetAutonomousDatabaseBackupsAutonomousDatabaseBackupResult(dict):
|
|
15548
16329
|
@pulumi.getter(name="keyStoreId")
|
15549
16330
|
def key_store_id(self) -> str:
|
15550
16331
|
"""
|
15551
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
16332
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
15552
16333
|
"""
|
15553
16334
|
return pulumi.get(self, "key_store_id")
|
15554
16335
|
|
@@ -15572,7 +16353,7 @@ class GetAutonomousDatabaseBackupsAutonomousDatabaseBackupResult(dict):
|
|
15572
16353
|
@pulumi.getter(name="kmsKeyVersionId")
|
15573
16354
|
def kms_key_version_id(self) -> str:
|
15574
16355
|
"""
|
15575
|
-
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.
|
16356
|
+
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.
|
15576
16357
|
"""
|
15577
16358
|
return pulumi.get(self, "kms_key_version_id")
|
15578
16359
|
|
@@ -15644,7 +16425,7 @@ class GetAutonomousDatabaseBackupsAutonomousDatabaseBackupResult(dict):
|
|
15644
16425
|
@pulumi.getter(name="vaultId")
|
15645
16426
|
def vault_id(self) -> str:
|
15646
16427
|
"""
|
15647
|
-
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).
|
16428
|
+
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.
|
15648
16429
|
"""
|
15649
16430
|
return pulumi.get(self, "vault_id")
|
15650
16431
|
|
@@ -16707,8 +17488,10 @@ class GetAutonomousDatabaseRemoteDisasterRecoveryConfigurationResult(dict):
|
|
16707
17488
|
is_snapshot_standby: bool,
|
16708
17489
|
time_snapshot_standby_enabled_till: str):
|
16709
17490
|
"""
|
16710
|
-
:param str disaster_recovery_type: Indicates the disaster recovery (DR) type of the
|
17491
|
+
:param str disaster_recovery_type: Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
16711
17492
|
:param bool is_replicate_automatic_backups: If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
17493
|
+
:param bool is_snapshot_standby: Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
|
17494
|
+
:param str time_snapshot_standby_enabled_till: Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
|
16712
17495
|
"""
|
16713
17496
|
pulumi.set(__self__, "disaster_recovery_type", disaster_recovery_type)
|
16714
17497
|
pulumi.set(__self__, "is_replicate_automatic_backups", is_replicate_automatic_backups)
|
@@ -16719,7 +17502,7 @@ class GetAutonomousDatabaseRemoteDisasterRecoveryConfigurationResult(dict):
|
|
16719
17502
|
@pulumi.getter(name="disasterRecoveryType")
|
16720
17503
|
def disaster_recovery_type(self) -> str:
|
16721
17504
|
"""
|
16722
|
-
Indicates the disaster recovery (DR) type of the
|
17505
|
+
Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
16723
17506
|
"""
|
16724
17507
|
return pulumi.get(self, "disaster_recovery_type")
|
16725
17508
|
|
@@ -16734,11 +17517,17 @@ class GetAutonomousDatabaseRemoteDisasterRecoveryConfigurationResult(dict):
|
|
16734
17517
|
@property
|
16735
17518
|
@pulumi.getter(name="isSnapshotStandby")
|
16736
17519
|
def is_snapshot_standby(self) -> bool:
|
17520
|
+
"""
|
17521
|
+
Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
|
17522
|
+
"""
|
16737
17523
|
return pulumi.get(self, "is_snapshot_standby")
|
16738
17524
|
|
16739
17525
|
@property
|
16740
17526
|
@pulumi.getter(name="timeSnapshotStandbyEnabledTill")
|
16741
17527
|
def time_snapshot_standby_enabled_till(self) -> str:
|
17528
|
+
"""
|
17529
|
+
Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
|
17530
|
+
"""
|
16742
17531
|
return pulumi.get(self, "time_snapshot_standby_enabled_till")
|
16743
17532
|
|
16744
17533
|
|
@@ -17220,6 +18009,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17220
18009
|
time_of_last_switchover: str,
|
17221
18010
|
time_of_next_refresh: str,
|
17222
18011
|
time_reclamation_of_free_autonomous_database: str,
|
18012
|
+
time_undeleted: str,
|
17223
18013
|
time_until_reconnect_clone_enabled: str,
|
17224
18014
|
timestamp: str,
|
17225
18015
|
total_backup_storage_size_in_gbs: float,
|
@@ -17256,7 +18046,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17256
18046
|
:param int data_storage_size_in_tbs: The quantity of data in the database, in terabytes.
|
17257
18047
|
:param str database_edition: The Oracle Database Edition that applies to the Autonomous databases.
|
17258
18048
|
:param str database_management_status: Status of Database Management for this Autonomous Database.
|
17259
|
-
:param str dataguard_region_type: The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
18049
|
+
:param str dataguard_region_type: **Deprecated.** The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
17260
18050
|
:param str db_name: The database name.
|
17261
18051
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseDbToolsDetailArgs'] db_tools_details: The list of database tools details.
|
17262
18052
|
:param str db_version: A valid Oracle Database version for Autonomous Database.
|
@@ -17266,8 +18056,8 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17266
18056
|
* AJD - indicates an Autonomous JSON Database
|
17267
18057
|
* APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
|
17268
18058
|
:param Mapping[str, 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).
|
17269
|
-
:param str disaster_recovery_region_type: The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
17270
|
-
:param str disaster_recovery_type: Indicates the disaster recovery (DR) type of the
|
18059
|
+
:param str disaster_recovery_region_type: **Deprecated.** The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
18060
|
+
:param str disaster_recovery_type: Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
17271
18061
|
:param str display_name: The user-friendly name for the Autonomous Database. The name does not have to be unique.
|
17272
18062
|
:param int failed_data_recovery_in_seconds: Indicates the number of seconds of data loss for a Data Guard failover.
|
17273
18063
|
:param Mapping[str, 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"}`
|
@@ -17290,7 +18080,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17290
18080
|
:param bool is_remote_data_guard_enabled: Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
17291
18081
|
:param bool is_replicate_automatic_backups: If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
17292
18082
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseKeyHistoryEntryArgs'] key_history_entries: Key History Entry.
|
17293
|
-
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
18083
|
+
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
17294
18084
|
:param str key_store_wallet_name: The wallet name for Oracle Key Vault.
|
17295
18085
|
:param 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.
|
17296
18086
|
:param str kms_key_lifecycle_details: KMS key lifecycle details.
|
@@ -17351,6 +18141,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17351
18141
|
:param str time_of_last_switchover: The timestamp of the last switchover operation for the Autonomous Database.
|
17352
18142
|
:param str time_of_next_refresh: The date and time of next refresh.
|
17353
18143
|
:param str time_reclamation_of_free_autonomous_database: The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
|
18144
|
+
:param str time_undeleted: The date and time the Autonomous Database was most recently undeleted.
|
17354
18145
|
:param str time_until_reconnect_clone_enabled: The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
|
17355
18146
|
:param float total_backup_storage_size_in_gbs: The backup storage to the database.
|
17356
18147
|
:param int used_data_storage_size_in_gbs: The storage space consumed by Autonomous Database in GBs.
|
@@ -17488,6 +18279,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17488
18279
|
pulumi.set(__self__, "time_of_last_switchover", time_of_last_switchover)
|
17489
18280
|
pulumi.set(__self__, "time_of_next_refresh", time_of_next_refresh)
|
17490
18281
|
pulumi.set(__self__, "time_reclamation_of_free_autonomous_database", time_reclamation_of_free_autonomous_database)
|
18282
|
+
pulumi.set(__self__, "time_undeleted", time_undeleted)
|
17491
18283
|
pulumi.set(__self__, "time_until_reconnect_clone_enabled", time_until_reconnect_clone_enabled)
|
17492
18284
|
pulumi.set(__self__, "timestamp", timestamp)
|
17493
18285
|
pulumi.set(__self__, "total_backup_storage_size_in_gbs", total_backup_storage_size_in_gbs)
|
@@ -17737,7 +18529,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17737
18529
|
@pulumi.getter(name="dataguardRegionType")
|
17738
18530
|
def dataguard_region_type(self) -> str:
|
17739
18531
|
"""
|
17740
|
-
The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
18532
|
+
**Deprecated.** The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
17741
18533
|
"""
|
17742
18534
|
return pulumi.get(self, "dataguard_region_type")
|
17743
18535
|
|
@@ -17789,7 +18581,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17789
18581
|
@pulumi.getter(name="disasterRecoveryRegionType")
|
17790
18582
|
def disaster_recovery_region_type(self) -> str:
|
17791
18583
|
"""
|
17792
|
-
The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
18584
|
+
**Deprecated.** The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
17793
18585
|
"""
|
17794
18586
|
return pulumi.get(self, "disaster_recovery_region_type")
|
17795
18587
|
|
@@ -17797,7 +18589,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17797
18589
|
@pulumi.getter(name="disasterRecoveryType")
|
17798
18590
|
def disaster_recovery_type(self) -> str:
|
17799
18591
|
"""
|
17800
|
-
Indicates the disaster recovery (DR) type of the
|
18592
|
+
Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
17801
18593
|
"""
|
17802
18594
|
return pulumi.get(self, "disaster_recovery_type")
|
17803
18595
|
|
@@ -17992,7 +18784,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17992
18784
|
@pulumi.getter(name="keyStoreId")
|
17993
18785
|
def key_store_id(self) -> str:
|
17994
18786
|
"""
|
17995
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
18787
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
17996
18788
|
"""
|
17997
18789
|
return pulumi.get(self, "key_store_id")
|
17998
18790
|
|
@@ -18502,6 +19294,14 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18502
19294
|
"""
|
18503
19295
|
return pulumi.get(self, "time_reclamation_of_free_autonomous_database")
|
18504
19296
|
|
19297
|
+
@property
|
19298
|
+
@pulumi.getter(name="timeUndeleted")
|
19299
|
+
def time_undeleted(self) -> str:
|
19300
|
+
"""
|
19301
|
+
The date and time the Autonomous Database was most recently undeleted.
|
19302
|
+
"""
|
19303
|
+
return pulumi.get(self, "time_undeleted")
|
19304
|
+
|
18505
19305
|
@property
|
18506
19306
|
@pulumi.getter(name="timeUntilReconnectCloneEnabled")
|
18507
19307
|
def time_until_reconnect_clone_enabled(self) -> str:
|
@@ -19236,8 +20036,10 @@ class GetAutonomousDatabasesAutonomousDatabaseRemoteDisasterRecoveryConfiguratio
|
|
19236
20036
|
is_snapshot_standby: bool,
|
19237
20037
|
time_snapshot_standby_enabled_till: str):
|
19238
20038
|
"""
|
19239
|
-
:param str disaster_recovery_type: Indicates the disaster recovery (DR) type of the
|
20039
|
+
:param str disaster_recovery_type: Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
19240
20040
|
:param bool is_replicate_automatic_backups: If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
20041
|
+
:param bool is_snapshot_standby: Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
|
20042
|
+
:param str time_snapshot_standby_enabled_till: Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
|
19241
20043
|
"""
|
19242
20044
|
pulumi.set(__self__, "disaster_recovery_type", disaster_recovery_type)
|
19243
20045
|
pulumi.set(__self__, "is_replicate_automatic_backups", is_replicate_automatic_backups)
|
@@ -19248,7 +20050,7 @@ class GetAutonomousDatabasesAutonomousDatabaseRemoteDisasterRecoveryConfiguratio
|
|
19248
20050
|
@pulumi.getter(name="disasterRecoveryType")
|
19249
20051
|
def disaster_recovery_type(self) -> str:
|
19250
20052
|
"""
|
19251
|
-
Indicates the disaster recovery (DR) type of the
|
20053
|
+
Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
19252
20054
|
"""
|
19253
20055
|
return pulumi.get(self, "disaster_recovery_type")
|
19254
20056
|
|
@@ -19263,11 +20065,17 @@ class GetAutonomousDatabasesAutonomousDatabaseRemoteDisasterRecoveryConfiguratio
|
|
19263
20065
|
@property
|
19264
20066
|
@pulumi.getter(name="isSnapshotStandby")
|
19265
20067
|
def is_snapshot_standby(self) -> bool:
|
20068
|
+
"""
|
20069
|
+
Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
|
20070
|
+
"""
|
19266
20071
|
return pulumi.get(self, "is_snapshot_standby")
|
19267
20072
|
|
19268
20073
|
@property
|
19269
20074
|
@pulumi.getter(name="timeSnapshotStandbyEnabledTill")
|
19270
20075
|
def time_snapshot_standby_enabled_till(self) -> str:
|
20076
|
+
"""
|
20077
|
+
Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
|
20078
|
+
"""
|
19271
20079
|
return pulumi.get(self, "time_snapshot_standby_enabled_till")
|
19272
20080
|
|
19273
20081
|
|
@@ -19546,6 +20354,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19546
20354
|
time_of_last_switchover: str,
|
19547
20355
|
time_of_next_refresh: str,
|
19548
20356
|
time_reclamation_of_free_autonomous_database: str,
|
20357
|
+
time_undeleted: str,
|
19549
20358
|
time_until_reconnect_clone_enabled: str,
|
19550
20359
|
total_backup_storage_size_in_gbs: float,
|
19551
20360
|
used_data_storage_size_in_gbs: int,
|
@@ -19578,7 +20387,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19578
20387
|
:param int data_storage_size_in_tbs: The quantity of data in the database, in terabytes.
|
19579
20388
|
:param str database_edition: The Oracle Database Edition that applies to the Autonomous databases.
|
19580
20389
|
:param str database_management_status: Status of Database Management for this Autonomous Database.
|
19581
|
-
:param str dataguard_region_type: The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
20390
|
+
:param str dataguard_region_type: **Deprecated.** The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
19582
20391
|
:param str db_name: The database name.
|
19583
20392
|
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseDbToolsDetailArgs'] db_tools_details: The list of database tools details.
|
19584
20393
|
:param str db_version: A valid Oracle Database version for Autonomous Database.
|
@@ -19588,7 +20397,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19588
20397
|
* AJD - indicates an Autonomous JSON Database
|
19589
20398
|
* APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
|
19590
20399
|
:param Mapping[str, 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).
|
19591
|
-
:param str disaster_recovery_region_type: The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
20400
|
+
:param str disaster_recovery_region_type: **Deprecated.** The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
19592
20401
|
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
19593
20402
|
:param int failed_data_recovery_in_seconds: Indicates the number of seconds of data loss for a Data Guard failover.
|
19594
20403
|
:param Mapping[str, 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"}`
|
@@ -19610,7 +20419,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19610
20419
|
:param bool is_refreshable_clone: Indicates if the Autonomous Database is a refreshable clone.
|
19611
20420
|
:param bool is_remote_data_guard_enabled: Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
19612
20421
|
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseKeyHistoryEntryArgs'] key_history_entries: Key History Entry.
|
19613
|
-
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
20422
|
+
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
19614
20423
|
:param str key_store_wallet_name: The wallet name for Oracle Key Vault.
|
19615
20424
|
:param 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.
|
19616
20425
|
:param str kms_key_lifecycle_details: KMS key lifecycle details.
|
@@ -19633,7 +20442,10 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19633
20442
|
:param Sequence[str] peer_db_ids: The list of [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
|
19634
20443
|
:param str private_endpoint: The private endpoint for the resource.
|
19635
20444
|
:param str private_endpoint_ip: The private endpoint Ip address for the resource.
|
19636
|
-
:param str private_endpoint_label: The resource's private endpoint label.
|
20445
|
+
:param str private_endpoint_label: The resource's private endpoint label.
|
20446
|
+
* Setting the endpoint label to a non-empty string creates a private endpoint database.
|
20447
|
+
* Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
|
20448
|
+
* Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
|
19637
20449
|
:param Sequence[float] provisionable_cpuses: An array of CPU values that an Autonomous Database can be scaled to.
|
19638
20450
|
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabasePublicConnectionUrlArgs'] public_connection_urls: The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
|
19639
20451
|
:param str public_endpoint: The public endpoint for the private endpoint enabled resource.
|
@@ -19667,6 +20479,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19667
20479
|
:param str time_of_last_switchover: The timestamp of the last switchover operation for the Autonomous Database.
|
19668
20480
|
:param str time_of_next_refresh: The date and time of next refresh.
|
19669
20481
|
:param str time_reclamation_of_free_autonomous_database: The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
|
20482
|
+
:param str time_undeleted: The date and time the Autonomous Database was most recently undeleted.
|
19670
20483
|
:param str time_until_reconnect_clone_enabled: The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
|
19671
20484
|
:param float total_backup_storage_size_in_gbs: The backup storage to the database.
|
19672
20485
|
:param int used_data_storage_size_in_gbs: The storage space consumed by Autonomous Database in GBs.
|
@@ -19786,6 +20599,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19786
20599
|
pulumi.set(__self__, "time_of_last_switchover", time_of_last_switchover)
|
19787
20600
|
pulumi.set(__self__, "time_of_next_refresh", time_of_next_refresh)
|
19788
20601
|
pulumi.set(__self__, "time_reclamation_of_free_autonomous_database", time_reclamation_of_free_autonomous_database)
|
20602
|
+
pulumi.set(__self__, "time_undeleted", time_undeleted)
|
19789
20603
|
pulumi.set(__self__, "time_until_reconnect_clone_enabled", time_until_reconnect_clone_enabled)
|
19790
20604
|
pulumi.set(__self__, "total_backup_storage_size_in_gbs", total_backup_storage_size_in_gbs)
|
19791
20605
|
pulumi.set(__self__, "used_data_storage_size_in_gbs", used_data_storage_size_in_gbs)
|
@@ -20007,7 +20821,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20007
20821
|
@pulumi.getter(name="dataguardRegionType")
|
20008
20822
|
def dataguard_region_type(self) -> str:
|
20009
20823
|
"""
|
20010
|
-
The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
20824
|
+
**Deprecated.** The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
20011
20825
|
"""
|
20012
20826
|
return pulumi.get(self, "dataguard_region_type")
|
20013
20827
|
|
@@ -20059,7 +20873,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20059
20873
|
@pulumi.getter(name="disasterRecoveryRegionType")
|
20060
20874
|
def disaster_recovery_region_type(self) -> str:
|
20061
20875
|
"""
|
20062
|
-
The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
20876
|
+
**Deprecated.** The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
20063
20877
|
"""
|
20064
20878
|
return pulumi.get(self, "disaster_recovery_region_type")
|
20065
20879
|
|
@@ -20235,7 +21049,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20235
21049
|
@pulumi.getter(name="keyStoreId")
|
20236
21050
|
def key_store_id(self) -> str:
|
20237
21051
|
"""
|
20238
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
21052
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
20239
21053
|
"""
|
20240
21054
|
return pulumi.get(self, "key_store_id")
|
20241
21055
|
|
@@ -20412,7 +21226,10 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20412
21226
|
@pulumi.getter(name="privateEndpointLabel")
|
20413
21227
|
def private_endpoint_label(self) -> str:
|
20414
21228
|
"""
|
20415
|
-
The resource's private endpoint label.
|
21229
|
+
The resource's private endpoint label.
|
21230
|
+
* Setting the endpoint label to a non-empty string creates a private endpoint database.
|
21231
|
+
* Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
|
21232
|
+
* Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
|
20416
21233
|
"""
|
20417
21234
|
return pulumi.get(self, "private_endpoint_label")
|
20418
21235
|
|
@@ -20685,6 +21502,14 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20685
21502
|
"""
|
20686
21503
|
return pulumi.get(self, "time_reclamation_of_free_autonomous_database")
|
20687
21504
|
|
21505
|
+
@property
|
21506
|
+
@pulumi.getter(name="timeUndeleted")
|
21507
|
+
def time_undeleted(self) -> str:
|
21508
|
+
"""
|
21509
|
+
The date and time the Autonomous Database was most recently undeleted.
|
21510
|
+
"""
|
21511
|
+
return pulumi.get(self, "time_undeleted")
|
21512
|
+
|
20688
21513
|
@property
|
20689
21514
|
@pulumi.getter(name="timeUntilReconnectCloneEnabled")
|
20690
21515
|
def time_until_reconnect_clone_enabled(self) -> str:
|
@@ -21914,6 +22739,7 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowResult(dict):
|
|
21914
22739
|
:param Sequence['GetAutonomousExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
21915
22740
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
21916
22741
|
:param str preference: The maintenance window scheduling preference.
|
22742
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
21917
22743
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
21918
22744
|
"""
|
21919
22745
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -22004,6 +22830,9 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowResult(dict):
|
|
22004
22830
|
@property
|
22005
22831
|
@pulumi.getter(name="skipRus")
|
22006
22832
|
def skip_rus(self) -> Sequence[bool]:
|
22833
|
+
"""
|
22834
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
22835
|
+
"""
|
22007
22836
|
return pulumi.get(self, "skip_rus")
|
22008
22837
|
|
22009
22838
|
@property
|
@@ -22058,6 +22887,7 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowDetailResult(dict):
|
|
22058
22887
|
:param Sequence['GetAutonomousExadataInfrastructureMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
22059
22888
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
22060
22889
|
:param str preference: The maintenance window scheduling preference.
|
22890
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
22061
22891
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
22062
22892
|
"""
|
22063
22893
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -22148,6 +22978,9 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowDetailResult(dict):
|
|
22148
22978
|
@property
|
22149
22979
|
@pulumi.getter(name="skipRus")
|
22150
22980
|
def skip_rus(self) -> Sequence[bool]:
|
22981
|
+
"""
|
22982
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
22983
|
+
"""
|
22151
22984
|
return pulumi.get(self, "skip_rus")
|
22152
22985
|
|
22153
22986
|
@property
|
@@ -22617,6 +23450,7 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
|
|
22617
23450
|
:param Sequence['GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
22618
23451
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
22619
23452
|
:param str preference: The maintenance window scheduling preference.
|
23453
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
22620
23454
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
22621
23455
|
"""
|
22622
23456
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -22707,6 +23541,9 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
|
|
22707
23541
|
@property
|
22708
23542
|
@pulumi.getter(name="skipRus")
|
22709
23543
|
def skip_rus(self) -> Sequence[bool]:
|
23544
|
+
"""
|
23545
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
23546
|
+
"""
|
22710
23547
|
return pulumi.get(self, "skip_rus")
|
22711
23548
|
|
22712
23549
|
@property
|
@@ -22761,6 +23598,7 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
|
|
22761
23598
|
:param Sequence['GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
22762
23599
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
22763
23600
|
:param str preference: The maintenance window scheduling preference.
|
23601
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
22764
23602
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
22765
23603
|
"""
|
22766
23604
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -22851,6 +23689,9 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
|
|
22851
23689
|
@property
|
22852
23690
|
@pulumi.getter(name="skipRus")
|
22853
23691
|
def skip_rus(self) -> Sequence[bool]:
|
23692
|
+
"""
|
23693
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
23694
|
+
"""
|
22854
23695
|
return pulumi.get(self, "skip_rus")
|
22855
23696
|
|
22856
23697
|
@property
|
@@ -23386,6 +24227,7 @@ class GetAutonomousVmClusterMaintenanceWindowResult(dict):
|
|
23386
24227
|
:param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
23387
24228
|
:param Sequence['GetAutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
23388
24229
|
:param str preference: The maintenance window scheduling preference.
|
24230
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
23389
24231
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
23390
24232
|
"""
|
23391
24233
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -23464,6 +24306,9 @@ class GetAutonomousVmClusterMaintenanceWindowResult(dict):
|
|
23464
24306
|
@property
|
23465
24307
|
@pulumi.getter(name="skipRus")
|
23466
24308
|
def skip_rus(self) -> Sequence[bool]:
|
24309
|
+
"""
|
24310
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
24311
|
+
"""
|
23467
24312
|
return pulumi.get(self, "skip_rus")
|
23468
24313
|
|
23469
24314
|
@property
|
@@ -23514,6 +24359,7 @@ class GetAutonomousVmClusterMaintenanceWindowDetailResult(dict):
|
|
23514
24359
|
:param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
23515
24360
|
:param Sequence['GetAutonomousVmClusterMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
23516
24361
|
:param str preference: The maintenance window scheduling preference.
|
24362
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
23517
24363
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
23518
24364
|
"""
|
23519
24365
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -23592,6 +24438,9 @@ class GetAutonomousVmClusterMaintenanceWindowDetailResult(dict):
|
|
23592
24438
|
@property
|
23593
24439
|
@pulumi.getter(name="skipRus")
|
23594
24440
|
def skip_rus(self) -> Sequence[bool]:
|
24441
|
+
"""
|
24442
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
24443
|
+
"""
|
23595
24444
|
return pulumi.get(self, "skip_rus")
|
23596
24445
|
|
23597
24446
|
@property
|
@@ -24409,6 +25258,7 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowResult(dict):
|
|
24409
25258
|
:param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
24410
25259
|
:param Sequence['GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
24411
25260
|
:param str preference: The maintenance window scheduling preference.
|
25261
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
24412
25262
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
24413
25263
|
"""
|
24414
25264
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -24487,6 +25337,9 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowResult(dict):
|
|
24487
25337
|
@property
|
24488
25338
|
@pulumi.getter(name="skipRus")
|
24489
25339
|
def skip_rus(self) -> Sequence[bool]:
|
25340
|
+
"""
|
25341
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
25342
|
+
"""
|
24490
25343
|
return pulumi.get(self, "skip_rus")
|
24491
25344
|
|
24492
25345
|
@property
|
@@ -24537,6 +25390,7 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailResult(di
|
|
24537
25390
|
:param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
24538
25391
|
:param Sequence['GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
24539
25392
|
:param str preference: The maintenance window scheduling preference.
|
25393
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
24540
25394
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
24541
25395
|
"""
|
24542
25396
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -24615,6 +25469,9 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailResult(di
|
|
24615
25469
|
@property
|
24616
25470
|
@pulumi.getter(name="skipRus")
|
24617
25471
|
def skip_rus(self) -> Sequence[bool]:
|
25472
|
+
"""
|
25473
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
25474
|
+
"""
|
24618
25475
|
return pulumi.get(self, "skip_rus")
|
24619
25476
|
|
24620
25477
|
@property
|
@@ -25113,17 +25970,17 @@ class GetBackupsBackupResult(dict):
|
|
25113
25970
|
:param float database_size_in_gbs: The size of the database in gigabytes at the time the backup was taken.
|
25114
25971
|
:param str display_name: The user-friendly name for the backup. The name does not have to be unique.
|
25115
25972
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup.
|
25116
|
-
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
25973
|
+
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
25117
25974
|
:param str key_store_wallet_name: The wallet name for Oracle Key Vault.
|
25118
25975
|
:param 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.
|
25119
|
-
:param 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.
|
25976
|
+
:param 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.
|
25120
25977
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
25121
25978
|
:param str shape: Shape of the backup's source database.
|
25122
25979
|
:param str state: The current state of the backup.
|
25123
25980
|
:param str time_ended: The date and time the backup was completed.
|
25124
25981
|
:param str time_started: The date and time the backup started.
|
25125
25982
|
:param str type: The type of backup.
|
25126
|
-
:param 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).
|
25983
|
+
:param 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.
|
25127
25984
|
:param str version: Version of the backup's source database
|
25128
25985
|
"""
|
25129
25986
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
@@ -25206,7 +26063,7 @@ class GetBackupsBackupResult(dict):
|
|
25206
26063
|
@pulumi.getter(name="keyStoreId")
|
25207
26064
|
def key_store_id(self) -> str:
|
25208
26065
|
"""
|
25209
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
26066
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
25210
26067
|
"""
|
25211
26068
|
return pulumi.get(self, "key_store_id")
|
25212
26069
|
|
@@ -25230,7 +26087,7 @@ class GetBackupsBackupResult(dict):
|
|
25230
26087
|
@pulumi.getter(name="kmsKeyVersionId")
|
25231
26088
|
def kms_key_version_id(self) -> str:
|
25232
26089
|
"""
|
25233
|
-
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.
|
26090
|
+
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.
|
25234
26091
|
"""
|
25235
26092
|
return pulumi.get(self, "kms_key_version_id")
|
25236
26093
|
|
@@ -25286,7 +26143,7 @@ class GetBackupsBackupResult(dict):
|
|
25286
26143
|
@pulumi.getter(name="vaultId")
|
25287
26144
|
def vault_id(self) -> str:
|
25288
26145
|
"""
|
25289
|
-
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).
|
26146
|
+
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.
|
25290
26147
|
"""
|
25291
26148
|
return pulumi.get(self, "vault_id")
|
25292
26149
|
|
@@ -25590,6 +26447,7 @@ class GetCloudAutonomousVmClusterMaintenanceWindowResult(dict):
|
|
25590
26447
|
:param Sequence['GetCloudAutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
25591
26448
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
25592
26449
|
:param str preference: The maintenance window scheduling preference.
|
26450
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
25593
26451
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
25594
26452
|
"""
|
25595
26453
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -25680,6 +26538,9 @@ class GetCloudAutonomousVmClusterMaintenanceWindowResult(dict):
|
|
25680
26538
|
@property
|
25681
26539
|
@pulumi.getter(name="skipRus")
|
25682
26540
|
def skip_rus(self) -> Sequence[bool]:
|
26541
|
+
"""
|
26542
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
26543
|
+
"""
|
25683
26544
|
return pulumi.get(self, "skip_rus")
|
25684
26545
|
|
25685
26546
|
@property
|
@@ -25734,6 +26595,7 @@ class GetCloudAutonomousVmClusterMaintenanceWindowDetailResult(dict):
|
|
25734
26595
|
:param Sequence['GetCloudAutonomousVmClusterMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
25735
26596
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
25736
26597
|
:param str preference: The maintenance window scheduling preference.
|
26598
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
25737
26599
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
25738
26600
|
"""
|
25739
26601
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -25824,6 +26686,9 @@ class GetCloudAutonomousVmClusterMaintenanceWindowDetailResult(dict):
|
|
25824
26686
|
@property
|
25825
26687
|
@pulumi.getter(name="skipRus")
|
25826
26688
|
def skip_rus(self) -> Sequence[bool]:
|
26689
|
+
"""
|
26690
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
26691
|
+
"""
|
25827
26692
|
return pulumi.get(self, "skip_rus")
|
25828
26693
|
|
25829
26694
|
@property
|
@@ -26718,6 +27583,7 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowResul
|
|
26718
27583
|
:param Sequence['GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
26719
27584
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
26720
27585
|
:param str preference: The maintenance window scheduling preference.
|
27586
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
26721
27587
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
26722
27588
|
"""
|
26723
27589
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -26808,6 +27674,9 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowResul
|
|
26808
27674
|
@property
|
26809
27675
|
@pulumi.getter(name="skipRus")
|
26810
27676
|
def skip_rus(self) -> Sequence[bool]:
|
27677
|
+
"""
|
27678
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
27679
|
+
"""
|
26811
27680
|
return pulumi.get(self, "skip_rus")
|
26812
27681
|
|
26813
27682
|
@property
|
@@ -26862,6 +27731,7 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowDetai
|
|
26862
27731
|
:param Sequence['GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
26863
27732
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
26864
27733
|
:param str preference: The maintenance window scheduling preference.
|
27734
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
26865
27735
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
26866
27736
|
"""
|
26867
27737
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -26952,6 +27822,9 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowDetai
|
|
26952
27822
|
@property
|
26953
27823
|
@pulumi.getter(name="skipRus")
|
26954
27824
|
def skip_rus(self) -> Sequence[bool]:
|
27825
|
+
"""
|
27826
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
27827
|
+
"""
|
26955
27828
|
return pulumi.get(self, "skip_rus")
|
26956
27829
|
|
26957
27830
|
@property
|
@@ -27144,6 +28017,7 @@ class GetCloudExadataInfrastructureMaintenanceWindowResult(dict):
|
|
27144
28017
|
:param Sequence['GetCloudExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
27145
28018
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
27146
28019
|
:param str preference: The maintenance window scheduling preference.
|
28020
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
27147
28021
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
27148
28022
|
"""
|
27149
28023
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -27234,6 +28108,9 @@ class GetCloudExadataInfrastructureMaintenanceWindowResult(dict):
|
|
27234
28108
|
@property
|
27235
28109
|
@pulumi.getter(name="skipRus")
|
27236
28110
|
def skip_rus(self) -> Sequence[bool]:
|
28111
|
+
"""
|
28112
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
28113
|
+
"""
|
27237
28114
|
return pulumi.get(self, "skip_rus")
|
27238
28115
|
|
27239
28116
|
@property
|
@@ -27807,6 +28684,7 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowR
|
|
27807
28684
|
:param Sequence['GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
27808
28685
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
27809
28686
|
:param str preference: The maintenance window scheduling preference.
|
28687
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
27810
28688
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
27811
28689
|
"""
|
27812
28690
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -27897,6 +28775,9 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowR
|
|
27897
28775
|
@property
|
27898
28776
|
@pulumi.getter(name="skipRus")
|
27899
28777
|
def skip_rus(self) -> Sequence[bool]:
|
28778
|
+
"""
|
28779
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
28780
|
+
"""
|
27900
28781
|
return pulumi.get(self, "skip_rus")
|
27901
28782
|
|
27902
28783
|
@property
|
@@ -27977,6 +28858,115 @@ class GetCloudExadataInfrastructuresFilterResult(dict):
|
|
27977
28858
|
return pulumi.get(self, "regex")
|
27978
28859
|
|
27979
28860
|
|
28861
|
+
@pulumi.output_type
|
28862
|
+
class GetCloudVmClusterCloudAutomationUpdateDetailResult(dict):
|
28863
|
+
def __init__(__self__, *,
|
28864
|
+
apply_update_time_preferences: Sequence['outputs.GetCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult'],
|
28865
|
+
freeze_periods: Sequence['outputs.GetCloudVmClusterCloudAutomationUpdateDetailFreezePeriodResult'],
|
28866
|
+
is_early_adoption_enabled: bool,
|
28867
|
+
is_freeze_period_enabled: bool):
|
28868
|
+
"""
|
28869
|
+
:param Sequence['GetCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceArgs'] apply_update_time_preferences: Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
28870
|
+
:param Sequence['GetCloudVmClusterCloudAutomationUpdateDetailFreezePeriodArgs'] freeze_periods: Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
28871
|
+
:param bool is_early_adoption_enabled: Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
28872
|
+
:param bool is_freeze_period_enabled: Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
28873
|
+
"""
|
28874
|
+
pulumi.set(__self__, "apply_update_time_preferences", apply_update_time_preferences)
|
28875
|
+
pulumi.set(__self__, "freeze_periods", freeze_periods)
|
28876
|
+
pulumi.set(__self__, "is_early_adoption_enabled", is_early_adoption_enabled)
|
28877
|
+
pulumi.set(__self__, "is_freeze_period_enabled", is_freeze_period_enabled)
|
28878
|
+
|
28879
|
+
@property
|
28880
|
+
@pulumi.getter(name="applyUpdateTimePreferences")
|
28881
|
+
def apply_update_time_preferences(self) -> Sequence['outputs.GetCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult']:
|
28882
|
+
"""
|
28883
|
+
Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
28884
|
+
"""
|
28885
|
+
return pulumi.get(self, "apply_update_time_preferences")
|
28886
|
+
|
28887
|
+
@property
|
28888
|
+
@pulumi.getter(name="freezePeriods")
|
28889
|
+
def freeze_periods(self) -> Sequence['outputs.GetCloudVmClusterCloudAutomationUpdateDetailFreezePeriodResult']:
|
28890
|
+
"""
|
28891
|
+
Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
28892
|
+
"""
|
28893
|
+
return pulumi.get(self, "freeze_periods")
|
28894
|
+
|
28895
|
+
@property
|
28896
|
+
@pulumi.getter(name="isEarlyAdoptionEnabled")
|
28897
|
+
def is_early_adoption_enabled(self) -> bool:
|
28898
|
+
"""
|
28899
|
+
Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
28900
|
+
"""
|
28901
|
+
return pulumi.get(self, "is_early_adoption_enabled")
|
28902
|
+
|
28903
|
+
@property
|
28904
|
+
@pulumi.getter(name="isFreezePeriodEnabled")
|
28905
|
+
def is_freeze_period_enabled(self) -> bool:
|
28906
|
+
"""
|
28907
|
+
Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
28908
|
+
"""
|
28909
|
+
return pulumi.get(self, "is_freeze_period_enabled")
|
28910
|
+
|
28911
|
+
|
28912
|
+
@pulumi.output_type
|
28913
|
+
class GetCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult(dict):
|
28914
|
+
def __init__(__self__, *,
|
28915
|
+
apply_update_preferred_end_time: str,
|
28916
|
+
apply_update_preferred_start_time: str):
|
28917
|
+
"""
|
28918
|
+
:param str apply_update_preferred_end_time: End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
28919
|
+
:param str apply_update_preferred_start_time: Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
28920
|
+
"""
|
28921
|
+
pulumi.set(__self__, "apply_update_preferred_end_time", apply_update_preferred_end_time)
|
28922
|
+
pulumi.set(__self__, "apply_update_preferred_start_time", apply_update_preferred_start_time)
|
28923
|
+
|
28924
|
+
@property
|
28925
|
+
@pulumi.getter(name="applyUpdatePreferredEndTime")
|
28926
|
+
def apply_update_preferred_end_time(self) -> str:
|
28927
|
+
"""
|
28928
|
+
End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
28929
|
+
"""
|
28930
|
+
return pulumi.get(self, "apply_update_preferred_end_time")
|
28931
|
+
|
28932
|
+
@property
|
28933
|
+
@pulumi.getter(name="applyUpdatePreferredStartTime")
|
28934
|
+
def apply_update_preferred_start_time(self) -> str:
|
28935
|
+
"""
|
28936
|
+
Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
28937
|
+
"""
|
28938
|
+
return pulumi.get(self, "apply_update_preferred_start_time")
|
28939
|
+
|
28940
|
+
|
28941
|
+
@pulumi.output_type
|
28942
|
+
class GetCloudVmClusterCloudAutomationUpdateDetailFreezePeriodResult(dict):
|
28943
|
+
def __init__(__self__, *,
|
28944
|
+
freeze_period_end_time: str,
|
28945
|
+
freeze_period_start_time: str):
|
28946
|
+
"""
|
28947
|
+
:param str freeze_period_end_time: End time of the freeze period cycle.
|
28948
|
+
:param str freeze_period_start_time: Start time of the freeze period cycle.
|
28949
|
+
"""
|
28950
|
+
pulumi.set(__self__, "freeze_period_end_time", freeze_period_end_time)
|
28951
|
+
pulumi.set(__self__, "freeze_period_start_time", freeze_period_start_time)
|
28952
|
+
|
28953
|
+
@property
|
28954
|
+
@pulumi.getter(name="freezePeriodEndTime")
|
28955
|
+
def freeze_period_end_time(self) -> str:
|
28956
|
+
"""
|
28957
|
+
End time of the freeze period cycle.
|
28958
|
+
"""
|
28959
|
+
return pulumi.get(self, "freeze_period_end_time")
|
28960
|
+
|
28961
|
+
@property
|
28962
|
+
@pulumi.getter(name="freezePeriodStartTime")
|
28963
|
+
def freeze_period_start_time(self) -> str:
|
28964
|
+
"""
|
28965
|
+
Start time of the freeze period cycle.
|
28966
|
+
"""
|
28967
|
+
return pulumi.get(self, "freeze_period_start_time")
|
28968
|
+
|
28969
|
+
|
27980
28970
|
@pulumi.output_type
|
27981
28971
|
class GetCloudVmClusterDataCollectionOptionResult(dict):
|
27982
28972
|
def __init__(__self__, *,
|
@@ -28183,6 +29173,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28183
29173
|
availability_domain: str,
|
28184
29174
|
backup_network_nsg_ids: Sequence[str],
|
28185
29175
|
backup_subnet_id: str,
|
29176
|
+
cloud_automation_update_details: Sequence['outputs.GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailResult'],
|
28186
29177
|
cloud_exadata_infrastructure_id: str,
|
28187
29178
|
cluster_name: str,
|
28188
29179
|
compartment_id: str,
|
@@ -28235,6 +29226,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28235
29226
|
:param str availability_domain: The name of the availability domain that the cloud Exadata infrastructure resource is located in.
|
28236
29227
|
:param Sequence[str] backup_network_nsg_ids: A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata systems.
|
28237
29228
|
:param str backup_subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup network subnet associated with the cloud VM cluster.
|
29229
|
+
:param Sequence['GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailArgs'] cloud_automation_update_details: Specifies the properties necessary for cloud automation updates. This includes modifying the apply update time preference, enabling or disabling early adoption, and enabling, modifying, or disabling the update freeze period.
|
28238
29230
|
:param str cloud_exadata_infrastructure_id: If provided, filters the results for the specified cloud Exadata infrastructure.
|
28239
29231
|
:param str cluster_name: The cluster name for cloud VM cluster. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
|
28240
29232
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
@@ -28285,6 +29277,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28285
29277
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
28286
29278
|
pulumi.set(__self__, "backup_network_nsg_ids", backup_network_nsg_ids)
|
28287
29279
|
pulumi.set(__self__, "backup_subnet_id", backup_subnet_id)
|
29280
|
+
pulumi.set(__self__, "cloud_automation_update_details", cloud_automation_update_details)
|
28288
29281
|
pulumi.set(__self__, "cloud_exadata_infrastructure_id", cloud_exadata_infrastructure_id)
|
28289
29282
|
pulumi.set(__self__, "cluster_name", cluster_name)
|
28290
29283
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -28358,6 +29351,14 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28358
29351
|
"""
|
28359
29352
|
return pulumi.get(self, "backup_subnet_id")
|
28360
29353
|
|
29354
|
+
@property
|
29355
|
+
@pulumi.getter(name="cloudAutomationUpdateDetails")
|
29356
|
+
def cloud_automation_update_details(self) -> Sequence['outputs.GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailResult']:
|
29357
|
+
"""
|
29358
|
+
Specifies the properties necessary for cloud automation updates. This includes modifying the apply update time preference, enabling or disabling early adoption, and enabling, modifying, or disabling the update freeze period.
|
29359
|
+
"""
|
29360
|
+
return pulumi.get(self, "cloud_automation_update_details")
|
29361
|
+
|
28361
29362
|
@property
|
28362
29363
|
@pulumi.getter(name="cloudExadataInfrastructureId")
|
28363
29364
|
def cloud_exadata_infrastructure_id(self) -> str:
|
@@ -28735,6 +29736,115 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28735
29736
|
return pulumi.get(self, "zone_id")
|
28736
29737
|
|
28737
29738
|
|
29739
|
+
@pulumi.output_type
|
29740
|
+
class GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailResult(dict):
|
29741
|
+
def __init__(__self__, *,
|
29742
|
+
apply_update_time_preferences: Sequence['outputs.GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult'],
|
29743
|
+
freeze_periods: Sequence['outputs.GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailFreezePeriodResult'],
|
29744
|
+
is_early_adoption_enabled: bool,
|
29745
|
+
is_freeze_period_enabled: bool):
|
29746
|
+
"""
|
29747
|
+
:param Sequence['GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceArgs'] apply_update_time_preferences: Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
29748
|
+
:param Sequence['GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailFreezePeriodArgs'] freeze_periods: Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
29749
|
+
:param bool is_early_adoption_enabled: Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
29750
|
+
:param bool is_freeze_period_enabled: Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
29751
|
+
"""
|
29752
|
+
pulumi.set(__self__, "apply_update_time_preferences", apply_update_time_preferences)
|
29753
|
+
pulumi.set(__self__, "freeze_periods", freeze_periods)
|
29754
|
+
pulumi.set(__self__, "is_early_adoption_enabled", is_early_adoption_enabled)
|
29755
|
+
pulumi.set(__self__, "is_freeze_period_enabled", is_freeze_period_enabled)
|
29756
|
+
|
29757
|
+
@property
|
29758
|
+
@pulumi.getter(name="applyUpdateTimePreferences")
|
29759
|
+
def apply_update_time_preferences(self) -> Sequence['outputs.GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult']:
|
29760
|
+
"""
|
29761
|
+
Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
29762
|
+
"""
|
29763
|
+
return pulumi.get(self, "apply_update_time_preferences")
|
29764
|
+
|
29765
|
+
@property
|
29766
|
+
@pulumi.getter(name="freezePeriods")
|
29767
|
+
def freeze_periods(self) -> Sequence['outputs.GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailFreezePeriodResult']:
|
29768
|
+
"""
|
29769
|
+
Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
29770
|
+
"""
|
29771
|
+
return pulumi.get(self, "freeze_periods")
|
29772
|
+
|
29773
|
+
@property
|
29774
|
+
@pulumi.getter(name="isEarlyAdoptionEnabled")
|
29775
|
+
def is_early_adoption_enabled(self) -> bool:
|
29776
|
+
"""
|
29777
|
+
Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
29778
|
+
"""
|
29779
|
+
return pulumi.get(self, "is_early_adoption_enabled")
|
29780
|
+
|
29781
|
+
@property
|
29782
|
+
@pulumi.getter(name="isFreezePeriodEnabled")
|
29783
|
+
def is_freeze_period_enabled(self) -> bool:
|
29784
|
+
"""
|
29785
|
+
Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
29786
|
+
"""
|
29787
|
+
return pulumi.get(self, "is_freeze_period_enabled")
|
29788
|
+
|
29789
|
+
|
29790
|
+
@pulumi.output_type
|
29791
|
+
class GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult(dict):
|
29792
|
+
def __init__(__self__, *,
|
29793
|
+
apply_update_preferred_end_time: str,
|
29794
|
+
apply_update_preferred_start_time: str):
|
29795
|
+
"""
|
29796
|
+
:param str apply_update_preferred_end_time: End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
29797
|
+
:param str apply_update_preferred_start_time: Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
29798
|
+
"""
|
29799
|
+
pulumi.set(__self__, "apply_update_preferred_end_time", apply_update_preferred_end_time)
|
29800
|
+
pulumi.set(__self__, "apply_update_preferred_start_time", apply_update_preferred_start_time)
|
29801
|
+
|
29802
|
+
@property
|
29803
|
+
@pulumi.getter(name="applyUpdatePreferredEndTime")
|
29804
|
+
def apply_update_preferred_end_time(self) -> str:
|
29805
|
+
"""
|
29806
|
+
End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
29807
|
+
"""
|
29808
|
+
return pulumi.get(self, "apply_update_preferred_end_time")
|
29809
|
+
|
29810
|
+
@property
|
29811
|
+
@pulumi.getter(name="applyUpdatePreferredStartTime")
|
29812
|
+
def apply_update_preferred_start_time(self) -> str:
|
29813
|
+
"""
|
29814
|
+
Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
29815
|
+
"""
|
29816
|
+
return pulumi.get(self, "apply_update_preferred_start_time")
|
29817
|
+
|
29818
|
+
|
29819
|
+
@pulumi.output_type
|
29820
|
+
class GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailFreezePeriodResult(dict):
|
29821
|
+
def __init__(__self__, *,
|
29822
|
+
freeze_period_end_time: str,
|
29823
|
+
freeze_period_start_time: str):
|
29824
|
+
"""
|
29825
|
+
:param str freeze_period_end_time: End time of the freeze period cycle.
|
29826
|
+
:param str freeze_period_start_time: Start time of the freeze period cycle.
|
29827
|
+
"""
|
29828
|
+
pulumi.set(__self__, "freeze_period_end_time", freeze_period_end_time)
|
29829
|
+
pulumi.set(__self__, "freeze_period_start_time", freeze_period_start_time)
|
29830
|
+
|
29831
|
+
@property
|
29832
|
+
@pulumi.getter(name="freezePeriodEndTime")
|
29833
|
+
def freeze_period_end_time(self) -> str:
|
29834
|
+
"""
|
29835
|
+
End time of the freeze period cycle.
|
29836
|
+
"""
|
29837
|
+
return pulumi.get(self, "freeze_period_end_time")
|
29838
|
+
|
29839
|
+
@property
|
29840
|
+
@pulumi.getter(name="freezePeriodStartTime")
|
29841
|
+
def freeze_period_start_time(self) -> str:
|
29842
|
+
"""
|
29843
|
+
Start time of the freeze period cycle.
|
29844
|
+
"""
|
29845
|
+
return pulumi.get(self, "freeze_period_start_time")
|
29846
|
+
|
29847
|
+
|
28738
29848
|
@pulumi.output_type
|
28739
29849
|
class GetCloudVmClustersCloudVmClusterDataCollectionOptionResult(dict):
|
28740
29850
|
def __init__(__self__, *,
|
@@ -29430,11 +30540,11 @@ class GetDatabaseDatabaseResult(dict):
|
|
29430
30540
|
:param Mapping[str, 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).
|
29431
30541
|
:param Mapping[str, 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"}`
|
29432
30542
|
:param 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.
|
29433
|
-
:param 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.
|
30543
|
+
:param 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.
|
29434
30544
|
:param str ncharacter_set: The national character set for the database.
|
29435
30545
|
:param str pdb_name: The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name.
|
29436
30546
|
:param str sid_prefix: Specifies a prefix for the `Oracle SID` of the database to be created.
|
29437
|
-
:param 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).
|
30547
|
+
:param 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.
|
29438
30548
|
"""
|
29439
30549
|
pulumi.set(__self__, "admin_password", admin_password)
|
29440
30550
|
pulumi.set(__self__, "backup_id", backup_id)
|
@@ -29547,7 +30657,7 @@ class GetDatabaseDatabaseResult(dict):
|
|
29547
30657
|
@pulumi.getter(name="kmsKeyVersionId")
|
29548
30658
|
def kms_key_version_id(self) -> str:
|
29549
30659
|
"""
|
29550
|
-
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.
|
30660
|
+
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.
|
29551
30661
|
"""
|
29552
30662
|
return pulumi.get(self, "kms_key_version_id")
|
29553
30663
|
|
@@ -29589,7 +30699,7 @@ class GetDatabaseDatabaseResult(dict):
|
|
29589
30699
|
@pulumi.getter(name="vaultId")
|
29590
30700
|
def vault_id(self) -> str:
|
29591
30701
|
"""
|
29592
|
-
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).
|
30702
|
+
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.
|
29593
30703
|
"""
|
29594
30704
|
return pulumi.get(self, "vault_id")
|
29595
30705
|
|
@@ -31550,10 +32660,10 @@ class GetDatabasesDatabaseResult(dict):
|
|
31550
32660
|
:param Mapping[str, 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"}`
|
31551
32661
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
31552
32662
|
:param bool is_cdb: True if the database is a container database.
|
31553
|
-
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
32663
|
+
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
31554
32664
|
:param str key_store_wallet_name: The wallet name for Oracle Key Vault.
|
31555
32665
|
:param 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.
|
31556
|
-
:param 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.
|
32666
|
+
:param 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.
|
31557
32667
|
:param int last_backup_duration_in_seconds: The duration when the latest database backup created.
|
31558
32668
|
:param str last_backup_timestamp: The date and time when the latest database backup was created.
|
31559
32669
|
:param str last_failed_backup_timestamp: The date and time when the latest database backup failed.
|
@@ -31564,7 +32674,7 @@ class GetDatabasesDatabaseResult(dict):
|
|
31564
32674
|
:param 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)
|
31565
32675
|
:param str state: A filter to return only resources that match the given lifecycle state exactly.
|
31566
32676
|
:param str time_created: The date and time the database was created.
|
31567
|
-
:param 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).
|
32677
|
+
:param 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.
|
31568
32678
|
:param str vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster.
|
31569
32679
|
"""
|
31570
32680
|
pulumi.set(__self__, "character_set", character_set)
|
@@ -31738,7 +32848,7 @@ class GetDatabasesDatabaseResult(dict):
|
|
31738
32848
|
@pulumi.getter(name="keyStoreId")
|
31739
32849
|
def key_store_id(self) -> str:
|
31740
32850
|
"""
|
31741
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
32851
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
31742
32852
|
"""
|
31743
32853
|
return pulumi.get(self, "key_store_id")
|
31744
32854
|
|
@@ -31772,7 +32882,7 @@ class GetDatabasesDatabaseResult(dict):
|
|
31772
32882
|
@pulumi.getter(name="kmsKeyVersionId")
|
31773
32883
|
def kms_key_version_id(self) -> str:
|
31774
32884
|
"""
|
31775
|
-
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.
|
32885
|
+
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.
|
31776
32886
|
"""
|
31777
32887
|
return pulumi.get(self, "kms_key_version_id")
|
31778
32888
|
|
@@ -31865,7 +32975,7 @@ class GetDatabasesDatabaseResult(dict):
|
|
31865
32975
|
@pulumi.getter(name="vaultId")
|
31866
32976
|
def vault_id(self) -> str:
|
31867
32977
|
"""
|
31868
|
-
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).
|
32978
|
+
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.
|
31869
32979
|
"""
|
31870
32980
|
return pulumi.get(self, "vault_id")
|
31871
32981
|
|
@@ -31950,11 +33060,11 @@ class GetDatabasesDatabaseDatabaseResult(dict):
|
|
31950
33060
|
:param Mapping[str, 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).
|
31951
33061
|
:param Mapping[str, 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"}`
|
31952
33062
|
:param 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.
|
31953
|
-
:param 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.
|
33063
|
+
:param 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.
|
31954
33064
|
:param str ncharacter_set: The national character set for the database.
|
31955
33065
|
:param str pdb_name: The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name.
|
31956
33066
|
:param str sid_prefix: Specifies a prefix for the `Oracle SID` of the database to be created.
|
31957
|
-
:param 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).
|
33067
|
+
:param 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.
|
31958
33068
|
"""
|
31959
33069
|
pulumi.set(__self__, "admin_password", admin_password)
|
31960
33070
|
pulumi.set(__self__, "backup_id", backup_id)
|
@@ -32067,7 +33177,7 @@ class GetDatabasesDatabaseDatabaseResult(dict):
|
|
32067
33177
|
@pulumi.getter(name="kmsKeyVersionId")
|
32068
33178
|
def kms_key_version_id(self) -> str:
|
32069
33179
|
"""
|
32070
|
-
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.
|
33180
|
+
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.
|
32071
33181
|
"""
|
32072
33182
|
return pulumi.get(self, "kms_key_version_id")
|
32073
33183
|
|
@@ -32109,7 +33219,7 @@ class GetDatabasesDatabaseDatabaseResult(dict):
|
|
32109
33219
|
@pulumi.getter(name="vaultId")
|
32110
33220
|
def vault_id(self) -> str:
|
32111
33221
|
"""
|
32112
|
-
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).
|
33222
|
+
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.
|
32113
33223
|
"""
|
32114
33224
|
return pulumi.get(self, "vault_id")
|
32115
33225
|
|
@@ -36771,6 +37881,7 @@ class GetDbSystemsDbSystemMaintenanceWindowResult(dict):
|
|
36771
37881
|
:param Sequence['GetDbSystemsDbSystemMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
36772
37882
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
36773
37883
|
:param str preference: The maintenance window scheduling preference.
|
37884
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
36774
37885
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
36775
37886
|
"""
|
36776
37887
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -36861,6 +37972,9 @@ class GetDbSystemsDbSystemMaintenanceWindowResult(dict):
|
|
36861
37972
|
@property
|
36862
37973
|
@pulumi.getter(name="skipRus")
|
36863
37974
|
def skip_rus(self) -> Sequence[bool]:
|
37975
|
+
"""
|
37976
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
37977
|
+
"""
|
36864
37978
|
return pulumi.get(self, "skip_rus")
|
36865
37979
|
|
36866
37980
|
@property
|
@@ -36915,6 +38029,7 @@ class GetDbSystemsDbSystemMaintenanceWindowDetailResult(dict):
|
|
36915
38029
|
:param Sequence['GetDbSystemsDbSystemMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
36916
38030
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
36917
38031
|
:param str preference: The maintenance window scheduling preference.
|
38032
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
36918
38033
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
36919
38034
|
"""
|
36920
38035
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -37005,6 +38120,9 @@ class GetDbSystemsDbSystemMaintenanceWindowDetailResult(dict):
|
|
37005
38120
|
@property
|
37006
38121
|
@pulumi.getter(name="skipRus")
|
37007
38122
|
def skip_rus(self) -> Sequence[bool]:
|
38123
|
+
"""
|
38124
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
38125
|
+
"""
|
37008
38126
|
return pulumi.get(self, "skip_rus")
|
37009
38127
|
|
37010
38128
|
@property
|
@@ -37485,6 +38603,7 @@ class GetExadataInfrastructureMaintenanceWindowResult(dict):
|
|
37485
38603
|
:param Sequence['GetExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
37486
38604
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
37487
38605
|
:param str preference: The maintenance window scheduling preference.
|
38606
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
37488
38607
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
37489
38608
|
"""
|
37490
38609
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -37575,6 +38694,9 @@ class GetExadataInfrastructureMaintenanceWindowResult(dict):
|
|
37575
38694
|
@property
|
37576
38695
|
@pulumi.getter(name="skipRus")
|
37577
38696
|
def skip_rus(self) -> Sequence[bool]:
|
38697
|
+
"""
|
38698
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
38699
|
+
"""
|
37578
38700
|
return pulumi.get(self, "skip_rus")
|
37579
38701
|
|
37580
38702
|
@property
|
@@ -38367,6 +39489,7 @@ class GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowResult(dict
|
|
38367
39489
|
:param Sequence['GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
38368
39490
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
38369
39491
|
:param str preference: The maintenance window scheduling preference.
|
39492
|
+
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
38370
39493
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance 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 maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance 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 hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
38371
39494
|
"""
|
38372
39495
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -38457,6 +39580,9 @@ class GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowResult(dict
|
|
38457
39580
|
@property
|
38458
39581
|
@pulumi.getter(name="skipRus")
|
38459
39582
|
def skip_rus(self) -> Sequence[bool]:
|
39583
|
+
"""
|
39584
|
+
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
39585
|
+
"""
|
38460
39586
|
return pulumi.get(self, "skip_rus")
|
38461
39587
|
|
38462
39588
|
@property
|
@@ -42110,7 +43236,7 @@ class GetKeyStoreTypeDetailResult(dict):
|
|
42110
43236
|
:param Sequence[str] connection_ips: The list of Oracle Key Vault connection IP addresses.
|
42111
43237
|
:param str secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [secret](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
42112
43238
|
:param str type: The type of key store.
|
42113
|
-
:param 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).
|
43239
|
+
:param 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.
|
42114
43240
|
"""
|
42115
43241
|
pulumi.set(__self__, "admin_username", admin_username)
|
42116
43242
|
pulumi.set(__self__, "connection_ips", connection_ips)
|
@@ -42154,7 +43280,7 @@ class GetKeyStoreTypeDetailResult(dict):
|
|
42154
43280
|
@pulumi.getter(name="vaultId")
|
42155
43281
|
def vault_id(self) -> str:
|
42156
43282
|
"""
|
42157
|
-
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).
|
43283
|
+
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.
|
42158
43284
|
"""
|
42159
43285
|
return pulumi.get(self, "vault_id")
|
42160
43286
|
|
@@ -42352,7 +43478,7 @@ class GetKeyStoresKeyStoreTypeDetailResult(dict):
|
|
42352
43478
|
:param Sequence[str] connection_ips: The list of Oracle Key Vault connection IP addresses.
|
42353
43479
|
:param str secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [secret](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
42354
43480
|
:param str type: The type of key store.
|
42355
|
-
:param 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).
|
43481
|
+
:param 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.
|
42356
43482
|
"""
|
42357
43483
|
pulumi.set(__self__, "admin_username", admin_username)
|
42358
43484
|
pulumi.set(__self__, "connection_ips", connection_ips)
|
@@ -42396,7 +43522,7 @@ class GetKeyStoresKeyStoreTypeDetailResult(dict):
|
|
42396
43522
|
@pulumi.getter(name="vaultId")
|
42397
43523
|
def vault_id(self) -> str:
|
42398
43524
|
"""
|
42399
|
-
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).
|
43525
|
+
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.
|
42400
43526
|
"""
|
42401
43527
|
return pulumi.get(self, "vault_id")
|
42402
43528
|
|
@@ -43430,6 +44556,7 @@ class GetPluggableDatabasesPluggableDatabaseResult(dict):
|
|
43430
44556
|
freeform_tags: Mapping[str, str],
|
43431
44557
|
id: str,
|
43432
44558
|
is_restricted: bool,
|
44559
|
+
kms_key_version_id: str,
|
43433
44560
|
lifecycle_details: str,
|
43434
44561
|
open_mode: str,
|
43435
44562
|
pdb_admin_password: str,
|
@@ -43471,6 +44598,7 @@ class GetPluggableDatabasesPluggableDatabaseResult(dict):
|
|
43471
44598
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
43472
44599
|
pulumi.set(__self__, "id", id)
|
43473
44600
|
pulumi.set(__self__, "is_restricted", is_restricted)
|
44601
|
+
pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
|
43474
44602
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
43475
44603
|
pulumi.set(__self__, "open_mode", open_mode)
|
43476
44604
|
pulumi.set(__self__, "pdb_admin_password", pdb_admin_password)
|
@@ -43553,6 +44681,11 @@ class GetPluggableDatabasesPluggableDatabaseResult(dict):
|
|
43553
44681
|
"""
|
43554
44682
|
return pulumi.get(self, "is_restricted")
|
43555
44683
|
|
44684
|
+
@property
|
44685
|
+
@pulumi.getter(name="kmsKeyVersionId")
|
44686
|
+
def kms_key_version_id(self) -> str:
|
44687
|
+
return pulumi.get(self, "kms_key_version_id")
|
44688
|
+
|
43556
44689
|
@property
|
43557
44690
|
@pulumi.getter(name="lifecycleDetails")
|
43558
44691
|
def lifecycle_details(self) -> str:
|
@@ -43915,6 +45048,115 @@ class GetSystemVersionsSystemVersionCollectionItemResult(dict):
|
|
43915
45048
|
return pulumi.get(self, "system_versions")
|
43916
45049
|
|
43917
45050
|
|
45051
|
+
@pulumi.output_type
|
45052
|
+
class GetVmClusterCloudAutomationUpdateDetailResult(dict):
|
45053
|
+
def __init__(__self__, *,
|
45054
|
+
apply_update_time_preferences: Sequence['outputs.GetVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult'],
|
45055
|
+
freeze_periods: Sequence['outputs.GetVmClusterCloudAutomationUpdateDetailFreezePeriodResult'],
|
45056
|
+
is_early_adoption_enabled: bool,
|
45057
|
+
is_freeze_period_enabled: bool):
|
45058
|
+
"""
|
45059
|
+
:param Sequence['GetVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceArgs'] apply_update_time_preferences: Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
45060
|
+
:param Sequence['GetVmClusterCloudAutomationUpdateDetailFreezePeriodArgs'] freeze_periods: Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
45061
|
+
:param bool is_early_adoption_enabled: Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
45062
|
+
:param bool is_freeze_period_enabled: Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
45063
|
+
"""
|
45064
|
+
pulumi.set(__self__, "apply_update_time_preferences", apply_update_time_preferences)
|
45065
|
+
pulumi.set(__self__, "freeze_periods", freeze_periods)
|
45066
|
+
pulumi.set(__self__, "is_early_adoption_enabled", is_early_adoption_enabled)
|
45067
|
+
pulumi.set(__self__, "is_freeze_period_enabled", is_freeze_period_enabled)
|
45068
|
+
|
45069
|
+
@property
|
45070
|
+
@pulumi.getter(name="applyUpdateTimePreferences")
|
45071
|
+
def apply_update_time_preferences(self) -> Sequence['outputs.GetVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult']:
|
45072
|
+
"""
|
45073
|
+
Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
45074
|
+
"""
|
45075
|
+
return pulumi.get(self, "apply_update_time_preferences")
|
45076
|
+
|
45077
|
+
@property
|
45078
|
+
@pulumi.getter(name="freezePeriods")
|
45079
|
+
def freeze_periods(self) -> Sequence['outputs.GetVmClusterCloudAutomationUpdateDetailFreezePeriodResult']:
|
45080
|
+
"""
|
45081
|
+
Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
45082
|
+
"""
|
45083
|
+
return pulumi.get(self, "freeze_periods")
|
45084
|
+
|
45085
|
+
@property
|
45086
|
+
@pulumi.getter(name="isEarlyAdoptionEnabled")
|
45087
|
+
def is_early_adoption_enabled(self) -> bool:
|
45088
|
+
"""
|
45089
|
+
Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
45090
|
+
"""
|
45091
|
+
return pulumi.get(self, "is_early_adoption_enabled")
|
45092
|
+
|
45093
|
+
@property
|
45094
|
+
@pulumi.getter(name="isFreezePeriodEnabled")
|
45095
|
+
def is_freeze_period_enabled(self) -> bool:
|
45096
|
+
"""
|
45097
|
+
Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
45098
|
+
"""
|
45099
|
+
return pulumi.get(self, "is_freeze_period_enabled")
|
45100
|
+
|
45101
|
+
|
45102
|
+
@pulumi.output_type
|
45103
|
+
class GetVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult(dict):
|
45104
|
+
def __init__(__self__, *,
|
45105
|
+
apply_update_preferred_end_time: str,
|
45106
|
+
apply_update_preferred_start_time: str):
|
45107
|
+
"""
|
45108
|
+
:param str apply_update_preferred_end_time: End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
45109
|
+
:param str apply_update_preferred_start_time: Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
45110
|
+
"""
|
45111
|
+
pulumi.set(__self__, "apply_update_preferred_end_time", apply_update_preferred_end_time)
|
45112
|
+
pulumi.set(__self__, "apply_update_preferred_start_time", apply_update_preferred_start_time)
|
45113
|
+
|
45114
|
+
@property
|
45115
|
+
@pulumi.getter(name="applyUpdatePreferredEndTime")
|
45116
|
+
def apply_update_preferred_end_time(self) -> str:
|
45117
|
+
"""
|
45118
|
+
End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
45119
|
+
"""
|
45120
|
+
return pulumi.get(self, "apply_update_preferred_end_time")
|
45121
|
+
|
45122
|
+
@property
|
45123
|
+
@pulumi.getter(name="applyUpdatePreferredStartTime")
|
45124
|
+
def apply_update_preferred_start_time(self) -> str:
|
45125
|
+
"""
|
45126
|
+
Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
45127
|
+
"""
|
45128
|
+
return pulumi.get(self, "apply_update_preferred_start_time")
|
45129
|
+
|
45130
|
+
|
45131
|
+
@pulumi.output_type
|
45132
|
+
class GetVmClusterCloudAutomationUpdateDetailFreezePeriodResult(dict):
|
45133
|
+
def __init__(__self__, *,
|
45134
|
+
freeze_period_end_time: str,
|
45135
|
+
freeze_period_start_time: str):
|
45136
|
+
"""
|
45137
|
+
:param str freeze_period_end_time: End time of the freeze period cycle.
|
45138
|
+
:param str freeze_period_start_time: Start time of the freeze period cycle.
|
45139
|
+
"""
|
45140
|
+
pulumi.set(__self__, "freeze_period_end_time", freeze_period_end_time)
|
45141
|
+
pulumi.set(__self__, "freeze_period_start_time", freeze_period_start_time)
|
45142
|
+
|
45143
|
+
@property
|
45144
|
+
@pulumi.getter(name="freezePeriodEndTime")
|
45145
|
+
def freeze_period_end_time(self) -> str:
|
45146
|
+
"""
|
45147
|
+
End time of the freeze period cycle.
|
45148
|
+
"""
|
45149
|
+
return pulumi.get(self, "freeze_period_end_time")
|
45150
|
+
|
45151
|
+
@property
|
45152
|
+
@pulumi.getter(name="freezePeriodStartTime")
|
45153
|
+
def freeze_period_start_time(self) -> str:
|
45154
|
+
"""
|
45155
|
+
Start time of the freeze period cycle.
|
45156
|
+
"""
|
45157
|
+
return pulumi.get(self, "freeze_period_start_time")
|
45158
|
+
|
45159
|
+
|
43918
45160
|
@pulumi.output_type
|
43919
45161
|
class GetVmClusterDataCollectionOptionResult(dict):
|
43920
45162
|
def __init__(__self__, *,
|
@@ -45544,6 +46786,7 @@ class GetVmClustersFilterResult(dict):
|
|
45544
46786
|
class GetVmClustersVmClusterResult(dict):
|
45545
46787
|
def __init__(__self__, *,
|
45546
46788
|
availability_domain: str,
|
46789
|
+
cloud_automation_update_details: Sequence['outputs.GetVmClustersVmClusterCloudAutomationUpdateDetailResult'],
|
45547
46790
|
compartment_id: str,
|
45548
46791
|
cpu_core_count: int,
|
45549
46792
|
cpus_enabled: int,
|
@@ -45576,6 +46819,7 @@ class GetVmClustersVmClusterResult(dict):
|
|
45576
46819
|
vm_cluster_network_id: str):
|
45577
46820
|
"""
|
45578
46821
|
:param str availability_domain: The name of the availability domain that the VM cluster is located in.
|
46822
|
+
:param Sequence['GetVmClustersVmClusterCloudAutomationUpdateDetailArgs'] cloud_automation_update_details: Specifies the properties necessary for cloud automation updates. This includes modifying the apply update time preference, enabling or disabling early adoption, and enabling, modifying, or disabling the update freeze period.
|
45579
46823
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
45580
46824
|
:param int cpus_enabled: The number of enabled CPU cores.
|
45581
46825
|
:param Sequence['GetVmClustersVmClusterDataCollectionOptionArgs'] data_collection_options: Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
|
@@ -45605,6 +46849,7 @@ class GetVmClustersVmClusterResult(dict):
|
|
45605
46849
|
:param str vm_cluster_network_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster network.
|
45606
46850
|
"""
|
45607
46851
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
46852
|
+
pulumi.set(__self__, "cloud_automation_update_details", cloud_automation_update_details)
|
45608
46853
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
45609
46854
|
pulumi.set(__self__, "cpu_core_count", cpu_core_count)
|
45610
46855
|
pulumi.set(__self__, "cpus_enabled", cpus_enabled)
|
@@ -45644,6 +46889,14 @@ class GetVmClustersVmClusterResult(dict):
|
|
45644
46889
|
"""
|
45645
46890
|
return pulumi.get(self, "availability_domain")
|
45646
46891
|
|
46892
|
+
@property
|
46893
|
+
@pulumi.getter(name="cloudAutomationUpdateDetails")
|
46894
|
+
def cloud_automation_update_details(self) -> Sequence['outputs.GetVmClustersVmClusterCloudAutomationUpdateDetailResult']:
|
46895
|
+
"""
|
46896
|
+
Specifies the properties necessary for cloud automation updates. This includes modifying the apply update time preference, enabling or disabling early adoption, and enabling, modifying, or disabling the update freeze period.
|
46897
|
+
"""
|
46898
|
+
return pulumi.get(self, "cloud_automation_update_details")
|
46899
|
+
|
45647
46900
|
@property
|
45648
46901
|
@pulumi.getter(name="compartmentId")
|
45649
46902
|
def compartment_id(self) -> str:
|
@@ -45876,6 +47129,115 @@ class GetVmClustersVmClusterResult(dict):
|
|
45876
47129
|
return pulumi.get(self, "vm_cluster_network_id")
|
45877
47130
|
|
45878
47131
|
|
47132
|
+
@pulumi.output_type
|
47133
|
+
class GetVmClustersVmClusterCloudAutomationUpdateDetailResult(dict):
|
47134
|
+
def __init__(__self__, *,
|
47135
|
+
apply_update_time_preferences: Sequence['outputs.GetVmClustersVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult'],
|
47136
|
+
freeze_periods: Sequence['outputs.GetVmClustersVmClusterCloudAutomationUpdateDetailFreezePeriodResult'],
|
47137
|
+
is_early_adoption_enabled: bool,
|
47138
|
+
is_freeze_period_enabled: bool):
|
47139
|
+
"""
|
47140
|
+
:param Sequence['GetVmClustersVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceArgs'] apply_update_time_preferences: Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
47141
|
+
:param Sequence['GetVmClustersVmClusterCloudAutomationUpdateDetailFreezePeriodArgs'] freeze_periods: Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
47142
|
+
:param bool is_early_adoption_enabled: Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
47143
|
+
:param bool is_freeze_period_enabled: Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
47144
|
+
"""
|
47145
|
+
pulumi.set(__self__, "apply_update_time_preferences", apply_update_time_preferences)
|
47146
|
+
pulumi.set(__self__, "freeze_periods", freeze_periods)
|
47147
|
+
pulumi.set(__self__, "is_early_adoption_enabled", is_early_adoption_enabled)
|
47148
|
+
pulumi.set(__self__, "is_freeze_period_enabled", is_freeze_period_enabled)
|
47149
|
+
|
47150
|
+
@property
|
47151
|
+
@pulumi.getter(name="applyUpdateTimePreferences")
|
47152
|
+
def apply_update_time_preferences(self) -> Sequence['outputs.GetVmClustersVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult']:
|
47153
|
+
"""
|
47154
|
+
Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
47155
|
+
"""
|
47156
|
+
return pulumi.get(self, "apply_update_time_preferences")
|
47157
|
+
|
47158
|
+
@property
|
47159
|
+
@pulumi.getter(name="freezePeriods")
|
47160
|
+
def freeze_periods(self) -> Sequence['outputs.GetVmClustersVmClusterCloudAutomationUpdateDetailFreezePeriodResult']:
|
47161
|
+
"""
|
47162
|
+
Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
47163
|
+
"""
|
47164
|
+
return pulumi.get(self, "freeze_periods")
|
47165
|
+
|
47166
|
+
@property
|
47167
|
+
@pulumi.getter(name="isEarlyAdoptionEnabled")
|
47168
|
+
def is_early_adoption_enabled(self) -> bool:
|
47169
|
+
"""
|
47170
|
+
Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
47171
|
+
"""
|
47172
|
+
return pulumi.get(self, "is_early_adoption_enabled")
|
47173
|
+
|
47174
|
+
@property
|
47175
|
+
@pulumi.getter(name="isFreezePeriodEnabled")
|
47176
|
+
def is_freeze_period_enabled(self) -> bool:
|
47177
|
+
"""
|
47178
|
+
Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
47179
|
+
"""
|
47180
|
+
return pulumi.get(self, "is_freeze_period_enabled")
|
47181
|
+
|
47182
|
+
|
47183
|
+
@pulumi.output_type
|
47184
|
+
class GetVmClustersVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult(dict):
|
47185
|
+
def __init__(__self__, *,
|
47186
|
+
apply_update_preferred_end_time: str,
|
47187
|
+
apply_update_preferred_start_time: str):
|
47188
|
+
"""
|
47189
|
+
:param str apply_update_preferred_end_time: End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
47190
|
+
:param str apply_update_preferred_start_time: Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
47191
|
+
"""
|
47192
|
+
pulumi.set(__self__, "apply_update_preferred_end_time", apply_update_preferred_end_time)
|
47193
|
+
pulumi.set(__self__, "apply_update_preferred_start_time", apply_update_preferred_start_time)
|
47194
|
+
|
47195
|
+
@property
|
47196
|
+
@pulumi.getter(name="applyUpdatePreferredEndTime")
|
47197
|
+
def apply_update_preferred_end_time(self) -> str:
|
47198
|
+
"""
|
47199
|
+
End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
47200
|
+
"""
|
47201
|
+
return pulumi.get(self, "apply_update_preferred_end_time")
|
47202
|
+
|
47203
|
+
@property
|
47204
|
+
@pulumi.getter(name="applyUpdatePreferredStartTime")
|
47205
|
+
def apply_update_preferred_start_time(self) -> str:
|
47206
|
+
"""
|
47207
|
+
Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
47208
|
+
"""
|
47209
|
+
return pulumi.get(self, "apply_update_preferred_start_time")
|
47210
|
+
|
47211
|
+
|
47212
|
+
@pulumi.output_type
|
47213
|
+
class GetVmClustersVmClusterCloudAutomationUpdateDetailFreezePeriodResult(dict):
|
47214
|
+
def __init__(__self__, *,
|
47215
|
+
freeze_period_end_time: str,
|
47216
|
+
freeze_period_start_time: str):
|
47217
|
+
"""
|
47218
|
+
:param str freeze_period_end_time: End time of the freeze period cycle.
|
47219
|
+
:param str freeze_period_start_time: Start time of the freeze period cycle.
|
47220
|
+
"""
|
47221
|
+
pulumi.set(__self__, "freeze_period_end_time", freeze_period_end_time)
|
47222
|
+
pulumi.set(__self__, "freeze_period_start_time", freeze_period_start_time)
|
47223
|
+
|
47224
|
+
@property
|
47225
|
+
@pulumi.getter(name="freezePeriodEndTime")
|
47226
|
+
def freeze_period_end_time(self) -> str:
|
47227
|
+
"""
|
47228
|
+
End time of the freeze period cycle.
|
47229
|
+
"""
|
47230
|
+
return pulumi.get(self, "freeze_period_end_time")
|
47231
|
+
|
47232
|
+
@property
|
47233
|
+
@pulumi.getter(name="freezePeriodStartTime")
|
47234
|
+
def freeze_period_start_time(self) -> str:
|
47235
|
+
"""
|
47236
|
+
Start time of the freeze period cycle.
|
47237
|
+
"""
|
47238
|
+
return pulumi.get(self, "freeze_period_start_time")
|
47239
|
+
|
47240
|
+
|
45879
47241
|
@pulumi.output_type
|
45880
47242
|
class GetVmClustersVmClusterDataCollectionOptionResult(dict):
|
45881
47243
|
def __init__(__self__, *,
|