pulumi-oci 1.32.0a1713427052__py3-none-any.whl → 1.33.0a1713561662__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/adm/get_knowledgebase.py +2 -2
- pulumi_oci/adm/get_knowledgebases.py +8 -8
- pulumi_oci/adm/get_remediation_recipe.py +2 -2
- pulumi_oci/adm/get_remediation_recipes.py +8 -8
- pulumi_oci/adm/get_remediation_run.py +2 -2
- pulumi_oci/adm/get_remediation_run_application_dependency_recommendations.py +6 -6
- pulumi_oci/adm/get_remediation_run_stage.py +4 -4
- pulumi_oci/adm/get_remediation_run_stages.py +6 -6
- pulumi_oci/adm/get_remediation_runs.py +10 -10
- pulumi_oci/adm/get_vulnerability_audit.py +2 -2
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +18 -18
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +14 -14
- pulumi_oci/adm/get_vulnerability_audits.py +18 -18
- pulumi_oci/adm/knowledge_base.py +6 -6
- pulumi_oci/adm/remediation_recipe.py +62 -62
- pulumi_oci/adm/remediation_run.py +6 -6
- pulumi_oci/adm/vulnerability_audit.py +40 -40
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +10 -10
- pulumi_oci/aianomalydetection/data_asset.py +60 -60
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +2 -2
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +8 -8
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +2 -2
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +12 -12
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +2 -2
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +8 -8
- pulumi_oci/aianomalydetection/get_detection_model.py +2 -2
- pulumi_oci/aianomalydetection/get_detection_models.py +8 -8
- pulumi_oci/aianomalydetection/get_detection_project.py +2 -2
- pulumi_oci/aianomalydetection/get_detection_projects.py +6 -6
- pulumi_oci/aianomalydetection/model.py +20 -20
- pulumi_oci/aianomalydetection/project.py +8 -8
- pulumi_oci/aidocument/get_model.py +2 -2
- pulumi_oci/aidocument/get_models.py +10 -10
- pulumi_oci/aidocument/get_processor_job.py +2 -2
- pulumi_oci/aidocument/get_project.py +2 -2
- pulumi_oci/aidocument/get_projects.py +8 -8
- pulumi_oci/aidocument/processor_job.py +40 -40
- pulumi_oci/aidocument/project.py +12 -12
- pulumi_oci/ailanguage/endpoint.py +12 -12
- pulumi_oci/ailanguage/get_model_evaluation_results.py +2 -2
- pulumi_oci/ailanguage/get_model_type.py +2 -2
- pulumi_oci/ailanguage/model.py +58 -58
- pulumi_oci/ailanguage/project.py +8 -8
- pulumi_oci/aivision/get_model.py +2 -2
- pulumi_oci/aivision/get_models.py +10 -10
- pulumi_oci/aivision/get_project.py +2 -2
- pulumi_oci/aivision/get_projects.py +8 -8
- pulumi_oci/aivision/model.py +48 -48
- pulumi_oci/aivision/project.py +8 -8
- pulumi_oci/analytics/analytics_instance.py +38 -36
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +22 -22
- pulumi_oci/analytics/analytics_instance_vanity_url.py +16 -16
- pulumi_oci/analytics/get_analytics_instance.py +2 -2
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +4 -4
- pulumi_oci/analytics/get_analytics_instances.py +10 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +18 -18
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +6 -6
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +12 -10
- pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +8 -8
- pulumi_oci/apigateway/api.py +8 -8
- pulumi_oci/apigateway/certificate.py +12 -12
- pulumi_oci/apigateway/deployment.py +510 -510
- pulumi_oci/apigateway/gateway.py +40 -40
- pulumi_oci/apigateway/get_api.py +2 -2
- pulumi_oci/apigateway/get_api_content.py +2 -2
- pulumi_oci/apigateway/get_api_deployment_specification.py +2 -2
- pulumi_oci/apigateway/get_api_validation.py +2 -2
- pulumi_oci/apigateway/get_apis.py +6 -6
- pulumi_oci/apigateway/get_certificate.py +2 -2
- pulumi_oci/apigateway/get_certificates.py +6 -6
- pulumi_oci/apigateway/get_deployment.py +2 -2
- pulumi_oci/apigateway/get_deployments.py +8 -8
- pulumi_oci/apigateway/get_gateway.py +2 -2
- pulumi_oci/apigateway/get_gateways.py +8 -8
- pulumi_oci/apigateway/get_subscriber.py +2 -2
- pulumi_oci/apigateway/get_subscribers.py +6 -6
- pulumi_oci/apigateway/get_usage_plan.py +2 -2
- pulumi_oci/apigateway/get_usage_plans.py +6 -6
- pulumi_oci/apigateway/subscriber.py +12 -12
- pulumi_oci/apigateway/usage_plan.py +24 -24
- pulumi_oci/apm/apm_domain.py +10 -10
- pulumi_oci/apm/get_apm_domain.py +2 -2
- pulumi_oci/apm/get_apm_domains.py +6 -6
- pulumi_oci/apm/get_data_keys.py +4 -4
- pulumi_oci/apmconfig/config.py +48 -48
- pulumi_oci/apmconfig/get_config.py +4 -4
- pulumi_oci/apmconfig/get_configs.py +16 -16
- pulumi_oci/apmsynthetics/config.py +120 -120
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +18 -18
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +4 -4
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +8 -8
- pulumi_oci/apmsynthetics/get_monitor.py +4 -4
- pulumi_oci/apmsynthetics/get_monitors.py +16 -16
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +4 -4
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +6 -6
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py +12 -12
- pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py +6 -6
- pulumi_oci/apmsynthetics/get_result.py +12 -12
- pulumi_oci/apmsynthetics/get_script.py +4 -4
- pulumi_oci/apmsynthetics/get_scripts.py +6 -6
- pulumi_oci/apmsynthetics/get_vantage_point.py +6 -6
- pulumi_oci/apmsynthetics/get_vantage_points.py +6 -6
- pulumi_oci/apmsynthetics/on_premise_vantage_point.py +10 -8
- pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +20 -18
- pulumi_oci/apmsynthetics/script.py +18 -18
- pulumi_oci/apmtraces/get_query_quick_picks.py +2 -2
- pulumi_oci/apmtraces/get_trace.py +10 -10
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +12 -12
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +10 -10
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +2 -2
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +4 -4
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +2 -2
- pulumi_oci/artifacts/container_configuration.py +2 -2
- pulumi_oci/artifacts/container_image_signature.py +16 -16
- pulumi_oci/artifacts/container_repository.py +14 -14
- pulumi_oci/artifacts/generic_artifact.py +4 -4
- pulumi_oci/artifacts/get_container_configuration.py +2 -2
- pulumi_oci/artifacts/get_container_image.py +2 -2
- pulumi_oci/artifacts/get_container_image_signature.py +2 -2
- pulumi_oci/artifacts/get_container_images.py +18 -18
- pulumi_oci/artifacts/get_container_repositories.py +12 -12
- pulumi_oci/artifacts/get_container_repository.py +2 -2
- pulumi_oci/artifacts/get_container_signatures.py +20 -20
- pulumi_oci/artifacts/get_generic_artifact.py +2 -2
- pulumi_oci/artifacts/get_generic_artifacts.py +16 -16
- pulumi_oci/artifacts/get_repositories.py +10 -10
- pulumi_oci/artifacts/get_repository.py +2 -2
- pulumi_oci/artifacts/repository.py +12 -12
- pulumi_oci/audit/configuration.py +6 -6
- pulumi_oci/audit/get_configuration.py +2 -2
- pulumi_oci/audit/get_events.py +6 -6
- pulumi_oci/autoscaling/auto_scaling_configuration.py +48 -48
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +2 -2
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +4 -4
- pulumi_oci/bastion/bastion.py +20 -18
- pulumi_oci/bastion/get_bastion.py +2 -2
- pulumi_oci/bastion/get_bastions.py +8 -8
- pulumi_oci/bastion/get_session.py +2 -2
- pulumi_oci/bastion/get_sessions.py +8 -8
- pulumi_oci/bastion/session.py +24 -24
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +46 -46
- pulumi_oci/bigdataservice/bds_instance_api_key.py +12 -12
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +14 -14
- pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py +22 -22
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +8 -8
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +4 -4
- pulumi_oci/bigdataservice/get_bds_instance.py +2 -2
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +4 -4
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +4 -4
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +4 -4
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +2 -2
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +4 -4
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +12 -12
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +8 -8
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +2 -2
- pulumi_oci/bigdataservice/get_bds_instances.py +6 -6
- pulumi_oci/blockchain/blockchain_platform.py +22 -22
- pulumi_oci/blockchain/get_blockchain_platform.py +2 -2
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +2 -2
- pulumi_oci/blockchain/get_blockchain_platforms.py +6 -6
- pulumi_oci/blockchain/get_osn.py +4 -4
- pulumi_oci/blockchain/get_osns.py +4 -4
- pulumi_oci/blockchain/get_peer.py +4 -4
- pulumi_oci/blockchain/get_peers.py +4 -4
- pulumi_oci/blockchain/osn.py +8 -8
- pulumi_oci/blockchain/peer.py +12 -12
- pulumi_oci/budget/budget.py +26 -26
- pulumi_oci/budget/get_alert_rule.py +4 -4
- pulumi_oci/budget/get_alert_rules.py +6 -6
- pulumi_oci/budget/get_budget.py +2 -2
- pulumi_oci/budget/get_budgets.py +8 -8
- pulumi_oci/budget/rule.py +18 -18
- pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +12 -12
- pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +2 -2
- pulumi_oci/capacitymanagement/get_occ_availability_catalog_content.py +2 -2
- pulumi_oci/capacitymanagement/get_occ_availability_catalog_occ_availabilities.py +10 -10
- pulumi_oci/capacitymanagement/get_occ_availability_catalogs.py +10 -10
- pulumi_oci/capacitymanagement/get_occ_capacity_request.py +2 -2
- pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +10 -10
- pulumi_oci/capacitymanagement/get_occ_customer_group.py +2 -2
- pulumi_oci/capacitymanagement/get_occ_customer_groups.py +8 -8
- pulumi_oci/capacitymanagement/occ_availability_catalog.py +16 -16
- pulumi_oci/certificatesmanagement/ca_bundle.py +10 -8
- pulumi_oci/certificatesmanagement/get_association.py +2 -2
- pulumi_oci/certificatesmanagement/get_associations.py +12 -12
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +2 -2
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +8 -8
- pulumi_oci/certificatesmanagement/get_certificate.py +2 -2
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +10 -10
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +2 -2
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +4 -4
- pulumi_oci/certificatesmanagement/get_certificate_version.py +4 -4
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +4 -4
- pulumi_oci/certificatesmanagement/get_certificates.py +10 -10
- pulumi_oci/cloudbridge/agent.py +14 -14
- pulumi_oci/cloudbridge/agent_dependency.py +20 -20
- pulumi_oci/cloudbridge/agent_plugin.py +8 -8
- pulumi_oci/cloudbridge/asset.py +150 -150
- pulumi_oci/cloudbridge/asset_source.py +32 -32
- pulumi_oci/cloudbridge/discovery_schedule.py +8 -8
- pulumi_oci/cloudbridge/environment.py +6 -6
- pulumi_oci/cloudbridge/get_agent.py +2 -2
- pulumi_oci/cloudbridge/get_agent_dependencies.py +10 -10
- pulumi_oci/cloudbridge/get_agent_dependency.py +2 -2
- pulumi_oci/cloudbridge/get_agent_plugin.py +4 -4
- pulumi_oci/cloudbridge/get_agents.py +10 -10
- pulumi_oci/cloudbridge/get_appliance_image.py +4 -4
- pulumi_oci/cloudbridge/get_appliance_images.py +4 -4
- pulumi_oci/cloudbridge/get_asset.py +2 -2
- pulumi_oci/cloudbridge/get_asset_source.py +2 -2
- pulumi_oci/cloudbridge/get_asset_sources.py +8 -8
- pulumi_oci/cloudbridge/get_assets.py +16 -16
- pulumi_oci/cloudbridge/get_discovery_schedule.py +2 -2
- pulumi_oci/cloudbridge/get_discovery_schedules.py +8 -8
- pulumi_oci/cloudbridge/get_environment.py +2 -2
- pulumi_oci/cloudbridge/get_environments.py +8 -8
- pulumi_oci/cloudbridge/get_inventories.py +4 -4
- pulumi_oci/cloudbridge/get_inventory.py +2 -2
- pulumi_oci/cloudbridge/inventory.py +6 -6
- pulumi_oci/cloudguard/cloud_guard_configuration.py +10 -10
- pulumi_oci/cloudguard/cloud_guard_data_source.py +34 -34
- pulumi_oci/cloudguard/data_mask_rule.py +20 -20
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rules.py +16 -16
- pulumi_oci/cloudguard/get_data_source.py +2 -2
- pulumi_oci/cloudguard/get_data_source_event.py +4 -4
- pulumi_oci/cloudguard/get_data_source_events.py +4 -4
- pulumi_oci/cloudguard/get_data_sources.py +14 -14
- pulumi_oci/cloudguard/get_detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipes.py +12 -12
- pulumi_oci/cloudguard/get_guard_target.py +2 -2
- pulumi_oci/cloudguard/get_guard_targets.py +12 -12
- pulumi_oci/cloudguard/get_managed_list.py +2 -2
- pulumi_oci/cloudguard/get_managed_lists.py +14 -14
- pulumi_oci/cloudguard/get_problem_entities.py +2 -2
- pulumi_oci/cloudguard/get_problem_entity.py +2 -2
- pulumi_oci/cloudguard/get_responder_recipe.py +2 -2
- pulumi_oci/cloudguard/get_responder_recipes.py +12 -12
- pulumi_oci/cloudguard/get_security_policies.py +8 -8
- pulumi_oci/cloudguard/get_security_policy.py +2 -2
- pulumi_oci/cloudguard/get_security_recipe.py +2 -2
- pulumi_oci/cloudguard/get_security_recipes.py +8 -8
- pulumi_oci/cloudguard/get_security_zone.py +2 -2
- pulumi_oci/cloudguard/get_security_zones.py +12 -12
- pulumi_oci/cloudguard/security_recipe.py +10 -10
- pulumi_oci/cloudguard/security_zone.py +10 -10
- pulumi_oci/cloudguard/target.py +36 -36
- pulumi_oci/cloudmigrations/get_migration.py +2 -2
- pulumi_oci/cloudmigrations/get_migration_asset.py +2 -2
- pulumi_oci/cloudmigrations/get_migration_assets.py +8 -8
- pulumi_oci/cloudmigrations/get_migration_plan.py +2 -2
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +10 -10
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +10 -10
- pulumi_oci/cloudmigrations/get_migration_plans.py +10 -10
- pulumi_oci/cloudmigrations/get_migrations.py +8 -8
- pulumi_oci/cloudmigrations/get_replication_schedule.py +2 -2
- pulumi_oci/cloudmigrations/get_replication_schedules.py +8 -8
- pulumi_oci/cloudmigrations/get_target_asset.py +2 -2
- pulumi_oci/cloudmigrations/get_target_assets.py +8 -8
- pulumi_oci/cloudmigrations/migration.py +10 -10
- pulumi_oci/cloudmigrations/migration_asset.py +0 -38
- pulumi_oci/cloudmigrations/replication_schedule.py +8 -8
- pulumi_oci/cloudmigrations/target_asset.py +86 -86
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +16 -16
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +16 -16
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +2 -2
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +14 -14
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +2 -2
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +14 -14
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +4 -4
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +6 -6
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +6 -6
- pulumi_oci/containerengine/cluster.py +134 -0
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +4 -4
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +6 -6
- pulumi_oci/containerengine/cluster_workload_mapping.py +8 -8
- pulumi_oci/containerengine/container_instance.py +138 -138
- pulumi_oci/containerengine/get_addon.py +4 -4
- pulumi_oci/containerengine/get_addon_options.py +4 -4
- pulumi_oci/containerengine/get_addons.py +2 -2
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +2 -2
- pulumi_oci/containerengine/get_cluster_kube_config.py +8 -8
- pulumi_oci/containerengine/get_cluster_option.py +4 -4
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +4 -4
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +2 -2
- pulumi_oci/containerengine/get_clusters.py +6 -6
- pulumi_oci/containerengine/get_node_pool.py +2 -2
- pulumi_oci/containerengine/get_node_pool_option.py +4 -4
- pulumi_oci/containerengine/get_node_pools.py +8 -8
- pulumi_oci/containerengine/get_pod_shapes.py +6 -6
- pulumi_oci/containerengine/get_virtual_node_pool.py +2 -2
- pulumi_oci/containerengine/get_work_request_errors.py +4 -4
- pulumi_oci/containerengine/get_work_request_log_entries.py +4 -4
- pulumi_oci/containerengine/get_work_requests.py +10 -10
- pulumi_oci/containerengine/node_pool.py +74 -72
- pulumi_oci/containerengine/virtual_node_pool.py +34 -34
- pulumi_oci/containerinstances/get_container_instance.py +2 -2
- pulumi_oci/containerinstances/get_container_instance_shape.py +4 -4
- pulumi_oci/containerinstances/get_container_instance_shapes.py +4 -4
- pulumi_oci/containerinstances/get_container_instances.py +8 -8
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +6 -6
- pulumi_oci/core/app_catalog_subscription.py +16 -16
- pulumi_oci/core/boot_volume.py +30 -30
- pulumi_oci/core/boot_volume_backup.py +10 -10
- pulumi_oci/core/capture_filter.py +74 -74
- pulumi_oci/core/cluster_network.py +32 -32
- pulumi_oci/core/compute_capacity_report.py +16 -16
- pulumi_oci/core/compute_capacity_reservation.py +24 -24
- pulumi_oci/core/compute_capacity_topology.py +12 -12
- pulumi_oci/core/compute_cluster.py +8 -8
- pulumi_oci/core/compute_image_capability_schema.py +18 -18
- pulumi_oci/core/console_history.py +6 -6
- pulumi_oci/core/cpe.py +12 -12
- pulumi_oci/core/cross_connect.py +28 -28
- pulumi_oci/core/cross_connect_group.py +18 -18
- pulumi_oci/core/dedicated_vm_host.py +12 -12
- pulumi_oci/core/dhcp_options.py +120 -0
- pulumi_oci/core/drg.py +6 -6
- pulumi_oci/core/drg_attachment_management.py +10 -10
- pulumi_oci/core/drg_attachments_list.py +8 -8
- pulumi_oci/core/drg_route_distribution.py +8 -8
- pulumi_oci/core/drg_route_distribution_statement.py +14 -14
- pulumi_oci/core/drg_route_table.py +10 -10
- pulumi_oci/core/drg_route_table_route_rule.py +10 -10
- pulumi_oci/core/get_app_catalog_listing.py +2 -2
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +4 -4
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +2 -2
- pulumi_oci/core/get_app_catalog_listings.py +6 -6
- pulumi_oci/core/get_app_catalog_subscriptions.py +4 -4
- pulumi_oci/core/get_block_volume_replica.py +2 -2
- pulumi_oci/core/get_block_volume_replicas.py +10 -10
- pulumi_oci/core/get_boot_volume.py +2 -2
- pulumi_oci/core/get_boot_volume_attachments.py +8 -8
- pulumi_oci/core/get_boot_volume_backup.py +2 -2
- pulumi_oci/core/get_boot_volume_backups.py +10 -10
- pulumi_oci/core/get_boot_volume_replica.py +2 -2
- pulumi_oci/core/get_boot_volume_replicas.py +10 -10
- pulumi_oci/core/get_boot_volumes.py +6 -6
- pulumi_oci/core/get_byoip_allocated_ranges.py +2 -2
- pulumi_oci/core/get_byoip_range.py +2 -2
- pulumi_oci/core/get_byoip_ranges.py +6 -6
- pulumi_oci/core/get_capture_filter.py +2 -2
- pulumi_oci/core/get_capture_filters.py +8 -8
- pulumi_oci/core/get_cluster_network.py +2 -2
- pulumi_oci/core/get_cluster_network_instances.py +6 -6
- pulumi_oci/core/get_cluster_networks.py +6 -6
- pulumi_oci/core/get_cnv_dns_resolver_association.py +2 -2
- pulumi_oci/core/get_compute_capacity_reservation.py +2 -2
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +6 -6
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +6 -6
- pulumi_oci/core/get_compute_capacity_reservations.py +8 -8
- pulumi_oci/core/get_compute_capacity_topologies.py +6 -6
- pulumi_oci/core/get_compute_capacity_topology.py +2 -2
- pulumi_oci/core/get_compute_capacity_topology_compute_bare_metal_hosts.py +12 -12
- pulumi_oci/core/get_compute_capacity_topology_compute_hpc_islands.py +6 -6
- pulumi_oci/core/get_compute_capacity_topology_compute_network_blocks.py +8 -8
- pulumi_oci/core/get_compute_cluster.py +2 -2
- pulumi_oci/core/get_compute_clusters.py +6 -6
- pulumi_oci/core/get_compute_global_image_capability_schema.py +2 -2
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +4 -4
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +4 -4
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +4 -4
- pulumi_oci/core/get_compute_image_capability_schema.py +4 -4
- pulumi_oci/core/get_compute_image_capability_schemas.py +6 -6
- pulumi_oci/core/get_console_histories.py +8 -8
- pulumi_oci/core/get_console_history_data.py +6 -6
- pulumi_oci/core/get_cpe_device_shape.py +2 -2
- pulumi_oci/core/get_cpes.py +2 -2
- pulumi_oci/core/get_cross_connect.py +2 -2
- pulumi_oci/core/get_cross_connect_group.py +2 -2
- pulumi_oci/core/get_cross_connect_groups.py +6 -6
- pulumi_oci/core/get_cross_connect_locations.py +2 -2
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +2 -2
- pulumi_oci/core/get_cross_connect_status.py +2 -2
- pulumi_oci/core/get_cross_connects.py +8 -8
- pulumi_oci/core/get_dedicated_vm_host.py +2 -2
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +6 -6
- pulumi_oci/core/get_dedicated_vm_host_instances.py +6 -6
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +6 -6
- pulumi_oci/core/get_dedicated_vm_hosts.py +14 -14
- pulumi_oci/core/get_dhcp_options.py +8 -8
- pulumi_oci/core/get_drg_attachments.py +16 -16
- pulumi_oci/core/get_drg_route_distribution.py +2 -2
- pulumi_oci/core/get_drg_route_distribution_statements.py +2 -2
- pulumi_oci/core/get_drg_route_distributions.py +6 -6
- pulumi_oci/core/get_drg_route_rule.py +2 -2
- pulumi_oci/core/get_drg_route_table_route_rules.py +4 -4
- pulumi_oci/core/get_drg_route_tables.py +8 -8
- pulumi_oci/core/get_drgs.py +2 -2
- pulumi_oci/core/get_fast_connect_provider_service.py +2 -2
- pulumi_oci/core/get_fast_connect_provider_service_key.py +4 -4
- pulumi_oci/core/get_fast_connect_provider_services.py +2 -2
- pulumi_oci/core/get_image.py +2 -2
- pulumi_oci/core/get_image_shape.py +4 -4
- pulumi_oci/core/get_image_shapes.py +2 -2
- pulumi_oci/core/get_images.py +16 -16
- pulumi_oci/core/get_instance.py +2 -2
- pulumi_oci/core/get_instance_configuration.py +2 -2
- pulumi_oci/core/get_instance_configurations.py +2 -2
- pulumi_oci/core/get_instance_console_connections.py +4 -4
- pulumi_oci/core/get_instance_credentials.py +2 -2
- pulumi_oci/core/get_instance_devices.py +6 -6
- pulumi_oci/core/get_instance_maintenance_reboot.py +2 -2
- pulumi_oci/core/get_instance_measured_boot_report.py +2 -2
- pulumi_oci/core/get_instance_pool.py +2 -2
- pulumi_oci/core/get_instance_pool_instances.py +6 -6
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +4 -4
- pulumi_oci/core/get_instance_pools.py +6 -6
- pulumi_oci/core/get_instances.py +12 -12
- pulumi_oci/core/get_internet_gateways.py +8 -8
- pulumi_oci/core/get_ipsec_config.py +2 -2
- pulumi_oci/core/get_ipsec_connection_tunnel.py +4 -4
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +4 -4
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +6 -6
- pulumi_oci/core/get_ipsec_connection_tunnels.py +2 -2
- pulumi_oci/core/get_ipsec_connections.py +6 -6
- pulumi_oci/core/get_ipsec_status.py +2 -2
- pulumi_oci/core/get_ipv6.py +2 -2
- pulumi_oci/core/get_ipv6s.py +6 -6
- pulumi_oci/core/get_letter_of_authority.py +2 -2
- pulumi_oci/core/get_local_peering_gateways.py +4 -4
- pulumi_oci/core/get_nat_gateway.py +2 -2
- pulumi_oci/core/get_nat_gateways.py +8 -8
- pulumi_oci/core/get_network_security_group.py +2 -2
- pulumi_oci/core/get_network_security_group_security_rules.py +4 -4
- pulumi_oci/core/get_network_security_group_vnics.py +2 -2
- pulumi_oci/core/get_network_security_groups.py +10 -10
- pulumi_oci/core/get_private_ip.py +2 -2
- pulumi_oci/core/get_private_ips.py +18 -12
- pulumi_oci/core/get_public_ip.py +6 -6
- pulumi_oci/core/get_public_ip_pool.py +2 -2
- pulumi_oci/core/get_public_ip_pools.py +6 -6
- pulumi_oci/core/get_public_ips.py +10 -10
- pulumi_oci/core/get_remote_peering_connections.py +4 -4
- pulumi_oci/core/get_route_tables.py +8 -8
- pulumi_oci/core/get_security_lists.py +8 -8
- pulumi_oci/core/get_service_gateways.py +6 -6
- pulumi_oci/core/get_shapes.py +6 -6
- pulumi_oci/core/get_subnet.py +2 -2
- pulumi_oci/core/get_subnets.py +8 -8
- pulumi_oci/core/get_tunnel_security_associations.py +4 -4
- pulumi_oci/core/get_vcn.py +2 -2
- pulumi_oci/core/get_vcns.py +6 -6
- pulumi_oci/core/get_virtual_circuit.py +2 -2
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +2 -2
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +2 -2
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +4 -4
- pulumi_oci/core/get_virtual_circuits.py +6 -6
- pulumi_oci/core/get_vlan.py +2 -2
- pulumi_oci/core/get_vlans.py +8 -8
- pulumi_oci/core/get_vnic.py +2 -2
- pulumi_oci/core/get_vnic_attachments.py +8 -8
- pulumi_oci/core/get_volume.py +2 -2
- pulumi_oci/core/get_volume_attachments.py +8 -8
- pulumi_oci/core/get_volume_backup_policies.py +2 -2
- pulumi_oci/core/get_volume_backup_policy_assignments.py +2 -2
- pulumi_oci/core/get_volume_backups.py +10 -10
- pulumi_oci/core/get_volume_group_backups.py +6 -6
- pulumi_oci/core/get_volume_group_replica.py +2 -2
- pulumi_oci/core/get_volume_group_replicas.py +8 -8
- pulumi_oci/core/get_volume_groups.py +8 -8
- pulumi_oci/core/get_volumes.py +10 -10
- pulumi_oci/core/get_vtap.py +2 -2
- pulumi_oci/core/get_vtaps.py +16 -16
- pulumi_oci/core/image.py +46 -46
- pulumi_oci/core/instance_configuration.py +402 -402
- pulumi_oci/core/instance_console_connection.py +6 -6
- pulumi_oci/core/instance_pool.py +42 -42
- pulumi_oci/core/instance_pool_instance.py +6 -6
- pulumi_oci/core/internet_gateway.py +12 -12
- pulumi_oci/core/ipsec.py +16 -16
- pulumi_oci/core/ipsec_connection_tunnel_management.py +22 -22
- pulumi_oci/core/ipv6.py +10 -10
- pulumi_oci/core/listing_resource_version_agreement.py +6 -6
- pulumi_oci/core/local_peering_gateway.py +12 -12
- pulumi_oci/core/nat_gateway.py +14 -14
- pulumi_oci/core/network_security_group.py +8 -8
- pulumi_oci/core/network_security_group_security_rule.py +40 -40
- pulumi_oci/core/private_ip.py +12 -12
- pulumi_oci/core/public_ip.py +12 -12
- pulumi_oci/core/public_ip_pool.py +6 -6
- pulumi_oci/core/public_ip_pool_capacity.py +8 -8
- pulumi_oci/core/remote_peering_connection.py +12 -12
- pulumi_oci/core/route_table.py +18 -18
- pulumi_oci/core/route_table_attachment.py +6 -6
- pulumi_oci/core/security_list.py +68 -68
- pulumi_oci/core/service_gateway.py +12 -12
- pulumi_oci/core/subnet.py +28 -28
- pulumi_oci/core/vcn.py +22 -22
- pulumi_oci/core/virtual_circuit.py +48 -48
- pulumi_oci/core/vlan.py +18 -18
- pulumi_oci/core/vnic_attachment.py +34 -34
- pulumi_oci/core/volume.py +32 -32
- pulumi_oci/core/volume_attachment.py +24 -24
- pulumi_oci/core/volume_backup.py +10 -10
- pulumi_oci/core/volume_backup_policy.py +28 -28
- pulumi_oci/core/volume_backup_policy_assignment.py +6 -6
- pulumi_oci/core/volume_group.py +18 -18
- pulumi_oci/core/volume_group_backup.py +10 -10
- pulumi_oci/core/vtap.py +34 -34
- pulumi_oci/database/application_vip.py +12 -12
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +36 -36
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +4 -4
- pulumi_oci/database/autonomous_database_backup.py +10 -10
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +8 -8
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +6 -6
- pulumi_oci/database/autonomous_database_saas_admin_user.py +10 -10
- pulumi_oci/database/autonomous_database_software_image.py +12 -12
- pulumi_oci/database/autonomous_database_wallet.py +10 -10
- pulumi_oci/database/autonomous_exadata_infrastructure.py +38 -38
- pulumi_oci/database/autonomous_vm_cluster.py +50 -50
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +12 -12
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +12 -12
- pulumi_oci/database/backup.py +6 -6
- pulumi_oci/database/backup_cancel_management.py +4 -4
- pulumi_oci/database/backup_destination.py +24 -24
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +58 -58
- pulumi_oci/database/cloud_database_management.py +22 -22
- pulumi_oci/database/cloud_exadata_infrastructure.py +40 -40
- pulumi_oci/database/cloud_vm_cluster.py +64 -64
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +8 -8
- pulumi_oci/database/data_guard_association.py +70 -70
- pulumi_oci/database/database.py +68 -68
- pulumi_oci/database/database_software_image.py +22 -22
- pulumi_oci/database/db_node_console_connection.py +8 -8
- pulumi_oci/database/db_node_console_history.py +8 -8
- pulumi_oci/database/db_systems_upgrade.py +12 -12
- pulumi_oci/database/exadata_infrastructure.py +78 -78
- pulumi_oci/database/exadata_infrastructure_compute.py +2 -2
- pulumi_oci/database/exadata_iorm_config.py +8 -8
- pulumi_oci/database/external_container_database.py +8 -8
- pulumi_oci/database/external_container_databases_stack_monitoring.py +6 -6
- pulumi_oci/database/external_database_connector.py +32 -32
- pulumi_oci/database/external_non_container_database.py +8 -8
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +6 -6
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +6 -6
- pulumi_oci/database/external_pluggable_database.py +12 -12
- pulumi_oci/database/external_pluggable_database_management.py +6 -6
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +6 -6
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +6 -6
- pulumi_oci/database/get_application_vip.py +2 -2
- pulumi_oci/database/get_application_vips.py +6 -6
- pulumi_oci/database/get_autonomous_character_sets.py +6 -6
- pulumi_oci/database/get_autonomous_container_database.py +2 -2
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +4 -4
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +2 -2
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +2 -2
- pulumi_oci/database/get_autonomous_container_database_versions.py +4 -4
- pulumi_oci/database/get_autonomous_container_databases.py +18 -18
- pulumi_oci/database/get_autonomous_container_patches.py +6 -6
- pulumi_oci/database/get_autonomous_database.py +2 -2
- pulumi_oci/database/get_autonomous_database_backup.py +2 -2
- pulumi_oci/database/get_autonomous_database_backups.py +10 -10
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +4 -4
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +2 -2
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +2 -2
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +2 -2
- pulumi_oci/database/get_autonomous_database_software_image.py +2 -2
- pulumi_oci/database/get_autonomous_database_software_images.py +8 -8
- pulumi_oci/database/get_autonomous_databases.py +24 -24
- pulumi_oci/database/get_autonomous_databases_clones.py +10 -10
- pulumi_oci/database/get_autonomous_db_preview_versions.py +2 -2
- pulumi_oci/database/get_autonomous_db_versions.py +4 -4
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +2 -2
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +2 -2
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +4 -4
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +8 -8
- pulumi_oci/database/get_autonomous_patch.py +2 -2
- pulumi_oci/database/get_autonomous_virtual_machine.py +2 -2
- pulumi_oci/database/get_autonomous_virtual_machines.py +6 -6
- pulumi_oci/database/get_autonomous_vm_cluster.py +2 -2
- pulumi_oci/database/get_autonomous_vm_cluster_acd_resource_usages.py +4 -4
- pulumi_oci/database/get_autonomous_vm_cluster_resource_usage.py +2 -2
- pulumi_oci/database/get_autonomous_vm_clusters.py +8 -8
- pulumi_oci/database/get_backup_destination.py +2 -2
- pulumi_oci/database/get_backup_destinations.py +4 -4
- pulumi_oci/database/get_backups.py +4 -4
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +2 -2
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +4 -4
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +2 -2
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +10 -10
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +2 -2
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +4 -4
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +8 -8
- pulumi_oci/database/get_cloud_vm_cluster.py +2 -2
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +2 -2
- pulumi_oci/database/get_cloud_vm_clusters.py +8 -8
- pulumi_oci/database/get_data_guard_association.py +4 -4
- pulumi_oci/database/get_data_guard_associations.py +2 -2
- pulumi_oci/database/get_database.py +2 -2
- pulumi_oci/database/get_database_maintenance_run_histories.py +12 -12
- pulumi_oci/database/get_database_maintenance_run_history.py +2 -2
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +6 -6
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +4 -4
- pulumi_oci/database/get_database_software_image.py +2 -2
- pulumi_oci/database/get_database_software_images.py +12 -12
- pulumi_oci/database/get_database_upgrade_history_entries.py +6 -6
- pulumi_oci/database/get_database_upgrade_history_entry.py +4 -4
- pulumi_oci/database/get_databases.py +10 -10
- pulumi_oci/database/get_db_home.py +2 -2
- pulumi_oci/database/get_db_home_patch_history_entries.py +2 -2
- pulumi_oci/database/get_db_home_patches.py +2 -2
- pulumi_oci/database/get_db_node.py +2 -2
- pulumi_oci/database/get_db_node_console_connection.py +4 -4
- pulumi_oci/database/get_db_node_console_connections.py +2 -2
- pulumi_oci/database/get_db_node_console_histories.py +6 -6
- pulumi_oci/database/get_db_node_console_history.py +4 -4
- pulumi_oci/database/get_db_node_console_history_content.py +4 -4
- pulumi_oci/database/get_db_nodes.py +10 -10
- pulumi_oci/database/get_db_server.py +4 -4
- pulumi_oci/database/get_db_servers.py +8 -8
- pulumi_oci/database/get_db_system_compute_performances.py +2 -2
- pulumi_oci/database/get_db_system_history_entries.py +2 -2
- pulumi_oci/database/get_db_system_patches.py +2 -2
- pulumi_oci/database/get_db_system_shapes.py +4 -4
- pulumi_oci/database/get_db_system_storage_performances.py +4 -4
- pulumi_oci/database/get_db_systems.py +10 -10
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +6 -6
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +4 -4
- pulumi_oci/database/get_db_versions.py +12 -12
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +2 -2
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +4 -4
- pulumi_oci/database/get_exadata_iorm_config.py +2 -2
- pulumi_oci/database/get_external_container_database.py +2 -2
- pulumi_oci/database/get_external_container_databases.py +6 -6
- pulumi_oci/database/get_external_database_connector.py +2 -2
- pulumi_oci/database/get_external_database_connectors.py +8 -8
- pulumi_oci/database/get_external_non_container_database.py +2 -2
- pulumi_oci/database/get_external_non_container_databases.py +6 -6
- pulumi_oci/database/get_external_pluggable_database.py +2 -2
- pulumi_oci/database/get_external_pluggable_databases.py +8 -8
- pulumi_oci/database/get_flex_components.py +4 -4
- pulumi_oci/database/get_gi_versions.py +4 -4
- pulumi_oci/database/get_infrastructure_target_version.py +6 -6
- pulumi_oci/database/get_key_store.py +2 -2
- pulumi_oci/database/get_key_stores.py +2 -2
- pulumi_oci/database/get_maintenance_run.py +2 -2
- pulumi_oci/database/get_maintenance_runs.py +14 -14
- pulumi_oci/database/get_managed_preferred_credential.py +4 -4
- pulumi_oci/database/get_managed_preferred_credentials.py +2 -2
- pulumi_oci/database/get_oneoff_patch.py +2 -2
- pulumi_oci/database/get_oneoff_patches.py +6 -6
- pulumi_oci/database/get_pluggable_database.py +2 -2
- pulumi_oci/database/get_pluggable_databases.py +8 -8
- pulumi_oci/database/get_system_versions.py +6 -6
- pulumi_oci/database/get_vm_cluster.py +2 -2
- pulumi_oci/database/get_vm_cluster_network.py +4 -4
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +4 -4
- pulumi_oci/database/get_vm_cluster_networks.py +8 -8
- pulumi_oci/database/get_vm_cluster_patch.py +4 -4
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +2 -2
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +4 -4
- pulumi_oci/database/get_vm_cluster_patches.py +2 -2
- pulumi_oci/database/get_vm_cluster_update.py +4 -4
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +6 -6
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +4 -4
- pulumi_oci/database/get_vm_cluster_updates.py +6 -6
- pulumi_oci/database/get_vm_clusters.py +8 -8
- pulumi_oci/database/key_store.py +18 -18
- pulumi_oci/database/maintenance_run.py +14 -14
- pulumi_oci/database/oneoff_patch.py +14 -14
- pulumi_oci/database/pluggable_database_managements_management.py +22 -22
- pulumi_oci/database/pluggable_databases_local_clone.py +12 -12
- pulumi_oci/database/pluggable_databases_remote_clone.py +16 -16
- pulumi_oci/database/vm_cluster.py +42 -42
- pulumi_oci/database/vm_cluster_add_virtual_network.py +6 -6
- pulumi_oci/database/vm_cluster_network.py +54 -54
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +6 -6
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +14 -12
- pulumi_oci/databasemanagement/external_db_system.py +14 -14
- pulumi_oci/databasemanagement/external_db_system_connector.py +8 -8
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +8 -8
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +10 -10
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +14 -14
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +8 -8
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +20 -20
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +2 -2
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +4 -4
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +4 -4
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +10 -10
- pulumi_oci/databasemanagement/get_external_asm.py +2 -2
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +4 -4
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +4 -4
- pulumi_oci/databasemanagement/get_external_asm_instance.py +2 -2
- pulumi_oci/databasemanagement/get_external_asm_instances.py +6 -6
- pulumi_oci/databasemanagement/get_external_asm_users.py +4 -4
- pulumi_oci/databasemanagement/get_external_asms.py +6 -6
- pulumi_oci/databasemanagement/get_external_cluster.py +2 -2
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +2 -2
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +6 -6
- pulumi_oci/databasemanagement/get_external_clusters.py +6 -6
- pulumi_oci/databasemanagement/get_external_databases.py +6 -6
- pulumi_oci/databasemanagement/get_external_db_home.py +2 -2
- pulumi_oci/databasemanagement/get_external_db_homes.py +6 -6
- pulumi_oci/databasemanagement/get_external_db_node.py +2 -2
- pulumi_oci/databasemanagement/get_external_db_nodes.py +6 -6
- pulumi_oci/databasemanagement/get_external_db_system.py +2 -2
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +2 -2
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +6 -6
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +4 -4
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +2 -2
- pulumi_oci/databasemanagement/get_external_db_systems.py +4 -4
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +2 -2
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +4 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +2 -2
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +6 -6
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +2 -2
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +2 -2
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +2 -2
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +2 -2
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +2 -2
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +6 -6
- pulumi_oci/databasemanagement/get_external_listener.py +2 -2
- pulumi_oci/databasemanagement/get_external_listener_services.py +6 -6
- pulumi_oci/databasemanagement/get_external_listeners.py +6 -6
- pulumi_oci/databasemanagement/get_job_executions_status.py +14 -14
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +14 -14
- pulumi_oci/databasemanagement/get_managed_database.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +6 -6
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +6 -6
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +16 -16
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +16 -16
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +16 -16
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +16 -16
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +6 -6
- pulumi_oci/databasemanagement/get_managed_database_group.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_groups.py +8 -8
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +6 -6
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +6 -6
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +6 -6
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +10 -10
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +4 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +10 -10
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +6 -6
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +4 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +6 -6
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +10 -10
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +12 -12
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +10 -10
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +16 -16
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +18 -18
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +8 -8
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +10 -10
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +10 -10
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +16 -16
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +6 -6
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +8 -8
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_user.py +6 -6
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +6 -6
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +8 -8
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +6 -6
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +8 -8
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +6 -6
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +8 -8
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +6 -6
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +8 -8
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +6 -6
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +8 -8
- pulumi_oci/databasemanagement/get_managed_database_users.py +6 -6
- pulumi_oci/databasemanagement/get_managed_databases.py +12 -12
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +4 -4
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +4 -4
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +8 -8
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +10 -10
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +6 -6
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +8 -8
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +6 -6
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +8 -8
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_configuration_data.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +8 -8
- pulumi_oci/databasemanagement/get_managed_my_sql_databases.py +2 -2
- pulumi_oci/databasemanagement/get_named_credential.py +2 -2
- pulumi_oci/databasemanagement/get_named_credentials.py +10 -10
- pulumi_oci/databasemanagement/managed_database_group.py +10 -8
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +32 -32
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +28 -28
- pulumi_oci/databasemanagement/named_credential.py +24 -22
- pulumi_oci/databasemigration/connection.py +54 -54
- pulumi_oci/databasemigration/get_connection.py +2 -2
- pulumi_oci/databasemigration/get_connections.py +6 -6
- pulumi_oci/databasemigration/get_job_advisor_report.py +2 -2
- pulumi_oci/databasemigration/get_job_output.py +2 -2
- pulumi_oci/databasemigration/get_migration.py +2 -2
- pulumi_oci/databasemigration/get_migrations.py +8 -8
- pulumi_oci/databasemigration/migration.py +154 -154
- pulumi_oci/databasetools/database_tools_private_endpoint.py +24 -24
- pulumi_oci/databasetools/get_database_tools_connection.py +2 -2
- pulumi_oci/databasetools/get_database_tools_connections.py +12 -12
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +2 -2
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +8 -8
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +2 -2
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +10 -10
- pulumi_oci/datacatalog/catalog.py +6 -6
- pulumi_oci/datacatalog/catalog_private_endpoint.py +10 -10
- pulumi_oci/datacatalog/connection.py +18 -18
- pulumi_oci/datacatalog/data_asset.py +12 -12
- pulumi_oci/datacatalog/get_catalog.py +2 -2
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +2 -2
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +6 -6
- pulumi_oci/datacatalog/get_catalog_type.py +6 -6
- pulumi_oci/datacatalog/get_catalog_types.py +18 -18
- pulumi_oci/datacatalog/get_catalogs.py +6 -6
- pulumi_oci/datacatalog/get_connection.py +8 -8
- pulumi_oci/datacatalog/get_connections.py +26 -26
- pulumi_oci/datacatalog/get_data_asset.py +6 -6
- pulumi_oci/datacatalog/get_metastore.py +2 -2
- pulumi_oci/datacatalog/get_metastores.py +6 -6
- pulumi_oci/datacatalog/metastore.py +10 -10
- pulumi_oci/dataflow/application.py +62 -62
- pulumi_oci/dataflow/get_application.py +2 -2
- pulumi_oci/dataflow/get_applications.py +10 -10
- pulumi_oci/dataflow/get_invoke_run.py +2 -2
- pulumi_oci/dataflow/get_invoke_runs.py +16 -16
- pulumi_oci/dataflow/get_pool.py +2 -2
- pulumi_oci/dataflow/get_pools.py +10 -10
- pulumi_oci/dataflow/get_private_endpoint.py +2 -2
- pulumi_oci/dataflow/get_private_endpoints.py +10 -10
- pulumi_oci/dataflow/get_run_log.py +4 -4
- pulumi_oci/dataflow/get_run_logs.py +2 -2
- pulumi_oci/dataflow/get_run_statement.py +4 -4
- pulumi_oci/dataflow/get_run_statements.py +4 -4
- pulumi_oci/dataflow/get_sql_endpoint.py +2 -2
- pulumi_oci/dataflow/get_sql_endpoints.py +8 -8
- pulumi_oci/dataflow/invoke_run.py +56 -56
- pulumi_oci/dataflow/pool.py +26 -26
- pulumi_oci/dataflow/run_statement.py +6 -6
- pulumi_oci/dataintegration/get_workspace.py +2 -2
- pulumi_oci/dataintegration/get_workspace_application.py +4 -4
- pulumi_oci/dataintegration/get_workspace_application_patch.py +6 -6
- pulumi_oci/dataintegration/get_workspace_application_patches.py +10 -10
- pulumi_oci/dataintegration/get_workspace_application_schedule.py +6 -6
- pulumi_oci/dataintegration/get_workspace_application_schedules.py +12 -12
- pulumi_oci/dataintegration/get_workspace_application_task_schedule.py +6 -6
- pulumi_oci/dataintegration/get_workspace_application_task_schedules.py +14 -14
- pulumi_oci/dataintegration/get_workspace_applications.py +10 -10
- pulumi_oci/dataintegration/get_workspace_export_request.py +4 -4
- pulumi_oci/dataintegration/get_workspace_export_requests.py +12 -12
- pulumi_oci/dataintegration/get_workspace_folder.py +4 -4
- pulumi_oci/dataintegration/get_workspace_folders.py +12 -12
- pulumi_oci/dataintegration/get_workspace_import_request.py +4 -4
- pulumi_oci/dataintegration/get_workspace_import_requests.py +12 -12
- pulumi_oci/dataintegration/get_workspace_project.py +4 -4
- pulumi_oci/dataintegration/get_workspace_projects.py +10 -10
- pulumi_oci/dataintegration/get_workspace_tasks.py +14 -14
- pulumi_oci/dataintegration/get_workspaces.py +6 -6
- pulumi_oci/dataintegration/workspace.py +30 -30
- pulumi_oci/dataintegration/workspace_application.py +38 -36
- pulumi_oci/dataintegration/workspace_application_patch.py +32 -30
- pulumi_oci/dataintegration/workspace_application_schedule.py +54 -52
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +140 -138
- pulumi_oci/dataintegration/workspace_export_request.py +20 -20
- pulumi_oci/dataintegration/workspace_folder.py +28 -26
- pulumi_oci/dataintegration/workspace_import_request.py +22 -22
- pulumi_oci/dataintegration/workspace_project.py +26 -24
- pulumi_oci/datalabellingservice/dataset.py +52 -52
- pulumi_oci/datalabellingservice/get_annotation_format.py +2 -2
- pulumi_oci/datalabellingservice/get_annotation_formats.py +2 -2
- pulumi_oci/datalabellingservice/get_dataset.py +2 -2
- pulumi_oci/datalabellingservice/get_datasets.py +10 -10
- pulumi_oci/datasafe/audit_archive_retrieval.py +14 -14
- pulumi_oci/datasafe/audit_policy_management.py +10 -10
- pulumi_oci/datasafe/audit_profile_management.py +12 -12
- pulumi_oci/datasafe/audit_trail_management.py +12 -12
- pulumi_oci/datasafe/compare_security_assessment.py +6 -6
- pulumi_oci/datasafe/compare_user_assessment.py +6 -6
- pulumi_oci/datasafe/data_safe_configuration.py +6 -6
- pulumi_oci/datasafe/data_safe_private_endpoint.py +16 -16
- pulumi_oci/datasafe/discovery_jobs_result.py +2 -2
- pulumi_oci/datasafe/discovery_mod.py +22 -22
- pulumi_oci/datasafe/get_alert.py +2 -2
- pulumi_oci/datasafe/get_alert_analytic.py +18 -18
- pulumi_oci/datasafe/get_alert_policies.py +20 -20
- pulumi_oci/datasafe/get_alert_policy.py +2 -2
- pulumi_oci/datasafe/get_alert_policy_rule.py +2 -2
- pulumi_oci/datasafe/get_alert_policy_rules.py +2 -2
- pulumi_oci/datasafe/get_alerts.py +12 -12
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +2 -2
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +16 -16
- pulumi_oci/datasafe/get_audit_event.py +8 -8
- pulumi_oci/datasafe/get_audit_event_analytic.py +18 -18
- pulumi_oci/datasafe/get_audit_events.py +8 -8
- pulumi_oci/datasafe/get_audit_policies.py +14 -14
- pulumi_oci/datasafe/get_audit_policy.py +2 -2
- pulumi_oci/datasafe/get_audit_profile.py +2 -2
- pulumi_oci/datasafe/get_audit_profile_analytic.py +8 -8
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +10 -10
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +10 -10
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +8 -8
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +8 -8
- pulumi_oci/datasafe/get_audit_profiles.py +20 -20
- pulumi_oci/datasafe/get_audit_trail.py +2 -2
- pulumi_oci/datasafe/get_audit_trail_analytic.py +10 -10
- pulumi_oci/datasafe/get_audit_trails.py +16 -16
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +6 -6
- pulumi_oci/datasafe/get_data_safe_configuration.py +2 -2
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +2 -2
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +12 -12
- pulumi_oci/datasafe/get_discovery_analytic.py +10 -10
- pulumi_oci/datasafe/get_discovery_analytics.py +14 -14
- pulumi_oci/datasafe/get_discovery_job.py +2 -2
- pulumi_oci/datasafe/get_discovery_jobs_result.py +4 -4
- pulumi_oci/datasafe/get_discovery_jobs_results.py +14 -14
- pulumi_oci/datasafe/get_library_masking_format.py +2 -2
- pulumi_oci/datasafe/get_library_masking_formats.py +18 -18
- pulumi_oci/datasafe/get_list_user_grants.py +18 -18
- pulumi_oci/datasafe/get_masking_analytic.py +10 -10
- pulumi_oci/datasafe/get_masking_analytics.py +10 -10
- pulumi_oci/datasafe/get_masking_policies.py +20 -20
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +4 -4
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +30 -30
- pulumi_oci/datasafe/get_masking_policy.py +2 -2
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +8 -8
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +4 -4
- pulumi_oci/datasafe/get_masking_report.py +2 -2
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +14 -14
- pulumi_oci/datasafe/get_masking_reports.py +10 -10
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +14 -14
- pulumi_oci/datasafe/get_onprem_connector.py +2 -2
- pulumi_oci/datasafe/get_onprem_connectors.py +12 -12
- pulumi_oci/datasafe/get_report.py +2 -2
- pulumi_oci/datasafe/get_report_content.py +2 -2
- pulumi_oci/datasafe/get_report_definition.py +2 -2
- pulumi_oci/datasafe/get_report_definitions.py +16 -16
- pulumi_oci/datasafe/get_reports.py +14 -14
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +2 -2
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +4 -4
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +14 -14
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +14 -14
- pulumi_oci/datasafe/get_security_assessment.py +2 -2
- pulumi_oci/datasafe/get_security_assessment_comparison.py +4 -4
- pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +16 -16
- pulumi_oci/datasafe/get_security_assessment_findings_change_audit_logs.py +20 -20
- pulumi_oci/datasafe/get_security_assessment_security_feature_analytics.py +8 -8
- pulumi_oci/datasafe/get_security_assessment_security_features.py +30 -30
- pulumi_oci/datasafe/get_security_assessments.py +26 -26
- pulumi_oci/datasafe/get_security_policies.py +12 -12
- pulumi_oci/datasafe/get_security_policy.py +2 -2
- pulumi_oci/datasafe/get_security_policy_deployment.py +2 -2
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +4 -4
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +6 -6
- pulumi_oci/datasafe/get_security_policy_deployments.py +16 -16
- pulumi_oci/datasafe/get_security_policy_report.py +2 -2
- pulumi_oci/datasafe/get_security_policy_report_database_table_access_entries.py +4 -4
- pulumi_oci/datasafe/get_security_policy_report_database_table_access_entry.py +4 -4
- pulumi_oci/datasafe/get_security_policy_report_database_view_access_entries.py +6 -6
- pulumi_oci/datasafe/get_security_policy_report_database_view_access_entry.py +4 -4
- pulumi_oci/datasafe/get_security_policy_report_role_grant_paths.py +6 -6
- pulumi_oci/datasafe/get_security_policy_reports.py +14 -14
- pulumi_oci/datasafe/get_sensitive_data_model.py +2 -2
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +8 -8
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +4 -4
- pulumi_oci/datasafe/get_sensitive_data_models.py +18 -18
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +4 -4
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +34 -34
- pulumi_oci/datasafe/get_sensitive_type.py +2 -2
- pulumi_oci/datasafe/get_sensitive_types.py +26 -26
- pulumi_oci/datasafe/get_target_alert_policy_association.py +2 -2
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +18 -18
- pulumi_oci/datasafe/get_target_database.py +2 -2
- pulumi_oci/datasafe/get_target_database_peer_target_database.py +4 -4
- pulumi_oci/datasafe/get_target_database_peer_target_databases.py +2 -2
- pulumi_oci/datasafe/get_target_database_roles.py +10 -10
- pulumi_oci/datasafe/get_target_databases.py +18 -18
- pulumi_oci/datasafe/get_target_databases_columns.py +16 -16
- pulumi_oci/datasafe/get_target_databases_schemas.py +8 -8
- pulumi_oci/datasafe/get_target_databases_tables.py +10 -10
- pulumi_oci/datasafe/get_user_assessment.py +2 -2
- pulumi_oci/datasafe/get_user_assessment_comparison.py +4 -4
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +12 -12
- pulumi_oci/datasafe/get_user_assessment_profiles.py +36 -36
- pulumi_oci/datasafe/get_user_assessment_user_access_analytics.py +2 -2
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +30 -30
- pulumi_oci/datasafe/get_user_assessment_users.py +40 -40
- pulumi_oci/datasafe/get_user_assessments.py +26 -26
- pulumi_oci/datasafe/masking_policies_masking_column.py +70 -70
- pulumi_oci/datasafe/masking_policy.py +28 -28
- pulumi_oci/datasafe/on_prem_connector.py +8 -8
- pulumi_oci/datasafe/report_definition.py +48 -48
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +10 -10
- pulumi_oci/datasafe/security_assessment.py +12 -12
- pulumi_oci/datasafe/sensitive_data_model.py +24 -24
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +28 -28
- pulumi_oci/datasafe/sensitive_type.py +24 -24
- pulumi_oci/datasafe/set_security_assessment_baseline.py +6 -6
- pulumi_oci/datasafe/set_user_assessment_baseline.py +6 -6
- pulumi_oci/datasafe/sql_collection.py +16 -16
- pulumi_oci/datasafe/target_alert_policy_association.py +14 -14
- pulumi_oci/datasafe/target_database.py +80 -80
- pulumi_oci/datasafe/target_database_peer_target_database.py +38 -38
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +2 -2
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +2 -2
- pulumi_oci/datasafe/user_assessment.py +12 -12
- pulumi_oci/datascience/get_fast_launch_job_configs.py +2 -2
- pulumi_oci/datascience/get_job.py +2 -2
- pulumi_oci/datascience/get_job_run.py +2 -2
- pulumi_oci/datascience/get_job_runs.py +12 -12
- pulumi_oci/datascience/get_job_shapes.py +2 -2
- pulumi_oci/datascience/get_jobs.py +12 -12
- pulumi_oci/datascience/get_model.py +2 -2
- pulumi_oci/datascience/get_model_deployment.py +2 -2
- pulumi_oci/datascience/get_model_deployment_shapes.py +2 -2
- pulumi_oci/datascience/get_model_deployments.py +12 -12
- pulumi_oci/datascience/get_model_provenance.py +2 -2
- pulumi_oci/datascience/get_model_version_set.py +2 -2
- pulumi_oci/datascience/get_model_version_sets.py +12 -12
- pulumi_oci/datascience/get_models.py +14 -14
- pulumi_oci/datascience/get_notebook_session.py +2 -2
- pulumi_oci/datascience/get_notebook_session_shapes.py +2 -2
- pulumi_oci/datascience/get_notebook_sessions.py +12 -12
- pulumi_oci/datascience/get_pipeline.py +2 -2
- pulumi_oci/datascience/get_pipeline_run.py +2 -2
- pulumi_oci/datascience/get_pipeline_runs.py +12 -12
- pulumi_oci/datascience/get_pipelines.py +12 -12
- pulumi_oci/datascience/get_private_endpoint.py +2 -2
- pulumi_oci/datascience/get_private_endpoints.py +10 -10
- pulumi_oci/datascience/get_project.py +2 -2
- pulumi_oci/datascience/get_projects.py +10 -10
- pulumi_oci/datascience/job.py +66 -66
- pulumi_oci/datascience/job_run.py +40 -40
- pulumi_oci/datascience/model.py +30 -30
- pulumi_oci/datascience/model_deployment.py +92 -92
- pulumi_oci/datascience/model_provenance.py +16 -16
- pulumi_oci/datascience/model_version_set.py +10 -8
- pulumi_oci/datascience/notebook_session.py +52 -52
- pulumi_oci/datascience/pipeline.py +60 -60
- pulumi_oci/datascience/pipeline_run.py +36 -36
- pulumi_oci/datascience/private_endpoint.py +16 -16
- pulumi_oci/datascience/project.py +8 -8
- pulumi_oci/devops/build_pipeline.py +14 -14
- pulumi_oci/devops/build_pipeline_stage.py +56 -56
- pulumi_oci/devops/build_run.py +16 -16
- pulumi_oci/devops/connection.py +22 -22
- pulumi_oci/devops/deploy_artifact.py +38 -38
- pulumi_oci/devops/deploy_environment.py +28 -28
- pulumi_oci/devops/deploy_pipeline.py +14 -14
- pulumi_oci/devops/get_build_pipeline.py +2 -2
- pulumi_oci/devops/get_build_pipeline_stage.py +2 -2
- pulumi_oci/devops/get_build_pipeline_stages.py +10 -10
- pulumi_oci/devops/get_build_pipelines.py +10 -10
- pulumi_oci/devops/get_build_run.py +2 -2
- pulumi_oci/devops/get_build_runs.py +12 -12
- pulumi_oci/devops/get_connection.py +2 -2
- pulumi_oci/devops/get_connections.py +12 -12
- pulumi_oci/devops/get_deploy_artifact.py +2 -2
- pulumi_oci/devops/get_deploy_artifacts.py +10 -10
- pulumi_oci/devops/get_deploy_environment.py +2 -2
- pulumi_oci/devops/get_deploy_environments.py +10 -10
- pulumi_oci/devops/get_deploy_pipeline.py +2 -2
- pulumi_oci/devops/get_deploy_pipelines.py +10 -10
- pulumi_oci/devops/get_deploy_stage.py +2 -2
- pulumi_oci/devops/get_deploy_stages.py +10 -10
- pulumi_oci/devops/get_deployment.py +2 -2
- pulumi_oci/devops/get_deployments.py +16 -16
- pulumi_oci/devops/get_project.py +2 -2
- pulumi_oci/devops/get_projects.py +8 -8
- pulumi_oci/devops/get_repo_file_line.py +8 -8
- pulumi_oci/devops/get_repositories.py +10 -10
- pulumi_oci/devops/get_repository.py +4 -4
- pulumi_oci/devops/get_repository_archive_content.py +6 -6
- pulumi_oci/devops/get_repository_author.py +4 -4
- pulumi_oci/devops/get_repository_authors.py +4 -4
- pulumi_oci/devops/get_repository_commit.py +4 -4
- pulumi_oci/devops/get_repository_commits.py +16 -16
- pulumi_oci/devops/get_repository_diff.py +10 -10
- pulumi_oci/devops/get_repository_diffs.py +8 -8
- pulumi_oci/devops/get_repository_file_diff.py +10 -10
- pulumi_oci/devops/get_repository_file_line.py +8 -8
- pulumi_oci/devops/get_repository_mirror_record.py +4 -4
- pulumi_oci/devops/get_repository_mirror_records.py +2 -2
- pulumi_oci/devops/get_repository_object.py +6 -6
- pulumi_oci/devops/get_repository_object_content.py +6 -6
- pulumi_oci/devops/get_repository_path.py +10 -10
- pulumi_oci/devops/get_repository_paths.py +10 -10
- pulumi_oci/devops/get_repository_ref.py +4 -4
- pulumi_oci/devops/get_repository_refs.py +8 -8
- pulumi_oci/devops/get_trigger.py +2 -2
- pulumi_oci/devops/get_triggers.py +10 -10
- pulumi_oci/devops/project.py +10 -8
- pulumi_oci/devops/repository.py +20 -18
- pulumi_oci/devops/repository_mirror.py +2 -2
- pulumi_oci/devops/repository_ref.py +12 -12
- pulumi_oci/devops/trigger.py +26 -26
- pulumi_oci/disasterrecovery/dr_plan.py +8 -8
- pulumi_oci/disasterrecovery/dr_plan_execution.py +12 -12
- pulumi_oci/disasterrecovery/dr_protection_group.py +184 -0
- pulumi_oci/disasterrecovery/get_dr_plan.py +2 -2
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +2 -2
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +10 -10
- pulumi_oci/disasterrecovery/get_dr_plans.py +10 -10
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +2 -2
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +12 -12
- pulumi_oci/dns/action_create_zone_from_zone_file.py +10 -10
- pulumi_oci/dns/get_resolver.py +2 -2
- pulumi_oci/dns/get_resolver_endpoint.py +4 -4
- pulumi_oci/dns/get_resolver_endpoints.py +6 -6
- pulumi_oci/dns/get_resolvers.py +8 -8
- pulumi_oci/dns/get_rrset.py +12 -12
- pulumi_oci/dns/get_rrsets.py +12 -12
- pulumi_oci/dns/get_steering_policies.py +18 -18
- pulumi_oci/dns/get_steering_policy.py +2 -2
- pulumi_oci/dns/get_steering_policy_attachment.py +2 -2
- pulumi_oci/dns/get_steering_policy_attachments.py +20 -20
- pulumi_oci/dns/get_tsig_key.py +2 -2
- pulumi_oci/dns/get_tsig_keys.py +8 -8
- pulumi_oci/dns/get_view.py +2 -2
- pulumi_oci/dns/get_views.py +8 -8
- pulumi_oci/dns/get_zones.py +20 -20
- pulumi_oci/dns/record.py +14 -14
- pulumi_oci/dns/resolver_endpoint.py +20 -18
- pulumi_oci/dns/rrset.py +22 -22
- pulumi_oci/dns/steering_policy.py +48 -48
- pulumi_oci/dns/steering_policy_attachment.py +10 -10
- pulumi_oci/dns/tsig_key.py +14 -12
- pulumi_oci/dns/view.py +10 -10
- pulumi_oci/dns/zone.py +28 -26
- pulumi_oci/email/dkim.py +10 -8
- pulumi_oci/email/email_domain.py +8 -6
- pulumi_oci/email/get_configuration.py +2 -2
- pulumi_oci/email/get_dkim.py +2 -2
- pulumi_oci/email/get_dkims.py +8 -8
- pulumi_oci/email/get_email_domain.py +2 -2
- pulumi_oci/email/get_email_domains.py +8 -8
- pulumi_oci/email/get_sender.py +2 -2
- pulumi_oci/email/get_senders.py +8 -8
- pulumi_oci/email/get_suppression.py +2 -2
- pulumi_oci/email/get_suppressions.py +8 -8
- pulumi_oci/email/sender.py +6 -6
- pulumi_oci/email/suppression.py +6 -6
- pulumi_oci/emwarehouse/em_warehouse.py +10 -10
- pulumi_oci/emwarehouse/get_em_warehouse.py +2 -2
- pulumi_oci/emwarehouse/get_em_warehouses.py +10 -10
- pulumi_oci/emwarehouse/get_etl_run.py +6 -6
- pulumi_oci/emwarehouse/get_etl_runs.py +6 -6
- pulumi_oci/emwarehouse/get_resource_usage.py +2 -2
- pulumi_oci/events/get_rule.py +2 -2
- pulumi_oci/events/get_rules.py +6 -6
- pulumi_oci/events/rule.py +24 -24
- pulumi_oci/filestorage/export.py +26 -26
- pulumi_oci/filestorage/export_set.py +6 -6
- pulumi_oci/filestorage/file_system.py +14 -14
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -28
- pulumi_oci/filestorage/get_export_sets.py +10 -10
- pulumi_oci/filestorage/get_exports.py +10 -10
- pulumi_oci/filestorage/get_file_systems.py +16 -16
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +10 -10
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +2 -2
- pulumi_oci/filestorage/get_mount_targets.py +12 -12
- pulumi_oci/filestorage/get_outbound_connector.py +2 -2
- pulumi_oci/filestorage/get_outbound_connectors.py +10 -10
- pulumi_oci/filestorage/get_replication.py +2 -2
- pulumi_oci/filestorage/get_replication_target.py +2 -2
- pulumi_oci/filestorage/get_replication_targets.py +10 -10
- pulumi_oci/filestorage/get_replications.py +12 -12
- pulumi_oci/filestorage/get_snapshot.py +2 -2
- pulumi_oci/filestorage/get_snapshots.py +10 -10
- pulumi_oci/filestorage/mount_target.py +44 -44
- pulumi_oci/filestorage/outbound_connector.py +20 -20
- pulumi_oci/filestorage/replication.py +12 -12
- pulumi_oci/filestorage/snapshot.py +8 -6
- pulumi_oci/functions/application.py +24 -24
- pulumi_oci/functions/function.py +26 -26
- pulumi_oci/functions/get_application.py +2 -2
- pulumi_oci/functions/get_applications.py +8 -8
- pulumi_oci/functions/get_function.py +2 -2
- pulumi_oci/functions/get_functions.py +8 -8
- pulumi_oci/functions/get_fusion_environment.py +2 -2
- pulumi_oci/functions/get_fusion_environment_admin_user.py +2 -2
- pulumi_oci/functions/get_fusion_environment_admin_users.py +2 -2
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +4 -4
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +4 -4
- pulumi_oci/functions/get_fusion_environment_families.py +8 -8
- pulumi_oci/functions/get_fusion_environment_family.py +2 -2
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +2 -2
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +2 -2
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +10 -10
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +4 -4
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +12 -12
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +4 -4
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +4 -4
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +8 -8
- pulumi_oci/functions/get_fusion_environment_status.py +2 -2
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +2 -2
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +2 -2
- pulumi_oci/functions/get_fusion_environments.py +8 -8
- pulumi_oci/functions/get_pbf_listing.py +2 -2
- pulumi_oci/functions/get_pbf_listing_triggers.py +2 -2
- pulumi_oci/functions/get_pbf_listing_version.py +2 -2
- pulumi_oci/functions/get_pbf_listing_versions.py +10 -10
- pulumi_oci/functions/get_pbf_listings.py +12 -12
- pulumi_oci/functions/invoke_function.py +10 -10
- pulumi_oci/fusionapps/fusion_environment.py +38 -38
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +14 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +6 -6
- pulumi_oci/fusionapps/fusion_environment_family.py +14 -14
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +6 -6
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +8 -8
- pulumi_oci/generativeai/dedicated_ai_cluster.py +14 -14
- pulumi_oci/generativeai/endpoint.py +14 -14
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +2 -2
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +8 -8
- pulumi_oci/generativeai/get_endpoint.py +2 -2
- pulumi_oci/generativeai/get_endpoints.py +8 -8
- pulumi_oci/generativeai/get_model.py +2 -2
- pulumi_oci/generativeai/get_models.py +12 -12
- pulumi_oci/genericartifactscontent/artifact_by_path.py +10 -10
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +6 -6
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +2 -2
- pulumi_oci/goldengate/connection.py +144 -144
- pulumi_oci/goldengate/connection_assignment.py +6 -6
- pulumi_oci/goldengate/database_registration.py +34 -34
- pulumi_oci/goldengate/deployment_backup.py +14 -14
- pulumi_oci/goldengate/deployment_certificate.py +8 -8
- pulumi_oci/goldengate/get_connection.py +2 -2
- pulumi_oci/goldengate/get_connection_assignment.py +2 -2
- pulumi_oci/goldengate/get_connection_assignments.py +10 -10
- pulumi_oci/goldengate/get_connections.py +16 -16
- pulumi_oci/goldengate/get_database_registration.py +2 -2
- pulumi_oci/goldengate/get_database_registrations.py +6 -6
- pulumi_oci/goldengate/get_deployment.py +2 -2
- pulumi_oci/goldengate/get_deployment_backup.py +2 -2
- pulumi_oci/goldengate/get_deployment_backups.py +8 -8
- pulumi_oci/goldengate/get_deployment_certificate.py +4 -4
- pulumi_oci/goldengate/get_deployment_certificates.py +4 -4
- pulumi_oci/goldengate/get_deployment_type.py +4 -4
- pulumi_oci/goldengate/get_deployment_types.py +8 -8
- pulumi_oci/goldengate/get_deployment_upgrade.py +2 -2
- pulumi_oci/goldengate/get_deployment_upgrades.py +8 -8
- pulumi_oci/goldengate/get_deployment_versions.py +6 -6
- pulumi_oci/goldengate/get_deployments.py +16 -16
- pulumi_oci/goldengate/get_message.py +2 -2
- pulumi_oci/goldengate/get_messages.py +2 -2
- pulumi_oci/goldengate/get_trail_file.py +6 -6
- pulumi_oci/goldengate/get_trail_files.py +6 -6
- pulumi_oci/goldengate/get_trail_sequence.py +8 -8
- pulumi_oci/goldengate/get_trail_sequences.py +8 -8
- pulumi_oci/healthchecks/get_http_monitor.py +2 -2
- pulumi_oci/healthchecks/get_http_monitors.py +6 -6
- pulumi_oci/healthchecks/get_http_probe_results.py +8 -8
- pulumi_oci/healthchecks/get_ping_monitor.py +2 -2
- pulumi_oci/healthchecks/get_ping_monitors.py +6 -6
- pulumi_oci/healthchecks/get_ping_probe_results.py +8 -8
- pulumi_oci/healthchecks/get_vantage_points.py +4 -4
- pulumi_oci/healthchecks/http_monitor.py +26 -26
- pulumi_oci/healthchecks/http_probe.py +20 -20
- pulumi_oci/healthchecks/ping_monitor.py +20 -20
- pulumi_oci/healthchecks/ping_probe.py +14 -14
- pulumi_oci/identity/api_key.py +6 -6
- pulumi_oci/identity/auth_token.py +6 -6
- pulumi_oci/identity/authentication_policy.py +18 -18
- pulumi_oci/identity/compartment.py +8 -6
- pulumi_oci/identity/customer_secret_key.py +6 -6
- pulumi_oci/identity/db_credential.py +8 -8
- pulumi_oci/identity/domain.py +26 -26
- pulumi_oci/identity/domain_replication_to_region.py +6 -6
- pulumi_oci/identity/domains_cloud_gate.py +22 -22
- pulumi_oci/identity/domains_condition.py +26 -24
- pulumi_oci/identity/domains_identity_propagation_trust.py +50 -48
- pulumi_oci/identity/domains_my_request.py +28 -28
- pulumi_oci/identity/domains_oauth_client_certificate.py +12 -12
- pulumi_oci/identity/domains_oauth_partner_certificate.py +26 -26
- pulumi_oci/identity/domains_policy.py +24 -22
- pulumi_oci/identity/domains_rule.py +34 -32
- pulumi_oci/identity/dynamic_group.py +10 -8
- pulumi_oci/identity/get_allowed_domain_license_types.py +2 -2
- pulumi_oci/identity/get_api_keys.py +2 -2
- pulumi_oci/identity/get_auth_tokens.py +2 -2
- pulumi_oci/identity/get_authentication_policy.py +2 -2
- pulumi_oci/identity/get_availability_domain.py +6 -6
- pulumi_oci/identity/get_availability_domains.py +2 -2
- pulumi_oci/identity/get_compartment.py +2 -2
- pulumi_oci/identity/get_compartments.py +10 -10
- pulumi_oci/identity/get_cost_tracking_tags.py +2 -2
- pulumi_oci/identity/get_customer_secret_keys.py +2 -2
- pulumi_oci/identity/get_db_credentials.py +6 -6
- pulumi_oci/identity/get_domain.py +2 -2
- pulumi_oci/identity/get_domains.py +18 -18
- pulumi_oci/identity/get_domains_account_mgmt_info.py +8 -8
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +12 -12
- pulumi_oci/identity/get_domains_account_recovery_setting.py +8 -8
- pulumi_oci/identity/get_domains_account_recovery_settings.py +6 -6
- pulumi_oci/identity/get_domains_api_key.py +8 -8
- pulumi_oci/identity/get_domains_api_keys.py +12 -12
- pulumi_oci/identity/get_domains_app.py +8 -8
- pulumi_oci/identity/get_domains_app_role.py +8 -8
- pulumi_oci/identity/get_domains_app_roles.py +12 -12
- pulumi_oci/identity/get_domains_approval_workflow.py +8 -8
- pulumi_oci/identity/get_domains_approval_workflow_assignment.py +8 -8
- pulumi_oci/identity/get_domains_approval_workflow_assignments.py +12 -12
- pulumi_oci/identity/get_domains_approval_workflow_step.py +8 -8
- pulumi_oci/identity/get_domains_approval_workflow_steps.py +12 -12
- pulumi_oci/identity/get_domains_approval_workflows.py +12 -12
- pulumi_oci/identity/get_domains_apps.py +12 -12
- pulumi_oci/identity/get_domains_auth_token.py +8 -8
- pulumi_oci/identity/get_domains_auth_tokens.py +12 -12
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +8 -8
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +6 -6
- pulumi_oci/identity/get_domains_branding_setting.py +6 -6
- pulumi_oci/identity/get_domains_branding_settings.py +6 -6
- pulumi_oci/identity/get_domains_cloud_gate.py +8 -8
- pulumi_oci/identity/get_domains_cloud_gate_mapping.py +8 -8
- pulumi_oci/identity/get_domains_cloud_gate_mappings.py +12 -12
- pulumi_oci/identity/get_domains_cloud_gate_server.py +8 -8
- pulumi_oci/identity/get_domains_cloud_gate_servers.py +12 -12
- pulumi_oci/identity/get_domains_cloud_gates.py +12 -12
- pulumi_oci/identity/get_domains_condition.py +8 -8
- pulumi_oci/identity/get_domains_conditions.py +12 -12
- pulumi_oci/identity/get_domains_customer_secret_key.py +8 -8
- pulumi_oci/identity/get_domains_customer_secret_keys.py +12 -12
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +8 -8
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +12 -12
- pulumi_oci/identity/get_domains_grant.py +8 -8
- pulumi_oci/identity/get_domains_grants.py +12 -12
- pulumi_oci/identity/get_domains_group.py +8 -8
- pulumi_oci/identity/get_domains_groups.py +12 -12
- pulumi_oci/identity/get_domains_identity_propagation_trust.py +8 -8
- pulumi_oci/identity/get_domains_identity_propagation_trusts.py +12 -12
- pulumi_oci/identity/get_domains_identity_provider.py +8 -8
- pulumi_oci/identity/get_domains_identity_providers.py +12 -12
- pulumi_oci/identity/get_domains_identity_setting.py +8 -8
- pulumi_oci/identity/get_domains_identity_settings.py +6 -6
- pulumi_oci/identity/get_domains_kmsi_setting.py +8 -8
- pulumi_oci/identity/get_domains_kmsi_settings.py +6 -6
- pulumi_oci/identity/get_domains_my_api_key.py +8 -8
- pulumi_oci/identity/get_domains_my_api_keys.py +12 -12
- pulumi_oci/identity/get_domains_my_apps.py +12 -12
- pulumi_oci/identity/get_domains_my_auth_token.py +8 -8
- pulumi_oci/identity/get_domains_my_auth_tokens.py +12 -12
- pulumi_oci/identity/get_domains_my_completed_approval.py +8 -8
- pulumi_oci/identity/get_domains_my_completed_approvals.py +12 -12
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +8 -8
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +12 -12
- pulumi_oci/identity/get_domains_my_device.py +8 -8
- pulumi_oci/identity/get_domains_my_devices.py +12 -12
- pulumi_oci/identity/get_domains_my_groups.py +12 -12
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +8 -8
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +12 -12
- pulumi_oci/identity/get_domains_my_pending_approval.py +8 -8
- pulumi_oci/identity/get_domains_my_pending_approvals.py +12 -12
- pulumi_oci/identity/get_domains_my_requestable_groups.py +12 -12
- pulumi_oci/identity/get_domains_my_requests.py +12 -12
- pulumi_oci/identity/get_domains_my_smtp_credential.py +8 -8
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +12 -12
- pulumi_oci/identity/get_domains_my_support_account.py +8 -8
- pulumi_oci/identity/get_domains_my_support_accounts.py +12 -12
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +8 -8
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +12 -12
- pulumi_oci/identity/get_domains_my_user_db_credential.py +8 -8
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +12 -12
- pulumi_oci/identity/get_domains_network_perimeter.py +8 -8
- pulumi_oci/identity/get_domains_network_perimeters.py +12 -12
- pulumi_oci/identity/get_domains_notification_setting.py +8 -8
- pulumi_oci/identity/get_domains_notification_settings.py +6 -6
- pulumi_oci/identity/get_domains_oauth2client_credential.py +8 -8
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +12 -12
- pulumi_oci/identity/get_domains_oauth_client_certificate.py +8 -8
- pulumi_oci/identity/get_domains_oauth_client_certificates.py +12 -12
- pulumi_oci/identity/get_domains_oauth_partner_certificate.py +8 -8
- pulumi_oci/identity/get_domains_oauth_partner_certificates.py +12 -12
- pulumi_oci/identity/get_domains_password_policies.py +12 -12
- pulumi_oci/identity/get_domains_password_policy.py +8 -8
- pulumi_oci/identity/get_domains_policies.py +12 -12
- pulumi_oci/identity/get_domains_policy.py +8 -8
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +12 -12
- pulumi_oci/identity/get_domains_rule.py +8 -8
- pulumi_oci/identity/get_domains_rules.py +12 -12
- pulumi_oci/identity/get_domains_security_question.py +8 -8
- pulumi_oci/identity/get_domains_security_question_setting.py +8 -8
- pulumi_oci/identity/get_domains_security_question_settings.py +6 -6
- pulumi_oci/identity/get_domains_security_questions.py +12 -12
- pulumi_oci/identity/get_domains_self_registration_profile.py +8 -8
- pulumi_oci/identity/get_domains_self_registration_profiles.py +12 -12
- pulumi_oci/identity/get_domains_setting.py +6 -6
- pulumi_oci/identity/get_domains_settings.py +6 -6
- pulumi_oci/identity/get_domains_smtp_credential.py +8 -8
- pulumi_oci/identity/get_domains_smtp_credentials.py +12 -12
- pulumi_oci/identity/get_domains_user.py +8 -8
- pulumi_oci/identity/get_domains_user_attributes_setting.py +8 -8
- pulumi_oci/identity/get_domains_user_db_credential.py +8 -8
- pulumi_oci/identity/get_domains_user_db_credentials.py +12 -12
- pulumi_oci/identity/get_domains_users.py +12 -12
- pulumi_oci/identity/get_dynamic_groups.py +6 -6
- pulumi_oci/identity/get_fault_domains.py +4 -4
- pulumi_oci/identity/get_group.py +2 -2
- pulumi_oci/identity/get_groups.py +6 -6
- pulumi_oci/identity/get_iam_work_request.py +2 -2
- pulumi_oci/identity/get_iam_work_request_errors.py +2 -2
- pulumi_oci/identity/get_iam_work_request_logs.py +2 -2
- pulumi_oci/identity/get_iam_work_requests.py +4 -4
- pulumi_oci/identity/get_identity_provider_groups.py +6 -6
- pulumi_oci/identity/get_identity_providers.py +8 -8
- pulumi_oci/identity/get_idp_group_mappings.py +2 -2
- pulumi_oci/identity/get_network_source.py +2 -2
- pulumi_oci/identity/get_network_sources.py +6 -6
- pulumi_oci/identity/get_policies.py +6 -6
- pulumi_oci/identity/get_region_subscriptions.py +2 -2
- pulumi_oci/identity/get_smtp_credentials.py +2 -2
- pulumi_oci/identity/get_tag.py +4 -4
- pulumi_oci/identity/get_tag_default.py +2 -2
- pulumi_oci/identity/get_tag_defaults.py +8 -8
- pulumi_oci/identity/get_tag_namespaces.py +6 -6
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +4 -4
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +2 -2
- pulumi_oci/identity/get_tags.py +4 -4
- pulumi_oci/identity/get_tenancy.py +2 -2
- pulumi_oci/identity/get_ui_password.py +2 -2
- pulumi_oci/identity/get_user.py +2 -2
- pulumi_oci/identity/get_user_group_memberships.py +6 -6
- pulumi_oci/identity/get_users.py +10 -10
- pulumi_oci/identity/group.py +8 -6
- pulumi_oci/identity/identity_provider.py +18 -16
- pulumi_oci/identity/idp_group_mapping.py +8 -8
- pulumi_oci/identity/import_standard_tags_management.py +6 -6
- pulumi_oci/identity/network_source.py +14 -12
- pulumi_oci/identity/policy.py +12 -10
- pulumi_oci/identity/smtp_credential.py +6 -6
- pulumi_oci/identity/tag.py +14 -12
- pulumi_oci/identity/tag_default.py +10 -10
- pulumi_oci/identity/tag_namespace.py +8 -6
- pulumi_oci/identity/ui_password.py +2 -2
- pulumi_oci/identity/user.py +10 -8
- pulumi_oci/identity/user_capabilities_management.py +4 -4
- pulumi_oci/identity/user_group_membership.py +6 -6
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +6 -6
- pulumi_oci/integration/get_integration_instance.py +2 -2
- pulumi_oci/integration/get_integration_instances.py +6 -6
- pulumi_oci/integration/integration_instance.py +44 -44
- pulumi_oci/jms/fleet.py +18 -18
- pulumi_oci/jms/get_announcements.py +6 -6
- pulumi_oci/jms/get_fleet.py +2 -2
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +2 -2
- pulumi_oci/jms/get_fleet_blocklists.py +6 -6
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +4 -4
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +10 -10
- pulumi_oci/jms/get_fleet_diagnoses.py +2 -2
- pulumi_oci/jms/get_fleet_drs_file.py +4 -4
- pulumi_oci/jms/get_fleet_drs_files.py +2 -2
- pulumi_oci/jms/get_fleet_export_setting.py +2 -2
- pulumi_oci/jms/get_fleet_export_status.py +2 -2
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +4 -4
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +8 -8
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +4 -4
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +10 -10
- pulumi_oci/jms/get_fleets.py +10 -10
- pulumi_oci/jms/get_installation_site.py +24 -24
- pulumi_oci/jms/get_installation_sites.py +24 -24
- pulumi_oci/jms/get_java_downloads_java_download_records.py +16 -16
- pulumi_oci/jms/get_java_downloads_java_download_report.py +2 -2
- pulumi_oci/jms/get_java_downloads_java_download_report_content.py +2 -2
- pulumi_oci/jms/get_java_downloads_java_download_reports.py +8 -8
- pulumi_oci/jms/get_java_downloads_java_download_token.py +2 -2
- pulumi_oci/jms/get_java_downloads_java_download_tokens.py +14 -14
- pulumi_oci/jms/get_java_downloads_java_license.py +2 -2
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -2
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +10 -10
- pulumi_oci/jms/get_java_downloads_java_licenses.py +4 -4
- pulumi_oci/jms/get_java_families.py +6 -6
- pulumi_oci/jms/get_java_family.py +2 -2
- pulumi_oci/jms/get_java_release.py +2 -2
- pulumi_oci/jms/get_java_releases.py +10 -10
- pulumi_oci/jms/get_list_jre_usage.py +12 -12
- pulumi_oci/jms/get_summarize_resource_inventory.py +6 -6
- pulumi_oci/jms/java_downloads_java_download_report.py +10 -10
- pulumi_oci/jms/java_downloads_java_download_token.py +16 -16
- pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +8 -8
- pulumi_oci/kms/ekms_private_endpoint.py +14 -14
- pulumi_oci/kms/encrypted_data.py +16 -16
- pulumi_oci/kms/generated_key.py +18 -18
- pulumi_oci/kms/get_decrypted_data.py +8 -8
- pulumi_oci/kms/get_ekms_private_endpoint.py +2 -2
- pulumi_oci/kms/get_ekms_private_endpoints.py +2 -2
- pulumi_oci/kms/get_encrypted_data.py +8 -8
- pulumi_oci/kms/get_key.py +4 -4
- pulumi_oci/kms/get_key_version.py +6 -6
- pulumi_oci/kms/get_key_versions.py +4 -4
- pulumi_oci/kms/get_keys.py +12 -12
- pulumi_oci/kms/get_replication_status.py +4 -4
- pulumi_oci/kms/get_vault.py +2 -2
- pulumi_oci/kms/get_vault_replicas.py +2 -2
- pulumi_oci/kms/get_vault_usage.py +2 -2
- pulumi_oci/kms/get_vaults.py +2 -2
- pulumi_oci/kms/vault.py +18 -18
- pulumi_oci/kms/vault_verification.py +6 -6
- pulumi_oci/kms/verify.py +16 -16
- pulumi_oci/licensemanager/configuration.py +6 -6
- pulumi_oci/licensemanager/get_configuration.py +2 -2
- pulumi_oci/licensemanager/get_license_metric.py +4 -4
- pulumi_oci/licensemanager/get_license_record.py +2 -2
- pulumi_oci/licensemanager/get_license_records.py +2 -2
- pulumi_oci/licensemanager/get_product_license.py +2 -2
- pulumi_oci/licensemanager/get_product_license_consumers.py +6 -6
- pulumi_oci/licensemanager/get_product_licenses.py +4 -4
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +4 -4
- pulumi_oci/licensemanager/get_top_utilized_resources.py +6 -6
- pulumi_oci/licensemanager/license_record.py +18 -18
- pulumi_oci/licensemanager/product_license.py +16 -16
- pulumi_oci/limits/get_limit_definitions.py +6 -6
- pulumi_oci/limits/get_limit_values.py +10 -10
- pulumi_oci/limits/get_quota.py +2 -2
- pulumi_oci/limits/get_quotas.py +6 -6
- pulumi_oci/limits/get_resource_availability.py +8 -8
- pulumi_oci/limits/get_services.py +2 -2
- pulumi_oci/limits/quota.py +16 -14
- pulumi_oci/loadbalancer/backend.py +18 -18
- pulumi_oci/loadbalancer/backend_set.py +60 -58
- pulumi_oci/loadbalancer/certificate.py +0 -30
- pulumi_oci/loadbalancer/get_backend_health.py +6 -6
- pulumi_oci/loadbalancer/get_backend_set_health.py +4 -4
- pulumi_oci/loadbalancer/get_backend_sets.py +2 -2
- pulumi_oci/loadbalancer/get_backends.py +4 -4
- pulumi_oci/loadbalancer/get_certificates.py +2 -2
- pulumi_oci/loadbalancer/get_health.py +2 -2
- pulumi_oci/loadbalancer/get_hostnames.py +2 -2
- pulumi_oci/loadbalancer/get_listener_rules.py +4 -4
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +2 -2
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +4 -4
- pulumi_oci/loadbalancer/get_load_balancers.py +8 -8
- pulumi_oci/loadbalancer/get_path_route_sets.py +2 -2
- pulumi_oci/loadbalancer/get_policies.py +2 -2
- pulumi_oci/loadbalancer/get_protocols.py +2 -2
- pulumi_oci/loadbalancer/get_rule_set.py +4 -4
- pulumi_oci/loadbalancer/get_rule_sets.py +2 -2
- pulumi_oci/loadbalancer/get_shapes.py +2 -2
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +4 -4
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +2 -2
- pulumi_oci/loadbalancer/hostname.py +0 -22
- pulumi_oci/loadbalancer/listener.py +40 -38
- pulumi_oci/loadbalancer/load_balancer.py +22 -22
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +16 -14
- pulumi_oci/loadbalancer/path_route_set.py +12 -10
- pulumi_oci/loadbalancer/rule_set.py +44 -42
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +8 -6
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +8 -8
- pulumi_oci/loganalytics/get_log_analytics_category.py +4 -4
- pulumi_oci/loganalytics/get_log_analytics_entities.py +26 -26
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +4 -4
- pulumi_oci/loganalytics/get_log_analytics_entity.py +4 -4
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +8 -8
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +4 -4
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +6 -6
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +4 -4
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +4 -4
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +8 -8
- pulumi_oci/loganalytics/get_log_analytics_preference.py +2 -2
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +8 -8
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +2 -2
- pulumi_oci/loganalytics/get_log_sets_count.py +2 -2
- pulumi_oci/loganalytics/get_namespace.py +2 -2
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +14 -14
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +4 -4
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +14 -14
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +10 -10
- pulumi_oci/loganalytics/get_namespace_rules.py +12 -12
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +4 -4
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +4 -4
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +10 -10
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +2 -2
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +6 -6
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +2 -2
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +6 -6
- pulumi_oci/loganalytics/get_namespaces.py +2 -2
- pulumi_oci/loganalytics/log_analytics_entity.py +30 -28
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +10 -10
- pulumi_oci/loganalytics/log_analytics_log_group.py +10 -10
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +46 -44
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +8 -8
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +8 -8
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +6 -6
- pulumi_oci/loganalytics/namespace.py +8 -8
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +36 -36
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +8 -8
- pulumi_oci/logging/get_log.py +4 -4
- pulumi_oci/logging/get_log_group.py +2 -2
- pulumi_oci/logging/get_log_groups.py +6 -6
- pulumi_oci/logging/get_log_saved_search.py +2 -2
- pulumi_oci/logging/get_log_saved_searches.py +6 -6
- pulumi_oci/logging/get_logs.py +12 -12
- pulumi_oci/logging/get_unified_agent_configuration.py +2 -2
- pulumi_oci/logging/get_unified_agent_configurations.py +12 -12
- pulumi_oci/logging/log.py +24 -24
- pulumi_oci/logging/log_group.py +8 -8
- pulumi_oci/logging/log_saved_search.py +10 -8
- pulumi_oci/managementagent/get_management_agent.py +2 -2
- pulumi_oci/managementagent/get_management_agent_available_histories.py +6 -6
- pulumi_oci/managementagent/get_management_agent_count.py +8 -8
- pulumi_oci/managementagent/get_management_agent_data_source.py +4 -4
- pulumi_oci/managementagent/get_management_agent_data_sources.py +4 -4
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +2 -2
- pulumi_oci/managementagent/get_management_agent_images.py +8 -8
- pulumi_oci/managementagent/get_management_agent_install_key.py +2 -2
- pulumi_oci/managementagent/get_management_agent_install_keys.py +10 -10
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +4 -4
- pulumi_oci/managementagent/get_management_agent_plugins.py +10 -10
- pulumi_oci/managementagent/get_management_agents.py +30 -30
- pulumi_oci/managementagent/management_agent.py +2 -2
- pulumi_oci/managementagent/management_agent_data_source.py +32 -30
- pulumi_oci/managementagent/management_agent_install_key.py +12 -12
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +2 -2
- pulumi_oci/managementdashboard/management_dashboards_import.py +6 -6
- pulumi_oci/marketplace/accepted_agreement.py +14 -14
- pulumi_oci/marketplace/get_accepted_agreement.py +2 -2
- pulumi_oci/marketplace/get_accepted_agreements.py +10 -10
- pulumi_oci/marketplace/get_categories.py +2 -2
- pulumi_oci/marketplace/get_listing.py +4 -4
- pulumi_oci/marketplace/get_listing_package.py +6 -6
- pulumi_oci/marketplace/get_listing_package_agreements.py +6 -6
- pulumi_oci/marketplace/get_listing_packages.py +8 -8
- pulumi_oci/marketplace/get_listing_taxes.py +4 -4
- pulumi_oci/marketplace/get_listings.py +22 -22
- pulumi_oci/marketplace/get_publication.py +2 -2
- pulumi_oci/marketplace/get_publication_package.py +4 -4
- pulumi_oci/marketplace/get_publication_packages.py +6 -6
- pulumi_oci/marketplace/get_publications.py +10 -10
- pulumi_oci/marketplace/get_publishers.py +4 -4
- pulumi_oci/marketplace/listing_package_agreement.py +10 -10
- pulumi_oci/marketplace/publication.py +34 -32
- pulumi_oci/mediaservices/get_media_asset.py +2 -2
- pulumi_oci/mediaservices/get_media_assets.py +24 -24
- pulumi_oci/mediaservices/get_media_workflow.py +2 -2
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +2 -2
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +8 -8
- pulumi_oci/mediaservices/get_media_workflow_job.py +2 -2
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +4 -4
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +6 -6
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +10 -10
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +8 -8
- pulumi_oci/mediaservices/get_media_workflows.py +8 -8
- pulumi_oci/mediaservices/get_stream_cdn_config.py +2 -2
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +8 -8
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +2 -2
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +8 -8
- pulumi_oci/mediaservices/get_stream_packaging_config.py +2 -2
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +8 -8
- pulumi_oci/mediaservices/get_system_media_workflow.py +4 -4
- pulumi_oci/mediaservices/media_workflow.py +34 -34
- pulumi_oci/mediaservices/media_workflow_configuration.py +18 -18
- pulumi_oci/mediaservices/media_workflow_job.py +26 -26
- pulumi_oci/mediaservices/stream_cdn_config.py +42 -42
- pulumi_oci/mediaservices/stream_distribution_channel.py +16 -16
- pulumi_oci/mediaservices/stream_packaging_config.py +24 -24
- pulumi_oci/meteringcomputation/custom_table.py +22 -22
- pulumi_oci/meteringcomputation/get_average_carbon_emission.py +2 -2
- pulumi_oci/meteringcomputation/get_configuration.py +2 -2
- pulumi_oci/meteringcomputation/get_custom_table.py +2 -2
- pulumi_oci/meteringcomputation/get_custom_tables.py +4 -4
- pulumi_oci/meteringcomputation/get_queries.py +2 -2
- pulumi_oci/meteringcomputation/get_query.py +2 -2
- pulumi_oci/meteringcomputation/get_schedule.py +2 -2
- pulumi_oci/meteringcomputation/get_scheduled_run.py +2 -2
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +2 -2
- pulumi_oci/meteringcomputation/get_schedules.py +4 -4
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_config.py +2 -2
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_queries.py +2 -2
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_query.py +2 -2
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_group.py +6 -6
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py +4 -4
- pulumi_oci/meteringcomputation/query.py +44 -44
- pulumi_oci/meteringcomputation/schedule.py +50 -48
- pulumi_oci/meteringcomputation/usage.py +32 -32
- pulumi_oci/meteringcomputation/usage_carbon_emission.py +22 -22
- pulumi_oci/meteringcomputation/usage_carbon_emissions_query.py +34 -34
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +14 -14
- pulumi_oci/monitoring/alarm.py +54 -54
- pulumi_oci/monitoring/alarm_suppression.py +16 -16
- pulumi_oci/monitoring/get_alarm.py +2 -2
- pulumi_oci/monitoring/get_alarm_history_collection.py +8 -8
- pulumi_oci/monitoring/get_alarm_statuses.py +14 -14
- pulumi_oci/monitoring/get_alarm_suppression.py +2 -2
- pulumi_oci/monitoring/get_alarm_suppressions.py +6 -6
- pulumi_oci/monitoring/get_alarms.py +8 -8
- pulumi_oci/monitoring/get_metric_data.py +16 -16
- pulumi_oci/monitoring/get_metrics.py +14 -14
- pulumi_oci/mysql/get_channel.py +2 -2
- pulumi_oci/mysql/get_channels.py +12 -12
- pulumi_oci/mysql/get_heat_wave_cluster.py +2 -2
- pulumi_oci/mysql/get_mysql_backup.py +2 -2
- pulumi_oci/mysql/get_mysql_backups.py +12 -12
- pulumi_oci/mysql/get_mysql_configuration.py +2 -2
- pulumi_oci/mysql/get_mysql_configurations.py +12 -12
- pulumi_oci/mysql/get_mysql_db_system.py +2 -2
- pulumi_oci/mysql/get_mysql_db_systems.py +16 -16
- pulumi_oci/mysql/get_mysql_version.py +2 -2
- pulumi_oci/mysql/get_replica.py +2 -2
- pulumi_oci/mysql/get_replicas.py +14 -14
- pulumi_oci/mysql/get_shapes.py +8 -8
- pulumi_oci/mysql/heat_wave_cluster.py +10 -10
- pulumi_oci/mysql/mysql_backup.py +12 -12
- pulumi_oci/mysql/mysql_configuration.py +172 -172
- pulumi_oci/mysql/mysql_db_system.py +62 -62
- pulumi_oci/mysql/replica.py +16 -16
- pulumi_oci/networkfirewall/get_network_firewall.py +2 -2
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +8 -8
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +2 -2
- pulumi_oci/networkfirewall/get_network_firewall_policy_address_lists.py +4 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_application_groups.py +4 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_applications.py +4 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profiles.py +4 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rules.py +6 -6
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secrets.py +4 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_security_rules.py +6 -6
- pulumi_oci/networkfirewall/get_network_firewall_policy_service_lists.py +4 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_services.py +4 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_url_lists.py +4 -4
- pulumi_oci/networkfirewall/get_network_firewalls.py +12 -12
- pulumi_oci/networkfirewall/network_firewall.py +18 -18
- pulumi_oci/networkfirewall/network_firewall_policy_address_list.py +10 -8
- pulumi_oci/networkfirewall/network_firewall_policy_application.py +12 -10
- pulumi_oci/networkfirewall/network_firewall_policy_application_group.py +8 -6
- pulumi_oci/networkfirewall/network_firewall_policy_decryption_profile.py +26 -24
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -12
- pulumi_oci/networkfirewall/network_firewall_policy_security_rule.py +24 -22
- pulumi_oci/networkfirewall/network_firewall_policy_service.py +12 -10
- pulumi_oci/networkfirewall/network_firewall_policy_service_list.py +8 -6
- pulumi_oci/networkfirewall/network_firewall_policy_url_list.py +10 -8
- pulumi_oci/networkloadbalancer/backend.py +22 -20
- pulumi_oci/networkloadbalancer/backend_set.py +44 -42
- pulumi_oci/networkloadbalancer/get_backend_health.py +6 -6
- pulumi_oci/networkloadbalancer/get_backend_sets.py +2 -2
- pulumi_oci/networkloadbalancer/get_backends.py +4 -4
- pulumi_oci/networkloadbalancer/get_listener.py +4 -4
- pulumi_oci/networkloadbalancer/get_listeners.py +2 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +2 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +2 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +6 -6
- pulumi_oci/networkloadbalancer/listener.py +14 -12
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +60 -58
- pulumi_oci/nosql/get_index.py +6 -6
- pulumi_oci/nosql/get_indexes.py +8 -8
- pulumi_oci/nosql/get_table.py +4 -4
- pulumi_oci/nosql/get_tables.py +6 -6
- pulumi_oci/nosql/index.py +16 -14
- pulumi_oci/nosql/table.py +20 -18
- pulumi_oci/nosql/table_replica.py +12 -12
- pulumi_oci/objectstorage/bucket.py +30 -28
- pulumi_oci/objectstorage/get_bucket.py +4 -4
- pulumi_oci/objectstorage/get_bucket_summaries.py +4 -4
- pulumi_oci/objectstorage/get_namespace.py +2 -2
- pulumi_oci/objectstorage/get_object.py +20 -20
- pulumi_oci/objectstorage/get_object_head.py +6 -6
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +4 -4
- pulumi_oci/objectstorage/get_object_versions.py +16 -16
- pulumi_oci/objectstorage/get_preauthrequest.py +6 -6
- pulumi_oci/objectstorage/get_preauthrequests.py +6 -6
- pulumi_oci/objectstorage/get_replication_policies.py +4 -4
- pulumi_oci/objectstorage/get_replication_policy.py +6 -6
- pulumi_oci/objectstorage/get_replication_sources.py +4 -4
- pulumi_oci/objectstorage/object_lifecycle_policy.py +24 -24
- pulumi_oci/objectstorage/preauthrequest.py +16 -14
- pulumi_oci/objectstorage/replication_policy.py +12 -10
- pulumi_oci/objectstorage/storage_object.py +28 -28
- pulumi_oci/oce/get_oce_instance.py +2 -2
- pulumi_oci/oce/get_oce_instances.py +8 -8
- pulumi_oci/oce/instance.py +32 -30
- pulumi_oci/ocvp/cluster.py +54 -54
- pulumi_oci/ocvp/get_cluster.py +2 -2
- pulumi_oci/ocvp/get_clusters.py +8 -8
- pulumi_oci/ocvp/get_exsi_host.py +2 -2
- pulumi_oci/ocvp/get_exsi_hosts.py +16 -16
- pulumi_oci/ocvp/get_retrieve_password.py +4 -4
- pulumi_oci/ocvp/get_sddc.py +2 -2
- pulumi_oci/ocvp/get_sddcs.py +8 -8
- pulumi_oci/ocvp/get_supported_commitments.py +4 -4
- pulumi_oci/ocvp/get_supported_host_shapes.py +8 -8
- pulumi_oci/ocvp/get_supported_skus.py +4 -4
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +6 -6
- pulumi_oci/oda/get_oda_instance.py +2 -2
- pulumi_oci/oda/get_oda_instances.py +6 -6
- pulumi_oci/oda/get_oda_private_endpoint.py +2 -2
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +2 -2
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +6 -6
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +4 -4
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +4 -4
- pulumi_oci/oda/get_oda_private_endpoints.py +6 -6
- pulumi_oci/oda/oda_instance.py +12 -12
- pulumi_oci/oda/oda_private_endpoint.py +12 -12
- pulumi_oci/oda/oda_private_endpoint_attachment.py +6 -6
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +14 -14
- pulumi_oci/onesubsription/get_billing_schedules.py +6 -6
- pulumi_oci/onesubsription/get_commitment.py +2 -2
- pulumi_oci/onesubsription/get_commitments.py +4 -4
- pulumi_oci/onesubsription/get_computed_usage.py +6 -6
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +6 -6
- pulumi_oci/onesubsription/get_invoices.py +10 -10
- pulumi_oci/onesubsription/get_organization_subscriptions.py +2 -2
- pulumi_oci/onesubsription/get_ratecards.py +10 -10
- pulumi_oci/onesubsription/get_subscribed_service.py +4 -4
- pulumi_oci/onesubsription/get_subscribed_services.py +8 -8
- pulumi_oci/onesubsription/get_subscriptions.py +10 -10
- pulumi_oci/ons/get_notification_topic.py +2 -2
- pulumi_oci/ons/get_notification_topics.py +8 -8
- pulumi_oci/ons/get_subscription.py +2 -2
- pulumi_oci/ons/get_subscriptions.py +4 -4
- pulumi_oci/ons/notification_topic.py +8 -6
- pulumi_oci/ons/subscription.py +10 -10
- pulumi_oci/opa/get_opa_instance.py +2 -2
- pulumi_oci/opa/get_opa_instances.py +8 -8
- pulumi_oci/opa/opa_instance.py +18 -18
- pulumi_oci/opensearch/cluster.py +52 -52
- pulumi_oci/opensearch/get_opensearch_cluster.py +2 -2
- pulumi_oci/opensearch/get_opensearch_clusters.py +8 -8
- pulumi_oci/opensearch/get_opensearch_version.py +2 -2
- pulumi_oci/opensearch/get_opensearch_versions.py +2 -2
- pulumi_oci/operatoraccesscontrol/get_access_request.py +2 -2
- pulumi_oci/operatoraccesscontrol/get_access_request_audit_log_report.py +4 -4
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +2 -2
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +12 -12
- pulumi_oci/operatoraccesscontrol/get_action.py +2 -2
- pulumi_oci/operatoraccesscontrol/get_actions.py +8 -8
- pulumi_oci/operatoraccesscontrol/get_control.py +2 -2
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +2 -2
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +10 -10
- pulumi_oci/operatoraccesscontrol/get_controls.py +8 -8
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +38 -38
- pulumi_oci/opsi/awr_hub.py +10 -10
- pulumi_oci/opsi/awr_hub_source.py +14 -12
- pulumi_oci/opsi/awr_hub_source_awrhubsources_management.py +6 -6
- pulumi_oci/opsi/enterprise_manager_bridge.py +10 -10
- pulumi_oci/opsi/exadata_insight.py +64 -64
- pulumi_oci/opsi/get_awr_hub.py +2 -2
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +8 -8
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +8 -8
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +6 -6
- pulumi_oci/opsi/get_awr_hub_source.py +2 -2
- pulumi_oci/opsi/get_awr_hub_sources.py +14 -14
- pulumi_oci/opsi/get_awr_hubs.py +10 -10
- pulumi_oci/opsi/get_database_insight.py +2 -2
- pulumi_oci/opsi/get_database_insights.py +22 -22
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +2 -2
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +10 -10
- pulumi_oci/opsi/get_exadata_insight.py +2 -2
- pulumi_oci/opsi/get_exadata_insights.py +14 -14
- pulumi_oci/opsi/get_host_insight.py +2 -2
- pulumi_oci/opsi/get_host_insights.py +16 -16
- pulumi_oci/opsi/get_importable_agent_entities.py +2 -2
- pulumi_oci/opsi/get_importable_agent_entity.py +2 -2
- pulumi_oci/opsi/get_importable_compute_entities.py +2 -2
- pulumi_oci/opsi/get_importable_compute_entity.py +2 -2
- pulumi_oci/opsi/get_news_report.py +2 -2
- pulumi_oci/opsi/get_news_reports.py +10 -10
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +2 -2
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +14 -14
- pulumi_oci/opsi/get_operations_insights_warehouse.py +2 -2
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +2 -2
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +10 -10
- pulumi_oci/opsi/get_operations_insights_warehouses.py +8 -8
- pulumi_oci/opsi/get_opsi_configuration.py +10 -10
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +10 -10
- pulumi_oci/opsi/get_opsi_configurations.py +8 -8
- pulumi_oci/opsi/host_insight.py +18 -18
- pulumi_oci/opsi/news_report.py +34 -32
- pulumi_oci/opsi/operations_insights_private_endpoint.py +16 -16
- pulumi_oci/opsi/operations_insights_warehouse.py +10 -10
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +6 -6
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +2 -2
- pulumi_oci/opsi/operations_insights_warehouse_user.py +16 -14
- pulumi_oci/opsi/opsi_configuration.py +26 -26
- pulumi_oci/optimizer/get_categories.py +12 -12
- pulumi_oci/optimizer/get_category.py +2 -2
- pulumi_oci/optimizer/get_enrollment_status.py +2 -2
- pulumi_oci/optimizer/get_enrollment_statuses.py +6 -6
- pulumi_oci/optimizer/get_histories.py +18 -18
- pulumi_oci/optimizer/get_profile.py +2 -2
- pulumi_oci/optimizer/get_profile_level.py +8 -8
- pulumi_oci/optimizer/get_profile_levels.py +8 -8
- pulumi_oci/optimizer/get_profiles.py +6 -6
- pulumi_oci/optimizer/get_recommendation.py +2 -2
- pulumi_oci/optimizer/get_recommendation_strategies.py +8 -8
- pulumi_oci/optimizer/get_recommendation_strategy.py +8 -8
- pulumi_oci/optimizer/get_recommendations.py +18 -18
- pulumi_oci/optimizer/get_resource_action.py +4 -4
- pulumi_oci/optimizer/get_resource_actions.py +22 -22
- pulumi_oci/optimizer/profile.py +24 -22
- pulumi_oci/osmanagement/get_managed_instance.py +2 -2
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +8 -8
- pulumi_oci/osmanagement/get_managed_instance_group.py +2 -2
- pulumi_oci/osmanagement/get_managed_instance_groups.py +8 -8
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +10 -10
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +12 -12
- pulumi_oci/osmanagement/get_managed_instances.py +6 -6
- pulumi_oci/osmanagement/get_software_source.py +2 -2
- pulumi_oci/osmanagement/get_software_source_module_stream.py +6 -6
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +8 -8
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +10 -10
- pulumi_oci/osmanagement/get_software_sources.py +6 -6
- pulumi_oci/osmanagement/managed_instance_group.py +12 -12
- pulumi_oci/osmanagement/managed_instance_management.py +16 -16
- pulumi_oci/osmanagement/software_source.py +20 -20
- pulumi_oci/osmanagementhub/get_lifecycle_environment.py +2 -2
- pulumi_oci/osmanagementhub/get_lifecycle_environments.py +14 -14
- pulumi_oci/osmanagementhub/get_lifecycle_stage.py +2 -2
- pulumi_oci/osmanagementhub/get_managed_instance_group.py +2 -2
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +8 -8
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +10 -10
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +8 -8
- pulumi_oci/osmanagementhub/get_managed_instance_groups.py +16 -16
- pulumi_oci/osmanagementhub/get_management_station.py +2 -2
- pulumi_oci/osmanagementhub/get_management_station_mirrors.py +8 -8
- pulumi_oci/osmanagementhub/get_management_stations.py +12 -12
- pulumi_oci/osmanagementhub/get_profile.py +2 -2
- pulumi_oci/osmanagementhub/get_profiles.py +18 -18
- pulumi_oci/osmanagementhub/get_software_source.py +2 -2
- pulumi_oci/osmanagementhub/get_software_source_module_stream.py +6 -6
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +8 -8
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
- pulumi_oci/osmanagementhub/get_software_source_module_streams.py +10 -10
- pulumi_oci/osmanagementhub/get_software_source_package_group.py +4 -4
- pulumi_oci/osmanagementhub/get_software_source_package_groups.py +10 -10
- pulumi_oci/osmanagementhub/get_software_source_software_package.py +4 -4
- pulumi_oci/osmanagementhub/get_software_source_software_packages.py +8 -8
- pulumi_oci/osmanagementhub/get_software_source_vendors.py +4 -4
- pulumi_oci/osmanagementhub/get_software_sources.py +22 -22
- pulumi_oci/osmanagementhub/lifecycle_environment.py +18 -18
- pulumi_oci/osmanagementhub/managed_instance_group.py +16 -16
- pulumi_oci/osmanagementhub/management_station.py +26 -26
- pulumi_oci/osmanagementhub/profile.py +24 -24
- pulumi_oci/osmanagementhub/software_source.py +38 -38
- pulumi_oci/ospgateway/address_action_verification.py +58 -58
- pulumi_oci/ospgateway/get_address.py +6 -6
- pulumi_oci/ospgateway/get_address_rule.py +6 -6
- pulumi_oci/ospgateway/get_invoice.py +6 -6
- pulumi_oci/ospgateway/get_invoices.py +20 -20
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +6 -6
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +6 -6
- pulumi_oci/ospgateway/get_subscription.py +6 -6
- pulumi_oci/ospgateway/get_subscriptions.py +4 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +8 -8
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +6 -6
- pulumi_oci/osubsubscription/get_commitment.py +6 -6
- pulumi_oci/osubsubscription/get_commitments.py +8 -8
- pulumi_oci/osubsubscription/get_ratecards.py +12 -12
- pulumi_oci/osubsubscription/get_subscriptions.py +14 -14
- pulumi_oci/osubusage/get_computed_usage.py +8 -8
- pulumi_oci/psql/backup.py +12 -12
- pulumi_oci/psql/configuration.py +22 -22
- pulumi_oci/psql/db_system.py +78 -78
- pulumi_oci/psql/get_backup.py +2 -2
- pulumi_oci/psql/get_backups.py +14 -14
- pulumi_oci/psql/get_configuration.py +2 -2
- pulumi_oci/psql/get_configurations.py +12 -12
- pulumi_oci/psql/get_db_system.py +4 -4
- pulumi_oci/psql/get_db_system_connection_detail.py +2 -2
- pulumi_oci/psql/get_db_system_primary_db_instance.py +2 -2
- pulumi_oci/psql/get_db_systems.py +8 -8
- pulumi_oci/psql/get_default_configuration.py +2 -2
- pulumi_oci/psql/get_default_configurations.py +10 -10
- pulumi_oci/psql/get_shapes.py +4 -4
- pulumi_oci/queue/get_queue.py +2 -2
- pulumi_oci/queue/get_queues.py +8 -8
- pulumi_oci/queue/queue.py +18 -18
- pulumi_oci/recoverymod/get_protected_database.py +2 -2
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +4 -4
- pulumi_oci/recoverymod/get_protected_databases.py +12 -12
- pulumi_oci/recoverymod/get_protection_policies.py +10 -10
- pulumi_oci/recoverymod/get_protection_policy.py +2 -2
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +2 -2
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +10 -10
- pulumi_oci/recoverymod/protected_database.py +20 -20
- pulumi_oci/recoverymod/protection_policy.py +8 -8
- pulumi_oci/recoverymod/recovery_service_subnet.py +10 -10
- pulumi_oci/redis/get_redis_cluster.py +2 -2
- pulumi_oci/redis/get_redis_clusters.py +8 -8
- pulumi_oci/redis/redis_cluster.py +16 -16
- pulumi_oci/resourcemanager/get_private_endpoint.py +2 -2
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +4 -4
- pulumi_oci/resourcemanager/get_private_endpoints.py +8 -8
- pulumi_oci/resourcemanager/get_stack.py +2 -2
- pulumi_oci/resourcemanager/get_stack_tf_state.py +2 -2
- pulumi_oci/resourcemanager/get_stacks.py +8 -8
- pulumi_oci/resourcemanager/private_endpoint.py +18 -18
- pulumi_oci/sch/connector.py +86 -86
- pulumi_oci/sch/get_connector_plugin.py +2 -2
- pulumi_oci/sch/get_connector_plugins.py +6 -6
- pulumi_oci/sch/get_service_connector.py +2 -2
- pulumi_oci/sch/get_service_connectors.py +6 -6
- pulumi_oci/secrets/get_secretbundle.py +8 -8
- pulumi_oci/secrets/get_secretbundle_versions.py +2 -2
- pulumi_oci/servicecatalog/catalog.py +6 -6
- pulumi_oci/servicecatalog/catalog_association.py +8 -8
- pulumi_oci/servicecatalog/get_private_application.py +2 -2
- pulumi_oci/servicecatalog/get_private_application_package.py +2 -2
- pulumi_oci/servicecatalog/get_private_application_packages.py +8 -8
- pulumi_oci/servicecatalog/get_private_applications.py +6 -6
- pulumi_oci/servicecatalog/get_service_catalog.py +2 -2
- pulumi_oci/servicecatalog/get_service_catalog_association.py +2 -2
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +8 -8
- pulumi_oci/servicecatalog/get_service_catalogs.py +6 -6
- pulumi_oci/servicecatalog/private_application.py +18 -18
- pulumi_oci/servicemanagerproxy/get_service_environment.py +4 -4
- pulumi_oci/servicemanagerproxy/get_service_environments.py +8 -8
- pulumi_oci/servicemesh/access_policy.py +40 -38
- pulumi_oci/servicemesh/get_access_policies.py +10 -10
- pulumi_oci/servicemesh/get_access_policy.py +2 -2
- pulumi_oci/servicemesh/get_ingress_gateway.py +2 -2
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +2 -2
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +10 -10
- pulumi_oci/servicemesh/get_ingress_gateways.py +10 -10
- pulumi_oci/servicemesh/get_mesh.py +2 -2
- pulumi_oci/servicemesh/get_meshes.py +8 -8
- pulumi_oci/servicemesh/get_virtual_deployment.py +2 -2
- pulumi_oci/servicemesh/get_virtual_deployments.py +10 -10
- pulumi_oci/servicemesh/get_virtual_service.py +2 -2
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +2 -2
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +10 -10
- pulumi_oci/servicemesh/get_virtual_services.py +10 -10
- pulumi_oci/servicemesh/ingress_gateway.py +38 -36
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +36 -34
- pulumi_oci/servicemesh/mesh.py +12 -12
- pulumi_oci/servicemesh/virtual_deployment.py +24 -22
- pulumi_oci/servicemesh/virtual_service.py +18 -16
- pulumi_oci/servicemesh/virtual_service_route_table.py +28 -26
- pulumi_oci/stackmonitoring/baselineable_metric.py +12 -10
- pulumi_oci/stackmonitoring/config.py +14 -14
- pulumi_oci/stackmonitoring/discovery_job.py +28 -28
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +2 -2
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +10 -10
- pulumi_oci/stackmonitoring/get_baselineable_metrics_evaluate.py +14 -14
- pulumi_oci/stackmonitoring/get_config.py +2 -2
- pulumi_oci/stackmonitoring/get_configs.py +8 -8
- pulumi_oci/stackmonitoring/get_discovery_job.py +2 -2
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +4 -4
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +4 -4
- pulumi_oci/stackmonitoring/get_metric_extension.py +2 -2
- pulumi_oci/stackmonitoring/get_metric_extensions.py +12 -12
- pulumi_oci/stackmonitoring/get_monitored_resource.py +2 -2
- pulumi_oci/stackmonitoring/get_monitored_resource_task.py +2 -2
- pulumi_oci/stackmonitoring/get_monitored_resource_tasks.py +4 -4
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +2 -2
- pulumi_oci/stackmonitoring/get_monitored_resource_types.py +14 -14
- pulumi_oci/stackmonitoring/get_monitored_resources.py +8 -8
- pulumi_oci/stackmonitoring/get_process_set.py +2 -2
- pulumi_oci/stackmonitoring/get_process_sets.py +4 -4
- pulumi_oci/stackmonitoring/metric_extension.py +68 -66
- pulumi_oci/stackmonitoring/metric_extension_metric_extension_on_given_resources_management.py +8 -8
- pulumi_oci/stackmonitoring/metric_extensions_test_management.py +6 -6
- pulumi_oci/stackmonitoring/monitored_resource.py +92 -90
- pulumi_oci/stackmonitoring/monitored_resource_task.py +38 -36
- pulumi_oci/stackmonitoring/monitored_resource_type.py +30 -28
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +10 -10
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +8 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +46 -44
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +18 -18
- pulumi_oci/stackmonitoring/process_set.py +14 -14
- pulumi_oci/streaming/connect_harness.py +8 -6
- pulumi_oci/streaming/get_connect_harness.py +2 -2
- pulumi_oci/streaming/get_connect_harnesses.py +8 -8
- pulumi_oci/streaming/get_stream.py +2 -2
- pulumi_oci/streaming/get_stream_pool.py +2 -2
- pulumi_oci/streaming/get_stream_pools.py +8 -8
- pulumi_oci/streaming/get_streams.py +10 -10
- pulumi_oci/streaming/stream.py +14 -12
- pulumi_oci/streaming/stream_pool.py +24 -22
- pulumi_oci/usageproxy/get_resource_quotas.py +6 -6
- pulumi_oci/usageproxy/get_resources.py +6 -6
- pulumi_oci/usageproxy/get_subscription_product.py +8 -8
- pulumi_oci/usageproxy/get_subscription_products.py +8 -8
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +4 -4
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +4 -4
- pulumi_oci/usageproxy/get_subscription_redemption.py +8 -8
- pulumi_oci/usageproxy/get_subscription_redemptions.py +8 -8
- pulumi_oci/usageproxy/get_subscription_reward.py +4 -4
- pulumi_oci/usageproxy/get_subscription_rewards.py +4 -4
- pulumi_oci/usageproxy/get_usagelimits.py +10 -10
- pulumi_oci/usageproxy/subscription_redeemable_user.py +14 -14
- pulumi_oci/vault/get_secret.py +2 -2
- pulumi_oci/vault/get_secret_version.py +4 -4
- pulumi_oci/vault/get_secrets.py +8 -8
- pulumi_oci/vbs/get_inst_vbs_instance.py +2 -2
- pulumi_oci/vbs/get_inst_vbs_instances.py +8 -8
- pulumi_oci/vbs/inst_vbs_instance.py +14 -12
- pulumi_oci/visualbuilder/get_vb_instance.py +2 -2
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +2 -2
- pulumi_oci/visualbuilder/get_vb_instances.py +6 -6
- pulumi_oci/visualbuilder/vb_instance.py +22 -22
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +2 -2
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +6 -6
- pulumi_oci/vnmonitoring/path_analysi.py +60 -60
- pulumi_oci/vnmonitoring/path_analyzer_test.py +56 -56
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +10 -10
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +18 -18
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +2 -2
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +6 -6
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +2 -2
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +6 -6
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +2 -2
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +6 -6
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +2 -2
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +6 -6
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +6 -6
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +34 -34
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +14 -14
- pulumi_oci/waa/app_acceleration.py +14 -14
- pulumi_oci/waa/app_acceleration_policy.py +12 -12
- pulumi_oci/waa/get_app_acceleration.py +2 -2
- pulumi_oci/waa/get_app_acceleration_policies.py +8 -8
- pulumi_oci/waa/get_app_acceleration_policy.py +2 -2
- pulumi_oci/waa/get_app_accelerations.py +10 -10
- pulumi_oci/waas/address_list.py +8 -8
- pulumi_oci/waas/certificate.py +12 -12
- pulumi_oci/waas/custom_protection_rule.py +10 -10
- pulumi_oci/waas/get_address_list.py +2 -2
- pulumi_oci/waas/get_address_lists.py +12 -12
- pulumi_oci/waas/get_certificate.py +2 -2
- pulumi_oci/waas/get_certificates.py +12 -12
- pulumi_oci/waas/get_custom_protection_rule.py +2 -2
- pulumi_oci/waas/get_custom_protection_rules.py +12 -12
- pulumi_oci/waas/get_http_redirect.py +2 -2
- pulumi_oci/waas/get_http_redirects.py +12 -12
- pulumi_oci/waas/get_protection_rule.py +4 -4
- pulumi_oci/waas/get_protection_rules.py +6 -6
- pulumi_oci/waas/get_waas_policies.py +12 -12
- pulumi_oci/waas/get_waas_policy.py +2 -2
- pulumi_oci/waas/http_redirect.py +20 -20
- pulumi_oci/waas/purge_cache.py +6 -6
- pulumi_oci/waf/app_firewall.py +14 -14
- pulumi_oci/waf/app_firewall_policy.py +144 -144
- pulumi_oci/waf/get_firewalls.py +10 -10
- pulumi_oci/waf/get_network_address_list.py +2 -2
- pulumi_oci/waf/get_network_address_lists.py +8 -8
- pulumi_oci/waf/get_protection_capabilities.py +12 -12
- pulumi_oci/waf/get_protection_capability_group_tags.py +6 -6
- pulumi_oci/waf/get_web_app_firewall.py +2 -2
- pulumi_oci/waf/get_web_app_firewall_policies.py +8 -8
- pulumi_oci/waf/get_web_app_firewall_policy.py +2 -2
- pulumi_oci/waf/network_address_list.py +16 -16
- {pulumi_oci-1.32.0a1713427052.dist-info → pulumi_oci-1.33.0a1713561662.dist-info}/METADATA +1 -1
- pulumi_oci-1.33.0a1713561662.dist-info/RECORD +2660 -0
- pulumi_oci-1.32.0a1713427052.dist-info/RECORD +0 -2660
- {pulumi_oci-1.32.0a1713427052.dist-info → pulumi_oci-1.33.0a1713561662.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.32.0a1713427052.dist-info → pulumi_oci-1.33.0a1713561662.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2660 @@
|
|
1
|
+
pulumi_oci/__init__.py,sha256=mYV2LtWu28ZWdKHNjNCSjsNsHIwVwAvf92QvwjOGz8I,147356
|
2
|
+
pulumi_oci/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
|
3
|
+
pulumi_oci/provider.py,sha256=xb4xvGxOAQDmgHlar9M1AaiSt9ZiwtfITBZBtsdkfbg,24464
|
4
|
+
pulumi_oci/pulumi-plugin.json,sha256=M43fXbtz4Dlbv_jxw-1L4SOTGFmJN2lYa7ePzB7DmBs,40
|
5
|
+
pulumi_oci/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
+
pulumi_oci/adm/__init__.py,sha256=pxPlS_-eNzVJqBq2i1MCMmmLGhFhW-ATfiH6YEb71xI,1049
|
7
|
+
pulumi_oci/adm/_inputs.py,sha256=9Rh6i5U6DDhJpFdSvhUgZK_uzDCXH6WjMTsvaanq418,53125
|
8
|
+
pulumi_oci/adm/get_knowledgebase.py,sha256=e3Xh5iGcaJhJsLCP3LTKAcX-Ogf_GIPdOwFW7SX7ZQg,8751
|
9
|
+
pulumi_oci/adm/get_knowledgebases.py,sha256=XjiaZ1SBT-7_gcaMK6YIwEAnwnSdHZoUFi52QSITCEs,8156
|
10
|
+
pulumi_oci/adm/get_remediation_recipe.py,sha256=WwMk1FQ9t2bflIaDf-t6H4j0rgPcqq-7np0ab_JlWvE,13845
|
11
|
+
pulumi_oci/adm/get_remediation_recipes.py,sha256=lH5u2X7YXgcD0LY1ncTC2aD3SQwdeBu2uzYb89k1u9E,8443
|
12
|
+
pulumi_oci/adm/get_remediation_run.py,sha256=HsfxDjapXrgRNAYfwTXMorJsOnXTvDirvwuxYqX9Xq4,12404
|
13
|
+
pulumi_oci/adm/get_remediation_run_application_dependency_recommendations.py,sha256=XNqicr8MX6lqp3rpHaa_ZUWjiG9X5bmRbAH8NgvqDdY,9042
|
14
|
+
pulumi_oci/adm/get_remediation_run_stage.py,sha256=bTA-WL4kTU3NL2SWQ1bmP4d3K8FZY-0X8VjuS6MwL0A,12116
|
15
|
+
pulumi_oci/adm/get_remediation_run_stages.py,sha256=Ilc4z65v9we99CYs3T7u856d6VU-kTfY-938c71je-s,7523
|
16
|
+
pulumi_oci/adm/get_remediation_runs.py,sha256=2vK_JaAzlk_O8NukAvf73EDlgXinNeNDWNqsOQre2Kg,9642
|
17
|
+
pulumi_oci/adm/get_vulnerability_audit.py,sha256=BEZlkDgOW9mPyINe3Ddil5Fu871RYNtOQClPslLSA6k,21760
|
18
|
+
pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py,sha256=2zOS43uV_JcRZzSeRML3NdnQNoI1nOISt8Q99tt8mFQ,18864
|
19
|
+
pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py,sha256=fuZaYNTYCT9EQKC9II2atImVfJZ_mebtdfgEz9YFm_4,16080
|
20
|
+
pulumi_oci/adm/get_vulnerability_audits.py,sha256=_uS3zC-AgvIsZo5AEHLnSoyYoeidNQGbo8V4ngzK7_U,15834
|
21
|
+
pulumi_oci/adm/knowledge_base.py,sha256=IiMKDUVhDurcTIntPzvjkAVjL1rqR3ywDB0XDzvNm5U,23123
|
22
|
+
pulumi_oci/adm/outputs.py,sha256=TRgM7Th48aCQDLpKcM6ixenbwnl6Q4mHdu3TbTW1SKM,181810
|
23
|
+
pulumi_oci/adm/remediation_recipe.py,sha256=X0Npm2c6pznhuGOr2K_QE3Jc48CGrlQm9dCGEUCMYHg,51227
|
24
|
+
pulumi_oci/adm/remediation_run.py,sha256=_qh-IOD4e2b_XNXwwh_QbdmSUyB9YU3kos0xnr9xvac,33223
|
25
|
+
pulumi_oci/adm/vulnerability_audit.py,sha256=yBybgUYsElcnQf8jt3GwSLdBapz31xjOq3aatiiILwI,66006
|
26
|
+
pulumi_oci/aianomalydetection/__init__.py,sha256=IJeFbCr5N-KYllF7NChbywHeymulXgw99Za-EQYfqkk,836
|
27
|
+
pulumi_oci/aianomalydetection/_inputs.py,sha256=q87ROCULqo5H3VIs66560wieOKwTonnCg4sLA8Gnq48,51572
|
28
|
+
pulumi_oci/aianomalydetection/ai_private_endpoint.py,sha256=Wraa0CTgXtQJd4g0xTO2B0gLSTT1H43ZVsJymXfU3EU,31095
|
29
|
+
pulumi_oci/aianomalydetection/data_asset.py,sha256=tg4X5EzGTcj33TxNoV7lOqRCqcAvTLZPE8SFEBiEFj8,35847
|
30
|
+
pulumi_oci/aianomalydetection/detect_anomaly_job.py,sha256=7B167e8Wk-_662Sn-yaiBpBnArCxreuDYDeI5LqH1Z8,32598
|
31
|
+
pulumi_oci/aianomalydetection/get_ai_private_endpoint.py,sha256=VkMSMqGJx871B3UFGE1L4Z3tyGTMYvYG_EeDiMD9VXs,11095
|
32
|
+
pulumi_oci/aianomalydetection/get_ai_private_endpoints.py,sha256=0ltqJSCaPWFTHrfP3gWGt_jyJbI3V7GymkggiTEhhmM,7832
|
33
|
+
pulumi_oci/aianomalydetection/get_detect_anomaly_job.py,sha256=wxd6r3ShS2S2TlOpMoIikOr3b9xbgrHCErdmsZMRVjw,12782
|
34
|
+
pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py,sha256=maaURtUl_0V8cWBB-SC9U_LZSJ1qRZrIRFTvvGskN-o,10354
|
35
|
+
pulumi_oci/aianomalydetection/get_detection_data_asset.py,sha256=sUAycRNqBKcEgc0eC5fEBC3WkiQeZQmGWerZAM1JW_8,10683
|
36
|
+
pulumi_oci/aianomalydetection/get_detection_data_assets.py,sha256=_FlF4ILF6iEyQTXdMuHsVbJaDhr0Ge7Lz_gxBj6l85s,8309
|
37
|
+
pulumi_oci/aianomalydetection/get_detection_model.py,sha256=GZaRf2fSufhN4XrJi1a_Kb6ZoQL48_G6oI6ATDxTCws,11367
|
38
|
+
pulumi_oci/aianomalydetection/get_detection_models.py,sha256=4_4trHw7wlm51ro_JhDa1r6hhxc7-4ToDlmSwBxzZcQ,8073
|
39
|
+
pulumi_oci/aianomalydetection/get_detection_project.py,sha256=K93M9KxsRBjtwO4FfesqcAab0dH5siRhkXJ7BY_xBts,8796
|
40
|
+
pulumi_oci/aianomalydetection/get_detection_projects.py,sha256=Fc82CXepivf_09Tb2owLNhGDd7mtjGrqldE5xO0daFQ,7173
|
41
|
+
pulumi_oci/aianomalydetection/model.py,sha256=XpatkrjUYptqBKSdViQF4GhQqCh4fYZh8wSKukaAamE,34436
|
42
|
+
pulumi_oci/aianomalydetection/outputs.py,sha256=LIWmxu60_bS3nh49Jc8yDnQP5omHLE03hgsCbzDgi_M,139038
|
43
|
+
pulumi_oci/aianomalydetection/project.py,sha256=wQRyrRpCQyUk36LAOl_-qkMf4YE6GSw__VVZQZf5rmM,24861
|
44
|
+
pulumi_oci/aidocument/__init__.py,sha256=d0LuHBLIlQQUvkP_M1Drwejugy7woXZrocByR6ngkWk,526
|
45
|
+
pulumi_oci/aidocument/_inputs.py,sha256=I-j9pc35G7_pCrNfB3UI6uIliATf7z7SxNsG_EQzjKo,43587
|
46
|
+
pulumi_oci/aidocument/get_model.py,sha256=PEUdR-FvjJibfbDnr1Gnvc8fOzSdvA3_LTYvy5a6Imw,17614
|
47
|
+
pulumi_oci/aidocument/get_models.py,sha256=VxF2b8pDsiPJBeAACq30RkD9Xz44CoW2-aFV0ZzDudc,7924
|
48
|
+
pulumi_oci/aidocument/get_processor_job.py,sha256=Xz23VTYegJ9SwXVeMWcp7LEopyeXeW0nxLDMwByCwWs,9763
|
49
|
+
pulumi_oci/aidocument/get_project.py,sha256=SrwlUF6Hxmj4ZJLFe6nvK2lPcVJuxh-1U3fBIGTCoyI,9014
|
50
|
+
pulumi_oci/aidocument/get_projects.py,sha256=7Qsd-B45vQtafJ-rY4KFmNlHafUm5lzBrwur_31C6y4,7018
|
51
|
+
pulumi_oci/aidocument/model.py,sha256=nwtfq_yOPTGhAhJZZDY9UN49QPfZtn0thrrMKGofGbg,54029
|
52
|
+
pulumi_oci/aidocument/outputs.py,sha256=InQg4Y8M2SV46tPoDgcVMt6-9SgMUEdZZyDeCaJaX8c,103740
|
53
|
+
pulumi_oci/aidocument/processor_job.py,sha256=RsPOkdYWuKl8g_YWShwCBWAOsFIHNYlLo_MZlX68H-c,27170
|
54
|
+
pulumi_oci/aidocument/project.py,sha256=wvWUFh6a9sSGW0F7sGp_7yVkXSDnvU4XRX2RuooAfek,25186
|
55
|
+
pulumi_oci/ailanguage/__init__.py,sha256=zxBZzuuHX91w8GtjrcjZZcX2T8ryEncqi6ZcV_dJchw,619
|
56
|
+
pulumi_oci/ailanguage/_inputs.py,sha256=BW3ea6IxN9zX-XwB7h0pnZcBKn_7a2GXzZT0snyuok4,45099
|
57
|
+
pulumi_oci/ailanguage/endpoint.py,sha256=z7FGqAHATV47y5w1uQx2Cv9MH3_CuXsUF6moPBdlj8g,33463
|
58
|
+
pulumi_oci/ailanguage/get_endpoint.py,sha256=iN9l1zGhh_hHo0LhibnTAtkV_X-lKILdUgjL7uDXNsA,10076
|
59
|
+
pulumi_oci/ailanguage/get_endpoints.py,sha256=6LbwB8nQfPPurAviUmxcoDbzQJ0CWouUOb3m3fsz2iY,8530
|
60
|
+
pulumi_oci/ailanguage/get_model.py,sha256=je7hGpBDUKs3D990AKRUKaUY3SeC6EuDlElawb7lX0k,12077
|
61
|
+
pulumi_oci/ailanguage/get_model_evaluation_results.py,sha256=QsX0g-JtdsqZEGQ3yZKG8BKfBcl8e0ppyV_xxIdqSpM,5260
|
62
|
+
pulumi_oci/ailanguage/get_model_type.py,sha256=wIjZg64v53PNpt8g6_YSl9BNk5vCalpV8VLixRrlebQ,4394
|
63
|
+
pulumi_oci/ailanguage/get_models.py,sha256=YuhDmyEX8SBqxZ5OkLaguTdjRVn9eZRBmIyzyvQfYSo,7434
|
64
|
+
pulumi_oci/ailanguage/get_project.py,sha256=50J2iR7bsHZn4ep2ExM4v1Q8DGtaihQxzMCc9jmv86M,8209
|
65
|
+
pulumi_oci/ailanguage/get_projects.py,sha256=nYs_BKlI5xLlrg8TWFV-ZJ4ehWO3IUbDixqaLjoLSPg,6514
|
66
|
+
pulumi_oci/ailanguage/model.py,sha256=eMmXIwL23m8inawDUZMHz6vLqZS4l0vpouO-IqwoEPE,43923
|
67
|
+
pulumi_oci/ailanguage/outputs.py,sha256=QWNJOJ3AZUQ2fRVMCcjYj3jNvdroPRkNS2gi_sG2DbA,130151
|
68
|
+
pulumi_oci/ailanguage/project.py,sha256=4uPkyrGwIbkbjVmcPpPRVNWM_9afSVHcHgfm63PQ0q0,26579
|
69
|
+
pulumi_oci/aivision/__init__.py,sha256=gXaK4KT8qz5ur0aZnTSzMybyCBiJ5ptbf0I2Tbn1gVI,464
|
70
|
+
pulumi_oci/aivision/_inputs.py,sha256=Pvw8widZBbMGBPoYnvIXz6F62ebIX2WBEbiy2E6lnmQ,13041
|
71
|
+
pulumi_oci/aivision/get_model.py,sha256=aT5YC7NknIoJR0h4WdnpUM366jfMmHBAEJ_Y5xRLz7M,18325
|
72
|
+
pulumi_oci/aivision/get_models.py,sha256=N6u9VLeLgmBPKcfxe565IWEB42fQBkahBu56uXDvdq0,7845
|
73
|
+
pulumi_oci/aivision/get_project.py,sha256=tSpPiG7_mlPKdinXp8gHb2fDlvjwOfFXRk_ekwrTNPQ,8976
|
74
|
+
pulumi_oci/aivision/get_projects.py,sha256=AXoJDJgDobbPWNNBZOHLLRo-_p0H2y3A-xWJQXxZhnA,6965
|
75
|
+
pulumi_oci/aivision/model.py,sha256=bx93hlWf1hwqENRlpqBfMceRriC-iFHUkcfX3Kv2k7M,54967
|
76
|
+
pulumi_oci/aivision/outputs.py,sha256=9_uDlQ1MQa24SNWD0e33ESGHZauGDVWjHhiuiN8xkdQ,42631
|
77
|
+
pulumi_oci/aivision/project.py,sha256=gRnyGtYqowt27ap13fYVHkLnCgkDVqHjx3GJxWObSJ4,25009
|
78
|
+
pulumi_oci/analytics/__init__.py,sha256=PX8rZZIsH04dn_SaouFgIJ9aVoNHlH6BS3DyDB8SYco,588
|
79
|
+
pulumi_oci/analytics/_inputs.py,sha256=3cc6NmGGvQmBKxwXsXEnHzm3nZvoLqPS7mIQOtlsGBA,13861
|
80
|
+
pulumi_oci/analytics/analytics_instance.py,sha256=Kjp3110h47dMa5CdMbIQLFocEa5tqJf2MREIQj1Ltr4,48288
|
81
|
+
pulumi_oci/analytics/analytics_instance_private_access_channel.py,sha256=QZZxcCkHpQ6_8nr7dnBaKKfjpDRoE0Nax4sFmqcEgQ8,35330
|
82
|
+
pulumi_oci/analytics/analytics_instance_vanity_url.py,sha256=0i1grEKsV5OhV4PJNqzWY1N-3PWK981rB2vizPkMLYM,23645
|
83
|
+
pulumi_oci/analytics/get_analytics_instance.py,sha256=XLHgfUJs0UciNjfAHLtZEUKeTjkUijWIJyxWJxq1l0c,13294
|
84
|
+
pulumi_oci/analytics/get_analytics_instance_private_access_channel.py,sha256=lMeYrmwcjBoCN1myBvqqjtdW3eX-BFq2ytK-sDy9Ow0,11593
|
85
|
+
pulumi_oci/analytics/get_analytics_instances.py,sha256=PfPBynLXgm1Q7jJhCR_Ot_4fT8_9Tj6ZQwlrdzvpB70,9079
|
86
|
+
pulumi_oci/analytics/outputs.py,sha256=kEnv7WzN7YWhv31etSTd45NA0JbOy5bpXFEnA0vB_Rs,37544
|
87
|
+
pulumi_oci/announcementsservice/__init__.py,sha256=YIHFZl_hY2S-aDd6L-eXnk4JZovXv5rT76iYT05-1IA,570
|
88
|
+
pulumi_oci/announcementsservice/_inputs.py,sha256=-_XWLpHk2Rk5nIv7UrJCiBXLRqIp9jEVvAhvBHD5Vuw,5682
|
89
|
+
pulumi_oci/announcementsservice/announcement_subscription.py,sha256=GHuNTy7QPXJR3jwf-HD1pWR5Xrr8jSz6nMuG0zO6IV0,47002
|
90
|
+
pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py,sha256=Kr262fkPp9gcIlNmi9rmJehJ4fUD3KL-ifEuU4x9CdQ,14678
|
91
|
+
pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py,sha256=b6i1mBQ_CLdBD4B24q2OW5II_Z1hcAJ5SwrNh8TmDtU,17659
|
92
|
+
pulumi_oci/announcementsservice/get_announcement_subscription.py,sha256=7oQPIEFHzDVKf3kxgCyXRcbREBpDnyeNzv2QAZPrsLc,14439
|
93
|
+
pulumi_oci/announcementsservice/get_announcement_subscriptions.py,sha256=mf0eqqydaBjDNUOq4txwnTJzgpLoHpk_b3cV6muD9VA,9309
|
94
|
+
pulumi_oci/announcementsservice/outputs.py,sha256=1-VeTzQMunUu3qXwo-tuL2VQ36ahPA_ZgFnNXvZIsUE,19022
|
95
|
+
pulumi_oci/apigateway/__init__.py,sha256=feHoi7mAuAgjIN6cG5Iu_4htsdllNe-mgoN45508Hqo,922
|
96
|
+
pulumi_oci/apigateway/_inputs.py,sha256=0xoxoelGVJ72D56P4VreTGP58d3YoCzd9TEwnlvXL84,350471
|
97
|
+
pulumi_oci/apigateway/api.py,sha256=45Kf6GlHYEWp3hiDjvw5ajx5XJkXLtIks-TbV-bh0tM,31447
|
98
|
+
pulumi_oci/apigateway/certificate.py,sha256=gZTsOk-o3GYt6tjQTlIrM1CF3qgSo19N4xo-OQRC728,35122
|
99
|
+
pulumi_oci/apigateway/deployment.py,sha256=etK5b-nn7Q4qfRDiuJDFXAJCfbs7xm2NzOlW6jxQzgE,142283
|
100
|
+
pulumi_oci/apigateway/gateway.py,sha256=1vvxVMSPzwrwm60gev2uEomnlESDi3RY0Xvhs2pGdxc,47536
|
101
|
+
pulumi_oci/apigateway/get_api.py,sha256=uBO4AgWghsVxNdtBTCeWfLOMHAPifiQzVIEc9Ko2kSM,10306
|
102
|
+
pulumi_oci/apigateway/get_api_content.py,sha256=eA74c4QaJjFYVSBWF9DWUMxUXoZonQtT7SghVHUj1sU,3605
|
103
|
+
pulumi_oci/apigateway/get_api_deployment_specification.py,sha256=Kmbwqz3e5wHNCjLxHjUvu30KZbrCIaTiG3RLsK1mRWU,5599
|
104
|
+
pulumi_oci/apigateway/get_api_validation.py,sha256=Rlzy2Kv8Dzq-40RPL7hoAvnORproDzJjTO06fPNq5sg,3876
|
105
|
+
pulumi_oci/apigateway/get_apis.py,sha256=8DJza35fT0xyH2TJ3EiuJ5R7PGKXh-cAg5Ubh8q5cdo,6724
|
106
|
+
pulumi_oci/apigateway/get_certificate.py,sha256=vhY0F-rT9UDbJfU5eD2QmBOYxj7NAFI7AxMcPlVMzI0,11543
|
107
|
+
pulumi_oci/apigateway/get_certificates.py,sha256=jAXD7nbagQwrSmKSRXBCpS7sbp6wZUHJV2vxD5EhgNU,7214
|
108
|
+
pulumi_oci/apigateway/get_deployment.py,sha256=LxqFzieCzg6jFgveh-4n50XW_WaboT1Ns7LqcDF0FZs,10997
|
109
|
+
pulumi_oci/apigateway/get_deployments.py,sha256=vGS1bVkEsQc_HMlzjVpG7a3RwkuQWuG9RY09E-jNoQA,8103
|
110
|
+
pulumi_oci/apigateway/get_gateway.py,sha256=fqcJdJnTssE2wC_cs4udRRnFf54QH8gi3JAAmA6vksk,13427
|
111
|
+
pulumi_oci/apigateway/get_gateways.py,sha256=9HTM2iR_6BOotprdjw8iAGmRDIpojagp5Hc6Ncwlh88,8075
|
112
|
+
pulumi_oci/apigateway/get_subscriber.py,sha256=-p4_MI5KSehVYH_eDnTKvSjs-6R_r3iO6qAOo1um6Pk,9706
|
113
|
+
pulumi_oci/apigateway/get_subscribers.py,sha256=TfMgPfhD5EZQSlvliJILtqwLfGctNHmkEliZ7pCDM64,7128
|
114
|
+
pulumi_oci/apigateway/get_usage_plan.py,sha256=9_f8ofLk_YVf9sapyrdS5reIaK4pCKEbo3NNFZ72Uqs,9180
|
115
|
+
pulumi_oci/apigateway/get_usage_plans.py,sha256=QTDiXtj_eruxomr_CCI5_f1gXbYeeYxsD69LIN2ZuzQ,7109
|
116
|
+
pulumi_oci/apigateway/outputs.py,sha256=YjNqmlqOJcFAHk9Nh0AW1OFd9is48GMXH-n7ZIyjrnU,1048805
|
117
|
+
pulumi_oci/apigateway/subscriber.py,sha256=fg1zVrzAJZeKrCU7QVolCIhxme_OWbqJTNQNAJEv3AA,31038
|
118
|
+
pulumi_oci/apigateway/usage_plan.py,sha256=JR3706Mf2HXoyP7JwFhR6joPUIxJU9DO1Lr-XIro-js,29963
|
119
|
+
pulumi_oci/apm/__init__.py,sha256=VlWpxW-unSo6Cqrm8fmR-4BWqYnGZir2OqWjThDNgTo,430
|
120
|
+
pulumi_oci/apm/_inputs.py,sha256=lkpnZJYyJQnUw2XmOLAHydhCjzGsiB9UheUI8JWfQCM,2661
|
121
|
+
pulumi_oci/apm/apm_domain.py,sha256=ztYm-O25nDksSLuFlzvD0VovBFFsQZyXINbXdA47AMc,26123
|
122
|
+
pulumi_oci/apm/get_apm_domain.py,sha256=SjiA6hmNPjvUw7WN0OlPn5nMre4CtspUgYgSEp6W3jQ,9088
|
123
|
+
pulumi_oci/apm/get_apm_domains.py,sha256=Fg_2g7aVY6TugIktDKrHNkN6u9pe0uMt9O3fYVxx5GI,6728
|
124
|
+
pulumi_oci/apm/get_data_keys.py,sha256=QJxh1jzcyyrDr3gjMZpVwhLSFKI3g9Bw6gSNMsbKacc,5577
|
125
|
+
pulumi_oci/apm/outputs.py,sha256=Y4ZpAaBa1_EmQRbTyVEXJA2JNb4Z4dczuKoZLFwu0-Q,8267
|
126
|
+
pulumi_oci/apmconfig/__init__.py,sha256=QzbSqiZ9hOe5ZhTSpwQTKAFIfMRYphPCbvG8-1FfQ_0,389
|
127
|
+
pulumi_oci/apmconfig/_inputs.py,sha256=Lf95DDlTYX4q-eHQrwK7HT9voEUi8TTe9v5k3VhRnHk,15458
|
128
|
+
pulumi_oci/apmconfig/config.py,sha256=pBhzADxWcgM0KpFp7HSqfogcjLgRxbv2Z4zymGtgulQ,53343
|
129
|
+
pulumi_oci/apmconfig/get_config.py,sha256=r9cxVMkLJ69DgN-ZWh08mebqYhxPyxRLMjQvwX_4fUs,15217
|
130
|
+
pulumi_oci/apmconfig/get_configs.py,sha256=w4Wg4gzObAN1MjgQiGm1aezgvHLoBt5F408wv8c_HYU,15231
|
131
|
+
pulumi_oci/apmconfig/outputs.py,sha256=X2yrpKb6sUaoeZkEtZI8WjALTuSjWIeqIEuyiXuDIaA,44222
|
132
|
+
pulumi_oci/apmsynthetics/__init__.py,sha256=eGXPOye9LfXD1A8OBdfKYLWRO6diuIR5fBl5dnr4Mpc,964
|
133
|
+
pulumi_oci/apmsynthetics/_inputs.py,sha256=zz3t-NEMQNFXQBRvl5HBbNy4l43jq08eoT6cqTuUfcM,85054
|
134
|
+
pulumi_oci/apmsynthetics/config.py,sha256=4HIkiPcFwT-0L0h1CXGpZGsoR1Sk26dJd9cNK5lamWo,83880
|
135
|
+
pulumi_oci/apmsynthetics/dedicated_vantage_point.py,sha256=eGXGAdrJm4__odbfaP05sE6YAPbRxb_hM5brMpzszt4,32003
|
136
|
+
pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py,sha256=dKSt1aRuTIaJqVQApRPVC1gBGv8mNH1uC5VAAfTmlbI,11236
|
137
|
+
pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py,sha256=9QGflGQjvpCkc9VGLFTGTufwDwViYMRVD2xJuAmbpyI,8491
|
138
|
+
pulumi_oci/apmsynthetics/get_monitor.py,sha256=l9wuuC6aovRXtiEdCFfRQxJFcRoEAfZz8K3cf8a_sSA,19076
|
139
|
+
pulumi_oci/apmsynthetics/get_monitors.py,sha256=CwWXqqDwlg_y3ZGClWFELwpRUyVVwkrZAWWF-tX1sSM,12318
|
140
|
+
pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py,sha256=zVYh2UChhDd6NnM8u1josz4xkVsnZtEj2VTTs4XPZhM,10466
|
141
|
+
pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py,sha256=X_Pkf39Ok6OeyzZPbWFc0Le3m-tgInM1DqnTDaOI3sE,17682
|
142
|
+
pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py,sha256=3BvEFE8MzIast1QBtbkT6aVKLqC9hMBwVjk8l29mssU,10713
|
143
|
+
pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py,sha256=LmZpdkadLL0O_Mhw9rG8liP-5Yne7RgAzL0C4W7bWvM,7560
|
144
|
+
pulumi_oci/apmsynthetics/get_result.py,sha256=nYMtKofPUqVKzouw_buGDlptZOd5fg102EzgFKp8Ex0,9034
|
145
|
+
pulumi_oci/apmsynthetics/get_script.py,sha256=iDruV2VnhQWKMfwGiILPi6tWb5VrcMjh1mVU9v6HzZM,12458
|
146
|
+
pulumi_oci/apmsynthetics/get_scripts.py,sha256=LBl-LLlji7NW74ogmDX--e_Hq9EXK9mSHJTt8Wo5hyw,6737
|
147
|
+
pulumi_oci/apmsynthetics/get_vantage_point.py,sha256=yoc-pAIR_ybknTlSNum1xrXubR6o5BttM4mZJomi8Dc,5993
|
148
|
+
pulumi_oci/apmsynthetics/get_vantage_points.py,sha256=DBosMTz3h_xYAKIiuc8MisSI0nxl0cgBu5ev-YADwBs,7105
|
149
|
+
pulumi_oci/apmsynthetics/on_premise_vantage_point.py,sha256=Lz_IHkA9MZZrnLGrUhwFkgk89s9bKEdHHnOJ8GXXKQE,27587
|
150
|
+
pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py,sha256=CxHF3rIKxveJ2OX7s8xFELM_OPOBQv78UsrEksQp6-k,50249
|
151
|
+
pulumi_oci/apmsynthetics/outputs.py,sha256=jwH4xR37dj5nGHHJPICLSq2PMS3wVow5oM5SZReql7M,246683
|
152
|
+
pulumi_oci/apmsynthetics/script.py,sha256=jOSZL72zTJmGAfAgKO7gsFWNnJuEphSuFim9OHv0VEI,38168
|
153
|
+
pulumi_oci/apmtraces/__init__.py,sha256=Dgjx9uWFNtS8iGxLIR9w7ix8UR52hbu4BHgvo8cc8cU,465
|
154
|
+
pulumi_oci/apmtraces/_inputs.py,sha256=rdVeXRPtOLvPTcMimXK3W4p4PANt5E33IzgQIeC3cCQ,1398
|
155
|
+
pulumi_oci/apmtraces/get_query_quick_picks.py,sha256=Do0_kJ67J_4YN8UbofBzReQm47a94099CZJ5TcPlFzs,5101
|
156
|
+
pulumi_oci/apmtraces/get_trace.py,sha256=Yb1oGGxsYdW7DXN8ZA5pGBDXhO6ZKMmwHcG9-Q4UqdA,20415
|
157
|
+
pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py,sha256=Z79sv8riXpSqnYMbO7RvoYb8MRylqRDD-j4Fed1NRXA,9026
|
158
|
+
pulumi_oci/apmtraces/get_trace_snapshot_data.py,sha256=gk_VfirGSYrqjCibvfvYHtp5Wbc9QgDNwQqhHk2xyiI,9572
|
159
|
+
pulumi_oci/apmtraces/outputs.py,sha256=X_vGriOKU9kgRZnhjTN-gGsUYT1qEEMhvTPKvP8cgOU,23829
|
160
|
+
pulumi_oci/appmgmtcontrol/__init__.py,sha256=7_IRkdYqMK2mhMYjmeqqrulNTOikX4X_YtJDRji-wB8,432
|
161
|
+
pulumi_oci/appmgmtcontrol/_inputs.py,sha256=-eG3EtB9AjSGvGt8VoHFYkHnuCZ_QkPFZvhhph99054,1404
|
162
|
+
pulumi_oci/appmgmtcontrol/get_monitored_instance.py,sha256=77aLckuW8ImEpowGCYNr0Fs871XPwOS8wkNdUdb_jm4,9492
|
163
|
+
pulumi_oci/appmgmtcontrol/get_monitored_instances.py,sha256=lxI-4hfACA-I2XVqhNF18k-AO5dlGs61_cZ6yzHeX34,6733
|
164
|
+
pulumi_oci/appmgmtcontrol/monitor_plugin_management.py,sha256=lnBlCZmpN--Po_aOGyMpDD-5asNT6JrsB7YxSkf46D0,14065
|
165
|
+
pulumi_oci/appmgmtcontrol/outputs.py,sha256=zNDmw43G1I6adxs3q8svjXfEiA0yfzSnXF3QvF5jKoE,6249
|
166
|
+
pulumi_oci/artifacts/__init__.py,sha256=yE1m-f6UNL93-BtFvRQG4KF_FTPvKjEJ_FX0C0MM8jc,904
|
167
|
+
pulumi_oci/artifacts/_inputs.py,sha256=48aPV7LV57fdTQlPJm--3VB3AiE7-oS7CkJWCCOGUtk,7201
|
168
|
+
pulumi_oci/artifacts/container_configuration.py,sha256=79c4xf93KSB3t5oegWyDv0LOn-nmopX2ptfFSdakxTM,11520
|
169
|
+
pulumi_oci/artifacts/container_image_signature.py,sha256=_GGfs5O3E0WzMp65-uQUt2lE3PGu8rhyvml5U6b_7jM,40884
|
170
|
+
pulumi_oci/artifacts/container_repository.py,sha256=KN78KOHHAjxLfG-reacpCQ_H7yjl6YVlPzGdh1H1cXU,37837
|
171
|
+
pulumi_oci/artifacts/generic_artifact.py,sha256=O8fugszZAn6r9ChaNngthe_bfG5ZRBnUGlOxe1r7IVc,29614
|
172
|
+
pulumi_oci/artifacts/get_container_configuration.py,sha256=BST0Fai6LANJYvdyYjq5iML0WgzVxBwvG5ub-CWDqUs,5235
|
173
|
+
pulumi_oci/artifacts/get_container_image.py,sha256=Hpp_O1jUYtiOAxEquhC-PaB3Wg6NqESkQcR_Izwh80g,14283
|
174
|
+
pulumi_oci/artifacts/get_container_image_signature.py,sha256=5NNC_5A647j_15vzsN5lq7m4TBOFSyN0HYVXentgwzU,13034
|
175
|
+
pulumi_oci/artifacts/get_container_images.py,sha256=SgkbHYlmMi7a5Bxxk_4oTHx-GrTSkKF0wbai_awndgw,14480
|
176
|
+
pulumi_oci/artifacts/get_container_repositories.py,sha256=4CPAOv8pkW-_0ZCvQV9CHDFMiyNM8Zahy2k21p4CYRo,11328
|
177
|
+
pulumi_oci/artifacts/get_container_repository.py,sha256=bHLLCSjAeCbhTBGmQZ_9r_7Q11tpLEdID5LtYuWGq1M,13825
|
178
|
+
pulumi_oci/artifacts/get_container_signatures.py,sha256=RuwNqW4ys6wEqufLYLV3Ft_snYRTocjcnLUaluW_wsI,17259
|
179
|
+
pulumi_oci/artifacts/get_generic_artifact.py,sha256=t5U0meJfd8vtfkj9_7gnv9HzfBHctdK56f2uaaPZH50,10842
|
180
|
+
pulumi_oci/artifacts/get_generic_artifacts.py,sha256=QZU8ZDfLVuon_KgKhzoU3pSaWd6NIp2Y__0cxCperVo,12555
|
181
|
+
pulumi_oci/artifacts/get_repositories.py,sha256=gwD3BpSFqtDddfSezk9-vTo5rusog0HrASUtUgF4crw,8564
|
182
|
+
pulumi_oci/artifacts/get_repository.py,sha256=yu_o26G5qdtW8CqJHmjSW1cDjyz7EepZrRVsghFEUv0,9081
|
183
|
+
pulumi_oci/artifacts/outputs.py,sha256=5cfeIQVdDmf_2JhjePvJ6bK_0qocwiJx2id5plDWAos,56498
|
184
|
+
pulumi_oci/artifacts/repository.py,sha256=sSAGZyVCnnvIJxtR6awXM2rOFBleibQJc-Gy1Z9FPrM,29231
|
185
|
+
pulumi_oci/audit/__init__.py,sha256=k6QtiR85ChoxyKpGGtndpy95ySJLNcQIi4wLoklezU8,402
|
186
|
+
pulumi_oci/audit/_inputs.py,sha256=mOdHF3S4sC69tqXaSgJx4_6IbvzyRxmba_RV1Iin6fw,1380
|
187
|
+
pulumi_oci/audit/configuration.py,sha256=femdZ50Xl1qmvFRz5wpVoRYqCZgTPx7KuoB6I5L49Iw,11044
|
188
|
+
pulumi_oci/audit/get_configuration.py,sha256=PXbmH_8yLyspGSUGKQ5OJLQCUog7HqcwzbcIzxqD7lQ,4070
|
189
|
+
pulumi_oci/audit/get_events.py,sha256=u62wH1OzGJUW5M2KWS1GW2wHA-k9KooC_b4PwFg4p4s,8663
|
190
|
+
pulumi_oci/audit/outputs.py,sha256=nflZixP-wOhUS1wvq7wkWvn_mcIg1A8BKMW1gtGv9YE,25178
|
191
|
+
pulumi_oci/autoscaling/__init__.py,sha256=4GqavaDgqXLW6t4bw3UyHnse3Xj8SWd6stZKTh__hr8,449
|
192
|
+
pulumi_oci/autoscaling/_inputs.py,sha256=dL_hTpr5_LiallWw6a3YFAJn5YXHaYuOl7fnabldAyU,23420
|
193
|
+
pulumi_oci/autoscaling/auto_scaling_configuration.py,sha256=XFzPQ6UlMXwwEfB4drC9l_eFPOmAETi2Vmj6ZDE8brU,41995
|
194
|
+
pulumi_oci/autoscaling/get_auto_scaling_configuration.py,sha256=qzzHzmcZQEn6onLE2oFk6euKsHKjmUekX0C_ZlMG9c8,12031
|
195
|
+
pulumi_oci/autoscaling/get_auto_scaling_configurations.py,sha256=ZwmyGdPZ8K03y0WO6jlgQTW_5_o6spY7xIZxqKJZatQ,7223
|
196
|
+
pulumi_oci/autoscaling/outputs.py,sha256=x8u1Vzw85HIU1z950S0kkPI5NzYmodXm9x7uKvsk0Zg,57917
|
197
|
+
pulumi_oci/bastion/__init__.py,sha256=GQWlbltoQh-1tyJ8oP0WYOlsTH4Kv3uAsIr4Pexrt3A,470
|
198
|
+
pulumi_oci/bastion/_inputs.py,sha256=NZZZFjDeuJbLEUdDFHv-SOnKXw7RB9qixwZILnUxlhY,9934
|
199
|
+
pulumi_oci/bastion/bastion.py,sha256=MoOQ9x57lWgHVRlgYSHIvdA_tCCuE-kpgSH5SBowzw0,48040
|
200
|
+
pulumi_oci/bastion/get_bastion.py,sha256=h5OO4BwZq8h8Dae1qyQd5QPkBYTBtTUI-C1OC5ZBGZc,15636
|
201
|
+
pulumi_oci/bastion/get_bastions.py,sha256=0agJc7HlYIEAHWqd_QaJ6KCSWyfNn7zH9nATJIdn8Pg,7960
|
202
|
+
pulumi_oci/bastion/get_session.py,sha256=aqTnX5iyVzjhAFaH5PNU_PlHCIbRGhvd_oC9D3xZKcs,11955
|
203
|
+
pulumi_oci/bastion/get_sessions.py,sha256=Z3N1OqB7P7jKA77ZSsqgWeseOHmldd-hPHdtWhHVi-Q,8014
|
204
|
+
pulumi_oci/bastion/outputs.py,sha256=FpuoZdFmTFuQ8nozQ2VVH72zS8EOh_5P8rTPCvcFeZU,37588
|
205
|
+
pulumi_oci/bastion/session.py,sha256=IAKcB34bMHLYZA_lOWUUJZOQQHZS_VKvL91KX7b-wmU,32029
|
206
|
+
pulumi_oci/bigdataservice/__init__.py,sha256=NXDGSmIxDSbZJEA0aQdz6tLv6pFwihsRpKTWgvlOv9I,1098
|
207
|
+
pulumi_oci/bigdataservice/_inputs.py,sha256=f2CalThOloE42Bsy1ZfMo1HIOKhKtWoMqAvesq-BMFw,136928
|
208
|
+
pulumi_oci/bigdataservice/auto_scaling_configuration.py,sha256=V2gFJJDIKuTZvDQCSUfhCk9Rm6Ipbcaw61QTSy97BgQ,40666
|
209
|
+
pulumi_oci/bigdataservice/bds_instance.py,sha256=9yQBdP--5F0MHeWPeKy7rAu-pYJLxVb9L8lM20e5008,75217
|
210
|
+
pulumi_oci/bigdataservice/bds_instance_api_key.py,sha256=Sf3mFRIWCEckN2DTn16jxKxkgBMmdwY0HPPJJPJjLw8,25408
|
211
|
+
pulumi_oci/bigdataservice/bds_instance_metastore_config.py,sha256=Ide_OQ4JYlsDRq7eNJSVYqN3zUymXWejMSB-hdmX_cg,28897
|
212
|
+
pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py,sha256=tMkCVvTQiLIdE12ZBRPFNpuPBjA2vWL2kdf0PyCxvzQ,33886
|
213
|
+
pulumi_oci/bigdataservice/bds_instance_patch_action.py,sha256=7shDatab0_KrM59MFljrg3oSAKywQstJ0Nk6vWvEldE,13236
|
214
|
+
pulumi_oci/bigdataservice/get_auto_scaling_configuration.py,sha256=HwIHKC3RefcrbmnjUxL3ofcqlHEu2OklGrtKqG79pcs,10425
|
215
|
+
pulumi_oci/bigdataservice/get_auto_scaling_configurations.py,sha256=-SE7dG2bDIxHj5FqGhKCcv__ktsIq57dv1EvpD-GnPY,6434
|
216
|
+
pulumi_oci/bigdataservice/get_bds_instance.py,sha256=R0YYC_lUnWNH5VJ9l_Bnh6zmoIgbW12hVYDrBJmd2ms,22772
|
217
|
+
pulumi_oci/bigdataservice/get_bds_instance_api_key.py,sha256=hL7AFRSc9fJknRliKiIyneqtsd5jEVyyEqe-U-NFojQ,9311
|
218
|
+
pulumi_oci/bigdataservice/get_bds_instance_api_keys.py,sha256=YQH213MZ1W7ZhSvBUon5DaN88_4gSVppz5j5g73Gp9A,7341
|
219
|
+
pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py,sha256=ykDzt2uXuK6g9uP8ZGUpbMzCPRQv3Boq0H9N_xM88N0,8853
|
220
|
+
pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py,sha256=C9MktfKE-JrAr9TiPamIczuKiVd07lYyrCRw2wcTKP8,5236
|
221
|
+
pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py,sha256=CIyWhpZBQgrFxkSyyFwZutbIzh-0MpOyVLi6_Voe7Hc,10547
|
222
|
+
pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py,sha256=AKDKrHQVUEbbpFtjO3wvdVh-Avd8VkUaTny_Re2ufsc,11109
|
223
|
+
pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py,sha256=csU63tC5G4WhEZv6G4D6cP4AnApNklXpi8hlIk03O1w,8159
|
224
|
+
pulumi_oci/bigdataservice/get_bds_instance_patches.py,sha256=E8wU52CxK77IXnBs0V-_g3IMhQzN4t8YiN0xl56Xzgk,4953
|
225
|
+
pulumi_oci/bigdataservice/get_bds_instances.py,sha256=_mvafgtAKTWt-aO9V1TlX2mPBGkXbzFrT_ZbWfHKTUs,6680
|
226
|
+
pulumi_oci/bigdataservice/outputs.py,sha256=hC2cDtSaH5EdR8IeOWnz46KbaJu7zgPtclR63ufwwU0,316771
|
227
|
+
pulumi_oci/blockchain/__init__.py,sha256=b2CLshPLLmnO6Om3TLPGauDJ2z_cYIHxtBonK4zQJEs,610
|
228
|
+
pulumi_oci/blockchain/_inputs.py,sha256=JqE3ivHgQxJlWqZmgHSip04a9NnyOCmIr7eGrFHzcqo,20903
|
229
|
+
pulumi_oci/blockchain/blockchain_platform.py,sha256=XUtUIFS-SHWd9JLeNYfYhWhj7DXqn8yZmdGbIQ_auAQ,62485
|
230
|
+
pulumi_oci/blockchain/get_blockchain_platform.py,sha256=U2SSzFAL8nfuY9Egyq9TImYBs4-t8D1HdKoVjdIvXvY,19698
|
231
|
+
pulumi_oci/blockchain/get_blockchain_platform_patches.py,sha256=A0mysNq4UI7IlFRxmGrRqDDuUm9KiTuqbp5t-Lokees,5746
|
232
|
+
pulumi_oci/blockchain/get_blockchain_platforms.py,sha256=DTqPmAqF5zUdsmG2D8gZGKY3TiVjhpKfESf9HZb-1oc,7492
|
233
|
+
pulumi_oci/blockchain/get_osn.py,sha256=R9gpYSHas5qYynVfTqcHX8sAEQozsfdoSRx4ET_21TY,6023
|
234
|
+
pulumi_oci/blockchain/get_osns.py,sha256=U6LikcRVfWOWstX3MHzixXqU6ClK2-epIpkR8wvCx7Q,5682
|
235
|
+
pulumi_oci/blockchain/get_peer.py,sha256=b1WmuBYbtSgiK9uUx1AimUNGYz4FfX2_MViIUpyxcrI,7274
|
236
|
+
pulumi_oci/blockchain/get_peers.py,sha256=fB1NKztLyQrqZSKWLQqgZvOXDlD520uasiE-8-wg2MU,5735
|
237
|
+
pulumi_oci/blockchain/osn.py,sha256=HmUQO8ZaVWZsa3IWEb99QTmnJIzYPQyx9ItR_y-_KxE,13617
|
238
|
+
pulumi_oci/blockchain/outputs.py,sha256=N95ktK25lfDALGxD4oYAd_4Okh_XLXZIfyf0xE0g5i4,64856
|
239
|
+
pulumi_oci/blockchain/peer.py,sha256=FDovIt_rEe8Q0c9WYiq7G9rkWucNLIPVWlghd-ssoQA,19159
|
240
|
+
pulumi_oci/budget/__init__.py,sha256=HLHHobzR_g6CfDwM-rVZcTcUNNAsyPTEDxhZrwGc_vs,470
|
241
|
+
pulumi_oci/budget/_inputs.py,sha256=AaYgr_krbOSKQDfgRVYe-EekDeVvP80i_-Ndl4e5m3U,2410
|
242
|
+
pulumi_oci/budget/budget.py,sha256=huWN47r4yZ5t_CyOqqKtDRDttszGvdEMBkttFXPLSaA,58834
|
243
|
+
pulumi_oci/budget/get_alert_rule.py,sha256=E0NYp7vS_ryov155thZmD1RyKHVIL_8uXHxTetowQtY,11408
|
244
|
+
pulumi_oci/budget/get_alert_rules.py,sha256=u-XfyxTXrtA2KEc0OxoveqZIlOhnq0Vu1Zl1t-EZ_TU,6546
|
245
|
+
pulumi_oci/budget/get_budget.py,sha256=kAEN2wlrRS4FksfeWbm9nbz1A1Nj0IVCzA-XjkhNoqE,17126
|
246
|
+
pulumi_oci/budget/get_budgets.py,sha256=ozmR3SzSvXlgObBPb7Yvx2QknBLt5nmFM3oLr1hWMlk,8451
|
247
|
+
pulumi_oci/budget/outputs.py,sha256=eKYLbE8M8ZElHpbIHbH5u8L_OAM6OWbfMdPCMd8CQKY,21931
|
248
|
+
pulumi_oci/budget/rule.py,sha256=yHszW2ZAO8UzTrbY_KhgNPXXCR2I53sRcIOZkBginOc,38086
|
249
|
+
pulumi_oci/capacitymanagement/__init__.py,sha256=MtJdCEjl06qeSt77tBM_rDmPdFHHHmny6PbxI5vHU3I,806
|
250
|
+
pulumi_oci/capacitymanagement/_inputs.py,sha256=qp8TKbMZ07ettVq28aW_OuKcsHQXXFQ01Q1ECJeG-ZY,22449
|
251
|
+
pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py,sha256=X3VWSmgHyJHn_4wkSREwwStUB-ZkoXR16nv9UMKSjSk,11399
|
252
|
+
pulumi_oci/capacitymanagement/get_occ_availability_catalog.py,sha256=LoQExi_nWnuU_sHLefX1QAeNjifpPRHhzViRvFfoMug,13706
|
253
|
+
pulumi_oci/capacitymanagement/get_occ_availability_catalog_content.py,sha256=3I1jvEGQaYMXRtsZC6ijfcQUAMXttFzUUzj9czEz5aw,4422
|
254
|
+
pulumi_oci/capacitymanagement/get_occ_availability_catalog_occ_availabilities.py,sha256=zS_dEYmOQ-q3RNhZ3k8AiZB937FWkCE9xUIRiZwrLig,11561
|
255
|
+
pulumi_oci/capacitymanagement/get_occ_availability_catalogs.py,sha256=jRcM7xVA_lUfTXmDoaY88BbeHKAvphaxZgrxW16vklg,9537
|
256
|
+
pulumi_oci/capacitymanagement/get_occ_capacity_request.py,sha256=r4Yf-2PtWwwGdpou8BvnlKmsHZdqpnS9KvxU_huqOpo,15314
|
257
|
+
pulumi_oci/capacitymanagement/get_occ_capacity_requests.py,sha256=bSFWSWZanRYu40WjURELJoIG5Hyv11d2bCwC-l_oIFk,9916
|
258
|
+
pulumi_oci/capacitymanagement/get_occ_customer_group.py,sha256=_YuN1qPqIf_HOxH7Ucj-OxR35r5L1FQ1MEGmr3AWk6o,10864
|
259
|
+
pulumi_oci/capacitymanagement/get_occ_customer_groups.py,sha256=1nkhUWtEZ3YyX4R2b_p7jPDS2HCkCjqUvc_56M-IF8g,8094
|
260
|
+
pulumi_oci/capacitymanagement/occ_availability_catalog.py,sha256=JmMumn8caItJUoI7bkadCq8r24PvDdrmV4GWqzyu2Q4,40991
|
261
|
+
pulumi_oci/capacitymanagement/occ_capacity_request.py,sha256=zhBEgZzo2P25GwCr2ATq22sYvdzfqBEjQujDbeqBQU8,49683
|
262
|
+
pulumi_oci/capacitymanagement/outputs.py,sha256=7XJDoFlcCWgP6LWoDIFx0r6mJNVfm5NVeoT8Lvy691c,88034
|
263
|
+
pulumi_oci/certificatesmanagement/__init__.py,sha256=OBZN71dSiIqzFajc1UojUbLz56_HgMG0T9JBtoDO1W0,850
|
264
|
+
pulumi_oci/certificatesmanagement/_inputs.py,sha256=VNmfOva0PFB3bnCayZnJZGGIM2bSdknq3iD0TLjp0yE,114632
|
265
|
+
pulumi_oci/certificatesmanagement/ca_bundle.py,sha256=pj7Xx-7LzsUOMUelh8KJ79tlozLJzkS-k7kek9HYas0,27837
|
266
|
+
pulumi_oci/certificatesmanagement/certificate.py,sha256=D7jf7KUsmqkBoewgh4_4s_OQUm6U5MNc3oqW8cYPPEo,45335
|
267
|
+
pulumi_oci/certificatesmanagement/certificate_authority.py,sha256=4WuEOCMKiMwX7NIEmTGhBIqH0-zOPYkvqBXCV_iRJBY,45702
|
268
|
+
pulumi_oci/certificatesmanagement/get_association.py,sha256=6AHmCCjunCAdMaEOJHNGAcqqNM8473CpYaaJB0RQxHk,8054
|
269
|
+
pulumi_oci/certificatesmanagement/get_associations.py,sha256=4exoxsnMQ4eWR4I7JLaeC8cE3WsH--_Z0FNwKl6s1V0,11506
|
270
|
+
pulumi_oci/certificatesmanagement/get_ca_bundle.py,sha256=UDgUpKwJmj8jak1ea8lKDo9NpiRo4otdol9on7DUlAY,8838
|
271
|
+
pulumi_oci/certificatesmanagement/get_ca_bundles.py,sha256=06L3THBqlJoAeLkG5odpMpuDIyRJBXVtWBXtas4ac1M,8153
|
272
|
+
pulumi_oci/certificatesmanagement/get_certificate.py,sha256=ZQcaFhDQdV9V3o8BCbKlZUBJhktFLs66IeVCUmxISXU,16089
|
273
|
+
pulumi_oci/certificatesmanagement/get_certificate_authorities.py,sha256=n2dk33pEX6XefWY_Gz_uQKXYO8O8I_fOyMqGjzAVGRg,10985
|
274
|
+
pulumi_oci/certificatesmanagement/get_certificate_authority.py,sha256=sTeupbwS8u2ICCvLxaKN98nrSgazERLFaLd7xBSC0Cc,15890
|
275
|
+
pulumi_oci/certificatesmanagement/get_certificate_authority_version.py,sha256=AFfuQjuKHY33dMsJhsymrpoujopCj6vq35vnjtCrkMQ,11483
|
276
|
+
pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py,sha256=HA0gIOdn3oH6GNKvo0jTBau4yuPofAA9_B_QrUXd4aw,7754
|
277
|
+
pulumi_oci/certificatesmanagement/get_certificate_version.py,sha256=vpiJsc9PmRwaHF6ZtjnPdjvxqHDv0PNYfRxHOwbN7zY,11541
|
278
|
+
pulumi_oci/certificatesmanagement/get_certificate_versions.py,sha256=CunoNmHx2XrmY2kHNvwrc_9eSPdJBqfJ-jP7oWNe6nk,7023
|
279
|
+
pulumi_oci/certificatesmanagement/get_certificates.py,sha256=1sXSWfTa0BZO24MagZl9dgy9UoblpHllIDVmdteoqb4,10103
|
280
|
+
pulumi_oci/certificatesmanagement/outputs.py,sha256=2n8C2hx6SeAZ_GpfNMe7sEvlheIW3e0SRegmep91mVs,314560
|
281
|
+
pulumi_oci/cloudbridge/__init__.py,sha256=CdALYplZFR6fPIPGSKBVRSifCzEk2dMHHyUx34DnCOc,1074
|
282
|
+
pulumi_oci/cloudbridge/_inputs.py,sha256=ub220k1ABzFt_fWlT3VBdgq1inH_30lPd3AjCON-3Sk,69626
|
283
|
+
pulumi_oci/cloudbridge/agent.py,sha256=NLY6dFZkk_xa7NTRoEuP6CChN3zKhWhslk_A1W2e-vo,40778
|
284
|
+
pulumi_oci/cloudbridge/agent_dependency.py,sha256=D_wT1ztoGGexfjxM__ugYtxq8-pLqKIsDqXVv4czSHA,42974
|
285
|
+
pulumi_oci/cloudbridge/agent_plugin.py,sha256=JECQPJdclpuYYV1ju1Ivt3a5tHEJYR4fvHYOhdjFi1w,26463
|
286
|
+
pulumi_oci/cloudbridge/asset.py,sha256=Zk4Ti0K6hYpDKDrLT5mH01cXQrUEg1dbo6tY-kgmlAI,53338
|
287
|
+
pulumi_oci/cloudbridge/asset_source.py,sha256=dVsS9Mn0_DovNbjgdulXsR2KTfeTLm0x4L9ft-jSfhU,59765
|
288
|
+
pulumi_oci/cloudbridge/discovery_schedule.py,sha256=MlKQhgLU4iXhoVxELdJaSZeoasrTtGlzc1eB0H0zGeg,30883
|
289
|
+
pulumi_oci/cloudbridge/environment.py,sha256=tJMKZYk7557m-vTGgjCSR9PocCjv5b5UMJIFJ2KbZ7k,26311
|
290
|
+
pulumi_oci/cloudbridge/get_agent.py,sha256=8demFAhW95CtyAddZLaCr3EdrNmflBVGZ5KbMFz-O08,14269
|
291
|
+
pulumi_oci/cloudbridge/get_agent_dependencies.py,sha256=ewe4A3ZwUeuohGNIH_QTMTGVqsLmlmu5cj3LD917-Ww,9135
|
292
|
+
pulumi_oci/cloudbridge/get_agent_dependency.py,sha256=MCejtx537nzKP1Bv0WUv0AgWEHZlntV93B-7eGOrHqA,13051
|
293
|
+
pulumi_oci/cloudbridge/get_agent_plugin.py,sha256=XVVTyRm2fMJsDPjfZhvGY65Wo7Cf4VRUikk_mby3kec,10327
|
294
|
+
pulumi_oci/cloudbridge/get_agents.py,sha256=wSBI-R6HhYe3g3C05JoEuzzIj_N2-6T-njIh_SVzkAk,8472
|
295
|
+
pulumi_oci/cloudbridge/get_appliance_image.py,sha256=RhfCMD7oH5s-VyZuo2DE9T6KTh71WvV5_ZjxZ_HudmQ,5115
|
296
|
+
pulumi_oci/cloudbridge/get_appliance_images.py,sha256=ojBzS50hznvsvm5Du1rAks0FyufQlhwBAtTiB9Y38Og,6177
|
297
|
+
pulumi_oci/cloudbridge/get_asset.py,sha256=NOeVxcrLSeEGDbJvHYDF8wgRiaDcK8arneoeIy3mj3w,13033
|
298
|
+
pulumi_oci/cloudbridge/get_asset_source.py,sha256=SYmk3pwCaQsW-IzuAj9Yp-_XocBu2-2xz7s53oVUd7c,16549
|
299
|
+
pulumi_oci/cloudbridge/get_asset_sources.py,sha256=YCdrEAQosJMze6s688YnJlzz63wCNvyyFda0wYTlPqY,8137
|
300
|
+
pulumi_oci/cloudbridge/get_assets.py,sha256=WHkzFVWD7OgpPXV4VVm4yZqAmWhdWyrL7CaLor9EdGo,11010
|
301
|
+
pulumi_oci/cloudbridge/get_discovery_schedule.py,sha256=CUXSS6I3SYtNU0ZthxgnlbWtlUzKt1dwTuOlHXFNdD4,10658
|
302
|
+
pulumi_oci/cloudbridge/get_discovery_schedules.py,sha256=t1_ywIbo8SBzRP5ocaSQM_9Ck12K0NgdOKQKHmgVdPM,8659
|
303
|
+
pulumi_oci/cloudbridge/get_environment.py,sha256=HJBArlYk2XEZo4ffWc3MwZv_CPYRItGTXrdJoLhSPYA,9309
|
304
|
+
pulumi_oci/cloudbridge/get_environments.py,sha256=y-tJfyDP-T-bL6Af66y6RjloYPExTZUhn3EoRSbxp9I,7947
|
305
|
+
pulumi_oci/cloudbridge/get_inventories.py,sha256=evDCG5KFgSx35Z02ZVANhwgYBWk_S1ATLL3yKZzTs5Y,5814
|
306
|
+
pulumi_oci/cloudbridge/get_inventory.py,sha256=gvIqAzahvmSoqWgx6lYYcpwBmGaf3DmUx9wSAq9Rnaw,9081
|
307
|
+
pulumi_oci/cloudbridge/inventory.py,sha256=KK05ktiFFDXBSneY05mLU9pBJ6_f-PZsZzt5ysAbNM8,26088
|
308
|
+
pulumi_oci/cloudbridge/outputs.py,sha256=iCAQZhZ2h_JhVrqxAWIfwMxDy6czIxXVZY9WEEiZSTw,214297
|
309
|
+
pulumi_oci/cloudguard/__init__.py,sha256=R0o1ah9XQ_MLhbSVhF-MMbDVbms9ITZ-m8CQUfhdLY0,1403
|
310
|
+
pulumi_oci/cloudguard/_inputs.py,sha256=hYG8XGPJV3OoW-xRj-QWqsYaEOALhgjH-3KMuZ2UYtk,215806
|
311
|
+
pulumi_oci/cloudguard/cloud_guard_configuration.py,sha256=5SSdP8dKKFlO6YfDGCw2moCgCSl3LrnFHPR6VNy5lbQ,16136
|
312
|
+
pulumi_oci/cloudguard/cloud_guard_data_source.py,sha256=68UJMGzDLj8MSISvRB-7-BZIStG7TJ5FgmZaoGabDzA,37715
|
313
|
+
pulumi_oci/cloudguard/data_mask_rule.py,sha256=E7Ge1naaXpbG0d1iAlEnLEX88zTcBUTL2VpoPfxckPY,37708
|
314
|
+
pulumi_oci/cloudguard/detector_recipe.py,sha256=9WsLqzO_ZJjO6D9O-_WQpMEuWBhKhyOoHY-hb1gDpYU,35651
|
315
|
+
pulumi_oci/cloudguard/get_cloud_guard_configuration.py,sha256=2ucyFjrMTW0DvJOoB_1EWMj8051be_q7rHRhh41BcKA,5533
|
316
|
+
pulumi_oci/cloudguard/get_data_mask_rule.py,sha256=ZLRvqO6nBTku8mQu8VmpfDGH4Nj3s8pdvpK_WHxDfZg,12095
|
317
|
+
pulumi_oci/cloudguard/get_data_mask_rules.py,sha256=SHVfDgrDmnzQIvTMxu80FMgFW9EzwaM5S_aPCQv29tw,12473
|
318
|
+
pulumi_oci/cloudguard/get_data_source.py,sha256=NC4JKvdQTndYfFfrZ18PUztfVqAZ2Jiwv0G_XYlu__U,11629
|
319
|
+
pulumi_oci/cloudguard/get_data_source_event.py,sha256=dbc4PitEnnR0IrRuwqxxtifN8qHBOw6DygJyKqnL63E,5020
|
320
|
+
pulumi_oci/cloudguard/get_data_source_events.py,sha256=8_fQDO8N-c3lIhJ9U2L-cwMmhr5qhZD4XWtkMje5nBQ,6105
|
321
|
+
pulumi_oci/cloudguard/get_data_sources.py,sha256=nPGt1-BWfzYBQZhBKZEeS174Or-jfJsTLuM_qpsU6o8,14549
|
322
|
+
pulumi_oci/cloudguard/get_detector_recipe.py,sha256=rKERX2lj_2GaUJar7bfomAzZnvOx99Zqzc_iuOsK1ag,12496
|
323
|
+
pulumi_oci/cloudguard/get_detector_recipes.py,sha256=olXa2sO8wCUs-pK5E3sMyKW91tQ_-IlCf_oaBNsdhd8,13672
|
324
|
+
pulumi_oci/cloudguard/get_guard_target.py,sha256=y0N7fyQ73aGfy8B0fDTFkNOyWdu8sUnG73QmS2-OdLY,13837
|
325
|
+
pulumi_oci/cloudguard/get_guard_targets.py,sha256=Ty53sC3BL-lBwsw9sLo8EmuYV1mjkLcE7DmWFNXK2Tw,13502
|
326
|
+
pulumi_oci/cloudguard/get_managed_list.py,sha256=P6k6L5iE0u_cFK3OAYn6pLjoN3FQk8a2SSdZu72x-co,12185
|
327
|
+
pulumi_oci/cloudguard/get_managed_lists.py,sha256=A9LbdI6wNQeyy5054wlKuDldrWPd6PBcQ-dienLBAzA,14306
|
328
|
+
pulumi_oci/cloudguard/get_problem_entities.py,sha256=MS1d4U2KH-be3ooAhhTFqkGG4Pc0o7oA5HBtuhvMPwM,5054
|
329
|
+
pulumi_oci/cloudguard/get_problem_entity.py,sha256=AZ_T304aOJR584K53vrbQ-0BN1YheQX1pTxBswlHXwI,4017
|
330
|
+
pulumi_oci/cloudguard/get_responder_recipe.py,sha256=FGewXfRUU0ggZJoWcS1rfDxKx9BkQpI9H8I91T6tWoc,12176
|
331
|
+
pulumi_oci/cloudguard/get_responder_recipes.py,sha256=0cMK59mY5JzUBW40lJyXNXCzqZNs4hJYZjCfsSy3wig,13599
|
332
|
+
pulumi_oci/cloudguard/get_security_policies.py,sha256=lWqWVLuRoku-E1a_H3kUl-BnvP0XN3-j0v4W0rcHITw,7731
|
333
|
+
pulumi_oci/cloudguard/get_security_policy.py,sha256=Ozewl_5BkWbzidVhYitiRAVnKjBR0hQk0NdCPUP_vnk,11106
|
334
|
+
pulumi_oci/cloudguard/get_security_recipe.py,sha256=utVzL1sUaxsAIPiTCoHeEo7ny9qOBq7aim7_WjDPzyQ,10061
|
335
|
+
pulumi_oci/cloudguard/get_security_recipes.py,sha256=7xYOc5Qq0eRzQIT9QENu363aZjP5zmnWUCPzHQ3xSd8,7661
|
336
|
+
pulumi_oci/cloudguard/get_security_zone.py,sha256=YIq1zLeS_WJ5gRqxDhnCeRS7LxxPLDEZDIlRBmjDifk,11247
|
337
|
+
pulumi_oci/cloudguard/get_security_zones.py,sha256=denu-bmDBKJm-KsH7S1jVVnwMKuc6agF0hpbr4Mc1Qk,10048
|
338
|
+
pulumi_oci/cloudguard/managed_list.py,sha256=BizXQERyomuHefc3TwtsV9DNaD_i-mP0_FJoJlbDkfM,34472
|
339
|
+
pulumi_oci/cloudguard/outputs.py,sha256=ryPAbnSHjrs2FAyylYT0SIZuMXTBR5INNxBpmp590GY,545922
|
340
|
+
pulumi_oci/cloudguard/responder_recipe.py,sha256=uRhEpmJLeXFt08VWXH-vmMMSs4kuMHe7_9So3RxAZ_I,34855
|
341
|
+
pulumi_oci/cloudguard/security_recipe.py,sha256=y2xpcrYAiUwFPVJ5WXUYq7-Myu2t3MeEZw3xFKdKYuY,28276
|
342
|
+
pulumi_oci/cloudguard/security_zone.py,sha256=D6DNv2K4k_GEo1wb0B_hf3udFFymLkJK53s4d_yXMoc,30587
|
343
|
+
pulumi_oci/cloudguard/target.py,sha256=mCduMaxn_RxaAyFEf-uGQ15j3h69SCa-crcQBFi7AAY,46099
|
344
|
+
pulumi_oci/cloudmigrations/__init__.py,sha256=VtJaXOMY-724krUfRmk89RwqOH0Gra5Roukj0tD0R2U,910
|
345
|
+
pulumi_oci/cloudmigrations/_inputs.py,sha256=Yv3VeV8GBU1JuFbmkQ1dG13i5ppDMTy4l6IEr8-5HvA,266250
|
346
|
+
pulumi_oci/cloudmigrations/get_migration.py,sha256=Znpwr5GPe6dB6NbE0Xk5-pL_wKshGRFTKPvVOJ3EPTk,9890
|
347
|
+
pulumi_oci/cloudmigrations/get_migration_asset.py,sha256=oZHCzYF2-rFFLKgKzbjwK7wkS7tPPOWHlEQB3PoQo-U,15295
|
348
|
+
pulumi_oci/cloudmigrations/get_migration_assets.py,sha256=RlrhZ7EcnhvMwOyiqjL2DGy48JfZKQ26epobbWglYOA,8091
|
349
|
+
pulumi_oci/cloudmigrations/get_migration_plan.py,sha256=cydHREZKlhtIvobTqeo0ZCwL0dFwFTRqJeKj0h-80zg,13498
|
350
|
+
pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py,sha256=4VQ3HoFRwkZqR6IuKRcU8F8eRsA07Hi2l9JZLDu7oZ0,8703
|
351
|
+
pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py,sha256=444ML80xXRkmsNW0DasiZ028ZXzB4BKEZnh4w_f1Wmw,9858
|
352
|
+
pulumi_oci/cloudmigrations/get_migration_plans.py,sha256=oTASqQx2WE1aEcKLNIl7A3H-x-WgB4bh7K9_YQyNQIU,9041
|
353
|
+
pulumi_oci/cloudmigrations/get_migrations.py,sha256=XneKXxSKofq_qqpRqluy6NlAx2aMklydgNGSpBLx7Vs,7726
|
354
|
+
pulumi_oci/cloudmigrations/get_replication_schedule.py,sha256=Lp6z9tV9jcYmWZTEeN3oKAI36Pg_26iMgcfA5tUk7nA,10034
|
355
|
+
pulumi_oci/cloudmigrations/get_replication_schedules.py,sha256=B6-bzALD_1Od970T-PMzoy0S_i42TVYj5F34h4PrBqs,8661
|
356
|
+
pulumi_oci/cloudmigrations/get_target_asset.py,sha256=Qajk9BEXD_Gce3EWFuWzda-KqKfpIo6J4A0v1rg1Fvg,15842
|
357
|
+
pulumi_oci/cloudmigrations/get_target_assets.py,sha256=5E80rDCXLuc-bVT6A_LlHQPwD6PKibYIi_bwWAjIw20,7958
|
358
|
+
pulumi_oci/cloudmigrations/migration.py,sha256=a-pgUhUaBGtalyeBAHbYxm6mMtLr10QXxB1RW2gjDsE,28053
|
359
|
+
pulumi_oci/cloudmigrations/migration_asset.py,sha256=aOu--wZx7xAJThGtxC_8TpDl9TWfGPCJldYVV7beEsA,38878
|
360
|
+
pulumi_oci/cloudmigrations/migration_plan.py,sha256=Ar2cIZVdJ5aX9hjf5PlJQvmgHX30hPpaYkeCdJayvCM,35733
|
361
|
+
pulumi_oci/cloudmigrations/outputs.py,sha256=yqEHz7gfAeK-vD2K99-omGexGV2YXaElZcfgjM1NGgA,616399
|
362
|
+
pulumi_oci/cloudmigrations/replication_schedule.py,sha256=beaWF8gaMUsBHQd4JgEZoo9E3lgdOB38nP5OzWHnlEE,27734
|
363
|
+
pulumi_oci/cloudmigrations/target_asset.py,sha256=JBgACN3pOrMUriBVuUGrOhRK9_oo2bs6ym_MCY3cx6c,50413
|
364
|
+
pulumi_oci/computecloud/__init__.py,sha256=yBhXbzpPtk8e9mUO3nQK6tk8HqfH5TNeex9yp9I15DY,614
|
365
|
+
pulumi_oci/computecloud/_inputs.py,sha256=wqLvyFWbrcjSSN1mRYKhIXDLs55krgI_cyabAi-uwYE,36705
|
366
|
+
pulumi_oci/computecloud/at_customer_ccc_infrastructure.py,sha256=dIrGcaeXA0YuELUV9DRPxSDSNihJy5MuPErAVSP4Dp0,54749
|
367
|
+
pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py,sha256=kCscYn9emfSJRI4pc9bnh6wIeU6I_6HkxW1PjOv5uZc,33597
|
368
|
+
pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py,sha256=3x5P6a1H4SmcrSi3maFIWOesmzqspTdXQ3ObiRD0K3s,18986
|
369
|
+
pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py,sha256=akZ-GOlefN_s0rB76TfOeXIZtAsGvu5j4ypsAlVIe-Q,13749
|
370
|
+
pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py,sha256=mbzVTi-B1CTdzgXNUjpwQ2wcZ4qFvlN_L51rF5doPYM,12070
|
371
|
+
pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py,sha256=xp6pSmVkbqXglcPFJ1ki0QJNDZrEsVT0LpCcVExx6iE,13817
|
372
|
+
pulumi_oci/computecloud/outputs.py,sha256=YEce9rPjA7RfYFMmtePVJoMyLoffBVYx04QErburlJU,105944
|
373
|
+
pulumi_oci/computeinstanceagent/__init__.py,sha256=uAe_D-LOeUb1zsX1aadp3aXPHn4dLJBb7JdD9IG_5xU,442
|
374
|
+
pulumi_oci/computeinstanceagent/_inputs.py,sha256=HGh8V5qcPsEHh92kdsJZ7jFigYVyjIZxTCmwxy0oP-M,2688
|
375
|
+
pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py,sha256=3LkSNk0Sn9ZOk4JjbeH-lUW2ue3bA5j_TgYYl3SpaC4,7497
|
376
|
+
pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py,sha256=GSAaZ4f0gzVtPpgG6V71ZLzklOYfS8CoEtRPc0CexGQ,7772
|
377
|
+
pulumi_oci/computeinstanceagent/get_instance_available_plugin.py,sha256=X2pEYx3i6jl4BrxPVGZavOyswdosDINkJHU6_czU0F4,8233
|
378
|
+
pulumi_oci/computeinstanceagent/outputs.py,sha256=gmuwk_xkyyk9PaRMEkRooWycM6T3NItHss4ggbyWXz4,5228
|
379
|
+
pulumi_oci/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
380
|
+
pulumi_oci/config/__init__.pyi,sha256=4xwbApioG29Of0tq6HLEISY0ufe6t1jisNGL5q40GY4,2606
|
381
|
+
pulumi_oci/config/vars.py,sha256=rivnziHI8Mh46RzRZJv6sCmoJmtOqP-9tnJfGmIHQa0,4135
|
382
|
+
pulumi_oci/containerengine/__init__.py,sha256=6TM0sqIRD8PpUswE0la4moNLNH0LSzXsGiEUcl8RAwk,1305
|
383
|
+
pulumi_oci/containerengine/_inputs.py,sha256=Ds4Yr2NBMgpLVrtl_i1AjRoGOJjOFP7NbIRBILcApLM,169900
|
384
|
+
pulumi_oci/containerengine/addon.py,sha256=nm8EiTDJDkj0UUVLImvxDFDJOy5zs_agnJpPCeqU6IY,21306
|
385
|
+
pulumi_oci/containerengine/cluster.py,sha256=yA7wGZHa7J3JFk9ulnKnNbGrnsuEF5bCLlUeucnC6uE,51455
|
386
|
+
pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py,sha256=xH49AE17QM4iOWwUfEv7NKFbCa3gdyTH--D7IZ5EF38,9135
|
387
|
+
pulumi_oci/containerengine/cluster_start_credential_rotation_management.py,sha256=xNJpCK8fqn36OHvZIJQRLufMbHbI-LwktcDW4I3lRtQ,12484
|
388
|
+
pulumi_oci/containerengine/cluster_workload_mapping.py,sha256=XKTFGcKVnBHhzC4secDyqRQhIePyftbI1NEjDkY6hxw,24419
|
389
|
+
pulumi_oci/containerengine/container_instance.py,sha256=U8RjeJk3LhEEsCwciZ0I6yfaZvjrIVozcOv6knn2-os,72705
|
390
|
+
pulumi_oci/containerengine/get_addon.py,sha256=yWLAGrjP9-JxU9LSG8A_1BFXEuitgYFmU5DlFHF6CLc,7970
|
391
|
+
pulumi_oci/containerengine/get_addon_options.py,sha256=yTj8YYoHmJWGE85umaD3cM37kW9WEDgXZysR-n3mzhY,5803
|
392
|
+
pulumi_oci/containerengine/get_addons.py,sha256=Dxdwp9rVexJ9n1I62rPfZEVXN8xg83ItSm1RKsZhE2g,4394
|
393
|
+
pulumi_oci/containerengine/get_cluster_credential_rotation_status.py,sha256=FOsJd0Y-NCSRut1PSKsvAxHp24WCUiP7zfVjFECDCys,6647
|
394
|
+
pulumi_oci/containerengine/get_cluster_kube_config.py,sha256=sp39frrRarmg_SbUuehuyl_13GEBalzAWkJwrNZhWuk,6842
|
395
|
+
pulumi_oci/containerengine/get_cluster_option.py,sha256=GYJK_AkUu_90uj-DsZZ8pEBojeg6oqt5HWw7aVMMt-o,6262
|
396
|
+
pulumi_oci/containerengine/get_cluster_workload_mapping.py,sha256=Mzkv8uHRRwRKJJkynbIoq-wkxiqyw0MWb9yNLKp6bWY,8977
|
397
|
+
pulumi_oci/containerengine/get_cluster_workload_mappings.py,sha256=Jsbbdv9lFQSZ_xdWVGYf7j9x9psdMJcDMtqMpwMIS-s,5225
|
398
|
+
pulumi_oci/containerengine/get_clusters.py,sha256=cR14v3AvmEv3Q9nwjKHLRueVsmP9lg8vFEm0_oTTai8,6296
|
399
|
+
pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py,sha256=iWdmjr19qm-e3QhszpM8iqd4KEr68GEudINlFKIeunQ,3867
|
400
|
+
pulumi_oci/containerengine/get_node_pool.py,sha256=uOuxQiFkDJjAN3OBR7VSWXvc8XnSWo1D2satrlpjqlc,18496
|
401
|
+
pulumi_oci/containerengine/get_node_pool_option.py,sha256=gW1-cHn9tjFLvxRwowUXxm857nRlppi4e33zr91jT98,7005
|
402
|
+
pulumi_oci/containerengine/get_node_pools.py,sha256=xcPV024pUw7q4yeryAyU-jvQuVciVimzb9RNXQW7mYc,7434
|
403
|
+
pulumi_oci/containerengine/get_pod_shapes.py,sha256=TfG6BTd54Bwvjby8iZS2HTxWk5UEgp8SNQFrzV4HCOs,6429
|
404
|
+
pulumi_oci/containerengine/get_virtual_node_pool.py,sha256=AmWBzWbkDzjisKIM0OHFTIaxuVwjGQZ2J62SESDBLHI,15240
|
405
|
+
pulumi_oci/containerengine/get_virtual_node_pools.py,sha256=bkeueX-K3XmklOrfC6N990zeWZZRy-tPOP5yHsq68FQ,7390
|
406
|
+
pulumi_oci/containerengine/get_work_request_errors.py,sha256=V2gdeFtEs2NnOdjRE0-1Xgys8tMDsBsII-djNgzkGvA,5977
|
407
|
+
pulumi_oci/containerengine/get_work_request_log_entries.py,sha256=ZQt7OvKjfL15uXVw9XuLS2BbPFssrEZ5JU1WXqk6nN8,6198
|
408
|
+
pulumi_oci/containerengine/get_work_requests.py,sha256=7ZCyUlCbUI4FXpZjVubp3NwV8TSlomWTfu1fXeS9Loc,8514
|
409
|
+
pulumi_oci/containerengine/node_pool.py,sha256=09Qzf4JW_BQuMcWchJCTQJ6YMbC1lXaDN-cKQjHi23U,79868
|
410
|
+
pulumi_oci/containerengine/outputs.py,sha256=CMow9W8UTlM-IQzvwagUwZt8GG4Cj1aBa5NKinfO71w,330410
|
411
|
+
pulumi_oci/containerengine/virtual_node_pool.py,sha256=ZHfQlNNrEMKOzTutBxeVqUL6rQKaLGsuT1W9ZFxPQro,54994
|
412
|
+
pulumi_oci/containerinstances/__init__.py,sha256=xO0-NxqDfouoMvYJoAIqyDTwJ_OfkHLWfmRRCIJaflE,480
|
413
|
+
pulumi_oci/containerinstances/_inputs.py,sha256=fAnvlQw_TbYDRDSbaW-UHCIHXwMlwonHY8sE5Fd1qQQ,2844
|
414
|
+
pulumi_oci/containerinstances/get_container_instance.py,sha256=Ax2jksqRtKj3TfxVUhFiLVSfYgjTAfGP6MW9R_Eap1A,17721
|
415
|
+
pulumi_oci/containerinstances/get_container_instance_shape.py,sha256=GTh_7TTeCWTJbT49esvo0WXlvH6T-BpuFZxJ3k3pzzY,5543
|
416
|
+
pulumi_oci/containerinstances/get_container_instance_shapes.py,sha256=5TzHKp9fbhsZ1Li0_2Qa52FKgd2DW12JQDy_R95y9BE,6936
|
417
|
+
pulumi_oci/containerinstances/get_container_instances.py,sha256=-EzCVnYWtp7QuKQKv2psU-abVIevnqoy4zZq02FiVYA,8759
|
418
|
+
pulumi_oci/containerinstances/outputs.py,sha256=K1Kf3-8xpQM9OcZOnQQG972UwHvbtboWNqYnib8J0hw,99442
|
419
|
+
pulumi_oci/core/__init__.py,sha256=1GusBEmlUsbsrbDNFi5y0kaT_whekHP4LjiFbm85QvY,8463
|
420
|
+
pulumi_oci/core/_inputs.py,sha256=Hqqv6nllAKgtCezjB5_g3QlIDZ0zHmb84Vk58MhYe6o,879038
|
421
|
+
pulumi_oci/core/app_catalog_listing_resource_version_agreement.py,sha256=_B1OfsI0zj6cg4HAuiPsaBfSINVmPdNHNBpwrj1p-AA,14604
|
422
|
+
pulumi_oci/core/app_catalog_subscription.py,sha256=UN1AZKbTunwgmWqajHQ20PWwXpqgAd_cSQ5dAqJKpw8,29242
|
423
|
+
pulumi_oci/core/boot_volume.py,sha256=D3sxGJaFlYtiMMmgd3bjF4FH8Tj9VagSDoxPbLNJ1Hk,62072
|
424
|
+
pulumi_oci/core/boot_volume_backup.py,sha256=5ZSTzF2LsaT7XNTkaP8I72GyO_tBIqH-koYtu-q1ndw,44470
|
425
|
+
pulumi_oci/core/capture_filter.py,sha256=ClHy4OrAUbNx9L8F07j6KkpIwN5L4ttw1RHBZp3n9OY,42643
|
426
|
+
pulumi_oci/core/cluster_network.py,sha256=dSmhObvcTFtGzPe3E3JdAgLAoNCtI3tmKIbnCPSS93I,45225
|
427
|
+
pulumi_oci/core/compute_capacity_report.py,sha256=wrByBPp-W6v_5ITJtUwm9eEAzdfVACiU4Y9VWTMd7oQ,17985
|
428
|
+
pulumi_oci/core/compute_capacity_reservation.py,sha256=tSsIqWF95Q9-E9Jd_c0hgHtztfsHfJ7HAa2G0LQTyFo,44086
|
429
|
+
pulumi_oci/core/compute_capacity_topology.py,sha256=-X_JCPkO-HviKurr_3u_L2urLYkOBDxCEfNYnnyzcZI,31453
|
430
|
+
pulumi_oci/core/compute_cluster.py,sha256=mNsXET46tj-XhSOE-Eky9ePyehHdUcWQe1GbdVfqnjs,26936
|
431
|
+
pulumi_oci/core/compute_image_capability_schema.py,sha256=FQGmmMZ-f7U-qDP3OelMBUgexMsdVTgr3g5FgkU8yVE,30712
|
432
|
+
pulumi_oci/core/console_history.py,sha256=_dyIPHh-J0nCLMMZLZzto-u5UCu9iDX2Hma3VbjtG74,25957
|
433
|
+
pulumi_oci/core/cpe.py,sha256=k72e62k1_G-OUhuJZ2S6Jb-Xu8uv88WHCSNU2DRw4ak,38593
|
434
|
+
pulumi_oci/core/cross_connect.py,sha256=ihCQNQXgv51hXhk7dM6r-FA-bkkiCywhzikD4L6n3Sk,60472
|
435
|
+
pulumi_oci/core/cross_connect_group.py,sha256=YAg5rOHEDKWO55VhhOv4hD19BLuma_js1B1lfryrPOk,34545
|
436
|
+
pulumi_oci/core/dedicated_vm_host.py,sha256=Upzpor_dIZI1RVwnvUUei4wm8IwQ9TfRFxwirckjwk4,40505
|
437
|
+
pulumi_oci/core/default_dhcp_options.py,sha256=30IqQ2izMPEhqnPa2ljfiM4mT30YEgjhfyfB-dSEcng,16573
|
438
|
+
pulumi_oci/core/default_route_table.py,sha256=wU1u-pt3LPPeQ5ZSbJQ7fY02cIQ_DJ84ZHBV9Ubwq-0,15182
|
439
|
+
pulumi_oci/core/default_security_list.py,sha256=cmSa-CX4-ncaabFd7hXSnQlgji8rGcfjnplcfWC_pi0,18034
|
440
|
+
pulumi_oci/core/dhcp_options.py,sha256=XN8lCy8DkCnHHHR4I7zVesJr-tV60G5eXtr1W7U7DUA,35118
|
441
|
+
pulumi_oci/core/drg.py,sha256=wTPxQ8RawXrup2duwy4gWA4Hh_SAsrzaJpZeZF6VoFw,29401
|
442
|
+
pulumi_oci/core/drg_attachment.py,sha256=xGtvAxW4EmVspwq8R0neGA8tCcqV_qA8itA7HPrR8YE,53464
|
443
|
+
pulumi_oci/core/drg_attachment_management.py,sha256=mVeTrvN48mHrL2iPTic06FVOSwfzctKmQi1eqt8qT4o,53722
|
444
|
+
pulumi_oci/core/drg_attachments_list.py,sha256=mWx26xYSULZ41d9XmHsTZ27ebHraZ1AKmCiPuAvPXNg,15004
|
445
|
+
pulumi_oci/core/drg_route_distribution.py,sha256=thd4ivGlXTuQCao4WHKTqzF4KJzO09BejzM1uZ3RpJQ,27284
|
446
|
+
pulumi_oci/core/drg_route_distribution_statement.py,sha256=8tBCdwHja1NbeFiRp3MCtT_uZPo6Z5SfMOn5k9iQJLE,20726
|
447
|
+
pulumi_oci/core/drg_route_table.py,sha256=4J-5y106IndTA_6kFCejWHj8497luyccqoKiokOs51c,34330
|
448
|
+
pulumi_oci/core/drg_route_table_route_rule.py,sha256=Puup_su9V-TJJ5fZLvdR-s0HAcfUR8JcgOT7tofEbJg,28722
|
449
|
+
pulumi_oci/core/get_app_catalog_listing.py,sha256=8dTbsM1JNrWc6RJDAXfmwmnBuZXQTj01-c6ho6CoWp0,7405
|
450
|
+
pulumi_oci/core/get_app_catalog_listing_resource_version.py,sha256=jNxH_jc8GYMc8-MXqjY3bG-1jDCWbQBR_l2rcULT_-w,9460
|
451
|
+
pulumi_oci/core/get_app_catalog_listing_resource_versions.py,sha256=G8LzevFdCwvPHvLsEXeyPMeyYLmtXTsQ64gbtalCkZo,5853
|
452
|
+
pulumi_oci/core/get_app_catalog_listings.py,sha256=Yx6eLw4CpFZnlXMqEsETOCfNmBuw1W8XFIV3ybLQrZk,7574
|
453
|
+
pulumi_oci/core/get_app_catalog_subscriptions.py,sha256=MDJbR8F27eCtvVb2_A-vYKbFi7DfQCLGLCT4HxUPtrM,6510
|
454
|
+
pulumi_oci/core/get_block_volume_replica.py,sha256=jYwYR2fQoAX-3swF1rbIq2XTZu9gex6gs3daxEidQJ0,10757
|
455
|
+
pulumi_oci/core/get_block_volume_replicas.py,sha256=Qf6U4wyC-jEVgx2pkqKkWrd824UriT4T0bM6CcyhD24,10122
|
456
|
+
pulumi_oci/core/get_boot_volume.py,sha256=LhpnVgqi6hiqNcpDDUpHa9dbjcria_ceKRlTWfjb1UA,17510
|
457
|
+
pulumi_oci/core/get_boot_volume_attachments.py,sha256=qzuwqOl8IevZGlAoxvh7qG8m9aJ1gb3GJJh4mh1uc6Q,8906
|
458
|
+
pulumi_oci/core/get_boot_volume_backup.py,sha256=uJOveV6aJ1uzBa_iwa6bXAnMyVDrRfH7dh4-AnzpTKo,15386
|
459
|
+
pulumi_oci/core/get_boot_volume_backups.py,sha256=y4sYSHwD3RzHCd8geIpMEMBM8ins-m1q5YBRTIJRZ2c,9875
|
460
|
+
pulumi_oci/core/get_boot_volume_replica.py,sha256=rdwENtnZ5hOpt3ybQk77ZG0YS2roFC1Q2xtZo9lDOjQ,11195
|
461
|
+
pulumi_oci/core/get_boot_volume_replicas.py,sha256=J33TTdOj-AGszBxcd3BPI1olMlDmTYPEYF4DdPPd46I,10056
|
462
|
+
pulumi_oci/core/get_boot_volumes.py,sha256=xI4YNSQGRC0hqU39frlxvWzcmL8jTnfFLmQKA2zMZvY,7243
|
463
|
+
pulumi_oci/core/get_byoip_allocated_ranges.py,sha256=ZL27zxaNxi3KQiJ4FRgF83Cg9eMSHQ2-RGOXt_rpHLQ,5814
|
464
|
+
pulumi_oci/core/get_byoip_range.py,sha256=DLSurJL9Xdw2Td3qOtgGN-AL5e_m98cFzlMNFQuRIj0,13763
|
465
|
+
pulumi_oci/core/get_byoip_ranges.py,sha256=Tp6BYDbDaCbYGhDQ29N-fN3wUIj9mfwXkohuSA4GhVk,7327
|
466
|
+
pulumi_oci/core/get_capture_filter.py,sha256=YrZRYyIdHqdNZoY1phOLXp8n0P_A_xUyKr4tyPtqCyI,9953
|
467
|
+
pulumi_oci/core/get_capture_filters.py,sha256=T3eQJdQuxWOVv0FQz8smsFcrGCOcKkekWG4TdKM1AgU,8476
|
468
|
+
pulumi_oci/core/get_cluster_network.py,sha256=FH_JGp-_Ok5GPAwlPeCrbtuUC8SEcUlU1At114k7ZPI,11950
|
469
|
+
pulumi_oci/core/get_cluster_network_instances.py,sha256=zj62FaSBG8hpws6npnnJYRGH1Z6KUI4rms3sb232_-U,7827
|
470
|
+
pulumi_oci/core/get_cluster_networks.py,sha256=xyw10k1th7VrO3w52De1cjO_NrOOAPWL37gr-bU9ZHU,7541
|
471
|
+
pulumi_oci/core/get_cnv_dns_resolver_association.py,sha256=Qzc1rMDQZVuO8-Pa9KHosi4fVcWTbDWl_EKdVfN5778,4981
|
472
|
+
pulumi_oci/core/get_compute_capacity_reservation.py,sha256=2ymg6XgFjBbMdyezbl5omFUklrrNFXYpeykbGZmfZRg,12952
|
473
|
+
pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py,sha256=EjCNaAG0csflckv_FbjIUSbubF-VuMfCa2fbuxOm8Cg,8746
|
474
|
+
pulumi_oci/core/get_compute_capacity_reservation_instances.py,sha256=NcxswPNoDtcO5UOjmG6FMXukI98Ql9lQ36iEI1YErME,8621
|
475
|
+
pulumi_oci/core/get_compute_capacity_reservations.py,sha256=giQ7aBZJHEndYBD_q2czWd2VqyQUXwJJLf_aC1iMIX4,9691
|
476
|
+
pulumi_oci/core/get_compute_capacity_topologies.py,sha256=bR9i62re_YT0LcczQv_T4vdgaO74e0urqpLBuLO25R8,8518
|
477
|
+
pulumi_oci/core/get_compute_capacity_topology.py,sha256=8sRLJVck9HSQQciW4MELUpbFKTmvkMppwJichoyCEoE,10373
|
478
|
+
pulumi_oci/core/get_compute_capacity_topology_compute_bare_metal_hosts.py,sha256=olDOnE69o2RA-rwr-iIq06igqQu9mkN2A5M_c4QpdJU,13747
|
479
|
+
pulumi_oci/core/get_compute_capacity_topology_compute_hpc_islands.py,sha256=yrY71oT08M3fQYpLbXZqovsjTu1pZIuiw-4JrtPocG4,9025
|
480
|
+
pulumi_oci/core/get_compute_capacity_topology_compute_network_blocks.py,sha256=E3engpjAT4Dsj4R9t8rj1NlpwCj_o5X2OZhoZa2iQp4,10640
|
481
|
+
pulumi_oci/core/get_compute_cluster.py,sha256=aS4PwBbn8yY4dIIE7AliVjcv6famyGABeATFhVnfpUE,9055
|
482
|
+
pulumi_oci/core/get_compute_clusters.py,sha256=fd8r_IEoLbQxN5LLufniaGmG2LPfgjmHmRGyMpuYXh8,8081
|
483
|
+
pulumi_oci/core/get_compute_global_image_capability_schema.py,sha256=zj_rzehSwZ8qFSJNGxkurb85Z0VU4cO_Xtbv0iBtiGc,9139
|
484
|
+
pulumi_oci/core/get_compute_global_image_capability_schemas.py,sha256=_3AhNDhd0sBP1wRmikuI9-qWsC0w5JSkh_-iOfh4YrQ,7435
|
485
|
+
pulumi_oci/core/get_compute_global_image_capability_schemas_version.py,sha256=XoY921j00_N14kxPCxXOkof8oNVgHK24NWXqOYsWtTg,9486
|
486
|
+
pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py,sha256=nrq0cOvMUluD7W0Sx0MwmppGv1XIIwka3xobi4HFNdo,8566
|
487
|
+
pulumi_oci/core/get_compute_image_capability_schema.py,sha256=jpecbmwFWPvIaa1Kovn7TiTESZqMMr5FFhMpTY8ISSk,12175
|
488
|
+
pulumi_oci/core/get_compute_image_capability_schemas.py,sha256=-njaiDoKs8_02eAXgt3BC5ByR563_itlnkhWa47c3CY,8222
|
489
|
+
pulumi_oci/core/get_console_histories.py,sha256=geCVRE1xkB4E_leoJlSJZ7N_31Z7SawpZCLdgwkmuq4,8317
|
490
|
+
pulumi_oci/core/get_console_history_data.py,sha256=w8iLvwYFhNtfV4ZQNormIDjWpHxveKkTTWPVMfYwLdw,6164
|
491
|
+
pulumi_oci/core/get_cpe_device_shape.py,sha256=0rAjw-8d3oc8rVNvQ0FR5mBXslepgw0Worf0tSGFtpU,8506
|
492
|
+
pulumi_oci/core/get_cpe_device_shapes.py,sha256=I0ihCUBEBeWQSNbWObXJraO9Q7D4hdWTwaTbcEqaDc0,6315
|
493
|
+
pulumi_oci/core/get_cpes.py,sha256=lB3l67RE_y5jloadbC1ThjizQ8KWii_KAEfuEQEfwZ0,4736
|
494
|
+
pulumi_oci/core/get_cross_connect.py,sha256=XGvCfSLNRrwO_nOrRvWhKae5pJjElJR9Qq2q1fz6yQ8,15137
|
495
|
+
pulumi_oci/core/get_cross_connect_group.py,sha256=3zs9eYFbAtuyR0BbtCp3gZW1vBcMv-d48Uuqh45t9FM,10816
|
496
|
+
pulumi_oci/core/get_cross_connect_groups.py,sha256=T4ffO5N96a5xtWalw1z5wAUW_9HyRWvXd2qMqdSwUmI,7523
|
497
|
+
pulumi_oci/core/get_cross_connect_locations.py,sha256=VDN4ObCNRzqG8YDVg0RixSOOvfZ-3KEVez4bSO7pieI,5635
|
498
|
+
pulumi_oci/core/get_cross_connect_port_speed_shape.py,sha256=kjit7yZ9cw6Fhdu2vuo2M1HqVa2uZWQn9CxkJD31FLw,5947
|
499
|
+
pulumi_oci/core/get_cross_connect_status.py,sha256=4kLfOxtg9Q08Ia4_NS-mk810D8iNGx1YJa2jCa02r74,6671
|
500
|
+
pulumi_oci/core/get_cross_connects.py,sha256=UYcJvq3yJmGjpGDgqi3y3Y7YyDjGzUPquCIKgydIjew,8953
|
501
|
+
pulumi_oci/core/get_dedicated_vm_host.py,sha256=rQrJzgt7wKhAbMaMs-5SPlu2KYfjYudQ2OaIapI3uqk,12271
|
502
|
+
pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py,sha256=mbizadOIPmTF4r-8DComhe137WqbUcRSVUflfHuEKv8,8630
|
503
|
+
pulumi_oci/core/get_dedicated_vm_host_instances.py,sha256=--FXYUKUuUidd6XTXOe8Xw5A95Q2vHbDjl8qiyeCfRg,8103
|
504
|
+
pulumi_oci/core/get_dedicated_vm_host_shapes.py,sha256=PkHdLOx3giFwzmyc__ha48YgVTsn62d5hu18bbtufwQ,7818
|
505
|
+
pulumi_oci/core/get_dedicated_vm_hosts.py,sha256=_l5X7Fa93pryRY-fpBYRieIWwnLDshpcUMmSuNL6Pak,13423
|
506
|
+
pulumi_oci/core/get_dhcp_options.py,sha256=VmOcr3F2Nv9MaghGR4a5mEY8DCB9fAz7eQzZlztl6jU,8631
|
507
|
+
pulumi_oci/core/get_drg_attachments.py,sha256=7qXKCzA5fJC3UzRONdHdpcvC_NuvmxmC8MdMfI1M6Lw,13548
|
508
|
+
pulumi_oci/core/get_drg_route_distribution.py,sha256=WnNUJRsXn3txa1U8kYNHXxdQvA2H9nCpK7h_ClyFsfU,9362
|
509
|
+
pulumi_oci/core/get_drg_route_distribution_statements.py,sha256=ua56F9XPIG2wnBthQRKPWtLnPQhko0yN4SIEVG_dGxY,6127
|
510
|
+
pulumi_oci/core/get_drg_route_distributions.py,sha256=Ktuu3zoUpPgUqYmpFHoku_thfAj46_gLSyIY08OZCYk,7704
|
511
|
+
pulumi_oci/core/get_drg_route_rule.py,sha256=hpkpaEFbqUJuZ8mQqGfS-cahux-PndZpSxDAMNzNJ88,10619
|
512
|
+
pulumi_oci/core/get_drg_route_table_route_rules.py,sha256=7hGfbsdcLW1zFJQ3-LlFROm5OuqxfNkl-YNsRHWHqJw,6804
|
513
|
+
pulumi_oci/core/get_drg_route_tables.py,sha256=TtuFtN9ql8oWqte0JpGA8u8Q1-qGLn7MZyZv6lJfX2k,9003
|
514
|
+
pulumi_oci/core/get_drgs.py,sha256=-U-LdrlgcAYvyfhk-pq8DWw_j_eFY5zoW3W3sMBu5h4,4660
|
515
|
+
pulumi_oci/core/get_fast_connect_provider_service.py,sha256=ClPsAVA-Yo3CkPXHtX-dTYZuabEzcD3yjPzzICt30FM,12271
|
516
|
+
pulumi_oci/core/get_fast_connect_provider_service_key.py,sha256=CfD1_xT_51Kd7sEOzrnmAUbJPHGh3mTFYmHpk4vEc3Y,8816
|
517
|
+
pulumi_oci/core/get_fast_connect_provider_services.py,sha256=tNi30kQfI4EWV9xNMVC3CdTL0CqsxLyr6PlqXmDBS28,6553
|
518
|
+
pulumi_oci/core/get_image.py,sha256=PnaK7aOPH2fq3qvplUkTxUu3fFBJ2ZmauplZtDc9qWE,14591
|
519
|
+
pulumi_oci/core/get_image_shape.py,sha256=G9yeRQV2w7mgH8rvbPYm5eohJr-ycHVGyuxzb7DTYP0,6097
|
520
|
+
pulumi_oci/core/get_image_shapes.py,sha256=mDRFFY1V2bxCADqhC5iMVgBJcIL5SIPvYyNNlfY8pjs,5102
|
521
|
+
pulumi_oci/core/get_images.py,sha256=XZb5lS98aJAwoDSnp5vI8kYvbO_4hKsI6tK9IAYsKzM,13018
|
522
|
+
pulumi_oci/core/get_instance.py,sha256=OYkZImrEqac9xQWHXq6259w4w5WVFrs7AGjHGFwaoMc,32450
|
523
|
+
pulumi_oci/core/get_instance_configuration.py,sha256=sbpQ2KXgBzqmek-h2QEGF0MRJolz_WQUoL-xEfCzRGM,9633
|
524
|
+
pulumi_oci/core/get_instance_configurations.py,sha256=NOWknAZ-OymT2g0u2XX36F_f6WAx-t2XpfOz9bqn2kw,5514
|
525
|
+
pulumi_oci/core/get_instance_console_connections.py,sha256=c5M6NAT80LJvOkOUvbm6F01jBAjkPrZ1lqJITzdl9OI,7129
|
526
|
+
pulumi_oci/core/get_instance_credentials.py,sha256=bwTQgxcWGLjm-k-j57tcZ0_7V8CpYKWaDaqo1KDaVKY,4979
|
527
|
+
pulumi_oci/core/get_instance_devices.py,sha256=mipSVThXV85bDF2kV1XEZoyec52o-J6Mp31j9vcqCTE,6825
|
528
|
+
pulumi_oci/core/get_instance_maintenance_reboot.py,sha256=wrsvttz7G_snx6Yn4jczmLJmM-xHML-k9VVb9bNW_O4,5304
|
529
|
+
pulumi_oci/core/get_instance_measured_boot_report.py,sha256=vk7fCaV4LHZ45WKxG9QKFGrF9PV3UB_xfM3gCLuNIRQ,5474
|
530
|
+
pulumi_oci/core/get_instance_pool.py,sha256=KKjEpAHqWS45TdEKgvcvhScAPqtUtySFRqCiTMQMLnQ,12870
|
531
|
+
pulumi_oci/core/get_instance_pool_instances.py,sha256=yq_xRfHc027XQfRJvjoZhLwh_foSA88oBvLEwSWzSUI,7582
|
532
|
+
pulumi_oci/core/get_instance_pool_load_balancer_attachment.py,sha256=76Rva-nTPMn-iWOMfoaPpMJEuq3wtNRHzGC5dul84LY,9157
|
533
|
+
pulumi_oci/core/get_instance_pools.py,sha256=D4MEHMe18FAUplmcxAg2NcNWcg8v7aGK5nG7B0h92Sw,7201
|
534
|
+
pulumi_oci/core/get_instances.py,sha256=IoMZjiaLpyRL5KKznHtxyeyezJqgsf4l401JS3G0KB0,12061
|
535
|
+
pulumi_oci/core/get_internet_gateways.py,sha256=tU5KWjNdvRkLmu7sDfmphjbQ3dSUDWM0YkmrgN4X4aA,8545
|
536
|
+
pulumi_oci/core/get_ipsec_algorithm.py,sha256=eqdklAdDQTaM4YUvxEh9EFFCMfdZwks72B1MN0C6SX8,5853
|
537
|
+
pulumi_oci/core/get_ipsec_config.py,sha256=_Fmo_ImEVyR413Yr0MzrBgwHhybuK9ssh_UDVq6DEVA,6808
|
538
|
+
pulumi_oci/core/get_ipsec_connection_tunnel.py,sha256=z0QIUdknnGY4bW2uiZ3E137RXQO9g99gCgBCVQwNsQQ,17046
|
539
|
+
pulumi_oci/core/get_ipsec_connection_tunnel_error.py,sha256=Lj8HdQ_7rzS358pisUQ0hSVSsCtZGgyObwHgK05daDQ,7515
|
540
|
+
pulumi_oci/core/get_ipsec_connection_tunnel_routes.py,sha256=4DUUOS-gnmNb05w3-tZbfySjVURvWAhTcLDyHoYguxc,7643
|
541
|
+
pulumi_oci/core/get_ipsec_connection_tunnels.py,sha256=Nyzs95GwDSAWjWqQ1aR-hAXntd4ujUbT632iLMxZdKo,5365
|
542
|
+
pulumi_oci/core/get_ipsec_connections.py,sha256=CPq78k_WKFB1siVJi9TNfS96YO1TtBqMeB0S0YxRmzw,7369
|
543
|
+
pulumi_oci/core/get_ipsec_status.py,sha256=vW4xzIohDv3FCczM6K2hhPx2obw1NCqZNdf3qAW5bEk,6454
|
544
|
+
pulumi_oci/core/get_ipv6.py,sha256=vZwi8QKX0WqjR3wowUnQss5AnonfojUPV5bdot6TPe4,10220
|
545
|
+
pulumi_oci/core/get_ipv6s.py,sha256=c0nWoGZkFHs0I_hd6ulc06n9goEr7cIJIlt7KiN1pWE,7503
|
546
|
+
pulumi_oci/core/get_letter_of_authority.py,sha256=J9mC6k09icqbrKPVRnMdz-8Mz-TJXiy1YuYntsNq_ho,7601
|
547
|
+
pulumi_oci/core/get_listing_resource_version.py,sha256=dvaR29q_Rm04tZ9nYS1Kc8--LHIiQfiHEyKm-OrVp6A,7258
|
548
|
+
pulumi_oci/core/get_listing_resource_versions.py,sha256=73p5zzrdQlJOLow-T55LO7e3c8RszPeKPHqxj_CcwbI,4490
|
549
|
+
pulumi_oci/core/get_local_peering_gateways.py,sha256=bvuMonr_-5GXosg1-uFKsRQsAaSuZ9d8Mnbtqhaufdo,6821
|
550
|
+
pulumi_oci/core/get_nat_gateway.py,sha256=AbCBMRr0y_r1NyQqFjfAgb9PNMOALxQGChPfY5SfI8M,10401
|
551
|
+
pulumi_oci/core/get_nat_gateways.py,sha256=OdN7uTzWtoKq1OodvBgEgNEAkuIoRn0DQo7Lbx0L5gY,8236
|
552
|
+
pulumi_oci/core/get_network_security_group.py,sha256=mZ1df-K4KBfse7Y3-NJz-w4p8jm316kCzUaZxYXUSGQ,9477
|
553
|
+
pulumi_oci/core/get_network_security_group_security_rules.py,sha256=3kLa5r3p5b97qWUyEXiOCA5a-xTYGtCRjOUtp2ShL1w,7260
|
554
|
+
pulumi_oci/core/get_network_security_group_vnics.py,sha256=-XwTtXVN0u0CPN-qs74kDUfGsXBmKqXkWeTljxYm84c,5896
|
555
|
+
pulumi_oci/core/get_network_security_groups.py,sha256=ofQTT5GVjBh8O8F3oMeacexEUEHk7RFEwcmMhh2816I,10037
|
556
|
+
pulumi_oci/core/get_peer_region_for_remote_peerings.py,sha256=Is-w4uoyBxUJLrhN1EqN0bUO-DdjHdahpC1be-Hk3fc,4977
|
557
|
+
pulumi_oci/core/get_private_ip.py,sha256=VNZRX7GXlL1RZcdvjcG_yzp334UpfkrCSm2N31T0EHI,13310
|
558
|
+
pulumi_oci/core/get_private_ips.py,sha256=a4olBSs2Ql2Gvp91he9X4JrbS5Rq2OPckm6sxAgErVk,11831
|
559
|
+
pulumi_oci/core/get_public_ip.py,sha256=wpuQqiWSJ897x4m43YayQ0R2qvuxNmDLqBwPl0FA_cU,16093
|
560
|
+
pulumi_oci/core/get_public_ip_pool.py,sha256=-1I5OZqdxAI9A7z1DtF9HuGVg_fQZgB4XoFrUVjLlUI,8485
|
561
|
+
pulumi_oci/core/get_public_ip_pools.py,sha256=9jYREgbo9aebxPDD0D8dedoSjolkqH-s2BcvPJhR1g8,7552
|
562
|
+
pulumi_oci/core/get_public_ips.py,sha256=MMM9yOzypudue1K7saE6EFwaPjJnCfCUPzD3hp0jRy4,11510
|
563
|
+
pulumi_oci/core/get_remote_peering_connections.py,sha256=0pMQvj1qhEb2krckb5p5DOGsbzdBoWLY06R5QSAHmy4,6849
|
564
|
+
pulumi_oci/core/get_route_tables.py,sha256=QEGFt4soXmH0Jc70CIhacVfURMHwqrsGZ_Oi_eIpdyA,8694
|
565
|
+
pulumi_oci/core/get_security_lists.py,sha256=-IsukB9lOTFMYsTQTKxIttd8HjT3i9Rxa7T_bg0CsU0,8477
|
566
|
+
pulumi_oci/core/get_service_gateways.py,sha256=bxV359oHFMY1b1rH_OiPQtJRgQbvlLFDwlz-SsWeaj4,7368
|
567
|
+
pulumi_oci/core/get_services.py,sha256=41kpOTBB_yzwsByqoVsj7W8s1OOdtUipxRVlcvdR43U,3927
|
568
|
+
pulumi_oci/core/get_shape.py,sha256=QDrNpm-jAyzo1ola8m1L4F1WzxdnAyd6v-mP8ZUI_VQ,4962
|
569
|
+
pulumi_oci/core/get_shapes.py,sha256=eZhCByuG6s2kV8vXvFfqV3KMx00TDJRpXrCwR9cVRBQ,6784
|
570
|
+
pulumi_oci/core/get_subnet.py,sha256=RgTXlAyccj_yM45-Ok5VGFOEJtva5u3nygfIF5Xl90M,17971
|
571
|
+
pulumi_oci/core/get_subnets.py,sha256=Dg6ENO6Lj61LuCYtVOQv_n9slJF1YpxFsC02bpD47lo,8053
|
572
|
+
pulumi_oci/core/get_tunnel_security_associations.py,sha256=MVd9puJU3bMEMTZgrvemST7FOJAWJIMEnLAd3WWRmBs,6521
|
573
|
+
pulumi_oci/core/get_vcn.py,sha256=sSwujqKlPgSTQtlIJSYqCKf0hVdngLEOWUpvoiW3k7s,15731
|
574
|
+
pulumi_oci/core/get_vcns.py,sha256=SRFKhlsnxKPFJIItritZBRaGRMu3VAK3GHZW8IKSFBU,6971
|
575
|
+
pulumi_oci/core/get_virtual_circuit.py,sha256=9UKen761Q9gOmsV7UkrD3xaDEtlXtG2G0Y17Bim0ROg,23593
|
576
|
+
pulumi_oci/core/get_virtual_circuit_associated_tunnels.py,sha256=juZN35P-9q4geQcKr0MojzUh-64cbcuwSDWDABzujmU,6114
|
577
|
+
pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py,sha256=OoQFMV3Hiboj8FVCYLzJzuUsQNuxVjYyYxRhxU5Dpr0,6622
|
578
|
+
pulumi_oci/core/get_virtual_circuit_public_prefixes.py,sha256=9L0DdpEaLnqPIhTWuPpfUMmMhjgIdwgH81RVywjj0Uk,7623
|
579
|
+
pulumi_oci/core/get_virtual_circuits.py,sha256=STwmQto2Q_q2yps0PG66E-2LBucK1wcXiSKikOjCftc,7376
|
580
|
+
pulumi_oci/core/get_virtual_networks.py,sha256=jQSFNrPPbP_instxO3-LjzSMyUth4BTD8JysaCjjvrA,5246
|
581
|
+
pulumi_oci/core/get_vlan.py,sha256=AsOXhrEAzT6bOYAYlK3h2s6Td2nH-aOtWWP0O1jYa8Y,10819
|
582
|
+
pulumi_oci/core/get_vlans.py,sha256=4dYFig_l_N6VCXHsTdWK8cNE1jPVMBfDUBpLMjuj27g,7703
|
583
|
+
pulumi_oci/core/get_vnic.py,sha256=u9ZoKwZrtAYFdLKA9UBuuQZsiBsVmozE3_HSSrvAT2Q,15019
|
584
|
+
pulumi_oci/core/get_vnic_attachments.py,sha256=rOXahBaX40qtdUOx4mXD46PfAQF68b9W6RCkBdehqyA,8466
|
585
|
+
pulumi_oci/core/get_volume.py,sha256=0uzN9FmUu46ORy7l18RuWe5f9HSCbKUlCyTBIteI6ZU,17467
|
586
|
+
pulumi_oci/core/get_volume_attachments.py,sha256=oNL6jPZLJnjsfX9vj0_LvMZTStg6LwbJXpc3f-JTBHU,8987
|
587
|
+
pulumi_oci/core/get_volume_backup_policies.py,sha256=ypDoCO76U3N5OkZimPUBUaIGRnQZIZOTdR9YrZOaIb8,5924
|
588
|
+
pulumi_oci/core/get_volume_backup_policy_assignments.py,sha256=XJD1WwR6P50zEmS3L3Oje2WNFT1LPy63bi0nAoMQ6dA,5997
|
589
|
+
pulumi_oci/core/get_volume_backups.py,sha256=ELR_vJD-5CRGxAHA8TKrCfWp4h-j-ID1gbm-ZWPTMww,9313
|
590
|
+
pulumi_oci/core/get_volume_group_backups.py,sha256=4Fuhnixa7zZB6sI-H3pQG7nJNDB96IbJR6YKYk67ifM,7839
|
591
|
+
pulumi_oci/core/get_volume_group_replica.py,sha256=oIma20P89mIwNiRKKXT9loj20zXj1MeDCQ2uDr3iIis,10794
|
592
|
+
pulumi_oci/core/get_volume_group_replicas.py,sha256=7A9agjwk6CXAcZsida-EVk8fVLUtAuP8I37E5OLEFbQ,9075
|
593
|
+
pulumi_oci/core/get_volume_groups.py,sha256=yHyk9vFUg_8m_CXUh1eQAnUY5IGTcKXEDAP2z78P-wM,8569
|
594
|
+
pulumi_oci/core/get_volumes.py,sha256=7zhgYaDLlR6vONKmIBG1PiUwgOJe52lwKvH1CdOppG8,8945
|
595
|
+
pulumi_oci/core/get_vtap.py,sha256=QGy8OCm4l7T-2pyvyVomL9VUvkvBV51HDrROCjmAV_M,16573
|
596
|
+
pulumi_oci/core/get_vtaps.py,sha256=d9tvJCoeB3SpURl_57UeW-MPm_xtKHFPPLY8Q5vDFxc,11992
|
597
|
+
pulumi_oci/core/image.py,sha256=k5A6lMXKU0Opi_i2_FvHSDqdtirYNDlFKTiW7uxU01Y,48820
|
598
|
+
pulumi_oci/core/instance.py,sha256=WMSaeFS6mMiuDBdbnW-S1ySYlhK-VPbJ8SdCu9P90HQ,176310
|
599
|
+
pulumi_oci/core/instance_configuration.py,sha256=yFj_dDk-7Ry05GuT_liQG7lXxHty2McVR3qmpnOB7bQ,110467
|
600
|
+
pulumi_oci/core/instance_console_connection.py,sha256=1DB17_ZKpLuHLtOwsRcrklyysarkBvAfOOgb5bLbHOE,27587
|
601
|
+
pulumi_oci/core/instance_pool.py,sha256=LJrhHJRCjuUhJR3s6MuDEqWk28VT-sKcIMMAStrKMUU,54887
|
602
|
+
pulumi_oci/core/instance_pool_instance.py,sha256=s6u-L_XOnFXijojS9M_6JuHq-UueR8AslEoRtuy40kY,31106
|
603
|
+
pulumi_oci/core/internet_gateway.py,sha256=z79W3CJ9KgAEWoDUcSHF3uRaJval4CMG3D5v2QMeCZo,33427
|
604
|
+
pulumi_oci/core/ipsec.py,sha256=htusSCDmZ2CUbExradpZSOcGFkR2Fgx01aW-iHcqhK0,51018
|
605
|
+
pulumi_oci/core/ipsec_connection_tunnel_management.py,sha256=j-R8q_HM4BXz7bPjFjLNB8ZSND-H9N20LDk98Z8kruw,70353
|
606
|
+
pulumi_oci/core/ipv6.py,sha256=MwpEOnMvA387JxVJiezQQkQYqd1LkiNBRFNTAhzSAIs,31158
|
607
|
+
pulumi_oci/core/listing_resource_version_agreement.py,sha256=oNZHH4tkjyEfQHfmGgcsutXJWgo_g8o9rrMgkcADDd8,14404
|
608
|
+
pulumi_oci/core/local_peering_gateway.py,sha256=4BlAZbxVCFoX11GAJm_Z9k8KQfiwXs_4zTX3fYe0s8g,46669
|
609
|
+
pulumi_oci/core/nat_gateway.py,sha256=7dNLS7CqRZMROEcVSIleqiLqOPR4FfHhdDzSNgMpT2Q,35951
|
610
|
+
pulumi_oci/core/network_security_group.py,sha256=BnNjXM3XsdexNQg7KogFOZxd_YbEZ01lFqmsqdH662I,25360
|
611
|
+
pulumi_oci/core/network_security_group_security_rule.py,sha256=gnKUNV-XocF-Gbu4-Zg-Jw5qtG8nBd1hyZOZK2CwqYc,67150
|
612
|
+
pulumi_oci/core/outputs.py,sha256=FCN4TxK-7CmOsIJ_t-1II11ufWJf_HTELNQZHTn7uYI,2345743
|
613
|
+
pulumi_oci/core/private_ip.py,sha256=HV0T1GZOqN1Lf1a-nKYs1Q6JS78jc79rRRT4NtZhvHA,42415
|
614
|
+
pulumi_oci/core/public_ip.py,sha256=fCpY2PcsIw-PdAEWqdo29C102xkdHDXh2XzSU31lbe0,46161
|
615
|
+
pulumi_oci/core/public_ip_pool.py,sha256=Wj6cNrCEJ72brEK9BM1WmiumftQ70sfJHdHDR2YZcvs,23737
|
616
|
+
pulumi_oci/core/public_ip_pool_capacity.py,sha256=aRZHkAnTXJAgwrhG41UodhmaS3hi6ImPinNM4DM0Pp0,13165
|
617
|
+
pulumi_oci/core/remote_peering_connection.py,sha256=A-2ibhPUtO-LiLuCCyUrz3Ps0HPdoN3It4SAy26lSsw,34650
|
618
|
+
pulumi_oci/core/route_table.py,sha256=vvPqM3HuVtEdqgC2DnEV5ibKQc_ckSSus3AHpLZP33s,31933
|
619
|
+
pulumi_oci/core/route_table_attachment.py,sha256=dtc1eDUjvnmUZm6MTaUNXQ7SPJMFK2J2KeeilLcMVic,10341
|
620
|
+
pulumi_oci/core/security_list.py,sha256=cWsGsrcQBajTnNp38OkMG9XdaP3hcYNpt55gzb7knd4,42479
|
621
|
+
pulumi_oci/core/service_gateway.py,sha256=arYh25hgi5ZkLnoWxgPYG0FyXt0xceLOP8tCI0eiLWo,42768
|
622
|
+
pulumi_oci/core/shape_management.py,sha256=xSdOWSiSUH2rKJD2_-Kc-Gq6S-1WjomwSbecFZXxB_Y,10484
|
623
|
+
pulumi_oci/core/subnet.py,sha256=98G2Y8RAYef12wTyZmVACMysWHYSBPE3Kr1BRL5b6pI,88570
|
624
|
+
pulumi_oci/core/vcn.py,sha256=tHPNenOviVQnWcfthQAI7LC9JEsU5rTSwxQuQivdET4,72586
|
625
|
+
pulumi_oci/core/virtual_circuit.py,sha256=ZWJW3Tox_24rWLS9DVVcn5p3KEa2hPKry9Q7gyieKoM,91373
|
626
|
+
pulumi_oci/core/virtual_network.py,sha256=p4tTe3wGzsdmCVHyqRhI3tOzvSyDlYoOoFD3d0BxL2k,28955
|
627
|
+
pulumi_oci/core/vlan.py,sha256=U1_MMGaes9qlRar_K4OPPpRKdp_ZBeE238TsCXCYvnc,44953
|
628
|
+
pulumi_oci/core/vnic_attachment.py,sha256=omM_9_Uj7yLCTQZ8v95eUe66XCDknGsn-IO2smfpXWw,36656
|
629
|
+
pulumi_oci/core/volume.py,sha256=IrsNUOu5wffsXvEgA7zuLtgPbUT-kHbMfSb8J7k4DsU,67530
|
630
|
+
pulumi_oci/core/volume_attachment.py,sha256=Kkousrs9jvMjysqgHbOSC6A0lgK-4o1A7TBr17dHV14,56159
|
631
|
+
pulumi_oci/core/volume_backup.py,sha256=8AWuJgP9zzIRdCqtIZrGh8Ji4qx8eyW63X2Zw5zBcjA,47685
|
632
|
+
pulumi_oci/core/volume_backup_policy.py,sha256=ao5oFgotBaNsTQH9ptg3TRzsz7YpTlBnpNiI44mId0Q,29644
|
633
|
+
pulumi_oci/core/volume_backup_policy_assignment.py,sha256=hbPAsLQQyRAFtwF6QMBv6RX6z8VZ8BrgVFYwHkflFmY,13236
|
634
|
+
pulumi_oci/core/volume_group.py,sha256=i436FqRxNoGbv228Q-fsKwVnVFPs99JVElt4zfwmVmg,47511
|
635
|
+
pulumi_oci/core/volume_group_backup.py,sha256=g_Z0n-WjGcJRELoHLfaL1lpujSM49iMLD0puMU6veSo,44170
|
636
|
+
pulumi_oci/core/vtap.py,sha256=LzcY4C0QZQ91aGk3IfLBiQyhOdsnROxo91mWrd2Xtp4,61425
|
637
|
+
pulumi_oci/database/__init__.py,sha256=vmk_ABTY9egQLB9TjjbjLk9eoslzGAmlgEGmikTVIvs,8711
|
638
|
+
pulumi_oci/database/_inputs.py,sha256=KYXEUGhCvRSxgGV93eS8rsks3tI-T4P5XkDaNAAt6tk,657348
|
639
|
+
pulumi_oci/database/application_vip.py,sha256=tD2KAB9HBw9xfiOmIGH76sBgjst9ZVTzumxU41CoX9U,29139
|
640
|
+
pulumi_oci/database/autonomous_container_database.py,sha256=8KBRkXFQ3H2jSqiNl8bFB4SKp4qakiaiU5hXtylcGq8,161652
|
641
|
+
pulumi_oci/database/autonomous_container_database_dataguard_association.py,sha256=wNCvvVNEE9iHeQmfsIaYuutsgzyRN20wHM_gWJXLen4,75465
|
642
|
+
pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py,sha256=fATe0y4oiDokay7zE9NyLbR-n54tjPLXVJ3CuCxIKRk,17923
|
643
|
+
pulumi_oci/database/autonomous_container_database_dataguard_role_change.py,sha256=dAjgy90q3k5T6dtvfFzJFXQrKECSyK08MCECei2BJ1k,12249
|
644
|
+
pulumi_oci/database/autonomous_database.py,sha256=a3ZRG3H2WYR1SvWI1WH39KEiqjU0yRcZf_gAH3Fq1Sg,451181
|
645
|
+
pulumi_oci/database/autonomous_database_backup.py,sha256=weSlMetkWDfI2ri6HIpmeWXvlvMX3Vvuunl6iU11fVw,42495
|
646
|
+
pulumi_oci/database/autonomous_database_instance_wallet_management.py,sha256=uQFYUz3IdT0xolEyzWAkM_6KnnohebWMswk1F8b2uoQ,18727
|
647
|
+
pulumi_oci/database/autonomous_database_regional_wallet_management.py,sha256=gRIfqlu32NRC7MeqOq3LzXfg6PpsJAigDCeUD2h49vc,15739
|
648
|
+
pulumi_oci/database/autonomous_database_saas_admin_user.py,sha256=uznBcNCN9NNNBDbE9xQ9e_RhTs47Kc79GLqEXJl03U8,26724
|
649
|
+
pulumi_oci/database/autonomous_database_software_image.py,sha256=Z-EBq7M1jD1ZlbsgScu84uCacfA4movcHBqQu2zpASA,33129
|
650
|
+
pulumi_oci/database/autonomous_database_wallet.py,sha256=D60kMTetSdF7BFqt3t_M2CmAkVQHNiiuiJpudFYb7_k,21230
|
651
|
+
pulumi_oci/database/autonomous_exadata_infrastructure.py,sha256=tlHTtXaBDk7N8DkR6o7esQ9jYH314QEuZJf0x8V9nOM,68475
|
652
|
+
pulumi_oci/database/autonomous_vm_cluster.py,sha256=mygvcuSMaC9X-HeyLWwUDkGxByBFfNWIebvMatgkm7o,111755
|
653
|
+
pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py,sha256=CohM92xpkz8mt22Wn4SCmGoRbRvmvqKv_wltjvwQNAI,21685
|
654
|
+
pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py,sha256=yVHl19l2Hlh0VqZ_rN4mEreixUKj2Yv-af2WuttTwmE,21597
|
655
|
+
pulumi_oci/database/backup.py,sha256=kpzzjActkTGVlSTk4FcTMgeR6K7Nbjk7kRDJx2O39mw,32223
|
656
|
+
pulumi_oci/database/backup_cancel_management.py,sha256=yjwGG4DxoVGomdpgPEXRXh5x7bYiQBV4XIGZD7K8rck,11653
|
657
|
+
pulumi_oci/database/backup_destination.py,sha256=XQGk4Gk-5fgALMBsa5aHTHp-RWcxct8TVHEPuSpyUFI,44903
|
658
|
+
pulumi_oci/database/cloud_autonomous_vm_cluster.py,sha256=YTUY9ucmToIx1tL34atTRcWLX5FO_z4aJvWg89uXtxw,133759
|
659
|
+
pulumi_oci/database/cloud_database_management.py,sha256=HH3ecWGRfvgfZTlryzqBdhzHqFXzJv9VaBGgqWCcOTE,31384
|
660
|
+
pulumi_oci/database/cloud_exadata_infrastructure.py,sha256=WfRQn3shIUo1AhQlGAPkMGMXeSyPW3J7efRwq_JKVnE,74419
|
661
|
+
pulumi_oci/database/cloud_vm_cluster.py,sha256=HU3-KWHswV77rhquuchc9SirZZV8BOrwvBEe7OA8nO8,136219
|
662
|
+
pulumi_oci/database/cloud_vm_cluster_iorm_config.py,sha256=-0p7qUoYsV3rhlZ-rX67yTJx9jsYYXtn43LGP0V99_Y,16481
|
663
|
+
pulumi_oci/database/data_guard_association.py,sha256=LvFNumfBS4u9uw9tltUYedCvGn-GayRPI-5z6mT46W4,146985
|
664
|
+
pulumi_oci/database/database.py,sha256=-rQsfeUog9bcfDO0qlZ0pEyQmQO6nunpLU1UxfN0FOM,88340
|
665
|
+
pulumi_oci/database/database_software_image.py,sha256=IJHZsk5vMz7rTfQn4h0k8GRspqxyoXiYO9VHVwHzoE4,46340
|
666
|
+
pulumi_oci/database/database_upgrade.py,sha256=T-jGqyc0iWMheudQfmURnw9osmVRc82sl2G9eWPGXEg,57824
|
667
|
+
pulumi_oci/database/db_home.py,sha256=RTKVbTMpRlUKn4yMYPkXFOtl8aScAY5YQkAzsqq2DIs,54595
|
668
|
+
pulumi_oci/database/db_node.py,sha256=DUxQO6O3EP5t3eKNJsyLnPnkLPMPATzpJXNMJMa8WvM,45555
|
669
|
+
pulumi_oci/database/db_node_console_connection.py,sha256=oOwuUXa8sCKH-B2imyUQ6PjhQEr5B0A-gS39FBDIUts,26752
|
670
|
+
pulumi_oci/database/db_node_console_history.py,sha256=6phSt1zZyxi5oD5ULy3CZ1Wr_Yf9KTpl-QtVd7gDjXM,24006
|
671
|
+
pulumi_oci/database/db_system.py,sha256=bYASMr3qu8wQR4llPJeRWsKMJVC8nE-lDWLk4E7HRMA,176770
|
672
|
+
pulumi_oci/database/db_systems_upgrade.py,sha256=7omro4fUVh7XJStQzDDpnOQMNSUYTikf--p_G_Ef_C4,93567
|
673
|
+
pulumi_oci/database/exadata_infrastructure.py,sha256=BHICz_DYVs2c-ZEidRPLArCYb1q3G8i1Q4rd5geIOoo,116172
|
674
|
+
pulumi_oci/database/exadata_infrastructure_compute.py,sha256=KeLf2eMw1wp9iq2gpyZYO7IC4Zku0lCz_1fZNLRvB9o,74918
|
675
|
+
pulumi_oci/database/exadata_infrastructure_storage.py,sha256=9Y1M21dcf1YX9YqwvsU4AOwywyve-GDsRUmn-BGvAQs,50971
|
676
|
+
pulumi_oci/database/exadata_iorm_config.py,sha256=q4Y3x0Ggg2L3MLLNVvO16qbo56y4jYREEWKrbj3b1-4,18148
|
677
|
+
pulumi_oci/database/external_container_database.py,sha256=vzH0jDXgJieyAoIlQFoFhXzVa_lfJR7tgLdjbSRrz1k,38411
|
678
|
+
pulumi_oci/database/external_container_database_management.py,sha256=RPCqPUtqjjCgjRBQ7Epv1PfHmIsOiwveZVoUsEHL_kE,17556
|
679
|
+
pulumi_oci/database/external_container_databases_stack_monitoring.py,sha256=xkiB4ghSL_ZTI9R60VSqjkhvoggvnbNr9cPofRBGtLI,17390
|
680
|
+
pulumi_oci/database/external_database_connector.py,sha256=IGKsqGkQfbE6MFJhT0OQsWanTGThX5-1esbyopwsd_8,43338
|
681
|
+
pulumi_oci/database/external_non_container_database.py,sha256=5ZsHninUwsVkBMpsln9mVZ5dKIInuOUl296rcfFDn_M,40665
|
682
|
+
pulumi_oci/database/external_non_container_database_management.py,sha256=XZAMbEZlB0CgPVj2psTohjAdbQbbJONMrmecJeiq5Sw,17809
|
683
|
+
pulumi_oci/database/external_non_container_database_operations_insights_management.py,sha256=dfOAGPbMOmgLqEjFao38jjIBMG_HNUZ7ljKE4AUy-_U,18209
|
684
|
+
pulumi_oci/database/external_non_container_databases_stack_monitoring.py,sha256=PMJfYC8xjnELbR9yv2VlsgYpC0PLo4sPio4RiKJ0hc8,17705
|
685
|
+
pulumi_oci/database/external_pluggable_database.py,sha256=elq34L8aVfbinvFANJjvgKvqkYBnF3ZXcIqXYsKLVm4,49121
|
686
|
+
pulumi_oci/database/external_pluggable_database_management.py,sha256=SQaKDMeV1gIrKexdnIy8FdG50zJwOyQKPx5gbBQ_uW4,16222
|
687
|
+
pulumi_oci/database/external_pluggable_database_operations_insights_management.py,sha256=12ItE5umP4sNORwHR9rOmIJDq6l0NPSZk9y8ldhsgd0,17909
|
688
|
+
pulumi_oci/database/external_pluggable_databases_stack_monitoring.py,sha256=aFU9vAO6-4L5Ck6Qct1NXxLHU_n4K8CAsi7aERHfrSk,17404
|
689
|
+
pulumi_oci/database/get_application_vip.py,sha256=nc7a6s4sOzP4fyIycyB2FM5nuCxdiE2YXRYlslEnmRk,10741
|
690
|
+
pulumi_oci/database/get_application_vips.py,sha256=Jf4bNaA5XZh7evu4Ugg6bAjIrVQXmp7tZA15_s2dtsQ,7668
|
691
|
+
pulumi_oci/database/get_autonomous_character_sets.py,sha256=bYFA4Yf65Ub59GJI6BIol2T06gfjg60y1k6eZkUfT1k,8139
|
692
|
+
pulumi_oci/database/get_autonomous_container_database.py,sha256=18TdAvUKyFPG9PV8ahArtymWx16QwyUkwY7F995jXWk,48104
|
693
|
+
pulumi_oci/database/get_autonomous_container_database_dataguard_association.py,sha256=CD1WlBaCSEea0MVNMNOQKVC2iEy_AMaL3-7EhWMGGqU,24700
|
694
|
+
pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py,sha256=lG0WXTsN-Dqm-kjs1bJUkEree20PjkZPKR5T2thLf2Y,7660
|
695
|
+
pulumi_oci/database/get_autonomous_container_database_resource_usage.py,sha256=nZweqqPPeFXYIwndozCpggbqidi8dCe4qecNbwFqky0,12859
|
696
|
+
pulumi_oci/database/get_autonomous_container_database_versions.py,sha256=WvGGbA8ShOFEn-EphRKAFdEdlSrYlALvTKLe8MuXUyM,7210
|
697
|
+
pulumi_oci/database/get_autonomous_container_databases.py,sha256=x7njb-ltpsezNSnsQ3EewSw4HtmvcqD74m6G6AKrOzc,16958
|
698
|
+
pulumi_oci/database/get_autonomous_container_patches.py,sha256=t8uQTMFEJSMHJcN4XL56cCLjWGnOPtXY-5Pg4Efu83A,8282
|
699
|
+
pulumi_oci/database/get_autonomous_database.py,sha256=OiTkt_LmLhYe6SmMeiGrD71sHG7QpZfyoV0kT7xGpa8,101651
|
700
|
+
pulumi_oci/database/get_autonomous_database_backup.py,sha256=rK__sgiy0_HY-q029ka6CBeqN11HZZiy4rnjlvertFs,17714
|
701
|
+
pulumi_oci/database/get_autonomous_database_backups.py,sha256=miJhu7jFHbm8299U-qqYJH-M8HZccy8853tIN3VPnIs,10292
|
702
|
+
pulumi_oci/database/get_autonomous_database_dataguard_association.py,sha256=FFTmmiJRXoCbzEzdJ0wZUXJFeJLe0QHaTALmeq8Dybc,13683
|
703
|
+
pulumi_oci/database/get_autonomous_database_dataguard_associations.py,sha256=DJ40Muwj3lxppMXcN_fDMQcE12Rt-NGTns6kuHYzKy8,6777
|
704
|
+
pulumi_oci/database/get_autonomous_database_instance_wallet_management.py,sha256=C0fC8BIT2dpk3GGUFi0YW2r8Kt7amRzvfPG9TRl20PE,6780
|
705
|
+
pulumi_oci/database/get_autonomous_database_refreshable_clones.py,sha256=Rs4Ey_h_RMCbg9VBD_bGRNrfoNwqaRHUJ5tJcojTSBw,6343
|
706
|
+
pulumi_oci/database/get_autonomous_database_regional_wallet_management.py,sha256=AnFrgtqRbvyARmT8XfWlp6NHaDoYKJ_L6q8cIAIP6GQ,5231
|
707
|
+
pulumi_oci/database/get_autonomous_database_software_image.py,sha256=5ZPdnby614sXRxFMdj8YbHEpRQ5wL6B9urtMogmTRCg,12307
|
708
|
+
pulumi_oci/database/get_autonomous_database_software_images.py,sha256=wjLZf7Jmex1trVQwimQ_aTT7toayQWJTNFtfJW6724o,9782
|
709
|
+
pulumi_oci/database/get_autonomous_database_wallet.py,sha256=Wimzb5_gcFv-j2W0v5zw3bkomxkuy5B4PoAxfIYI2IY,7487
|
710
|
+
pulumi_oci/database/get_autonomous_databases.py,sha256=AiwvJfKzWdhigxowxWW5DbbNxc-c22xBMddJEWJRCH0,21320
|
711
|
+
pulumi_oci/database/get_autonomous_databases_clones.py,sha256=7FKmRL0XkFPjYOqsbJ4ZB_2IIbcGOCU7RLKkdTSn2T0,10000
|
712
|
+
pulumi_oci/database/get_autonomous_db_preview_versions.py,sha256=LdoCJ3Z6Cz2I3rwLu3vVlkkESfG8d4lbzfDqn_6PLTs,6053
|
713
|
+
pulumi_oci/database/get_autonomous_db_versions.py,sha256=13l24CYj99IqFcEuIbiEVHN589jRXV5ZDGlW-iGLSbg,6762
|
714
|
+
pulumi_oci/database/get_autonomous_exadata_infrastructure.py,sha256=NZ3SmWIm4PPWj3YhfkrjmP6VfD_-BaN_VnrWzc7P_Z4,19097
|
715
|
+
pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py,sha256=sv30LzHh7wgddLLxkfRTdustKExWAVVwncV_BbGDdVo,6777
|
716
|
+
pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py,sha256=kb2OphHZzD5XFZuM5mTfCT4CCnqAWg4BrqJqFn4TrVc,7230
|
717
|
+
pulumi_oci/database/get_autonomous_exadata_infrastructures.py,sha256=AOr_h2zNqjHjy6Zro9hW9yV__cgnp9sDpEZk4flX9sA,10299
|
718
|
+
pulumi_oci/database/get_autonomous_patch.py,sha256=N8XBi81vGU2x4aj4chMHxZ3FNr73FuYwlo_ZnN27JeY,9165
|
719
|
+
pulumi_oci/database/get_autonomous_virtual_machine.py,sha256=4utz39SS-QgEwzZVgmMgxSdlnhRI9yWyj1dqcq6ZCRM,12153
|
720
|
+
pulumi_oci/database/get_autonomous_virtual_machines.py,sha256=reZesBpShZkEC1spalRY1T8KLnEYFEpZD2jlIy2GffQ,8248
|
721
|
+
pulumi_oci/database/get_autonomous_vm_cluster.py,sha256=bOeytDghR0qhJy7SbzDY-XOVbqB-hsOb6Qko47qm55Q,40742
|
722
|
+
pulumi_oci/database/get_autonomous_vm_cluster_acd_resource_usages.py,sha256=Sv7Vyy-h-JFSjRmikig2o6DXzhHSAjpafo_zsNw3n_o,7746
|
723
|
+
pulumi_oci/database/get_autonomous_vm_cluster_resource_usage.py,sha256=ekxqxT65ISQFoyM7bc_pUA5kI8FhLUd-lsP1j8r8aZQ,19850
|
724
|
+
pulumi_oci/database/get_autonomous_vm_clusters.py,sha256=QPIX4PlwTEY1hSJYZszbFhu_jdN1KHTOScJY_6eNKyM,9478
|
725
|
+
pulumi_oci/database/get_backup_destination.py,sha256=QeTDIagUkYASki9hqf3dLefCD7_QmVXUHvVQZLS0n9A,14438
|
726
|
+
pulumi_oci/database/get_backup_destinations.py,sha256=XRgY3ROy35VjBM1AkPvnWn2-1Ip2uXPVboUKdnslu3M,6263
|
727
|
+
pulumi_oci/database/get_backups.py,sha256=ds7mOXUdzCAB0AfQ_92M7_haCG63uMM2PqnZBZmmcWk,6095
|
728
|
+
pulumi_oci/database/get_cloud_autonomous_vm_cluster.py,sha256=V_HpJL_6F8oXX_OjQXALwuaix4IXSGPa4G4otOZeRc4,44740
|
729
|
+
pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py,sha256=SbYuep2RASlETAlyIfT1WWttL3i_BH_yDpeU0z0egd8,8091
|
730
|
+
pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py,sha256=FtvrXcy44HXAAW7v42AcmAUzu0uuIlO_0n3yGdWzUFQ,19315
|
731
|
+
pulumi_oci/database/get_cloud_autonomous_vm_clusters.py,sha256=Xji7hoqEoph2776B24uSpTRl4fyRhFd75Ppj3V4sjpo,11166
|
732
|
+
pulumi_oci/database/get_cloud_exadata_infrastructure.py,sha256=-R_nZ6vqMGIRN1ajioBqdmnX90RPYLQwWy8ZjY28z6s,27377
|
733
|
+
pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py,sha256=qkgYABWHhtVw4NQRWqJqz7h7gc8BFNmPQN6H_Rl5Li0,10744
|
734
|
+
pulumi_oci/database/get_cloud_exadata_infrastructures.py,sha256=6uE7WFPS1aXSniEzUM1AIeQoXXUxHu80eUt0NOh1kGA,9855
|
735
|
+
pulumi_oci/database/get_cloud_vm_cluster.py,sha256=4JaAMqfeDdXRTexQS2kssmM6o_sRlB9CgvSdJwDVSUg,36035
|
736
|
+
pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py,sha256=lEBX_88E58Sh8gFn-v0an-RGEAJgLQtnqUMrLklSBqg,6739
|
737
|
+
pulumi_oci/database/get_cloud_vm_clusters.py,sha256=7HpGOcsrwIRcUbq7z7FccARl_5rQ811yw7XevZF857c,9121
|
738
|
+
pulumi_oci/database/get_data_guard_association.py,sha256=4ZdE9_S_Cy54EwGgiZoX9JNE1wgB98honnlh1WNw88Q,28456
|
739
|
+
pulumi_oci/database/get_data_guard_associations.py,sha256=HZcw2OqJBhJ3416mIkG6zi3M0vux_5EaAAQQrcohlGk,5497
|
740
|
+
pulumi_oci/database/get_database.py,sha256=p_5hXQKACR71cqpXprgP1Y98n19m1LBH7xF2kFi9KKw,25863
|
741
|
+
pulumi_oci/database/get_database_maintenance_run_histories.py,sha256=uOfDdtFL8suT1zdKjjU0NNzx3ooJLY_EM9r6nh08ZHk,11393
|
742
|
+
pulumi_oci/database/get_database_maintenance_run_history.py,sha256=sHDgQzA_x8VdEP_lRsO2k2wFRdetS3ygPkDJWrYuPHo,5878
|
743
|
+
pulumi_oci/database/get_database_pdb_conversion_history_entries.py,sha256=Ly6jbA0LqxBCphtSHln-4Bw9IPZUINipNZAEiuxWvOo,8868
|
744
|
+
pulumi_oci/database/get_database_pdb_conversion_history_entry.py,sha256=ZhlHmxZBNDJIAB1zjErJliB2Ww3_WHVt5JNKtMnUoeo,12671
|
745
|
+
pulumi_oci/database/get_database_software_image.py,sha256=XmsiJV-B5Lrb48nhkgXB5VhS_0fhRyu3OM7aHJG2ffY,15242
|
746
|
+
pulumi_oci/database/get_database_software_images.py,sha256=tSsepCX3e8Ic6k_eT_yDHYtLqA_xTuYTfdr1w5KCmcU,11343
|
747
|
+
pulumi_oci/database/get_database_upgrade_history_entries.py,sha256=JJFtzDMYnO66AB-fKAfspkG9Ujk5ptM-ySuDsIiZLlQ,7917
|
748
|
+
pulumi_oci/database/get_database_upgrade_history_entry.py,sha256=ZGLWaGTTxCGxItZJuibahxmat-YtXOtwmqIHdSckpSU,11968
|
749
|
+
pulumi_oci/database/get_databases.py,sha256=Esp8Atv-FgCK9XR9eaqKPFA-RvQzeSt4RbqgXgvQMqg,9076
|
750
|
+
pulumi_oci/database/get_db_home.py,sha256=ZIVJ_xi0bJF6-hR0_MQ8lCRo2geaW2Q4J-Aq1VVxuWA,14756
|
751
|
+
pulumi_oci/database/get_db_home_patch_history_entries.py,sha256=FVyII3_0vtRg1hh7yv9cyGcH4hJWP2BzOj-mTHbrVqU,5478
|
752
|
+
pulumi_oci/database/get_db_home_patches.py,sha256=TtA7LDfvkEdOgzJrcOTvuvsOCWs-Znm7w2idmNtYbeg,4816
|
753
|
+
pulumi_oci/database/get_db_homes.py,sha256=fkh2CRnvmT-0iAQI5-Opl3qKlJSDisWEi5C8ty_DeQ8,10677
|
754
|
+
pulumi_oci/database/get_db_node.py,sha256=PTdzUWKiAECh7kC34LJnZuuyA46n0fNdB5kqRRJKspE,18367
|
755
|
+
pulumi_oci/database/get_db_node_console_connection.py,sha256=n59D5t9bf7OfilRdC4F_yG1PSsJYkfNwjePiYtbn3sc,9744
|
756
|
+
pulumi_oci/database/get_db_node_console_connections.py,sha256=W1m_Ws2meSFLaava0T4ZL90p8wXRPNOpslTyGFAKKjE,5453
|
757
|
+
pulumi_oci/database/get_db_node_console_histories.py,sha256=vS_fBoaBx3-2KcY_uHbdSI11z-Q--bCZBPvEepg-jeM,7610
|
758
|
+
pulumi_oci/database/get_db_node_console_history.py,sha256=SV9qVN90CmQDrA_P1nusv8TR-rYg8Fe3kJxS5PDN43c,9103
|
759
|
+
pulumi_oci/database/get_db_node_console_history_content.py,sha256=Fb9gqCl5UcHIzkicI3NriPuC1nZn1vIgzsLy9sBtYvU,5080
|
760
|
+
pulumi_oci/database/get_db_nodes.py,sha256=REALlXeSk3yqOm7e3vJNGaw23PAAPfnfVzVWIw8PVOY,9243
|
761
|
+
pulumi_oci/database/get_db_server.py,sha256=A7HiFNrQbh7HZPSs8eIRkECu6MHevQUybwvlYI1kw10,17383
|
762
|
+
pulumi_oci/database/get_db_servers.py,sha256=foRBn5mh3Sqgx-HaViuRi-SfwBwxjoV-2l7r_11WAyY,8445
|
763
|
+
pulumi_oci/database/get_db_system_compute_performances.py,sha256=YvqVUXLUYckLOLxOuNBoUN0REeeyiLqqfOCIVvz2bhA,5942
|
764
|
+
pulumi_oci/database/get_db_system_history_entries.py,sha256=h4A6PlLZsLWLiLexBvSZmtzVCbCcTMXOb7ZG9zcC8bk,5441
|
765
|
+
pulumi_oci/database/get_db_system_patches.py,sha256=ZK-x_t1DApNddP0sGiWdQjRrUsAXh0kGe22styT6Z2k,4918
|
766
|
+
pulumi_oci/database/get_db_system_shapes.py,sha256=--EqlvTvD8Y2S49ag8F4i_9tobrkkKZVjLJnHu_BfQA,6479
|
767
|
+
pulumi_oci/database/get_db_system_storage_performances.py,sha256=fVeTXJWAIyX8Vf4EcB6zRVLkkzWh6lm-cJtVqpF6ut4,7363
|
768
|
+
pulumi_oci/database/get_db_systems.py,sha256=RWsQOurIh5UFprv7g11NarXr987a0uXSNq3jy9SduP8,10745
|
769
|
+
pulumi_oci/database/get_db_systems_upgrade_history_entries.py,sha256=8iMHIJ8FRACjk7OWjIm6uEjYsyhazMv7xoPKrhBT9ds,7952
|
770
|
+
pulumi_oci/database/get_db_systems_upgrade_history_entry.py,sha256=q_GmR7Agqem_i7so1U4nNhO78pojo8pIQn4N1ffFxYs,11307
|
771
|
+
pulumi_oci/database/get_db_versions.py,sha256=9mgW6JEyxtGrqyDItfvUxCKx0scKqF6TIhFu8sDlLgQ,11596
|
772
|
+
pulumi_oci/database/get_exadata_infrastructure.py,sha256=FmpIYdUSpViONnI1tEXrhFeHI2SnHJenpaaXMdhW7qI,34963
|
773
|
+
pulumi_oci/database/get_exadata_infrastructure_download_config_file.py,sha256=8kRAuSXwuj8Ixnq0eXGzWX9LyPWcxChE5bMvR9uG0so,6264
|
774
|
+
pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py,sha256=oggrufy_0wS8nxb5fmbpWPbdcXLvLTvAQ8ha2UybMOI,9921
|
775
|
+
pulumi_oci/database/get_exadata_infrastructures.py,sha256=X61I0W5SSqHDb_qhq9Kb9BT9ogVtT8ach-50nwqEvbA,7591
|
776
|
+
pulumi_oci/database/get_exadata_iorm_config.py,sha256=LAaKvWxzJlgpsawGCV_j88lrNbMlP1Bkz2FpfMlI-Oc,7599
|
777
|
+
pulumi_oci/database/get_external_container_database.py,sha256=PrPktNR6KjrmLuTi5jdyvUSGF5vmDxvlZcZw0tgyjHw,15665
|
778
|
+
pulumi_oci/database/get_external_container_databases.py,sha256=yk4tx-P8fYusbm9yFIMOkK9ssDsG69-TAqRIlH9aoXs,7985
|
779
|
+
pulumi_oci/database/get_external_database_connector.py,sha256=DDmm7rmGHBHdxBacNvzH41Q-fj4fpoQZST87w5CE75A,14250
|
780
|
+
pulumi_oci/database/get_external_database_connectors.py,sha256=aLCUxJxvodk2r-HB-wRm7ZzMW3B_fW3CN9bqRbmvcUw,9520
|
781
|
+
pulumi_oci/database/get_external_non_container_database.py,sha256=iovEX9AJgHq8iNmAIJck_9xmRuzu_ku3_KHTUMY2JsE,16703
|
782
|
+
pulumi_oci/database/get_external_non_container_databases.py,sha256=oHpN-YyL3mjGiafeaOtAtwEt1Nm0ijAYdSHmrabSDDQ,8188
|
783
|
+
pulumi_oci/database/get_external_pluggable_database.py,sha256=HSpJKu6qEqnrtsWD_vhWTy5gap-PUmY8BRIrgOADbBs,18511
|
784
|
+
pulumi_oci/database/get_external_pluggable_databases.py,sha256=eRddZkmUPUM947wYKh8wV2Ip10LRbmeb8Ondt8WUPx0,10146
|
785
|
+
pulumi_oci/database/get_flex_components.py,sha256=ecmN01Qa-pL7L0UWbQKUOIqBh4VcVPTCwJPuH6eihAE,6378
|
786
|
+
pulumi_oci/database/get_gi_versions.py,sha256=s5Jm3BgHR9kYdHHF9_UCih6y0_IpsuPN3y99GaGfNP4,5637
|
787
|
+
pulumi_oci/database/get_infrastructure_target_version.py,sha256=nT9-cEL5n0KV7Jl09Q8LqmlB8Od54NN0VWuSYSZez-M,8642
|
788
|
+
pulumi_oci/database/get_key_store.py,sha256=nvVsSVMPdUVYVZKHwxWByv37c0MZaQV7hNhLm3NbYp4,9141
|
789
|
+
pulumi_oci/database/get_key_stores.py,sha256=S1TW6y3LrGckt2wTw_o1ZRiADApywzYbUBmeDsPPklY,4945
|
790
|
+
pulumi_oci/database/get_maintenance_run.py,sha256=_x7935l5nojoVqfssZrLWGF707IYAKRFg-nkyox3yVo,22993
|
791
|
+
pulumi_oci/database/get_maintenance_runs.py,sha256=A7M56ypd6ocPV3WWl8ecynclrDg5cnRIOb0jv66mZTo,11890
|
792
|
+
pulumi_oci/database/get_managed_preferred_credential.py,sha256=7BERsUyFAb29A_BmrTE9R6mqVLPybBLn-SN6abqjnm4,9841
|
793
|
+
pulumi_oci/database/get_managed_preferred_credentials.py,sha256=JRtG7caPNeqRNx8oNh4twaH0nTaNuyoyJSipWY1j1EE,5960
|
794
|
+
pulumi_oci/database/get_oneoff_patch.py,sha256=MnUP1z53QY4iSdixWRl1yaNSfkpwqlB9O1_3Ch2eO8s,12751
|
795
|
+
pulumi_oci/database/get_oneoff_patches.py,sha256=Qt4XqiK8JWzcmOTa00rT74cokOng0NZ7rqA-ZYZR4qs,7099
|
796
|
+
pulumi_oci/database/get_pluggable_database.py,sha256=afr9U-eI6ksmihvYH2pQJ8rud5PUkhodbjpV7Pl6Ve4,19397
|
797
|
+
pulumi_oci/database/get_pluggable_databases.py,sha256=RD_wfnpRx5Ci32SIlWi8f7WMoyy0tkbwn3u6kGTvils,8839
|
798
|
+
pulumi_oci/database/get_system_versions.py,sha256=OhRvBrBFS7o5CiOPEeRKAPdlVqrE_wTyDljBpdvPaEg,6883
|
799
|
+
pulumi_oci/database/get_vm_cluster.py,sha256=RtKytvi5btdH10itMmiebS4CD2uNqi6OCdeS0pF1NxA,21963
|
800
|
+
pulumi_oci/database/get_vm_cluster_network.py,sha256=cmyhiRmQi30NEkxaODzsuk_yUjldZF1YMp0UE7C3myg,15168
|
801
|
+
pulumi_oci/database/get_vm_cluster_network_download_config_file.py,sha256=r3OiAcr_DKenQ0kRQrjADtIiX3GAJjU3sqZFVIDLBTI,7452
|
802
|
+
pulumi_oci/database/get_vm_cluster_networks.py,sha256=fRhQECSj-eP54V3JbCh-dgQXpBJbuP_y3FyUmJMkdn8,9738
|
803
|
+
pulumi_oci/database/get_vm_cluster_patch.py,sha256=jibfeMJek0Ywos_ERyVHQMl9PiwUX6HZ5MdU4m6QNrc,8348
|
804
|
+
pulumi_oci/database/get_vm_cluster_patch_history_entries.py,sha256=FI5PZcamaYpk73rnVFed6yRzsRpr6Ti4M89ku5Ar4Dw,5723
|
805
|
+
pulumi_oci/database/get_vm_cluster_patch_history_entry.py,sha256=lqgN7R458LMWTd7EF-dUOtywLXw1uZHzf4APXIBH2jQ,8452
|
806
|
+
pulumi_oci/database/get_vm_cluster_patches.py,sha256=F-2rLKyG3bUmB529yjzPTY5I3zfBAKiI-X7cT3_NTJQ,5049
|
807
|
+
pulumi_oci/database/get_vm_cluster_recommended_network.py,sha256=4cq4zdNNGvhIoBDp2NUuB3ciCexRMZ8N-LDL1v36dTY,17628
|
808
|
+
pulumi_oci/database/get_vm_cluster_update.py,sha256=rE7BecweTw51jQHs_QYLlDHNTE3CxjzZaa0JCxttHzI,9142
|
809
|
+
pulumi_oci/database/get_vm_cluster_update_history_entries.py,sha256=BwXu_ib1nJYCBW2UBxfKXBpNNWLYSdikI_tSROLlamo,8049
|
810
|
+
pulumi_oci/database/get_vm_cluster_update_history_entry.py,sha256=MKmb0fHQlWrr4rSWJXf4EpM3qrOr52GFgCZNs3i4m1I,9401
|
811
|
+
pulumi_oci/database/get_vm_cluster_updates.py,sha256=1L8_3ONildM2B3D_rbfe4ek7F_tZhtJH3PQtqtfaDY8,7261
|
812
|
+
pulumi_oci/database/get_vm_clusters.py,sha256=9k3L6dBLTeEoD4RVudBqu4mXLj0K25EPzHqOHvY8ymw,8903
|
813
|
+
pulumi_oci/database/key_store.py,sha256=GNfqPUHoOqqDp7oF27oANOq3qYCX5m04UPSaHjaj00E,25558
|
814
|
+
pulumi_oci/database/maintenance_run.py,sha256=YnvfkVYQ31uN-RfYzNUy8SCLgRolXORt8WrFcVL3lRI,58650
|
815
|
+
pulumi_oci/database/oneoff_patch.py,sha256=O4XP1B19JKQWKzfPsnB1uYG-zigrdFWtQbxLRxgKYok,38572
|
816
|
+
pulumi_oci/database/outputs.py,sha256=Zt-xCxZ4g4TamGLExyGI1o4XTtPaLGFj008Y1du2A90,2083465
|
817
|
+
pulumi_oci/database/pluggable_database.py,sha256=UYXCRUig97Hz22B-0KChjDoWaxdFPgNNbwfUpcVRM5g,71689
|
818
|
+
pulumi_oci/database/pluggable_database_managements_management.py,sha256=FtlUouKC8UmD4gibZdZH7vdmaM9U5KXyt0o9-MA8G8k,52309
|
819
|
+
pulumi_oci/database/pluggable_databases_local_clone.py,sha256=p2wlr1jNwItAoGvNKOh4hJAzEcPVP7RqD7eeHyYOVjE,50510
|
820
|
+
pulumi_oci/database/pluggable_databases_remote_clone.py,sha256=yoTWIk55a7SfE1R1SgzVhRgRF20UNIiRVx3H8_WwZL0,57173
|
821
|
+
pulumi_oci/database/vm_cluster.py,sha256=Ijjhbp2MJPC0on_Xp-9M_ta7Rnz-NKx8RqdG563Ynp0,74043
|
822
|
+
pulumi_oci/database/vm_cluster_add_virtual_network.py,sha256=AxDCaCVJ4sMi40EgC3GjVUEcbkKA98Pujtgclva_p5M,50794
|
823
|
+
pulumi_oci/database/vm_cluster_network.py,sha256=hAdclMQXJTog2mNU03feMXgJF3gwD3cZJ9iLYy8y7Oc,50437
|
824
|
+
pulumi_oci/database/vm_cluster_remove_virtual_machine.py,sha256=gNkEUlD4c51Djv0sa-sE8iInYN19tOy21VbRV_MpZ-Y,48495
|
825
|
+
pulumi_oci/databasemanagement/__init__.py,sha256=-uR5P_0fatjEtahCAF9Wu3vZG2-N7uhvMj1HkO5w8kg,6669
|
826
|
+
pulumi_oci/databasemanagement/_inputs.py,sha256=BR9EE6ow-HhgmRF29RPvWahnmAvFuycvXtm-tgpexw8,331820
|
827
|
+
pulumi_oci/databasemanagement/db_management_private_endpoint.py,sha256=OoUVPj6v0DqWBf8q9W4zd-6jJ2BeMDah1MlNm5AkUfw,34410
|
828
|
+
pulumi_oci/databasemanagement/external_asm.py,sha256=8EdCe1VFbRqcCwUwXvP7EuOGD0tlXXrJytfSfsjagFM,36981
|
829
|
+
pulumi_oci/databasemanagement/external_asm_instance.py,sha256=gEGxF8ZpS1SfY3-W-sdebTpCB9_np8rcEaYdiOEgntU,32617
|
830
|
+
pulumi_oci/databasemanagement/external_cluster.py,sha256=HEJyYBr9DLgSgfv_gkDhjZgX0KKEuPMjDsN4lVriG0w,41043
|
831
|
+
pulumi_oci/databasemanagement/external_cluster_instance.py,sha256=oqqx-fcIlLsc0kpN3JFpLnIBwEYQbbBJ5blv_YpyKoo,38192
|
832
|
+
pulumi_oci/databasemanagement/external_db_home.py,sha256=VXeg8f2VE5Qa6PTzk7wCnrP0cGRotEuOSnZj9pgB9PU,29134
|
833
|
+
pulumi_oci/databasemanagement/external_db_node.py,sha256=vyUA_pETLbgE89LHFfaQsKSHOT6rx7KHJCFphiilXHM,35448
|
834
|
+
pulumi_oci/databasemanagement/external_db_system.py,sha256=CrLZ23MuYCDCpJj2ZNIkV_0Gi6k8iV27zq8VYO4-2cw,38416
|
835
|
+
pulumi_oci/databasemanagement/external_db_system_connector.py,sha256=NLAu9qXTsiIEkIn9jEU30zv-5by1bVxoKMsYZuLb4L8,38766
|
836
|
+
pulumi_oci/databasemanagement/external_db_system_database_managements_management.py,sha256=khuQmkAet4O6sxStn_qLcPLDEKPTewP5wwWMPoPam-k,15532
|
837
|
+
pulumi_oci/databasemanagement/external_db_system_discovery.py,sha256=3s5ctNULIkfrS3d1WnHOS5htUq5Kh01UInUinkLY5WM,34093
|
838
|
+
pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py,sha256=K462aHY74uWEXsMKTnmotNuXgMwzY1N6iODXDYWnhhA,17393
|
839
|
+
pulumi_oci/databasemanagement/external_exadata_infrastructure.py,sha256=be7QQ0jXzt2w_TJZwnCwUvln-FtJyMxJAmWlsJQo4PA,47129
|
840
|
+
pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py,sha256=MqjEdUP8_8K0umnQxdgTVs4qPcahA1xbR58YhhRfRSw,15606
|
841
|
+
pulumi_oci/databasemanagement/external_exadata_storage_connector.py,sha256=ZiOmH4a3FlekusnLcBC8ha6Rg6ct7kraEOHZBmjyj5I,42115
|
842
|
+
pulumi_oci/databasemanagement/external_exadata_storage_grid.py,sha256=Yj3VLpebDP-MILkOeZo75O8jgN3KW-ksXQ9kqXqfUls,33377
|
843
|
+
pulumi_oci/databasemanagement/external_exadata_storage_server.py,sha256=5aAVmhR-AqTlL6Nq-dP9lqIh5LwIkE0X4pbEMA4H8Mc,43739
|
844
|
+
pulumi_oci/databasemanagement/external_listener.py,sha256=pHOZwXJyWaieSRkx_XpagudmouIYr8prLWjkvEaYMDI,49663
|
845
|
+
pulumi_oci/databasemanagement/get_db_management_private_endpoint.py,sha256=dtq58QyngsQgvqbIdjoF2wok0YmrZw2elmVpxEgm7hw,11752
|
846
|
+
pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py,sha256=gRabxgtOdkWo0YSpnZ-DQyZ_HbB4sZfPQI5XMZq_moE,6982
|
847
|
+
pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py,sha256=R6FzmD_aP5Z-IjDjYJgyIqIdO-GQyxxmhcZWKS2cCyM,8227
|
848
|
+
pulumi_oci/databasemanagement/get_db_management_private_endpoints.py,sha256=LjYLuvyMqT1c3avGiFadJW32WRDY8mJqliWR89LLANw,10250
|
849
|
+
pulumi_oci/databasemanagement/get_external_asm.py,sha256=LS8ScsCKSn-hIPf28BpWOMhfB6L2067CjQaDIIKgJkY,14266
|
850
|
+
pulumi_oci/databasemanagement/get_external_asm_configuration.py,sha256=HqLPSDC84n5UIGHD4reY_AQGKgWcgLZrJ0fmMKslUvU,6042
|
851
|
+
pulumi_oci/databasemanagement/get_external_asm_disk_groups.py,sha256=zJMwejf3FwYRw0JNhwJ5KPJTsQm-UPzXVjtk_VOq9IA,6897
|
852
|
+
pulumi_oci/databasemanagement/get_external_asm_instance.py,sha256=W6hh37Jv3_8z9Zh_v02khn1N0zEUphmH-pU0DrD6Mg8,13124
|
853
|
+
pulumi_oci/databasemanagement/get_external_asm_instances.py,sha256=qNMNjXI1PRNoYLkB5JlgxjSlG_gWpJ_CzY0Ci8BnA44,8121
|
854
|
+
pulumi_oci/databasemanagement/get_external_asm_users.py,sha256=DyDWwjdbZq-PB4nslhHogYOAa6ts9_f5MoYxxUjiLww,6598
|
855
|
+
pulumi_oci/databasemanagement/get_external_asms.py,sha256=sn502SFA7r8JlKrf6vaGMlcnU43Gnu5gy6zYhTv2MbE,7839
|
856
|
+
pulumi_oci/databasemanagement/get_external_cluster.py,sha256=0JXKzRXm-dGQvPVOTDYD15exJwrQ_rg1XkuzyV4uWM4,16025
|
857
|
+
pulumi_oci/databasemanagement/get_external_cluster_instance.py,sha256=9lpGCOOXSTw3meMmCND8khv5jdBO7OtA22rFcj-sQGY,15232
|
858
|
+
pulumi_oci/databasemanagement/get_external_cluster_instances.py,sha256=iz4W40fdOFP7l5YvqMEBG1hcba1RtTv1CRo1YAOm95U,8461
|
859
|
+
pulumi_oci/databasemanagement/get_external_clusters.py,sha256=YT80ez48pu01rAHCeVOc47wi_yCJKiQ1mb8o2Y0E4XE,8032
|
860
|
+
pulumi_oci/databasemanagement/get_external_databases.py,sha256=fil8p1OmyGUgMnFzg5FmV2aCsERc7BiNOcdHnFFMu08,7966
|
861
|
+
pulumi_oci/databasemanagement/get_external_db_home.py,sha256=jt0E3mDa1KOqpqJzPS6pOZS8QEQzJU48j7KvuiTJRQ4,11511
|
862
|
+
pulumi_oci/databasemanagement/get_external_db_homes.py,sha256=upokn_BSiK-cU_2GQe2j7zzdFUja5FMvUtb8UZkTY6Q,8013
|
863
|
+
pulumi_oci/databasemanagement/get_external_db_node.py,sha256=a3bPRNGBcSzu3FF_c5ndVZ6ZpPkkh-5cd7yFarGN_io,13861
|
864
|
+
pulumi_oci/databasemanagement/get_external_db_nodes.py,sha256=5ix27UX_3kjdFiAR5nqajHrGbRGKBclW2LcL6Do9IRU,8031
|
865
|
+
pulumi_oci/databasemanagement/get_external_db_system.py,sha256=9eequMewIUmQJoj52BJbBV9gfM5b4BpCva4jqBjpsNs,13356
|
866
|
+
pulumi_oci/databasemanagement/get_external_db_system_connector.py,sha256=-9VS_upJvo7i3rEeMIZJsLhgXZSecFnvlPV-MPu4D_c,14503
|
867
|
+
pulumi_oci/databasemanagement/get_external_db_system_connectors.py,sha256=FU_vTG9k98Ca1Kw1DPREpSqabc3qjl01HvPXEC1U498,8656
|
868
|
+
pulumi_oci/databasemanagement/get_external_db_system_discoveries.py,sha256=4pethGrU_23i6ry-zvdTHPrPoMfYcLmdhfaqhEBElG4,7241
|
869
|
+
pulumi_oci/databasemanagement/get_external_db_system_discovery.py,sha256=23L2lEUBhw_2_RxDAoDgAQk2Dq21u2jP6VcYL3JQSnU,12811
|
870
|
+
pulumi_oci/databasemanagement/get_external_db_systems.py,sha256=3nMvHsbjfaNpD54NN9UC8BBx6CfKwRqiqcbhFyEq7iU,6678
|
871
|
+
pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py,sha256=DMxdQn-tCel_whr1E7_o1uBUbxYvbalrZrVpDT0XKTM,16653
|
872
|
+
pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py,sha256=XWcHCKmhILMzs08TGDqewU9dL4Q-ioGFB6xQEPQKceo,7377
|
873
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py,sha256=zHOqwNOBIB4GM3Qp6caiRdTj12uRELclnTDMMnOHzsg,15144
|
874
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py,sha256=cKW2JTKq9xVGAQQ4BiWwOpE0dTcPia3jwMjGeWjIjRM,8961
|
875
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py,sha256=HYCTSrlA7R-OHLghdVJpCgmNPf_gLAoU_6NiU4dvJXY,13648
|
876
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_server.py,sha256=RC_s1ez629CzaS-qAc_HFO60baMDErpl5PRSVhfWY2Y,18513
|
877
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py,sha256=SzNEw8O-OkXOOmvoq8BdvgHzQOftKL3rvMLMULEPOoA,6936
|
878
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py,sha256=a1TzDR4Ke86CKviobFy3H9ULAkbc1kZz15fWKNUhCaQ,5648
|
879
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py,sha256=QokItUbftI2N43IHjsxYJK7jzSZR28scvIFKLcX8px8,5768
|
880
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py,sha256=NTw36SItQZnKMoLTIstGWuXjOAfs1xqt-r9Qxp-9C3c,8782
|
881
|
+
pulumi_oci/databasemanagement/get_external_listener.py,sha256=kVZLgoN2Ge8EgYEzjWmB495QoLPteQL03BFk2u3YFdc,20038
|
882
|
+
pulumi_oci/databasemanagement/get_external_listener_services.py,sha256=G98OEUK40ABz4j31cgTzklndd1XiCB03t7kddpjp8uc,8565
|
883
|
+
pulumi_oci/databasemanagement/get_external_listeners.py,sha256=y8uMy2dud63u-8Fmv5uC838u5_le8oMKLyEVNavdYaY,8119
|
884
|
+
pulumi_oci/databasemanagement/get_job_executions_status.py,sha256=SZ1AzfWPjna3ZGx8t6pluQyRJP0KChKwJvPbNgDZx-Y,10448
|
885
|
+
pulumi_oci/databasemanagement/get_job_executions_statuses.py,sha256=pqCoeTtTahHMcIi-c0oXiySek7HYo9ThrP2AlY4Zhfg,11783
|
886
|
+
pulumi_oci/databasemanagement/get_managed_database.py,sha256=XhK_HiqPTkv1nssTEGKcBRMNt1ok6JBmG3GBQUDJ_Ws,15531
|
887
|
+
pulumi_oci/databasemanagement/get_managed_database_addm_task.py,sha256=5pbQAoNj0jlpp0Bfs7dBHKP4BOLOhrtsruy0Vi2Ys2w,7038
|
888
|
+
pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py,sha256=ECkV-pTJVKwSzu_Tj3Bal9_jMyArAfSdIrWyLEzQz8E,8070
|
889
|
+
pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py,sha256=Bsysav9WsFgYQmkrI5Gl_XV3S3RSHSab66lN3FZGcMM,13056
|
890
|
+
pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py,sha256=ZP2ecxiztYXpq6xopMhvaw1DeBu6cE-aEKJJock6YWw,14178
|
891
|
+
pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py,sha256=e6PBFrU51ys5eOsHcsMIypvXJRLcP2q4YWtPLKTlvxs,13346
|
892
|
+
pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py,sha256=tBXksiJmAMRUxeDKit7cZwaygNR4h3Kw_ZUyvc26XIE,14544
|
893
|
+
pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py,sha256=v0RyTvsoTJTSpaSFnDMxOQdEJQ5y70-i-GklTrRD9GA,9507
|
894
|
+
pulumi_oci/databasemanagement/get_managed_database_group.py,sha256=Nmq-JEGV7kfFRGhTlrosCocLs4P5w3Lzg_vXSHgUv1o,9816
|
895
|
+
pulumi_oci/databasemanagement/get_managed_database_groups.py,sha256=zGfHKiOaMBxIhJVcFvtGdHfeKX4NFrLVm7xrvc-58kY,8757
|
896
|
+
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py,sha256=Zmg8vpeqo5vu3nZKvOh5UWZ6kyGIwgce0mYrLPEroTU,11987
|
897
|
+
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py,sha256=b_Yn9Qxfx5JpFFL86T0RGq7zJBhx64RwOiyudMjhoHE,7797
|
898
|
+
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py,sha256=9oYpREmhxFpzySBD3FY9BzHSMuGpCzdlscFgKKia8lQ,11179
|
899
|
+
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py,sha256=5qGsEBUuJo1NQE4rrFjhmupZFyDxt9zRxIMpoQ4WpiM,14818
|
900
|
+
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py,sha256=ddf6WPCX7hvgQb2TqErGe1q6J3uuxxVXXiGyyvWoZ3Y,14554
|
901
|
+
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py,sha256=RbUT6rKERfCoxEW1R2LvJ5KXmP-i4fqZjRBRmMVBfjc,15601
|
902
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py,sha256=ncts6_MBaRvWo_1X1yB2iAh5hWSj6RV1cu5fzh-VMwQ,14207
|
903
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py,sha256=vcSTfVts__M8HHmNl-R4WcKpdLbrH37z_4ZNET3usBk,14162
|
904
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py,sha256=z5HmB2qzllScucWGpgpaYOSkGA0-6OaECFBe3vIKDMg,8423
|
905
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py,sha256=nRur6X371lhXkPGqY3j566DOyWZoEvPNYvv-Ib-X2YQ,18128
|
906
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py,sha256=SLkT-gIvXtu130pS7nqlq2VRi606VAQrgm43cfTTv_w,9795
|
907
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py,sha256=gSLu3CrvuIHpuw_B7cyhA-mVoN-D73p-aZVF06Oxv0M,12321
|
908
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py,sha256=Pz_YAIrTE10eb58hCydHRbfr23AhAGZ5W8V4CqAZv7Q,12096
|
909
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py,sha256=KUj_l7pRNUiKSy7pWaK6Haxi8JyTQxFRwMWmLuKWvD0,13926
|
910
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py,sha256=vfdIXSO90jLyVFUxDzZElIW5GEAh5nIpcximwuUC18c,16646
|
911
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py,sha256=ethIFamPymaskqWScSy4vA3E1DGIl0GiGw8IbX867yY,9632
|
912
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py,sha256=THpxYrCMJpk2Wo3zHZr9cjy5jKsk-DTHldKblgQyVGY,12510
|
913
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py,sha256=k5-DdDGHu7OA_0JV4QwUXnJYSz-s5FupEJa6eyAVS5k,10539
|
914
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py,sha256=NZh2aj1jNJAjnFznKQz_dY09LNYgzt3g0ivtt8-kik0,18579
|
915
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py,sha256=RxPXg0FIncT1JoWT7driO-wjV30BxppA3h6H1FgyTLM,6907
|
916
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py,sha256=WX7hN1qL6BFrHP1GQ-pt5wEz5Uy0m5Do0CvPKB3ZAQs,9211
|
917
|
+
pulumi_oci/databasemanagement/get_managed_database_table_statistics.py,sha256=ctE6GaTUX_J2taIggXCCnTP_mfaolSyyeX0lklwKieg,6223
|
918
|
+
pulumi_oci/databasemanagement/get_managed_database_user.py,sha256=SEH058Dlcy6uPYmu5wpkp2F3K46yVYyAl14k0waGV4Q,20002
|
919
|
+
pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py,sha256=1-tL9aSbYZeKLCbq9DSEsGVDyiQlcGTGASn8gdUCmbk,7056
|
920
|
+
pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py,sha256=qZ8ooMKyVLBkaUv7ajlzFY23JZ4SSzO_-0torrd_S88,9646
|
921
|
+
pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py,sha256=aoUloQ2q8HTYPe-fLtahEt4nWb_x_fSVaK7VVpK5s3U,7008
|
922
|
+
pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py,sha256=c7-RYNIPx-WT4TuO7fFo9nVqGspHDz21XhyhLmv3pek,9532
|
923
|
+
pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py,sha256=aAKWNPiqcExk_6c_QnQR71KzbIgsFc4EaTshsgky_t8,6773
|
924
|
+
pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py,sha256=WRHDYHjKdJXccERt8K_9Dr_dF1d_srg5K4eJGABjb3s,9184
|
925
|
+
pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py,sha256=JgvvWeKT0gX_F8l6DF3bGcPj-P41PiCsgMAnSb7uq5Q,6788
|
926
|
+
pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py,sha256=5p-nMiz1BiscBBLNqGC_wgmuOQqTXiGdjdaeVieSNKA,9197
|
927
|
+
pulumi_oci/databasemanagement/get_managed_database_user_role.py,sha256=ZtKDm0lvPphLClivmeCxf_SflqLluCsHZJvpF0580Qo,6356
|
928
|
+
pulumi_oci/databasemanagement/get_managed_database_user_roles.py,sha256=1ywP8IlcEJUYaMbtdp9rTGf52Ho7ffs5w_xPk-ByeBY,8496
|
929
|
+
pulumi_oci/databasemanagement/get_managed_database_users.py,sha256=YMmEPLbiLrImTBCNQCRtKtGZuzlaOzp2PX-S08pXwI0,7466
|
930
|
+
pulumi_oci/databasemanagement/get_managed_databases.py,sha256=91-vyCMLCQHcmbFblwFMIR2DX6adL6b72LfHHnOdD2o,11739
|
931
|
+
pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py,sha256=7wzrUQaBTteoOlQ8CnX39QbOpdBlCUSZsYoX56FNO7M,6726
|
932
|
+
pulumi_oci/databasemanagement/get_managed_databases_asm_property.py,sha256=kMYrtmQghBQWIdHU3E5S_-4goCvKbAeFi4gkVMXvO8c,5622
|
933
|
+
pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py,sha256=ONwhAn0KfARtgbmJDRKmlTDywN7LoHRsHOwD95GQo1o,11028
|
934
|
+
pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py,sha256=4A3RPxHc_vY26T9-9N1rHV1qVQsUwflyGmGkWVO-0A4,11116
|
935
|
+
pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py,sha256=652h5t6wgL9h3G-lJPKw9AGcdfpeR-RD3exJ1MWE1w4,6597
|
936
|
+
pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py,sha256=ejp_H59div0IYrt7qitZaHAJ90EP1T1MvOPZn-IlniE,8876
|
937
|
+
pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py,sha256=fgeo81BdOuBTiscssFkYABoRgquF0MApiWQFykOyK6w,6797
|
938
|
+
pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py,sha256=cupIF7U_Lr9VZVrl56Y_7pwqYEyAcmvBG9T6Pxe7ZLM,9217
|
939
|
+
pulumi_oci/databasemanagement/get_managed_my_sql_database.py,sha256=C7IVdT1Bj6uJIxw77HwNbuipfKh6Aa2FtJyh_oLDUcM,11944
|
940
|
+
pulumi_oci/databasemanagement/get_managed_my_sql_database_configuration_data.py,sha256=kNpp8dIHUQAV7j8oGalHqjaZgC24kW_cZILXaCOwiIQ,6361
|
941
|
+
pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py,sha256=-7nL1pi7pxT2tfb9YnguMzgDRnePAa7elvogTkorc0o,9920
|
942
|
+
pulumi_oci/databasemanagement/get_managed_my_sql_databases.py,sha256=eG5n_Y0nEARHu4Hu3sZ2yvDsKszE5_vk0eXaRz2-Rj0,5738
|
943
|
+
pulumi_oci/databasemanagement/get_named_credential.py,sha256=C2NixLTtsMBM1qDqY7ZDhETd4Kw8CUAkyMG2vQbn9fY,11422
|
944
|
+
pulumi_oci/databasemanagement/get_named_credentials.py,sha256=FsVXd27Dv0QFSBVUI7QiovZlsOqzfAf1mdBfi0y7s78,9273
|
945
|
+
pulumi_oci/databasemanagement/managed_database.py,sha256=I3c6fVqx0Y6Ivz_OsF3j5OtKxKmjqBkk1xo1h43-RNU,38764
|
946
|
+
pulumi_oci/databasemanagement/managed_database_group.py,sha256=shRS3dFkZ-wPuWFZWylmL_UnqvlvOHf3Kbo3DEba8fI,30283
|
947
|
+
pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py,sha256=RGvJiPYmj_ULbgc9x7hQEZEhCjZ2qrUO-BY9n2-2w1E,29072
|
948
|
+
pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py,sha256=FAXX02YTKj2Xt31kF-KgYTGQB2JJbP8CaOOiOAQaykA,26428
|
949
|
+
pulumi_oci/databasemanagement/named_credential.py,sha256=HT68cQ17wtPp-MZDPHF33dRGu569s2e48VUuWqH5asc,37404
|
950
|
+
pulumi_oci/databasemanagement/outputs.py,sha256=qUoLNNb7a9z2bX9XBcBqM5Kl4ywebtoQBLmiOxYZqaU,1149412
|
951
|
+
pulumi_oci/databasemigration/__init__.py,sha256=wq-hZhb2rxiz9X5A9L-7N8RfkwhB3NXCbKKHsqsNolI,614
|
952
|
+
pulumi_oci/databasemigration/_inputs.py,sha256=j96cYLCY-ht1_Mm5mS_1hgdKhz0oVBU-biz2BXvXQhk,112963
|
953
|
+
pulumi_oci/databasemigration/connection.py,sha256=iHgmvpwBT5Gv42OmhK6315RvnxZYKDNyREC4mNPCtYQ,65138
|
954
|
+
pulumi_oci/databasemigration/get_connection.py,sha256=170xes9rxfsO-fLK9edYyFZ8HCbwNdILghT3XhQEXxM,17271
|
955
|
+
pulumi_oci/databasemigration/get_connections.py,sha256=u_t-9Ib84Jq6j9fqm-B0OB7fSBOyzruhGdCt9M6MGNM,6903
|
956
|
+
pulumi_oci/databasemigration/get_job_advisor_report.py,sha256=VFdUkRsucqct8kYk7lCguzqI7RVbzienbJR7LzCc8Qc,7333
|
957
|
+
pulumi_oci/databasemigration/get_job_output.py,sha256=loYtyj0mIq1NlCbReMFNVUb5SMB4t3UkPqAR-Z22NL8,3696
|
958
|
+
pulumi_oci/databasemigration/get_migration.py,sha256=6XKq_jS1Mun3sXRiPe18B2uAenbXtFPZFi99V3s2ggo,22014
|
959
|
+
pulumi_oci/databasemigration/get_migration_object_types.py,sha256=s0m0ehsZG7uLV8oYq4nP7iDiEiKBZ1nY1HR0WP0563U,4685
|
960
|
+
pulumi_oci/databasemigration/get_migrations.py,sha256=1LNCHBfCyCH0_XEnv8n0d2D6A6CUyKjKxGsQdG2gGh0,7889
|
961
|
+
pulumi_oci/databasemigration/job.py,sha256=eOVu77VejVD5_TR3dSXbUlcxR3WLlUTcNDvchCg0A9Y,26557
|
962
|
+
pulumi_oci/databasemigration/migration.py,sha256=UOm5T3Px_z8QHqkhqTZOOvr-XNxxKWqvglAp2a0X0EM,95528
|
963
|
+
pulumi_oci/databasemigration/outputs.py,sha256=BfJZWIqqDuBpppz-7b9QZHTnTEeteE6EXsrLfh9WG_U,269116
|
964
|
+
pulumi_oci/databasetools/__init__.py,sha256=E0X8vTRKspPI8060q1z3elp-zq_y06OAs_0Td99nZrU,699
|
965
|
+
pulumi_oci/databasetools/_inputs.py,sha256=jFeArAPuKxOcrODtMU-4GJ6ZwcKIjYQgB6gonQEbojk,26823
|
966
|
+
pulumi_oci/databasetools/database_tools_connection.py,sha256=COEN2w48lh4qqprZj0lgPwhUjSoZooP776z8pLZntwk,53688
|
967
|
+
pulumi_oci/databasetools/database_tools_private_endpoint.py,sha256=VugcY-sJIS3OBciS9A-cIpTFocBkf26VlgKvg_B5pRE,51577
|
968
|
+
pulumi_oci/databasetools/get_database_tools_connection.py,sha256=WRd_SfYyR5WI641BO8EnKZ52hYDTcqBP92z46rUZoPc,17054
|
969
|
+
pulumi_oci/databasetools/get_database_tools_connections.py,sha256=P60n8hSccrX26CIYgEQemISIl7xQDBCWzCbk163macw,11591
|
970
|
+
pulumi_oci/databasetools/get_database_tools_endpoint_service.py,sha256=H671o-kqtI0owYAFPCZK_MKE1NqV1YJrm5z-SrvgH0I,11182
|
971
|
+
pulumi_oci/databasetools/get_database_tools_endpoint_services.py,sha256=8Wvrp9IUmE_2zMsL1wm0GNsHRb4ytpzYL-DKDp2UUto,9169
|
972
|
+
pulumi_oci/databasetools/get_database_tools_private_endpoint.py,sha256=weTcB0qIKsNSkW72K14cDz05KDJDSDJ3tP2_pT_3eQg,17439
|
973
|
+
pulumi_oci/databasetools/get_database_tools_private_endpoints.py,sha256=edUd4nX5qJqCfiwv8U5H8ABdwmXGlQuaBucHQrKT1Rw,10718
|
974
|
+
pulumi_oci/databasetools/outputs.py,sha256=kao1VR7dELT2qILMVf2tknYaMknFpSa7hIYdZHkQoEk,93057
|
975
|
+
pulumi_oci/datacatalog/__init__.py,sha256=EWMd1xycwTaewYLYml_SZt7Th9rYTM4ogc-49eJkwjk,844
|
976
|
+
pulumi_oci/datacatalog/_inputs.py,sha256=Abkke-1qnn--H87KqD2pmXcDjQziGzFEb5obRsuJYZY,15565
|
977
|
+
pulumi_oci/datacatalog/catalog.py,sha256=qqQX7p3E4TJQrT6IK_Bh72Z8Jm9jwXo5AZQSiT4VO4g,33392
|
978
|
+
pulumi_oci/datacatalog/catalog_private_endpoint.py,sha256=due51FAjJfOjvCG3FX1ZFs7-3FIzULyXW99m29lgEHk,33456
|
979
|
+
pulumi_oci/datacatalog/connection.py,sha256=BDvJy6KAARLczlbWK7iYvQxZIz6FZLtDGcWoHX5QB1E,42663
|
980
|
+
pulumi_oci/datacatalog/data_asset.py,sha256=XtBA52JHNS176l1A-AXLMokDGAUrA7uJzKGA3EiN8-Y,29484
|
981
|
+
pulumi_oci/datacatalog/get_catalog.py,sha256=utXSg2FbGZNdTUbpOIZpOEyI6DQJP8KNA5yUF6zwaCk,12103
|
982
|
+
pulumi_oci/datacatalog/get_catalog_private_endpoint.py,sha256=38KxZzJu4VOQgbpRibzolXml8sYtgVyprYeU7pzUUbw,12012
|
983
|
+
pulumi_oci/datacatalog/get_catalog_private_endpoints.py,sha256=RR-NVVjC11Ul4wdLd2Zwr5EuptRznGDYT3f0UfsxQwo,7724
|
984
|
+
pulumi_oci/datacatalog/get_catalog_type.py,sha256=5526WOA2CRLqAYXoF5OPxY3Sp1KhGyCOeoiNDtonIO4,10824
|
985
|
+
pulumi_oci/datacatalog/get_catalog_types.py,sha256=IakjZS6t64MALxeorMCwnKZp02RwC_QiD5N2UY7syuE,12569
|
986
|
+
pulumi_oci/datacatalog/get_catalogs.py,sha256=f2nhWsffex8L8liMqXoqY-GkMse4jk_O0LbAPpPubwQ,6734
|
987
|
+
pulumi_oci/datacatalog/get_connection.py,sha256=lHuEKVfZ9-EoU22yCQ__tlzaBKrfur41k_lmlkTyq8c,14284
|
988
|
+
pulumi_oci/datacatalog/get_connections.py,sha256=4rgy2OSVcVsyr3-YTTYxsdps_5wX4Uu_9KZvjtmUS3w,17996
|
989
|
+
pulumi_oci/datacatalog/get_data_asset.py,sha256=tZG4cQAfF3sYpk5oH0QvAzWtEiu4Jog3j-oI2Qzu_-U,13147
|
990
|
+
pulumi_oci/datacatalog/get_data_assets.py,sha256=pHwJ4YuOf46Bpztr1fZUPjWN7N7xHPXDCgKD36VEcdE,11164
|
991
|
+
pulumi_oci/datacatalog/get_metastore.py,sha256=LJkR05fJ4h3Qrs6V2dJavKkQ6HKS7u5PzdUQ2aAngfM,11165
|
992
|
+
pulumi_oci/datacatalog/get_metastores.py,sha256=m8FPXCF2dItaquh1k_sxiBrv5ZVHL_NJfyfJ5v2nLIc,6827
|
993
|
+
pulumi_oci/datacatalog/metastore.py,sha256=xlC6FHx5MoD7mg85ldsV5f8NT2_SdUCv_ttf6MRgGcw,33231
|
994
|
+
pulumi_oci/datacatalog/outputs.py,sha256=BTp9afVR6IyaPtXDVHhojHXMF9BwGf56qrHG9WAw2F8,69764
|
995
|
+
pulumi_oci/dataflow/__init__.py,sha256=7ZsJyNDC6M94JA1AiJcVG7hppGNGQ2ccBLtMrPvhTbo,909
|
996
|
+
pulumi_oci/dataflow/_inputs.py,sha256=b5EOb7owI8fCJgjbk0IOJg5c-neUI9arnbtnvxoWQlc,48958
|
997
|
+
pulumi_oci/dataflow/application.py,sha256=ohqtsWNK8MFKgva3srqW1MLRXMniXWezXKbG0Urjxq4,106725
|
998
|
+
pulumi_oci/dataflow/get_application.py,sha256=eAno1R8yXwZVVux6OcImGzHk7CSiWOwEqZ9tz8WJ0YM,25863
|
999
|
+
pulumi_oci/dataflow/get_applications.py,sha256=d6ARL2DLnZhiPckema5TckkDw1_EK2rwad_muCALfRQ,9538
|
1000
|
+
pulumi_oci/dataflow/get_invoke_run.py,sha256=kf30o3zlr3NqmIpU2-OQxWwHd1BgNhpxZfUpDXNODKs,33476
|
1001
|
+
pulumi_oci/dataflow/get_invoke_runs.py,sha256=kjqKHITgx4GazvsENrz6M3BT6klxcO0M5Q9WusbMAB8,12088
|
1002
|
+
pulumi_oci/dataflow/get_pool.py,sha256=L85Q0nMCvBfyOGCIZVpuz90TNehNjGN_CS4Mm3VhqWw,12489
|
1003
|
+
pulumi_oci/dataflow/get_pools.py,sha256=qM3iHzQqqI0wc2pgoF66x3j4A_6zUD0uyPYpWkGNveQ,9018
|
1004
|
+
pulumi_oci/dataflow/get_private_endpoint.py,sha256=vCBKkJ4bl_wwWfvAbubAM9XFkLW4sh7Op0QanSPnsB8,13714
|
1005
|
+
pulumi_oci/dataflow/get_private_endpoints.py,sha256=-ilGTfxe_8cyi1JdyDZIA7AlRCuG_zwuYS9xEG3P29A,10019
|
1006
|
+
pulumi_oci/dataflow/get_run_log.py,sha256=xKpLdtfK1de6SULam51etxtuUlX7qp5f0pU2LSpc9Zc,5603
|
1007
|
+
pulumi_oci/dataflow/get_run_logs.py,sha256=lvrjrCiSfKBgHrqP4JlvvkZwz1bkT3-NN14vqKtJPgM,4361
|
1008
|
+
pulumi_oci/dataflow/get_run_statement.py,sha256=_MKp0P7S2rzzKdPMVkVB4uOHDFwMMKMg4SNy6BqSEXc,7432
|
1009
|
+
pulumi_oci/dataflow/get_run_statements.py,sha256=VyrEfykL-TeMDmjq0SNaxYFxV_8Uty8jc0ykfTCSSSU,5582
|
1010
|
+
pulumi_oci/dataflow/get_sql_endpoint.py,sha256=FobAZ2vIfIaoMDrX7_Ltt7HR7BBo6JTsa3mDzTVS9Qk,19293
|
1011
|
+
pulumi_oci/dataflow/get_sql_endpoints.py,sha256=gNMrJZmh83whclOAufrDmJgOblV7OIeLWQyJctA-SZM,8275
|
1012
|
+
pulumi_oci/dataflow/invoke_run.py,sha256=GwXsrAfFdHh-Wy8sFLLKDi5cLBVAw5PnnE_9xMpQqMI,123408
|
1013
|
+
pulumi_oci/dataflow/outputs.py,sha256=pSRPehWrMW77-03LqinpOSfwYHZ_jRKYsWAoM9Y3KIU,194184
|
1014
|
+
pulumi_oci/dataflow/pool.py,sha256=Go5ROBhKl1t54NVI-rycW_LSdSkFdJJ9O_H73XILLC8,42158
|
1015
|
+
pulumi_oci/dataflow/private_endpoint.py,sha256=9vkBMocvIS8HBvsQlVoYVcBhOK7c_qZUL68sqE2eRcY,42899
|
1016
|
+
pulumi_oci/dataflow/run_statement.py,sha256=rE-bonw_a8CknnbI09Ey2-yFNynCXPuqlMRwPsYllsg,16542
|
1017
|
+
pulumi_oci/dataflow/sql_endpoint.py,sha256=Zp8UIlX2E6GVQp8wRCnwGH4bFhxD00v3w4ekebWe4ho,59793
|
1018
|
+
pulumi_oci/dataintegration/__init__.py,sha256=2H-D_UY8QH4dHOjznmx3CPkiTg4aqtJKeuaKcN7Ypu8,1536
|
1019
|
+
pulumi_oci/dataintegration/_inputs.py,sha256=-KeS8oWRpqQdPmVFcF_54_tlZXsydxpPyES3mUDZhwY,415660
|
1020
|
+
pulumi_oci/dataintegration/get_workspace.py,sha256=RuNs33FNtvNbk-On0o6lZSKJPDeOpmKZc0YqXafvgAc,17089
|
1021
|
+
pulumi_oci/dataintegration/get_workspace_application.py,sha256=p-GWrj-Zh8vSBDPPDh5WW5VvtVbhHqwwBwIOogZX0wg,19275
|
1022
|
+
pulumi_oci/dataintegration/get_workspace_application_patch.py,sha256=K-T8_UMpGZJ0c5FQAbDtowTT_31hulOVJEpDRwocM7U,17010
|
1023
|
+
pulumi_oci/dataintegration/get_workspace_application_patches.py,sha256=O0NWhEiKQO5BVA35Z-WblTA9WUjfodSIVAOncQfgjq8,9679
|
1024
|
+
pulumi_oci/dataintegration/get_workspace_application_schedule.py,sha256=FX4cCaDA2muZBtjaBOZbSirwob04-ZeJNJh9sAPJTmo,13634
|
1025
|
+
pulumi_oci/dataintegration/get_workspace_application_schedules.py,sha256=7Ib58jnAUKy4uGQhvHmN7Is6Vs-XpfBeE4hnnicRxX0,11263
|
1026
|
+
pulumi_oci/dataintegration/get_workspace_application_task_schedule.py,sha256=685OwPr1Rb6Mcy7HVce7ckGQTmB1cpekVHVotqBVN5g,21351
|
1027
|
+
pulumi_oci/dataintegration/get_workspace_application_task_schedules.py,sha256=TIpiFzRcYjKLHOKiSIbQYyFqkcf2MJxvSYKdeDOirfg,12727
|
1028
|
+
pulumi_oci/dataintegration/get_workspace_applications.py,sha256=j-ISdIv6T6n7mWVlOJt1uluDggUgCVzi1aCTKi1FH40,9632
|
1029
|
+
pulumi_oci/dataintegration/get_workspace_export_request.py,sha256=h-halln0avo-Hm2N5OKkuO9B-ypmwiBMI8izSjvFFWM,15186
|
1030
|
+
pulumi_oci/dataintegration/get_workspace_export_requests.py,sha256=IE4KFIXkIXA-XqZ34Zu75QWBHjJTvWI6Z-1Pj7bprd8,11292
|
1031
|
+
pulumi_oci/dataintegration/get_workspace_folder.py,sha256=Ty8e6hlzoSNEKFFF_roU9C_PXjo6N40JaiA9Jr-CWio,11295
|
1032
|
+
pulumi_oci/dataintegration/get_workspace_folders.py,sha256=JwmtyVcV-epbS6aBRtfEkBmu4QDE_6Em12TKMyNCgFI,10012
|
1033
|
+
pulumi_oci/dataintegration/get_workspace_import_request.py,sha256=TxWHxi-Ubmdkch6JVAO16S2Ghb0egMkHBk_YXPoVOtY,14489
|
1034
|
+
pulumi_oci/dataintegration/get_workspace_import_requests.py,sha256=su1zFs20sS6NVONwtbF0yHhDJz3gAt79Yomw9zwhA-M,11292
|
1035
|
+
pulumi_oci/dataintegration/get_workspace_project.py,sha256=0vbshCY9T1_vUs-K6rNYR9cN6ZfuKojRW0dCrDFgJc8,10835
|
1036
|
+
pulumi_oci/dataintegration/get_workspace_projects.py,sha256=sEj7rBwRK4LUYsQ7b5UVEEvWNbTZVUvUBzTCvNlT2h0,9036
|
1037
|
+
pulumi_oci/dataintegration/get_workspace_task.py,sha256=8ExB_MqcqYvLvrAAa-5LtDQ3OazOE1guGqn1rLNU6kY,20265
|
1038
|
+
pulumi_oci/dataintegration/get_workspace_tasks.py,sha256=h_l3xjJfG0bAnqFOu1b0WrDt3xGFtIUeCuvdfPaWRXg,11270
|
1039
|
+
pulumi_oci/dataintegration/get_workspaces.py,sha256=6qW7VcY8FWMmOUU9CsAZjEk9WanXND4iDfjxdIzY4eg,7506
|
1040
|
+
pulumi_oci/dataintegration/outputs.py,sha256=RQm3Kgdtd2igj4OWS_XE5iOnzPGOuoJFfbnROQKM2wQ,1043323
|
1041
|
+
pulumi_oci/dataintegration/workspace.py,sha256=taOg5JP3RuLmXBDAKb842P7jMi685X6jcfItbo7owcs,58178
|
1042
|
+
pulumi_oci/dataintegration/workspace_application.py,sha256=UkyvvqVf2RL3I7SNCwjQZrC3jgVeYHsSOQ68s2pBjsk,61576
|
1043
|
+
pulumi_oci/dataintegration/workspace_application_patch.py,sha256=e7cMCo0PvzWtnySfVafd3VOjHjfb2Y39dhd6DMJGeJA,49483
|
1044
|
+
pulumi_oci/dataintegration/workspace_application_schedule.py,sha256=6zwUIy657ioEf1bxZX4Dhs1tAlMmJi9uN6ftCzheFDs,47918
|
1045
|
+
pulumi_oci/dataintegration/workspace_application_task_schedule.py,sha256=OLamyQKK_cQ2TjhEiga0S1RSgInC48J25VeIErVzfRE,85345
|
1046
|
+
pulumi_oci/dataintegration/workspace_export_request.py,sha256=gkKtPX_8PL5kaKpSpLF8-3XyVaHTXqvJ06PeLO3bP0U,40689
|
1047
|
+
pulumi_oci/dataintegration/workspace_folder.py,sha256=15js0YgWSt6iJ-SsSmXEkAmG9ylif9Q6B0uE_nS_5_0,37310
|
1048
|
+
pulumi_oci/dataintegration/workspace_import_request.py,sha256=4LrX-d0TpneenuzD4yQVj7XkmZ9C3G3W-8eBUYxDRLI,39066
|
1049
|
+
pulumi_oci/dataintegration/workspace_project.py,sha256=xeR63Np4u1kks3OM1Hr__QMBTpUcbcWMAT22FwfDH4Y,35383
|
1050
|
+
pulumi_oci/dataintegration/workspace_task.py,sha256=QVAMjy9Sp0vl1X1YWCHUonxmpXM9MGKHW2s1WHxoSPI,72494
|
1051
|
+
pulumi_oci/datalabellingservice/__init__.py,sha256=ivrNYSeOSla5du0Cj1m5VItkxhTMEQvFHlJInBuSLrY,467
|
1052
|
+
pulumi_oci/datalabellingservice/_inputs.py,sha256=_paH8XKCsHSv_dH74R2I8xzDe6j8hm4BqEY8HoUmJFk,17530
|
1053
|
+
pulumi_oci/datalabellingservice/dataset.py,sha256=f9hCs9S2atS_6FXegWdOBgf82UPGoR73qdDXN62au30,56858
|
1054
|
+
pulumi_oci/datalabellingservice/get_annotation_format.py,sha256=E7PKiHdLUmlD59nzFMQrpWwZ8_8CQKUy5vDgpxWZnYw,4187
|
1055
|
+
pulumi_oci/datalabellingservice/get_annotation_formats.py,sha256=WMndbdAFYwY11qX_555b1MqrXYKR09ut5oC3SRtMgcs,5285
|
1056
|
+
pulumi_oci/datalabellingservice/get_dataset.py,sha256=ZUOmn6qVvTcRXqPFMusgk5aQYTvaiiXoH8dNdhD4kwg,15900
|
1057
|
+
pulumi_oci/datalabellingservice/get_datasets.py,sha256=0xNhyKh-Ax7si2lZLrptD58sgM9suajQPHuGtNSVFaQ,8737
|
1058
|
+
pulumi_oci/datalabellingservice/outputs.py,sha256=q9Zt1dg8_aoR-5QSap0hgJI6XbZjB_eVO_G08FdPAcI,52272
|
1059
|
+
pulumi_oci/datasafe/__init__.py,sha256=tH3_mHKkgMocDm6ajPce5GrLR2RnmemRwPk5YFPevxQ,7029
|
1060
|
+
pulumi_oci/datasafe/_inputs.py,sha256=KCHzAoCzVP9_47Bo5AXXuchS5HYnduwV3DSiU-HTKsE,304387
|
1061
|
+
pulumi_oci/datasafe/add_sdm_columns.py,sha256=Qu2DJoc3hS0mD6K7zPG_4agRUHJ-epqqnJA8phUoKlc,5414
|
1062
|
+
pulumi_oci/datasafe/alert.py,sha256=1hzgTQxPBQeTcdztdvqw07MbXv5FaexDl2acrDqaiDQ,40594
|
1063
|
+
pulumi_oci/datasafe/audit_archive_retrieval.py,sha256=g6a_zuN75XqH73FVlFYdw8ngvwa6wZ6XEsOfmP0UYYQ,39361
|
1064
|
+
pulumi_oci/datasafe/audit_policy.py,sha256=p7hnIMAxIFwEbync5Izg7KZRuLFQtIULTeExZWDFOpo,44674
|
1065
|
+
pulumi_oci/datasafe/audit_policy_management.py,sha256=SiO2-h-cwb1oemvutNYQ2W54AYO8MT6mvujWkCnyxc0,46182
|
1066
|
+
pulumi_oci/datasafe/audit_profile.py,sha256=Jxhycd0mXY9PZ0M72YgyOKKnyeiMH8BqkkT8YJa3vao,45998
|
1067
|
+
pulumi_oci/datasafe/audit_profile_management.py,sha256=eGhTQX9k5VUOkwkXQ1PPjbEPRuPW7h4LvuatxGsMv40,46946
|
1068
|
+
pulumi_oci/datasafe/audit_trail.py,sha256=t8ha_afWvM7vHXc9tUY5s5n5DbySADn2Vthyf3A6C_8,51199
|
1069
|
+
pulumi_oci/datasafe/audit_trail_management.py,sha256=NjKAgfcXOOleBZbnzO68Swp7nRY8CK-ntinZ5mtazb0,52056
|
1070
|
+
pulumi_oci/datasafe/compare_security_assessment.py,sha256=Rog0Yg2E-xEEd455l__1Aegdlk-4_yLoAcVMrL4e7lI,13245
|
1071
|
+
pulumi_oci/datasafe/compare_user_assessment.py,sha256=PzolnBeuOnHVAfgAMFaE6EFfodIQ1y3uXTXllXVhwzU,12642
|
1072
|
+
pulumi_oci/datasafe/data_safe_configuration.py,sha256=kVeriyJmxlshh95SOP-9NDUznYs3MdGBdXgcV1ki3kA,21527
|
1073
|
+
pulumi_oci/datasafe/data_safe_private_endpoint.py,sha256=XO4_dSMqs6GcXMJO3oogeHrs-3fDZMjViFtk6Y7XJfk,37078
|
1074
|
+
pulumi_oci/datasafe/database_security_config.py,sha256=TPaLYuY2LhxCpvWQ3aUA6hygL8nGeEZ5FRz4pLy2pzU,38037
|
1075
|
+
pulumi_oci/datasafe/database_security_config_management.py,sha256=q2oWiHGRKMO5zeBjqD-0h23-lSMBaaoRAIXsuaCgf04,21450
|
1076
|
+
pulumi_oci/datasafe/discovery_jobs_result.py,sha256=6Dv6H-3TKGatk_Z0PAmbzwO9zqVM6_tJCWNo0XwxAmQ,44811
|
1077
|
+
pulumi_oci/datasafe/discovery_mod.py,sha256=HFRJ64oM9IC9FcsBYuRS2io6q9c61iCEHPhYw6Akuxg,73726
|
1078
|
+
pulumi_oci/datasafe/get_alert.py,sha256=ma9X3PU_X5VJot_ifCfoEjJ41cBSA-Z14FwmvroO9lU,14889
|
1079
|
+
pulumi_oci/datasafe/get_alert_analytic.py,sha256=SYF5_s4-Ji3iJqGwXVpZTS7_ZjDFOZT_wkic3ZDpg38,15223
|
1080
|
+
pulumi_oci/datasafe/get_alert_policies.py,sha256=zhOkfop_ReYHX6cH_p4QNXRRxtTOuWtVf7hTNZh15Ps,16603
|
1081
|
+
pulumi_oci/datasafe/get_alert_policy.py,sha256=jv9tUsFpljZl7TbgF5ioZkNaqtRE8nBQLq8cEd6ejLM,10686
|
1082
|
+
pulumi_oci/datasafe/get_alert_policy_rule.py,sha256=HIjRUQJh2Z47ixorg4UzecFbqr2XrmefBamS07E-6oM,4524
|
1083
|
+
pulumi_oci/datasafe/get_alert_policy_rules.py,sha256=5E0M7kEcAU4EcxMRe02XUr3PjJ1pg1SdgD672v0iEYY,5609
|
1084
|
+
pulumi_oci/datasafe/get_alerts.py,sha256=pTpB_pKUsc3UFkRKBvSKTO0B8Ahu4S-e5nfIzOHtfYo,11517
|
1085
|
+
pulumi_oci/datasafe/get_audit_archive_retrieval.py,sha256=hbYreYMm_WbhYPQkHL-0gX0D1r_rmUoupesDcmLDl_M,13535
|
1086
|
+
pulumi_oci/datasafe/get_audit_archive_retrievals.py,sha256=lVXP3FSY9KDt-xgLdREKN2MxfVQ-IpKYWf_JmNZ7PGs,14146
|
1087
|
+
pulumi_oci/datasafe/get_audit_event.py,sha256=0YgrOChADnCEk9BzfaOhJFcl63RXggsFtYl6DOHDeHA,10941
|
1088
|
+
pulumi_oci/datasafe/get_audit_event_analytic.py,sha256=49Y8MJXY6zOyFtVW_VTiqePSZg6zgzQ777RSZ230LVs,16238
|
1089
|
+
pulumi_oci/datasafe/get_audit_events.py,sha256=Z5qzeVPs_lhwp9KhUd-VJ2vGjNfM3aQaj6KSw4a02WM,11947
|
1090
|
+
pulumi_oci/datasafe/get_audit_policies.py,sha256=P32levlLle0ws35DztTMmEQWrNzEnihKUp97bVxeTWs,14061
|
1091
|
+
pulumi_oci/datasafe/get_audit_policy.py,sha256=o25VElFL55AgY2NYJ1DOqR2Yv8GfLzJIHypwEjP6kuE,15145
|
1092
|
+
pulumi_oci/datasafe/get_audit_profile.py,sha256=uhzNUrrpvAzcKCwoIJ2iCrsvvS33c3mv4RcL2Z8I_wY,15575
|
1093
|
+
pulumi_oci/datasafe/get_audit_profile_analytic.py,sha256=zKBWeF6dBphU_x2QvLkjU-x6ECW2Lhb6WdLnhsW-v9g,10432
|
1094
|
+
pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py,sha256=acztqJsHD6iQK8w4IEPLoK_ksM3eRButMtd6KC1yDVo,10812
|
1095
|
+
pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py,sha256=7nsyAHCQZydH4hBvQaevRjtBjDx2KfH87JHeFkIvU5E,12064
|
1096
|
+
pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py,sha256=v7By-5N9oaHY_so4vZCNLL4NoztTV_TKs7XhUjiAKMY,9567
|
1097
|
+
pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py,sha256=s-VXIIOKxsGpQYYziNFlGmNox-UX9KqZ7i_HW38-tzg,10817
|
1098
|
+
pulumi_oci/datasafe/get_audit_profiles.py,sha256=VUldvWF3lUabD1D0UPtGEENePO9lCSVm69QhpvhFWoE,19596
|
1099
|
+
pulumi_oci/datasafe/get_audit_trail.py,sha256=L_iPIbamn9Kq-XsCupMmbRhjs20C6CQc28UT1jQlMuY,18273
|
1100
|
+
pulumi_oci/datasafe/get_audit_trail_analytic.py,sha256=E-HwcHUdqBUXbhHI0WuF-Y_fF_3nU3nG9eIWZy1NNrk,11294
|
1101
|
+
pulumi_oci/datasafe/get_audit_trails.py,sha256=N0jm_XL5NFZkItxy-KNqbaFT8QysjWf7OSeeB4Pk5zU,14804
|
1102
|
+
pulumi_oci/datasafe/get_compatible_formats_for_data_type.py,sha256=O8b2QZKPb4NibuW2t_HPnKjhhyTvm6KtOt1u_UWSWeg,4581
|
1103
|
+
pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py,sha256=VJiMpYmqnkt992Om5nF2X_eOv16DUpJPlCDVlqVqhA4,8709
|
1104
|
+
pulumi_oci/datasafe/get_data_safe_configuration.py,sha256=Gm38URZ0kTq3J3p0V_KIXZ4R678wH5N0b9SpZz15xGU,8750
|
1105
|
+
pulumi_oci/datasafe/get_data_safe_private_endpoint.py,sha256=qTh7IBpUpJb_5tvJcUO67GgZ_Ug55iTM-xkrU8kRzi8,12392
|
1106
|
+
pulumi_oci/datasafe/get_data_safe_private_endpoints.py,sha256=qRi-zN7AxHrxwht03TOotZg4QEycTsKs_gelpbpwz_s,11518
|
1107
|
+
pulumi_oci/datasafe/get_discovery_analytic.py,sha256=YYl3ZfcBiCnwxnHJl12P-PXi73W6bAmRepi-Lm_7Rsc,9198
|
1108
|
+
pulumi_oci/datasafe/get_discovery_analytics.py,sha256=OTj-1687gwKaGs9J2_G-dlxoOV7bRxjNFuUSEU_RMY8,12589
|
1109
|
+
pulumi_oci/datasafe/get_discovery_job.py,sha256=qP1C54MB7xXerFVaYYgSS39Xmk8I3lR5dE1T1rV9HRE,21186
|
1110
|
+
pulumi_oci/datasafe/get_discovery_jobs_result.py,sha256=yZQWkcJSe2a8vYHPTrQ17NSrIaa4pvZpzeDhZfCLvZ8,18821
|
1111
|
+
pulumi_oci/datasafe/get_discovery_jobs_results.py,sha256=t_QS6ctygiTtBSq4MFEekKE9jl-5NTlzsLhVur0RIm8,13470
|
1112
|
+
pulumi_oci/datasafe/get_library_masking_format.py,sha256=u0geMFGUfEJVVB2HKnDAiCgw_9xH_tD-8dbOgg-lyjY,10802
|
1113
|
+
pulumi_oci/datasafe/get_library_masking_formats.py,sha256=LE76mUicCbWkVGBCdiXq045qxeSovfTa_AQwTJTt6Yg,17322
|
1114
|
+
pulumi_oci/datasafe/get_list_user_grants.py,sha256=f_ZjvNH1GQ_DKbJjROFM2gWD-A1xp7mgmybWr1JTTxo,14649
|
1115
|
+
pulumi_oci/datasafe/get_masking_analytic.py,sha256=xp8-DARV_sx37tc8PW5qhanpcxCjH623HOSt3BxNXYE,8892
|
1116
|
+
pulumi_oci/datasafe/get_masking_analytics.py,sha256=eoaRRipEYp169DTK9ILQLxrBITuVV2vMQauMHluqNhs,9974
|
1117
|
+
pulumi_oci/datasafe/get_masking_policies.py,sha256=oPnjBBj2mFORRB8qPaH4S_ZBd1jzaJHcdMXtvLg7j1c,17381
|
1118
|
+
pulumi_oci/datasafe/get_masking_policies_masking_column.py,sha256=qTfjf9QNdOVMyttX1mSfAdIgC1ThcELfsB4dGBZSh3I,14012
|
1119
|
+
pulumi_oci/datasafe/get_masking_policies_masking_columns.py,sha256=KD2x7wDaq2d6VJ5eo_If-tTfD8BaD4-ArK_kLYxMTKY,26679
|
1120
|
+
pulumi_oci/datasafe/get_masking_policy.py,sha256=COFW0oTd6w6MPrhk5VCpUIPRDjnOZLeGZ_EM031tqzg,16437
|
1121
|
+
pulumi_oci/datasafe/get_masking_policy_masking_objects.py,sha256=jBuuklYJMj8rxmP12I4Zh6t-2BsOZy1uqY9uoIJs9T4,9026
|
1122
|
+
pulumi_oci/datasafe/get_masking_policy_masking_schemas.py,sha256=NosOm6J_OveBweQKNtcfrc15uEDkssNEU0ULORCEYBo,6855
|
1123
|
+
pulumi_oci/datasafe/get_masking_report.py,sha256=CxbFeNZVPui7CyOkLHn1DyKxHxtc39y45HJv-nhtVxc,15163
|
1124
|
+
pulumi_oci/datasafe/get_masking_report_masked_columns.py,sha256=sSJkJ8ckc8-dQtZ_WbPIR_JL8ZlaWN3-qbk3Itlgct8,12702
|
1125
|
+
pulumi_oci/datasafe/get_masking_reports.py,sha256=O4MUXcpXNae-QKTj-DKfP6DJrMRobEqucE-xkEC1n5g,10351
|
1126
|
+
pulumi_oci/datasafe/get_masking_reports_masked_column.py,sha256=2n8fcby54mw64u8REboXt2Ci7fu2xba4Q94TrZCxhD4,11654
|
1127
|
+
pulumi_oci/datasafe/get_onprem_connector.py,sha256=CUX0bxG2HaYiKqMd1aME3t2nxblOLWoHG-dvnE-Gcjg,10487
|
1128
|
+
pulumi_oci/datasafe/get_onprem_connectors.py,sha256=eZKsbbbchhLNmPSu5qTzvQlLLDMqztT2aF8J6TOo-9s,11874
|
1129
|
+
pulumi_oci/datasafe/get_report.py,sha256=0lxMgrGC0nDgxJu6yyHQZms2kbeLfA99ai8mQzIJuRA,9484
|
1130
|
+
pulumi_oci/datasafe/get_report_content.py,sha256=J-JIPknnIdMLIJtPLDp63WtoOahFC-aON9sl35jSFYY,3444
|
1131
|
+
pulumi_oci/datasafe/get_report_definition.py,sha256=e4acdDSNzAuh1OGOfrZm9LXtOBz8uMmQVAXJmibsL1g,20934
|
1132
|
+
pulumi_oci/datasafe/get_report_definitions.py,sha256=Okz3hAcsKev1VPlRKVN1LOhrB4itot3sYBl2r9mC-ro,13886
|
1133
|
+
pulumi_oci/datasafe/get_reports.py,sha256=9vkiwFL8JeIc7Vx9YrHxSY6PSqe2zbn6qPaKIlaKqPU,11644
|
1134
|
+
pulumi_oci/datasafe/get_sdm_masking_policy_difference.py,sha256=iMzeYBwvgZlmDF0x_obYQ4b-fcZ1tLT7hzfJDVoBsr0,12092
|
1135
|
+
pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py,sha256=W_TNAtrkSFZZEePq39QqHJ4jyHn2MojHepqHD6nsWxw,13340
|
1136
|
+
pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py,sha256=rRsues6RUyQ3_6dQDYjbvhjs8Iz0pm8YHeNsVjd9Zwc,15280
|
1137
|
+
pulumi_oci/datasafe/get_sdm_masking_policy_differences.py,sha256=sELSenNmQcUmSzjgFLTXwMUOy1DQNwKiiyo3lTQXMus,13873
|
1138
|
+
pulumi_oci/datasafe/get_security_assessment.py,sha256=c7zgFPiIhFfb4ENDzEAWCcTf7N32q8TSfbT2IYQpB0A,19083
|
1139
|
+
pulumi_oci/datasafe/get_security_assessment_comparison.py,sha256=lx1ldUAsFDodvT_WX8y4piayPmtcpIgJ_6iIDu3KAB8,7754
|
1140
|
+
pulumi_oci/datasafe/get_security_assessment_finding.py,sha256=mb_5RwCwyFK9DuCTCqHJnl8p7MxpyTUQ1KpqWKy7f2k,9098
|
1141
|
+
pulumi_oci/datasafe/get_security_assessment_finding_analytics.py,sha256=mLhDEd3CDtabCdN716FUa0Xi_bST_IFVyuGoIXo6XSs,16601
|
1142
|
+
pulumi_oci/datasafe/get_security_assessment_findings.py,sha256=NN6PWS93HTxbVchTw6HeuIuvLOkK4_hunLUrgFYrPX4,12546
|
1143
|
+
pulumi_oci/datasafe/get_security_assessment_findings_change_audit_logs.py,sha256=ZFJh3qcjaYkEZMTVEl5cA3C757QwUKT_g3yXDr_npzo,20414
|
1144
|
+
pulumi_oci/datasafe/get_security_assessment_security_feature_analytics.py,sha256=5qr7kcvD4Bx3nfBOOC__nKefhqpxZqhoZQeDjppeFLU,11972
|
1145
|
+
pulumi_oci/datasafe/get_security_assessment_security_features.py,sha256=bzS0SlIAl1c8hBl_4r_Tv_FmuYfqH-g0-RAtlOIGew4,27327
|
1146
|
+
pulumi_oci/datasafe/get_security_assessments.py,sha256=Tgg4YSZ6UBAqx5dInw-InbxsftjUWcWYvSSPS_QeSjM,22449
|
1147
|
+
pulumi_oci/datasafe/get_security_policies.py,sha256=tm6BcY9CCPaHhkDsyFItpIcSHDnmwG9cSFK7MfB60x4,13167
|
1148
|
+
pulumi_oci/datasafe/get_security_policy.py,sha256=1X96ukzYjJLvm5lMr9lNaeFO9jq7nHoUMQhGLUwgGss,9779
|
1149
|
+
pulumi_oci/datasafe/get_security_policy_deployment.py,sha256=3w64f-GBOksiIWy-d-1qGtEm95SimtYoYYbytu1J5pY,11534
|
1150
|
+
pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py,sha256=37aqZ0Fq16V_5d30DQqNtBSx-nKBZhlKvXjiFPVFoXw,8761
|
1151
|
+
pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py,sha256=uwoyvAVIO-GIAYFhjEMF20ddrSQUVEk-BkOuZaAnK34,10006
|
1152
|
+
pulumi_oci/datasafe/get_security_policy_deployments.py,sha256=FiOBAyGBCYOceB49vrspxCBXFL3rPGk3_ufZi4xxB7I,16499
|
1153
|
+
pulumi_oci/datasafe/get_security_policy_report.py,sha256=cSc8nTiZEzh6NnWcXVkZ4n0c_hCzPDvHMR2m9wR-Lew,10800
|
1154
|
+
pulumi_oci/datasafe/get_security_policy_report_database_table_access_entries.py,sha256=EV8Kxac5kM-_SiNPvPqq00bB_VHohGpg_N6APpxpCFk,8979
|
1155
|
+
pulumi_oci/datasafe/get_security_policy_report_database_table_access_entry.py,sha256=vT6sM3wASo-95V1udEOSE3nJKtI7-Abra1yyh4GSL5Y,21363
|
1156
|
+
pulumi_oci/datasafe/get_security_policy_report_database_view_access_entries.py,sha256=GEutigmNNb1zjOemHC7FFG8siliwW7ZaUFXZ7dVFLEY,9932
|
1157
|
+
pulumi_oci/datasafe/get_security_policy_report_database_view_access_entry.py,sha256=GsxfRB1p6m1fE7qptLmPqHmOJlo8ZidDkubcu391fQM,19039
|
1158
|
+
pulumi_oci/datasafe/get_security_policy_report_role_grant_paths.py,sha256=XbO61hPGZTO2ZUfi68Cxn2uwSLJMH5jhtK2B5VbqXDM,8363
|
1159
|
+
pulumi_oci/datasafe/get_security_policy_reports.py,sha256=14XVL4mhhKrCDH33NBi8ijVoCc-11Wtjw5WilhMsfDE,14770
|
1160
|
+
pulumi_oci/datasafe/get_sensitive_data_model.py,sha256=GxQ0caFkD9wqoQlZuFZcrYU-sT_BH3ny2lJESKhmyTk,16867
|
1161
|
+
pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py,sha256=UXW-POj3kltA4VdfWTJH-Pi9M0FOFtzCaXcNzV7pPLY,9553
|
1162
|
+
pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py,sha256=77B8ICV36x8CdSvIt3PehN4k8EN6SnnfkltlBmKGQtg,7314
|
1163
|
+
pulumi_oci/datasafe/get_sensitive_data_models.py,sha256=Qw3Ob2HvE-nUC0qVCjjDGQ8M8w1S0qLyYnBTCphOEys,16730
|
1164
|
+
pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py,sha256=PIR6PkSjUiMKjjYnFFmJxrdQ6eRPyOzhwL-KszBc5to,19100
|
1165
|
+
pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py,sha256=QCmpHCKJojIHqjalipmHhPEfvxL6C087_YF6_J0ldag,30309
|
1166
|
+
pulumi_oci/datasafe/get_sensitive_type.py,sha256=zBiazAyPk25x6u_ufrdFQT_DG6LPRw4rxyGwGmqjW2s,15157
|
1167
|
+
pulumi_oci/datasafe/get_sensitive_types.py,sha256=t7EhWoP0f-6rNbZY1Y3Bw39ZE1zBAbQxZyHT_CtIge8,21411
|
1168
|
+
pulumi_oci/datasafe/get_target_alert_policy_association.py,sha256=52cCQ9mm4AJrIbxXNbTUM3P3sE9S4kQQFbebg8En9GQ,11573
|
1169
|
+
pulumi_oci/datasafe/get_target_alert_policy_associations.py,sha256=4ko5hWfocGqbBin-5aGpVkKv2DzBpri5Sm3AuuOvg8g,17462
|
1170
|
+
pulumi_oci/datasafe/get_target_database.py,sha256=N_KERTzXVd26FHU0_b990dNn8dtDRKyDbNyX8O3LEks,14539
|
1171
|
+
pulumi_oci/datasafe/get_target_database_peer_target_database.py,sha256=RZr4Ip9BuPuXV8efaJOlC49ysfGDSH2zRpuo4xnGfv8,11618
|
1172
|
+
pulumi_oci/datasafe/get_target_database_peer_target_databases.py,sha256=WvI9KZmgQQv-AsxVflrOLfyDRarcGyqU2nNnxh3qmzE,6061
|
1173
|
+
pulumi_oci/datasafe/get_target_database_role.py,sha256=yNzmNkKp6SkazHGz_OwVOSmtzgiCPPrecdCNuAeYgvQ,7080
|
1174
|
+
pulumi_oci/datasafe/get_target_database_roles.py,sha256=TVtW9h-s18BlZf5jI6coDqjEBvOLm7QvU3G5mBiWDR4,9578
|
1175
|
+
pulumi_oci/datasafe/get_target_databases.py,sha256=D4Xfnrv0F2zYCIt-kjJnI3F4s0edgZULCtWbz5jgFdo,14747
|
1176
|
+
pulumi_oci/datasafe/get_target_databases_columns.py,sha256=szyJBeJ2nlnqFDTHrU0eSpDd2a8wwaG6DwqIpgwH28Y,12793
|
1177
|
+
pulumi_oci/datasafe/get_target_databases_schemas.py,sha256=cR7Mim5Zm0T4hgP4O9O6Xxv2WfAoncIqwub1oRi8tOo,8620
|
1178
|
+
pulumi_oci/datasafe/get_target_databases_tables.py,sha256=nvREaad-nscN5KcHBZNE4X9shvhSf0oB5MteaHrfnEQ,9526
|
1179
|
+
pulumi_oci/datasafe/get_user_assessment.py,sha256=CQiV1i6iimXVkRn3i1KHLbJKqJGgZ3nEPI_qU8i6prI,17603
|
1180
|
+
pulumi_oci/datasafe/get_user_assessment_comparison.py,sha256=rBqEZzxiZ_5ItfQnQj1xyIkp1k5jHQxNq_9PkTd__H8,6943
|
1181
|
+
pulumi_oci/datasafe/get_user_assessment_profile_analytics.py,sha256=pXyMJfQWuqWLE77Mr8b7T_4k9ru7zTDwT2YIgBL7HKo,14198
|
1182
|
+
pulumi_oci/datasafe/get_user_assessment_profiles.py,sha256=oVE6repH0QvtF_MuHMyeJ2Q3nVWxWswBJHtp5tX3xqw,33515
|
1183
|
+
pulumi_oci/datasafe/get_user_assessment_user_access_analytics.py,sha256=J-vS9YTKQvAxp2m6T6zGLIGYUbPKleqp4HqvUNTUs-U,5998
|
1184
|
+
pulumi_oci/datasafe/get_user_assessment_user_analytics.py,sha256=8e23RFtIBskKKi61PWbultxk6GmoyubU8PjfG0Egc2I,28595
|
1185
|
+
pulumi_oci/datasafe/get_user_assessment_users.py,sha256=N-a6-hHcQvVSofVX10b79Iu-KobAGNEr4wpzbat4vw8,31970
|
1186
|
+
pulumi_oci/datasafe/get_user_assessments.py,sha256=l1TaCxjxyMNfUtG-DZDOH-LD9AnESAdskS-oN39Qse8,22665
|
1187
|
+
pulumi_oci/datasafe/library_masing_format.py,sha256=82ogjMeZIk0-l4aRHGIsSCn3Sm96FO6ClXsJCWxV2jc,33278
|
1188
|
+
pulumi_oci/datasafe/mask_data.py,sha256=C0Cl-E4PXqjBNjtbYuzfJxlWWZhFUQp5-9oWqWMmdhw,6663
|
1189
|
+
pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py,sha256=RK84k_OpVYmhoJbCPzoWybLdsFUI8YbSmXpUp50sY-8,8203
|
1190
|
+
pulumi_oci/datasafe/masking_policies_masking_column.py,sha256=281uHJhqqgf_73J8YIdYLZFJ_XmHpiTiw61dxrIS_jw,57215
|
1191
|
+
pulumi_oci/datasafe/masking_policy.py,sha256=3blbd3hJePn5ZhlqaxkKo4oP8kHEpSwZRqCNDOX3F24,67521
|
1192
|
+
pulumi_oci/datasafe/on_prem_connector.py,sha256=kEYHXY_fUZzB6mtvfe2iedGGF7MEVojN75YLiMDR1Ew,29506
|
1193
|
+
pulumi_oci/datasafe/outputs.py,sha256=kmvNmOnn8G7Yt3dsHB9UWAG3VFmRheM0Ewo6A2DIl-I,1218132
|
1194
|
+
pulumi_oci/datasafe/report.py,sha256=eZAU9FhgXqAPM30lXnEXPWc1SeR3pT4h7OgZwdtToik,26345
|
1195
|
+
pulumi_oci/datasafe/report_definition.py,sha256=0ZiSwtH1KVDD-v6pES-ToX-aE5PJfHkPsxgzttWkhM4,67477
|
1196
|
+
pulumi_oci/datasafe/sdm_masking_policy_difference.py,sha256=V_oGgxJF9otAHzkJbmqnSoOYUGtlKsG3SYljw1A0bRk,37560
|
1197
|
+
pulumi_oci/datasafe/security_assessment.py,sha256=XJO0Wb8K14fLuAO6HXEr335TG6JnR_F94JQ-I9l_qxM,58613
|
1198
|
+
pulumi_oci/datasafe/security_policy.py,sha256=n3BGyT2Ww0rkbayoT2wrSikpdbiVhsJNOenZyWfsAoY,28863
|
1199
|
+
pulumi_oci/datasafe/security_policy_deployment.py,sha256=D6YNQebQg35fEprfZ6ZyAlF3ZKhvSNjv3gzCAwQaCbM,32580
|
1200
|
+
pulumi_oci/datasafe/security_policy_deployment_management.py,sha256=bt3hxxHHcz-PA_T-nKSMkZcDaWzmtZh3XKFG0fqsS_s,17727
|
1201
|
+
pulumi_oci/datasafe/security_policy_management.py,sha256=Ue_Dji7mB-d2hjT_r9X13jahKaHI02s-81lB3iNqUJU,16615
|
1202
|
+
pulumi_oci/datasafe/sensitive_data_model.py,sha256=DxbTrarUB3dn7pnWRvlIwMyVjDntljPuDjspuLGke3M,62491
|
1203
|
+
pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py,sha256=lPiGmeh6UU4ah7Z85HW0H1mOqvV5fiiryryXyqtrcOU,7830
|
1204
|
+
pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py,sha256=zuuFYJu_lWftjJxsMYLlKMDaImaKfcXzpxTwi32aPOo,67613
|
1205
|
+
pulumi_oci/datasafe/sensitive_type.py,sha256=vlRCqz4zRV2pWDSeesEuWwKZemfo65GdRZw1nwBGlRM,51539
|
1206
|
+
pulumi_oci/datasafe/set_security_assessment_baseline.py,sha256=XWBF-0RxyY-XI1uSktk6JCM4B4wratmDb8bLaxatovc,12530
|
1207
|
+
pulumi_oci/datasafe/set_user_assessment_baseline.py,sha256=BHiNsPghfwGueXK8nFjQC0wOByqvOQvRSXTGOGPFAkA,12142
|
1208
|
+
pulumi_oci/datasafe/sql_collection.py,sha256=E0b7Nt4-I3awGBnCG-pjDpZWV4thy5lcv2lu_DSc344,54350
|
1209
|
+
pulumi_oci/datasafe/sql_firewall_policy.py,sha256=7vkLvHNQYMTfpwXHNfzhgo3E9uu6tFIpCiUKdu97HOg,51488
|
1210
|
+
pulumi_oci/datasafe/sql_firewall_policy_management.py,sha256=pucbdO9GprqnoS-VizqTVp4c7yM53EpRwfye77aBKwM,33473
|
1211
|
+
pulumi_oci/datasafe/target_alert_policy_association.py,sha256=PZfnPYEAHHGL2hCA7QBbZy5BWXzWnt5qjGD2sSR10ME,33710
|
1212
|
+
pulumi_oci/datasafe/target_database.py,sha256=ovIic5Sqq7eMK-SrXiWWAyW3fS9JXqM2atrh9N04dJw,52193
|
1213
|
+
pulumi_oci/datasafe/target_database_peer_target_database.py,sha256=RNbH9OPqRsa8815eBDOk-CV0JCQLncM3MV4BO4QHyFI,32228
|
1214
|
+
pulumi_oci/datasafe/unset_security_assessment_baseline.py,sha256=gkvJJcoMZci7CPs_Lp8TK-d_eESh-VAf8a-vT8qjelc,9819
|
1215
|
+
pulumi_oci/datasafe/unset_user_assessment_baseline.py,sha256=kTTpjKj25Xko7B5Ge0_I3fO3VgeFSOZ4mUb_NxSONug,9475
|
1216
|
+
pulumi_oci/datasafe/user_assessment.py,sha256=1UaaICJfPOEyaMhGbcDBKVWLnribl13bqGR2hjSXdig,55445
|
1217
|
+
pulumi_oci/datascience/__init__.py,sha256=YUs9Sg1hYEkk_ORPN54BOFosvaeepgs8SelXVgSpgYc,1506
|
1218
|
+
pulumi_oci/datascience/_inputs.py,sha256=iWtIB7RxZVgby5rXuCq_KSXw1CkNfrSpzD3grlCPm7c,199255
|
1219
|
+
pulumi_oci/datascience/get_fast_launch_job_configs.py,sha256=obTdCiyJb0sYhfv0XqJPUILTFsT39cLNfKNae4qSjic,5481
|
1220
|
+
pulumi_oci/datascience/get_job.py,sha256=qE-Em52CQvXR-qrHD-KEWIXZYxb8HiDUSFq6eRv52Xs,17702
|
1221
|
+
pulumi_oci/datascience/get_job_run.py,sha256=u5z4flvKDaeLdhBCB-9agnn0aS-05Ik_R--lq9h99b0,16628
|
1222
|
+
pulumi_oci/datascience/get_job_runs.py,sha256=iSBYUrXFSG9tefkOGtgkcKptQIdpWIV6T-BWr4QGDB8,9544
|
1223
|
+
pulumi_oci/datascience/get_job_shapes.py,sha256=TaNCmN-IyOiwj9VB4oSZ_eGAhDALjV3NGi5PIvYD3RA,4886
|
1224
|
+
pulumi_oci/datascience/get_jobs.py,sha256=Ym8HHPdwlaWWU4V9fZR6esFlmVaGuPc3if_sxtVLgbk,9500
|
1225
|
+
pulumi_oci/datascience/get_model.py,sha256=rLoQRqsUrKPITyDusGCxndFiPZ3DQvYs4VmwcIKYEYQ,14749
|
1226
|
+
pulumi_oci/datascience/get_model_deployment.py,sha256=J6GQrYMORp4zDG37eLnB-BfaMR28iZcEhSPwt0WLo6g,13310
|
1227
|
+
pulumi_oci/datascience/get_model_deployment_shapes.py,sha256=_ibZd9nKv12ePkUBxCMFh01dQ7wHFV_Mkm-_2BueRFA,5446
|
1228
|
+
pulumi_oci/datascience/get_model_deployments.py,sha256=KOUZnbyxpIlnK9Zvz2HKVheKA6M3nCKRtR2oCAEXRaI,11007
|
1229
|
+
pulumi_oci/datascience/get_model_provenance.py,sha256=ZMC37Z4XUyFCy05gJvK3RqSRWlhxzOvOKRMkfRjTH_A,7103
|
1230
|
+
pulumi_oci/datascience/get_model_version_set.py,sha256=_zD-F51Le9wT4hQzl3nRXwOa9rfCMxu3hmOBCsXS59Y,10687
|
1231
|
+
pulumi_oci/datascience/get_model_version_sets.py,sha256=xVLboxqxR6qh5b9rk55Z4OziDCB8KRj_eElNDdHMeJs,10326
|
1232
|
+
pulumi_oci/datascience/get_models.py,sha256=-LRqEfuP8q8lpwwCaC_hUGqy6dgoHcSsrS4eVlvP_i8,11256
|
1233
|
+
pulumi_oci/datascience/get_notebook_session.py,sha256=EysrimaWYKfsc1vPE8BrMy4yLp6x1MAmzAL1N9pIkT0,14337
|
1234
|
+
pulumi_oci/datascience/get_notebook_session_shapes.py,sha256=xZnJ_2XFARB0VCldgMwKvW0sKH0eTuP9X33_2JqGEGM,5448
|
1235
|
+
pulumi_oci/datascience/get_notebook_sessions.py,sha256=wKTql_G1PEOUsM3mXYOhhrvhWZRFNlrkOeLemZIEg04,10529
|
1236
|
+
pulumi_oci/datascience/get_pipeline.py,sha256=IMyri3ZradkfediIU7TjWKRBZDfvhZJtuNX47vV4WU0,15134
|
1237
|
+
pulumi_oci/datascience/get_pipeline_run.py,sha256=JgXDmrBcxpKJPHtX9Vn90uc22fKKHB339EcRwRoH7xE,17286
|
1238
|
+
pulumi_oci/datascience/get_pipeline_runs.py,sha256=TYB1Y3MSoLgp7XpIVYfB90OLkbG55s3WSJe2vUg1Ek4,9949
|
1239
|
+
pulumi_oci/datascience/get_pipelines.py,sha256=fNK0vcp-X9tn3WjBxtQMjNuFwUnbXJ1DLwe139I7Nuk,9695
|
1240
|
+
pulumi_oci/datascience/get_private_endpoint.py,sha256=vZD4qdd7T92S39SmqzxUbUEB4KMRfN2W42gzuTCOxFg,13531
|
1241
|
+
pulumi_oci/datascience/get_private_endpoints.py,sha256=96mVQCDp3LQuxm7C-FT-gpOYeP8N8NBEqPwt2TLcnDk,10655
|
1242
|
+
pulumi_oci/datascience/get_project.py,sha256=mHXXx5A1X-ym_j-tIJYkpRvRfgVe7PI-avUAxHgKTDE,9038
|
1243
|
+
pulumi_oci/datascience/get_projects.py,sha256=bf_ggzrUd0rRVnv9hqV_yjy6AZcLM21Y5uEtsicQnHM,8680
|
1244
|
+
pulumi_oci/datascience/job.py,sha256=L128sIy8G1A1ecSJolMEyUyiNCvAA7n9OCgM_2BUJhE,66189
|
1245
|
+
pulumi_oci/datascience/job_run.py,sha256=5xvs7EWZ8A-ELpkf2nc_y98lOLEwRnzYjOLAecnfz50,54679
|
1246
|
+
pulumi_oci/datascience/model.py,sha256=cCSSeZjLsOMuC01LD8dmM9Hcdvf4r_ufHX4G7b7VbWM,52636
|
1247
|
+
pulumi_oci/datascience/model_artifact_export.py,sha256=3luxH5zMiFVqyiUAha3paucsA2RgDt8r9HiOa8o1kX8,12879
|
1248
|
+
pulumi_oci/datascience/model_artifact_import.py,sha256=bPnG_kR2mp8AcUUdlEV1wWOiP9cXrfbbTMUox-VeXhM,13344
|
1249
|
+
pulumi_oci/datascience/model_deployment.py,sha256=OXQsk4mZ2nT9cywiodiwh4_sSNQURE7MDCNUvlkutxM,58874
|
1250
|
+
pulumi_oci/datascience/model_provenance.py,sha256=cxGwHWxs8CXHTeRAHEWdM9nSsfXCj_YaITpxIIGbR-Q,24751
|
1251
|
+
pulumi_oci/datascience/model_version_set.py,sha256=zGXokomOhRgOUn_z_GJKU-aTS2SYxH1gFC09La-Qq8E,31518
|
1252
|
+
pulumi_oci/datascience/notebook_session.py,sha256=z0wyZrzGh13Zl_mwpsSP0eOjEPNpAmaaXtWboZr5hoM,53554
|
1253
|
+
pulumi_oci/datascience/outputs.py,sha256=nvX9rAYCiomVIzkTxKDXEwcWS0OGzBVQmL9bEISu4is,555715
|
1254
|
+
pulumi_oci/datascience/pipeline.py,sha256=TrH023JYc_Np5uC7-KBNGyBHGMO0YhmWpt7UQJilSsI,53310
|
1255
|
+
pulumi_oci/datascience/pipeline_run.py,sha256=nEKPlYT1-IbdwstW54WdZdpH4_ACs1tKbL-sRZM8sKo,56710
|
1256
|
+
pulumi_oci/datascience/private_endpoint.py,sha256=HXxXFp2TJqTCkAo5FR34Knjcuoy2BY3oL18hjKnfmXE,40541
|
1257
|
+
pulumi_oci/datascience/project.py,sha256=0B2VWHLKcJjyhVj-WGeuBzv7SpxRZCf_wFrYU8u-Yl4,26889
|
1258
|
+
pulumi_oci/devops/__init__.py,sha256=jGVaG5GgMDYniHsVYgCiOln8YZzQTBIMnWiXDrDeGe0,2195
|
1259
|
+
pulumi_oci/devops/_inputs.py,sha256=eW7qxhvMCRKQn-l48ghye2G6Mr5jKulZ_9IBTw4_GVE,219764
|
1260
|
+
pulumi_oci/devops/build_pipeline.py,sha256=Xn4YI3bax75RKRVvvV_wv9kGDLcREBqHQBJcls2pTbQ,33680
|
1261
|
+
pulumi_oci/devops/build_pipeline_stage.py,sha256=CwUx8yIC9jkvkZMXbQ4tV2_FWKXl_f_tkOEo4V0246E,74819
|
1262
|
+
pulumi_oci/devops/build_run.py,sha256=QsqZpPad8WoswITZ-m7t3Eh3qoI-SQ-52NIJpseSrUk,39667
|
1263
|
+
pulumi_oci/devops/connection.py,sha256=g6dbasp-ke_m5F-_X1e4r8oHgdumrE4Pw186yj8bMQI,43842
|
1264
|
+
pulumi_oci/devops/deploy_artifact.py,sha256=PRUjoTRihhIrJ7soKelej6hKvkbFe_D9YmTFLhCJhuk,40807
|
1265
|
+
pulumi_oci/devops/deploy_environment.py,sha256=pPoDB_33KEJ0fBJlcUW55qJU7Ox5qCzy6Tzyk69D5Y8,45137
|
1266
|
+
pulumi_oci/devops/deploy_pipeline.py,sha256=zvZnQLQ1OIspEa_xV1EIS2Nt4G7qHBuF6riJl0DwKn8,37969
|
1267
|
+
pulumi_oci/devops/deploy_stage.py,sha256=9R2ucKuu6vZcqvbNkaQgi6pEUgIYAGV7PCE-wDK5SYk,192040
|
1268
|
+
pulumi_oci/devops/deployment.py,sha256=C1J_tH2LiYnbjzuBwT42snybzj7WB2SEy4Xrv8joPhc,55625
|
1269
|
+
pulumi_oci/devops/get_build_pipeline.py,sha256=mYCBtSqUVUWtyZQN5nBM0SFr-tGunMpezXeskIulIFY,11241
|
1270
|
+
pulumi_oci/devops/get_build_pipeline_stage.py,sha256=_woQKUPsvlsTIa9l5TV33tNcfCZS84u5iLgTUD8Ro9I,21009
|
1271
|
+
pulumi_oci/devops/get_build_pipeline_stages.py,sha256=zGGorNrGYJxOXqXQJq6FdW1eTHKcBAMsYq6YYOWgRdI,8980
|
1272
|
+
pulumi_oci/devops/get_build_pipelines.py,sha256=eLmGe4TRUYN11OWuLPPKu2-1Dq485uUsUdR934yQ8Bc,8432
|
1273
|
+
pulumi_oci/devops/get_build_run.py,sha256=uXp4wGi8QzFyUn_ECn3Dvd_u6R7Yxw3B7wWi8E3fFm4,13425
|
1274
|
+
pulumi_oci/devops/get_build_runs.py,sha256=yw_XNzM2QmobruFjYdwBRTU2Ku0Y5Fr9kGg8d7O2rIc,9540
|
1275
|
+
pulumi_oci/devops/get_connection.py,sha256=hIZxTOII9ZUCp6VawGwOxhgu0bMQxNGX5BhS0z6kyWg,13670
|
1276
|
+
pulumi_oci/devops/get_connections.py,sha256=YkXvLRRPa0vh2cVaLvUwBIeApK0ynSev_bT5-_B_gmE,9244
|
1277
|
+
pulumi_oci/devops/get_deploy_artifact.py,sha256=dMG8NIwlEmkgsp8uo0hC9XjuP_0r9WDPBGlyES0CNvY,12559
|
1278
|
+
pulumi_oci/devops/get_deploy_artifacts.py,sha256=WRVYhVcF9XLZ6ma_tekCoJZUxTh1rBOj71J15AR5MS0,8458
|
1279
|
+
pulumi_oci/devops/get_deploy_environment.py,sha256=GDDSybZ4vgr9nwjkx3TCFZRt5HVWoHgr_JdX3q8a5sQ,13933
|
1280
|
+
pulumi_oci/devops/get_deploy_environments.py,sha256=w0OcfMEZDXspV0CensmeWlaXBUmpgk4sW0wBjJuP3NQ,8665
|
1281
|
+
pulumi_oci/devops/get_deploy_pipeline.py,sha256=ZBqjFDPbiwiJnDrEu1PwMkFdM2TzdUkoYAU8FkA2Tdw,12934
|
1282
|
+
pulumi_oci/devops/get_deploy_pipelines.py,sha256=ehPu_0V1myF8MmZT29Qb-Tqyh6wgJ8Qf5KC2Ac0Kjgs,8496
|
1283
|
+
pulumi_oci/devops/get_deploy_stage.py,sha256=j9aOMQT6e5vzNkEUOIrpSluaLp1-1a5CeMl2Vh5a_5Y,52770
|
1284
|
+
pulumi_oci/devops/get_deploy_stages.py,sha256=NJy2e3HfAEN_FeZ4B1uKE96H4cAyxpW1Er1gup8ACic,8518
|
1285
|
+
pulumi_oci/devops/get_deployment.py,sha256=GOGJYR_-qMakVsS7fEhONlPEZSmz2_uoVXbsI7tumgM,17589
|
1286
|
+
pulumi_oci/devops/get_deployments.py,sha256=TzHfOX1p7-DjKyAvY6YcMZMbSyLK4zeDeixK5YLjeio,12962
|
1287
|
+
pulumi_oci/devops/get_project.py,sha256=IONPt0WgN0RZO9kooMrZq6vlEO06-ps8pnoFdiVseOs,10423
|
1288
|
+
pulumi_oci/devops/get_projects.py,sha256=AX7iQYexNs0UnQLhsWs7pqepzkoTT5z-GxVqjtjIq0c,6798
|
1289
|
+
pulumi_oci/devops/get_repo_file_line.py,sha256=TCGoiNk98CKlXmjGgsW3ULc2LZBK94CRqCVXymEZVfs,6713
|
1290
|
+
pulumi_oci/devops/get_repositories.py,sha256=qMry5VRcsmXVzy56UHcuUcbIcwLQAI4SiutzYvDnKUM,8575
|
1291
|
+
pulumi_oci/devops/get_repository.py,sha256=3iiFNc5iPbb1Mg4O0IsRrVuJYJ2QOKjTy-eK6tORhso,17279
|
1292
|
+
pulumi_oci/devops/get_repository_archive_content.py,sha256=pfP2Zm7aB3Olgm9cxoVVkfHxWeuHFX3WZjKHbOS7-MA,5574
|
1293
|
+
pulumi_oci/devops/get_repository_author.py,sha256=znESXPNvjycsVm-sJ36bvyQXOomgwOoSPq8b9d8pvQQ,4920
|
1294
|
+
pulumi_oci/devops/get_repository_authors.py,sha256=ikykJk3kzT-s9Rr5aQ-NH3E5HatPTbkBUONoqGba-Y0,6024
|
1295
|
+
pulumi_oci/devops/get_repository_commit.py,sha256=ABnMc483mEqxKeHcORuMJ8kHJMo3xBN9M90s-_nh0bI,8794
|
1296
|
+
pulumi_oci/devops/get_repository_commits.py,sha256=_G6Y9FP5mGDXW1tWNvdSRaAfO-E6mnilQ_heZUOCeOA,12935
|
1297
|
+
pulumi_oci/devops/get_repository_diff.py,sha256=0bbkPC6yTn09nAeZf2uEfXmGA7pgdlGnFtJBnqZGk0M,11945
|
1298
|
+
pulumi_oci/devops/get_repository_diffs.py,sha256=5QdJIir4SBf0K1GRQHOZJcf7AtQNwzjOM6uFoA0ATcI,8277
|
1299
|
+
pulumi_oci/devops/get_repository_file_diff.py,sha256=FOK8fjz95u1n75Ir0lF8LKaaK5OYi_TFSNJ1HblUSDg,11856
|
1300
|
+
pulumi_oci/devops/get_repository_file_line.py,sha256=Uy0f2LSda30oBgpjZT-8EtaYFlSaE-arP_Xz0URmjmM,7287
|
1301
|
+
pulumi_oci/devops/get_repository_mirror_record.py,sha256=I0xJ1w146MWu08QBWfBmOwTI2ktRs1HkrTnfOu5tKx0,8008
|
1302
|
+
pulumi_oci/devops/get_repository_mirror_records.py,sha256=w5kyKH5dWK6r_lNyFkkj5r3uaOCLiFO9NTXELJcTAxI,5498
|
1303
|
+
pulumi_oci/devops/get_repository_object.py,sha256=e3D-NGTu6VNGjlB3YMiS7nUMdED5tX5WQFrZWfqVuLw,7219
|
1304
|
+
pulumi_oci/devops/get_repository_object_content.py,sha256=sHRrtWP4_LGBHitNMm-TlgA3fuO_a6WGSFTExYZ2joM,5381
|
1305
|
+
pulumi_oci/devops/get_repository_path.py,sha256=5NOx9XlPqpfOfOETpWibw8ZkgSA57ZFuI8aWJVHMqrk,8466
|
1306
|
+
pulumi_oci/devops/get_repository_paths.py,sha256=xo1SqAr9Ka-8vA-aEkmJJtcY8RrsW68zm1rkTgrDJxA,9495
|
1307
|
+
pulumi_oci/devops/get_repository_ref.py,sha256=33-IKWG1k5BOr0u30OPMv38eJBIvYq_c0A_lb4h5CIM,8235
|
1308
|
+
pulumi_oci/devops/get_repository_refs.py,sha256=4MEc5GUVP1ngpEeZXyDgbO6kkzYzfHNq9H8igj13cAo,7891
|
1309
|
+
pulumi_oci/devops/get_trigger.py,sha256=_LkBk8HuMETRXiejaajARNNBQ90icKzZZyN2wtgNjn8,12570
|
1310
|
+
pulumi_oci/devops/get_triggers.py,sha256=jM-sjeLXyYmwSdqaJwtAqrFCRMXfE0W36Wd6c76Q0Ag,8143
|
1311
|
+
pulumi_oci/devops/outputs.py,sha256=eJtap85O6ai4C33f1IUXVNMXe3TL5RucGguJ8xOxAjU,673274
|
1312
|
+
pulumi_oci/devops/project.py,sha256=eguIRaIEaAhhpyrhkpaIGDsQRiRGEZAJ7oNnXq1-CbM,29665
|
1313
|
+
pulumi_oci/devops/repository.py,sha256=9qYfGHtLpgEJFTEfYoRGYkYRk2kiZajB_-WbEHVkhb4,46974
|
1314
|
+
pulumi_oci/devops/repository_mirror.py,sha256=uv-rvXOsgKHoop0jscIf6F6gz45xKOA0KnuOy-S4l58,8518
|
1315
|
+
pulumi_oci/devops/repository_ref.py,sha256=jXYwZmjmYgD_oNFOmtfh9iOHG7dKnQPa_Wxg-JRyNfc,22028
|
1316
|
+
pulumi_oci/devops/trigger.py,sha256=FPrLI7kVEiMwpXKYawJ4BAlHyPFKyut3WcUuElW4_9M,41246
|
1317
|
+
pulumi_oci/disasterrecovery/__init__.py,sha256=7KleD-hSyUzKkdXcRIDujms_xktRCUn-6DFX5pKrijo,614
|
1318
|
+
pulumi_oci/disasterrecovery/_inputs.py,sha256=sURFGWfGF7gE0Sq0APR3CUxN9HqQ7EAO74YJYBLQ8o0,88414
|
1319
|
+
pulumi_oci/disasterrecovery/dr_plan.py,sha256=_uG_XA0GUP1mH4_UAgy77gQj2imM0MMUbiApwzEntYM,32278
|
1320
|
+
pulumi_oci/disasterrecovery/dr_plan_execution.py,sha256=G9_Dj-QIwRvDm7bZqiQBcrzutARZ1TF0D0z2_yy2sXg,42951
|
1321
|
+
pulumi_oci/disasterrecovery/dr_protection_group.py,sha256=-LY4-9DvtPoSElZug0qdybaqq3aUFxkJyKMRbX9quEY,51622
|
1322
|
+
pulumi_oci/disasterrecovery/get_dr_plan.py,sha256=J-04oFu52GhCQiyicEojSG_B0xzP314R18a1x_vd3y4,11927
|
1323
|
+
pulumi_oci/disasterrecovery/get_dr_plan_execution.py,sha256=rvBG-KHv72uKscQOsuHgR1bHnpEL2aCDEx4iUEcbZM8,16612
|
1324
|
+
pulumi_oci/disasterrecovery/get_dr_plan_executions.py,sha256=triK96Yh-4zbgzHhz6y1janCeavQRLRjhemdxVH8DG8,10074
|
1325
|
+
pulumi_oci/disasterrecovery/get_dr_plans.py,sha256=aQesQq-5aY1WSEiyp4wo8OKjYW2FHGUdAPPyKxMtHXg,8889
|
1326
|
+
pulumi_oci/disasterrecovery/get_dr_protection_group.py,sha256=P3rRtN-NcA8nvbWST4tkGzY5hYT-wZkVaD8VPJKqBUU,13844
|
1327
|
+
pulumi_oci/disasterrecovery/get_dr_protection_groups.py,sha256=xwSoemXL3LPyPdMGf9Fko0TfexX7qK7umQFQQSa2hBU,10965
|
1328
|
+
pulumi_oci/disasterrecovery/outputs.py,sha256=-m3ZqN-_IYWQxYHv2a9dlDCi9PjeLIuwoWlIAknSnVE,230782
|
1329
|
+
pulumi_oci/dns/__init__.py,sha256=rJmauYv4n0eB4hP0n-huHYUFdW2OcjhaV5t5UGeC7Ho,1106
|
1330
|
+
pulumi_oci/dns/_inputs.py,sha256=9XzgiPx6lwskcZJLd3glsN1XA_4WLJZh0fYnaPsUjgw,64156
|
1331
|
+
pulumi_oci/dns/action_create_zone_from_zone_file.py,sha256=2CJk1TJcK28cdpDzU7NjDLX0pgMdsOOcdXddL55oYHE,37309
|
1332
|
+
pulumi_oci/dns/get_records.py,sha256=4hVqPdORck5G5V6hRWRa0pI63pZW4gbMBu_F-BQuQqc,11638
|
1333
|
+
pulumi_oci/dns/get_resolver.py,sha256=TIwAEyeFqNhKpY3f7NNq41MyKUe4iAFlIHIJao8w4z8,12491
|
1334
|
+
pulumi_oci/dns/get_resolver_endpoint.py,sha256=4zYjHUY7MRjvDtO1-qZmwxuwDI57bjqHV1pXdU6Ep4k,13316
|
1335
|
+
pulumi_oci/dns/get_resolver_endpoints.py,sha256=AQ9d_WaaNPFqsVoDS6ZLQJh9YkZyNwcgRvQSfNWdlvo,8037
|
1336
|
+
pulumi_oci/dns/get_resolvers.py,sha256=7i7-w6wjBQc7FHYxYitW3anyprAiBS1hXxRnEDNteOA,8117
|
1337
|
+
pulumi_oci/dns/get_rrset.py,sha256=80--3Hnk8JNkdtsI-JYYGWMd_H72ppmVEFYbo6Rq2uE,9450
|
1338
|
+
pulumi_oci/dns/get_rrsets.py,sha256=b6Z1jbbMNTsVSRQBelhUwf8qILaDfs1WRbBZLFRMUPo,9712
|
1339
|
+
pulumi_oci/dns/get_steering_policies.py,sha256=2zLSUMWAAq0FbW71rdd6hkSkpnojqCNPEzf2WToboI0,14292
|
1340
|
+
pulumi_oci/dns/get_steering_policy.py,sha256=kYLp56f-DOUw_XvluqF-PyJ-4vvM8ja5HD3Mcp3tKEc,10924
|
1341
|
+
pulumi_oci/dns/get_steering_policy_attachment.py,sha256=KW7iP6RuB5SaIQms_bENQfB7wOPnGUJg7FzDDalXuGw,9063
|
1342
|
+
pulumi_oci/dns/get_steering_policy_attachments.py,sha256=1Nb5RsgGrPUYoZcNoJjyny2pzMO4-ZD84bz6jgwIXaM,15169
|
1343
|
+
pulumi_oci/dns/get_tsig_key.py,sha256=YH13JoxM-wsyx6lZ5lhMpxoFwo0PqOapbEKt9-8VkNI,8965
|
1344
|
+
pulumi_oci/dns/get_tsig_keys.py,sha256=OKR8EsTyN_ZJtA_neZPM893epmcDjIORgHOrLI8tqMU,6476
|
1345
|
+
pulumi_oci/dns/get_view.py,sha256=J31KIFAsnQX_Q27QI-Ng3R6gk5EDzpXZSjBE594QyC4,9395
|
1346
|
+
pulumi_oci/dns/get_views.py,sha256=lSboVjlwos9123cGImW3GjZE6tpjLHyjaw4viq0N72U,7855
|
1347
|
+
pulumi_oci/dns/get_zones.py,sha256=xQxcqI9y95oVZQacqWWvnxzRPIPKsMcNJp29QADOp90,15941
|
1348
|
+
pulumi_oci/dns/outputs.py,sha256=eymOnpoEr_b31lFv7iJL48TWvr9ouPKTKYdlOtINsc8,172415
|
1349
|
+
pulumi_oci/dns/record.py,sha256=PFJQ8JusxIV6Lb3kr48UXFEEk5x0dCrWVf39mt9xWBU,30818
|
1350
|
+
pulumi_oci/dns/resolver.py,sha256=4VKV_Vkilae-LYcYAAHLiT6z0vZs4_qKpTXqclVkw7g,37832
|
1351
|
+
pulumi_oci/dns/resolver_endpoint.py,sha256=i8_3_-9v32y4gszkE3L7GS3GurKHOMxS0EOa9dhyeEU,38860
|
1352
|
+
pulumi_oci/dns/rrset.py,sha256=MKrPsprfQaWAGOi-NUCVXqDInJQURtRy6K3Tvg5-PLg,23574
|
1353
|
+
pulumi_oci/dns/steering_policy.py,sha256=QgwsNPjfon-kkYG3YS09l7mB-YMU1OcSi0fZXblCIZk,51966
|
1354
|
+
pulumi_oci/dns/steering_policy_attachment.py,sha256=r-yXDtXD5VY9qo7ytL4d_sAGoJxxBsQzxgy0G366TFo,22993
|
1355
|
+
pulumi_oci/dns/tsig_key.py,sha256=Kaa9alzVla9_O6onM63TGKnmsqYK9VfYFgHLVdHKSfk,29310
|
1356
|
+
pulumi_oci/dns/view.py,sha256=6E5XVZggxhBp9QL7cgPpBu8Qp_sAU3XWWBHrhQHKVhs,26477
|
1357
|
+
pulumi_oci/dns/zone.py,sha256=RP6WEv9bHpbM0IhHbqQKVhpCvRWnKxNMTm_WnLJbanM,45668
|
1358
|
+
pulumi_oci/email/__init__.py,sha256=Lj6tQIltoh57rdriNbvKHtpYuDrlmlzj8yhSgU51o2I,674
|
1359
|
+
pulumi_oci/email/_inputs.py,sha256=U3LM5lfyZRVVnTrKy8ASoi7bZoQYByXsYPYKfsxGmrs,4902
|
1360
|
+
pulumi_oci/email/dkim.py,sha256=EL15_OErgTh6uYbpjEvAHSQSLz5kUCSU-rNY3Q3Yvj0,40881
|
1361
|
+
pulumi_oci/email/email_domain.py,sha256=5eiojAJy7XtvtfAud0Qy6zFQzqKsuzt2VD7jx4ZHYTM,31990
|
1362
|
+
pulumi_oci/email/get_configuration.py,sha256=qoQbrTCQo3bajrH-JjCphX9kZ10LHkWDYTzL92rDyFQ,5111
|
1363
|
+
pulumi_oci/email/get_dkim.py,sha256=HwDwTcBF1uvLYAb9ZqwDnpclf9nzcM6v9iU4GxyPPuU,12640
|
1364
|
+
pulumi_oci/email/get_dkims.py,sha256=eq1PFBFHYW7wM8heM6o8urVxIU9xeO0YdYky-nG2zaU,7074
|
1365
|
+
pulumi_oci/email/get_email_domain.py,sha256=kb2nIb8U3Po5RD-eNfNA67s1RlySBS-JoILkY52ndb4,9864
|
1366
|
+
pulumi_oci/email/get_email_domains.py,sha256=RMVa5LzO5Zy97ymYz1R7X_BBm1bQGiY4PUbG5ek6z6k,7321
|
1367
|
+
pulumi_oci/email/get_sender.py,sha256=XdzHYAyWxMO90AvtsKPTgCTcRaMh7c7ez5Y7kVMOeCs,8729
|
1368
|
+
pulumi_oci/email/get_senders.py,sha256=MsymBngT67SgqpGKUCALw-eLalguuqq45aLXyixkHMg,7083
|
1369
|
+
pulumi_oci/email/get_suppression.py,sha256=1xX3wY5iRvmsI0bG1VeTO0cgF2qZ62iy8PsJgSPGB-U,8984
|
1370
|
+
pulumi_oci/email/get_suppressions.py,sha256=_7_I9gOfmVKaY0FvGgNhfaFe8cE23mfFXPO2PNu2kVI,10619
|
1371
|
+
pulumi_oci/email/outputs.py,sha256=9Sf03cE2-W_KnQrlNU4UCZx_I9ZOPkU6X2rD2pXVMT8,31367
|
1372
|
+
pulumi_oci/email/sender.py,sha256=e2PQvWHZsgJ5KGvcFJprT0IdNdjFF2kaIi8RtkE5wos,25392
|
1373
|
+
pulumi_oci/email/suppression.py,sha256=FIi4DyIzxGOet5Nh44F3QotO6W52OWeimTsbuk26jLg,22302
|
1374
|
+
pulumi_oci/emwarehouse/__init__.py,sha256=bMIo2Xeb_bFH4EH3MQjDXjtK9RVjUmkp8pXJamFthwY,496
|
1375
|
+
pulumi_oci/emwarehouse/_inputs.py,sha256=JBNTCaZqdxb-XqHbQhkhNEVBIkJTUox3_gNKXe6N_NA,2414
|
1376
|
+
pulumi_oci/emwarehouse/em_warehouse.py,sha256=7bjQeyFmBazJehMVro4xuKg6VPkSuAHPQ0E1MX0dBKk,32899
|
1377
|
+
pulumi_oci/emwarehouse/get_em_warehouse.py,sha256=fcKMXTnrYrOsOE3ZJa6Ah2u4LLCyJkJJzoBOQR-0EwU,12523
|
1378
|
+
pulumi_oci/emwarehouse/get_em_warehouses.py,sha256=wmb4n2C1PH_f3TLQHH6Wrg8uegHFPI1fyYW1yOedo60,8705
|
1379
|
+
pulumi_oci/emwarehouse/get_etl_run.py,sha256=a3eOOa0NWL4Qi5U4tWx6_XkE126B_qQPe9qU1Q-K4ww,5935
|
1380
|
+
pulumi_oci/emwarehouse/get_etl_runs.py,sha256=MH2COsHOQ7z72hBJErLmOGMt8Gc8kGsXNsHUILP0Vsg,6852
|
1381
|
+
pulumi_oci/emwarehouse/get_resource_usage.py,sha256=Z9ShoY_0Q9U4k_nt1zA1OJcMUno0AMIFWY7BaJMhmyQ,6577
|
1382
|
+
pulumi_oci/emwarehouse/outputs.py,sha256=WBYQfLow1m4n5HF-HrnSXFFw4LUU5wvtIYNDmlQI-9I,22403
|
1383
|
+
pulumi_oci/events/__init__.py,sha256=s5WifgDAfiU0eAvulJ-z_3vdbDeRHphEqpEnfC6mvhQ,383
|
1384
|
+
pulumi_oci/events/_inputs.py,sha256=gtiJg4g1rEpzo9oeApVWcdxxE0_ENy077wIeax2hbqs,9527
|
1385
|
+
pulumi_oci/events/get_rule.py,sha256=kcdLVWky4PfhGoCbPKDRyMflOV70vwkl1KeliSCWsrQ,10241
|
1386
|
+
pulumi_oci/events/get_rules.py,sha256=XDqGicWbODy6dOxHo_OdkKTcNaQjsREwUEUnecURclo,7001
|
1387
|
+
pulumi_oci/events/outputs.py,sha256=7o8HdSEpuZnoPVYUyq775wDG2Cs5JCHOubG8VpY9PUE,26752
|
1388
|
+
pulumi_oci/events/rule.py,sha256=KwCgAMpcHExm2xHUZuVZYETMshkznTq5_s7RNpIcQkg,43895
|
1389
|
+
pulumi_oci/filestorage/__init__.py,sha256=o1dtIje7kjVGLuJ8Fz6XqRSncO0ExtsSfiREeMn8uaU,1035
|
1390
|
+
pulumi_oci/filestorage/_inputs.py,sha256=DLZIK4W7I5PSPlL8e-qZ6YcOj6tsu51KMJS5loPQ3To,40177
|
1391
|
+
pulumi_oci/filestorage/export.py,sha256=UhHVnm_63IGiVDM7yDZUsACdItc8ZHwpsyqb1ne1twU,32733
|
1392
|
+
pulumi_oci/filestorage/export_set.py,sha256=bVM_3fKlqn22p__4F6TyJ6bP1gOzUOiptOdunBFXq80,28803
|
1393
|
+
pulumi_oci/filestorage/file_system.py,sha256=QhSLcXo8qp0OTVSQ3qN6MwCVn9tlHQQ1foBsg6h59EE,54055
|
1394
|
+
pulumi_oci/filestorage/filesystem_snapshot_policy.py,sha256=RuhBJjqCDHjHbTF3DlyLwpaAeeqoyeKePlJm-3J0kYk,36667
|
1395
|
+
pulumi_oci/filestorage/get_export_sets.py,sha256=SZqBdXs7hhTUekFYVNSlixBrgSZS0Sq-PltHTZZCaq4,8951
|
1396
|
+
pulumi_oci/filestorage/get_exports.py,sha256=qJkMKZh6Be4WHkVKFB4ZnRt8lF-h1Yg2y_NKjKngYEA,8751
|
1397
|
+
pulumi_oci/filestorage/get_file_systems.py,sha256=Blg0XGpToHi7w4tAR2TN8IgC1pZz6W3LH2819BdyXiE,14423
|
1398
|
+
pulumi_oci/filestorage/get_filesystem_snapshot_policies.py,sha256=4FV8OfEhp_NYgSKqOmC1z3eWXjRjjWaTkB8Hd5AW1Ek,10097
|
1399
|
+
pulumi_oci/filestorage/get_filesystem_snapshot_policy.py,sha256=Zo_UtaCkoyTbVBRvtjiMVMX-8DPQ2e4D-OGOG6GywIs,10438
|
1400
|
+
pulumi_oci/filestorage/get_mount_targets.py,sha256=hlNaRdtBj1Bot3lttc2YmGVL-4IN9_j9NYR8cQhwrnc,10385
|
1401
|
+
pulumi_oci/filestorage/get_outbound_connector.py,sha256=64oSVOll54lrQLlKlcQ1me9waOJ64R4t03ntcM6R-uU,11950
|
1402
|
+
pulumi_oci/filestorage/get_outbound_connectors.py,sha256=5wothBihRjTbOUpzCFa8JS8kDBLUGuczQ4KVkeu3ljw,9512
|
1403
|
+
pulumi_oci/filestorage/get_replication.py,sha256=5DIatFde6fn-AcoepFTeC7YbS9wcC-TxkXotNIPl1xg,14363
|
1404
|
+
pulumi_oci/filestorage/get_replication_target.py,sha256=z_ELJ4lJmtgB89Z_4uKqRmazFr_W5fk4sO06IbJlZpE,13677
|
1405
|
+
pulumi_oci/filestorage/get_replication_targets.py,sha256=9Ze9fTXH-SYffQmJ5izDq22n8pCsFy4wKpeyjU1OBQw,9502
|
1406
|
+
pulumi_oci/filestorage/get_replications.py,sha256=Fo-tu5K-uyXAWDFVm6kTuYGe8NYtjsfeyT5lvDw67iY,10246
|
1407
|
+
pulumi_oci/filestorage/get_snapshot.py,sha256=gHdHkWcLhRoZYyykTMg5fN1gRYcqOr8Om26uKQ7HeTk,12377
|
1408
|
+
pulumi_oci/filestorage/get_snapshots.py,sha256=G0Fi790nZxSo2czKMRgcxDqC_nNIwpiDvDQ_QBdl8N0,10025
|
1409
|
+
pulumi_oci/filestorage/mount_target.py,sha256=QCD74p-buOG4wDUKWW5tWahfmvXBwd1YHmT-X7qKhb8,68216
|
1410
|
+
pulumi_oci/filestorage/outbound_connector.py,sha256=3-FXYXH-mGvjbmx79VaxpFznz3ePI7J7cuk7f7bnh1M,41991
|
1411
|
+
pulumi_oci/filestorage/outputs.py,sha256=q54nMJ2Ib2VxT6lMef-pQzXtpZcJCC_x69ZUirSvkCw,139861
|
1412
|
+
pulumi_oci/filestorage/replication.py,sha256=UeM6ajqeSJnLszlCwApTlJSAd9nk3YRtu0313-G8M58,46142
|
1413
|
+
pulumi_oci/filestorage/snapshot.py,sha256=k0HNaDwlNWudcz24DdH4ibncEAINyw3-VRoX896OS_E,36287
|
1414
|
+
pulumi_oci/functions/__init__.py,sha256=tU-pJE4jEBX9z0lBXVdVAT7ImZSEx64sZB9YYWj2dys,1734
|
1415
|
+
pulumi_oci/functions/_inputs.py,sha256=Y6IyfjXQiM93k5JJ3o8QGRWPjXRmgklBMubSkocWy-Q,23568
|
1416
|
+
pulumi_oci/functions/application.py,sha256=3LxhfW_U9n_MmL8vh2cdVQ05rHBKVu4069su7rKPPX8,50962
|
1417
|
+
pulumi_oci/functions/function.py,sha256=DVXc99d0embbKTilUtc_JxTxoxYfZGFqnGedRl0A8hQ,54668
|
1418
|
+
pulumi_oci/functions/get_application.py,sha256=5pdKUh6qX2TSU3S0-NZFpk_dvOviTQ4CnUbU3umX584,13469
|
1419
|
+
pulumi_oci/functions/get_applications.py,sha256=yT_otj-IUVp47bC6PMXWOC13dWEQ4DT_OONjqWneALA,7549
|
1420
|
+
pulumi_oci/functions/get_function.py,sha256=NMn7yRbqSU2-V9J-V6kpZZKK5-TdN50vTXX0gdZ3oZs,15147
|
1421
|
+
pulumi_oci/functions/get_functions.py,sha256=yXocMxsgDgdWtcVFYk9SB_ltZW-A6MxppV9XjZzpXHE,7351
|
1422
|
+
pulumi_oci/functions/get_fusion_environment.py,sha256=HY-Z0MAgO-S-iPoy5g18bTdYyM2w58cZKG02WTmrFWU,20620
|
1423
|
+
pulumi_oci/functions/get_fusion_environment_admin_user.py,sha256=e48hnwJHXh7Ky4ePajdmG9CoUFgKZlkD7IajTSVuImk,6784
|
1424
|
+
pulumi_oci/functions/get_fusion_environment_admin_users.py,sha256=J2ZabXcqOQrjZd8eYAju6lrhNVczkiIJ_CL1bK_BI6k,5608
|
1425
|
+
pulumi_oci/functions/get_fusion_environment_data_masking_activities.py,sha256=1sRosEnVpbeA31OwWmuXg9Grj0MpoA8QgUVCp61A9ts,7170
|
1426
|
+
pulumi_oci/functions/get_fusion_environment_data_masking_activity.py,sha256=wvQC5_PzqSvV_Y78w29IRmc7j0KzSdbbp0VkZy-US80,7897
|
1427
|
+
pulumi_oci/functions/get_fusion_environment_families.py,sha256=w9mrRL8al3_ME2SWF1WuvOw0jjWBv4BNi5DJfExuAh0,9167
|
1428
|
+
pulumi_oci/functions/get_fusion_environment_family.py,sha256=iVK9YZf-WaBwX2Ku13ZnquryJY75DIb_Of6Qm0tDQCI,12045
|
1429
|
+
pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py,sha256=hyfLe8y580L9FVrF-nCWH5Cer20YBjoxXfzKt5jT20Q,7439
|
1430
|
+
pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py,sha256=tmaW56IJcGEdKedd2eDz4LENMxiFpnRNd1MIJLO4Gko,5335
|
1431
|
+
pulumi_oci/functions/get_fusion_environment_refresh_activities.py,sha256=6W0ATqz81BuKnrKiKnWitk150vYNvUqjmrPO6NLwn50,11510
|
1432
|
+
pulumi_oci/functions/get_fusion_environment_refresh_activity.py,sha256=2vvwz7a3VFttZRy3JU6rNt2hAFcILOvopefdYT-n_dA,12537
|
1433
|
+
pulumi_oci/functions/get_fusion_environment_scheduled_activities.py,sha256=JwH-ctx13Y3McFzKVjlAN8pvYKLf4Jjv3BuITXN8ox0,12721
|
1434
|
+
pulumi_oci/functions/get_fusion_environment_scheduled_activity.py,sha256=gVQqB_89Gf0QqiAsgh-RqTBr8XBTtt-YAlg5EMT-YnA,12430
|
1435
|
+
pulumi_oci/functions/get_fusion_environment_service_attachment.py,sha256=17SI0pbLSeJ07KAsB6hg-9t4Ed0WHOTnMoiHDeciKsQ,11680
|
1436
|
+
pulumi_oci/functions/get_fusion_environment_service_attachments.py,sha256=w4waWAQ8dwXJ2vupziSa-xft0vjDKHur5xdpbL-I5zc,9425
|
1437
|
+
pulumi_oci/functions/get_fusion_environment_status.py,sha256=vFmmvNPwfljxNUblL13r81MaEm7BeypuT7RLhqT0JVk,4468
|
1438
|
+
pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py,sha256=l2EipxqfaCc45UgSahEtFxjwR-X_Qvrr6SHFQhy6Vwc,5013
|
1439
|
+
pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py,sha256=VC7P8szbdFvHlFvdMV5WhR7CmB2rG2Q_MNtm7-UZ-QM,6356
|
1440
|
+
pulumi_oci/functions/get_fusion_environments.py,sha256=CnU4Alhr_hjyWbX25RSPVF0QAqMAr7toddoKn8My20Y,8657
|
1441
|
+
pulumi_oci/functions/get_pbf_listing.py,sha256=gczAST2Mx-VD2amNN5N9HROfff5TOHpBJGiCKATRgp4,9245
|
1442
|
+
pulumi_oci/functions/get_pbf_listing_triggers.py,sha256=xMJPAF63geMO7DpGcMQPhHdep5kDosLS4tMEtynxs4Q,5065
|
1443
|
+
pulumi_oci/functions/get_pbf_listing_version.py,sha256=6oIEJ8bCdgU-yI4gJbRt9qA2rGZU3OcDCDQx2b1tUH4,10771
|
1444
|
+
pulumi_oci/functions/get_pbf_listing_versions.py,sha256=eh-RWhaYJ1cLAsv9Ezhp4Yl9k0uGBr3zjDeTWC7wim0,10221
|
1445
|
+
pulumi_oci/functions/get_pbf_listings.py,sha256=C320p5XGydsKsKbE80p1Q0SMu8EWh13ljMFH6Tybixw,9914
|
1446
|
+
pulumi_oci/functions/invoke_function.py,sha256=3hPgQ96svolNREWX7ZK30ct_uvpYpCsGTWbcY13Wa94,29265
|
1447
|
+
pulumi_oci/functions/outputs.py,sha256=N6nIa7kH_QZIucJfKCMakOOwUF9wIEto4BFebL8ePA4,181168
|
1448
|
+
pulumi_oci/fusionapps/__init__.py,sha256=s1kp4BsIjlbImjz9cXbElkILKY_KpkDt6t5m0Euco8M,594
|
1449
|
+
pulumi_oci/fusionapps/_inputs.py,sha256=2vghyKD6i07euluL_bm2jZ0RYnQjTX9bNr3hhmmnyxQ,26281
|
1450
|
+
pulumi_oci/fusionapps/fusion_environment.py,sha256=XnP2joHirmrcyOfjSze6wmnBjOmDUaDEbdyMEohaMM0,62559
|
1451
|
+
pulumi_oci/fusionapps/fusion_environment_admin_user.py,sha256=SVA80ItihrJBEEg6rGXM8Fyw3Zkkmz2cq93-yGCBKMw,20988
|
1452
|
+
pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py,sha256=iA7jofBrQ3ggbi9RY9qXmOny9IHXsrnZM94P9_fQPsA,16368
|
1453
|
+
pulumi_oci/fusionapps/fusion_environment_family.py,sha256=lmDEDqbN_pm1Gq-BQuykfy5KuKbLI3mv3h7ZPe5FWic,35478
|
1454
|
+
pulumi_oci/fusionapps/fusion_environment_refresh_activity.py,sha256=zADQ3v0RMw6smJEG95NPibGdS6yKFOWeb9B70298HBI,28181
|
1455
|
+
pulumi_oci/fusionapps/fusion_environment_service_attachment.py,sha256=zA4rUmRB1Qo_CbY1zM0yI3jSvX1ZP5NQIkoNC8yhJBk,27178
|
1456
|
+
pulumi_oci/fusionapps/outputs.py,sha256=ASq2yd8D4iDTOtUJFmrn9HmmQB1CbMVTDgi3JFyQ7wQ,27265
|
1457
|
+
pulumi_oci/generativeai/__init__.py,sha256=Ftsbp6SBNCD-O9MT8eM5e2mfwjdKeaS2J_z-iCW_pFQ,584
|
1458
|
+
pulumi_oci/generativeai/_inputs.py,sha256=xhiP9ZnFqfaiuCEeDFyK8siwxu7mgWYtn3MQB-3tLjE,20455
|
1459
|
+
pulumi_oci/generativeai/dedicated_ai_cluster.py,sha256=8233an5SycFQ9rTvxIs5FOYYFNk6rudzlQdg57QvXP0,38267
|
1460
|
+
pulumi_oci/generativeai/endpoint.py,sha256=zpyTJG4J3CY0sm0mIr9AmpY7tkhznMNzuCO28isn0Fo,37106
|
1461
|
+
pulumi_oci/generativeai/get_dedicated_ai_cluster.py,sha256=X7_hPL7NzPJcU2eXkDycFbDbTykALzm3j9xZ-WOQQoY,12408
|
1462
|
+
pulumi_oci/generativeai/get_dedicated_ai_clusters.py,sha256=QTbJ7OVG9ACNQt3fW7phMb_5Omy2n6r76pDR2nIyyfM,8303
|
1463
|
+
pulumi_oci/generativeai/get_endpoint.py,sha256=h8Fym1eqaU_K6ptej9v4fuCP3zunLIWe1y9cpSrELMI,11712
|
1464
|
+
pulumi_oci/generativeai/get_endpoints.py,sha256=hrVyczHAFhoQhVBscNWnsa2vo0L38gJ-CCp9oJAWujg,7469
|
1465
|
+
pulumi_oci/generativeai/get_model.py,sha256=40zuY74XrxfFtm9lmcr5muC7980InYNLcJpAOLoPLIE,14249
|
1466
|
+
pulumi_oci/generativeai/get_models.py,sha256=hOW2RHxc0gf50warwb0vWOuNvpAJYENYOYlsTO3reRU,9033
|
1467
|
+
pulumi_oci/generativeai/model.py,sha256=xEXZvjoXRah58v7CZAbWKAlH9fhP7tjIMa1BNPDyR4Y,41594
|
1468
|
+
pulumi_oci/generativeai/outputs.py,sha256=iWDgOW33-pUzi6mLGLdC3tzJYNyLKNxkWMTqESx8sSA,70464
|
1469
|
+
pulumi_oci/genericartifactscontent/__init__.py,sha256=hgIxlRzoszlQaqeflk8QurTNj87qkBbx16jZXw0p8Dk,382
|
1470
|
+
pulumi_oci/genericartifactscontent/artifact_by_path.py,sha256=314j9eEXL5cvJkCaBl2gTlvQZ1hWc0_9UGACqtY4rz4,31775
|
1471
|
+
pulumi_oci/genericartifactscontent/get_artifact_by_path.py,sha256=UDM19NmC9XfgtZ_t1ItN2u457MbEtx55BKsmXTe7JMo,10183
|
1472
|
+
pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py,sha256=3PXf7qaRMeXIsVkzeESG3BDrevYo9KZAo4pxArJBRWs,4068
|
1473
|
+
pulumi_oci/goldengate/__init__.py,sha256=bUksfKTH9LM_422k-tu1EXIuPrRbsGUVQVmdQ9Y4ogM,1331
|
1474
|
+
pulumi_oci/goldengate/_inputs.py,sha256=_x7aS-AtURlGxerTNrKZ86D7MvxyhQ98_Y5_839PXSQ,39394
|
1475
|
+
pulumi_oci/goldengate/connection.py,sha256=LV6GpZ1xZyQMocWE_LdWjvZP46Z5Ng9716YtRGf2mos,223472
|
1476
|
+
pulumi_oci/goldengate/connection_assignment.py,sha256=p2a4iwhBJeJYjdqK-5AnaQrbPV5t8uH_qvARLIAPsVw,18607
|
1477
|
+
pulumi_oci/goldengate/database_registration.py,sha256=HstUCv6vIlNUOM5oaRe5kfRKtnojZXunpGmv8jNDeBo,69112
|
1478
|
+
pulumi_oci/goldengate/deployment.py,sha256=lP2A-GcZbCLn9hQUMrA2wQGfEK0gXIhI5brz2danF-o,88629
|
1479
|
+
pulumi_oci/goldengate/deployment_backup.py,sha256=Vw-hVUdTZPMhSTtdPzA6RpfEEdIGTGI96-9DbBroLv8,42169
|
1480
|
+
pulumi_oci/goldengate/deployment_certificate.py,sha256=k_lFEXOTCVmqJfFBq00CF0vZy8KK_-On5GvlEw_u3vM,33089
|
1481
|
+
pulumi_oci/goldengate/get_connection.py,sha256=krZTi4JsQ5iFXgTxtDue9nkzFb7ndfKtx4tj-Qeb7ak,50188
|
1482
|
+
pulumi_oci/goldengate/get_connection_assignment.py,sha256=O3_v-GLRJbC335-X19AoSNmUUqIrASJ5Gq88CMouamk,8349
|
1483
|
+
pulumi_oci/goldengate/get_connection_assignments.py,sha256=XdsqU_42fzVGMZj_Yxqzlp5g3myiEwjOHW9kHICwLM0,10366
|
1484
|
+
pulumi_oci/goldengate/get_connections.py,sha256=SsqF2dnyN2MQ0kP30mX1kAiUcmSC3di1fe8rfeGPcEs,13415
|
1485
|
+
pulumi_oci/goldengate/get_database_registration.py,sha256=-UbUZt2TN5boj-0niTAex2oP9yILhPpe-W7gT-AeQoA,19457
|
1486
|
+
pulumi_oci/goldengate/get_database_registrations.py,sha256=DKGVrli6tkYTSLFr7hjiOIBIJjgqedEbuDC0owm0ZYI,8262
|
1487
|
+
pulumi_oci/goldengate/get_deployment.py,sha256=aPbq-PuzrIzQskHkLdfrA1DPftFWaIXSQ5ps6zAKSHE,30089
|
1488
|
+
pulumi_oci/goldengate/get_deployment_backup.py,sha256=SnmQEiv8VLLmil59-pTK2yc6VbJN_iR6Nth-x4_Q5XQ,15087
|
1489
|
+
pulumi_oci/goldengate/get_deployment_backups.py,sha256=PZFScMElQtk16fU2H417E6NmYm3Ih6rlPxwqv0rJc3M,9155
|
1490
|
+
pulumi_oci/goldengate/get_deployment_certificate.py,sha256=D6PLKK2APZib_Tnvw64tBdcmrX0QPIMeiLVndLYVAuE,14662
|
1491
|
+
pulumi_oci/goldengate/get_deployment_certificates.py,sha256=rsCaEmd0aEmvGHWznQVgIiPZQK7thyvVxIcL0VC3mZw,6156
|
1492
|
+
pulumi_oci/goldengate/get_deployment_type.py,sha256=iEjZx80864TaCrkUjCFQvKUsaC646UjNDT06Y5iZWCg,5292
|
1493
|
+
pulumi_oci/goldengate/get_deployment_types.py,sha256=rSIbILxGIEPxcsdrOsFE9UcF6PmbwKnJEe4ra84YzNM,9138
|
1494
|
+
pulumi_oci/goldengate/get_deployment_upgrade.py,sha256=iIA0ASnLhqdTil63suxj8H5H2S7EP3wVIJunTCjcyf4,21981
|
1495
|
+
pulumi_oci/goldengate/get_deployment_upgrades.py,sha256=ihzmIXKQf7RQI25mHJ7Wfxfdm23t4nPywMf8PvHW70w,9236
|
1496
|
+
pulumi_oci/goldengate/get_deployment_versions.py,sha256=zedXYLLuzvMq7jgP0wZqnEsHjypfIGGcjYuyd2vHjw0,8033
|
1497
|
+
pulumi_oci/goldengate/get_deployments.py,sha256=JSzmYrGOCcn6O-WKZatk4rJj1q_-kDais5ivFkg6Lz4,13121
|
1498
|
+
pulumi_oci/goldengate/get_message.py,sha256=v9vYMwaFOAD_yYazGHz7daLvT_EG5txR3hju8Mj3zhs,4120
|
1499
|
+
pulumi_oci/goldengate/get_messages.py,sha256=cGkmHkHuAckstnVqrExPrIALg-I_5Z9BLT1wiFd6hWg,5197
|
1500
|
+
pulumi_oci/goldengate/get_trail_file.py,sha256=H99kgnM87fwRMTqFEL6vo50aOzSUIgGLV1h6Mw_wxuI,6569
|
1501
|
+
pulumi_oci/goldengate/get_trail_files.py,sha256=_LPAn8MjvlrhujHTCL_TJnhViAhJpZYKtRbDPsq3kvg,6764
|
1502
|
+
pulumi_oci/goldengate/get_trail_sequence.py,sha256=4X4u3mCWXfSOdNPPfIgcNh5en1-9-zS5JSz5qhbLZBo,7646
|
1503
|
+
pulumi_oci/goldengate/get_trail_sequences.py,sha256=YuIhq4fbPxiWeqIzMUZ19GNmEdn8k2S03lXszyFsrRk,7911
|
1504
|
+
pulumi_oci/goldengate/outputs.py,sha256=nyOiNrbsQYCcUsCvy_iDGgJ5U3jLrVdZj2sgoYbiJlQ,228259
|
1505
|
+
pulumi_oci/healthchecks/__init__.py,sha256=PJnzYouMBWUvQ3Du18Ga3ztCAO2ekzXs2E8fPG4C0XU,662
|
1506
|
+
pulumi_oci/healthchecks/_inputs.py,sha256=D9EK7S3SwdmosQbVKIi063l5cxZvAi_C-2xtpTy_lKo,5725
|
1507
|
+
pulumi_oci/healthchecks/get_http_monitor.py,sha256=JuwXJLT_Lq6N-p7fY0ASzKnkJr5ZGtCBdj6hH2Vw_Fc,12950
|
1508
|
+
pulumi_oci/healthchecks/get_http_monitors.py,sha256=Sn-44cnjDbsGgWFEJpGaMcxYc12AQw5ea5PCY48wlDE,6863
|
1509
|
+
pulumi_oci/healthchecks/get_http_probe_results.py,sha256=BFGuVQpz7BokJ8leMAjW6ylk-lLG3sEXcdWY9GBC6hw,9401
|
1510
|
+
pulumi_oci/healthchecks/get_ping_monitor.py,sha256=vrlmeli2Mik-Q646q8wvX1yXl99dOVvHg_Lg57PrSFo,11601
|
1511
|
+
pulumi_oci/healthchecks/get_ping_monitors.py,sha256=IvR4sxya95miH326NAN2ZTgwHHmm8KvfUlT9YFpayxA,7147
|
1512
|
+
pulumi_oci/healthchecks/get_ping_probe_results.py,sha256=NR4ctzRbva4GyzwnXYRaSrc1C9w4VpCmg-OdmUTyyfY,9905
|
1513
|
+
pulumi_oci/healthchecks/get_vantage_points.py,sha256=z5eDjULnl-iDuQVYk4lYbOt_XZX00cJ1j_sTl106YKI,6127
|
1514
|
+
pulumi_oci/healthchecks/http_monitor.py,sha256=DraPHKhlkV3trOjVDL3_GUziLikXA1V48V7Clna7syw,47229
|
1515
|
+
pulumi_oci/healthchecks/http_probe.py,sha256=XLoNbDqfIjJIEiq60xjXB00GBvutgg74XrnBJKjZS_g,30944
|
1516
|
+
pulumi_oci/healthchecks/outputs.py,sha256=G__4KrGxGnYDuknWXVuEsJWCQjGzQ8HrOaMGN8A-_io,55700
|
1517
|
+
pulumi_oci/healthchecks/ping_monitor.py,sha256=tV8zybSfWUhPcs3N90QWMm2OzaDt5fMDsOcxDpSgjqQ,40331
|
1518
|
+
pulumi_oci/healthchecks/ping_probe.py,sha256=L3mAz67XsWv_Sw1dddaXd1bs_XP8TS6Inlvd339X0do,24308
|
1519
|
+
pulumi_oci/identity/__init__.py,sha256=zhdNp9IEhuIFbbLFcrMV3DTmR1NRBWsj3KlneYasCb4,8940
|
1520
|
+
pulumi_oci/identity/_inputs.py,sha256=j9MRqoAprz5GOqtcOepgJyh9eEw9TWqBsa8CZsVhyc8,2411560
|
1521
|
+
pulumi_oci/identity/api_key.py,sha256=T3yk4UuAozV4hZycVly2LW7s2ZHrAxwa7BruhBi36f0,16375
|
1522
|
+
pulumi_oci/identity/auth_token.py,sha256=LK3mTGKlo8e61hSafrK5Pf4iqEmyrBz9B3fHq9jFahM,18603
|
1523
|
+
pulumi_oci/identity/authentication_policy.py,sha256=O-3kB79GFkHF6yYDiqcclEXLwIyozeJvyE-WD9avfqs,15068
|
1524
|
+
pulumi_oci/identity/compartment.py,sha256=qD7gSr6gGKAV3iJyKQ66EYFXzVIdfqHJ0m_iW9uEwDQ,31600
|
1525
|
+
pulumi_oci/identity/customer_secret_key.py,sha256=FKziYnWk7kT76ZRkAfBzxud06z4hz-KuH5jSjlMQjW0,18862
|
1526
|
+
pulumi_oci/identity/db_credential.py,sha256=NiSv9Q5itvERiUhzhxEVRVx-jCZYRK6B4uyrnLRhB1s,17817
|
1527
|
+
pulumi_oci/identity/domain.py,sha256=N9VzVVhUPPVZWV8PQYziSenvh0qg2iG5m_mXMMrZEBY,53737
|
1528
|
+
pulumi_oci/identity/domain_replication_to_region.py,sha256=LODFSgnFH7A-i3EOPL5Z4dx-5CETA2RHQZi3SPzp0-4,13402
|
1529
|
+
pulumi_oci/identity/domains_account_recovery_setting.py,sha256=NoDe8isszCqUXMHTg15AbNCMBkod8Xx3M3tykjckc2M,94993
|
1530
|
+
pulumi_oci/identity/domains_api_key.py,sha256=HmCFm6DSq_BqScmOgU-lYEvAY7acoJ3Cys9mjgWG-CY,84113
|
1531
|
+
pulumi_oci/identity/domains_app.py,sha256=7g2kkaiOvO621WPB0Dsc1gXDr5I7V3CLT3hzBFXeLuU,545823
|
1532
|
+
pulumi_oci/identity/domains_app_role.py,sha256=YSqtglr0fLv2dIU6ON4ml4SFiD4Jn8seKPl4ii2CCYw,118046
|
1533
|
+
pulumi_oci/identity/domains_approval_workflow.py,sha256=K6m5JyFFmPUetgZsBBqf2cHiZgJxPiOIIunFQJUKdVs,87294
|
1534
|
+
pulumi_oci/identity/domains_approval_workflow_assignment.py,sha256=hkJJSXDJEQybwmradaJc_iVQeG9IlddZG_L69x-JLGY,84559
|
1535
|
+
pulumi_oci/identity/domains_approval_workflow_step.py,sha256=4-or1NiItVH8M7BX_HL4Kp3uxRcjp_HfGlnaBfhCStI,91181
|
1536
|
+
pulumi_oci/identity/domains_auth_token.py,sha256=78u939kyVUdu3bW-4OrnpwigvuHOvjtIte3QvJ-VVog,87073
|
1537
|
+
pulumi_oci/identity/domains_authentication_factor_setting.py,sha256=fMEJSRPoHAinYMYXqaKxe0beUWcyFvebS1FhpGwOBII,202416
|
1538
|
+
pulumi_oci/identity/domains_cloud_gate.py,sha256=nXt7MyrFhinYOoAgTZ2GDgzVm7GoxD6Byqz3NHpqAcw,108088
|
1539
|
+
pulumi_oci/identity/domains_cloud_gate_mapping.py,sha256=H_aspGU746UlU9RajzJazCqwkTf_uKAqTIvBwf3lQ3Q,111202
|
1540
|
+
pulumi_oci/identity/domains_cloud_gate_server.py,sha256=QSmMba93b6ZXTBOVISqKLSvxUqnXzgDYnWP2lQiSyGM,100169
|
1541
|
+
pulumi_oci/identity/domains_condition.py,sha256=3BNtoDFVS8I4cFnLLcYcPJ0wHNXNMssgiRTFkU1q2fk,103775
|
1542
|
+
pulumi_oci/identity/domains_customer_secret_key.py,sha256=tB_a37wna4J0wdDrickoCBKRaepwBWJ7cCXIDwilzho,92526
|
1543
|
+
pulumi_oci/identity/domains_dynamic_resource_group.py,sha256=rsMyXQh2MFFCjMExV3uaVeMfC2p0V3QWFSmliqDpkAo,95025
|
1544
|
+
pulumi_oci/identity/domains_grant.py,sha256=Ea57W17AK6PbuIZ6Hv5ImmYrapfFWcCLbRgh5M2-q2o,113220
|
1545
|
+
pulumi_oci/identity/domains_group.py,sha256=_BSQJGWOCFn2rVecCshfSD9frpqRhalsVo_CJZoR1o8,119382
|
1546
|
+
pulumi_oci/identity/domains_identity_propagation_trust.py,sha256=M9ajJcXQbRMEez2hCE3Kkt-t8TJEnDEW_eTcG1t3SoA,157923
|
1547
|
+
pulumi_oci/identity/domains_identity_provider.py,sha256=fClkB5cy85C5UUuIKgXdO-rhi1yrdzyaiqf7tkPVDJA,298666
|
1548
|
+
pulumi_oci/identity/domains_identity_setting.py,sha256=K_LyIf5WB2kAXqXSJ4wH6S334Pgza2l8zRiMyGYO8Ak,122823
|
1549
|
+
pulumi_oci/identity/domains_kmsi_setting.py,sha256=wnOwC_KsTET9Z5vOE3iCXxs26102KQiqxHLNKrQNbWI,111168
|
1550
|
+
pulumi_oci/identity/domains_my_api_key.py,sha256=tCJsI_UYJ492O9jD6hMHS9RMlakwo48tEYzIp8j8GSI,68457
|
1551
|
+
pulumi_oci/identity/domains_my_auth_token.py,sha256=APJTCin_mUXrTSz0viatHHEPnk81tCDZg5se3y08geI,71381
|
1552
|
+
pulumi_oci/identity/domains_my_customer_secret_key.py,sha256=aiYO_QVeLeyJFEehujl2c0oRaaKbJes4BVtglT6BTHg,76716
|
1553
|
+
pulumi_oci/identity/domains_my_oauth2client_credential.py,sha256=-SQ84EML-UtG75mlr4-utvKjRHFQpKV7qlR9sUwK43k,85267
|
1554
|
+
pulumi_oci/identity/domains_my_request.py,sha256=L_AwSbRUCtNoimHWiSxJIe3dgdvo_fO5BVGf4iMR_Es,96826
|
1555
|
+
pulumi_oci/identity/domains_my_smtp_credential.py,sha256=FkDVSYV3UaitrNAU9KD38GJrctI7JwUPkzxRYrCkwxg,73859
|
1556
|
+
pulumi_oci/identity/domains_my_support_account.py,sha256=MVR_h76uWEpGcTNOpzZrhHvajIlsJM-TbQoQ1MiAaJw,69391
|
1557
|
+
pulumi_oci/identity/domains_my_user_db_credential.py,sha256=j-GZ18LBofX-z5kS2aoSVSfHhtKVj9J3mtSkgNJi_6c,86443
|
1558
|
+
pulumi_oci/identity/domains_network_perimeter.py,sha256=XAEl9E_gNEbqLjYzvVMzPMV2pyFvkiHtGrf04QJAql4,89732
|
1559
|
+
pulumi_oci/identity/domains_notification_setting.py,sha256=wL2KD-ZccqwvJ3TZewTdwVWfnVtmmhZwBuE6RZGYYs4,116112
|
1560
|
+
pulumi_oci/identity/domains_oauth2client_credential.py,sha256=QATsM8M2fFp6DxUy00AEbcXU9BEyfC-0k_snUaP6jhA,101109
|
1561
|
+
pulumi_oci/identity/domains_oauth_client_certificate.py,sha256=5F7QeW8X6pJF-YimQU6FLL-BGjVG0AcUzHeLQxs_y7M,98521
|
1562
|
+
pulumi_oci/identity/domains_oauth_partner_certificate.py,sha256=v0R5T09JHbV_ZQPyzySO1ZJm2y3x0uSJxssfMh3suPU,99500
|
1563
|
+
pulumi_oci/identity/domains_password_policy.py,sha256=TPqwVUZu9W7BDVNWe-VnRvFJLVCI-LRjuuFJZNgfQuA,249751
|
1564
|
+
pulumi_oci/identity/domains_policy.py,sha256=6nTI_VrWhXUxqL7_fFsQG53pVbeqwF6DL9kwkz5nipA,103569
|
1565
|
+
pulumi_oci/identity/domains_rule.py,sha256=YLdk1DJKD1TJP7WIXMts2NJ61dx2OSZRSryenRjnX08,116191
|
1566
|
+
pulumi_oci/identity/domains_security_question.py,sha256=P1xwS02lhv2gbHU7f6ZoRboPXmyaGgAVUrB33Osry7Y,90410
|
1567
|
+
pulumi_oci/identity/domains_security_question_setting.py,sha256=I2kMQO0u3lEZg6YxTUDp2n0S2oI4QjAHdX2OEU5AhKc,98904
|
1568
|
+
pulumi_oci/identity/domains_self_registration_profile.py,sha256=PApkxoqaj-QGBJaCKfVM_K3rL2TTAsLN6uozGPZ10ak,168845
|
1569
|
+
pulumi_oci/identity/domains_setting.py,sha256=3S7vMX-aks44Kvv5qE8xISFKp8CW_5SL7Y8VRfkTJ6c,298219
|
1570
|
+
pulumi_oci/identity/domains_smtp_credential.py,sha256=OpAKhaUGDNviHBtoEw15fllgxVl9LIif79VIGwpEGTw,89623
|
1571
|
+
pulumi_oci/identity/domains_user.py,sha256=P54xh88eMA_kbXFTl3RTfshSSYz0VrSjgTEy55zG_a0,290327
|
1572
|
+
pulumi_oci/identity/domains_user_db_credential.py,sha256=Ds7z7yinfG6EsL7zGvuK9swzjsWMf9qAICQJEqzSYgs,102235
|
1573
|
+
pulumi_oci/identity/dynamic_group.py,sha256=Wlrub7jB3T8SaughT8Y_oTydoBLjDBrdX8LHKE6Uivs,30936
|
1574
|
+
pulumi_oci/identity/get_allowed_domain_license_types.py,sha256=Sep8ZB0hVo8l1ZEw_K0m1z6iK7RBT_zuSVYADideSHQ,6766
|
1575
|
+
pulumi_oci/identity/get_api_keys.py,sha256=lovKUAX-um1nkCQSHST5QMZrXmV6vD53jdE42BGvZYA,4913
|
1576
|
+
pulumi_oci/identity/get_auth_tokens.py,sha256=8UP7WmzE3XulNLrwEsvem1JclmTvY9P31jJA0ebDHB8,4773
|
1577
|
+
pulumi_oci/identity/get_authentication_policy.py,sha256=kPaN6Lna31oCVb31dNwr8wdaHMrwLaK8eROgfDem6f0,5304
|
1578
|
+
pulumi_oci/identity/get_availability_domain.py,sha256=cAxsdtJ-SM3Ps2QNxFBpgbTxJ1MAhV4anmXs-FhHHkw,5485
|
1579
|
+
pulumi_oci/identity/get_availability_domains.py,sha256=8_OAOPqOwv9Kb_21LEoZQ7d947afRjv6E_Ho3M6lGO0,6238
|
1580
|
+
pulumi_oci/identity/get_compartment.py,sha256=S9E2aGp-y0NttkprdkkQ3AhSrEh8Bd4zguuwk-Hebws,9808
|
1581
|
+
pulumi_oci/identity/get_compartments.py,sha256=aJlAtqRQ9WzzObf2g7Nx14rLD7xfnLGWvkU04-ZbSqY,12427
|
1582
|
+
pulumi_oci/identity/get_cost_tracking_tags.py,sha256=j8cWw6oBJa0zfMwYpgICO_BGSaGEzoXrpGsm-zWYAa8,5373
|
1583
|
+
pulumi_oci/identity/get_customer_secret_keys.py,sha256=bF7cMe3KjI-thMNB8hL9qbuygU9AyRkJJpEGkDSX-QA,5293
|
1584
|
+
pulumi_oci/identity/get_db_credentials.py,sha256=hUzkStaWJL7vjs_RDweXHqkpnYIeQgyyiUM_AeP_jnk,6655
|
1585
|
+
pulumi_oci/identity/get_domain.py,sha256=8JYanQ1CeBHthgtjwDHrEdyAba6HJKPz46yNQqPNVmM,15176
|
1586
|
+
pulumi_oci/identity/get_domains.py,sha256=u371G6i3FzwefVP4kBTyR2-a03OsFeA3wC2p8TDFQCA,11822
|
1587
|
+
pulumi_oci/identity/get_domains_account_mgmt_info.py,sha256=bPjG1tIhFLXDzNHg9OzAwP-2oaEdRx57VcXnuJHf4Vw,32062
|
1588
|
+
pulumi_oci/identity/get_domains_account_mgmt_infos.py,sha256=bPnoFGQpGH9nXjoDzUEcXR3tPybSBx81iSNiDWcOMPE,21113
|
1589
|
+
pulumi_oci/identity/get_domains_account_recovery_setting.py,sha256=LJ8pcBNHQK2K-hN0zbYRiOyHeyAl_-wxtKRCUZ0ZwgQ,23795
|
1590
|
+
pulumi_oci/identity/get_domains_account_recovery_settings.py,sha256=0cu2h9hFbFHtGmKFUdtSsR1FGEbpx5j5FvpddnjFj78,14937
|
1591
|
+
pulumi_oci/identity/get_domains_api_key.py,sha256=sP6Ud5TwIpLmMEIqQmsnGf70-PmpuC6E5n45HywFAiw,22490
|
1592
|
+
pulumi_oci/identity/get_domains_api_keys.py,sha256=QYAAnpbLk46XI_-ht0J7_6FdjJjya2d_MGpPjvsd1d8,19423
|
1593
|
+
pulumi_oci/identity/get_domains_app.py,sha256=UtUCCsRLNAnDI_R3-hdh69D4YbrlbNidEtL7huC4PTQ,96351
|
1594
|
+
pulumi_oci/identity/get_domains_app_role.py,sha256=5ouSbN8c6H58A8wI3lF5Ak4wvhSIVH5Bnu5VVep1qkY,27303
|
1595
|
+
pulumi_oci/identity/get_domains_app_roles.py,sha256=ZyVFCHINJlIHLLUyahM1IKe06nnDcEzQHt-lqBCzuO8,19549
|
1596
|
+
pulumi_oci/identity/get_domains_approval_workflow.py,sha256=WkfsbU5xssJZD7B0REcknVGRZ9eDL-XmaPwvAdwsdnU,22483
|
1597
|
+
pulumi_oci/identity/get_domains_approval_workflow_assignment.py,sha256=h9ziIe8QaXhshNxJE8XNy3leTiGIrYhUUMXcBKrqmeU,23079
|
1598
|
+
pulumi_oci/identity/get_domains_approval_workflow_assignments.py,sha256=O4lmrnVhb6GfTibRRJYS1qC3ID7igVaLlddNBa1G2Q0,21931
|
1599
|
+
pulumi_oci/identity/get_domains_approval_workflow_step.py,sha256=GeK2GZH0FWbAOKt_PX5LMEp7JQhNaIKUbbKy366tsYg,23146
|
1600
|
+
pulumi_oci/identity/get_domains_approval_workflow_steps.py,sha256=K75-p7Q950JSUko8tEjCwnT70weN_BpuB9jhsVweFp0,21205
|
1601
|
+
pulumi_oci/identity/get_domains_approval_workflows.py,sha256=wMRM8B9E6R9wu_vqiRPbeJQfZLFce5Dy_s6zCK4KOFw,19382
|
1602
|
+
pulumi_oci/identity/get_domains_apps.py,sha256=YGz-uf4ivNvYCoabffZQU5CXEoewaUN7G8setRolJ5Y,18958
|
1603
|
+
pulumi_oci/identity/get_domains_auth_token.py,sha256=xVakiSFzPX1jlxC15MKATnhM5PA-qhtPpT1ndVG7864,22783
|
1604
|
+
pulumi_oci/identity/get_domains_auth_tokens.py,sha256=GuJQDeBu1NAgH_BKEf6DkjfQcgm0wr6sGCHBgidvfG4,19791
|
1605
|
+
pulumi_oci/identity/get_domains_authentication_factor_setting.py,sha256=FTGYDZaQq0M1XUFNwIu-jzSw49r4y5KhXrspkNW7f7Q,40674
|
1606
|
+
pulumi_oci/identity/get_domains_authentication_factor_settings.py,sha256=bMra5-cGwDhgwqA2go1CPjJQVy-GBhbGSrwazFVO-tw,15207
|
1607
|
+
pulumi_oci/identity/get_domains_branding_setting.py,sha256=B94MC-yErYlnUPQLa9RLyCKz_-Hr7wRt5_lPu5YXUts,30616
|
1608
|
+
pulumi_oci/identity/get_domains_branding_settings.py,sha256=8HwgMc7yxPW7V4qKkkavg6mK1xsjQvHSejsP7IkacVM,14479
|
1609
|
+
pulumi_oci/identity/get_domains_cloud_gate.py,sha256=rSsgx92ivVsj5WWvIfUmV8FzvDwLnmZI2NJOC34boZA,25739
|
1610
|
+
pulumi_oci/identity/get_domains_cloud_gate_mapping.py,sha256=STv05oUme9BjPICScrSkf6j4z2DvW8-Uo8hzMZSczcE,25982
|
1611
|
+
pulumi_oci/identity/get_domains_cloud_gate_mappings.py,sha256=5eUpzAmzokX5AbCOFhEYMn558LAbu0S9iylFwGtvQeQ,20731
|
1612
|
+
pulumi_oci/identity/get_domains_cloud_gate_server.py,sha256=B7EK9VUGUXCViwNaBD3KlUoEeO7naNabBFFAcJ2KwmI,24168
|
1613
|
+
pulumi_oci/identity/get_domains_cloud_gate_servers.py,sha256=Mw5KYAShysI20fhxu319m4jZjwoS6HLjHH3JlgE8ErM,20465
|
1614
|
+
pulumi_oci/identity/get_domains_cloud_gates.py,sha256=SMnvCHFY6M0TnAoeEfCsPlVLd-lsaMqyJPetfTB9j-I,19791
|
1615
|
+
pulumi_oci/identity/get_domains_condition.py,sha256=gk7cw-v0SfZPTgSF7vh_u-XXjWl_EeZnLiaSLsRB6Es,24212
|
1616
|
+
pulumi_oci/identity/get_domains_conditions.py,sha256=ECVwh5VMwyjbGQ663Yg1v-f8jqvdtorxEnFTNInYv6A,19672
|
1617
|
+
pulumi_oci/identity/get_domains_customer_secret_key.py,sha256=OwsqEgSAB0FyyIM6H4gdCVIaVRK-gp7lln1tpVfuTuk,24398
|
1618
|
+
pulumi_oci/identity/get_domains_customer_secret_keys.py,sha256=XpyYSvj_BF8fMzyLqIbA1pqH33cugo_3WOy8WMM11wM,20869
|
1619
|
+
pulumi_oci/identity/get_domains_dynamic_resource_group.py,sha256=yFRkPIOqd_T1rd6uy5pTiLz5JAsa-JZUBh-7UlP7AaQ,24785
|
1620
|
+
pulumi_oci/identity/get_domains_dynamic_resource_groups.py,sha256=G7eowuJFEmuTfbwqqW_dh0L71ZCiZQ2HgpqbR8DhImM,21211
|
1621
|
+
pulumi_oci/identity/get_domains_grant.py,sha256=Mbi21F4p3jvTV0JdFqsbxrASZcmS233iRme-lZxFNjo,25459
|
1622
|
+
pulumi_oci/identity/get_domains_grants.py,sha256=xTnYqnjXH6Aj1U9-Q5S37BuebdVLE2viRewpgxQGFZM,19196
|
1623
|
+
pulumi_oci/identity/get_domains_group.py,sha256=K6enghOqGjtOCzCRBWNQsFs5frT6ZVpAFeNKrVukWRA,30054
|
1624
|
+
pulumi_oci/identity/get_domains_groups.py,sha256=hcg3uVxw6DFOdWTX5CYg_64PY4YMO1Q5c041L44X0O4,19650
|
1625
|
+
pulumi_oci/identity/get_domains_identity_propagation_trust.py,sha256=gvzAg5JJPme7GOAxZzYI8E9t6rB2BvIwrEWk9sGCZSQ,31782
|
1626
|
+
pulumi_oci/identity/get_domains_identity_propagation_trusts.py,sha256=H2KesAeBovp-IfuAKwb-lgW36cTuwSNxFdKHB9ryRDc,21725
|
1627
|
+
pulumi_oci/identity/get_domains_identity_provider.py,sha256=7dl_v9l6x1mUHgn3NpDYis0HKJ3ld7feXCgPdY9JNoY,54174
|
1628
|
+
pulumi_oci/identity/get_domains_identity_providers.py,sha256=MfSM9Hw331hu7nk-5CiFW8eigDf7Be5QcZc0FTKzeOE,20621
|
1629
|
+
pulumi_oci/identity/get_domains_identity_setting.py,sha256=_QmRCF2KJ-p5nf5rMhR3XNdpvsQXOO_wXAb7-Box81Y,27825
|
1630
|
+
pulumi_oci/identity/get_domains_identity_settings.py,sha256=ffsf6-Nve788RqcILzYtTPCwFoTtEEufgUdXEBvUd04,14489
|
1631
|
+
pulumi_oci/identity/get_domains_kmsi_setting.py,sha256=Vny0j9IIXyOnrlMWmizE0e8Lnj9CUkdkQ82fger6l4I,25559
|
1632
|
+
pulumi_oci/identity/get_domains_kmsi_settings.py,sha256=eoD943iKKRIcHRFt0Z8ix64WnY1lAZKs4YE35sFzlQA,14235
|
1633
|
+
pulumi_oci/identity/get_domains_my_api_key.py,sha256=u-pw48ZCMbe6rkcwjFNiDYSQ11HM3MQ6yvbDXbAPyNk,17695
|
1634
|
+
pulumi_oci/identity/get_domains_my_api_keys.py,sha256=CwGcqtEOAuc_aj4JTMCnF0vDvineBJdbn4tiU1JYxp4,16130
|
1635
|
+
pulumi_oci/identity/get_domains_my_apps.py,sha256=pcc3PkwPkqgnLAO4_l5rJVaXsKzuAXuEWT0dquYvtz4,16137
|
1636
|
+
pulumi_oci/identity/get_domains_my_auth_token.py,sha256=KZeg2FPrv3l-ThAgkSRn_9WidHo5Ywk_Lq59M0KIC0A,17967
|
1637
|
+
pulumi_oci/identity/get_domains_my_auth_tokens.py,sha256=xmvWYC1xhQ6zUaMO4W-4E-eaj8CcH8t2a3pVC6zRjHw,16478
|
1638
|
+
pulumi_oci/identity/get_domains_my_completed_approval.py,sha256=Avw-H1ru0MWSrBBSYBxA6-VdTX9a7WWj2sVpkJD-Ukg,21591
|
1639
|
+
pulumi_oci/identity/get_domains_my_completed_approvals.py,sha256=iFAL3D77mYBvDzKv9h5guDveHVNxLeOWIWsGViPUHBE,17378
|
1640
|
+
pulumi_oci/identity/get_domains_my_customer_secret_key.py,sha256=fPY6d5L8l5Uy08JOKQYcr_bVCgta7G0D5xylsIMmy8w,19520
|
1641
|
+
pulumi_oci/identity/get_domains_my_customer_secret_keys.py,sha256=8gs1nmH5lKSR5QgZVIBqCG50H4keAXzMzL_gflAQm7E,17502
|
1642
|
+
pulumi_oci/identity/get_domains_my_device.py,sha256=q8u-HnJ8PzT1joZDoey3Lty1sJu4Wux1KT7dKL-80Wk,34237
|
1643
|
+
pulumi_oci/identity/get_domains_my_devices.py,sha256=gHCh6u8sjiKtNLD3DjvVzSUkDmeWDMwuCHINjtlMZL0,19655
|
1644
|
+
pulumi_oci/identity/get_domains_my_groups.py,sha256=UkFeWVaprQ_HuXmWXMYb5wxFisxcSD9vRNM99Q_ct0g,20034
|
1645
|
+
pulumi_oci/identity/get_domains_my_oauth2client_credential.py,sha256=IsPUX4wDUJTC6sZMT8TieP5nWJf6bRv6GrjG22PvOvI,20374
|
1646
|
+
pulumi_oci/identity/get_domains_my_oauth2client_credentials.py,sha256=R8dBO0GduWvGAo_XiBE4LyRvw7WSVgOjzrdejUwKZTY,17992
|
1647
|
+
pulumi_oci/identity/get_domains_my_pending_approval.py,sha256=6eJf1BUBylT9Bk7v4AdZnEzFzuy-A0r5-19btfWeY4Y,21457
|
1648
|
+
pulumi_oci/identity/get_domains_my_pending_approvals.py,sha256=gjK9YnT3VL80Qyequxo6-GwL5Gs8r7Vm20f2ZC8ozVI,17130
|
1649
|
+
pulumi_oci/identity/get_domains_my_requestable_groups.py,sha256=126VCqS-lscbEmdAc7bhWsMLTVkYjMcdopNNvagxJEA,17741
|
1650
|
+
pulumi_oci/identity/get_domains_my_requests.py,sha256=kK6iB8Bc0atlcFsRQicCS1cAizjO-M0id44gKCA0IOs,20352
|
1651
|
+
pulumi_oci/identity/get_domains_my_smtp_credential.py,sha256=Z_fgD1RLyKPLQMgeMokPIcbU24yjazJXX9qVTlFD_e8,18732
|
1652
|
+
pulumi_oci/identity/get_domains_my_smtp_credentials.py,sha256=wB5SLnRZgqQ-TWy1S2TndVLINxjDYvYkHt-IsGdrQx4,17058
|
1653
|
+
pulumi_oci/identity/get_domains_my_support_account.py,sha256=rwtKtvAMIy6mE7egFIfNHLSmAV-eInufSVETrHCdrWU,18549
|
1654
|
+
pulumi_oci/identity/get_domains_my_support_accounts.py,sha256=O0L1jnvA6xcQHJ7WGfbAnWC5Q-5OMB6M4spgb-HmiMc,17058
|
1655
|
+
pulumi_oci/identity/get_domains_my_trusted_user_agent.py,sha256=njjhjsfDMruF_Vet-vLToErIS7AKud25pnFp6YBR00A,24547
|
1656
|
+
pulumi_oci/identity/get_domains_my_trusted_user_agents.py,sha256=MA3lOHc0gH145ogJPqgwEHWvXA1Wfaae0dqytG5-sh8,21055
|
1657
|
+
pulumi_oci/identity/get_domains_my_user_db_credential.py,sha256=W8EZJLeykkqhAk4Vh8lAOBCn2vjWtvs6vM3tSdo-LL4,21908
|
1658
|
+
pulumi_oci/identity/get_domains_my_user_db_credentials.py,sha256=9XIL5Gp4i-CdxXu8pjYjAkEdoSDk2X-hFtq2YaR2jes,17398
|
1659
|
+
pulumi_oci/identity/get_domains_network_perimeter.py,sha256=z51bFqgq_WnFnDZtNrpz06ybLOtQRPxP3TAYFiA66yQ,22827
|
1660
|
+
pulumi_oci/identity/get_domains_network_perimeters.py,sha256=jIJl2twKkBsKg-CqYb4T1IaTgta30KuEHjyRDCFY5-E,20629
|
1661
|
+
pulumi_oci/identity/get_domains_notification_setting.py,sha256=0hZi8RvO1IsJY40jIOBSFq1syZjJG9N7IYo6lgSqw0o,27065
|
1662
|
+
pulumi_oci/identity/get_domains_notification_settings.py,sha256=5uT8OYIZrcE2ltcnTwSlj-KdRknkikHWW3DRQwhHJqs,14711
|
1663
|
+
pulumi_oci/identity/get_domains_oauth2client_credential.py,sha256=d5bMGKtuyjZ1Vojp0VRSnPtTn2-cYhQFNfKJDW13lSI,25126
|
1664
|
+
pulumi_oci/identity/get_domains_oauth2client_credentials.py,sha256=sjVjkBwn0AKzLZwbGnbmxnYc--9NZc4CZ3QetqsHyVg,21375
|
1665
|
+
pulumi_oci/identity/get_domains_oauth_client_certificate.py,sha256=d43uhJa4AuawguiTO3U1aNCzIg5E2Y5zIahz4YsKOs4,23267
|
1666
|
+
pulumi_oci/identity/get_domains_oauth_client_certificates.py,sha256=rc1fIfG5IwKjsEfm4wTExZuI9Po2UZHH_iZe5N4hJEY,17728
|
1667
|
+
pulumi_oci/identity/get_domains_oauth_partner_certificate.py,sha256=TAtSFgnf8xKTNmhfDz0Sq8JBisjqjt8MOmyfnGTcTbg,23456
|
1668
|
+
pulumi_oci/identity/get_domains_oauth_partner_certificates.py,sha256=SpQJSiq7jeOxMBgBHa0-Q51eVDsN6Ojt1X3TzJgSYwA,17844
|
1669
|
+
pulumi_oci/identity/get_domains_password_policies.py,sha256=lwD5nyc_BjbQu84iGeoIPgJOU1k3bG3jirgAREpWk6A,20454
|
1670
|
+
pulumi_oci/identity/get_domains_password_policy.py,sha256=RPSnKzwau47eKsy91LQsuimHuXAYc6gVZt1Zf517rq4,45977
|
1671
|
+
pulumi_oci/identity/get_domains_policies.py,sha256=1-MHbEx9PLScq71hwq5UnQGpvH7LHZviHl96rFZuUGs,19377
|
1672
|
+
pulumi_oci/identity/get_domains_policy.py,sha256=8F90j8dl-RCCdNQdnG5OSObCCIwFHDaZeas176hM7JI,23504
|
1673
|
+
pulumi_oci/identity/get_domains_resource_type_schema_attributes.py,sha256=Lfzt2jyK9o4bipX6OMm8o0JzO8WpkggR4XMaRkQbS_o,22630
|
1674
|
+
pulumi_oci/identity/get_domains_rule.py,sha256=m7ICD2Li2S9NAuxFU6k5Xcuh5MLccSz1G1mqOUYfC-g,24918
|
1675
|
+
pulumi_oci/identity/get_domains_rules.py,sha256=6tZre0B1dXAFoLMMG8R54AjATgXXxG60CWVlrC8Kk-g,19077
|
1676
|
+
pulumi_oci/identity/get_domains_security_question.py,sha256=9Ereht9OF9Hjx2N80EHiVHYLAH7CI2GsDF5ODUD-L5A,22928
|
1677
|
+
pulumi_oci/identity/get_domains_security_question_setting.py,sha256=QC0-beiLkwSrVYHM29PE4_EcedcI_aLsUuJ-YHWekYw,24469
|
1678
|
+
pulumi_oci/identity/get_domains_security_question_settings.py,sha256=GaUaRWIw9wN3lqozuGbiHKFe9WygwkbC2N0kiQv7AzY,14995
|
1679
|
+
pulumi_oci/identity/get_domains_security_questions.py,sha256=vizxMHiMJzv3N-pvbUrC28qJrd43omNBlZoCKtWGK28,21094
|
1680
|
+
pulumi_oci/identity/get_domains_self_registration_profile.py,sha256=mXW7QyLiOLXsAIB8O4BIFYP2S8lHxo86K15exWqNtaA,34166
|
1681
|
+
pulumi_oci/identity/get_domains_self_registration_profiles.py,sha256=bOyHmFl5dccVk66usa_IgFmGJxFwTIlMXBxvH1A5Xy0,21581
|
1682
|
+
pulumi_oci/identity/get_domains_setting.py,sha256=HCiZAdUdI9-_NDeEX6kk9FyOy7t2FYHplRN_72zTRLQ,53572
|
1683
|
+
pulumi_oci/identity/get_domains_settings.py,sha256=T0E0jT7KzzySfe3XDOts7kjqKgd5Jz1J07RhzlqCHhc,13956
|
1684
|
+
pulumi_oci/identity/get_domains_smtp_credential.py,sha256=sPI5gLguUx9utEK5FY1tK5yznMuZgOQyBHZ9iBtZvoM,23585
|
1685
|
+
pulumi_oci/identity/get_domains_smtp_credentials.py,sha256=K5SVWw_tYPE815xluez6jXuNGT9zWCk4CZ2_r9QRkbk,20391
|
1686
|
+
pulumi_oci/identity/get_domains_user.py,sha256=tKYl5FRy9j6km1cv4eCtM50mKcFP7mGjg5TjIIRoafk,56417
|
1687
|
+
pulumi_oci/identity/get_domains_user_attributes_setting.py,sha256=ppxIVxlpQYAxWr0Hj76CrNWIpmVyNCedcL3gsBdFvnU,20779
|
1688
|
+
pulumi_oci/identity/get_domains_user_attributes_settings.py,sha256=X7q20k9Cib3PWvAhpJ8YT7ZfmBqaHeL0xv2YvGsRC-s,13901
|
1689
|
+
pulumi_oci/identity/get_domains_user_db_credential.py,sha256=KAHRMYk8FGqIbNj88qyt0bx9dOs7lwXQgWdsdENb5Z4,26717
|
1690
|
+
pulumi_oci/identity/get_domains_user_db_credentials.py,sha256=qE1112iKwjfsCc-c3q9-MBclifat4RAV9UAG7P12Ix0,20761
|
1691
|
+
pulumi_oci/identity/get_domains_users.py,sha256=XC3tIben3_pjpznOEjzStcog1eP4o-QnUC4RTEVATzM,19077
|
1692
|
+
pulumi_oci/identity/get_dynamic_groups.py,sha256=gPE5qDDMMQlQ14Cq35oiR3Pq2cEcZKORyUaiRp8NiaU,7404
|
1693
|
+
pulumi_oci/identity/get_fault_domains.py,sha256=l_1SNW7Hq00RsKPHFIRSLC_jFjg7ortaXP0K7LUJUqQ,6752
|
1694
|
+
pulumi_oci/identity/get_group.py,sha256=2n1dU2_ITTKDiJRcaOBcd3wI04-HMZG70l1cf-yoSU8,8471
|
1695
|
+
pulumi_oci/identity/get_groups.py,sha256=lNsn2tBQ3is6aw_1lznVeb6ImbqBZe92Jtl2WUbVoEI,6952
|
1696
|
+
pulumi_oci/identity/get_iam_work_request.py,sha256=mY6RDRNgqz6xloR3Cd73X_KA3vTDMB82MIteMjHMleM,8921
|
1697
|
+
pulumi_oci/identity/get_iam_work_request_errors.py,sha256=TSWIUP4p8cwjHsQm4ZJdlZeNICho9O7M_C2DnG05fRo,6019
|
1698
|
+
pulumi_oci/identity/get_iam_work_request_logs.py,sha256=_Hv7X2Y8wOCpWAAqYhNCVAPx3YY6AYhDsG-4MIETJNs,5907
|
1699
|
+
pulumi_oci/identity/get_iam_work_requests.py,sha256=SnB0lzOXNHvBiEIAtE06QIjNdnqfPOPlcXylp_w0JsY,6562
|
1700
|
+
pulumi_oci/identity/get_identity_provider_groups.py,sha256=wQ5FK-oCCHg8Mao5H8QDBnhRtULbhI0jF2WleslmiQM,7596
|
1701
|
+
pulumi_oci/identity/get_identity_providers.py,sha256=ym7jZDuWzXCvoUQz8Uu3DnXDjVqnhisfud_cwoyP_Bw,9255
|
1702
|
+
pulumi_oci/identity/get_idp_group_mappings.py,sha256=7C4FMbSPQ1yFlQIqMRo2JtdFI6Ukq1xeB_WhyySuj2U,5612
|
1703
|
+
pulumi_oci/identity/get_network_source.py,sha256=OFD5zLsFyGpTicH6QqW0PAmliV1ebOFFye3vvF8OLco,10651
|
1704
|
+
pulumi_oci/identity/get_network_sources.py,sha256=tqn-oAT7mauZMqEPAE4rAZHvKPdl1qoc_cSNjpke9DM,7631
|
1705
|
+
pulumi_oci/identity/get_policies.py,sha256=BqGugz6m2nMcPqiBvDNkBORemXcnfua8q3qRFarvnts,7408
|
1706
|
+
pulumi_oci/identity/get_region_subscriptions.py,sha256=qIFc2RgGbWP7unJFXZn6v-HFx-hACaPckbPmcnmYjk0,5051
|
1707
|
+
pulumi_oci/identity/get_regions.py,sha256=wz3UIxG99_2pdpexFuom96PzWKu12gEBT5uwZFhwvnQ,3695
|
1708
|
+
pulumi_oci/identity/get_smtp_credentials.py,sha256=quGhjImdR7mkwJMJ-lxdEMVIkXVSEep91ykmjWWmhZQ,5163
|
1709
|
+
pulumi_oci/identity/get_tag.py,sha256=pUaOkdSmoYgOVgrwq1_HH90qd3oNltw3s_MmPv2-uXw,9977
|
1710
|
+
pulumi_oci/identity/get_tag_default.py,sha256=1X3FTnl6flri-X_RxR0oI4_VCqeP6xGRIltxrJrFhwA,8590
|
1711
|
+
pulumi_oci/identity/get_tag_defaults.py,sha256=17G_jMMOjTdyNiBRRppDPalsPJkHdaftMrOWJrfPiXg,7633
|
1712
|
+
pulumi_oci/identity/get_tag_namespaces.py,sha256=sNj0_-cQltJJfCLK8A92f6CrQaAMsVLO-BZlAe8KAmc,7663
|
1713
|
+
pulumi_oci/identity/get_tag_standard_tag_namespace_template.py,sha256=BzgvIAICtCJz6iFmGsSnegJGSfE_4IbsV6sUAh-znhQ,7434
|
1714
|
+
pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py,sha256=PfSk2eH_cM3aDlxYBiDeYGyracsJn-j3gQIg-0gl6U4,5900
|
1715
|
+
pulumi_oci/identity/get_tags.py,sha256=136b8fqetCaI3c_uv_s7OKGCwxON1UgqazMqE09yvmY,5711
|
1716
|
+
pulumi_oci/identity/get_tenancy.py,sha256=SEjtn8T3N2QRBJMyfgaflfdSvZTKNk0ue1Ua2EhakHo,7326
|
1717
|
+
pulumi_oci/identity/get_ui_password.py,sha256=7L0_HvRDKOtGeg9mSRxJ5hem8uhUmvZMHGEUKBBO1hs,5441
|
1718
|
+
pulumi_oci/identity/get_user.py,sha256=5-HklZbR0mFINuD1xBfTPAsoBBY318SpJAzsWFnOTEE,13355
|
1719
|
+
pulumi_oci/identity/get_user_group_memberships.py,sha256=cf8-UVVrK1hpbMNh6cxwYO6lYh1tV7Y1_PWNi-WJdIo,8386
|
1720
|
+
pulumi_oci/identity/get_users.py,sha256=YeX-2cLwlDlflfgPkbyOmM9z2cBYGNSB6V8--cXfCOQ,9160
|
1721
|
+
pulumi_oci/identity/group.py,sha256=YXdB_kyEGlkd8L1Nt8osiuR_HC09Hg4pJUkfGMBsChU,27452
|
1722
|
+
pulumi_oci/identity/identity_provider.py,sha256=-IjwrAKTfIzPZEDBWvL0SKhjUUcK0i8BlhdzWac4er4,43378
|
1723
|
+
pulumi_oci/identity/idp_group_mapping.py,sha256=TIJhsQ5rUm3Mi_tI6NAyY2LseozWzfPn4f7T0R1nwXk,19182
|
1724
|
+
pulumi_oci/identity/import_standard_tags_management.py,sha256=gWdpAPUwmW7alz-bSwfvlnTpay48ajfoWhywbKeS9Ms,13548
|
1725
|
+
pulumi_oci/identity/network_source.py,sha256=IMjCLCMwJlln1PyGKjj1U1fW-_lJycedRDDdDQJs6JU,39389
|
1726
|
+
pulumi_oci/identity/outputs.py,sha256=qCj7XokvrVOClLA_RBl9zdsYu7qr6P98g4omKSrF8tY,5409404
|
1727
|
+
pulumi_oci/identity/policy.py,sha256=8yzNfE60KCmPuA2iyUOsecNXgiRiBVcxWaCTh4cKPPU,40421
|
1728
|
+
pulumi_oci/identity/smtp_credential.py,sha256=bWMwRjHi-Ol9xiaGlGKOkEi-petJ5INY_5DVend0erM,18566
|
1729
|
+
pulumi_oci/identity/tag.py,sha256=bT4zjIF8JXqN_eTbuYkN7UnL77GBItXsIOSQgdQ753A,41183
|
1730
|
+
pulumi_oci/identity/tag_default.py,sha256=__CLUxHNvMD9WMDmuiAGkvhd5arDJiWYSjOA8kTrN4U,25436
|
1731
|
+
pulumi_oci/identity/tag_namespace.py,sha256=o6RhPz4rZgJXth4u4dGyVlzwejs5Y35EYcLq5jTo47E,29471
|
1732
|
+
pulumi_oci/identity/ui_password.py,sha256=vy9-CFvieGfbih36xIOVYIHu7hpBAJw6CLDzaS1xNDs,13890
|
1733
|
+
pulumi_oci/identity/user.py,sha256=YCpJ40dVv87VlC6yslXZV0USqTqLGokkSBczbrXn310,43778
|
1734
|
+
pulumi_oci/identity/user_capabilities_management.py,sha256=HbwHnQqp0BRxizORNXvtFfvQUziNqL7Z4W2rDRSJi7Q,21621
|
1735
|
+
pulumi_oci/identity/user_group_membership.py,sha256=_EF005QAq3nh2H_InsGlKXnU_hS1EGt7DiGjjQtLp7A,16051
|
1736
|
+
pulumi_oci/identitydataplane/__init__.py,sha256=3p2MSIiFqHpIMFFl1thue91_oqZ4koRyvoMkvsjIyzo,314
|
1737
|
+
pulumi_oci/identitydataplane/generated_scoped_access_token.py,sha256=_Qj4NsP4qfWXaVEsHHKjR3xpte9ScbqOevnI-dSyf4I,13138
|
1738
|
+
pulumi_oci/integration/__init__.py,sha256=iqBDMZyU6TO-gNDI4UKSZ9DjUI7498ckz8guq5zCjjE,483
|
1739
|
+
pulumi_oci/integration/_inputs.py,sha256=0PRFy1wr6JalsaQ6bx7JdbBF7WoPMHlfUvL_8yxhrmY,24061
|
1740
|
+
pulumi_oci/integration/get_integration_instance.py,sha256=FQAhVUyYuIbE1XZIzit92KBAvrPGo3t52mV5Tn6bSpU,19192
|
1741
|
+
pulumi_oci/integration/get_integration_instances.py,sha256=Lk126r4Gg2ZV1l_StqtlEGrap9K71kJMSvSl_9_cmFg,7198
|
1742
|
+
pulumi_oci/integration/integration_instance.py,sha256=LKkI6JEwbws0kZen1C61vREFXC7XCeqed_900Ca3OUk,71318
|
1743
|
+
pulumi_oci/integration/outputs.py,sha256=rVxAsWDi2ICt15K3z_iUj6bln2-t1hIDdZeywX00-ZE,67539
|
1744
|
+
pulumi_oci/integration/private_endpoint_outbound_connection.py,sha256=KGbQ2rXbQYEceNg7XxfJbaY_bE9UwtQP3tpL5pxeFZI,10039
|
1745
|
+
pulumi_oci/jms/__init__.py,sha256=mp4toqDFPlXJC2g1ozPYhqyU9Npv-KesDAUz4ny7UM4,2038
|
1746
|
+
pulumi_oci/jms/_inputs.py,sha256=ecSPqKRTDNbfzV-9B6HFTqfuDw2im2EnKrvoL-jp-yE,31062
|
1747
|
+
pulumi_oci/jms/fleet.py,sha256=xwiB9xa2Ul4Y4gFwCn0TcnDdhZgUXnHhk3OoXJa25sg,46852
|
1748
|
+
pulumi_oci/jms/get_announcements.py,sha256=WJXrWM7Gnl-algUopwG7btSyyLSUACBMR_ndTpcSlqI,7146
|
1749
|
+
pulumi_oci/jms/get_fleet.py,sha256=StN_rS6ieUl_SZE7cjtd_GPLyG949SskIaRXZuc5D8k,15705
|
1750
|
+
pulumi_oci/jms/get_fleet_advanced_feature_configuration.py,sha256=wOYqaaihWfmzcQaIjNGWXllN7yjhBhFqw-_bEAz6JAU,10226
|
1751
|
+
pulumi_oci/jms/get_fleet_blocklists.py,sha256=pPIEtbLucAA88K2JdQ4CXBluxSoobURdTAYb8hZv9eo,6968
|
1752
|
+
pulumi_oci/jms/get_fleet_crypto_analysis_result.py,sha256=YTNP3S2EyG-bYoawSEelGdlozTgAnULKFcD3oAwEues,13781
|
1753
|
+
pulumi_oci/jms/get_fleet_crypto_analysis_results.py,sha256=nPFXfQFkW9cIfQex9Q66XVHeOaz9s7f2xFstm2xaR_Y,10129
|
1754
|
+
pulumi_oci/jms/get_fleet_diagnoses.py,sha256=ooPqn1waCpGXtbNLc1aM7Y-F0Lq_-OU8gMQD6nPvVHA,5152
|
1755
|
+
pulumi_oci/jms/get_fleet_drs_file.py,sha256=0BHiM_JGSpaXIvibgXNQiuxAL9oT82xiME3RzAoW7mo,7626
|
1756
|
+
pulumi_oci/jms/get_fleet_drs_files.py,sha256=4qr5rblRHW9m2bh10yuzt01G4DVEyZpNcf0xkET1l8M,4956
|
1757
|
+
pulumi_oci/jms/get_fleet_export_setting.py,sha256=lT0ZT9t6F0FG0-fHxHpaIbLMuekHSBcxfeF3fSpSpec,10708
|
1758
|
+
pulumi_oci/jms/get_fleet_export_status.py,sha256=-haEXncQIzTF4oJRFM3p5xHipO8_sMXOHMzDkK6_EIU,5456
|
1759
|
+
pulumi_oci/jms/get_fleet_java_migration_analysis_result.py,sha256=lR3rSk8rl9qJg3ueWsv16acTxOeiJg_6xB--8rM59kw,14417
|
1760
|
+
pulumi_oci/jms/get_fleet_java_migration_analysis_results.py,sha256=_dFLU0hn5Jqnr34FIpQDwQxg1EYLWzNq5yo4cy4LGog,9428
|
1761
|
+
pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py,sha256=TXLTdb9V8fj_aL-PEhFcduPelCXLTgGEiW1W9a39DJc,14107
|
1762
|
+
pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py,sha256=lDQqjuIWWkwPvy2t-KCYqWPk7YVHxeCnQbuFtPhOO7g,10759
|
1763
|
+
pulumi_oci/jms/get_fleets.py,sha256=s-23LYF1X1tvYs8kIpxstrKWcjWpjXXOZCoWjZRjjwc,8241
|
1764
|
+
pulumi_oci/jms/get_installation_site.py,sha256=jse7JKi9cng7sg3FFvW3SvhdIeCYLAgMUEjVB61oKCU,15300
|
1765
|
+
pulumi_oci/jms/get_installation_sites.py,sha256=SGYU7dY-_kWl359zkzuXdjBMrCRd_uDfbM14e8aKlKE,16413
|
1766
|
+
pulumi_oci/jms/get_java_downloads_java_download_records.py,sha256=pDnJj40noE6wJrcj_5-a14tnIgrBksrQNi4lw1L7sdA,13866
|
1767
|
+
pulumi_oci/jms/get_java_downloads_java_download_report.py,sha256=oB_U1agCvBmXFJspe6kcKnLtydvhfyBtdyofO2u8YKM,12572
|
1768
|
+
pulumi_oci/jms/get_java_downloads_java_download_report_content.py,sha256=O3MaIXLrQO9b1ejqYQdTjSn4J4ObSmns8A5hp6582-g,4443
|
1769
|
+
pulumi_oci/jms/get_java_downloads_java_download_reports.py,sha256=ILF5PFuh_3vm-FM2V7Eg5Oc3jaTPc4M2oKEnaDm4dCQ,9199
|
1770
|
+
pulumi_oci/jms/get_java_downloads_java_download_token.py,sha256=CXFJAcOTcXD_TB1YsKXeEQ5RPTAUilcLJGGn2-NV3QM,14976
|
1771
|
+
pulumi_oci/jms/get_java_downloads_java_download_tokens.py,sha256=h5EpLsYx40Q3-Xr_hZ1zMCWw6bhIsoMGkPz67FfbD3A,11836
|
1772
|
+
pulumi_oci/jms/get_java_downloads_java_license.py,sha256=0797YZ3kZ0S5Hs3aA5epHXiJMLxHvvnefvQ_CdjUjy8,4889
|
1773
|
+
pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py,sha256=24PEQavK_r98lNflraE8A61LGMD72n5InsEqA1A8eic,12149
|
1774
|
+
pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py,sha256=qzxBtpkcVEtMwm0Z2UpMwag8A4ipke6U7SbaemQ1QtE,10518
|
1775
|
+
pulumi_oci/jms/get_java_downloads_java_licenses.py,sha256=UFErU14VN5-wLQWATq6Xy8wk42zhdGG8GivevG4jdwk,6419
|
1776
|
+
pulumi_oci/jms/get_java_families.py,sha256=0pCCOF8_bCHGfbsUI9GpSTZgcojk5AGL9n8-KNh3a2Y,7524
|
1777
|
+
pulumi_oci/jms/get_java_family.py,sha256=_KFeMEVRnLBMq9zcZTVTIidRJxvmcbUVj3IynKcXud4,8315
|
1778
|
+
pulumi_oci/jms/get_java_release.py,sha256=obbxq-bN63RFkL3OxKKWc94J1md5NBALBwtodVW5bmI,11563
|
1779
|
+
pulumi_oci/jms/get_java_releases.py,sha256=9Z-u5WMkcogBk4R2O6d3plaO4KnygRME1TPC1NW-xw4,8939
|
1780
|
+
pulumi_oci/jms/get_list_jre_usage.py,sha256=KM81qMU_bt2esV2i5wxr_0PUGJeYzA03Tuf7Ph4KTpw,9521
|
1781
|
+
pulumi_oci/jms/get_summarize_resource_inventory.py,sha256=JDeRbCDSMTFmWBjfimj3-5Hza3ZdA_IDdolUV8DYJ4M,9452
|
1782
|
+
pulumi_oci/jms/java_downloads_java_download_report.py,sha256=UEoxmhNww0QIrw9QMsFbaY5JLX4HI5T9XsMDHoeM3V4,32029
|
1783
|
+
pulumi_oci/jms/java_downloads_java_download_token.py,sha256=-O3dGB3bBisnYSVx0JXdc3icrH1D1cuxoBhaI8MWKPw,43654
|
1784
|
+
pulumi_oci/jms/java_downloads_java_license_acceptance_record.py,sha256=rF863s4l9_Rz_TJ-Qy2K5MT8pfrfcZTfH7fF2pFgtdc,28415
|
1785
|
+
pulumi_oci/jms/outputs.py,sha256=oBoQgRPDeyp_R8v9WHLZ7BkviuZ4s-scEfZYQzixYE0,253217
|
1786
|
+
pulumi_oci/kms/__init__.py,sha256=FORCQ_KwYzL1Hforp8BeGi5GenxORzJYVl51JzaRyTU,968
|
1787
|
+
pulumi_oci/kms/_inputs.py,sha256=lRXyr-_-O_ByTB9cX-d3vx5YBalnupa88b3QLsj0mxQ,41807
|
1788
|
+
pulumi_oci/kms/ekms_private_endpoint.py,sha256=SXu3-kuBFgGPB20rrvUlilynGcWMEyTBQAlrbt-Mf3c,33350
|
1789
|
+
pulumi_oci/kms/encrypted_data.py,sha256=IPiBgtINI6rw40WJBWAxN7ZQlUwAJkgJpDKLfog07pU,29424
|
1790
|
+
pulumi_oci/kms/generated_key.py,sha256=jzHCykXwydA3pTISnFHp1v2yVTvc84EC_l90bJKEYUE,29229
|
1791
|
+
pulumi_oci/kms/get_decrypted_data.py,sha256=1Cp9id4lku1EXH9PCWLUAeQbkWEakdX36-PWpv1kA-g,7800
|
1792
|
+
pulumi_oci/kms/get_ekms_private_endpoint.py,sha256=oicK6vY0G8BTnXAQf6bnfcaMtWWgUoXJfbNT5s1AvsY,11551
|
1793
|
+
pulumi_oci/kms/get_ekms_private_endpoints.py,sha256=3oopp9G5plmb6YmNaS_-TkkY1gE-ekNpjsgrvh3vqVg,5327
|
1794
|
+
pulumi_oci/kms/get_encrypted_data.py,sha256=0Z0ZGbav6-uHVKv-Y56CL8jzZ01IQx6008SW8kk6PlM,7301
|
1795
|
+
pulumi_oci/kms/get_key.py,sha256=egB7frWpGwb6s3SC0wfLXY3Bi7njuTBu6PM77cOMeN0,20305
|
1796
|
+
pulumi_oci/kms/get_key_version.py,sha256=N9m9nQwPalHnE7RUjROAScJBiPYK8aZFoi8B_XLTnCk,14397
|
1797
|
+
pulumi_oci/kms/get_key_versions.py,sha256=UOjXFZ3WPCN72bsucDZ376kWoqvZdxn1VN2DT0MGtr8,6853
|
1798
|
+
pulumi_oci/kms/get_keys.py,sha256=N3jk4DROgEDzPkX__Xd_0IKeXw_LAhSz1sY2i_gueck,13026
|
1799
|
+
pulumi_oci/kms/get_replication_status.py,sha256=j73ozebqJXzpANxycOqvj3zpoMyk_-gVRuEyUMTuA-8,5969
|
1800
|
+
pulumi_oci/kms/get_vault.py,sha256=Jn6ESm8yxH7iAGiK6bNBO5TXFQQxao9SMKMggyiq1Iw,16436
|
1801
|
+
pulumi_oci/kms/get_vault_replicas.py,sha256=h8bKwMG9Uph-1plzfrgtB3BRbqwCAZ0jOVBosOr_1YM,5364
|
1802
|
+
pulumi_oci/kms/get_vault_usage.py,sha256=KchfY13P3Ck4JAwatpfa9nZxMA6JArAz8zPnRrTiv9o,6108
|
1803
|
+
pulumi_oci/kms/get_vaults.py,sha256=vyA4H9Fp-1b48MuRk2bzWa58byFnVPTFhYTUtueZySI,5248
|
1804
|
+
pulumi_oci/kms/key.py,sha256=BbMpQjaK7GckZUMhfeXaCq5uvycflHGx_uA8YX74Eo0,67253
|
1805
|
+
pulumi_oci/kms/key_version.py,sha256=MdY6a4nhoCOmLu9wyBt_i0ncx0t0hvDNF1erFrWGdsg,33050
|
1806
|
+
pulumi_oci/kms/outputs.py,sha256=jozm0YmY_xD7gA2tPRWfR-6Bd21rvefUSDzCJeQZ9z8,127239
|
1807
|
+
pulumi_oci/kms/sign.py,sha256=XV0nWNcm_qbs1JsrM9tIwltTxV2nU8k_7Ux3KKtx_EA,25565
|
1808
|
+
pulumi_oci/kms/vault.py,sha256=OiN55opfMw6Z6Q0JIrEYpApe5zRX_gY948tV3z8AnmM,51838
|
1809
|
+
pulumi_oci/kms/vault_verification.py,sha256=sP1Ex9oVKahPZTCn5WUkr9LNSXk9wru_I-myqdlcO0Q,10194
|
1810
|
+
pulumi_oci/kms/verify.py,sha256=ITW1kfP3VSKP1gXnjwgjAF4VigLZ0aHukCVqwFz17xs,28967
|
1811
|
+
pulumi_oci/licensemanager/__init__.py,sha256=_1oakyLqLmsT82vMDdI7jBtXFDaECD4jHPmBP0n_NiI,747
|
1812
|
+
pulumi_oci/licensemanager/_inputs.py,sha256=zxx9VTB5tNbODiGfUoPn5QrsEZ_iPn-yhXU9HvMhbtE,5385
|
1813
|
+
pulumi_oci/licensemanager/configuration.py,sha256=o8lWWJI8i_h4PXOmN7FyQrbtgC0WC_AZTSApHK500JM,14898
|
1814
|
+
pulumi_oci/licensemanager/get_configuration.py,sha256=tXLaHAOm2yB3KjFkr0o5gc1MohgEloeCuAgjCp1UK1g,5609
|
1815
|
+
pulumi_oci/licensemanager/get_license_metric.py,sha256=hOmbVPXFk4wWAVFanZ8pEYhBPhRRsi4DGyM2wQVmapw,8357
|
1816
|
+
pulumi_oci/licensemanager/get_license_record.py,sha256=1ML409Eljr2WrPsNIyemWc1_ZWvitzGQb5y_vr1scQM,13883
|
1817
|
+
pulumi_oci/licensemanager/get_license_records.py,sha256=RVtXqUf4PMDbeiEetG0-3QxHwH1xCnJC0KlAJncvKQY,5401
|
1818
|
+
pulumi_oci/licensemanager/get_product_license.py,sha256=Hxi9x3QOJBI1IupnSOJpQr4FGISKQmMsNiWKNWUmCZQ,16076
|
1819
|
+
pulumi_oci/licensemanager/get_product_license_consumers.py,sha256=pjHLGbS1Cp98iybcUH3dtYYd0YRwT4pmUCST07hLlbw,6975
|
1820
|
+
pulumi_oci/licensemanager/get_product_licenses.py,sha256=9wJTJeWSnhT6IEUYg5_rL7vZ0X28z9Z4vD5oTNNu5Ic,6900
|
1821
|
+
pulumi_oci/licensemanager/get_top_utilized_product_licenses.py,sha256=_plMeGeRQaQGnGY0curbVELImSUg6bOGtXqNbJ4owa4,6063
|
1822
|
+
pulumi_oci/licensemanager/get_top_utilized_resources.py,sha256=BkSIlJJlQUvts0eG40sH_jSRqsv5h_vuxa5xc-eMPXM,6985
|
1823
|
+
pulumi_oci/licensemanager/license_record.py,sha256=_EnSoHRVqL8PhHwZoHNfDAKdDkquhJF0fJCTDslitAU,40896
|
1824
|
+
pulumi_oci/licensemanager/outputs.py,sha256=55TOTlOEczmh7tlo7Ey24Aw7CCoq7vUSoce9tWCu2_M,41543
|
1825
|
+
pulumi_oci/licensemanager/product_license.py,sha256=21KWDPZgFm4L7N3wUs9-BOoM7pbDUH9wpvkjXfRkM6k,44012
|
1826
|
+
pulumi_oci/limits/__init__.py,sha256=Vzs645AdvmxinYGOTAHU5RzDmzJzx0JBM9OacSWojxU,524
|
1827
|
+
pulumi_oci/limits/_inputs.py,sha256=MZit5z7kjm8dnb8owYwD8p9lbyFy9je8sc0KGxqwXaM,7954
|
1828
|
+
pulumi_oci/limits/get_limit_definitions.py,sha256=0h65yJYufguBo1jMzHonZhPYwpcwChO5Y0vkhlvlsUI,7186
|
1829
|
+
pulumi_oci/limits/get_limit_values.py,sha256=nfHOYP2trl7EvPoE7t0341n3F9QWAEp14Lt1G15CgQ4,8761
|
1830
|
+
pulumi_oci/limits/get_quota.py,sha256=xCD4rfBw_T5l6E9uLw9I_HJe7nlnXl6TpnmNw45IJyI,8815
|
1831
|
+
pulumi_oci/limits/get_quotas.py,sha256=uIJA_7sf2U19UjZslyZqpsExxp0XPASFcb_kna2Bloo,6233
|
1832
|
+
pulumi_oci/limits/get_resource_availability.py,sha256=aYGvZxw_paLqYP0tztecV6XqnxMGMFgu0v9zPR3js6Y,10670
|
1833
|
+
pulumi_oci/limits/get_services.py,sha256=F_riYUPKZ9IhQXATMOlqjHts-ynSNjZldVFjFejn6-c,4829
|
1834
|
+
pulumi_oci/limits/outputs.py,sha256=4xzrDTB9kqJN3I3qPzAWee2WjZAhwd7vMZ3oxbx6ZRE,22754
|
1835
|
+
pulumi_oci/limits/quota.py,sha256=Z4C2MU-hpGsIatYOhDb-9qSQhpPAjQ483oads6MLY5U,29711
|
1836
|
+
pulumi_oci/loadbalancer/__init__.py,sha256=MEaFdbTIsnehC12wXAUwvJcOEZM4WCItCZ52hjWqJWA,1231
|
1837
|
+
pulumi_oci/loadbalancer/_inputs.py,sha256=ETqmYez_QlZYVQSGfpj8kY-pzc0_ktLJwKQ_Kc5jb88,130361
|
1838
|
+
pulumi_oci/loadbalancer/backend.py,sha256=jUpFlCZk_dWYC2FQGQsWwxDukbCA55eEjt3Ew4jsKE8,31997
|
1839
|
+
pulumi_oci/loadbalancer/backend_set.py,sha256=XQwBMCJZR7lslQxZoDjTXjZL2BQ1rKmNuItYrr4q5m4,59130
|
1840
|
+
pulumi_oci/loadbalancer/certificate.py,sha256=vnjWLTNnIaQvpeGFVN40IBjxwN61oFgWdmWpevmHYLI,31966
|
1841
|
+
pulumi_oci/loadbalancer/get_backend_health.py,sha256=CRd7gyqD5G7gAALCJSamJcAcWpimtPqAuS8C6o8BjTg,7648
|
1842
|
+
pulumi_oci/loadbalancer/get_backend_set_health.py,sha256=KWpLPo9SOC-NFkXIchNkoS2m8VtGyklc4IHfkcMaqwM,9320
|
1843
|
+
pulumi_oci/loadbalancer/get_backend_sets.py,sha256=0ShK-X-lzxLJuDSncAUeYQTYy0ejPWxEPE7Ap5cuHsM,5198
|
1844
|
+
pulumi_oci/loadbalancer/get_backends.py,sha256=zaXY34YG-0hTDTr2v2v6pho5z_MErcGqDcA7gNt0MY0,5962
|
1845
|
+
pulumi_oci/loadbalancer/get_certificates.py,sha256=8LAiJfHH9mGEyV1inAC25tU7AyeXolj8srZAo6Lxox4,5139
|
1846
|
+
pulumi_oci/loadbalancer/get_health.py,sha256=FM1UufdtqY97vM20rUTB7FcYcQqBI9ds3aYKCw-c0pU,8628
|
1847
|
+
pulumi_oci/loadbalancer/get_hostnames.py,sha256=yq8wGZ3bRKgD3XPmukYIL-T1n3KVqxt00VbJpHwBwA8,4979
|
1848
|
+
pulumi_oci/loadbalancer/get_listener_rules.py,sha256=leUaxov-Sm9mTNptB1Eqb796CK98VKUdFY0_JScbyJQ,6480
|
1849
|
+
pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py,sha256=sOCXTl7tE1IPXtxt3Yg1Sf_bd6lVgccOJXhEBTwn8xo,5706
|
1850
|
+
pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py,sha256=xH0bHZPqzQPPyo25qCjDe3IrDkVQNTT2qE-dV4Oezz8,7186
|
1851
|
+
pulumi_oci/loadbalancer/get_load_balancers.py,sha256=rDpLY0TC7VGgC0OlBQkUunu4QIPJaXUrULpGWboAnmU,8303
|
1852
|
+
pulumi_oci/loadbalancer/get_path_route_sets.py,sha256=uMJ3vlW8EjYZoYUpuHN79g6iIpiY6S2J4BpMlJtGGiw,5247
|
1853
|
+
pulumi_oci/loadbalancer/get_policies.py,sha256=gggsjBr6gKRxJNbwC7MjwIx4InJ9GmCzS-gSJhtb5qc,4872
|
1854
|
+
pulumi_oci/loadbalancer/get_protocols.py,sha256=ofn4wPix9Lm_reIvbm-txn8J9TRvuYAV-dzi4mQGyls,4911
|
1855
|
+
pulumi_oci/loadbalancer/get_rule_set.py,sha256=LLQyrzA7E_bAtzSSdJKrd87REJXuj8046FoJNh0t6Wc,5243
|
1856
|
+
pulumi_oci/loadbalancer/get_rule_sets.py,sha256=ElkCK9GPE6DPOpTiCaONUU6Sp12yvC1hBRSM9FtEkhE,4896
|
1857
|
+
pulumi_oci/loadbalancer/get_shapes.py,sha256=yd07zax-M4M3LixYn6S1mtJFvbBdE_fpPqxESXYhPgE,4765
|
1858
|
+
pulumi_oci/loadbalancer/get_ssl_cipher_suite.py,sha256=0rqXiRiGVgiwwCjy3XRJhIjb3xBm1HoJloeQJvE47j8,5557
|
1859
|
+
pulumi_oci/loadbalancer/get_ssl_cipher_suites.py,sha256=Ml_YKKEVTJfsBVPsBXHHmMswAl_oQpXJbKJOErLsWN0,5271
|
1860
|
+
pulumi_oci/loadbalancer/hostname.py,sha256=pJ2uFqd3yvQKZknoZqVpmE0ZocBiu8d5GaMNhXo62lM,14651
|
1861
|
+
pulumi_oci/loadbalancer/listener.py,sha256=UTPQNUFsxty6DQtS_VUgbZwzNRAr8I0UQyWRNMKRxQ0,41593
|
1862
|
+
pulumi_oci/loadbalancer/load_balancer.py,sha256=WQLbDJ_Q2TXjyExmycbXNvB76GWsvjE3OFMOrPIzWyc,68090
|
1863
|
+
pulumi_oci/loadbalancer/load_balancer_routing_policy.py,sha256=xLpJCftxyekkb07QYaZ3k-siojdGARmDL9r455CgmMM,19590
|
1864
|
+
pulumi_oci/loadbalancer/outputs.py,sha256=X6XhPjTU2B8fGUTEuq5WixXn5uc4Myg8unihv8zTKQY,242406
|
1865
|
+
pulumi_oci/loadbalancer/path_route_set.py,sha256=LJGo4U3x7cJfDeDXk8ChEEXboWdrPOYseUWVILBLGvM,15065
|
1866
|
+
pulumi_oci/loadbalancer/rule_set.py,sha256=QwFajT2YvJG6wxMo9UQhvpQ_u3ai7UpUnU6xNO0VQj4,18720
|
1867
|
+
pulumi_oci/loadbalancer/ssl_cipher_suite.py,sha256=FbOtX0nUkvAY9HWuEu_qoOqsv3TVS6RNClyEci361ow,19140
|
1868
|
+
pulumi_oci/loganalytics/__init__.py,sha256=i6Iw8rHB0By3JmTEm29LRUWQWRtyBdcf1PE8aCo6zMo,2184
|
1869
|
+
pulumi_oci/loganalytics/_inputs.py,sha256=ErWlUSE7hjz_i3m6BHWjbNmAsaNLykacQ57TlQ98C1Y,50705
|
1870
|
+
pulumi_oci/loganalytics/get_log_analytics_categories_list.py,sha256=v3o8uEu8BBnKUtMjLtL-McleKC21pjxwou5l6Ziz5Aw,8077
|
1871
|
+
pulumi_oci/loganalytics/get_log_analytics_category.py,sha256=RwOhoE_HlLdr-cQ_pih6GOT3qFAjS7beb63_Wec3Kv8,6517
|
1872
|
+
pulumi_oci/loganalytics/get_log_analytics_entities.py,sha256=d_Tw08EM8aKcyNeBFtiqzkWNylQQhBnYD7MzC73w0Ew,19867
|
1873
|
+
pulumi_oci/loganalytics/get_log_analytics_entities_summary.py,sha256=gGzEp9TsnbaTGXHN2bryL8fVqPLTt1pyKd_z7RFpm-I,7344
|
1874
|
+
pulumi_oci/loganalytics/get_log_analytics_entity.py,sha256=rffA5tT3RxhhHVYIiqwWGDYuSBAIAcMngbuX_8gq2YQ,17963
|
1875
|
+
pulumi_oci/loganalytics/get_log_analytics_entity_topology.py,sha256=71oYTK4apfC3qVJLwRZ0a6Wt85Y8_3hZGL6unqcs0pM,8195
|
1876
|
+
pulumi_oci/loganalytics/get_log_analytics_log_group.py,sha256=PIUHlKMfxxodnI4rXYvYL-NYtg1Y3rpcMO5jIblg2l8,9568
|
1877
|
+
pulumi_oci/loganalytics/get_log_analytics_log_groups.py,sha256=vmRGuhxqnX3hzDOYtnZHtK0mArgr9e_DLTslZfOtPb0,8246
|
1878
|
+
pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py,sha256=3umEyZv7UyHcsKa3o6iLd2Tz5QbtV8NyqBKpfXfD3xo,5415
|
1879
|
+
pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py,sha256=MijJ6Xy2iVUVrGrVE8qrXIc70e3hlY0kPzgvrvmLoTs,22848
|
1880
|
+
pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py,sha256=32zjw9kHeBTuJpLaplee5nrub2ZkRKsYUB5smh2hSnU,9017
|
1881
|
+
pulumi_oci/loganalytics/get_log_analytics_preference.py,sha256=pXw01A9QVeh4pTV3ci-YRGu0zTHMJslj4syrB_K_cMk,4321
|
1882
|
+
pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py,sha256=OwscukT5Nz86csTfBoI50Z9M-bbEVaWhGM2Qv8toer0,8940
|
1883
|
+
pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py,sha256=IR0XiOP3ltAPQp6Q2P4J6ary_ZVcuAM00XwLEXMQ2g8,6327
|
1884
|
+
pulumi_oci/loganalytics/get_log_sets_count.py,sha256=fwIYFWoEIJoB1Dzq4jYeBzvuOUdEHlWs3XdzQVvjKh4,4063
|
1885
|
+
pulumi_oci/loganalytics/get_namespace.py,sha256=Ec8FphgqkIrfka7nSksmlqXex11wFrl5KXyvybmnl3c,4636
|
1886
|
+
pulumi_oci/loganalytics/get_namespace_effective_properties.py,sha256=o7TcNrDJogCLfuP06Hl1CusMW_qVBEJRDQWqQl74pm0,10812
|
1887
|
+
pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py,sha256=A9ce1g9D8eJAJoPFjl9CeQqKNPOyBCbKk9OotsA7ZsY,11438
|
1888
|
+
pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py,sha256=XJbDpePg_8BjNoDTvQ0WrKgt2ekbenHIft_SXIGsBRQ,12459
|
1889
|
+
pulumi_oci/loganalytics/get_namespace_properties_metadata.py,sha256=8UAUWOhP3Tb3atrJg_LsQrC3KwXdEzKyVCNq1TmL5EY,9595
|
1890
|
+
pulumi_oci/loganalytics/get_namespace_rules.py,sha256=lIGUAEb2eAR-IwgIM6ZTFJR9Oe4jTWcwSeKSrjeELjA,10241
|
1891
|
+
pulumi_oci/loganalytics/get_namespace_rules_summary.py,sha256=TtOLt7bSvdBn_mFx4oMYwQcdL67Ncm7ZlL0C52e6dyg,6534
|
1892
|
+
pulumi_oci/loganalytics/get_namespace_scheduled_task.py,sha256=bw3Vl1NclUsas5UyZ9OhJUg6Nefk7YUFsHUkMVQEHkY,13563
|
1893
|
+
pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py,sha256=coZjYwqFfDauH-uy47NF5H6KXFe0QfnDi43bRmvrW9k,9548
|
1894
|
+
pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py,sha256=wSuiaRV5gYwMqP3IDHcvLeDT9TO98EEDLdGMxqOH1io,4686
|
1895
|
+
pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py,sha256=eDXdDzJ0Zkv099kb-UojuflEQkcS-RoeWgvbtVuziyM,8219
|
1896
|
+
pulumi_oci/loganalytics/get_namespace_storage_recall_count.py,sha256=GyL5jAcs_1UzgMghXuYAfkuFKRj-ObcnlbTjeZ_iYpw,6788
|
1897
|
+
pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py,sha256=CD-LGbP8wQJY3U7MfgbOIhXcrD-TotCm0vforPiti-Y,7829
|
1898
|
+
pulumi_oci/loganalytics/get_namespaces.py,sha256=32pdoxPiOKt8WHyMHRoV1FH6qOQNEw6LTiZ94zJN-Fs,5248
|
1899
|
+
pulumi_oci/loganalytics/log_analytics_entity.py,sha256=tgLKB4-NMaWqjCYc_VzqQbOJ0oBUQR-8hQAgc8fL_cs,54883
|
1900
|
+
pulumi_oci/loganalytics/log_analytics_import_custom_content.py,sha256=uW2eggPGCNBXTM5JOk15VUpXbfPPbWDVipHUg3hlTjE,24533
|
1901
|
+
pulumi_oci/loganalytics/log_analytics_log_group.py,sha256=e6-E4f2FdAp2Zwd9_AE5NXrBXIL5KUbn11BX-9DUe90,26247
|
1902
|
+
pulumi_oci/loganalytics/log_analytics_object_collection_rule.py,sha256=Ozs7yR8p7Jd2XcDBkTvJYqubYco6K7msbAvU15RAkC0,84427
|
1903
|
+
pulumi_oci/loganalytics/log_analytics_preferences_management.py,sha256=YfN6tkI74VOfA9i305zeCqXF5sa37Xv6FVJB1-Vti9w,12047
|
1904
|
+
pulumi_oci/loganalytics/log_analytics_resource_categories_management.py,sha256=OmEIPwCEPosMhxuAMWd_8cq2cfG0KFhzwUsKzxhB-X0,16687
|
1905
|
+
pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py,sha256=_2K6uNu2mxeY2m4A8M9xZxZJgM1nry6mN0psp9LH-gQ,16058
|
1906
|
+
pulumi_oci/loganalytics/namespace.py,sha256=TS9eILFH9dsuf5TNyVaL2eoQm0B2cONi9nxjkfJbRMo,11786
|
1907
|
+
pulumi_oci/loganalytics/namespace_ingest_time_rule.py,sha256=ae2RqA9rbNXBZ2_RYJDogUgLA6CkpRrPN2w1T7cPhCg,36415
|
1908
|
+
pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py,sha256=0zPFeBQNz97K_KcwbaeRT0LoIeBr3Af35fzoWjsonSo,14006
|
1909
|
+
pulumi_oci/loganalytics/namespace_scheduled_task.py,sha256=xF_uDmUrjjswfXdtUW6zC5pGXXZoIIi6X0aSJ2gZ9Qc,39299
|
1910
|
+
pulumi_oci/loganalytics/outputs.py,sha256=wQd6fRJju0mIlu_GL4V5yhvxaGEY3fUARjC7sfH7LJ4,171459
|
1911
|
+
pulumi_oci/logging/__init__.py,sha256=Lzrjx_8ufVDmjgbkpTQHnipgODYc4a8FY6KtTXl5qRU,708
|
1912
|
+
pulumi_oci/logging/_inputs.py,sha256=v8xGr3VRb4IJDj-0SIeYpE0A6FdPpd3NYNsgWqHhkPI,168219
|
1913
|
+
pulumi_oci/logging/get_log.py,sha256=9ek1PnzcSkaTm8JcltQ0q-Wayi5m17xQEJHz9vvjNdI,10977
|
1914
|
+
pulumi_oci/logging/get_log_group.py,sha256=zrqpyaGKs2p5ZPWpML0xdh2PMGeGRa-PV_hh8jZjeDg,8135
|
1915
|
+
pulumi_oci/logging/get_log_groups.py,sha256=k7a-pRZSLcpr4Gjc0VAioqB4H00epLtZJasV5aX1brU,7246
|
1916
|
+
pulumi_oci/logging/get_log_saved_search.py,sha256=qdiUGW8Qbj-gOe_SNp2M5Kk0L4jOm496DKqjvop2SfA,8739
|
1917
|
+
pulumi_oci/logging/get_log_saved_searches.py,sha256=3ZJMj5VIGyHZ-P2_MyURAvulPk0_zpILGRWHDVdikQc,7353
|
1918
|
+
pulumi_oci/logging/get_logs.py,sha256=EScfjrOzJLE42eMToy7VdJPpyyDb4dAYXCanYFap-Us,8992
|
1919
|
+
pulumi_oci/logging/get_unified_agent_configuration.py,sha256=Q_BLV-HSD7R62WeIfWp0sexNSgeUenW_yBcHz4dHw4I,11635
|
1920
|
+
pulumi_oci/logging/get_unified_agent_configurations.py,sha256=iCUlC0-Jx6tb-avsTp0XbwnBCmGo8JE_AfvH97vL6Wk,10844
|
1921
|
+
pulumi_oci/logging/log.py,sha256=m0ql7HyG1gMJTEbb7mEnFjVCII8q7O-aTatmizWGm7A,34881
|
1922
|
+
pulumi_oci/logging/log_group.py,sha256=-B4P4ObdoWs5hpTHtqxVQ0ByiTJNA3EA3HpXlhvTzZc,24779
|
1923
|
+
pulumi_oci/logging/log_saved_search.py,sha256=7SzxbEc9HTJazxXWQKCaMqSsmIYt5JA5N52qJKT6s1E,26247
|
1924
|
+
pulumi_oci/logging/outputs.py,sha256=GZmbRChQBDg444nT6uwmtyNeozBQsazaEPdoquuL_YQ,282774
|
1925
|
+
pulumi_oci/logging/unified_agent_configuration.py,sha256=clUdesJWYIDzKuaj4qkS11HzoJ9fZVRvgQJVv0aKA6E,32138
|
1926
|
+
pulumi_oci/managementagent/__init__.py,sha256=bpFmeztqSBwuPQZDXXW0deLSXXdocRC6M6YH1JRvpc4,998
|
1927
|
+
pulumi_oci/managementagent/_inputs.py,sha256=p-WByd3ojwEjvXISCMwoP8D1jXPD54qhS8ZLxwqEgAU,28474
|
1928
|
+
pulumi_oci/managementagent/get_management_agent.py,sha256=gc1TCMaiNoZHrBjsSdYpmyYAHf7Gf4d4hnMbCcxqlp0,20647
|
1929
|
+
pulumi_oci/managementagent/get_management_agent_available_histories.py,sha256=jW0qRBi43rvP8y8XZy8vxOPNZZbIrLybSbpBjK2VxSU,10092
|
1930
|
+
pulumi_oci/managementagent/get_management_agent_count.py,sha256=qc2ZWQ5fklbRPKLKnHZnV9WILXS-5hXlds5-YiANcwU,8131
|
1931
|
+
pulumi_oci/managementagent/get_management_agent_data_source.py,sha256=OyritMGjTskpZ3jPAJB9DxeteAjRTbIgDU7K_gY0ki8,15101
|
1932
|
+
pulumi_oci/managementagent/get_management_agent_data_sources.py,sha256=S1lU9qnRiAeVlZ7-InVSSuGFFESJgZK8r1ZbcPygjxA,6285
|
1933
|
+
pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py,sha256=oxT_Jg9Gouf5Lp4jTU4HxYgaJ1IAgVe51UREJCzdV8U,5214
|
1934
|
+
pulumi_oci/managementagent/get_management_agent_images.py,sha256=nTi9pvNlEF3ReYx0dtBuhC1HkZdqxNHlEO-OQca9EqU,8170
|
1935
|
+
pulumi_oci/managementagent/get_management_agent_install_key.py,sha256=3Ni6gTNeR0yFLfN1bUvVKDR4nK5eQPdcOoWLjh3e5bk,11418
|
1936
|
+
pulumi_oci/managementagent/get_management_agent_install_keys.py,sha256=y0eCbRQ-ttDza0dNezbB3rPVnqu5dJcBFbOL8JQvKG8,10067
|
1937
|
+
pulumi_oci/managementagent/get_management_agent_plugin_count.py,sha256=Gp16mtCy6_z52gqElE8-Ga7S2zxeYA4J8Kv9ClbagXs,5610
|
1938
|
+
pulumi_oci/managementagent/get_management_agent_plugins.py,sha256=u-Q6Di50vxUj5oIfDtWlhsgTyfCpIQ58q-qLOFOGp5I,9434
|
1939
|
+
pulumi_oci/managementagent/get_management_agents.py,sha256=VMxdY7v9z_9weyEZcZmZeXXQhLL2pxYkbWCmnEssM_0,22674
|
1940
|
+
pulumi_oci/managementagent/management_agent.py,sha256=7wUEuREwPWvBv3kFBxHmoiKDiVgCZnx0xQZZx_ZgiM4,46850
|
1941
|
+
pulumi_oci/managementagent/management_agent_data_source.py,sha256=U2i2o39GMIz1CsoHrspzDuDwAMvt5W1WZ4OB5O18Idw,50123
|
1942
|
+
pulumi_oci/managementagent/management_agent_install_key.py,sha256=bsDBI4ypiZje1Y2mZomQH2VhL0qiVsqxk0wOyGRXqp8,26974
|
1943
|
+
pulumi_oci/managementagent/outputs.py,sha256=w233NU7uelHq3zCCTl_5m03UrKF_nMUNO0wwtd4pYac,91831
|
1944
|
+
pulumi_oci/managementdashboard/__init__.py,sha256=Ohu8GPc8iwS8GcB2YP3XDMI1V5g1yxIDlCOFPh7rZqg,361
|
1945
|
+
pulumi_oci/managementdashboard/get_management_dashboards_export.py,sha256=7GfWj4OK-kxMgzaZhFejfV5bLrJcUt_m3-BnmOUSEHI,6078
|
1946
|
+
pulumi_oci/managementdashboard/management_dashboards_import.py,sha256=Skykvq4oFWBAbAlV1VKO5DaZ3oG0F8CAvw0nB9fI_Co,12611
|
1947
|
+
pulumi_oci/marketplace/__init__.py,sha256=e7acusMiMBQ-_OxyCqTHz2n7CICxOtZoZxGilHKKAW4,900
|
1948
|
+
pulumi_oci/marketplace/_inputs.py,sha256=_JKUcK_7d2nDCW6X_pQnGNytEUaMRkd2ggs5jKw_gKM,21903
|
1949
|
+
pulumi_oci/marketplace/accepted_agreement.py,sha256=xhwr5tBHC82hcvixQukyynIoZoXFG2Rt9zyhcf7fFf0,30305
|
1950
|
+
pulumi_oci/marketplace/get_accepted_agreement.py,sha256=ipJnLQxfUJWOn3QohtHD6aarT5fRAJ-Gep6zGeuuCyc,9346
|
1951
|
+
pulumi_oci/marketplace/get_accepted_agreements.py,sha256=kuiq_G4EM7fwRaDSctA7_e14EicDF_bbyH7Kz3UYCpA,9616
|
1952
|
+
pulumi_oci/marketplace/get_categories.py,sha256=b8zaHG04THuq2N0T2pGMoI6Hq8gR3mYj_VDUaU8NVZ4,4957
|
1953
|
+
pulumi_oci/marketplace/get_listing.py,sha256=UvivbwpLkohs0T3UXkCdz3wevNdOe2cXlKLQeEn4His,23761
|
1954
|
+
pulumi_oci/marketplace/get_listing_package.py,sha256=R1jafcH-7T2OSK-FBgNBxv-4w1C5f1mbNfRGCJd4v38,16382
|
1955
|
+
pulumi_oci/marketplace/get_listing_package_agreements.py,sha256=yIte_5OEFvsZ3nV23BwjeCNvnoMLBh2o0WZePY3bhbM,7294
|
1956
|
+
pulumi_oci/marketplace/get_listing_packages.py,sha256=LFa5t3xCaSsFD-tPP8EaRd4d5CQv3sx_IF9bRUqWzbE,11030
|
1957
|
+
pulumi_oci/marketplace/get_listing_taxes.py,sha256=Ux-R9zsLZ_Z8z9noAPevVvvwRVXXMuoT525sZIf3N20,5640
|
1958
|
+
pulumi_oci/marketplace/get_listings.py,sha256=wubvMoc3dn65iq7eNEnclofnzgTDD7817GrWwLFZBq4,17393
|
1959
|
+
pulumi_oci/marketplace/get_publication.py,sha256=J2qCDFsf7PcYZ6q0YmYFzMa4q8ePXIne-RXZaqjEGUk,13605
|
1960
|
+
pulumi_oci/marketplace/get_publication_package.py,sha256=JlZNbtUlbHzEUc6HMC2nKYiHQpTNHXBIDjR_p1Wk9TY,11895
|
1961
|
+
pulumi_oci/marketplace/get_publication_packages.py,sha256=P7A0IDe3zzAsiycCWIeT3keMBFYxJsSESlSAqQ-KMR0,7283
|
1962
|
+
pulumi_oci/marketplace/get_publications.py,sha256=X-vJ9_3BwThm-B4vXygGO4yshINxN3mcl1YldvxtZGQ,8734
|
1963
|
+
pulumi_oci/marketplace/get_publishers.py,sha256=rMvcggYfAoixv6ZxTJ1-4YkF-bzMgJxKvsK_sBU1TUw,5686
|
1964
|
+
pulumi_oci/marketplace/listing_package_agreement.py,sha256=PjKO2SyD6OHqnvWa-lgu_ExAz5vFyXIe9Hruv8bIFgU,18666
|
1965
|
+
pulumi_oci/marketplace/outputs.py,sha256=0Ao1lNmccxPtW3LGC3QjMDYNmlyvE8kMG8w4rhW3uGk,107504
|
1966
|
+
pulumi_oci/marketplace/publication.py,sha256=NyK7ihmu9HbyeYTPvraAApjhna42behy4oE5Gl_yhAM,46716
|
1967
|
+
pulumi_oci/mediaservices/__init__.py,sha256=j74h2rwmO6yXKwlB8eNW80hHAqZVb64R9p3hgcapUks,1369
|
1968
|
+
pulumi_oci/mediaservices/_inputs.py,sha256=FoY_nNe0au2O2Jb2ET3yTJ-GFLIlKpxD4RNxJAbomYA,61535
|
1969
|
+
pulumi_oci/mediaservices/get_media_asset.py,sha256=WTaVJm1Pon-uhimn_aVYW5d09teIEWqug6UYMVy7Rpo,17459
|
1970
|
+
pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py,sha256=meisdzjcVF_gjDZcR-_aupca0Vi30zifVFTVmp4Lkk0,9413
|
1971
|
+
pulumi_oci/mediaservices/get_media_assets.py,sha256=4G_f6_anNjzBiULjqvIQEA6msFvyMvbZ4PizMmhN75I,17094
|
1972
|
+
pulumi_oci/mediaservices/get_media_workflow.py,sha256=v8yak6b59ic_qbmIJeT2izikxdZKy1y6FS75HgKe6-M,12953
|
1973
|
+
pulumi_oci/mediaservices/get_media_workflow_configuration.py,sha256=zKGiUxHqxbaCoQBatk41tsDvTuUQdXarbajuBn-gxO8,11542
|
1974
|
+
pulumi_oci/mediaservices/get_media_workflow_configurations.py,sha256=BLQ3zATiF1CEZ-UaMI_JzsaAtsSyTci_EpR4y9sr0gM,8369
|
1975
|
+
pulumi_oci/mediaservices/get_media_workflow_job.py,sha256=3T2QMREX5VwxX7MuicDsY_2gi30jxQhNzCaxl7aCI50,16324
|
1976
|
+
pulumi_oci/mediaservices/get_media_workflow_job_fact.py,sha256=GzXoDr3BWTZVRM0YzgbHvvn9ZigWeZYupwIA5FRDXfk,6400
|
1977
|
+
pulumi_oci/mediaservices/get_media_workflow_job_facts.py,sha256=we9yObgq6z7q2WBS2MXwmGx4PLF6wk6-h6htavsgt0k,7593
|
1978
|
+
pulumi_oci/mediaservices/get_media_workflow_jobs.py,sha256=ic57dAbUGlTkxNawmwT4kNNjaXYsYmGhoQfZ1-0-Wuw,8765
|
1979
|
+
pulumi_oci/mediaservices/get_media_workflow_task_declaration.py,sha256=7Zdj6VYlS6QGQBX2Ih0SJZr4VJuxui_XNwoUKmDh4Ow,7729
|
1980
|
+
pulumi_oci/mediaservices/get_media_workflows.py,sha256=KbyekV4CbYLSr00dd-0EuqmxTJyYYGxPPe0AM3xxqS8,7509
|
1981
|
+
pulumi_oci/mediaservices/get_stream_cdn_config.py,sha256=ccxg4EZvYvZrJIZ6nf89qiZl5GfGo1m7RsuuhUgtKt8,11848
|
1982
|
+
pulumi_oci/mediaservices/get_stream_cdn_configs.py,sha256=d4QOGntaCAGZYj0VcFTz4y1t1KdoAQHoDDYNW4h5Fpk,7910
|
1983
|
+
pulumi_oci/mediaservices/get_stream_distribution_channel.py,sha256=kvkT7PCnyk3fW35gQxLoIFtzIi7PujGrc90Q4KhD7VE,10567
|
1984
|
+
pulumi_oci/mediaservices/get_stream_distribution_channels.py,sha256=92fXwPHP87MdHbaEE8TLyet0V4Eknh0v_fuuh15cojE,8292
|
1985
|
+
pulumi_oci/mediaservices/get_stream_packaging_config.py,sha256=m0WbW0Mo-RlExqwq23Q9sWIjwbWpi0xFtpMp8vY9JNo,12482
|
1986
|
+
pulumi_oci/mediaservices/get_stream_packaging_configs.py,sha256=gXNs9Qmq_rQBBaVoLT6kDEI3HDJuMIYPTVFIaTuSPAg,9149
|
1987
|
+
pulumi_oci/mediaservices/get_system_media_workflow.py,sha256=dOA4_VqEQRY8hlDQ3qzCKR9W247y4D1pD3S3oaK5AiU,5363
|
1988
|
+
pulumi_oci/mediaservices/media_asset.py,sha256=XYcXl3as2JxgGYsWmDrK9SvBFSRMCNNNDrAS7pv9T-c,57256
|
1989
|
+
pulumi_oci/mediaservices/media_workflow.py,sha256=ok745UyXFWIstyRXY8v11IFHJpty272aGR9srdJ5ARY,41727
|
1990
|
+
pulumi_oci/mediaservices/media_workflow_configuration.py,sha256=RbjszPqO76NxV93dRaV4VqbreE4ZL2bt598M2nu3Lv8,33347
|
1991
|
+
pulumi_oci/mediaservices/media_workflow_job.py,sha256=ne9_fRqqHKsoMvRm_E2zq5m_P-F_xVRl8UNAvbCqRK4,50735
|
1992
|
+
pulumi_oci/mediaservices/outputs.py,sha256=uq1hQ45QuLHeAMqMzDIUpOyj2eZycdqIFbx1stBM47s,198828
|
1993
|
+
pulumi_oci/mediaservices/stream_cdn_config.py,sha256=X89qxG6C2PRtUtrLBC06AA8i9mYBTqiomJfKFex0Ac8,35348
|
1994
|
+
pulumi_oci/mediaservices/stream_distribution_channel.py,sha256=q3F-ZDqhvfGPrrq-lsA9HA5TGzhp38sO4VcWF1vltFs,27324
|
1995
|
+
pulumi_oci/mediaservices/stream_packaging_config.py,sha256=CqR8wGMwQ_xN--weyXZ2n5Ji8gQfjG9vyhLZasPXqLM,37285
|
1996
|
+
pulumi_oci/meteringcomputation/__init__.py,sha256=5NXcizl3_GVPujB3HrJ6JuJMgUev8xZ6w7N2bTyUSLw,1162
|
1997
|
+
pulumi_oci/meteringcomputation/_inputs.py,sha256=I6oxPgCBUoyKtsGzJogjg4Ay5X5Io-IlL8ByQieAneQ,101628
|
1998
|
+
pulumi_oci/meteringcomputation/custom_table.py,sha256=mJ9LgwQuwTSMzfUHXbWI_5HKuN62yobSNfUznFBHQG0,15133
|
1999
|
+
pulumi_oci/meteringcomputation/get_average_carbon_emission.py,sha256=FluILrfRi61S7AlFpSrqqPrWfBSRmbpZVkxXNlfnmxk,4592
|
2000
|
+
pulumi_oci/meteringcomputation/get_clean_energy_usage.py,sha256=rdlMtqsOt9JZ_p7hNT-l48fiejSnKuDuJRFT4zo4tzk,3779
|
2001
|
+
pulumi_oci/meteringcomputation/get_configuration.py,sha256=SJ-_E4zsdsc6Q_dWySp7lJ-Vn_GcFz89XqnO1mxL0mA,3943
|
2002
|
+
pulumi_oci/meteringcomputation/get_custom_table.py,sha256=VmLtP4U8E7JLn3ApQhDK063dLukjCfNHJk8-_ga9mp8,5403
|
2003
|
+
pulumi_oci/meteringcomputation/get_custom_tables.py,sha256=c7BkRWo3ppAAczC2_OfTSptJ_CSfDyWqJcOhBPJAssQ,6108
|
2004
|
+
pulumi_oci/meteringcomputation/get_queries.py,sha256=nSdHaN03rNe7knELPaq_rlUB4FMio_HkmITrmCgpVLU,5060
|
2005
|
+
pulumi_oci/meteringcomputation/get_query.py,sha256=OOCzrmvb8ID_qwfZn7Urgbz6w-yTdcXLHUVev9dxpEs,4390
|
2006
|
+
pulumi_oci/meteringcomputation/get_schedule.py,sha256=4DBvVomNAiEXgQhGV-P4SZAKqRPkCof4ZuzS61Q5fNs,12527
|
2007
|
+
pulumi_oci/meteringcomputation/get_scheduled_run.py,sha256=VV5awS_-i5TyP-H74CXwB5y1FvRErItmU-1HTEMmufY,6289
|
2008
|
+
pulumi_oci/meteringcomputation/get_scheduled_runs.py,sha256=aNa_bfcGet9XeWE3mULlzjXygryfGquu5rZlMhpgDYs,5034
|
2009
|
+
pulumi_oci/meteringcomputation/get_schedules.py,sha256=2AlY6xqelzZCous5QkEM2wqroY15YNpOSdJZ_DdFuQE,5939
|
2010
|
+
pulumi_oci/meteringcomputation/get_usage_carbon_emissions_config.py,sha256=yD46X6qG_htP-LugRfNRP-RwIdGe_-oCzYI34K9A5ps,4385
|
2011
|
+
pulumi_oci/meteringcomputation/get_usage_carbon_emissions_queries.py,sha256=BY_5RJUUC7hGEwdN0oqZh7W7XYwY8k3nRIr5STMRN00,5851
|
2012
|
+
pulumi_oci/meteringcomputation/get_usage_carbon_emissions_query.py,sha256=GQdg0acosTomCZmmsPhxcNlwtAQWhayDzqmkYs3VpLs,5584
|
2013
|
+
pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_group.py,sha256=ypUo-X6xysVbazy9rU4SKmNm-EFiXwIjXE5Q2Kubi9E,7539
|
2014
|
+
pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py,sha256=thp11ios5EFv74nRoh40ivjCo1ar1cQxqFBzCU8soKk,7036
|
2015
|
+
pulumi_oci/meteringcomputation/outputs.py,sha256=uSHTVC_YhhXf_XFkUSZvA_cQ1LJkqwF_4IrGlQ6KkKs,188731
|
2016
|
+
pulumi_oci/meteringcomputation/query.py,sha256=5wut42YCWoPISlVTstaGfkAfQOH56bO0T-Hsn1wRd-0,13889
|
2017
|
+
pulumi_oci/meteringcomputation/schedule.py,sha256=9zM7E6BO0g2CBe3Co-i1fQsiMqYHbK5O9hRbZZe-zLE,44892
|
2018
|
+
pulumi_oci/meteringcomputation/usage.py,sha256=Qv21Mt_mbpfTkMxNSrJlsK2OopVQ0vCJEkKw3898NaQ,36989
|
2019
|
+
pulumi_oci/meteringcomputation/usage_carbon_emission.py,sha256=H0LdfdXlvkX6l7zbctBWq2Tf5acbccMjpyRTBwG1us0,30600
|
2020
|
+
pulumi_oci/meteringcomputation/usage_carbon_emissions_query.py,sha256=1wdzyScj7IfVmqB205RUiJLRxvHTvfmqageyi7EO-To,14671
|
2021
|
+
pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py,sha256=RK7Zd9aR-gImy91KEnP5qy8DAWK7oTfJ2JOCBLySWoc,19064
|
2022
|
+
pulumi_oci/monitoring/__init__.py,sha256=pxwgZhWmpTpbldRtkppXsIZ4Xm_FNNHvlIjr1jYMcl4,630
|
2023
|
+
pulumi_oci/monitoring/_inputs.py,sha256=T68GHXDiLhCTGJxlfaaRT4YW_RdQ8y4zVQueTRO8dLw,19957
|
2024
|
+
pulumi_oci/monitoring/alarm.py,sha256=y-EyfRTmHe6kIOLJk1OpNs6uNFvyUK_ITb9sbPCDHN8,103790
|
2025
|
+
pulumi_oci/monitoring/alarm_suppression.py,sha256=iXaz6YLvfmUALjyweO5KYxNFV7NDn3CkDKr-jIZ0ijo,42520
|
2026
|
+
pulumi_oci/monitoring/get_alarm.py,sha256=7p-3ZrKLSqTWfNOF8AmwnFGkBIEFuFSzRE_dmvA909c,23135
|
2027
|
+
pulumi_oci/monitoring/get_alarm_history_collection.py,sha256=0KGs2npuYYJpTNPgd_8651IxwzPmoLL8ILoO6H2We9I,10869
|
2028
|
+
pulumi_oci/monitoring/get_alarm_statuses.py,sha256=q6jGSDyBNHw9aXaM3Lr2KtXpKFkYwO7MVZFwd5OS_lM,15778
|
2029
|
+
pulumi_oci/monitoring/get_alarm_suppression.py,sha256=iOfe2HpM7N-o3PD2mD80xILVY8Xxtgc8UVVd3Yp8eag,12710
|
2030
|
+
pulumi_oci/monitoring/get_alarm_suppressions.py,sha256=SXuW52cKNqQXUj_-2aD-6BYRgozjKYc5dvci1BTilU8,9169
|
2031
|
+
pulumi_oci/monitoring/get_alarms.py,sha256=piYWeXlIK9PiLb3M5yxl4cQw5ZaotkDmBlcrh1WiQsg,10569
|
2032
|
+
pulumi_oci/monitoring/get_metric_data.py,sha256=gDQI5MJyMtj7Ul7Bum5Jg2W5dA9vpsN-InpgXcZ1LV8,19719
|
2033
|
+
pulumi_oci/monitoring/get_metrics.py,sha256=fVfPTYp70HdHpmWbcFABwYeMem9iWHLtHcus10UhuKA,15245
|
2034
|
+
pulumi_oci/monitoring/outputs.py,sha256=Vj8m14weEQYGfN8CtG7Iq3ZDGxVMkQul_nPNWXqUC3E,95483
|
2035
|
+
pulumi_oci/mysql/__init__.py,sha256=NePAVofUEJFnzHsogn-BAX3FEUTLAqx3umifZgO-SUs,908
|
2036
|
+
pulumi_oci/mysql/_inputs.py,sha256=6gQtBEh59yaOc00jIAS_8ghLVwEWW8cbrs29DT-NR1M,235800
|
2037
|
+
pulumi_oci/mysql/channel.py,sha256=61VkJrZu0XH15ftoHRaVitGFpqgYB6lgebVOobqyZkg,28772
|
2038
|
+
pulumi_oci/mysql/get_channel.py,sha256=KrtXlvM54LddgHh85DE5oZ20AFD-ZxEtcR0VGdahnl0,10323
|
2039
|
+
pulumi_oci/mysql/get_channels.py,sha256=nRat0774q6zrD5zcAU2F56CE97uR-oj9jv8MmNFrOWQ,9452
|
2040
|
+
pulumi_oci/mysql/get_heat_wave_cluster.py,sha256=Z7tWujoUqISRjyc5FmMpxlIaPgoZsj1kPNJD3sBsnKY,8377
|
2041
|
+
pulumi_oci/mysql/get_mysql_backup.py,sha256=3seQxYBRBXg1Fer6RigZK8pUCI0Bew8BW65-WyTWiXQ,13621
|
2042
|
+
pulumi_oci/mysql/get_mysql_backups.py,sha256=4e_GsKjnEjdM2kXj3xfccJ9TdXWl8EnD0gRCM_IK8as,9491
|
2043
|
+
pulumi_oci/mysql/get_mysql_configuration.py,sha256=1GF8hpykWwC1UNiN43DX9PWUyMGwb_ziRRwjEV8Con4,11307
|
2044
|
+
pulumi_oci/mysql/get_mysql_configurations.py,sha256=tyyUspcsblCLIGD8su92VRabw6gD-OFEmprgWRBL1j8,10294
|
2045
|
+
pulumi_oci/mysql/get_mysql_db_system.py,sha256=QfutsSSrYz5ShMqFBkoDiIyqnzDtLlqRGkskL1eV5U4,26290
|
2046
|
+
pulumi_oci/mysql/get_mysql_db_systems.py,sha256=CzRB1pgizuVCHKMmJHM2aeDpBwZtuG_wnwWYzc_EmSk,13310
|
2047
|
+
pulumi_oci/mysql/get_mysql_version.py,sha256=VOE_z635Sw562OV95v5EvNcrUb4iD37eGKaJ_H7BElo,4991
|
2048
|
+
pulumi_oci/mysql/get_replica.py,sha256=YE2wm7jiWXECK35XAcgMDgmVd4LwesGjNpTj6kdpkf0,16279
|
2049
|
+
pulumi_oci/mysql/get_replicas.py,sha256=3hee4vNYkraUPtRjDSpnwjlnvbpM8mUDsb-okkh1Jrk,10759
|
2050
|
+
pulumi_oci/mysql/get_shapes.py,sha256=EuHQ7X3oUIvmLHoZDR0F_NQd8W37VIEHcxdk8iIW8Uo,7839
|
2051
|
+
pulumi_oci/mysql/heat_wave_cluster.py,sha256=gUgv-extFC4vYxgu-Fh4FN-jJssL-H4tipyY9tUrM0s,26878
|
2052
|
+
pulumi_oci/mysql/mysql_backup.py,sha256=PC9spz-vdJFF6Kq0YPcAyLPhfGghyInaBquFbvNexq4,37861
|
2053
|
+
pulumi_oci/mysql/mysql_configuration.py,sha256=pPHKEYZFcDH9cP7qYGoXGwyGc__P9RkR3Vwwls2ALkE,49097
|
2054
|
+
pulumi_oci/mysql/mysql_db_system.py,sha256=5FK_jzoHsNObwfNfA31iFR9HPRBS_CFqpP8OHPvLnCw,110143
|
2055
|
+
pulumi_oci/mysql/outputs.py,sha256=kZj7DFOOCKgceABIeCpA9N9AnPGmDQzsA8y96Z5nFlU,547591
|
2056
|
+
pulumi_oci/mysql/replica.py,sha256=VAN8_e4KbZ3Ed0O0TI44ZAG4_KVLleg2KjPILLk7CHA,46763
|
2057
|
+
pulumi_oci/networkfirewall/__init__.py,sha256=EcAch1-D7O2jnJYeAoYb5pVhnI8EMpB5TcT7oKJpgfI,2214
|
2058
|
+
pulumi_oci/networkfirewall/_inputs.py,sha256=CrvvTDNwg3V4kUVbPXz38pOkpdSiFeFEJNqKa6Wmrjs,28010
|
2059
|
+
pulumi_oci/networkfirewall/get_network_firewall.py,sha256=Zfhe9Nr4uG1mhrRFwfmwSsvTngp9lFIwddG83LADLLw,13987
|
2060
|
+
pulumi_oci/networkfirewall/get_network_firewall_policies.py,sha256=7b5-WvdlHKAbVuK3OPzJGIaFC_m92n-eXimtxYQJwQQ,8377
|
2061
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy.py,sha256=BN1s_ub6bdTp5mdJy7xdCRn4L0g-sK9-upwuCFsHCGk,10967
|
2062
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_address_list.py,sha256=Z4V5sUsw4GVRpqSOJwrexLVezPgkeU18NSbQrZ-4b7I,6613
|
2063
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_address_lists.py,sha256=r65MSiKKXS7Pb6dPqRAUpvvQjzD4rPxTJRT08B0DziA,7186
|
2064
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_application.py,sha256=3Du18zRpLY3Hdr3OGNIhO9q3KatuxAKHgqScZNbBgIw,6588
|
2065
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_application_group.py,sha256=ow8ALXbkwevGXzbeJaCJXFEMuqJO-Q-36xX7SJYWb7E,6107
|
2066
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_application_groups.py,sha256=WBNZY8owO4_MObhbp7fXfhGgyGXtoylutLP2plcwZ74,7455
|
2067
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_applications.py,sha256=Htwg2mOxmUvR624U0C0P9OxLghuYoJ2V2-LI31usa4A,7158
|
2068
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profile.py,sha256=iIlXVeUqPa5XnduAiZs2Ty0uu6o8HnGmrDTuCwq9Yuc,13111
|
2069
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profiles.py,sha256=fFK-ApBjwAd7aQOBoWur7xu1FS4AJIxmVl5FMjdR6e0,7542
|
2070
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rule.py,sha256=Y6eJLtC4orEb21HxP97GQXqwPozBxAdhQDp08-swpz0,8554
|
2071
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rules.py,sha256=Ai4C5NlHukfMRI0P8BrGVw0A5c5OXLi8aV6un-54oPk,8861
|
2072
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py,sha256=WPwSAkGO56lkID4dW0E3Tg2eC_sD5RriTBhWDfjUt8E,7023
|
2073
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secrets.py,sha256=Dt53LktT25T0XYveCIZItlZDxIXkzWPQWTc-5caiypI,6431
|
2074
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_security_rule.py,sha256=JLrRMZErIHaSksOlfR2cFOsVXMB5lZF9GDXkr3i3G0g,8429
|
2075
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_security_rules.py,sha256=Hrvg8FlpKguRqjzALVeYSv7olSHpBAO54s-eNf-CJw0,8697
|
2076
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_service.py,sha256=oLVmjyZ7V6BMLaRvsswkqTxOYOZxBPrKJu9cQPDmmQk,5880
|
2077
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_service_list.py,sha256=RFUyordczaewFVsOxuRQJ2AXh3Zdl0u7vrQSPlAiPPM,6054
|
2078
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_service_lists.py,sha256=m9oWItkpDDfMASQFTivSc1h5e7d106ewVcPG9xzb1_I,7190
|
2079
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_services.py,sha256=eDe2kaIYLamnvXzPHH5HpeIo092vCUuCeER6VEQLims,6946
|
2080
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_url_list.py,sha256=F5j3wO1_rkWhXw-Cjae0o4gepo1MoRnulzGBCmdDoAo,5928
|
2081
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_url_lists.py,sha256=HAT1SyRq2cGBMZi0CVW2ozgavRppHoBvajP3ocxXFvU,7014
|
2082
|
+
pulumi_oci/networkfirewall/get_network_firewalls.py,sha256=Bj4J5c170gUrjx_Nka_46dCMYGO9tmfkKljc09zyOyk,11388
|
2083
|
+
pulumi_oci/networkfirewall/network_firewall.py,sha256=rem1n5nOFdtxGvvmnSDfytSU_rSiNwbNVdp8gs71DL8,45313
|
2084
|
+
pulumi_oci/networkfirewall/network_firewall_policy.py,sha256=7it0rbL4nsn-q3SSNG490kP3BjPqtqTqPas5oPimWvs,27562
|
2085
|
+
pulumi_oci/networkfirewall/network_firewall_policy_address_list.py,sha256=6zxbAoEDYpJRzqhc7IEyre6ed7agsbX3Gjl6WrXTJfs,18689
|
2086
|
+
pulumi_oci/networkfirewall/network_firewall_policy_application.py,sha256=jcpwgfg8kTU3cVdgC2U9U6onlmHEjZ5HCzIDRaP_oew,20551
|
2087
|
+
pulumi_oci/networkfirewall/network_firewall_policy_application_group.py,sha256=6SMaPVLnld13nnePQH55XWUI25zo0p_ohILZA9mdSMg,17423
|
2088
|
+
pulumi_oci/networkfirewall/network_firewall_policy_decryption_profile.py,sha256=DN4rTh7dxlhYXxssTZmtGpk4AMBTunChUWOQFdUnuvc,45417
|
2089
|
+
pulumi_oci/networkfirewall/network_firewall_policy_decryption_rule.py,sha256=5aD1dsdqBb4SR8cuX3QS9JhO3NkRQ0uGRnv7u7I5yf4,26629
|
2090
|
+
pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py,sha256=SvOTl_DTh0AeAxHIo-2GBciLL9BOcCXooE-NSEm0V8I,22057
|
2091
|
+
pulumi_oci/networkfirewall/network_firewall_policy_security_rule.py,sha256=QpatuMpydOkimQJI3R-NdD6JVgbG0mT2ySt9lCQ0bzI,31225
|
2092
|
+
pulumi_oci/networkfirewall/network_firewall_policy_service.py,sha256=tUrNnfWvVpRkWd_NMPoT2LjHsIoQIT9IEeBRUNupsfc,18176
|
2093
|
+
pulumi_oci/networkfirewall/network_firewall_policy_service_list.py,sha256=6i3K3jU-ra1DOUNOIwyh1AMufSr3KmZZyozuOdHuYYI,17252
|
2094
|
+
pulumi_oci/networkfirewall/network_firewall_policy_url_list.py,sha256=_qnNPCOxMWJun8MhID_4FNfyxzt7aby7BRD0jQkWqCI,15706
|
2095
|
+
pulumi_oci/networkfirewall/outputs.py,sha256=DmKd3qesmhQUKv0pzbJSVUB5mtG1T5gLSGKEi5TUM3I,102466
|
2096
|
+
pulumi_oci/networkloadbalancer/__init__.py,sha256=urfLKBZti02PqzrKDjUdZ8SZHck_DsNXj1KDF6-BYtk,938
|
2097
|
+
pulumi_oci/networkloadbalancer/_inputs.py,sha256=4a7bILkaiHvdpCNlFtI1vs38S4m9FTbohijA74XwLfs,56879
|
2098
|
+
pulumi_oci/networkloadbalancer/backend.py,sha256=mmkZGZX3UWzcNSNt1wz-hJAKmKAt_7WRNrEq3Fyeudo,35080
|
2099
|
+
pulumi_oci/networkloadbalancer/backend_set.py,sha256=Rrd4tOaRNEUkTjFdIDhQJ8Ft9BKt3JBTa6k52vveO1M,32830
|
2100
|
+
pulumi_oci/networkloadbalancer/get_backend_health.py,sha256=RyeVEz9kX5catcYOhjiXcANTa4KGoiDRXTszjSAp_E4,8611
|
2101
|
+
pulumi_oci/networkloadbalancer/get_backend_set.py,sha256=-Xn_1Jmu2-gFpXCpplNUnhp-mTF9XyTyqrg_xjoLBv4,8510
|
2102
|
+
pulumi_oci/networkloadbalancer/get_backend_set_health.py,sha256=YVc_nZWVdFEA30MWj3xk-y9D33JUCqTSWNKqjRcVNfQ,6547
|
2103
|
+
pulumi_oci/networkloadbalancer/get_backend_sets.py,sha256=dWgz37RFytRaH52FobL1SBK2AHEMzCBtsN4w7UKt1xU,5444
|
2104
|
+
pulumi_oci/networkloadbalancer/get_backends.py,sha256=ztXD-iSqIfZnFOg4LOneBrCxm7tWoaaNbAm70OackRM,6343
|
2105
|
+
pulumi_oci/networkloadbalancer/get_listener.py,sha256=O3XTvO6nOyLa_l_AaAyVbRnZnFaN9re1wjNkZA-4mYE,7876
|
2106
|
+
pulumi_oci/networkloadbalancer/get_listeners.py,sha256=iI_Awbc8LWoVxwG0xDM7lC5r61lmWvcCwNbrsKxMnuY,5316
|
2107
|
+
pulumi_oci/networkloadbalancer/get_network_load_balancer.py,sha256=YRgNufNBAdgh7XmuaMdXedS6xQ5d92jbNkTW1Pi6wAo,17089
|
2108
|
+
pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py,sha256=DCdAFJzNHF3Ectb9m70o--hyMjq22V2Jh_4W1H81hZ4,9464
|
2109
|
+
pulumi_oci/networkloadbalancer/get_network_load_balancers.py,sha256=1XbXjF-7dfQ40kUUWGxvoGNVZtA6o4Z2DdQT24O0u2Q,7863
|
2110
|
+
pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py,sha256=Y3MpFq89RRzcvuGaPXsTR9woS6v2nmMlbUVoTfSV77g,4920
|
2111
|
+
pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py,sha256=Z7OYWxZ1UG4GOQoeq_SvTYXmh4G32x0c-UdV0yINfok,5138
|
2112
|
+
pulumi_oci/networkloadbalancer/listener.py,sha256=MNVrgaIrDHFfNqhXBhMrcxEe5IKxAh7_VBnQfETG32c,23548
|
2113
|
+
pulumi_oci/networkloadbalancer/network_load_balancer.py,sha256=ewPrEdNKMkCPxI5nIA0n_a2d7n74obMUZVFcENO1Kq0,66114
|
2114
|
+
pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py,sha256=GHErp1DjqaAdcAM9UF8pXKpAiwnqQYp1u4v-6dTjzUU,38748
|
2115
|
+
pulumi_oci/networkloadbalancer/outputs.py,sha256=wwo8dPfeKaAEEnp0UnVcL_KRKpsx-5l-psd77JfaxhQ,118063
|
2116
|
+
pulumi_oci/nosql/__init__.py,sha256=-ek2jAAWYNxuP3L92fUIFWteYxUOBDcs1fLMbUC_Eug,488
|
2117
|
+
pulumi_oci/nosql/_inputs.py,sha256=UGERTjYw4FJw8rYdKn8QwAjnHvJlrIr5bfW7AwgZGEQ,21829
|
2118
|
+
pulumi_oci/nosql/get_index.py,sha256=rDHfwGVfp9ZJa9eB1ubT4UhbDafsnJZ69B1UseF1GJA,8635
|
2119
|
+
pulumi_oci/nosql/get_indexes.py,sha256=_4YTc-Ing1NFOoJkXMXG4vDDSNrG0SrcCzZfZNf43AQ,7416
|
2120
|
+
pulumi_oci/nosql/get_table.py,sha256=dDxDV1-UjGEVhob-5G7hL0_Z5gxBwOf3OKR0g-Dvj6E,14901
|
2121
|
+
pulumi_oci/nosql/get_tables.py,sha256=qoZPO_8wtgVcZtAWqRUZkNAdL0u6W7-nGKc-VzGphlo,6199
|
2122
|
+
pulumi_oci/nosql/index.py,sha256=8NBPtpA4qJBCYU-mR7pbf-W5zK3qOTfNagQN3Kqrrf8,23751
|
2123
|
+
pulumi_oci/nosql/outputs.py,sha256=3-S7Z5c3cRtQLG0lEK4EO4u8Rn2Bxb5rF2NBYt_5C_s,55247
|
2124
|
+
pulumi_oci/nosql/table.py,sha256=YX8jeFXBjeGU862cA2Bp3yhFpLtaCtpI2e07ZQUAxP8,39824
|
2125
|
+
pulumi_oci/nosql/table_replica.py,sha256=64g3s06uLprRd3hneZ1wlLiGzXLKRohZU-KJ3JpXcvo,20049
|
2126
|
+
pulumi_oci/objectstorage/__init__.py,sha256=EEsdyaVb8x_xCSg4Dw0PZO2NnVnq36q4dX4x8ngaJ1U,980
|
2127
|
+
pulumi_oci/objectstorage/_inputs.py,sha256=BiDMh4cc_M2eAkTQ-BlfLRMMF9khhp--bfnjv1_OJlE,35395
|
2128
|
+
pulumi_oci/objectstorage/bucket.py,sha256=JDmTEBRhLPsbF09lsUCoWktaVk72isjuyEqrHkDA4-E,68712
|
2129
|
+
pulumi_oci/objectstorage/get_bucket.py,sha256=dc8zJqbbbILoTtALgLxX5EFtRjTNWe74Ax1dbxAb6pE,18354
|
2130
|
+
pulumi_oci/objectstorage/get_bucket_summaries.py,sha256=GMquVmIQBMAXgGqQsdV_4e1T8yDPZkgNr5mJqaaFqFc,7264
|
2131
|
+
pulumi_oci/objectstorage/get_namespace.py,sha256=1RqYwIVwUqSlyIrIu9kR1jIceozzoHQ2ha-7rPKyBYU,5584
|
2132
|
+
pulumi_oci/objectstorage/get_namespace_metadata.py,sha256=zqu9xBYqRZmRnknKhgT1y7O-HcPha7CmDsoZVbaIW7Q,3942
|
2133
|
+
pulumi_oci/objectstorage/get_object.py,sha256=N-cJqMc3wreEx6bCgQcATW_UZRzNWDVM0eC0xMsLWY0,21417
|
2134
|
+
pulumi_oci/objectstorage/get_object_head.py,sha256=xSMXdZdwl60ak6e7HusWPXvmaZKt8yy9xaOpNpY-osg,8038
|
2135
|
+
pulumi_oci/objectstorage/get_object_lifecycle_policy.py,sha256=xXeHqPh88RadAsTv_UIi5YDdoHB12H9qt5t9Nt7i6c8,5620
|
2136
|
+
pulumi_oci/objectstorage/get_object_versions.py,sha256=2VOGOGfc2C25i5QaRDS15qDAV4jAAfvcZm22A2rl-Y0,13728
|
2137
|
+
pulumi_oci/objectstorage/get_objects.py,sha256=eg9eHk1dKIwW8oPdE37erw5mFL5SnK-ah2b0Hx-NTVk,11046
|
2138
|
+
pulumi_oci/objectstorage/get_preauthrequest.py,sha256=Seswe_nuWU6tvjMOxhh3cYthfZ8ZBwEvwvNDUEK6aYo,11279
|
2139
|
+
pulumi_oci/objectstorage/get_preauthrequests.py,sha256=5ZTvVv4DGqJI-w6xrLWMMl5S__Lc144_DuEYUMnJD54,7280
|
2140
|
+
pulumi_oci/objectstorage/get_replication_policies.py,sha256=XKYmQERkpuVEtFk5nhFZl_0QxwZu-GbMBIWSN9eJfaY,5955
|
2141
|
+
pulumi_oci/objectstorage/get_replication_policy.py,sha256=amrboXUhO_sXJaHjYGYcF3FeG0A8uspGqY0R0WKoAtg,10576
|
2142
|
+
pulumi_oci/objectstorage/get_replication_sources.py,sha256=ZlQlhotBDUYs23tlpAZBEw7mv_QlyYdDyOZKSBMULCU,5903
|
2143
|
+
pulumi_oci/objectstorage/namespace_metadata.py,sha256=LP1wKOQ_D0WXyHdPVciNQXEMIQjSp0QnL_Oa6aOWC38,8842
|
2144
|
+
pulumi_oci/objectstorage/object_lifecycle_policy.py,sha256=L0zf2rcOJBqsds_goC52PECjSOpJr1Heqdl1w86RWtQ,15537
|
2145
|
+
pulumi_oci/objectstorage/outputs.py,sha256=6ufNPaSz6L3svifdJJwxrZH01b5wncbd3IlKOIeqVVI,85209
|
2146
|
+
pulumi_oci/objectstorage/preauthrequest.py,sha256=SfoVldR15ZSMBFrY7ICMXXIYBeLkAo1w6rknn0YuAnY,40639
|
2147
|
+
pulumi_oci/objectstorage/replication_policy.py,sha256=m8KDN_6VwydVcPJKhYuRu__oWYgTXU72p36ytX570oQ,28200
|
2148
|
+
pulumi_oci/objectstorage/storage_object.py,sha256=ew5pSi_SFD4ybdHgTgL23FySQlJuis2ugNJSQEoYnoA,65027
|
2149
|
+
pulumi_oci/oce/__init__.py,sha256=YbypyttuJXMYiM858h6kKtAtfgHeh1HQhjptSf6Gd7s,403
|
2150
|
+
pulumi_oci/oce/_inputs.py,sha256=Uc9CQfBldtzxFYtg1j8xMAonacjzKQYHaSVi8cb1NnA,1507
|
2151
|
+
pulumi_oci/oce/get_oce_instance.py,sha256=8vbIYaA3xFammFVx9mZ6yHcOhvcuyBbPpMaHTCtSrIY,18122
|
2152
|
+
pulumi_oci/oce/get_oce_instances.py,sha256=TNDAZxD-1OGMu1A7TVD5fFzAZkfVS-Kh0AnNl9hgUb4,7567
|
2153
|
+
pulumi_oci/oce/instance.py,sha256=yHlOvppRvc79LLafjZu7BbAeUBdiNOUdbbJKwC6AcMk,58129
|
2154
|
+
pulumi_oci/oce/outputs.py,sha256=nTi8QFPbWqWgpoqAJ7AX58ZQBitM_MR8CEJWzCeb7BI,12939
|
2155
|
+
pulumi_oci/ocvp/__init__.py,sha256=7JzLPH9ZrUF0Ik8FMWlY4nN_DXF7fN2WMM70ixcY1bM,752
|
2156
|
+
pulumi_oci/ocvp/_inputs.py,sha256=Qda6kWkwhVADG1RKKmi9T744wEpfdQoZDqgiBaoX-Hw,75452
|
2157
|
+
pulumi_oci/ocvp/cluster.py,sha256=NM9cIQoDYIqAPi7b3dMcKK6-lK3CQFEi8kb2p7WTPqI,81493
|
2158
|
+
pulumi_oci/ocvp/esxi_host.py,sha256=Lz8emyMuf3LGL1Bg-0-Aa8_uUiDMZPdhXcZwsql4Zqo,95176
|
2159
|
+
pulumi_oci/ocvp/get_cluster.py,sha256=OrOUFSW8U2a0w1LbnOVOoPgrL9TGzofli3bQom6qzCI,21016
|
2160
|
+
pulumi_oci/ocvp/get_clusters.py,sha256=D4eNhUlPb0i-vQUMFdrGQz-Thv-6MLKbtAlUYz91ORA,8109
|
2161
|
+
pulumi_oci/ocvp/get_exsi_host.py,sha256=4RhGXzD-jV6sZT0lqY1jgay7ESZsf9Lv-KrSiDA9QZQ,26955
|
2162
|
+
pulumi_oci/ocvp/get_exsi_hosts.py,sha256=y9jb48jkY2JK6MJIuSYzR5Tl2fqEXi87_IpVecOJ6Yw,14021
|
2163
|
+
pulumi_oci/ocvp/get_retrieve_password.py,sha256=DlHgdN7E4V6NoOlV9vDkXMLonOHOAX5K436iCXa69iY,4609
|
2164
|
+
pulumi_oci/ocvp/get_sddc.py,sha256=GdQxaOTOp2StyHb9IO9pLuRHku4nZ8wqDwtT545kT4I,60037
|
2165
|
+
pulumi_oci/ocvp/get_sddcs.py,sha256=qs8Zgi_sFuZyuWEsMBN0skl0qcXhQCVZRZfHIiRbURY,8476
|
2166
|
+
pulumi_oci/ocvp/get_supported_commitments.py,sha256=Oafmmc8ylCkFkG-FsW9qxk9xYpfEpfHNQrZ-acF7duo,6115
|
2167
|
+
pulumi_oci/ocvp/get_supported_host_shapes.py,sha256=5xMp7AK9xaz3hlrkVUOXEeetLlnRbGkVOtTLASsRA8A,9781
|
2168
|
+
pulumi_oci/ocvp/get_supported_skus.py,sha256=3rUztverkEZUgEeAEwgSu7oADzg7aPVT0Aaya2_Cj3Q,6112
|
2169
|
+
pulumi_oci/ocvp/get_supported_vmware_software_versions.py,sha256=IEROjQBiW8LWAZBQYTbRyjIarnBln-qlfOB7tiKWtPY,7728
|
2170
|
+
pulumi_oci/ocvp/outputs.py,sha256=8Ay1RTKnz9VW5NT1z6Hf-C8w5y0xni8cv26xQkPI1zM,221694
|
2171
|
+
pulumi_oci/ocvp/sddc.py,sha256=sA2-6-iLPtzOR2aMlVzfSjEtwFtNzZVKl4K2tAZVmMI,228590
|
2172
|
+
pulumi_oci/oda/__init__.py,sha256=sIiYpIKHQ4rqyW3va7TF5kiFxSxMxoiU1keLRRXSBhg,825
|
2173
|
+
pulumi_oci/oda/_inputs.py,sha256=hWgs5zFWAF1gB96zV6SaIsLULmB9vT6FNe1Z1CbtqCo,8543
|
2174
|
+
pulumi_oci/oda/get_oda_instance.py,sha256=BUVQwcaCDPHxtDA-xxbDkUr87jPn46z9InVPNGX6J2Y,18198
|
2175
|
+
pulumi_oci/oda/get_oda_instances.py,sha256=eG4A8Syw10q_861DNrm0en9CcAJC1H4tm0LTwbaYFTM,7665
|
2176
|
+
pulumi_oci/oda/get_oda_private_endpoint.py,sha256=txm0r2zbEaeTi-xnOHG-ZyC6R62oa21ppmSHgwKi-KM,10167
|
2177
|
+
pulumi_oci/oda/get_oda_private_endpoint_attachment.py,sha256=UI_fWluoG-Iyt87-sHwWGhRyc215m670wWbOshc1z6I,8506
|
2178
|
+
pulumi_oci/oda/get_oda_private_endpoint_attachments.py,sha256=Elo1pk_buTi98USqxmut8TUXz9BWfG_Je4Kp9_ffhQU,8977
|
2179
|
+
pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py,sha256=OAhHqng8MnHu6nBmrcp-1Yvrjkk_LUjIPm6_EOwi2KA,7775
|
2180
|
+
pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py,sha256=OObPH4pTKM_ygxRv2PmPHN7j04N8R53FvCQAQab-Yzc,8916
|
2181
|
+
pulumi_oci/oda/get_oda_private_endpoints.py,sha256=8353CzWbo75uMhUKAqg0hY6wwF1DeJAt0EiNQmilMpc,8289
|
2182
|
+
pulumi_oci/oda/oda_instance.py,sha256=Mc6Er-DLhAz2zH5YFm0q6uT0fxnDOIu1Xb3ZxUcWJaw,52913
|
2183
|
+
pulumi_oci/oda/oda_private_endpoint.py,sha256=Kq4ip_3vparVBT9rvSGmkXimFJWuvdZAIJP_uEk1HJ8,30715
|
2184
|
+
pulumi_oci/oda/oda_private_endpoint_attachment.py,sha256=Pgtt79255Eov0Y75n4TQZzr-4uKH5ANzrh573fX1ziA,18667
|
2185
|
+
pulumi_oci/oda/oda_private_endpoint_scan_proxy.py,sha256=kqC3GhddJORZKHKea3926xH_M_ShjVX3TZx_A6xAZbo,22654
|
2186
|
+
pulumi_oci/oda/outputs.py,sha256=XXuduIS3_EYDnDMpjtLk9sha8S9ZS9OZRLLtkRAfvhU,43062
|
2187
|
+
pulumi_oci/onesubsription/__init__.py,sha256=ZG6x3AUwfQcg_AxJx6oS0J2y8ymSUiMJCymwtmk903c,788
|
2188
|
+
pulumi_oci/onesubsription/_inputs.py,sha256=Fe_Avpwtka-B3FDdzr7--n7ZoiMD-4iXVfdzmB8AITg,11801
|
2189
|
+
pulumi_oci/onesubsription/get_aggregated_computed_usages.py,sha256=3GYsGykq6t6ON2GXXD2FUeLXNf-K5ogdtGmr4nsF9H4,10122
|
2190
|
+
pulumi_oci/onesubsription/get_billing_schedules.py,sha256=83zKJKG5qR_6hQlsK6Z0Qnp_LrfB9HrCnaRlmnfUI6s,7459
|
2191
|
+
pulumi_oci/onesubsription/get_commitment.py,sha256=8EcnIO7J93jxu07VFSeWCTWUCS3eO56S1r-n6U-YCQQ,7311
|
2192
|
+
pulumi_oci/onesubsription/get_commitments.py,sha256=sfQhTOGSH3GW_h2HNa71PlQ1Q3eewcSwrlJsgaGnB9I,5989
|
2193
|
+
pulumi_oci/onesubsription/get_computed_usage.py,sha256=WabHeSJ8ACHi8gFu_UDxcJiwkTGobDfQtCqmS6ArS1Q,19207
|
2194
|
+
pulumi_oci/onesubsription/get_computed_usages.py,sha256=A9BMnxpqG_loOeGYdSmPogRmDYKAuMhkGZn_mh9Neyc,9033
|
2195
|
+
pulumi_oci/onesubsription/get_invoice_line_computed_usages.py,sha256=WfoE4xCmA8t_BAZ-FReRnlTZqSx7wxzZzFdY5TIwICk,7732
|
2196
|
+
pulumi_oci/onesubsription/get_invoices.py,sha256=GletkXggqvt4-BTsuuSYTlvfFjQHRRiQayYg8X6160k,8490
|
2197
|
+
pulumi_oci/onesubsription/get_organization_subscriptions.py,sha256=9yGVCAv708k9LyJJdBFDN4cdgo1ieRMySAElD1nTOv0,5517
|
2198
|
+
pulumi_oci/onesubsription/get_ratecards.py,sha256=2qzt9sdJJE4pw5PUQI_HYozYcOj6coXIUPIzaBPWVOo,8512
|
2199
|
+
pulumi_oci/onesubsription/get_subscribed_service.py,sha256=5IKmKsegYG3Q6UBUpGloEsAxuuz7IHwuOG7fUhAS6JM,70561
|
2200
|
+
pulumi_oci/onesubsription/get_subscribed_services.py,sha256=x6q8bCm6Z_GLQe8rKraLlxTpMfEGbkKcMETqciab7Mw,8213
|
2201
|
+
pulumi_oci/onesubsription/get_subscriptions.py,sha256=2a8LRf2HFshyriFoXRF7hDIurp-nMSnz0-Bs7llmMwM,9372
|
2202
|
+
pulumi_oci/onesubsription/outputs.py,sha256=XbnwU2WodWCqAtPplg6EvZwOXj19FxK8IlzLt6_sRJw,316614
|
2203
|
+
pulumi_oci/ons/__init__.py,sha256=3RLm4hHhkV7z4RDcufAguGdmMeMhze8kevbhBzMg2XI,518
|
2204
|
+
pulumi_oci/ons/_inputs.py,sha256=wDs2foxYkW49J2TnoqNruzmJYEQcxHq8jYKqPXHMinU,2657
|
2205
|
+
pulumi_oci/ons/get_notification_topic.py,sha256=3ZlkV0apV0cz5Ihc5warO1-mgUYGMT0xyki_iIn8EuI,9564
|
2206
|
+
pulumi_oci/ons/get_notification_topics.py,sha256=0vjSsWeYC266um0fmuX0EAbOcSegGtVLvJnLyELIJi0,7576
|
2207
|
+
pulumi_oci/ons/get_subscription.py,sha256=ORcNNxDHPCy04unxMjQ4DCv-f448Efz7_gM6_pb-W7E,9868
|
2208
|
+
pulumi_oci/ons/get_subscriptions.py,sha256=X95RVamhTrCK7r07R7pZyd8inpBfNfqcP6fKrL2c4Q8,6456
|
2209
|
+
pulumi_oci/ons/notification_topic.py,sha256=G_FEIE5VvHz8p1M1RWWq4mEyxyqAJpfH3uZhqtAIuKM,31035
|
2210
|
+
pulumi_oci/ons/outputs.py,sha256=10WB2aUDUHe12jPQsi2RgCjHMr2OMettWfcWBpGvlTo,15875
|
2211
|
+
pulumi_oci/ons/subscription.py,sha256=RRFyybniSGySFGi0aDob6c0gev-V4--wR3gF5Dt5iKs,34167
|
2212
|
+
pulumi_oci/opa/__init__.py,sha256=NWevj4wdv4lTwkJ5tcUGcUCfKbbXcsX6i2pdNVfpjlE,407
|
2213
|
+
pulumi_oci/opa/_inputs.py,sha256=7MO8IsRQjLjf6K6WxW4S_NjkSzOlk5dIDuPYFJtAXqM,5291
|
2214
|
+
pulumi_oci/opa/get_opa_instance.py,sha256=EOaIukNUR0Tqcys95OHQEQ_fltrTkN80313ULjdKw_0,16012
|
2215
|
+
pulumi_oci/opa/get_opa_instances.py,sha256=Lh0SI-IjqBvPTP4kdPnIx2WEUyqIgOl4Eln1Dzya0vE,7238
|
2216
|
+
pulumi_oci/opa/opa_instance.py,sha256=gGMJ6f66KFRI4OAhjuXFa6RyZwIvZpOAhqlDucEy8YY,48988
|
2217
|
+
pulumi_oci/opa/outputs.py,sha256=iGS2KM1HcRf8swe54kHH8rAqa_ZirpTlzTFqG7KWR3M,22120
|
2218
|
+
pulumi_oci/opensearch/__init__.py,sha256=j6imX3-XMevHNRul4IwmPmSMXzCUFaiStMD2MhamtRc,491
|
2219
|
+
pulumi_oci/opensearch/_inputs.py,sha256=e2q1m7kinTP9p017LXU0Nw548wQaZFYNf6FQbobO_9U,2448
|
2220
|
+
pulumi_oci/opensearch/cluster.py,sha256=MBTgLWE5lHpsXP8wRiZ5rbtqmGynzMPEVkjLpgxacCo,95781
|
2221
|
+
pulumi_oci/opensearch/get_opensearch_cluster.py,sha256=O7kO_xxq_c9ipV41bXKxnIuquazbXPRE-I2BptvMvTc,29656
|
2222
|
+
pulumi_oci/opensearch/get_opensearch_clusters.py,sha256=Bdq893MxoArM0L9yP03-Yb3nyIxdo72zGFUREfKqIhQ,8536
|
2223
|
+
pulumi_oci/opensearch/get_opensearch_version.py,sha256=25vMIH4VcarUdUd69DjlYzE8vpaTB9e-W4VC9_xnd1E,5011
|
2224
|
+
pulumi_oci/opensearch/get_opensearch_versions.py,sha256=aNpfh9KRyK-FN_1keGG_w4cltFNrfL3rjh3zD9WwF6I,6141
|
2225
|
+
pulumi_oci/opensearch/outputs.py,sha256=qEUBxZwwW_ApcUIjNye9TukmU5VobPVRMfAzIf4sK4E,23334
|
2226
|
+
pulumi_oci/operatoraccesscontrol/__init__.py,sha256=fg8VIDMKPF90lTmfaU-RlhrS2HKVnJhcaeS2eLkEYeM,736
|
2227
|
+
pulumi_oci/operatoraccesscontrol/_inputs.py,sha256=ObosODBAUO_IH_3oJrhmBhR_nB6fwDeyBL0dxy1xdnU,4719
|
2228
|
+
pulumi_oci/operatoraccesscontrol/get_access_request.py,sha256=RPCSaWX6TR-J89QkLRGKU9QHOtWKxBM_4c73suRfTIo,27248
|
2229
|
+
pulumi_oci/operatoraccesscontrol/get_access_request_audit_log_report.py,sha256=-rHMjXqcDxl51O6wqnBUR_L6UHTNyQF9Zy0MjN2YoVE,7609
|
2230
|
+
pulumi_oci/operatoraccesscontrol/get_access_request_history.py,sha256=tBmwPPZet41mmBq6lz0Mt7Znin0KfFHOVQVUnFLwPqM,4415
|
2231
|
+
pulumi_oci/operatoraccesscontrol/get_access_requests.py,sha256=Nttqj2MQf-XI2RsCo3wxlsag_ZoMfTpC0svWWoU1c8M,10518
|
2232
|
+
pulumi_oci/operatoraccesscontrol/get_action.py,sha256=G4ZzsLOwVq-ilaNQ76usiiBxexQhRvAysPSbvGTi8Vs,7070
|
2233
|
+
pulumi_oci/operatoraccesscontrol/get_actions.py,sha256=gZcf7-EO2srKFDlCK7EkyrPCK5Y3SjtCxEoHukIeqJ8,7725
|
2234
|
+
pulumi_oci/operatoraccesscontrol/get_control.py,sha256=__sq7g827osOuunAYx7vekBiIsrzH22fRuiqAiREjJA,17421
|
2235
|
+
pulumi_oci/operatoraccesscontrol/get_control_assignment.py,sha256=SP4e9SlIiTpqmh5wRp4ng9FJutE-a6j97wGoDitIdwc,23444
|
2236
|
+
pulumi_oci/operatoraccesscontrol/get_control_assignments.py,sha256=oEpPXTuSrmAs8aUVphlBfLrIzPJgfKx590rzWKKfVXw,9989
|
2237
|
+
pulumi_oci/operatoraccesscontrol/get_controls.py,sha256=C8qD_qM9hIKeB_XK1VIos_sqt8XhvwotBKITeidrGQA,8098
|
2238
|
+
pulumi_oci/operatoraccesscontrol/operator_control.py,sha256=HYrW1R8to_eg4p1D9PmfjsPVyNRt38MV9Sg6gyClshI,53269
|
2239
|
+
pulumi_oci/operatoraccesscontrol/operator_control_assignment.py,sha256=l2rRR-WFeBQGygIZSLvsl0RFCe9DJRHAuFoUzfe9EuU,75221
|
2240
|
+
pulumi_oci/operatoraccesscontrol/outputs.py,sha256=2m1hPWTHl9qkUcfMYoHQT7UNieC2wiK3bYJ4fq_C6n4,76319
|
2241
|
+
pulumi_oci/opsi/__init__.py,sha256=fdJT5pryJP3NEo_B8ZbIFU0uP9CVhq_qUyNVxTCBhdE,2224
|
2242
|
+
pulumi_oci/opsi/_inputs.py,sha256=NtCTo8maOKSTl_ARRTUDST0Q5dYEvgk1zUqwSz8HIdU,72366
|
2243
|
+
pulumi_oci/opsi/awr_hub.py,sha256=rF1RBjs4bBfBpciPKkjtTtO7X2uGMhbjvUT7fxdQ_rA,31863
|
2244
|
+
pulumi_oci/opsi/awr_hub_source.py,sha256=-dEb9l1U7x0m77ik95u3tkeODKY2YNkwf8M6asBqR1s,46447
|
2245
|
+
pulumi_oci/opsi/awr_hub_source_awrhubsources_management.py,sha256=v2KIxMc4z32zDU29g5ccGCgBgdr-Ryy7PJ9yZwghVIM,11874
|
2246
|
+
pulumi_oci/opsi/database_insight.py,sha256=qOfKqSxBkyTrKx8UGPi51t68G18AmmRgH0B_lTBStjU,80079
|
2247
|
+
pulumi_oci/opsi/enterprise_manager_bridge.py,sha256=X6EHrteC0A0M3q06Fk59qnwm4PAWWOSYxFiB_Aatz2Y,32829
|
2248
|
+
pulumi_oci/opsi/exadata_insight.py,sha256=6ZaonhSCAHQR4uOKq2kPDvrEq67LITneABYCmZpHp_E,61447
|
2249
|
+
pulumi_oci/opsi/get_awr_hub.py,sha256=L2KsoRCjuZFzdRFxNRyQR1TyPXq9E1UiOd6tYBR-E84,11263
|
2250
|
+
pulumi_oci/opsi/get_awr_hub_awr_snapshot.py,sha256=oPjQZbIWFdzv6ZvKuAwPR_4mWiv0CAbVtUw84JYTakg,9002
|
2251
|
+
pulumi_oci/opsi/get_awr_hub_awr_snapshots.py,sha256=fHOpHmQGwA_4hvN_TfKKArEc9UZccpKmDS1esa0atrE,10031
|
2252
|
+
pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py,sha256=wuLJII4AepefiM1CO9peN4C2i1gHzEbewAYUN88kKxI,6172
|
2253
|
+
pulumi_oci/opsi/get_awr_hub_source.py,sha256=0u5xg6vmemkWUn5aBqJsMA-ZWOxKFUry4sTqmjZHD9Q,17581
|
2254
|
+
pulumi_oci/opsi/get_awr_hub_sources.py,sha256=Llzd4BOIoSJwJ_T4UeCLahE5fRdD-HIiVMJr_8QKHyk,10787
|
2255
|
+
pulumi_oci/opsi/get_awr_hubs.py,sha256=DXZA2pOSZd7BcakllKw9rQroPxrMcalVVbEF0JjWbE4,8715
|
2256
|
+
pulumi_oci/opsi/get_database_insight.py,sha256=3_WToVucUJ-3gWxUCL2_lJf1E2rhqhBYhRkCbpp-f3c,25802
|
2257
|
+
pulumi_oci/opsi/get_database_insights.py,sha256=Ea2-FhIEvztqY3ocPCS9Qeuoho93xXstKXDbM1CfJRA,16850
|
2258
|
+
pulumi_oci/opsi/get_enterprise_manager_bridge.py,sha256=CgBDKUE1yT7CabcpM7JfZF-5WIYyRdQAFt0TnTaw79A,12508
|
2259
|
+
pulumi_oci/opsi/get_enterprise_manager_bridges.py,sha256=m6gY1OHpnQoTcoupSE4zjGXni8OLIqSLnKQgWJBqLFA,9914
|
2260
|
+
pulumi_oci/opsi/get_exadata_insight.py,sha256=WuSDBZL-y5QqFSZ-qRgJqR6Ws5JBHoKPNt1anI7tjvE,20430
|
2261
|
+
pulumi_oci/opsi/get_exadata_insights.py,sha256=EzS1e3WdJCZ-0clUC8qdw3SHDDbd6Bsmmt6gDzchr_0,11956
|
2262
|
+
pulumi_oci/opsi/get_host_insight.py,sha256=PkCU6B9vD2FGNBGVeDTAdLMsxVQVi3UF7QcZjkTsdRg,20188
|
2263
|
+
pulumi_oci/opsi/get_host_insights.py,sha256=KEocaQmCYMhcf6xLU-9SS2HOkKWfjZ95QDQyJufPVfQ,13106
|
2264
|
+
pulumi_oci/opsi/get_importable_agent_entities.py,sha256=Iy31AGASRd1eizzhUnKEWm4R1SBzmBOzwaUA4aIA5ro,4981
|
2265
|
+
pulumi_oci/opsi/get_importable_agent_entity.py,sha256=ykcxkgloVzazmj3Cj0CbeQnDEJWXdgzL3HRK7WmOudU,4971
|
2266
|
+
pulumi_oci/opsi/get_importable_compute_entities.py,sha256=LkgpkLZXdezQoch0Ok-qD-1F1HA-cbPipmV6CL-zMvA,5573
|
2267
|
+
pulumi_oci/opsi/get_importable_compute_entity.py,sha256=91SHOnkCfZFtpoFc8-c2eENTEJjMI8R_-QwQJrzcPIo,5563
|
2268
|
+
pulumi_oci/opsi/get_news_report.py,sha256=Fd4XtVbLFj2yzc9O5GECwRHR4bQeYLFqNdH5Ct36ev8,13220
|
2269
|
+
pulumi_oci/opsi/get_news_reports.py,sha256=uMES-5ach4Br6qZyaSKvoJ8XUhTdtqXdFfY-vKvg_mM,9265
|
2270
|
+
pulumi_oci/opsi/get_operations_insights_private_endpoint.py,sha256=EPPDCLh1fvgl91VZkDLfnBODKd9EP6dEkL0QKSRlsBU,13787
|
2271
|
+
pulumi_oci/opsi/get_operations_insights_private_endpoints.py,sha256=yZf_fmDxP5bGjSaqxqC1AEMmBjM9cyVSSoHUSCtBXuw,13300
|
2272
|
+
pulumi_oci/opsi/get_operations_insights_warehouse.py,sha256=kINZeq3GXWaixZGY6JtRVupT4YyAD_U5ieTISMITgvI,14493
|
2273
|
+
pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py,sha256=vTKauau4tWtwqYlY0jfaAs4I_pQ-n_Awq7xMtWKwKQo,6716
|
2274
|
+
pulumi_oci/opsi/get_operations_insights_warehouse_user.py,sha256=H2sLn5IBZC9mQK2GsdcNHedi3MCLKZ9ZpZ78oOP6Wog,13231
|
2275
|
+
pulumi_oci/opsi/get_operations_insights_warehouse_users.py,sha256=KBLwikZbynZR4yCYnnPNcFMOQjcmF8Y8F85nhDXKrsY,10339
|
2276
|
+
pulumi_oci/opsi/get_operations_insights_warehouses.py,sha256=YI2gEFa29t0Ghy4NoOZvJNrR8rNPYSKJaCJeFqSoMvY,8845
|
2277
|
+
pulumi_oci/opsi/get_opsi_configuration.py,sha256=CTMl9mX2fNagE5yvMGUgYIHkAzMfp8x-pfbG5y85e7E,17423
|
2278
|
+
pulumi_oci/opsi/get_opsi_configuration_configuration_item.py,sha256=nT3muCvoH5v5vWU-KE77OC1BUUqJkf1O1ywzg-BTOaY,10436
|
2279
|
+
pulumi_oci/opsi/get_opsi_configurations.py,sha256=rRjbfzYBhCBdB1q2y34liolkMBds_8mk6uKXaRE1oSc,8829
|
2280
|
+
pulumi_oci/opsi/host_insight.py,sha256=C0mlM6KmnM_-ACuPUa7mTImg8yehkVikUJwViA5lftY,58342
|
2281
|
+
pulumi_oci/opsi/news_report.py,sha256=CbiAbC5AsRWOdarvfFpGljBgSLpyuY8cICZg88UTrbI,44261
|
2282
|
+
pulumi_oci/opsi/operations_insights_private_endpoint.py,sha256=5sltKRHroxgl9NrGWQrCLqkkUapASRSi2wHuD4g2DwU,42678
|
2283
|
+
pulumi_oci/opsi/operations_insights_warehouse.py,sha256=tDYceg6hTThGawQG0OZpDk97qr7YEZ-bqbPrB_WfWHY,37500
|
2284
|
+
pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py,sha256=9Sg0TjlpNYF78BtrsXXMwo9e4oJoz_Npa-du35DCwBA,14656
|
2285
|
+
pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py,sha256=dbdokqLlUNxNu6z0SV4G1ehZpkBi8zuHpO4MUIGUYzg,10571
|
2286
|
+
pulumi_oci/opsi/operations_insights_warehouse_user.py,sha256=Nc9-5e8lTsEZ4TvruWxU5_dBudRStdXlkrfIEngO1WQ,38498
|
2287
|
+
pulumi_oci/opsi/opsi_configuration.py,sha256=SWWiF_fvkuVojkJ6swXZGBicvNMXHJdm833dQ6YPudY,48491
|
2288
|
+
pulumi_oci/opsi/outputs.py,sha256=yamdDkXLHZ_oeAxZQHrIxqMh1FUV_81Sr2QWd-kvLcc,287070
|
2289
|
+
pulumi_oci/optimizer/__init__.py,sha256=KGWDQm3UJGX6gBelEZ_vljzdfFHDtB9tXZWWCBflwvc,944
|
2290
|
+
pulumi_oci/optimizer/_inputs.py,sha256=dUaBVBoAXgk85tEMLm90JDVdDyUTMRNPii3P3WLFAZ4,23157
|
2291
|
+
pulumi_oci/optimizer/enrollment_status.py,sha256=zWniUL7MjLcxEmE0ywN1TVIuB5mIKg-LZFU_pjWKI0w,15919
|
2292
|
+
pulumi_oci/optimizer/get_categories.py,sha256=JsPJIyorYc_f_aQYe5HaEqmpmyNdy8WDWMIJ4JZIuoU,13667
|
2293
|
+
pulumi_oci/optimizer/get_category.py,sha256=QltVznJyIXLSz_v1hFrF_P9lXtSHSR3d8FbBb6BZGVI,9793
|
2294
|
+
pulumi_oci/optimizer/get_enrollment_status.py,sha256=oqvyzGtRgkuZhHm_NKl6BRA0MN3LO8UCMTwouI8cZAU,6955
|
2295
|
+
pulumi_oci/optimizer/get_enrollment_statuses.py,sha256=s-T0rzW-tOWDA-rRsj30yeO6M02fEoUkhQ9kw-AajZI,7082
|
2296
|
+
pulumi_oci/optimizer/get_histories.py,sha256=8O3id8lp9FR28dwMtq3Vcm9g0jrrGIaxuAceKCbB27o,13793
|
2297
|
+
pulumi_oci/optimizer/get_profile.py,sha256=eL4PPKk2_jJDC6H1qgb05E-89N6v4OEVamWfGhs6BiM,11356
|
2298
|
+
pulumi_oci/optimizer/get_profile_level.py,sha256=46cWpqrwnn6zACbdwiuDY8Q1xs3eMyHIbvdp7mWzC8E,7693
|
2299
|
+
pulumi_oci/optimizer/get_profile_levels.py,sha256=7tZm0_BUSCOKNv5TvPartrOL4XnYQ1voQsd_PRAeymQ,8713
|
2300
|
+
pulumi_oci/optimizer/get_profiles.py,sha256=_vOAQhV6QVCyZRuZ19Fx4BLQYpEZ3sozg7Mv3SygEQQ,6459
|
2301
|
+
pulumi_oci/optimizer/get_recommendation.py,sha256=7wNIu6rQkA6gdMfDwfnlug7_2GCAbsZjIZ79lvNVDB0,12270
|
2302
|
+
pulumi_oci/optimizer/get_recommendation_strategies.py,sha256=ma2ROPUMrg8HAULvwNZjT2v12p9rhUTE_G-ip4Uhhl0,9218
|
2303
|
+
pulumi_oci/optimizer/get_recommendation_strategy.py,sha256=meSiV-w7eWGYcnkEj3bw_x_SiPsyMX1V-MT0r0CXVQ0,7979
|
2304
|
+
pulumi_oci/optimizer/get_recommendations.py,sha256=X93QWgJhl1AonDT20nz5X-eOGVKQieAUar7QXqPFFdY,16898
|
2305
|
+
pulumi_oci/optimizer/get_resource_action.py,sha256=BrRlvV0fKdXsLPa-zEfn_OZL1akTLng23QJzf0TCBEA,14457
|
2306
|
+
pulumi_oci/optimizer/get_resource_actions.py,sha256=Avw52cwdLYJ0wpNMlOX2gI_8GnlrjTz3iT5YaLkD-ns,19548
|
2307
|
+
pulumi_oci/optimizer/outputs.py,sha256=G5uzNNDz5KZPYgwlliukTgsNtv1Ao4ghAsFg922i4DQ,107087
|
2308
|
+
pulumi_oci/optimizer/profile.py,sha256=VuV8Rg4vnRGPZXP4q8nkJcdMH5dhKB0NqdzXjmOnIow,37285
|
2309
|
+
pulumi_oci/optimizer/recommendation.py,sha256=Tjg2pESkAE1GhiEYrdPI11NHrutOKIOQG8hhAPKEfHY,30876
|
2310
|
+
pulumi_oci/optimizer/resource_action.py,sha256=bULCsEEjYvur_xiyk9nr777mrd3qdn_QFSFBgv0W1i0,32245
|
2311
|
+
pulumi_oci/osmanagement/__init__.py,sha256=lDPqLjnyvU1tbQ1VftQFEdA8grjmmXAD1gyBOUPK2P4,994
|
2312
|
+
pulumi_oci/osmanagement/_inputs.py,sha256=y4ycMOfs0kXCSdTPHhaFNi8jkcFZlHYBJA4M57sIMR4,18174
|
2313
|
+
pulumi_oci/osmanagement/get_managed_instance.py,sha256=T7OCmp26Xj1HIK-rBCIwMBMyT_rqYfZWo50Z2NreB90,19247
|
2314
|
+
pulumi_oci/osmanagement/get_managed_instance_event_report.py,sha256=jfgF-KBXRJ235SlqfqKu44PZi3N5fK5FBe3gLXXODFI,8651
|
2315
|
+
pulumi_oci/osmanagement/get_managed_instance_group.py,sha256=LUJJmKEFQVu1gI9hcG72pbqicJB7C2sycJMxFOUv3YY,9708
|
2316
|
+
pulumi_oci/osmanagement/get_managed_instance_groups.py,sha256=XHDRi8FL7-sIr7SHVEAdn8HxBuGu0LJAlVCq26FJQv8,8252
|
2317
|
+
pulumi_oci/osmanagement/get_managed_instance_module_streams.py,sha256=NoOK4P4c_7l-Jj1pNHIZzbJHcc10Acy3TacWPbFuwnE,13623
|
2318
|
+
pulumi_oci/osmanagement/get_managed_instance_stream_profile.py,sha256=OByBW3W2dgp7WtjOW2302dsGy9ZHvI9MMM0m0mvGxLM,14435
|
2319
|
+
pulumi_oci/osmanagement/get_managed_instances.py,sha256=1oLIzj9usP36lVrCY-VHt4pQBeB00fJkhrPgDZSom48,7090
|
2320
|
+
pulumi_oci/osmanagement/get_software_source.py,sha256=3Cia-xnOwEdqM1hbvwHjlnydlZTDs4FtGD0fvDSv6h4,15122
|
2321
|
+
pulumi_oci/osmanagement/get_software_source_module_stream.py,sha256=lx4FahxasD8YdgTKkJpDq348Q8e0pfCTWkVTE5gakA4,9001
|
2322
|
+
pulumi_oci/osmanagement/get_software_source_module_stream_profile.py,sha256=bluCe2unaVRojPx-N7RAycv17G7Oj-B7efFmAuJpsrk,8973
|
2323
|
+
pulumi_oci/osmanagement/get_software_source_stream_profile.py,sha256=Dnsei4-JIcEkpENLyJ2a7CECAQfIpv86IqF2lqqtHig,11388
|
2324
|
+
pulumi_oci/osmanagement/get_software_sources.py,sha256=ODVQHjwJ3BHOAVVOjjWdItV6zg0EdxuFKAHZRzuWjEI,6946
|
2325
|
+
pulumi_oci/osmanagement/managed_instance.py,sha256=z-WWwQKhPcXaHbgxV6IXY-lGsCD8IJckmrTETI3q6iY,43598
|
2326
|
+
pulumi_oci/osmanagement/managed_instance_group.py,sha256=AYX4RgRLAOVXt0n23L-h9QvU4KMK2NvMoCUNZhWzYeU,28970
|
2327
|
+
pulumi_oci/osmanagement/managed_instance_management.py,sha256=jWBdR7nQxG1THjrcUShhu4Hut4j_ZYjKnmhvzCbu1Nc,33135
|
2328
|
+
pulumi_oci/osmanagement/outputs.py,sha256=-gJJqQrDaBFIe48CVKHZ498tq30zqEUUNiULSP63bYk,63301
|
2329
|
+
pulumi_oci/osmanagement/software_source.py,sha256=_TU5d2u2yW4PL2gd1nk1ruxnb4AI5XUHFT8nUMnpQ1s,44576
|
2330
|
+
pulumi_oci/osmanagementhub/__init__.py,sha256=6BUmwmV3-a_Za8CLShy5FhDJltd9MzsYDmbsWOK35Ec,1616
|
2331
|
+
pulumi_oci/osmanagementhub/_inputs.py,sha256=kgHDz8yDoFB0N9xU1kwiVLziptNPMhsW3Pu2MVxNTT8,66323
|
2332
|
+
pulumi_oci/osmanagementhub/get_lifecycle_environment.py,sha256=au9K36VMTAvunP9wFmXvcjGCYZZSaLicN3HtU3piaUE,12292
|
2333
|
+
pulumi_oci/osmanagementhub/get_lifecycle_environments.py,sha256=xTRSAdaNX_h7RcL9e-u7LsfJkQYb3ZvnFm8UjW1vIGs,12411
|
2334
|
+
pulumi_oci/osmanagementhub/get_lifecycle_stage.py,sha256=mweCopJrft8mYFBJNDm4C7ALCDRPv0lxSt-Dw-vPtYg,12757
|
2335
|
+
pulumi_oci/osmanagementhub/get_lifecycle_stages.py,sha256=SZFLnxfM438kl3HO7Hokk9lTnPLq6Kms9QFxyd54DGQ,11603
|
2336
|
+
pulumi_oci/osmanagementhub/get_managed_instance_group.py,sha256=2V031Dh-OLYV0IvzYxsP5Zzak5yTpcWcvxN_EW7o2Xk,14355
|
2337
|
+
pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py,sha256=vSsJBxWGrRiQzHSJtkekOLOyRkoIPO6eooHIRZNzkz4,9670
|
2338
|
+
pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py,sha256=dBn0icd1mUTC01sPKViJk9M7PwXDcNQNnOcqH1pWkQo,11594
|
2339
|
+
pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py,sha256=99BwIPfRWmK-zRE4HA1AGNI92COkZzKejZqFJgWk9jk,10407
|
2340
|
+
pulumi_oci/osmanagementhub/get_managed_instance_groups.py,sha256=ZMomi8_4h_MtXVQCobvG0unw0TdGrehHsDwxb3ESoNM,13537
|
2341
|
+
pulumi_oci/osmanagementhub/get_management_station.py,sha256=5T78_m4DIacLDUI7mF13D42Zl0Cun3RYE4GhZECU4Sw,14273
|
2342
|
+
pulumi_oci/osmanagementhub/get_management_station_mirrors.py,sha256=dVa1qPdH_qzSDdHh3o_wWRiGaBsS6XxaJGhyCGeTGxg,8917
|
2343
|
+
pulumi_oci/osmanagementhub/get_management_stations.py,sha256=w64t-es2EihwGPfZ1J_j-4OJc-MWW5HKeD59_-BD2Co,10078
|
2344
|
+
pulumi_oci/osmanagementhub/get_profile.py,sha256=HyEyPXdHJLk9eHgLg_4BZX5XDPGEB4SuEbFtJFyNTC8,15317
|
2345
|
+
pulumi_oci/osmanagementhub/get_profiles.py,sha256=meR_LNdGlhgXhV3BnDmcq5F8UyBW9poTKGRSVPHCjsE,13091
|
2346
|
+
pulumi_oci/osmanagementhub/get_software_source.py,sha256=4O7L7yAYX5bwwIbWvf0av9m1Rismi-Tzh7SseaKtF9E,17870
|
2347
|
+
pulumi_oci/osmanagementhub/get_software_source_module_stream.py,sha256=7KuxefVqXZ6IXyuIHPvaw-HmiOX1LhclCjEb1YdW6DE,9821
|
2348
|
+
pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py,sha256=JuiF7vOaTv0pZVNquGLYiWq3ozS9PAAMo1spExbZO8s,9302
|
2349
|
+
pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py,sha256=UQvcruWJ3TygqPQabO0MkLDO56RJnSTll5nM8gxyhCE,9378
|
2350
|
+
pulumi_oci/osmanagementhub/get_software_source_module_streams.py,sha256=TCogDq2nJcRN5LR0ArtQe-wTAG8LpqvQkv8IHH8k6uU,10417
|
2351
|
+
pulumi_oci/osmanagementhub/get_software_source_package_group.py,sha256=XDkScASXzmRAx3DIjadhW_pFG9ZIDQWaLgs_8c_rWEg,9093
|
2352
|
+
pulumi_oci/osmanagementhub/get_software_source_package_groups.py,sha256=tWBM3XERriSyyA1Te30c-YaQZ9TZGcn5DNKazuXtwZ8,9858
|
2353
|
+
pulumi_oci/osmanagementhub/get_software_source_software_package.py,sha256=U_5RRjmksRbw8620hDHbPnhZ8jIp4kpKoJRfNtN_Uj4,12401
|
2354
|
+
pulumi_oci/osmanagementhub/get_software_source_software_packages.py,sha256=nKtJlBoOUd9Xy61FB268nXbRvqIzTygcHiMqC5oOWlw,9688
|
2355
|
+
pulumi_oci/osmanagementhub/get_software_source_vendors.py,sha256=B2D6CQYgwTxIWScCSNR-2AnWv89GSJknKNkhunCt1qk,6543
|
2356
|
+
pulumi_oci/osmanagementhub/get_software_sources.py,sha256=YbNeywglX22pnf-sqhGl0ruFZOiFNMozURXtqISLZz4,16705
|
2357
|
+
pulumi_oci/osmanagementhub/lifecycle_environment.py,sha256=a2g5vDp-QAdJS3y-SkrrNIdGrvjU8mv_8Ptnf-ZBR4Y,39331
|
2358
|
+
pulumi_oci/osmanagementhub/managed_instance_group.py,sha256=NevPZvBP77f3_kIn9UBrln2sfBYuUS4TYM9pmiWEjWM,44625
|
2359
|
+
pulumi_oci/osmanagementhub/management_station.py,sha256=nK4wRuG7kAgNkPO2LWdNDIzWV5fj1Bj5CZIBmI_d1NA,39991
|
2360
|
+
pulumi_oci/osmanagementhub/outputs.py,sha256=evOyqizCp-KS8uodwkeLBIZ45oCW5gy5dywkw2Lrnko,235475
|
2361
|
+
pulumi_oci/osmanagementhub/profile.py,sha256=G4Gk_NFmWs6DegHZOnubqSPJPGafxoXFNMKE0kb2XmQ,51305
|
2362
|
+
pulumi_oci/osmanagementhub/software_source.py,sha256=IB4xIugYDcqEX0biwZUfUAuC2REFf-oXGq22J6Mg8aE,54446
|
2363
|
+
pulumi_oci/ospgateway/__init__.py,sha256=_1egZYO1h80MOxzPAj4FddwH5MUCu-Svp9r8QrDHU34,647
|
2364
|
+
pulumi_oci/ospgateway/_inputs.py,sha256=vhBijAPvVjScDamKEO0zInYQW5oHqRtCSwe0rJs4RqQ,93729
|
2365
|
+
pulumi_oci/ospgateway/address_action_verification.py,sha256=bWH0cWHvp2NWKObWdRyIJzfxg7Ryl4ztV1Bk88CREc8,65732
|
2366
|
+
pulumi_oci/ospgateway/get_address.py,sha256=BMh6cFWAe3MGSVzNU8hi6uHoLV5lf7iwMbPJpOYaIAE,18041
|
2367
|
+
pulumi_oci/ospgateway/get_address_rule.py,sha256=3f7MySO5JKgG0GZiuylZ7R7lQb4B0-9k9NqO_Rb9Zu8,7134
|
2368
|
+
pulumi_oci/ospgateway/get_invoice.py,sha256=ZSYDU9rfeEvee-pTUbxfU96PFgC1RB2bi7zdhA9ktDI,19274
|
2369
|
+
pulumi_oci/ospgateway/get_invoices.py,sha256=mG0WANgDDaXEk78Ac0fY3-THNqVkldCqBUbsdfgn2aU,14154
|
2370
|
+
pulumi_oci/ospgateway/get_invoices_invoice_line.py,sha256=kvotxypGCp2j-F3M-xdyMeWtaCj-P4opd0NHTnYaS4I,6342
|
2371
|
+
pulumi_oci/ospgateway/get_invoices_invoice_lines.py,sha256=s6y1s8oOitFhgCTDfFpS1xkVH7pATsPXmETwoRJoa94,7387
|
2372
|
+
pulumi_oci/ospgateway/get_subscription.py,sha256=Npe8BjphjMtG6d3SGYBIJmDkVgMhoAz-FesK4keEQfc,18322
|
2373
|
+
pulumi_oci/ospgateway/get_subscriptions.py,sha256=QF6g3yQgD4hwUxi_Ga-tZw28HN6QejHK6McbvlqepWs,6096
|
2374
|
+
pulumi_oci/ospgateway/outputs.py,sha256=BMNsd9NYQPsQ2JVhx71xVZsWNmgrjqxy-SEfFltkvtc,247746
|
2375
|
+
pulumi_oci/ospgateway/subscription.py,sha256=lrrfY3oxRgC-0o6-KqUTauafzz5QqHGYrm8iJtlbep8,43449
|
2376
|
+
pulumi_oci/osubbillingschedule/__init__.py,sha256=MUeqEUQLF5-Us6E-FDTHDppCY6L-vabohX2BrJ0X0jA,350
|
2377
|
+
pulumi_oci/osubbillingschedule/_inputs.py,sha256=oVKaHwmTWnrgEmglwttBDsHvDAvPa8Vr5Gynza7v2tU,1505
|
2378
|
+
pulumi_oci/osubbillingschedule/get_billing_schedule.py,sha256=g0eZLSKrNL6Lx14rWHV6D4BvgOUg21nh-CANv7Gvmc0,8600
|
2379
|
+
pulumi_oci/osubbillingschedule/outputs.py,sha256=d45GKLcxsummn33L5a_REfglZE1nZo2LCxiuEBTGmd8,6860
|
2380
|
+
pulumi_oci/osuborganizationsubscription/__init__.py,sha256=gMrNU3E8vEvb_DLP8D-Sxiu6kvq_aEwNHVaHeDs3P6g,360
|
2381
|
+
pulumi_oci/osuborganizationsubscription/_inputs.py,sha256=wc2KCF7cc8C6CcZ1OeYNWyzHPbdrOZAvNwzPUctfSSk,1527
|
2382
|
+
pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py,sha256=-Ic-a9U_HnpBrmxbt-PHwiNDRbVGR5ZYTRnnSd-zllE,7709
|
2383
|
+
pulumi_oci/osuborganizationsubscription/outputs.py,sha256=XL7yNfjapLUyhKnpLdYxt2ijyRFaS3N2IjZs_Ai6c4w,5654
|
2384
|
+
pulumi_oci/osubsubscription/__init__.py,sha256=pZ3qy04oJCWY-d-tu_BNCSNE00i4Ysv95aEYx8Jz3Vo,437
|
2385
|
+
pulumi_oci/osubsubscription/_inputs.py,sha256=7snIWBniW1IdDBVJ5xZdavl8lMUV1suo2fpkOnWOBNI,3664
|
2386
|
+
pulumi_oci/osubsubscription/get_commitment.py,sha256=OjFyvUv-vJgGx7dGhzslvAdSjzh8Ss1_26EkECddwaM,9454
|
2387
|
+
pulumi_oci/osubsubscription/get_commitments.py,sha256=pnIXhOMJZ2tyXUKrfQPqa-Oo49aHBvrnpVa81OTdKmo,8672
|
2388
|
+
pulumi_oci/osubsubscription/get_ratecards.py,sha256=ojG0zsBkb-WwVBLUnCIorFIcW4ty76nRmErS6UYFDn0,9727
|
2389
|
+
pulumi_oci/osubsubscription/get_subscriptions.py,sha256=exGmWQ8tUw96Z1l-5LzZU5TtxGfu3PNUICl2NYzSVAQ,12160
|
2390
|
+
pulumi_oci/osubsubscription/outputs.py,sha256=PRpXICzaCo83G41lh2e7wUM_kBo9y4RjMNow6HODGZc,30924
|
2391
|
+
pulumi_oci/osubusage/__init__.py,sha256=kU3nzaf8HxGMC-MdBJ9iOrYmxPJH5hIThP27pdD0SsQ,425
|
2392
|
+
pulumi_oci/osubusage/_inputs.py,sha256=WoSK8U710BjyI7phHQYcmHtGaUzjOKiFVUp2E1bVVDY,2660
|
2393
|
+
pulumi_oci/osubusage/get_commitment_aggregateds.py,sha256=ycjuuSsNliEw1MjUS35kTyCOIVs-Pvqkb4zkuIweKsI,11086
|
2394
|
+
pulumi_oci/osubusage/get_computed_usage.py,sha256=qo7usMcXadp1ftxUsYVb-0Z0O4uj2fQL52E1kxjs_tg,20409
|
2395
|
+
pulumi_oci/osubusage/get_computed_usages.py,sha256=v58c49lE4keERZf0ZQBbIw4gSyt1yWGmgxAWqnObPCY,10129
|
2396
|
+
pulumi_oci/osubusage/outputs.py,sha256=dzAhiIXAjhu56gHJH3-LrdzW56wR1M2oU4tK0299-Eo,37821
|
2397
|
+
pulumi_oci/psql/__init__.py,sha256=Ze9Vw0SqWLlOMonve0kvQypQH1rN57OusxmHbnPZ2nk,774
|
2398
|
+
pulumi_oci/psql/_inputs.py,sha256=ywp76k7Vw_TKlvgzsHvW6QE37Gt7bLQeCDmJ1KW_6Zk,46923
|
2399
|
+
pulumi_oci/psql/backup.py,sha256=gexan4GM7ZNiOAiIk4uPeWGkuySDIArpyof6lW8D4m8,37958
|
2400
|
+
pulumi_oci/psql/configuration.py,sha256=OkH2X9WYK33-mZsMOKtywNB_QjhI0pgL_tSfhsZkhEQ,41972
|
2401
|
+
pulumi_oci/psql/db_system.py,sha256=oQyIlTDD2zGbKdg3topfOwXCFizNldCIfM6NlBDA-qw,78209
|
2402
|
+
pulumi_oci/psql/get_backup.py,sha256=MbZfSgzu7iArXIyD-KLGur7xIxX8lmBYPp03aRL6Qec,13685
|
2403
|
+
pulumi_oci/psql/get_backups.py,sha256=Kb7_i4nyo186GT9Hm70G3VlErW_jmBZGT1BoJeShNu0,9914
|
2404
|
+
pulumi_oci/psql/get_configuration.py,sha256=PIqqHS7rxcCMt4i2-H_I2mwKdRb9sbmElgn81MaUJ7Y,12740
|
2405
|
+
pulumi_oci/psql/get_configurations.py,sha256=fs3bbTpuf-xX_ct_7qYpVdRFusvhfH5uV3jFcyW1NIg,10021
|
2406
|
+
pulumi_oci/psql/get_db_system.py,sha256=IbsNN_qqr7ylRgKNejav3Koi7wJtlVUaBsnZ7Ifj2Zk,20222
|
2407
|
+
pulumi_oci/psql/get_db_system_connection_detail.py,sha256=XCfvCRmEzwhXUmEGk7FKyMEJHvQgoi4kp1Nz9ZgQB_4,5959
|
2408
|
+
pulumi_oci/psql/get_db_system_primary_db_instance.py,sha256=3lgYPE1j5aKy9UNZdksnBMq2rCnakzisnXbkopRBe_4,4431
|
2409
|
+
pulumi_oci/psql/get_db_systems.py,sha256=b7efPxwZ_MMqKeIoXZ5phHXPGKRT-Sm7132m8tkbyCY,7331
|
2410
|
+
pulumi_oci/psql/get_default_configuration.py,sha256=Ri90kCEtkXQTNxbGx4HJ59CsuTEoRVANN7aEGZeGk08,9869
|
2411
|
+
pulumi_oci/psql/get_default_configurations.py,sha256=JK_duPi22ieuVHLUFmdYIlgd4DBiIo26PuzFJzFpZfY,9369
|
2412
|
+
pulumi_oci/psql/get_shapes.py,sha256=6GUMroS55W1zKP6IC2Bv2TqX7vMtlxDpaca_71bkoHw,4995
|
2413
|
+
pulumi_oci/psql/outputs.py,sha256=ILccBI2WUrk4pUdpnHxN6qS45L87PC6pggsoEI5LB5M,148489
|
2414
|
+
pulumi_oci/queue/__init__.py,sha256=jwKK25ETwcG0tqoblRZJX6MN7BKulcDaUyL3ql98tf4,386
|
2415
|
+
pulumi_oci/queue/_inputs.py,sha256=iTTjPe03bpwbFZLXV0Ur_pm8wdO_XNCsz_rqBJI1xv4,1380
|
2416
|
+
pulumi_oci/queue/get_queue.py,sha256=0u3tbmWJxCpkKisW9BiuD5Qb_WynCgPxVDO-Razi718,14844
|
2417
|
+
pulumi_oci/queue/get_queues.py,sha256=w2LG1-Rj-ZrwX_Y0zqxzu3CUfsLt4Up1XhZUMIOU4Po,7206
|
2418
|
+
pulumi_oci/queue/outputs.py,sha256=AKaortzsFWZdEuWY3-AO9Is0bkR-FfkBjEjb-QtlsjI,11850
|
2419
|
+
pulumi_oci/queue/queue.py,sha256=HeeOPtlNE24upyVWY8kefHSS4Bp5-lSpivBNjo0sfdg,46582
|
2420
|
+
pulumi_oci/recoverymod/__init__.py,sha256=OK1ODRfvOF3FChxhjvEoUukJEwhKRNFy7FpavkfVxs8,718
|
2421
|
+
pulumi_oci/recoverymod/_inputs.py,sha256=Vm2m-bW31Iq6Kb907oEgn9WI6AjGrLjzH8AzXRYDq5E,12520
|
2422
|
+
pulumi_oci/recoverymod/get_protected_database.py,sha256=GI71--48-N2ItKVQ7Kpluqj2uu4lwyVAo1P3S7qPrN0,17507
|
2423
|
+
pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py,sha256=BTc9zuFcqukYUIJHr37p_Qlm7KYqlscdVyaJDF9JChM,7404
|
2424
|
+
pulumi_oci/recoverymod/get_protected_databases.py,sha256=yYCpEMmbUW2MvEbBEX1dZ52HToqZ25SFDrnOC5iq-1A,10113
|
2425
|
+
pulumi_oci/recoverymod/get_protection_policies.py,sha256=DYzLBJSO0snbfTDb-Jvhk8mC-XZsZKQSxuN1fA7ZZE0,9338
|
2426
|
+
pulumi_oci/recoverymod/get_protection_policy.py,sha256=x_bmqtE-rWvLYQGRoBLJH2_YfXWyc1TSvsj0cA04nqM,11291
|
2427
|
+
pulumi_oci/recoverymod/get_recovery_service_subnet.py,sha256=eeagAXuIWRlPd4zkK8u9LJaOv4jyS15_F977V5tjx08,10865
|
2428
|
+
pulumi_oci/recoverymod/get_recovery_service_subnets.py,sha256=4BOnARfOlhUDZ5p81Y5U3XBF_vJU5rqWwMeCcQqpiW0,9179
|
2429
|
+
pulumi_oci/recoverymod/outputs.py,sha256=bs0BNlhbMADgVQ6NCEntzyVdgaj634n97d1Z9IyRGBk,53097
|
2430
|
+
pulumi_oci/recoverymod/protected_database.py,sha256=67rqmWXHPovcDo46PVR7kbgnTe1tV1tRTXT2COps6dk,56630
|
2431
|
+
pulumi_oci/recoverymod/protection_policy.py,sha256=X-SWXUIXwK4rDT1Qc5WDy4ZQ6oDfHxWiZbpKhtuoZVA,31822
|
2432
|
+
pulumi_oci/recoverymod/recovery_service_subnet.py,sha256=GecZsD3T-U7yuWVUZxeu2FynRxtJY8vGyXUAVE6vd34,32683
|
2433
|
+
pulumi_oci/redis/__init__.py,sha256=qn3X_w55WB6CuT20Q-Nt7zxiXVnt4qHqOYRo05JuvIU,410
|
2434
|
+
pulumi_oci/redis/_inputs.py,sha256=facaTYotXU0epdJPA8tlJTJOjqUMhl8NF-2KGq-vlyo,4901
|
2435
|
+
pulumi_oci/redis/get_redis_cluster.py,sha256=r0bBKCW2_IyXWIG8eZjcDd4-0dEp0Xj8aCZQFXsG75g,15822
|
2436
|
+
pulumi_oci/redis/get_redis_clusters.py,sha256=LhPFs9e-VSmiQ3jvTsTn8_b4_4JL9wpt9UKXsilUb2E,8071
|
2437
|
+
pulumi_oci/redis/outputs.py,sha256=m-l7tK1cfAJV_WxXYuWCvzDIY3b1biSDQ-ofVEN_ag8,20494
|
2438
|
+
pulumi_oci/redis/redis_cluster.py,sha256=2U3fTd1paux_5vkmNR4m0p02mBh0E4LavHbU_aGXAAU,45300
|
2439
|
+
pulumi_oci/resourcemanager/__init__.py,sha256=2G2BH5kW2MtOJKFnTb6Oytp5JQCS7n_E3uSubLhEQqk,553
|
2440
|
+
pulumi_oci/resourcemanager/_inputs.py,sha256=dsFbYoETEn_qfAz8RUBdr4o5-Gkf_Q5Jn-H5ojIZzSA,2420
|
2441
|
+
pulumi_oci/resourcemanager/get_private_endpoint.py,sha256=Qu4qaA6grUdQyMAfMInmCG3NUmCuXncHnQoIlXj4mxE,12365
|
2442
|
+
pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py,sha256=EBTetYipE_e21eN5cJWuQY7xSVGsOD8jPMpwvzt0wbI,5885
|
2443
|
+
pulumi_oci/resourcemanager/get_private_endpoints.py,sha256=g4bpbecArrCMSnL7Mmx5prRqtVKxGFyseQUNpNXkSCw,9638
|
2444
|
+
pulumi_oci/resourcemanager/get_stack.py,sha256=IgTdEZMnBwLzoxFvNFSD45bK4CcrEfNfHxEc6xCbhkY,8548
|
2445
|
+
pulumi_oci/resourcemanager/get_stack_tf_state.py,sha256=8fAsAiVQsp3OKkGYMCoFZ9rprcf-qKtOnJxxviilz2Q,3797
|
2446
|
+
pulumi_oci/resourcemanager/get_stacks.py,sha256=wh-7i-B5sfqr6b7m9-4O-sVLgx3PFtlKNuvuJ2eStys,7757
|
2447
|
+
pulumi_oci/resourcemanager/outputs.py,sha256=Bd5_uL1G6tKBMt-l3kTdWjPFe1gOW_S9wH7MZE-3cDs,18127
|
2448
|
+
pulumi_oci/resourcemanager/private_endpoint.py,sha256=X6910an1xW_uLOeJYE3kzb7ms3p99M6rVZXXlnJm85U,42085
|
2449
|
+
pulumi_oci/sch/__init__.py,sha256=dH6zXwKT52lcqpfse2o7ie_EX6lm2CsDqEV_kiy39GA,487
|
2450
|
+
pulumi_oci/sch/_inputs.py,sha256=phHztOgquBoF0YUU8Fiij7sZWT-pWj115Vrrq3_8AE4,45227
|
2451
|
+
pulumi_oci/sch/connector.py,sha256=xG5inkGZWJWXbhMGgOR5GF285mPmeVQYRBRw241_4nA,52298
|
2452
|
+
pulumi_oci/sch/get_connector_plugin.py,sha256=iA45zcvMYBjwYPaHfdn7ur00xhx1_2DrR_D_ncCygJ0,8441
|
2453
|
+
pulumi_oci/sch/get_connector_plugins.py,sha256=f1qHutT1budIIoWJuA1OzrGUnyLVuIaqAbfIgwNOybM,7376
|
2454
|
+
pulumi_oci/sch/get_service_connector.py,sha256=RQvGOBJgUBStO7VS3XrTTdfW2NXxp9Eb96t2OFKM1l4,12901
|
2455
|
+
pulumi_oci/sch/get_service_connectors.py,sha256=8uPJCnLLifTn2q4KLJ2dcqaqavTOebB2hRiIUgQTSbg,7943
|
2456
|
+
pulumi_oci/sch/outputs.py,sha256=OJcZKPGY-f22lPFQg7K-2ZNiOfQevODLPL82cULRT4A,116672
|
2457
|
+
pulumi_oci/secrets/__init__.py,sha256=NR1kHXkqAFTxC1uCGWrWhfCqxOHbTuepWpT_ZUDwp9M,387
|
2458
|
+
pulumi_oci/secrets/_inputs.py,sha256=rS0zIPB8Z30Y2n6uG2fK0iJa2J3P527VgcO7CC0Hp2c,1408
|
2459
|
+
pulumi_oci/secrets/get_secretbundle.py,sha256=4nh7UcANDaasgjRr-CELt6T9g5eZKTWkZAIclzZpNps,10948
|
2460
|
+
pulumi_oci/secrets/get_secretbundle_versions.py,sha256=gOtrcQJTEOgEbhG4gE8dg1Nwx5tzwFFln6KlegfUXhk,5139
|
2461
|
+
pulumi_oci/secrets/outputs.py,sha256=kd2FkEbiObZkosXtDHLVjUibF_rmTDQDQJjk3XYNREo,5541
|
2462
|
+
pulumi_oci/servicecatalog/__init__.py,sha256=xR-U3z6NC6fXvpIoPuenWCFZcwJsoyPfQd1mebh7_Qg,747
|
2463
|
+
pulumi_oci/servicecatalog/_inputs.py,sha256=W6de1By2H-qpusVR6dRnqn6aZeIbuWX_wwIqNT5C7HE,8225
|
2464
|
+
pulumi_oci/servicecatalog/catalog.py,sha256=R9aEusA-_1W3b0UezQQIjiEYdh8FbxI3mhpeMNA8UiI,21506
|
2465
|
+
pulumi_oci/servicecatalog/catalog_association.py,sha256=RTM6ynqvfSaQZrLX8I1bND587vXGATkeIPq3L7U1b1w,14582
|
2466
|
+
pulumi_oci/servicecatalog/get_private_application.py,sha256=EFO9mRSVC7HK50Wc9j1gq2Wps1FJALhhDXC_qnOlOk8,11672
|
2467
|
+
pulumi_oci/servicecatalog/get_private_application_package.py,sha256=xdp7-aBp0iLyMGjFIyFFMMQn1V8ACTcTyXnu5C5LZMw,8228
|
2468
|
+
pulumi_oci/servicecatalog/get_private_application_packages.py,sha256=U77-ZtFr9YX-ZUj0_N9xNL6HNn0uFKXzHq6xFLeWfi8,9734
|
2469
|
+
pulumi_oci/servicecatalog/get_private_applications.py,sha256=91OgF9LObcWvrXeUVWgH1P_86qafWysgixSVL6ZA3DA,7646
|
2470
|
+
pulumi_oci/servicecatalog/get_service_catalog.py,sha256=hRTrtxXEFcz3QjDK30sjRasD4bfZSV87Wm-IcHiNK3Q,7984
|
2471
|
+
pulumi_oci/servicecatalog/get_service_catalog_association.py,sha256=sBznV9hiUuMlBXH4hRBGKyJ9X-LlCZ3VgPtADGRrFB0,6644
|
2472
|
+
pulumi_oci/servicecatalog/get_service_catalog_associations.py,sha256=mVZppGqyD1x94nsXtSR2wk7SmJhmof7Bnw7Ym5VmOU0,9339
|
2473
|
+
pulumi_oci/servicecatalog/get_service_catalogs.py,sha256=H4OQB9T6wV4KHeFyoi45YdayXndrawaDMfWaUmNV7sw,7224
|
2474
|
+
pulumi_oci/servicecatalog/outputs.py,sha256=GY7e1Jy0ItAtQukHvBsae6svmfU0bQIJnqz_4M4FwJA,30871
|
2475
|
+
pulumi_oci/servicecatalog/private_application.py,sha256=HmXdv5aXx62aM82wKSu9SNaVqKJ2C8Y_2XVaeCNchXs,36482
|
2476
|
+
pulumi_oci/servicemanagerproxy/__init__.py,sha256=ZncfS1cQl0dvEW3kVd2j-TjFa70ij_LF5MZDKDZprLQ,393
|
2477
|
+
pulumi_oci/servicemanagerproxy/_inputs.py,sha256=GadysiyHJFP8lehZCBIsqvIVAG5CfYgQZoeQjBQ8Ovo,1406
|
2478
|
+
pulumi_oci/servicemanagerproxy/get_service_environment.py,sha256=3w2GdWiYLGgOKtanXW8B6WngZNuvvbHfU0Hy15O1JbI,8608
|
2479
|
+
pulumi_oci/servicemanagerproxy/get_service_environments.py,sha256=OEqhF7xuLUHD7o3beYfomoEcYumbyaHuocG4llDF6Dk,9769
|
2480
|
+
pulumi_oci/servicemanagerproxy/outputs.py,sha256=LEGloEWzVQwhs9rVga3wuSKw_NUsVSOF15oxp18oaDY,11781
|
2481
|
+
pulumi_oci/servicemesh/__init__.py,sha256=MfexPPIoHGwMvJEUQB2_SqM6uQE0zYjuw-6sIlpWQto,1104
|
2482
|
+
pulumi_oci/servicemesh/_inputs.py,sha256=SxTE9pmQZDdx8A-DNsNu9HClDqxEn4YRP8EA4-JSQzs,71010
|
2483
|
+
pulumi_oci/servicemesh/access_policy.py,sha256=TODu8NwN9XljfLLYhwLHPmsbJiFpl0lRrgHwaZMby24,33112
|
2484
|
+
pulumi_oci/servicemesh/get_access_policies.py,sha256=zpEZ3-4RwCb8OU74Vhgw3BB7jyRjWeDOaYWZan1YSWo,8208
|
2485
|
+
pulumi_oci/servicemesh/get_access_policy.py,sha256=veaHd-41mKmsq8AwrWOGjLXncDSzZwiltL8GqV-mU94,10534
|
2486
|
+
pulumi_oci/servicemesh/get_ingress_gateway.py,sha256=C5sKC-g2aG9n_Mgf4Oc68gCtlD45pS9OG0TwO6z0DcY,11878
|
2487
|
+
pulumi_oci/servicemesh/get_ingress_gateway_route_table.py,sha256=5Pvxb3UbC4g-eSES_onrFDWUVdKjDQpwvcmjgW6mMJk,11908
|
2488
|
+
pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py,sha256=8Ywk8uhjNXiNtOSh0NSFdvbqVfz7vOCJmJ8I2lNRQ-M,9141
|
2489
|
+
pulumi_oci/servicemesh/get_ingress_gateways.py,sha256=lo6KSdIH11cm795FlSn2sr5TKCzg1gIM6YxcMVFzpNo,8300
|
2490
|
+
pulumi_oci/servicemesh/get_mesh.py,sha256=odx_8ywCsmdPY_QubZNvqAAeFMSGutHYtn-An8u3rXg,10639
|
2491
|
+
pulumi_oci/servicemesh/get_meshes.py,sha256=79R0uho628JFKNLoHzNuLNSnK7HpNb_hRvjHHY2Bsgk,7005
|
2492
|
+
pulumi_oci/servicemesh/get_proxy_detail.py,sha256=3Cfg-IFrOnfo7dsLAbBuHABLSyhP3gWolr5zfYGtqM0,3195
|
2493
|
+
pulumi_oci/servicemesh/get_virtual_deployment.py,sha256=63U96iK4m9n5XeVr-iCGOEx_pVN5XRFFOHMvs0hdZmQ,12401
|
2494
|
+
pulumi_oci/servicemesh/get_virtual_deployments.py,sha256=8O-A5BAkuXOcQ2sgbfIMqcf0efh8b-ApVR1ehHIlmIc,8759
|
2495
|
+
pulumi_oci/servicemesh/get_virtual_service.py,sha256=PmZcO5a7JWNGD9BNqeCn0AcFDRTRaEtlYYMgbt7sQLw,12137
|
2496
|
+
pulumi_oci/servicemesh/get_virtual_service_route_table.py,sha256=JbO8uDSUmnpb9O2VQ5HJAvPm-1amoj-YJnGGlAxRhgg,12084
|
2497
|
+
pulumi_oci/servicemesh/get_virtual_service_route_tables.py,sha256=VeGTg9Fmmhx_BEtfCf32pBfN7hQMhIpFZRNU2UQnROw,9321
|
2498
|
+
pulumi_oci/servicemesh/get_virtual_services.py,sha256=pjiCzbhs2qarcxAjKTBYMYSrDIY8p1QP1md0KlIdfPs,8300
|
2499
|
+
pulumi_oci/servicemesh/ingress_gateway.py,sha256=d-C_XmIsmDfg22WygwhZ_Cd2PRsHVjxflbeBKNyJmf4,41819
|
2500
|
+
pulumi_oci/servicemesh/ingress_gateway_route_table.py,sha256=uhsJhWpMfjal_awmESkeAtFQg1dnEGqKJHaZbPOqLGU,36588
|
2501
|
+
pulumi_oci/servicemesh/mesh.py,sha256=Lpo8BtZsW_exUwzYtXPE4YHBfd-1M08UfWCVu-rYmTs,32389
|
2502
|
+
pulumi_oci/servicemesh/outputs.py,sha256=G4FZj_UNcIiF8uTyTI0unIW9iiPiknGrQTM4cJ31Xvw,209448
|
2503
|
+
pulumi_oci/servicemesh/virtual_deployment.py,sha256=uvkMv8Ih-1QGrNDUn2Pv34AS3nsJAm-sgz4Gw6nm3zU,40478
|
2504
|
+
pulumi_oci/servicemesh/virtual_service.py,sha256=_45hM2DpyaQOiGJAlBajx2j3SVbMBjwqYcpM8SQdyiQ,40008
|
2505
|
+
pulumi_oci/servicemesh/virtual_service_route_table.py,sha256=9_Np0cDLo9wNxXcLDWfxaDqyKzXB_gzEDhTArCz2y2E,37758
|
2506
|
+
pulumi_oci/stackmonitoring/__init__.py,sha256=w3t_oLxZL3HMvvDtr_YZDUp02tvLIezDnDm1msgPjPA,1579
|
2507
|
+
pulumi_oci/stackmonitoring/_inputs.py,sha256=dR3rG4hYC5UiVRDc8kPGJNqzmLvrE2vpJ9HPhZUEyCU,148839
|
2508
|
+
pulumi_oci/stackmonitoring/baselineable_metric.py,sha256=sfGaRfG2kWvx9DWqesYofzcNCfhTMwDVT-V02cJK808,28410
|
2509
|
+
pulumi_oci/stackmonitoring/config.py,sha256=Ht94Dlz5cUoPU1Q9HUdeBfAFmt3r6ARhn7IGNZsK6MA,30983
|
2510
|
+
pulumi_oci/stackmonitoring/discovery_job.py,sha256=2qRw01C9F7KuDsgFk0-yppk7nj3P6RMaL2o1J4n9IAQ,37218
|
2511
|
+
pulumi_oci/stackmonitoring/get_baselineable_metric.py,sha256=7iTvqVjMjy2FQLrRXlCnooH0nLBitje9ZaN1OlJRkFM,11748
|
2512
|
+
pulumi_oci/stackmonitoring/get_baselineable_metrics.py,sha256=-wrPK-oPUo8YwKg5N7wMLbMeUVuITRWcnx_c4H_qLh4,9491
|
2513
|
+
pulumi_oci/stackmonitoring/get_baselineable_metrics_evaluate.py,sha256=f6wXOUctYl6-RONTxNHJWvAzwS-KV_d1UbTbbMfjGJU,8218
|
2514
|
+
pulumi_oci/stackmonitoring/get_config.py,sha256=XKCDMoJv-JBzVxs3a1F9nEOcKVnThz9bWUcXYnjgMiQ,9945
|
2515
|
+
pulumi_oci/stackmonitoring/get_configs.py,sha256=57EDx9JXTu233xC96Fgd0D8DxFI4KCk-ycvgF4I-FJg,7510
|
2516
|
+
pulumi_oci/stackmonitoring/get_discovery_job.py,sha256=YkfO9raLx5JdIWj4QzfnfejiuyomHG4oLmqSC2CPmgo,11797
|
2517
|
+
pulumi_oci/stackmonitoring/get_discovery_job_logs.py,sha256=GKgYYd22mATZf-IXHpkgeV5n1tjsHP7_KSJuFgTa9Io,6149
|
2518
|
+
pulumi_oci/stackmonitoring/get_discovery_jobs.py,sha256=Yn10DJAxLfgz_oWfH_UNNDOBAyh2Ye68r0F7wuD4r6s,5915
|
2519
|
+
pulumi_oci/stackmonitoring/get_metric_extension.py,sha256=6DhaLYhGhpxmfW4xa1yChY158opaztyOJwxsUtJcrlo,15549
|
2520
|
+
pulumi_oci/stackmonitoring/get_metric_extensions.py,sha256=x4pZcJ-UvJm5m1DC04bt5-c8F7JBSMSwGKHeBfGfW9U,10143
|
2521
|
+
pulumi_oci/stackmonitoring/get_monitored_resource.py,sha256=gFcJIsx3K8n4ZpF43FczCHaXE-pLSJ1-8Z7saOwhqaE,18915
|
2522
|
+
pulumi_oci/stackmonitoring/get_monitored_resource_task.py,sha256=GBnhJkXj1O39_pVFfB-P6sYjBfADJX4uSiafJfri97o,11106
|
2523
|
+
pulumi_oci/stackmonitoring/get_monitored_resource_tasks.py,sha256=1qgiZI3eIfJ5EV-gN4L3qR1xrXdnabNJ7_Vnj-BP-_Y,6822
|
2524
|
+
pulumi_oci/stackmonitoring/get_monitored_resource_type.py,sha256=rzgCbkh8G_GF6pNNN-0-nKYH9tfSq1rMRV6Vdic90Ug,12633
|
2525
|
+
pulumi_oci/stackmonitoring/get_monitored_resource_types.py,sha256=GCB-z-EYqN6whlMUpW3oPij8o1X92TzS9rSVmvLiU4E,15315
|
2526
|
+
pulumi_oci/stackmonitoring/get_monitored_resources.py,sha256=bexS5x-Gsrostxy_KMqxcvnR9XBburEZ05ZJgntCiSo,8111
|
2527
|
+
pulumi_oci/stackmonitoring/get_process_set.py,sha256=q9fMbSw0WcfPXQX2EDZq44T-z_YhAcRcU2hSeZoTzu8,9334
|
2528
|
+
pulumi_oci/stackmonitoring/get_process_sets.py,sha256=toRIpPjDVKxbJLLTX0vM7E-yN35aIr01CkwHNTDqxTA,6129
|
2529
|
+
pulumi_oci/stackmonitoring/metric_extension.py,sha256=cj6R3za39_jnFM_nXJRv-U7GUnGWH_sHntIITrn9HQY,51861
|
2530
|
+
pulumi_oci/stackmonitoring/metric_extension_metric_extension_on_given_resources_management.py,sha256=D4C75DpFWeOnq8XdGVLLOeN5ipRjTJMspshZMJD32zg,16534
|
2531
|
+
pulumi_oci/stackmonitoring/metric_extensions_test_management.py,sha256=Ohtt0TQSYlBBI6uMncylJTrAS_2eaYH6OIH_9XVPOw0,16845
|
2532
|
+
pulumi_oci/stackmonitoring/monitored_resource.py,sha256=ousgNjN2ap4ln2MjhpjQX6EyfUqGI6_67A_HtrOuCog,79795
|
2533
|
+
pulumi_oci/stackmonitoring/monitored_resource_task.py,sha256=oPOPkDv3_GoY1WaRXsiPtg99lFpGGomTuSWvX5EUvMw,31333
|
2534
|
+
pulumi_oci/stackmonitoring/monitored_resource_type.py,sha256=ekIjolBDYpgTIlxxNL-F0_LzD9YQlToH9s-k-8lOjH8,39299
|
2535
|
+
pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py,sha256=y9Ruu3GvMqkSbKgSLZew2Q3C_3UdfvEWX9teWpnwG2U,27388
|
2536
|
+
pulumi_oci/stackmonitoring/monitored_resources_list_member.py,sha256=A8Pj5-f4dj7R-3AjIjXgqqeE-ovJPewgTI4nQLZ40p0,16903
|
2537
|
+
pulumi_oci/stackmonitoring/monitored_resources_search.py,sha256=kc0uPmzARvgfqxNmzD5UNn8OkOkTyy51QiFJy1O1bxY,84239
|
2538
|
+
pulumi_oci/stackmonitoring/monitored_resources_search_association.py,sha256=ldlCIWdWPgPL3XLPc83HzUzsvhGW5ZRXZduo3aCjVGY,29594
|
2539
|
+
pulumi_oci/stackmonitoring/outputs.py,sha256=p6LkP4wj7dDQAWGhZZpKzCmbuu18XBvyTqSUUj12Cog,324792
|
2540
|
+
pulumi_oci/stackmonitoring/process_set.py,sha256=txpnX7PlZm_KO4uXYgC9bcU9Rcvp46tj7pOblz0wj5Y,25908
|
2541
|
+
pulumi_oci/streaming/__init__.py,sha256=qUfMEOAARn0aZo_vquKVA6NeGypfQ3nRHuEY5NKEThM,582
|
2542
|
+
pulumi_oci/streaming/_inputs.py,sha256=FNbJknKJEb7Hh-pkSawRjagcl950kZnCylQRW9u5tSA,12510
|
2543
|
+
pulumi_oci/streaming/connect_harness.py,sha256=gRvOHMfy7T7O3P4xn9-rz_OAC-SdzZAPEe7QemAPJd4,23802
|
2544
|
+
pulumi_oci/streaming/get_connect_harness.py,sha256=MrLRH8J6pF2qoq_xWW8KRAmmyjLZaTBfabdUT1xeAhw,8081
|
2545
|
+
pulumi_oci/streaming/get_connect_harnesses.py,sha256=fBLNFh1JcqYUfLl2-zCiLKCBmbTweF_9XhwX-1jSRKA,7246
|
2546
|
+
pulumi_oci/streaming/get_stream.py,sha256=mqLjg8UkBgZgR6VEtFhdPBZSCojDqRnF7DJOuqvSWxQ,10168
|
2547
|
+
pulumi_oci/streaming/get_stream_pool.py,sha256=ixE8C2HKxXO21jvLZ9eP33Vxcfm-jNfar7ukOJ692iI,11704
|
2548
|
+
pulumi_oci/streaming/get_stream_pools.py,sha256=V560lG5k9JOZ4iamED698fYv2wZD4SvJR4KHEwjhFzo,6909
|
2549
|
+
pulumi_oci/streaming/get_streams.py,sha256=675o1hIMAz-L5KbT1z05BC8JUS2WHwOIlyJWilhsalY,8528
|
2550
|
+
pulumi_oci/streaming/outputs.py,sha256=_HSPlYm4-nvTQI6yNDOZfstI76EsfnUztUVWi0YkNKo,42241
|
2551
|
+
pulumi_oci/streaming/stream.py,sha256=gHJk7HdR09xsQYfy5VJucILjsUEJEo8n9SWU3XX16nQ,33158
|
2552
|
+
pulumi_oci/streaming/stream_pool.py,sha256=xM10a_0ViK8d8P6ujEFTQ9cVUkteWPSFiG0sO8B_nkI,37439
|
2553
|
+
pulumi_oci/usageproxy/__init__.py,sha256=GUjigyDa6EsUw_WYyn6sYHiMAc2V-wVZjv7Q-F6wtfM,797
|
2554
|
+
pulumi_oci/usageproxy/_inputs.py,sha256=0BATY1dy8boTQuD4yX7nFxLrqUtGW1usiHYoE1bAz1I,9832
|
2555
|
+
pulumi_oci/usageproxy/get_resource_quotas.py,sha256=PXq8ZcCUsxsMlTyVPICmJnyBhP-e4s9pplWC9RdSwlU,7120
|
2556
|
+
pulumi_oci/usageproxy/get_resources.py,sha256=UA78PH0lyaBUdMb9SKlYsC-0Wuxka8_buqKdOzqthuo,6704
|
2557
|
+
pulumi_oci/usageproxy/get_subscription_product.py,sha256=_PRBbUcIAH6d7hTQlSWE_fQdUMx_hQStaoBVY3QpWug,7071
|
2558
|
+
pulumi_oci/usageproxy/get_subscription_products.py,sha256=HNVM4of__PdR7018aLa3RH3jjgsMbaGvJO_9iaO2w7I,8031
|
2559
|
+
pulumi_oci/usageproxy/get_subscription_redeemable_user.py,sha256=Endk7OVW_rOmtBYal7zpPcyyMVQpK8SJFbSntdLgBvE,5715
|
2560
|
+
pulumi_oci/usageproxy/get_subscription_redeemable_users.py,sha256=eYZIdHjYRW6vg8kPEQSIv3mXDx-cM6_Kn9_79QRdyQg,6515
|
2561
|
+
pulumi_oci/usageproxy/get_subscription_redemption.py,sha256=UTbs2F41XuW9ONXa73hdP1iou4USKelHCv7KmBnaC-w,7985
|
2562
|
+
pulumi_oci/usageproxy/get_subscription_redemptions.py,sha256=o_BQU4gJd_kyzzUty9LIKtYRIAuUix-sENH_VOVoPIw,9012
|
2563
|
+
pulumi_oci/usageproxy/get_subscription_reward.py,sha256=wrlGQKKLrhyh2ixf7fI2kMBKGvVpKHIBZ2Zs_XZg44M,5761
|
2564
|
+
pulumi_oci/usageproxy/get_subscription_rewards.py,sha256=jMlsSAPzKf6aBGPmnlB9BzlZJX48mSzW2bopLDNnttY,6183
|
2565
|
+
pulumi_oci/usageproxy/get_usagelimits.py,sha256=PAmXdRu1dHjP8cRkBdtHgAUrqBpo_3qAk8W6KRVj_NQ,8574
|
2566
|
+
pulumi_oci/usageproxy/outputs.py,sha256=JABd_RpS0TgJqyvAaxXVpL3Er-bmcnCUN0fAGCpHyYA,64294
|
2567
|
+
pulumi_oci/usageproxy/subscription_redeemable_user.py,sha256=xrBzWbpr7r16TvlyejuCY6BOQFDF5hJkfe_CRP8yC9E,16750
|
2568
|
+
pulumi_oci/vault/__init__.py,sha256=vCGwhvDH2hKgV04jyWbx0pJMTSnwN7RoM8LCz6jj41Q,423
|
2569
|
+
pulumi_oci/vault/_inputs.py,sha256=G1Z2hJq7RTnmIQmWHzFyQG2oMnfQJ9UHD23r5_Qr0Xw,17240
|
2570
|
+
pulumi_oci/vault/get_secret.py,sha256=RTi_Qt_SuSDf23J9LFFCktLBMToMscpXMS2BZ28Nwws,16269
|
2571
|
+
pulumi_oci/vault/get_secret_version.py,sha256=dugvcNkI3ERXWAA417qI0MMo5lqFvt-SddZymUw-8gw,9550
|
2572
|
+
pulumi_oci/vault/get_secrets.py,sha256=bqZ0J5fgiJt8gs5ekMfQQKP9IfyeUmBvDYpLLeAgvQc,6977
|
2573
|
+
pulumi_oci/vault/outputs.py,sha256=x-TNByufZTNOAnfQtBpcY3_1tr0O4cm8Gh4ZwqsNGFs,49188
|
2574
|
+
pulumi_oci/vault/secret.py,sha256=j0lzkZ5ALNRjRJBW91JpRoBTtOqJIttADbV9mo-mmBY,52869
|
2575
|
+
pulumi_oci/vbs/__init__.py,sha256=dw-GqtP_ewNaTk6A4_ylG75dW0lybYa1teHSQIbyrN4,422
|
2576
|
+
pulumi_oci/vbs/_inputs.py,sha256=WYitkqDib-xG80vgjzkCUqkE_C5qiQAWgl2lshVlaYs,1617
|
2577
|
+
pulumi_oci/vbs/get_inst_vbs_instance.py,sha256=L1CPZ4H1ajTli4kuyEFItLNgdwvsrLxVrs-wqDDjY9M,11941
|
2578
|
+
pulumi_oci/vbs/get_inst_vbs_instances.py,sha256=6D75spEi2VcLDhpMTHHzYKIxo_nQFCEb23V3A3Nt4U4,7304
|
2579
|
+
pulumi_oci/vbs/inst_vbs_instance.py,sha256=Qyju7DWgrgG3hsaiT4Uz9sC_y_n6t7kGIBVk872KBbs,34999
|
2580
|
+
pulumi_oci/vbs/outputs.py,sha256=jo0_D8z4pHdDo1l-wKJzJNaQUQS83TEMEb9B2PZRj7I,9146
|
2581
|
+
pulumi_oci/visualbuilder/__init__.py,sha256=_-OX-bR9j1iwNa4wpmZ3qZzzInQbV3WQD89vZ5Ens2M,448
|
2582
|
+
pulumi_oci/visualbuilder/_inputs.py,sha256=a0SrmIMnXxfZKuQcKRCog5Pk4l-REkT9ALePgxpuREU,14723
|
2583
|
+
pulumi_oci/visualbuilder/get_vb_instance.py,sha256=yr-KracTWaEkImLbHa7ye_x8ausjGlcLPTMS_pQWir0,16547
|
2584
|
+
pulumi_oci/visualbuilder/get_vb_instance_applications.py,sha256=z6LN3xw0ktbB9RWtgw2z_4DjDIyAZ_Uyi1QSkPF2N7M,5769
|
2585
|
+
pulumi_oci/visualbuilder/get_vb_instances.py,sha256=itY3mzK-18q-J8ycfy1S_-xUivyeRLv-lnBGyWXiDsU,6959
|
2586
|
+
pulumi_oci/visualbuilder/outputs.py,sha256=ED-Es562RmmsIhkxZT_26rFwxgsa7sRdy6k3uL_rkCE,46021
|
2587
|
+
pulumi_oci/visualbuilder/vb_instance.py,sha256=pWowJ64tnovaMaSDeqfrd-W5gFCHnEAmq0sYH6H0Z9A,50810
|
2588
|
+
pulumi_oci/vnmonitoring/__init__.py,sha256=OxQ2ge12nUXNLNX4-AYv25d9BNmoAeA5KtOjmlhGiQs,453
|
2589
|
+
pulumi_oci/vnmonitoring/_inputs.py,sha256=TeBuLe_S61GdiClYSi8UPzUm1uMR6cSNxqATRIVNhgU,44378
|
2590
|
+
pulumi_oci/vnmonitoring/get_path_analyzer_test.py,sha256=Ly91IQuvBGJ5LBrm5DdlVJRtnneOj_uxAnmq139uNCQ,12244
|
2591
|
+
pulumi_oci/vnmonitoring/get_path_analyzer_tests.py,sha256=YAwkZnYOAEtyfCDbZAjxPci5a1m4rO8cah3OwlZJ_zw,7660
|
2592
|
+
pulumi_oci/vnmonitoring/outputs.py,sha256=0HR-oeiLEHFlOVVu7DFyYHhDvcDI-zp14DccseTORzU,80074
|
2593
|
+
pulumi_oci/vnmonitoring/path_analysi.py,sha256=cTSwlaF2_p6GVoYTUk6NekSSZcX9oIl2QdXeYRJaBQI,35028
|
2594
|
+
pulumi_oci/vnmonitoring/path_analyzer_test.py,sha256=XgH_vU_6UObo_Mw8ApNNJA8b_V4jFZLthOrcujckoDQ,40733
|
2595
|
+
pulumi_oci/vulnerabilityscanning/__init__.py,sha256=VSMJQqSOSCZXxIeJUBXue681bibaPTi83mk_gzuyrx8,807
|
2596
|
+
pulumi_oci/vulnerabilityscanning/_inputs.py,sha256=SnFl7eUn9picz6e2765jRkmqXTd3sPO0TJnPqt8t64M,25714
|
2597
|
+
pulumi_oci/vulnerabilityscanning/container_scan_recipe.py,sha256=2FTMc4W2XrYDk8qvLfbvpjW-xfvHjy2jlgo5Y1dfsDI,27929
|
2598
|
+
pulumi_oci/vulnerabilityscanning/container_scan_target.py,sha256=poDHcw4nPITbSIL_p5Xvq9hiPGbqC8lJmeRXD3BIFeg,31152
|
2599
|
+
pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py,sha256=um_-37RtBY9jmxE8eYtI7J5_ibfjSU9_qYhW-810TRU,10293
|
2600
|
+
pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py,sha256=UyLTqhjcLReSt98cEoG4r2YNp_Iy2t4sbUBdIUVL6mo,7934
|
2601
|
+
pulumi_oci/vulnerabilityscanning/get_container_scan_target.py,sha256=cqWIu-nDMwuYf8NsCzAhJhjdg36dqCT14eo59MM1Rdg,11229
|
2602
|
+
pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py,sha256=vPxnRneyOOLelKecUNuHNslAgZI__lwetHZs4McPDxs,8227
|
2603
|
+
pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py,sha256=hRZYUj6VSyjGBsXCec4QViXdLFylWsKqnvim7h79w-w,11111
|
2604
|
+
pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py,sha256=l1Xj7oUqBRuxbhDHS2gvEKnAlTOJG2v7ofjnkyBTjsk,7594
|
2605
|
+
pulumi_oci/vulnerabilityscanning/get_host_scan_target.py,sha256=9QSdJQ-w5J5bPTHdhXXudmj8AxpP5BnFs8LzsZMTwGw,11124
|
2606
|
+
pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py,sha256=DB0W8ub9rtdC217aW33RzFx7hHWrZGRCl6j_sPZLhQo,7926
|
2607
|
+
pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py,sha256=BCXHpdjONUtkSVugZWbz_EoLTljVvEwkwPy1RQH0fTc,7644
|
2608
|
+
pulumi_oci/vulnerabilityscanning/host_scan_recipe.py,sha256=DCjCkP2Ozo66EXyP4rAHXTjfQB42VDeVA6jB3GGmH-8,37424
|
2609
|
+
pulumi_oci/vulnerabilityscanning/host_scan_target.py,sha256=M5p7ui_zef16Q8BSzVkROILwSURkTlqqaH6i6AqHd1w,33411
|
2610
|
+
pulumi_oci/vulnerabilityscanning/outputs.py,sha256=uO-1hjDfYXkgoyVLIELHZG-AlOn3iKazh7iIerrSV4w,88564
|
2611
|
+
pulumi_oci/waa/__init__.py,sha256=8WGkEBb_DVZkKsHSkgNODVUtedjWl1s1eJ0Mmm_xSMQ,546
|
2612
|
+
pulumi_oci/waa/_inputs.py,sha256=IQ9aNnPFCHJdfsk-RLrIXtKySnTiJrZT5_-7yyTtdhM,8335
|
2613
|
+
pulumi_oci/waa/app_acceleration.py,sha256=2TZ2OO27Cmh85RKrZKsPbIpqt-ChRfyosN-NDe1-yoQ,34614
|
2614
|
+
pulumi_oci/waa/app_acceleration_policy.py,sha256=DPHogjXtbLjPZBweryGfIEjuBIb-JLpUTivEfclaaHQ,37039
|
2615
|
+
pulumi_oci/waa/get_app_acceleration.py,sha256=0pPOtQyVdh88oKdXgP4wGneZvMgGUgt4X9F2Rajh6YU,11497
|
2616
|
+
pulumi_oci/waa/get_app_acceleration_policies.py,sha256=crer8qAEEY7G5pJuf7d_MXnLiZZlccRBb2kzoyZuzt0,8679
|
2617
|
+
pulumi_oci/waa/get_app_acceleration_policy.py,sha256=oxTLv-bFUVO8sR6T-OMyGQQvarBLpTglnrC4_i0ZS0A,11503
|
2618
|
+
pulumi_oci/waa/get_app_accelerations.py,sha256=l8LfEsHXqKPYBWpJQ6j95QVVgsTlpPxD4cW8NQJxGcM,9969
|
2619
|
+
pulumi_oci/waa/outputs.py,sha256=8enRjTrOFvf-1lwv5KZWS_qyEwjjcn9tropzCkZL2qI,30568
|
2620
|
+
pulumi_oci/waas/__init__.py,sha256=ToufiV_N4h1r7NjPwvz004zNVy30YUEPv47YWrmt74Q,963
|
2621
|
+
pulumi_oci/waas/_inputs.py,sha256=9FLUTAz_ANGEbC-j8MvCIcLHrx9EyVcVOptaaTNZME8,250602
|
2622
|
+
pulumi_oci/waas/address_list.py,sha256=s3H9F43AnQ6_BAm9acQWXo14BCCyTjif5FCnzfGpLQY,25578
|
2623
|
+
pulumi_oci/waas/certificate.py,sha256=zJrBvWkbsnbANhOxiIuEvRMconTqCMNycUeyp90ZqE0,48218
|
2624
|
+
pulumi_oci/waas/custom_protection_rule.py,sha256=Qj0V9HRm-KEUAFoLdXxSyj0aC60ouoS99741m5KyUSk,45331
|
2625
|
+
pulumi_oci/waas/get_address_list.py,sha256=xUx2Md_JelTK4imd4ZN5UNjMG_guUs7Z8Pa_qYIU0Wo,8724
|
2626
|
+
pulumi_oci/waas/get_address_lists.py,sha256=1k8Iqu6B7rMmSLYo-PKaFbFat2Cn4QfpDj18-cNM0Yo,10385
|
2627
|
+
pulumi_oci/waas/get_certificate.py,sha256=JQQWBh30pAmeXcQLueguDzLdIOeR3kFMqhk25Q9D6o0,15729
|
2628
|
+
pulumi_oci/waas/get_certificates.py,sha256=IC4IfVjjamUDnUgkLh-MmoEabH0Ma4qaFepVf672Hdw,10525
|
2629
|
+
pulumi_oci/waas/get_custom_protection_rule.py,sha256=2XFhiIiAiL_73YS1Lax9jbIbVzyZbWBGXMQqhFbVHww,10011
|
2630
|
+
pulumi_oci/waas/get_custom_protection_rules.py,sha256=5WZ-KJnRSP2ndknFA4MLXpREpNNEQpJxOuYHJEssKvg,11414
|
2631
|
+
pulumi_oci/waas/get_edge_subnets.py,sha256=WSPfGJmfLcc8XlQqm6mXEurftExzC72JT0A0Owqwcic,4401
|
2632
|
+
pulumi_oci/waas/get_http_redirect.py,sha256=e9RvYW_5ZppjICeKelC2n7fu48zmYMlhNa26uaDd9rk,9252
|
2633
|
+
pulumi_oci/waas/get_http_redirects.py,sha256=F2ErE04nhGYZzUSfpNlWMGo53rEY_yx5V2ZS8ti9Tuo,10597
|
2634
|
+
pulumi_oci/waas/get_protection_rule.py,sha256=VHNmzFJhYmxnfnEbf_L26pM0wv3HRS50XYmwPh0HvcU,9281
|
2635
|
+
pulumi_oci/waas/get_protection_rules.py,sha256=TstV4mq3-gnrm5qLnnoNk2MAbbfK-Lqm7TTraARaXeE,7864
|
2636
|
+
pulumi_oci/waas/get_waas_policies.py,sha256=aSwxXRm6j99ObQgyDvvukMxd2G5qeHclc1nBfXyzKKY,10461
|
2637
|
+
pulumi_oci/waas/get_waas_policy.py,sha256=Az5j6GGgQwRIGqGGYUzK398IJ8HBuVmbFvuX98UfMHE,11893
|
2638
|
+
pulumi_oci/waas/http_redirect.py,sha256=ALNmUbGPwHtQJgymOloPd4iQiCqcjrMXebGDkB8IRPY,28453
|
2639
|
+
pulumi_oci/waas/outputs.py,sha256=lMQIUs2V8dpQ2HbBYyMuXF5IAWdh8KybVzTEgW9UIKQ,619599
|
2640
|
+
pulumi_oci/waas/policy.py,sha256=WRxdAsiSaW5dHZeh1leObPZhA8ZcJ2l9l6oM1rse5XU,42505
|
2641
|
+
pulumi_oci/waas/protection_rule.py,sha256=cB20CKNsK_kF-voz80DJw5RJSAFIwu-kPs5Uapbi5tE,25173
|
2642
|
+
pulumi_oci/waas/purge_cache.py,sha256=d2fbueOQZEGfMugV0zjPcJ70Y0c0fIPgmXKz5QDhzKU,13068
|
2643
|
+
pulumi_oci/waf/__init__.py,sha256=29r6sMHheKYKvxj2zmq3QBTyxmY1P-OP5cGjmyD91xI,742
|
2644
|
+
pulumi_oci/waf/_inputs.py,sha256=cEnHebXcdg7BskFrHIr3HjdXcPTgMDxfrnQCB6pGTAw,86119
|
2645
|
+
pulumi_oci/waf/app_firewall.py,sha256=ySsg2unmtPBAVDKghg8mV0jiC8KtTl38PEtiVkoHI8E,34150
|
2646
|
+
pulumi_oci/waf/app_firewall_policy.py,sha256=vVbqrSXl_UO3D_A2nQGJEX_swMsMGV62lZJbBRDB-eA,68300
|
2647
|
+
pulumi_oci/waf/get_firewalls.py,sha256=11mm5UUFmbfV6QnWjCP2uebbfgeHlSZ7pJYmynjfnmo,9458
|
2648
|
+
pulumi_oci/waf/get_network_address_list.py,sha256=V5GrmhNUQR7X__VZh3ICe3z7M55YlPOx_p2VG5DiucU,11095
|
2649
|
+
pulumi_oci/waf/get_network_address_lists.py,sha256=oURXB_8V22ts65ZRRktqKu6KVnDq3sIS_AL0tOphjUU,8322
|
2650
|
+
pulumi_oci/waf/get_protection_capabilities.py,sha256=9ZVWccvCdhQNMCnzAct6kixkAQAGcNc4rCZWkTb_86Y,10857
|
2651
|
+
pulumi_oci/waf/get_protection_capability_group_tags.py,sha256=84T2ir4qOvOIEEZddujOf1GXMh5FwQm7rTA7uOtf4ws,7730
|
2652
|
+
pulumi_oci/waf/get_web_app_firewall.py,sha256=cdgMjUbNBpALL2pq6es8NQjz6XplxWs1slPRaIbuxb8,11272
|
2653
|
+
pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=aWp5bl5iq1HzZp9w8_J0BoH5pifcMv3IrWa0CUvbXI0,8534
|
2654
|
+
pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=0fQvJCzQFFE2GNOlYk_6zZyROCuoSOZS2-v-EvtT-40,14374
|
2655
|
+
pulumi_oci/waf/network_address_list.py,sha256=4BNRFzjV9GCI7Gp_un2h3SjUI5Z3yvZkUIpthLcxPxY,32699
|
2656
|
+
pulumi_oci/waf/outputs.py,sha256=L_Ay91T3B8xIip2QKrOOW99UlLifV9ByKqO-js2Y84w,227577
|
2657
|
+
pulumi_oci-1.33.0a1713561662.dist-info/METADATA,sha256=_kuitmVybRoM7qgLWpycOjCV_f9TMNf_JbLCETa-xKE,3899
|
2658
|
+
pulumi_oci-1.33.0a1713561662.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
2659
|
+
pulumi_oci-1.33.0a1713561662.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
2660
|
+
pulumi_oci-1.33.0a1713561662.dist-info/RECORD,,
|