pulumi-oci 2.11.0a1726726622__py3-none-any.whl → 2.12.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +207 -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/__init__.py +3 -0
- pulumi_oci/bigdataservice/_inputs.py +1098 -10
- 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 +141 -2
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_resource_principal_configuration.py +529 -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 +255 -0
- pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configurations.py +191 -0
- pulumi_oci/bigdataservice/get_bds_instances.py +19 -4
- pulumi_oci/bigdataservice/outputs.py +180 -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/__init__.py +8 -0
- pulumi_oci/capacitymanagement/_inputs.py +755 -3
- pulumi_oci/capacitymanagement/get_internal_namespace_occ_overviews.py +242 -0
- pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +31 -11
- pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_block_details.py +163 -0
- pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_blocks.py +270 -0
- pulumi_oci/capacitymanagement/get_namespace_occ_overviews.py +223 -0
- pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +29 -5
- 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 +47 -6
- pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +49 -9
- pulumi_oci/capacitymanagement/get_occ_customer_group.py +25 -5
- pulumi_oci/capacitymanagement/get_occ_customer_groups.py +20 -4
- pulumi_oci/capacitymanagement/get_occ_handover_resource_block_details.py +163 -0
- pulumi_oci/capacitymanagement/get_occ_handover_resource_blocks.py +248 -0
- pulumi_oci/capacitymanagement/occ_availability_catalog.py +9 -4
- pulumi_oci/capacitymanagement/occ_capacity_request.py +83 -32
- pulumi_oci/capacitymanagement/occ_customer_group.py +695 -0
- pulumi_oci/capacitymanagement/occ_customer_group_occ_customer.py +417 -0
- pulumi_oci/capacitymanagement/outputs.py +1673 -166
- 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/__init__.py +1 -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 +352 -0
- 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 +497 -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/__init__.py +15 -0
- pulumi_oci/fleetsoftwareupdate/_inputs.py +942 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +809 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +1236 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +324 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +213 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +464 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +254 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +2134 -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 +12 -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 +34 -4
- pulumi_oci/generativeai/get_models.py +24 -4
- pulumi_oci/generativeai/model.py +5 -0
- pulumi_oci/generativeai/outputs.py +9 -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/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1289 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +323 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +191 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +660 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +191 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2063 -0
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +747 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1821 -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.11.0a1726726622.dist-info → pulumi_oci-2.12.0.dist-info}/METADATA +3 -2
- pulumi_oci-2.12.0.dist-info/RECORD +2920 -0
- pulumi_oci-2.11.0a1726726622.dist-info/RECORD +0 -2815
- {pulumi_oci-2.11.0a1726726622.dist-info → pulumi_oci-2.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.11.0a1726726622.dist-info → pulumi_oci-2.12.0.dist-info}/top_level.txt +0 -0
@@ -4,46 +4,130 @@
|
|
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
|
|
12
17
|
__all__ = [
|
13
18
|
'BackendSetBackendArgs',
|
19
|
+
'BackendSetBackendArgsDict',
|
14
20
|
'BackendSetHealthCheckerArgs',
|
21
|
+
'BackendSetHealthCheckerArgsDict',
|
15
22
|
'BackendSetLbCookieSessionPersistenceConfigurationArgs',
|
23
|
+
'BackendSetLbCookieSessionPersistenceConfigurationArgsDict',
|
16
24
|
'BackendSetSessionPersistenceConfigurationArgs',
|
25
|
+
'BackendSetSessionPersistenceConfigurationArgsDict',
|
17
26
|
'BackendSetSslConfigurationArgs',
|
27
|
+
'BackendSetSslConfigurationArgsDict',
|
18
28
|
'ListenerConnectionConfigurationArgs',
|
29
|
+
'ListenerConnectionConfigurationArgsDict',
|
19
30
|
'ListenerSslConfigurationArgs',
|
31
|
+
'ListenerSslConfigurationArgsDict',
|
20
32
|
'LoadBalancerIpAddressDetailArgs',
|
33
|
+
'LoadBalancerIpAddressDetailArgsDict',
|
21
34
|
'LoadBalancerIpAddressDetailReservedIpArgs',
|
35
|
+
'LoadBalancerIpAddressDetailReservedIpArgsDict',
|
22
36
|
'LoadBalancerReservedIpArgs',
|
37
|
+
'LoadBalancerReservedIpArgsDict',
|
23
38
|
'LoadBalancerRoutingPolicyRuleArgs',
|
39
|
+
'LoadBalancerRoutingPolicyRuleArgsDict',
|
24
40
|
'LoadBalancerRoutingPolicyRuleActionArgs',
|
41
|
+
'LoadBalancerRoutingPolicyRuleActionArgsDict',
|
25
42
|
'LoadBalancerShapeDetailsArgs',
|
43
|
+
'LoadBalancerShapeDetailsArgsDict',
|
26
44
|
'PathRouteSetPathRouteArgs',
|
45
|
+
'PathRouteSetPathRouteArgsDict',
|
27
46
|
'PathRouteSetPathRoutePathMatchTypeArgs',
|
47
|
+
'PathRouteSetPathRoutePathMatchTypeArgsDict',
|
28
48
|
'RuleSetItemArgs',
|
49
|
+
'RuleSetItemArgsDict',
|
29
50
|
'RuleSetItemConditionArgs',
|
51
|
+
'RuleSetItemConditionArgsDict',
|
30
52
|
'RuleSetItemIpMaxConnectionArgs',
|
53
|
+
'RuleSetItemIpMaxConnectionArgsDict',
|
31
54
|
'RuleSetItemRedirectUriArgs',
|
55
|
+
'RuleSetItemRedirectUriArgsDict',
|
32
56
|
'GetBackendSetsFilterArgs',
|
57
|
+
'GetBackendSetsFilterArgsDict',
|
33
58
|
'GetBackendsFilterArgs',
|
59
|
+
'GetBackendsFilterArgsDict',
|
34
60
|
'GetCertificatesFilterArgs',
|
61
|
+
'GetCertificatesFilterArgsDict',
|
35
62
|
'GetHostnamesFilterArgs',
|
63
|
+
'GetHostnamesFilterArgsDict',
|
36
64
|
'GetListenerRulesFilterArgs',
|
65
|
+
'GetListenerRulesFilterArgsDict',
|
37
66
|
'GetLoadBalancerRoutingPoliciesFilterArgs',
|
67
|
+
'GetLoadBalancerRoutingPoliciesFilterArgsDict',
|
38
68
|
'GetLoadBalancersFilterArgs',
|
69
|
+
'GetLoadBalancersFilterArgsDict',
|
39
70
|
'GetPathRouteSetsFilterArgs',
|
71
|
+
'GetPathRouteSetsFilterArgsDict',
|
40
72
|
'GetPoliciesFilterArgs',
|
73
|
+
'GetPoliciesFilterArgsDict',
|
41
74
|
'GetProtocolsFilterArgs',
|
75
|
+
'GetProtocolsFilterArgsDict',
|
42
76
|
'GetRuleSetsFilterArgs',
|
77
|
+
'GetRuleSetsFilterArgsDict',
|
43
78
|
'GetShapesFilterArgs',
|
79
|
+
'GetShapesFilterArgsDict',
|
44
80
|
'GetSslCipherSuitesFilterArgs',
|
81
|
+
'GetSslCipherSuitesFilterArgsDict',
|
45
82
|
]
|
46
83
|
|
84
|
+
MYPY = False
|
85
|
+
|
86
|
+
if not MYPY:
|
87
|
+
class BackendSetBackendArgsDict(TypedDict):
|
88
|
+
ip_address: pulumi.Input[str]
|
89
|
+
"""
|
90
|
+
(Updatable) The IP address of the backend server. Example: `10.0.0.3`
|
91
|
+
"""
|
92
|
+
port: pulumi.Input[int]
|
93
|
+
"""
|
94
|
+
(Updatable) The communication port for the backend server. Example: `8080`
|
95
|
+
"""
|
96
|
+
backup: NotRequired[pulumi.Input[bool]]
|
97
|
+
"""
|
98
|
+
(Updatable) Whether the load balancer should treat this server as a backup unit. If `true`, the load balancer forwards no ingress traffic to this backend server unless all other backend servers not marked as "backup" fail the health check policy.
|
99
|
+
|
100
|
+
**Note:** You cannot add a backend server marked as `backup` to a backend set that uses the IP Hash policy.
|
101
|
+
|
102
|
+
Example: `false`
|
103
|
+
"""
|
104
|
+
drain: NotRequired[pulumi.Input[bool]]
|
105
|
+
"""
|
106
|
+
(Updatable) Whether the load balancer should drain this server. Servers marked "drain" receive no new incoming traffic. Example: `false`
|
107
|
+
"""
|
108
|
+
max_connections: NotRequired[pulumi.Input[int]]
|
109
|
+
"""
|
110
|
+
(Updatable) The maximum number of simultaneous connections the load balancer can make to the backend. If this is not set then the maximum number of simultaneous connections the load balancer can make to the backend is unlimited. Example: `300`
|
111
|
+
"""
|
112
|
+
name: NotRequired[pulumi.Input[str]]
|
113
|
+
"""
|
114
|
+
A friendly name for the backend set. It must be unique and it cannot be changed.
|
115
|
+
|
116
|
+
Valid backend set names include only alphanumeric characters, dashes, and underscores. Backend set names cannot contain spaces. Avoid entering confidential information.
|
117
|
+
|
118
|
+
Example: `example_backend_set`
|
119
|
+
"""
|
120
|
+
offline: NotRequired[pulumi.Input[bool]]
|
121
|
+
"""
|
122
|
+
(Updatable) Whether the load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
|
123
|
+
"""
|
124
|
+
weight: NotRequired[pulumi.Input[int]]
|
125
|
+
"""
|
126
|
+
(Updatable) The load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives 3 times the number of new connections as a server weighted '1'. For more information on load balancing policies, see [How Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
|
127
|
+
"""
|
128
|
+
elif False:
|
129
|
+
BackendSetBackendArgsDict: TypeAlias = Mapping[str, Any]
|
130
|
+
|
47
131
|
@pulumi.input_type
|
48
132
|
class BackendSetBackendArgs:
|
49
133
|
def __init__(__self__, *,
|
@@ -193,6 +277,53 @@ class BackendSetBackendArgs:
|
|
193
277
|
pulumi.set(self, "weight", value)
|
194
278
|
|
195
279
|
|
280
|
+
if not MYPY:
|
281
|
+
class BackendSetHealthCheckerArgsDict(TypedDict):
|
282
|
+
protocol: pulumi.Input[str]
|
283
|
+
"""
|
284
|
+
(Updatable) The protocol the health check must use; either HTTP or TCP. Example: `HTTP`
|
285
|
+
"""
|
286
|
+
interval_ms: NotRequired[pulumi.Input[int]]
|
287
|
+
"""
|
288
|
+
(Updatable) The interval between health checks, in milliseconds. Example: `10000`
|
289
|
+
"""
|
290
|
+
is_force_plain_text: NotRequired[pulumi.Input[bool]]
|
291
|
+
"""
|
292
|
+
(Updatable) Specifies if health checks should always be done using plain text instead of depending on whether or not the associated backend set is using SSL.
|
293
|
+
|
294
|
+
If "true", health checks will be done using plain text even if the associated backend set is configured to use SSL.
|
295
|
+
|
296
|
+
If "false", health checks will be done using SSL encryption if the associated backend set is configured to use SSL. If the backend set is not so configured the health checks will be done using plain text.
|
297
|
+
|
298
|
+
Example: `false`
|
299
|
+
"""
|
300
|
+
port: NotRequired[pulumi.Input[int]]
|
301
|
+
"""
|
302
|
+
(Updatable) The backend server port against which to run the health check. If the port is not specified, the load balancer uses the port information from the `Backend` object. Example: `8080`
|
303
|
+
"""
|
304
|
+
response_body_regex: NotRequired[pulumi.Input[str]]
|
305
|
+
"""
|
306
|
+
(Updatable) A regular expression for parsing the response body from the backend server. Example: `^((?!false).|\\s)*$`
|
307
|
+
"""
|
308
|
+
retries: NotRequired[pulumi.Input[int]]
|
309
|
+
"""
|
310
|
+
(Updatable) The number of retries to attempt before a backend server is considered "unhealthy". This number also applies when recovering a server to the "healthy" state. Example: `3`
|
311
|
+
"""
|
312
|
+
return_code: NotRequired[pulumi.Input[int]]
|
313
|
+
"""
|
314
|
+
(Updatable) The status code a healthy backend server should return. Example: `200`
|
315
|
+
"""
|
316
|
+
timeout_in_millis: NotRequired[pulumi.Input[int]]
|
317
|
+
"""
|
318
|
+
(Updatable) The maximum time, in milliseconds, to wait for a reply to a health check. A health check is successful only if a reply returns within this timeout period. Example: `3000`
|
319
|
+
"""
|
320
|
+
url_path: NotRequired[pulumi.Input[str]]
|
321
|
+
"""
|
322
|
+
(Updatable) The path against which to run the health check. Example: `/healthcheck`
|
323
|
+
"""
|
324
|
+
elif False:
|
325
|
+
BackendSetHealthCheckerArgsDict: TypeAlias = Mapping[str, Any]
|
326
|
+
|
196
327
|
@pulumi.input_type
|
197
328
|
class BackendSetHealthCheckerArgs:
|
198
329
|
def __init__(__self__, *,
|
@@ -355,6 +486,67 @@ class BackendSetHealthCheckerArgs:
|
|
355
486
|
pulumi.set(self, "url_path", value)
|
356
487
|
|
357
488
|
|
489
|
+
if not MYPY:
|
490
|
+
class BackendSetLbCookieSessionPersistenceConfigurationArgsDict(TypedDict):
|
491
|
+
cookie_name: NotRequired[pulumi.Input[str]]
|
492
|
+
"""
|
493
|
+
(Updatable) The name of the cookie inserted by the load balancer. If this field is not configured, the cookie name defaults to "X-Oracle-BMC-LBS-Route". Example: `example_cookie`
|
494
|
+
|
495
|
+
**Notes:**
|
496
|
+
* Ensure that the cookie name used at the backend application servers is different from the cookie name used at the load balancer. To minimize the chance of name collision, Oracle recommends that you use a prefix such as "X-Oracle-OCI-" for this field.
|
497
|
+
* If a backend server and the load balancer both insert cookies with the same name, the client or browser behavior can vary depending on the domain and path values associated with the cookie. If the name, domain, and path values of the `Set-cookie` generated by a backend server and the `Set-cookie` generated by the load balancer are all the same, the client or browser treats them as one cookie and returns only one of the cookie values in subsequent requests. If both `Set-cookie` names are the same, but the domain and path names are different, the client or browser treats them as two different cookies.
|
498
|
+
"""
|
499
|
+
disable_fallback: NotRequired[pulumi.Input[bool]]
|
500
|
+
"""
|
501
|
+
(Updatable) Whether the load balancer is prevented from directing traffic from a persistent session client to a different backend server if the original server is unavailable. Defaults to false. Example: `false`
|
502
|
+
"""
|
503
|
+
domain: NotRequired[pulumi.Input[str]]
|
504
|
+
"""
|
505
|
+
(Updatable) The domain in which the cookie is valid. The `Set-cookie` header inserted by the load balancer contains a domain attribute with the specified value.
|
506
|
+
|
507
|
+
This attribute has no default value. If you do not specify a value, the load balancer does not insert the domain attribute into the `Set-cookie` header.
|
508
|
+
|
509
|
+
**Notes:**
|
510
|
+
* [RFC 6265 - HTTP State Management Mechanism](https://www.ietf.org/rfc/rfc6265.txt) describes client and browser behavior when the domain attribute is present or not present in the `Set-cookie` header.
|
511
|
+
|
512
|
+
If the value of the `Domain` attribute is `example.com` in the `Set-cookie` header, the client includes the same cookie in the `Cookie` header when making HTTP requests to `example.com`, `www.example.com`, and `www.abc.example.com`. If the `Domain` attribute is not present, the client returns the cookie only for the domain to which the original request was made.
|
513
|
+
* Ensure that this attribute specifies the correct domain value. If the `Domain` attribute in the `Set-cookie` header does not include the domain to which the original request was made, the client or browser might reject the cookie. As specified in RFC 6265, the client accepts a cookie with the `Domain` attribute value `example.com` or `www.example.com` sent from `www.example.com`. It does not accept a cookie with the `Domain` attribute `abc.example.com` or `www.abc.example.com` sent from `www.example.com`.
|
514
|
+
|
515
|
+
Example: `example.com`
|
516
|
+
"""
|
517
|
+
is_http_only: NotRequired[pulumi.Input[bool]]
|
518
|
+
"""
|
519
|
+
(Updatable) Whether the `Set-cookie` header should contain the `HttpOnly` attribute. If `true`, the `Set-cookie` header inserted by the load balancer contains the `HttpOnly` attribute, which limits the scope of the cookie to HTTP requests. This attribute directs the client or browser to omit the cookie when providing access to cookies through non-HTTP APIs. For example, it restricts the cookie from JavaScript channels. Example: `true`
|
520
|
+
"""
|
521
|
+
is_secure: NotRequired[pulumi.Input[bool]]
|
522
|
+
"""
|
523
|
+
(Updatable) Whether the `Set-cookie` header should contain the `Secure` attribute. If `true`, the `Set-cookie` header inserted by the load balancer contains the `Secure` attribute, which directs the client or browser to send the cookie only using a secure protocol.
|
524
|
+
|
525
|
+
**Note:** If you set this field to `true`, you cannot associate the corresponding backend set with an HTTP listener.
|
526
|
+
|
527
|
+
Example: `true`
|
528
|
+
"""
|
529
|
+
max_age_in_seconds: NotRequired[pulumi.Input[int]]
|
530
|
+
"""
|
531
|
+
(Updatable) The amount of time the cookie remains valid. The `Set-cookie` header inserted by the load balancer contains a `Max-Age` attribute with the specified value.
|
532
|
+
|
533
|
+
The specified value must be at least one second. There is no default value for this attribute. If you do not specify a value, the load balancer does not include the `Max-Age` attribute in the `Set-cookie` header. In most cases, the client or browser retains the cookie until the current session ends, as defined by the client.
|
534
|
+
|
535
|
+
Example: `3600`
|
536
|
+
"""
|
537
|
+
path: NotRequired[pulumi.Input[str]]
|
538
|
+
"""
|
539
|
+
(Updatable) The path in which the cookie is valid. The `Set-cookie header` inserted by the load balancer contains a `Path` attribute with the specified value.
|
540
|
+
|
541
|
+
Clients include the cookie in an HTTP request only if the path portion of the request-uri matches, or is a subdirectory of, the cookie's `Path` attribute.
|
542
|
+
|
543
|
+
The default value is `/`.
|
544
|
+
|
545
|
+
Example: `/example`
|
546
|
+
"""
|
547
|
+
elif False:
|
548
|
+
BackendSetLbCookieSessionPersistenceConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
549
|
+
|
358
550
|
@pulumi.input_type
|
359
551
|
class BackendSetLbCookieSessionPersistenceConfigurationArgs:
|
360
552
|
def __init__(__self__, *,
|
@@ -530,6 +722,19 @@ class BackendSetLbCookieSessionPersistenceConfigurationArgs:
|
|
530
722
|
pulumi.set(self, "path", value)
|
531
723
|
|
532
724
|
|
725
|
+
if not MYPY:
|
726
|
+
class BackendSetSessionPersistenceConfigurationArgsDict(TypedDict):
|
727
|
+
cookie_name: pulumi.Input[str]
|
728
|
+
"""
|
729
|
+
(Updatable) The name of the cookie used to detect a session initiated by the backend server. Use '*' to specify that any cookie set by the backend causes the session to persist. Example: `example_cookie`
|
730
|
+
"""
|
731
|
+
disable_fallback: NotRequired[pulumi.Input[bool]]
|
732
|
+
"""
|
733
|
+
(Updatable) Whether the load balancer is prevented from directing traffic from a persistent session client to a different backend server if the original server is unavailable. Defaults to false. Example: `false`
|
734
|
+
"""
|
735
|
+
elif False:
|
736
|
+
BackendSetSessionPersistenceConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
737
|
+
|
533
738
|
@pulumi.input_type
|
534
739
|
class BackendSetSessionPersistenceConfigurationArgs:
|
535
740
|
def __init__(__self__, *,
|
@@ -568,6 +773,80 @@ class BackendSetSessionPersistenceConfigurationArgs:
|
|
568
773
|
pulumi.set(self, "disable_fallback", value)
|
569
774
|
|
570
775
|
|
776
|
+
if not MYPY:
|
777
|
+
class BackendSetSslConfigurationArgsDict(TypedDict):
|
778
|
+
certificate_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
779
|
+
"""
|
780
|
+
(Updatable) Ids for Oracle Cloud Infrastructure certificates service certificates. Currently only a single Id may be passed. Example: `[ocid1.certificate.oc1.us-ashburn-1.amaaaaaaav3bgsaa5o2q7rh5nfmkkukfkogasqhk6af2opufhjlqg7m6jqzq]`
|
781
|
+
"""
|
782
|
+
certificate_name: NotRequired[pulumi.Input[str]]
|
783
|
+
"""
|
784
|
+
(Updatable) A friendly name for the certificate bundle. It must be unique and it cannot be changed. Valid certificate bundle names include only alphanumeric characters, dashes, and underscores. Certificate bundle names cannot contain spaces. Avoid entering confidential information. Example: `example_certificate_bundle`
|
785
|
+
"""
|
786
|
+
cipher_suite_name: NotRequired[pulumi.Input[str]]
|
787
|
+
"""
|
788
|
+
(Updatable) The name of the cipher suite to use for HTTPS or SSL connections.
|
789
|
+
|
790
|
+
If this field is not specified, the default is `oci-default-ssl-cipher-suite-v1`.
|
791
|
+
|
792
|
+
**Notes:**
|
793
|
+
* You must ensure compatibility between the specified SSL protocols and the ciphers configured in the cipher suite. Clients cannot perform an SSL handshake if there is an incompatible configuration.
|
794
|
+
* You must ensure compatibility between the ciphers configured in the cipher suite and the configured certificates. For example, RSA-based ciphers require RSA certificates and ECDSA-based ciphers require ECDSA certificates.
|
795
|
+
* If the cipher configuration is not modified after load balancer creation, the `GET` operation returns `oci-default-ssl-cipher-suite-v1` as the value of this field in the SSL configuration for existing listeners that predate this feature.
|
796
|
+
* If the cipher configuration was modified using Oracle operations after load balancer creation, the `GET` operation returns `oci-customized-ssl-cipher-suite` as the value of this field in the SSL configuration for existing listeners that predate this feature.
|
797
|
+
* The `GET` operation returns `oci-wider-compatible-ssl-cipher-suite-v1` as the value of this field in the SSL configuration for existing backend sets that predate this feature.
|
798
|
+
* If the `GET` operation on a listener returns `oci-customized-ssl-cipher-suite` as the value of this field, you must specify an appropriate predefined or custom cipher suite name when updating the resource.
|
799
|
+
* The `oci-customized-ssl-cipher-suite` Oracle reserved cipher suite name is not accepted as valid input for this field.
|
800
|
+
|
801
|
+
example: `example_cipher_suite`
|
802
|
+
"""
|
803
|
+
protocols: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
804
|
+
"""
|
805
|
+
(Updatable) A list of SSL protocols the load balancer must support for HTTPS or SSL connections.
|
806
|
+
|
807
|
+
The load balancer uses SSL protocols to establish a secure connection between a client and a server. A secure connection ensures that all data passed between the client and the server is private.
|
808
|
+
|
809
|
+
The Load Balancing service supports the following protocols:
|
810
|
+
* TLSv1
|
811
|
+
* TLSv1.1
|
812
|
+
* TLSv1.2
|
813
|
+
* TLSv1.3
|
814
|
+
|
815
|
+
If this field is not specified, TLSv1.2 is the default.
|
816
|
+
|
817
|
+
**Warning:** All SSL listeners created on a given port must use the same set of SSL protocols.
|
818
|
+
|
819
|
+
**Notes:**
|
820
|
+
* The handshake to establish an SSL connection fails if the client supports none of the specified protocols.
|
821
|
+
* You must ensure compatibility between the specified SSL protocols and the ciphers configured in the cipher suite.
|
822
|
+
* For all existing load balancer listeners and backend sets that predate this feature, the `GET` operation displays a list of SSL protocols currently used by those resources.
|
823
|
+
|
824
|
+
example: `["TLSv1.1", "TLSv1.2"]`
|
825
|
+
"""
|
826
|
+
server_order_preference: NotRequired[pulumi.Input[str]]
|
827
|
+
"""
|
828
|
+
(Updatable) When this attribute is set to ENABLED, the system gives preference to the server ciphers over the client ciphers.
|
829
|
+
|
830
|
+
**Note:** This configuration is applicable only when the load balancer is acting as an SSL/HTTPS server. This field is ignored when the `SSLConfiguration` object is associated with a backend set.
|
831
|
+
"""
|
832
|
+
trusted_certificate_authority_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
833
|
+
"""
|
834
|
+
(Updatable) Ids for Oracle Cloud Infrastructure certificates service CA or CA bundles for the load balancer to trust. Example: `[ocid1.cabundle.oc1.us-ashburn-1.amaaaaaaav3bgsaagl4zzyqdop5i2vuwoqewdvauuw34llqa74otq2jdsfyq]`
|
835
|
+
"""
|
836
|
+
verify_depth: NotRequired[pulumi.Input[int]]
|
837
|
+
"""
|
838
|
+
(Updatable) The maximum depth for peer certificate chain verification. Example: `3`
|
839
|
+
"""
|
840
|
+
verify_peer_certificate: NotRequired[pulumi.Input[bool]]
|
841
|
+
"""
|
842
|
+
(Updatable) Whether the load balancer listener should verify peer certificates. Example: `true`
|
843
|
+
|
844
|
+
** IMPORTANT **
|
845
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
846
|
+
"""
|
847
|
+
elif False:
|
848
|
+
BackendSetSslConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
849
|
+
|
571
850
|
@pulumi.input_type
|
572
851
|
class BackendSetSslConfigurationArgs:
|
573
852
|
def __init__(__self__, *,
|
@@ -777,10 +1056,32 @@ class BackendSetSslConfigurationArgs:
|
|
777
1056
|
pulumi.set(self, "verify_peer_certificate", value)
|
778
1057
|
|
779
1058
|
|
1059
|
+
if not MYPY:
|
1060
|
+
class ListenerConnectionConfigurationArgsDict(TypedDict):
|
1061
|
+
idle_timeout_in_seconds: pulumi.Input[str]
|
1062
|
+
"""
|
1063
|
+
(Updatable) The maximum idle time, in seconds, allowed between two successive receive or two successive send operations between the client and backend servers. A send operation does not reset the timer for receive operations. A receive operation does not reset the timer for send operations.
|
1064
|
+
|
1065
|
+
For more information, see [Connection Configuration](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/connectionreuse.htm#ConnectionConfiguration).
|
1066
|
+
|
1067
|
+
Example: `1200`
|
1068
|
+
"""
|
1069
|
+
backend_tcp_proxy_protocol_options: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1070
|
+
"""
|
1071
|
+
(Updatable) An array that represents the PPV2 Options that can be enabled on TCP Listeners. Example: ["PP2_TYPE_AUTHORITY"]
|
1072
|
+
"""
|
1073
|
+
backend_tcp_proxy_protocol_version: NotRequired[pulumi.Input[int]]
|
1074
|
+
"""
|
1075
|
+
(Updatable) The backend TCP Proxy Protocol version. Example: `1`
|
1076
|
+
"""
|
1077
|
+
elif False:
|
1078
|
+
ListenerConnectionConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
1079
|
+
|
780
1080
|
@pulumi.input_type
|
781
1081
|
class ListenerConnectionConfigurationArgs:
|
782
1082
|
def __init__(__self__, *,
|
783
1083
|
idle_timeout_in_seconds: pulumi.Input[str],
|
1084
|
+
backend_tcp_proxy_protocol_options: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
784
1085
|
backend_tcp_proxy_protocol_version: Optional[pulumi.Input[int]] = None):
|
785
1086
|
"""
|
786
1087
|
:param pulumi.Input[str] idle_timeout_in_seconds: (Updatable) The maximum idle time, in seconds, allowed between two successive receive or two successive send operations between the client and backend servers. A send operation does not reset the timer for receive operations. A receive operation does not reset the timer for send operations.
|
@@ -788,9 +1089,12 @@ class ListenerConnectionConfigurationArgs:
|
|
788
1089
|
For more information, see [Connection Configuration](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/connectionreuse.htm#ConnectionConfiguration).
|
789
1090
|
|
790
1091
|
Example: `1200`
|
1092
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] backend_tcp_proxy_protocol_options: (Updatable) An array that represents the PPV2 Options that can be enabled on TCP Listeners. Example: ["PP2_TYPE_AUTHORITY"]
|
791
1093
|
:param pulumi.Input[int] backend_tcp_proxy_protocol_version: (Updatable) The backend TCP Proxy Protocol version. Example: `1`
|
792
1094
|
"""
|
793
1095
|
pulumi.set(__self__, "idle_timeout_in_seconds", idle_timeout_in_seconds)
|
1096
|
+
if backend_tcp_proxy_protocol_options is not None:
|
1097
|
+
pulumi.set(__self__, "backend_tcp_proxy_protocol_options", backend_tcp_proxy_protocol_options)
|
794
1098
|
if backend_tcp_proxy_protocol_version is not None:
|
795
1099
|
pulumi.set(__self__, "backend_tcp_proxy_protocol_version", backend_tcp_proxy_protocol_version)
|
796
1100
|
|
@@ -810,6 +1114,18 @@ class ListenerConnectionConfigurationArgs:
|
|
810
1114
|
def idle_timeout_in_seconds(self, value: pulumi.Input[str]):
|
811
1115
|
pulumi.set(self, "idle_timeout_in_seconds", value)
|
812
1116
|
|
1117
|
+
@property
|
1118
|
+
@pulumi.getter(name="backendTcpProxyProtocolOptions")
|
1119
|
+
def backend_tcp_proxy_protocol_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1120
|
+
"""
|
1121
|
+
(Updatable) An array that represents the PPV2 Options that can be enabled on TCP Listeners. Example: ["PP2_TYPE_AUTHORITY"]
|
1122
|
+
"""
|
1123
|
+
return pulumi.get(self, "backend_tcp_proxy_protocol_options")
|
1124
|
+
|
1125
|
+
@backend_tcp_proxy_protocol_options.setter
|
1126
|
+
def backend_tcp_proxy_protocol_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1127
|
+
pulumi.set(self, "backend_tcp_proxy_protocol_options", value)
|
1128
|
+
|
813
1129
|
@property
|
814
1130
|
@pulumi.getter(name="backendTcpProxyProtocolVersion")
|
815
1131
|
def backend_tcp_proxy_protocol_version(self) -> Optional[pulumi.Input[int]]:
|
@@ -823,6 +1139,85 @@ class ListenerConnectionConfigurationArgs:
|
|
823
1139
|
pulumi.set(self, "backend_tcp_proxy_protocol_version", value)
|
824
1140
|
|
825
1141
|
|
1142
|
+
if not MYPY:
|
1143
|
+
class ListenerSslConfigurationArgsDict(TypedDict):
|
1144
|
+
certificate_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1145
|
+
"""
|
1146
|
+
(Updatable) Ids for Oracle Cloud Infrastructure certificates service certificates. Currently only a single Id may be passed. Example: `[ocid1.certificate.oc1.us-ashburn-1.amaaaaaaav3bgsaa5o2q7rh5nfmkkukfkogasqhk6af2opufhjlqg7m6jqzq]`
|
1147
|
+
"""
|
1148
|
+
certificate_name: NotRequired[pulumi.Input[str]]
|
1149
|
+
"""
|
1150
|
+
(Updatable) A friendly name for the certificate bundle. It must be unique and it cannot be changed. Valid certificate bundle names include only alphanumeric characters, dashes, and underscores. Certificate bundle names cannot contain spaces. Avoid entering confidential information. Example: `example_certificate_bundle`
|
1151
|
+
"""
|
1152
|
+
cipher_suite_name: NotRequired[pulumi.Input[str]]
|
1153
|
+
"""
|
1154
|
+
(Updatable) The name of the cipher suite to use for HTTPS or SSL connections.
|
1155
|
+
|
1156
|
+
If this field is not specified, the default is `oci-default-ssl-cipher-suite-v1`.
|
1157
|
+
|
1158
|
+
**Notes:**
|
1159
|
+
* You must ensure compatibility between the specified SSL protocols and the ciphers configured in the cipher suite. Clients cannot perform an SSL handshake if there is an incompatible configuration.
|
1160
|
+
* You must ensure compatibility between the ciphers configured in the cipher suite and the configured certificates. For example, RSA-based ciphers require RSA certificates and ECDSA-based ciphers require ECDSA certificates.
|
1161
|
+
* If the cipher configuration is not modified after load balancer creation, the `GET` operation returns `oci-default-ssl-cipher-suite-v1` as the value of this field in the SSL configuration for existing listeners that predate this feature.
|
1162
|
+
* If the cipher configuration was modified using Oracle operations after load balancer creation, the `GET` operation returns `oci-customized-ssl-cipher-suite` as the value of this field in the SSL configuration for existing listeners that predate this feature.
|
1163
|
+
* The `GET` operation returns `oci-wider-compatible-ssl-cipher-suite-v1` as the value of this field in the SSL configuration for existing backend sets that predate this feature.
|
1164
|
+
* If the `GET` operation on a listener returns `oci-customized-ssl-cipher-suite` as the value of this field, you must specify an appropriate predefined or custom cipher suite name when updating the resource.
|
1165
|
+
* The `oci-customized-ssl-cipher-suite` Oracle reserved cipher suite name is not accepted as valid input for this field.
|
1166
|
+
|
1167
|
+
example: `example_cipher_suite`
|
1168
|
+
"""
|
1169
|
+
has_session_resumption: NotRequired[pulumi.Input[bool]]
|
1170
|
+
"""
|
1171
|
+
(Updatable) Whether the load balancer listener should resume an encrypted session by reusing the cryptographic parameters of a previous TLS session, without having to perform a full handshake again. If "true", the service resumes the previous TLS encrypted session. If "false", the service starts a new TLS encrypted session. Enabling session resumption improves performance but provides a lower level of security. Disabling session resumption improves security but reduces performance. Example: `true`
|
1172
|
+
"""
|
1173
|
+
protocols: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1174
|
+
"""
|
1175
|
+
(Updatable) A list of SSL protocols the load balancer must support for HTTPS or SSL connections.
|
1176
|
+
|
1177
|
+
The load balancer uses SSL protocols to establish a secure connection between a client and a server. A secure connection ensures that all data passed between the client and the server is private.
|
1178
|
+
|
1179
|
+
The Load Balancing service supports the following protocols:
|
1180
|
+
* TLSv1
|
1181
|
+
* TLSv1.1
|
1182
|
+
* TLSv1.2
|
1183
|
+
* TLSv1.3
|
1184
|
+
|
1185
|
+
If this field is not specified, TLSv1.2 is the default.
|
1186
|
+
|
1187
|
+
**Warning:** All SSL listeners created on a given port must use the same set of SSL protocols.
|
1188
|
+
|
1189
|
+
**Notes:**
|
1190
|
+
* The handshake to establish an SSL connection fails if the client supports none of the specified protocols.
|
1191
|
+
* You must ensure compatibility between the specified SSL protocols and the ciphers configured in the cipher suite.
|
1192
|
+
* For all existing load balancer listeners and backend sets that predate this feature, the `GET` operation displays a list of SSL protocols currently used by those resources.
|
1193
|
+
|
1194
|
+
example: `["TLSv1.1", "TLSv1.2"]`
|
1195
|
+
"""
|
1196
|
+
server_order_preference: NotRequired[pulumi.Input[str]]
|
1197
|
+
"""
|
1198
|
+
(Updatable) When this attribute is set to ENABLED, the system gives preference to the server ciphers over the client ciphers.
|
1199
|
+
|
1200
|
+
**Note:** This configuration is applicable only when the load balancer is acting as an SSL/HTTPS server. This field is ignored when the `SSLConfiguration` object is associated with a backend set.
|
1201
|
+
"""
|
1202
|
+
trusted_certificate_authority_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1203
|
+
"""
|
1204
|
+
(Updatable) Ids for Oracle Cloud Infrastructure certificates service CA or CA bundles for the load balancer to trust. Example: `[ocid1.cabundle.oc1.us-ashburn-1.amaaaaaaav3bgsaagl4zzyqdop5i2vuwoqewdvauuw34llqa74otq2jdsfyq]`
|
1205
|
+
"""
|
1206
|
+
verify_depth: NotRequired[pulumi.Input[int]]
|
1207
|
+
"""
|
1208
|
+
(Updatable) The maximum depth for peer certificate chain verification. Example: `3`
|
1209
|
+
"""
|
1210
|
+
verify_peer_certificate: NotRequired[pulumi.Input[bool]]
|
1211
|
+
"""
|
1212
|
+
(Updatable) Whether the load balancer listener should verify peer certificates. Example: `true`
|
1213
|
+
|
1214
|
+
|
1215
|
+
** IMPORTANT **
|
1216
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1217
|
+
"""
|
1218
|
+
elif False:
|
1219
|
+
ListenerSslConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
1220
|
+
|
826
1221
|
@pulumi.input_type
|
827
1222
|
class ListenerSslConfigurationArgs:
|
828
1223
|
def __init__(__self__, *,
|
@@ -1050,6 +1445,20 @@ class ListenerSslConfigurationArgs:
|
|
1050
1445
|
pulumi.set(self, "verify_peer_certificate", value)
|
1051
1446
|
|
1052
1447
|
|
1448
|
+
if not MYPY:
|
1449
|
+
class LoadBalancerIpAddressDetailArgsDict(TypedDict):
|
1450
|
+
ip_address: NotRequired[pulumi.Input[str]]
|
1451
|
+
"""
|
1452
|
+
An IP address. Example: `192.168.0.3`
|
1453
|
+
"""
|
1454
|
+
is_public: NotRequired[pulumi.Input[bool]]
|
1455
|
+
"""
|
1456
|
+
Whether the IP address is public or private.
|
1457
|
+
"""
|
1458
|
+
reserved_ips: NotRequired[pulumi.Input[Sequence[pulumi.Input['LoadBalancerIpAddressDetailReservedIpArgsDict']]]]
|
1459
|
+
elif False:
|
1460
|
+
LoadBalancerIpAddressDetailArgsDict: TypeAlias = Mapping[str, Any]
|
1461
|
+
|
1053
1462
|
@pulumi.input_type
|
1054
1463
|
class LoadBalancerIpAddressDetailArgs:
|
1055
1464
|
def __init__(__self__, *,
|
@@ -1101,6 +1510,15 @@ class LoadBalancerIpAddressDetailArgs:
|
|
1101
1510
|
pulumi.set(self, "reserved_ips", value)
|
1102
1511
|
|
1103
1512
|
|
1513
|
+
if not MYPY:
|
1514
|
+
class LoadBalancerIpAddressDetailReservedIpArgsDict(TypedDict):
|
1515
|
+
id: NotRequired[pulumi.Input[str]]
|
1516
|
+
"""
|
1517
|
+
Ocid of the Reserved IP/Public Ip created with VCN.
|
1518
|
+
"""
|
1519
|
+
elif False:
|
1520
|
+
LoadBalancerIpAddressDetailReservedIpArgsDict: TypeAlias = Mapping[str, Any]
|
1521
|
+
|
1104
1522
|
@pulumi.input_type
|
1105
1523
|
class LoadBalancerIpAddressDetailReservedIpArgs:
|
1106
1524
|
def __init__(__self__, *,
|
@@ -1124,6 +1542,23 @@ class LoadBalancerIpAddressDetailReservedIpArgs:
|
|
1124
1542
|
pulumi.set(self, "id", value)
|
1125
1543
|
|
1126
1544
|
|
1545
|
+
if not MYPY:
|
1546
|
+
class LoadBalancerReservedIpArgsDict(TypedDict):
|
1547
|
+
id: NotRequired[pulumi.Input[str]]
|
1548
|
+
"""
|
1549
|
+
Ocid of the Reserved IP/Public Ip created with VCN.
|
1550
|
+
|
1551
|
+
Reserved IPs are IPs which already registered using VCN API.
|
1552
|
+
|
1553
|
+
Create a reserved Public IP and then while creating the load balancer pass the ocid of the reserved IP in this field reservedIp to attach the Ip to Load balancer. Load balancer will be configured to listen to traffic on this IP.
|
1554
|
+
|
1555
|
+
Reserved IPs will not be deleted when the Load balancer is deleted. They will be unattached from the Load balancer.
|
1556
|
+
|
1557
|
+
Example: "ocid1.publicip.oc1.phx.unique_ID" Ocid of the pre-created public IP that should be attached to this load balancer. The public IP will be attached to a private IP. **Note** If public IP resource is present in the config, the pulumi preview will throw `After applying this step and refreshing, the plan was not empty` error, and `private_ip_id` needs to be added as an input argument to the public IP resource block or ignore from its lifecycle as shown in examples to resolve this error.
|
1558
|
+
"""
|
1559
|
+
elif False:
|
1560
|
+
LoadBalancerReservedIpArgsDict: TypeAlias = Mapping[str, Any]
|
1561
|
+
|
1127
1562
|
@pulumi.input_type
|
1128
1563
|
class LoadBalancerReservedIpArgs:
|
1129
1564
|
def __init__(__self__, *,
|
@@ -1163,6 +1598,27 @@ class LoadBalancerReservedIpArgs:
|
|
1163
1598
|
pulumi.set(self, "id", value)
|
1164
1599
|
|
1165
1600
|
|
1601
|
+
if not MYPY:
|
1602
|
+
class LoadBalancerRoutingPolicyRuleArgsDict(TypedDict):
|
1603
|
+
actions: pulumi.Input[Sequence[pulumi.Input['LoadBalancerRoutingPolicyRuleActionArgsDict']]]
|
1604
|
+
"""
|
1605
|
+
(Updatable) A list of actions to be applied when conditions of the routing rule are met.
|
1606
|
+
"""
|
1607
|
+
condition: pulumi.Input[str]
|
1608
|
+
"""
|
1609
|
+
(Updatable) A routing rule to evaluate defined conditions against the incoming HTTP request and perform an action.
|
1610
|
+
"""
|
1611
|
+
name: pulumi.Input[str]
|
1612
|
+
"""
|
1613
|
+
(Updatable) A unique name for the routing policy rule. Avoid entering confidential information.
|
1614
|
+
|
1615
|
+
|
1616
|
+
** IMPORTANT **
|
1617
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1618
|
+
"""
|
1619
|
+
elif False:
|
1620
|
+
LoadBalancerRoutingPolicyRuleArgsDict: TypeAlias = Mapping[str, Any]
|
1621
|
+
|
1166
1622
|
@pulumi.input_type
|
1167
1623
|
class LoadBalancerRoutingPolicyRuleArgs:
|
1168
1624
|
def __init__(__self__, *,
|
@@ -1223,6 +1679,19 @@ class LoadBalancerRoutingPolicyRuleArgs:
|
|
1223
1679
|
pulumi.set(self, "name", value)
|
1224
1680
|
|
1225
1681
|
|
1682
|
+
if not MYPY:
|
1683
|
+
class LoadBalancerRoutingPolicyRuleActionArgsDict(TypedDict):
|
1684
|
+
backend_set_name: pulumi.Input[str]
|
1685
|
+
"""
|
1686
|
+
(Updatable) Name of the backend set the listener will forward the traffic to. Example: `backendSetForImages`
|
1687
|
+
"""
|
1688
|
+
name: pulumi.Input[str]
|
1689
|
+
"""
|
1690
|
+
(Updatable) The name can be one of these values: `FORWARD_TO_BACKENDSET`
|
1691
|
+
"""
|
1692
|
+
elif False:
|
1693
|
+
LoadBalancerRoutingPolicyRuleActionArgsDict: TypeAlias = Mapping[str, Any]
|
1694
|
+
|
1226
1695
|
@pulumi.input_type
|
1227
1696
|
class LoadBalancerRoutingPolicyRuleActionArgs:
|
1228
1697
|
def __init__(__self__, *,
|
@@ -1260,6 +1729,23 @@ class LoadBalancerRoutingPolicyRuleActionArgs:
|
|
1260
1729
|
pulumi.set(self, "name", value)
|
1261
1730
|
|
1262
1731
|
|
1732
|
+
if not MYPY:
|
1733
|
+
class LoadBalancerShapeDetailsArgsDict(TypedDict):
|
1734
|
+
maximum_bandwidth_in_mbps: pulumi.Input[int]
|
1735
|
+
"""
|
1736
|
+
(Updatable) Bandwidth in Mbps that determines the maximum bandwidth (ingress plus egress) that the load balancer can achieve. This bandwidth cannot be always guaranteed. For a guaranteed bandwidth use the minimumBandwidthInMbps parameter.
|
1737
|
+
|
1738
|
+
The values must be between minimumBandwidthInMbps and 8000 (8Gbps).
|
1739
|
+
|
1740
|
+
Example: `1500`
|
1741
|
+
"""
|
1742
|
+
minimum_bandwidth_in_mbps: pulumi.Input[int]
|
1743
|
+
"""
|
1744
|
+
(Updatable) Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between 10 and the maximumBandwidthInMbps. Example: `150`
|
1745
|
+
"""
|
1746
|
+
elif False:
|
1747
|
+
LoadBalancerShapeDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
1748
|
+
|
1263
1749
|
@pulumi.input_type
|
1264
1750
|
class LoadBalancerShapeDetailsArgs:
|
1265
1751
|
def __init__(__self__, *,
|
@@ -1305,6 +1791,28 @@ class LoadBalancerShapeDetailsArgs:
|
|
1305
1791
|
pulumi.set(self, "minimum_bandwidth_in_mbps", value)
|
1306
1792
|
|
1307
1793
|
|
1794
|
+
if not MYPY:
|
1795
|
+
class PathRouteSetPathRouteArgsDict(TypedDict):
|
1796
|
+
backend_set_name: pulumi.Input[str]
|
1797
|
+
"""
|
1798
|
+
(Updatable) The name of the target backend set for requests where the incoming URI matches the specified path. Example: `example_backend_set`
|
1799
|
+
"""
|
1800
|
+
path: pulumi.Input[str]
|
1801
|
+
"""
|
1802
|
+
(Updatable) The path string to match against the incoming URI path.
|
1803
|
+
* Path strings are case-insensitive.
|
1804
|
+
* Asterisk (*) wildcards are not supported.
|
1805
|
+
* Regular expressions are not supported.
|
1806
|
+
|
1807
|
+
Example: `/example/video/123`
|
1808
|
+
"""
|
1809
|
+
path_match_type: pulumi.Input['PathRouteSetPathRoutePathMatchTypeArgsDict']
|
1810
|
+
"""
|
1811
|
+
(Updatable) The type of matching to apply to incoming URIs.
|
1812
|
+
"""
|
1813
|
+
elif False:
|
1814
|
+
PathRouteSetPathRouteArgsDict: TypeAlias = Mapping[str, Any]
|
1815
|
+
|
1308
1816
|
@pulumi.input_type
|
1309
1817
|
class PathRouteSetPathRouteArgs:
|
1310
1818
|
def __init__(__self__, *,
|
@@ -1362,10 +1870,29 @@ class PathRouteSetPathRouteArgs:
|
|
1362
1870
|
"""
|
1363
1871
|
return pulumi.get(self, "path_match_type")
|
1364
1872
|
|
1365
|
-
@path_match_type.setter
|
1366
|
-
def path_match_type(self, value: pulumi.Input['PathRouteSetPathRoutePathMatchTypeArgs']):
|
1367
|
-
pulumi.set(self, "path_match_type", value)
|
1873
|
+
@path_match_type.setter
|
1874
|
+
def path_match_type(self, value: pulumi.Input['PathRouteSetPathRoutePathMatchTypeArgs']):
|
1875
|
+
pulumi.set(self, "path_match_type", value)
|
1876
|
+
|
1877
|
+
|
1878
|
+
if not MYPY:
|
1879
|
+
class PathRouteSetPathRoutePathMatchTypeArgsDict(TypedDict):
|
1880
|
+
match_type: pulumi.Input[str]
|
1881
|
+
"""
|
1882
|
+
(Updatable) Specifies how the load balancing service compares a [PathRoute](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/requests/PathRoute) object's `path` string against the incoming URI.
|
1883
|
+
* **EXACT_MATCH** - Looks for a `path` string that exactly matches the incoming URI path.
|
1884
|
+
* **FORCE_LONGEST_PREFIX_MATCH** - Looks for the `path` string with the best, longest match of the beginning portion of the incoming URI path.
|
1885
|
+
* **PREFIX_MATCH** - Looks for a `path` string that matches the beginning portion of the incoming URI path.
|
1886
|
+
* **SUFFIX_MATCH** - Looks for a `path` string that matches the ending portion of the incoming URI path.
|
1887
|
+
|
1888
|
+
For a full description of how the system handles `matchType` in a path route set containing multiple rules, see [Managing Request Routing](https://docs.cloud.oracle.com/iaas/Content/Balance/Tasks/managingrequest.htm).
|
1889
|
+
|
1368
1890
|
|
1891
|
+
** IMPORTANT **
|
1892
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1893
|
+
"""
|
1894
|
+
elif False:
|
1895
|
+
PathRouteSetPathRoutePathMatchTypeArgsDict: TypeAlias = Mapping[str, Any]
|
1369
1896
|
|
1370
1897
|
@pulumi.input_type
|
1371
1898
|
class PathRouteSetPathRoutePathMatchTypeArgs:
|
@@ -1409,6 +1936,127 @@ class PathRouteSetPathRoutePathMatchTypeArgs:
|
|
1409
1936
|
pulumi.set(self, "match_type", value)
|
1410
1937
|
|
1411
1938
|
|
1939
|
+
if not MYPY:
|
1940
|
+
class RuleSetItemArgsDict(TypedDict):
|
1941
|
+
action: pulumi.Input[str]
|
1942
|
+
"""
|
1943
|
+
(Updatable) The action can be one of these values: `ADD_HTTP_REQUEST_HEADER`, `ADD_HTTP_RESPONSE_HEADER`, `ALLOW`, `CONTROL_ACCESS_USING_HTTP_METHODS`, `EXTEND_HTTP_REQUEST_HEADER_VALUE`, `EXTEND_HTTP_RESPONSE_HEADER_VALUE`, `HTTP_HEADER`, `IP_BASED_MAX_CONNECTIONS`, `REDIRECT`, `REMOVE_HTTP_REQUEST_HEADER`, `REMOVE_HTTP_RESPONSE_HEADER`
|
1944
|
+
"""
|
1945
|
+
allowed_methods: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1946
|
+
"""
|
1947
|
+
(Updatable) The list of HTTP methods allowed for this listener.
|
1948
|
+
|
1949
|
+
By default, you can specify only the standard HTTP methods defined in the [HTTP Method Registry](http://www.iana.org/assignments/http-methods/http-methods.xhtml). You can also see a list of supported standard HTTP methods in the Load Balancing service documentation at [Managing Rule Sets](https://docs.cloud.oracle.com/iaas/Content/Balance/Tasks/managingrulesets.htm).
|
1950
|
+
|
1951
|
+
Your backend application must be able to handle the methods specified in this list.
|
1952
|
+
|
1953
|
+
The list of HTTP methods is extensible. If you need to configure custom HTTP methods, contact [My Oracle Support](http://support.oracle.com/) to remove the restriction for your tenancy.
|
1954
|
+
|
1955
|
+
Example: ["GET", "PUT", "POST", "PROPFIND"]
|
1956
|
+
"""
|
1957
|
+
are_invalid_characters_allowed: NotRequired[pulumi.Input[bool]]
|
1958
|
+
"""
|
1959
|
+
(Updatable) Indicates whether or not invalid characters in client header fields will be allowed. Valid names are composed of English letters, digits, hyphens and underscores. If "true", invalid characters are allowed in the HTTP header. If "false", invalid characters are not allowed in the HTTP header
|
1960
|
+
"""
|
1961
|
+
conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['RuleSetItemConditionArgsDict']]]]
|
1962
|
+
"""
|
1963
|
+
(Updatable)
|
1964
|
+
"""
|
1965
|
+
default_max_connections: NotRequired[pulumi.Input[int]]
|
1966
|
+
"""
|
1967
|
+
(Updatable) The maximum number of connections that the any IP can make to a listener unless the IP is mentioned in maxConnections. If no defaultMaxConnections is specified the default is unlimited.
|
1968
|
+
"""
|
1969
|
+
description: NotRequired[pulumi.Input[str]]
|
1970
|
+
"""
|
1971
|
+
(Updatable) A brief description of the access control rule. Avoid entering confidential information.
|
1972
|
+
|
1973
|
+
example: `192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.`
|
1974
|
+
"""
|
1975
|
+
header: NotRequired[pulumi.Input[str]]
|
1976
|
+
"""
|
1977
|
+
(Updatable) A header name that conforms to RFC 7230. Example: `example_header_name`
|
1978
|
+
"""
|
1979
|
+
http_large_header_size_in_kb: NotRequired[pulumi.Input[int]]
|
1980
|
+
"""
|
1981
|
+
(Updatable) The maximum size of each buffer used for reading http client request header. This value indicates the maximum size allowed for each buffer. The allowed values for buffer size are 8, 16, 32 and 64.
|
1982
|
+
"""
|
1983
|
+
ip_max_connections: NotRequired[pulumi.Input[Sequence[pulumi.Input['RuleSetItemIpMaxConnectionArgsDict']]]]
|
1984
|
+
"""
|
1985
|
+
(Updatable) An array of IPs that have a maxConnection setting different than the default and what that maxConnection setting is
|
1986
|
+
"""
|
1987
|
+
prefix: NotRequired[pulumi.Input[str]]
|
1988
|
+
"""
|
1989
|
+
(Updatable) A string to prepend to the header value. The resulting header value must still conform to RFC 7230. With the following exceptions:
|
1990
|
+
* value cannot contain `$`
|
1991
|
+
* value cannot contain patterns like `{variable_name}`. They are reserved for future extensions. Currently, such values are invalid.
|
1992
|
+
|
1993
|
+
Example: `example_prefix_value`
|
1994
|
+
"""
|
1995
|
+
redirect_uri: NotRequired[pulumi.Input['RuleSetItemRedirectUriArgsDict']]
|
1996
|
+
"""
|
1997
|
+
(Updatable) An object that defines the redirect URI applied to the original request. The object property values compose the redirect URI.
|
1998
|
+
|
1999
|
+
**NOTE:** The Load Balancing service cannot automatically detect or avoid infinite redirects. Be sure to provide meaningful, complete, and correct field values. If any component field of this object has no value, the system retains the value from the incoming HTTP request URI.
|
2000
|
+
|
2001
|
+
For example, if you specify only the protocol field `https`, and the incoming request URI is `http://example.com:8080`, the resulting runtime redirect URI is `https://example.com:8080`. The system retains the host and port from the incoming URI and does not automatically change the port setting from `8080` to `443`.
|
2002
|
+
|
2003
|
+
Be sure to configure valid percent-encoding (URL encoding) when needed.
|
2004
|
+
|
2005
|
+
In addition to static string values, you can use the following tokens to construct the redirect URI. These tokens extract values from the incoming HTTP request URI.
|
2006
|
+
* {protocol} : The protocol from the incoming HTTP request URI.
|
2007
|
+
* {host} : The domain name from the incoming HTTP request URI.
|
2008
|
+
* {port} : The port from the incoming HTTP request URI.
|
2009
|
+
* {path} : The path from the incoming HTTP request URI.
|
2010
|
+
* {query} : The query string from the incoming HTTP request URI.
|
2011
|
+
|
2012
|
+
The tokens are case sensitive. For example, `{host}` is a valid token, but `{HOST}` is not.
|
2013
|
+
|
2014
|
+
You can retain the literal characters of a token when you specify values for the path and query properties of the redirect URI. Use a backslash (\\\\) as the escape character for the \\\\, {, and } characters. For example, if the incoming HTTP request URI is `/video`, the path property value:
|
2015
|
+
|
2016
|
+
`/example{path}123\\{path\\}`
|
2017
|
+
|
2018
|
+
appears in the constructed redirect URI as:
|
2019
|
+
|
2020
|
+
`/example/video123{path}`
|
2021
|
+
"""
|
2022
|
+
response_code: NotRequired[pulumi.Input[int]]
|
2023
|
+
"""
|
2024
|
+
(Updatable) The HTTP status code to return when the incoming request is redirected.
|
2025
|
+
|
2026
|
+
The status line returned with the code is mapped from the standard HTTP specification. Valid response codes for redirection are:
|
2027
|
+
* 301
|
2028
|
+
* 302
|
2029
|
+
* 303
|
2030
|
+
* 307
|
2031
|
+
* 308
|
2032
|
+
|
2033
|
+
The default value is `302` (Found).
|
2034
|
+
|
2035
|
+
Example: `301`
|
2036
|
+
"""
|
2037
|
+
status_code: NotRequired[pulumi.Input[int]]
|
2038
|
+
"""
|
2039
|
+
(Updatable) The HTTP status code to return when the requested HTTP method is not in the list of allowed methods. The associated status line returned with the code is mapped from the standard HTTP specification. The default value is `405 (Method Not Allowed)`. Example: 403
|
2040
|
+
"""
|
2041
|
+
suffix: NotRequired[pulumi.Input[str]]
|
2042
|
+
"""
|
2043
|
+
(Updatable) A string to append to the header value. The resulting header value must still conform to RFC 7230. With the following exceptions:
|
2044
|
+
* value cannot contain `$`
|
2045
|
+
* value cannot contain patterns like `{variable_name}`. They are reserved for future extensions. Currently, such values are invalid.
|
2046
|
+
|
2047
|
+
Example: `example_suffix_value`
|
2048
|
+
"""
|
2049
|
+
value: NotRequired[pulumi.Input[str]]
|
2050
|
+
"""
|
2051
|
+
(Updatable) A header value that conforms to RFC 7230. With the following exceptions:
|
2052
|
+
* value cannot contain `$`
|
2053
|
+
* value cannot contain patterns like `{variable_name}`. They are reserved for future extensions. Currently, such values are invalid.
|
2054
|
+
|
2055
|
+
Example: `example_value`
|
2056
|
+
"""
|
2057
|
+
elif False:
|
2058
|
+
RuleSetItemArgsDict: TypeAlias = Mapping[str, Any]
|
2059
|
+
|
1412
2060
|
@pulumi.input_type
|
1413
2061
|
class RuleSetItemArgs:
|
1414
2062
|
def __init__(__self__, *,
|
@@ -1767,6 +2415,30 @@ class RuleSetItemArgs:
|
|
1767
2415
|
pulumi.set(self, "value", value)
|
1768
2416
|
|
1769
2417
|
|
2418
|
+
if not MYPY:
|
2419
|
+
class RuleSetItemConditionArgsDict(TypedDict):
|
2420
|
+
attribute_name: pulumi.Input[str]
|
2421
|
+
"""
|
2422
|
+
(Updatable) The attribute_name can be one of these values: `PATH`, `SOURCE_IP_ADDRESS`, `SOURCE_VCN_ID`, `SOURCE_VCN_IP_ADDRESS`
|
2423
|
+
"""
|
2424
|
+
attribute_value: pulumi.Input[str]
|
2425
|
+
"""
|
2426
|
+
(Updatable) Depends on `attribute_name`:
|
2427
|
+
- when `attribute_name` = `SOURCE_IP_ADDRESS` | IPv4 or IPv6 address range to which the source IP address of incoming packet would be matched against
|
2428
|
+
- when `attribute_name` = `SOURCE_VCN_IP_ADDRESS` | IPv4 address range to which the original client IP address (in customer VCN) of incoming packet would be matched against
|
2429
|
+
- when `attribute_name` = `SOURCE_VCN_ID` | OCID of the customer VCN to which the service gateway embedded VCN ID of incoming packet would be matched against
|
2430
|
+
"""
|
2431
|
+
operator: NotRequired[pulumi.Input[str]]
|
2432
|
+
"""
|
2433
|
+
(Updatable) A string that specifies how to compare the PathMatchCondition object's `attributeValue` string to the incoming URI.
|
2434
|
+
* **EXACT_MATCH** - The incoming URI path must exactly and completely match the `attributeValue` string.
|
2435
|
+
* **FORCE_LONGEST_PREFIX_MATCH** - The system looks for the `attributeValue` string with the best, longest match of the beginning portion of the incoming URI path.
|
2436
|
+
* **PREFIX_MATCH** - The beginning portion of the incoming URI path must exactly match the `attributeValue` string.
|
2437
|
+
* **SUFFIX_MATCH** - The ending portion of the incoming URI path must exactly match the `attributeValue` string.
|
2438
|
+
"""
|
2439
|
+
elif False:
|
2440
|
+
RuleSetItemConditionArgsDict: TypeAlias = Mapping[str, Any]
|
2441
|
+
|
1770
2442
|
@pulumi.input_type
|
1771
2443
|
class RuleSetItemConditionArgs:
|
1772
2444
|
def __init__(__self__, *,
|
@@ -1834,6 +2506,19 @@ class RuleSetItemConditionArgs:
|
|
1834
2506
|
pulumi.set(self, "operator", value)
|
1835
2507
|
|
1836
2508
|
|
2509
|
+
if not MYPY:
|
2510
|
+
class RuleSetItemIpMaxConnectionArgsDict(TypedDict):
|
2511
|
+
ip_addresses: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2512
|
+
"""
|
2513
|
+
(Updatable) Each element in the list should be valid IPv4 or IPv6 CIDR Block address. Example: '["129.213.176.0/24", "150.136.187.0/24", "2002::1234:abcd:ffff:c0a8:101/64"]'
|
2514
|
+
"""
|
2515
|
+
max_connections: NotRequired[pulumi.Input[int]]
|
2516
|
+
"""
|
2517
|
+
(Updatable) The maximum number of simultaneous connections that the specified IPs can make to the Listener. IPs without a maxConnections setting can make either defaultMaxConnections simultaneous connections to a listener or, if no defaultMaxConnections is specified, an unlimited number of simultaneous connections to a listener.
|
2518
|
+
"""
|
2519
|
+
elif False:
|
2520
|
+
RuleSetItemIpMaxConnectionArgsDict: TypeAlias = Mapping[str, Any]
|
2521
|
+
|
1837
2522
|
@pulumi.input_type
|
1838
2523
|
class RuleSetItemIpMaxConnectionArgs:
|
1839
2524
|
def __init__(__self__, *,
|
@@ -1873,6 +2558,89 @@ class RuleSetItemIpMaxConnectionArgs:
|
|
1873
2558
|
pulumi.set(self, "max_connections", value)
|
1874
2559
|
|
1875
2560
|
|
2561
|
+
if not MYPY:
|
2562
|
+
class RuleSetItemRedirectUriArgsDict(TypedDict):
|
2563
|
+
host: NotRequired[pulumi.Input[str]]
|
2564
|
+
"""
|
2565
|
+
(Updatable) The valid domain name (hostname) or IP address to use in the redirect URI.
|
2566
|
+
|
2567
|
+
When this value is null, not set, or set to `{host}`, the service preserves the original domain name from the incoming HTTP request URI.
|
2568
|
+
|
2569
|
+
All RedirectUri tokens are valid for this property. You can use any token more than once.
|
2570
|
+
|
2571
|
+
Curly braces are valid in this property only to surround tokens, such as `{host}`
|
2572
|
+
|
2573
|
+
Examples:
|
2574
|
+
* **example.com** appears as `example.com` in the redirect URI.
|
2575
|
+
* **in{host}** appears as `inexample.com` in the redirect URI if `example.com` is the hostname in the incoming HTTP request URI.
|
2576
|
+
* **{port}{host}** appears as `8081example.com` in the redirect URI if `example.com` is the hostname and the port is `8081` in the incoming HTTP request URI.
|
2577
|
+
"""
|
2578
|
+
path: NotRequired[pulumi.Input[str]]
|
2579
|
+
"""
|
2580
|
+
(Updatable) The HTTP URI path to use in the redirect URI.
|
2581
|
+
|
2582
|
+
When this value is null, not set, or set to `{path}`, the service preserves the original path from the incoming HTTP request URI. To omit the path from the redirect URI, set this value to an empty string, "".
|
2583
|
+
|
2584
|
+
All RedirectUri tokens are valid for this property. You can use any token more than once.
|
2585
|
+
|
2586
|
+
The path string must begin with `/` if it does not begin with the `{path}` token.
|
2587
|
+
|
2588
|
+
Examples:
|
2589
|
+
* __/example/video/123__ appears as `/example/video/123` in the redirect URI.
|
2590
|
+
* __/example{path}__ appears as `/example/video/123` in the redirect URI if `/video/123` is the path in the incoming HTTP request URI.
|
2591
|
+
* __{path}/123__ appears as `/example/video/123` in the redirect URI if `/example/video` is the path in the incoming HTTP request URI.
|
2592
|
+
* __{path}123__ appears as `/example/video123` in the redirect URI if `/example/video` is the path in the incoming HTTP request URI.
|
2593
|
+
* __/{host}/123__ appears as `/example.com/123` in the redirect URI if `example.com` is the hostname in the incoming HTTP request URI.
|
2594
|
+
* __/{host}/{port}__ appears as `/example.com/123` in the redirect URI if `example.com` is the hostname and `123` is the port in the incoming HTTP request URI.
|
2595
|
+
* __/{query}__ appears as `/lang=en` in the redirect URI if the query is `lang=en` in the incoming HTTP request URI.
|
2596
|
+
"""
|
2597
|
+
port: NotRequired[pulumi.Input[int]]
|
2598
|
+
"""
|
2599
|
+
(Updatable) The communication port to use in the redirect URI.
|
2600
|
+
|
2601
|
+
Valid values include integers from 1 to 65535.
|
2602
|
+
|
2603
|
+
When this value is null, the service preserves the original port from the incoming HTTP request URI.
|
2604
|
+
|
2605
|
+
Example: `8081`
|
2606
|
+
"""
|
2607
|
+
protocol: NotRequired[pulumi.Input[str]]
|
2608
|
+
"""
|
2609
|
+
(Updatable) The HTTP protocol to use in the redirect URI.
|
2610
|
+
|
2611
|
+
When this value is null, not set, or set to `{protocol}`, the service preserves the original protocol from the incoming HTTP request URI. Allowed values are:
|
2612
|
+
* HTTP
|
2613
|
+
* HTTPS
|
2614
|
+
* {protocol}
|
2615
|
+
|
2616
|
+
`{protocol}` is the only valid token for this property. It can appear only once in the value string.
|
2617
|
+
|
2618
|
+
Example: `HTTPS`
|
2619
|
+
"""
|
2620
|
+
query: NotRequired[pulumi.Input[str]]
|
2621
|
+
"""
|
2622
|
+
(Updatable) The query string to use in the redirect URI.
|
2623
|
+
|
2624
|
+
When this value is null, not set, or set to `{query}`, the service preserves the original query parameters from the incoming HTTP request URI.
|
2625
|
+
|
2626
|
+
All `RedirectUri` tokens are valid for this property. You can use any token more than once.
|
2627
|
+
|
2628
|
+
If the query string does not begin with the `{query}` token, it must begin with the question mark (?) character.
|
2629
|
+
|
2630
|
+
You can specify multiple query parameters as a single string. Separate each query parameter with an ampersand (&) character. To omit all incoming query parameters from the redirect URI, set this value to an empty string, "".
|
2631
|
+
|
2632
|
+
If the specified query string results in a redirect URI ending with `?` or `&`, the last character is truncated. For example, if the incoming URI is `http://host.com:8080/documents` and the query property value is `?lang=en&{query}`, the redirect URI is `http://host.com:8080/documents?lang=en`. The system truncates the final ampersand (&) because the incoming URI included no value to replace the {query} token.
|
2633
|
+
|
2634
|
+
Examples:
|
2635
|
+
* **lang=en&time_zone=PST** appears as `lang=en&time_zone=PST` in the redirect URI.
|
2636
|
+
* **{query}** appears as `lang=en&time_zone=PST` in the redirect URI if `lang=en&time_zone=PST` is the query string in the incoming HTTP request. If the incoming HTTP request has no query parameters, the `{query}` token renders as an empty string.
|
2637
|
+
* **lang=en&{query}&time_zone=PST** appears as `lang=en&country=us&time_zone=PST` in the redirect URI if `country=us` is the query string in the incoming HTTP request. If the incoming HTTP request has no query parameters, this value renders as `lang=en&time_zone=PST`.
|
2638
|
+
* **protocol={protocol}&hostname={host}** appears as `protocol=http&hostname=example.com` in the redirect URI if the protocol is `HTTP` and the hostname is `example.com` in the incoming HTTP request.
|
2639
|
+
* **port={port}&hostname={host}** appears as `port=8080&hostname=example.com` in the redirect URI if the port is `8080` and the hostname is `example.com` in the incoming HTTP request URI.
|
2640
|
+
"""
|
2641
|
+
elif False:
|
2642
|
+
RuleSetItemRedirectUriArgsDict: TypeAlias = Mapping[str, Any]
|
2643
|
+
|
1876
2644
|
@pulumi.input_type
|
1877
2645
|
class RuleSetItemRedirectUriArgs:
|
1878
2646
|
def __init__(__self__, *,
|
@@ -2076,6 +2844,17 @@ class RuleSetItemRedirectUriArgs:
|
|
2076
2844
|
pulumi.set(self, "query", value)
|
2077
2845
|
|
2078
2846
|
|
2847
|
+
if not MYPY:
|
2848
|
+
class GetBackendSetsFilterArgsDict(TypedDict):
|
2849
|
+
name: str
|
2850
|
+
"""
|
2851
|
+
A friendly name for the backend set. It must be unique and it cannot be changed.
|
2852
|
+
"""
|
2853
|
+
values: Sequence[str]
|
2854
|
+
regex: NotRequired[bool]
|
2855
|
+
elif False:
|
2856
|
+
GetBackendSetsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
2857
|
+
|
2079
2858
|
@pulumi.input_type
|
2080
2859
|
class GetBackendSetsFilterArgs:
|
2081
2860
|
def __init__(__self__, *,
|
@@ -2121,6 +2900,17 @@ class GetBackendSetsFilterArgs:
|
|
2121
2900
|
pulumi.set(self, "regex", value)
|
2122
2901
|
|
2123
2902
|
|
2903
|
+
if not MYPY:
|
2904
|
+
class GetBackendsFilterArgsDict(TypedDict):
|
2905
|
+
name: str
|
2906
|
+
"""
|
2907
|
+
A read-only field showing the IP address and port that uniquely identify this backend server in the backend set. Example: `10.0.0.3:8080`
|
2908
|
+
"""
|
2909
|
+
values: Sequence[str]
|
2910
|
+
regex: NotRequired[bool]
|
2911
|
+
elif False:
|
2912
|
+
GetBackendsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
2913
|
+
|
2124
2914
|
@pulumi.input_type
|
2125
2915
|
class GetBackendsFilterArgs:
|
2126
2916
|
def __init__(__self__, *,
|
@@ -2166,6 +2956,14 @@ class GetBackendsFilterArgs:
|
|
2166
2956
|
pulumi.set(self, "regex", value)
|
2167
2957
|
|
2168
2958
|
|
2959
|
+
if not MYPY:
|
2960
|
+
class GetCertificatesFilterArgsDict(TypedDict):
|
2961
|
+
name: str
|
2962
|
+
values: Sequence[str]
|
2963
|
+
regex: NotRequired[bool]
|
2964
|
+
elif False:
|
2965
|
+
GetCertificatesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
2966
|
+
|
2169
2967
|
@pulumi.input_type
|
2170
2968
|
class GetCertificatesFilterArgs:
|
2171
2969
|
def __init__(__self__, *,
|
@@ -2205,6 +3003,17 @@ class GetCertificatesFilterArgs:
|
|
2205
3003
|
pulumi.set(self, "regex", value)
|
2206
3004
|
|
2207
3005
|
|
3006
|
+
if not MYPY:
|
3007
|
+
class GetHostnamesFilterArgsDict(TypedDict):
|
3008
|
+
name: str
|
3009
|
+
"""
|
3010
|
+
A friendly name for the hostname resource. It must be unique and it cannot be changed. Avoid entering confidential information. Example: `example_hostname_001`
|
3011
|
+
"""
|
3012
|
+
values: Sequence[str]
|
3013
|
+
regex: NotRequired[bool]
|
3014
|
+
elif False:
|
3015
|
+
GetHostnamesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
3016
|
+
|
2208
3017
|
@pulumi.input_type
|
2209
3018
|
class GetHostnamesFilterArgs:
|
2210
3019
|
def __init__(__self__, *,
|
@@ -2250,6 +3059,17 @@ class GetHostnamesFilterArgs:
|
|
2250
3059
|
pulumi.set(self, "regex", value)
|
2251
3060
|
|
2252
3061
|
|
3062
|
+
if not MYPY:
|
3063
|
+
class GetListenerRulesFilterArgsDict(TypedDict):
|
3064
|
+
name: str
|
3065
|
+
"""
|
3066
|
+
The name of the rule set that the rule belongs to.
|
3067
|
+
"""
|
3068
|
+
values: Sequence[str]
|
3069
|
+
regex: NotRequired[bool]
|
3070
|
+
elif False:
|
3071
|
+
GetListenerRulesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
3072
|
+
|
2253
3073
|
@pulumi.input_type
|
2254
3074
|
class GetListenerRulesFilterArgs:
|
2255
3075
|
def __init__(__self__, *,
|
@@ -2295,6 +3115,17 @@ class GetListenerRulesFilterArgs:
|
|
2295
3115
|
pulumi.set(self, "regex", value)
|
2296
3116
|
|
2297
3117
|
|
3118
|
+
if not MYPY:
|
3119
|
+
class GetLoadBalancerRoutingPoliciesFilterArgsDict(TypedDict):
|
3120
|
+
name: str
|
3121
|
+
"""
|
3122
|
+
A unique name for the routing policy rule. Avoid entering confidential information.
|
3123
|
+
"""
|
3124
|
+
values: Sequence[str]
|
3125
|
+
regex: NotRequired[bool]
|
3126
|
+
elif False:
|
3127
|
+
GetLoadBalancerRoutingPoliciesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
3128
|
+
|
2298
3129
|
@pulumi.input_type
|
2299
3130
|
class GetLoadBalancerRoutingPoliciesFilterArgs:
|
2300
3131
|
def __init__(__self__, *,
|
@@ -2340,6 +3171,17 @@ class GetLoadBalancerRoutingPoliciesFilterArgs:
|
|
2340
3171
|
pulumi.set(self, "regex", value)
|
2341
3172
|
|
2342
3173
|
|
3174
|
+
if not MYPY:
|
3175
|
+
class GetLoadBalancersFilterArgsDict(TypedDict):
|
3176
|
+
name: str
|
3177
|
+
"""
|
3178
|
+
A friendly name for the SSL cipher suite. It must be unique and it cannot be changed.
|
3179
|
+
"""
|
3180
|
+
values: Sequence[str]
|
3181
|
+
regex: NotRequired[bool]
|
3182
|
+
elif False:
|
3183
|
+
GetLoadBalancersFilterArgsDict: TypeAlias = Mapping[str, Any]
|
3184
|
+
|
2343
3185
|
@pulumi.input_type
|
2344
3186
|
class GetLoadBalancersFilterArgs:
|
2345
3187
|
def __init__(__self__, *,
|
@@ -2385,6 +3227,17 @@ class GetLoadBalancersFilterArgs:
|
|
2385
3227
|
pulumi.set(self, "regex", value)
|
2386
3228
|
|
2387
3229
|
|
3230
|
+
if not MYPY:
|
3231
|
+
class GetPathRouteSetsFilterArgsDict(TypedDict):
|
3232
|
+
name: str
|
3233
|
+
"""
|
3234
|
+
The unique name for this set of path route rules. Avoid entering confidential information. Example: `example_path_route_set`
|
3235
|
+
"""
|
3236
|
+
values: Sequence[str]
|
3237
|
+
regex: NotRequired[bool]
|
3238
|
+
elif False:
|
3239
|
+
GetPathRouteSetsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
3240
|
+
|
2388
3241
|
@pulumi.input_type
|
2389
3242
|
class GetPathRouteSetsFilterArgs:
|
2390
3243
|
def __init__(__self__, *,
|
@@ -2430,6 +3283,17 @@ class GetPathRouteSetsFilterArgs:
|
|
2430
3283
|
pulumi.set(self, "regex", value)
|
2431
3284
|
|
2432
3285
|
|
3286
|
+
if not MYPY:
|
3287
|
+
class GetPoliciesFilterArgsDict(TypedDict):
|
3288
|
+
name: str
|
3289
|
+
"""
|
3290
|
+
The name of a load balancing policy. Example: 'LEAST_CONNECTIONS'
|
3291
|
+
"""
|
3292
|
+
values: Sequence[str]
|
3293
|
+
regex: NotRequired[bool]
|
3294
|
+
elif False:
|
3295
|
+
GetPoliciesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
3296
|
+
|
2433
3297
|
@pulumi.input_type
|
2434
3298
|
class GetPoliciesFilterArgs:
|
2435
3299
|
def __init__(__self__, *,
|
@@ -2475,6 +3339,17 @@ class GetPoliciesFilterArgs:
|
|
2475
3339
|
pulumi.set(self, "regex", value)
|
2476
3340
|
|
2477
3341
|
|
3342
|
+
if not MYPY:
|
3343
|
+
class GetProtocolsFilterArgsDict(TypedDict):
|
3344
|
+
name: str
|
3345
|
+
"""
|
3346
|
+
The name of a protocol. Example: 'HTTP'
|
3347
|
+
"""
|
3348
|
+
values: Sequence[str]
|
3349
|
+
regex: NotRequired[bool]
|
3350
|
+
elif False:
|
3351
|
+
GetProtocolsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
3352
|
+
|
2478
3353
|
@pulumi.input_type
|
2479
3354
|
class GetProtocolsFilterArgs:
|
2480
3355
|
def __init__(__self__, *,
|
@@ -2520,6 +3395,17 @@ class GetProtocolsFilterArgs:
|
|
2520
3395
|
pulumi.set(self, "regex", value)
|
2521
3396
|
|
2522
3397
|
|
3398
|
+
if not MYPY:
|
3399
|
+
class GetRuleSetsFilterArgsDict(TypedDict):
|
3400
|
+
name: str
|
3401
|
+
"""
|
3402
|
+
The name for this set of rules. It must be unique and it cannot be changed. Avoid entering confidential information. Example: `example_rule_set`
|
3403
|
+
"""
|
3404
|
+
values: Sequence[str]
|
3405
|
+
regex: NotRequired[bool]
|
3406
|
+
elif False:
|
3407
|
+
GetRuleSetsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
3408
|
+
|
2523
3409
|
@pulumi.input_type
|
2524
3410
|
class GetRuleSetsFilterArgs:
|
2525
3411
|
def __init__(__self__, *,
|
@@ -2565,6 +3451,17 @@ class GetRuleSetsFilterArgs:
|
|
2565
3451
|
pulumi.set(self, "regex", value)
|
2566
3452
|
|
2567
3453
|
|
3454
|
+
if not MYPY:
|
3455
|
+
class GetShapesFilterArgsDict(TypedDict):
|
3456
|
+
name: str
|
3457
|
+
"""
|
3458
|
+
The name of the shape. Example: `100Mbps`
|
3459
|
+
"""
|
3460
|
+
values: Sequence[str]
|
3461
|
+
regex: NotRequired[bool]
|
3462
|
+
elif False:
|
3463
|
+
GetShapesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
3464
|
+
|
2568
3465
|
@pulumi.input_type
|
2569
3466
|
class GetShapesFilterArgs:
|
2570
3467
|
def __init__(__self__, *,
|
@@ -2610,6 +3507,17 @@ class GetShapesFilterArgs:
|
|
2610
3507
|
pulumi.set(self, "regex", value)
|
2611
3508
|
|
2612
3509
|
|
3510
|
+
if not MYPY:
|
3511
|
+
class GetSslCipherSuitesFilterArgsDict(TypedDict):
|
3512
|
+
name: str
|
3513
|
+
"""
|
3514
|
+
A friendly name for the SSL cipher suite. It must be unique and it cannot be changed.
|
3515
|
+
"""
|
3516
|
+
values: Sequence[str]
|
3517
|
+
regex: NotRequired[bool]
|
3518
|
+
elif False:
|
3519
|
+
GetSslCipherSuitesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
3520
|
+
|
2613
3521
|
@pulumi.input_type
|
2614
3522
|
class GetSslCipherSuitesFilterArgs:
|
2615
3523
|
def __init__(__self__, *,
|