pulumi-oci 1.11.0a1695829678__py3-none-any.whl → 1.12.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +35 -0
- pulumi_oci/adm/_inputs.py +116 -23
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +55 -13
- pulumi_oci/adm/outputs.py +469 -101
- pulumi_oci/adm/vulnerability_audit.py +119 -31
- pulumi_oci/aianomalydetection/_inputs.py +355 -84
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +73 -19
- pulumi_oci/aianomalydetection/data_asset.py +84 -21
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +98 -24
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +84 -21
- pulumi_oci/aianomalydetection/outputs.py +1189 -292
- pulumi_oci/aianomalydetection/project.py +61 -15
- pulumi_oci/aidocument/_inputs.py +315 -72
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +154 -54
- pulumi_oci/aidocument/outputs.py +932 -210
- pulumi_oci/aidocument/processor_job.py +82 -17
- pulumi_oci/aidocument/project.py +64 -16
- pulumi_oci/ailanguage/_inputs.py +321 -68
- pulumi_oci/ailanguage/endpoint.py +79 -21
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +109 -26
- pulumi_oci/ailanguage/outputs.py +1086 -239
- pulumi_oci/ailanguage/project.py +64 -16
- pulumi_oci/aivision/_inputs.py +99 -22
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +151 -40
- pulumi_oci/aivision/outputs.py +379 -92
- pulumi_oci/aivision/project.py +64 -16
- pulumi_oci/analytics/_inputs.py +100 -20
- pulumi_oci/analytics/analytics_instance.py +116 -30
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +70 -18
- pulumi_oci/analytics/analytics_instance_vanity_url.py +61 -15
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +295 -64
- pulumi_oci/announcementsservice/_inputs.py +56 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +93 -24
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +31 -5
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +37 -7
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +170 -34
- pulumi_oci/apigateway/_inputs.py +1983 -398
- pulumi_oci/apigateway/api.py +67 -17
- pulumi_oci/apigateway/certificate.py +79 -21
- pulumi_oci/apigateway/deployment.py +81 -20
- pulumi_oci/apigateway/gateway.py +102 -27
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +7817 -1589
- pulumi_oci/apigateway/subscriber.py +67 -17
- pulumi_oci/apigateway/usage_plan.py +61 -15
- pulumi_oci/apm/_inputs.py +33 -7
- pulumi_oci/apm/apm_domain.py +67 -17
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +89 -21
- pulumi_oci/apmconfig/_inputs.py +96 -21
- pulumi_oci/apmconfig/config.py +130 -38
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +337 -78
- pulumi_oci/apmsynthetics/_inputs.py +446 -91
- pulumi_oci/apmsynthetics/config.py +163 -44
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +78 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +1 -1
- pulumi_oci/apmsynthetics/get_script.py +1 -1
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +1520 -323
- pulumi_oci/apmsynthetics/script.py +82 -22
- pulumi_oci/apmtraces/_inputs.py +17 -4
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +225 -50
- pulumi_oci/appmgmtcontrol/_inputs.py +17 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +40 -8
- pulumi_oci/appmgmtcontrol/outputs.py +61 -14
- pulumi_oci/artifacts/_inputs.py +94 -18
- pulumi_oci/artifacts/container_configuration.py +34 -6
- pulumi_oci/artifacts/container_image_signature.py +88 -24
- pulumi_oci/artifacts/container_repository.py +96 -25
- pulumi_oci/artifacts/generic_artifact.py +64 -16
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +515 -121
- pulumi_oci/artifacts/repository.py +67 -17
- pulumi_oci/audit/_inputs.py +17 -4
- pulumi_oci/audit/configuration.py +31 -5
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +191 -48
- pulumi_oci/autoscaling/_inputs.py +167 -41
- pulumi_oci/autoscaling/auto_scaling_configuration.py +81 -33
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +510 -111
- pulumi_oci/bastion/_inputs.py +71 -15
- pulumi_oci/bastion/bastion.py +109 -31
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +266 -66
- pulumi_oci/bastion/session.py +89 -21
- pulumi_oci/bigdataservice/_inputs.py +866 -182
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +80 -18
- pulumi_oci/bigdataservice/bds_instance.py +231 -60
- pulumi_oci/bigdataservice/bds_instance_api_key.py +64 -16
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +73 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +37 -7
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +2639 -577
- pulumi_oci/blockchain/_inputs.py +197 -36
- pulumi_oci/blockchain/blockchain_platform.py +153 -44
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +48 -9
- pulumi_oci/blockchain/outputs.py +674 -132
- pulumi_oci/blockchain/peer.py +63 -14
- pulumi_oci/budget/_inputs.py +33 -7
- pulumi_oci/budget/budget.py +127 -40
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +161 -45
- pulumi_oci/budget/rule.py +91 -25
- pulumi_oci/certificatesmanagement/_inputs.py +662 -156
- pulumi_oci/certificatesmanagement/ca_bundle.py +64 -16
- pulumi_oci/certificatesmanagement/certificate.py +102 -27
- pulumi_oci/certificatesmanagement/certificate_authority.py +110 -28
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +2271 -536
- pulumi_oci/cloudbridge/_inputs.py +488 -112
- pulumi_oci/cloudbridge/agent.py +97 -27
- pulumi_oci/cloudbridge/agent_dependency.py +100 -28
- pulumi_oci/cloudbridge/agent_plugin.py +64 -16
- pulumi_oci/cloudbridge/asset.py +129 -31
- pulumi_oci/cloudbridge/asset_source.py +131 -35
- pulumi_oci/cloudbridge/discovery_schedule.py +64 -16
- pulumi_oci/cloudbridge/environment.py +58 -14
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +58 -14
- pulumi_oci/cloudbridge/outputs.py +1748 -427
- pulumi_oci/cloudguard/_inputs.py +1352 -316
- pulumi_oci/cloudguard/cloud_guard_configuration.py +43 -9
- pulumi_oci/cloudguard/cloud_guard_data_source.py +81 -20
- pulumi_oci/cloudguard/data_mask_rule.py +96 -25
- pulumi_oci/cloudguard/detector_recipe.py +88 -24
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +88 -24
- pulumi_oci/cloudguard/outputs.py +4456 -1066
- pulumi_oci/cloudguard/responder_recipe.py +82 -22
- pulumi_oci/cloudguard/security_recipe.py +70 -18
- pulumi_oci/cloudguard/security_zone.py +73 -19
- pulumi_oci/cloudguard/target.py +100 -28
- pulumi_oci/cloudmigrations/_inputs.py +1111 -259
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +70 -18
- pulumi_oci/cloudmigrations/migration_asset.py +103 -29
- pulumi_oci/cloudmigrations/migration_plan.py +91 -25
- pulumi_oci/cloudmigrations/outputs.py +3596 -861
- pulumi_oci/cloudmigrations/replication_schedule.py +64 -16
- pulumi_oci/cloudmigrations/target_asset.py +105 -28
- pulumi_oci/computecloud/__init__.py +15 -0
- pulumi_oci/computecloud/_inputs.py +927 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1004 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +703 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +368 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +244 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +264 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +244 -0
- pulumi_oci/computecloud/outputs.py +2650 -0
- pulumi_oci/computeinstanceagent/_inputs.py +33 -7
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +71 -15
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1033 -219
- pulumi_oci/containerengine/addon.py +61 -15
- pulumi_oci/containerengine/cluster.py +121 -30
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +25 -3
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +31 -5
- pulumi_oci/containerengine/cluster_workload_mapping.py +58 -14
- pulumi_oci/containerengine/container_instance.py +143 -39
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +170 -49
- pulumi_oci/containerengine/outputs.py +2481 -536
- pulumi_oci/containerengine/virtual_node_pool.py +119 -31
- pulumi_oci/containerinstances/_inputs.py +33 -7
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +935 -226
- pulumi_oci/core/_inputs.py +4772 -994
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +43 -9
- pulumi_oci/core/app_catalog_subscription.py +76 -20
- pulumi_oci/core/boot_volume.py +132 -40
- pulumi_oci/core/boot_volume_backup.py +102 -27
- pulumi_oci/core/capture_filter.py +61 -15
- pulumi_oci/core/cluster_network.py +86 -20
- pulumi_oci/core/compute_capacity_report.py +40 -8
- pulumi_oci/core/compute_capacity_reservation.py +76 -20
- pulumi_oci/core/compute_cluster.py +55 -13
- pulumi_oci/core/compute_image_capability_schema.py +67 -17
- pulumi_oci/core/console_history.py +55 -13
- pulumi_oci/core/cpe.py +64 -16
- pulumi_oci/core/cross_connect.py +111 -30
- pulumi_oci/core/cross_connect_group.py +72 -17
- pulumi_oci/core/dedicated_vm_host.py +79 -21
- pulumi_oci/core/default_dhcp_options.py +67 -17
- pulumi_oci/core/default_route_table.py +61 -15
- pulumi_oci/core/default_security_list.py +67 -17
- pulumi_oci/core/dhcp_options.py +67 -17
- pulumi_oci/core/drg.py +58 -14
- pulumi_oci/core/drg_attachment.py +96 -25
- pulumi_oci/core/drg_attachment_management.py +111 -30
- pulumi_oci/core/drg_attachments_list.py +40 -8
- pulumi_oci/core/drg_route_distribution.py +58 -14
- pulumi_oci/core/drg_route_distribution_statement.py +48 -9
- pulumi_oci/core/drg_route_table.py +70 -18
- pulumi_oci/core/drg_route_table_route_rule.py +58 -14
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +21 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +99 -26
- pulumi_oci/core/instance.py +277 -94
- pulumi_oci/core/instance_configuration.py +72 -17
- pulumi_oci/core/instance_console_connection.py +61 -15
- pulumi_oci/core/instance_pool.py +91 -25
- pulumi_oci/core/instance_pool_instance.py +73 -19
- pulumi_oci/core/internet_gateway.py +67 -17
- pulumi_oci/core/ipsec.py +82 -22
- pulumi_oci/core/ipsec_connection_tunnel_management.py +120 -33
- pulumi_oci/core/ipv6.py +67 -17
- pulumi_oci/core/listing_resource_version_agreement.py +127 -11
- pulumi_oci/core/local_peering_gateway.py +82 -22
- pulumi_oci/core/nat_gateway.py +76 -20
- pulumi_oci/core/network_security_group.py +55 -13
- pulumi_oci/core/network_security_group_security_rule.py +112 -27
- pulumi_oci/core/outputs.py +14631 -3340
- pulumi_oci/core/private_ip.py +79 -21
- pulumi_oci/core/public_ip.py +82 -22
- pulumi_oci/core/public_ip_pool.py +52 -12
- pulumi_oci/core/public_ip_pool_capacity.py +37 -7
- pulumi_oci/core/remote_peering_connection.py +76 -20
- pulumi_oci/core/route_table.py +61 -15
- pulumi_oci/core/route_table_attachment.py +31 -5
- pulumi_oci/core/security_list.py +67 -17
- pulumi_oci/core/service_gateway.py +70 -18
- pulumi_oci/core/shape_management.py +37 -7
- pulumi_oci/core/subnet.py +127 -37
- pulumi_oci/core/vcn.py +109 -31
- pulumi_oci/core/virtual_circuit.py +160 -51
- pulumi_oci/core/virtual_network.py +109 -31
- pulumi_oci/core/vlan.py +85 -23
- pulumi_oci/core/vnic_attachment.py +72 -17
- pulumi_oci/core/volume.py +138 -45
- pulumi_oci/core/volume_attachment.py +124 -39
- pulumi_oci/core/volume_backup.py +105 -28
- pulumi_oci/core/volume_backup_policy.py +58 -14
- pulumi_oci/core/volume_backup_policy_assignment.py +34 -6
- pulumi_oci/core/volume_group.py +105 -28
- pulumi_oci/core/volume_group_backup.py +99 -26
- pulumi_oci/core/vtap.py +136 -40
- pulumi_oci/database/_inputs.py +3678 -749
- pulumi_oci/database/application_vip.py +67 -17
- pulumi_oci/database/autonomous_container_database.py +280 -83
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +88 -24
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +37 -7
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +43 -9
- pulumi_oci/database/autonomous_database.py +677 -186
- pulumi_oci/database/autonomous_database_backup.py +105 -28
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +43 -9
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +37 -7
- pulumi_oci/database/autonomous_database_wallet.py +46 -10
- pulumi_oci/database/autonomous_exadata_infrastructure.py +123 -37
- pulumi_oci/database/autonomous_vm_cluster.py +193 -59
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +49 -11
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +49 -11
- pulumi_oci/database/backup.py +79 -21
- pulumi_oci/database/backup_cancel_management.py +31 -5
- pulumi_oci/database/backup_destination.py +99 -29
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +243 -74
- pulumi_oci/database/cloud_database_management.py +84 -21
- pulumi_oci/database/cloud_exadata_infrastructure.py +147 -42
- pulumi_oci/database/cloud_vm_cluster.py +255 -78
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +43 -9
- pulumi_oci/database/data_guard_association.py +249 -76
- pulumi_oci/database/database.py +159 -46
- pulumi_oci/database/database_software_image.py +103 -29
- pulumi_oci/database/database_upgrade.py +129 -36
- pulumi_oci/database/db_home.py +120 -33
- pulumi_oci/database/db_node.py +100 -28
- pulumi_oci/database/db_node_console_connection.py +61 -15
- pulumi_oci/database/db_system.py +303 -89
- pulumi_oci/database/db_systems_upgrade.py +181 -55
- pulumi_oci/database/exadata_infrastructure.py +248 -74
- pulumi_oci/database/exadata_infrastructure_compute.py +166 -50
- pulumi_oci/database/exadata_infrastructure_storage.py +195 -58
- pulumi_oci/database/exadata_iorm_config.py +43 -9
- pulumi_oci/database/external_container_database.py +85 -23
- pulumi_oci/database/external_container_database_management.py +43 -9
- pulumi_oci/database/external_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_database_connector.py +95 -23
- pulumi_oci/database/external_non_container_database.py +88 -24
- pulumi_oci/database/external_non_container_database_management.py +43 -9
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_pluggable_database.py +100 -28
- pulumi_oci/database/external_pluggable_database_management.py +37 -7
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +1 -1
- pulumi_oci/database/get_autonomous_container_database.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -1
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +21 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +1 -1
- pulumi_oci/database/get_autonomous_databases.py +39 -2
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +1 -1
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +1 -1
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_histories.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +1 -1
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +1 -1
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +1 -1
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_nodes.py +1 -1
- pulumi_oci/database/get_db_server.py +1 -1
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +1 -1
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +1 -1
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_versions.py +1 -1
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +1 -1
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +1 -1
- pulumi_oci/database/get_maintenance_runs.py +1 -1
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +1 -1
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +1 -1
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_vm_cluster.py +1 -1
- pulumi_oci/database/get_vm_cluster_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +66 -15
- pulumi_oci/database/maintenance_run.py +148 -44
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12905 -3057
- pulumi_oci/database/pluggable_database.py +91 -25
- pulumi_oci/database/pluggable_database_managements_management.py +114 -31
- pulumi_oci/database/pluggable_databases_local_clone.py +85 -23
- pulumi_oci/database/pluggable_databases_remote_clone.py +97 -27
- pulumi_oci/database/vm_cluster.py +171 -50
- pulumi_oci/database/vm_cluster_add_virtual_network.py +109 -31
- pulumi_oci/database/vm_cluster_network.py +103 -29
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +103 -29
- pulumi_oci/databasemanagement/_inputs.py +1848 -402
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +67 -17
- pulumi_oci/databasemanagement/external_asm.py +73 -19
- pulumi_oci/databasemanagement/external_cluster.py +79 -21
- pulumi_oci/databasemanagement/external_cluster_instance.py +73 -19
- pulumi_oci/databasemanagement/external_db_node.py +70 -18
- pulumi_oci/databasemanagement/external_db_system.py +80 -18
- pulumi_oci/databasemanagement/external_db_system_connector.py +73 -19
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +37 -7
- pulumi_oci/databasemanagement/external_db_system_discovery.py +67 -17
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +43 -9
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +91 -25
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +37 -7
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +84 -21
- pulumi_oci/databasemanagement/external_listener.py +100 -28
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/managed_database_group.py +52 -12
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/outputs.py +7807 -1812
- pulumi_oci/databasemigration/_inputs.py +962 -150
- pulumi_oci/databasemigration/agent.py +82 -22
- pulumi_oci/databasemigration/connection.py +163 -39
- pulumi_oci/databasemigration/get_agent.py +1 -1
- pulumi_oci/databasemigration/get_agent_images.py +1 -1
- pulumi_oci/databasemigration/get_agents.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +12 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +1 -1
- pulumi_oci/databasemigration/job.py +70 -18
- pulumi_oci/databasemigration/migration.py +238 -48
- pulumi_oci/databasemigration/outputs.py +2788 -458
- pulumi_oci/databasetools/_inputs.py +137 -23
- pulumi_oci/databasetools/database_tools_connection.py +116 -30
- pulumi_oci/databasetools/database_tools_private_endpoint.py +103 -29
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +514 -102
- pulumi_oci/datacatalog/_inputs.py +97 -19
- pulumi_oci/datacatalog/catalog.py +70 -18
- pulumi_oci/datacatalog/catalog_private_endpoint.py +70 -18
- pulumi_oci/datacatalog/connection.py +94 -39
- pulumi_oci/datacatalog/data_asset.py +79 -34
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +67 -17
- pulumi_oci/datacatalog/outputs.py +403 -100
- pulumi_oci/dataflow/_inputs.py +421 -78
- pulumi_oci/dataflow/application.py +217 -62
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +241 -70
- pulumi_oci/dataflow/outputs.py +1579 -345
- pulumi_oci/dataflow/pool.py +91 -25
- pulumi_oci/dataflow/private_endpoint.py +97 -27
- pulumi_oci/dataflow/run_statement.py +46 -10
- pulumi_oci/dataflow/sql_endpoint.py +151 -40
- pulumi_oci/dataintegration/_inputs.py +530 -119
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1752 -412
- pulumi_oci/dataintegration/workspace.py +139 -41
- pulumi_oci/dataintegration/workspace_application.py +146 -40
- pulumi_oci/dataintegration/workspace_folder.py +99 -26
- pulumi_oci/dataintegration/workspace_project.py +93 -24
- pulumi_oci/datalabellingservice/_inputs.py +160 -29
- pulumi_oci/datalabellingservice/dataset.py +134 -31
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +518 -96
- pulumi_oci/datasafe/_inputs.py +1508 -333
- pulumi_oci/datasafe/add_sdm_columns.py +25 -3
- pulumi_oci/datasafe/alert.py +103 -29
- pulumi_oci/datasafe/audit_archive_retrieval.py +91 -25
- pulumi_oci/datasafe/audit_policy.py +100 -28
- pulumi_oci/datasafe/audit_profile.py +100 -28
- pulumi_oci/datasafe/audit_trail.py +103 -29
- pulumi_oci/datasafe/compare_security_assessment.py +31 -5
- pulumi_oci/datasafe/compare_user_assessment.py +31 -5
- pulumi_oci/datasafe/data_safe_configuration.py +52 -12
- pulumi_oci/datasafe/data_safe_private_endpoint.py +88 -24
- pulumi_oci/datasafe/discovery_jobs_result.py +82 -25
- pulumi_oci/datasafe/discovery_mod.py +124 -36
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +27 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +73 -19
- pulumi_oci/datasafe/mask_data.py +31 -5
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +31 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +94 -26
- pulumi_oci/datasafe/masking_policy.py +112 -32
- pulumi_oci/datasafe/on_prem_connector.py +67 -17
- pulumi_oci/datasafe/outputs.py +6826 -1649
- pulumi_oci/datasafe/report_definition.py +127 -37
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +70 -18
- pulumi_oci/datasafe/security_assessment.py +115 -33
- pulumi_oci/datasafe/sensitive_data_model.py +109 -31
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +31 -5
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +124 -36
- pulumi_oci/datasafe/sensitive_type.py +112 -32
- pulumi_oci/datasafe/set_security_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/set_user_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/target_alert_policy_association.py +79 -21
- pulumi_oci/datasafe/target_database.py +111 -25
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/user_assessment.py +109 -31
- pulumi_oci/datascience/__init__.py +3 -0
- pulumi_oci/datascience/_inputs.py +1035 -188
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +297 -0
- pulumi_oci/datascience/get_private_endpoints.py +216 -0
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/job.py +133 -34
- pulumi_oci/datascience/job_run.py +107 -27
- pulumi_oci/datascience/model.py +118 -34
- pulumi_oci/datascience/model_artifact_export.py +55 -13
- pulumi_oci/datascience/model_artifact_import.py +55 -13
- pulumi_oci/datascience/model_deployment.py +95 -23
- pulumi_oci/datascience/model_provenance.py +61 -15
- pulumi_oci/datascience/model_version_set.py +67 -17
- pulumi_oci/datascience/notebook_session.py +104 -23
- pulumi_oci/datascience/outputs.py +3349 -646
- pulumi_oci/datascience/pipeline.py +129 -31
- pulumi_oci/datascience/pipeline_run.py +125 -33
- pulumi_oci/datascience/private_endpoint.py +850 -0
- pulumi_oci/datascience/project.py +58 -14
- pulumi_oci/devops/_inputs.py +1616 -278
- pulumi_oci/devops/build_pipeline.py +78 -19
- pulumi_oci/devops/build_pipeline_stage.py +178 -44
- pulumi_oci/devops/build_run.py +95 -23
- pulumi_oci/devops/connection.py +108 -29
- pulumi_oci/devops/deploy_artifact.py +90 -23
- pulumi_oci/devops/deploy_environment.py +107 -27
- pulumi_oci/devops/deploy_pipeline.py +84 -21
- pulumi_oci/devops/deploy_stage.py +480 -128
- pulumi_oci/devops/deployment.py +130 -33
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +5561 -1068
- pulumi_oci/devops/project.py +78 -19
- pulumi_oci/devops/repository.py +114 -31
- pulumi_oci/devops/repository_mirror.py +25 -3
- pulumi_oci/devops/repository_ref.py +58 -14
- pulumi_oci/devops/trigger.py +94 -26
- pulumi_oci/disasterrecovery/_inputs.py +362 -84
- pulumi_oci/disasterrecovery/dr_plan.py +76 -20
- pulumi_oci/disasterrecovery/dr_plan_execution.py +99 -26
- pulumi_oci/disasterrecovery/dr_protection_group.py +101 -25
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1198 -288
- pulumi_oci/dns/_inputs.py +462 -94
- pulumi_oci/dns/action_create_zone_from_zone_file.py +85 -23
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1297 -300
- pulumi_oci/dns/record.py +64 -25
- pulumi_oci/dns/resolver.py +91 -25
- pulumi_oci/dns/resolver_endpoint.py +94 -26
- pulumi_oci/dns/rrset.py +61 -15
- pulumi_oci/dns/steering_policy.py +82 -22
- pulumi_oci/dns/steering_policy_attachment.py +58 -14
- pulumi_oci/dns/tsig_key.py +67 -17
- pulumi_oci/dns/view.py +64 -16
- pulumi_oci/dns/zone.py +97 -27
- pulumi_oci/email/_inputs.py +65 -13
- pulumi_oci/email/dkim.py +76 -20
- pulumi_oci/email/email_domain.py +64 -16
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +245 -59
- pulumi_oci/email/sender.py +55 -13
- pulumi_oci/email/suppression.py +49 -11
- pulumi_oci/emwarehouse/_inputs.py +33 -7
- pulumi_oci/emwarehouse/em_warehouse.py +82 -22
- pulumi_oci/emwarehouse/get_em_warehouse.py +1 -1
- pulumi_oci/emwarehouse/get_em_warehouses.py +1 -1
- pulumi_oci/emwarehouse/get_etl_run.py +1 -1
- pulumi_oci/emwarehouse/get_etl_runs.py +1 -1
- pulumi_oci/emwarehouse/get_resource_usage.py +1 -1
- pulumi_oci/emwarehouse/outputs.py +217 -52
- pulumi_oci/events/_inputs.py +61 -14
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +192 -46
- pulumi_oci/events/rule.py +81 -20
- pulumi_oci/filestorage/_inputs.py +289 -62
- pulumi_oci/filestorage/export.py +55 -13
- pulumi_oci/filestorage/export_set.py +58 -14
- pulumi_oci/filestorage/file_system.py +95 -27
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +70 -18
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +116 -30
- pulumi_oci/filestorage/outbound_connector.py +85 -23
- pulumi_oci/filestorage/outputs.py +915 -231
- pulumi_oci/filestorage/replication.py +88 -24
- pulumi_oci/filestorage/snapshot.py +73 -19
- pulumi_oci/functions/_inputs.py +281 -50
- pulumi_oci/functions/application.py +104 -26
- pulumi_oci/functions/function.py +124 -31
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +67 -17
- pulumi_oci/functions/outputs.py +1740 -359
- pulumi_oci/fusionapps/_inputs.py +170 -34
- pulumi_oci/fusionapps/fusion_environment.py +149 -41
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +58 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +40 -8
- pulumi_oci/fusionapps/fusion_environment_family.py +81 -20
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +64 -16
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +67 -17
- pulumi_oci/fusionapps/outputs.py +170 -34
- pulumi_oci/genericartifactscontent/artifact_by_path.py +76 -20
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/goldengate/_inputs.py +310 -62
- pulumi_oci/goldengate/connection.py +433 -139
- pulumi_oci/goldengate/connection_assignment.py +46 -10
- pulumi_oci/goldengate/database_registration.py +148 -44
- pulumi_oci/goldengate/deployment.py +197 -69
- pulumi_oci/goldengate/deployment_backup.py +100 -28
- pulumi_oci/goldengate/get_connection.py +1 -1
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -1
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +1529 -375
- pulumi_oci/healthchecks/_inputs.py +81 -16
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +112 -32
- pulumi_oci/healthchecks/http_probe.py +82 -22
- pulumi_oci/healthchecks/outputs.py +455 -115
- pulumi_oci/healthchecks/ping_monitor.py +94 -26
- pulumi_oci/healthchecks/ping_probe.py +64 -16
- pulumi_oci/identity/_inputs.py +6778 -1455
- pulumi_oci/identity/api_key.py +43 -9
- pulumi_oci/identity/auth_token.py +46 -10
- pulumi_oci/identity/authentication_policy.py +47 -7
- pulumi_oci/identity/compartment.py +67 -17
- pulumi_oci/identity/customer_secret_key.py +46 -10
- pulumi_oci/identity/db_credential.py +49 -11
- pulumi_oci/identity/domain.py +127 -37
- pulumi_oci/identity/domain_replication_to_region.py +31 -5
- pulumi_oci/identity/domains_account_recovery_setting.py +124 -36
- pulumi_oci/identity/domains_api_key.py +131 -35
- pulumi_oci/identity/domains_app.py +772 -217
- pulumi_oci/identity/domains_app_role.py +165 -48
- pulumi_oci/identity/domains_auth_token.py +134 -36
- pulumi_oci/identity/domains_authentication_factor_setting.py +297 -77
- pulumi_oci/identity/domains_customer_secret_key.py +143 -39
- pulumi_oci/identity/domains_dynamic_resource_group.py +129 -36
- pulumi_oci/identity/domains_grant.py +159 -41
- pulumi_oci/identity/domains_group.py +176 -45
- pulumi_oci/identity/domains_identity_provider.py +384 -116
- pulumi_oci/identity/domains_identity_setting.py +172 -47
- pulumi_oci/identity/domains_kmsi_setting.py +148 -44
- pulumi_oci/identity/domains_my_api_key.py +108 -29
- pulumi_oci/identity/domains_my_auth_token.py +111 -30
- pulumi_oci/identity/domains_my_customer_secret_key.py +120 -33
- pulumi_oci/identity/domains_my_oauth2client_credential.py +129 -36
- pulumi_oci/identity/domains_my_request.py +128 -34
- pulumi_oci/identity/domains_my_smtp_credential.py +114 -31
- pulumi_oci/identity/domains_my_support_account.py +105 -28
- pulumi_oci/identity/domains_my_user_db_credential.py +135 -38
- pulumi_oci/identity/domains_oauth2client_credential.py +152 -42
- pulumi_oci/identity/domains_password_policy.py +319 -101
- pulumi_oci/identity/domains_security_question.py +118 -34
- pulumi_oci/identity/domains_security_question_setting.py +130 -38
- pulumi_oci/identity/domains_smtp_credential.py +137 -37
- pulumi_oci/identity/domains_user.py +430 -108
- pulumi_oci/identity/domains_user_db_credential.py +158 -44
- pulumi_oci/identity/dynamic_group.py +64 -16
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +58 -14
- pulumi_oci/identity/identity_provider.py +94 -26
- pulumi_oci/identity/idp_group_mapping.py +49 -11
- pulumi_oci/identity/import_standard_tags_management.py +34 -6
- pulumi_oci/identity/network_source.py +76 -20
- pulumi_oci/identity/outputs.py +26012 -6023
- pulumi_oci/identity/policy.py +79 -21
- pulumi_oci/identity/smtp_credential.py +49 -11
- pulumi_oci/identity/tag.py +78 -19
- pulumi_oci/identity/tag_default.py +55 -13
- pulumi_oci/identity/tag_namespace.py +61 -15
- pulumi_oci/identity/ui_password.py +37 -7
- pulumi_oci/identity/user.py +85 -23
- pulumi_oci/identity/user_capabilities_management.py +55 -13
- pulumi_oci/identity/user_group_membership.py +46 -10
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +34 -6
- pulumi_oci/integration/_inputs.py +131 -28
- pulumi_oci/integration/get_integration_instance.py +1 -1
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +155 -43
- pulumi_oci/integration/outputs.py +441 -101
- pulumi_oci/jms/_inputs.py +187 -35
- pulumi_oci/jms/fleet.py +101 -25
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/outputs.py +1287 -278
- pulumi_oci/kms/__init__.py +3 -0
- pulumi_oci/kms/_inputs.py +664 -42
- pulumi_oci/kms/ekms_private_endpoint.py +769 -0
- pulumi_oci/kms/encrypted_data.py +71 -23
- pulumi_oci/kms/generated_key.py +69 -16
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +274 -0
- pulumi_oci/kms/get_ekms_private_endpoints.py +136 -0
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +27 -4
- pulumi_oci/kms/get_key_version.py +29 -3
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +5 -5
- pulumi_oci/kms/get_replication_status.py +4 -1
- pulumi_oci/kms/get_vault.py +27 -4
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +224 -91
- pulumi_oci/kms/key_version.py +152 -43
- pulumi_oci/kms/outputs.py +2104 -173
- pulumi_oci/kms/sign.py +75 -29
- pulumi_oci/kms/vault.py +216 -34
- pulumi_oci/kms/vault_verification.py +31 -5
- pulumi_oci/kms/verify.py +83 -33
- pulumi_oci/licensemanager/_inputs.py +55 -12
- pulumi_oci/licensemanager/configuration.py +37 -7
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +100 -28
- pulumi_oci/licensemanager/outputs.py +362 -91
- pulumi_oci/licensemanager/product_license.py +103 -29
- pulumi_oci/limits/_inputs.py +84 -17
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +228 -51
- pulumi_oci/limits/quota.py +70 -18
- pulumi_oci/loadbalancer/_inputs.py +575 -132
- pulumi_oci/loadbalancer/backend.py +73 -19
- pulumi_oci/loadbalancer/backend_set.py +87 -17
- pulumi_oci/loadbalancer/certificate.py +58 -14
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +40 -8
- pulumi_oci/loadbalancer/listener.py +98 -24
- pulumi_oci/loadbalancer/load_balancer.py +105 -28
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +46 -10
- pulumi_oci/loadbalancer/outputs.py +1420 -325
- pulumi_oci/loadbalancer/path_route_set.py +40 -8
- pulumi_oci/loadbalancer/rule_set.py +40 -8
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +40 -21
- pulumi_oci/loganalytics/_inputs.py +375 -79
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +1 -1
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +115 -33
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +58 -14
- pulumi_oci/loganalytics/log_analytics_log_group.py +61 -15
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +163 -49
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +31 -5
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +43 -9
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +43 -9
- pulumi_oci/loganalytics/namespace.py +37 -7
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +87 -22
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +37 -7
- pulumi_oci/loganalytics/namespace_scheduled_task.py +110 -28
- pulumi_oci/loganalytics/outputs.py +1401 -316
- pulumi_oci/logging/_inputs.py +284 -65
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +87 -22
- pulumi_oci/logging/log_group.py +58 -14
- pulumi_oci/logging/log_saved_search.py +64 -16
- pulumi_oci/logging/outputs.py +718 -170
- pulumi_oci/logging/unified_agent_configuration.py +89 -21
- pulumi_oci/managementagent/_inputs.py +125 -26
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +112 -32
- pulumi_oci/managementagent/management_agent_install_key.py +70 -18
- pulumi_oci/managementagent/outputs.py +520 -125
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +31 -5
- pulumi_oci/marketplace/_inputs.py +238 -45
- pulumi_oci/marketplace/accepted_agreement.py +70 -18
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +55 -13
- pulumi_oci/marketplace/outputs.py +1266 -257
- pulumi_oci/marketplace/publication.py +99 -26
- pulumi_oci/mediaservices/_inputs.py +274 -57
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +139 -41
- pulumi_oci/mediaservices/media_workflow.py +79 -21
- pulumi_oci/mediaservices/media_workflow_configuration.py +64 -16
- pulumi_oci/mediaservices/media_workflow_job.py +103 -29
- pulumi_oci/mediaservices/outputs.py +1093 -253
- pulumi_oci/mediaservices/stream_cdn_config.py +78 -19
- pulumi_oci/mediaservices/stream_distribution_channel.py +58 -14
- pulumi_oci/mediaservices/stream_packaging_config.py +81 -20
- pulumi_oci/meteringcomputation/_inputs.py +440 -103
- pulumi_oci/meteringcomputation/custom_table.py +42 -7
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +1 -1
- pulumi_oci/meteringcomputation/get_schedules.py +1 -1
- pulumi_oci/meteringcomputation/outputs.py +1074 -242
- pulumi_oci/meteringcomputation/query.py +36 -5
- pulumi_oci/meteringcomputation/schedule.py +107 -27
- pulumi_oci/meteringcomputation/usage.py +93 -24
- pulumi_oci/monitoring/_inputs.py +81 -16
- pulumi_oci/monitoring/alarm.py +147 -42
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +333 -79
- pulumi_oci/mysql/_inputs.py +1053 -242
- pulumi_oci/mysql/channel.py +89 -21
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_backups.py +1 -1
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +1 -1
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +43 -3
- pulumi_oci/mysql/get_replicas.py +39 -2
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +61 -15
- pulumi_oci/mysql/mysql_backup.py +97 -27
- pulumi_oci/mysql/mysql_configuration.py +95 -23
- pulumi_oci/mysql/mysql_db_system.py +217 -62
- pulumi_oci/mysql/outputs.py +3298 -788
- pulumi_oci/mysql/replica.py +245 -65
- pulumi_oci/networkfirewall/_inputs.py +239 -50
- pulumi_oci/networkfirewall/get_network_firewall.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +94 -26
- pulumi_oci/networkfirewall/network_firewall_policy.py +103 -29
- pulumi_oci/networkfirewall/outputs.py +787 -172
- pulumi_oci/networkloadbalancer/_inputs.py +272 -61
- pulumi_oci/networkloadbalancer/backend.py +79 -21
- pulumi_oci/networkloadbalancer/backend_set.py +63 -14
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +55 -13
- pulumi_oci/networkloadbalancer/network_load_balancer.py +97 -27
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +66 -15
- pulumi_oci/networkloadbalancer/outputs.py +716 -160
- pulumi_oci/nosql/_inputs.py +131 -28
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +61 -15
- pulumi_oci/nosql/outputs.py +416 -95
- pulumi_oci/nosql/table.py +87 -22
- pulumi_oci/objectstorage/_inputs.py +210 -45
- pulumi_oci/objectstorage/bucket.py +124 -36
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +37 -7
- pulumi_oci/objectstorage/object_lifecycle_policy.py +40 -8
- pulumi_oci/objectstorage/outputs.py +576 -139
- pulumi_oci/objectstorage/preauthrequest.py +79 -24
- pulumi_oci/objectstorage/replication_policy.py +67 -20
- pulumi_oci/objectstorage/storage_object.py +132 -37
- pulumi_oci/oce/_inputs.py +17 -4
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +148 -44
- pulumi_oci/oce/outputs.py +105 -31
- pulumi_oci/ocvp/_inputs.py +139 -26
- pulumi_oci/ocvp/esxi_host.py +139 -54
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +587 -145
- pulumi_oci/ocvp/sddc.py +289 -91
- pulumi_oci/oda/_inputs.py +94 -18
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +112 -32
- pulumi_oci/oda/oda_private_endpoint.py +70 -18
- pulumi_oci/oda/oda_private_endpoint_attachment.py +43 -9
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +49 -11
- pulumi_oci/oda/outputs.py +354 -79
- pulumi_oci/onesubsription/_inputs.py +161 -31
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +3104 -809
- pulumi_oci/ons/_inputs.py +33 -7
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +67 -17
- pulumi_oci/ons/outputs.py +139 -33
- pulumi_oci/ons/subscription.py +70 -18
- pulumi_oci/opa/_inputs.py +39 -9
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +109 -31
- pulumi_oci/opa/outputs.py +163 -41
- pulumi_oci/opensearch/_inputs.py +33 -7
- pulumi_oci/opensearch/cluster.py +217 -67
- pulumi_oci/opensearch/get_opensearch_cluster.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/outputs.py +200 -51
- pulumi_oci/operatoraccesscontrol/_inputs.py +65 -13
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +112 -32
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +151 -45
- pulumi_oci/operatoraccesscontrol/outputs.py +451 -116
- pulumi_oci/opsi/_inputs.py +476 -101
- pulumi_oci/opsi/awr_hub.py +73 -19
- pulumi_oci/opsi/database_insight.py +193 -54
- pulumi_oci/opsi/enterprise_manager_bridge.py +76 -20
- pulumi_oci/opsi/exadata_insight.py +130 -38
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +130 -38
- pulumi_oci/opsi/news_report.py +99 -26
- pulumi_oci/opsi/operations_insights_private_endpoint.py +94 -26
- pulumi_oci/opsi/operations_insights_warehouse.py +85 -23
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +31 -5
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +25 -3
- pulumi_oci/opsi/operations_insights_warehouse_user.py +88 -24
- pulumi_oci/opsi/opsi_configuration.py +103 -29
- pulumi_oci/opsi/outputs.py +2124 -508
- pulumi_oci/optimizer/_inputs.py +240 -41
- pulumi_oci/optimizer/enrollment_status.py +46 -10
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1112 -222
- pulumi_oci/optimizer/profile.py +97 -22
- pulumi_oci/optimizer/recommendation.py +76 -20
- pulumi_oci/optimizer/resource_action.py +82 -22
- pulumi_oci/osmanagement/_inputs.py +211 -36
- pulumi_oci/osmanagement/get_managed_instance.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_managed_instances.py +1 -1
- pulumi_oci/osmanagement/get_software_source.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_sources.py +1 -1
- pulumi_oci/osmanagement/managed_instance.py +106 -30
- pulumi_oci/osmanagement/managed_instance_group.py +64 -16
- pulumi_oci/osmanagement/managed_instance_management.py +78 -19
- pulumi_oci/osmanagement/outputs.py +644 -136
- pulumi_oci/osmanagement/software_source.py +115 -33
- pulumi_oci/ospgateway/_inputs.py +544 -147
- pulumi_oci/ospgateway/address_action_verification.py +196 -60
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +2149 -563
- pulumi_oci/ospgateway/subscription.py +114 -31
- pulumi_oci/osubbillingschedule/_inputs.py +17 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +73 -18
- pulumi_oci/osuborganizationsubscription/_inputs.py +17 -4
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +64 -15
- pulumi_oci/osubsubscription/_inputs.py +49 -10
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +326 -79
- pulumi_oci/osubusage/_inputs.py +33 -7
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +354 -93
- pulumi_oci/provider.py +51 -14
- pulumi_oci/queue/_inputs.py +17 -4
- pulumi_oci/queue/get_queue.py +28 -15
- pulumi_oci/queue/get_queues.py +11 -11
- pulumi_oci/queue/outputs.py +116 -38
- pulumi_oci/queue/queue.py +211 -84
- pulumi_oci/recoverymod/_inputs.py +90 -19
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +361 -86
- pulumi_oci/recoverymod/protected_database.py +115 -33
- pulumi_oci/recoverymod/protection_policy.py +67 -17
- pulumi_oci/recoverymod/recovery_service_subnet.py +70 -18
- pulumi_oci/resourcemanager/_inputs.py +33 -7
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +161 -38
- pulumi_oci/resourcemanager/private_endpoint.py +88 -24
- pulumi_oci/sch/_inputs.py +220 -46
- pulumi_oci/sch/connector.py +95 -23
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +685 -145
- pulumi_oci/secrets/_inputs.py +17 -4
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +58 -13
- pulumi_oci/servicecatalog/_inputs.py +97 -19
- pulumi_oci/servicecatalog/catalog.py +52 -12
- pulumi_oci/servicecatalog/catalog_association.py +40 -8
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +334 -70
- pulumi_oci/servicecatalog/private_application.py +87 -22
- pulumi_oci/servicemanagerproxy/_inputs.py +17 -4
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +125 -26
- pulumi_oci/servicemesh/_inputs.py +493 -95
- pulumi_oci/servicemesh/access_policy.py +76 -20
- pulumi_oci/servicemesh/get_access_policies.py +1 -1
- pulumi_oci/servicemesh/get_access_policy.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateways.py +1 -1
- pulumi_oci/servicemesh/get_mesh.py +1 -1
- pulumi_oci/servicemesh/get_meshes.py +1 -1
- pulumi_oci/servicemesh/get_proxy_detail.py +21 -1
- pulumi_oci/servicemesh/get_virtual_deployment.py +1 -1
- pulumi_oci/servicemesh/get_virtual_deployments.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_virtual_services.py +1 -1
- pulumi_oci/servicemesh/ingress_gateway.py +98 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +82 -22
- pulumi_oci/servicemesh/mesh.py +81 -20
- pulumi_oci/servicemesh/outputs.py +1669 -347
- pulumi_oci/servicemesh/virtual_deployment.py +98 -24
- pulumi_oci/servicemesh/virtual_service.py +98 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +82 -22
- pulumi_oci/stackmonitoring/_inputs.py +511 -108
- pulumi_oci/stackmonitoring/config.py +73 -19
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +1 -1
- pulumi_oci/stackmonitoring/get_configs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +151 -40
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +58 -14
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +40 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +124 -36
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +70 -18
- pulumi_oci/stackmonitoring/outputs.py +920 -193
- pulumi_oci/streaming/_inputs.py +97 -19
- pulumi_oci/streaming/connect_harness.py +52 -12
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +313 -70
- pulumi_oci/streaming/stream.py +73 -19
- pulumi_oci/streaming/stream_pool.py +91 -20
- pulumi_oci/usageproxy/_inputs.py +129 -25
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +682 -151
- pulumi_oci/usageproxy/subscription_redeemable_user.py +43 -9
- pulumi_oci/vault/_inputs.py +58 -13
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +198 -48
- pulumi_oci/vault/secret.py +102 -27
- pulumi_oci/vbs/_inputs.py +17 -4
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +85 -23
- pulumi_oci/vbs/outputs.py +79 -20
- pulumi_oci/visualbuilder/_inputs.py +93 -20
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +360 -81
- pulumi_oci/visualbuilder/vb_instance.py +120 -33
- pulumi_oci/vnmonitoring/_inputs.py +229 -56
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +500 -123
- pulumi_oci/vnmonitoring/path_analysi.py +93 -19
- pulumi_oci/vnmonitoring/path_analyzer_test.py +105 -23
- pulumi_oci/vulnerabilityscanning/_inputs.py +220 -39
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +72 -17
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +78 -19
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +99 -21
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +79 -21
- pulumi_oci/vulnerabilityscanning/outputs.py +770 -150
- pulumi_oci/waa/_inputs.py +63 -10
- pulumi_oci/waa/app_acceleration.py +79 -21
- pulumi_oci/waa/app_acceleration_policy.py +83 -19
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +232 -43
- pulumi_oci/waas/_inputs.py +960 -225
- pulumi_oci/waas/address_list.py +58 -14
- pulumi_oci/waas/certificate.py +97 -27
- pulumi_oci/waas/custom_protection_rule.py +64 -16
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +72 -17
- pulumi_oci/waas/outputs.py +2925 -705
- pulumi_oci/waas/policy.py +98 -24
- pulumi_oci/waas/protection_rule.py +55 -13
- pulumi_oci/waas/purge_cache.py +31 -5
- pulumi_oci/waf/_inputs.py +500 -102
- pulumi_oci/waf/app_firewall.py +79 -21
- pulumi_oci/waf/app_firewall_policy.py +122 -27
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +79 -21
- pulumi_oci/waf/outputs.py +1595 -334
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/METADATA +1 -1
- pulumi_oci-1.12.0.dist-info/RECORD +2330 -0
- pulumi_oci-1.11.0a1695829678.dist-info/RECORD +0 -2315
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2330 @@
|
|
1
|
+
pulumi_oci/__init__.py,sha256=-VCFOi6XQ7z8LG6injENMKySgdF2EK7Nil2S44k7OYE,125595
|
2
|
+
pulumi_oci/_utilities.py,sha256=fRvpCIKutW049SlpPUAoouFyjnSSk1J-OY0b8SDzJaE,8081
|
3
|
+
pulumi_oci/provider.py,sha256=4Hb50nwpEWESUpZdHP2riHwxoljb6X0LlB2eds7y7mU,26257
|
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=ni9cnci5ZUbptKC9eJr0J_rO9EVYFfyNdycTb6mS9tE,679
|
7
|
+
pulumi_oci/adm/_inputs.py,sha256=RcGjHbW7UBsoOzAs4xwupPkl-Wnqj0Nq1bIKxyyNF1Q,18956
|
8
|
+
pulumi_oci/adm/get_knowledgebase.py,sha256=zC4QmbH7i8PltCahTQ7jLLK-udKDPLPo0zUQZhvDqtc,8629
|
9
|
+
pulumi_oci/adm/get_knowledgebases.py,sha256=-KiGnVHd3ZpNbac3Xwu3f-UKfyWHuQTKDmadCG_yCCs,7838
|
10
|
+
pulumi_oci/adm/get_vulnerability_audit.py,sha256=PGMelF6w1Mt_APMqr9WdVXy1GHu23MnQkYiWb5oN0QI,18181
|
11
|
+
pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py,sha256=yvgSJJZ-vE-YJJMyTj5wOZLQ-ZZApzibSjnTh4ZMOUs,16144
|
12
|
+
pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py,sha256=5exmXh3wRM42TVWcRN2KeyuvKubvm_tRUPEBFJ21acE,14523
|
13
|
+
pulumi_oci/adm/get_vulnerability_audits.py,sha256=5tjLyH21aQsSt8M6UQfgyTiSYF4cpwWqYmCpuHcLm1w,10623
|
14
|
+
pulumi_oci/adm/knowledge_base.py,sha256=0lFaH8Ft9-Zj_ImMv3V8qK8rNm9n8exRYoJ87bl5BJk,24821
|
15
|
+
pulumi_oci/adm/outputs.py,sha256=hDf5AMvkpEgcWbrXgBFBJ33cI3GSzCN8pWyWWukwRls,72185
|
16
|
+
pulumi_oci/adm/vulnerability_audit.py,sha256=wAH18q6971LV1i6K_pqcRMSyw3MPhk5Y2wJvmeG3mOI,58333
|
17
|
+
pulumi_oci/aianomalydetection/__init__.py,sha256=IJeFbCr5N-KYllF7NChbywHeymulXgw99Za-EQYfqkk,836
|
18
|
+
pulumi_oci/aianomalydetection/_inputs.py,sha256=XYSo3dUguzokRvFo_WbCf_cRgjwMMTDUwwAm3reDX9E,62862
|
19
|
+
pulumi_oci/aianomalydetection/ai_private_endpoint.py,sha256=JnrMfCDoZt07YwySpe3Lv-bGg25D9ikz18L19L3--6Q,33416
|
20
|
+
pulumi_oci/aianomalydetection/data_asset.py,sha256=Iyj0rPCo1_nMt0yk8BZt24B9KrnIqpCnTE9fAlTypO8,39595
|
21
|
+
pulumi_oci/aianomalydetection/detect_anomaly_job.py,sha256=QEwAHVEmZ5hJqIBhhSz6vQWAtqa6I67S8CrE1NswcrU,36145
|
22
|
+
pulumi_oci/aianomalydetection/get_ai_private_endpoint.py,sha256=68pJscuY54e7dBx84CBv33U6B7aenjSWlz3hVE0uyog,10971
|
23
|
+
pulumi_oci/aianomalydetection/get_ai_private_endpoints.py,sha256=Xm5v1td69z_kKGXJP-mScWCiOn1WpEDnU3TFYiUM48Y,7758
|
24
|
+
pulumi_oci/aianomalydetection/get_detect_anomaly_job.py,sha256=BXybCaHNblknGfkk3w3vgtEjasff1TYiDNhyRhT-lsE,12658
|
25
|
+
pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py,sha256=-E0Njyb9eafmYB6oMJp_CLSWywUTnOoLOz5Mug8PvjU,10500
|
26
|
+
pulumi_oci/aianomalydetection/get_detection_data_asset.py,sha256=pIDGRY_kAvzZO3UEXtgrGxldndtbnUpcvBkfddZjvqY,10559
|
27
|
+
pulumi_oci/aianomalydetection/get_detection_data_assets.py,sha256=Yz0hgbg1ymuH2EOfEXgnQWZfDQAKDHYjkUnZaeeIboM,8293
|
28
|
+
pulumi_oci/aianomalydetection/get_detection_model.py,sha256=sn1Jizjpy6-MJ2vWXTalAik-a-oJabY5dLvUmf7vbS0,11243
|
29
|
+
pulumi_oci/aianomalydetection/get_detection_models.py,sha256=8UtVwcSMqqbr812skJLaPqcCmEgF5BlPs2Ca5zD5RaI,8057
|
30
|
+
pulumi_oci/aianomalydetection/get_detection_project.py,sha256=qwGOhvg9hzXWXZQaXe50eIdEw8OYRFN46qYTlZ_b77Q,8672
|
31
|
+
pulumi_oci/aianomalydetection/get_detection_projects.py,sha256=jGdoH1RHSPuSDDjGIagsL5IhwgxeYluO8OlJses7NSw,7085
|
32
|
+
pulumi_oci/aianomalydetection/model.py,sha256=VqdbSOlTZDNDFPDhyRnUA6nXtxNsgzoVrPMSt-AK_w8,37510
|
33
|
+
pulumi_oci/aianomalydetection/outputs.py,sha256=E1lMeTbAcw1ouDJVx7mjWjM4JNlsmmfuKUNMDb3MXBI,172188
|
34
|
+
pulumi_oci/aianomalydetection/project.py,sha256=t4MiRJmMBl2iOf3JsYjNeKDZrRnvShw48Shtywlq1cY,26715
|
35
|
+
pulumi_oci/aidocument/__init__.py,sha256=d0LuHBLIlQQUvkP_M1Drwejugy7woXZrocByR6ngkWk,526
|
36
|
+
pulumi_oci/aidocument/_inputs.py,sha256=zcXiL6FlMn6qxbSQu1CxhWsk3j_y4L0pTuWkeGoYtHo,53926
|
37
|
+
pulumi_oci/aidocument/get_model.py,sha256=UXAT3dcfagu5Ea4KEFgfzIhp9wOqLK8KAFFgFreP6O0,17490
|
38
|
+
pulumi_oci/aidocument/get_models.py,sha256=WkYrEsZnDPMtsj5Bzz2kNVRV3JfMiSwGy14q2QdZnk8,7904
|
39
|
+
pulumi_oci/aidocument/get_processor_job.py,sha256=NBsJfAgo5tDcUH4NNXJ6ArxYkaz6RbYBstpOsTEls6Q,9639
|
40
|
+
pulumi_oci/aidocument/get_project.py,sha256=nlkK1dluibpT7iKojI8Po_vczwooSGMlbQS_7cPFfE4,8890
|
41
|
+
pulumi_oci/aidocument/get_projects.py,sha256=fiFVJMXPoWMNhUEeNTFwzM9h7EeI3-GFuCyWOKu5i1U,6944
|
42
|
+
pulumi_oci/aidocument/model.py,sha256=JmsjVaBeGPKo9-Qji8dl0f8LB2hMHTua5o72OTud9wc,59766
|
43
|
+
pulumi_oci/aidocument/outputs.py,sha256=RFo3SlQybpzPdES1kWlIvLtAAN9fwNLeJdczZ84PUyw,130612
|
44
|
+
pulumi_oci/aidocument/processor_job.py,sha256=M16VGo3Iu38qOQ2cz4B_FUddGsv_o6AN7H4zGaqX_EA,30686
|
45
|
+
pulumi_oci/aidocument/project.py,sha256=1nASR6XfvPcG0GQmKhOhWo43IhfYWOAT5vPQVhTL_dk,27172
|
46
|
+
pulumi_oci/ailanguage/__init__.py,sha256=zxBZzuuHX91w8GtjrcjZZcX2T8ryEncqi6ZcV_dJchw,619
|
47
|
+
pulumi_oci/ailanguage/_inputs.py,sha256=jaccjGT--5JIhHgllA6IgWgDeCfl3lSrQ0rrtOQJfAA,55267
|
48
|
+
pulumi_oci/ailanguage/endpoint.py,sha256=9s_wyfnsAeKIMD7mh629uKAAjYt8OWj476sPMrjvsjM,35904
|
49
|
+
pulumi_oci/ailanguage/get_endpoint.py,sha256=HyWfjIx3dZY6w4KZiXJWa487D8sldEmZ6wxM0BC_Dm8,10086
|
50
|
+
pulumi_oci/ailanguage/get_endpoints.py,sha256=9JfFWXYT1rxP31IpqEx7e2MIuMt70RxicWVNI4ZvA1g,8540
|
51
|
+
pulumi_oci/ailanguage/get_model.py,sha256=8WF7SU5q42pNUVGt7RUQpTD2ljDVdFQwS75iJm30oBE,12087
|
52
|
+
pulumi_oci/ailanguage/get_model_evaluation_results.py,sha256=jWsaHsj5rjI_za2RvQipwtuw-dYvlgTQndDWMjB_78s,5180
|
53
|
+
pulumi_oci/ailanguage/get_model_type.py,sha256=3Y7OucJublLDCCs4zIVMXkTHwGyYq277yYgRB8Zfzn4,4278
|
54
|
+
pulumi_oci/ailanguage/get_models.py,sha256=ppBbmiddYKwlhC2-BDq1OHPS1f-ZGzi0Ev5qUY5IJgQ,7444
|
55
|
+
pulumi_oci/ailanguage/get_project.py,sha256=Ml71aXJou7MkoGWyq8P1GtpUbljzeQ0jrr3OE4rDLRk,8219
|
56
|
+
pulumi_oci/ailanguage/get_projects.py,sha256=FERSGMfIz4-kcK2GrV4GdgDK13t-Fp3W3uDXb_gtwzs,6524
|
57
|
+
pulumi_oci/ailanguage/model.py,sha256=t0m45CaUihwhO8pwqrKhZYvtMxg2rOdB8UIaTVD8EdE,48451
|
58
|
+
pulumi_oci/ailanguage/outputs.py,sha256=joSMoOV4F10fq3akr0wQw791Rd2-H4FMiF3LykHMLks,161481
|
59
|
+
pulumi_oci/ailanguage/project.py,sha256=1JI5H_B8DYcAwvEJq6QJyOSfLtVYFM03s9ute1hfyvg,28537
|
60
|
+
pulumi_oci/aivision/__init__.py,sha256=gXaK4KT8qz5ur0aZnTSzMybyCBiJ5ptbf0I2Tbn1gVI,464
|
61
|
+
pulumi_oci/aivision/_inputs.py,sha256=__KORbMXiQSCU3dtvp0JpAiWsalzS25ClCLJmtMb3bQ,15833
|
62
|
+
pulumi_oci/aivision/get_model.py,sha256=MkVaEMq5XxxP0RhfnzVCPIR-j0T-cCfcc9cAFVxJ91w,18201
|
63
|
+
pulumi_oci/aivision/get_models.py,sha256=P73yZapogBlgBUnoQmqT-F2KVA4Yr_AJ2hKGg-UNOl4,7821
|
64
|
+
pulumi_oci/aivision/get_project.py,sha256=zQxvjz8In8gjHALkH188mrvx_xWFjN91X10Ubx4Zbg8,8852
|
65
|
+
pulumi_oci/aivision/get_projects.py,sha256=sWqre_1hSIOg2T6QfsnQnWM9RJY4TF1lUeWdCKYR7NU,6891
|
66
|
+
pulumi_oci/aivision/model.py,sha256=juc6EkgjaysS9zJu-F4eyHthhFjPOkgeIdpI_lYk4Cg,60915
|
67
|
+
pulumi_oci/aivision/outputs.py,sha256=pIlaWrlG-b__DVjbBGhRNCm1kO3WiACP-UuCEQ2AS5E,52304
|
68
|
+
pulumi_oci/aivision/project.py,sha256=qvegfa-iL2acCzsjW570Pgu8y-KXqvniiYSRaCqtplc,26967
|
69
|
+
pulumi_oci/analytics/__init__.py,sha256=PX8rZZIsH04dn_SaouFgIJ9aVoNHlH6BS3DyDB8SYco,588
|
70
|
+
pulumi_oci/analytics/_inputs.py,sha256=BJcI3_GtM38jiNiIhIbkBOMo8zBYcIvUwbOTaodws74,17300
|
71
|
+
pulumi_oci/analytics/analytics_instance.py,sha256=KYkIEpWqGSDtrkeYJPHmpRvofTTRKdPcP--i4AsJpDo,52484
|
72
|
+
pulumi_oci/analytics/analytics_instance_private_access_channel.py,sha256=BWZj4dm66G3AcRvZWGGBX4XMu4TFs74ymyoWQM8eEUc,38258
|
73
|
+
pulumi_oci/analytics/analytics_instance_vanity_url.py,sha256=UZqsFZtYEuFRtBxF-Al7N78ytdDzs_KqNeONvhdZu2M,25622
|
74
|
+
pulumi_oci/analytics/get_analytics_instance.py,sha256=ibD3fV1lZE60GSFpuNLRJUKqx1dvB3Woc_86hzE4hgc,13170
|
75
|
+
pulumi_oci/analytics/get_analytics_instance_private_access_channel.py,sha256=DjU_oGjSkk5imUyFw_FOXTQprQaEBfux3LwYhQ-W-CA,11549
|
76
|
+
pulumi_oci/analytics/get_analytics_instances.py,sha256=abfphufj5f7vBSvHQbLcL0d50FokDlUqiugPlpL4ZSA,9019
|
77
|
+
pulumi_oci/analytics/outputs.py,sha256=IXOYqLayrWNdkCCL1-AkSAma88LLFfC7Z7etJvJorDY,46470
|
78
|
+
pulumi_oci/announcementsservice/__init__.py,sha256=YIHFZl_hY2S-aDd6L-eXnk4JZovXv5rT76iYT05-1IA,570
|
79
|
+
pulumi_oci/announcementsservice/_inputs.py,sha256=SvU_EwWz1gqpmvSNyoTqoSLdCxvI-jHghTf3eZFTvuk,7362
|
80
|
+
pulumi_oci/announcementsservice/announcement_subscription.py,sha256=m5W-TUhrSRDnmveSpm5klp-6Fgg5EplLV3IJhY7fGqU,50317
|
81
|
+
pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py,sha256=u6zrhBDIvoTPZPCE6XjgNsr91gUueku2j6nMTQoxKlw,15875
|
82
|
+
pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py,sha256=N5FyKQcwUuOtuSoXcZnWPo616vNxf_-7pE4OIzIlFK8,18933
|
83
|
+
pulumi_oci/announcementsservice/get_announcement_subscription.py,sha256=xXsdPiSp-lzezqSERLRm-jx0DhM_qly9NmVgHII5VqA,14315
|
84
|
+
pulumi_oci/announcementsservice/get_announcement_subscriptions.py,sha256=trn-BOSsxUX-f9_QazwsJeMffNGSTRV-Q6-ksOvff6U,9235
|
85
|
+
pulumi_oci/announcementsservice/outputs.py,sha256=pZQEgADz7npPJ9K83PYbLnUgUlyJAFtrUeAmmypQ_1Y,24078
|
86
|
+
pulumi_oci/apigateway/__init__.py,sha256=feHoi7mAuAgjIN6cG5Iu_4htsdllNe-mgoN45508Hqo,922
|
87
|
+
pulumi_oci/apigateway/_inputs.py,sha256=s_cg5H6i_UKoc7CbJZqxYGN8xOdHX3j-uTORLkmSD8w,429382
|
88
|
+
pulumi_oci/apigateway/api.py,sha256=l-Dr0Hg57-h9yPvLexZso8eC0AsKpfgtZnxTJBDMN8o,33529
|
89
|
+
pulumi_oci/apigateway/certificate.py,sha256=IzpJERRtUs-0z-gBAvBFf7Y8T8oONsFhEhpqRa32o3g,37643
|
90
|
+
pulumi_oci/apigateway/deployment.py,sha256=6y7IAb1bl_bXrTkgITnOA4WvfhEWvb-hEJcR21UArV4,148856
|
91
|
+
pulumi_oci/apigateway/gateway.py,sha256=sqziaA5yBMyXci9oHtS47au_qDf4u-a5r3cqGkLbp3g,51605
|
92
|
+
pulumi_oci/apigateway/get_api.py,sha256=rmMhyVjkuj7zFSwiQqu7UWk4Fcz9oySFkiSBmrj9JPU,10182
|
93
|
+
pulumi_oci/apigateway/get_api_content.py,sha256=ESgizhpNOCwTUVK8KYWDjYXhwtQRO8egk25dsCity64,3519
|
94
|
+
pulumi_oci/apigateway/get_api_deployment_specification.py,sha256=L5K-wqgAIWNxvy1iTxfeXQyLuMaM8TTzApLXAKzOLhY,5513
|
95
|
+
pulumi_oci/apigateway/get_api_validation.py,sha256=_WO7y08km6mqNzhBFQI-5RB72NJxrZWC6KzuhIGZzj0,3790
|
96
|
+
pulumi_oci/apigateway/get_apis.py,sha256=bbE9CnIi2MvUdUpE1Lx7jmiBA2cBAkk4OC3UHNHCL-8,6636
|
97
|
+
pulumi_oci/apigateway/get_certificate.py,sha256=7QSJiQNZLWwEaeu0YXzRLKJ8fFVPnqmli67uGl75JLI,11419
|
98
|
+
pulumi_oci/apigateway/get_certificates.py,sha256=lr2zK9d0dyUCwIOT-QDBzCiaUbl1XGc93oduchO_xx4,7126
|
99
|
+
pulumi_oci/apigateway/get_deployment.py,sha256=O-V6tdyRoI0SpfXEBNRwWmyUQT6KNOx8uchZieNBvTo,10873
|
100
|
+
pulumi_oci/apigateway/get_deployments.py,sha256=LTJDhMRIQMmGgHHAuV06-Yk5O1igqPI-QEwupaH8pdY,8067
|
101
|
+
pulumi_oci/apigateway/get_gateway.py,sha256=ozRBsIMzfVMFWF8a-Hcqu4rU9oB3UrrbRvwRQ93NnTQ,13303
|
102
|
+
pulumi_oci/apigateway/get_gateways.py,sha256=GuVmyx6fNJNvP1BttJAjanNPp056mKFijKi_k9pLG_k,8003
|
103
|
+
pulumi_oci/apigateway/get_subscriber.py,sha256=TZ3dY0pbV4_81rK8tCXU4oVaHzhXrKiSFkZRuX36dnY,9582
|
104
|
+
pulumi_oci/apigateway/get_subscribers.py,sha256=l-5Sbk9QqyvGYg39hRCoyY6boBkGybLm7FOijDtTFys,7040
|
105
|
+
pulumi_oci/apigateway/get_usage_plan.py,sha256=6Jw8gti_jzcSLQJ821cMHfDlTlm3ApiyL6x3ZeUdbNM,9056
|
106
|
+
pulumi_oci/apigateway/get_usage_plans.py,sha256=16LMgTRxfZOoQp7ZVZPdaEpKFh-Ku_O7ETISA2JWUvk,7021
|
107
|
+
pulumi_oci/apigateway/outputs.py,sha256=cs-UDxVgKXCSjkEQiuv3GhwfiG2W9Kk5vgg6ohMXiaw,1332192
|
108
|
+
pulumi_oci/apigateway/subscriber.py,sha256=kmZm1nxlFoJun6NmS_2AA27zMPQI_HzJaqQ_9xbSAXE,33181
|
109
|
+
pulumi_oci/apigateway/usage_plan.py,sha256=snN18FwW23RR3FkTlPniOkd8sjcxEBsbqYkIiAChNJo,32064
|
110
|
+
pulumi_oci/apm/__init__.py,sha256=VlWpxW-unSo6Cqrm8fmR-4BWqYnGZir2OqWjThDNgTo,430
|
111
|
+
pulumi_oci/apm/_inputs.py,sha256=ALSGE3dQxX1U8hQnzuD72q_AKCjAI-EiijIbOsEEotI,3479
|
112
|
+
pulumi_oci/apm/apm_domain.py,sha256=Mn8JQLxZtrX2mX3I0X9gxUaoKeQrOrnqe2Jmd6r92k0,28171
|
113
|
+
pulumi_oci/apm/get_apm_domain.py,sha256=FyaVd9J5oDCkl4hWyXy8cImn1FqJUj1IzFExb-ie3M4,8964
|
114
|
+
pulumi_oci/apm/get_apm_domains.py,sha256=GaeYuamcHB8wIOf3tSXfSZ2Um-m9FFwmTqH_YY5-d20,6640
|
115
|
+
pulumi_oci/apm/get_data_keys.py,sha256=IVSKicsZgOCMDrWINjtdYqitdPnMmmB3ChipoVAgvCs,5505
|
116
|
+
pulumi_oci/apm/outputs.py,sha256=Ma5FG8_ZLEHACR0Ym3ocmbV_Q0Y-KGRZjIaJy2PWAMk,10378
|
117
|
+
pulumi_oci/apmconfig/__init__.py,sha256=QzbSqiZ9hOe5ZhTSpwQTKAFIfMRYphPCbvG8-1FfQ_0,389
|
118
|
+
pulumi_oci/apmconfig/_inputs.py,sha256=4nF3vR_BMLyDs55Y2o2C7tRlUtpV9D_pHIheV8PwSrM,18399
|
119
|
+
pulumi_oci/apmconfig/config.py,sha256=uOR42IRY0WhHflL3b6uKvQwBWmWZ6ppWpttAQJu8TM4,57621
|
120
|
+
pulumi_oci/apmconfig/get_config.py,sha256=WNbmr1f6xCcUI9yrxE1Vi6_RxxXdSuu-kSn-wepUu54,15137
|
121
|
+
pulumi_oci/apmconfig/get_configs.py,sha256=QuJOo_k6ytNeKwG09zEHb7RlQup8CPwPj4QzsCgmCXY,15243
|
122
|
+
pulumi_oci/apmconfig/outputs.py,sha256=1K6WmnYEguc0IXaVpOLHncoK_9A6_kptfz6DQlN2rgk,53054
|
123
|
+
pulumi_oci/apmsynthetics/__init__.py,sha256=kZgQxs2gwxF_dID8gfIiJVb5HK_IUSp2dLvWUcIeH_g,685
|
124
|
+
pulumi_oci/apmsynthetics/_inputs.py,sha256=k4Ygc_y-foHyW7V6sNM0yEmaIwHiUohEGs3cFyrgGwM,81131
|
125
|
+
pulumi_oci/apmsynthetics/config.py,sha256=-FJ8JqIM4k4G_j9JXKLZAN5K8PlvOcyDSucIUUumRbY,90414
|
126
|
+
pulumi_oci/apmsynthetics/dedicated_vantage_point.py,sha256=iYH0gKSWkmEMHPwUJuhmKmrd4qPY8dL5gYhXp3LNsuw,34884
|
127
|
+
pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py,sha256=SBAg15w6TqrrXR2O13_xXwehYi6RXUqYJiDqGjKv6iA,11156
|
128
|
+
pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py,sha256=2sNc1QgLlBpn13j2abv93XKTfpl-K2pPggnzonE3Boo,8447
|
129
|
+
pulumi_oci/apmsynthetics/get_monitor.py,sha256=PjEVNxbLO0duK2xeLbpoGprbOnOOhE6hp0d_O_y7SD8,19009
|
130
|
+
pulumi_oci/apmsynthetics/get_monitors.py,sha256=fLG71qY--I2t5V100ygVyQPsthItDwaq3IWLVXBJ97o,12378
|
131
|
+
pulumi_oci/apmsynthetics/get_result.py,sha256=X8t9VI9sBx8fpcr6TsvUrH4p_4KwJrcMY0mD2AkQPc4,9086
|
132
|
+
pulumi_oci/apmsynthetics/get_script.py,sha256=905j_7ZIkJTYg7F0eEOGPXF3XQiaxD-o7FqXbw9i1xU,12400
|
133
|
+
pulumi_oci/apmsynthetics/get_scripts.py,sha256=ZNnW2S7k8t8oPo3Oe6qDyI4e7FQJsj3cA2OQSZw_JRs,6701
|
134
|
+
pulumi_oci/apmsynthetics/get_vantage_point.py,sha256=8L26cjXtjzKLRPQSXhpTJSW_GM8eNHMVfj9vDm_V3b8,5957
|
135
|
+
pulumi_oci/apmsynthetics/get_vantage_points.py,sha256=wi10FhC2h1waUvm9pzyjuvib_UL8OqNG42dY1aIfThg,7069
|
136
|
+
pulumi_oci/apmsynthetics/outputs.py,sha256=YSwF5xoXnTieNmxD4se8uyaOVhl-Mv6y4bf7PWCxq48,235112
|
137
|
+
pulumi_oci/apmsynthetics/script.py,sha256=jg1jKF6hkF4YuAro33NsX0d8C5kbXgb4OK4qnw50oP8,40918
|
138
|
+
pulumi_oci/apmtraces/__init__.py,sha256=Dgjx9uWFNtS8iGxLIR9w7ix8UR52hbu4BHgvo8cc8cU,465
|
139
|
+
pulumi_oci/apmtraces/_inputs.py,sha256=ICUpdigEulW0q4FZFTyjQEEvUu7TjnMBMonOweLMJf4,1818
|
140
|
+
pulumi_oci/apmtraces/get_query_quick_picks.py,sha256=RBMzegQvcfxeCPjuhTDfxWeAYONZXyT4q6vrUqfZHJg,5021
|
141
|
+
pulumi_oci/apmtraces/get_trace.py,sha256=zmDCSbrXS9qzKLzMkZjcV_bvLVGEni2Z8-8NOOckNvA,15937
|
142
|
+
pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py,sha256=7rrVnKtkM2fTV99sdkKQ8JJf5cMBXDewnor0-j9lL9I,5338
|
143
|
+
pulumi_oci/apmtraces/get_trace_snapshot_data.py,sha256=thfsLZTCo5V4YKkq5OEXRBb-5DUANoEwKARRv5NRWsI,9636
|
144
|
+
pulumi_oci/apmtraces/outputs.py,sha256=hjX37RsjAQN0gTj1UOqu_JPVRRmB5qNsYupi_7Io5WI,29131
|
145
|
+
pulumi_oci/appmgmtcontrol/__init__.py,sha256=7_IRkdYqMK2mhMYjmeqqrulNTOikX4X_YtJDRji-wB8,432
|
146
|
+
pulumi_oci/appmgmtcontrol/_inputs.py,sha256=8REHasuSGCvCxb_JvpLLLJ1Tc7bJlK7yflGnAaayKUs,1827
|
147
|
+
pulumi_oci/appmgmtcontrol/get_monitored_instance.py,sha256=4KHRb3er4Ym2BpuTpNRx49LI-c1dkHh9Y4faxv9644E,9368
|
148
|
+
pulumi_oci/appmgmtcontrol/get_monitored_instances.py,sha256=IK38Lnt0fxMwHEbfZIyKULRDiiSqu8I9rDF69BiA6jQ,6631
|
149
|
+
pulumi_oci/appmgmtcontrol/monitor_plugin_management.py,sha256=TCR024EK4cyyX-EmPVwlsNLrvLzDOGfSQQOyll642U0,15550
|
150
|
+
pulumi_oci/appmgmtcontrol/outputs.py,sha256=FI09wU8LrD0NZeu8uHf3vMl__NBQCV8XXABZnVjNImQ,7936
|
151
|
+
pulumi_oci/artifacts/__init__.py,sha256=yE1m-f6UNL93-BtFvRQG4KF_FTPvKjEJ_FX0C0MM8jc,904
|
152
|
+
pulumi_oci/artifacts/_inputs.py,sha256=HV55dXWs7353cD79fLYAnJuS4wLri6xBWhDp-WPhYUA,9652
|
153
|
+
pulumi_oci/artifacts/container_configuration.py,sha256=i2Rev-xy_nMpKMlTHxq-xmH2fWESoi1d5sXkBtpNvcE,12642
|
154
|
+
pulumi_oci/artifacts/container_image_signature.py,sha256=F6AliQocdUcV4lpWYd_QTOXaG4WMWfAnwsLeOUfxQJ4,43589
|
155
|
+
pulumi_oci/artifacts/container_repository.py,sha256=j2o4eUopHwmS_2RLNzXfD4SgopBB6ACOeZqIyMAn-bI,40979
|
156
|
+
pulumi_oci/artifacts/generic_artifact.py,sha256=t96QDaiGHtaSdXMruufxPxP34hOqoZfv6XW0VjP3piI,31548
|
157
|
+
pulumi_oci/artifacts/get_container_configuration.py,sha256=4caxvhk1Gqp_J_2HFUPbnay77_6VFJ0UF7j6CQ7PvNg,5119
|
158
|
+
pulumi_oci/artifacts/get_container_image.py,sha256=H3sTNX9b-sc1IVmCJ49HrbDa3BjmK3fWPv5zTOiUqWI,14167
|
159
|
+
pulumi_oci/artifacts/get_container_image_signature.py,sha256=7Va7cNjzCbiZU_Um-1shI5U68IvvWyOckgQRJuErNfY,12970
|
160
|
+
pulumi_oci/artifacts/get_container_images.py,sha256=sjEGKghgmtQ03I53gViKyuUw7IHsZw9k7rD5Geg2dlI,14582
|
161
|
+
pulumi_oci/artifacts/get_container_repositories.py,sha256=c__JY-mOVChoKE8ECVQy5nwnHsuKkH2ucKn2l32ZY8M,11324
|
162
|
+
pulumi_oci/artifacts/get_container_repository.py,sha256=s5qBqpLkGeSV5C3o9T_hV3bKMmsf5YRJ_HeMKNgWLak,13751
|
163
|
+
pulumi_oci/artifacts/get_container_signatures.py,sha256=UEQTV60WS92wK1zTVwrLoR14uwDkR0en7xLc2ODIU-0,17423
|
164
|
+
pulumi_oci/artifacts/get_generic_artifact.py,sha256=HBzPq7s1isgNiUQdXQ6DwAI5K9usS3GOCXc7ocQzVRI,10764
|
165
|
+
pulumi_oci/artifacts/get_generic_artifacts.py,sha256=zb29A25k-ktP3G2BzFtorZ2oQq5eMfeVGaT-2aOcMOI,12579
|
166
|
+
pulumi_oci/artifacts/get_repositories.py,sha256=tOeXbRRHPtNu3U9JWHQsiMf7GNKoosm1nMhAJb_wt9Y,8504
|
167
|
+
pulumi_oci/artifacts/get_repository.py,sha256=7nRwIxY_YH_tXsTpMFdyYWzt2vflIh200EowLTDo0oY,8957
|
168
|
+
pulumi_oci/artifacts/outputs.py,sha256=UXmkV2KmmA7Ey5MiHh3S8hFzZY5ywyVw2JV6b5lhZ1k,70020
|
169
|
+
pulumi_oci/artifacts/repository.py,sha256=Ayjgto2zj90X7XGQaRi0R3JybxdV9geHR7gcx0PxcS8,31275
|
170
|
+
pulumi_oci/audit/__init__.py,sha256=k6QtiR85ChoxyKpGGtndpy95ySJLNcQIi4wLoklezU8,402
|
171
|
+
pulumi_oci/audit/_inputs.py,sha256=aAhndsRkR4-RlGPkgLwVhc1THphQhsEKPbPUHyM6WIw,1791
|
172
|
+
pulumi_oci/audit/configuration.py,sha256=1dRxw15wO8mADrS_NpBXD3T7QDHaaR2iUkhE8DCSOOQ,12001
|
173
|
+
pulumi_oci/audit/get_configuration.py,sha256=c9OxWluOlo6YBuZeycx3IUfNAxPgizLfXtbcdnZGPco,3954
|
174
|
+
pulumi_oci/audit/get_events.py,sha256=weXBizN2AXwjdOtiYMyOw4j-_jCsHV0qCHGTArxyO70,8575
|
175
|
+
pulumi_oci/audit/outputs.py,sha256=VbCPe8FF7DiLdm-c0YdV035ScVQ9a4JFF--PrNPKZC8,30018
|
176
|
+
pulumi_oci/autoscaling/__init__.py,sha256=4GqavaDgqXLW6t4bw3UyHnse3Xj8SWd6stZKTh__hr8,449
|
177
|
+
pulumi_oci/autoscaling/_inputs.py,sha256=Ud0_zitfKLDty6hrF6Vq7wwoTFos9xraiCUw6IQAYRk,28818
|
178
|
+
pulumi_oci/autoscaling/auto_scaling_configuration.py,sha256=Kd3JYM_b04HXNfPPm_MEzS8aM1eyVMvRDvCg-op4hs8,45343
|
179
|
+
pulumi_oci/autoscaling/get_auto_scaling_configuration.py,sha256=LCclPh-FIt7bq37lXmUjbxQ1hr46AXbqGnWidskDQj8,11907
|
180
|
+
pulumi_oci/autoscaling/get_auto_scaling_configurations.py,sha256=TZHDYpC5Pqenveg2Wy31EKjDAr0f1DmtBwSjEywVynM,7121
|
181
|
+
pulumi_oci/autoscaling/outputs.py,sha256=kHDX4EVXBuNa4GvPIP4F2xvBcERLymW3PM9hYSM9gR0,73389
|
182
|
+
pulumi_oci/bastion/__init__.py,sha256=GQWlbltoQh-1tyJ8oP0WYOlsTH4Kv3uAsIr4Pexrt3A,470
|
183
|
+
pulumi_oci/bastion/_inputs.py,sha256=EwEZK42Q-kyOcb6JhY4G-4hCEYmmV_MCYH6TO0Lwl98,12255
|
184
|
+
pulumi_oci/bastion/bastion.py,sha256=Vu_-0zOPqMvrV6JUbvP2gGej9uvB7BR48NKY626Okcs,51817
|
185
|
+
pulumi_oci/bastion/get_bastion.py,sha256=CahVBLtxlSsD8HXwACf8504CqGJJPer2V1zlTe7zJxs,15512
|
186
|
+
pulumi_oci/bastion/get_bastions.py,sha256=XAqOCgYt3Anp9lmTMlRwK2MDSfbp7iyFg3SKVgkVTaA,7918
|
187
|
+
pulumi_oci/bastion/get_session.py,sha256=icFtqlYyYxl65XDO4LjyAgQfgj25AQ1GMnEHtpZqQiI,11831
|
188
|
+
pulumi_oci/bastion/get_sessions.py,sha256=8c_T-c2dzJYGfgQBD5UWp2PcxHRgaGjho8Jb1NpDqso,8004
|
189
|
+
pulumi_oci/bastion/outputs.py,sha256=CyYJh7wNvf_D9PU28PiZaRXLWEsg_uvF-Sd6nOc_gnw,45425
|
190
|
+
pulumi_oci/bastion/session.py,sha256=X2zkaGa3gx6IhfxaQ2WUYCOXeuTW2zoVrDB6_AGH_vM,35500
|
191
|
+
pulumi_oci/bigdataservice/__init__.py,sha256=9h2-UGSNf0_uYW2Cg5SMEVbFzqWxQBllMpIFR8MlStA,1025
|
192
|
+
pulumi_oci/bigdataservice/_inputs.py,sha256=BcIU--SklmP3AasihNjQ7RBbVRgqJCmcjfKRJGGFkIE,163770
|
193
|
+
pulumi_oci/bigdataservice/auto_scaling_configuration.py,sha256=xOqjkWQ077Repjeqcs8QWjF9v5p6k2dMYi2xxrKNZ0M,43834
|
194
|
+
pulumi_oci/bigdataservice/bds_instance.py,sha256=0WpLX5F5naL3OV_8DiAXTEczqlw6OC7jB54n7gIIO4I,84497
|
195
|
+
pulumi_oci/bigdataservice/bds_instance_api_key.py,sha256=9CEH03XoPthsS0XewmCbHsi7nmkWcXdmJ920KakU1Ak,27290
|
196
|
+
pulumi_oci/bigdataservice/bds_instance_metastore_config.py,sha256=ntNqOvGpSEZ2cVrafKGOiZxDSAbzlFDR7Mgytgw16gY,31345
|
197
|
+
pulumi_oci/bigdataservice/bds_instance_patch_action.py,sha256=JZ6UA3UA9K6PXLiPPpFSnjd_1QDqRnM8wakZ3lNJpds,14405
|
198
|
+
pulumi_oci/bigdataservice/get_auto_scaling_configuration.py,sha256=fKQMKrZzgL_sHHVHyB1YILG_S3BXEO_qLoDYesTL4Ys,10349
|
199
|
+
pulumi_oci/bigdataservice/get_auto_scaling_configurations.py,sha256=UrD_fEbuHfKAwvLD5yq8eCJ82A4nanv517I4CHtw8oc,6444
|
200
|
+
pulumi_oci/bigdataservice/get_bds_instance.py,sha256=3VvBjODQ-LjSRtHMTBv66am0BJ2TWinmAYgLE85HPWs,22648
|
201
|
+
pulumi_oci/bigdataservice/get_bds_instance_api_key.py,sha256=KlhWJallqQgJbmOiUhVmDi4sEkYE5td83YME1pD4vVw,9277
|
202
|
+
pulumi_oci/bigdataservice/get_bds_instance_api_keys.py,sha256=oBATZ7p5EgCt9zJHZl-o-dLqu_BvRgoXH-vLAFWqlBc,7307
|
203
|
+
pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py,sha256=rtQ_L0uob3IlXZ2Ibelxoz4KRh_nakqYA8jPC-3Dzyg,8785
|
204
|
+
pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py,sha256=aEfxVvHip8RukfKascXsak52arq0fxrzkRLxtdOqk9E,5154
|
205
|
+
pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py,sha256=vpB5lOZG6tzFW4zdvifeHpSrbAScLTGnqbeF3aMVDiw,10515
|
206
|
+
pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py,sha256=74ANk1VxukrdeiXX9TY-8D2PzbZzs04AwPqXLWHji84,11175
|
207
|
+
pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py,sha256=KPF93Ua6syD66vpt81SdrQGFcV7aiByRhU2RwMiChtk,8119
|
208
|
+
pulumi_oci/bigdataservice/get_bds_instance_patches.py,sha256=gQnikj9qUQ01Qes2ToUkfW1gk3t8gWQoVhnU5P_WjEg,4871
|
209
|
+
pulumi_oci/bigdataservice/get_bds_instances.py,sha256=D7VGek5dxKOTAPyzUjXgfB7ewxC5384EcDSw9hFGLvY,6592
|
210
|
+
pulumi_oci/bigdataservice/outputs.py,sha256=n1PF_DEwXXbg0XIboLuO3UohTJo9h6KD8TUqdYWaw3w,394605
|
211
|
+
pulumi_oci/blockchain/__init__.py,sha256=b2CLshPLLmnO6Om3TLPGauDJ2z_cYIHxtBonK4zQJEs,610
|
212
|
+
pulumi_oci/blockchain/_inputs.py,sha256=nc5ru2p1F4XPOLvqoy1FDANv5mYpr671efDkTSDV62I,27373
|
213
|
+
pulumi_oci/blockchain/blockchain_platform.py,sha256=S7X-w976J_0sQgiznKsXiIP_4R_fIpovSkp7aP4qpyI,67846
|
214
|
+
pulumi_oci/blockchain/get_blockchain_platform.py,sha256=8_1NgP2ngdndc_OPOMxoc4eazns11wexgj0eFJGKOAo,19574
|
215
|
+
pulumi_oci/blockchain/get_blockchain_platform_patches.py,sha256=F9j8ChuQpxR5GXJ5HICYn4EldeSFJY4o8iIa28XxPHk,5692
|
216
|
+
pulumi_oci/blockchain/get_blockchain_platforms.py,sha256=BASJzNcpfYjuI2sXH0DKqrBEZROSfuRYSRWs3ntBrzE,7404
|
217
|
+
pulumi_oci/blockchain/get_osn.py,sha256=NpBJg6GcBYnOJd6B1edZlaoQSGW9Zbzf7N9oDjSiZlI,5975
|
218
|
+
pulumi_oci/blockchain/get_osns.py,sha256=E7jPeeopk0VrXEhnh9kEsVidguPi8iQsTf71TWb8Yuw,5642
|
219
|
+
pulumi_oci/blockchain/get_peer.py,sha256=qo_rqOjH9bTCBGQFVDkcnp0BTuD3uG4aYVP3RlmjM6A,7226
|
220
|
+
pulumi_oci/blockchain/get_peers.py,sha256=vzEuzWdHrRgquO4JsKnWtES8nrgYekeFzvi11tFQECk,5695
|
221
|
+
pulumi_oci/blockchain/osn.py,sha256=-5m-i5GaDNeZjLM2KBXjAYAtW9_3UEfit0ZnGQ1V6Qs,15352
|
222
|
+
pulumi_oci/blockchain/outputs.py,sha256=1QvC3Sx7LOYswnOBAqoA_vfbtc8APvDwUmc879slrOU,86021
|
223
|
+
pulumi_oci/blockchain/peer.py,sha256=J9pmf2TUPlb7jjFKyjpFgrDsjTkDVWDN8veluE_uplE,21229
|
224
|
+
pulumi_oci/budget/__init__.py,sha256=HLHHobzR_g6CfDwM-rVZcTcUNNAsyPTEDxhZrwGc_vs,470
|
225
|
+
pulumi_oci/budget/_inputs.py,sha256=SZrL_WsfVPZSeju3YYi84BHNKGMMl3uyFRDAtIewYE4,3227
|
226
|
+
pulumi_oci/budget/budget.py,sha256=yLkmmfggGA9omIMPYdSQ49rbOT-eLFa3KD2U-I_s9nI,63004
|
227
|
+
pulumi_oci/budget/get_alert_rule.py,sha256=9ZypeDutsRCGy4n-XaUbRTSmgmVUWDU_VBD8nB0sc28,11326
|
228
|
+
pulumi_oci/budget/get_alert_rules.py,sha256=PP_zwR4z2zBeixkzSG6Rurb-DXDOG-sbk49dot8c4TQ,6486
|
229
|
+
pulumi_oci/budget/get_budget.py,sha256=AatowVATXXeujYwEbXU-FaNNI8db3AB3E2rf3-RYRw0,17002
|
230
|
+
pulumi_oci/budget/get_budgets.py,sha256=zG0eQHDnNGO-fS_SlvrYgf53Hfjkj1mQMqpyLbkGP9k,8377
|
231
|
+
pulumi_oci/budget/outputs.py,sha256=-uUp5rgaf4oyrsPwHn5rqmzPfmZpDry45Vc_IC0mEwc,25504
|
232
|
+
pulumi_oci/budget/rule.py,sha256=V5UQbBcNLSF-vhO1XEHp1T72GwXmol0wMrJXVwkOGG8,40718
|
233
|
+
pulumi_oci/certificatesmanagement/__init__.py,sha256=OBZN71dSiIqzFajc1UojUbLz56_HgMG0T9JBtoDO1W0,850
|
234
|
+
pulumi_oci/certificatesmanagement/_inputs.py,sha256=oFG3Ed-sMDAT7ouRbM_vGd3N6STQJXRPzo-IJ-A8q4k,137619
|
235
|
+
pulumi_oci/certificatesmanagement/ca_bundle.py,sha256=ydEOwELuKNXFe8FXziN0WQtAchg-JtsVVy5yy6QAamg,29660
|
236
|
+
pulumi_oci/certificatesmanagement/certificate.py,sha256=TE4EV5MHfes7P6SjMYSRI_jurToFUbZeQjPpp20Vd5c,49285
|
237
|
+
pulumi_oci/certificatesmanagement/certificate_authority.py,sha256=Nv5RBaiIoZiSmN37zqKbVW15N8blS5yJ_2DAT38xX98,50626
|
238
|
+
pulumi_oci/certificatesmanagement/get_association.py,sha256=-VFIm_9KgifXKWyaeVpoxcUTtDRyDSLtX1S1CI0p0y8,7930
|
239
|
+
pulumi_oci/certificatesmanagement/get_associations.py,sha256=WLfsJdX5Q-1DOpSIpPtuRdcKCuE39bitzKCMIt2z3_0,11712
|
240
|
+
pulumi_oci/certificatesmanagement/get_ca_bundle.py,sha256=6PZ2eB3Zdrffc2ODM_CtJPt1MJ1_nYpS2gLpjUkBHKo,8714
|
241
|
+
pulumi_oci/certificatesmanagement/get_ca_bundles.py,sha256=kwwv1-CEunjhIxtkej2ewBQ7XOSHEC3Y_WMWfJY8yh4,8147
|
242
|
+
pulumi_oci/certificatesmanagement/get_certificate.py,sha256=7oP7KtcEh-PdJrPJ5-xuyCUaNM5oMQWAGDPdBcq9En0,15965
|
243
|
+
pulumi_oci/certificatesmanagement/get_certificate_authorities.py,sha256=xzLwrrSxto0qP8_LBB6_v_pU0qP8f-A67rk_Kh4soeE,11109
|
244
|
+
pulumi_oci/certificatesmanagement/get_certificate_authority.py,sha256=h0luoyd3toi9FQJDWYltU7UOBuIlyyZeTPyDa0EwIDA,15766
|
245
|
+
pulumi_oci/certificatesmanagement/get_certificate_authority_version.py,sha256=yQt24VqJwJLJPqQNOBdxWVXtp4hJCw4NGlWgcPulCAY,11493
|
246
|
+
pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py,sha256=WYdEwR_XzOiihiMBve_B9CZm9fD3SoWkhtgwPv1dH8I,7744
|
247
|
+
pulumi_oci/certificatesmanagement/get_certificate_version.py,sha256=fnlmqK7zagqR7hQ-8WHBlqEmt85AXQt421eFst_6Duo,11511
|
248
|
+
pulumi_oci/certificatesmanagement/get_certificate_versions.py,sha256=_-_pQTA_FC4xe488VZsQt1hOX9rw1OY4pRtycGwsOAI,6993
|
249
|
+
pulumi_oci/certificatesmanagement/get_certificates.py,sha256=cjCXIuFFiAejnM5bej_z8jQtFRwb_O3Umam3lwHbwlk,10207
|
250
|
+
pulumi_oci/certificatesmanagement/outputs.py,sha256=q_zkTQ-UmHTTPGYpLctXMELJzJ8JQCTW0xQZaBRxCqE,385643
|
251
|
+
pulumi_oci/cloudbridge/__init__.py,sha256=CdALYplZFR6fPIPGSKBVRSifCzEk2dMHHyUx34DnCOc,1074
|
252
|
+
pulumi_oci/cloudbridge/_inputs.py,sha256=LdBLiTDgA65UGlN1Km9SBIZCMcTHIYSdbc3eSh2izZ4,84672
|
253
|
+
pulumi_oci/cloudbridge/agent.py,sha256=Ij6XxBpQVVG-_sTwjq33W7K_0p2-_YeiymrFjH44zqE,43854
|
254
|
+
pulumi_oci/cloudbridge/agent_dependency.py,sha256=sXqGDfnKg30gMk5Kr77ZeTANCwLOxdbmOhYpa7UFTiA,45963
|
255
|
+
pulumi_oci/cloudbridge/agent_plugin.py,sha256=6cgDwx8XU7gB_DGfDi5TDi22tmYncYDp6djc9gBQlZI,28373
|
256
|
+
pulumi_oci/cloudbridge/asset.py,sha256=GC9i97ICX6IptQKNFteOL8OzSVjTNikOWILbN774TXY,58800
|
257
|
+
pulumi_oci/cloudbridge/asset_source.py,sha256=3KRH1BQwlYkcu-dnT1jA-PcwmEMFIk2meZfWwMVLSME,65145
|
258
|
+
pulumi_oci/cloudbridge/discovery_schedule.py,sha256=LoIdobkTj4FLKmqDRhSR3gcdqdQXTTeL0nnu9pAGM3k,32912
|
259
|
+
pulumi_oci/cloudbridge/environment.py,sha256=1Pha9HAYhAbGqoEq-nvOCzWPeu2E2hAWFDV5-PqRKa4,28095
|
260
|
+
pulumi_oci/cloudbridge/get_agent.py,sha256=Tog9AEhD9SvkTwhhuiDTQN9t07uglMXcCmGQAmnT5s0,14145
|
261
|
+
pulumi_oci/cloudbridge/get_agent_dependencies.py,sha256=Kgp_dF7yqjtxlbIrcdCH9fDOU2aK4kOpTvScvRep2OY,9163
|
262
|
+
pulumi_oci/cloudbridge/get_agent_dependency.py,sha256=-IwFE7N0H4MBs8tp6Hp9xNgu7w9TIPasMBfIdD1UTiI,12927
|
263
|
+
pulumi_oci/cloudbridge/get_agent_plugin.py,sha256=zcxGoz3BXYPbFHPdMYm4wiHXG9xzPvWYjY_ZRbMfgiM,10263
|
264
|
+
pulumi_oci/cloudbridge/get_agents.py,sha256=CVo1fjGk2XGkRV2Cp0pEy7gKibAMLnhoa-Jq_QaXo5Q,8500
|
265
|
+
pulumi_oci/cloudbridge/get_appliance_image.py,sha256=c8kW5PaFM5B7foLthf_YlohMI2folOnSnSonXya33mw,5013
|
266
|
+
pulumi_oci/cloudbridge/get_appliance_images.py,sha256=1LszvrHbzEvZAuWTLxY7kQoGfAxhtmFdex7Eh-u_55U,6075
|
267
|
+
pulumi_oci/cloudbridge/get_asset.py,sha256=oOS3M0e1FCUtfm3AsuRBwQXf8s4aNUH0Sq9bCswYEa8,12909
|
268
|
+
pulumi_oci/cloudbridge/get_asset_source.py,sha256=xLcuOz7bSLZxgjYg4z244VdqlYOPBzRIT2kHDiNMnhQ,16425
|
269
|
+
pulumi_oci/cloudbridge/get_asset_sources.py,sha256=U0KmZLEuYw-3rc1i_5R3iIciXnVhfU0qgIarDWfdtXs,8115
|
270
|
+
pulumi_oci/cloudbridge/get_assets.py,sha256=y7IZi_t5oXli-kJmVvaq4Xqs9PyX_Ykpe-lTl1as3XA,11076
|
271
|
+
pulumi_oci/cloudbridge/get_discovery_schedule.py,sha256=vAUaKzyCUiKmTxrClGZUNARJQdNxEBPRaA_VNNB8MGc,10534
|
272
|
+
pulumi_oci/cloudbridge/get_discovery_schedules.py,sha256=-W1l0Cz9UvrqBhqMRgbpINpTWFWjrVPuJ01dsBiCagc,8649
|
273
|
+
pulumi_oci/cloudbridge/get_environment.py,sha256=dLqRc4uABBcah9qW-Va4Im-GIXU77ymKaDmBPQEAqaE,9185
|
274
|
+
pulumi_oci/cloudbridge/get_environments.py,sha256=MpuHsjhc9WG1SFMzw8xdGjuO1k_CTT9fQwkPB3vYkoA,7923
|
275
|
+
pulumi_oci/cloudbridge/get_inventories.py,sha256=eIG77F4lEfYHtVRJyNSgQzAGIqo85HKZHwpdYbp-wCA,5712
|
276
|
+
pulumi_oci/cloudbridge/get_inventory.py,sha256=uZkM8K_YTMd39FLTD7_OtZxgYkeLAJFOu_MFbW2zBhk,8957
|
277
|
+
pulumi_oci/cloudbridge/inventory.py,sha256=cwsschT_ODJ6xuwfq3Ki-ON_0AqIcG-RhvH5ex0SWKs,27849
|
278
|
+
pulumi_oci/cloudbridge/outputs.py,sha256=C6bN306QKeAVMy0IR0Bruhzg8GxeS3tzirewpQ3yyvE,260931
|
279
|
+
pulumi_oci/cloudguard/__init__.py,sha256=R0o1ah9XQ_MLhbSVhF-MMbDVbms9ITZ-m8CQUfhdLY0,1403
|
280
|
+
pulumi_oci/cloudguard/_inputs.py,sha256=7Ga26fKMxsu_1YO13-J7h1sYYxtIi-yosL5P9RkLDG8,261010
|
281
|
+
pulumi_oci/cloudguard/cloud_guard_configuration.py,sha256=yVuHbrYxUmucMUrvRVePZUwB1q1kaNp9fHqgANGH7GE,17346
|
282
|
+
pulumi_oci/cloudguard/cloud_guard_data_source.py,sha256=SeM36GGJy2AM6h2WxJUAtJEmf81bbBh_C2onxFbvdno,39950
|
283
|
+
pulumi_oci/cloudguard/data_mask_rule.py,sha256=IOq3bDOSqAVEPFsehRwM1dML1rBfQIR786fzCh1kJv4,41058
|
284
|
+
pulumi_oci/cloudguard/detector_recipe.py,sha256=mzXjJzzJLOd7Xm2YWLzWFv0euxehnVO_Layd1pcPTi4,38669
|
285
|
+
pulumi_oci/cloudguard/get_cloud_guard_configuration.py,sha256=mO5Tt4563aOwZJOYWB41lSX8p0IXX1LxNTKhKDxtYrA,5327
|
286
|
+
pulumi_oci/cloudguard/get_data_mask_rule.py,sha256=qEoububcr2QHRthQlLe0JdWwhwMlTY_ld37k3zDFn7U,11953
|
287
|
+
pulumi_oci/cloudguard/get_data_mask_rules.py,sha256=xwoAIZ31xMBa_ywPvTTNEb4plNVy7lB9XD0PvcIKc3s,12459
|
288
|
+
pulumi_oci/cloudguard/get_data_source.py,sha256=MK5xxpSVnfv4fs9EbK1_hdBiVGY5D-VhJlZUFLxCdQo,11505
|
289
|
+
pulumi_oci/cloudguard/get_data_source_event.py,sha256=4Lbj-0vmXqJxAFQ4XlgH240flXh79VxZnAaj8fYYJWk,4966
|
290
|
+
pulumi_oci/cloudguard/get_data_source_events.py,sha256=cvVmwVBGsrnsM8fj0e9o0b7FGghDdpArrv2b2DB-fII,6051
|
291
|
+
pulumi_oci/cloudguard/get_data_sources.py,sha256=F_DqzXiEB3UhoVHyCS0TOcOsV68Ji0_an3PQEF_CbJU,14517
|
292
|
+
pulumi_oci/cloudguard/get_detector_recipe.py,sha256=lFTGnLZqXPvc6UenT7237vuS6hW6jftPYj1MXJhFUME,12320
|
293
|
+
pulumi_oci/cloudguard/get_detector_recipes.py,sha256=xnylhmOA4gwAsN6RLS86d-vE8Vxvt7T8FUDH-Tt77Pk,13516
|
294
|
+
pulumi_oci/cloudguard/get_guard_target.py,sha256=4yDdO3X1aXR63rj56JlFECciz5LqFuMF7DxhQbSmTP4,13713
|
295
|
+
pulumi_oci/cloudguard/get_guard_targets.py,sha256=qzmaX-_o93Ym2wKx-k-kiiC0pFssDGzQiyI7EvKquPU,13456
|
296
|
+
pulumi_oci/cloudguard/get_managed_list.py,sha256=yD8Q-RPyeQOKR9wqGDpCODr1V5c86xPXWKOyRlLTtBI,12059
|
297
|
+
pulumi_oci/cloudguard/get_managed_lists.py,sha256=uK3gaSJUhiE3dWx0xFAU_1Zob4qBELtyLETW0pcOYE0,14168
|
298
|
+
pulumi_oci/cloudguard/get_problem_entities.py,sha256=q893rt5ojVdlJQ6c4Uuff5dxBkgEGH9iL4cCKht6b6I,4978
|
299
|
+
pulumi_oci/cloudguard/get_problem_entity.py,sha256=chjBqEYDDKqz_zEw4HyIOJa2vxN-lLr-nnIs6DrTYQs,3941
|
300
|
+
pulumi_oci/cloudguard/get_responder_recipe.py,sha256=uY7cdIefV0Q9uQpr3sxnzbbof_T4B7BnlUVRlis3F6k,12052
|
301
|
+
pulumi_oci/cloudguard/get_responder_recipes.py,sha256=GS-Qq7legnZ9Hty5q_WRv_w7VmqHmIRpyh96-_LF5ug,13553
|
302
|
+
pulumi_oci/cloudguard/get_security_policies.py,sha256=QOirnLwm8s57dV-QzvpLy6FJgXnr2TN6LrjXQiHk5lo,7657
|
303
|
+
pulumi_oci/cloudguard/get_security_policy.py,sha256=bibZoKE_2Eab66HIReHU14w55YtdEL2As7pDBukN_K0,10982
|
304
|
+
pulumi_oci/cloudguard/get_security_recipe.py,sha256=MXmTKHKdTi-EMvXojPyHCAmfVh6WYIkKGnJxTgpgpoM,9937
|
305
|
+
pulumi_oci/cloudguard/get_security_recipes.py,sha256=5-sstiQTu_A0KBVpn_0Tg2fN2ZxrI2pjb3TVojXLqX4,7587
|
306
|
+
pulumi_oci/cloudguard/get_security_zone.py,sha256=viHVjwcZbki_b7KyuRvL5M3wWtmGGZYtlvnIzeuS_Xk,11123
|
307
|
+
pulumi_oci/cloudguard/get_security_zones.py,sha256=DNkmuiiqc4QqC0he_JwE_X6sWB3NBPGUH9L1BAyfOoQ,10058
|
308
|
+
pulumi_oci/cloudguard/managed_list.py,sha256=9OCzzCzWrsmZGmEmg_wWHdZck5nKD4UoBPGFP1y8T9s,37315
|
309
|
+
pulumi_oci/cloudguard/outputs.py,sha256=DNIJALYVRPZJOaUtAXH7Nv3EJhrCSeTfo-A7s3RYBIg,675800
|
310
|
+
pulumi_oci/cloudguard/responder_recipe.py,sha256=EhkBvRzGwQnoJWsyvFqiIt9g_0VQhI1p_meVlRuT37s,37747
|
311
|
+
pulumi_oci/cloudguard/security_recipe.py,sha256=x7GvqGVzwQOQV4FocK46VatiIVQ7y1S-2S8E_02bNXo,30457
|
312
|
+
pulumi_oci/cloudguard/security_zone.py,sha256=_qZwI8XWZre0bist4SXgD_qVFcJGnZZa9_Kcx2jM12I,33022
|
313
|
+
pulumi_oci/cloudguard/target.py,sha256=_gJSntFAGuWRt-iJNlUeM0wk60sTY3oBz2ZxIvqR8x0,50011
|
314
|
+
pulumi_oci/cloudmigrations/__init__.py,sha256=VtJaXOMY-724krUfRmk89RwqOH0Gra5Roukj0tD0R2U,910
|
315
|
+
pulumi_oci/cloudmigrations/_inputs.py,sha256=URI4uxddzrKoxRsm8xfsQDAvZLLmiAPUTq_IR7fTFWM,307296
|
316
|
+
pulumi_oci/cloudmigrations/get_migration.py,sha256=LZIlAtSBJTZUecAwCqNmJmbqwR2ObMjJsXmuG3SLvmU,9766
|
317
|
+
pulumi_oci/cloudmigrations/get_migration_asset.py,sha256=JtMJbE4jgWEfrSUu47XQIBiol91LvuVcmWJN5w5PfG8,15171
|
318
|
+
pulumi_oci/cloudmigrations/get_migration_assets.py,sha256=W2JwFW2hcW3NhlcaYIfyWw2_Bj5HUXPv2Y3PTwbWqtk,8137
|
319
|
+
pulumi_oci/cloudmigrations/get_migration_plan.py,sha256=7N_AZf4516hGiGxQ20vfyr-i7w3lKJH0jatshh3oNQc,13374
|
320
|
+
pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py,sha256=dfcVeaS5bWCaCpflZijNesqZBYBmou18JBtyc2DYDDM,8829
|
321
|
+
pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py,sha256=86Ir58R4Mshy_PU0iO1JSKzELhJ05EH8zsPdQtnfXEo,9984
|
322
|
+
pulumi_oci/cloudmigrations/get_migration_plans.py,sha256=AY7W8ZXXregtU8uijBgF7wLGWghhcHrQK0Cj1qQynmk,9099
|
323
|
+
pulumi_oci/cloudmigrations/get_migrations.py,sha256=15nn3hIoZJ_5XzpMG6jHfRRHdhgyFhjxZZqtko_ZDj0,7706
|
324
|
+
pulumi_oci/cloudmigrations/get_replication_schedule.py,sha256=bHOgaCIJpij3i3isOhEAN8E33QjyDhqIFobIgR08-JI,9910
|
325
|
+
pulumi_oci/cloudmigrations/get_replication_schedules.py,sha256=P72KDYQO_LE08-6LLmtH0l3yegSJPhhd6g25dFnRqCs,8663
|
326
|
+
pulumi_oci/cloudmigrations/get_target_asset.py,sha256=aaqAj_gnpMGT1QCujz8uqnhZpoCaNJ41Hg6kYlsirnU,15718
|
327
|
+
pulumi_oci/cloudmigrations/get_target_assets.py,sha256=kYsfshOVmBjAN6NLiTo0OdO9KiCPgeFCTt9Hkpi8XLc,8008
|
328
|
+
pulumi_oci/cloudmigrations/migration.py,sha256=lMcAMGKsSK1u9aCPRorLwtkByNQ_OVwXceCbSIS_P7Y,30342
|
329
|
+
pulumi_oci/cloudmigrations/migration_asset.py,sha256=jiXZ3ewu_sFpPpBYoQtsW3rj7FCgWGShxuVTtLwm1dI,44255
|
330
|
+
pulumi_oci/cloudmigrations/migration_plan.py,sha256=WqzPp1cM2ULUG4b_-XjzFk8ymUN0jtGLG8iZl3ASqfw,39050
|
331
|
+
pulumi_oci/cloudmigrations/outputs.py,sha256=NyveSuh8cOBrKkV8csbveKgqnATOQeACfyTUD3y3Sro,731703
|
332
|
+
pulumi_oci/cloudmigrations/replication_schedule.py,sha256=5B2V9kTGsE9kHvAKT9niHpTLSz5zgZxAboL0LeVt6GQ,29752
|
333
|
+
pulumi_oci/cloudmigrations/target_asset.py,sha256=0_YsaHVy9CPyz5OYR1_vTb-1CN_HmrZWlayF2cJnk1M,55002
|
334
|
+
pulumi_oci/computecloud/__init__.py,sha256=yBhXbzpPtk8e9mUO3nQK6tk8HqfH5TNeex9yp9I15DY,614
|
335
|
+
pulumi_oci/computecloud/_inputs.py,sha256=ZaNopSjrR_BTXlMAkv5enuMbrlRMCxga9djkI_jwkJg,44380
|
336
|
+
pulumi_oci/computecloud/at_customer_ccc_infrastructure.py,sha256=aeZ36nhSQyg8Nxu36KXPpbSwqQe2sMAk2Y3yJH3XvZk,58679
|
337
|
+
pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py,sha256=M7qy8CSsFAb89AgHdHJk_XS4s6vXsUGtKMhYZSmirPM,36029
|
338
|
+
pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py,sha256=1tnB-f1TNtSksl5vBzFWTb1IjEVdNVKfP9IGF7y8qTk,18862
|
339
|
+
pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py,sha256=Ume9umBfspQO17AHP5YQ0xD2P7ruXZR07LswNtXko7U,13807
|
340
|
+
pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py,sha256=wzBlsbGrWKRJar76pyXxxLSRFQPeoT1MAXB2yMHYizc,11946
|
341
|
+
pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py,sha256=rg8i4kCRAY3DGYZi4LnvN1NpA160pERiaIIWYsoNjoU,13879
|
342
|
+
pulumi_oci/computecloud/outputs.py,sha256=n4B_kryIqnRf4mltxGPPF62eFRYUkqeD1SRZUw8QVsk,128919
|
343
|
+
pulumi_oci/computeinstanceagent/__init__.py,sha256=uAe_D-LOeUb1zsX1aadp3aXPHn4dLJBb7JdD9IG_5xU,442
|
344
|
+
pulumi_oci/computeinstanceagent/_inputs.py,sha256=WctvpLmEe-Fpu8ovBZ6y4yTlcdihHjpobP2Ok8Vk3zg,3531
|
345
|
+
pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py,sha256=vMwDkiy0mVpmftQn9DfYXH05hWnkBkBlwInYUjNEYF8,7465
|
346
|
+
pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py,sha256=35TVMMf72tyP05W7B3U5fG2as0NizJ6WVyDi5JNEFPI,7754
|
347
|
+
pulumi_oci/computeinstanceagent/get_instance_available_plugin.py,sha256=pI2FCjJx70UceW2n48CxBIuzPDJgrZFTuK0u-FeKBG0,8145
|
348
|
+
pulumi_oci/computeinstanceagent/outputs.py,sha256=3Pia1RAGaAk2kT6etwhRGlyTi90M9Op17wQ5iFrZJ9k,7080
|
349
|
+
pulumi_oci/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
350
|
+
pulumi_oci/config/vars.py,sha256=0MmSZwjmo5OMCywArMpDMal8MMneufoWJe8g1BNoqzI,4317
|
351
|
+
pulumi_oci/containerengine/__init__.py,sha256=6TM0sqIRD8PpUswE0la4moNLNH0LSzXsGiEUcl8RAwk,1305
|
352
|
+
pulumi_oci/containerengine/_inputs.py,sha256=Q8Bdg8HGI1ZJ1HfJWzvDkU00dxIEhvD-9ZgFecBxRx4,201936
|
353
|
+
pulumi_oci/containerengine/addon.py,sha256=b-5qhFIpYGW1gceCuCxv3mkaH81ZHZOJ3vhkYdQ4kl4,23408
|
354
|
+
pulumi_oci/containerengine/cluster.py,sha256=hUfqwgSRPhYfc0yKi62VL9htDMqsnmiw2UuTzWJ9SXc,49847
|
355
|
+
pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py,sha256=VorlnUbDg-HYGVtPHY8UkZBnOu0wPwPV0b6otdETlgg,10105
|
356
|
+
pulumi_oci/containerengine/cluster_start_credential_rotation_management.py,sha256=Ec2O0N7Tm8nh9B1_g8nJCi1MimVLbttwftzsPTCetnk,13592
|
357
|
+
pulumi_oci/containerengine/cluster_workload_mapping.py,sha256=qa1VPNbJLr82ftLhEFHAO86iDxj6SV6GQbsrMunCLh0,26303
|
358
|
+
pulumi_oci/containerengine/container_instance.py,sha256=nJVLwWkEHKrp3qagvgoYzJFSQEcsNhzYrevSbABCaHY,78167
|
359
|
+
pulumi_oci/containerengine/get_addon.py,sha256=zsGZfVx2zyVjLiuxJUe4umYr3cnZqdAQ_AcmdoqFTEI,7908
|
360
|
+
pulumi_oci/containerengine/get_addon_options.py,sha256=YWIhsbRhMVKbuaHLKf0KC5TEUU8HE6DzGrKJLxVTjuQ,5745
|
361
|
+
pulumi_oci/containerengine/get_addons.py,sha256=pPTyqfgEangugaWKASERNcFox021ZgsdM1Zh8JJgO0g,4326
|
362
|
+
pulumi_oci/containerengine/get_cluster_credential_rotation_status.py,sha256=lt9oder0PDIh2A0zDIanV5B_pu2ZUXr_d8baD0ZldBI,6579
|
363
|
+
pulumi_oci/containerengine/get_cluster_kube_config.py,sha256=y6tUAe56Wfhff04vARX13fU8Gt3jW9SeT2D0IO-O0as,6816
|
364
|
+
pulumi_oci/containerengine/get_cluster_option.py,sha256=c6AJl1bzZZQak0TOXu60QH3w-8MOVMIcLeo7BZKVg80,6152
|
365
|
+
pulumi_oci/containerengine/get_cluster_workload_mapping.py,sha256=-IfoOBGbSv2oyO3ChjiSibh7KgTf_Bzh2R1H5yD8eA4,8989
|
366
|
+
pulumi_oci/containerengine/get_cluster_workload_mappings.py,sha256=ZyjuYWJWfOWOVrvmfuQrScfYWd2ajFlrdTSS3ZWc4js,5157
|
367
|
+
pulumi_oci/containerengine/get_clusters.py,sha256=v5n43Ra3xWOgaPQRzby0rjgr3Rd1DAZ60XJI1-S_dbU,6208
|
368
|
+
pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py,sha256=A-4rzpCD-VJCsGG9tvz3h6PWpAWMoavg0hBO-JW98Fs,3877
|
369
|
+
pulumi_oci/containerengine/get_node_pool.py,sha256=0yyfH6HFPXUmED8ym1qbyyL35g-j_cTk9Ud9dBBn_9s,18372
|
370
|
+
pulumi_oci/containerengine/get_node_pool_option.py,sha256=4V3AtmSqxquPjNErycTxULk88gfiasQoWyKqwLKn-YA,6895
|
371
|
+
pulumi_oci/containerengine/get_node_pools.py,sha256=J7rEzbO8attFbXBSVqsqQ01VfgnAsvlL9VjoBx1j61M,7408
|
372
|
+
pulumi_oci/containerengine/get_pod_shapes.py,sha256=w-WaBi9qsYJFvCfqmkFEYT3umt5gAaBjkE29Z0UfMjs,6341
|
373
|
+
pulumi_oci/containerengine/get_virtual_node_pool.py,sha256=4pe8tCxdAIgSXzrQJiOu-OZGwscFSrADMQddqrprVB4,15116
|
374
|
+
pulumi_oci/containerengine/get_virtual_node_pools.py,sha256=_LDWWwVZey3MZrZgof86x4agT3HENShEzEeq8eFIgRk,7400
|
375
|
+
pulumi_oci/containerengine/get_work_request_errors.py,sha256=U6DCAsyV4Xt5TIdnjikw0UEonOGwFhmWxcgMsUmkVYU,5933
|
376
|
+
pulumi_oci/containerengine/get_work_request_log_entries.py,sha256=3OOR_2yHXQNyFnt_qaeNPupsw0x3q4RNzvVhSNt6La4,6154
|
377
|
+
pulumi_oci/containerengine/get_work_requests.py,sha256=d-QN4T5t_5_J6PGfeEHPAL14UJC4MFzGRdluny8hDRg,8552
|
378
|
+
pulumi_oci/containerengine/node_pool.py,sha256=zT-9ucWIzIioXlAk4z4Kd1WGgO98VMpeoC6s7kzreoQ,87678
|
379
|
+
pulumi_oci/containerengine/outputs.py,sha256=JaD5dpmGyObX5XDNSXZGxh3CiO_NoujN2SWuvEam88Y,402255
|
380
|
+
pulumi_oci/containerengine/virtual_node_pool.py,sha256=Q_c9TUFCOVVLrubHJCDi7MlX3ypAOYFX_VBXvrGZgZk,59884
|
381
|
+
pulumi_oci/containerinstances/__init__.py,sha256=xO0-NxqDfouoMvYJoAIqyDTwJ_OfkHLWfmRRCIJaflE,480
|
382
|
+
pulumi_oci/containerinstances/_inputs.py,sha256=UzRrMGg3TgcmWzYyiA7C7TxHBWnotDz7Bnw6vzA-eQk,3685
|
383
|
+
pulumi_oci/containerinstances/get_container_instance.py,sha256=zJDEtyek-9e4jlj_vw9P_AlmgxQPCJRAxUO7mlP9cms,17597
|
384
|
+
pulumi_oci/containerinstances/get_container_instance_shape.py,sha256=ur0SLMWFI1TnTcMxQBnXgOjq62ILrvr-jOaI06YKetY,5441
|
385
|
+
pulumi_oci/containerinstances/get_container_instance_shapes.py,sha256=zkpoBUbzbn7kd8A77YAYDoPF9IsyY0fqUWTHBxqlwcw,6834
|
386
|
+
pulumi_oci/containerinstances/get_container_instances.py,sha256=xzz1D0gpwMDtJ5Y9GHZffrySBaDxZgPOCeFKd5s1U1k,8685
|
387
|
+
pulumi_oci/containerinstances/outputs.py,sha256=V_e_Ldh9ZJCrq_qHyQGcaWwEKSqiYnu-4xPjndaFVj0,124262
|
388
|
+
pulumi_oci/core/__init__.py,sha256=FGIOhQLYk1Ixvwy8j7Oh1N2kM2aUpyoR-MPn-NmvR-8,8127
|
389
|
+
pulumi_oci/core/_inputs.py,sha256=54Vw_qe6cCfes5d-jhpjg9MVRlhaHO8Rmp8lTPcqnqQ,986025
|
390
|
+
pulumi_oci/core/app_catalog_listing_resource_version_agreement.py,sha256=CYJiA6s1U__x5hqF5Sr0wyd7hebC1cjbeTJTSWJeVCA,16075
|
391
|
+
pulumi_oci/core/app_catalog_subscription.py,sha256=76mOex4DSDkxwYa3n5_L6ZSIjsLb77kA9iG9rPD09t8,31693
|
392
|
+
pulumi_oci/core/boot_volume.py,sha256=u7i4N6g6M594XntSdJqpM2PuUkdkfjxq56eyYHJCdCk,66101
|
393
|
+
pulumi_oci/core/boot_volume_backup.py,sha256=mraUmMRhQGiMODGL6sn82ym37OHow8XjlNeVlHD2IoA,47958
|
394
|
+
pulumi_oci/core/capture_filter.py,sha256=Pm7LAD_m91v0841Wy8a99s8nZiJ0_xppDpOLeTuIQvE,35329
|
395
|
+
pulumi_oci/core/cluster_network.py,sha256=DsSusBGaqDjBEBu78OvJKk0O7ma7q4NrhN3PiSyJOfo,49048
|
396
|
+
pulumi_oci/core/compute_capacity_report.py,sha256=SZnftw8lAP3XYIopXuhOv_FcAtwCCPdybnmc7cOQ3aw,19450
|
397
|
+
pulumi_oci/core/compute_capacity_reservation.py,sha256=W0ptRCvT6IqMI_12_P6fIA0i2LFNZ1R3mhfIO_tJt9Q,46953
|
398
|
+
pulumi_oci/core/compute_cluster.py,sha256=RemhGt1pHjh53Okh0Zu0u1sh85cgK0c5KfH1eMBznBE,28651
|
399
|
+
pulumi_oci/core/compute_image_capability_schema.py,sha256=IPnBXyZzyAhFIWs-SpVRS_oGQYJSuePqCUCfb8ApDY8,33177
|
400
|
+
pulumi_oci/core/console_history.py,sha256=TmOaYdHYIKtLXhevkraeQS62o5hWIJ5jX23gYjQfPtI,27670
|
401
|
+
pulumi_oci/core/cpe.py,sha256=0IdwPoEbkaXXRjzF19jjGuegMDHCG4zpKg2flhVMxDA,40643
|
402
|
+
pulumi_oci/core/cross_connect.py,sha256=9KWUDAzOyvDvv7mY-TU1Ijipi4S0efiObpOcFZpNW74,65037
|
403
|
+
pulumi_oci/core/cross_connect_group.py,sha256=gNU2pB4XEnKsgclbu9W22NOfphtKYJEO_AMFnT2aAlY,37327
|
404
|
+
pulumi_oci/core/dedicated_vm_host.py,sha256=efXsURa3SKbitoS5Jm-d1QdIXY7QEKmu7HGSIHqdjeI,43078
|
405
|
+
pulumi_oci/core/default_dhcp_options.py,sha256=ZKrK3SNILRhkGM-idZ7ZI_9LjTGc83-jAU-mxEbjEfU,18910
|
406
|
+
pulumi_oci/core/default_route_table.py,sha256=pbNw7nxthZGOwyhX2WNbYuf2ficBibCFedx608UKnwQ,17359
|
407
|
+
pulumi_oci/core/default_security_list.py,sha256=xkuqMs69w3LUrYLwASKFX1Yt3y4rGeF51yXG8RkerEk,20667
|
408
|
+
pulumi_oci/core/dhcp_options.py,sha256=LNZGFXZutPstB0DtPAWV4r4vCB1CYRHMjYdpinBtEjo,33399
|
409
|
+
pulumi_oci/core/drg.py,sha256=Wcac3L1oUj8t72T-pv-F8aryQ6N6_OXTzubq730H5IA,31320
|
410
|
+
pulumi_oci/core/drg_attachment.py,sha256=TOgupb9MXCZhKfhaYma3xpTDJbVd7tWr_QfhAYRCRtw,57058
|
411
|
+
pulumi_oci/core/drg_attachment_management.py,sha256=rD5-1LkRkF8svrB_2cGH7CE2dQTtAKbYDyc97Og01cw,57823
|
412
|
+
pulumi_oci/core/drg_attachments_list.py,sha256=e5420Ai548sV2ECHd3m3VCmyHjmf2PGuvPzTNPKbcI8,16312
|
413
|
+
pulumi_oci/core/drg_route_distribution.py,sha256=SOezbZ-NiJgDCmzHFwDCcWqLJXRZfvQ3q80SIqgkgLU,29068
|
414
|
+
pulumi_oci/core/drg_route_distribution_statement.py,sha256=SuogjbQ1VX_ecv41KsNyamIpFYZGXrGPF-c8FyIIKQY,22625
|
415
|
+
pulumi_oci/core/drg_route_table.py,sha256=l2Ol4b59P5HU6yhwuSPE1AUboGNfowma83Hv9irzTU8,36702
|
416
|
+
pulumi_oci/core/drg_route_table_route_rule.py,sha256=LcyvmQM-3KGUqiEsZiW-fVh_PzWk02Gpk6BixLo782w,30662
|
417
|
+
pulumi_oci/core/get_app_catalog_listing.py,sha256=uE7WcGFImUlPEF0UaLPegvZMNZSrlmr3yK6tkfKvO-k,7355
|
418
|
+
pulumi_oci/core/get_app_catalog_listing_resource_version.py,sha256=TTRNZKH-ln_osCYgnFyUsfTf9FI-SWSQTuzFu0m1yoA,9424
|
419
|
+
pulumi_oci/core/get_app_catalog_listing_resource_versions.py,sha256=6Wf4_Z85ZEt_l3OWijzaZh6jmP3XejsnO1Su_HPbXTQ,5803
|
420
|
+
pulumi_oci/core/get_app_catalog_listings.py,sha256=8Dbq6n3gCuwrxPyCgBXRvDjw_0GlFv9QqibO1FQSDVs,7486
|
421
|
+
pulumi_oci/core/get_app_catalog_subscriptions.py,sha256=xKgA9PdACCH00wlUauOT8bmWNU7AClY6JDXHOPZuH4w,6474
|
422
|
+
pulumi_oci/core/get_block_volume_replica.py,sha256=cT2V6KsplaJLCZxj9lwkzmWC2HvGBSxVor17jUi2q8c,10633
|
423
|
+
pulumi_oci/core/get_block_volume_replicas.py,sha256=e1u2dnm6j9LMtPAIeYZNzvo0mcOaMHceEXIh_ktOZvk,10114
|
424
|
+
pulumi_oci/core/get_boot_volume.py,sha256=R9xXueL7PzLZ4Xgfuc5H2xMYhJYcDWdoQEQVYYYGgG4,17386
|
425
|
+
pulumi_oci/core/get_boot_volume_attachments.py,sha256=ppGbZ0NqArEjpFlRxVz3_UlnnmC-63rFoctjwQFYSME,7550
|
426
|
+
pulumi_oci/core/get_boot_volume_backup.py,sha256=MwmNc8QhN161mNmBr6zzo9xgw72QOHZ0fVHt2K0TwWg,15262
|
427
|
+
pulumi_oci/core/get_boot_volume_backups.py,sha256=LMeayKcvjnBDdNsY2S6lhqm2wLQSBNAfZZ-TalxvVYY,9897
|
428
|
+
pulumi_oci/core/get_boot_volume_replica.py,sha256=NjD-izCh3gHngMp8BOyky4X2quP9nLzwc65W6Ct9AyY,11071
|
429
|
+
pulumi_oci/core/get_boot_volume_replicas.py,sha256=v22FSM7b5f_3XBAcqcvxTtAND8wtrw_Sh-oaZAtAy0s,10048
|
430
|
+
pulumi_oci/core/get_boot_volumes.py,sha256=M-kEsWKoQSxPxIYHZP7WTfXF2FpFvsMn2yQT9jeMquc,7191
|
431
|
+
pulumi_oci/core/get_byoip_allocated_ranges.py,sha256=SqEyt3c6LqqkKxXNKOY1_5zUUAGQXUlAlsrSIP-BBbs,5732
|
432
|
+
pulumi_oci/core/get_byoip_range.py,sha256=Iw7M4wBN8YlwszkSRnDDeYPrYymiemDglLN4xVVOnHM,13639
|
433
|
+
pulumi_oci/core/get_byoip_ranges.py,sha256=_bkg3t67mEd1R0o7EOOFhXxeqa2enXqcwop3ZFXNQnY,7239
|
434
|
+
pulumi_oci/core/get_capture_filter.py,sha256=tAvm4IGO6Oh6fUcKVhBybVSRYivvl-8N3p06fr96QaA,8955
|
435
|
+
pulumi_oci/core/get_capture_filters.py,sha256=ShEhQSlnaMVBkoThb4p1ZhxCJPg-nYX1GkJzWXPbhho,7208
|
436
|
+
pulumi_oci/core/get_cluster_network.py,sha256=bcckR94UjIUb5Qm0hSBV7_jDX_mOj0z7XpYo1M6IOaQ,11826
|
437
|
+
pulumi_oci/core/get_cluster_network_instances.py,sha256=8Vf_7i9rDfJLYP2gYFOMVVy-2rIPGs6TjO4ex7esafk,7781
|
438
|
+
pulumi_oci/core/get_cluster_networks.py,sha256=XWSDlnu_HcvylSwiivp55zauOSJWR1UThzORTRfv6u8,7453
|
439
|
+
pulumi_oci/core/get_cnv_dns_resolver_association.py,sha256=q-qkWFsSEz17M6tk46YA2EIS_nPu7mM0JBmdQlPsgsc,4883
|
440
|
+
pulumi_oci/core/get_compute_capacity_reservation.py,sha256=0Ir3EoSmz53nS3LIGKydQOlA6d1_M66Hvzo3gFt2WwA,12888
|
441
|
+
pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py,sha256=DTzZMv1355u9UGrkCLmyIIy_YiH5Pf02f6zsmLn8jM8,8658
|
442
|
+
pulumi_oci/core/get_compute_capacity_reservation_instances.py,sha256=iOKkci3GmOUliJp0Do4yab1ZK6nhh3wWq11dtwW-EFI,8585
|
443
|
+
pulumi_oci/core/get_compute_capacity_reservations.py,sha256=moxRJJns4g8_VZf27J8j7kGsN01OJXsene1gC87OcKg,9617
|
444
|
+
pulumi_oci/core/get_compute_cluster.py,sha256=hG5n3d-uYI_WBLLp6YpqNE_i1aXoEMyUXqx7532nc3A,8931
|
445
|
+
pulumi_oci/core/get_compute_clusters.py,sha256=LuQi-frWN-TNgu77QicDxNTwahcJeF2QwOWbDVzkt6s,7993
|
446
|
+
pulumi_oci/core/get_compute_global_image_capability_schema.py,sha256=E8d2yhqadNbn8FZyPDb0OWybO6b-2WXgM-KKureRH7c,9015
|
447
|
+
pulumi_oci/core/get_compute_global_image_capability_schemas.py,sha256=qGOYZcrJLn3sexZxAGOhhPXB9DudhR9uuj0om3JTFls,7333
|
448
|
+
pulumi_oci/core/get_compute_global_image_capability_schemas_version.py,sha256=baOqiamY8f1MD3aynTYzVIy4aBXxQsrahGIAxg6Uf1c,9472
|
449
|
+
pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py,sha256=Gq9Rc2SZF5vxlK1OFYENLFfTZ072kR0aRg_Vjs9O9kw,8552
|
450
|
+
pulumi_oci/core/get_compute_image_capability_schema.py,sha256=-4m2MPPQ00dSDICCUr2tHJQBNxuY0CpeEzwYT9Kex1o,12065
|
451
|
+
pulumi_oci/core/get_compute_image_capability_schemas.py,sha256=_HJQSDH62IcGoZ-sHiY22bY-D6AYyRSNEeTCJ8FwL3I,8156
|
452
|
+
pulumi_oci/core/get_console_histories.py,sha256=By-fWjrUS-q4YywsbN_qbKA5UlC3caQ4jAA4-hjTkTw,8271
|
453
|
+
pulumi_oci/core/get_console_history_data.py,sha256=Yx7FNO8UhnPrMrWzyYySt3_zUOfBhXiM01h7ne2Yh08,6118
|
454
|
+
pulumi_oci/core/get_cpe_device_shape.py,sha256=j5aVqOxoDjz1-oFNoH01r14Lgc_rKZIh9_R8LlrOeeE,8382
|
455
|
+
pulumi_oci/core/get_cpe_device_shapes.py,sha256=4_kJl-hLhwljlsC6MQoYWhFiMAmZ-lYzyo8F4qH76ho,6185
|
456
|
+
pulumi_oci/core/get_cpes.py,sha256=29w1olV1XDjNb7bUc7Z732SUnZDt2sDi_5YkqtWGenA,4620
|
457
|
+
pulumi_oci/core/get_cross_connect.py,sha256=vy0oQgcg0ftss-ATRlxNQ1OFhc-Xg1pZU_2CpSsm7Ok,15013
|
458
|
+
pulumi_oci/core/get_cross_connect_group.py,sha256=yTHYHKYga8F3o_pyVSQEfFP9fUDjlpHTPDQQYwI2Ue0,10692
|
459
|
+
pulumi_oci/core/get_cross_connect_groups.py,sha256=tUEByofZX-1erx0xmGem7kqplq_cLuc0yypmIlhZ6Tg,7435
|
460
|
+
pulumi_oci/core/get_cross_connect_locations.py,sha256=jWRVjpdd4ZHsM3ttFsKSXBMqz8DRVxzLT-lkRTldCJo,5519
|
461
|
+
pulumi_oci/core/get_cross_connect_port_speed_shape.py,sha256=c0Y3iY6-xGeMeWLeuTfnRpr0HVKJ8_ASrXMsJ7JRKHY,5831
|
462
|
+
pulumi_oci/core/get_cross_connect_status.py,sha256=lUr5qVHLkRW_rH0fhlZCfgjS2oa3xtgQGv_XsNIvt5U,6593
|
463
|
+
pulumi_oci/core/get_cross_connects.py,sha256=U3vvaOoOBGPjnYrbvS2ojzpLoM2VE2tDoiKxRjzdxgs,8929
|
464
|
+
pulumi_oci/core/get_dedicated_vm_host.py,sha256=rs5qXuLDNdowaC5UVnYCYwD_ILxKgzQ5MjPmAyjSDTc,12147
|
465
|
+
pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py,sha256=2CCXkuu7V4FTShTlT7iwiCEEHq7xJudHKqDPR055bd8,8542
|
466
|
+
pulumi_oci/core/get_dedicated_vm_host_instances.py,sha256=p9Ov_4PGiH0cfl8ZP1hSa8Gz6llI3fNXh22J5qicfPI,8061
|
467
|
+
pulumi_oci/core/get_dedicated_vm_host_shapes.py,sha256=HrNTyCeIznpe1GGimDJEOQ3_ozkNZ-EgvU3EUjJlg_E,7730
|
468
|
+
pulumi_oci/core/get_dedicated_vm_hosts.py,sha256=7cFQhTR-6YIY6QtX29i-nyNKZ0lrK29zlYAKIrMiLWo,13391
|
469
|
+
pulumi_oci/core/get_dhcp_options.py,sha256=rssVRCUrrQ9zetBt33fFNL1GOx_hMUt2UVlpJuWMYas,8575
|
470
|
+
pulumi_oci/core/get_drg_attachments.py,sha256=3gXO5_p3uC4_0OEHKZt5nxr2D0kqrLBS5yFIoKqwL90,13634
|
471
|
+
pulumi_oci/core/get_drg_route_distribution.py,sha256=x1GhJiEDQDT_mVOliqLGc-0fV9cIuacDOYf_ndNo41w,9238
|
472
|
+
pulumi_oci/core/get_drg_route_distribution_statements.py,sha256=10-00xNhAPYt89Zuj6mnz5wZG62mqDfD5jqX3R30t2I,6067
|
473
|
+
pulumi_oci/core/get_drg_route_distributions.py,sha256=GJ575IzqZfr5oBzKI2DSy9v-sw10k93B7efDHln-Ajs,7634
|
474
|
+
pulumi_oci/core/get_drg_route_rule.py,sha256=dEYNcFKBV94tCbMNw0DSQh6Uh7GsZafAvMLkYsESP7Y,10495
|
475
|
+
pulumi_oci/core/get_drg_route_table_route_rules.py,sha256=Tk92yFICB1SkDSbPY_yZ0GyOiJ099rfMtQyzG-FQLTM,6744
|
476
|
+
pulumi_oci/core/get_drg_route_tables.py,sha256=jutUnPJJaVK8SNwK7w7kIlSKnYktG4W1t795WV3sVhk,9003
|
477
|
+
pulumi_oci/core/get_drgs.py,sha256=8Tk7uMQ4fCsCDF-vZvf7FNbbNmzPRil859EawAXpfWs,4544
|
478
|
+
pulumi_oci/core/get_fast_connect_provider_service.py,sha256=VEFstD3Ef5oOYqc7OQJZbc1Nrih1z3O-fzQnTo1jJtA,12249
|
479
|
+
pulumi_oci/core/get_fast_connect_provider_service_key.py,sha256=h9PdZq8mp9kpn0KcVeT8HssqwM4Ua_LdibFizN1ol7M,8808
|
480
|
+
pulumi_oci/core/get_fast_connect_provider_services.py,sha256=rvC2G2ktWqVB0pp8u9CS5UCdqI3Rg0lZuPdGGoalPnY,6437
|
481
|
+
pulumi_oci/core/get_image.py,sha256=5aZF91eg-ylaTt1giKFXapqlmJkaD2sXp3jjPooYyBw,14467
|
482
|
+
pulumi_oci/core/get_image_shape.py,sha256=b5RD4pPby7F62acFtW_57VVyDO1wx4MiUKTnB55DGHg,6039
|
483
|
+
pulumi_oci/core/get_image_shapes.py,sha256=5mGkgceFe-GwZqaSSwZCuhlrYFFZbw_5MKooJE0jowk,5008
|
484
|
+
pulumi_oci/core/get_images.py,sha256=fwPy1HFnkoxIF2SJLAj2pbYSX242VizMu0OwTs6QMkg,13000
|
485
|
+
pulumi_oci/core/get_instance.py,sha256=4m25kxBmguCRp2vrfVzH_Tb8X1FkTM3idURp69AEr98,30838
|
486
|
+
pulumi_oci/core/get_instance_configuration.py,sha256=qmjXy9cvn7VM6MeAKj4SKIEJPGTQyLBfvei9AHah_bA,9509
|
487
|
+
pulumi_oci/core/get_instance_configurations.py,sha256=rygfqR16ZUCPLNvy3Llk5eUxyGFJvQRrOWjSNpYM5SI,5398
|
488
|
+
pulumi_oci/core/get_instance_console_connections.py,sha256=W7Y6QT9jedSsMmMCKnO0HKGx5_FD0KkIDijAkhPlsUs,7055
|
489
|
+
pulumi_oci/core/get_instance_credentials.py,sha256=Fg8WJQ4XftDoMQWKFyoqamEWylrrE0T8198jpzJjV1w,4891
|
490
|
+
pulumi_oci/core/get_instance_devices.py,sha256=RPDKXbMgNWmwApzxXSstxPrHt-zrcbDRwxwvRo0e2DM,6765
|
491
|
+
pulumi_oci/core/get_instance_maintenance_reboot.py,sha256=TuULhlA54TiYeLJMT94PkdvgpoU2KHE0v5GMbDaQl3Y,5216
|
492
|
+
pulumi_oci/core/get_instance_measured_boot_report.py,sha256=bJIgGvR9NEYffBt5s5uB3dPMubHIpbLF0Cb8jPmsm5Y,5386
|
493
|
+
pulumi_oci/core/get_instance_pool.py,sha256=SCzuCJHQVSWSctgPFq6aSYOIE3cNjUX6UMrnE_oA6Jg,12746
|
494
|
+
pulumi_oci/core/get_instance_pool_instances.py,sha256=kSNfW0nPoASgTGOUuF2NqPQqftdlg8o3ejsXc3Oo0tc,7532
|
495
|
+
pulumi_oci/core/get_instance_pool_load_balancer_attachment.py,sha256=_vGa-6xXpl1_rgGZKYNgp4p9srJ7M7wB4pDy_S23HL0,9085
|
496
|
+
pulumi_oci/core/get_instance_pools.py,sha256=ryJoW7xFWYbzwpPAs1R8lQhJY_vwXIAy6ex3_hrIZW0,7113
|
497
|
+
pulumi_oci/core/get_instances.py,sha256=41nDMyAudQAXUJdnlY0E70Ez-gl7HVQbdxDRD_ya_40,12109
|
498
|
+
pulumi_oci/core/get_internet_gateways.py,sha256=mV6QKbNQefIYgKKVeizTK2JoB3ORK_13R0HwAv0ryfc,8489
|
499
|
+
pulumi_oci/core/get_ipsec_algorithm.py,sha256=BehUD4ybF8bTKVOf8RrsrcmtWvD1gkaP35ssRQln2rI,5723
|
500
|
+
pulumi_oci/core/get_ipsec_config.py,sha256=zgHsRLNsJlQAElEPejH1xdyxyISAQFV48ta2HkM_3nY,6714
|
501
|
+
pulumi_oci/core/get_ipsec_connection_tunnel.py,sha256=xjodvVKSFa4ccbfo9xNIK9NVNA2re7vTOg4r43xwOPs,11361
|
502
|
+
pulumi_oci/core/get_ipsec_connection_tunnel_error.py,sha256=GvzSHyf7BvylxU9EkPUG4jLv_NDoYBJVIQFUZx18cLY,7459
|
503
|
+
pulumi_oci/core/get_ipsec_connection_tunnel_routes.py,sha256=xU2bK8JRY69AnlFd9UVUx1ivtsQZvguuFfP9T9rJ4t8,7601
|
504
|
+
pulumi_oci/core/get_ipsec_connection_tunnels.py,sha256=icAlkopCfpikAHb7kgq9nSeQ9cDLKu9vK0TJCXTFFRk,5267
|
505
|
+
pulumi_oci/core/get_ipsec_connections.py,sha256=_brY-l_FwshOtlzT_Q89kqjzznty2V8Ui5SY7Z_rqGQ,7317
|
506
|
+
pulumi_oci/core/get_ipsec_status.py,sha256=zx4UJoM1JbSATHfMB7WGaPj7mH8j8LHQ5VgWJHGlaFM,6360
|
507
|
+
pulumi_oci/core/get_ipv6.py,sha256=sCC07v0XI73eJS7ecGI4TJNl6HhicGurfC4dQxBq_sg,10096
|
508
|
+
pulumi_oci/core/get_ipv6s.py,sha256=ae9Bkbwg8dq66G6uPJ3j26IivzvGimb3utKAN451rB4,7481
|
509
|
+
pulumi_oci/core/get_letter_of_authority.py,sha256=HeefufYydojG-YIhDFgjtnUAbFJJBfjoFZBjr52CWDU,7523
|
510
|
+
pulumi_oci/core/get_listing_resource_version.py,sha256=xSXKESuLnmJ0iJmCw46EiGBo1lqRh9ohBI8EVYAvjks,7268
|
511
|
+
pulumi_oci/core/get_listing_resource_versions.py,sha256=M7Cwo8QUZucJWPVV6o3Ve9hQbyRMCu4PNJQyjUwfRG8,4500
|
512
|
+
pulumi_oci/core/get_local_peering_gateways.py,sha256=_PbTyGFF2NUji0aTZb78gGb0jXKWEgYNxrER4DirWXs,6737
|
513
|
+
pulumi_oci/core/get_nat_gateway.py,sha256=T-qeF6VyB_4m74bTfCUawlpYfUvrggd25GOd02_EMIw,10277
|
514
|
+
pulumi_oci/core/get_nat_gateways.py,sha256=JNov8P1yx-fSkVD7ZTNC8xPYkoPHY4yKCgWQGhRSV_0,8180
|
515
|
+
pulumi_oci/core/get_network_security_group.py,sha256=olzVGTZmlBrXsgSVT8TOFQEFKcsA2vQYebIiaVupC9w,9353
|
516
|
+
pulumi_oci/core/get_network_security_group_security_rules.py,sha256=CJ9_M1pGUykX342Mn8l06zOk88GkaukU-5LjTnbZ0tQ,7214
|
517
|
+
pulumi_oci/core/get_network_security_group_vnics.py,sha256=U0YOxBa108L9eR5ZTyymP4ByLn7K9KT-vPSsm86cwzc,5836
|
518
|
+
pulumi_oci/core/get_network_security_groups.py,sha256=uNaSVGSsTDENizyARCTxYmdM46JuoepjtEl4PcKcAD8,10015
|
519
|
+
pulumi_oci/core/get_peer_region_for_remote_peerings.py,sha256=sDzrGFPMtNLjsTmV6xn4dUvk6MJaq1bT4iOPpWHoz90,4847
|
520
|
+
pulumi_oci/core/get_private_ip.py,sha256=hzaCuQ7gbWZmQVniQdYFUTEcIl0EZyvtwzLGJnklUkw,13186
|
521
|
+
pulumi_oci/core/get_private_ips.py,sha256=oDvoJC4ZjNFBB-pSbh6xGTA-btNDuha-AtA2xHLzpA0,11401
|
522
|
+
pulumi_oci/core/get_public_ip.py,sha256=SmfLn8mch0MOFCK7W095IsmrnthqwAaf1oPxBkgH8DY,15719
|
523
|
+
pulumi_oci/core/get_public_ip_pool.py,sha256=tIp41-jAID8XuN-MqzKn9a1JHk5uMLSfCLxu4dxa8to,8361
|
524
|
+
pulumi_oci/core/get_public_ip_pools.py,sha256=iRaTErTwvnjGVqBQxe_uldeU9m1hhxkIXteIfxRtO80,7498
|
525
|
+
pulumi_oci/core/get_public_ips.py,sha256=BimEyRvC17ejFI-qQqjlQnXOJ_WwzfkKD9_nawOjHxY,11490
|
526
|
+
pulumi_oci/core/get_remote_peering_connections.py,sha256=rCVMmUM7HICyMgUrW8i85wcAh0qYe0S0EjLAXUYOW8A,6765
|
527
|
+
pulumi_oci/core/get_route_tables.py,sha256=Dnh9bq4SeyUjV-no7dYQLAO8Hq-p8d3JidEjTm9ZnXk,8638
|
528
|
+
pulumi_oci/core/get_security_lists.py,sha256=Y3ziX_3_-rQK1RnKl5q0cRf6tw2E9QB317uzsZt_2EA,8421
|
529
|
+
pulumi_oci/core/get_service_gateways.py,sha256=cwEH5qTB0FYoFSkSv7OKY0oJ6oRKGUzmyXAT89Z_OFE,7298
|
530
|
+
pulumi_oci/core/get_services.py,sha256=4Y3xiDt0VVRROyL2XD8s_KQvZQ8unQlCx6rHTgfbadk,3797
|
531
|
+
pulumi_oci/core/get_shape.py,sha256=F_SBzeXv9MXsJ1KkKbk4lAQNJJDAVVGfFDxrPE-s668,4972
|
532
|
+
pulumi_oci/core/get_shapes.py,sha256=tfVORyjN3IvlCP8WAJS4zaOV5s8zL-ls8Iw1pkna4yY,6718
|
533
|
+
pulumi_oci/core/get_subnet.py,sha256=mCAFG4alPQfIqNpMA97SZQqrjrNNP-OJRcUhiE1p_6c,17847
|
534
|
+
pulumi_oci/core/get_subnets.py,sha256=ytJvS_UGEs5_TccP0z8AMLImbJJpVUIFMi-bgZspBr0,7997
|
535
|
+
pulumi_oci/core/get_tunnel_security_associations.py,sha256=_Z4bcBemfUrFu03VXCNB2BSgqw94JJUUYOC4bzIZvhg,6465
|
536
|
+
pulumi_oci/core/get_vcn.py,sha256=bT35YkqdlTp51PMoGiMkdz7TmNRHbus53DydsDlqIAc,15607
|
537
|
+
pulumi_oci/core/get_vcns.py,sha256=t9PP2OCK1PCbDO5dWP2SZ-uyFeD7cSRdgx9LtSwlf2g,6883
|
538
|
+
pulumi_oci/core/get_virtual_circuit.py,sha256=eJsUiO1Tw3luK1U8G3bTyBjOv5cpU-X1H7vtvyMOUpQ,23469
|
539
|
+
pulumi_oci/core/get_virtual_circuit_associated_tunnels.py,sha256=IvKKGc9zMtsbUwbUv_9wrEEffMjvnbUGYTptK8tBEm8,6040
|
540
|
+
pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py,sha256=r4dvCUdgF7DF1bfVf_zS-kvWK66RqFn3AURlkQqelBE,6600
|
541
|
+
pulumi_oci/core/get_virtual_circuit_public_prefixes.py,sha256=XUTMszki4hMMAGKJ_OefkEo3CT4YBNV1p1KkBL1tPDg,7563
|
542
|
+
pulumi_oci/core/get_virtual_circuits.py,sha256=FSY_sEr_jP0RaGQ44Xg354Bsm8KOzB99movKT3Utwv4,7288
|
543
|
+
pulumi_oci/core/get_virtual_networks.py,sha256=8b1-4i2ArAfUuRvY5xW1F44yQRNFEabatn8T3pLdEBo,5256
|
544
|
+
pulumi_oci/core/get_vlan.py,sha256=caIbZW1I3XaLb3lMF_SOATXplXL4nRuZdy43HYF1vHk,10695
|
545
|
+
pulumi_oci/core/get_vlans.py,sha256=nisuZcBNUMi4DcKU1my229ZrkJWeP5wygKd8FdgGeZs,7647
|
546
|
+
pulumi_oci/core/get_vnic.py,sha256=lomDebEpkl5I1Ue4InhauUP7qdJ6-P4isxNmHSL5Pqw,14895
|
547
|
+
pulumi_oci/core/get_vnic_attachments.py,sha256=cFhp3T6M3dKGuDqltWH6w3EjeyBTEOffBfy1wTwHs58,8440
|
548
|
+
pulumi_oci/core/get_volume.py,sha256=cpESltd8hsiSOKClyjKTbGC1aX39AZfbWFjTnnQHfIw,17343
|
549
|
+
pulumi_oci/core/get_volume_attachments.py,sha256=e7jLYL-WK1pxQE-a4bNZiu29-gMp1pi1vmCkyHqWgb4,8965
|
550
|
+
pulumi_oci/core/get_volume_backup_policies.py,sha256=oEoTTLC1K2UeaqQ-If7RB8UYTVzF2PZVPh4W53r-T3w,5808
|
551
|
+
pulumi_oci/core/get_volume_backup_policy_assignments.py,sha256=VL3wDuZeuLI4KuCoLlaw44pPI7a5ZD1gmOvonpnHmsY,5905
|
552
|
+
pulumi_oci/core/get_volume_backups.py,sha256=1MRZUpg6M6MAmB2lyVofFo776aEL_QKqmyCZCCQdlu0,9315
|
553
|
+
pulumi_oci/core/get_volume_group_backups.py,sha256=mx_Qtc2PqRLiTv1hRQZodjzLr9zRraWdiqkG57_cUQA,7787
|
554
|
+
pulumi_oci/core/get_volume_group_replica.py,sha256=ZIjeq76dkE7kFrZP81SssmCPA4fx96fpZcWJKoakbOk,10670
|
555
|
+
pulumi_oci/core/get_volume_group_replicas.py,sha256=0Le6UV_GQ5nTDsOl6Nf0KXI3NK3wz4zX3abZPQ6UfCI,9001
|
556
|
+
pulumi_oci/core/get_volume_groups.py,sha256=KuPFe8GMCVW39dZXyHJEqcEEY0SqbakW2SDhNxOOy5s,8495
|
557
|
+
pulumi_oci/core/get_volumes.py,sha256=4A5yirDZEa8spcbHxJ9svusFk8IsFb9d0HG4mR6LgRY,8921
|
558
|
+
pulumi_oci/core/get_vtap.py,sha256=twtYDDHr_8eTCbfuuhWX3fbPAhf8AZSbhHHT8FWVG6k,16449
|
559
|
+
pulumi_oci/core/get_vtaps.py,sha256=hjU_pJ8wRpaZ--bYSlFY1P1VwR8DUDDpvF1T401OY8E,12030
|
560
|
+
pulumi_oci/core/image.py,sha256=gxulFMT-vgmHFg9lRXHUfW5Uh0KFuwY8ps9sFUt6nYc,52239
|
561
|
+
pulumi_oci/core/instance.py,sha256=USY-E03Sei3HEHTeWP1befijKt8k3tLuKi2J5aJswk4,176545
|
562
|
+
pulumi_oci/core/instance_configuration.py,sha256=9mLGzo9jI-XS0TRRz1kKkrRSmT8r09RxImSh_egDlPo,116456
|
563
|
+
pulumi_oci/core/instance_console_connection.py,sha256=9IV55VGDQTS9uT6mp7gwRw6XGo4fJsFiZbg9ocofCKM,29546
|
564
|
+
pulumi_oci/core/instance_pool.py,sha256=b_YuSME-x1WmhzwryFaIhw_e-HawirOH5sE4IXdLgU8,58580
|
565
|
+
pulumi_oci/core/instance_pool_instance.py,sha256=H6PrRcYUZvXmEukKDyx68DPWpVRy4jprioCH9UcycWI,33650
|
566
|
+
pulumi_oci/core/internet_gateway.py,sha256=MTdPtnhxnoWoLbft3NELi3-adlgrbY-4m-4UgJXXIPU,35487
|
567
|
+
pulumi_oci/core/ipsec.py,sha256=fuLc0j8NPJcN9E_Q45g5zzEqzQpeZLFL0n_xsNH5B68,53009
|
568
|
+
pulumi_oci/core/ipsec_connection_tunnel_management.py,sha256=H7swM808vRIw4KQ_z4m11nLkI03ZrFZpIVMrYfg_g-c,56909
|
569
|
+
pulumi_oci/core/ipv6.py,sha256=T92ZTwgo6DgNh4GoC3VZosRbyjdEc7nCpsjVwRxXj5c,33193
|
570
|
+
pulumi_oci/core/listing_resource_version_agreement.py,sha256=NjDkhqtP9qer_lFzrhZUYfKwUnWidbQdeG6hDsCXAL8,15845
|
571
|
+
pulumi_oci/core/local_peering_gateway.py,sha256=uq2YABtdUusjlpAG_oisChkrGCUUcNbHE9COmV056P8,49405
|
572
|
+
pulumi_oci/core/nat_gateway.py,sha256=zZH48pTpFM1SZEvNfkE5HJjSm-zMj1J_FSh4T_6j9JY,38325
|
573
|
+
pulumi_oci/core/network_security_group.py,sha256=khv7IYM6Guem5XgO8eMsq15oIqErs1p1xFsTczCL5dM,27031
|
574
|
+
pulumi_oci/core/network_security_group_security_rule.py,sha256=MXWIHVDm_Dthiwa8Xmbjn6Fr-2Wlxs2s_d9Ww_mhrms,71630
|
575
|
+
pulumi_oci/core/outputs.py,sha256=AHqrwNZ9yz4F7ngtcxrebT4lf16sMCKgbx1rC-40RoU,2665064
|
576
|
+
pulumi_oci/core/private_ip.py,sha256=36HireR4Vn83YjqxN2dzHYsdS0-ggURBKwtAWQIix1I,44871
|
577
|
+
pulumi_oci/core/public_ip.py,sha256=zdffBcV0CDystpsDJQ0MoJJFmp41Y54xk4FxJIk7lbM,48765
|
578
|
+
pulumi_oci/core/public_ip_pool.py,sha256=bDd2KnPfhSgdEkE53e9zsIxbbQhMOUFRwU0nipQ0Jq4,25337
|
579
|
+
pulumi_oci/core/public_ip_pool_capacity.py,sha256=wDP_jpfWB0StKlLeSs286XiiU5bAGyk_LMPRrPHThSY,14242
|
580
|
+
pulumi_oci/core/remote_peering_connection.py,sha256=5dxMQ21qOUOfW67u5frTFMAeHRwZtceUj_F-dZUg_eo,37089
|
581
|
+
pulumi_oci/core/route_table.py,sha256=4dB5p2zrhKeX6UCMq6m7TUGlh4y_NDY0ik3gZEk6E_s,33954
|
582
|
+
pulumi_oci/core/route_table_attachment.py,sha256=vbQ5b210qrCcLLTrzv5G74x_D2_PYH22HoGkyF9PT6E,11303
|
583
|
+
pulumi_oci/core/security_list.py,sha256=uXkfrttJqsgNoMAl0Ln1K7-hOH0ncHPNbeOIrxdGQ-A,45248
|
584
|
+
pulumi_oci/core/service_gateway.py,sha256=3zrEQ15zAkPNgTnC9QJV7SM-CzjgldITkcMF5nvpWvg,45045
|
585
|
+
pulumi_oci/core/shape_management.py,sha256=tYZHLNH7he3wHt9wSJmSzmhZHJJA3o29CeHXfqYVwQU,11648
|
586
|
+
pulumi_oci/core/subnet.py,sha256=mGqkSp5Ov6rSy0DrX4h0aJP8hBo5vsmRqfRZWVHcuTw,92974
|
587
|
+
pulumi_oci/core/vcn.py,sha256=Wy0wsaG73TVGmWCmh_fxSJYOM73ZZnaqq_TqqYupA0o,76562
|
588
|
+
pulumi_oci/core/virtual_circuit.py,sha256=fA0XzJVsF3yQIDqKB34qi0Rbpst_asma_cVLsqwe63U,97220
|
589
|
+
pulumi_oci/core/virtual_network.py,sha256=fXVsQB4gOkMi8ai95SdByDDm3yDWMFUUmf6drGR0J6Y,32966
|
590
|
+
pulumi_oci/core/vlan.py,sha256=OHBXlQFH4ISXG_pDEZEmLzV6DdP0GGjHUmDs0B4czC4,47593
|
591
|
+
pulumi_oci/core/vnic_attachment.py,sha256=CQtuysYggZkZAjd-tQ0zheN-y8yUzCz6NJqdk2Iuuhw,39305
|
592
|
+
pulumi_oci/core/volume.py,sha256=G9EHF3BR8cj6PCvvYsO3Ij3270iw8LRkbPqJuC132Qg,71808
|
593
|
+
pulumi_oci/core/volume_attachment.py,sha256=sMGrGWgSMRy1GA8900xURIAn0DfV9r9plOojZj7jErU,60297
|
594
|
+
pulumi_oci/core/volume_backup.py,sha256=aDjtW8smCzAlQF3BjeFhHBXgqmeVicEk0LRH0R4UDAg,51208
|
595
|
+
pulumi_oci/core/volume_backup_policy.py,sha256=e6vTubD1tsVBZPJKx_mh2BX0e-3U0fgPS6N0J-nZsJU,31718
|
596
|
+
pulumi_oci/core/volume_backup_policy_assignment.py,sha256=k7PJPGPXeViW4-qYSlTSWQgKjhxYvTW4sJcicFQ7lKA,14083
|
597
|
+
pulumi_oci/core/volume_group.py,sha256=-GvQk56Ay-dValkrELjQJ9eepqx1rWS3dF0U8LXT0e4,47894
|
598
|
+
pulumi_oci/core/volume_group_backup.py,sha256=WjJuaaLDO9MMabl7pXYwybjB2_MbxgehYYiPmZuw0aY,47638
|
599
|
+
pulumi_oci/core/vtap.py,sha256=PtvF-yM5xrwaiMptZ5mtfE66SetyD2Qw6mVRM7o_uk0,66106
|
600
|
+
pulumi_oci/database/__init__.py,sha256=F7FSkC_rjRWKzP-c5BNKyIRkzMP_i7tYrpFzgsFD-fs,8171
|
601
|
+
pulumi_oci/database/_inputs.py,sha256=eakHi4QyDSRojWDuW7dwQvdvELo2ntHS9riHicoP1lY,735473
|
602
|
+
pulumi_oci/database/application_vip.py,sha256=rfuUhZUbp3AsLooDcoJ80DlyLZ9zOtnuXKuIIyb_Fdo,31282
|
603
|
+
pulumi_oci/database/autonomous_container_database.py,sha256=HJ1UYZvCrps0EEknU6GvZ3CGbrDXLdTzbJpNLl7_m4w,147535
|
604
|
+
pulumi_oci/database/autonomous_container_database_dataguard_association.py,sha256=sAsdFnRf2nk_zX7Rplm_ygTlQXduB52olf81IdxqtPM,48025
|
605
|
+
pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py,sha256=lkik3JyZ3pS6gsbXQ_WO4hVopGUfNjTZCfrJ0y8kHyc,19756
|
606
|
+
pulumi_oci/database/autonomous_container_database_dataguard_role_change.py,sha256=XFpvKwEXn5_IbFGE6v72aw_Kcj0uX5iggvSglPhlVPs,14098
|
607
|
+
pulumi_oci/database/autonomous_database.py,sha256=tw5vk0H5LbzqD_Di54rquCxCdPt5b_7VaXnf0sZLkic,421611
|
608
|
+
pulumi_oci/database/autonomous_database_backup.py,sha256=pjxE2I0LAy-pdjdmrO8SFjuZE4kU_rhRuB7xTxTXoG8,46425
|
609
|
+
pulumi_oci/database/autonomous_database_instance_wallet_management.py,sha256=AgirqFtzD3xOODmK-aaCPrOqBs6oLr9xTOQyScynSx4,20189
|
610
|
+
pulumi_oci/database/autonomous_database_regional_wallet_management.py,sha256=vCBCHsz41eSDTBOo5pV3fGzYFHv3mmPUi-s-z5xFZWA,16908
|
611
|
+
pulumi_oci/database/autonomous_database_wallet.py,sha256=Kmehc04i5UAAkDdn3BvYzNw5PgWOIzHkQJkOo66xcfU,19300
|
612
|
+
pulumi_oci/database/autonomous_exadata_infrastructure.py,sha256=9uKzfXZyHC7c_-cDer_6TumpI9K9c5ZovMe0XHzpwBg,73059
|
613
|
+
pulumi_oci/database/autonomous_vm_cluster.py,sha256=jB6B-t5MMM5VIRdGsHv5I4W1hmQCoJkPKx-D8WmqRGk,103800
|
614
|
+
pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py,sha256=Wc82GO2PYjjXUU6sxSkrQVlT726s3av24hQG4eztfyk,23749
|
615
|
+
pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py,sha256=vTDcWQd_3btk_TKdC4tzTcxhc1CvLoLGXM8mKMhbZi0,23658
|
616
|
+
pulumi_oci/database/backup.py,sha256=HwxazZUGtN6tCm1E4xzgPxQXiuTzrALaCpAnSbWBjko,34569
|
617
|
+
pulumi_oci/database/backup_cancel_management.py,sha256=OQpV0PYDPg-QiC0h5DDIa7iwMkGy-bumAKW2MRjK2nE,12638
|
618
|
+
pulumi_oci/database/backup_destination.py,sha256=ASuhEpV94qViA6SuHUNinDXn72z23Ck_4Mhag8tnikM,48536
|
619
|
+
pulumi_oci/database/cloud_autonomous_vm_cluster.py,sha256=EfzbX8efzytVqbRaWDRN53IJJP5-53OavB7JG5-JQxU,138109
|
620
|
+
pulumi_oci/database/cloud_database_management.py,sha256=OpGPLbs5h0WHLwiDeur0PX4moYt76eIgJY3JFM8EjyQ,34329
|
621
|
+
pulumi_oci/database/cloud_exadata_infrastructure.py,sha256=pSJLKEhwvAwGCQ9V-NY_8n1-FUmqtKwBP6Stpx9MK7M,74907
|
622
|
+
pulumi_oci/database/cloud_vm_cluster.py,sha256=rXwQga-mlii2rx8cuKwYYDlpNtw5pf2KbIbJzQUjSl4,142855
|
623
|
+
pulumi_oci/database/cloud_vm_cluster_iorm_config.py,sha256=ZMy45SJw52FZH7gh8DNnoVkbR4BSt6ZnxcLon5CLscM,17929
|
624
|
+
pulumi_oci/database/data_guard_association.py,sha256=gPdPpX-rzFeGcTDtRKv8fXBUmA6Lz13mM6wRytDRv10,155625
|
625
|
+
pulumi_oci/database/database.py,sha256=7LGJqjb9sJaXcZbLxTeAJC--Sx9HUDl-xYn5dhjBh7I,94234
|
626
|
+
pulumi_oci/database/database_software_image.py,sha256=5spF1NuoLrdfEIiiw02FoduZas0kJRWoz0Ko2YLVl_Y,50042
|
627
|
+
pulumi_oci/database/database_upgrade.py,sha256=C6oiryMAlu-6SKjA2--MLkgjZ6SBLi5r_GzkEueQ_BA,62836
|
628
|
+
pulumi_oci/database/db_home.py,sha256=VCyvpXhHOP0-HH7AWOxAoZEbFo2-cE95nwD88QCeco0,58560
|
629
|
+
pulumi_oci/database/db_node.py,sha256=BOKIfyKysyh3stDVDnRrhBAk9z3depu-UE28WwTJyQ4,48869
|
630
|
+
pulumi_oci/database/db_node_console_connection.py,sha256=JAPSiMm__8fbETfUcsVjgqEStdbJUDn0OUNzG_XBJOw,28705
|
631
|
+
pulumi_oci/database/db_system.py,sha256=UPnz4xQ-fsY0PHf6aSO12_mAVdmQUJIOT8Kgrlb3kG4,187777
|
632
|
+
pulumi_oci/database/db_systems_upgrade.py,sha256=r2TU2mS0etA6hN_WHmWDggBtN0EKq4yMBKZ7YnL3FRI,98521
|
633
|
+
pulumi_oci/database/exadata_infrastructure.py,sha256=c90JY0rWHYEKcHGEq8C1DtLwBfxYbfGmoVyn98QRe0k,125999
|
634
|
+
pulumi_oci/database/exadata_infrastructure_compute.py,sha256=nNrBFaNCBpeRIr4sUWq_alQpnmd7kNepcjCdkWIbdoE,81272
|
635
|
+
pulumi_oci/database/exadata_infrastructure_storage.py,sha256=MO1V89iaYoVxoiW_IGq9NaFcS7IpWL9Mt_yufzhUNNM,57951
|
636
|
+
pulumi_oci/database/exadata_iorm_config.py,sha256=FpBtqcIO787kxqty28pxjVJmPU73J-L0NuHQgawjlrE,19507
|
637
|
+
pulumi_oci/database/external_container_database.py,sha256=VQz5-ksVweUIhzNH-txZQvUCrkMqopzjArHLkoOsPFA,41277
|
638
|
+
pulumi_oci/database/external_container_database_management.py,sha256=-5TlRj6ZM0TKa8HbQE8C203l5r8cYoSd9XcPZ6pmtnQ,19378
|
639
|
+
pulumi_oci/database/external_container_databases_stack_monitoring.py,sha256=JqSlxftZCgFpNcd2wsy-YN7RIEPtBIuDC3u0QS4Esn0,18954
|
640
|
+
pulumi_oci/database/external_database_connector.py,sha256=6QwRYe7HqJuxV0wr0VZ-fzC4ZXyVNlcaTTjsR3dypis,47438
|
641
|
+
pulumi_oci/database/external_non_container_database.py,sha256=AbQ-29yhcbzXNVXp7Aev_Zc705Rxw96XRcIHvbLmiDI,43757
|
642
|
+
pulumi_oci/database/external_non_container_database_management.py,sha256=GG0eNLqRAO5AnxRela3cj6VDfMupt08AOlxtuIlsfSU,19664
|
643
|
+
pulumi_oci/database/external_non_container_database_operations_insights_management.py,sha256=oC_-m8i4Up7kyypbEpUxL9-rLvt0V1skQ5JCZjK1Sko,19860
|
644
|
+
pulumi_oci/database/external_non_container_databases_stack_monitoring.py,sha256=k-UolUshIYqdUlnyJtIOreiycRh87IUzLocM7daUPPs,19310
|
645
|
+
pulumi_oci/database/external_pluggable_database.py,sha256=1OS-bm-Q9hlq6lNsSp81TdPLjVqOcop-21U0cDcCSaA,52760
|
646
|
+
pulumi_oci/database/external_pluggable_database_management.py,sha256=0tFE4QSxpGezHIiwGmfEKg3QcgN16oWTyUYn6W01GgQ,17730
|
647
|
+
pulumi_oci/database/external_pluggable_database_operations_insights_management.py,sha256=idBiS3I4ZQ7ERLIIxjTfO1xELnd2DwlvkhvOoiwvIjU,19521
|
648
|
+
pulumi_oci/database/external_pluggable_databases_stack_monitoring.py,sha256=B_-52lxcbYT2u2VHkM9bnSAnOjscfxeYbeufcz5Is70,18968
|
649
|
+
pulumi_oci/database/get_application_vip.py,sha256=C6L4SrFZyTcrCtepSf0GnVCUDO0nrfyAsKe3YEPXMX4,10617
|
650
|
+
pulumi_oci/database/get_application_vips.py,sha256=ZfkgJOvdLZDrHuR0NGk3tOZgEVdfAX-O1E9dndS_SNA,7632
|
651
|
+
pulumi_oci/database/get_autonomous_character_sets.py,sha256=BS4aL2MSuoUEq61-T8kodSjbEMjoWLxEgvFp0shOjA0,8047
|
652
|
+
pulumi_oci/database/get_autonomous_container_database.py,sha256=XNKKRHVSWBDk_pSpnPUNwgOwHhr8jAb3GOkH1BT1JYQ,41237
|
653
|
+
pulumi_oci/database/get_autonomous_container_database_dataguard_association.py,sha256=_hTg2o6xzo0BcCcd6HPzOmonMY1MJHODd7vGIIChIQI,18964
|
654
|
+
pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py,sha256=uyF-kNE0086clkargfrfZ1i26_0jai1c9EfD274Y-QQ,7552
|
655
|
+
pulumi_oci/database/get_autonomous_container_database_resource_usage.py,sha256=NvY6105SGwN48Wbe6VLyDAuXrSGu_88PpeooKC3NLZw,12799
|
656
|
+
pulumi_oci/database/get_autonomous_container_database_versions.py,sha256=wWWQ-XoohND-DWp29aFfJ5yHBbmxYXH76TVKcdtaYOg,7108
|
657
|
+
pulumi_oci/database/get_autonomous_container_databases.py,sha256=fdAVlonKkBmDdGEZGjTzLaMxxMlL1kp-CJfVYko6OqQ,17176
|
658
|
+
pulumi_oci/database/get_autonomous_container_patches.py,sha256=qKZnMoM-YBe2KRSUyJz_PUr7WWZhYrAD-Ywl8yHH460,6983
|
659
|
+
pulumi_oci/database/get_autonomous_database.py,sha256=TvUZ393PJ_V3fg7c0A9Lbo34z9uy27aFfGx3Hk8MMRE,94187
|
660
|
+
pulumi_oci/database/get_autonomous_database_backup.py,sha256=vWEJEIDqeR1JpOy7p7IfCr5Ng1nt2R9UJ62EDL7IC5c,17590
|
661
|
+
pulumi_oci/database/get_autonomous_database_backups.py,sha256=fPQp00q93w9QgYgrPSmAKJvAIKDAaPQRcsYPDr4EJx0,10290
|
662
|
+
pulumi_oci/database/get_autonomous_database_dataguard_association.py,sha256=yXAy4WW9WBOFYgGznxJjfpYTI9y6EPs6Pf4bapAO5UE,13631
|
663
|
+
pulumi_oci/database/get_autonomous_database_dataguard_associations.py,sha256=9DEYKIl3MS27arboy6kYCJ9VLItfAsTnuO8oJ4mJzpw,6719
|
664
|
+
pulumi_oci/database/get_autonomous_database_instance_wallet_management.py,sha256=J__Z5vXTMf-ZLied9oJAWobg8G5fd8_Q8xIvODxZD6M,6722
|
665
|
+
pulumi_oci/database/get_autonomous_database_refreshable_clones.py,sha256=gYVAYRQoU3ls2_DVQ4kcstfX5AiOHUBPAprU8rAcs4g,6285
|
666
|
+
pulumi_oci/database/get_autonomous_database_regional_wallet_management.py,sha256=dK6urSnUhSZ0AQ8VaKBwVWce8F3O942ymPsaIbJRFD8,5101
|
667
|
+
pulumi_oci/database/get_autonomous_database_wallet.py,sha256=MmLxlCKYIBwq5FBVq7N1d6QrYlhXKxszjks5eDfbKRo,8367
|
668
|
+
pulumi_oci/database/get_autonomous_databases.py,sha256=PVQfJrv9p9pfebBkKLdVdpLnyKukiwxNZMaMczObX2s,20706
|
669
|
+
pulumi_oci/database/get_autonomous_databases_clones.py,sha256=rFzln-YdnInkl7GTx2BoIDyMwl1lWSd65_5aRgcZInQ,9998
|
670
|
+
pulumi_oci/database/get_autonomous_db_preview_versions.py,sha256=TorIWye1lH8RfyzCkzN3ZOrxSrArtdeBNTSwVVpYH88,5937
|
671
|
+
pulumi_oci/database/get_autonomous_db_versions.py,sha256=u9wEA13QcWLDXqRW_ZbkA6SQ6thTmqPDq0Qi8fH4YJk,6660
|
672
|
+
pulumi_oci/database/get_autonomous_exadata_infrastructure.py,sha256=YZDm9AHH5t0UALbApZh5l_d1rCIIyCVyGMV2dACzXOs,18973
|
673
|
+
pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py,sha256=wJU_sX0zFtBNoEgGx3BjjiAwa7VMIUfp0rfv0qe-a8A,6747
|
674
|
+
pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py,sha256=HvZhYdBYEdNImf7FV36DoI0simTJbsvIm2CrKn8Y24o,7128
|
675
|
+
pulumi_oci/database/get_autonomous_exadata_infrastructures.py,sha256=ebhy1DpmQzTJRFosQL7D_Nuaes7_qC4JbUiLNDpWbpM,10225
|
676
|
+
pulumi_oci/database/get_autonomous_patch.py,sha256=G-U46MdJ8EaPtqr3gajeaW5fBstytTRwtDmUM3vrs0g,8381
|
677
|
+
pulumi_oci/database/get_autonomous_virtual_machine.py,sha256=KDSXFKxP9_9SElSTgQ5ZMxwOFVBjyTei-Ry9LV2vg5I,12029
|
678
|
+
pulumi_oci/database/get_autonomous_virtual_machines.py,sha256=Qug7VyX8ReQyNpPtDffSCuPIbdERYRSNJklAluaeJ1Q,8222
|
679
|
+
pulumi_oci/database/get_autonomous_vm_cluster.py,sha256=Ox-O3HUUoqrBR_y7MuP5Q5JOx9qkEUuusfDaSSpLkpI,31953
|
680
|
+
pulumi_oci/database/get_autonomous_vm_clusters.py,sha256=B1PbDPW2l3rBbXJeCqBqoNkpn35AdUwECgak7YS9LTc,9468
|
681
|
+
pulumi_oci/database/get_backup_destination.py,sha256=UXrhBvUkVJcrAO0JrvyGPENmNfTNQzIcix95-PyAjss,14314
|
682
|
+
pulumi_oci/database/get_backup_destinations.py,sha256=2THt6jmUF4PxplrB8RzIKPfMz-ltWLsQ_Yt-_Z7tAYE,6161
|
683
|
+
pulumi_oci/database/get_backups.py,sha256=tjly8nDtI8RRdxb3h9kscBjKhDqdFezYZMnNF_VcHqY,6029
|
684
|
+
pulumi_oci/database/get_cloud_autonomous_vm_cluster.py,sha256=umbX9zuqmxV4qNSN6n77VJjK4CfNUSI8AhE_vAncoFY,41852
|
685
|
+
pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py,sha256=6Nyakm8pwqvsOSuER1a3ZkbAIcAdUYMmw3ZaGP241ag,8063
|
686
|
+
pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py,sha256=hrvBYZ5gjBw5bNAfNaT0wHswD-sCjKSMzKl5tJmtxFw,19273
|
687
|
+
pulumi_oci/database/get_cloud_autonomous_vm_clusters.py,sha256=oWgTdanzwRaZDoGjgK0B1oK91umazwixdhxmrbcy4Nk,11182
|
688
|
+
pulumi_oci/database/get_cloud_exadata_infrastructure.py,sha256=Nh7rQMjwWIeA-Y_EWKDWe3w1Tqs4dm77OWnECaAI6hg,25742
|
689
|
+
pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py,sha256=HcW4be5JL2Coi9pCAO-ky2lCnK8_DueEMJmQGE06ofg,10718
|
690
|
+
pulumi_oci/database/get_cloud_exadata_infrastructures.py,sha256=yX_yZ3UTalYH7csj33cF3qqP0LjgkEiISwnhh4IO_-8,8211
|
691
|
+
pulumi_oci/database/get_cloud_vm_cluster.py,sha256=WFgD-g0WJV43Ql-dbEsLxkoVABwohzILrusn0olhTRw,35218
|
692
|
+
pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py,sha256=9tmcnmWaT3MwMbSgNtRMnxo9x7qPoOWG_kORA5I2FtY,6675
|
693
|
+
pulumi_oci/database/get_cloud_vm_clusters.py,sha256=nM3WwnP5p35iCF0mnF9CRN-kmOg1HGsEBwNnamg0OKk,9123
|
694
|
+
pulumi_oci/database/get_data_guard_association.py,sha256=5SX66Sn0vZRlddu52I074pXzXgPVvKv9hZovRbEraC4,28382
|
695
|
+
pulumi_oci/database/get_data_guard_associations.py,sha256=oFlQZvLQteADzePrZX94UxAY2LFS1wsCFU0NVlLRcR4,5417
|
696
|
+
pulumi_oci/database/get_database.py,sha256=jiJmNygYNO8JutH2wBon6RR7BsvHS-T2bQbaFGGkJ9o,25747
|
697
|
+
pulumi_oci/database/get_database_maintenance_run_histories.py,sha256=2tKpoEkWL4hH5-3nbQhQE2TLHk30_5nhOj_fH-Gekd4,11397
|
698
|
+
pulumi_oci/database/get_database_maintenance_run_history.py,sha256=T4tHPTjHLA9c-USDqFUbHJyS1_G-7lZHz3uMwF1G7ao,5754
|
699
|
+
pulumi_oci/database/get_database_pdb_conversion_history_entries.py,sha256=KU83USdw95WY6ade8W0KGtOwJMl-2fceioH2psfUJfo,8816
|
700
|
+
pulumi_oci/database/get_database_pdb_conversion_history_entry.py,sha256=hCwdV8twQ7CJRG8FWnKEgNZSPL8gROjpMoVAQnAxMbY,12681
|
701
|
+
pulumi_oci/database/get_database_software_image.py,sha256=jjv54h-b576GWm2g-10DFzjyhsPA-rdIGmgLh3V4Bkk,15118
|
702
|
+
pulumi_oci/database/get_database_software_images.py,sha256=rvXy9m3vUa0r8zMyulthyK_9jNmvQaPtDQpoY9j5QLk,11297
|
703
|
+
pulumi_oci/database/get_database_upgrade_history_entries.py,sha256=VBPW-co0X7ybrwzfBuMYdwXBB9ZvzwiKgA805_fvtDs,7865
|
704
|
+
pulumi_oci/database/get_database_upgrade_history_entry.py,sha256=K-F1P-XvzKjw6qgNKlb4hmNnFv908kuMjBEL4SCS56M,11964
|
705
|
+
pulumi_oci/database/get_databases.py,sha256=qLpzBnAckgIK1XbtS4t6XRZemgIIaMOPc77iDenVHsI,9082
|
706
|
+
pulumi_oci/database/get_db_home.py,sha256=_y2vkynaMGXSmo3mtg-_3IiL7FiqtVUvivLy4-QiN4g,14640
|
707
|
+
pulumi_oci/database/get_db_home_patch_history_entries.py,sha256=Ah81f5B-j0eC1VBQYcr_Kkt6j36i_j-7XdmaZyLjnAY,5396
|
708
|
+
pulumi_oci/database/get_db_home_patches.py,sha256=fKME6jOyUpIwxLOzclmz-pV4ufMEPw-ZnqJzpq2ZFVQ,4734
|
709
|
+
pulumi_oci/database/get_db_homes.py,sha256=4h_o-vPwufAnAdibMZAZapz2rnSfSQEgEJy1Tfv3bAQ,10687
|
710
|
+
pulumi_oci/database/get_db_node.py,sha256=DAPjkwYPuraPRtXxJ0YgC-Tv2GlK1knxwReByGyWqAM,18194
|
711
|
+
pulumi_oci/database/get_db_node_console_connection.py,sha256=2MKVGyAC8H9kCeUkuPHUTrU1Xr78td9vYrGeOZfR75M,9676
|
712
|
+
pulumi_oci/database/get_db_node_console_connections.py,sha256=4b2bjr-_3arugnbvNve6gOqP1GVi25ysE-6dZHJXv74,5371
|
713
|
+
pulumi_oci/database/get_db_nodes.py,sha256=hLc685R5A6p6k4KRXN6-Soqetc39V_B-hngtAFA83nw,9299
|
714
|
+
pulumi_oci/database/get_db_server.py,sha256=ODhRVg8p9M2jTgbnU5AH-49mL4yatzAPLk7zVKsC_bU,17337
|
715
|
+
pulumi_oci/database/get_db_servers.py,sha256=ZplTXdIZ_JP907ccHzHBG-QIVV2cSKz8y3qprqG2TY8,8435
|
716
|
+
pulumi_oci/database/get_db_system_compute_performances.py,sha256=EB0KAG67YghzUIroU-YQ1sW8wUxT0Mzqa537uvoW8R8,5826
|
717
|
+
pulumi_oci/database/get_db_system_history_entries.py,sha256=TcaAsVZfLQWIqlcsMqGMVH-LYdAzXP2kPtjmVTZ89jE,5363
|
718
|
+
pulumi_oci/database/get_db_system_patches.py,sha256=kDo4JRBZ8ABuC--tv5oHBWsJ-cmqhVa2aVkxGbSk-oU,4840
|
719
|
+
pulumi_oci/database/get_db_system_shapes.py,sha256=i9EiHYGmVO954PdDw_Ar2WbvsulD15rkFDJyH-APFFE,6377
|
720
|
+
pulumi_oci/database/get_db_system_storage_performances.py,sha256=UcWHnwfrsWKINHDGkCHlAYQ9egDM1ymQppoYmqEuitk,7261
|
721
|
+
pulumi_oci/database/get_db_systems.py,sha256=ShvdNQ5H7-kOyqQ9u-KSgEhyF-bX_tbMHk9kNo2pwEo,10717
|
722
|
+
pulumi_oci/database/get_db_systems_upgrade_history_entries.py,sha256=419Y13VMSyOzUJs9GmT5g8Vn-NaWob0o0CQIHRNFRvk,7902
|
723
|
+
pulumi_oci/database/get_db_systems_upgrade_history_entry.py,sha256=BjUwJ16hku1pQmLB6Py5hila1Q4t51uM_fYn2SHqXZU,10137
|
724
|
+
pulumi_oci/database/get_db_versions.py,sha256=UCWDBoTsfiSndQFpFjPsHepfudDqrYRpmu3R5xfDYxs,11588
|
725
|
+
pulumi_oci/database/get_exadata_infrastructure.py,sha256=h7SGbNEdG5DqMIhNjRUypX6ewABVnmgc_yR60NBH7Nk,34973
|
726
|
+
pulumi_oci/database/get_exadata_infrastructure_download_config_file.py,sha256=WKJ7zcOJoY7c_0JFN0KnWOD4CvteaHU77KCxerXKTyo,6212
|
727
|
+
pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py,sha256=QTSIjRxvWzyBuHGP05hNd1SXMFmJ_-hBZ0s54atchpg,9883
|
728
|
+
pulumi_oci/database/get_exadata_infrastructures.py,sha256=d2P0cekQvXjby_3j_ZkwrDQBlnJkK0i2FXiQjptaZkc,7601
|
729
|
+
pulumi_oci/database/get_exadata_iorm_config.py,sha256=U0DrvgWnLFNKQfxTsoGvUURnyNNDL4lsoeMti6vS6XA,7521
|
730
|
+
pulumi_oci/database/get_external_container_database.py,sha256=lA-ysqkdo-ORDBQMHCTSceH3-RCBWDEEvWTEqJtFhHw,15541
|
731
|
+
pulumi_oci/database/get_external_container_databases.py,sha256=ybL5b4MXXImWiD9nd5tbphuFALOhpRshVB81DTZV6sU,7897
|
732
|
+
pulumi_oci/database/get_external_database_connector.py,sha256=q2tD2TgiDgn8gsa_bfYCCbrmZybANJoYPzooEE4v1SE,14126
|
733
|
+
pulumi_oci/database/get_external_database_connectors.py,sha256=6FXyNzIMBQTQbOhHzDkQvIFpxh6VjNR8K6wSLdF5vvM,9482
|
734
|
+
pulumi_oci/database/get_external_non_container_database.py,sha256=rTHAqrmjUJZfY83DD6Ro5adQpaUAwgfOMowWHevvd4Y,16579
|
735
|
+
pulumi_oci/database/get_external_non_container_databases.py,sha256=kLSQVYB0yBKHYdQGedybTspOHXDsgz6sVu0uOucz_6w,8100
|
736
|
+
pulumi_oci/database/get_external_pluggable_database.py,sha256=LuEo72yA3Cy6OpcgLBaN_nr-vVlTqZFx6Bx9cjB26Ok,18387
|
737
|
+
pulumi_oci/database/get_external_pluggable_databases.py,sha256=hmfQ7loRAsE1RKaqwox0bwZwI391zZyu54Tr7QYunYc,10146
|
738
|
+
pulumi_oci/database/get_flex_components.py,sha256=HC_ELYZl1hnpdJfiaRkwWUHGU2E0HnR9WihRZzSlGo0,6276
|
739
|
+
pulumi_oci/database/get_gi_versions.py,sha256=NysuKbAI-fTooIJbOG961cTNR0JFWW6osw9KnTJ4eGU,5535
|
740
|
+
pulumi_oci/database/get_infrastructure_target_version.py,sha256=sUBoWsmLuIsEuUdx4pw0RmJY2DKZ-uhfbnGPrLEKwI0,8604
|
741
|
+
pulumi_oci/database/get_key_store.py,sha256=w-nGfwprvO1vpE6FbUOjlrORFQWcergg-ZuJey7YVdQ,9017
|
742
|
+
pulumi_oci/database/get_key_stores.py,sha256=_I4YHsYaUIW6yJaiKLY5b8J-uBNvDa7v3mDkbTzsQ1Q,4829
|
743
|
+
pulumi_oci/database/get_maintenance_run.py,sha256=_DiZOj4dPEQ_qxtwF7rFEBlE6H_JfQrw2mIBVUtyKv4,23112
|
744
|
+
pulumi_oci/database/get_maintenance_runs.py,sha256=jM56H15L-LrJbXnNFBn9rAkRqWcNF61WWw9P7nS7lcc,11908
|
745
|
+
pulumi_oci/database/get_managed_preferred_credential.py,sha256=g5eBpXYTuZgxKHSkIulaeCWIJqOnaHuWWt8OPNqgm5s,8427
|
746
|
+
pulumi_oci/database/get_managed_preferred_credentials.py,sha256=OdkXbtyRVsi59N1SmQTM-LjiQ_OpGNsM_GkwcCFK8xM,5918
|
747
|
+
pulumi_oci/database/get_oneoff_patch.py,sha256=NZ7h1RXVUjVlvIgGpKmdNdhNkM2yJkQ99BjS1J6P_iA,12627
|
748
|
+
pulumi_oci/database/get_oneoff_patches.py,sha256=8OxdifRgOogd-0pSMpmJwD272mTD9jeIAdBtTrR3aHw,7011
|
749
|
+
pulumi_oci/database/get_pluggable_database.py,sha256=XZbLgV2FBNwKsXkceVU-uvMoA7mjPwQ04l7UvrvIqM0,14509
|
750
|
+
pulumi_oci/database/get_pluggable_databases.py,sha256=EFvTGKyY0_0pMpWPE4cFckPE3yJgi62N8ZE-hPkOR3A,8801
|
751
|
+
pulumi_oci/database/get_vm_cluster.py,sha256=a8p6gL0LHx-DLqsEexI6I8nu22BnTBPmKprBo0Cdvas,21839
|
752
|
+
pulumi_oci/database/get_vm_cluster_network.py,sha256=QWeLD1AeBTSVj1gzDWCniGU_3pbycy0leeW9TFcg5QA,15122
|
753
|
+
pulumi_oci/database/get_vm_cluster_network_download_config_file.py,sha256=CXncFjAVfatF5IVvhUWbCfjWvrLHX7M60Bi0rajHnj4,7470
|
754
|
+
pulumi_oci/database/get_vm_cluster_networks.py,sha256=GClpeZ7pf45a-29mZnJwJ4tdvybeAO-SfNRJLU93Rao,9728
|
755
|
+
pulumi_oci/database/get_vm_cluster_patch.py,sha256=T4IR9KpCZweHr1D_OySLI9wSVwHn41K-XuSeZ8QULNk,8316
|
756
|
+
pulumi_oci/database/get_vm_cluster_patch_history_entries.py,sha256=sjHLCm3CvF7kL3m6N5NAAuuX4mvFRA627WOh_WAA_bU,5647
|
757
|
+
pulumi_oci/database/get_vm_cluster_patch_history_entry.py,sha256=8IycSe_CS-Keu_beffABw1QtWmzasbLue8JDIkFx_8A,8448
|
758
|
+
pulumi_oci/database/get_vm_cluster_patches.py,sha256=pENNorrNnr8jAIyWxbWtZiILuU2A_tdfGWOGfKc-Hnk,4973
|
759
|
+
pulumi_oci/database/get_vm_cluster_recommended_network.py,sha256=mwvr59M9OLYqiXziNzdR-YEfCYJ5pQctu98BEfht95Y,17638
|
760
|
+
pulumi_oci/database/get_vm_cluster_update.py,sha256=pjuYUfxzS9K5IRNPVFBT4yaCIthvN7kFNEnrTP4kGoE,9112
|
761
|
+
pulumi_oci/database/get_vm_cluster_update_history_entries.py,sha256=ZcKvJ18hbXBZ-1mq75gOcFpQlnV5RRCbseXDgyXP2LY,8001
|
762
|
+
pulumi_oci/database/get_vm_cluster_update_history_entry.py,sha256=QIdYV4HHRc3LIyD-jh-TqUcnR8TvRicnqhCXm_v_Gng,9399
|
763
|
+
pulumi_oci/database/get_vm_cluster_updates.py,sha256=S4d4f6k0so9hNg1_zaoyfwnobJfOxwy5YGqL6MY5E2Q,7213
|
764
|
+
pulumi_oci/database/get_vm_clusters.py,sha256=AlC2Y2w_M97rw_s0v4Uw3XX8bZzIQg4t0_BPL8bXsv0,8893
|
765
|
+
pulumi_oci/database/key_store.py,sha256=Dlz44dmm9GlJmgp_IWFbmmZNOq_50UX3XvehvFSKZiQ,27938
|
766
|
+
pulumi_oci/database/maintenance_run.py,sha256=dG3Ok6U6lRLU0ftAJYNPgWHDPLvrN9xc4s9kipQ3u8w,71288
|
767
|
+
pulumi_oci/database/oneoff_patch.py,sha256=DBxk1IMjcuH8E90p7lqgMl5uIdkYME-hoRe4kcQmLh8,41414
|
768
|
+
pulumi_oci/database/outputs.py,sha256=KvI-AHscXhw6__5q6uaYmTvSpaNLfOUeMWvSbpuxYjQ,2309191
|
769
|
+
pulumi_oci/database/pluggable_database.py,sha256=cJ6j145MoODIWwMJV5KrX3HK-mW2yc2LownzwKxFpW0,50495
|
770
|
+
pulumi_oci/database/pluggable_database_managements_management.py,sha256=oXlf5cGE3YRr8CcvkO4-UZBYBGns1_JJb2F9zniwGKg,56867
|
771
|
+
pulumi_oci/database/pluggable_databases_local_clone.py,sha256=VnY5QoN1Q7mhNZukIcjUxk1C6DH5WNg8UQhPKku5bgY,49114
|
772
|
+
pulumi_oci/database/pluggable_databases_remote_clone.py,sha256=c4cxDIbS6goBHLB80p8tyhf7nnP-ERFGRErRESfZasA,56380
|
773
|
+
pulumi_oci/database/vm_cluster.py,sha256=cL8jnbXLB2GvTvZIyhsm3ZK3lANU0VC7iAsppe-_7-A,79513
|
774
|
+
pulumi_oci/database/vm_cluster_add_virtual_network.py,sha256=Ae1Z16mxk6SF2HURzwD8-PYmOJi8j8eNztYGU64TOxE,54722
|
775
|
+
pulumi_oci/database/vm_cluster_network.py,sha256=O-CnE-2GCY0qYDUk2zRG-la-y2KbSQURsQLbzSXO3RQ,52313
|
776
|
+
pulumi_oci/database/vm_cluster_remove_virtual_machine.py,sha256=92ZG03P8TJGFHJMCDIGAgm0TU77F3H-T13bf5R73Fo4,52223
|
777
|
+
pulumi_oci/databasemanagement/__init__.py,sha256=vmtnJG8YEnXwtfjTxI_XcnPGkZfu5-vsuyLROXd7Lxs,6170
|
778
|
+
pulumi_oci/databasemanagement/_inputs.py,sha256=659sEOy3K7IHZpirkb0uDsX-gFR5EDBndm0T4vDznr4,318448
|
779
|
+
pulumi_oci/databasemanagement/db_management_private_endpoint.py,sha256=gxE-EZIAYehFC3nt0IZ2D9vVGeXH4MmoLyw5pjVQ0BI,28327
|
780
|
+
pulumi_oci/databasemanagement/external_asm.py,sha256=HbNGEYQ-Wjh-4EFefe_LKJl0pAkvKg3flvE2IOxHvP0,31849
|
781
|
+
pulumi_oci/databasemanagement/external_cluster.py,sha256=gzR_1zl1dBmizOVQQYjKsgYKeKemn0y9ilIDooIQvoE,36321
|
782
|
+
pulumi_oci/databasemanagement/external_cluster_instance.py,sha256=MGvQ8gwgtzuG_zeVe7UC6tAag8NUvAGKON4lLmcsMY8,33149
|
783
|
+
pulumi_oci/databasemanagement/external_db_node.py,sha256=H0T-0cJWyYX5LRuzZkLIIaEOUr4U3V7g_CVXprDjlIw,30223
|
784
|
+
pulumi_oci/databasemanagement/external_db_system.py,sha256=_ATlaIhCVYFCRyvusqAuvyHJjw04uAq2LvbjvwuphMA,33919
|
785
|
+
pulumi_oci/databasemanagement/external_db_system_connector.py,sha256=K6OBYVKgRc-sjGGFilukyGVQhCJcjsCz9HrLM-D-YGE,33924
|
786
|
+
pulumi_oci/databasemanagement/external_db_system_database_managements_management.py,sha256=Q_DkWEy9g38_jNqMW-EPDFvG6DiT4AzyjRZUL9BksVo,16925
|
787
|
+
pulumi_oci/databasemanagement/external_db_system_discovery.py,sha256=b7T6tXujqWwoPk4za1pckUp48Sg26UKTgo-icwlA_qw,28906
|
788
|
+
pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py,sha256=m0ewe-YuZAk274SyH19WOsl-nBsa3KAl8CSjZgC4SXc,18911
|
789
|
+
pulumi_oci/databasemanagement/external_exadata_infrastructure.py,sha256=z-7DkPpUzPBgeuwSj-wMB6apAq2C44EIlXsomtFaCf8,42302
|
790
|
+
pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py,sha256=6Uy3ZJZSzm-I7l0MK-s10EMQjC1QB7VO2deuLuYLj9A,17036
|
791
|
+
pulumi_oci/databasemanagement/external_exadata_storage_connector.py,sha256=uT5rfKYRH6ZaYZvYE8cRO2oHxxHEeCgkzlrEr4q_gsI,37249
|
792
|
+
pulumi_oci/databasemanagement/external_listener.py,sha256=LC8d-1cZlh-YqZZnseI8i3jxs1DtSNN4PZoeda_cmQ4,45581
|
793
|
+
pulumi_oci/databasemanagement/get_db_management_private_endpoint.py,sha256=CdIPU1tTsjnbbVzXqF8TSsmyJhgtqz9GM3w4abiyGpc,10088
|
794
|
+
pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py,sha256=gwg4vQ4q_cUalvCnEG7uonl2Vtuiy4KZPDuDE5bmUJY,6982
|
795
|
+
pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py,sha256=3ilaf1w0I-gz8UQtzHmB1vkb-JPf_hxQH19bRxlk1Gc,8227
|
796
|
+
pulumi_oci/databasemanagement/get_db_management_private_endpoints.py,sha256=4XBSDUbG41f9ptit9TPnLFFQzTc6EvL6ZJKUjJN8d7k,10208
|
797
|
+
pulumi_oci/databasemanagement/get_external_asm.py,sha256=AVaXEnu-qicMxyJGJ5Zw2OH7T3656zGqRlHOoGPKxCA,12602
|
798
|
+
pulumi_oci/databasemanagement/get_external_asm_configuration.py,sha256=zDwJxGJeaEkKSPQCE6ttW1PbboZq1SAN1Ox0pRz9p4Q,4811
|
799
|
+
pulumi_oci/databasemanagement/get_external_asm_disk_groups.py,sha256=i6e1_KjuM0VHMtPhTViW2J4NCA6KB4_jLqvZIPlcwJs,5676
|
800
|
+
pulumi_oci/databasemanagement/get_external_asm_instance.py,sha256=HBn4i7v2bxt1vbu_dRr3Dp6oDhlVBrGWukw2YiRDCDY,11401
|
801
|
+
pulumi_oci/databasemanagement/get_external_asm_instances.py,sha256=hhBRw8-yhEjswObUj5U8OWij3VMDHFpqnK1Hp636-cg,8099
|
802
|
+
pulumi_oci/databasemanagement/get_external_asm_users.py,sha256=XlkgSdilnLAYkeRErquGGIUI_RQPjWKjanO5-_IpDjE,5401
|
803
|
+
pulumi_oci/databasemanagement/get_external_asms.py,sha256=Cnwi9gfP5t3Fx6WKiNV_EA1n0nnnWQJ54He5MIVNIbU,7829
|
804
|
+
pulumi_oci/databasemanagement/get_external_cluster.py,sha256=4oK40vISkJvuqHepRtp1CvaHp1SQn7NYReXZFsGBevY,14361
|
805
|
+
pulumi_oci/databasemanagement/get_external_cluster_instance.py,sha256=gUJSYxMGG4uvxqUgzQyJMun-WOFD13xUGBO3XX1iOGQ,13568
|
806
|
+
pulumi_oci/databasemanagement/get_external_cluster_instances.py,sha256=6fH1poI003gpeq_Kn4_2fFVDaPBf-dBjaTojNTbaV0o,8447
|
807
|
+
pulumi_oci/databasemanagement/get_external_clusters.py,sha256=6D1IbaK9Y2oZawfLVGv01bTv9LYYPWG-12VkXHq2j18,8022
|
808
|
+
pulumi_oci/databasemanagement/get_external_databases.py,sha256=cUxeQ-d7qK2L-w5dx9vU6ruDKi7s4io9EiKbY5lhkPQ,7956
|
809
|
+
pulumi_oci/databasemanagement/get_external_db_home.py,sha256=1WlCH4zVp7mQsO5MGA20129X9Hr7HEFH0K1WFNpYzAw,9793
|
810
|
+
pulumi_oci/databasemanagement/get_external_db_homes.py,sha256=pGRwGDQvI_wGO96ZgyNDbu9ynld1WcC5dCVWC-qK82w,8003
|
811
|
+
pulumi_oci/databasemanagement/get_external_db_node.py,sha256=_McPcCi6T7KRcgavHnzJMOc4_vdWd7V6ssckkwURMWI,12197
|
812
|
+
pulumi_oci/databasemanagement/get_external_db_nodes.py,sha256=AbhBToDCndmVWh99p-zRZLBCXmZix9hZkvtN_GBSUto,8021
|
813
|
+
pulumi_oci/databasemanagement/get_external_db_system.py,sha256=h8HKTXFUJWgsRzFkQdCtmWDVV6ROC2jJjYJH-7sWD8g,11692
|
814
|
+
pulumi_oci/databasemanagement/get_external_db_system_connector.py,sha256=yOlpnvPfZgffgsF6OWXUp3OVw5BBAPJ6yg1lF7nIxuE,12839
|
815
|
+
pulumi_oci/databasemanagement/get_external_db_system_connectors.py,sha256=misLJclgDZbnsGhOglU33xPfzQG5FK6rbPiIKjgmFGE,8646
|
816
|
+
pulumi_oci/databasemanagement/get_external_db_system_discoveries.py,sha256=mIgNDtSY7s3nCCRDShjiLm-t4IW-49S_niaMmQxnRCk,7139
|
817
|
+
pulumi_oci/databasemanagement/get_external_db_system_discovery.py,sha256=pB3ekZD7iJF-Ekg4qYrRrygrV5Mo-RLghdf59IJKbDE,11147
|
818
|
+
pulumi_oci/databasemanagement/get_external_db_systems.py,sha256=5EzHBpLwUe1gm43hcA-We46SZi3gq3LtP5clvCg1xqA,6576
|
819
|
+
pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py,sha256=we7QlSrfb9hEcGAeoxYv0kfzfj11I7myWIbYdKBi-40,14989
|
820
|
+
pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py,sha256=ePeCDEs9dzWdNpFsbtZBSD-QPFPK-T66ht6qhbPL-UY,7275
|
821
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py,sha256=dvZhAhAw0veaV_r0Xg4ASxWHvnqix8E4_Y-Lf56URng,13480
|
822
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py,sha256=z85wbNWKtO4g4LGltaEaHIK587JVm06Ymov7aSPsnB4,8977
|
823
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py,sha256=ckRmnBJXpTowyIyKiHy3n55umCAU8mGklJM0StI4oaI,11930
|
824
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_server.py,sha256=j7olPNrrMYKGeWfE4ER8uHZK0qh7McKG257q6H-8b_Y,16795
|
825
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py,sha256=E6aWarRdtMvFqIOp8qE_CGS8Z0lYBOGlX07yeXXSQUE,6924
|
826
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py,sha256=eW0MlNlzUZlDBZ2U7eLvpyG4KmtifJ9Z78vBVa7B2Sw,5636
|
827
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py,sha256=iObzIepj4D2iunwOH1392vVmeb5wsm8z7CXnB7ucF2I,5756
|
828
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py,sha256=iYqpj4Pcw04Aqs83H4cwVExzTHDsQVlhPhCMTyRcqI8,8798
|
829
|
+
pulumi_oci/databasemanagement/get_external_listener.py,sha256=LOcu2KE04n_Z_cGecny5J4JPSFG3tkBfkMrvVaxnCXA,18374
|
830
|
+
pulumi_oci/databasemanagement/get_external_listener_services.py,sha256=Z_L4ysYvpCrec0_EhuosDip0RFt6Y8ibbIqNay7X-z8,7434
|
831
|
+
pulumi_oci/databasemanagement/get_external_listeners.py,sha256=xzhE9yw1DAPeT3ATBNete0ogepE3_68w-VcqR7JHxWs,8109
|
832
|
+
pulumi_oci/databasemanagement/get_job_executions_status.py,sha256=SlifY2X83XDePVX8oCjWqMoUY3tyzO2g6lAqZMMhygI,10576
|
833
|
+
pulumi_oci/databasemanagement/get_job_executions_statuses.py,sha256=N8RiQODI4FS1bpQt-Lmo1DCIbjC5gpNy-e71UFKdanE,11911
|
834
|
+
pulumi_oci/databasemanagement/get_managed_database.py,sha256=io2iNnY4IbCKRUv6EQhOqtTqq5GvCpaMz5hWDfoFq8c,13298
|
835
|
+
pulumi_oci/databasemanagement/get_managed_database_addm_task.py,sha256=k9b2Hys2laUdSidx8PJN0QV8K2qla6XezENiySjFs-U,7024
|
836
|
+
pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py,sha256=F61SdT2BJCNI68ur8QJst1es2LjTryVNzvqbrCFp3wM,8056
|
837
|
+
pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py,sha256=JfrA6qG9u_EtxIU4YQHskIckfG5J_ItAQxX9dQ6PA2s,13112
|
838
|
+
pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py,sha256=OhKqhYQ5R9ORhHapYMeLv5PZpjb0zdbKsLBENRWcI2U,14234
|
839
|
+
pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py,sha256=dtKgfJ9SdbPKxFLrPJSfdwTQB8Kcy3afR4XAJEbJx4o,13402
|
840
|
+
pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py,sha256=atjzSHc4i_WJdyk_aidhgwrPuPplA1P2FTm8pKdzlBE,14600
|
841
|
+
pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py,sha256=tcTgVe_RaDtlKJ8JR-_bRTjcksj0akZr0RSeaPDlI20,8244
|
842
|
+
pulumi_oci/databasemanagement/get_managed_database_group.py,sha256=O0rLJksCOom4r3PQQN1QshXNEPTFg73WKI-CMpJZgHU,8152
|
843
|
+
pulumi_oci/databasemanagement/get_managed_database_groups.py,sha256=u916bJvn5wI1wI6X2oPbvK_PwddX1C63u4tu7C_wZus,8683
|
844
|
+
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py,sha256=3Mci3khmSbUizguH_tlFWOFG199dfk5_csN6R-QYWOo,11973
|
845
|
+
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py,sha256=kUrZPMPf9vn_U87kW3gPAKz7JP00cb0CWIrXYBGCvJY,7783
|
846
|
+
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py,sha256=ggzLe03M78N4FrSTtZG-aHmR_AsaDk27RVC-gJWSyyw,11165
|
847
|
+
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py,sha256=CHgYs84EDaZifpc4xTsvTRW4WSG_sHj6j_t4-JpE1lU,14832
|
848
|
+
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py,sha256=9ok9LYcxoQrZttRBWQuSDRzNMYxYtfxtl7t02nBmJDk,14650
|
849
|
+
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py,sha256=NA5CuQ04mMn7FgScbwPAtLI3Wo_lmjCkjhpxK6Wf560,15615
|
850
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py,sha256=YSEcxh8sffiJzsDiH8_rczeIB5w34YsBP5h1QKlwxZE,12966
|
851
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py,sha256=wDsWcuBHptj6ow8dO6GqcJBQW1w8Xiz0Ko3JqKIzTdo,12851
|
852
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py,sha256=lBZO2KJjbIRCuUCCxNxqICssfLvb-yRhPMGjhQJNZu8,7164
|
853
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py,sha256=z1EfGIKLmSPcfjTjOvHu5eWnBienGUbdcI1XgGZC9Nk,16810
|
854
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py,sha256=3wi7mHjj-zuqDCw4R0Lgi-3ze2-7TBQYAghuJGKxA8U,9809
|
855
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py,sha256=SV-584PA_1lgBn73kfgWbJVt8HuTYDGlWc3F4ZIAc44,11096
|
856
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py,sha256=H1x1n0PR7-4i6TzexDsK0rFpNrzpzgK4WVMiw9lJ1pg,10915
|
857
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py,sha256=kWkEgFKAZjCCwjfGALltZlp_XSBq7525XmIpnPipjbc,14190
|
858
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py,sha256=6qe9glcWtRleHr8tGuEKNs7hTIjmZuVD6PX8jWshMq8,15635
|
859
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py,sha256=HRqsoPQwFIysdu2_-E-zEYdnq6c3EA6LkXEBuzmAuYg,9822
|
860
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py,sha256=p7pE37vsVzrNHd22SFKbLOrWdBGnqBh4jz2CzTkck50,11397
|
861
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py,sha256=4zG27aq2gIlmrQSMhPkxmwJellUyFqXgfOavObZK2-I,9352
|
862
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py,sha256=kDS0ZeEMBKlYrOjQO_mgh1EbkJb0spSnpQlyuy_THf4,17408
|
863
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py,sha256=07uRCcDdkDGsCkGrjqe2t5MuW2w3n3CQAjlBNskO4-c,6893
|
864
|
+
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py,sha256=sjxEPTJ4YAyhqMSHdy2xa65DREMVvV2UW6WbmEsbS2w,7994
|
865
|
+
pulumi_oci/databasemanagement/get_managed_database_table_statistics.py,sha256=GKezL8CQcHHBiQCFSLrMFMyIM4ZzCHFWXy44vcmNLjE,6181
|
866
|
+
pulumi_oci/databasemanagement/get_managed_database_user.py,sha256=UlVZa2eVHIZOzaHSyXE6EceHGj7kxlEF9rJDCCyY6Xs,18841
|
867
|
+
pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py,sha256=Jo5YkbVkdnlx3CyZByhG5PAd-dsKD67OhDzvf_CPcGk,7070
|
868
|
+
pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py,sha256=p3vNIt1IXH8zKj00GIbTwp0-4w94b7IB8Y1kJ6z4qe4,8397
|
869
|
+
pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py,sha256=bLeBvkAKWQUugEK1q_BYXZ0DOMdtgGMJkf9IlHNyKT4,7022
|
870
|
+
pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py,sha256=gS4m5rWyqtCo31mCgSHN27J3PFAB_2lXshKnqTlSyLA,8295
|
871
|
+
pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py,sha256=XHGVn6CJMNwvUyLvYobotS6xstjdd0GrcqzEx4Ng0B8,6787
|
872
|
+
pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py,sha256=tOtOp4xhl7kgMrtzhICzWypQ8eAlMNhRUoU5Ogz3Pec,7967
|
873
|
+
pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py,sha256=8H1iHGM-JPgCoBVofoqFeL4JJMfbaF_KypODdTmR1uE,6802
|
874
|
+
pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py,sha256=-9ANCUmbboTXaJltnn3jQT-XNsmAUHSGZKPaMZPplz0,7980
|
875
|
+
pulumi_oci/databasemanagement/get_managed_database_user_role.py,sha256=LsBwBZ2kkEfmkDnwWVFBIf4hBLLfJJl6cMiWf0H3fSg,6370
|
876
|
+
pulumi_oci/databasemanagement/get_managed_database_user_roles.py,sha256=CCA8PUc6WiDVA-NvOY3MUqBUTJa9aorKYsyyYgqzAmU,7327
|
877
|
+
pulumi_oci/databasemanagement/get_managed_database_users.py,sha256=a88Jlbn6NnZIdFRtVjHO8Gf-QPgiIN0vdyaYUhkAons,6275
|
878
|
+
pulumi_oci/databasemanagement/get_managed_databases.py,sha256=kX6AK68Yps_vI5L5cmEZXv72zXHcBffc5R1R30IJxJc,11797
|
879
|
+
pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py,sha256=ydDjWIPbwvtenHDuk4MGrSRwnegkGUa6bD_RiiZVHc8,6698
|
880
|
+
pulumi_oci/databasemanagement/get_managed_databases_asm_property.py,sha256=ieH-vqbeB0zKjsy9yRfiiAgssogjm5lZfRr9Hr9Zqcs,5594
|
881
|
+
pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py,sha256=Fwe-m3eb3unc1iEMM5eWSeZuoX9l0jt3tsR-04T-Wxc,11028
|
882
|
+
pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py,sha256=ZUD-RkyHJJTPinXBN1FDoldK77ZpbYHUdXWDHRZlivU,9893
|
883
|
+
pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py,sha256=TUFGSj0my1TX_H-BhP8uyz0NA-q4E1Ht-fT8aiAk8SQ,6611
|
884
|
+
pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py,sha256=G-w1163ppceCA9uM-eXJWvbAOwpgKlcE8VO_e9QBrko,7679
|
885
|
+
pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py,sha256=Qyqy3HOI9XdEmhiCMPSxu_YCHlnBTpjXpXbvDYTFIbg,6811
|
886
|
+
pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py,sha256=VVrXsKYz7Vqix2NOK7je7K85_WB_06vji3H4CEaZ5t8,7996
|
887
|
+
pulumi_oci/databasemanagement/managed_database_group.py,sha256=pU8nvhViJGtAjK6fdJGvRdjb0X0VjPqg8NcjyWrJMRI,23905
|
888
|
+
pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py,sha256=7cr7bTlDS4cx3HoTuCjIkvCblNw0TOh7ql-er2ZIaF0,25602
|
889
|
+
pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py,sha256=0rZav2P686eHQRsjPkPdq2ww-9_RdutqpsBYVqrom6c,22845
|
890
|
+
pulumi_oci/databasemanagement/outputs.py,sha256=-kfSpGbLstgpPxOEMkCZTbW-I0j-4kSDPFJgyoWvMnY,1200030
|
891
|
+
pulumi_oci/databasemigration/__init__.py,sha256=kF5SHV_WCFU0cvn1_b2qBP71r4DI6vChWtB3PoYUGtk,718
|
892
|
+
pulumi_oci/databasemigration/_inputs.py,sha256=vt5v6QeGG0DthhC2pDC1kMj8pAOoZyJbZD4BD2LsGQI,143519
|
893
|
+
pulumi_oci/databasemigration/agent.py,sha256=8qgVCHB9_JPnb1infbAp6dpiwA-xYMWcsjjPgNIaDrI,31707
|
894
|
+
pulumi_oci/databasemigration/connection.py,sha256=tmSfbmXZuaCP8BuXM53IfSvdQknhgnl1B82x70pBboE,70466
|
895
|
+
pulumi_oci/databasemigration/get_agent.py,sha256=77Pq96UfN0pR70yDD_tfMdbSOhPF2D41u4qBI88mrRw,9698
|
896
|
+
pulumi_oci/databasemigration/get_agent_images.py,sha256=OK3YC8kW6vKqeHzuPfh9oa88U8IDHt7AzqW5-lVOHCc,4014
|
897
|
+
pulumi_oci/databasemigration/get_agents.py,sha256=3vvj8HOOqcxWyR2-q_AZL06eSakIbj9atD_ZFWh-4zY,6519
|
898
|
+
pulumi_oci/databasemigration/get_connection.py,sha256=M0AT8YLNGkb3dDfTttQi0JnRTZKyMepbQWATeAuUY_Q,16537
|
899
|
+
pulumi_oci/databasemigration/get_connections.py,sha256=N11jvIe9euCRJzYQKgqGzDWlMH9HP82JsbAHjgYemck,6815
|
900
|
+
pulumi_oci/databasemigration/get_job_advisor_report.py,sha256=5_h-KxbWqPPO4nuvu4n0HZ7lVvSiT0e8HoIys5UM3Jc,7263
|
901
|
+
pulumi_oci/databasemigration/get_job_output.py,sha256=IZ1tGelpe-HuNumx-Ewq5twClUUN2MWhwG5jgSzYz6k,3626
|
902
|
+
pulumi_oci/databasemigration/get_migration.py,sha256=H9PLKl3PIoKMV7CycvaGfzskew2cMnafBEeW5qepWRY,21890
|
903
|
+
pulumi_oci/databasemigration/get_migration_object_types.py,sha256=MbN0pFRfheJBU_HX309k5tfrkgINn19gfVDhu0omyBA,4555
|
904
|
+
pulumi_oci/databasemigration/get_migrations.py,sha256=RBy9KafjhZY_BankZ7aG_e30m5AcnEAHIITGFGCTuN8,7815
|
905
|
+
pulumi_oci/databasemigration/job.py,sha256=oGsYXzbl84hco7iLCvSNZkjd5Yvw_zjYkznGOP3jb9U,28831
|
906
|
+
pulumi_oci/databasemigration/migration.py,sha256=doCi6BC9hFPBiT1QPSXzCemHBwYu5G7ENETlxW9H84c,106519
|
907
|
+
pulumi_oci/databasemigration/outputs.py,sha256=AuIqM3aOT4fFqeKOXf6XnB9AOPM0VMYFtz4_0Ef6yXE,358908
|
908
|
+
pulumi_oci/databasetools/__init__.py,sha256=E0X8vTRKspPI8060q1z3elp-zq_y06OAs_0Td99nZrU,699
|
909
|
+
pulumi_oci/databasetools/_inputs.py,sha256=DQg3WxjQ1neW9fn7McyXSOroLTxcxcC0h3wcdXEEadc,20841
|
910
|
+
pulumi_oci/databasetools/database_tools_connection.py,sha256=QVn1zm4YjuKRyOHwpOi5ieRbUnc1RvabhMnC8AJJ90c,53407
|
911
|
+
pulumi_oci/databasetools/database_tools_private_endpoint.py,sha256=ZPpMemGUf3t6EauX1hKrB8OkQFUC7-ilFPSpeS-gIDk,52061
|
912
|
+
pulumi_oci/databasetools/get_database_tools_connection.py,sha256=dSPiPcTqev-FcpLttYLRraa2qwHnEjGbK8iEvgiRXAM,14830
|
913
|
+
pulumi_oci/databasetools/get_database_tools_connections.py,sha256=7Aj9IQ6lm9dru1ciWkAP6wpy1-Bi_uq_7Tp2canfwog,8806
|
914
|
+
pulumi_oci/databasetools/get_database_tools_endpoint_service.py,sha256=gm13FqT7bgs_EY9Lo7z6EcG7dwoCdjGQQhl3-Yxe9mU,11058
|
915
|
+
pulumi_oci/databasetools/get_database_tools_endpoint_services.py,sha256=UeN3iMP89FQuiBYyAs2aKyjcN2a3xQy3LsliWrwARBU,9095
|
916
|
+
pulumi_oci/databasetools/get_database_tools_private_endpoint.py,sha256=MIp4p6oIgte9IlVxHlz3Tw3j2kwwl5wGKbvoWaH_S1s,16834
|
917
|
+
pulumi_oci/databasetools/get_database_tools_private_endpoints.py,sha256=4JG-bUUmASMtSpZmabYYH644je16f2nvAZvr6-T943M,10708
|
918
|
+
pulumi_oci/databasetools/outputs.py,sha256=nlMXgaEMbUrV4Dj5xoEGapVhsEZsBiJg8tRDD3f247U,81563
|
919
|
+
pulumi_oci/datacatalog/__init__.py,sha256=EWMd1xycwTaewYLYml_SZt7Th9rYTM4ogc-49eJkwjk,844
|
920
|
+
pulumi_oci/datacatalog/_inputs.py,sha256=O4jL1Sb6aQ_QlcAB2qg8FL5b2ZB0ZEGoHeCxf5ozJLw,9141
|
921
|
+
pulumi_oci/datacatalog/catalog.py,sha256=dqG6mKYod4SIWViWSGKe1JDPJin5TrRMygiNZ0WPhQ0,32105
|
922
|
+
pulumi_oci/datacatalog/catalog_private_endpoint.py,sha256=38If3ezUa6SPkJnBGX9q4f0sO74NeDlDkVxGJltNGMg,31949
|
923
|
+
pulumi_oci/datacatalog/connection.py,sha256=-OBPbddyPTcjDCX0u3muix0gmA3_cdWNZx1k-NQZsdY,45457
|
924
|
+
pulumi_oci/datacatalog/data_asset.py,sha256=9yh0I-wP3lL5vfB6htg7i4QfDHY53nAp22aepdp7Sqs,31778
|
925
|
+
pulumi_oci/datacatalog/get_catalog.py,sha256=8gEBhcx9FAr3xHCZjFgJcbpxu3vQzY4QwGnQfbWj6Bk,10675
|
926
|
+
pulumi_oci/datacatalog/get_catalog_private_endpoint.py,sha256=BrKFm_mFXoWEowvvXXy2NMK8ZM4rB8VihfMs7G9Vx5U,10569
|
927
|
+
pulumi_oci/datacatalog/get_catalog_private_endpoints.py,sha256=vUz2DTOEjwMyLF6TFAX0OsP65RqyJUtFj8yWpIcxUf4,7636
|
928
|
+
pulumi_oci/datacatalog/get_catalog_type.py,sha256=A98uVA464kxObdD-7xKWIfpMWze-XFA1ZMnWy45_Ow8,10776
|
929
|
+
pulumi_oci/datacatalog/get_catalog_types.py,sha256=xGhh9yBzfs3u3Eas8A1pzduj_IyT8YmL3KPSwmxEGrw,12605
|
930
|
+
pulumi_oci/datacatalog/get_catalogs.py,sha256=7SI1TmEe2f_YLXK-Yt1IWvHFpmfEjZeHlw50VKzlGEQ,6646
|
931
|
+
pulumi_oci/datacatalog/get_connection.py,sha256=EjXIVvtr_qwOclmpKqdmMb8WxquSsQ1YZUztHipd3ec,14250
|
932
|
+
pulumi_oci/datacatalog/get_connections.py,sha256=KLY5HbWE81KyVbz1zTbggwycdzRtu_Cjsr9oC2XI77Q,18180
|
933
|
+
pulumi_oci/datacatalog/get_data_asset.py,sha256=sbaYmZ9fxxuxL4XnOG3g-hx697uq2N936dS7cIgZcAs,13099
|
934
|
+
pulumi_oci/datacatalog/get_data_assets.py,sha256=uln4W1ZJz3tnRuDdzLtNpwXvmNVfx9H3xLwvBrR3UK8,11174
|
935
|
+
pulumi_oci/datacatalog/get_metastore.py,sha256=Pj6urXcJHSBG8apb7KQc7vwk3xpaw2VCjuwIsFkhmZs,9735
|
936
|
+
pulumi_oci/datacatalog/get_metastores.py,sha256=e9XA-Z_r963CbVC25NIY2q2_vscnvh9BE0ZHF3wlOuo,6739
|
937
|
+
pulumi_oci/datacatalog/metastore.py,sha256=p-av3lyOAzQEDbE0xCSW4I0F6bpHpTqtQ5XjLIn-_pA,31838
|
938
|
+
pulumi_oci/datacatalog/outputs.py,sha256=ypCEAQB80fxWL0muAKmz5sukfS9vT0tNIEef9rIZBR4,54314
|
939
|
+
pulumi_oci/dataflow/__init__.py,sha256=7ZsJyNDC6M94JA1AiJcVG7hppGNGQ2ccBLtMrPvhTbo,909
|
940
|
+
pulumi_oci/dataflow/_inputs.py,sha256=ebj2rcf9CaMup8b2k_14TfZEu9RriSj3-uGtIUTZGms,62009
|
941
|
+
pulumi_oci/dataflow/application.py,sha256=C1ygmUnm5fBLZPlpn8L58Q8f6IpUnDApNxLWRTyhilQ,114950
|
942
|
+
pulumi_oci/dataflow/get_application.py,sha256=45k9bO99imyDoAi0oaMHwDN6Tl93Tf5j4h_zfjX7vgw,25739
|
943
|
+
pulumi_oci/dataflow/get_applications.py,sha256=Gdrs0cUiMDSjQklSeBhp0wlP_FxRBW9JgYtkbHJ2Tlg,9528
|
944
|
+
pulumi_oci/dataflow/get_invoke_run.py,sha256=4zv6zPkQQqFJ0sZy67lN4WtYqAft2Yiq08fY6LT4bD4,32854
|
945
|
+
pulumi_oci/dataflow/get_invoke_runs.py,sha256=XDzjoHmumYx_jrxXFbbXHyPsjn1lS8a6lzbHFQT7tbY,12190
|
946
|
+
pulumi_oci/dataflow/get_pool.py,sha256=5sc8_32-aJiZl4rNjX-mmulr_TgjPJkuDf4T67VZhbg,12365
|
947
|
+
pulumi_oci/dataflow/get_pools.py,sha256=tPliViZTQau5HL6dQpodUXv8RH9WstjJof_w3XYnxGY,9008
|
948
|
+
pulumi_oci/dataflow/get_private_endpoint.py,sha256=JT1KdOoBTq5NU2qnrZKTEYEDrh5X1LghYtT_0Od4VaA,13590
|
949
|
+
pulumi_oci/dataflow/get_private_endpoints.py,sha256=reAkcVVwZbBJQ8Xdd6GmZAda0Mo9k-w_YuDQoUoRS-c,9959
|
950
|
+
pulumi_oci/dataflow/get_run_log.py,sha256=UIgO984XbjZVqLYZcHYnEP8mUmTFwYJWZCy7LlBnNuI,5527
|
951
|
+
pulumi_oci/dataflow/get_run_logs.py,sha256=wM8pq1dHGzv0tCryPgGgmtEUgidaU5sRHxmVnzsKzAs,4271
|
952
|
+
pulumi_oci/dataflow/get_run_statement.py,sha256=G_9sjxQbZEQsoCsw05ZX7X9KEv1H1r2HCOhxmLqP5UE,7394
|
953
|
+
pulumi_oci/dataflow/get_run_statements.py,sha256=g-tOT2RZgdFrFEd0a-gMFus2wsCb7pnJIm9kGWZWJjc,5506
|
954
|
+
pulumi_oci/dataflow/get_sql_endpoint.py,sha256=JGkrIIdxSIiqhqT7etierJzJfMP_woS9ZlF-fCJTr0E,19169
|
955
|
+
pulumi_oci/dataflow/get_sql_endpoints.py,sha256=3ALXkG7XYZYL88I0YUObJn6p4SveSNXfv7YW3YGjNYQ,8245
|
956
|
+
pulumi_oci/dataflow/invoke_run.py,sha256=NtRhSDmTQdhA-Tm_VJJlkphoRRqhPzeHV_QAjPhF5to,129523
|
957
|
+
pulumi_oci/dataflow/outputs.py,sha256=PFfcft0a_cEl4bcaAys96A33WsHdMjSQDunJ3VDHr2g,238038
|
958
|
+
pulumi_oci/dataflow/pool.py,sha256=QwXyneo7N2MatRFM-lMyCphIMDM_c4TDNrvUDQZMNIY,45262
|
959
|
+
pulumi_oci/dataflow/private_endpoint.py,sha256=SO1aiS_J1PPgmU46EUdhtvGwx3HYob9wDUwT3lNdSfI,46104
|
960
|
+
pulumi_oci/dataflow/run_statement.py,sha256=5DZcut1yknB1zWgLu_mLOh49Gpr5MsFcpeutGmHtRAE,17822
|
961
|
+
pulumi_oci/dataflow/sql_endpoint.py,sha256=jsNlwllpoUUUYPiUQknsTYXW5-fsm09lALlVF4y_7Co,65694
|
962
|
+
pulumi_oci/dataintegration/__init__.py,sha256=1-2nsyI8UIW9Vrask3zBzYjOy-7E7YkOYeuNbuDyT6k,731
|
963
|
+
pulumi_oci/dataintegration/_inputs.py,sha256=dphda1S0Yj8qunIVDkUTo4P-3pdrbBWzq7UomlRwMBg,99477
|
964
|
+
pulumi_oci/dataintegration/get_workspace.py,sha256=jpyaTUPkJNdqV7nMKvnafA0cbVuKfFCZVRQITWXiUbA,16965
|
965
|
+
pulumi_oci/dataintegration/get_workspace_application.py,sha256=6vL5q_-Gb6aNhN1-WnfndJGDA8crqsId02F-QWmUAGk,19225
|
966
|
+
pulumi_oci/dataintegration/get_workspace_applications.py,sha256=-3iGeuZ3DIdGi8R-KIGHD0DHJNXxMDrEQifqcJyDMYM,9624
|
967
|
+
pulumi_oci/dataintegration/get_workspace_folder.py,sha256=IdwLvRrUEX71L9qKFkLBYLk8ElL1wRaWkJVyvyssirw,11245
|
968
|
+
pulumi_oci/dataintegration/get_workspace_folders.py,sha256=nSqtGepOaQhkZoTAdLeGphsmSzSyqMb8iVVPR0NjizM,10018
|
969
|
+
pulumi_oci/dataintegration/get_workspace_project.py,sha256=o38qwt98DwjRVAqvzzortMinWNj33QNjd6shE7-5AiM,10785
|
970
|
+
pulumi_oci/dataintegration/get_workspace_projects.py,sha256=JejB2hdwpPX_uTaFSMA-BvtOGF5yX5M6jmFBVVCDsb8,9028
|
971
|
+
pulumi_oci/dataintegration/get_workspaces.py,sha256=etAdATUijRQY1bUZvjnljJD8VzngKx6V2wJxtBDmGAI,7418
|
972
|
+
pulumi_oci/dataintegration/outputs.py,sha256=wJ1ckpi_zAxTKlk2nB2W-Xy7v4WxtiwwLjh_kPbxFQM,259644
|
973
|
+
pulumi_oci/dataintegration/workspace.py,sha256=3SGLQ71g5jdbEA7uDhoxO228C9BXQgGLXgBbpKXVjWA,63009
|
974
|
+
pulumi_oci/dataintegration/workspace_application.py,sha256=--puxm90jqDinZXE9ll1NSgHqH0oA9XNIFK6ULjpzp4,67128
|
975
|
+
pulumi_oci/dataintegration/workspace_folder.py,sha256=yJCYqxkNbYf9deYM0cMvyuhJfwJvcKKfJ87IRX-5D74,40654
|
976
|
+
pulumi_oci/dataintegration/workspace_project.py,sha256=ZvGPrbJbp2X7hGkDFp6gVxb4eTLeklTwn5uoii2zrAw,38517
|
977
|
+
pulumi_oci/datalabellingservice/__init__.py,sha256=ivrNYSeOSla5du0Cj1m5VItkxhTMEQvFHlJInBuSLrY,467
|
978
|
+
pulumi_oci/datalabellingservice/_inputs.py,sha256=AHoJkZDBiqBtO1NO-LOi-dOpTNZY_cT-JgV1W3gSHto,22586
|
979
|
+
pulumi_oci/datalabellingservice/dataset.py,sha256=BEXkAA-EZJP2-318ZPXJBgtikWsd9wvhsWOZlfKQWxE,63347
|
980
|
+
pulumi_oci/datalabellingservice/get_annotation_format.py,sha256=wU9aG-QGzotPmxlyH0mRpsT5u4fnqx5Wpvs312-ygw4,4071
|
981
|
+
pulumi_oci/datalabellingservice/get_annotation_formats.py,sha256=CW-gL9XumQD-DRJgZQ4Os65DmLe0CUT70XYSpbkcKiA,5169
|
982
|
+
pulumi_oci/datalabellingservice/get_dataset.py,sha256=8ky1OzRpQ34f9v2hFUAjrIy7IT7jriGhiJ7Ua5I67-s,15776
|
983
|
+
pulumi_oci/datalabellingservice/get_datasets.py,sha256=RwvZ2Cfdi78ti05Drm7eXe7e-qAmOY3eVZI3WEKXuQ0,8677
|
984
|
+
pulumi_oci/datalabellingservice/outputs.py,sha256=vSSoPF4W4o94zyH4aSbeXXPCI2lR1JcRtm5txnasMzI,68590
|
985
|
+
pulumi_oci/datasafe/__init__.py,sha256=l4Y2nTK2k5ZBQwciIstNCeItiRTGH9iY34ScjSS7hdM,5312
|
986
|
+
pulumi_oci/datasafe/_inputs.py,sha256=vzvUrxnBT1jmOS0MG78nYuv6-_jerQXS6PE2Z9qfZtk,261024
|
987
|
+
pulumi_oci/datasafe/add_sdm_columns.py,sha256=sDy9LDtIIR-x7dBnHzA3EIfnM50kE7LNJKf_o3lDJ50,6304
|
988
|
+
pulumi_oci/datasafe/alert.py,sha256=oB0boMJSjlSJdi2ojpMc7DclpHx_mEt6iX-wNTi6gBw,43767
|
989
|
+
pulumi_oci/datasafe/audit_archive_retrieval.py,sha256=RsAE2aS3H94YHclosSU7uzYqv0gr0pmINoIQmUEhcZY,42160
|
990
|
+
pulumi_oci/datasafe/audit_policy.py,sha256=bU_l6cM037qJiokj4PZCG2AJpuMEkUDTy5UdbsAAF9o,48231
|
991
|
+
pulumi_oci/datasafe/audit_profile.py,sha256=8PkydYtNSa_3BeF2XWLMd-m8p3Y-RAFJyky7xUD0aYc,49459
|
992
|
+
pulumi_oci/datasafe/audit_trail.py,sha256=R5WEpqd29d9TQVgFDOIN1ERarCJoSPYOKoR2zTKPPzU,47601
|
993
|
+
pulumi_oci/datasafe/compare_security_assessment.py,sha256=hcx7I8PIa1tCXw8zjfDEFX75IAPM40wbqLg7hS96BWs,14476
|
994
|
+
pulumi_oci/datasafe/compare_user_assessment.py,sha256=TKiJHDX7e26ioHB_zHHq54RmuxVcQrt5BNxALyGqMZY,13797
|
995
|
+
pulumi_oci/datasafe/data_safe_configuration.py,sha256=ELRK0pEfSGwKJQ4_GPdKxqgya74GMrjIwHyrhz8IJmQ,23193
|
996
|
+
pulumi_oci/datasafe/data_safe_private_endpoint.py,sha256=EZTXRHVzckDAIShooYHq6lLGJZgI1nxr-5xdZqVXmS4,39852
|
997
|
+
pulumi_oci/datasafe/discovery_jobs_result.py,sha256=ih3n-wDysdD7_rfcLnqZBWWhWQAPnQNswAX6ZqU03R4,47593
|
998
|
+
pulumi_oci/datasafe/discovery_mod.py,sha256=rD3CDpWPhml6YF7z30tboxVK8eyDrXjQCquethLMeVM,78710
|
999
|
+
pulumi_oci/datasafe/get_alert.py,sha256=mV_8bG5fv0cWVZfd7jLpmYvKFtenHoj48a5KgZjtMCs,14765
|
1000
|
+
pulumi_oci/datasafe/get_alert_analytic.py,sha256=rCCv02JYxdxZ2o6Lit4ngy1XM8OP5jjdZ2KMnIsacE4,15219
|
1001
|
+
pulumi_oci/datasafe/get_alert_policies.py,sha256=X5P8bsd6WH108xpa2-CBjMhDiohhjOUTGZ4eaLmQ8Og,16659
|
1002
|
+
pulumi_oci/datasafe/get_alert_policy.py,sha256=rp0HRnIZhXfizysLEDCB9RKOI68gsC80BgbsQ9lPmk0,10562
|
1003
|
+
pulumi_oci/datasafe/get_alert_policy_rule.py,sha256=w1k18Gx_eZu9ys32IdAVtf4X4IiWXx7nxEQ6GYos5Bg,4454
|
1004
|
+
pulumi_oci/datasafe/get_alert_policy_rules.py,sha256=k-SYQFRi5orJEtiyL2VJptxtmyudNWKPm_phtUhOr7Y,5539
|
1005
|
+
pulumi_oci/datasafe/get_alerts.py,sha256=zDGDXnugdTRetkXbC-1P5uAiyFw5YvyTKnDtsdXDjdQ,11471
|
1006
|
+
pulumi_oci/datasafe/get_audit_archive_retrieval.py,sha256=o-lAUTd4oJwskMeJC2MXVIV6SCbL1Qjh9TVuTzbVEa4,13411
|
1007
|
+
pulumi_oci/datasafe/get_audit_archive_retrievals.py,sha256=fdvh8hU-lUJImza8tHQN6-Ue_ACIY1Uwhrbe0zkEojg,14234
|
1008
|
+
pulumi_oci/datasafe/get_audit_event.py,sha256=nU1aZanBPlb1MiLH5NMvrC9jf4nIxtFeVP2LYGDdi2M,10867
|
1009
|
+
pulumi_oci/datasafe/get_audit_event_analytic.py,sha256=VFKWafO9iKvgY1pMXDO_IFl78Zj-_3PvUXOEQZeSNWw,16234
|
1010
|
+
pulumi_oci/datasafe/get_audit_events.py,sha256=A8VGGA50Rvm_PNgNvKMeX2V4NTkWDvUqQWc9AsinhYA,11874
|
1011
|
+
pulumi_oci/datasafe/get_audit_policies.py,sha256=m7vaKv40Ud5_L4mAa54UeYE-NA2IP2dVYdMaqjS2LSk,14113
|
1012
|
+
pulumi_oci/datasafe/get_audit_policy.py,sha256=HUk_G6r2sGqtEO5qx_6nOnqMmizlCjXGX38_r0HjLrQ,15021
|
1013
|
+
pulumi_oci/datasafe/get_audit_profile.py,sha256=cHWgGE1gBT-PZbNGDlPyw6OGr3iShAfhlb8vhQCxj0E,15451
|
1014
|
+
pulumi_oci/datasafe/get_audit_profile_analytic.py,sha256=1dkRijHAqE-jGIRMg278yVoHwBNr67PMDoNAltpdsxk,10358
|
1015
|
+
pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py,sha256=Kk5kaRfNMWjv4a48Am5IqIh6Pvr5ohtRLm-VLdpJ4yM,10858
|
1016
|
+
pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py,sha256=8b46b__pau5SZbKzaK9IfOkjkpqfysaRXz7Ak5d3pnQ,12110
|
1017
|
+
pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py,sha256=UmEE3VbPZCBC0pnxhJv5bT0o0Z0c8imUoRT-FNr4kiM,9599
|
1018
|
+
pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py,sha256=E8AAuqRoaAXu8H_0HGnyRV7gslQtMNk6tVZ0o3eBjCE,10849
|
1019
|
+
pulumi_oci/datasafe/get_audit_profiles.py,sha256=AwI86VX1ZoxDqkRyaA2exbjZkmYYqG2aqSwmeHRQOEk,19692
|
1020
|
+
pulumi_oci/datasafe/get_audit_trail.py,sha256=APdEy1X9s61YnriDt5rg_TZDF8b8ek1bxsHbXl4ILos,14970
|
1021
|
+
pulumi_oci/datasafe/get_audit_trail_analytic.py,sha256=jqRaypBVVxMELkpwaz2wkt4CoI8yJM-UsEu3HGFNPSY,11272
|
1022
|
+
pulumi_oci/datasafe/get_audit_trails.py,sha256=2qePD1mXiEg5SKDgsWPqf7Tr0IJfx8zTJ7RO4paNUf0,14868
|
1023
|
+
pulumi_oci/datasafe/get_compatible_formats_for_data_type.py,sha256=3f5AyNqF-a2B0JnFThmiCXcmHzN74z80rRaCGO6GGJ8,4451
|
1024
|
+
pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py,sha256=C8rbS72So3gfXEY5EanWT_pGDMbsSfWEKbCTQt4u9Mw,8621
|
1025
|
+
pulumi_oci/datasafe/get_data_safe_configuration.py,sha256=zIum65FLRU1Ws_20R6e6K-FO-Bx9I3mcUI2LuoGU2HQ,8634
|
1026
|
+
pulumi_oci/datasafe/get_data_safe_private_endpoint.py,sha256=e3KyyZ78FICt8jMynhXtElIoZNHcLyUREDIYdz0mrZw,12268
|
1027
|
+
pulumi_oci/datasafe/get_data_safe_private_endpoints.py,sha256=yLwD5KjQ80xJeUy6mHh9l3gF-50b0Gf_uiEBm8Pccoc,11490
|
1028
|
+
pulumi_oci/datasafe/get_discovery_analytic.py,sha256=773IPeau-_bIbxPRPlvhgSLjts7yj95mgO8U8FucFQM,9238
|
1029
|
+
pulumi_oci/datasafe/get_discovery_analytics.py,sha256=8hmRFc6DPlXzIa7nHOW1b5tdbtmRvierSWsv1DtSL4E,10358
|
1030
|
+
pulumi_oci/datasafe/get_discovery_job.py,sha256=tyZJ7sk_CZ6DQQZHAjUliZ2NP7MoabZpuG57TcoevYc,21045
|
1031
|
+
pulumi_oci/datasafe/get_discovery_jobs_result.py,sha256=Yfbwi2VDIb4FyObu1A_bkPbLldFcK0lAukFU0ztnZ3g,18762
|
1032
|
+
pulumi_oci/datasafe/get_discovery_jobs_results.py,sha256=mbvRlanHDRrP4BjbUZHBSuJtBmJk3trtc8JO5NV-asQ,13481
|
1033
|
+
pulumi_oci/datasafe/get_library_masking_format.py,sha256=dKTntni87djw1oCQ4U9EfLHWm9fTJwxFCfS1ms2lEgM,10678
|
1034
|
+
pulumi_oci/datasafe/get_library_masking_formats.py,sha256=wQe4mNdXJn2l1OiGIpUqzEE8iJ7jfP98PPOZNPpzbUU,17384
|
1035
|
+
pulumi_oci/datasafe/get_list_user_grants.py,sha256=GI0KEUtFQVd8agjTGTFUR0Ioxas2azOpsdt71nHlvkQ,14697
|
1036
|
+
pulumi_oci/datasafe/get_masking_analytic.py,sha256=O0Ui4x6EpIAdYCA1_Fm8rqJUobCw3N_8U5MCxApnsNE,8920
|
1037
|
+
pulumi_oci/datasafe/get_masking_analytics.py,sha256=eb6n4KQtk_8P78c_83ddDmaTvYoVeyF5OQ-LaNhyeB8,10002
|
1038
|
+
pulumi_oci/datasafe/get_masking_policies.py,sha256=jb1bY1L_eNi4qxu8S4PIqgIPJxa0lKSqddfyw2L4IbE,17541
|
1039
|
+
pulumi_oci/datasafe/get_masking_policies_masking_column.py,sha256=GxScVWmaWX7S93CO-38uybx1_QbYnj3Uz3dwzNdOO3E,13955
|
1040
|
+
pulumi_oci/datasafe/get_masking_policies_masking_columns.py,sha256=6AvecNnOp9EMBJ_aG9ynWp1r1CYn0n5HKMKxcKtoJIk,26854
|
1041
|
+
pulumi_oci/datasafe/get_masking_policy.py,sha256=1w5jcerO27FocTJtW0nYTzkGnHFonh5MXeJhREU7xcc,16351
|
1042
|
+
pulumi_oci/datasafe/get_masking_policy_masking_objects.py,sha256=JZGbbuk20wekf6YcTWZzNVjlWNauY86dgTT5RU87gM4,9002
|
1043
|
+
pulumi_oci/datasafe/get_masking_policy_masking_schemas.py,sha256=kvwRec0Fey8uzY3gKIgezXRx7cMffgCjV2zNa-a6JVo,6803
|
1044
|
+
pulumi_oci/datasafe/get_masking_report.py,sha256=hsepWRbQLaVNa_7aCsI5_dyYwvWJIqEVPlzcLtdjqtA,15039
|
1045
|
+
pulumi_oci/datasafe/get_masking_report_masked_columns.py,sha256=sVaRIFn1nuPHkWLUgttND_mfxKPnBijmfcF7-WKVwxA,12770
|
1046
|
+
pulumi_oci/datasafe/get_masking_reports.py,sha256=59u7VEnommdIx8fF1dyp5i6v8wlySGx8mAFdS5pP7YY,10379
|
1047
|
+
pulumi_oci/datasafe/get_masking_reports_masked_column.py,sha256=m5qaDj7KE3gVtkCc2yKpdAx2J7ns2Vz-r7ML0iBreh4,11722
|
1048
|
+
pulumi_oci/datasafe/get_onprem_connector.py,sha256=t3YW-26A3j8GMtUdr3GlKkkyRYo5TJeJl77KjsPCzMA,10363
|
1049
|
+
pulumi_oci/datasafe/get_onprem_connectors.py,sha256=gOdQV9KsfT1ZTKs1ZliX5BSgKiPkoS76p5PQEKPOLtQ,11884
|
1050
|
+
pulumi_oci/datasafe/get_report.py,sha256=36xsD1gljpyTvX4MqkoiMUf6rM7y2b-d4IvzptH71HU,9395
|
1051
|
+
pulumi_oci/datasafe/get_report_content.py,sha256=mP4WjyowszWdb8RdtEGb6P9bCFFjk6YqfFUtbRYpweE,3360
|
1052
|
+
pulumi_oci/datasafe/get_report_definition.py,sha256=oQ6bgmPNIYTjYl25sLwhOC3aT8d2HppUAq6Qbbkqv8k,20809
|
1053
|
+
pulumi_oci/datasafe/get_report_definitions.py,sha256=4PNdlvAmzqbTWobtIOjLNsDUQTI1u4KOX2NH8MMqC-g,13868
|
1054
|
+
pulumi_oci/datasafe/get_reports.py,sha256=zyFwz-HwO-1Kc89R2fSenarJ9-NXSkmcIvIcoFdR4PU,11668
|
1055
|
+
pulumi_oci/datasafe/get_sdm_masking_policy_difference.py,sha256=ek-FVG2zfiqGPLDSTUxXbT6Z4G2SvQmMxZudbGwyQjI,11908
|
1056
|
+
pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py,sha256=LsY2--Tk0m_7J5PUfZwECxkicZadN5qHZXvCKqMlfng,13318
|
1057
|
+
pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py,sha256=V8fcubuhrbfDk8DG8quMmrELHql7OYTM-PvKCDFrx-U,15328
|
1058
|
+
pulumi_oci/datasafe/get_sdm_masking_policy_differences.py,sha256=xMcnQXusta45kKkxt-RwIoR-73RikiQcSQrd6lKHtJw,13923
|
1059
|
+
pulumi_oci/datasafe/get_security_assessment.py,sha256=g21fC6fiwgJIs_R3rf4ORtkb23ot0nlFTTMwwDEeRdo,18996
|
1060
|
+
pulumi_oci/datasafe/get_security_assessment_comparison.py,sha256=s7j2gakL_2J_8yq-hEU6foWVjY7nJl5GWwOWOftmSrc,7793
|
1061
|
+
pulumi_oci/datasafe/get_security_assessment_finding.py,sha256=_UjpyuO6EsiKH6kAapCnBaY0bpKMczNLIpL-kDsaPtg,7834
|
1062
|
+
pulumi_oci/datasafe/get_security_assessment_findings.py,sha256=2Tm7H3RGnO-AFaco8u1PbQSFcR1bBY8Z3XI2aoCxuzw,10333
|
1063
|
+
pulumi_oci/datasafe/get_security_assessments.py,sha256=IxhIoDztbe2-iklZaMUvNAC0BR0uk4-ctSArGD_ke5g,22587
|
1064
|
+
pulumi_oci/datasafe/get_sensitive_data_model.py,sha256=jORbYSwwmhj7KI6HHlh-90VBC-y3WhYqgC4Ul6HVbkk,16745
|
1065
|
+
pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py,sha256=s14kWDxk5-mYnujIvtjc0EyUyUcj3cipLv7gKbB5bdM,9541
|
1066
|
+
pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py,sha256=apG0_uy89R2_HTMu4NoVNUOcnW_iF6EVWHoW3rUpzK4,7274
|
1067
|
+
pulumi_oci/datasafe/get_sensitive_data_models.py,sha256=6zJyAOeAIxSE-rLzn3Bcsl7hGmt6L7aBUSpgSRkCaIw,16826
|
1068
|
+
pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py,sha256=F06OODHhmTGgRda07YbC6_cnFbluxEI5qra0oyeqxas,19060
|
1069
|
+
pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py,sha256=WXKHjQ2REzulR9KO4SdGLeOIDWjcU0CkLM8LYYpPKJY,30529
|
1070
|
+
pulumi_oci/datasafe/get_sensitive_type.py,sha256=Wr6gswJLzPhrEvfgnIX11HJ6LbnTBH0xMILXN9QCJjY,14412
|
1071
|
+
pulumi_oci/datasafe/get_sensitive_types.py,sha256=OzCF-ClsqHHZ-JYBKzF22BI_8p3cN3nPYxe3ULX3fpo,20286
|
1072
|
+
pulumi_oci/datasafe/get_target_alert_policy_association.py,sha256=vLoO5i91diVkY6y20u-j8rDr_EAxa1RIBgv6xq0Iylc,11449
|
1073
|
+
pulumi_oci/datasafe/get_target_alert_policy_associations.py,sha256=klp62m5-eKXJlDpTy8Sn4jQzhQe-ZyUQ0i5WryzYVbM,17626
|
1074
|
+
pulumi_oci/datasafe/get_target_database.py,sha256=kj9YlKd1RJFHQUwNGTQAb-Ur9gJI00HrTdW7IEGPgcs,12927
|
1075
|
+
pulumi_oci/datasafe/get_target_database_role.py,sha256=9gDMBo0CbXIz88dvJolCoRU15ZsdmHgyjGC5pg39h6o,7090
|
1076
|
+
pulumi_oci/datasafe/get_target_database_roles.py,sha256=ZxeAMWmzSHxrJic7MseM_w1eaCqBnml1sU_Ve5taEF8,9570
|
1077
|
+
pulumi_oci/datasafe/get_target_databases.py,sha256=6aMGT_smpb_Q5ppAu8qROUGSL9btTuRz1UtdrwFdugE,14850
|
1078
|
+
pulumi_oci/datasafe/get_target_databases_columns.py,sha256=0NIFgZQO9S6xsxy3JebuhVVw9EI--cDAsgvzYrA6heY,12851
|
1079
|
+
pulumi_oci/datasafe/get_target_databases_schemas.py,sha256=Ptj3VqJAz0VjBIU1e-K3qGaP6IYm6Y6WrAkwN7yTlXk,8598
|
1080
|
+
pulumi_oci/datasafe/get_target_databases_tables.py,sha256=GmuEfzz4MK6kJWwslIGCg3vVnHVoATXIZkvx0ljRNDg,9542
|
1081
|
+
pulumi_oci/datasafe/get_user_assessment.py,sha256=1dCbIvZW5KCd4uXkmB6Atelrfhqj_f5J62KcUfg6ddA,17457
|
1082
|
+
pulumi_oci/datasafe/get_user_assessment_comparison.py,sha256=SjcmibQyR4kMAessGGe7p4du6x_iTZWxhL8-vwc_yx0,6913
|
1083
|
+
pulumi_oci/datasafe/get_user_assessment_profile_analytics.py,sha256=yb24bVOl_l8oKBino0_QKyYXxREpOVodTfo0i-lZDTo,14278
|
1084
|
+
pulumi_oci/datasafe/get_user_assessment_profiles.py,sha256=WyBBCMiuv1JdGcgzqqd1NtiMdjLFdLEnCJVBCRr42wY,33763
|
1085
|
+
pulumi_oci/datasafe/get_user_assessment_user_analytics.py,sha256=bA4y02sB1l4a-CTsAzDwrknvTOtdsach3pUYYnm99gw,28791
|
1086
|
+
pulumi_oci/datasafe/get_user_assessment_users.py,sha256=HedP5UcXGI4XrBwDMEAAccQQvkpejyAEcuaQe_SEPak,29642
|
1087
|
+
pulumi_oci/datasafe/get_user_assessments.py,sha256=VSH4EH7g3zMI-6ctxx95d_71L2HhTc84rdIpQKFdIVI,22780
|
1088
|
+
pulumi_oci/datasafe/library_masing_format.py,sha256=Gn6rcPrivPG5B_bpqBccMe9SRY_Ps47XvsTHG7T9E08,35804
|
1089
|
+
pulumi_oci/datasafe/mask_data.py,sha256=6NJCk95ritj-CPhtou5amOPtwmd5MJUrWC9pG-K5P7k,7681
|
1090
|
+
pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py,sha256=6d3GPaBROqbKJpEYtaC21XAMOZqopbdOwQsQ8MEuthI,9473
|
1091
|
+
pulumi_oci/datasafe/masking_policies_masking_column.py,sha256=OCAMA1nQ8p5BnkHojgfTnJ2yKUWjrFnPE0RtMgICeOM,60602
|
1092
|
+
pulumi_oci/datasafe/masking_policy.py,sha256=oOSNGnlzwSDaWD7GGTJ8a5Zj786kl43B7ndeGR6QQ-Q,71974
|
1093
|
+
pulumi_oci/datasafe/on_prem_connector.py,sha256=gyh4EZwhfwfShbbN0ZPhshz02hoinwqg1oRj7HWuh6A,31597
|
1094
|
+
pulumi_oci/datasafe/outputs.py,sha256=v0oS6LCWNCT_M7CVsuhueBJC-VlZw8IU4OovLGL4AoA,1092257
|
1095
|
+
pulumi_oci/datasafe/report_definition.py,sha256=VVVnR8m7GrBMcLrQ0akvfjmNT3KWHp6KuiKOgGfweAA,72137
|
1096
|
+
pulumi_oci/datasafe/sdm_masking_policy_difference.py,sha256=e1F37zV_Vk-G1DH0PnSBxsWXlRdXAQrZHAl04F9CCgM,39893
|
1097
|
+
pulumi_oci/datasafe/security_assessment.py,sha256=7suRVvc9CHHxCilmO19lafyEbEjoSWWlFruobjvLCek,62533
|
1098
|
+
pulumi_oci/datasafe/sensitive_data_model.py,sha256=YTuQd6v9APqR7ZEi5b1pqgyEK_o86k47Tev-Hr1ShhE,66709
|
1099
|
+
pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py,sha256=_S24mGdHCZVdCHX9lmrXb8A2M_qbAvgOx7BLW7HWKI8,9031
|
1100
|
+
pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py,sha256=nVNlqYg7EDWVEP_x7TgXCpG-O39TU8bti7J7ZOUP0XY,71960
|
1101
|
+
pulumi_oci/datasafe/sensitive_type.py,sha256=sdTqYvCZ2HmfiNQ0b2PgqNKvYopTbYWjj9pXfUtwCWI,53639
|
1102
|
+
pulumi_oci/datasafe/set_security_assessment_baseline.py,sha256=krDMXiShWb4pNewHYeUVVCMiq6abESnkzS6U2i7j1L8,13571
|
1103
|
+
pulumi_oci/datasafe/set_user_assessment_baseline.py,sha256=6dDp35sQ0kDE5YxgveNyKzmQsthTX3NAkibit1exY30,13167
|
1104
|
+
pulumi_oci/datasafe/target_alert_policy_association.py,sha256=qoO6Tw9nf9tXtKxP_5usSz5lBg578YTbyIIW0hRIPn8,36170
|
1105
|
+
pulumi_oci/datasafe/target_database.py,sha256=B9l42pZ30RDWLpgrLQMF5p0HSwvAornnKv2lT8FFJXY,48001
|
1106
|
+
pulumi_oci/datasafe/unset_security_assessment_baseline.py,sha256=5XYIXmc5LkOHasr1YG9oZ-yLcRP5EO8ZNHCRlmGTxE0,10705
|
1107
|
+
pulumi_oci/datasafe/unset_user_assessment_baseline.py,sha256=5o8i9njWSR1-8Y14c30MGIOZmQskS6da33247wybsk4,10317
|
1108
|
+
pulumi_oci/datasafe/user_assessment.py,sha256=ghTYAYgeT5j8VDFmf8lNW1jJuZARhS_wauGLDWPlqxk,58906
|
1109
|
+
pulumi_oci/datascience/__init__.py,sha256=YUs9Sg1hYEkk_ORPN54BOFosvaeepgs8SelXVgSpgYc,1506
|
1110
|
+
pulumi_oci/datascience/_inputs.py,sha256=mKuAZQnjkrJbiR4jGJXkMDfOBBSWNkcGrscVTY3_xN8,175805
|
1111
|
+
pulumi_oci/datascience/get_fast_launch_job_configs.py,sha256=64tmqDYKRIxL2bOLxb8nU5Xw4aMSsQAbQMpzd76S1yc,5365
|
1112
|
+
pulumi_oci/datascience/get_job.py,sha256=KsobmODNeOuWdokwlYBjK5nyMl9v2pElsQudcLSVLfU,15606
|
1113
|
+
pulumi_oci/datascience/get_job_run.py,sha256=qc9MrQ6MKOlCYqEmq03zJuwjf3GF3lWxto610__Wiuo,14402
|
1114
|
+
pulumi_oci/datascience/get_job_runs.py,sha256=EWmTNBPa7p8lnslUb_QdqgC_TnQ5KBtTJNE8SPIO1Ck,9530
|
1115
|
+
pulumi_oci/datascience/get_job_shapes.py,sha256=azzmCNt08AdrZFxwpvALFXUSHHtuAjvZTI5TGk-gC9M,4770
|
1116
|
+
pulumi_oci/datascience/get_jobs.py,sha256=jYGNhiDJ790G9B7oiLC-tpnZ4mhTfISvuUHNNTMZHyo,9494
|
1117
|
+
pulumi_oci/datascience/get_model.py,sha256=fmno-UL2CfxM3AAilnwh_kdGS0dPmYidDwVpJfXirE4,14625
|
1118
|
+
pulumi_oci/datascience/get_model_deployment.py,sha256=DeFh8GV-s0FoIFuLE1Dsw7x82vvLUN1o7U62RMjY27o,12381
|
1119
|
+
pulumi_oci/datascience/get_model_deployment_shapes.py,sha256=HVZlzEsyCwqVqETLf5uwg8T2o4PjbU_GP9eayG2BYiI,5330
|
1120
|
+
pulumi_oci/datascience/get_model_deployments.py,sha256=mhHJcNtxsXzvuzyuetzOlSJi3BC6-06LV2VlVi-T0XI,11001
|
1121
|
+
pulumi_oci/datascience/get_model_provenance.py,sha256=YmC7XSPtlf8VrheMKk805e_Ptsa8qklhVbntpao6nV0,7023
|
1122
|
+
pulumi_oci/datascience/get_model_version_set.py,sha256=pn4JN30xd-4cKDIrHgNSzg9Esx8zXx2YbPhTa9faATA,9945
|
1123
|
+
pulumi_oci/datascience/get_model_version_sets.py,sha256=HO8VS5PpkdsW8qctmJSnN26bkOyrO-X1WwF0BGJDqTE,10320
|
1124
|
+
pulumi_oci/datascience/get_models.py,sha256=oeqc8Njg0_PevQrND1hcLswfV52CGd43XdBJkwqh7wA,11324
|
1125
|
+
pulumi_oci/datascience/get_notebook_session.py,sha256=ZxyrIAoL-5U4RD9dexMTMgP7MoeWLLLkmMtFviOrfV4,12975
|
1126
|
+
pulumi_oci/datascience/get_notebook_session_shapes.py,sha256=oNncg4JjNStRGI5B99TJZEzP0iGsfpweU-P1iXVwFEk,5332
|
1127
|
+
pulumi_oci/datascience/get_notebook_sessions.py,sha256=UuuKTGcwX3OU_3czWedAOTckF6E8Zk_40VVYt3l3PE8,10523
|
1128
|
+
pulumi_oci/datascience/get_pipeline.py,sha256=-5bMt043b8H7GZo3X_q88CewMuhldTVkME3_FcZQ71c,15010
|
1129
|
+
pulumi_oci/datascience/get_pipeline_run.py,sha256=MmKPa-70Ou5RPk4Kw5VwGvMkiiLbDfs4O4PeTXY0UuM,17162
|
1130
|
+
pulumi_oci/datascience/get_pipeline_runs.py,sha256=7ykMWzmsnZjkORvRdLKOTS2Rofece0W0WP-QZNa-Fck,9945
|
1131
|
+
pulumi_oci/datascience/get_pipelines.py,sha256=53LwnEzwJb5KSNLkP1e39aotQrDBkxn7cbCd_OZtUjM,9689
|
1132
|
+
pulumi_oci/datascience/get_private_endpoint.py,sha256=pBHX_-WF-XQ1BVSYWIuNE3Ja7YHXGJw7-qSwi7Mbbyk,12789
|
1133
|
+
pulumi_oci/datascience/get_private_endpoints.py,sha256=4ikFF584NehTON3nJePeUICZqeu_JjBSrnAwFPmIaZA,10595
|
1134
|
+
pulumi_oci/datascience/get_project.py,sha256=1ypYdIqvNVe56ftsDyaTuYV11CxjY7Vd8UPTNPGQM8k,8296
|
1135
|
+
pulumi_oci/datascience/get_projects.py,sha256=jZWEatY1a-Tgn0NgC0iMayM-6lp4UkZyeuR-TBX8hTk,8620
|
1136
|
+
pulumi_oci/datascience/job.py,sha256=zApazfRtSlkmAN7mg-XQJBYgA8LiF5KrsLQTKFJCBOw,61526
|
1137
|
+
pulumi_oci/datascience/job_run.py,sha256=ax4TNBDgCMEhX-E6NktT3xKlImfvbo7pacITuvUrhAk,51691
|
1138
|
+
pulumi_oci/datascience/model.py,sha256=o7LkM4kAmozsM5p26MwiUdGGC1_nYJjoxo1bYvg1b3w,56816
|
1139
|
+
pulumi_oci/datascience/model_artifact_export.py,sha256=Gc3TxjatbwnL0gRKB7d1XpaeU258gBFwVRJiULRJ0KM,14616
|
1140
|
+
pulumi_oci/datascience/model_artifact_import.py,sha256=QxhguWfzhgXmFYa3p_mGGJGRA_mhTjRUV4KbQUODLCE,15171
|
1141
|
+
pulumi_oci/datascience/model_deployment.py,sha256=JjPV1lbfqRHXv0wAx1ZBHVzVAKyohZ2F8aMDTiFWcY4,51305
|
1142
|
+
pulumi_oci/datascience/model_provenance.py,sha256=nipd8oiNVK2CjIo3ZNcdrhBO8mREJlLdLT_13faUzRM,26667
|
1143
|
+
pulumi_oci/datascience/model_version_set.py,sha256=Zu4cbxxkJjLQZiA6P_8hQtgmywoNy87OntE0RuIe7_g,31897
|
1144
|
+
pulumi_oci/datascience/notebook_session.py,sha256=F4yKC_RsjOHZL9TnRwFhM9PEmdWExH55JqOg_Sj2BoE,51658
|
1145
|
+
pulumi_oci/datascience/outputs.py,sha256=7k1PJGCAXuDp2z4zbUWw2TAwiSizEcwjdNEUsuxQbyI,514705
|
1146
|
+
pulumi_oci/datascience/pipeline.py,sha256=Y4KPPtUkfBTYpl3alEGWROcq-W51BnE_QaLyqssDRB0,59450
|
1147
|
+
pulumi_oci/datascience/pipeline_run.py,sha256=7PL7UMlcxJ4Z79-l8s4O3KZVAmZH6135T25mz_5IJCw,62256
|
1148
|
+
pulumi_oci/datascience/private_endpoint.py,sha256=Zv8KjEeE6tJTt2w4z3XilRj-Cao_vBuLCkwl0_mMMNA,41858
|
1149
|
+
pulumi_oci/datascience/project.py,sha256=Nqv6vO0RvMvJTs4_ypVItjJqEzHj5aU5LWUu91SXH2g,27100
|
1150
|
+
pulumi_oci/devops/__init__.py,sha256=jGVaG5GgMDYniHsVYgCiOln8YZzQTBIMnWiXDrDeGe0,2195
|
1151
|
+
pulumi_oci/devops/_inputs.py,sha256=AL57vAdHng6zJVvD3PpaFi6JEPceaC8RH0AABnepTyU,257493
|
1152
|
+
pulumi_oci/devops/build_pipeline.py,sha256=75659TgRQG4LhnO3S3_lT5YGv5EPdceDqutuWSfucY0,36555
|
1153
|
+
pulumi_oci/devops/build_pipeline_stage.py,sha256=juryhQFs4zozPsbvf-9XTZhui8t1SafzacAeNT1rZVM,83846
|
1154
|
+
pulumi_oci/devops/build_run.py,sha256=X__KkJXI6Eo6TKfXkZcHscgMu79rjkMvlEkGF_6F1lY,43365
|
1155
|
+
pulumi_oci/devops/connection.py,sha256=Ms_1M_FyRPKz-B2eJZa6FHTD8UM5HCxPrVFRRbaKWe0,47645
|
1156
|
+
pulumi_oci/devops/deploy_artifact.py,sha256=64ZBraeCwsrQcbPwyU2JYu3_M-3sTHKzLS89EkAJIZ8,44078
|
1157
|
+
pulumi_oci/devops/deploy_environment.py,sha256=9wDB2n2UrC_iMoRlcCFdAK6ibs0yn0Cz49S9DSlIqrg,49539
|
1158
|
+
pulumi_oci/devops/deploy_pipeline.py,sha256=K9LhjBkEhrepqnuYfO05yJN-B6muBxhUXc3QdXyPqvc,41261
|
1159
|
+
pulumi_oci/devops/deploy_stage.py,sha256=PPwyBvBcKlknEWWrqqmYW8ZHG8O3F64NuZZw160OR-c,207308
|
1160
|
+
pulumi_oci/devops/deployment.py,sha256=tHHDp3zp-LPn7jhauyf82kbXBC-qozUDYYkgdfQN6zs,61623
|
1161
|
+
pulumi_oci/devops/get_build_pipeline.py,sha256=WIkZgR4viQVJnzUWhMYXt_YVewtbYwFlgiGTtObg-NY,11117
|
1162
|
+
pulumi_oci/devops/get_build_pipeline_stage.py,sha256=sqybzPHxAv44Ir-m5eguGrjt8jmHb8Qm9KB47Ih1fCg,20885
|
1163
|
+
pulumi_oci/devops/get_build_pipeline_stages.py,sha256=lujYp9gihT08gP2LllSLdH0cIb5BAi_SAP_EN-GZaHA,8964
|
1164
|
+
pulumi_oci/devops/get_build_pipelines.py,sha256=gtV_QmthJeXLvP0B91UtudKJwWeFhJchbv27TrRVuY8,8402
|
1165
|
+
pulumi_oci/devops/get_build_run.py,sha256=fkG67PvtzDSHoJCifpqnWMIZjXdTylJDUB420NqWl4E,13301
|
1166
|
+
pulumi_oci/devops/get_build_runs.py,sha256=qcY50Y6C7mS3Nd3lSm5MLpHsSw7IZiPhzqh9GFEROoA,9568
|
1167
|
+
pulumi_oci/devops/get_connection.py,sha256=adVo7WtratNZILwiNxo9K3ScDyC2n_vn75_21iR-mCw,13546
|
1168
|
+
pulumi_oci/devops/get_connections.py,sha256=HIcXwd13lc6JvNoXwJQAOx1h3Kajb8sN1zaprLQke64,9228
|
1169
|
+
pulumi_oci/devops/get_deploy_artifact.py,sha256=aoi-V2O4SatKs6I7edYsdKZSt74I7nGva6zBqgpNmRM,12435
|
1170
|
+
pulumi_oci/devops/get_deploy_artifacts.py,sha256=tq-ryNCMIUDxKgbnCdnmVEybkHnlinGWxVfNV6Eaej8,8428
|
1171
|
+
pulumi_oci/devops/get_deploy_environment.py,sha256=jnA10eoHzvP-VrjD0bQJQa_K82CxrqLuSUAR45DFzv8,13809
|
1172
|
+
pulumi_oci/devops/get_deploy_environments.py,sha256=JkpvuE4x1mw4qvkudDuEkzxrygg8sEa_zkVfUg3bFYI,8635
|
1173
|
+
pulumi_oci/devops/get_deploy_pipeline.py,sha256=itKHtpuV6x4FxcjeuOJMTG5C_ONVNxMStK-Lo5WJRWY,12810
|
1174
|
+
pulumi_oci/devops/get_deploy_pipelines.py,sha256=pcT9YSDQar8wr51Y6GBtb_8WzYmmsshEp-e7lXin0ts,8466
|
1175
|
+
pulumi_oci/devops/get_deploy_stage.py,sha256=kzpjr5e-Mpr27cXzAGtop477kaVqyJdY3_aQAmwhvpg,50743
|
1176
|
+
pulumi_oci/devops/get_deploy_stages.py,sha256=u_-YMLEPD7QVbNlwh7WmWtp0v-iswBWqFsFayzYPRi8,8504
|
1177
|
+
pulumi_oci/devops/get_deployment.py,sha256=1Hl2136zEM8cbu5-h1mTFHzrO9NNeoglPvOnT3hFCTs,17465
|
1178
|
+
pulumi_oci/devops/get_deployments.py,sha256=FUjqh37JSSH5YJcA2DNnbjlhpAy--hwRFE05z6szQVo,13020
|
1179
|
+
pulumi_oci/devops/get_project.py,sha256=J_k3yiv5rV9ygWdUecXdDsehF8aCUQRX8KDzn-XfLQc,10299
|
1180
|
+
pulumi_oci/devops/get_projects.py,sha256=uNUKtLFVPn-30dEOAnPqe67cyb4P28Gog1JtpcA-d8I,6724
|
1181
|
+
pulumi_oci/devops/get_repo_file_line.py,sha256=q1w-pz8OR9ZLNePFem7x2lBdAUgbUQLYlbUgFkfzjMk,6675
|
1182
|
+
pulumi_oci/devops/get_repositories.py,sha256=Xew6cBBCUYZOfJB5Fgdz0T2YjzWSyunAdDrFHFNrmF4,8581
|
1183
|
+
pulumi_oci/devops/get_repository.py,sha256=hnYqRUE0i1x0rqWD89Pc9tr45fkubDjAYVsO026RHm8,17169
|
1184
|
+
pulumi_oci/devops/get_repository_archive_content.py,sha256=7PYVNLylIPKjoRMKaA4QjuUOBVICUhoj1-dT4pZo4sY,5522
|
1185
|
+
pulumi_oci/devops/get_repository_author.py,sha256=qAEZ_dd6xbfWGcHp5qyL7r5d6A-G_vxobqg1_3CWBYI,4854
|
1186
|
+
pulumi_oci/devops/get_repository_authors.py,sha256=N-BZB7u7uS-XGL0hrA0avQVXCdWrYpnF99g8QwqT6fs,5958
|
1187
|
+
pulumi_oci/devops/get_repository_commit.py,sha256=1_h_hC2vnver96-kYur180lsDSFJme4CKXw5ptZPaVk,8756
|
1188
|
+
pulumi_oci/devops/get_repository_commits.py,sha256=hdrkIG-5lIMeROSbtq_7wQGGYUK8rsqz4fZFmMZC5rg,12953
|
1189
|
+
pulumi_oci/devops/get_repository_diff.py,sha256=QZ8Du4cKp-eRnTMhDnjd5iTUCDvB6sqFwjccA6Rt1wc,11921
|
1190
|
+
pulumi_oci/devops/get_repository_diffs.py,sha256=fPLWPhnY-ZpebYSboO6HEwqwK5K4byJcCTKVbLENj3A,8239
|
1191
|
+
pulumi_oci/devops/get_repository_file_diff.py,sha256=4yIu4uahvn2ZbfFnvkFJsbyAVZu58LJtw9oY29gWSWo,11832
|
1192
|
+
pulumi_oci/devops/get_repository_file_line.py,sha256=MwopEbOQW5qVvnPnLMYa9r1S_jBYYGoJg-pBk6R4vPA,7249
|
1193
|
+
pulumi_oci/devops/get_repository_mirror_record.py,sha256=XR5FIbpqo0SP-k8-7s7ecCxP29Cwi56tBjNmUPxtCkE,7942
|
1194
|
+
pulumi_oci/devops/get_repository_mirror_records.py,sha256=uhxGn5ttnoTHngik05le7SL-AxTCzYWBuM24NU7LgxQ,5418
|
1195
|
+
pulumi_oci/devops/get_repository_object.py,sha256=Z5LCPVcMLFEB5Ip7aGfdNrX0jnJlf40b75bcr2f3JA4,7167
|
1196
|
+
pulumi_oci/devops/get_repository_object_content.py,sha256=bxNPe8b7wt_8KJ7CSdfcHZXtZlYGh4jgeZItG-dN_rA,5329
|
1197
|
+
pulumi_oci/devops/get_repository_path.py,sha256=Fse4hqdUxRdpV8YRtCV5fL9nqNiuHgcbMuT_5xG6f_g,8442
|
1198
|
+
pulumi_oci/devops/get_repository_paths.py,sha256=iciWnfKJ2IU3714ZoSzaWhKkPDS40WCeMG3qIkOUHB8,9471
|
1199
|
+
pulumi_oci/devops/get_repository_ref.py,sha256=4PbHxXmfjgvRM4H7eXQ5ZlJ_6cqCTJhxNMRECAezSw0,8169
|
1200
|
+
pulumi_oci/devops/get_repository_refs.py,sha256=Vvjx9Tj4GhcLvwoRTFNA2KSYfJkllOrEkxi_76zKwlo,7881
|
1201
|
+
pulumi_oci/devops/get_trigger.py,sha256=CltnSnC_ALGAN97tINbKQyWAottxPJqU3Etw2Gigl6o,12446
|
1202
|
+
pulumi_oci/devops/get_triggers.py,sha256=vCwtm5HbSVEsWlj_OCT44S1M3wRAQV8wdul-_Y0qhE8,8113
|
1203
|
+
pulumi_oci/devops/outputs.py,sha256=7zdWE88pBRuHrSZnNqA3Fc1iNwjzoqOPws7xIqpJpTU,807811
|
1204
|
+
pulumi_oci/devops/project.py,sha256=-GrefdGb0srC6cVmH7xZx_BMG4BW8l-xWAJO9an9k98,32264
|
1205
|
+
pulumi_oci/devops/repository.py,sha256=AOHb-Dh1pmccGky3VUfQjHTG60Mq5zly90agF4ud_9U,50853
|
1206
|
+
pulumi_oci/devops/repository_mirror.py,sha256=OVJx-G4nUPggx5M6sD8EzPuqWr04GhDXi39t5EIZtXA,9285
|
1207
|
+
pulumi_oci/devops/repository_ref.py,sha256=YiwuTJr9mEtIBbnEOc7EVQf7lQhkoQx-0TAQ6p_s94c,23807
|
1208
|
+
pulumi_oci/devops/trigger.py,sha256=tEaHChxU5AmAUaja2YnhMotlA_YaC44bHCElKyusIqk,44341
|
1209
|
+
pulumi_oci/disasterrecovery/__init__.py,sha256=7KleD-hSyUzKkdXcRIDujms_xktRCUn-6DFX5pKrijo,614
|
1210
|
+
pulumi_oci/disasterrecovery/_inputs.py,sha256=5yJ7GZEfXMPTD77CUr8KNd8oFnAuv8dD1puDOgaPK50,75137
|
1211
|
+
pulumi_oci/disasterrecovery/dr_plan.py,sha256=bdTnh69E-9CViVARL2_iuULgaZmtXnT5HHk_-SEaawk,34957
|
1212
|
+
pulumi_oci/disasterrecovery/dr_plan_execution.py,sha256=-9JWQ9LLbT8RnibDitQc3QbN26M0IuxG1gtiwta-yyw,47049
|
1213
|
+
pulumi_oci/disasterrecovery/dr_protection_group.py,sha256=iYfLSWqYHKuRpy0qzJEUl62-3NQQCKZp9S9mQKXx0tE,48563
|
1214
|
+
pulumi_oci/disasterrecovery/get_dr_plan.py,sha256=X0lri3RbP5IqanbtnBz8bOEgBGlzNTiHlw84tU7uYcc,11891
|
1215
|
+
pulumi_oci/disasterrecovery/get_dr_plan_execution.py,sha256=U0yUAy7JQXdz8jZgof3T_dY1kPy404b-MeEY-8kfMTY,16616
|
1216
|
+
pulumi_oci/disasterrecovery/get_dr_plan_executions.py,sha256=HZ9w_ejccGhcbdmIk7nsPzLK1EZT4lv93bwXMzjSsr8,10202
|
1217
|
+
pulumi_oci/disasterrecovery/get_dr_plans.py,sha256=lojqT4IFwvU6R7jGy3Un7A09nJ3p1MeY42TKyc8YXoA,9026
|
1218
|
+
pulumi_oci/disasterrecovery/get_dr_protection_group.py,sha256=HdS6L-flrANUggM-lsrnt8GzZdpZnsLk22KSK2VR8VM,13154
|
1219
|
+
pulumi_oci/disasterrecovery/get_dr_protection_groups.py,sha256=w4W5NmVcw-RnYF1dSLOVXJ0YoV_L3b-D1QJcMQFk2f4,9772
|
1220
|
+
pulumi_oci/disasterrecovery/outputs.py,sha256=EZ6DmY4NbrZVToh1nV9qY7slVuaD4h3YjLcOS8O1LJc,202094
|
1221
|
+
pulumi_oci/dns/__init__.py,sha256=rJmauYv4n0eB4hP0n-huHYUFdW2OcjhaV5t5UGeC7Ho,1106
|
1222
|
+
pulumi_oci/dns/_inputs.py,sha256=DXaLOw3c1stxqxB_a4gGj8bqdNX6T2kgw811TSNg4Ys,77999
|
1223
|
+
pulumi_oci/dns/action_create_zone_from_zone_file.py,sha256=CPwVT_6SUbjASyawkMDiKN1sSQ7RWNp6fx0nwCjJjHk,40218
|
1224
|
+
pulumi_oci/dns/get_records.py,sha256=uZlRFVU-VQrk23DltxrlOH2lZy3b3-YQS7U1QtaP9l8,11648
|
1225
|
+
pulumi_oci/dns/get_resolver.py,sha256=Yj2dUhVUcm0Kyw1debObw_z6cHLjooBgRBewRBdcY58,12367
|
1226
|
+
pulumi_oci/dns/get_resolver_endpoint.py,sha256=oHfNO6nMo5A69_jSG5uDgvZYilhTTy1TNBcai_N6wPM,13232
|
1227
|
+
pulumi_oci/dns/get_resolver_endpoints.py,sha256=NEmRkq8XUEBSNAv5tcZqiBz3-SlEjucz01CUmi_EpEQ,7975
|
1228
|
+
pulumi_oci/dns/get_resolvers.py,sha256=q673gM0EnODjbAaIMhgMzdFBjAqyzAIAhe6ATPOY0Ho,8043
|
1229
|
+
pulumi_oci/dns/get_rrset.py,sha256=fJVonm_dNxzPqaOm4uCTb6-GiPgB0SVt4vMK-PB6XQE,9440
|
1230
|
+
pulumi_oci/dns/get_rrsets.py,sha256=Zle3RYTzq9uZhthmQ7aDUVo239eShC7UuZ7CChoENyA,9702
|
1231
|
+
pulumi_oci/dns/get_steering_policies.py,sha256=eDxQmZUq6MbyKE-095BkOjzGFyCiRAsi3PoHgMgp-Yo,14342
|
1232
|
+
pulumi_oci/dns/get_steering_policy.py,sha256=LelamoBIO2AZmZCjyCrVIafLO3y9pyScgOBGjshiTCg,10800
|
1233
|
+
pulumi_oci/dns/get_steering_policy_attachment.py,sha256=xcfTNICs2VdhWbO5mzD_BEdLMsSzINbfuQYNKaSrPNI,8939
|
1234
|
+
pulumi_oci/dns/get_steering_policy_attachments.py,sha256=ZL-KH6qV-kF7Eidyt50uoiowHqkz2wbSCdtk9l2krok,15237
|
1235
|
+
pulumi_oci/dns/get_tsig_key.py,sha256=82fYgybTPUp5VBokPXDVPKbcJZTHwCuE5h4TdZrFQzo,8841
|
1236
|
+
pulumi_oci/dns/get_tsig_keys.py,sha256=7NxrLW9CzwYf4eX3RPkUZ1DbXWPxBS5GOWVUaS6kyTA,6402
|
1237
|
+
pulumi_oci/dns/get_view.py,sha256=X_BmfcCgy_KKG9zdsd_Md_ABetyd12Y_hDYotCIT268,9271
|
1238
|
+
pulumi_oci/dns/get_views.py,sha256=o9Sam7QM5ZI7AZQ5tF5WLkgR0CXngJCBZ3OHQIqNt8A,7781
|
1239
|
+
pulumi_oci/dns/get_zones.py,sha256=H8am72wYfluWi9yQ4fD11JA0UXGwszUoQUwIjBkmJxc,15995
|
1240
|
+
pulumi_oci/dns/outputs.py,sha256=ger0zqrurg5I3Ayav_8r9i1hFIO8E7ax_tlZ0K0cHPQ,205725
|
1241
|
+
pulumi_oci/dns/record.py,sha256=043iDRoyqPHULRPNq0_YG-In8vbalL-EIR_Kg8P86Tk,32597
|
1242
|
+
pulumi_oci/dns/resolver.py,sha256=ghCZ923k005tG0yqlYwjOFNoW6YgiPfL2ahrUctlZUQ,40813
|
1243
|
+
pulumi_oci/dns/resolver_endpoint.py,sha256=B6U28wjp8oyIp5l-QcjPHEiUitofjRtkUj_-dkKP9WU,41606
|
1244
|
+
pulumi_oci/dns/rrset.py,sha256=kc_hY_-gKvgFp9yCjSCMdRYv5yNtNQkm7Wk_XcvWO-k,25380
|
1245
|
+
pulumi_oci/dns/steering_policy.py,sha256=lL5mmTAgfNy2lfcqrOsBIuZTzHGqk6BT4Ciu-MUGDOA,54833
|
1246
|
+
pulumi_oci/dns/steering_policy_attachment.py,sha256=Mupq_iOAV6v_W37j0CEf5AT47UbBoLptfmNXsbIJd-A,24752
|
1247
|
+
pulumi_oci/dns/tsig_key.py,sha256=6itNppNfWzhpZAunhlBpbuRbi7kv95svTh-NYP0NYVI,31139
|
1248
|
+
pulumi_oci/dns/view.py,sha256=hTXx7LL0r_U_wxCuMQvq3kJ_vOyiDsMfz5PIYTwtPGA,28355
|
1249
|
+
pulumi_oci/dns/zone.py,sha256=MBlAJ61b7W6L2y7xZYe6fVArNWQZYXlBDoObL62jHOo,48879
|
1250
|
+
pulumi_oci/email/__init__.py,sha256=qrbUVRL3Cz6JQzk3bL-41fGPpjLYdppHdFRHIKOeJSw,641
|
1251
|
+
pulumi_oci/email/_inputs.py,sha256=Jr4HPtSyiP0aNn1uoKvemMGZzpM936eZ0uUgCUXLs8I,6528
|
1252
|
+
pulumi_oci/email/dkim.py,sha256=YM2e8J9okBnPEygPNa57CVC4oIrQVBZ8gpuo3zgMFVs,43280
|
1253
|
+
pulumi_oci/email/email_domain.py,sha256=2HTCDZXLCykdAUd5OhFnsUQzR5NB5YHu6z7UWImWFx8,33665
|
1254
|
+
pulumi_oci/email/get_dkim.py,sha256=C4RSkKUHJllh_EaaVajIp6UbFdr1pgJV3moBBFZ1Ix8,12544
|
1255
|
+
pulumi_oci/email/get_dkims.py,sha256=XR7bpF6sf4e8S10bmoWBGNCwFbJyvoZuKutzLr-DHq8,7036
|
1256
|
+
pulumi_oci/email/get_email_domain.py,sha256=AIwwOwf8_yFIgecCUJ4x-5tRPTbNGCX6TPeQ5qR_ecI,9730
|
1257
|
+
pulumi_oci/email/get_email_domains.py,sha256=2i_XTvfw4YgT09NNNB_KUJYyPLt-GPvvfwA1rBlxKBg,7238
|
1258
|
+
pulumi_oci/email/get_sender.py,sha256=KTobm-YHJtbHnPIHEUo7CSLA6g6qQ7Wh7YXeR0-H8es,7948
|
1259
|
+
pulumi_oci/email/get_senders.py,sha256=kTSiMr9tqVI6EJbeAyu1onL_LPDtwQof1_fafk6JiOk,7009
|
1260
|
+
pulumi_oci/email/get_suppression.py,sha256=NTSzpYFUqxW-Z3BwXa9TnBVHpAxf17QK88MvFZiGAZc,8782
|
1261
|
+
pulumi_oci/email/get_suppressions.py,sha256=8nc6jYuzVsc6F-F7rHO2F_syOsHMTtF5FH7i9VbTks4,10389
|
1262
|
+
pulumi_oci/email/outputs.py,sha256=vyN9WFehV-3lwmJb3VsCjTy0_nAS4MsBw9mi-NHf13A,36594
|
1263
|
+
pulumi_oci/email/sender.py,sha256=Towr8GpUY-8P_ECGimLDmJYtAsWrzWBOcme58PP5aTc,25334
|
1264
|
+
pulumi_oci/email/suppression.py,sha256=9wPoaHjCBT5OSD1PLnARKX-cCQ_1VSJoPxQ5gZ7shbY,23429
|
1265
|
+
pulumi_oci/emwarehouse/__init__.py,sha256=bMIo2Xeb_bFH4EH3MQjDXjtK9RVjUmkp8pXJamFthwY,496
|
1266
|
+
pulumi_oci/emwarehouse/_inputs.py,sha256=NLYMXYWEV9ecPs0d48kh42ZdaBQNuUN21JVBE3_FgEg,3233
|
1267
|
+
pulumi_oci/emwarehouse/em_warehouse.py,sha256=-BCvAbAEIIIr-lguTXkFrgd9-5PRDJnYF9iuNDq4BSc,35716
|
1268
|
+
pulumi_oci/emwarehouse/get_em_warehouse.py,sha256=XKocFtxMDm9t_JXCfwA08PLRx45T5vTsGpAieMz-EYw,12399
|
1269
|
+
pulumi_oci/emwarehouse/get_em_warehouses.py,sha256=YFcUd00V0rqoMICbpWBykuD6_Dsmxdh3wf--bYlM2oo,8715
|
1270
|
+
pulumi_oci/emwarehouse/get_etl_run.py,sha256=CCBBVXchjgeOFMceDJCPmHs-uf3XsOtnOIHI4NPOEdg,5899
|
1271
|
+
pulumi_oci/emwarehouse/get_etl_runs.py,sha256=n-gXoT87XnjX5WgVz37cZajiZD3ExtRoqhtFQXAAzQY,6816
|
1272
|
+
pulumi_oci/emwarehouse/get_resource_usage.py,sha256=izdSK9QkEqHvIvLhJaIjr1exLl8VnwFRjcQf4AY-h0Y,6513
|
1273
|
+
pulumi_oci/emwarehouse/outputs.py,sha256=3US5q9opRpKxil43v_HC-Wv4XrA8DTWGr2-QIXhAw14,28235
|
1274
|
+
pulumi_oci/events/__init__.py,sha256=s5WifgDAfiU0eAvulJ-z_3vdbDeRHphEqpEnfC6mvhQ,383
|
1275
|
+
pulumi_oci/events/_inputs.py,sha256=t97xWpMqElODsXISNT3lPXEnLr-I-oeESj-baK-Ue6k,11256
|
1276
|
+
pulumi_oci/events/get_rule.py,sha256=aHbYwllPb3HytLreR6KGfaEzN2VVcO318_dWTFYjdfw,10117
|
1277
|
+
pulumi_oci/events/get_rules.py,sha256=37c3YfW7jBYUwgXgcndrHI9jOiAvx6YbhHOQrFkspI0,6913
|
1278
|
+
pulumi_oci/events/outputs.py,sha256=1Ve3bDxRMNxX7nwhSVQMtSaqG3dNaIgfPd8uVhX4f60,31439
|
1279
|
+
pulumi_oci/events/rule.py,sha256=T0SlpHS-hS0wRKY-b0kYAtsvI-k_-Zh-apX4FYtB8Y0,46587
|
1280
|
+
pulumi_oci/filestorage/__init__.py,sha256=o1dtIje7kjVGLuJ8Fz6XqRSncO0ExtsSfiREeMn8uaU,1035
|
1281
|
+
pulumi_oci/filestorage/_inputs.py,sha256=HcIhDeGNz4S3F2-_QAOuOwB9y2bYi96bUf0OpwD32-4,48917
|
1282
|
+
pulumi_oci/filestorage/export.py,sha256=hvKP8YByC2eOBwnjaV8CUxafTusi2ejnFZJhsTcxNiY,34687
|
1283
|
+
pulumi_oci/filestorage/export_set.py,sha256=ZEiePVEZYK3Rw-iQtenqwDzuxfSSUtt41sgSXZtD2f8,30618
|
1284
|
+
pulumi_oci/filestorage/file_system.py,sha256=pXulypivSp8x-3RqErXrFMOU3JP0fORfg4PqY-0BRvU,57335
|
1285
|
+
pulumi_oci/filestorage/filesystem_snapshot_policy.py,sha256=nlyM7IgUC6PqqzOpOoAXEfjBJ6bkfZvQe8RInU-EECs,39080
|
1286
|
+
pulumi_oci/filestorage/get_export_sets.py,sha256=UFH9nRfJUw2Z3BNzQF-mUxdZITCFWm_WgGtjvgn0z2I,8891
|
1287
|
+
pulumi_oci/filestorage/get_exports.py,sha256=fY1PJygnYlYeR0kCw2rQWAHZukDxusMwAgcevPufi4k,8789
|
1288
|
+
pulumi_oci/filestorage/get_file_systems.py,sha256=2gwb_KsqFLkQg0_e8VGsIDjAHSwMwrLRJn4xYuCbefQ,14579
|
1289
|
+
pulumi_oci/filestorage/get_filesystem_snapshot_policies.py,sha256=P6XOljy2-9baeN9tdnCkVTL4AtiT5z3LfbD9CZ9AQB4,10037
|
1290
|
+
pulumi_oci/filestorage/get_filesystem_snapshot_policy.py,sha256=DJZKK4UGVew7pGw_i4eclgrsPs2BX4hdq-j9riIR43I,10314
|
1291
|
+
pulumi_oci/filestorage/get_mount_targets.py,sha256=jtBsu3ELjVf-dpEs0MHduXpxGBmScEmtjDofxTC7V7g,10387
|
1292
|
+
pulumi_oci/filestorage/get_outbound_connector.py,sha256=b5tSjsRgLSG1peVFwkRvEgwVdLsaKTypexZrDcSma_c,11826
|
1293
|
+
pulumi_oci/filestorage/get_outbound_connectors.py,sha256=QIZ1gIZnqEY2RxIzCydSvntEou9TAGQeIwla_IlGaeY,9452
|
1294
|
+
pulumi_oci/filestorage/get_replication.py,sha256=3Qy-M8RCwbyx09OU-xmIr1TWpX7c2gJGMfcqHaCgkjU,14239
|
1295
|
+
pulumi_oci/filestorage/get_replication_target.py,sha256=B1RGsJ8E4NuYWT1rLGYit9QFudntw93ls1CDowllQcY,13553
|
1296
|
+
pulumi_oci/filestorage/get_replication_targets.py,sha256=8bD_etskRGwsiVwf_kfnq3CCzFC_BAX3ks9YZBq6rgw,9442
|
1297
|
+
pulumi_oci/filestorage/get_replications.py,sha256=PzJt5evGXkToY_DWx-4hyspJNvLGdsEfD6Eymg9koAg,10250
|
1298
|
+
pulumi_oci/filestorage/get_snapshot.py,sha256=c65teTBm58MXw0GYXpXqIBeiB_G0fLz3uWs58Bcxhxk,12253
|
1299
|
+
pulumi_oci/filestorage/get_snapshots.py,sha256=S_Esx7axuUj9P12efI-bPa55yLWSfljNIyuGMYzveBQ,10095
|
1300
|
+
pulumi_oci/filestorage/mount_target.py,sha256=ezYc1b5XkaQQ4jZRRHKcM7oEtEpqism1N8ok2kRyIrM,72532
|
1301
|
+
pulumi_oci/filestorage/outbound_connector.py,sha256=Nbu74Pyb6bo4M01sdmfuGwmiIrSf8-9MR5WiRmLc_zo,44930
|
1302
|
+
pulumi_oci/filestorage/outputs.py,sha256=1tDmEMXrMNeblb0GXerowE882eWHsiMkjLOiwUeuwVs,163982
|
1303
|
+
pulumi_oci/filestorage/replication.py,sha256=GAi0H907mA8tkeQZ2r8QJFJUtJgMCgXKKx4ieUzwT9o,48990
|
1304
|
+
pulumi_oci/filestorage/snapshot.py,sha256=uL82JbD7ii5l3lBeFKjISQfabIhh4hd40NhGOUj8JGg,38522
|
1305
|
+
pulumi_oci/functions/__init__.py,sha256=tU-pJE4jEBX9z0lBXVdVAT7ImZSEx64sZB9YYWj2dys,1734
|
1306
|
+
pulumi_oci/functions/_inputs.py,sha256=07u9TxZ3lrf_UQ_Uk-DvMZ1pq8anl0aZKCczK93XTxs,31507
|
1307
|
+
pulumi_oci/functions/application.py,sha256=Iaaz5cSn-lkFNuJBaOIQzc93gamFjwHhRPbK6y6GEV0,54880
|
1308
|
+
pulumi_oci/functions/function.py,sha256=xCXfw3Ofr7My7Qe7vmUEj1eFKW0i9syf-ciXiAydAHA,59494
|
1309
|
+
pulumi_oci/functions/get_application.py,sha256=-m-W766AqKbDOfluHXSqpwwV2qF_VIF6yiVvPDGZzn0,13345
|
1310
|
+
pulumi_oci/functions/get_applications.py,sha256=t9OfQYp-ByEyK6IUU4H_8oA_74DDdwnRaqVqLbqjnYk,7475
|
1311
|
+
pulumi_oci/functions/get_function.py,sha256=fFXAmJ99jO6kdnV3Qat0Yp0Tixr68uqHK4EaLrTKmMI,15023
|
1312
|
+
pulumi_oci/functions/get_functions.py,sha256=2FmkLWdzzcD86bJFwafQpwfjITXyvx5w24P4REvbg_4,7321
|
1313
|
+
pulumi_oci/functions/get_fusion_environment.py,sha256=WYq5007c2-XgmkseFFTQrMcBMxvihZbTlXPLeUezWzA,20496
|
1314
|
+
pulumi_oci/functions/get_fusion_environment_admin_user.py,sha256=vfKtzTc0b_TqYXBe4OEZFVcb_w6RhXIGlYeNsdjPmiE,6730
|
1315
|
+
pulumi_oci/functions/get_fusion_environment_admin_users.py,sha256=m9Wc9Klx1GzmbCXy16szOjgIxgUerx_AvVjdBLQ0n4Q,5554
|
1316
|
+
pulumi_oci/functions/get_fusion_environment_data_masking_activities.py,sha256=hqz82rLUmqrVxxsyuTh2zhEokDliSgrFBAqh1_fLfC4,7130
|
1317
|
+
pulumi_oci/functions/get_fusion_environment_data_masking_activity.py,sha256=gCCmd2hPECTptUMqn73opLKd8-5LEqteW6t_s4UEXX8,7925
|
1318
|
+
pulumi_oci/functions/get_fusion_environment_families.py,sha256=nIwdmYqN0Kl1lg_LC4LrkLbwK3D6YUoWihV2aPA2egE,9169
|
1319
|
+
pulumi_oci/functions/get_fusion_environment_family.py,sha256=Jp7xj8nPP0QyqqNH7uW2PkWUqtQ4ryf_SfUCiJaY5ds,11921
|
1320
|
+
pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py,sha256=ihXYIb9GNq-FeWJA9zwW2bK947NEPoBG3h41ol-ySZo,7399
|
1321
|
+
pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py,sha256=P4mfNf12NAcXYDRZ1oJacFkjHFeMfI_KBNKiqXBur4I,5295
|
1322
|
+
pulumi_oci/functions/get_fusion_environment_refresh_activities.py,sha256=0o7rzwnTLKVNBHrvCwobb_nwqIqJ_VJF0_RTOgucXwU,11512
|
1323
|
+
pulumi_oci/functions/get_fusion_environment_refresh_activity.py,sha256=ikV8XAL_s9CeFk7NtRn6dyv-c4iJ6nIEjOhY_FWpWOY,12555
|
1324
|
+
pulumi_oci/functions/get_fusion_environment_scheduled_activities.py,sha256=0BGRvXjfDpJYOXjIB8Pj-5WXZI8Io8LPX2qEcl1hMQ8,12737
|
1325
|
+
pulumi_oci/functions/get_fusion_environment_scheduled_activity.py,sha256=tQbXq6jweubJVwRf59-7mW_MYg0h1RaeDRsJSk59r94,12452
|
1326
|
+
pulumi_oci/functions/get_fusion_environment_service_attachment.py,sha256=DYNcKXlKP6vcL84cRzlNBHteObiN2VVUPGp7Vl8MxV8,11702
|
1327
|
+
pulumi_oci/functions/get_fusion_environment_service_attachments.py,sha256=wQZNZic40mDfKZtxXlHxy1DjVqMh9L8tIGtlh9d9I4E,9413
|
1328
|
+
pulumi_oci/functions/get_fusion_environment_status.py,sha256=ZVpQlfNDZIuJKqdekI_8Kv9fZHJwulqikoeROdLB6xE,4414
|
1329
|
+
pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py,sha256=wK5p4BHLhS0h9dH0kwoEWVS32gHHbDaRx0v0I6XUhL0,4959
|
1330
|
+
pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py,sha256=AKOVxOR7wHO4tJso2LBkVERraVQe2X5QpDebDQGnRxs,6302
|
1331
|
+
pulumi_oci/functions/get_fusion_environments.py,sha256=iiyAKsd1E8GWAE3Oaow6jmjEvhujQSjIISqFUKJk5oQ,8659
|
1332
|
+
pulumi_oci/functions/get_pbf_listing.py,sha256=UpfQFoCrLV5Z6anjqnck5YTPTJWCcDtzNcJCM4dBJAI,9121
|
1333
|
+
pulumi_oci/functions/get_pbf_listing_triggers.py,sha256=lClnLxLzmUCRtB8KhKKoD7O6EEAxSVfsllqMnJfT1jM,4949
|
1334
|
+
pulumi_oci/functions/get_pbf_listing_version.py,sha256=QoUjzDbV8-jbtXzkLFN_Q527QqwkQ2xr2ZREL5uJ58E,10647
|
1335
|
+
pulumi_oci/functions/get_pbf_listing_versions.py,sha256=5EvWXNbtygkJr8uL_siJBcCJ3PscZslJqGqfA64CHa4,10265
|
1336
|
+
pulumi_oci/functions/get_pbf_listings.py,sha256=NEBLfXg7tTcLAyYih3YWBVCcVE88fRyFPQl645dbXQY,9912
|
1337
|
+
pulumi_oci/functions/invoke_function.py,sha256=tdKtweQp0EL6358xpJuaOO7aSQIyorDoMyAG4RfXAWs,31592
|
1338
|
+
pulumi_oci/functions/outputs.py,sha256=whSnae39zmQcxXVg92qO7crDrlI2_oSwBAv4j_s8D8o,233808
|
1339
|
+
pulumi_oci/fusionapps/__init__.py,sha256=s1kp4BsIjlbImjz9cXbElkILKY_KpkDt6t5m0Euco8M,594
|
1340
|
+
pulumi_oci/fusionapps/_inputs.py,sha256=XZig1WdYiyPHOXtz-aJ2ZYZQS3_5OkWEpherlGwSiYY,32557
|
1341
|
+
pulumi_oci/fusionapps/fusion_environment.py,sha256=_mgLu0fxCcp8HcdrFaljtd7AJJmHgUv4DLGhif-G6uA,68919
|
1342
|
+
pulumi_oci/fusionapps/fusion_environment_admin_user.py,sha256=UnkGKDRoXNhmnn3v8HtmQG5dAIvpg2-NVb1eB2jNZHI,22783
|
1343
|
+
pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py,sha256=lx3XOnNOYj0vbVVvU3wSb4i7xJ_x7rASioq9To-uxJY,17802
|
1344
|
+
pulumi_oci/fusionapps/fusion_environment_family.py,sha256=mMtQpZ6gqSck2jVx3DxAf2VlJrA7FOM2ybdvlNr9B1U,38580
|
1345
|
+
pulumi_oci/fusionapps/fusion_environment_refresh_activity.py,sha256=ZvTtCqzYG0z-6XmE1ZuWEUneMlqDyo-IcewdDKYAIMs,30613
|
1346
|
+
pulumi_oci/fusionapps/fusion_environment_service_attachment.py,sha256=ScG2dBKEQMTQzepqVLqyd430N5mAmRYtoi_h0YJhhEM,29461
|
1347
|
+
pulumi_oci/fusionapps/outputs.py,sha256=cpoenwqedIsYY1cuunglnRl0VUWYAUkYcS-9Jn8rJBE,33019
|
1348
|
+
pulumi_oci/genericartifactscontent/__init__.py,sha256=hgIxlRzoszlQaqeflk8QurTNj87qkBbx16jZXw0p8Dk,382
|
1349
|
+
pulumi_oci/genericartifactscontent/artifact_by_path.py,sha256=eu4lhRIMXSJkgkwNwunc_iCZRNNfpQDYWPFA9028dkQ,33967
|
1350
|
+
pulumi_oci/genericartifactscontent/get_artifact_by_path.py,sha256=BuQ9bccN6gzQhANo4GqlfdSsy0q5PbROlpe22gctLtk,10137
|
1351
|
+
pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py,sha256=qYMHkeieH0u2wGV0qd69taPKjqmZvKN1iLlWdTxL7eM,4022
|
1352
|
+
pulumi_oci/goldengate/__init__.py,sha256=WbL_zwVyvyRgz-UTg8DXSMS_HI7AzIMKMX79tJeLonU,1208
|
1353
|
+
pulumi_oci/goldengate/_inputs.py,sha256=P3lqDKrKp0ZYobOukCBIPPtZErZx-VUSJgo318BB5sA,45836
|
1354
|
+
pulumi_oci/goldengate/connection.py,sha256=M3p-Ep63JViiyN4InP26GwtMj3Qb_mUxLmk5oA2a0Cc,218336
|
1355
|
+
pulumi_oci/goldengate/connection_assignment.py,sha256=91mVWdUcX3TkSXhhsTmb-C_n5mDkKWIQ4chHz0zMoTM,20047
|
1356
|
+
pulumi_oci/goldengate/database_registration.py,sha256=B8GjgPYpoDtYR0ctlJwK_-xfbGWdwEGrmmLVXcfwA64,73549
|
1357
|
+
pulumi_oci/goldengate/deployment.py,sha256=BrQ5p9-Wm_p2WRfgE8jru2ANMEi8-h6pwDS6gvS5nDs,86929
|
1358
|
+
pulumi_oci/goldengate/deployment_backup.py,sha256=X-b0bmy3Oqep7H2LJcmB29MRklulcOYaHaSor3ObuO4,45175
|
1359
|
+
pulumi_oci/goldengate/get_connection.py,sha256=u8gS3H32H2qwpvXn7gl2Hg5Nkux0fyRWyZq-PW6jI-0,46080
|
1360
|
+
pulumi_oci/goldengate/get_connection_assignment.py,sha256=scs-1fFY3BlevlLF3f28v91ONp5_XDA73Hp2gcITPU8,8225
|
1361
|
+
pulumi_oci/goldengate/get_connection_assignments.py,sha256=JtREG93qkMfWvScpYpiv2zdRuvDH6ycuah6EklFhQSw,10398
|
1362
|
+
pulumi_oci/goldengate/get_connections.py,sha256=gIBf5HBJoNogRmHeh0JHL8rw37TAQX_OGsNu8FvexGs,13528
|
1363
|
+
pulumi_oci/goldengate/get_database_registration.py,sha256=-1eqZrZVn3dPEiajKvSw6-_ZOc4S9N3WjRkMqDtC4bA,19315
|
1364
|
+
pulumi_oci/goldengate/get_database_registrations.py,sha256=uBOheT-kcIqfIeji0swhOeEdCirGltvv3kLy98t7qj4,8174
|
1365
|
+
pulumi_oci/goldengate/get_deployment.py,sha256=LeFKez8BBpIa5nlAxDaZ4tc-k2l_EkPDcs3Eiqz4OfM,27423
|
1366
|
+
pulumi_oci/goldengate/get_deployment_backup.py,sha256=nmzmdaxv85leur_j-rNEn6MeBwCZ5M8P44GEbEUrQQ8,14963
|
1367
|
+
pulumi_oci/goldengate/get_deployment_backups.py,sha256=xUvZlL8FUpFxb464GXUqWpQiArOfLH60-C2qukCkxKA,9127
|
1368
|
+
pulumi_oci/goldengate/get_deployment_type.py,sha256=XhrPrEc6SGRY2jWmY4uq8BdQwFFHYlODkihzTvT7d7w,5190
|
1369
|
+
pulumi_oci/goldengate/get_deployment_types.py,sha256=wdczqi-nunfUExsvYkLqdzOmqAsvLeutefajdab5UCI,9064
|
1370
|
+
pulumi_oci/goldengate/get_deployment_upgrade.py,sha256=Hp065woTpHmOpKHzyJqamxfrs8ifryHeF5kcaJYOFAM,21857
|
1371
|
+
pulumi_oci/goldengate/get_deployment_upgrades.py,sha256=cjrnB5q3Lvnj7ExTIYX707F0Y9VBN47qtrN9_Ply8rg,9208
|
1372
|
+
pulumi_oci/goldengate/get_deployment_versions.py,sha256=r-k3y_Evb5JzK9NwHazrT44B5HdowM_DBAgrolVIioA,7991
|
1373
|
+
pulumi_oci/goldengate/get_deployments.py,sha256=JL3N3HRDnAQ5p9bmkyC9SbNZ7YPQ6wLQTUCzvygeEVs,13195
|
1374
|
+
pulumi_oci/goldengate/get_message.py,sha256=2a6YSLa8tdvJP4di17KS74KtMLKmqPSh8Lm3-fswEUI,4050
|
1375
|
+
pulumi_oci/goldengate/get_messages.py,sha256=u4hUBjB_sm0amDTJPHfabCgKO3wq1CYUGOk0wIAOcdg,5127
|
1376
|
+
pulumi_oci/goldengate/get_trail_file.py,sha256=pAq-0kSIFY9oRqV9vdmRySZZF-qy3dj5SSeJYlc0WKc,6519
|
1377
|
+
pulumi_oci/goldengate/get_trail_files.py,sha256=VCjLuyRe2XQnigO2-T49nCUQaOhFG01bkvu8x6FCQjk,6768
|
1378
|
+
pulumi_oci/goldengate/get_trail_sequence.py,sha256=zrG6ng0I4wEJc4d2CQVgiGYRjZT5pweRxcFUypNxilo,7656
|
1379
|
+
pulumi_oci/goldengate/get_trail_sequences.py,sha256=uYHdtYBZBH8gqs5urA2AVQjMKmZDMItuHv9934YWJJY,7983
|
1380
|
+
pulumi_oci/goldengate/outputs.py,sha256=z63GaEv4VLjLvdRW_KeXVyAEP2jEUbgZUzkEQ-y65CA,247451
|
1381
|
+
pulumi_oci/healthchecks/__init__.py,sha256=PJnzYouMBWUvQ3Du18Ga3ztCAO2ekzXs2E8fPG4C0XU,662
|
1382
|
+
pulumi_oci/healthchecks/_inputs.py,sha256=1WqgiDmEBGCEG7_UczIRbT6yZ9RgbVy8G8JeIoqu_H4,7779
|
1383
|
+
pulumi_oci/healthchecks/get_http_monitor.py,sha256=R5LqV55VHkc8DdVyVMWPb0CXGbmHlA9DpSzyF3-jy_8,12880
|
1384
|
+
pulumi_oci/healthchecks/get_http_monitors.py,sha256=DOEotcBhdfMFt23yekqYICQoiVyRVqN6L7-IeV5xPuk,6775
|
1385
|
+
pulumi_oci/healthchecks/get_http_probe_results.py,sha256=_EC856pJ0G-F-Fu3-uFxw-es-lwDhEybrxvPbjlQes4,9395
|
1386
|
+
pulumi_oci/healthchecks/get_ping_monitor.py,sha256=7eG0PfhvabkpwXD2B1bdDeFwNWgKHtq485Cyd-2V7WI,11531
|
1387
|
+
pulumi_oci/healthchecks/get_ping_monitors.py,sha256=Kr6sdxuc8Rwnx07i9G9je7V0hqegWNGvJ9EVcKECE8g,7059
|
1388
|
+
pulumi_oci/healthchecks/get_ping_probe_results.py,sha256=dBhPYVEZlHCWrLJzusHIJcPqVNpn668TKVKxqslfD0E,9899
|
1389
|
+
pulumi_oci/healthchecks/get_vantage_points.py,sha256=ocbnknL5tA0OyA_17owc-X9hmU_z6y-BrjBRASPsZvA,6025
|
1390
|
+
pulumi_oci/healthchecks/http_monitor.py,sha256=MP_v6HFmxFvKJpn6uhaM1aW_3gLPBb6rYj5kBewMrv4,50692
|
1391
|
+
pulumi_oci/healthchecks/http_probe.py,sha256=84xj0TOvuZLIk8Mz6AOJZstayFo0ZSaJsVF2__4EgLc,33409
|
1392
|
+
pulumi_oci/healthchecks/outputs.py,sha256=htASGg1Z5i83bDCEKTyZuXwwm_6HdNagdSN7Y5Uf4zA,66975
|
1393
|
+
pulumi_oci/healthchecks/ping_monitor.py,sha256=fD_PvjHwAd19Wv7vJobyh7nSXT_DVxlwMvRpus1ADDM,43304
|
1394
|
+
pulumi_oci/healthchecks/ping_probe.py,sha256=WH3zZuIpksu80ByjmcXo3yDWhYRHgc-R6aMZiZbj7W8,26283
|
1395
|
+
pulumi_oci/identity/__init__.py,sha256=OJMkjFgZO2mdb-H_IM1dqFjah3QqI9UZcZdmB9Hj0Gs,6535
|
1396
|
+
pulumi_oci/identity/_inputs.py,sha256=kAUVnXB6MitEE9O9Lwfnf3ckRsDIyoOCWm0B-eI9sgk,2077316
|
1397
|
+
pulumi_oci/identity/api_key.py,sha256=nfRbthoMvJChSHwA5OTsg3ZJcpjvtY0WzAE_njOqtfA,17566
|
1398
|
+
pulumi_oci/identity/auth_token.py,sha256=2o-MTIyHVXGJHtw29zuZ5w_91vw1z1izs2DwYUV93RM,19883
|
1399
|
+
pulumi_oci/identity/authentication_policy.py,sha256=HwfvROsOCrvBb02MLfZQDgryZaZgYAge6BlTV-mk2wA,17159
|
1400
|
+
pulumi_oci/identity/compartment.py,sha256=MwHkbmTudsEsRLDyTxIFrqztcpafXVXNedW95QWdL7M,33519
|
1401
|
+
pulumi_oci/identity/customer_secret_key.py,sha256=CMyKWDK8uI8GyDHiTdwCvxcTwdUWYlmv53kVBiehpT8,20164
|
1402
|
+
pulumi_oci/identity/db_credential.py,sha256=SfT_YSuBSw57iYAiOqcuwrn0poPTfB4fW_Be8jgqroA,19196
|
1403
|
+
pulumi_oci/identity/domain.py,sha256=2KGpB0Qv2kBMdFtHXJ-ufb8Atxdh8Qzr0gbWE5Ljv0Q,57868
|
1404
|
+
pulumi_oci/identity/domain_replication_to_region.py,sha256=v45wrKWFg3cyU_drFlj-pjfxBT78Dlx7ySG7MGFtIgs,14366
|
1405
|
+
pulumi_oci/identity/domains_account_recovery_setting.py,sha256=J1TovzOgElhewrvla4_d6WiaGnwwnyo30lwklZkgzCE,99509
|
1406
|
+
pulumi_oci/identity/domains_api_key.py,sha256=7B8NBS15bE-662AWb-naHrFVhbwiiyBpvEq5iqxEd7I,89590
|
1407
|
+
pulumi_oci/identity/domains_app.py,sha256=rM0Y9zGKjOSu_3Fwi-4CVMeYktR7XzSr7RUSIHE5ftk,587693
|
1408
|
+
pulumi_oci/identity/domains_app_role.py,sha256=QtSB00yrt7M711y62UE2_eaqDbTYI5eUKjPJmIA9Hjk,123821
|
1409
|
+
pulumi_oci/identity/domains_auth_token.py,sha256=IiTJC4qG7YBxNVUQAkIW0MwutSAAWiXnFO-rVeufj8g,92713
|
1410
|
+
pulumi_oci/identity/domains_authentication_factor_setting.py,sha256=fPNwtRs0ckk6h4lz_uWtQnS1a5iEht4xnvybbZf97n0,218982
|
1411
|
+
pulumi_oci/identity/domains_customer_secret_key.py,sha256=V6W9qHYXI5w094Egc2mX8gp8xG_xghvzQgYkX71_aUI,98555
|
1412
|
+
pulumi_oci/identity/domains_dynamic_resource_group.py,sha256=LAgRgc1MWbQssAAgU9RNoXAUXvJxpXwG2oB6T6R_95A,100588
|
1413
|
+
pulumi_oci/identity/domains_grant.py,sha256=EuUgJ7ibcKO4s-fX4esCJpWRKaNswhC4-JbWfyJtzls,119531
|
1414
|
+
pulumi_oci/identity/domains_group.py,sha256=Q501kRbQs4UIOhp-7-MlVNobYwQxghjWK0qAJMFVvCg,130077
|
1415
|
+
pulumi_oci/identity/domains_identity_provider.py,sha256=1_Rh0Eh7A5bRWZQOKEey3dVojUGTwaBHP1gdvwTf7KU,316675
|
1416
|
+
pulumi_oci/identity/domains_identity_setting.py,sha256=c9dj85bHlaP1ZEEFBqxmqheGhqGiFIErHKB3l_0Jd5U,129871
|
1417
|
+
pulumi_oci/identity/domains_kmsi_setting.py,sha256=PACHuganJcUYVUc1U6Hn-BLitDbCkcoSuecZLdHOMPs,116533
|
1418
|
+
pulumi_oci/identity/domains_my_api_key.py,sha256=zfgGb4bVaUwBGf0zaXlSOHrBi1V9LhJHBXct57g2pbw,72252
|
1419
|
+
pulumi_oci/identity/domains_my_auth_token.py,sha256=o6YUSgxoRee6HoACUZAaCAzYNNNh1E3cs0vHbcw1OR4,75327
|
1420
|
+
pulumi_oci/identity/domains_my_customer_secret_key.py,sha256=TOJiN98kwx7lMul2gKuPwAtcdR6nkVaJffY_w6NqMmo,81019
|
1421
|
+
pulumi_oci/identity/domains_my_oauth2client_credential.py,sha256=U7K_8hhTh4Z69_F7wRdEYAz648STjRNfAcKuyOUjESU,89948
|
1422
|
+
pulumi_oci/identity/domains_my_request.py,sha256=gvjUaFwglZYLcbnx2My0601_wW3WkKiMgemRgpK_t70,87449
|
1423
|
+
pulumi_oci/identity/domains_my_smtp_credential.py,sha256=z6K1v9XcQ-5sqOn_Xms889AMPc1FO7WfMXPAR0WegD0,77945
|
1424
|
+
pulumi_oci/identity/domains_my_support_account.py,sha256=p_rE-s7w77dRhcF2sANaQTiMMMAgzLj8IrdCtuC1B54,73244
|
1425
|
+
pulumi_oci/identity/domains_my_user_db_credential.py,sha256=lGaFhPJfrJD4_L54XWdy_iEW1gUkwX5EEBC5dy2yR_k,91112
|
1426
|
+
pulumi_oci/identity/domains_oauth2client_credential.py,sha256=RaYCaX14tGBQ4QlJs0NSMJsrySYyDyIwx1evTU0HS90,107532
|
1427
|
+
pulumi_oci/identity/domains_password_policy.py,sha256=oXfYSZErm1sDN4KAIJ6MLRpm-yvnXcsj8Kf-vef-v_Q,261258
|
1428
|
+
pulumi_oci/identity/domains_security_question.py,sha256=4tSoPYqfsdVD8IUbzZWE8kWbju2LFTN5Y8uHVIxhLQQ,94579
|
1429
|
+
pulumi_oci/identity/domains_security_question_setting.py,sha256=3-xPNPIT97bRCTIwK2CIEngg9I_Yc11Luatbn0CuhDw,103655
|
1430
|
+
pulumi_oci/identity/domains_smtp_credential.py,sha256=a8ItAlasFZ_DXK0pSAkHYPzgZYQQ5NbbcBq8DhXdxls,95423
|
1431
|
+
pulumi_oci/identity/domains_user.py,sha256=UPFfD80c6-fhD2CesHVNk6MOCP9dA7K-7C_cgDrFmAc,320965
|
1432
|
+
pulumi_oci/identity/domains_user_db_credential.py,sha256=0RQ1H8FKSNLXk9xPLYP_5rjtS9LX6Klk-AFHKw0dHbg,108626
|
1433
|
+
pulumi_oci/identity/dynamic_group.py,sha256=wzM_lskAtwB4srrjFth8J4HR9ls08yOkw7_Dh0t_9nY,32737
|
1434
|
+
pulumi_oci/identity/get_allowed_domain_license_types.py,sha256=al3n1ZI8fy4_yX1k46PY-9BgzH1IpU6jtGjbKi4jqec,6650
|
1435
|
+
pulumi_oci/identity/get_api_keys.py,sha256=0YmNr0_HkiMxTulvFHFRAxhqhQT6ypdRozS6BKdTkwo,4825
|
1436
|
+
pulumi_oci/identity/get_auth_tokens.py,sha256=-4J6WlLyS9AjK7_lCUra0FJENkrYe0IeAbxwAFemUFc,4685
|
1437
|
+
pulumi_oci/identity/get_authentication_policy.py,sha256=zc1ifcON9PFwKNnJB-tKETsHXAf-TJKtiz6uzstyZQM,5188
|
1438
|
+
pulumi_oci/identity/get_availability_domain.py,sha256=pzvTQKuZt-bx4oVI72WI-eh0nW6xihOp9HkV7s8jKUs,5397
|
1439
|
+
pulumi_oci/identity/get_availability_domains.py,sha256=RgBf2SCx2G04DM3vyAHM51kU8BE3Vz8DHVCqgmiHMqM,6122
|
1440
|
+
pulumi_oci/identity/get_compartment.py,sha256=Oetcw955Q6HJgtiEdTJxb7pSRrRGDO62k5HdqLy7mOc,9692
|
1441
|
+
pulumi_oci/identity/get_compartments.py,sha256=yOy1g02dPoPZvwY8ZYqEHeUl03yTU3h25gbZZwSH37I,12367
|
1442
|
+
pulumi_oci/identity/get_cost_tracking_tags.py,sha256=CDlVlXwcfjJxRGoVSYvnGyoPKWGKRcgk_XCLrBvxc1k,5257
|
1443
|
+
pulumi_oci/identity/get_customer_secret_keys.py,sha256=n9oHFI3lUAziVxD06JoN1mYiKprKxH9CcSPlFKUHdf0,5205
|
1444
|
+
pulumi_oci/identity/get_db_credentials.py,sha256=iyl2MMQBCf87hXVC4GU7XXN9WryaFr5e-tEBuh-wW7U,6595
|
1445
|
+
pulumi_oci/identity/get_domain.py,sha256=BtLk79VivcKJ-K_UtRyKQZe7cdI8ZPZ2JEqiGCyBM70,15052
|
1446
|
+
pulumi_oci/identity/get_domains.py,sha256=N5aZQc35XJoVlXFoVnn8M3nZpHTqmbP5Hh2Qj2Sn9V0,11818
|
1447
|
+
pulumi_oci/identity/get_domains_account_mgmt_info.py,sha256=ZOwSwLaob0QrA1YCF1tLjzUokijioCM89Sgx-LS8yDU,32028
|
1448
|
+
pulumi_oci/identity/get_domains_account_mgmt_infos.py,sha256=Ar1E1zlM3YkKz103U30WZearf0qRm2HKr6MdheJFe6g,21115
|
1449
|
+
pulumi_oci/identity/get_domains_account_recovery_setting.py,sha256=FFdKwwIfS2veMReuSbo71XKmElAiqt0jLdvpjszOmVU,23761
|
1450
|
+
pulumi_oci/identity/get_domains_account_recovery_settings.py,sha256=CmE81w2jYWtCnZAPc_5wnof-gAxO2Sp3S-avTTlbsH4,14897
|
1451
|
+
pulumi_oci/identity/get_domains_api_key.py,sha256=XpdTZs-van52-V-t6AMNGjWIhMJ7K5ieBue3Bm23PAs,22456
|
1452
|
+
pulumi_oci/identity/get_domains_api_keys.py,sha256=gTX9nw9ooUnJaCNxejJ_WkUBWehQduEitalepBsr-kU,19425
|
1453
|
+
pulumi_oci/identity/get_domains_app.py,sha256=_wQfYNRzcZGGzZ5PgMFAYNlahb8HJZwqPKziC_wtEAg,96317
|
1454
|
+
pulumi_oci/identity/get_domains_app_role.py,sha256=Iq1hhmF5RETG8b6iSSSRZYkjlC5uMT89ppmMzIUhoHc,27269
|
1455
|
+
pulumi_oci/identity/get_domains_app_roles.py,sha256=Yj0zQTNgHJA9Hzybc-uNIY6leneguyXsBBfW5UeSEgU,19551
|
1456
|
+
pulumi_oci/identity/get_domains_apps.py,sha256=DjFKRGnxyGdm3BdTkPOQi4J-gBwe0PaCCoSjImyL1Rs,18960
|
1457
|
+
pulumi_oci/identity/get_domains_auth_token.py,sha256=zBR4MShsT0itV4G7d85EUs6dUa6ZBwF82yzuDrgfinM,22749
|
1458
|
+
pulumi_oci/identity/get_domains_auth_tokens.py,sha256=TW2YEFZgJI-7NGzPhBzkz2S9MlsJQTLQYjkp3ka_OxM,19793
|
1459
|
+
pulumi_oci/identity/get_domains_authentication_factor_setting.py,sha256=79svMZJUb49W6PyOJmpORemhx7VmDX6AwBm_jQV70iU,40640
|
1460
|
+
pulumi_oci/identity/get_domains_authentication_factor_settings.py,sha256=HONnWXTNkXis0Wqcd02mppMZn_P9pRq_BWT26QfvYsA,15167
|
1461
|
+
pulumi_oci/identity/get_domains_customer_secret_key.py,sha256=3RxMT7Pfcx9upXfHLp5S8WUhk67zxIWtGq2fChhZBdo,24364
|
1462
|
+
pulumi_oci/identity/get_domains_customer_secret_keys.py,sha256=i0MjyyykMyinVV9PPdPB0G_NiiH9LVk8S7G4_sPpA-A,20871
|
1463
|
+
pulumi_oci/identity/get_domains_dynamic_resource_group.py,sha256=LAMDl9uNlNuwQIfikXry7b7wZQGbEvE5sRb0nBBmh6g,24789
|
1464
|
+
pulumi_oci/identity/get_domains_dynamic_resource_groups.py,sha256=fSa956ZuagbXrrA-EobiB_-Qv-N4CR8It5GFUFWqiGw,21213
|
1465
|
+
pulumi_oci/identity/get_domains_grant.py,sha256=Qfjgkf_IAduGqLH7H-iS3eU9_bjU8o1wFhZ_ajoXReE,25425
|
1466
|
+
pulumi_oci/identity/get_domains_grants.py,sha256=ixaMDd3nTd41PEHxRgCjzogNKnxMSyQMM1LS3S2lpys,19198
|
1467
|
+
pulumi_oci/identity/get_domains_group.py,sha256=BtFQaS-NXx3qX0wTYCqe6EoTZ9_d84Fy64qX_DmpzoE,30020
|
1468
|
+
pulumi_oci/identity/get_domains_groups.py,sha256=LvuVZ3ysuq4S0o5a60CwovPdb7MmkH6TT8fGHbOywHE,19652
|
1469
|
+
pulumi_oci/identity/get_domains_identity_provider.py,sha256=tgR-akf8BDRGLwT3WqkgEaKkSDjhUaKlfxhSSH48Zyc,54140
|
1470
|
+
pulumi_oci/identity/get_domains_identity_providers.py,sha256=bITmI_fsNykMegfM9gWViObw57OGOLwwR2r-lexdPjM,20623
|
1471
|
+
pulumi_oci/identity/get_domains_identity_setting.py,sha256=PFu35tYkG0sRUTmbN40HzRk7rzxHWsB-7EhX9bskHlQ,27791
|
1472
|
+
pulumi_oci/identity/get_domains_identity_settings.py,sha256=_H--Egx8wwLAcJ9IOqYVLrMf4Jz5TNFphzgswqrVUTo,14449
|
1473
|
+
pulumi_oci/identity/get_domains_kmsi_setting.py,sha256=UVNs4l20ydmN9U0SncTE-q0YsuodSNKiReYctu75vho,25525
|
1474
|
+
pulumi_oci/identity/get_domains_kmsi_settings.py,sha256=pOAoCb2mt0puvnBrpae-6IanX_JYEYEdiA66PXjsPog,14195
|
1475
|
+
pulumi_oci/identity/get_domains_my_api_key.py,sha256=FHEbPvJeaZFy71n0SgRrLkh5c5ZIiiAWdB7ciFRvNi8,17703
|
1476
|
+
pulumi_oci/identity/get_domains_my_api_keys.py,sha256=we11bhvx97k2Nupi6RWyvJMf6Q8CE476l99sK02gZrQ,16132
|
1477
|
+
pulumi_oci/identity/get_domains_my_apps.py,sha256=7Vn6C3en4cPBBErXLp4K8Au8lUsjG0-DiE5uX95pwc8,16139
|
1478
|
+
pulumi_oci/identity/get_domains_my_auth_token.py,sha256=FvR6a5nGacW4dRXj--LRwyjUn4_dOssL2-bGa7_EVJY,17981
|
1479
|
+
pulumi_oci/identity/get_domains_my_auth_tokens.py,sha256=V4z3zCHvFIqbppFF-tht-81llWfPexZHwvfjHOrdmaY,16480
|
1480
|
+
pulumi_oci/identity/get_domains_my_customer_secret_key.py,sha256=KbUKWXsuQvcFYp714S1MKOCcG2lIFnWxC93xyID__FM,19552
|
1481
|
+
pulumi_oci/identity/get_domains_my_customer_secret_keys.py,sha256=Bvd6-SMw-mHsyim0JzEBfwyStG8g_jhWn5Obs4O0AfE,17504
|
1482
|
+
pulumi_oci/identity/get_domains_my_device.py,sha256=TEe69mMADyLv-Ux6LRJ9sVaEABqDL0ay-v4OADuohX4,34203
|
1483
|
+
pulumi_oci/identity/get_domains_my_devices.py,sha256=fc8X0ns569vmKCpfqqFWdcu1f9BV25LXVF32JIPEIC8,19657
|
1484
|
+
pulumi_oci/identity/get_domains_my_groups.py,sha256=Gx1WSE6l8mUe1lsbSO0QWN7ModaxHifhxsxzhFnoiAw,20036
|
1485
|
+
pulumi_oci/identity/get_domains_my_oauth2client_credential.py,sha256=-ziO5K29m-oEfo3y0kakkLDCSBwHLjVlSNqDBL4B3fA,20340
|
1486
|
+
pulumi_oci/identity/get_domains_my_oauth2client_credentials.py,sha256=p_sGbz8ugM30kIHpZfh8UXcFxA-wJaRYAHswtZkNVts,17994
|
1487
|
+
pulumi_oci/identity/get_domains_my_requestable_groups.py,sha256=KokjyZCPSIqKKdnc5hvC9SlTa0Cpz3utV92zydymLYQ,17743
|
1488
|
+
pulumi_oci/identity/get_domains_my_requests.py,sha256=r01BVaE5TTDznNDAZRioYKBefk3AWNw6rHtS4KFNShw,20364
|
1489
|
+
pulumi_oci/identity/get_domains_my_smtp_credential.py,sha256=4yb4GXtFahaje6lec6kw1zg7vIugefPjEp0PIpfaE0U,18756
|
1490
|
+
pulumi_oci/identity/get_domains_my_smtp_credentials.py,sha256=cv5doVtdlHrtUtkK92d1p4Y5X1R8WOEAfFubujqxUV4,17060
|
1491
|
+
pulumi_oci/identity/get_domains_my_support_account.py,sha256=gp57HYD1W8BtDOdV-m5f6o-libLyQ0Z_ADE9lTYG9tY,18515
|
1492
|
+
pulumi_oci/identity/get_domains_my_support_accounts.py,sha256=Wua9zYSxjoMUMIkJikBLL-rhlq1Oq3VRmYj73u-YDcQ,17060
|
1493
|
+
pulumi_oci/identity/get_domains_my_trusted_user_agent.py,sha256=oGk4g115r1Ph6jzlIFt18tqDcLttSmI0krpxBD8zNSs,24559
|
1494
|
+
pulumi_oci/identity/get_domains_my_trusted_user_agents.py,sha256=Gdzy0718zIyj3hgaWc-r--VvS27Wq8ZbHjfLvKtLfUM,21057
|
1495
|
+
pulumi_oci/identity/get_domains_my_user_db_credential.py,sha256=reZ2Jh5lKAAcQFsBcypaSXNoPnANN9waJD4T7hJu51I,21928
|
1496
|
+
pulumi_oci/identity/get_domains_my_user_db_credentials.py,sha256=xpTKYUuyHYEXY9roXX47nnE8X2QAaRbfAztd7IXRM7s,17400
|
1497
|
+
pulumi_oci/identity/get_domains_oauth2client_credential.py,sha256=EgeJX6zPOfSve1GYU8x5cr8N-i7r4YXCNCdx2BpNNrU,25184
|
1498
|
+
pulumi_oci/identity/get_domains_oauth2client_credentials.py,sha256=Xp_TtvCbI6ObaoINj3Hz6COtgFlLotKwUHRVYxfLN68,21377
|
1499
|
+
pulumi_oci/identity/get_domains_password_policies.py,sha256=9LLZl7jX_L2XOGSJmtmO8VFis6pUcj9kkEvWGc0blZI,20456
|
1500
|
+
pulumi_oci/identity/get_domains_password_policy.py,sha256=l0g1s_MsI-UK4AacanZsyPbI_MobMlW-hDyDJ5XjyJw,45983
|
1501
|
+
pulumi_oci/identity/get_domains_resource_type_schema_attributes.py,sha256=vx6egjbtvT1kcbRadD27Ne95to_L-7ACgqQickboiLE,22632
|
1502
|
+
pulumi_oci/identity/get_domains_security_question.py,sha256=YoHFWlp1UHh6fIKQ1xmLncJ5G19SDC8h4T3TSvj8LMc,22894
|
1503
|
+
pulumi_oci/identity/get_domains_security_question_setting.py,sha256=cEN21SOhm_NNM0mnao8hMv6gUq6SyHKFYyWKyY2SzHw,24435
|
1504
|
+
pulumi_oci/identity/get_domains_security_question_settings.py,sha256=xxRsLJcnDrMjuaHbCm1-Z5Ct-2p-llwCermOey9YpI0,14955
|
1505
|
+
pulumi_oci/identity/get_domains_security_questions.py,sha256=feB49pexRrEfkdA5OvYM_sng6evSnJK9K2bifbUPz4k,21096
|
1506
|
+
pulumi_oci/identity/get_domains_smtp_credential.py,sha256=eP9ct3tlmHjsUUd5Bu4Olp1DVNkS1tmCrwDy30nzIuk,23551
|
1507
|
+
pulumi_oci/identity/get_domains_smtp_credentials.py,sha256=mdTZiUjMGHNn-F2wB7fMw5CdQ32ljSbKk6csvzfi1Z4,20393
|
1508
|
+
pulumi_oci/identity/get_domains_user.py,sha256=WJX2CArsTxHaY9N1nKMjzVK0U0z2NDWz9DmITr2DcM0,56383
|
1509
|
+
pulumi_oci/identity/get_domains_user_attributes_setting.py,sha256=4R8uOk9_RJAS1uejcHN7oTCikUQkUZFl1PGhgtjuwXw,20745
|
1510
|
+
pulumi_oci/identity/get_domains_user_attributes_settings.py,sha256=wCjDRcVka-j-CrUscDRH11p3ffcwscaoNH3GKWIcROE,13911
|
1511
|
+
pulumi_oci/identity/get_domains_user_db_credential.py,sha256=u5hxnWDIz1w81j3baox4OEiLT_eDqHF_MKgSLTElkJY,26737
|
1512
|
+
pulumi_oci/identity/get_domains_user_db_credentials.py,sha256=NlWG9uvtS0V9LzANgPdVmnhjyrW4y9V_mVpMVcgJOpg,20763
|
1513
|
+
pulumi_oci/identity/get_domains_users.py,sha256=31X_Z-PO3SnqCmCEkwOXaHZ5ED_aT4ufOh3Wd6L2_M0,19079
|
1514
|
+
pulumi_oci/identity/get_dynamic_groups.py,sha256=n_NM9ev4h8HLVV9QrsC0KSokclx2J-OUw0FsN9v0Ltw,7316
|
1515
|
+
pulumi_oci/identity/get_fault_domains.py,sha256=c1dUN9K8OjKGavOcq9ZilZqQMSOx_qTOINgt8oRSi-o,6650
|
1516
|
+
pulumi_oci/identity/get_group.py,sha256=87zIFp41AIrncN-BcHr4gT8yXd_KMxJN2GW6t0MsELQ,8347
|
1517
|
+
pulumi_oci/identity/get_groups.py,sha256=NWrpGJ4SXvhPQg36NcfPAGe2FXrMdlw_ZovkZyEQkpM,6864
|
1518
|
+
pulumi_oci/identity/get_iam_work_request.py,sha256=FGL-NLkkTu4HysHfzsUwZ1BUwVgp6qyeZ9hs9QbxNCg,8797
|
1519
|
+
pulumi_oci/identity/get_iam_work_request_errors.py,sha256=hGFKS_YI0l3LeY3X3cGw7oPggV55ZZJKVsfrGklxLQs,5955
|
1520
|
+
pulumi_oci/identity/get_iam_work_request_logs.py,sha256=UEDeRQ-PKMXVMscmdEqcvsR3RW0UzbmGXw3XAhInv54,5843
|
1521
|
+
pulumi_oci/identity/get_iam_work_requests.py,sha256=Lb0_Avo1PSiwdqk15pkPqjl96njrGyK5upj_54YCgKE,6460
|
1522
|
+
pulumi_oci/identity/get_identity_provider_groups.py,sha256=C79DSttksiEPR6pRYMk-NEP6dI78pUtgCR1g1junz3k,7562
|
1523
|
+
pulumi_oci/identity/get_identity_providers.py,sha256=lTxmF3adWDy1ZSLW2zj9GxgCYNo2_EKPvYiqFsIWR00,9181
|
1524
|
+
pulumi_oci/identity/get_idp_group_mappings.py,sha256=WGKZrPvxUcpwJnSYdOh-eORuyL2T5L6EkquFrZcmslc,5550
|
1525
|
+
pulumi_oci/identity/get_network_source.py,sha256=TxQMkUI7w-JPY0cN6tmD_gvxCc8GCeifXxvppo1A6KM,10527
|
1526
|
+
pulumi_oci/identity/get_network_sources.py,sha256=OEBRJYBiaHXzKItpUB6-nIPJ41JI_AZrFjJxlN0Ck8g,7543
|
1527
|
+
pulumi_oci/identity/get_policies.py,sha256=WR_aed4O_2Tk5dVVWdZRDnql8TWRlFZruMo1_Qlj9LU,7320
|
1528
|
+
pulumi_oci/identity/get_region_subscriptions.py,sha256=fk5BwVzQd_Hq1H6g4vp2DZCVYP_h4hDRL-QQT-61pCk,4969
|
1529
|
+
pulumi_oci/identity/get_regions.py,sha256=sgsv85hUL6zvVLqRoY3FlRmxpafyQBUbkNecEKO7qfg,3565
|
1530
|
+
pulumi_oci/identity/get_smtp_credentials.py,sha256=_PgJvJMN91m5FNwv7U4zSDfs0GljRsQMRdSx8OJCS8U,5075
|
1531
|
+
pulumi_oci/identity/get_tag.py,sha256=BvVQuKWdKdZOonCyBklG1D4Pq6nPzhPxsCIKwkmuyGY,9913
|
1532
|
+
pulumi_oci/identity/get_tag_default.py,sha256=ZPHiUIjqqfP8NrlK500JVm2diYoBCS3o7tr756BiTZM,8466
|
1533
|
+
pulumi_oci/identity/get_tag_defaults.py,sha256=N_L2sie3bY_--VxaclCrQZygzLURXw7FeZ4tVrzGVLM,7607
|
1534
|
+
pulumi_oci/identity/get_tag_namespaces.py,sha256=LMKh7ZifX0GcWKjmd7FYmtkAB2CGe6gcyWGdKSkfq84,7575
|
1535
|
+
pulumi_oci/identity/get_tag_standard_tag_namespace_template.py,sha256=IQsfHt8DAo-c2Zs_TfMUp_f1TrgNAPe2UNtFfhd9Vvc,7378
|
1536
|
+
pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py,sha256=SSRBZD_T-t2TV9kxcmHTmSkpy8mrINvOhqObH8z3phE,5784
|
1537
|
+
pulumi_oci/identity/get_tags.py,sha256=zfBj3PlSKWlIu94aqmZqBIQFST1aMOUF5cWN6g1ZhCc,5655
|
1538
|
+
pulumi_oci/identity/get_tenancy.py,sha256=CZ29hwJcsF96TIUe72xLUgYjjbjak8zXySOIk98xfsg,7210
|
1539
|
+
pulumi_oci/identity/get_ui_password.py,sha256=z77-4APZ6TiuetICiQw6P9s7qpW3sxinNti_-xh9m0g,5353
|
1540
|
+
pulumi_oci/identity/get_user.py,sha256=r6VukLBnmzSFpoPJrw-s9AvXoqX05NVDYveyWcKGlYI,13231
|
1541
|
+
pulumi_oci/identity/get_user_group_memberships.py,sha256=ZSzi8ACRQPx-8OZxocAu-bk-Ck2qi9bVZ0CJxlwIy88,8356
|
1542
|
+
pulumi_oci/identity/get_users.py,sha256=r7MMJPXzFpip82iHOLwX_Q7CEz9GSF4X8XBTJ-5PafE,9154
|
1543
|
+
pulumi_oci/identity/group.py,sha256=WdqraPCRIYT9RyN0jgGWbVJ7ISUvzXKivSTsvLRSbOE,29086
|
1544
|
+
pulumi_oci/identity/identity_provider.py,sha256=hn2hGS1iotH_TgppIDYHpVkdTlSLyksPiXJCbQM3lR0,46115
|
1545
|
+
pulumi_oci/identity/idp_group_mapping.py,sha256=m22kKWxCshKeRzdvbKDxFhL04dEI8NlcoJ8iZkurwwE,20719
|
1546
|
+
pulumi_oci/identity/import_standard_tags_management.py,sha256=p5t78fVezD8YZZTnZdzAulWGxL7amvW1qaGUODYlr0w,14726
|
1547
|
+
pulumi_oci/identity/network_source.py,sha256=CaqBQwVGVSZiiqlPKJ0PynuFI2zHiSopwjJPyH1_Z48,41862
|
1548
|
+
pulumi_oci/identity/outputs.py,sha256=l9xM0yxxYOnk8TDU9X1eJFV6i5vBwFcbubEucNFIVjI,4835298
|
1549
|
+
pulumi_oci/identity/policy.py,sha256=QSzgmhEzpPK33EAopuNBAMyq3YkmxWBqQx9awGDEWEU,42700
|
1550
|
+
pulumi_oci/identity/smtp_credential.py,sha256=_eJQU4PLmFrBOYYeOccD4jOfFIJTA3eRdLveSUjXyCM,19947
|
1551
|
+
pulumi_oci/identity/tag.py,sha256=HYHCB9G7lfEwm-C533_K42Lrocrxl_rbRWt06eNKK_k,43645
|
1552
|
+
pulumi_oci/identity/tag_default.py,sha256=3DncW5x4wmWy92syAtRlWqgzqlY-TwM15D-6vy2CeEE,27097
|
1553
|
+
pulumi_oci/identity/tag_namespace.py,sha256=BNrHRX0g2EASYLm4orWmN2FfWegWsTFgplEe_Iy1ttI,31164
|
1554
|
+
pulumi_oci/identity/ui_password.py,sha256=-2mufBopYodzgGSLl5n3qNfTk9H5ZUkJSuqXvGIpKxw,14925
|
1555
|
+
pulumi_oci/identity/user.py,sha256=mw5tHGmg5swhyU3UK9xcKwLgJkOrzxaDX3rMY-g1o84,46373
|
1556
|
+
pulumi_oci/identity/user_capabilities_management.py,sha256=QNt6eaXXEDJyXTiUeUCSiWUj15fAa8Tc6350KnupRKg,23578
|
1557
|
+
pulumi_oci/identity/user_group_membership.py,sha256=HGs99ihUncD_gbOntjVP_bdEYx7ZGWwPtqlH2E3GntQ,17404
|
1558
|
+
pulumi_oci/identitydataplane/__init__.py,sha256=3p2MSIiFqHpIMFFl1thue91_oqZ4koRyvoMkvsjIyzo,314
|
1559
|
+
pulumi_oci/identitydataplane/generated_scoped_access_token.py,sha256=p1Sp_o-5qvJIjMYNQsR4rIvSOO0mk8eUC0VIIHbrono,14078
|
1560
|
+
pulumi_oci/integration/__init__.py,sha256=ZLDrqTt0CLwKCT_kcD1f654OBsGgvHcLPzLCmIzUJxA,431
|
1561
|
+
pulumi_oci/integration/_inputs.py,sha256=EZLpSTJZiqpYqQQCxOwHCf_LblD7cVV29bh6vRt_BT8,26343
|
1562
|
+
pulumi_oci/integration/get_integration_instance.py,sha256=IF4NoU-7onKx8_Zq4FhW-Xsz1f9nICKgX1b7NV82lx8,17993
|
1563
|
+
pulumi_oci/integration/get_integration_instances.py,sha256=R3liz8UFBV3ABDdzexTFxZhl-mIc9fHjqsVHwSQeRc8,7110
|
1564
|
+
pulumi_oci/integration/integration_instance.py,sha256=_hF6L0yM0SlHqWfBhIuKaO3FWKUbCdaVEcskCNqDO3s,73524
|
1565
|
+
pulumi_oci/integration/outputs.py,sha256=ITw5R7NO9EJp15a4KiowXxBJZin-lYCYCJXQ2WsyxgU,74502
|
1566
|
+
pulumi_oci/jms/__init__.py,sha256=vund8KN50Qe0l2W6waZFKOwOhGBSfndj5tUpj21x6PM,1163
|
1567
|
+
pulumi_oci/jms/_inputs.py,sha256=2HhWtNU3i1e6WZCkg1edtw8ZuvGGdyuMryk4AlEj1LY,19702
|
1568
|
+
pulumi_oci/jms/fleet.py,sha256=BvLGha-0GyV8qGckp7I6uG2N_WVpprwnN3RVpY3zSyQ,49389
|
1569
|
+
pulumi_oci/jms/get_announcements.py,sha256=J8EeGES0elVorknMvT5KHrhOEU3ads2YK0mh-YB0rAE,7058
|
1570
|
+
pulumi_oci/jms/get_fleet.py,sha256=eruXW24AasArD-wf-zeY0jrmFd9sHDrgrtpXd9Fcr1I,14867
|
1571
|
+
pulumi_oci/jms/get_fleet_advanced_feature_configuration.py,sha256=OFV0l0litpRAWNuOPmkE18RnbJ-wOFEuAWwvKXbZ5sY,10130
|
1572
|
+
pulumi_oci/jms/get_fleet_blocklists.py,sha256=XANnRCaiaMqyagMm0EjXvscsYrrXSORpZYTS8sTXBKU,6960
|
1573
|
+
pulumi_oci/jms/get_fleet_crypto_analysis_result.py,sha256=J__MsVgOxxJ0hiqrOymuNQHH4A59Gr5hFE88KImAMjw,13743
|
1574
|
+
pulumi_oci/jms/get_fleet_crypto_analysis_results.py,sha256=Yo5l2gFjE8A72YPymUQZ4GPXuFyS77LMA-G2K7LScR0,10149
|
1575
|
+
pulumi_oci/jms/get_fleet_diagnoses.py,sha256=OJ2jTyGr6iXZme2GD4GL4ujPi_ka-tmB_N8jCp8SrsE,5056
|
1576
|
+
pulumi_oci/jms/get_fleet_java_migration_analysis_result.py,sha256=aUNwpaIjE2951m4vBjr-jsfqZ5xEXXaXgjTN652sbFE,13804
|
1577
|
+
pulumi_oci/jms/get_fleet_java_migration_analysis_results.py,sha256=BjvgfnCGmpwX-V33SUpDOlskpn-QSJIi_oMTZ_5LGQs,9434
|
1578
|
+
pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py,sha256=MQHFNzDsdnVEezHhy6CwXSQirXEA8Hxu4C8W3Hy5bNk,14069
|
1579
|
+
pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py,sha256=r5MEnghDrMBeSwnOhxeO4VSE9ILWUVjnsoJolln87kw,10821
|
1580
|
+
pulumi_oci/jms/get_fleets.py,sha256=nMY4lqHTolGrd58_kBpahSL0_e0iGswYX2Oxh8I_ZSE,8181
|
1581
|
+
pulumi_oci/jms/get_installation_site.py,sha256=OvbpiXhWe1kDfigMARZhcu7zVnlv5X7azA_jQQ-HGow,15460
|
1582
|
+
pulumi_oci/jms/get_installation_sites.py,sha256=KtNcouArUrNPm2OvC20EEjPSnTsdZAWPFsj5sHQ55Ps,16573
|
1583
|
+
pulumi_oci/jms/get_java_families.py,sha256=v-q5VN0qqk7CIzscMKKhykekbSVtsjolkyfnevnI87I,6092
|
1584
|
+
pulumi_oci/jms/get_java_family.py,sha256=MSx8t-Wig-3v9pbX1YV1vyP3QNtRts-s3JNx9WKFSCo,5793
|
1585
|
+
pulumi_oci/jms/get_java_release.py,sha256=jU__xrCxOfFO0EAAw39YL1A8-ek6NZ8-nRrU80x75gI,10029
|
1586
|
+
pulumi_oci/jms/get_java_releases.py,sha256=O1zyO8q4RrK-U9SKr3_uHwrd-1_Y8gpealpuokWANFo,8879
|
1587
|
+
pulumi_oci/jms/get_list_jre_usage.py,sha256=x31r_ERFdGp2fr_5NX5XMHSsSoTdcavZ6ygP95c5X7M,9577
|
1588
|
+
pulumi_oci/jms/get_summarize_resource_inventory.py,sha256=sMSjKDeRxBhd2KLO4o1fv71IJNopDGMYY_zs3Bf2pow,9364
|
1589
|
+
pulumi_oci/jms/outputs.py,sha256=mpxMXN6mVXiNzzDjfefF7onPBG2I8MIpCLIX3ZJhiKg,178018
|
1590
|
+
pulumi_oci/kms/__init__.py,sha256=FORCQ_KwYzL1Hforp8BeGi5GenxORzJYVl51JzaRyTU,968
|
1591
|
+
pulumi_oci/kms/_inputs.py,sha256=ISnuh9jVlTHJgW2Qc7L_yqkFCM4Y-DEPkUpLhohtEEs,46782
|
1592
|
+
pulumi_oci/kms/ekms_private_endpoint.py,sha256=CHv8kSJ-vZVsqV-wgmQlzSsOQQ1QZs0fdEYqhEEXYxY,35870
|
1593
|
+
pulumi_oci/kms/encrypted_data.py,sha256=ix-F__Ej_MWjVfwh6kQG-dR7sIhtLNEs6MAXQL89MJM,31503
|
1594
|
+
pulumi_oci/kms/generated_key.py,sha256=GuTvHrk6-52EawK3H9sW8X7TU55FQBtuZZ62KGJvT-o,31637
|
1595
|
+
pulumi_oci/kms/get_decrypted_data.py,sha256=_4-dUD8Qya9gZUQmrlTSF2DoajzJeOfDiutJWCdfa4I,7742
|
1596
|
+
pulumi_oci/kms/get_ekms_private_endpoint.py,sha256=MxffEYDLqqE6tdui1P--ixNPsM3uL6PyFKn4r8KKUbA,11427
|
1597
|
+
pulumi_oci/kms/get_ekms_private_endpoints.py,sha256=SDEV8FKnqaPMdkTVlsRvNyOqsJNrsr3Y6903KxUv5l0,5211
|
1598
|
+
pulumi_oci/kms/get_encrypted_data.py,sha256=rlVIrwbifxsu_xvQxa-jG_NYayXYwgB4ySbwCLTnjT4,7243
|
1599
|
+
pulumi_oci/kms/get_key.py,sha256=3gClO4_6IDs-KTYjcXb4XsfqlD2MjCdc_RjGDdUawUQ,18688
|
1600
|
+
pulumi_oci/kms/get_key_version.py,sha256=qj1DRbn5-xaKmMLi9yDIK7Tod-2HgVNResaaN5LoGD8,13697
|
1601
|
+
pulumi_oci/kms/get_key_versions.py,sha256=-zjseh-nTh3LEr2iUtPmochCJfPC1I_SsMGeap-DEJQ,6767
|
1602
|
+
pulumi_oci/kms/get_keys.py,sha256=eoKbVz-vKcn4t7UMcWJY67b0oJa8WbYTBWXCjZmDCDA,13001
|
1603
|
+
pulumi_oci/kms/get_replication_status.py,sha256=ZY0lNw_skMUGOzfkVu4T-px0j_5pYhRf6xmPKAbvg14,5899
|
1604
|
+
pulumi_oci/kms/get_vault.py,sha256=2PbmKrrTz4SCOBTWfhWvEbBM8qK_dtSjoiAnal6R61c,16312
|
1605
|
+
pulumi_oci/kms/get_vault_replicas.py,sha256=zMA8sG5_1NobmsiWocmOYG-rUKa-UApQxb_Ce8keoVE,5268
|
1606
|
+
pulumi_oci/kms/get_vault_usage.py,sha256=NtRNUgQdUQcXfcgNSuxJZEhaJmTEn_6sk4Ik37HQEmw,6012
|
1607
|
+
pulumi_oci/kms/get_vaults.py,sha256=icXzUJt5qNZPqh9AK2d1mNPFPVkv_BllZzON_AR6pm8,5132
|
1608
|
+
pulumi_oci/kms/key.py,sha256=sSBa3QOy-zeUUnCoFqPNndY-TRBFEsbGHL8Knd7QDfg,66997
|
1609
|
+
pulumi_oci/kms/key_version.py,sha256=westBCmf74R2qZyIbbRWQvpF0SrYkGxFlGtaVpT9bhQ,34335
|
1610
|
+
pulumi_oci/kms/outputs.py,sha256=3xz-B8BAfB_1k5X6IBcJ06Z5wUhSPmEpnM3ezAlso0E,144468
|
1611
|
+
pulumi_oci/kms/sign.py,sha256=ZEBZg7uqCObg1aDm8nEVT1NASzlI9lS63IQCaW6I1uM,28313
|
1612
|
+
pulumi_oci/kms/vault.py,sha256=125xhPlr9UIWFJRNiEJIPhm7-2SGnuPuqjuk7062pos,56904
|
1613
|
+
pulumi_oci/kms/vault_verification.py,sha256=ZmYrtjTRwuqfM5gUFwMcPFs6wAim2heBqbAO6-jNxpg,11105
|
1614
|
+
pulumi_oci/kms/verify.py,sha256=P9gFxS5r4jAX8ZS_cquuy7UQvojIkaNJeYxOFT4c1Zg,30863
|
1615
|
+
pulumi_oci/licensemanager/__init__.py,sha256=_1oakyLqLmsT82vMDdI7jBtXFDaECD4jHPmBP0n_NiI,747
|
1616
|
+
pulumi_oci/licensemanager/_inputs.py,sha256=qx3DWD5F1-oQ1N3TVXyZL6SQvvuRwfAovBBP9F4cj9A,6855
|
1617
|
+
pulumi_oci/licensemanager/configuration.py,sha256=q1Xb3Tq_lDXDIXGJ1UGbLyu5P-P4LtA-2ROPxcUPJhI,16011
|
1618
|
+
pulumi_oci/licensemanager/get_configuration.py,sha256=nnaJf_ApS10mZcfRqG6BWJTAuS6FPyD3apoaEjFj_74,5493
|
1619
|
+
pulumi_oci/licensemanager/get_license_metric.py,sha256=k4fABR_kn_xUeA9S13Foakm28efq3t6ajNycT0WvcDg,8255
|
1620
|
+
pulumi_oci/licensemanager/get_license_record.py,sha256=B_b0_pU5Ut5Q0z-0DCLxZhaxtjBLkvl09o951_KJwYE,13759
|
1621
|
+
pulumi_oci/licensemanager/get_license_records.py,sha256=YjzMg7j2wDkXkE2BYzcxCqu_Tv13gfTXUY34ARcbiVs,5349
|
1622
|
+
pulumi_oci/licensemanager/get_product_license.py,sha256=5rmOdrWzYdUVdGD7z0ut16wA48Hu6YJ8B43FQ76f6vQ,15952
|
1623
|
+
pulumi_oci/licensemanager/get_product_license_consumers.py,sha256=6gIqui_f6IgLwHqraNdfmHNY3bg9ACdFu75n67BHXk8,6951
|
1624
|
+
pulumi_oci/licensemanager/get_product_licenses.py,sha256=WJY_y8e1S-sMDunyT6lPf_Ib6eEAFuptzIpaJBlGrPE,6798
|
1625
|
+
pulumi_oci/licensemanager/get_top_utilized_product_licenses.py,sha256=gUtrrowVAL4fN1o9EFFxH75QV0tBOWJMAanWCTrqGBU,5961
|
1626
|
+
pulumi_oci/licensemanager/get_top_utilized_resources.py,sha256=TXbdjW8eeotMgW3zXbKs2tr8SYtiiE_vsJ9IWpUfCxw,6897
|
1627
|
+
pulumi_oci/licensemanager/license_record.py,sha256=8ATBnrckSJMRpJ6oN4mCpWff_ixK5HRh4aBMOJC3llQ,44139
|
1628
|
+
pulumi_oci/licensemanager/outputs.py,sha256=4BcglGYSPJOxLEPquiz01cmzLDq1BgK7zTFO5N7UMNQ,51117
|
1629
|
+
pulumi_oci/licensemanager/product_license.py,sha256=EBZwSrxffhO2zJXABR8WRRUXSScI7CjVnLR2JiNAZ4E,47472
|
1630
|
+
pulumi_oci/limits/__init__.py,sha256=Vzs645AdvmxinYGOTAHU5RzDmzJzx0JBM9OacSWojxU,524
|
1631
|
+
pulumi_oci/limits/_inputs.py,sha256=SYJZVFZXq2ruh_aF_kSve0JaU4wwHwhCJJG1ZWFChj0,10162
|
1632
|
+
pulumi_oci/limits/get_limit_definitions.py,sha256=i80mILvDATUUFUDNVVE8Lp6MgeR6Iz19nxXkqF2bgA8,7128
|
1633
|
+
pulumi_oci/limits/get_limit_values.py,sha256=u9R5LSO6vE7yKeKoUBJvPwA1Xk2IyNfX8VQIcwWJAAc,8731
|
1634
|
+
pulumi_oci/limits/get_quota.py,sha256=SqfttRYv-K7i-SLoRjMcobKLt7XSL68-ezF6-XXYLYg,8691
|
1635
|
+
pulumi_oci/limits/get_quotas.py,sha256=myVnHHk_miQozIFGa3g4A-IgODbARaBOcoLhhhuiW80,6145
|
1636
|
+
pulumi_oci/limits/get_resource_availability.py,sha256=2meilznPYf7VU8UziMXhVqWX8cYGHeC-zuzI4EOhFNI,10626
|
1637
|
+
pulumi_oci/limits/get_services.py,sha256=Mbn-UZn_qXfHw7sOvDTyTaKcwhOP3AXwiiLMGZqNAvg,4713
|
1638
|
+
pulumi_oci/limits/outputs.py,sha256=B1-hkJVvY1JxJFlMrTqdEqHG8aLuEiFaB8UV_UoOOIc,28512
|
1639
|
+
pulumi_oci/limits/quota.py,sha256=fwpRKiC_2iurx7miBP-A_Sgt2s6NaW3UowN49aum9Ps,31844
|
1640
|
+
pulumi_oci/loadbalancer/__init__.py,sha256=MEaFdbTIsnehC12wXAUwvJcOEZM4WCItCZ52hjWqJWA,1231
|
1641
|
+
pulumi_oci/loadbalancer/_inputs.py,sha256=0Mx3T6iNSuups2IDBa5nb61WG710a-CeE0v-I5PJkVI,145906
|
1642
|
+
pulumi_oci/loadbalancer/backend.py,sha256=YrjvHo0QcjoetLQew_Ce-nNn0AP83TJmISmbg0aK-Mk,34075
|
1643
|
+
pulumi_oci/loadbalancer/backend_set.py,sha256=vdw0_DBVyrzbNijUBkQJMkT6mK3Hj8VrJaYv-mgmNK0,63850
|
1644
|
+
pulumi_oci/loadbalancer/certificate.py,sha256=IBytqEQJ7yObkmC5n1nlaiSfZ7M6u-7iFsSOzpg4ojI,34963
|
1645
|
+
pulumi_oci/loadbalancer/get_backend_health.py,sha256=aovrGQIctXEmrxAkz5w8vAOSJxgpUO2hZGwSOTyOpSE,7712
|
1646
|
+
pulumi_oci/loadbalancer/get_backend_set_health.py,sha256=aMD8JCOZyZA0o89H9Gmzr19SN3_DbsDsGZaF3jLT7bc,9326
|
1647
|
+
pulumi_oci/loadbalancer/get_backend_sets.py,sha256=ViZcM_Fc7Ra-3WXwqTPYVT3LkjZvdkJkfoclGP4oQo8,5138
|
1648
|
+
pulumi_oci/loadbalancer/get_backends.py,sha256=pCzYWIGtz_CdkvBcIHDOKzg7OGZH2s3ZKLuMZGuseC4,5968
|
1649
|
+
pulumi_oci/loadbalancer/get_certificates.py,sha256=nzxuKLAYGDgjibCodGJbJQSsvhcZzY2hFyje8ek1LXg,5079
|
1650
|
+
pulumi_oci/loadbalancer/get_health.py,sha256=DPz7-Js5Mm1WwqWHMY6-i_TN_JfkfDrLTqyIhQEQ5E8,8568
|
1651
|
+
pulumi_oci/loadbalancer/get_hostnames.py,sha256=vi1_YPphCGnXpVW5a-2aH1YYtkMGjw7dnrEVle96Oos,4919
|
1652
|
+
pulumi_oci/loadbalancer/get_listener_rules.py,sha256=xXJ7XDoxmWVBpXsc7thUNXNLz3rZphfPAizSEGdW1Xc,6480
|
1653
|
+
pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py,sha256=JkpYFz-L03iu5pvoJYdINXaMs10HzG8nsjA7hxbeCVQ,5646
|
1654
|
+
pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py,sha256=uNsrCxXAA6Gnk3_Tdu8ywOadl0vt8JQ5UIgFlQvLLgs,7198
|
1655
|
+
pulumi_oci/loadbalancer/get_load_balancers.py,sha256=8h2_m7vkH4ZLNxtwiJUp5VypZd6Hm6Ekbpu3aKc0k1U,8229
|
1656
|
+
pulumi_oci/loadbalancer/get_path_route_sets.py,sha256=JakYYP8Z2uNxiF6_zrV4GgOu36Qli-faIrfQeLd-nDc,5187
|
1657
|
+
pulumi_oci/loadbalancer/get_policies.py,sha256=eIxkE4oh_cweYPrkGehbee_D36UMxG1pv72sb_iJBzw,4756
|
1658
|
+
pulumi_oci/loadbalancer/get_protocols.py,sha256=S_O5jcRE_RTToplOSbwL2RMC-ZAiBcrRa1zcST5bFJk,4795
|
1659
|
+
pulumi_oci/loadbalancer/get_rule_set.py,sha256=T_A5WWFdf_zWG94W_uUvTWd38RaA-uzvCtYio1ol0Gs,5197
|
1660
|
+
pulumi_oci/loadbalancer/get_rule_sets.py,sha256=NGi6C_n8f-Nulu_OmZPKP2SnwwiL7hPG-KH7pFF2dj0,4836
|
1661
|
+
pulumi_oci/loadbalancer/get_shapes.py,sha256=960ABBou4UfGjWBrIMWgKz3x2E0CG3ARrOUaZzD9MDk,4649
|
1662
|
+
pulumi_oci/loadbalancer/get_ssl_cipher_suite.py,sha256=rPVDamwPbz-g8tfHM-O0q0hvpGvWvqSM0M8qfbcH2JQ,5511
|
1663
|
+
pulumi_oci/loadbalancer/get_ssl_cipher_suites.py,sha256=f_Mx-arYc0wQo3MVoLss5_496rmYPrTOBY6J_IES3ho,5211
|
1664
|
+
pulumi_oci/loadbalancer/hostname.py,sha256=mklQk9CfA-krUIbrwxhSieS0zfTSA3ubWsKy6PM7upA,16439
|
1665
|
+
pulumi_oci/loadbalancer/listener.py,sha256=QNBocN5Q_5Ul2etKcio8aKFuj4axYEIdVwy5w02EQ3s,45827
|
1666
|
+
pulumi_oci/loadbalancer/load_balancer.py,sha256=hYonojgwbI0Q6hQ5RDAb4SXop4l3eIBSnpcATvgd2Vw,71835
|
1667
|
+
pulumi_oci/loadbalancer/load_balancer_routing_policy.py,sha256=7IS47YfIxq-3zkpak2fV9Rph56gUJEYL1OfGZ9NGDUE,21110
|
1668
|
+
pulumi_oci/loadbalancer/outputs.py,sha256=Nd-6RXKuXKgzwg2irX9-_dRGpbx6luOKhu-MaqpsK-Q,279727
|
1669
|
+
pulumi_oci/loadbalancer/path_route_set.py,sha256=a-oRV9KbhZHTc0gMZ_kCgosNbMfSGwxWOrzFFUK_AO0,16323
|
1670
|
+
pulumi_oci/loadbalancer/rule_set.py,sha256=WyWBubHnq2ba5tgYEHvkzTmJYIpQBjvKj9W1xZOv2SM,20093
|
1671
|
+
pulumi_oci/loadbalancer/ssl_cipher_suite.py,sha256=YywWOk2qm_ulCJifwzH5mmoZk6BPImM3TV7feANpPog,17861
|
1672
|
+
pulumi_oci/loganalytics/__init__.py,sha256=i6Iw8rHB0By3JmTEm29LRUWQWRtyBdcf1PE8aCo6zMo,2184
|
1673
|
+
pulumi_oci/loganalytics/_inputs.py,sha256=hX6BlwcStVVEdqNpdOYnhlC-DAViDz3wtrB3ToaqIOo,59853
|
1674
|
+
pulumi_oci/loganalytics/get_log_analytics_categories_list.py,sha256=2I7umkHlMr0Yo_L__mf11Lccrij9DiCuDFGVVWLetbs,8003
|
1675
|
+
pulumi_oci/loganalytics/get_log_analytics_category.py,sha256=i-xQAQlgZEbLZc0P3fyU0MERlbNIbA4HVeSK9yOW2iU,6415
|
1676
|
+
pulumi_oci/loganalytics/get_log_analytics_entities.py,sha256=i853spbdbt49-Da0kQLmQCQyzyYn2OAm7_r_8uTnGkA,18620
|
1677
|
+
pulumi_oci/loganalytics/get_log_analytics_entities_summary.py,sha256=_5fNkYuXJc8bp4Xt4WGuaKiwbGOT-p5CM3UHsysWe7w,7242
|
1678
|
+
pulumi_oci/loganalytics/get_log_analytics_entity.py,sha256=aeT3LpgYWQrMls0xvGZmQj4H8gges_XtOUhxc4c_M1w,16628
|
1679
|
+
pulumi_oci/loganalytics/get_log_analytics_entity_topology.py,sha256=5FfCF1thJXtDCCCYCl8rf189LWM7nxjIM7e4tNxWrhk,6770
|
1680
|
+
pulumi_oci/loganalytics/get_log_analytics_log_group.py,sha256=oPHdab0rVOhleQjlT6O08Ul4sMcTF2xl_54-op_1wko,9458
|
1681
|
+
pulumi_oci/loganalytics/get_log_analytics_log_groups.py,sha256=6RD_o70BXKPGUki1UJpc8ZvqrLVlYyW5fJKFEMISBiA,8158
|
1682
|
+
pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py,sha256=aYhUr81wWCPtSxTDhTdJie09LtfAZvfVnWVhKnmExUY,5313
|
1683
|
+
pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py,sha256=cXk440JpNdxIS_-ifxccGJZKNxEfJOA2AhSZzcl2XNU,21456
|
1684
|
+
pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py,sha256=WbndgF-xmgfeK_1OVfxC63KJLof7CVzwjeIiLaWNPeI,8943
|
1685
|
+
pulumi_oci/loganalytics/get_log_analytics_preference.py,sha256=-S4F_zo_q0Y5OCV2uSQAQCOPPPmQ9gqkXuv3jbkGsrc,4205
|
1686
|
+
pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py,sha256=yPrfLHI6nAmyV21KLu9eMaxpIUk0kPDo1y75JTpm3sM,8866
|
1687
|
+
pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py,sha256=2J16_QGxkgsdQBS_4i-mihby2MLM9QEl4Vur0MJrx1Y,6211
|
1688
|
+
pulumi_oci/loganalytics/get_log_sets_count.py,sha256=E3lY0YlhAPhn1UmviRmMbqHYAXFa7Ydt6-2wJy9nh8A,3947
|
1689
|
+
pulumi_oci/loganalytics/get_namespace.py,sha256=14RL7zPmW4yl9COgco8oO8E2yf60rao1MSlEiiiCxa8,4520
|
1690
|
+
pulumi_oci/loganalytics/get_namespace_effective_properties.py,sha256=VONQ3np1c3J8Arr65Ii2FAE4OazHTYpIWod9w0O7nF0,10932
|
1691
|
+
pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py,sha256=sIAlFT-cOZHnZbUnytodg6GxtbNYEoagnrp7axlteXY,11360
|
1692
|
+
pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py,sha256=b-Lz6g3fkT-FJfvHFS5NUCxHRKYFTMARFIgaO8THqUg,12427
|
1693
|
+
pulumi_oci/loganalytics/get_namespace_properties_metadata.py,sha256=gMUc6YklVt3PB8ccrMn2sgDy2i-lqmgJJdUV74H2LKo,9535
|
1694
|
+
pulumi_oci/loganalytics/get_namespace_rules.py,sha256=Q-z2ZRd-iWSKn-sYuZRjbBisbUgloe6PeEre4hlRs9E,9183
|
1695
|
+
pulumi_oci/loganalytics/get_namespace_rules_summary.py,sha256=Jv2ou1ekEuK8zaOkX00dj46rldDtB-FweH0I_sVey3M,6432
|
1696
|
+
pulumi_oci/loganalytics/get_namespace_scheduled_task.py,sha256=vTnLBHF_zkD1Rc8KopwDjiZkROYY1o3cYlDO7T7_oLs,13519
|
1697
|
+
pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py,sha256=k1nxcepGEKJqei6Xj3vHNNum8ui-oOUqzTCpvw2CfBQ,8488
|
1698
|
+
pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py,sha256=ek3vqieMWaK2Uw9o2YOtETtZqRpc5VeoSMP8K-F2ybo,4570
|
1699
|
+
pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py,sha256=qbHiN7d-Sbd_ZpoUnfewL4NXsTVp8JcSgXHqr834hjI,8131
|
1700
|
+
pulumi_oci/loganalytics/get_namespace_storage_recall_count.py,sha256=oqFZTxgD0uCEPwVMKHBrcc6EomkQl-8V7sCsEgvi15Q,6672
|
1701
|
+
pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py,sha256=48ti6oGaYAe7Ait9b08X1Oqh8wnqTFHzsXwEW8btrKc,7741
|
1702
|
+
pulumi_oci/loganalytics/get_namespaces.py,sha256=vaoXQlzA1RLnvwm-hEsBy0H96sSB4AxpWuuGvHkP_Os,5132
|
1703
|
+
pulumi_oci/loganalytics/log_analytics_entity.py,sha256=aCA_8C5p2Uc2_ONfIt65JMmOwPvkuoAv_AiuW26qQu0,52808
|
1704
|
+
pulumi_oci/loganalytics/log_analytics_import_custom_content.py,sha256=nGUwb60QIN_kCw4lwjOp8E3Xw6fxROARk_5o7u4MPn8,26468
|
1705
|
+
pulumi_oci/loganalytics/log_analytics_log_group.py,sha256=kOoaTf40BiaBRL4rURDCPx1L_FL_v6E6hGIlhHT1WRE,28106
|
1706
|
+
pulumi_oci/loganalytics/log_analytics_object_collection_rule.py,sha256=1Gk2FoM78BT2BBG-Hfix4KdlrmzS58XBr2JFtISez_4,84444
|
1707
|
+
pulumi_oci/loganalytics/log_analytics_preferences_management.py,sha256=iVpWYH4-sV9ZCEz86DysK2diu0hy8XPBfaqtVnUV4NU,13091
|
1708
|
+
pulumi_oci/loganalytics/log_analytics_resource_categories_management.py,sha256=gafZQpLBCD3SWyyGaScOf0cDYQyDLPAuOJsEmaZer0I,18059
|
1709
|
+
pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py,sha256=p6umt0R_Rm8xYxdrFptfOz7X4XAKoijn8mQT5E6cYKk,17321
|
1710
|
+
pulumi_oci/loganalytics/namespace.py,sha256=d3vYitSEPLk-7yngPb0tnQ0AXyRNQd2v-O4LxXQldQY,12838
|
1711
|
+
pulumi_oci/loganalytics/namespace_ingest_time_rule.py,sha256=Q4gKD0bQ_9_bMZC_-2te_kw8X25EhYC_dQwCiH7DVmo,39555
|
1712
|
+
pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py,sha256=G2JTFWupIlT5FCSLKED6Yu73zD5TRSymhc9rdXj3vY4,15243
|
1713
|
+
pulumi_oci/loganalytics/namespace_scheduled_task.py,sha256=0Hr88jTjJKFs2cKh5lLq1MZf6sKs6pL8u48YlSY4T-U,43033
|
1714
|
+
pulumi_oci/loganalytics/outputs.py,sha256=4ToyspaWHC_Vyja0G6mI8HNojbBvJAg7sKqzztFrQow,202221
|
1715
|
+
pulumi_oci/logging/__init__.py,sha256=Lzrjx_8ufVDmjgbkpTQHnipgODYc4a8FY6KtTXl5qRU,708
|
1716
|
+
pulumi_oci/logging/_inputs.py,sha256=lKWw2Nz9zgla7WnTldxVeGUtXRwulaq5TdjwE1JyvEA,52198
|
1717
|
+
pulumi_oci/logging/get_log.py,sha256=Ag69DLMMwYprLSZXm3Rp2TstWyGEYr9wSEp6QSQ_deE,10903
|
1718
|
+
pulumi_oci/logging/get_log_group.py,sha256=zZhKcsnwrEk20jnQdTuaGnOGNmHzqc2K8E7KkWw_FfQ,8011
|
1719
|
+
pulumi_oci/logging/get_log_groups.py,sha256=99ph7pVwy6h-9h7T6lCKVERyVxIOhhpWFPSDw_AlNsw,7158
|
1720
|
+
pulumi_oci/logging/get_log_saved_search.py,sha256=qDVCFNTXlQikezIcF51RO-HGUI8S60BhC0Eh4azU2IE,8615
|
1721
|
+
pulumi_oci/logging/get_log_saved_searches.py,sha256=rOdEHvKIP7PXyki0IGEglin_rB7Ri0aEyU5IN7fIUFY,7315
|
1722
|
+
pulumi_oci/logging/get_logs.py,sha256=HU2sro7ojQx3mDatTveZUPbSxZPQAZRs65E3_26aCZE,8982
|
1723
|
+
pulumi_oci/logging/get_unified_agent_configuration.py,sha256=ebTPBnLxyAhC3VtlbizDMLNLyjAvnQ34mED8QBgLQF0,11511
|
1724
|
+
pulumi_oci/logging/get_unified_agent_configurations.py,sha256=NziMVRavIKynQbk3v4cwrkFBCVpcEyxuIccAt8sVdio,10852
|
1725
|
+
pulumi_oci/logging/log.py,sha256=OIWXC-znO67mEywBtax3H4t4ksl5nUIq8FQ-CyTQ90U,37669
|
1726
|
+
pulumi_oci/logging/log_group.py,sha256=DesP07PfZW2oNEq01cOQyf5dTDsRfjy1ORQU4XFUhcw,26535
|
1727
|
+
pulumi_oci/logging/log_saved_search.py,sha256=hdevnETWC4XDIEiBjPdCu7nMa9woP-5ih2xS8aMmX9I,28027
|
1728
|
+
pulumi_oci/logging/outputs.py,sha256=iM5dGJOPghKeA5_SoesrT6fwl4JYO7DvyLWZQFymoT4,108531
|
1729
|
+
pulumi_oci/logging/unified_agent_configuration.py,sha256=mAw-NYfm5mo50nvu0frefzghfOq6puE8AvmtuheX_oo,48763
|
1730
|
+
pulumi_oci/managementagent/__init__.py,sha256=0dxO9RQ5xf0pWp0XOAL5gJWqFu3vnkH1rFEC3g4dnqg,857
|
1731
|
+
pulumi_oci/managementagent/_inputs.py,sha256=iwAj9-_LeJ2Ueeqs-S1cAjDjzVlKla3GFbOysdDFE2Q,16118
|
1732
|
+
pulumi_oci/managementagent/get_management_agent.py,sha256=2AMOtRFU-GddJv9Rm66hhdokZINAbJANrgwagwASXfk,19168
|
1733
|
+
pulumi_oci/managementagent/get_management_agent_available_histories.py,sha256=C6R3zq4kyqIXrzHpLCaIwet0dRoe1_WsreizO7sb6q8,10072
|
1734
|
+
pulumi_oci/managementagent/get_management_agent_count.py,sha256=FbKUdUx3ZxcMudrwIXasUoGs7YVZQshkPMAV5hTwCzM,8057
|
1735
|
+
pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py,sha256=ai8UzupqfCSOHes3A3OwztmOCEAnW2TAPJOOtgXtCoQ,5098
|
1736
|
+
pulumi_oci/managementagent/get_management_agent_images.py,sha256=x6olDsnURuSgE3MTyv0Jdx-KAV0xj-C-HWcpA9yD4d0,8096
|
1737
|
+
pulumi_oci/managementagent/get_management_agent_install_key.py,sha256=3k5W4vWLfP-RmYJroR_yTBIPL3rFxCDz6s7z5qmPc3g,11294
|
1738
|
+
pulumi_oci/managementagent/get_management_agent_install_keys.py,sha256=fm2_mmhpXQlh_IzgihE1IL9aez2l_wh8Kgjr9j8Xxdw,10007
|
1739
|
+
pulumi_oci/managementagent/get_management_agent_plugin_count.py,sha256=gRVHtJ0eRaSo5EBwAfOcJiI0b7zSLDTU_5aX-LK26ic,5508
|
1740
|
+
pulumi_oci/managementagent/get_management_agent_plugins.py,sha256=k9HWJfSMqqoWFNXZVme2c4MYdsLP1u2kLEySLMW76VU,9374
|
1741
|
+
pulumi_oci/managementagent/get_management_agents.py,sha256=eEiqLyxDoiMuLL7YGZ1SLJ7CblwHf1fit4CxQwvvshc,19469
|
1742
|
+
pulumi_oci/managementagent/management_agent.py,sha256=jtRwCQZInn7tgBkMLUFSG7mf3lCgJbeXHg55Pc8esVo,52366
|
1743
|
+
pulumi_oci/managementagent/management_agent_install_key.py,sha256=xB31FQtWOiH8fBr5NCimiYxBVmLbUE02fdhQzhb4wvQ,29227
|
1744
|
+
pulumi_oci/managementagent/outputs.py,sha256=JcxOw9hvW0S8T8ODWnwcOorQgk3pNTzeJ06LEMEdLdI,69975
|
1745
|
+
pulumi_oci/managementdashboard/__init__.py,sha256=Ohu8GPc8iwS8GcB2YP3XDMI1V5g1yxIDlCOFPh7rZqg,361
|
1746
|
+
pulumi_oci/managementdashboard/get_management_dashboards_export.py,sha256=4PT-8oVj1d5tCmXNywtsoHJdf-OAdHGMP6znZ5bNLbs,6038
|
1747
|
+
pulumi_oci/managementdashboard/management_dashboards_import.py,sha256=-AXFI4YU-zY8UNIt9Q6Xfv3s7o7vWP0mtfV9kFL2aN4,13627
|
1748
|
+
pulumi_oci/marketplace/__init__.py,sha256=e7acusMiMBQ-_OxyCqTHz2n7CICxOtZoZxGilHKKAW4,900
|
1749
|
+
pulumi_oci/marketplace/_inputs.py,sha256=t0uBzfAckt05pELTSXfLm19PI1Cwy3g0GsTFFWKVH7I,28594
|
1750
|
+
pulumi_oci/marketplace/accepted_agreement.py,sha256=R-r4t5PGlEYr0_o8QDCzW--NcDxOmusEm03xOw0wYjI,32519
|
1751
|
+
pulumi_oci/marketplace/get_accepted_agreement.py,sha256=uCuoOT7TbO9EFwDs5PXat-2dmPzTcRM7IoMaSZ1wcT4,9222
|
1752
|
+
pulumi_oci/marketplace/get_accepted_agreements.py,sha256=7_fmyj9ouulo10Tj2BNvtjngzfy7yfzBjbmMWHlyHYw,9658
|
1753
|
+
pulumi_oci/marketplace/get_categories.py,sha256=m_mjyymLRHD-Ex3cBLw-6epqy1VwCk8QO6Dn8Rh68qA,4841
|
1754
|
+
pulumi_oci/marketplace/get_listing.py,sha256=NiPVGGYlxriNlCDvZUKFSC2oSpq08aBl46P1Kcxq7kM,23651
|
1755
|
+
pulumi_oci/marketplace/get_listing_package.py,sha256=8v1pBHW-cjLjmgcA_woStp3DCK_2kN1oSqK_Iopbhwc,16334
|
1756
|
+
pulumi_oci/marketplace/get_listing_package_agreements.py,sha256=d3B-_6qVG2MwkqzUdoOBQclMeWBTrMc2G1PaMtPXJt0,7246
|
1757
|
+
pulumi_oci/marketplace/get_listing_packages.py,sha256=8b6sVhR_Zk-qEOFsmk4V8BzJgopBOULteqCbhQEXFbM,10996
|
1758
|
+
pulumi_oci/marketplace/get_listing_taxes.py,sha256=yD5YExzQR2Z8d4uGO3qDT0I6zL6qnGOq98TgNMMzRnE,5578
|
1759
|
+
pulumi_oci/marketplace/get_listings.py,sha256=RqnUT0T9ObbrWORAflxpEeUjvPX6h5-1ne0a7kbA5bg,17523
|
1760
|
+
pulumi_oci/marketplace/get_publication.py,sha256=dwRpowTPMe3-PjlC6T65hWUZQU4i6RNJPQQZqSRkal0,12650
|
1761
|
+
pulumi_oci/marketplace/get_publication_package.py,sha256=Ho2JfHwMHcVq0fX-cE9P3teNDcf3XOdTfMV6aAubDns,11841
|
1762
|
+
pulumi_oci/marketplace/get_publication_packages.py,sha256=TpkE9ej096h4tKDpOF2sJK0QjtOfbvWzlH1TuEwqOeU,7243
|
1763
|
+
pulumi_oci/marketplace/get_publications.py,sha256=oBGTmGXxAdJwOaKmz6JIJerYnixhU87hW_D2ejNTu4E,8722
|
1764
|
+
pulumi_oci/marketplace/get_publishers.py,sha256=mqL43zQ-wkbah2OP5hwcPYb-4J--_yh--hFF9wauZf4,5628
|
1765
|
+
pulumi_oci/marketplace/listing_package_agreement.py,sha256=uud5ytY_vLVwu9QHlpstA9eQGX4iUQceuuZnMcFQgio,20360
|
1766
|
+
pulumi_oci/marketplace/outputs.py,sha256=_07rbMvNvLE8WyDSAigqGrHwJhk1SJS_mOBLL8bGGU4,140500
|
1767
|
+
pulumi_oci/marketplace/publication.py,sha256=SIPsmET5rvlrHSVwsORQnQ2iF-PIplgxqMipqJzNqo4,47960
|
1768
|
+
pulumi_oci/mediaservices/__init__.py,sha256=j74h2rwmO6yXKwlB8eNW80hHAqZVb64R9p3hgcapUks,1369
|
1769
|
+
pulumi_oci/mediaservices/_inputs.py,sha256=iNW6yPIUqZKLbLZ089S97dsFNMSuUWdnbqfALUsB3H8,42113
|
1770
|
+
pulumi_oci/mediaservices/get_media_asset.py,sha256=dWg1gbu1i52gxrq1eFJgGtclzMG8-MDKqSrUtsJsG6Y,16383
|
1771
|
+
pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py,sha256=NJu5rFV0N0TSZAW1D7I0pvZETWqB3NcRUDEPFSdmLxE,7460
|
1772
|
+
pulumi_oci/mediaservices/get_media_assets.py,sha256=KWC-IlkGfgb42i1PRztXz8myexmfxvn0xc9ST68WZXU,17417
|
1773
|
+
pulumi_oci/mediaservices/get_media_workflow.py,sha256=FdnxPLIO7kuapWhxMPN9YyN1FWTrsGAuUTFjGj7vLzY,11845
|
1774
|
+
pulumi_oci/mediaservices/get_media_workflow_configuration.py,sha256=53ASWdkNUwa5JKfJW_w_qpw1mtZx1gWvV3hfbXtAIL8,10399
|
1775
|
+
pulumi_oci/mediaservices/get_media_workflow_configurations.py,sha256=HcrZIK43McBr5eYzdwRaVseh8yVwk0ePymgH5PywZpU,8287
|
1776
|
+
pulumi_oci/mediaservices/get_media_workflow_job.py,sha256=-CB0978uib6rDK1-WPdAjJFurKGP2TUlxeomWmZy7B4,15213
|
1777
|
+
pulumi_oci/mediaservices/get_media_workflow_job_fact.py,sha256=mu_rA59Y7QoR8SVsLuqclTu5oxfXFgUsYNZJE3w7sm0,6200
|
1778
|
+
pulumi_oci/mediaservices/get_media_workflow_job_facts.py,sha256=uY6cuqJevUirzpoMDzR8EuMARL4HthRTSZHMyZJL6lY,7407
|
1779
|
+
pulumi_oci/mediaservices/get_media_workflow_jobs.py,sha256=zAY8C4YIH1xXDpFjjRLPZRTXy7joYA_Fs4mIA27uXYo,8757
|
1780
|
+
pulumi_oci/mediaservices/get_media_workflow_task_declaration.py,sha256=8sxqhbjVfKzmYFLWrWuXYNfBPX9M6mbmV_ItsUIO0S4,7655
|
1781
|
+
pulumi_oci/mediaservices/get_media_workflows.py,sha256=N2uZu-UNQKMKPGia_DnkKAWSwk5ylWuegi7Ten4N-Kg,7427
|
1782
|
+
pulumi_oci/mediaservices/get_stream_cdn_config.py,sha256=3pkW7mgFJ68k_S17gx6E4KFZGlW0lBObNzOwjwzZOkg,10738
|
1783
|
+
pulumi_oci/mediaservices/get_stream_cdn_configs.py,sha256=VWMZuSkLKgaqzKEZvGFiBDTlUtJ-hHz9PZs0uBmbXW0,7864
|
1784
|
+
pulumi_oci/mediaservices/get_stream_distribution_channel.py,sha256=nTO_Y81UMp0xCv5QfHU4lWACLVQMOTvb8jJzPOYjY40,9425
|
1785
|
+
pulumi_oci/mediaservices/get_stream_distribution_channels.py,sha256=EMBa78KtnbjM_fP6oB7tjIdXibuEQT6WxsEP9eSc5UQ,8210
|
1786
|
+
pulumi_oci/mediaservices/get_stream_packaging_config.py,sha256=Ao8sG9EuuY4AzXgq-QeTedqfRCqCK5aX1ROZCx1Vz1E,11365
|
1787
|
+
pulumi_oci/mediaservices/get_stream_packaging_configs.py,sha256=5OAjYpcpzNf73DzjjslHT2PEcyt1YduQlARz-yEIyPw,9181
|
1788
|
+
pulumi_oci/mediaservices/get_system_media_workflow.py,sha256=wjzQfx6R_sep2LlE4eSGTjS_J9yROofXvhrGZ1Q40QM,5261
|
1789
|
+
pulumi_oci/mediaservices/media_asset.py,sha256=StGGiwnHvj2Wim19IghRqIaOAIRnVNtKhnX9FVRQohs,58379
|
1790
|
+
pulumi_oci/mediaservices/media_workflow.py,sha256=htx3R4QrhPr6MO5z7dlYQHlSYop4RthF2N9-zfuRg3I,40016
|
1791
|
+
pulumi_oci/mediaservices/media_workflow_configuration.py,sha256=mUlRk43BWVQkIwOiOuX20nczxzgvr-VWj8eB5W00eGE,30631
|
1792
|
+
pulumi_oci/mediaservices/media_workflow_job.py,sha256=M0vV2aOEbTFX2esjCwkCNEaO9g7ixa0ai0LK0KT-CtE,50117
|
1793
|
+
pulumi_oci/mediaservices/outputs.py,sha256=5fvc2AJ7mrj0sP03ZaC5pFndDVz0n1q7tHDnphvSqjI,164091
|
1794
|
+
pulumi_oci/mediaservices/stream_cdn_config.py,sha256=M5OFf0b9ZDL58IM7TNEzzphw9tSmheM73q9BGnWwb0E,35048
|
1795
|
+
pulumi_oci/mediaservices/stream_distribution_channel.py,sha256=X5LoeWYdmFokxB_FAOfPrx8dsJhjn492KSyxB4mXBn4,25845
|
1796
|
+
pulumi_oci/mediaservices/stream_packaging_config.py,sha256=RhU-76W9PELbeKQbYOrgTV17J5njD00XidoJxcb7dDo,35698
|
1797
|
+
pulumi_oci/meteringcomputation/__init__.py,sha256=gdfmFH3jqLwuez_t8CkNOL8xx1l-aRpWIgFFSv2Ilfw,682
|
1798
|
+
pulumi_oci/meteringcomputation/_inputs.py,sha256=VC7rZUV6r8F8Qdy4UhUw03KH-4044p_HE_FvqVQnY_Y,81225
|
1799
|
+
pulumi_oci/meteringcomputation/custom_table.py,sha256=10mPJ8xE07qmkr4I5QOqKztFJcl7i2WLxe_cJpIOUqI,16849
|
1800
|
+
pulumi_oci/meteringcomputation/get_configuration.py,sha256=_ZtOulsnN-qgzmMT3SkN51F1utoH2lxUB7hA1ks5g3Q,3883
|
1801
|
+
pulumi_oci/meteringcomputation/get_custom_table.py,sha256=iw4Gc_8IXUtRCeMENe8a9rnyLXj-8kKeMipqSWDrwVY,5279
|
1802
|
+
pulumi_oci/meteringcomputation/get_custom_tables.py,sha256=2Bnws5OKvQoB3iG1ZACKA5b70ALrxhFu5MkkfzfVHuc,6074
|
1803
|
+
pulumi_oci/meteringcomputation/get_queries.py,sha256=qg53btiPaOlvgDkuVQ0tk42lPo_NDCNc0AmGhF1Kj3c,4944
|
1804
|
+
pulumi_oci/meteringcomputation/get_query.py,sha256=2InWYEesDw5GEqY23cRYZd8d2b4I2vnZW_t3M3mFbFM,4266
|
1805
|
+
pulumi_oci/meteringcomputation/get_schedule.py,sha256=HklUmSR-NSBY74SkaS_PiY8tbbniBq70qDI9CBuWsEQ,12398
|
1806
|
+
pulumi_oci/meteringcomputation/get_scheduled_run.py,sha256=zXCMi9SO5lZ-BumXwRsp4Nn02BfOpkkMHsw-E_zV1mI,6167
|
1807
|
+
pulumi_oci/meteringcomputation/get_scheduled_runs.py,sha256=SFq2l0vSj2ESAuTai7alSkO3tKX_aBN1fFyLRQitHaE,4978
|
1808
|
+
pulumi_oci/meteringcomputation/get_schedules.py,sha256=_gLv-nGXUJtzCqTuPR2RtzsqiOuFvxo4SQAKG4fftJI,5837
|
1809
|
+
pulumi_oci/meteringcomputation/outputs.py,sha256=32SFLcJKpqw822LGA0YHsK4TFpcIL0KQ_USIQMBIp6w,160811
|
1810
|
+
pulumi_oci/meteringcomputation/query.py,sha256=XRs_4SOvDE33D2f4CjDVUClly-3pTWQgkuuSuh3IwhU,15500
|
1811
|
+
pulumi_oci/meteringcomputation/schedule.py,sha256=Ng-NcXaswfSeQ3nCEDRt7qo2FH3kPhCcGM3FonGnDFw,48874
|
1812
|
+
pulumi_oci/meteringcomputation/usage.py,sha256=sR4gckRagbANYbpx0W0fj5ZSJ-kZpfTOAqPOohI8mlI,40248
|
1813
|
+
pulumi_oci/monitoring/__init__.py,sha256=ElJwPr80inVhN5jUbhHBw8S9bDUf3minxIY_G2lRQik,522
|
1814
|
+
pulumi_oci/monitoring/_inputs.py,sha256=MelJi208tsuWiuTDCw-7vzEAPBvCPW_H08mHwrSndx4,10471
|
1815
|
+
pulumi_oci/monitoring/alarm.py,sha256=k3C0S0YJIOkf73w9UM5uuGM7wChSllyRBBj5CA_2FWI,94139
|
1816
|
+
pulumi_oci/monitoring/get_alarm.py,sha256=VqPrFJDdWXj0sLtlBDOGCi7xW1cuZXaSBC90IMd2R1U,20341
|
1817
|
+
pulumi_oci/monitoring/get_alarm_history_collection.py,sha256=bZxl-Bo9ubw4CYJ3xpsnWpBApNqlHUbrx38oTUz-3Q0,10373
|
1818
|
+
pulumi_oci/monitoring/get_alarm_statuses.py,sha256=F76JQsihS5SPqOMW5ksYO-eVET0Eej2ytFW3wCC0tJc,9485
|
1819
|
+
pulumi_oci/monitoring/get_alarms.py,sha256=hhSYrH0PB7YZH7xHXaJqEDlUpN5shNpkS55o3byj4lI,10231
|
1820
|
+
pulumi_oci/monitoring/get_metric_data.py,sha256=OyDmPbcQNnlUs-RrfUcwFnnRhcrLzl4VeGRxMfdnmc0,18938
|
1821
|
+
pulumi_oci/monitoring/get_metrics.py,sha256=jvxJI5bIu7QukY8YTJZiIDzTcNOjFoGWGiyI96WcwIQ,14807
|
1822
|
+
pulumi_oci/monitoring/outputs.py,sha256=Ro-h2nVpj8UAxr_bPnz045QuTti0nvgqB-bwEwaQFYY,64323
|
1823
|
+
pulumi_oci/mysql/__init__.py,sha256=NePAVofUEJFnzHsogn-BAX3FEUTLAqx3umifZgO-SUs,908
|
1824
|
+
pulumi_oci/mysql/_inputs.py,sha256=-amTjSWixIQYPJkUXAKzE5qIp6oL91wePhQu2MwA59U,263741
|
1825
|
+
pulumi_oci/mysql/channel.py,sha256=5dE1t4P8MVm_sNBCbMp0e1pwnT7LFA0dH2fzYBeYsew,31773
|
1826
|
+
pulumi_oci/mysql/get_channel.py,sha256=WJ21dJDUitepter8E1OJZGwwHx8j5giUml_DTeNXXUU,10199
|
1827
|
+
pulumi_oci/mysql/get_channels.py,sha256=Sa53B6BvwS5rnVzs4Pr8GjD3YR2k662vy-GfjVjCufc,9472
|
1828
|
+
pulumi_oci/mysql/get_heat_wave_cluster.py,sha256=cp81HF6yOXgosHq-oJogflWDiMg9GcVngARqJ3gQVnM,8299
|
1829
|
+
pulumi_oci/mysql/get_mysql_backup.py,sha256=i9xV1DXwvaSFjv8MI0UQzglaqmYCxKHvWQYiPrOM7hE,13543
|
1830
|
+
pulumi_oci/mysql/get_mysql_backups.py,sha256=91c_hUDw2dHyZgpjErn53jdUIcHOvyfjk7mERGUEBnw,9527
|
1831
|
+
pulumi_oci/mysql/get_mysql_configuration.py,sha256=JgA724no8DUxvH-1MekEgiAn8PLrsqqDEpWnrduTVbI,11191
|
1832
|
+
pulumi_oci/mysql/get_mysql_configurations.py,sha256=0bLua-zfHpFrHkxYKGWtwj4Nc_3JngNMAI719oWFQH4,10248
|
1833
|
+
pulumi_oci/mysql/get_mysql_db_system.py,sha256=3n1hNUkr17zvEOxRAyySeN8o9CpHYnTdksKGKzcTDF8,24909
|
1834
|
+
pulumi_oci/mysql/get_mysql_db_systems.py,sha256=Oc7yX-u4bJF16bBqL2ljf863mpu4saMI-ikWQsPeMKc,12044
|
1835
|
+
pulumi_oci/mysql/get_mysql_version.py,sha256=ttG1gISq84_wonwY4HtFrbd9yR7FKSoMhVwbyij8Ha0,4875
|
1836
|
+
pulumi_oci/mysql/get_replica.py,sha256=IddJVbW5KqZZukR7P1HITsmsT9Xi09hwGxGQfrXlm-g,15497
|
1837
|
+
pulumi_oci/mysql/get_replicas.py,sha256=9WOroTwPBeRCFei-P1MR5iGT1tmB7r3MoFoityYoYWA,10851
|
1838
|
+
pulumi_oci/mysql/get_shapes.py,sha256=PtiQN95SlcJcgIJLGazu9T6NtjPORXQI2dDqb6eyVJg,7765
|
1839
|
+
pulumi_oci/mysql/heat_wave_cluster.py,sha256=6Y8DGb212ZVc7EiXS-T0PBFnrEEEiItHkGRqUftjZbc,28803
|
1840
|
+
pulumi_oci/mysql/mysql_backup.py,sha256=3e-VWlmwdoHlYbMigFNSHGw3TNBhHUfSaAhUoRh6j08,41019
|
1841
|
+
pulumi_oci/mysql/mysql_configuration.py,sha256=v4Lj7fEfmTYDFAI15OL67FhZ2KCCHcVnh2Rk1p9OHgQ,53688
|
1842
|
+
pulumi_oci/mysql/mysql_db_system.py,sha256=sYO2YUbi4KysJzIf889rDPaB_GcT87RZPBqbjoD499o,112313
|
1843
|
+
pulumi_oci/mysql/outputs.py,sha256=362G6ub4U774Os-GXX-E6Xb3WSMfdkodAzAU_1K1LXY,621181
|
1844
|
+
pulumi_oci/mysql/replica.py,sha256=Tvt5oh_e_XEpILZ2g2AFw3o-ZtNz2LNvqpmWHVMPzBI,48802
|
1845
|
+
pulumi_oci/networkfirewall/__init__.py,sha256=CVZnwXAaWCxfP4p4Spbqz1qrSn5-7Z7dZQ-Wb5Y63ZU,546
|
1846
|
+
pulumi_oci/networkfirewall/_inputs.py,sha256=VBqrQaCMlmN6Acw7Rmjr6exeDgEIsYgL1teT1fOvkPI,47201
|
1847
|
+
pulumi_oci/networkfirewall/get_network_firewall.py,sha256=5exHgM_ZEdI5_huxvuu5U_UK5Ey2HlP3Uj2dbCM7yJI,13630
|
1848
|
+
pulumi_oci/networkfirewall/get_network_firewall_policies.py,sha256=qAl9bSe6nS7KnoVXj3k_IOLJtmTK2m02W_5vW3_XoGA,8303
|
1849
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy.py,sha256=Wj-gJ6OBKYMh7_gTrjN1XoOGCJgNZj5_X76KTfRr9tY,15996
|
1850
|
+
pulumi_oci/networkfirewall/get_network_firewalls.py,sha256=6s_5OWdheDPVvst1CHr3Ygoa0_UuabVl9YMcOiidRdQ,11420
|
1851
|
+
pulumi_oci/networkfirewall/network_firewall.py,sha256=NfNljvlBOI3M9PgU328BsG-awml2fKYp0ix3rbzzlYc,46919
|
1852
|
+
pulumi_oci/networkfirewall/network_firewall_policy.py,sha256=ZSze51BEhua3I-QN-CfliXbSw2rX-61m_PKYgzV9OU4,58202
|
1853
|
+
pulumi_oci/networkfirewall/outputs.py,sha256=Kf7WS47chJYC_Vdg9uAAyTm_4akTIc6ZI936UN55904,129667
|
1854
|
+
pulumi_oci/networkloadbalancer/__init__.py,sha256=urfLKBZti02PqzrKDjUdZ8SZHck_DsNXj1KDF6-BYtk,938
|
1855
|
+
pulumi_oci/networkloadbalancer/_inputs.py,sha256=7Vhwt9yNxsVNDP0B455QnpT0LvbV8OxpNlY0fc7KBMw,55002
|
1856
|
+
pulumi_oci/networkloadbalancer/backend.py,sha256=mCRkowA5WQyTYgywNzHM_oU9_7VdRMh39r8LZUlpbhE,37394
|
1857
|
+
pulumi_oci/networkloadbalancer/backend_set.py,sha256=NfpV02tpU-7ZYLkY3zRYTqfDlPmLAt1O8pHFzNee7Qw,30880
|
1858
|
+
pulumi_oci/networkloadbalancer/get_backend_health.py,sha256=e5-lRkiLh58wbzjQAjyngcowxJiVrZQ2xp8m0B57PBA,8739
|
1859
|
+
pulumi_oci/networkloadbalancer/get_backend_set.py,sha256=CK1fdWY2tyDKARurkiWNw8Gbv1E51r780gz9DMqs9TQ,7853
|
1860
|
+
pulumi_oci/networkloadbalancer/get_backend_set_health.py,sha256=Ss-agOnh08rsCYtWFBljF53iHR_nwllL1IOyzTbF3Cw,6557
|
1861
|
+
pulumi_oci/networkloadbalancer/get_backend_sets.py,sha256=ad6qZE8TVDSRAQlwM-ON7Om3TbuuCwqqtBOqZuKI4GM,5416
|
1862
|
+
pulumi_oci/networkloadbalancer/get_backends.py,sha256=5VSyZiqI5m4OwofePycy9XmNdPriiWut_78Wjv43wEA,6397
|
1863
|
+
pulumi_oci/networkloadbalancer/get_listener.py,sha256=vs6PAxPsDdqLTve2xzF6qddju9FhmOQ3_hCcg9hjUJY,7910
|
1864
|
+
pulumi_oci/networkloadbalancer/get_listeners.py,sha256=VR3PLpN1B5zifNwzlKUvnU7309B5Vu5-AGs-iTvdeIo,5288
|
1865
|
+
pulumi_oci/networkloadbalancer/get_network_load_balancer.py,sha256=9eovxjLzDu-kiDQiAWKXP8-ptfiJRAay4OBesbAz3Co,14562
|
1866
|
+
pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py,sha256=K-v8J2ZpAAia82PsgNIwYPX93VUn-M0Najg14ZjEeCk,9436
|
1867
|
+
pulumi_oci/networkloadbalancer/get_network_load_balancers.py,sha256=lJvlKx-GUFdc2gFm9Bu5e1jhL6baetLJhQRP8cdGnlc,7775
|
1868
|
+
pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py,sha256=Gq8S9G7__Q8C4eFcE-TxjZLfCLlwkkGjeut5StX9hxk,4790
|
1869
|
+
pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py,sha256=xKDNw5OW8deaQFn3t3wIYUMy0PVMWUgCGM7NpsTsZbI,5008
|
1870
|
+
pulumi_oci/networkloadbalancer/listener.py,sha256=SHGvnUGSN4xYEF8_CVDEOvg_V6t_IdjKVNxUzh5BRj0,25642
|
1871
|
+
pulumi_oci/networkloadbalancer/network_load_balancer.py,sha256=-AurEOK6gMJu-uylbk6iT2fygTdbJpDGfrLa2Syo8gg,58262
|
1872
|
+
pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py,sha256=kYDdo1GMMRH-QkUliFZaRN96G2E2Oby7O1cs_6cOH14,37085
|
1873
|
+
pulumi_oci/networkloadbalancer/outputs.py,sha256=1rguaoYlleYRESCKuuFeuccoF1xAO2dayXkq31dYGRI,120419
|
1874
|
+
pulumi_oci/nosql/__init__.py,sha256=aAal8oySgiuwC1OZrqkT5YY_TFI5hpKRy_UpoxEfvCE,459
|
1875
|
+
pulumi_oci/nosql/_inputs.py,sha256=kcz5wFznXZIvUAyApMtYuJNDDTXfIe7x65Zr_Izjh8M,21382
|
1876
|
+
pulumi_oci/nosql/get_index.py,sha256=_GW5TzC7Y4fQ43yrAeV41xVAoD5qlvMlJ0rlrZ_IH2k,8579
|
1877
|
+
pulumi_oci/nosql/get_indexes.py,sha256=GksIzOcF4txmwSy0kp3SY3J-K9sXTaBwIgo7y_9ZZ3k,7382
|
1878
|
+
pulumi_oci/nosql/get_table.py,sha256=JRLUYOatZgpsb9wdk-ATUtRV78szSC4C8UgoQcXyaBA,12009
|
1879
|
+
pulumi_oci/nosql/get_tables.py,sha256=PtunFTBwO8IwcpqFcZRmtcw357iM9fMuFaeZA5dlOgo,6111
|
1880
|
+
pulumi_oci/nosql/index.py,sha256=Xz5FiMWgqe-XOAeOkLWRi_KLVkNujpvbuKRbitj0DZ8,25560
|
1881
|
+
pulumi_oci/nosql/outputs.py,sha256=wJSti1YcHgw7yuJUSFTW3sQD7xt7i_WeGarfxl4g-Bs,55298
|
1882
|
+
pulumi_oci/nosql/table.py,sha256=prY3uPgtawF2nj8GvswsXJL_8iruBSREZdrT7AYN8go,36070
|
1883
|
+
pulumi_oci/objectstorage/__init__.py,sha256=EEsdyaVb8x_xCSg4Dw0PZO2NnVnq36q4dX4x8ngaJ1U,980
|
1884
|
+
pulumi_oci/objectstorage/_inputs.py,sha256=KTi2rAf199bPBOzewOuTBsOxUf7icDsw9PHdZbb2v9A,41628
|
1885
|
+
pulumi_oci/objectstorage/bucket.py,sha256=Xpk-WCAMYTGwH18yUVxXS833LZ9USRs-2z0PEDtVFp4,72660
|
1886
|
+
pulumi_oci/objectstorage/get_bucket.py,sha256=Q_iz7bXQ0hDVcqwnJd1Fi7dUxRcVkYSjx34dgIkXnac,18252
|
1887
|
+
pulumi_oci/objectstorage/get_bucket_summaries.py,sha256=BgVGhoORWajnm5Qq17YHGmgke0085bNgUZjhIYBdVh8,7162
|
1888
|
+
pulumi_oci/objectstorage/get_namespace.py,sha256=-C-tFxjwDQUThjveoaD7qYw17Khb6tLqhpruwHXOuLk,5468
|
1889
|
+
pulumi_oci/objectstorage/get_namespace_metadata.py,sha256=HmMGekbAr2z0-xtAX3wEZARCbzC_ed3KXvoVMdThSzw,3952
|
1890
|
+
pulumi_oci/objectstorage/get_object.py,sha256=2s7guP_-wj6fXUhScXsBokI1TFdGixnDKGuA-2YqTCM,21471
|
1891
|
+
pulumi_oci/objectstorage/get_object_head.py,sha256=-_zCyu2RRsxvoEYL-Epva6S6QI34ml122r3WUPfRlVM,7950
|
1892
|
+
pulumi_oci/objectstorage/get_object_lifecycle_policy.py,sha256=xhA-Mx2DvCrGloTQMY1CGiTNwDuWo61efsO64q1aRRA,5518
|
1893
|
+
pulumi_oci/objectstorage/get_object_versions.py,sha256=366JJLbhSyf9cGWARMd0BLlcKy1X9OjncaYdW7gSl9w,13710
|
1894
|
+
pulumi_oci/objectstorage/get_objects.py,sha256=bRbng4akKu-V5cjEobZwNW_hJYvtogX63YJTESf_XZU,11056
|
1895
|
+
pulumi_oci/objectstorage/get_preauthrequest.py,sha256=oVu8vDW4yoSXXWtU_kyhGliHR6v5nW0e6eBuOV_QUqU,11249
|
1896
|
+
pulumi_oci/objectstorage/get_preauthrequests.py,sha256=ACwjB7mbHdxv8bWg34QNJ8IWplzlN4CzACDuY98HuvI,7192
|
1897
|
+
pulumi_oci/objectstorage/get_replication_policies.py,sha256=5A4qYlfiY1f22e0AZHdTNBw16vE8Ztq_vDZbbU66YiI,5853
|
1898
|
+
pulumi_oci/objectstorage/get_replication_policy.py,sha256=FpTnMmb1UHBYyJf0J6ONvKXTMlgwHX717oYF13bLjn4,10540
|
1899
|
+
pulumi_oci/objectstorage/get_replication_sources.py,sha256=Iv-ZIUv9qncjHFk3POsOFCq9U6ghuKPZ_7SCki1ordY,5801
|
1900
|
+
pulumi_oci/objectstorage/namespace_metadata.py,sha256=wV3j8djMMw86bLz_IePcA61LdkoASRh9uR5G-yA4BKQ,10220
|
1901
|
+
pulumi_oci/objectstorage/object_lifecycle_policy.py,sha256=PxQEnr8okopvPy0j83pqe0QyRs6CCwjGTGdVN8r3oIg,16851
|
1902
|
+
pulumi_oci/objectstorage/outputs.py,sha256=1RP3T48HLCiwG8SGcMHaEtYlMxIpTNhjG04rwo3qR3c,100044
|
1903
|
+
pulumi_oci/objectstorage/preauthrequest.py,sha256=JUVMMvJcjHnSq269xiLNRtOTk1t1zmvDHsOLaKPa9I4,42754
|
1904
|
+
pulumi_oci/objectstorage/replication_policy.py,sha256=WZaArA0OzFVlvd5YVLKXfz7HWXgkfPdlRNRS8p44JJM,30317
|
1905
|
+
pulumi_oci/objectstorage/storage_object.py,sha256=xaHZzsrl6La2C0BzeO137GCt6Ch2WXQgzczAxsLzfTQ,69421
|
1906
|
+
pulumi_oci/oce/__init__.py,sha256=YbypyttuJXMYiM858h6kKtAtfgHeh1HQhjptSf6Gd7s,403
|
1907
|
+
pulumi_oci/oce/_inputs.py,sha256=QZiZzKDWZkvt0DaFEuw5zwyQ11yiglvVonbFkGTrf8o,1924
|
1908
|
+
pulumi_oci/oce/get_oce_instance.py,sha256=n3Q4-y2e65LzcHfGpErpZGjPfNgOGMHht8qcdajuJiY,17998
|
1909
|
+
pulumi_oci/oce/get_oce_instances.py,sha256=3TxkrRKE5jqKbUwmh0BV7nCKbF9Top4ZogFMCdpu2iE,7527
|
1910
|
+
pulumi_oci/oce/instance.py,sha256=shqkClsxPOqe_Hbq_kESqZpXsDWYW9EiZX-9zUAdGs8,62911
|
1911
|
+
pulumi_oci/oce/outputs.py,sha256=jtpf8jGEigFdt6ztvZcNgKgGbxdnJdcM679oXFIKe7g,15316
|
1912
|
+
pulumi_oci/ocvp/__init__.py,sha256=wPTglK1xxlimZtEzC7r_kv7j-F_UMS8SIraSkinX2ck,596
|
1913
|
+
pulumi_oci/ocvp/_inputs.py,sha256=gJ0c-eSor2Cf_BoOa3zx7-2Vt_zd02ZbQsgInDHlUEc,16644
|
1914
|
+
pulumi_oci/ocvp/esxi_host.py,sha256=an4KN0m2wkDvdWVMNyDM_hXCRfIq_AEWPdeB8mgKlWE,79903
|
1915
|
+
pulumi_oci/ocvp/get_exsi_host.py,sha256=FotjuIxvM9B6br9XxlZg_R4KQCSjGlzc4FWC2bVOH4w,22152
|
1916
|
+
pulumi_oci/ocvp/get_exsi_hosts.py,sha256=tWt99GmMPYfRoXfgWnQe8RGFb2PjR_kfbOV130ofJdI,12912
|
1917
|
+
pulumi_oci/ocvp/get_sddc.py,sha256=X6wjyFxL_zQ30hghwooxQ607TDwmGRNkLw060i04SAQ,45088
|
1918
|
+
pulumi_oci/ocvp/get_sddcs.py,sha256=XDYsuotjep56dlJsTegN09Ykb6CfoiSzOgwIMT5dudM,8384
|
1919
|
+
pulumi_oci/ocvp/get_supported_host_shapes.py,sha256=luBv3fHkgfARsTlU8-fY_ZgSPDc6f9QCzw1YM77u2Ns,6804
|
1920
|
+
pulumi_oci/ocvp/get_supported_skus.py,sha256=PaPPVyMeEil9fWxKj-e3dx9sFEfVm-K5LPQFbscMfKc,5778
|
1921
|
+
pulumi_oci/ocvp/get_supported_vmware_software_versions.py,sha256=qa9xXEyLpCLPllT68OGvRSjHIqM4bUfh8FDcuf0fysk,5502
|
1922
|
+
pulumi_oci/ocvp/outputs.py,sha256=9i8ZGWiSjldGScQFaslkoVvVehMCRgnoFV4SKdg2xRo,97365
|
1923
|
+
pulumi_oci/ocvp/sddc.py,sha256=gr3vjD_ezEZlPyB-4w0URdG4huNzR3Wnsowvjlawq8o,176712
|
1924
|
+
pulumi_oci/oda/__init__.py,sha256=sIiYpIKHQ4rqyW3va7TF5kiFxSxMxoiU1keLRRXSBhg,825
|
1925
|
+
pulumi_oci/oda/_inputs.py,sha256=qyQ4fGvUPuKIdbW0CaCbJ1eRDiz3BH3ZZa88u4SFdU8,11309
|
1926
|
+
pulumi_oci/oda/get_oda_instance.py,sha256=vpUTRLNR0WudRFricYMpHz_cUvlRlIcN8QTnPIEvOTE,18074
|
1927
|
+
pulumi_oci/oda/get_oda_instances.py,sha256=Qh6UW-wCBuWib3VN4VafHvzL3I8ieyb9x3HVfmEcDpU,7577
|
1928
|
+
pulumi_oci/oda/get_oda_private_endpoint.py,sha256=uzxhtB4e1zrYVk81LIOEuSR06nVRcI7uoa_pH6gED_k,10043
|
1929
|
+
pulumi_oci/oda/get_oda_private_endpoint_attachment.py,sha256=DyidwKxVmbIdJ7KIJ-ktnv4dw4YH6KOfNrXaBroGctI,8382
|
1930
|
+
pulumi_oci/oda/get_oda_private_endpoint_attachments.py,sha256=KSSuBXsRPrQBMNXXtqLyOQ8hbsLl_ZrxWH9xY65_dzQ,8939
|
1931
|
+
pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py,sha256=9MbroIEf7ZJgLQPdT8AyeOtrF8MRd4UT1UD0q6kKpRk,7723
|
1932
|
+
pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py,sha256=a2dexK2DFRaUvR0MNmzgm0BD3kSwtjO76iQJOVo44yQ,8856
|
1933
|
+
pulumi_oci/oda/get_oda_private_endpoints.py,sha256=nED26l58BLThCA_LB16hNAF9iftP4ZUjAF0I9ynkQHk,8201
|
1934
|
+
pulumi_oci/oda/oda_instance.py,sha256=wJ2-WFRv04NNt8GYtNkkw3cT3rTpcpBp7BicKc_8yc0,56652
|
1935
|
+
pulumi_oci/oda/oda_private_endpoint.py,sha256=f7b9w8iqErGVo259bGIBNLUFbiMvDY7UgB-8bICJDys,32889
|
1936
|
+
pulumi_oci/oda/oda_private_endpoint_attachment.py,sha256=DVsKNnjs1jAA1yFj2yXQvLAJfuuprSGPV4vDVGjwnEk,20108
|
1937
|
+
pulumi_oci/oda/oda_private_endpoint_scan_proxy.py,sha256=hT1Mh5jWHimGO0soEgobDmWE32PMakOk1swpqDWCEko,24426
|
1938
|
+
pulumi_oci/oda/outputs.py,sha256=70DvB3XfIMnz4wow9ufsyseNTLd-cmt5zrH0xHeG_wQ,53401
|
1939
|
+
pulumi_oci/onesubsription/__init__.py,sha256=ZG6x3AUwfQcg_AxJx6oS0J2y8ymSUiMJCymwtmk903c,788
|
1940
|
+
pulumi_oci/onesubsription/_inputs.py,sha256=7Jy7rdAhRQPR4PAqTuWacEFb7AXVgtGpgFAbwp0h6KM,15924
|
1941
|
+
pulumi_oci/onesubsription/get_aggregated_computed_usages.py,sha256=phoXGHZv9uGXSBK2CJb41vWwhWVEJacUwwCV28r9aFk,10132
|
1942
|
+
pulumi_oci/onesubsription/get_billing_schedules.py,sha256=2CDnJJy4d1Wh6lLUJZU9exoojXY5mCW37V91vlV6PBE,7499
|
1943
|
+
pulumi_oci/onesubsription/get_commitment.py,sha256=52qGZblOAOu-hVhJLb8aK2gC4nX_WttdEurHiTzDxcQ,7187
|
1944
|
+
pulumi_oci/onesubsription/get_commitments.py,sha256=eii1M7eEDM_ziRS-tjNAT6khJQVQJogGijvqMSVeFq0,5957
|
1945
|
+
pulumi_oci/onesubsription/get_computed_usage.py,sha256=HPvVcRslJhSUXwR1oYKCQnxCoxoqzfYQUkHtKhc5ue4,19111
|
1946
|
+
pulumi_oci/onesubsription/get_computed_usages.py,sha256=ZF5ugBWpumMgPKGco3l2higww92jchBCQ_65rEKxNkQ,9043
|
1947
|
+
pulumi_oci/onesubsription/get_invoice_line_computed_usages.py,sha256=oiV6yHyGneAkMEQ2heKczO92Lo-rAaOwTPuMH0mkp3E,7702
|
1948
|
+
pulumi_oci/onesubsription/get_invoices.py,sha256=NAlDcTrq9gggQAb-Cvw4X1ROWXoXV9JG1H9XlJY6sP4,8510
|
1949
|
+
pulumi_oci/onesubsription/get_organization_subscriptions.py,sha256=QyO_CRifRY9ufHuV4mUFlBhjsyB8drMcQIX-vsAmxHA,5401
|
1950
|
+
pulumi_oci/onesubsription/get_ratecards.py,sha256=oxl2fLnFzISXMsslEhLtv-HBtx9FWRkGo7SNehkjk3c,8510
|
1951
|
+
pulumi_oci/onesubsription/get_subscribed_service.py,sha256=yDM2gzJNrnOJHmkUdRD7vdbrdXr9m7FW7D967eblVPI,70451
|
1952
|
+
pulumi_oci/onesubsription/get_subscribed_services.py,sha256=FrS5fw1K4UqBj1ehFB49GO3X-1Lisj8YjNP664BzB4Q,8251
|
1953
|
+
pulumi_oci/onesubsription/get_subscriptions.py,sha256=U1p-dHQpUrjU-yv4q-761Rt_E7aTZ1-SaM4UW9B04OA,9370
|
1954
|
+
pulumi_oci/onesubsription/outputs.py,sha256=-RtXvZA1nkjTR9Bz0cKC_wNVBxC5rui14dpTZRFCLBc,397502
|
1955
|
+
pulumi_oci/ons/__init__.py,sha256=3RLm4hHhkV7z4RDcufAguGdmMeMhze8kevbhBzMg2XI,518
|
1956
|
+
pulumi_oci/ons/_inputs.py,sha256=3maTc64Ew046i7wNGKQ1GFW6cjfbk4asL0Qrc3f2Xpo,3488
|
1957
|
+
pulumi_oci/ons/get_notification_topic.py,sha256=kqSocW3EKti-YKSZTPhOrRotfxAUywtEMuV-a-t1VsQ,9440
|
1958
|
+
pulumi_oci/ons/get_notification_topics.py,sha256=wAhVHGit6eElW5Q6a6hje1kSwOtoCF_1bqUI8UBfj1U,7502
|
1959
|
+
pulumi_oci/ons/get_subscription.py,sha256=RSkli8UuwmvLUeFevJ1vgMFcGqRpIKkktuWgvqO1VSY,9744
|
1960
|
+
pulumi_oci/ons/get_subscriptions.py,sha256=R8K-KlGb5bGzDU9k0EKy8BddKtqty9a9F2FIiBVswPc,6400
|
1961
|
+
pulumi_oci/ons/notification_topic.py,sha256=rxT8OlaFMG79Wf-yRTV66JSeZv4LuLVaCdlzDmusn2Q,32908
|
1962
|
+
pulumi_oci/ons/outputs.py,sha256=TUJI6NmvR4h6dbo-ce6U1fvIDmVGYnenSyJpFTe-8Qw,19445
|
1963
|
+
pulumi_oci/ons/subscription.py,sha256=WBif9l-pPhHqfa3aA_8qzQQwe1CIArJdWlHJdqJFw4w,36229
|
1964
|
+
pulumi_oci/opa/__init__.py,sha256=NWevj4wdv4lTwkJ5tcUGcUCfKbbXcsX6i2pdNVfpjlE,407
|
1965
|
+
pulumi_oci/opa/_inputs.py,sha256=dz2Dh80QA0k2PokpfA_u8fp_wSDvKcRd3Z4KYc1Rjv0,6449
|
1966
|
+
pulumi_oci/opa/get_opa_instance.py,sha256=GDEdGDNFAusQqv8gkf-W2SkOO8ds3pyjY7f3PCJh5Ns,15888
|
1967
|
+
pulumi_oci/opa/get_opa_instances.py,sha256=aaTbymz9DBn49vzYSlgF_PYsDt1MG0rPfgLZcSB8nV4,7164
|
1968
|
+
pulumi_oci/opa/opa_instance.py,sha256=wzTSDX-alm3bKSp3yrWElFWEnFKNbFi1Z8kl-qWcuAw,51474
|
1969
|
+
pulumi_oci/opa/outputs.py,sha256=0L97dBp67AM4EnHLf_xiJkZtHbGrUbHWQSs2_4tmgX8,26548
|
1970
|
+
pulumi_oci/opensearch/__init__.py,sha256=j6imX3-XMevHNRul4IwmPmSMXzCUFaiStMD2MhamtRc,491
|
1971
|
+
pulumi_oci/opensearch/_inputs.py,sha256=kdCUkdUvxZGiDd4sHqt5eQlrSX_KaQscEm_OVBaC20k,3284
|
1972
|
+
pulumi_oci/opensearch/cluster.py,sha256=99U0vXJ15MxDF6Z0XbpzanMt-cLn_Iq0DrY8GleoHW0,104041
|
1973
|
+
pulumi_oci/opensearch/get_opensearch_cluster.py,sha256=RxPDLNThOu2pBlylsgH4Ta2RxPAXdU9h_fLlKjE4CXA,29612
|
1974
|
+
pulumi_oci/opensearch/get_opensearch_clusters.py,sha256=fe6DnTQ7v93GgZzTvVJmc6uJ1wmrGIoclK_TtV8oV1M,8542
|
1975
|
+
pulumi_oci/opensearch/get_opensearch_version.py,sha256=mQszQJ70H8tUTbp9LH2CYnY1wxQQ3yhOPDWJbhV3TUw,4975
|
1976
|
+
pulumi_oci/opensearch/get_opensearch_versions.py,sha256=qjg41RAfaYwp314h8LSbl71QMXy74PzeX4Y4HooLdaE,6105
|
1977
|
+
pulumi_oci/opensearch/outputs.py,sha256=3-TNZNfpgqmKejUy8yzVV2VSVtiUpbcb0DgMqTxaJuA,29081
|
1978
|
+
pulumi_oci/operatoraccesscontrol/__init__.py,sha256=O3XP9zxud4_q0-qa7TYm4WJGn0qcNIoCYPQe28cjGbE,685
|
1979
|
+
pulumi_oci/operatoraccesscontrol/_inputs.py,sha256=luFfw-_9cfzdSBidE4cxnAN3jrKM4Ur1kFSFIQEhoDU,6356
|
1980
|
+
pulumi_oci/operatoraccesscontrol/get_access_request.py,sha256=r4TWrkwRgjW7Piyrd45RSLfKuiPDe6DcDS9CcYVYWOw,21851
|
1981
|
+
pulumi_oci/operatoraccesscontrol/get_access_request_history.py,sha256=7NG0DF7uzfj3kmROEhS1TTvgG93udM5g1A1T63RNSF4,4377
|
1982
|
+
pulumi_oci/operatoraccesscontrol/get_access_requests.py,sha256=vN6PAhZED03QptoOYeKjZkOvWYKTRA6zRqXVJ0dwa50,10472
|
1983
|
+
pulumi_oci/operatoraccesscontrol/get_action.py,sha256=ahSGnu3enr0k8MbSYBZaElgNBUggGUpDVTc3VR5zL_k,6946
|
1984
|
+
pulumi_oci/operatoraccesscontrol/get_actions.py,sha256=tqwRwaerqQziaSl7DTr0IlwQ1-laVNGbvr0w6RfUrK4,7651
|
1985
|
+
pulumi_oci/operatoraccesscontrol/get_control.py,sha256=1F93JQE1Ozs85O-EGu3cGY1IyuMCn75NIDXT434BoWo,16660
|
1986
|
+
pulumi_oci/operatoraccesscontrol/get_control_assignment.py,sha256=KBRSlflpeB32EyUp2FxXFCG2KDUAIUypBjxiYh69Yyo,21320
|
1987
|
+
pulumi_oci/operatoraccesscontrol/get_control_assignments.py,sha256=YcqP4Lu_zglsipL-beEa0HarZsVPCbH9UduLotIXf-Q,10011
|
1988
|
+
pulumi_oci/operatoraccesscontrol/get_controls.py,sha256=t4P8LcUB7KebNU7uwBkFUv6h3boKVpDIfgch79-1WkE,8024
|
1989
|
+
pulumi_oci/operatoraccesscontrol/operator_control.py,sha256=pMuy5OSnm1ervcSPF8lkdw4DI5EkZvTcaxDxxl9A3Dg,54980
|
1990
|
+
pulumi_oci/operatoraccesscontrol/operator_control_assignment.py,sha256=22wJWWYG7jvwC2xp2wLHqMK0rNe-c7_8C7qh3OqNSh4,73484
|
1991
|
+
pulumi_oci/operatoraccesscontrol/outputs.py,sha256=e50JcaBUEvmVcWEvPLXFiW8YRZNmmVB-ju8_JYqUOjE,68774
|
1992
|
+
pulumi_oci/opsi/__init__.py,sha256=SLnw73wJxKg8K6H22ZkKuWYBKPkNZskA_M_gkhwSPXQ,2070
|
1993
|
+
pulumi_oci/opsi/_inputs.py,sha256=SfhJWqqm6QRRnBM6UWUyaLwngcBuEeE9dXgNSNtwrSk,80113
|
1994
|
+
pulumi_oci/opsi/awr_hub.py,sha256=yfWwxPqpEpjFmHMET57Z33NKTbzPgQl41xFbQ9vkl4w,33121
|
1995
|
+
pulumi_oci/opsi/database_insight.py,sha256=o5PG5HsZfjBYhSG0XAYmT991aJfsH0YzvFLyGG_3xJU,88014
|
1996
|
+
pulumi_oci/opsi/enterprise_manager_bridge.py,sha256=Wl2KEUqLqSRgLG8bA3rgmRWArCNqKxn5LmUb5Xe3CTQ,35416
|
1997
|
+
pulumi_oci/opsi/exadata_insight.py,sha256=o6LFRNDK_2tzRHcjYsUeWjhF5VEHEL7aKkDySg3y7_8,67123
|
1998
|
+
pulumi_oci/opsi/get_awr_hub.py,sha256=iBC9xrLg749oRLehdOAKutzM9GoWKMGLqpTqSeBtpaE,10460
|
1999
|
+
pulumi_oci/opsi/get_awr_hub_awr_snapshot.py,sha256=wIQKsps-mHeLf3075vBvK3lsTOsC_VnUymV6EH4jyv4,8954
|
2000
|
+
pulumi_oci/opsi/get_awr_hub_awr_snapshots.py,sha256=OoQN5EUbrpV0DOazpPz0B-YES9MafS5nskfchT4H6l8,9983
|
2001
|
+
pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py,sha256=H1AAipIG1FRpBdq7RHJnurXv9KyBdgO4aO3N9Qp4Zow,6110
|
2002
|
+
pulumi_oci/opsi/get_awr_hubs.py,sha256=V_LdFdGUWmtIWDnu17Kvcd5y0ZiqG7sP-S3vCmMOp50,8725
|
2003
|
+
pulumi_oci/opsi/get_database_insight.py,sha256=XWsrWXLg9yJGcbJI9_kZ1lcDi1Et1fu-xqB1MFXL_wI,25678
|
2004
|
+
pulumi_oci/opsi/get_database_insights.py,sha256=tzjDZlS9uUtBin7tNe1mKHzMPQJUuoj9YUMwtRBI-Hg,17066
|
2005
|
+
pulumi_oci/opsi/get_enterprise_manager_bridge.py,sha256=5NGJ7cnxwdquxDXFkZRglDD6z9zVOmk86Kp6TnvuNeE,12384
|
2006
|
+
pulumi_oci/opsi/get_enterprise_manager_bridges.py,sha256=5kwij7p2NtNoiNE9zXN-3gvxP1hMOJwtci8X0Bwpk1M,9854
|
2007
|
+
pulumi_oci/opsi/get_exadata_insight.py,sha256=l7ttwsooqJH5bhxoDEciWs68uBPFkFwhojwUwWSBFsY,20306
|
2008
|
+
pulumi_oci/opsi/get_exadata_insights.py,sha256=mbvqqApAkV3ftcEC0YJ3TMngwXEvyCTZlKVE_jaWwys,11986
|
2009
|
+
pulumi_oci/opsi/get_host_insight.py,sha256=T6bGfn8K_Dnu5TKC4aY7gZQ_ec4ys0NZkZ7-dZxyPY0,20064
|
2010
|
+
pulumi_oci/opsi/get_host_insights.py,sha256=O6weoSzmwJl9Q36vWIDX-L4GEUWnVbAi_yZ4Lql0oc4,13192
|
2011
|
+
pulumi_oci/opsi/get_importable_agent_entities.py,sha256=aHjxAzt_LFTTyzemnnkR7AVEUl-qdKrm9ggz5-6w_0k,4865
|
2012
|
+
pulumi_oci/opsi/get_importable_agent_entity.py,sha256=FkNLf4Xmun8hpZZgeG4v5Fwfqm8p10fSpHNLgfXTYss,4855
|
2013
|
+
pulumi_oci/opsi/get_importable_compute_entities.py,sha256=6vHCDTQSSlkPLmAraPfXdHOjF1uZWiiAWvJx6W9Wkz0,5457
|
2014
|
+
pulumi_oci/opsi/get_importable_compute_entity.py,sha256=WNmylq_JU7ZRKnW33cTgd0BPNeGWdrcliY-WXUmH5i0,5447
|
2015
|
+
pulumi_oci/opsi/get_news_report.py,sha256=3xjzWxId0cRnMbs_Nl3XtfBlEhj6fnkbi5h-Qyx40_k,11711
|
2016
|
+
pulumi_oci/opsi/get_news_reports.py,sha256=NGRfgyzzBVCw_F2LlAEpqIjkSBPk7lbStlxGeJthflQ,9239
|
2017
|
+
pulumi_oci/opsi/get_operations_insights_private_endpoint.py,sha256=8tNedNIuGROTWZK3zQQnyfTKQx-Q18xT_RUXSMwmrF4,13663
|
2018
|
+
pulumi_oci/opsi/get_operations_insights_private_endpoints.py,sha256=bJloNbLGGZC7zav5HK4Q7zDKDLsdPbVWv-d_GDkctPo,13338
|
2019
|
+
pulumi_oci/opsi/get_operations_insights_warehouse.py,sha256=RhmhG8Q4pLsRtIk3G_882NHPU9Xj_pcVModgjW8oj5U,14369
|
2020
|
+
pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py,sha256=mrTU8_2WqBvf0rZZ1kmrzXarNDKn8nqI7A77-frGNII,6670
|
2021
|
+
pulumi_oci/opsi/get_operations_insights_warehouse_user.py,sha256=7bgPullVWCK1lr0V2BTco63j7hikB17_iMgLrUbWqn8,13107
|
2022
|
+
pulumi_oci/opsi/get_operations_insights_warehouse_users.py,sha256=6InJoefwTS6CswV7BNB7biwbeNTSafnHjIKE-O9amNY,10349
|
2023
|
+
pulumi_oci/opsi/get_operations_insights_warehouses.py,sha256=bB1ep0IJqFlMIHlVYo_pmlpCdUSmBPzgHM14TRKKBjE,8771
|
2024
|
+
pulumi_oci/opsi/get_opsi_configuration.py,sha256=-IpGjkkkk3DR76KYbXyNq9uN6F4abfaw29XhYHXfQ7I,17355
|
2025
|
+
pulumi_oci/opsi/get_opsi_configuration_configuration_item.py,sha256=1FbP4s1ViZ91aMHcaF_QZr1RbBHd5UGYxGpuBGU1Oxc,10376
|
2026
|
+
pulumi_oci/opsi/get_opsi_configurations.py,sha256=rrxPrRfC4Xy7AqjNabTOECVIDgm_gt8eSV4bziQXpRk,8755
|
2027
|
+
pulumi_oci/opsi/host_insight.py,sha256=X6eyl0N6I2PaT9sPpzEcCUOef76T7zm4n8nNebJg1cQ,63113
|
2028
|
+
pulumi_oci/opsi/news_report.py,sha256=s6VzQnRGG0kN6npFG79Jk2yc7DA0BLvLgauVyZ2UO0s,40053
|
2029
|
+
pulumi_oci/opsi/operations_insights_private_endpoint.py,sha256=YKI2tU_Syq9xpcjBic0SvktEstmpXaA2UrwkVhRyd8Y,45744
|
2030
|
+
pulumi_oci/opsi/operations_insights_warehouse.py,sha256=B2OuIuwDZZI3BKuPdwTvGQPGRp45GZeCpfnk1_IEJLk,40240
|
2031
|
+
pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py,sha256=noIFu2YkzlcSNNT89kPcE0B-f1qM4PyizS-TZtv7AFg,16038
|
2032
|
+
pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py,sha256=oLGEyEK0XSwCuL_tH5jrYHl1kVuNd7TQf3MYazTfuYc,11574
|
2033
|
+
pulumi_oci/opsi/operations_insights_warehouse_user.py,sha256=f1s3VazeyYPyAtZz8sw4kiiQ9pAdpa0kMLeeTE0cDOE,41413
|
2034
|
+
pulumi_oci/opsi/opsi_configuration.py,sha256=yuwUMeXPBYpN_QQ72sI5jDyTYEPftZyjm_lul1jN8Yo,52377
|
2035
|
+
pulumi_oci/opsi/outputs.py,sha256=1gAE0vHLG4xm9z_KsRdATpeZBYkqTReTjnSwWJOwA1I,322827
|
2036
|
+
pulumi_oci/optimizer/__init__.py,sha256=KGWDQm3UJGX6gBelEZ_vljzdfFHDtB9tXZWWCBflwvc,944
|
2037
|
+
pulumi_oci/optimizer/_inputs.py,sha256=GzDX2im9sv7Nf_qgD33xtTNm3e0xvYcyB--25eZiYZE,30271
|
2038
|
+
pulumi_oci/optimizer/enrollment_status.py,sha256=gfz0PwVfqhscnHqEOPARiNlPyqf67gDPlqB4sjIH5ow,17396
|
2039
|
+
pulumi_oci/optimizer/get_categories.py,sha256=PygWXu3yP26qgku-MWYS6yddhdQIirCYXd2W_acPjcg,13621
|
2040
|
+
pulumi_oci/optimizer/get_category.py,sha256=on7rXI8_GpW_Shu-EHyPURuH7Wj4yTmdq6jA9AZ9yKI,9669
|
2041
|
+
pulumi_oci/optimizer/get_enrollment_status.py,sha256=vjdCdyoLkz761xlTDcg3XpScSgRtbhEeBF4kwVL7LJk,6831
|
2042
|
+
pulumi_oci/optimizer/get_enrollment_statuses.py,sha256=tXwlno2A-uCevJzZbBNhcRPOmA59fjznkqxQXINfJMw,6994
|
2043
|
+
pulumi_oci/optimizer/get_histories.py,sha256=9GLiwc3WuKTkrF-oy9YrI-mF6QjIWDJUR_jYHctfKj4,12631
|
2044
|
+
pulumi_oci/optimizer/get_profile.py,sha256=qKcl6wZkwVW92C6F7CpodJ1RrMbSbLI-5O27jYcZEuc,10773
|
2045
|
+
pulumi_oci/optimizer/get_profile_level.py,sha256=u0zSVJvHKjcEONJ73gaG1EY9wnlr8koNuqPnc4ti8CM,7669
|
2046
|
+
pulumi_oci/optimizer/get_profile_levels.py,sha256=EsVYyhgpzTkvrTE-7iQTa6-4sKWFupuw5EPvIDNEWK8,8689
|
2047
|
+
pulumi_oci/optimizer/get_profiles.py,sha256=RBlUw6BL55ljQa9niNylRJvM8ghIK7v3WZ4iRyBib1U,6371
|
2048
|
+
pulumi_oci/optimizer/get_recommendation.py,sha256=JN3k4K3lrCiv8Z6Oqkw6VHWGWq5z0t5IU30mFPMXHLM,12146
|
2049
|
+
pulumi_oci/optimizer/get_recommendation_strategies.py,sha256=F9OA4cIbbqE0bboWevP0RkEMvupnII7cxNr3E7sUk9M,9194
|
2050
|
+
pulumi_oci/optimizer/get_recommendation_strategy.py,sha256=jez1AR0pPFUpeJAvh3GIci_ynGHH5j4Zbb3CB4AifEY,7955
|
2051
|
+
pulumi_oci/optimizer/get_recommendations.py,sha256=hSYUrasZPD2cCHKINc5mtt2NsJamK58X1dDGYHMUSew,16970
|
2052
|
+
pulumi_oci/optimizer/get_resource_action.py,sha256=-yqPVQwluG9uuWuE8GcEqaZYzbCmT2KqcQTZk09YgRY,13061
|
2053
|
+
pulumi_oci/optimizer/get_resource_actions.py,sha256=s9EN-24lZ6qC0G6ZEIFQDSZB5Ch-qAirOyE0o1TyszU,18384
|
2054
|
+
pulumi_oci/optimizer/outputs.py,sha256=tY57AVQIMUUCBqXtWASvj0pwZjtexO-YH2tPiIkNl-Y,139198
|
2055
|
+
pulumi_oci/optimizer/profile.py,sha256=ZcfeJLIDuHVUm8KvaaVqlacJIDZyZDJQqKI3sBZKkdo,40332
|
2056
|
+
pulumi_oci/optimizer/recommendation.py,sha256=osE2202-tD-4-JW8ITNK0TRhwMAlDxrX30WXoKA8UJI,33401
|
2057
|
+
pulumi_oci/optimizer/resource_action.py,sha256=i1bTCMJqG_Kde6DZ3Q_46dbAqWQ4dixxNjh7j3vvVEQ,34894
|
2058
|
+
pulumi_oci/osmanagement/__init__.py,sha256=lDPqLjnyvU1tbQ1VftQFEdA8grjmmXAD1gyBOUPK2P4,994
|
2059
|
+
pulumi_oci/osmanagement/_inputs.py,sha256=YvRjQuIsiDF3oJUqyUo6hArhBOo-4x6nmH4Q-ORCwXg,24458
|
2060
|
+
pulumi_oci/osmanagement/get_managed_instance.py,sha256=rXwpS57oyRpDMQxoNGda0cqfbrVr-TZOjG1D-v3wWeY,19123
|
2061
|
+
pulumi_oci/osmanagement/get_managed_instance_event_report.py,sha256=PHXS9h5EnFJsg1TUAFyLkR1jGGHSWs38GlvSt54MASI,8637
|
2062
|
+
pulumi_oci/osmanagement/get_managed_instance_group.py,sha256=DKfU2t22VHxotK8Oc9KM7oByVbF51ueQa_oB8Z5xtSw,9013
|
2063
|
+
pulumi_oci/osmanagement/get_managed_instance_groups.py,sha256=0vYRlgferked0kWWiJttTnwEFhBa8IKym38B16upNpM,8178
|
2064
|
+
pulumi_oci/osmanagement/get_managed_instance_module_streams.py,sha256=4bI8gdTOpyqMMgzjRAACS9MQdpnBLrfx2G6yX7SBw68,13563
|
2065
|
+
pulumi_oci/osmanagement/get_managed_instance_stream_profile.py,sha256=c2a-SUSXgQPmhPcGaU_A1KCPzSiYjDxRTO8zblQd8T0,14389
|
2066
|
+
pulumi_oci/osmanagement/get_managed_instances.py,sha256=ksAXjmyDu4oAHar-Vr2LRZ1zapzHnQifPO_kOleLIto,7002
|
2067
|
+
pulumi_oci/osmanagement/get_software_source.py,sha256=tzjvRyDA-J6CS7Ekh554YhcC9kDZyt4XmK21YN0mwhs,14998
|
2068
|
+
pulumi_oci/osmanagement/get_software_source_module_stream.py,sha256=ppZ5TrqqVhz13lE4wxok4jmULj1XXcvylhlVoLqNo-4,8913
|
2069
|
+
pulumi_oci/osmanagement/get_software_source_module_stream_profile.py,sha256=cCZRyebiIYMsdw73UZdFExF0bNZKxiYmGuz4aIu4cJ8,8899
|
2070
|
+
pulumi_oci/osmanagement/get_software_source_stream_profile.py,sha256=GGE8aTytiMe3QfZdQVHL7d40UXBBo8f95n413r4uhMY,11328
|
2071
|
+
pulumi_oci/osmanagement/get_software_sources.py,sha256=j1gwcTNmA07sawDsq_v1gq_lSikiLqoPzoYI4wBrhfc,6858
|
2072
|
+
pulumi_oci/osmanagement/managed_instance.py,sha256=2a0MxuN4S49jSvSRiLx6hOMdlG5GFm-a1VxLR1P2ZYg,47650
|
2073
|
+
pulumi_oci/osmanagement/managed_instance_group.py,sha256=PkZlT6fFxkFovmcxYHdkyNEL50rDioVdR_P03vpbFv8,28053
|
2074
|
+
pulumi_oci/osmanagement/managed_instance_management.py,sha256=pN_tKbhIaDd96hPBID0YqcCJg0HMxk5g5Xoi7hvcpi4,36778
|
2075
|
+
pulumi_oci/osmanagement/outputs.py,sha256=Xxhk59t5S4iQSrDoo9GDDcQoWlLl0k3GvQp0y38R1uU,81029
|
2076
|
+
pulumi_oci/osmanagement/software_source.py,sha256=YgXp2wp5yaJc65HVrWGhMpw3IgZkT4wrHrZn6xXwzV0,48223
|
2077
|
+
pulumi_oci/ospgateway/__init__.py,sha256=_1egZYO1h80MOxzPAj4FddwH5MUCu-Svp9r8QrDHU34,647
|
2078
|
+
pulumi_oci/ospgateway/_inputs.py,sha256=LiDgfDKZBrtNARLYLZrbFuhgIMUa163ZCwZaOKy-I4A,110642
|
2079
|
+
pulumi_oci/ospgateway/address_action_verification.py,sha256=IF2Z2E1lkq3Ycsl_DpMTkd80IyOP7PmwH5n1MVKE-b8,71774
|
2080
|
+
pulumi_oci/ospgateway/get_address.py,sha256=UWNV8kOpA30LXXEANJkxt58_A-0nyZlcPCWLNF5pos0,17991
|
2081
|
+
pulumi_oci/ospgateway/get_address_rule.py,sha256=d9blBEvYNMcOrpXOwbZZmxWuGTHeJIRy8rX4TiXD8h4,7046
|
2082
|
+
pulumi_oci/ospgateway/get_invoice.py,sha256=5tJs6ITjh8jykWXXbpNO6BNj_0WpHXo1ND8VtyUIFmE,19178
|
2083
|
+
pulumi_oci/ospgateway/get_invoices.py,sha256=LutJs_PUFlFlB28bpB1S7FBuXOIY4vWc1wTCqgbgzEs,14204
|
2084
|
+
pulumi_oci/ospgateway/get_invoices_invoice_line.py,sha256=tmEcumKq0isUI1jK-9VxeOCCAmuVdw_Fao5hD35LUxk,6294
|
2085
|
+
pulumi_oci/ospgateway/get_invoices_invoice_lines.py,sha256=xkMPxDZzQlBBTYehy2ZuM7aQeZsn3v9nFc3Ogt1dYf8,7339
|
2086
|
+
pulumi_oci/ospgateway/get_subscription.py,sha256=Csq9IdeyY9MSHHioY8f8ZMyRW6UXVW5H7axkzjSBcYE,18226
|
2087
|
+
pulumi_oci/ospgateway/get_subscriptions.py,sha256=bc29YVHHXmjDMWmvUaWYWE6w-8LQVHB9F6ufTZ69Ok4,5994
|
2088
|
+
pulumi_oci/ospgateway/outputs.py,sha256=aNnoLjJ1woSYsWZcbYAIZB64XP2qYipJZyTTdrBrj4c,303663
|
2089
|
+
pulumi_oci/ospgateway/subscription.py,sha256=UsfW3KS1Mxi7Sg87usvkR_YBlSUwILuSIDlnF1opY5s,47607
|
2090
|
+
pulumi_oci/osubbillingschedule/__init__.py,sha256=MUeqEUQLF5-Us6E-FDTHDppCY6L-vabohX2BrJ0X0jA,350
|
2091
|
+
pulumi_oci/osubbillingschedule/_inputs.py,sha256=phxyq9ADSkcgkZ-DGs1bn8Ibu-1aOgutwq8HhuynH9w,1925
|
2092
|
+
pulumi_oci/osubbillingschedule/get_billing_schedule.py,sha256=hGnwHWWxbtd8oQp5cz7rho4kRPozBwEird-oNPEW-sk,8586
|
2093
|
+
pulumi_oci/osubbillingschedule/outputs.py,sha256=tBOBIulOjUIBi6CEhWKDNm5qk4n8Q2u0wfWXZOx8kRM,8731
|
2094
|
+
pulumi_oci/osuborganizationsubscription/__init__.py,sha256=gMrNU3E8vEvb_DLP8D-Sxiu6kvq_aEwNHVaHeDs3P6g,360
|
2095
|
+
pulumi_oci/osuborganizationsubscription/_inputs.py,sha256=XrkeKGBEQcZVFnJeh0i8JwpNN4kyR-c_LTW39u1-iIs,1957
|
2096
|
+
pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py,sha256=rebBMu6Y_Jw_TzJdwPkPOu5G70BW4Bkl4JGy6BmdRzU,7621
|
2097
|
+
pulumi_oci/osuborganizationsubscription/outputs.py,sha256=NpR8kLHGCeMcTVK8--fREZLVsT-DvlkcSr9l6zPf-Bk,7249
|
2098
|
+
pulumi_oci/osubsubscription/__init__.py,sha256=pZ3qy04oJCWY-d-tu_BNCSNE00i4Ysv95aEYx8Jz3Vo,437
|
2099
|
+
pulumi_oci/osubsubscription/_inputs.py,sha256=SnJdil43R85C2yjbkf5v8NQOeJ20q3bJtHwE_SJm948,4892
|
2100
|
+
pulumi_oci/osubsubscription/get_commitment.py,sha256=-cq4n42l-bXpYovp6TdZRs2rXBs_Kt7I0RbuN6vAq24,9358
|
2101
|
+
pulumi_oci/osubsubscription/get_commitments.py,sha256=XwjyDz_YL80x4xUs1_Nx8n_AEaRsZCvQeeN0uAVxTsU,8624
|
2102
|
+
pulumi_oci/osubsubscription/get_ratecards.py,sha256=OOEj0-8L-a3x-S3O4kRIdIRZi3R_gf1WiIkqgps5NYk,9743
|
2103
|
+
pulumi_oci/osubsubscription/get_subscriptions.py,sha256=2R8R9q9jw-CquWhyv0LY_T4ZsXLoUm2p_nqGPboJ0M0,12190
|
2104
|
+
pulumi_oci/osubsubscription/outputs.py,sha256=uJlc4jBoYclIff_awncf7w3wTQPByuNfP8RAhSLp6c8,39482
|
2105
|
+
pulumi_oci/osubusage/__init__.py,sha256=kU3nzaf8HxGMC-MdBJ9iOrYmxPJH5hIThP27pdD0SsQ,425
|
2106
|
+
pulumi_oci/osubusage/_inputs.py,sha256=v6L266fBYkxzoOl6ayJ6Lm4mPfx_Ha5z93PP_i04lfE,3495
|
2107
|
+
pulumi_oci/osubusage/get_commitment_aggregateds.py,sha256=1SRqRJbn0HLVeG57OEDrRElCu9iX-dXS1BIVA6dQC_s,11096
|
2108
|
+
pulumi_oci/osubusage/get_computed_usage.py,sha256=mgbp1yXXnQX71zVSOeNQ9siW9YBi77TjEFQl1ybA_-A,20327
|
2109
|
+
pulumi_oci/osubusage/get_computed_usages.py,sha256=Z63iG6T8WsMNNRGImtNHbmdRLuM6AnmJPPLTFoG557w,10139
|
2110
|
+
pulumi_oci/osubusage/outputs.py,sha256=bXQAgE6i2IdNo1wwdHkp5kkKquszVD007QOlUw2hNGo,47170
|
2111
|
+
pulumi_oci/queue/__init__.py,sha256=jwKK25ETwcG0tqoblRZJX6MN7BKulcDaUyL3ql98tf4,386
|
2112
|
+
pulumi_oci/queue/_inputs.py,sha256=Qxt-qJ_4-DSlk-jHMJxenlfSZWjvPfWP_qHiTPXeQlU,1791
|
2113
|
+
pulumi_oci/queue/get_queue.py,sha256=WWth8T9-BjuF3_phaPLO2ijMDqZ1MFiaXMBtoXujLGc,14720
|
2114
|
+
pulumi_oci/queue/get_queues.py,sha256=l97r9yfeUapC3dnU4U7_5OY7gJwB64rw_vfoHvWRrio,7132
|
2115
|
+
pulumi_oci/queue/outputs.py,sha256=f1aOrfG30njjT5tx5sQw_hOKb_CvuLUk97hUOzXhons,14226
|
2116
|
+
pulumi_oci/queue/queue.py,sha256=sCbjP0B3qkGVLm0XtNuzZUZBJseBCTBt0x2fotVnGtI,50351
|
2117
|
+
pulumi_oci/recoverymod/__init__.py,sha256=OK1ODRfvOF3FChxhjvEoUukJEwhKRNFy7FpavkfVxs8,718
|
2118
|
+
pulumi_oci/recoverymod/_inputs.py,sha256=8PVjfzwV7dloDTEGPxJHB40DPnktd6WU-zUtXkSQuGc,15416
|
2119
|
+
pulumi_oci/recoverymod/get_protected_database.py,sha256=zsObWIjBrsP1IzuySyQQ10ksF4Cn8VNGjxoOXLX-0TE,17383
|
2120
|
+
pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py,sha256=fvR3yLEPYeP0E873H-ET4NXDNEx4DwJ6xQfOPHSPEbk,7358
|
2121
|
+
pulumi_oci/recoverymod/get_protected_databases.py,sha256=xZNr04Cvq1JXiPJa0qYEqWB7VxFy9_eIDoJMX2SidiE,10187
|
2122
|
+
pulumi_oci/recoverymod/get_protection_policies.py,sha256=jkPFLgROareEbVhsFbb9T70uBmLRSGNSWfh3Ym3sijM,9332
|
2123
|
+
pulumi_oci/recoverymod/get_protection_policy.py,sha256=jumjHjlHvU0XXxvfhyvBz9kHTKKXZhQm01DhDgutL8M,11167
|
2124
|
+
pulumi_oci/recoverymod/get_recovery_service_subnet.py,sha256=rUbC_AfS-CtyKvvEIKO-_4wikWrz31FIbbYd__bwunk,10741
|
2125
|
+
pulumi_oci/recoverymod/get_recovery_service_subnets.py,sha256=xsU4Y7RWojYmcWHfuWA72UpV-S4UAP19zx_ylZzJOZc,9137
|
2126
|
+
pulumi_oci/recoverymod/outputs.py,sha256=dQRMlSt74xMkvFuSrHvL2T-giwu6BQ-6g-hSudOxpnw,63881
|
2127
|
+
pulumi_oci/recoverymod/protected_database.py,sha256=83Jas2haDoGM3dAU_7PKl4fEBtXbso2gJMkBakqBLOI,60632
|
2128
|
+
pulumi_oci/recoverymod/protection_policy.py,sha256=PBd3vxxc5MlVqTFSdd6wvBIM4DKM_2eqSr_anWB8wLE,34005
|
2129
|
+
pulumi_oci/recoverymod/recovery_service_subnet.py,sha256=5dn8nmLsg59FiaOlYJMBfD5B-O1SGuvmA0nC5zrZxFM,34814
|
2130
|
+
pulumi_oci/resourcemanager/__init__.py,sha256=2G2BH5kW2MtOJKFnTb6Oytp5JQCS7n_E3uSubLhEQqk,553
|
2131
|
+
pulumi_oci/resourcemanager/_inputs.py,sha256=OJu7p5OaKJ1pdLv-oTEcUaN98yTS0FXQjhzMGtxYrzg,3242
|
2132
|
+
pulumi_oci/resourcemanager/get_private_endpoint.py,sha256=awT4TUtngSGEjGRiI9ZdG2SrYNHrhUdDAHgocLHwB9Y,12241
|
2133
|
+
pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py,sha256=0NLjA9AYb-y1gBK4HJYXp-HLx3zQSzx-NRWp3vprGDM,5849
|
2134
|
+
pulumi_oci/resourcemanager/get_private_endpoints.py,sha256=crHwVfZOL6KULnpjnqxYR5-s5gYiYLH_KvWWsmzwZb0,9648
|
2135
|
+
pulumi_oci/resourcemanager/get_stack.py,sha256=WbyThv8qEPOz_uNaRP17mwtDjA9CyJob5cjYN-UyK5k,8424
|
2136
|
+
pulumi_oci/resourcemanager/get_stack_tf_state.py,sha256=RmXoDAW9tO5y0wENhlzjKA_2n-iSFUaPlCFY7gb-kuI,3725
|
2137
|
+
pulumi_oci/resourcemanager/get_stacks.py,sha256=qB_RgA2qF55qcIJc2Q5jAluMOFcQjOcJzkZPg6Sntu8,7683
|
2138
|
+
pulumi_oci/resourcemanager/outputs.py,sha256=qgRl9glFFdeUWlKwt5BVPicEviFKpUglaPo9n-y-Z94,22416
|
2139
|
+
pulumi_oci/resourcemanager/private_endpoint.py,sha256=6dIcy4xCamh0jvupht28erPnAuqAPlHAI2nKwOq3STA,45036
|
2140
|
+
pulumi_oci/sch/__init__.py,sha256=rlhk88NmbUYwZt7pOZiJoUFVsAQP0nZAokyfunpy-gE,414
|
2141
|
+
pulumi_oci/sch/_inputs.py,sha256=OJpyZtPs0H2cT4ek6_MNcM-ZbdO1syciE8wvNyUqge0,45825
|
2142
|
+
pulumi_oci/sch/connector.py,sha256=UXdLBMXMVzp6nLrGsWu1bTC8-eEwZL8-lUa-c-2HBbY,56330
|
2143
|
+
pulumi_oci/sch/get_service_connector.py,sha256=xotkr0nCr4XKEpyAr6HiFVTgp2GKM5_V3kVh0Q2HQOM,12653
|
2144
|
+
pulumi_oci/sch/get_service_connectors.py,sha256=1BHTmmZeQSfv5Id01bE6kqzPL9NUDt6ixqJ2cNUYX4g,7597
|
2145
|
+
pulumi_oci/sch/outputs.py,sha256=6eiV9ZinMVqnDEYSzdgfao-lhDnd_TWgxJgu8gKjmq0,119536
|
2146
|
+
pulumi_oci/secrets/__init__.py,sha256=NR1kHXkqAFTxC1uCGWrWhfCqxOHbTuepWpT_ZUDwp9M,387
|
2147
|
+
pulumi_oci/secrets/_inputs.py,sha256=RRZCIqO1GqCGo7hYaRO7MKMMUVONVm_KyM1TrWN69Sg,1833
|
2148
|
+
pulumi_oci/secrets/get_secretbundle.py,sha256=0spRi5cH3SoODDslCIf2RTKWZBEbEsoranE3UVph5Zs,10942
|
2149
|
+
pulumi_oci/secrets/get_secretbundle_versions.py,sha256=NzpODT6ocRh6wzO4UuVfC0Juhqwnj6wgyM1xBBYkUDM,5049
|
2150
|
+
pulumi_oci/secrets/outputs.py,sha256=sx5-QIa3g8UnI-Ucyqsq_uSxaXlfUzOBcPdBP5XBans,7056
|
2151
|
+
pulumi_oci/servicecatalog/__init__.py,sha256=xR-U3z6NC6fXvpIoPuenWCFZcwJsoyPfQd1mebh7_Qg,747
|
2152
|
+
pulumi_oci/servicecatalog/_inputs.py,sha256=hBieer7ubtp5UwNngMiCcg7vF6EtIY1vHxHPvcf5GpE,10952
|
2153
|
+
pulumi_oci/servicecatalog/catalog.py,sha256=hlgsckXR9uKFU-pcHJJ5vDw9eAWlyHcQ88XCbSewI9c,23055
|
2154
|
+
pulumi_oci/servicecatalog/catalog_association.py,sha256=Kxru1V1pRE7z3Sc9WXk1rnpcOk4GpfFVqUgaR5ZOEmA,15889
|
2155
|
+
pulumi_oci/servicecatalog/get_private_application.py,sha256=G_Dluolu77as1Oc14n4jXimYbtQe5CZs9LfM5hfcTdI,11548
|
2156
|
+
pulumi_oci/servicecatalog/get_private_application_package.py,sha256=AYv9IQTuXb5RNCz4E-43RAwLOlwDyZiZodQZp-7LRRQ,8104
|
2157
|
+
pulumi_oci/servicecatalog/get_private_application_packages.py,sha256=aKzlJfvGyY5PZyQHQ39YMKYFVX5Rk4VZtpSiiO_cbgo,9820
|
2158
|
+
pulumi_oci/servicecatalog/get_private_applications.py,sha256=Jpx1xtMepTaK9BU9kIx7DYmO2rV6tQ01DUlWYWOAXnA,7630
|
2159
|
+
pulumi_oci/servicecatalog/get_service_catalog.py,sha256=EpcPUePmL8LdIysutKupCMxMRs0glapf6c6bCEjTMp4,7860
|
2160
|
+
pulumi_oci/servicecatalog/get_service_catalog_association.py,sha256=ZS1uxV_8fnuxoX0TF6AoD2sYoMcOAC9CYRWp7hlD74I,6520
|
2161
|
+
pulumi_oci/servicecatalog/get_service_catalog_associations.py,sha256=O8fKNh3Smn555CipdsBLegTswP7z-cX4wiRD6aT0Xnc,9463
|
2162
|
+
pulumi_oci/servicecatalog/get_service_catalogs.py,sha256=8MsR0PGjZTQsErUsIxFj329F6i6IApKM26XB7GNACfA,7200
|
2163
|
+
pulumi_oci/servicecatalog/outputs.py,sha256=eXj6rstQzSodx83b5ws_3o4dq2WdcU9XkC-tzV4jdLo,40490
|
2164
|
+
pulumi_oci/servicecatalog/private_application.py,sha256=G7isblfwiwxBHg0DH3DNsKv3Ufxj75qgoTLHMxX8yPI,39596
|
2165
|
+
pulumi_oci/servicemanagerproxy/__init__.py,sha256=ZncfS1cQl0dvEW3kVd2j-TjFa70ij_LF5MZDKDZprLQ,393
|
2166
|
+
pulumi_oci/servicemanagerproxy/_inputs.py,sha256=W0SVOqbbod5ubFT91ZhX3cySNP4FD4ce-qF-Psopeyc,1830
|
2167
|
+
pulumi_oci/servicemanagerproxy/get_service_environment.py,sha256=TgGyvJUgxYirDL4RyIj3EUG2LtbWHLGc5Wa99xPYXR4,8498
|
2168
|
+
pulumi_oci/servicemanagerproxy/get_service_environments.py,sha256=MxoeObcm1ubB1kBRF9a6lNf3XTiY1-pfQox9okSRqPI,9779
|
2169
|
+
pulumi_oci/servicemanagerproxy/outputs.py,sha256=QdwxGdvMoMx9NvcCRb2A2aTm-b-W55IfmHiV3gO2EB0,15589
|
2170
|
+
pulumi_oci/servicemesh/__init__.py,sha256=MfexPPIoHGwMvJEUQB2_SqM6uQE0zYjuw-6sIlpWQto,1104
|
2171
|
+
pulumi_oci/servicemesh/_inputs.py,sha256=DKssQis50OyiL9FiN-ugymp2gnF0QBS5oseLPrxLy2Q,86649
|
2172
|
+
pulumi_oci/servicemesh/access_policy.py,sha256=FMZiFC4uA6qbEXY9zximHNNAfRlyf_csp2vbZZ5eb-w,35775
|
2173
|
+
pulumi_oci/servicemesh/get_access_policies.py,sha256=v4qhNEl736duDVh9_UPgUa41T5Kg_xz-RgRNq0mEEhM,8184
|
2174
|
+
pulumi_oci/servicemesh/get_access_policy.py,sha256=RFSA5yKddqEIyHbHRTVJ8J5HcwbvKd_WejeCCMuRaPM,10410
|
2175
|
+
pulumi_oci/servicemesh/get_ingress_gateway.py,sha256=jNl-C1fq9enwnEH_epDeBXCzeHDoAmTjMC_llLTDSSw,11754
|
2176
|
+
pulumi_oci/servicemesh/get_ingress_gateway_route_table.py,sha256=y-cAHrZXPMxJGkGP1taI2AJ4BWLKpVy2edh2-rNj4AY,11784
|
2177
|
+
pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py,sha256=nGOcVHrpW3jYyavkpWzWBB3swWgKmZ76nljhYYX0hbo,9139
|
2178
|
+
pulumi_oci/servicemesh/get_ingress_gateways.py,sha256=PYtzk2UbNXmEolN1cHsEcHD2nD6sSs_utd28ZEkll4Q,8276
|
2179
|
+
pulumi_oci/servicemesh/get_mesh.py,sha256=xZLlPI2sftYsDJlLjVNPlihC_IJjj2WwOnPCUQwvw2w,10515
|
2180
|
+
pulumi_oci/servicemesh/get_meshes.py,sha256=bymZkw18IplKLTxXXzuybdao6fHdYdDTHedPiTmjITQ,6931
|
2181
|
+
pulumi_oci/servicemesh/get_proxy_detail.py,sha256=9ir72FpatZ7B2sf_0cRg0StGjU2JEV5ohMa0rSLDZ9k,3065
|
2182
|
+
pulumi_oci/servicemesh/get_virtual_deployment.py,sha256=UvlHU5VGNk8i-_N3aTQaQMr4gi9UZ33uOAm3GdFhrxk,12277
|
2183
|
+
pulumi_oci/servicemesh/get_virtual_deployments.py,sha256=XLSSbaqEQDk7VND5jiia3wteBdMD7CigBhXaUDkJxqw,8757
|
2184
|
+
pulumi_oci/servicemesh/get_virtual_service.py,sha256=V2mQPvTcqe6RGvcVPSX6QTD5UhCUpCO0x1ylEpNSKFc,12013
|
2185
|
+
pulumi_oci/servicemesh/get_virtual_service_route_table.py,sha256=VL_0wgTJtJXRGHtByc4An7zARXT03k4AURSnQ763XcQ,11960
|
2186
|
+
pulumi_oci/servicemesh/get_virtual_service_route_tables.py,sha256=bquwFx-xtrt1G9EPsgpRyQpG8SJENIEv-EGySXCkhRk,9319
|
2187
|
+
pulumi_oci/servicemesh/get_virtual_services.py,sha256=FxY9hV2IOp5wutinog94DDQYQJsvvtSPWzYifzZvXSM,8276
|
2188
|
+
pulumi_oci/servicemesh/ingress_gateway.py,sha256=zAGtWfEioF6m2x1I-zpiVO9CUaNUDujNBoS_e7ECfjo,45458
|
2189
|
+
pulumi_oci/servicemesh/ingress_gateway_route_table.py,sha256=1pqqrsTRH4MXLPlwdOSU8g2btSyIxXNXNSuUpvNLZcU,39365
|
2190
|
+
pulumi_oci/servicemesh/mesh.py,sha256=ZdoM4-5_ixlnyCYyv26sdzKjqoylgPsnfkNZ9IVa9ng,35072
|
2191
|
+
pulumi_oci/servicemesh/outputs.py,sha256=8FLEVM-ZvugiiuNHIkyPOFR9UB3mycyP06qxKTGnm3A,258685
|
2192
|
+
pulumi_oci/servicemesh/virtual_deployment.py,sha256=xbJaRipoT3PCC_RL4m7vQq320Nj9kMg6N7jyO_ELCj0,44201
|
2193
|
+
pulumi_oci/servicemesh/virtual_service.py,sha256=fRkRQYer9OWrECiZ7HOit_OctF8tgT0LgEVks25LkEg,43414
|
2194
|
+
pulumi_oci/servicemesh/virtual_service_route_table.py,sha256=CDRy6-zW5NjqjsznDKwMsKbon6H7_nVDmOzaB0JRZT4,40485
|
2195
|
+
pulumi_oci/stackmonitoring/__init__.py,sha256=apr92NWIpfgeRiaxpFFnJeXr1bVrZk0fnARW07Cq-hs,802
|
2196
|
+
pulumi_oci/stackmonitoring/_inputs.py,sha256=URMPNSZxLJvq_nY_o4mdYSjQHyIGmO7qcvUqVd0UvAw,93654
|
2197
|
+
pulumi_oci/stackmonitoring/config.py,sha256=2gSl0IcEvYrKf1tUiiLLhR4pV8dbtEerfNE04HmiC2Y,31725
|
2198
|
+
pulumi_oci/stackmonitoring/discovery_job.py,sha256=MlqI13pBWpZDYytHuvaKR0MgTQyrpWT3tmL_SlYHQkM,40345
|
2199
|
+
pulumi_oci/stackmonitoring/get_config.py,sha256=FJS1JvoaPRVDyvftZnPvFt5jX94KT26eJjUqJupMzCo,9368
|
2200
|
+
pulumi_oci/stackmonitoring/get_configs.py,sha256=I_SBe-oC9sisvNtgC6tWSp18cUWLBtBovcvsqkgDRGk,7436
|
2201
|
+
pulumi_oci/stackmonitoring/get_discovery_job.py,sha256=ZVHOTS73kxeutWER8D1b617NRBGSqQVpoSh13S6sKHE,11673
|
2202
|
+
pulumi_oci/stackmonitoring/get_discovery_job_logs.py,sha256=-wpb6qg9442XthDdPULFHkkpHtL1-alMczjcql8ffQo,6109
|
2203
|
+
pulumi_oci/stackmonitoring/get_discovery_jobs.py,sha256=JaBjopCNeUdzEB-OqySWOBWgWfVoTsb0e-tenr-T2Dw,5813
|
2204
|
+
pulumi_oci/stackmonitoring/get_monitored_resource.py,sha256=eNfg0bzeFaprmbQlnaN4g1gEjfyc91GAEtNoEkSUiw8,17133
|
2205
|
+
pulumi_oci/stackmonitoring/monitored_resource.py,sha256=Qfw_DfysuwueJIg9lm_WWN_Ole1jg0wp9mOyJGJr0Sk,81110
|
2206
|
+
pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py,sha256=K5x71V0NcefGkMIjOroFdwsUOeHIuqTWn_SczEyBuvE,29688
|
2207
|
+
pulumi_oci/stackmonitoring/monitored_resources_list_member.py,sha256=LpHuwDkSwTJez79kA9Rt15kyJ1QLC7gT0Q1sq9lFvaw,18433
|
2208
|
+
pulumi_oci/stackmonitoring/monitored_resources_search.py,sha256=w8DAxOH6g5F4nkrOR0YixKcLpOdv7PlfWHjf60rm5bg,77051
|
2209
|
+
pulumi_oci/stackmonitoring/monitored_resources_search_association.py,sha256=tjSc43PxLxdIK4jSS3ePJaJfQxumPZbAQ7uDadxIeig,32382
|
2210
|
+
pulumi_oci/stackmonitoring/outputs.py,sha256=qb_XESX6ElIPbmfR3lDt4J_dq6mfX8nBB_I-kBiRWMg,138327
|
2211
|
+
pulumi_oci/streaming/__init__.py,sha256=qUfMEOAARn0aZo_vquKVA6NeGypfQ3nRHuEY5NKEThM,582
|
2212
|
+
pulumi_oci/streaming/_inputs.py,sha256=xHWakC6UUOJqK0iABjg8kdBF37Iyx_lWFN7u-u9y-gw,15437
|
2213
|
+
pulumi_oci/streaming/connect_harness.py,sha256=vDgvGU9uCQQioBifyrY9RvdHZJVU75zUw8__uiZ_AHA,25296
|
2214
|
+
pulumi_oci/streaming/get_connect_harness.py,sha256=yw6bwuej-piNv64aW9BPTFaQxanSZzzToW-dXF2TKOQ,8015
|
2215
|
+
pulumi_oci/streaming/get_connect_harnesses.py,sha256=rAlV2gpEofypklORoSGbZ1Yqfh9_8F1zNwj2TDynoqo,7172
|
2216
|
+
pulumi_oci/streaming/get_stream.py,sha256=eMceXD89X-2qRwcI0z-zCLJnEB4fEXgIQDARlxBx6N4,10044
|
2217
|
+
pulumi_oci/streaming/get_stream_pool.py,sha256=v6udDfoC9g4icLHYPg62dgmw4ouB6773DrEZS6SVnMk,11580
|
2218
|
+
pulumi_oci/streaming/get_stream_pools.py,sha256=0UzptbjoT0KH8fW1ogkFHdta4mTxclYrbexlIG-PF28,6835
|
2219
|
+
pulumi_oci/streaming/get_streams.py,sha256=GNUUny4O1AsxVYtpVImW4nXdorXb44AlizHVIHLhqmo,8512
|
2220
|
+
pulumi_oci/streaming/outputs.py,sha256=jEs_JrcjI74TXJ4AlQls7kAUCowstytHCvLrjDl6Y0M,50944
|
2221
|
+
pulumi_oci/streaming/stream.py,sha256=fcTBvSP1jT-jUC_yE8BYHYBk4x5JYsmqoBqZz4Kj98k,35408
|
2222
|
+
pulumi_oci/streaming/stream_pool.py,sha256=1s6C5TzyoIzVugCq9-0memttUAIKa0-3AqzTzk5NDxg,41259
|
2223
|
+
pulumi_oci/usageproxy/__init__.py,sha256=GUjigyDa6EsUw_WYyn6sYHiMAc2V-wVZjv7Q-F6wtfM,797
|
2224
|
+
pulumi_oci/usageproxy/_inputs.py,sha256=df05iKXTIY80ePpS6bSs_cbGpbhWAwISu4mQ60hOgnc,13230
|
2225
|
+
pulumi_oci/usageproxy/get_resource_quotas.py,sha256=8fceATg4LUy2vnwSylvPBEN9AUbRVjanVNGAqwUp460,7058
|
2226
|
+
pulumi_oci/usageproxy/get_resources.py,sha256=2RqVBerAo9ZnU05vBAvAo12gvFzJ1IHajHpajp99kKg,6690
|
2227
|
+
pulumi_oci/usageproxy/get_subscription_product.py,sha256=b4YPmHgsu_le0sn6gub0NJbiZ-HuZ0r1s2_WA9WNmyk,7065
|
2228
|
+
pulumi_oci/usageproxy/get_subscription_products.py,sha256=Fm-4ubmfG0bnoFFGYiG3VS9oXMrlVuVxnacFiSQ8dNI,8025
|
2229
|
+
pulumi_oci/usageproxy/get_subscription_redeemable_user.py,sha256=e0G9n0OsGxKze5hqJQ1XtdzAUS2UFbXF2fnmxPIIqks,5681
|
2230
|
+
pulumi_oci/usageproxy/get_subscription_redeemable_users.py,sha256=oAfaEbBT88DNiBQwcvWQgJATtffvSUXN3olhw8BiV3M,6481
|
2231
|
+
pulumi_oci/usageproxy/get_subscription_redemption.py,sha256=eXixHUlwdaFhHx9RETU7ZW-QuedYxY1ThHi9Fqs5uNo,8003
|
2232
|
+
pulumi_oci/usageproxy/get_subscription_redemptions.py,sha256=lhxTlmz5G7nKWhgIZdzKHk8K4KhNaGXU93lyc-YdB88,9030
|
2233
|
+
pulumi_oci/usageproxy/get_subscription_reward.py,sha256=_U8ErmaeR5-ShpE-WbZyKm-zHbZT-M6EQh5EPuh4Ysg,5727
|
2234
|
+
pulumi_oci/usageproxy/get_subscription_rewards.py,sha256=wwQxQYBt3cSnsjlg5QiaCH4Pcs8uf9ZHegSuTfLt8GQ,6149
|
2235
|
+
pulumi_oci/usageproxy/get_usagelimits.py,sha256=1UEoniVMfxJbs10X3JEru6ycWNZIEX4EeYSLEfllos8,8572
|
2236
|
+
pulumi_oci/usageproxy/outputs.py,sha256=oGeWlWkJzDCwQLZWnWAJk9OznnAggHDlJ9wDbOACSUs,83476
|
2237
|
+
pulumi_oci/usageproxy/subscription_redeemable_user.py,sha256=bWru_X_vOaocE7kP8x-cZFxae7cAwPLf1KAPj8Hmo-w,18253
|
2238
|
+
pulumi_oci/vault/__init__.py,sha256=vCGwhvDH2hKgV04jyWbx0pJMTSnwN7RoM8LCz6jj41Q,423
|
2239
|
+
pulumi_oci/vault/_inputs.py,sha256=lRtyDw8h_kZj7waAj_-craxEVIP2wMvh3b3szyft7ms,13874
|
2240
|
+
pulumi_oci/vault/get_secret.py,sha256=LFDygxic5Kdk68nxy4GeF8EBs48WuStLAnYI73kBjcQ,13195
|
2241
|
+
pulumi_oci/vault/get_secret_version.py,sha256=Sz4wBnp45NVezM89GrrXiFxPu7VGnj983aI1vYnT9n4,9474
|
2242
|
+
pulumi_oci/vault/get_secrets.py,sha256=kYOEpIHZbNlmgAAHbOh_bMzOHo7U3qLU1EmJ4Yr7iFE,6923
|
2243
|
+
pulumi_oci/vault/outputs.py,sha256=1rMnSmbKOvI3Ub2lEMXLFaAWEbG1amieESRosuUyKoM,39087
|
2244
|
+
pulumi_oci/vault/secret.py,sha256=iwX1K32xpqj3UNmuXiEZKV42prmtp2ng9TY1wC-6Kgc,47326
|
2245
|
+
pulumi_oci/vbs/__init__.py,sha256=dw-GqtP_ewNaTk6A4_ylG75dW0lybYa1teHSQIbyrN4,422
|
2246
|
+
pulumi_oci/vbs/_inputs.py,sha256=EaErNhFPjqL5-iy1FOPCzSqFlIIV9fBZufznja-J8AU,2038
|
2247
|
+
pulumi_oci/vbs/get_inst_vbs_instance.py,sha256=H6b26qD4vdB63W3dQsgB7PHc7MoYzomCw7fW4DJr_Z8,11817
|
2248
|
+
pulumi_oci/vbs/get_inst_vbs_instances.py,sha256=QQw1qXP3yAvQTlvfnpVy2Kx9DAzJmxQ-s39bZMGNS3Q,7230
|
2249
|
+
pulumi_oci/vbs/inst_vbs_instance.py,sha256=DCWTePRvAYevnihLnRadF6ZO_NjilWMmhYWaHKo5AH8,37738
|
2250
|
+
pulumi_oci/vbs/outputs.py,sha256=EyYSpsVoVdKKgPcSEmUDW9lM9N21bFSdaqTNiKdHXs8,11255
|
2251
|
+
pulumi_oci/visualbuilder/__init__.py,sha256=_-OX-bR9j1iwNa4wpmZ3qZzzInQbV3WQD89vZ5Ens2M,448
|
2252
|
+
pulumi_oci/visualbuilder/_inputs.py,sha256=rlwe4eByfY5dcPKrfB1kAMkzI42ZWx_gCJSTACWnAww,17859
|
2253
|
+
pulumi_oci/visualbuilder/get_vb_instance.py,sha256=HHbgfEO59CwTtQfdcYWcA6wS3ULIHjN0_IL6aOxgwGc,16423
|
2254
|
+
pulumi_oci/visualbuilder/get_vb_instance_applications.py,sha256=3GUIrJhDD-Qt0rXg_y1n_L8-Q7QSleobxxCzmyq1Xhs,5707
|
2255
|
+
pulumi_oci/visualbuilder/get_vb_instances.py,sha256=yQ-aoIUABf2VLlHweIoaOE9SXuIcN8xemumL5Qbq2I8,6871
|
2256
|
+
pulumi_oci/visualbuilder/outputs.py,sha256=rKanUnKRBdk1N4NZZ9o9xvTYfhLk_JO3wFEexQqXQpA,57022
|
2257
|
+
pulumi_oci/visualbuilder/vb_instance.py,sha256=TFZXXp55RIaUtgGYPuAuyJZdlpHiErKGfT79rIzom5c,55335
|
2258
|
+
pulumi_oci/vnmonitoring/__init__.py,sha256=OxQ2ge12nUXNLNX4-AYv25d9BNmoAeA5KtOjmlhGiQs,453
|
2259
|
+
pulumi_oci/vnmonitoring/_inputs.py,sha256=q4xUns3gU4G9teexLe7wlnVK1tbamDqBhB9_8BLEweY,51328
|
2260
|
+
pulumi_oci/vnmonitoring/get_path_analyzer_test.py,sha256=fVgI2ihT87VdEmPn3pDxTWB-OFrrT55Irz9RNcezXPg,12120
|
2261
|
+
pulumi_oci/vnmonitoring/get_path_analyzer_tests.py,sha256=kQ_0itiq54i_39vSvpotQSGvNSmTLIHqgxh7_AuSELw,7572
|
2262
|
+
pulumi_oci/vnmonitoring/outputs.py,sha256=NhPeg41bqwLLLstycI3OP_4ygCvP7yM_Io3Tmsm5jx4,93381
|
2263
|
+
pulumi_oci/vnmonitoring/path_analysi.py,sha256=GzOZipFVy5Rm8mLO2sl-SEMHVHoh3rkQ4rhDaOQkJQE,40004
|
2264
|
+
pulumi_oci/vnmonitoring/path_analyzer_test.py,sha256=_HWD-ABpsh-oNVAXC3kDT8ZWgnjNUgnQtFGsHY56ZTQ,46053
|
2265
|
+
pulumi_oci/vulnerabilityscanning/__init__.py,sha256=VSMJQqSOSCZXxIeJUBXue681bibaPTi83mk_gzuyrx8,807
|
2266
|
+
pulumi_oci/vulnerabilityscanning/_inputs.py,sha256=HXxjHH4qu1mDj9OysZ07YPO6hskw7SO2u3SOqVCILQs,32832
|
2267
|
+
pulumi_oci/vulnerabilityscanning/container_scan_recipe.py,sha256=lOWUzhNrNa_ty52nmPW_ITgEUBYOyAUZZBc1fDY7D6I,30406
|
2268
|
+
pulumi_oci/vulnerabilityscanning/container_scan_target.py,sha256=6_uIJaZxxNs0hcJdihd1qpwhnZNmFiHU6VgBTgkhMjo,34040
|
2269
|
+
pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py,sha256=p4XNLBMK8Pd-q3NU-R-KM6K6kmhrLN45Egendv18hyw,10169
|
2270
|
+
pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py,sha256=xP7I8jeoOGXXMaq93PxvQApvh3zkmpjGmK8MzrlN_y8,7846
|
2271
|
+
pulumi_oci/vulnerabilityscanning/get_container_scan_target.py,sha256=uC2vl539JpMyc7DVY4xiA8ptPXc-MVEwrj6zQ0K9T64,11105
|
2272
|
+
pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py,sha256=kLUjN-YgKeDRiVKiqDX2jvFlQCPfXpYxdCBWFZP5Ugg,8139
|
2273
|
+
pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py,sha256=EY4YqaDkGTIVlvnQvdARWrCl7j7AHVJDsKtVIsKD2-I,10987
|
2274
|
+
pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py,sha256=gXqNcL9RWNomVCh0AIuESYBt7D5PJ9EOSq8oras1Sqc,7506
|
2275
|
+
pulumi_oci/vulnerabilityscanning/get_host_scan_target.py,sha256=7I3jWp2eAKG-Ct8tUKggQv-RaPQsAhjEs35ajG1XZgo,11000
|
2276
|
+
pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py,sha256=wqfiEOTB3-U5KLjSb1pHxxFEbYnJ_JqBRlJGZagN9J8,7918
|
2277
|
+
pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py,sha256=Dj478-XjinP7hQbUMvN5Q_2s8hqkY28Ldl8WOsG45wQ,7556
|
2278
|
+
pulumi_oci/vulnerabilityscanning/host_scan_recipe.py,sha256=ITckLpjw-eu12E1fbLSE8B90LhRAJ-ltBQANfNBOPKc,41628
|
2279
|
+
pulumi_oci/vulnerabilityscanning/host_scan_target.py,sha256=Zyb5-AFtPl6w89QtEbckUUkjLLAQ0OGoE3i3aZjoGRU,36090
|
2280
|
+
pulumi_oci/vulnerabilityscanning/outputs.py,sha256=wX79z_TZIY1GuwuP2UuNqdokevYQiRdRWAzDaK-Ax1Y,113222
|
2281
|
+
pulumi_oci/waa/__init__.py,sha256=8WGkEBb_DVZkKsHSkgNODVUtedjWl1s1eJ0Mmm_xSMQ,546
|
2282
|
+
pulumi_oci/waa/_inputs.py,sha256=lYYOPm8APhUBTYw5k70rwuZySB9X146nNV2I06PkZwI,10487
|
2283
|
+
pulumi_oci/waa/app_acceleration.py,sha256=nScymr0yuFlvHn_m6R00YWAlb_T4SzSlatonjzUTESg,37297
|
2284
|
+
pulumi_oci/waa/app_acceleration_policy.py,sha256=T-EGexf-9y1BIkisN60NIQ94Qx-10jZx-Rcj-aRjXHk,40569
|
2285
|
+
pulumi_oci/waa/get_app_acceleration.py,sha256=ozJxJRb1fziy4BLjpi4b5xq6nTiHZ3FAdjbjW-1qSIQ,11373
|
2286
|
+
pulumi_oci/waa/get_app_acceleration_policies.py,sha256=kTM_uRKPzZMwj_9NsTyXTHOm4Nfw_TU-w7-8g4wIUAY,8605
|
2287
|
+
pulumi_oci/waa/get_app_acceleration_policy.py,sha256=Pq29V5QHbXUlOE1O6iLVmHOxCre57QBnKq9TuoPZiGc,11379
|
2288
|
+
pulumi_oci/waa/get_app_accelerations.py,sha256=47GuHezodPTQoI-8nafR3J4n5kAZ9NIuVSKl3iNL6h8,9973
|
2289
|
+
pulumi_oci/waa/outputs.py,sha256=5KEPttJaSkpcIda8VAcXPGnEyDhTouPjEfnwHpd0vGI,38659
|
2290
|
+
pulumi_oci/waas/__init__.py,sha256=ToufiV_N4h1r7NjPwvz004zNVy30YUEPv47YWrmt74Q,963
|
2291
|
+
pulumi_oci/waas/_inputs.py,sha256=UTd6iWONjWcy_PiffuGwieVbexVFDhHFiK8X4QDKEyU,283520
|
2292
|
+
pulumi_oci/waas/address_list.py,sha256=XcvxXbYkg7f0uSvj3enPA7dfcWbvu573IFqFYEhi3o0,27349
|
2293
|
+
pulumi_oci/waas/certificate.py,sha256=znkUz8m9MdsxXXMpu5_Nnggn0NYJFn6loigLyYxjGOE,51552
|
2294
|
+
pulumi_oci/waas/custom_protection_rule.py,sha256=ftQ_32sD0P8OH9hii-SBZdu1QtCOwSwk7Ee0zUxd8mQ,47305
|
2295
|
+
pulumi_oci/waas/get_address_list.py,sha256=-e8z1PXvoU7e3F2XhAos27UpEQ6WMfDv_2292EEF59E,8600
|
2296
|
+
pulumi_oci/waas/get_address_lists.py,sha256=nicoXD7uLpVJz8FMwiEA95hB7CRpKTEtHJCObvSd1JI,10339
|
2297
|
+
pulumi_oci/waas/get_certificate.py,sha256=Hxu1taNktKzIqSGNZonW6mPZlEXQSKqkFUmQFAUy55M,15605
|
2298
|
+
pulumi_oci/waas/get_certificates.py,sha256=s3N1gMOpNVaVNU7PZzvH85K-txI7tCak0VtjA4hdp04,10479
|
2299
|
+
pulumi_oci/waas/get_custom_protection_rule.py,sha256=1kz8LrGaoDSdkCS6CCBiBk03ZdkH_jYIql-kRJMtLzk,9887
|
2300
|
+
pulumi_oci/waas/get_custom_protection_rules.py,sha256=pNytOcezHWBLsEcX59QTMIGxeZmuNgths8-9iu9ni1I,11368
|
2301
|
+
pulumi_oci/waas/get_edge_subnets.py,sha256=v1FpB3fFezzVJ2YXDXyWhHhpuv2bti3lxkJsOohbOyY,4271
|
2302
|
+
pulumi_oci/waas/get_http_redirect.py,sha256=HDlcMBeTN65BZgZigMDS5Sle1G2m8CTWJz3XxGZoFN8,9128
|
2303
|
+
pulumi_oci/waas/get_http_redirects.py,sha256=BFJ2QM6redqeyw8jTduGm2U5E-upTf2fRiol9B_2m34,10551
|
2304
|
+
pulumi_oci/waas/get_protection_rule.py,sha256=ECxle0wMgsN1_2uk2Cs6Crb3GT-H555_cpN_7Ocm9FA,9213
|
2305
|
+
pulumi_oci/waas/get_protection_rules.py,sha256=NPtshMimnOcpl2X92lfFbd4SYhZuipcYgQVTQYrPQ1g,7834
|
2306
|
+
pulumi_oci/waas/get_waas_policies.py,sha256=XvEqy2Xt99CsSH6tKv_6eRNqhc0_ytzodh4RgBTxl8k,10415
|
2307
|
+
pulumi_oci/waas/get_waas_policy.py,sha256=1vlJguEjGFZWw3Mav08ZBQAX-FtVw1Raf3CDbRtxYc4,11769
|
2308
|
+
pulumi_oci/waas/http_redirect.py,sha256=3oGbIZADkHBUmLNEmyNcyVEjGlOBauWFaz0z0ooPl0U,30793
|
2309
|
+
pulumi_oci/waas/outputs.py,sha256=lHCbJUKeIJ_W3TIxYENNNRiGMw85ltYATMw4QK84fB0,706591
|
2310
|
+
pulumi_oci/waas/policy.py,sha256=BKaOInG8MLcmpHO6t1xNeEbzyQ0ExXX1rQEH7BApEAM,46100
|
2311
|
+
pulumi_oci/waas/protection_rule.py,sha256=NPQZsZ5U6fO4ycgridoxQ_ptM-3QD7VSnG4o-RK8YtA,26951
|
2312
|
+
pulumi_oci/waas/purge_cache.py,sha256=4_VRyErStdV9L-P_HmkhPPH08MNoMMJKCCSBJaBl51U,14041
|
2313
|
+
pulumi_oci/waf/__init__.py,sha256=29r6sMHheKYKvxj2zmq3QBTyxmY1P-OP5cGjmyD91xI,742
|
2314
|
+
pulumi_oci/waf/_inputs.py,sha256=mBVlTfYHNVSTlKYTq6RL7aK684a5Dvt8juXS2ebkHHY,103742
|
2315
|
+
pulumi_oci/waf/app_firewall.py,sha256=OQmuAGXyD6i1Um7UNk79-mmcPqJzAT_QfvCpjYl8hpg,36789
|
2316
|
+
pulumi_oci/waf/app_firewall_policy.py,sha256=Oube2ju-KTbPrVBX0SZrfAtvvJspYN5_klHXbOwyoYQ,74936
|
2317
|
+
pulumi_oci/waf/get_firewalls.py,sha256=bNPg9cFHOUmX4I1cKjtBISOe0T25oq8J4BPxNMKjVzI,9454
|
2318
|
+
pulumi_oci/waf/get_network_address_list.py,sha256=Cjhe6Ax0sg4Yb2cel0Mdau9EPYFY5X36mpFb9jXn37k,10971
|
2319
|
+
pulumi_oci/waf/get_network_address_lists.py,sha256=XtvvySu7nIPWN2VZBp4eQVfjT5H0JzQ3AxogeCNxGVI,8248
|
2320
|
+
pulumi_oci/waf/get_protection_capabilities.py,sha256=2ITPjDERGXWCbnyC0PxSdPD5Zk2fysthN8o5NZcU6Yg,10811
|
2321
|
+
pulumi_oci/waf/get_protection_capability_group_tags.py,sha256=n9SlZ2V3ll8NK4hBBxKcpNfj5W4JfKC7znoPyPY-B8c,7642
|
2322
|
+
pulumi_oci/waf/get_web_app_firewall.py,sha256=OhNePFpkVXTk1tkAMMtJj976VwqE2GVH_YFekr83sTA,11148
|
2323
|
+
pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=fBYklBB5DXrezRyuWzfp-pRIocVSQoPTzWKCJwRi498,8460
|
2324
|
+
pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=80Ygf28fad8td3ditS4CrHIkG3lnPDmnHV3G5-wHBR0,14250
|
2325
|
+
pulumi_oci/waf/network_address_list.py,sha256=Vw6m6bBuyPzmSIZfKpxmUK3KA-OuvsEZGn4SgXY6p4A,35303
|
2326
|
+
pulumi_oci/waf/outputs.py,sha256=uwBXTS0pFLt1fK8SoBLbvJP5EqXf5wBdcQUMASey1Ts,280587
|
2327
|
+
pulumi_oci-1.12.0.dist-info/METADATA,sha256=aTCDVYMMG_sIHk2foMq8tJDtxUF01WBkIPfR1DGWFB4,3888
|
2328
|
+
pulumi_oci-1.12.0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
2329
|
+
pulumi_oci-1.12.0.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
2330
|
+
pulumi_oci-1.12.0.dist-info/RECORD,,
|