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
@@ -1,2315 +0,0 @@
|
|
1
|
-
pulumi_oci/__init__.py,sha256=18FpmG2aag2Iz8mD84pKCLIcnKOyOj5jug-nn7PbatM,124585
|
2
|
-
pulumi_oci/_utilities.py,sha256=fRvpCIKutW049SlpPUAoouFyjnSSk1J-OY0b8SDzJaE,8081
|
3
|
-
pulumi_oci/provider.py,sha256=xb4xvGxOAQDmgHlar9M1AaiSt9ZiwtfITBZBtsdkfbg,24464
|
4
|
-
pulumi_oci/pulumi-plugin.json,sha256=M43fXbtz4Dlbv_jxw-1L4SOTGFmJN2lYa7ePzB7DmBs,40
|
5
|
-
pulumi_oci/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
pulumi_oci/adm/__init__.py,sha256=ni9cnci5ZUbptKC9eJr0J_rO9EVYFfyNdycTb6mS9tE,679
|
7
|
-
pulumi_oci/adm/_inputs.py,sha256=a6OSp2lk5FN3ljtC3eBq0MxC9b0_wdAtToy_XmrXeMg,15347
|
8
|
-
pulumi_oci/adm/get_knowledgebase.py,sha256=QBqIle8HoEUqoiLns_pQTsgIqlzSI57agyC2cEUFUKU,8619
|
9
|
-
pulumi_oci/adm/get_knowledgebases.py,sha256=pufyFAMMu_U60WqJIzEUmVpGdk-r17GZm09jggzMXzs,7828
|
10
|
-
pulumi_oci/adm/get_vulnerability_audit.py,sha256=L71ejTmmgAH5CDXKHJNibvg0MlIjjHo4AZcxG5YXeew,18171
|
11
|
-
pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py,sha256=C_G9166crczYui78sFAeidC136ut8pQv7rQAQdcYeTQ,16134
|
12
|
-
pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py,sha256=uS4uspNM0nB3UoYxPEsTmXRI226MDU3X0nh4wgr6J_U,14513
|
13
|
-
pulumi_oci/adm/get_vulnerability_audits.py,sha256=-g7xETJvujtoZZOp4zLPQ7hnbgj33pSyY7M6sV2SAdw,10613
|
14
|
-
pulumi_oci/adm/knowledge_base.py,sha256=9mBDQmCiSCrofKbdIh7RFCO3kLwvyoEp-mHtkK6IsNk,23007
|
15
|
-
pulumi_oci/adm/outputs.py,sha256=AuxkgNgE8yDTq4LHv_oHpm5MokpRBhY6mFSH9vP0kWc,57533
|
16
|
-
pulumi_oci/adm/vulnerability_audit.py,sha256=6dr-zfNv8R_93ICdtPg26rznmxhrO3dk0pTtyOxM5F4,53550
|
17
|
-
pulumi_oci/aianomalydetection/__init__.py,sha256=IJeFbCr5N-KYllF7NChbywHeymulXgw99Za-EQYfqkk,836
|
18
|
-
pulumi_oci/aianomalydetection/_inputs.py,sha256=q87ROCULqo5H3VIs66560wieOKwTonnCg4sLA8Gnq48,51572
|
19
|
-
pulumi_oci/aianomalydetection/ai_private_endpoint.py,sha256=nKKW6z714GQs-M1mnZYtdRXpMvd8UQddByauF2gIIF0,31015
|
20
|
-
pulumi_oci/aianomalydetection/data_asset.py,sha256=55-7lWgk5r1IzBxug0jRbM4QlgoQk3diwJPUYsQy8Xc,36623
|
21
|
-
pulumi_oci/aianomalydetection/detect_anomaly_job.py,sha256=tblckgjKhUEzZTnd5h28RRgw8znD3hz1nKIg_d9-5Ek,32600
|
22
|
-
pulumi_oci/aianomalydetection/get_ai_private_endpoint.py,sha256=ObABIojle3erYyYr3eF0BeBj4o62aZYwLXYKMoARm2c,10961
|
23
|
-
pulumi_oci/aianomalydetection/get_ai_private_endpoints.py,sha256=mv1wjaGjsUIYYBBo5QUS2laA_8L35b-qe9jR0YQPZtU,7748
|
24
|
-
pulumi_oci/aianomalydetection/get_detect_anomaly_job.py,sha256=gTbbcak4CG1pETj-4QHw2ymDKVDOcx8zQL8LN1TJvFM,12648
|
25
|
-
pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py,sha256=cL1C3JdSEWdXqgMPGScr_aQ9PMdc6Rhm8KD2VAIhboc,10490
|
26
|
-
pulumi_oci/aianomalydetection/get_detection_data_asset.py,sha256=d3Q1fWc3gytc2PXLYxga15D-SLR_CXVX3iXMeF9gODE,10549
|
27
|
-
pulumi_oci/aianomalydetection/get_detection_data_assets.py,sha256=M0NPDxVgMWbcFDPDcGynW6XQMmTyA2bMQgjiYh_apmg,8283
|
28
|
-
pulumi_oci/aianomalydetection/get_detection_model.py,sha256=N3KcjAbG-gdQASxp6T1IWslUAFcoMwGN3uwSHgBfJ8U,11233
|
29
|
-
pulumi_oci/aianomalydetection/get_detection_models.py,sha256=EwGEN2G2-JypZ2x0Se9jIU8ycpU5NeOzPMrae02pYVQ,8047
|
30
|
-
pulumi_oci/aianomalydetection/get_detection_project.py,sha256=Ea7PHe2u5gQ2GfBBvv1GegGAf_NpJCE3Qz7-3qOA_z4,8662
|
31
|
-
pulumi_oci/aianomalydetection/get_detection_projects.py,sha256=hiGnzj5KAgx5Fn2hOZw_WtUkc0_2eWjzPC8sLfEuYng,7075
|
32
|
-
pulumi_oci/aianomalydetection/model.py,sha256=QnSmlRgzJOamFGKZkfUPxIeQDi2qpEZMqnOCF3gcny8,34464
|
33
|
-
pulumi_oci/aianomalydetection/outputs.py,sha256=LIWmxu60_bS3nh49Jc8yDnQP5omHLE03hgsCbzDgi_M,139038
|
34
|
-
pulumi_oci/aianomalydetection/project.py,sha256=UqxDeAUK_Sswu7ibvIOnSeYSRouX5IjeN27ldh1JUTo,24747
|
35
|
-
pulumi_oci/aidocument/__init__.py,sha256=d0LuHBLIlQQUvkP_M1Drwejugy7woXZrocByR6ngkWk,526
|
36
|
-
pulumi_oci/aidocument/_inputs.py,sha256=11dkZLJUaFIgv9FSjvxfzc3V_QgjF6Woxvfq572walk,43980
|
37
|
-
pulumi_oci/aidocument/get_model.py,sha256=gQ5CDzPfg_fbWMBoi-ggGuMd8W4p9zkfJXNlB6Py1PE,17480
|
38
|
-
pulumi_oci/aidocument/get_models.py,sha256=sqLNTlaZ8yV-Myw3_8e1t9Cn8hNd-x21rrOa1UdoHg8,7894
|
39
|
-
pulumi_oci/aidocument/get_processor_job.py,sha256=6cEpBlHR4AW4wzHpiwq67lvSYnkFHb3ViEa9b8KK1OA,9629
|
40
|
-
pulumi_oci/aidocument/get_project.py,sha256=LehK0bC8zprDSxcBXx8EKXRTSY-Rp8J26EU3nF8yJSY,8880
|
41
|
-
pulumi_oci/aidocument/get_projects.py,sha256=62exHI-6NlOLZx3cZigWdMukipzjcnBRgpTyWxjTgkg,6934
|
42
|
-
pulumi_oci/aidocument/model.py,sha256=xjB25sb8qYnEx-O6mcFasvW0aSE5uAgkmT5C7qyAaa8,55328
|
43
|
-
pulumi_oci/aidocument/outputs.py,sha256=2-pEjN9F-VYSWM7TDiOE09_oBka4o_qrDfemxTynD0k,104119
|
44
|
-
pulumi_oci/aidocument/processor_job.py,sha256=aHjmnjr6DVpmHpcVbu7_3URYrvlDSOFzMS5FMOXW1oo,27348
|
45
|
-
pulumi_oci/aidocument/project.py,sha256=qr-ht5oYoxzd3F67uBwjctxQeHCPRUMfso96Ik7FAyo,25100
|
46
|
-
pulumi_oci/ailanguage/__init__.py,sha256=zxBZzuuHX91w8GtjrcjZZcX2T8ryEncqi6ZcV_dJchw,619
|
47
|
-
pulumi_oci/ailanguage/_inputs.py,sha256=BW3ea6IxN9zX-XwB7h0pnZcBKn_7a2GXzZT0snyuok4,45099
|
48
|
-
pulumi_oci/ailanguage/endpoint.py,sha256=rdosjJRfPFGf-U8XHPPVQT2hSliaHe-Ae9wumRKEKpM,33413
|
49
|
-
pulumi_oci/ailanguage/get_endpoint.py,sha256=iN9l1zGhh_hHo0LhibnTAtkV_X-lKILdUgjL7uDXNsA,10076
|
50
|
-
pulumi_oci/ailanguage/get_endpoints.py,sha256=6LbwB8nQfPPurAviUmxcoDbzQJ0CWouUOb3m3fsz2iY,8530
|
51
|
-
pulumi_oci/ailanguage/get_model.py,sha256=je7hGpBDUKs3D990AKRUKaUY3SeC6EuDlElawb7lX0k,12077
|
52
|
-
pulumi_oci/ailanguage/get_model_evaluation_results.py,sha256=_RmMmnETfertpJfN98ZLnPi2M0bdERHA-id-MaZrrR4,5170
|
53
|
-
pulumi_oci/ailanguage/get_model_type.py,sha256=inZqAcrH-vQkuEpv3lBa7jJ-GHljCR1TwVzB-CsJ6JE,4268
|
54
|
-
pulumi_oci/ailanguage/get_models.py,sha256=YuhDmyEX8SBqxZ5OkLaguTdjRVn9eZRBmIyzyvQfYSo,7434
|
55
|
-
pulumi_oci/ailanguage/get_project.py,sha256=50J2iR7bsHZn4ep2ExM4v1Q8DGtaihQxzMCc9jmv86M,8209
|
56
|
-
pulumi_oci/ailanguage/get_projects.py,sha256=nYs_BKlI5xLlrg8TWFV-ZJ4ehWO3IUbDixqaLjoLSPg,6514
|
57
|
-
pulumi_oci/ailanguage/model.py,sha256=h8t2KyWpcPlR3wuBc5Fppy8rDDGDtqYT0Pff89xXsTM,44379
|
58
|
-
pulumi_oci/ailanguage/outputs.py,sha256=QWNJOJ3AZUQ2fRVMCcjYj3jNvdroPRkNS2gi_sG2DbA,130151
|
59
|
-
pulumi_oci/ailanguage/project.py,sha256=FuZxKZI5ezbWMnp8mkxGTkKZALE4dtDGdWb4jVQS8-0,26465
|
60
|
-
pulumi_oci/aivision/__init__.py,sha256=gXaK4KT8qz5ur0aZnTSzMybyCBiJ5ptbf0I2Tbn1gVI,464
|
61
|
-
pulumi_oci/aivision/_inputs.py,sha256=Pvw8widZBbMGBPoYnvIXz6F62ebIX2WBEbiy2E6lnmQ,13041
|
62
|
-
pulumi_oci/aivision/get_model.py,sha256=i6YPhNw-925LMS9TI09LZyKUEpcCluh9-y0WfUDytSo,18191
|
63
|
-
pulumi_oci/aivision/get_models.py,sha256=oY5mzuf9djn3uHKP1Yrgi4GqQL7iKon1Iq1Cwn8gN-w,7811
|
64
|
-
pulumi_oci/aivision/get_project.py,sha256=AyHcyeDJRrLooQijVsE-tnRpIa4KBSyt-yWhfDo675I,8842
|
65
|
-
pulumi_oci/aivision/get_projects.py,sha256=nY6AkDo7du_NS5cdBO2GIi1wd-wLsIxJpAb5fMYBXgM,6881
|
66
|
-
pulumi_oci/aivision/model.py,sha256=Pf3cpSO7UWz536FzMX0yki2VPE-wWy6kO7n1NTs9YTg,55349
|
67
|
-
pulumi_oci/aivision/outputs.py,sha256=9_uDlQ1MQa24SNWD0e33ESGHZauGDVWjHhiuiN8xkdQ,42631
|
68
|
-
pulumi_oci/aivision/project.py,sha256=cWLwM2iX88gsx9HBq9tAZh73U0N3R7E9K1tD8AqbZOI,24895
|
69
|
-
pulumi_oci/analytics/__init__.py,sha256=PX8rZZIsH04dn_SaouFgIJ9aVoNHlH6BS3DyDB8SYco,588
|
70
|
-
pulumi_oci/analytics/_inputs.py,sha256=3cc6NmGGvQmBKxwXsXEnHzm3nZvoLqPS7mIQOtlsGBA,13861
|
71
|
-
pulumi_oci/analytics/analytics_instance.py,sha256=gyYyBvQ_nxJnyg5pnUAkkZfXCpUMxHBGwF7Defuhtn0,48342
|
72
|
-
pulumi_oci/analytics/analytics_instance_private_access_channel.py,sha256=GAALFyXzBC7708Mib5MHUo6FchjzljOygR4zF2femLU,35406
|
73
|
-
pulumi_oci/analytics/analytics_instance_vanity_url.py,sha256=uvW5fSMqSyLdAwGSdaWcUx-58URYyqKkqtFWybc5Fl0,23639
|
74
|
-
pulumi_oci/analytics/get_analytics_instance.py,sha256=0AMEshfrj76oaumehJs7393Fhazts_lUmSvLpcCReHo,13160
|
75
|
-
pulumi_oci/analytics/get_analytics_instance_private_access_channel.py,sha256=ri05-nOPasYCEDt5ZypRF9Q2cAh9hEx3B_e05Sjwdiw,11539
|
76
|
-
pulumi_oci/analytics/get_analytics_instances.py,sha256=wAMzUWEQ85nMHisE3PzqQfDwDJwWW2h_MONUho4TBlE,9009
|
77
|
-
pulumi_oci/analytics/outputs.py,sha256=kEnv7WzN7YWhv31etSTd45NA0JbOy5bpXFEnA0vB_Rs,37544
|
78
|
-
pulumi_oci/announcementsservice/__init__.py,sha256=YIHFZl_hY2S-aDd6L-eXnk4JZovXv5rT76iYT05-1IA,570
|
79
|
-
pulumi_oci/announcementsservice/_inputs.py,sha256=-_XWLpHk2Rk5nIv7UrJCiBXLRqIp9jEVvAhvBHD5Vuw,5682
|
80
|
-
pulumi_oci/announcementsservice/announcement_subscription.py,sha256=Jqc1H9lIUxiV3lViujq6yIOznZ3QaQqUDKdv6uA8tlI,47002
|
81
|
-
pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py,sha256=Enm9mfsS5Oetsfq-C6GTJiv-oFq9AQhhs4Mh8_m_VYA,14638
|
82
|
-
pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py,sha256=Gu1fbQAWoCh9lrJAOGNnwr2xhUCFGyS-qq9yPHv3S_s,17509
|
83
|
-
pulumi_oci/announcementsservice/get_announcement_subscription.py,sha256=SRfKkqHtRQPo9J6dUssTPE1q3H9esZNfk2Jqfl46VUg,14305
|
84
|
-
pulumi_oci/announcementsservice/get_announcement_subscriptions.py,sha256=HzMdIbYBy2dd8N0F2YS-jB566TCpy8F-pte2xVV6PxY,9225
|
85
|
-
pulumi_oci/announcementsservice/outputs.py,sha256=1-VeTzQMunUu3qXwo-tuL2VQ36ahPA_ZgFnNXvZIsUE,19022
|
86
|
-
pulumi_oci/apigateway/__init__.py,sha256=feHoi7mAuAgjIN6cG5Iu_4htsdllNe-mgoN45508Hqo,922
|
87
|
-
pulumi_oci/apigateway/_inputs.py,sha256=0xoxoelGVJ72D56P4VreTGP58d3YoCzd9TEwnlvXL84,350471
|
88
|
-
pulumi_oci/apigateway/api.py,sha256=Mt6UUjHC_sD5gJ3Mu7AMa6IlbxE2IPLSH18fyO7N2BQ,31333
|
89
|
-
pulumi_oci/apigateway/certificate.py,sha256=oNtmhEv4nBXL2-X4ZjkMJP1HvEpNjVzNTjd6Brag--c,35036
|
90
|
-
pulumi_oci/apigateway/deployment.py,sha256=to6k1LoUQSbDwcI2p7RLR9SYmX65x-iemlNcCVYDQsw,146121
|
91
|
-
pulumi_oci/apigateway/gateway.py,sha256=8vKsLOGGhbMmUas4CeOlnMZ0CgW5V_WF5vrwxnnRQCo,47850
|
92
|
-
pulumi_oci/apigateway/get_api.py,sha256=5naGarzHzEFINYSPBsEv0piKzhKNScJEkKF0t08cieg,10172
|
93
|
-
pulumi_oci/apigateway/get_api_content.py,sha256=ryl5tt25TDp9PgfNRqTDMm2KXW4_0lNvYE42npGpQ80,3509
|
94
|
-
pulumi_oci/apigateway/get_api_deployment_specification.py,sha256=EruVqv8EzRfskSuh4Witogxq-43uw2uHKZc20kpLS2E,5503
|
95
|
-
pulumi_oci/apigateway/get_api_validation.py,sha256=tlCCZz8myuhP9MCfcr5S4xCLoiMqQd-01pF2ACo1mXk,3780
|
96
|
-
pulumi_oci/apigateway/get_apis.py,sha256=Ney3ZCL8ypxi3nPJP8VljyDKp5seEmQ0hktA6tWn7GE,6626
|
97
|
-
pulumi_oci/apigateway/get_certificate.py,sha256=hXaCUXj3E-YQf1m7RjfSkA-xlY9AQoZCkDTvZhQ8msM,11409
|
98
|
-
pulumi_oci/apigateway/get_certificates.py,sha256=BdMEERLiznLRitGKWlLY4svvY8QsEGv0-cKO529HHbk,7116
|
99
|
-
pulumi_oci/apigateway/get_deployment.py,sha256=Xx8cjTf2kaT1LQFr_0LbNtTTsTyd6auxj_YlaQX2ivg,10863
|
100
|
-
pulumi_oci/apigateway/get_deployments.py,sha256=Zb04MP9yLvNBgFkCEH4nAxksFGE_SURYk0d1FbNnJ9o,8057
|
101
|
-
pulumi_oci/apigateway/get_gateway.py,sha256=GvGmoyeGFMUF_j0Ll31cq4p4jrXo080tNfDMq1U4uKY,13293
|
102
|
-
pulumi_oci/apigateway/get_gateways.py,sha256=Xz-5xjK39HWDav5Z7vkfjytqdJjiZ-b2xPB3BVnJzpA,7993
|
103
|
-
pulumi_oci/apigateway/get_subscriber.py,sha256=VwJdDqAhQfNkTurUrqBM-3f5Brgef99XPlLdfFAWf_4,9572
|
104
|
-
pulumi_oci/apigateway/get_subscribers.py,sha256=z-NnLuBlausQnqOwBRQSYaQ0Tzybft09q57xHriuvdU,7030
|
105
|
-
pulumi_oci/apigateway/get_usage_plan.py,sha256=ZnbatPuUoskEXpKL2v-xFHcH7hGuIM-dC2S6hq6TyKY,9046
|
106
|
-
pulumi_oci/apigateway/get_usage_plans.py,sha256=9Swf5yXVdiSMk6rbb4Mb8EdHDGQFLplBzT0E4Ce_hcU,7011
|
107
|
-
pulumi_oci/apigateway/outputs.py,sha256=YjNqmlqOJcFAHk9Nh0AW1OFd9is48GMXH-n7ZIyjrnU,1048805
|
108
|
-
pulumi_oci/apigateway/subscriber.py,sha256=m1Kp5ptlgvdqguW6mWsKd4ACOk3CFtvpnA5574Kn3Ao,30952
|
109
|
-
pulumi_oci/apigateway/usage_plan.py,sha256=59-W6gMyj9_joeSnZHe4c6dUvPIrmNvaQzQLvQ8Q6lI,30003
|
110
|
-
pulumi_oci/apm/__init__.py,sha256=VlWpxW-unSo6Cqrm8fmR-4BWqYnGZir2OqWjThDNgTo,430
|
111
|
-
pulumi_oci/apm/_inputs.py,sha256=lkpnZJYyJQnUw2XmOLAHydhCjzGsiB9UheUI8JWfQCM,2661
|
112
|
-
pulumi_oci/apm/apm_domain.py,sha256=NKVjryJK1_qZiBOf0lZprFS1NgvFbDq821wtayISHh8,26021
|
113
|
-
pulumi_oci/apm/get_apm_domain.py,sha256=W7vyas6O3FA4iKdRFxKwlkLfFQ1nOSZIOx5sCg0VH8I,8954
|
114
|
-
pulumi_oci/apm/get_apm_domains.py,sha256=QnqC1PInqsYHQebUBD3vV3wrdM8VieQt9ZYYq29B2ZM,6630
|
115
|
-
pulumi_oci/apm/get_data_keys.py,sha256=ZNSWIDiKycH1pcKoijNMoJDMv8iwmwdNadAX7jEE798,5495
|
116
|
-
pulumi_oci/apm/outputs.py,sha256=Y4ZpAaBa1_EmQRbTyVEXJA2JNb4Z4dczuKoZLFwu0-Q,8267
|
117
|
-
pulumi_oci/apmconfig/__init__.py,sha256=QzbSqiZ9hOe5ZhTSpwQTKAFIfMRYphPCbvG8-1FfQ_0,389
|
118
|
-
pulumi_oci/apmconfig/_inputs.py,sha256=Lf95DDlTYX4q-eHQrwK7HT9voEUi8TTe9v5k3VhRnHk,15458
|
119
|
-
pulumi_oci/apmconfig/config.py,sha256=InI4zfILqZsAqNlo_jK1aqIYq7eost5D7tkNZGEXxwk,53575
|
120
|
-
pulumi_oci/apmconfig/get_config.py,sha256=RyZvuhkwd6XApXaop60fFjW1e39Jei1AHvfeWkFUgC4,15127
|
121
|
-
pulumi_oci/apmconfig/get_configs.py,sha256=uDsSbH7eYJifyJdS27AFgo3cdvbdJFpunkbxi992wkY,15233
|
122
|
-
pulumi_oci/apmconfig/outputs.py,sha256=X2yrpKb6sUaoeZkEtZI8WjALTuSjWIeqIEuyiXuDIaA,44222
|
123
|
-
pulumi_oci/apmsynthetics/__init__.py,sha256=kZgQxs2gwxF_dID8gfIiJVb5HK_IUSp2dLvWUcIeH_g,685
|
124
|
-
pulumi_oci/apmsynthetics/_inputs.py,sha256=WbgxM17DleTifPZk97r5hTKbqqjGZB5Wo-axqd1bLog,65644
|
125
|
-
pulumi_oci/apmsynthetics/config.py,sha256=DnM988XZYg7NuJmNH9GtlNLcsyEirH9N1FBYQ0IV-SA,84035
|
126
|
-
pulumi_oci/apmsynthetics/dedicated_vantage_point.py,sha256=x7cryqHfZ238G1IchxJPqSL-oMczMap8OtKY9rg1foQ,32063
|
127
|
-
pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py,sha256=BIcpNrIXszyU0wLzXrvaWME5701-W0jTZhGnEmnmm1A,11146
|
128
|
-
pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py,sha256=uM_MsjXHsGnikfVdOITJ_Vnd2pVXZf2K3ryK2BEbUO0,8437
|
129
|
-
pulumi_oci/apmsynthetics/get_monitor.py,sha256=KSR-qpRFLWO7glwsTmHQ2bO370lTX1C3enEAywv5-MA,18999
|
130
|
-
pulumi_oci/apmsynthetics/get_monitors.py,sha256=qZ2YpMLsVrfd7rbi6C2wPyhwCi_iP9F0j0UrzlyHa4c,12368
|
131
|
-
pulumi_oci/apmsynthetics/get_result.py,sha256=5-udjskHiT7DoD-xz2KvNr084cNzXftnI1o2lG1Vkaw,9076
|
132
|
-
pulumi_oci/apmsynthetics/get_script.py,sha256=FAARtcYFyQM8gw1dGS8vgLqS2OFlNJwbX8XpkFuVEiI,12390
|
133
|
-
pulumi_oci/apmsynthetics/get_scripts.py,sha256=4t8DjDZ0FhoQPtrJ-wb_hBioiAf8F4HzA5OtCjV4MX4,6691
|
134
|
-
pulumi_oci/apmsynthetics/get_vantage_point.py,sha256=N4aGnzYfwNRiZl57Ln2G3T4ENUk3DPV5Yz4XpYtGwrY,5947
|
135
|
-
pulumi_oci/apmsynthetics/get_vantage_points.py,sha256=i-D2PsW11paS72ziKXTAdFCFB8Znslr5c1oV2O4e43U,7059
|
136
|
-
pulumi_oci/apmsynthetics/outputs.py,sha256=tAAZYSqRasyX2NG7JP4Kkepli9j6UGYA-eLOO3qTnr0,187522
|
137
|
-
pulumi_oci/apmsynthetics/script.py,sha256=J6W7IwlZ20KkkhH7oyOamXXhBn38DOJy2-G4_666feo,38176
|
138
|
-
pulumi_oci/apmtraces/__init__.py,sha256=Dgjx9uWFNtS8iGxLIR9w7ix8UR52hbu4BHgvo8cc8cU,465
|
139
|
-
pulumi_oci/apmtraces/_inputs.py,sha256=rdVeXRPtOLvPTcMimXK3W4p4PANt5E33IzgQIeC3cCQ,1398
|
140
|
-
pulumi_oci/apmtraces/get_query_quick_picks.py,sha256=3ko6PIfKME8GKARCDuSuREDx-jALiElpnhROnMu_c1w,5011
|
141
|
-
pulumi_oci/apmtraces/get_trace.py,sha256=3enTgIpf_IZXl-XvXDNpA9DPiVdoZ6NRu5rP3wzxacA,15927
|
142
|
-
pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py,sha256=VurDuyuqFepcg5xOZjT8fK6sGJQZ56WibjeqdMwPC-c,5328
|
143
|
-
pulumi_oci/apmtraces/get_trace_snapshot_data.py,sha256=e92WwZTzotS5yEVZBj1o6jgFjVANfC60SgsxB6tPebM,9626
|
144
|
-
pulumi_oci/apmtraces/outputs.py,sha256=PQZeaIrBcRguOO3Igfk423EziXtT-o61_WRA6at8VB8,23090
|
145
|
-
pulumi_oci/appmgmtcontrol/__init__.py,sha256=7_IRkdYqMK2mhMYjmeqqrulNTOikX4X_YtJDRji-wB8,432
|
146
|
-
pulumi_oci/appmgmtcontrol/_inputs.py,sha256=-eG3EtB9AjSGvGt8VoHFYkHnuCZ_QkPFZvhhph99054,1404
|
147
|
-
pulumi_oci/appmgmtcontrol/get_monitored_instance.py,sha256=9GTw_0--l2z-ZhmU9v2C24dmkGJeDJYklamInER-mO4,9358
|
148
|
-
pulumi_oci/appmgmtcontrol/get_monitored_instances.py,sha256=9eGD1EqCrh7QwRKmYHXQqZ4DwH6igx3KXbIcJ5Ezk2E,6621
|
149
|
-
pulumi_oci/appmgmtcontrol/monitor_plugin_management.py,sha256=qjepTiZD1r77-2k8YAKNo9qMbeaQ-e81jlKDNBqHCkM,13987
|
150
|
-
pulumi_oci/appmgmtcontrol/outputs.py,sha256=zNDmw43G1I6adxs3q8svjXfEiA0yfzSnXF3QvF5jKoE,6249
|
151
|
-
pulumi_oci/artifacts/__init__.py,sha256=yE1m-f6UNL93-BtFvRQG4KF_FTPvKjEJ_FX0C0MM8jc,904
|
152
|
-
pulumi_oci/artifacts/_inputs.py,sha256=48aPV7LV57fdTQlPJm--3VB3AiE7-oS7CkJWCCOGUtk,7201
|
153
|
-
pulumi_oci/artifacts/container_configuration.py,sha256=Vq-FEUGuxB2ieRO3oL_OS_ed0H70IqhEmJa3SzPzfiE,11362
|
154
|
-
pulumi_oci/artifacts/container_image_signature.py,sha256=2g4xSmLNLl_7KAS00ewWuojLJ2G84nP4Kpl7sm8Zu70,40892
|
155
|
-
pulumi_oci/artifacts/container_repository.py,sha256=bIxXhARDrmtIf1qv6o4Rq8MnnfmKxMy6ZWm-8FXqMZA,37763
|
156
|
-
pulumi_oci/artifacts/generic_artifact.py,sha256=YnA6xFNrqedsZIEX5ibtO-plEq-OVgMTb4F1YTnnG1I,29508
|
157
|
-
pulumi_oci/artifacts/get_container_configuration.py,sha256=5Wp-dW3atgspg4TXLEB3JeBKRTbZcBrwYqnVIrdLQBo,5109
|
158
|
-
pulumi_oci/artifacts/get_container_image.py,sha256=QhDNzdu1xvxt53bi4-UWOKd1k4v3zAtQYG_K5ht0-Ps,14157
|
159
|
-
pulumi_oci/artifacts/get_container_image_signature.py,sha256=8cHOdXdoeLUqgdSFneCNRsOvJdPr0G1jrFUFQhXrpIA,12960
|
160
|
-
pulumi_oci/artifacts/get_container_images.py,sha256=nWPXaacuUNoK6ijGOht4szJ2AvhcFlaeSBo2n4QOYFY,14572
|
161
|
-
pulumi_oci/artifacts/get_container_repositories.py,sha256=7CLDQHAquMSG1EUI3YKjbDdlwxf2wW39X8px2Ilq2oQ,11314
|
162
|
-
pulumi_oci/artifacts/get_container_repository.py,sha256=U0eqSQpuDipoToZzVxS_3J3ZHNUMFitBrzZ6BFWcYmw,13741
|
163
|
-
pulumi_oci/artifacts/get_container_signatures.py,sha256=973QixCZdZuoZiUZry0To86gIqzNtvWxsr0nyTGLLm0,17413
|
164
|
-
pulumi_oci/artifacts/get_generic_artifact.py,sha256=VNMYSpXMAg3mXCJPl9Ufdxp3mkEitFeUebVBbUigZgA,10754
|
165
|
-
pulumi_oci/artifacts/get_generic_artifacts.py,sha256=KbiG706otqVy8C-675O35YoF2NIds7KC5fHTj0gzOfw,12569
|
166
|
-
pulumi_oci/artifacts/get_repositories.py,sha256=gTYPETlgoDolPjp5SwyxTtitukhnBq7MGapEOiW-K7I,8494
|
167
|
-
pulumi_oci/artifacts/get_repository.py,sha256=4CnQyzB-RBrOdo1mSq0wRWTgpfORIXQ3bv6-IdFCvhY,8947
|
168
|
-
pulumi_oci/artifacts/outputs.py,sha256=5cfeIQVdDmf_2JhjePvJ6bK_0qocwiJx2id5plDWAos,56498
|
169
|
-
pulumi_oci/artifacts/repository.py,sha256=maItP8wy4IoY8DIs2VZPMg7mKIc-TBaMnj89jHNVGKk,29145
|
170
|
-
pulumi_oci/audit/__init__.py,sha256=k6QtiR85ChoxyKpGGtndpy95ySJLNcQIi4wLoklezU8,402
|
171
|
-
pulumi_oci/audit/_inputs.py,sha256=mOdHF3S4sC69tqXaSgJx4_6IbvzyRxmba_RV1Iin6fw,1380
|
172
|
-
pulumi_oci/audit/configuration.py,sha256=BH9XUw1yUJR-mE25LR-LOMC9_xNih1CjAPP0sJ5MrQ8,10914
|
173
|
-
pulumi_oci/audit/get_configuration.py,sha256=RBkKvQdSzZaTm7arZVa-RPVhm-loSfho7iYOKJPtMro,3944
|
174
|
-
pulumi_oci/audit/get_events.py,sha256=uo7Y5B_CpkPMjYx1qP6KmfVdw73mdeANU-lKQzSDAm8,8565
|
175
|
-
pulumi_oci/audit/outputs.py,sha256=nflZixP-wOhUS1wvq7wkWvn_mcIg1A8BKMW1gtGv9YE,25178
|
176
|
-
pulumi_oci/autoscaling/__init__.py,sha256=4GqavaDgqXLW6t4bw3UyHnse3Xj8SWd6stZKTh__hr8,449
|
177
|
-
pulumi_oci/autoscaling/_inputs.py,sha256=iO4apbKILKFAYO1tJIvXTysQWzRyJDzG_E2gTnAfDNw,24026
|
178
|
-
pulumi_oci/autoscaling/auto_scaling_configuration.py,sha256=e8AnAgqyzqmP1bNKbOPjNJ8opr8TLgbNyGWSnKzG4iE,43225
|
179
|
-
pulumi_oci/autoscaling/get_auto_scaling_configuration.py,sha256=Ut9xi7KUc-5o_azp3iaDcTo6Y5gqVhEzKjjImyuyISo,11897
|
180
|
-
pulumi_oci/autoscaling/get_auto_scaling_configurations.py,sha256=JjNBajVnhlCgeYkCae6OTBBKlCiREJAKlFe7vcz1RnY,7111
|
181
|
-
pulumi_oci/autoscaling/outputs.py,sha256=WMl2HV6CW8u25hPVpwsos9F6feR1_tFC6ZoenhxaFzM,58495
|
182
|
-
pulumi_oci/bastion/__init__.py,sha256=GQWlbltoQh-1tyJ8oP0WYOlsTH4Kv3uAsIr4Pexrt3A,470
|
183
|
-
pulumi_oci/bastion/_inputs.py,sha256=NZZZFjDeuJbLEUdDFHv-SOnKXw7RB9qixwZILnUxlhY,9934
|
184
|
-
pulumi_oci/bastion/bastion.py,sha256=Vbghr0ockvrsKc4cooW5jFKX8G7srNQ8zm_xIQyRdw4,47958
|
185
|
-
pulumi_oci/bastion/get_bastion.py,sha256=BHYzEGWa2WMRKZYPD1prqxqIBf4u1_uezDUs7J5gfVQ,15502
|
186
|
-
pulumi_oci/bastion/get_bastions.py,sha256=36N71oWRNlvmjrztvIdD7JYKfWW0sgnLGPJsSViI4W8,7908
|
187
|
-
pulumi_oci/bastion/get_session.py,sha256=Vej5TxRYP7EF-DCfRW6GygeiKuV-PdUVvNSoPp7oBtA,11821
|
188
|
-
pulumi_oci/bastion/get_sessions.py,sha256=Ua1_KrBkEhfahzJNyOEsd4PzvHd2-fzubd1epT5wHC8,7994
|
189
|
-
pulumi_oci/bastion/outputs.py,sha256=FpuoZdFmTFuQ8nozQ2VVH72zS8EOh_5P8rTPCvcFeZU,37588
|
190
|
-
pulumi_oci/bastion/session.py,sha256=Cmckh66COIfI8bJF6qbvF46ukskEiuZp3HrVSk23ou8,32135
|
191
|
-
pulumi_oci/bigdataservice/__init__.py,sha256=9h2-UGSNf0_uYW2Cg5SMEVbFzqWxQBllMpIFR8MlStA,1025
|
192
|
-
pulumi_oci/bigdataservice/_inputs.py,sha256=JUkC7obUvY2DjwwQLzKSRebQ2vTkdRYxI0hAdxvmPdU,134262
|
193
|
-
pulumi_oci/bigdataservice/auto_scaling_configuration.py,sha256=Pn33ucZdj4kvXvCnzYncj4BnyrPJiLnpfo49eRnkKZY,40848
|
194
|
-
pulumi_oci/bigdataservice/bds_instance.py,sha256=vYyTd5zo6vlGv1zmkpm54jnoAkWbT1qR-eVB2HSx7Nk,75219
|
195
|
-
pulumi_oci/bigdataservice/bds_instance_api_key.py,sha256=VxaVewp2I2BoYOADSwweV9Wp6W-kKpfUCwIJK8mdE_M,25378
|
196
|
-
pulumi_oci/bigdataservice/bds_instance_metastore_config.py,sha256=C85r72byBwd_m-W9I3p_RTxanL0hNmm2UlP5yJW74rs,28931
|
197
|
-
pulumi_oci/bigdataservice/bds_instance_patch_action.py,sha256=6FYNr7cmJA1ezyqdb_owLC2_SWxZFjJtISbW2rfbnXE,13148
|
198
|
-
pulumi_oci/bigdataservice/get_auto_scaling_configuration.py,sha256=4z_NqEc1ODX9eNeyctfXNQS5c64QeOmWdBeGpvECr9A,10339
|
199
|
-
pulumi_oci/bigdataservice/get_auto_scaling_configurations.py,sha256=-SE7dG2bDIxHj5FqGhKCcv__ktsIq57dv1EvpD-GnPY,6434
|
200
|
-
pulumi_oci/bigdataservice/get_bds_instance.py,sha256=z8z0kr6P4EvWWqrnVXzozFbykys3TwI6xU-FsTyaUXE,22638
|
201
|
-
pulumi_oci/bigdataservice/get_bds_instance_api_key.py,sha256=5hJDv8HAqOKez8yf55eI6Gy3oJ2tmLfSgaef81N1KDw,9267
|
202
|
-
pulumi_oci/bigdataservice/get_bds_instance_api_keys.py,sha256=9aEmwpSnU4bEM_U-Oi2WbJGiIAcJK6piGC94locQ6JI,7297
|
203
|
-
pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py,sha256=moOiNCvaJPsnS0hYISuPGMGazJipcOI7a5im1ui3f6w,8775
|
204
|
-
pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py,sha256=XBNzPHpp8bvMqgZc1NePioUS-1Q6lHpUerRgeTYDVNE,5144
|
205
|
-
pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py,sha256=Zc7RSJnGgX1ooPIeR8QUh3_NLX-wOFYbsiOF9IKlV6U,10505
|
206
|
-
pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py,sha256=7LwNEV7S8B0e22pirRt34_arXzcjcF_Q7IKVmfb0YiU,11165
|
207
|
-
pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py,sha256=x-jK1YR4WNP-6exDKMincySgFoeez-53dxN3NmjzqW4,8109
|
208
|
-
pulumi_oci/bigdataservice/get_bds_instance_patches.py,sha256=Jmidltb0fXmYmkUKyFIPG4r9ox6L9lBiAIpThsW5sZU,4861
|
209
|
-
pulumi_oci/bigdataservice/get_bds_instances.py,sha256=1SoyaVbJCtCi3fr6Tz2jeuEJJNv7-xGSL2yxxlP0If4,6582
|
210
|
-
pulumi_oci/bigdataservice/outputs.py,sha256=eewlH1IUBr7IAMs-khHh2ZENaM8N4ibjO7asARiu4ak,313188
|
211
|
-
pulumi_oci/blockchain/__init__.py,sha256=b2CLshPLLmnO6Om3TLPGauDJ2z_cYIHxtBonK4zQJEs,610
|
212
|
-
pulumi_oci/blockchain/_inputs.py,sha256=JqE3ivHgQxJlWqZmgHSip04a9NnyOCmIr7eGrFHzcqo,20903
|
213
|
-
pulumi_oci/blockchain/blockchain_platform.py,sha256=IoqceUimxmEuIKV3fvZir9ycS7ABBGWbF3glntfb8E0,62495
|
214
|
-
pulumi_oci/blockchain/get_blockchain_platform.py,sha256=FW1BX553C4ImG9_hyFfDDwJcCBOVscDR_bciFtQy370,19564
|
215
|
-
pulumi_oci/blockchain/get_blockchain_platform_patches.py,sha256=eINrQC05iKAJK3JNTlhJGLJ3x2PU5yx_BVL8lLCT-uA,5682
|
216
|
-
pulumi_oci/blockchain/get_blockchain_platforms.py,sha256=ZDJyfscl2KVTZU0EzG9jhvHiO4nhVhwu88eTYUNZf8E,7394
|
217
|
-
pulumi_oci/blockchain/get_osn.py,sha256=KX0GgCXoD5RF9ll7V7eJ9oueqWThgjC08swu7CX7bTc,5965
|
218
|
-
pulumi_oci/blockchain/get_osns.py,sha256=Ojeqyuj3sxXVPrnKA4aYrUBlY4-M7L4W6rLP-eywfuM,5632
|
219
|
-
pulumi_oci/blockchain/get_peer.py,sha256=SwvT1uadZ9pG29qOtoarWTjqhsui0UfocAjKmEMD8os,7216
|
220
|
-
pulumi_oci/blockchain/get_peers.py,sha256=X-Gi2nK5Be5U__LFmNKMeGveqdGbUaOJggalY-Uiad0,5685
|
221
|
-
pulumi_oci/blockchain/osn.py,sha256=0PicRe7Tt3pm6176IOMm0ECVQ_1tY1kJm4ZVGMjvgxg,13565
|
222
|
-
pulumi_oci/blockchain/outputs.py,sha256=N95ktK25lfDALGxD4oYAd_4Okh_XLXZIfyf0xE0g5i4,64856
|
223
|
-
pulumi_oci/blockchain/peer.py,sha256=PXRVAfMxUD2rrNNk2vCMsGPYafYlDr3N9Zu1uuyI7M4,19135
|
224
|
-
pulumi_oci/budget/__init__.py,sha256=HLHHobzR_g6CfDwM-rVZcTcUNNAsyPTEDxhZrwGc_vs,470
|
225
|
-
pulumi_oci/budget/_inputs.py,sha256=AaYgr_krbOSKQDfgRVYe-EekDeVvP80i_-Ndl4e5m3U,2410
|
226
|
-
pulumi_oci/budget/budget.py,sha256=U6lFnA-_o1qbfr3cNJbdCrdQT2S8WpxroFGw-RTVVvI,59258
|
227
|
-
pulumi_oci/budget/get_alert_rule.py,sha256=pZ6xKAfWNr8CzcNa5dDEiuTDTIlMeIL4LBEH9Q--yJ4,11316
|
228
|
-
pulumi_oci/budget/get_alert_rules.py,sha256=3mewMvmdj4fsz2acqa_CorglRUMPI2fsQDBOanRM4yM,6476
|
229
|
-
pulumi_oci/budget/get_budget.py,sha256=Zpg60gmC7NPnNvUHYCNo9cvuoizdEomYlHbAC1Qv4AI,16992
|
230
|
-
pulumi_oci/budget/get_budgets.py,sha256=o54pFU2D1no1LqLZVovsPHYw7bJ_SOm7QYNqKxOVGHU,8367
|
231
|
-
pulumi_oci/budget/outputs.py,sha256=eKYLbE8M8ZElHpbIHbH5u8L_OAM6OWbfMdPCMd8CQKY,21931
|
232
|
-
pulumi_oci/budget/rule.py,sha256=g1f1AwaD19N_Bs9XjA9KayQ_R_ELWoraLtotDtFiq8A,38068
|
233
|
-
pulumi_oci/certificatesmanagement/__init__.py,sha256=OBZN71dSiIqzFajc1UojUbLz56_HgMG0T9JBtoDO1W0,850
|
234
|
-
pulumi_oci/certificatesmanagement/_inputs.py,sha256=VNmfOva0PFB3bnCayZnJZGGIM2bSdknq3iD0TLjp0yE,114632
|
235
|
-
pulumi_oci/certificatesmanagement/ca_bundle.py,sha256=yZo6Suqw3x0pnMMGbQAWp8oIMyLtbLbEHvnPq5j3eeA,27655
|
236
|
-
pulumi_oci/certificatesmanagement/certificate.py,sha256=I9-49IA67UOigPYqGFSHRyrXYVHtYVc0a48E_mh6BGo,45337
|
237
|
-
pulumi_oci/certificatesmanagement/certificate_authority.py,sha256=fsOv5fnoXnoVi3u8Bg2ZDbeFCQNSJwE6-4vSHnsUSi4,45704
|
238
|
-
pulumi_oci/certificatesmanagement/get_association.py,sha256=oTRr_qh9aS_rGQ353xfjVLSwFCqOPnkJDvSbWlUjzQU,7920
|
239
|
-
pulumi_oci/certificatesmanagement/get_associations.py,sha256=lquIsF5h38BG6-rMM6GOSvCMldOZpyeWbu0bygNcU3I,11702
|
240
|
-
pulumi_oci/certificatesmanagement/get_ca_bundle.py,sha256=Z91klEleTpYuzxA69q3Ir8K9A12kc3pOKr9PHMCzOZI,8704
|
241
|
-
pulumi_oci/certificatesmanagement/get_ca_bundles.py,sha256=2ab76G-cIaDBCy2Tw3fI6r6iWpppNNpp-vlQC8HDm1E,8137
|
242
|
-
pulumi_oci/certificatesmanagement/get_certificate.py,sha256=AxUj4rz6_IvE7_xgyIeFJVnnlowRA-yPop72RPNQVfo,15955
|
243
|
-
pulumi_oci/certificatesmanagement/get_certificate_authorities.py,sha256=lgBPFljK6tPidGG2ppw1hiToI4K131XLBlBzbKoYoJA,11099
|
244
|
-
pulumi_oci/certificatesmanagement/get_certificate_authority.py,sha256=HhW_slOxhWssq2e6x_TVuH87HP518Lo2-Wdgla6aUnA,15756
|
245
|
-
pulumi_oci/certificatesmanagement/get_certificate_authority_version.py,sha256=AFfuQjuKHY33dMsJhsymrpoujopCj6vq35vnjtCrkMQ,11483
|
246
|
-
pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py,sha256=O_WtID6HQlQPJt_Cz8ATGounvVoLE4udPo8auEtE_Os,7734
|
247
|
-
pulumi_oci/certificatesmanagement/get_certificate_version.py,sha256=1z_Zaft7KfVeu2WuPcmhXDvL5UZiZfLJI5ucjc9-OaA,11501
|
248
|
-
pulumi_oci/certificatesmanagement/get_certificate_versions.py,sha256=L_FQDLITFf9ZrFESUiWJkh8sdqw3GrbxldxH_qUxE2Q,6983
|
249
|
-
pulumi_oci/certificatesmanagement/get_certificates.py,sha256=AG_QobMnvoJA_VmK_NHKgAovqsnvpMfZkU9T7SVHdaU,10197
|
250
|
-
pulumi_oci/certificatesmanagement/outputs.py,sha256=2n8C2hx6SeAZ_GpfNMe7sEvlheIW3e0SRegmep91mVs,314560
|
251
|
-
pulumi_oci/cloudbridge/__init__.py,sha256=CdALYplZFR6fPIPGSKBVRSifCzEk2dMHHyUx34DnCOc,1074
|
252
|
-
pulumi_oci/cloudbridge/_inputs.py,sha256=ub220k1ABzFt_fWlT3VBdgq1inH_30lPd3AjCON-3Sk,69626
|
253
|
-
pulumi_oci/cloudbridge/agent.py,sha256=HGd9gYqWEkvNC_cvQbF9Gql7qcCl_AEySbmzhp50gPg,40756
|
254
|
-
pulumi_oci/cloudbridge/agent_dependency.py,sha256=tRfv7qjn2s89Afwg7XLuR0NiT5Wi-ZzTELr_37-j890,42942
|
255
|
-
pulumi_oci/cloudbridge/agent_plugin.py,sha256=R1E82deQ1yNB-c2i46w7cteBpynrleXaOxGZ_-vPMEc,26385
|
256
|
-
pulumi_oci/cloudbridge/asset.py,sha256=AaAnfPlFMawchZaocVTuY_93hEod8I2hp2Odb0ALaO4,54264
|
257
|
-
pulumi_oci/cloudbridge/asset_source.py,sha256=ixrF4Q5H_UhZ51qCI4AmxEFNrkDAEvgzbZR8mpmfros,60071
|
258
|
-
pulumi_oci/cloudbridge/discovery_schedule.py,sha256=IXw9zomNp5ebNQw-Pq57mi56E8qTMz6iAy_-XDPa6Yg,30767
|
259
|
-
pulumi_oci/cloudbridge/environment.py,sha256=5DanDIZSAsFqWalzkq2J0iWPYjeCVyAEygF0jIrmozQ,26183
|
260
|
-
pulumi_oci/cloudbridge/get_agent.py,sha256=YbO0aDQA0fBlb21Un1naufad9SroUs2mG75yU0VYgRw,14135
|
261
|
-
pulumi_oci/cloudbridge/get_agent_dependencies.py,sha256=sFokUUlAjqmD_kaShXDCtB_-TvFeOG3Ry21hX3WdL0s,9153
|
262
|
-
pulumi_oci/cloudbridge/get_agent_dependency.py,sha256=vRuhQTUbTX9kzFAI5e5hLLH5s4e5rsG_UHpBHCVv4iI,12917
|
263
|
-
pulumi_oci/cloudbridge/get_agent_plugin.py,sha256=qI--X0yX43GZRL2bQ-7EAsHJPW_KgGXzGK3NzVgxOKA,10253
|
264
|
-
pulumi_oci/cloudbridge/get_agents.py,sha256=aBJDtXgpJV9n7zjeXqd3HKYoiJGeGV4agxljyywNURo,8490
|
265
|
-
pulumi_oci/cloudbridge/get_appliance_image.py,sha256=uSTQKORmyFB1PPPGlRVyJ2mll6W0JrhGOq2tjTR0Upk,5003
|
266
|
-
pulumi_oci/cloudbridge/get_appliance_images.py,sha256=eOwol4_rBNcbhxMOh1qk1JHOEQxMWObPXMjJL3nV9mY,6065
|
267
|
-
pulumi_oci/cloudbridge/get_asset.py,sha256=Zv24P_Iecob4ebHnVNtKWUA9GLMAq3kYO9dXVO93tOo,12899
|
268
|
-
pulumi_oci/cloudbridge/get_asset_source.py,sha256=LeNckll4Algq0OCWtxRLOJrRjWZAAM_P_w6NvH6SD-s,16415
|
269
|
-
pulumi_oci/cloudbridge/get_asset_sources.py,sha256=PlG-gNZoHWiEkZtYwXvuapKfLCClEItPmkG1CLa8DJw,8105
|
270
|
-
pulumi_oci/cloudbridge/get_assets.py,sha256=f3ped7GpDjXT0WG1FhawMVz7K8dtvP7BLJWdMPamwjY,11066
|
271
|
-
pulumi_oci/cloudbridge/get_discovery_schedule.py,sha256=Owa4ghyJ5x57v_fBV7xQYvfU-i-fVLqpv0PE5_O9pIM,10524
|
272
|
-
pulumi_oci/cloudbridge/get_discovery_schedules.py,sha256=bgjLL-XWHkdXaW1p2_lGpQt5S0ecndNifMMDype596Y,8639
|
273
|
-
pulumi_oci/cloudbridge/get_environment.py,sha256=hS8soqCDVANuHxLw1w7NKLfPunE3Ahl0XeGSsfOOxO4,9175
|
274
|
-
pulumi_oci/cloudbridge/get_environments.py,sha256=IhloyypuFXHSrdFR7ZfwYhJ7Nr1b0eTDrxALzcqVt38,7913
|
275
|
-
pulumi_oci/cloudbridge/get_inventories.py,sha256=FUpvB6gRrowK0jn_tK1-S5v9SEvFOcgNYINlLUaYuvY,5702
|
276
|
-
pulumi_oci/cloudbridge/get_inventory.py,sha256=z01dqBY5DRl7Q4rLEon_wkGxlaSASPD1NIYdPXeMX9c,8947
|
277
|
-
pulumi_oci/cloudbridge/inventory.py,sha256=4pGNjt6tQTVvCEgDgUKh7r8KYIOGliOiwiJGOsn8Q7I,25960
|
278
|
-
pulumi_oci/cloudbridge/outputs.py,sha256=iCAQZhZ2h_JhVrqxAWIfwMxDy6czIxXVZY9WEEiZSTw,214297
|
279
|
-
pulumi_oci/cloudguard/__init__.py,sha256=R0o1ah9XQ_MLhbSVhF-MMbDVbms9ITZ-m8CQUfhdLY0,1403
|
280
|
-
pulumi_oci/cloudguard/_inputs.py,sha256=7EQEOSUGNvLYp8msm3mcIwCOczBsWJn4y2EjP5KxV8o,215334
|
281
|
-
pulumi_oci/cloudguard/cloud_guard_configuration.py,sha256=CCz1XICnFfPURCOIEocJxfKgSJV_uKAkM0h1PxaRvCs,15900
|
282
|
-
pulumi_oci/cloudguard/cloud_guard_data_source.py,sha256=XUMOoo94LH2Le9QW4GiWZYJNj9yD1VrsyhAerRbJmnI,36720
|
283
|
-
pulumi_oci/cloudguard/data_mask_rule.py,sha256=Lrtv-yHgXezReH3-0faIiL2Nh-jRpAS_4Yr7p_6gnio,37692
|
284
|
-
pulumi_oci/cloudguard/detector_recipe.py,sha256=08WgJBUImVnMGa6MJP430ZmIUT-iWnQSrQ7RAi0PTDU,35629
|
285
|
-
pulumi_oci/cloudguard/get_cloud_guard_configuration.py,sha256=9za5GWLfJjNMRC4jw5C7njyT4wyu2_Yjm-9ymcDXRBE,5317
|
286
|
-
pulumi_oci/cloudguard/get_data_mask_rule.py,sha256=Gak4INEx_OVUCNsx0s3pLqk9Lu53In84e3_fMxT4Q0w,11943
|
287
|
-
pulumi_oci/cloudguard/get_data_mask_rules.py,sha256=pM6t3cSa3CtqRURm2ND2tWyuIqRWvvfCpDr1RMKLs78,12449
|
288
|
-
pulumi_oci/cloudguard/get_data_source.py,sha256=7SZqZaclNlWHTlPWfPTaIlcE5zhP66jo0DKOBSpz15A,11495
|
289
|
-
pulumi_oci/cloudguard/get_data_source_event.py,sha256=M_NVbQU9ufPf-uZ_SALM0Bio34DOauPnCbbQ8HArwqM,4956
|
290
|
-
pulumi_oci/cloudguard/get_data_source_events.py,sha256=W0-U6cB4PYT_7vcovn1MS5qvWazHtjmNrLl4gLj_PTI,6041
|
291
|
-
pulumi_oci/cloudguard/get_data_sources.py,sha256=07ejk_YEpEILOJrBo1iIGARW0rZLv_F9Xk9M68juHYM,14507
|
292
|
-
pulumi_oci/cloudguard/get_detector_recipe.py,sha256=1h1za7kJNs4odOd4YlawMsLGzvXUDOW5eyOtWN629wQ,12310
|
293
|
-
pulumi_oci/cloudguard/get_detector_recipes.py,sha256=TpGEw8a7Yngx0Eg5JwXssrE5sn4FsLIpR58dk3pj2hQ,13506
|
294
|
-
pulumi_oci/cloudguard/get_guard_target.py,sha256=KTqRmfHRmhf-7NEudnWAa_RP3aTFaKFZ0ynNm9wAw8M,13703
|
295
|
-
pulumi_oci/cloudguard/get_guard_targets.py,sha256=HyDaZJ7DXKSgh--PZdVHmHDxPSaCApo0qQeODSBYWD0,13446
|
296
|
-
pulumi_oci/cloudguard/get_managed_list.py,sha256=ykdgPcp8ps6LRvcnN25vDieex3OP8-nZblMYH7lKYG4,12049
|
297
|
-
pulumi_oci/cloudguard/get_managed_lists.py,sha256=Zs5aY-m5Q-7CjernhX8omgzf53wuwbmUuRXrG2B42q0,14158
|
298
|
-
pulumi_oci/cloudguard/get_problem_entities.py,sha256=hg5SdoZQXjPByKMTpitbWfA6f0ozG0sQTxSbe2prPpk,4968
|
299
|
-
pulumi_oci/cloudguard/get_problem_entity.py,sha256=G_Ah_SAp1lTU8TBUC0kPQVBL_zufMVvWtb8Sb0zV1Fo,3931
|
300
|
-
pulumi_oci/cloudguard/get_responder_recipe.py,sha256=B1r-C00hNbJIJeeaLe6bByilU97turnp1DTMl2BF5iA,12042
|
301
|
-
pulumi_oci/cloudguard/get_responder_recipes.py,sha256=ADikVrnpqx5LlxjlZFKZZjo7zUfXta6qeVgwYJzJWfQ,13543
|
302
|
-
pulumi_oci/cloudguard/get_security_policies.py,sha256=wDAhLI7NmpVPuOt7jEV5KHNcCokuM_L6bez9p05DrGU,7647
|
303
|
-
pulumi_oci/cloudguard/get_security_policy.py,sha256=de9rjeRCKUe4ebIaLgxzQ5npYq07CiVn0mWmmOBhRFM,10972
|
304
|
-
pulumi_oci/cloudguard/get_security_recipe.py,sha256=rS_wtKvlgLIiv0u1kgavDOEbmn-t7vH3QX2LH_27DBY,9927
|
305
|
-
pulumi_oci/cloudguard/get_security_recipes.py,sha256=odQMET-dRVlqfOM08-QtcyQ7olxtcdtKwuct3cHefoM,7577
|
306
|
-
pulumi_oci/cloudguard/get_security_zone.py,sha256=jsMgX7oKlvYTCsmp82OqZXjeiF4_3crSsRKv87GlBgE,11113
|
307
|
-
pulumi_oci/cloudguard/get_security_zones.py,sha256=-1mBZ6AgC6d3kC9p-wRmRhVVramC5zbNoGSqTz2sgT8,10048
|
308
|
-
pulumi_oci/cloudguard/managed_list.py,sha256=XVBRtcaEvIbsfL_bnZttYOPiqlj5mHnKs3iZ5frRpw4,34460
|
309
|
-
pulumi_oci/cloudguard/outputs.py,sha256=46zOiJ54EV5D2U1pC4RqU1uahFUwZmlG54CPTAc2bSk,545450
|
310
|
-
pulumi_oci/cloudguard/responder_recipe.py,sha256=nG_h6VqNUTli0OjewSXqxCBk-6qfvVHPBx-hpuuVayo,34857
|
311
|
-
pulumi_oci/cloudguard/security_recipe.py,sha256=A-86v9JpV08D5WpzqDsfiQhjW-N8ySfnmTyVGMBHE9Y,28174
|
312
|
-
pulumi_oci/cloudguard/security_zone.py,sha256=Dn_du14G8qxcghomvRl7_EGrFDhkLR_ZSSUqfETUYQ0,30551
|
313
|
-
pulumi_oci/cloudguard/target.py,sha256=_mSGkHs0hEIKJCnX8Dd5LsXLKjh6fdgBxcj1RazrseA,46399
|
314
|
-
pulumi_oci/cloudmigrations/__init__.py,sha256=VtJaXOMY-724krUfRmk89RwqOH0Gra5Roukj0tD0R2U,910
|
315
|
-
pulumi_oci/cloudmigrations/_inputs.py,sha256=Yv3VeV8GBU1JuFbmkQ1dG13i5ppDMTy4l6IEr8-5HvA,266250
|
316
|
-
pulumi_oci/cloudmigrations/get_migration.py,sha256=MfCOIwdkn2GJR8usfKryodeElmHog0CIpuhkrvYPuCU,9756
|
317
|
-
pulumi_oci/cloudmigrations/get_migration_asset.py,sha256=oogVDlMCS1mvtlb664jD5w7pKuo0umE7G2fwMqCQ0hM,15161
|
318
|
-
pulumi_oci/cloudmigrations/get_migration_assets.py,sha256=I1DzANPMDOXEZ6UdXuJgXOl-RGn5ydfvoFxrowhh0Ow,8127
|
319
|
-
pulumi_oci/cloudmigrations/get_migration_plan.py,sha256=RFd3qMpqsmNay01WwXJuPewuojCjXTUbDKT9AGAUH3I,13364
|
320
|
-
pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py,sha256=kbkAQs7tpzaDEmP9BIa1sbP73XHK810AkkRPnejGDY4,8819
|
321
|
-
pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py,sha256=aW-kRL537GNu7jqwLv4xNrOsPx-RQV14DZAwml23BC8,9974
|
322
|
-
pulumi_oci/cloudmigrations/get_migration_plans.py,sha256=KvdsP-CHueoX7_Aa0itF4gdpFll2QHWeEx0MG19bUR8,9089
|
323
|
-
pulumi_oci/cloudmigrations/get_migrations.py,sha256=QDfke4L8XF1o6_YiareOVv4Zj3HTfvLqNc_JDL7CmKw,7696
|
324
|
-
pulumi_oci/cloudmigrations/get_replication_schedule.py,sha256=yRyMNpqskJwu7VCUUULi6kiedFTjARo6PZBJ9y843II,9900
|
325
|
-
pulumi_oci/cloudmigrations/get_replication_schedules.py,sha256=-ZXD084Zmc--NOksn9MYJCI5n-4htuX5JZ5QA7RnsiI,8653
|
326
|
-
pulumi_oci/cloudmigrations/get_target_asset.py,sha256=bzGa07kiDEc2RbVJPdzDSHi3FitJQMBWXMrpcleX1HI,15708
|
327
|
-
pulumi_oci/cloudmigrations/get_target_assets.py,sha256=x9tHtJWoqDlNPKwmReIw1L6Fg9h0CDt0tbg7NL-6u5o,7998
|
328
|
-
pulumi_oci/cloudmigrations/migration.py,sha256=FCYegumjQsgawm_4i7tmOP7ERfHgf7H8GSp_qa47lPo,28029
|
329
|
-
pulumi_oci/cloudmigrations/migration_asset.py,sha256=mVuW0K_YcsD_zLgTdsW0EAThaM--9J7K95rduh1306s,40670
|
330
|
-
pulumi_oci/cloudmigrations/migration_plan.py,sha256=p7nz9gGadPBLqK3zAmNeXxiGfH5r3_J_MdHM-obvsQE,35735
|
331
|
-
pulumi_oci/cloudmigrations/outputs.py,sha256=yqEHz7gfAeK-vD2K99-omGexGV2YXaElZcfgjM1NGgA,616399
|
332
|
-
pulumi_oci/cloudmigrations/replication_schedule.py,sha256=ohjMwJkb_QV5-O7_Kxwi-OkSw8rtwXDbHUB7McQijaI,27618
|
333
|
-
pulumi_oci/cloudmigrations/target_asset.py,sha256=UEVLbTB7P9PRtj--qRE49rJ8z73ooPR4ETdCWd1R834,51145
|
334
|
-
pulumi_oci/computeinstanceagent/__init__.py,sha256=uAe_D-LOeUb1zsX1aadp3aXPHn4dLJBb7JdD9IG_5xU,442
|
335
|
-
pulumi_oci/computeinstanceagent/_inputs.py,sha256=HGh8V5qcPsEHh92kdsJZ7jFigYVyjIZxTCmwxy0oP-M,2688
|
336
|
-
pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py,sha256=VlMhz9aIRWMelU86RdWQwW_wqC72UneAjagWPSuEG9I,7455
|
337
|
-
pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py,sha256=ZAZIULZnxYtmvNPZ6SA0dQABPJZmrRMVXYqX18wOKPk,7744
|
338
|
-
pulumi_oci/computeinstanceagent/get_instance_available_plugin.py,sha256=lZP13lUPa_yOxRUGtxbMWqKQ5wNKHCnHu24FKg_2dvY,8135
|
339
|
-
pulumi_oci/computeinstanceagent/outputs.py,sha256=gmuwk_xkyyk9PaRMEkRooWycM6T3NItHss4ggbyWXz4,5228
|
340
|
-
pulumi_oci/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
341
|
-
pulumi_oci/config/vars.py,sha256=V-SmRgiWFsWT4_IKGRzGkYBOPmZXoX_jiG0Q_MMwomQ,4307
|
342
|
-
pulumi_oci/containerengine/__init__.py,sha256=6TM0sqIRD8PpUswE0la4moNLNH0LSzXsGiEUcl8RAwk,1305
|
343
|
-
pulumi_oci/containerengine/_inputs.py,sha256=wuYdeth_mTbf7TsCXfFbI05xsfX-jZSXIaODTuHhGbA,167202
|
344
|
-
pulumi_oci/containerengine/addon.py,sha256=0yc36c0EIHQSr3C6TLqGCxb_KgCz4xQOmhVn0y1UCPY,21308
|
345
|
-
pulumi_oci/containerengine/cluster.py,sha256=271YSeuEmjLlYs-1EIplGMezPFGIQdk8ok0rAa5SLRk,45195
|
346
|
-
pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py,sha256=hQhumx_GQYAMk3wetkMcKZUHoegftVQzXgEeW5XDxNs,9167
|
347
|
-
pulumi_oci/containerengine/cluster_start_credential_rotation_management.py,sha256=C9Dg7KdxZ2sqxcs_iINGhosMJlJ1j3NmDZCy3V4YYdk,12394
|
348
|
-
pulumi_oci/containerengine/cluster_workload_mapping.py,sha256=us2sgvq-kKPD1Ta9dOTyAnMEpMeO5eJoIDmUS7BC-4Y,24391
|
349
|
-
pulumi_oci/containerengine/container_instance.py,sha256=6ztEl5pkqbn6eR0F1AhyUgt_r0wizWbuncVfKJc9aCI,72769
|
350
|
-
pulumi_oci/containerengine/get_addon.py,sha256=Rd7aihA2mPx0ywQjg-VKFc2Ry7cOoL9cW56bn4vf2ZI,7898
|
351
|
-
pulumi_oci/containerengine/get_addon_options.py,sha256=jPAUtyht4jP3TGN2w5lyC9J5J9DWqa5llJSAY5hi7Hc,5735
|
352
|
-
pulumi_oci/containerengine/get_addons.py,sha256=0Lhyrsmpr_FrJ4r9JKqU0UHQCibYWND_y9YU8bvLzaQ,4316
|
353
|
-
pulumi_oci/containerengine/get_cluster_credential_rotation_status.py,sha256=TOPtvgKIUmCWaRCqRoAaASjto9bqEQ8PT9ue8zSJNKk,6569
|
354
|
-
pulumi_oci/containerengine/get_cluster_kube_config.py,sha256=q_j7uIKtZ4kpdx-MTMrZJI5z2W16pLOmJsV6c1Dx8Bs,6806
|
355
|
-
pulumi_oci/containerengine/get_cluster_option.py,sha256=vkR5_SzbUk7NLbCoLpu_6kC0NRI1LAMXnxkHcI8LW_I,6142
|
356
|
-
pulumi_oci/containerengine/get_cluster_workload_mapping.py,sha256=19LnP2L7pG_WvgD3pELvfSW2XhkHVUpoNYQqkPgXk1Q,8979
|
357
|
-
pulumi_oci/containerengine/get_cluster_workload_mappings.py,sha256=e4k7hfQxfou2W-oa6mWCcK0qd54rILzcu5wmrN9gfNA,5147
|
358
|
-
pulumi_oci/containerengine/get_clusters.py,sha256=XykA_CX-90WXT8zZEmRJQCOOdc_igXQ3GJ3wZueyenU,6198
|
359
|
-
pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py,sha256=iWdmjr19qm-e3QhszpM8iqd4KEr68GEudINlFKIeunQ,3867
|
360
|
-
pulumi_oci/containerengine/get_node_pool.py,sha256=8AT89IF9DDjOZ9OoeQApKudoznwr84t9nnICqhIxIM4,18362
|
361
|
-
pulumi_oci/containerengine/get_node_pool_option.py,sha256=inKhbHqDbjpPgBOPgKGzNQCtsHe0bZwl9vFyLEmEUZY,6885
|
362
|
-
pulumi_oci/containerengine/get_node_pools.py,sha256=pavPu4UBJ30kjd6w89ecMy1ov8IIvTUN4LnGx99clxs,7398
|
363
|
-
pulumi_oci/containerengine/get_pod_shapes.py,sha256=TAGKUHxdMWXCmPWaJVHqPT8i7i4DJHyNoAScAddC7pA,6331
|
364
|
-
pulumi_oci/containerengine/get_virtual_node_pool.py,sha256=-XY_bV5u1YYsx_KUYMU5M5TSIxXGXxMFRK_W4xB_SEI,15106
|
365
|
-
pulumi_oci/containerengine/get_virtual_node_pools.py,sha256=bkeueX-K3XmklOrfC6N990zeWZZRy-tPOP5yHsq68FQ,7390
|
366
|
-
pulumi_oci/containerengine/get_work_request_errors.py,sha256=L3xuZU6RsvB_meCB3QdzRgVGT9o0n4aFEvSVAEda3ww,5923
|
367
|
-
pulumi_oci/containerengine/get_work_request_log_entries.py,sha256=f5VTpF1fYAa0B4brle8Fnify8G8b4MFJNJ53EkMmt60,6144
|
368
|
-
pulumi_oci/containerengine/get_work_requests.py,sha256=nTyNusmuJ8jq_3sgm96mBO8pceIRsvLrefzXZWcHDPA,8542
|
369
|
-
pulumi_oci/containerengine/node_pool.py,sha256=kTqIlMjvH8bXQmEUyd0DcROqxrqKTHI9eUie4xc66Xc,81356
|
370
|
-
pulumi_oci/containerengine/outputs.py,sha256=AVgvNRAm8HkuVC55VZ7hYAzNCecYHjnbLagjXJptzEk,327689
|
371
|
-
pulumi_oci/containerengine/virtual_node_pool.py,sha256=k2txWGPig_e3QO0FbTSyz2HPEIulJ90IAXpY1ee6hZA,55154
|
372
|
-
pulumi_oci/containerinstances/__init__.py,sha256=xO0-NxqDfouoMvYJoAIqyDTwJ_OfkHLWfmRRCIJaflE,480
|
373
|
-
pulumi_oci/containerinstances/_inputs.py,sha256=fAnvlQw_TbYDRDSbaW-UHCIHXwMlwonHY8sE5Fd1qQQ,2844
|
374
|
-
pulumi_oci/containerinstances/get_container_instance.py,sha256=xxoUNozG9mqBTmw2xx2x1v9U8V0xORVvC74dCo7drW4,17587
|
375
|
-
pulumi_oci/containerinstances/get_container_instance_shape.py,sha256=_3L59QRBeOWB8W17B5F1dfoTdomudvWIU_mV6V21-LE,5431
|
376
|
-
pulumi_oci/containerinstances/get_container_instance_shapes.py,sha256=7rN2PeiZR64M4aYVpSO1nMGojslzjl1UUXc1HsJzEO4,6824
|
377
|
-
pulumi_oci/containerinstances/get_container_instances.py,sha256=pBUIFZNxDsTxQo_IUhZ3yjqAGK_L0nY1ZYCDBYzfc2o,8675
|
378
|
-
pulumi_oci/containerinstances/outputs.py,sha256=sm0vhVNkyyxUBAfKLhYP8A1QC2kOtN3rnIRK2cJJlK0,97076
|
379
|
-
pulumi_oci/core/__init__.py,sha256=FGIOhQLYk1Ixvwy8j7Oh1N2kM2aUpyoR-MPn-NmvR-8,8127
|
380
|
-
pulumi_oci/core/_inputs.py,sha256=TvXoBiROdfcNF-uEHZpUpNKB_kVNuZKWYpka6kdWYCM,821718
|
381
|
-
pulumi_oci/core/app_catalog_listing_resource_version_agreement.py,sha256=iZqWMUjT3O1N1CR2gTp-PYauBD-uH7oA6vYbU-Y3LrU,14530
|
382
|
-
pulumi_oci/core/app_catalog_subscription.py,sha256=hHf2mTdcOFflG4MntrELFagGjeJlpPjYqLYUIauzNvE,29246
|
383
|
-
pulumi_oci/core/boot_volume.py,sha256=qjHE2tTUE_qhymbr4uOzXq5eJAjCXjz4KVyZyU84WcU,61734
|
384
|
-
pulumi_oci/core/boot_volume_backup.py,sha256=HITUWHUs7jblZjKidy6kvH9gx-6q6rh306MJqKigCfQ,44416
|
385
|
-
pulumi_oci/core/capture_filter.py,sha256=ITOk-SnrivjiuJx9x6UvNCkfaHbAoYAogLFbzL_wf4s,33171
|
386
|
-
pulumi_oci/core/cluster_network.py,sha256=S6l-S06f2MNBBb2d-1VBEHKglSmYXCjyXfPZpqRAa6s,45413
|
387
|
-
pulumi_oci/core/compute_capacity_report.py,sha256=-c06s3ISY4efo5p4qRHnK8vq6IeJaTUP2rkdGPyglC8,17923
|
388
|
-
pulumi_oci/core/compute_capacity_reservation.py,sha256=Z-B8hOH8wfLSMUypwKJ3tXUjjkLEUFs-aLIR9VH4NP8,44112
|
389
|
-
pulumi_oci/core/compute_cluster.py,sha256=2xlra72mYHtOlukFqriMshtPHN1gztLmamZukxWbQwo,26820
|
390
|
-
pulumi_oci/core/compute_image_capability_schema.py,sha256=lI1P1Jx1LTXP5TzmkKo-jSoLhjiTptYaU8lpVpj_9LY,30684
|
391
|
-
pulumi_oci/core/console_history.py,sha256=6nfCBcT_A1LAr4j1Fkz3VF0f7nGw_Ijx5XHTljtPD1k,25855
|
392
|
-
pulumi_oci/core/cpe.py,sha256=QTKHd0kcoh78cPETYKzTRisxB7Bycj4e3FjIEyxtcws,38579
|
393
|
-
pulumi_oci/core/cross_connect.py,sha256=TmLoKnyG8XC5x2V6PPmxGfl2cJkgflFGhyU4yfQPS-Q,60698
|
394
|
-
pulumi_oci/core/cross_connect_group.py,sha256=w8odwW68cnNu5ey160JWyhEI3hUEt6-UP1sl1FOst0M,34549
|
395
|
-
pulumi_oci/core/dedicated_vm_host.py,sha256=Tk0jBar_CBRG2pNGXjB3062Gn4FkeZFq5iqTl1KE7ig,40415
|
396
|
-
pulumi_oci/core/default_dhcp_options.py,sha256=30IqQ2izMPEhqnPa2ljfiM4mT30YEgjhfyfB-dSEcng,16573
|
397
|
-
pulumi_oci/core/default_route_table.py,sha256=wU1u-pt3LPPeQ5ZSbJQ7fY02cIQ_DJ84ZHBV9Ubwq-0,15182
|
398
|
-
pulumi_oci/core/default_security_list.py,sha256=cmSa-CX4-ncaabFd7hXSnQlgji8rGcfjnplcfWC_pi0,18034
|
399
|
-
pulumi_oci/core/dhcp_options.py,sha256=M6OIwhvgtAH-IY0GZWdWrhtzt10ew21DkKhh6_WKkpw,31234
|
400
|
-
pulumi_oci/core/drg.py,sha256=E_aTHm6X71zj1pLxnzjlHbBPTkcl6guPwUNSll7eyMU,29273
|
401
|
-
pulumi_oci/core/drg_attachment.py,sha256=5_Vae-uihz5kBiZvSajn_ikKvm1hKLjipBdr7pJZ0GI,53466
|
402
|
-
pulumi_oci/core/drg_attachment_management.py,sha256=01dARIoRo1hk8H97NqNxAhxvrfSfH6lxNEFQEjrCY68,53738
|
403
|
-
pulumi_oci/core/drg_attachments_list.py,sha256=5BOyga3pdISp9Gv1TnzmSsaE_b0hXrgqmBmeqEJvE6s,14902
|
404
|
-
pulumi_oci/core/drg_route_distribution.py,sha256=BthZ_HgCNLx-_EaLrsmwmDf9cGYogv9lfx1Fc47O5Vk,27184
|
405
|
-
pulumi_oci/core/drg_route_distribution_statement.py,sha256=asDBe2mfouyKo2W2h2vo5RpJQOEi6NTlVPMRoRZ7ksM,20744
|
406
|
-
pulumi_oci/core/drg_route_table.py,sha256=ITGDopnSt8q_k3giHdHrnYTko4YMkO4o5Cs2d2a3xqo,34300
|
407
|
-
pulumi_oci/core/drg_route_table_route_rule.py,sha256=UVFIzs01GIi2nFlbP8yRaNy-j5hu63eykcyI4hCl2OM,28696
|
408
|
-
pulumi_oci/core/get_app_catalog_listing.py,sha256=ka2-ro9xcIp9rGsgKoN5vCjuIyMlyeHxeQ2EicVubcM,7345
|
409
|
-
pulumi_oci/core/get_app_catalog_listing_resource_version.py,sha256=h7YPLknwo103ATEPcNmcA55q9c-OhErgXZ847mBQUrU,9414
|
410
|
-
pulumi_oci/core/get_app_catalog_listing_resource_versions.py,sha256=dWLplE1qFvcjD3jHdoqvA39vpihFHzW80BHx_d9aMPo,5793
|
411
|
-
pulumi_oci/core/get_app_catalog_listings.py,sha256=ySzXmhPCz0zgREviFR6hB5XeqUrjF3eHhojWRe10Z2k,7476
|
412
|
-
pulumi_oci/core/get_app_catalog_subscriptions.py,sha256=FsBV-zR_2t3MC1V76OnFiW-nT3qeeuH569-pgjIFz60,6464
|
413
|
-
pulumi_oci/core/get_block_volume_replica.py,sha256=VFF8Vml8Ny284-7_lGJCxKCD0By5ineS9MRFHnCabeM,10623
|
414
|
-
pulumi_oci/core/get_block_volume_replicas.py,sha256=23rizzX-NDo5dsY-tBHyvcWCT1Xxr3GXPAOjIanX5UI,10104
|
415
|
-
pulumi_oci/core/get_boot_volume.py,sha256=VIHrGWAc35WAJF0fpOSBUfWeuQUQHpENigHJ0L-O7zg,17376
|
416
|
-
pulumi_oci/core/get_boot_volume_attachments.py,sha256=n76x8XfPxJrw-nMVaNpHWIBKIX8Edk0yY02ZW0wHmeo,7540
|
417
|
-
pulumi_oci/core/get_boot_volume_backup.py,sha256=kNR3RAu80eEAJF44EoSOHQQL9ddkDeJVhxQp24K14t8,15252
|
418
|
-
pulumi_oci/core/get_boot_volume_backups.py,sha256=pr_IECK74kgEYVKa32bE1kWTojUYL_loShfXhEzCSXg,9887
|
419
|
-
pulumi_oci/core/get_boot_volume_replica.py,sha256=A0xOPV4s-Ju-2jwQjtJ-8s7aECVH0HwDsUgl5AW2-H8,11061
|
420
|
-
pulumi_oci/core/get_boot_volume_replicas.py,sha256=Xc2duqtGmTjmYgo0n4J_t18CaywlVd01YDF-xuEWbpY,10038
|
421
|
-
pulumi_oci/core/get_boot_volumes.py,sha256=lT6C9XNVO6jjEASRjQrYw_Ii6MtWiLpEuXoqZ73jKgE,7181
|
422
|
-
pulumi_oci/core/get_byoip_allocated_ranges.py,sha256=9gXkSR5gmaBy8ElZ0q0DMR8oxv2ukZYgGqg-ycKFCm8,5722
|
423
|
-
pulumi_oci/core/get_byoip_range.py,sha256=iSExT7L3WuxOl6UymKrhr5F7Ssn4ErkfJm9R5o_uD5g,13629
|
424
|
-
pulumi_oci/core/get_byoip_ranges.py,sha256=-wMnY3AIoKrsH2Dx7elmN5ENfXUaZ2cizzhYT-FFWiM,7229
|
425
|
-
pulumi_oci/core/get_capture_filter.py,sha256=sQPeWWlXy32pdTFCt7Zryx6HVBOBkUb3xIMMEAwf2Yk,8945
|
426
|
-
pulumi_oci/core/get_capture_filters.py,sha256=O5X_eWQgGpvtU6AmNAj-Ke4-KSwK6TVVEA5VYqLeppM,7198
|
427
|
-
pulumi_oci/core/get_cluster_network.py,sha256=c-7lIi5ftvFUC6Uv_kbxt6oMXz4lrUc3xN13LbKvRto,11816
|
428
|
-
pulumi_oci/core/get_cluster_network_instances.py,sha256=5jPAJlus6IylMW2fVsokYbIqDHEid8etlCck0pkKj4k,7771
|
429
|
-
pulumi_oci/core/get_cluster_networks.py,sha256=gPryxn_OLxB7Q17EYTlbO-ry1OCVNQxflBlasmMXcfI,7443
|
430
|
-
pulumi_oci/core/get_cnv_dns_resolver_association.py,sha256=Qt8fW31sjoBcguMp79vzg2SKl2zr21WBl_ZKPok7ZjE,4873
|
431
|
-
pulumi_oci/core/get_compute_capacity_reservation.py,sha256=RlSuC7RUqJmyoz1AaWErIz35H-Ywo-HpMamOhvQ-Apc,12878
|
432
|
-
pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py,sha256=bjooS_NdNGSb5U66lmAN6n6gBgSLUTJvir0APWvSBMg,8648
|
433
|
-
pulumi_oci/core/get_compute_capacity_reservation_instances.py,sha256=Z8slF8t5LO--azrEsYnTJQ8eCCItOmEKhzthYiquPvU,8575
|
434
|
-
pulumi_oci/core/get_compute_capacity_reservations.py,sha256=oblv24bMwXqPzzS9I1PdRsyGFuiqpkoTbvdFYHVN94s,9607
|
435
|
-
pulumi_oci/core/get_compute_cluster.py,sha256=mG9NdiCdK6LC8nRDSuyU73MlRnK5tOg3DZXVNJz1-4c,8921
|
436
|
-
pulumi_oci/core/get_compute_clusters.py,sha256=clRNg685o1pp3ETQcWXshrr6WBf67oaJO_yYfWerpVw,7983
|
437
|
-
pulumi_oci/core/get_compute_global_image_capability_schema.py,sha256=_zFczkeGtBlEX1e_OXXS9mmYiynJpiFzYlOOUItBaDw,9005
|
438
|
-
pulumi_oci/core/get_compute_global_image_capability_schemas.py,sha256=9m1y_B-xX3lUTg5g218a4wjT79Ok7FgTbyxGXYD8zGY,7323
|
439
|
-
pulumi_oci/core/get_compute_global_image_capability_schemas_version.py,sha256=mBBUTxv2lRiZX97kmGmT3OQP03NnUKTlX1bpvSxu8FY,9462
|
440
|
-
pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py,sha256=PZ3oRjDK06pXlFoSKkuScUej1GhpzcjEDFktmCnYt3w,8542
|
441
|
-
pulumi_oci/core/get_compute_image_capability_schema.py,sha256=1psYxjKXmdGMD5O8CmXtAveuOh8wXjvMQvIOA2mUDHg,12055
|
442
|
-
pulumi_oci/core/get_compute_image_capability_schemas.py,sha256=Pw0K9y74QB0ifXH8K9hfSgNwIqDe9__O0uIuvbUdRR4,8146
|
443
|
-
pulumi_oci/core/get_console_histories.py,sha256=FWiQaLPJ8E4Z4Wp8qvpL1fQNqxwVHIVQaLmC9j0BTwY,8261
|
444
|
-
pulumi_oci/core/get_console_history_data.py,sha256=d1DKcisVUz6805mrcXA3gBq99Au3D3xaP-Ra2w4Wt74,6108
|
445
|
-
pulumi_oci/core/get_cpe_device_shape.py,sha256=d8OqiPSjLva4g17jvblGkIuSlu9p8y7jQoZCiVyJJHM,8372
|
446
|
-
pulumi_oci/core/get_cpe_device_shapes.py,sha256=MpyKuzyvQT4UsiWiklOK3VgYl0pouvxRaY_8E0BCcgw,6175
|
447
|
-
pulumi_oci/core/get_cpes.py,sha256=WWj0wadkk4jdq6Y2pcHMyyY7lCyk_fRR4BRaqtAAMf4,4610
|
448
|
-
pulumi_oci/core/get_cross_connect.py,sha256=2zPhDhgPukpNm9oTIp8bdbS7S0_-VOxAshL5sNRCTp0,15003
|
449
|
-
pulumi_oci/core/get_cross_connect_group.py,sha256=XbOEcILlg22b3JCUDChxfCZlySKmV4U4Zl16F08C4q4,10682
|
450
|
-
pulumi_oci/core/get_cross_connect_groups.py,sha256=vVVBsa7JodZdldDBK6jbysgc3FfmBp2MzgkDkmpB5lE,7425
|
451
|
-
pulumi_oci/core/get_cross_connect_locations.py,sha256=7IR1SrIl7-VVxY-lgTM9k0CRVsFktyOqg5a4U_vB7cU,5509
|
452
|
-
pulumi_oci/core/get_cross_connect_port_speed_shape.py,sha256=ktIinGC7FkbLLvWmGFGA9gC8PUnLjC9niUcYxArEqgA,5821
|
453
|
-
pulumi_oci/core/get_cross_connect_status.py,sha256=0bEgE0UgnUmCWpcC1hY1wGkRK6PaDI-AWfDVEzi0RLs,6583
|
454
|
-
pulumi_oci/core/get_cross_connects.py,sha256=vuHbMkopXBaek3NABx4fNTBz-RPK-PebLVR3zHZtHa4,8919
|
455
|
-
pulumi_oci/core/get_dedicated_vm_host.py,sha256=CIWCKgm_3v1h1Vo5IuuKDmmuddovDkPm9luSa66K9fE,12137
|
456
|
-
pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py,sha256=gDA_5VQlCbnAcsFD0jOg14FUQ7d2dIzr-6bx6oeqAuQ,8532
|
457
|
-
pulumi_oci/core/get_dedicated_vm_host_instances.py,sha256=T587fvnfF0seBxRq2ioRiYSHfZkQxcXXsl8F7PbkTz8,8051
|
458
|
-
pulumi_oci/core/get_dedicated_vm_host_shapes.py,sha256=rYy7v1NCBskFXsClNufX3oh8T4IOeh_rIkLr9awvsws,7720
|
459
|
-
pulumi_oci/core/get_dedicated_vm_hosts.py,sha256=7Bmh6Vv7k46knTJr8rYkzb34J4qjr3N9FUKhdlERuJA,13381
|
460
|
-
pulumi_oci/core/get_dhcp_options.py,sha256=04Dd60ycvcye8cGIRW2L5gH_Hzikpe1BoaJiWrHDdjs,8565
|
461
|
-
pulumi_oci/core/get_drg_attachments.py,sha256=Q28RtqmLWvZZmeEWE4EtiV8ZMDVCZLiaCacgkUDAYEM,13624
|
462
|
-
pulumi_oci/core/get_drg_route_distribution.py,sha256=Xx1HHRMJhykTguLayJX1Z5MYIU1XiAZainuWiTh-u8k,9228
|
463
|
-
pulumi_oci/core/get_drg_route_distribution_statements.py,sha256=zhW_2vIF_7HhqBpR1N15gm84YP7-SexV7bJg2jmqMMU,6057
|
464
|
-
pulumi_oci/core/get_drg_route_distributions.py,sha256=-c43Fd8vv_FDO2IJoFZWY7AEkDdZ-6Rc2njKgTVZo7g,7624
|
465
|
-
pulumi_oci/core/get_drg_route_rule.py,sha256=kdO8sKWgDpHSgAGsbbZgFdFwYiLazdisrL9uiXYgd1s,10485
|
466
|
-
pulumi_oci/core/get_drg_route_table_route_rules.py,sha256=ANwE9r5aveLnYw56EuTAKIWTKgL4oplNWeOwhAHu4Rg,6734
|
467
|
-
pulumi_oci/core/get_drg_route_tables.py,sha256=xP6_0-xaiGAdVzUnqgScUXSvHkD8d6RNPuJGwtypdzc,8993
|
468
|
-
pulumi_oci/core/get_drgs.py,sha256=jLDrvGh2-vKE26CNrKKc9cDsCd3r726o-mdEQyVGK78,4534
|
469
|
-
pulumi_oci/core/get_fast_connect_provider_service.py,sha256=RhhB_y1MjAeP9D83vfABiXM6U52w2CP5d56JSqJ4nj0,12239
|
470
|
-
pulumi_oci/core/get_fast_connect_provider_service_key.py,sha256=_OLTuYuVQGGWORczFv7dDHliBtV83MhfDFhtLIwMm8w,8798
|
471
|
-
pulumi_oci/core/get_fast_connect_provider_services.py,sha256=qZJgep79VNrWn6GQbeDz8pIsoPYfYaeXMVhBTNQuBok,6427
|
472
|
-
pulumi_oci/core/get_image.py,sha256=dlhxDVmSrTMpWR8VuPWskJk7KnByjaDJe5TkyTVjzBA,14457
|
473
|
-
pulumi_oci/core/get_image_shape.py,sha256=6KErDvzB2PO4otJJfWbtOvmrbpHP0sVOklp7RD1MDyc,6029
|
474
|
-
pulumi_oci/core/get_image_shapes.py,sha256=XfFeB9UZeza8qIh_cujLkye-lwh13bLfGiTwbA9uW5E,4998
|
475
|
-
pulumi_oci/core/get_images.py,sha256=1SbNe22Igr3zaFOkmNPy4WuxbbIKHFvqhG0PhGbHhCE,12990
|
476
|
-
pulumi_oci/core/get_instance.py,sha256=NhTXNoohchHV8Ca5e6sKAjwW9FdWjOP8gxmZJBOssAY,30828
|
477
|
-
pulumi_oci/core/get_instance_configuration.py,sha256=RAMPAhrWja_5i5jJ4cZ2x0oeWgMv8KPlIEThjfWpoUs,9499
|
478
|
-
pulumi_oci/core/get_instance_configurations.py,sha256=zc9yN82egGisES7xQSwHFzNAO0Vuu5AdwDG67zvJnVk,5388
|
479
|
-
pulumi_oci/core/get_instance_console_connections.py,sha256=WIYxgc3sphppa_eRPlDH_ZML7_fwr7gAgRF5BUNhoik,7045
|
480
|
-
pulumi_oci/core/get_instance_credentials.py,sha256=TzMlX7QOgSGT9pLY6CNbXsRYSkCg1v6MmoreKjv1_y4,4881
|
481
|
-
pulumi_oci/core/get_instance_devices.py,sha256=-I_Iq7fdmAS6BwEo8OafNBrZIJPQtibIAV-avRt7TqY,6755
|
482
|
-
pulumi_oci/core/get_instance_maintenance_reboot.py,sha256=GbYRN0jeo7WmMGhkx9N9MD4YNdN9EWtuew-YiRfqAjA,5206
|
483
|
-
pulumi_oci/core/get_instance_measured_boot_report.py,sha256=ERBd9sRDhOXv8lUxm5x2aTJ3v2FWIyz3aQB7qok78f4,5376
|
484
|
-
pulumi_oci/core/get_instance_pool.py,sha256=-zUip9icatU7BIjZWBpBo4xwHYjZjA7C9S-LOhRFheQ,12736
|
485
|
-
pulumi_oci/core/get_instance_pool_instances.py,sha256=ycRSqKVjFqlTyzz2WIgcyZ9q8o09NXfxlvN6PLeHdnQ,7522
|
486
|
-
pulumi_oci/core/get_instance_pool_load_balancer_attachment.py,sha256=5HXPNx2E66kPsEHD4TxQEAj_aY4H53pzAmrwuaFofFA,9075
|
487
|
-
pulumi_oci/core/get_instance_pools.py,sha256=YO2AC-TBlJmTfg2f900WNDtUQSKSy9b0CXbznwP74ps,7103
|
488
|
-
pulumi_oci/core/get_instances.py,sha256=WazdraVU8A9Wi3gl_HQEHU_oEEa8sS8dxuUjUoS11uU,12099
|
489
|
-
pulumi_oci/core/get_internet_gateways.py,sha256=5Hwp2OzmZalgghtyq-rGkmpW84NABPCiB_2z5ockK-U,8479
|
490
|
-
pulumi_oci/core/get_ipsec_algorithm.py,sha256=oKKZZDKMqImMAhxSGzNQOnfqMBG1s75LxFXM1zTwEJ4,5157
|
491
|
-
pulumi_oci/core/get_ipsec_config.py,sha256=owGiXwUKILNBOdLLQGQsTW1yILfQDmwEv7cRdj38CAE,6704
|
492
|
-
pulumi_oci/core/get_ipsec_connection_tunnel.py,sha256=b4us6yrQANnz8SFBGgX6jCpyyyJLK6M8bI2y_-4_oXU,11351
|
493
|
-
pulumi_oci/core/get_ipsec_connection_tunnel_error.py,sha256=lopK_vaZizVVkfuvt4SjOlNIYgkprHawmZMvWb787yY,7449
|
494
|
-
pulumi_oci/core/get_ipsec_connection_tunnel_routes.py,sha256=LOiunGnBxfZq3v0vWorDiARqktTiq6aDiWpfuxst3M0,7591
|
495
|
-
pulumi_oci/core/get_ipsec_connection_tunnels.py,sha256=Sr9EraFkZHasu2CMgFKTLFfBWujVLgLWs6OlMrZreQw,5257
|
496
|
-
pulumi_oci/core/get_ipsec_connections.py,sha256=0ti3nF18agTYQXt8slxZrVF3No2J7orr-wMcxObHfVU,7307
|
497
|
-
pulumi_oci/core/get_ipsec_status.py,sha256=zm7xU6kJxXxatmKzDoFND0pWn_IrnOir_dXZ2fJL7qs,6350
|
498
|
-
pulumi_oci/core/get_ipv6.py,sha256=WTVLbrlG1Vc17gwxIGA_qBayMMgPf7WerzYQLNM2lrg,10086
|
499
|
-
pulumi_oci/core/get_ipv6s.py,sha256=xsYnQttSOL05RnWmnAQ00a8ZplgN1cPzDaoqrNXvzAs,7471
|
500
|
-
pulumi_oci/core/get_letter_of_authority.py,sha256=BHh7CwNJmfr_pqDEGy2QBRM2aqc47ba7MHkg4tvHwc0,7513
|
501
|
-
pulumi_oci/core/get_listing_resource_version.py,sha256=dvaR29q_Rm04tZ9nYS1Kc8--LHIiQfiHEyKm-OrVp6A,7258
|
502
|
-
pulumi_oci/core/get_listing_resource_versions.py,sha256=73p5zzrdQlJOLow-T55LO7e3c8RszPeKPHqxj_CcwbI,4490
|
503
|
-
pulumi_oci/core/get_local_peering_gateways.py,sha256=nt9Xy9Zc6jBJA7-5c8FytWVzDkj8ErXEFzDDPZinsdc,6727
|
504
|
-
pulumi_oci/core/get_nat_gateway.py,sha256=5_FVNW-uryW0QN3fbfWghNu7cZYmtGEjcS2b2a6ldcY,10267
|
505
|
-
pulumi_oci/core/get_nat_gateways.py,sha256=zpC9ff6jFv2U41eKBpM2VLrvNa6r7ZJXyf5nFRW_nB4,8170
|
506
|
-
pulumi_oci/core/get_network_security_group.py,sha256=Xe7Rq133Bma134N-LP7jZRLenl5MhZPqaCsqPSCT7N4,9343
|
507
|
-
pulumi_oci/core/get_network_security_group_security_rules.py,sha256=XkRdtPGGK-YucxHE9oaOs-zGa3utUeH98qxe-1s_PBQ,7204
|
508
|
-
pulumi_oci/core/get_network_security_group_vnics.py,sha256=1L5Q1Wva2x9u2DOn2GJRbj_w8O7pcEi9uKvxMw7-iTI,5826
|
509
|
-
pulumi_oci/core/get_network_security_groups.py,sha256=vsxmBCmRHdwU6trho_iPVPJtmhkaj_Q8wagFQ4wkdz8,10005
|
510
|
-
pulumi_oci/core/get_peer_region_for_remote_peerings.py,sha256=2xf3WLoeHqeZsQpXT0BaSh6qUuGxkLGMiXTjFP2N__M,4837
|
511
|
-
pulumi_oci/core/get_private_ip.py,sha256=2yE4Va04VxO_y4W28Ph0PB-R7Q15m332TA0kqFGsMmo,13176
|
512
|
-
pulumi_oci/core/get_private_ips.py,sha256=NdNd_eDouoMeK2pwyiI-5paK4xqdlXoRMwIhY6jEJhY,11391
|
513
|
-
pulumi_oci/core/get_public_ip.py,sha256=uueMMo_py5uRPmIcH_bKYjVE8nY_BhIktKwaf78qeGc,15709
|
514
|
-
pulumi_oci/core/get_public_ip_pool.py,sha256=CGdkGPTJKFeW1TsMx4JatLpe_iA_JuJRmGypRzKbDvo,8351
|
515
|
-
pulumi_oci/core/get_public_ip_pools.py,sha256=VOR6k7-6-ac8ptLcjNK-REbZr-8TM6rMsb0iDx9vudw,7488
|
516
|
-
pulumi_oci/core/get_public_ips.py,sha256=R4AL6Q_nQ5Q9VLKi5VxNYD1h8VqZWIrdYR1PDHfugXc,11480
|
517
|
-
pulumi_oci/core/get_remote_peering_connections.py,sha256=8ZiH1GkT2bkPc8uhc5Y3qsC8WvC7rHd1PB8P-qzlCkU,6755
|
518
|
-
pulumi_oci/core/get_route_tables.py,sha256=xsiDCYJiB6gUJB9hHrlYRSk0iylmAgwTx6bx3PbncWg,8628
|
519
|
-
pulumi_oci/core/get_security_lists.py,sha256=8j-NZ2B41GTj5bc9Ken4zcO0FI3lCHE3Kf8XLNlci_o,8411
|
520
|
-
pulumi_oci/core/get_service_gateways.py,sha256=W_HduP_Az-v2TpEkti1J1qkHozl8U_rCeF9yQjoWXIQ,7288
|
521
|
-
pulumi_oci/core/get_services.py,sha256=sxLxvCXG6tefEtmnJuJbKsOrL4nPEpoHKiDRGYpUhtk,3787
|
522
|
-
pulumi_oci/core/get_shape.py,sha256=QDrNpm-jAyzo1ola8m1L4F1WzxdnAyd6v-mP8ZUI_VQ,4962
|
523
|
-
pulumi_oci/core/get_shapes.py,sha256=O5ycp0wR9-zBnB6ehsO3WNV2hslKfbhG4msK10UVqcg,6708
|
524
|
-
pulumi_oci/core/get_subnet.py,sha256=wCKZI5V-nVP4aSUXrV05QDud9ygQ_mYjKJcv6f-f36U,17837
|
525
|
-
pulumi_oci/core/get_subnets.py,sha256=b_TnYsPjRyTA_Uwpm_GNmkPtGOZpDarhXiI4qThXwW8,7987
|
526
|
-
pulumi_oci/core/get_tunnel_security_associations.py,sha256=-kGGmjrJ6D9B3g4zvqW8Nw-Wk9YtUAR3EY19hPZI13E,6455
|
527
|
-
pulumi_oci/core/get_vcn.py,sha256=jK7X9a5nh1FeM13GllGloRoZuaCC2XW7G5fO56waYek,15597
|
528
|
-
pulumi_oci/core/get_vcns.py,sha256=_OfqHTzOgyLru-CdzppgWtFTMVEZEXO0HLmex86B02w,6873
|
529
|
-
pulumi_oci/core/get_virtual_circuit.py,sha256=LT09d-06pNwsoEiwdDuuGmG3JJpjdeoyuSM_Ooq9xNI,23459
|
530
|
-
pulumi_oci/core/get_virtual_circuit_associated_tunnels.py,sha256=r4-zeJd_lQQHMK1Quk7CISi4i60ydfORNwqqchF9yEw,6030
|
531
|
-
pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py,sha256=IFvcFAE9JqQNqtCSkmwyf71K8rkz90d5Ml8ndJpm1jk,6590
|
532
|
-
pulumi_oci/core/get_virtual_circuit_public_prefixes.py,sha256=aAiY-YFAedcDlm13bZcEFqyCkXbHSx1GAhMXX4prQZA,7553
|
533
|
-
pulumi_oci/core/get_virtual_circuits.py,sha256=yMz0PqVDwuDhHBhXs6WY6GTLns5bjEusWqzYSgYCs1k,7278
|
534
|
-
pulumi_oci/core/get_virtual_networks.py,sha256=jQSFNrPPbP_instxO3-LjzSMyUth4BTD8JysaCjjvrA,5246
|
535
|
-
pulumi_oci/core/get_vlan.py,sha256=X20Ug9_ov8MkqfZUHLwLnsjz9RcwzocLEDJ5r2atNHc,10685
|
536
|
-
pulumi_oci/core/get_vlans.py,sha256=0D3Me82q0rlb0R5VbPyeICuJnSJrxNWDzhxCIZKYkWk,7637
|
537
|
-
pulumi_oci/core/get_vnic.py,sha256=Zmh0iAyGCGgGJOT2YP_cpaUaCd30aYLYieiXVGVgq18,14885
|
538
|
-
pulumi_oci/core/get_vnic_attachments.py,sha256=e-DrBeP8l4Rm5LPXqJ5WjmIzS3SJiBOTsMYjFATKYEQ,8430
|
539
|
-
pulumi_oci/core/get_volume.py,sha256=ye_S3-TAuO3AaXYuqZfeJwcCxYDx_u15I3HtawNbnhE,17333
|
540
|
-
pulumi_oci/core/get_volume_attachments.py,sha256=5ehgh-WDqhlCFCvHddsM_ebbwvtJ4k_S3HGvKYmMAiY,8955
|
541
|
-
pulumi_oci/core/get_volume_backup_policies.py,sha256=KwBcKYaJnmp6ySgEHqZDdb5X9AbBeu6QvVx39c_DbyI,5798
|
542
|
-
pulumi_oci/core/get_volume_backup_policy_assignments.py,sha256=UwAs8NfsWqjMd_0fB31nFO0z8rJoxYNGLuufQQm-t7U,5895
|
543
|
-
pulumi_oci/core/get_volume_backups.py,sha256=gDunK23CU7u3OE2SKxSsgp7C2YzEGwuhASep4N2oUro,9305
|
544
|
-
pulumi_oci/core/get_volume_group_backups.py,sha256=2uQO4uigGbpAalnBA8U4-RDdHFqAfhLjScej_MxllFg,7777
|
545
|
-
pulumi_oci/core/get_volume_group_replica.py,sha256=f-eVBzVhP8E93OfjtxTMKVZ9I1fLoDoO-EG1aCJ5qXw,10660
|
546
|
-
pulumi_oci/core/get_volume_group_replicas.py,sha256=TKJaP1SLAEHR6WSgXfGYoD7lE-1LJdqRq6iQFY5LRH4,8991
|
547
|
-
pulumi_oci/core/get_volume_groups.py,sha256=fbWTW7Te-F6lbM-2R8CLn4jEiOb6yaKsYk6ZpYwA54E,8485
|
548
|
-
pulumi_oci/core/get_volumes.py,sha256=DQZspEI-pvLPONVEsifRnKx14LJyANivHWVQaVPw02g,8911
|
549
|
-
pulumi_oci/core/get_vtap.py,sha256=kJNOPbT9GrW2_13-BkxeMgLepkDbAu6eJzyQ9yJTFHA,16439
|
550
|
-
pulumi_oci/core/get_vtaps.py,sha256=u4sv3uAMwAAmNyZUJMlr4ApI9hmT1TubwTz_riiAPlU,12020
|
551
|
-
pulumi_oci/core/image.py,sha256=IPXHPgg1IHGLJ7CN0-pGq2RbeB7wfTm2B5YMhdIB2J0,48650
|
552
|
-
pulumi_oci/core/instance.py,sha256=xnav5fijj76Nxx-8YVUflbfHAC1em5__mIyapjXMzxk,167731
|
553
|
-
pulumi_oci/core/instance_configuration.py,sha256=KpUrjMlZC7DxpkobrYZepUXFcCVsMIGMDO99T6NVS8o,113789
|
554
|
-
pulumi_oci/core/instance_console_connection.py,sha256=G39I6Mbc06ndpRn4eSGyZoJs6mcfCSbti1ViL2rIh-8,27483
|
555
|
-
pulumi_oci/core/instance_pool.py,sha256=bdgNmCPpqi3gFM4rdGupCcXPMKw16L_0n9UUtWfaF7g,55245
|
556
|
-
pulumi_oci/core/instance_pool_instance.py,sha256=jquwr1Q9rNuxV2Y0H2JjN_ucOMR9oOXVgDcn_wSHhLA,31040
|
557
|
-
pulumi_oci/core/internet_gateway.py,sha256=5teWMtdYjihtZ3CbL-xi9OLd4lMyP9YjWu_y6nKqbVY,33391
|
558
|
-
pulumi_oci/core/ipsec.py,sha256=IXNP2xQV-RehrrBYRj2bYPFVYqYvWCeJxqWxsCqEhyg,50366
|
559
|
-
pulumi_oci/core/ipsec_connection_tunnel_management.py,sha256=DYI6P240FWyxlFza_6vyEzjmr6lEcEsi1VcyO6iqJAU,52238
|
560
|
-
pulumi_oci/core/ipv6.py,sha256=Kp_b9jgHjXtGEu9FRNoIhjqXH5RG7rpB5wiXQh6ZnNM,31100
|
561
|
-
pulumi_oci/core/listing_resource_version_agreement.py,sha256=xvhbui51OZxNfOyfO5AJtXzGeQqBbYjcxwveEh-rAWo,10677
|
562
|
-
pulumi_oci/core/local_peering_gateway.py,sha256=xJr8SpLZUKn83x0ht7gOpvSw9FSkLN8c-B1rD5inndI,46685
|
563
|
-
pulumi_oci/core/nat_gateway.py,sha256=p7rAB2p6ep5OzI80Q_1-MfllSqYl2yTqCz8_8w5yi8U,35959
|
564
|
-
pulumi_oci/core/network_security_group.py,sha256=ThMvE2sLl50AR_sCiZrGw_VO5zP1miT9NGBP-K9btVM,25260
|
565
|
-
pulumi_oci/core/network_security_group_security_rule.py,sha256=LS9t4I6RHuWdJh2OXb6D2wYGaJVccFd7ZVBsp8jNdHA,67308
|
566
|
-
pulumi_oci/core/outputs.py,sha256=nAhZMWEPX-8LLv2LfpxMXB02Xk3azvDvDHUMHlasyvQ,2204262
|
567
|
-
pulumi_oci/core/private_ip.py,sha256=AORKOL5Eg4S-AE3U3tsnRQX_vxizzgV1udkonJdL-_8,42391
|
568
|
-
pulumi_oci/core/public_ip.py,sha256=8ocjdss1fblg_W4hWbPIPOatyE8X7gtGKJZAl6LZZ6Q,46145
|
569
|
-
pulumi_oci/core/public_ip_pool.py,sha256=fFhwwY0TvFWhXPY_UfeYoOCMaPCJuIKDWe-FFmfP-Cc,23605
|
570
|
-
pulumi_oci/core/public_ip_pool_capacity.py,sha256=EGYNh1gG-uRtPolDALNW8nUVVblCbdXAlijn2I1mhOw,13045
|
571
|
-
pulumi_oci/core/remote_peering_connection.py,sha256=vmGpZ2oy2VV6FjEpnrAa5k_z2wEc49ZuV6X9WsVGGT4,34640
|
572
|
-
pulumi_oci/core/route_table.py,sha256=Gtqb7lt7f3Ygx4XDCCjleTbogy7zXibU3YXHjr_75I4,31949
|
573
|
-
pulumi_oci/core/route_table_attachment.py,sha256=qPb27yatpMNZmIBPc4BqmFSKXuGOyJ614Icdsr76-k4,10267
|
574
|
-
pulumi_oci/core/security_list.py,sha256=cGWzvsz1uPsndkCcoN7E86Sp7gS_pxTOHnCIWB9HYBI,42801
|
575
|
-
pulumi_oci/core/service_gateway.py,sha256=GIyvrmXibmsW-XnrB0HC8HoQnr1mhDKclMX36SkaM3o,42776
|
576
|
-
pulumi_oci/core/shape_management.py,sha256=xSdOWSiSUH2rKJD2_-Kc-Gq6S-1WjomwSbecFZXxB_Y,10484
|
577
|
-
pulumi_oci/core/subnet.py,sha256=YVfQZThqqZLqdtxXKSUBne2RrdhVoXzv5MEZ5Yt-t9M,88684
|
578
|
-
pulumi_oci/core/vcn.py,sha256=DA7xSKaYF1TFzmUPhh6JKDfzyaKcZa3jyY3O4NQrrW0,72606
|
579
|
-
pulumi_oci/core/virtual_circuit.py,sha256=o0eSWZaTAcomLo_r8OJKwW8XjDCh8RgQKN-AoY78Ags,92101
|
580
|
-
pulumi_oci/core/virtual_network.py,sha256=p4tTe3wGzsdmCVHyqRhI3tOzvSyDlYoOoFD3d0BxL2k,28955
|
581
|
-
pulumi_oci/core/vlan.py,sha256=tE7nWD_wgTGVbrU9uXsxj012C_KrC29bhbV6NXAZ2n0,44961
|
582
|
-
pulumi_oci/core/vnic_attachment.py,sha256=hKAlmg2j-rVnN5LY6osqsDCsr6C1nKGDZbUMOMpOC2A,36794
|
583
|
-
pulumi_oci/core/volume.py,sha256=nfVq9wbPB5iqwvvDEPLmBTZH08x0_-9wJD2dC-Q_p7s,67581
|
584
|
-
pulumi_oci/core/volume_attachment.py,sha256=021TNrBsWass3LVsx_whBXQCwkH8t2wOQb8l2hixigE,56613
|
585
|
-
pulumi_oci/core/volume_backup.py,sha256=ym9TrQBbt71H7hk7fH2hVxJRkbFAu9L_S59tKpgkHWA,47623
|
586
|
-
pulumi_oci/core/volume_backup_policy.py,sha256=hcXuWzmeHX25zmSvIcebAqsu31zpWj_qdhEm5QjjSqA,29666
|
587
|
-
pulumi_oci/core/volume_backup_policy_assignment.py,sha256=9aa14Km9_m2qSaMn7tHEJTXu25XcBJpKGwXs75G9xik,12970
|
588
|
-
pulumi_oci/core/volume_group.py,sha256=MN8a3tUDu3gBCNswSv1aVDpqltDMvwZgfEsUjEWYx7I,43958
|
589
|
-
pulumi_oci/core/volume_group_backup.py,sha256=8i6ngsjJFE6RMR-o033H7A9cJUKAo4NNeebq4SkUBqs,44102
|
590
|
-
pulumi_oci/core/vtap.py,sha256=O5lYW2nX68cNRRVfZGX3LfDTrbvRhYortK3m5S59bFk,61637
|
591
|
-
pulumi_oci/database/__init__.py,sha256=F7FSkC_rjRWKzP-c5BNKyIRkzMP_i7tYrpFzgsFD-fs,8171
|
592
|
-
pulumi_oci/database/_inputs.py,sha256=Uz-nmAT7mCQWIFpW-xxsTyin89GQNMmzJfTylTmJPhA,610166
|
593
|
-
pulumi_oci/database/application_vip.py,sha256=P9mcqYNk0XpLb0Qx8KhOqTkdR7cCftcUI1MEsXF8B0M,29161
|
594
|
-
pulumi_oci/database/autonomous_container_database.py,sha256=4vq0WyCWszWQSUHW0EWbuHR2K8SHzw2H6ZpkiaFL4Pg,135027
|
595
|
-
pulumi_oci/database/autonomous_container_database_dataguard_association.py,sha256=byONrIPkzrhrMnkx6-O_V7WZ6VWFgWB-1kEKBClwRjQ,44312
|
596
|
-
pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py,sha256=4B_-6MnN2h-N28x1FX8lMlZ-E6Y5egP0x8wn2tztUvA,18091
|
597
|
-
pulumi_oci/database/autonomous_container_database_dataguard_role_change.py,sha256=dAjgy90q3k5T6dtvfFzJFXQrKECSyK08MCECei2BJ1k,12249
|
598
|
-
pulumi_oci/database/autonomous_database.py,sha256=UfG1K0-82Dx1KMPilC-sUFFHh_I8yLoGGib-RmPCHSc,392907
|
599
|
-
pulumi_oci/database/autonomous_database_backup.py,sha256=uPNTd62MBVJA7rVm-khKDSe65y8MVPmbdvD3B2bp5UU,42449
|
600
|
-
pulumi_oci/database/autonomous_database_instance_wallet_management.py,sha256=u4nkO-dH_cL8ovTaMiTBeGAKVZk2mf5xnXRi7Xvqr3s,18661
|
601
|
-
pulumi_oci/database/autonomous_database_regional_wallet_management.py,sha256=asn2msSPYMDgERjsAUEBCNiuJZgrcOigEehRFXuAhoo,15601
|
602
|
-
pulumi_oci/database/autonomous_database_wallet.py,sha256=aKNwq1ZURa-jNUg49gUqTl7EOLCTO9ib-MGkl4xMIRI,17718
|
603
|
-
pulumi_oci/database/autonomous_exadata_infrastructure.py,sha256=urdym80jivDfel11qYPZcAoosarYlXE4gq_QUvEomHY,69019
|
604
|
-
pulumi_oci/database/autonomous_vm_cluster.py,sha256=mFTgt4DuLnaedhYu1M6MxvOAQ0u5kY21izhDEvmEJ7I,96220
|
605
|
-
pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py,sha256=h0oQwPfE9lW7npY0t1IFWuFdNPKWlyczq6KXSTbHrBw,21855
|
606
|
-
pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py,sha256=oP1PHKYLqkX0G9q6Zjn8OfN5_AJFrxr63S74Qf1Hvno,21767
|
607
|
-
pulumi_oci/database/backup.py,sha256=uFRqls4TmCxU-NHtzH0iOKMtgohG3MCN4fIpeQE6mnc,32131
|
608
|
-
pulumi_oci/database/backup_cancel_management.py,sha256=t43lN94NHcMGKscjSt1H_pU-N5sjpfacbVGgiKV7eHM,11537
|
609
|
-
pulumi_oci/database/backup_destination.py,sha256=T5gln6KCgJ7CHDF5p2txczxR_4zj7MTKEFdg70z9uTs,45353
|
610
|
-
pulumi_oci/database/cloud_autonomous_vm_cluster.py,sha256=sDFoJLfPPJN85QeB_9MJO7N32GYqQRWIPZGJ6f94MP4,128450
|
611
|
-
pulumi_oci/database/cloud_database_management.py,sha256=7ndRi_K77D4WQY87Ub0Oc2Gmrts5rHNkMDxTsqAUEr0,31444
|
612
|
-
pulumi_oci/database/cloud_exadata_infrastructure.py,sha256=ikeGCEZy6w787F1SUXQbE1b6N3uOoomcKKlfZTeAagI,69268
|
613
|
-
pulumi_oci/database/cloud_vm_cluster.py,sha256=Zd09J2C_fBi0-f_m9Wix-7adggcrQ4D-P21nQmbn3Ls,133783
|
614
|
-
pulumi_oci/database/cloud_vm_cluster_iorm_config.py,sha256=CA5BT5WnYyvIlDcBw9mCLLIrbCAFmUCPfqQdHkWWamk,16411
|
615
|
-
pulumi_oci/database/data_guard_association.py,sha256=F1lxgw-eRUkMqRq6I120jZ1UJW2na1ZfyJHzKDE36mQ,146620
|
616
|
-
pulumi_oci/database/database.py,sha256=G63oTTTernC-4O0mdMZDml6QsK9t1e-PGIi2t5nX6pI,88762
|
617
|
-
pulumi_oci/database/database_software_image.py,sha256=25nr1KZKPjyG_s8tojftwelHb54Lg4nCpiLMgkDujTQ,46354
|
618
|
-
pulumi_oci/database/database_upgrade.py,sha256=j92PAPZGzsAzDbUX4c46ZF7jbOsxShu2HK_c974iMU8,57966
|
619
|
-
pulumi_oci/database/db_home.py,sha256=eI6CJbFgBx0mtl5jklAsB4TM55Zgs7YodLZHPYVH14M,54437
|
620
|
-
pulumi_oci/database/db_node.py,sha256=7BKQBTo6qq8Uv3bXA3ikEsVcUmrvodrLSpK-t81MW9s,45557
|
621
|
-
pulumi_oci/database/db_node_console_connection.py,sha256=7t1Zkroh4YTnqsDSjypT4h8cbYRZLEbExADnAKi0HrI,26666
|
622
|
-
pulumi_oci/database/db_system.py,sha256=aEgNve0HDyjCBvfRf6wfy-Y2C3drqnc-E5D7VIiNOPk,176554
|
623
|
-
pulumi_oci/database/db_systems_upgrade.py,sha256=v5RLuZ0eyAFBliDAdST17Ok1oIGmUFG-Kc5Eq5KD_BI,92056
|
624
|
-
pulumi_oci/database/exadata_infrastructure.py,sha256=NzA0pYDPGjwTf4XhtSKBz4uvMo3ZM8vvSqZN7h2t0K0,116546
|
625
|
-
pulumi_oci/database/exadata_infrastructure_compute.py,sha256=Q6RB7cn53qrHBSFuYZXAl2cQCiwl_-q66u3JJT4zPQw,74768
|
626
|
-
pulumi_oci/database/exadata_infrastructure_storage.py,sha256=9Y1M21dcf1YX9YqwvsU4AOwywyve-GDsRUmn-BGvAQs,50971
|
627
|
-
pulumi_oci/database/exadata_iorm_config.py,sha256=qVuFrfaqeuFDZna6HjFm7bTxUB72kixpYX16D9y2B_k,18066
|
628
|
-
pulumi_oci/database/external_container_database.py,sha256=LJs2g2DYlg0sYilVBJJW24W51-lGiSyTpmAoLQvFAO0,38293
|
629
|
-
pulumi_oci/database/external_container_database_management.py,sha256=dsLV5NrpkyII5mTcDT87GIisQSgF_uN-CUEtYlcY8Gg,17698
|
630
|
-
pulumi_oci/database/external_container_databases_stack_monitoring.py,sha256=BXaYROpcoGAaR9kp7zIAUyGpJhjlTw3zmMBuqeIAa4o,17404
|
631
|
-
pulumi_oci/database/external_database_connector.py,sha256=vof_2IRgbeLJo_SZog1gedfS1i5iv0KhiH-jRSLjaJs,43500
|
632
|
-
pulumi_oci/database/external_non_container_database.py,sha256=UTBzw50R_PM_II7hFLCQBMOySbRgBHry9YVT6UfW9GU,40545
|
633
|
-
pulumi_oci/database/external_non_container_database_management.py,sha256=NJ0LCXHO01t7CMhvLnc4SAeHFBEuzA69Et-_rVFhIrU,17951
|
634
|
-
pulumi_oci/database/external_non_container_database_operations_insights_management.py,sha256=aJYL8ussdbhaC-GQoxofrnBzfzjTM2DZtuA7y8z9SjM,18223
|
635
|
-
pulumi_oci/database/external_non_container_databases_stack_monitoring.py,sha256=qBwvs6-0lr9ffOVK2hpPP6Qozu_EZfEK6XqDMKygxqA,17727
|
636
|
-
pulumi_oci/database/external_pluggable_database.py,sha256=i3JT3v05wUMkD3EF2fXFrwIZ5tML_PIXKimxZiNYqUk,49137
|
637
|
-
pulumi_oci/database/external_pluggable_database_management.py,sha256=nw-3Da_dcT6HHuwy5-uzenmHWsyjdTqzGcJVrssPnJg,16234
|
638
|
-
pulumi_oci/database/external_pluggable_database_operations_insights_management.py,sha256=kfDkADamNFSFN5KCu-mc9vgx8YanICh-aYDGgMyFfjE,17917
|
639
|
-
pulumi_oci/database/external_pluggable_databases_stack_monitoring.py,sha256=qr71dTOMbO9du86OMLPNxeregC6Z3pcAlOFcMnqh8Kk,17418
|
640
|
-
pulumi_oci/database/get_application_vip.py,sha256=1qfV9kKN4O--52xLHKgT0IVIoEpnOy8DFPPvJaz66so,10607
|
641
|
-
pulumi_oci/database/get_application_vips.py,sha256=S9veHpu4F7PNcznVpNKHrTPHXg27eMHaaNig2QaRMbY,7622
|
642
|
-
pulumi_oci/database/get_autonomous_character_sets.py,sha256=Rn9a1ykkGRbDDtRBzKUQwYdI0565As0AJ2hjkBFtPQs,8037
|
643
|
-
pulumi_oci/database/get_autonomous_container_database.py,sha256=nNFBzXfZQm6nlC2TxISZxQCxZRXfQC70NMyKwVWhlZc,41227
|
644
|
-
pulumi_oci/database/get_autonomous_container_database_dataguard_association.py,sha256=-5jzn03to7ZG_g8_82mvWz4bdQJfoTUP11HNUdfMils,18954
|
645
|
-
pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py,sha256=a6x1L-8Co9y5YRKYyhU2qR1u7H0S9BA25jqwZ5YK2DM,7542
|
646
|
-
pulumi_oci/database/get_autonomous_container_database_resource_usage.py,sha256=1uBP7-5BsxDVmogH2Gpq8g6NtYHlUVn5ZD4IyV_RUtA,12789
|
647
|
-
pulumi_oci/database/get_autonomous_container_database_versions.py,sha256=JfSDjPGwNFXVo_ucv_zqAuQSsBcB-Mr56tfscl2x9Xk,7098
|
648
|
-
pulumi_oci/database/get_autonomous_container_databases.py,sha256=-roYgKfuCtoXd3-Ua8xU_GLKhAIbxp4vIHLxCtwfvik,17166
|
649
|
-
pulumi_oci/database/get_autonomous_container_patches.py,sha256=1dkUEDxi1gvd3quSsGJODFIV7_L1WmomKiAUiesSKfY,6973
|
650
|
-
pulumi_oci/database/get_autonomous_database.py,sha256=khtWvpaEgOy4qREySxehSnelT9c5n4nQQTs-inO2El0,91914
|
651
|
-
pulumi_oci/database/get_autonomous_database_backup.py,sha256=QL031YTpvBfOaypQAHYKsnEwyszqTSg84eOhDpXebJg,17580
|
652
|
-
pulumi_oci/database/get_autonomous_database_backups.py,sha256=U14N91XPWnwPjvRnHkzbXsjKPv0BTuuhQJCgH8n4uPk,10280
|
653
|
-
pulumi_oci/database/get_autonomous_database_dataguard_association.py,sha256=ln-sF-2dSMeyICofLhlwn7H6NUPW7jixhVrtqTpiiX8,13621
|
654
|
-
pulumi_oci/database/get_autonomous_database_dataguard_associations.py,sha256=pv-LwHIN0Tz-bale0YC62PGirTnVzaiulIbyq7LNheM,6709
|
655
|
-
pulumi_oci/database/get_autonomous_database_instance_wallet_management.py,sha256=TBnKl7XLAuCw4ErJJNd-hTjZKrkCW93KaLtMHa6pVpw,6712
|
656
|
-
pulumi_oci/database/get_autonomous_database_refreshable_clones.py,sha256=Kwl2UNE4pc9TSJjbqTm8_ymRML_I3E4RfehcvPxMUK8,6275
|
657
|
-
pulumi_oci/database/get_autonomous_database_regional_wallet_management.py,sha256=sa8i-C-gD7n_Nf9iZx8y0MWVSwmGEicsHLsvJIjnAXU,4305
|
658
|
-
pulumi_oci/database/get_autonomous_database_wallet.py,sha256=F9KeSgxhYBGTR0IA6aXzIockIjYzQTn-QNjqsO5Gygc,8357
|
659
|
-
pulumi_oci/database/get_autonomous_databases.py,sha256=XoTArOcTkptMs1Ezw4VRLGGaJjLZykKsRehxpsEBOjA,17776
|
660
|
-
pulumi_oci/database/get_autonomous_databases_clones.py,sha256=wXqLL9h91kjlBkA2cjPWoAHC33AWGLZGjuU1G5CSk7s,9988
|
661
|
-
pulumi_oci/database/get_autonomous_db_preview_versions.py,sha256=blqe8R85xKIwF7I_ZFtbb25iIwuOyvTu8HYesS2QjrI,5927
|
662
|
-
pulumi_oci/database/get_autonomous_db_versions.py,sha256=SKb2PlYNzdTFputcXlpI7AROkbgy7oZkAKkH5ohMsGU,6650
|
663
|
-
pulumi_oci/database/get_autonomous_exadata_infrastructure.py,sha256=_MpA8f4hK3aeY5U4ysZrLFOA6LnAPuhxpUD-ftPeaQ0,18963
|
664
|
-
pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py,sha256=z6bGzZrybJuilozEZM-7UhduCFQzf0JC7wntdh9N4WM,6737
|
665
|
-
pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py,sha256=V6Gt5Cz9A0gORcl7KrlO1DJsaaTDGYugiyb0HWRFBG4,7118
|
666
|
-
pulumi_oci/database/get_autonomous_exadata_infrastructures.py,sha256=4yINQMHXOiGOkC2Pb4HopiI_sXRPEn_kxJyBC9ENn94,10215
|
667
|
-
pulumi_oci/database/get_autonomous_patch.py,sha256=4tT-2Nx79KYFjG9yH4dFfoQEjicnLg9zM0vRjDpntX8,8371
|
668
|
-
pulumi_oci/database/get_autonomous_virtual_machine.py,sha256=Iw7TWVEgJvm2r-AD_pzlk0cHB6Plk95ZWJuImwMUzTk,12019
|
669
|
-
pulumi_oci/database/get_autonomous_virtual_machines.py,sha256=hmzfQJkYLRGcHjtHSrt-5VRxHkw0bkQ2VzXlWxqly7M,8212
|
670
|
-
pulumi_oci/database/get_autonomous_vm_cluster.py,sha256=k11mU2F565rXdXKi1t7XbU7DvOl18-GiTMHwKRl3s-M,31943
|
671
|
-
pulumi_oci/database/get_autonomous_vm_clusters.py,sha256=MrNwou7JwIdZMWD4voT2DigyQQC1th1EpMUs3LeMizA,9458
|
672
|
-
pulumi_oci/database/get_backup_destination.py,sha256=0VKbrDEwPJ9X_Yg7zT3G-jmY1com35iKbQkKUesYqwA,14304
|
673
|
-
pulumi_oci/database/get_backup_destinations.py,sha256=1LJrc4oUk3u8MTPPMV8tAS3DpfhRRMbDTaSAqtuhFew,6151
|
674
|
-
pulumi_oci/database/get_backups.py,sha256=zs-kzVnQ_ZdxRALi9Ekx3TXoAcCOZNAk1Aw1oSAGiqo,6019
|
675
|
-
pulumi_oci/database/get_cloud_autonomous_vm_cluster.py,sha256=2jYV780_ee2DHxpi-qQqlX6AkOdVH9g76jUl8uSQqOk,41842
|
676
|
-
pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py,sha256=sD8bjFFaGd73DOEIzGZaiq0gd7mi93-OOw8XPb6ZtzU,8053
|
677
|
-
pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py,sha256=kxrIns515hd1ihOYSgP6svGOGwE1cX0DxlDcQ9t6ILY,19263
|
678
|
-
pulumi_oci/database/get_cloud_autonomous_vm_clusters.py,sha256=vCThjmtpaZbRpWryaofudIyH5YnDok1-arufrc9fyYM,11172
|
679
|
-
pulumi_oci/database/get_cloud_exadata_infrastructure.py,sha256=zgyvP1vdzjXf8_seDvG-WqLzuiID_3SCCaehpuhF058,25732
|
680
|
-
pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py,sha256=58B-ER4Nmbmj3YqtzCZJRsfK8BL1V1BGInHaiJ2KBt8,10708
|
681
|
-
pulumi_oci/database/get_cloud_exadata_infrastructures.py,sha256=afa8GljrHDnqivlj96Qxtg1bQVzmU3BPaFGCCocf0L8,8201
|
682
|
-
pulumi_oci/database/get_cloud_vm_cluster.py,sha256=omcS-prjkjGri4Iz-ca0linGIgBULTOfi5R6xW9aZaU,35208
|
683
|
-
pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py,sha256=O9wKL0SqokXDxVDhH-I8rKQzod12vkMlKqm4Q-UqcbI,6665
|
684
|
-
pulumi_oci/database/get_cloud_vm_clusters.py,sha256=QgC5kJ0dPh6S0_gIT5ZqYERhUe9xSEfIEbvMmAqfmcI,9113
|
685
|
-
pulumi_oci/database/get_data_guard_association.py,sha256=s4OP9CbIXvrsXv2iwJwyHrqKmuV9bWo9nFJ9KDG6vXI,28372
|
686
|
-
pulumi_oci/database/get_data_guard_associations.py,sha256=mX8VHp2N0-tIOrn-LiIIHkQniExGtWN_UKP3031bIB4,5407
|
687
|
-
pulumi_oci/database/get_database.py,sha256=VQueM1zbOQ-zWQNgmIUvWyqkJrJ75tO2I4nMz283OOU,25737
|
688
|
-
pulumi_oci/database/get_database_maintenance_run_histories.py,sha256=RHDBkFY0D1p5tm44zBfxiCOcSJG833ECRMTcjyXUGCM,11387
|
689
|
-
pulumi_oci/database/get_database_maintenance_run_history.py,sha256=IpmYIt63GqPXGpeFobI-M3xXqmwxFz9V0skpBJTD3CQ,5744
|
690
|
-
pulumi_oci/database/get_database_pdb_conversion_history_entries.py,sha256=s2e0VovNNeUfLUaKqVUxmPN7n4lijLuXsIPrO3EgNI0,8806
|
691
|
-
pulumi_oci/database/get_database_pdb_conversion_history_entry.py,sha256=G1MOWGVOMPUvbtvaYgtRyqPA8wSJ3_mTcMGIeKrQTqU,12671
|
692
|
-
pulumi_oci/database/get_database_software_image.py,sha256=pD762ObIT17dvGagkRjku-hDtvxgobQR7h-bsUMYrwg,15108
|
693
|
-
pulumi_oci/database/get_database_software_images.py,sha256=5ASyiECzQ7M26CibjkJzqV8EBMLhYBmC2wmX_XoEH8I,11287
|
694
|
-
pulumi_oci/database/get_database_upgrade_history_entries.py,sha256=UVogzUnq82iOhV7TJ2sDc_NEIn6X8g9ePLn2WjCGuos,7855
|
695
|
-
pulumi_oci/database/get_database_upgrade_history_entry.py,sha256=j-CgEFHCQ2_5pnSka2tn2oTT1-q-NyPyc7rqI_A37_0,11954
|
696
|
-
pulumi_oci/database/get_databases.py,sha256=aJkKHv8sZsEDl_VC0tuzHFUrfpiz7k_ySBG7q44Zqjo,9072
|
697
|
-
pulumi_oci/database/get_db_home.py,sha256=WFmW4moVWMZ3IzTqiYD1qaMY_ECWY5DWjLveGHdiZ-A,14630
|
698
|
-
pulumi_oci/database/get_db_home_patch_history_entries.py,sha256=cSWEHCDSyfu4H-q3sr61Cq8tWIfY03TvJ6erOhY74hs,5386
|
699
|
-
pulumi_oci/database/get_db_home_patches.py,sha256=lD6zSE_nQdd1jtetqYZ1km5n_sJvzKDXtCSNAkU5C2w,4724
|
700
|
-
pulumi_oci/database/get_db_homes.py,sha256=fkh2CRnvmT-0iAQI5-Opl3qKlJSDisWEi5C8ty_DeQ8,10677
|
701
|
-
pulumi_oci/database/get_db_node.py,sha256=KoaowfEBT1lccDs58QzjVWyu8xg8FkaTiJIiWAT5B1k,18184
|
702
|
-
pulumi_oci/database/get_db_node_console_connection.py,sha256=7mejcyA4owi26_QTbkbOSlWrCZYKar-P8uuTBG0XMmk,9666
|
703
|
-
pulumi_oci/database/get_db_node_console_connections.py,sha256=1aax14sk9jPGsX2UCFS8f6u1Zuvb5rxtnGHfHCDjQmU,5361
|
704
|
-
pulumi_oci/database/get_db_nodes.py,sha256=ICOGgPQ7V0roA7YvXTQaqEXcBrMF_1thXmOBL8d_epM,9289
|
705
|
-
pulumi_oci/database/get_db_server.py,sha256=4CyGIkO9T5nEFMyPqKaUVBdhYeZDeG_DWf6xOIkFKgA,17327
|
706
|
-
pulumi_oci/database/get_db_servers.py,sha256=Y1vCRUSJxjfDF9QTLbJnVGnIJ6UQLyPbru3LCsobMpk,8425
|
707
|
-
pulumi_oci/database/get_db_system_compute_performances.py,sha256=SNdIbZT4lMycZz-JSimtRTGirgx4m8t-kDctgoAFCMQ,5816
|
708
|
-
pulumi_oci/database/get_db_system_history_entries.py,sha256=PVmLdFAcRXuE3aKqcJWf8Utc-Pj0s1-QAyox2dmlqZA,5353
|
709
|
-
pulumi_oci/database/get_db_system_patches.py,sha256=_wuAB3TSGAsrF98hJOL5gVMXAtNao76oO0mv8cmdcg8,4830
|
710
|
-
pulumi_oci/database/get_db_system_shapes.py,sha256=nHOb3JR0yfUKh1ZBsYu5LW29RntFYDdLhKgCVFwIjVw,6367
|
711
|
-
pulumi_oci/database/get_db_system_storage_performances.py,sha256=sv25kVPy28pHJ-yNaAOhJKbV5aPGXF7A9iIpoeiP6iE,7251
|
712
|
-
pulumi_oci/database/get_db_systems.py,sha256=L66em3elTy0197X65QBaFwxpaZffBTZPjm7IfxCm_t4,10707
|
713
|
-
pulumi_oci/database/get_db_systems_upgrade_history_entries.py,sha256=f4B-8Q5udhn8JPbss1TJtjRcJjuUyji3EAgMg5mp12Y,7892
|
714
|
-
pulumi_oci/database/get_db_systems_upgrade_history_entry.py,sha256=IGohrNVLUGK68Ah8DfzDWqOR-RP5he_E54eaeHZEX5Q,10127
|
715
|
-
pulumi_oci/database/get_db_versions.py,sha256=HSzpi6mJBwi8mvoB3Wjkbw4Yj9lxv05AVelP6aGy-gc,11578
|
716
|
-
pulumi_oci/database/get_exadata_infrastructure.py,sha256=FmpIYdUSpViONnI1tEXrhFeHI2SnHJenpaaXMdhW7qI,34963
|
717
|
-
pulumi_oci/database/get_exadata_infrastructure_download_config_file.py,sha256=MR1toE-5U6uRZPPZAy5cp6RtPB4HZHokwEZAj86hnLo,6202
|
718
|
-
pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py,sha256=jQhVllF3jMU1TGyBqpUCQJw9vFXL7SEZLCSEYI2U_sE,9873
|
719
|
-
pulumi_oci/database/get_exadata_infrastructures.py,sha256=X61I0W5SSqHDb_qhq9Kb9BT9ogVtT8ach-50nwqEvbA,7591
|
720
|
-
pulumi_oci/database/get_exadata_iorm_config.py,sha256=NTsj-6TX9AhA65RMXCB65wOUDGetr4HsQXtFtLB3YQM,7511
|
721
|
-
pulumi_oci/database/get_external_container_database.py,sha256=um7EBdp1Dwxi1eXaYxN8njxJuKNMuTFBBgr8e9azmwY,15531
|
722
|
-
pulumi_oci/database/get_external_container_databases.py,sha256=TXyHTPdhGyEIg4P8yA0ePOwkMXH0FkG1dz_TVf6gIfQ,7887
|
723
|
-
pulumi_oci/database/get_external_database_connector.py,sha256=yFxRtcia2uVMRnHrqLYrHgN45ezkA16HXXcR-5VUCew,14116
|
724
|
-
pulumi_oci/database/get_external_database_connectors.py,sha256=MBp2F1f5na_6Ie6DpqTgEivodkC58TrUwvTNbRrEG90,9472
|
725
|
-
pulumi_oci/database/get_external_non_container_database.py,sha256=5_n9IeWwHOhAxtMN9FlRlcjYEOJOR9Xhr_zEFeCUT1o,16569
|
726
|
-
pulumi_oci/database/get_external_non_container_databases.py,sha256=oQWyb9cjrCAWCmAEt7Cu7lMaYaiEub-JrzbrcDRsFkk,8090
|
727
|
-
pulumi_oci/database/get_external_pluggable_database.py,sha256=NLvxPVropMYY_QVzpxsjZns2UMHifSU1XPZsn6jZCGU,18377
|
728
|
-
pulumi_oci/database/get_external_pluggable_databases.py,sha256=gRnLq36qI5rr261S4DBZtatsPQLL64zj293nE9k5T68,10136
|
729
|
-
pulumi_oci/database/get_flex_components.py,sha256=3LORW1NJwfSO4occCzgGt7u56q7wBdZGcEGv24Zj4kc,6266
|
730
|
-
pulumi_oci/database/get_gi_versions.py,sha256=A9_tMaPxE73cmT9A4JEnO9jdVWGMUwAVE2_wBLiOJb4,5525
|
731
|
-
pulumi_oci/database/get_infrastructure_target_version.py,sha256=mNgivrzb6jtgt2fvGs3Ma1vwgqhk6pwrN9JzWAmK6t4,8594
|
732
|
-
pulumi_oci/database/get_key_store.py,sha256=-Ep745Z25tD7DQhWzVAQoaYsmfQ_UJIbfCvxom-UEk4,9007
|
733
|
-
pulumi_oci/database/get_key_stores.py,sha256=fVThXaim-kZH_0JSE4KD0ylImEbnDCbn9KGLt0Skm9w,4819
|
734
|
-
pulumi_oci/database/get_maintenance_run.py,sha256=n2ZT7odf9BAJDzETXqEKlxcwL80pWNVlVlJ-gG4i92s,23102
|
735
|
-
pulumi_oci/database/get_maintenance_runs.py,sha256=Z4yKQ8aouMdY3AsKTngZdAeOACNpoIzq3Oaj-YeyRgE,11898
|
736
|
-
pulumi_oci/database/get_managed_preferred_credential.py,sha256=1NMm1OEYUNfIaNQwlwWJ6OVAqW8ernjxACUMgFo40MY,8417
|
737
|
-
pulumi_oci/database/get_managed_preferred_credentials.py,sha256=Vt4DF1STkWp2nYoDLo99IDhf6upDaXiPlvz0mzwwbkU,5908
|
738
|
-
pulumi_oci/database/get_oneoff_patch.py,sha256=KTIH0TkAJ1F-AZ_bCeV1gnb_TgYaKSOtktDvTXgxyhY,12617
|
739
|
-
pulumi_oci/database/get_oneoff_patches.py,sha256=TIPoGI14fMm6wyMTiRSX6yC4j3tRj28_QCRdaxQxAzU,7001
|
740
|
-
pulumi_oci/database/get_pluggable_database.py,sha256=pEbpZh9tvNwezbLnk-Dn5MNIZGm4PkZmKFCg7F_ReiQ,14499
|
741
|
-
pulumi_oci/database/get_pluggable_databases.py,sha256=58xD6zRV1Ld3Cma44DBzBHvl6TdSdHSJFwX_050zEZs,8791
|
742
|
-
pulumi_oci/database/get_vm_cluster.py,sha256=194cth44yjMb38Q_w5IIoZzFGVAspyz5yGkFxpVOlyM,21829
|
743
|
-
pulumi_oci/database/get_vm_cluster_network.py,sha256=6u9p_JKTW7OXOVR-T9CrN8gaMKG2XBxGRIIYW32ci5o,15112
|
744
|
-
pulumi_oci/database/get_vm_cluster_network_download_config_file.py,sha256=_uiRhT_tKgj_dzD-0kyPHiXH5SY0MhrF_kXGbTRIgp0,7460
|
745
|
-
pulumi_oci/database/get_vm_cluster_networks.py,sha256=c3oYQp-vbpM56gFxNRS0kmU0GSSXIV0p6gCbgnomYes,9718
|
746
|
-
pulumi_oci/database/get_vm_cluster_patch.py,sha256=K3ydh8oEAFX3AVDVy-NL7lZTgn2DlQttBFW_cKldqh4,8306
|
747
|
-
pulumi_oci/database/get_vm_cluster_patch_history_entries.py,sha256=uiO4_Oo6nF-c-dBjzd8DUvj4-5-k88mSm2tBZQDaGh8,5637
|
748
|
-
pulumi_oci/database/get_vm_cluster_patch_history_entry.py,sha256=V54uq8U0LUbfrvv9RZpUbyZj6RVTQKO1nNWkkc7Chf8,8438
|
749
|
-
pulumi_oci/database/get_vm_cluster_patches.py,sha256=ZMh0M6-GaIJo89ZpsdwE5g6_Y1_gINktT8DQLxguJv8,4963
|
750
|
-
pulumi_oci/database/get_vm_cluster_recommended_network.py,sha256=4cq4zdNNGvhIoBDp2NUuB3ciCexRMZ8N-LDL1v36dTY,17628
|
751
|
-
pulumi_oci/database/get_vm_cluster_update.py,sha256=QEP4U_8wY43OLKI7LgCevcvDvGdm1lwBfVaRQuhrpFA,9102
|
752
|
-
pulumi_oci/database/get_vm_cluster_update_history_entries.py,sha256=53Y7UzctaOg9fRIWDealW94i02vowa5fwY5GgeLrSIY,7991
|
753
|
-
pulumi_oci/database/get_vm_cluster_update_history_entry.py,sha256=2ZDi0xf_qEpvE5BgJDPRLo9N-C3GL290NCgot73XJYc,9389
|
754
|
-
pulumi_oci/database/get_vm_cluster_updates.py,sha256=rwH9DmtNs_3vzUPW7_fnm06H0gTVTmwgVq3TVCQA9QQ,7203
|
755
|
-
pulumi_oci/database/get_vm_clusters.py,sha256=QTorrG5VCOZqnrtH4PYFls9qzRBJTBl2FsvLGVFQWVk,8883
|
756
|
-
pulumi_oci/database/key_store.py,sha256=rP758EVbJPpd2s5sP2jl5_llSNpwDWlzAoltyvlkHIk,25558
|
757
|
-
pulumi_oci/database/maintenance_run.py,sha256=Ud_lUzD97HcBjye8kuZOLPhk6qzIXv8GBmgRi8MCmAs,65734
|
758
|
-
pulumi_oci/database/oneoff_patch.py,sha256=hA-8mcfhvY2hLQJrZvkLh3wPcevVVpFIhddJ42-FHb4,38498
|
759
|
-
pulumi_oci/database/outputs.py,sha256=Lmvt41IJqQR7Pt1sb6UmvuFCyUxNKgEpD13qsGJ1ef0,1915215
|
760
|
-
pulumi_oci/database/pluggable_database.py,sha256=LozzGae-eR-HTe03nm4b9uZvULH05lah2ngWXu04dfk,47117
|
761
|
-
pulumi_oci/database/pluggable_database_managements_management.py,sha256=cP5Pr2patKYJJPbkuL8wl2zMTz-3Azk9fRHFPqYCIaw,52501
|
762
|
-
pulumi_oci/database/pluggable_databases_local_clone.py,sha256=D-XirKiHZSbTT-zihoboompc7hjaCNxpHRhIccVMBD8,45827
|
763
|
-
pulumi_oci/database/pluggable_databases_remote_clone.py,sha256=klGrUYw5HpEXjm5THhZnKF0T12faEotfHufDtpA2b2Q,52538
|
764
|
-
pulumi_oci/database/vm_cluster.py,sha256=pF59wqE_8eFbWSjWYggO3Fzlq0-zG71dAUXodyadfMg,73282
|
765
|
-
pulumi_oci/database/vm_cluster_add_virtual_network.py,sha256=6B9XF_2IawQN0Dl2Oo7vXnD0UpmdNsifd97VvUojcNs,50736
|
766
|
-
pulumi_oci/database/vm_cluster_network.py,sha256=6vNT9CdCYevwyJlO1HoEcMhdXDGxJOwH40AS7uoz3mU,48775
|
767
|
-
pulumi_oci/database/vm_cluster_remove_virtual_machine.py,sha256=nouVa9oFyciXN0Rv8vwY9vU9490iOjpvg5ZAq9wXnRM,48437
|
768
|
-
pulumi_oci/databasemanagement/__init__.py,sha256=vmtnJG8YEnXwtfjTxI_XcnPGkZfu5-vsuyLROXd7Lxs,6170
|
769
|
-
pulumi_oci/databasemanagement/_inputs.py,sha256=75lAsRq7dwvNJIx_pmTZ9I5pYSOZ1w0oqs3qZewwRvI,259005
|
770
|
-
pulumi_oci/databasemanagement/db_management_private_endpoint.py,sha256=vhsxiS2s-dOhZyjGOn0U-O5EU5zR8O7_Wzmbb59EmLw,26293
|
771
|
-
pulumi_oci/databasemanagement/external_asm.py,sha256=pD8NqjEKlOO5BkJ1VnuoVgByCSyH6fFf8AektgCrgJ8,29381
|
772
|
-
pulumi_oci/databasemanagement/external_cluster.py,sha256=zTGsuAuIqww7lLFAofdzXEC8pFsZmXphC8JKhdNGb4A,33443
|
773
|
-
pulumi_oci/databasemanagement/external_cluster_instance.py,sha256=jzubh_dXeZaKMT0ah7tBh3zbYgqygWpThV20t6l3X2Q,30592
|
774
|
-
pulumi_oci/databasemanagement/external_db_node.py,sha256=CodvVP7IjFSdxIl_KzmSuqK5wlkOOdpf12WEAi6tzlE,27848
|
775
|
-
pulumi_oci/databasemanagement/external_db_system.py,sha256=dBBKXgE4fO3ITNKpCTUYlo4uvBt6NxjOlIWj_34ygAA,30479
|
776
|
-
pulumi_oci/databasemanagement/external_db_system_connector.py,sha256=TNEL1vLGMjKlnN4b986XIULH0MqCHBVcI3GKsWCapHo,31297
|
777
|
-
pulumi_oci/databasemanagement/external_db_system_database_managements_management.py,sha256=ugn6RAU_fl0S37Ktq80AHxg9LejDOEsx1iQunEjf_88,15484
|
778
|
-
pulumi_oci/databasemanagement/external_db_system_discovery.py,sha256=WJgevnOiD05qdpEZXjS4thZ2Wao5zPPVbZEeAW9EdpY,26500
|
779
|
-
pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py,sha256=I40y6b-7zxmR1DpecnapbLE8EeplGipElHRbR5zW_4E,17359
|
780
|
-
pulumi_oci/databasemanagement/external_exadata_infrastructure.py,sha256=pq0dGWot4dXUWBTgNxeFSXoifW7BjZfcGlFL-NqQHec,39112
|
781
|
-
pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py,sha256=2LHctPT_k5JU_niYynzXxJP1Q9Nb4wSAFozfSmkR3DA,15586
|
782
|
-
pulumi_oci/databasemanagement/external_exadata_storage_connector.py,sha256=FWFfWOFDllEcSNx8YA2bbOkPJFcvqDTMNvkRzixilcQ,34246
|
783
|
-
pulumi_oci/databasemanagement/external_listener.py,sha256=jo1aWCQbStofTMEI3Qk8SsUfAZiYm1sDD8oZAUR8NZY,42063
|
784
|
-
pulumi_oci/databasemanagement/get_db_management_private_endpoint.py,sha256=UBCc5VvsJI9AqpblMthYs0mNIOQwVsnvo6L4iubRyos,10078
|
785
|
-
pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py,sha256=jSpBprjzm4Z4XRbAOpvBOF0qI30TzCHWasWNJRvrHvI,6972
|
786
|
-
pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py,sha256=iBDxDwtvGs8l_fkDaVaJ8JRcjJdIZsohX5Gng9JIleU,8217
|
787
|
-
pulumi_oci/databasemanagement/get_db_management_private_endpoints.py,sha256=VgOBx5rRmC4kN_ii0gba6KhrFjQOsHeovFG1AWPL5LY,10198
|
788
|
-
pulumi_oci/databasemanagement/get_external_asm.py,sha256=XwIj5hmhOftxMYFK10zHsTCDkuIR1hfOgQzWOAIcNg0,12592
|
789
|
-
pulumi_oci/databasemanagement/get_external_asm_configuration.py,sha256=0dK2U5Ju2O3r4ay36Hk9KaP7Gmt7RCFxN6f1AogAICA,4801
|
790
|
-
pulumi_oci/databasemanagement/get_external_asm_disk_groups.py,sha256=_2l49VVRgiQjVsPaICNDMpjv83v8Z2B2evCEDiZilM8,5666
|
791
|
-
pulumi_oci/databasemanagement/get_external_asm_instance.py,sha256=Ger6l0GM8kaesc8AHR_dsoykdwp7W86qxCC2S83kjA0,11391
|
792
|
-
pulumi_oci/databasemanagement/get_external_asm_instances.py,sha256=RmHV5If50Z-PMuZdZuhjc_yXnovrnJ7fkpzbgwbnUhE,8089
|
793
|
-
pulumi_oci/databasemanagement/get_external_asm_users.py,sha256=hAqGCA-uBIQmVqSBjDUiJQ6sKstU_h4cuUA8GSl-h4g,5391
|
794
|
-
pulumi_oci/databasemanagement/get_external_asms.py,sha256=wLkSiyN6NicJ_h1Eb01XC6zUKtEkCBgM905R7V3TqDo,7819
|
795
|
-
pulumi_oci/databasemanagement/get_external_cluster.py,sha256=mTk3OYc-Q-BOhkt886iSTZa9qEpJycQAROfWS2P24HI,14351
|
796
|
-
pulumi_oci/databasemanagement/get_external_cluster_instance.py,sha256=BfqHLjGzeNA0yBqm3PTPRTCFXGZ0Rab5r7NMi6doNp4,13558
|
797
|
-
pulumi_oci/databasemanagement/get_external_cluster_instances.py,sha256=wGUK9IwaazeUczZV4-0tNg56ng94KCNYNA2_t-4Is4w,8437
|
798
|
-
pulumi_oci/databasemanagement/get_external_clusters.py,sha256=wOOMcVkp4uqPOEshBzHXblshieL7AwjJCqkBsoqSBns,8012
|
799
|
-
pulumi_oci/databasemanagement/get_external_databases.py,sha256=V9lY3nL8uL4JWiCvbaXQZ_GojR0RrqaTr_87prxTOiM,7946
|
800
|
-
pulumi_oci/databasemanagement/get_external_db_home.py,sha256=RN17Z1jVn7qo60B44nOR5PjHF2jrXwcWb7L3rfmZ2wA,9783
|
801
|
-
pulumi_oci/databasemanagement/get_external_db_homes.py,sha256=xspHeFHZ0Dfi5HsyP_YGkhcl43Im5MXfaq04yNRGQlo,7993
|
802
|
-
pulumi_oci/databasemanagement/get_external_db_node.py,sha256=ZkWRo2yqJaiqBduZ2z-dRULNdEL70EjC1nTftK__kDc,12187
|
803
|
-
pulumi_oci/databasemanagement/get_external_db_nodes.py,sha256=JlQKegqdWCjh-mgf3svb9_GpXsR6C4B3DWzQybIXufA,8011
|
804
|
-
pulumi_oci/databasemanagement/get_external_db_system.py,sha256=Nay9m-xfWvd2Qk-cYviTzI0e2GNYdjfaVfv_ZeNnUgA,11682
|
805
|
-
pulumi_oci/databasemanagement/get_external_db_system_connector.py,sha256=1Y2mPXy1PTc-fV8dn8tC__vZ3ORdhgmG1F-3cc5QCCA,12829
|
806
|
-
pulumi_oci/databasemanagement/get_external_db_system_connectors.py,sha256=bVKkgBJBIeeiKc9f_Ub4sj_oD7432VJk2SFDg0fRFfQ,8636
|
807
|
-
pulumi_oci/databasemanagement/get_external_db_system_discoveries.py,sha256=zUg0NmJ40g96Fkou3QsTngaCGd15GcDVrZ6xvmyv-O4,7129
|
808
|
-
pulumi_oci/databasemanagement/get_external_db_system_discovery.py,sha256=Ip5VwnSixVUXzn2qr-PW-lw__MRhWpvf5nQG56FuI6M,11137
|
809
|
-
pulumi_oci/databasemanagement/get_external_db_systems.py,sha256=_VHyWH3auCFHQZsVEryJtCQ1S9nJTBzPH8m3IZYWKYc,6566
|
810
|
-
pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py,sha256=MgHUVJ7f9KT8B0xnxpImhonFm7k_Wr6BgKrrJSWkYio,14979
|
811
|
-
pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py,sha256=Dy-RbdFX6Ybr70ugh55GHrzj21FxyrNIQg-RpA-QpPQ,7265
|
812
|
-
pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py,sha256=7bAyTriNECIpATzMxLNLLo6lhfldBy_alxdHFnN2Anw,13470
|
813
|
-
pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py,sha256=VU6rxIv60Z5GQMFbvOTbyovk-WclkZ4CUjnIKCunnl0,8967
|
814
|
-
pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py,sha256=3AnTf46XwKSXghpZcvFK7QzDiN7P6Jldslz5kE34dcU,11920
|
815
|
-
pulumi_oci/databasemanagement/get_external_exadata_storage_server.py,sha256=cg3LkpBa28TSXxWSWwlKrpO3Nm9jD9vcFXHCpf1zV7M,16785
|
816
|
-
pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py,sha256=dzQG_qAKb-QtPyhtrnx0O3mbIJWEhDhn108yzNLL6W4,6914
|
817
|
-
pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py,sha256=6Oap50-hgfKJPccGLmTLlepDc9qGXPpRfXiTVx2Um_U,5626
|
818
|
-
pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py,sha256=MrsyOCMwa32PeR3kIrPkbUy65rR1MuVqV7xmHQXL9nM,5746
|
819
|
-
pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py,sha256=79F8NXeG6AjOXT-ORsRUIiaLG4pyfmnX1m2wHcK6leY,8788
|
820
|
-
pulumi_oci/databasemanagement/get_external_listener.py,sha256=OIjDIq_QXZSqOb2RtVpV3V1X1pTWtaOx0kgSNB74QLM,18364
|
821
|
-
pulumi_oci/databasemanagement/get_external_listener_services.py,sha256=mmlh9k3x25_Wo1IXnxrMd9PrLYFrAMJAkgwvJONYNls,7424
|
822
|
-
pulumi_oci/databasemanagement/get_external_listeners.py,sha256=VcIYm_vfFxXiTdQ5A4zn1lHSXhIpMrJ4IxXlDecRXV4,8099
|
823
|
-
pulumi_oci/databasemanagement/get_job_executions_status.py,sha256=s7RzsLsGBVBtlTLMptD110P3R0B-iWHZYYETEswhg0Y,10566
|
824
|
-
pulumi_oci/databasemanagement/get_job_executions_statuses.py,sha256=15oTH8mqfuPKsyb1hJbOwwm6kc1CiPB5-cynMkSawr0,11901
|
825
|
-
pulumi_oci/databasemanagement/get_managed_database.py,sha256=W6pz5Hd4GmTFI2rI-21ObPYnRfRum34WZS_r0nFLfCI,13288
|
826
|
-
pulumi_oci/databasemanagement/get_managed_database_addm_task.py,sha256=D71P2OVUjrKhlTnIyzKamH7WYjnZTYFc0Ww3ma_k-7w,7014
|
827
|
-
pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py,sha256=KxOm2VCG2ZF8GQcaa5THl57VGzPBKZHhvUKvyYsV6y4,8046
|
828
|
-
pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py,sha256=hwCZt1gW84m7DXfoR-lXOAI-chgPw0SjJvFrpGJtBV8,13102
|
829
|
-
pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py,sha256=oxLYx4ZzDqdbyVu9aCitDx2rciLEy31Wr80j1DrVkGM,14224
|
830
|
-
pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py,sha256=DrYNBZxZ-aYgTYKvm-95_PpAe2RRSrG9HzQ_ZImIeQ4,13392
|
831
|
-
pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py,sha256=lUzeoABzJ1or-e0WJNvPOsYiH5PLmf0Jpf0ACG8fK5c,14590
|
832
|
-
pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py,sha256=cTnQTyQz4OBSRUuuxlscIMNEZnG7PZ_3JpZfzqViWoc,8234
|
833
|
-
pulumi_oci/databasemanagement/get_managed_database_group.py,sha256=o2Kogvr680rB3G7cl5tp_xloN_PfVbIL_EIjzvGvuOw,8142
|
834
|
-
pulumi_oci/databasemanagement/get_managed_database_groups.py,sha256=hNqw-L8m38HbyOlXO9zVCBp9JsCsdrD3L3lrS-aWdRc,8673
|
835
|
-
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py,sha256=iNzDAnhhJbJgHA9r5CvRQug011ramdMlPCKqi3iP1P0,11963
|
836
|
-
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py,sha256=ZKvSu-gz6AbiMfIWjt7X3Ca9Z8_VJr-hBXq_TdhGmPE,7773
|
837
|
-
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py,sha256=yD7Mekzw5LnP5WX6hNef2hdy2bDvT0PVNvUFud4ek0w,11155
|
838
|
-
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py,sha256=grgZPkUOflQLAmZhmUmEXVG-1J6B0N35jlHpVChZNnE,14822
|
839
|
-
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py,sha256=hZ2Um1AzbKcSk4TlXRs3rWrBOedjgPbpoR3N3GSwXaA,14640
|
840
|
-
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py,sha256=fJ9CedkftSNMC43ZNJTlV_mlnUYVaspJlM9SXstGymI,15605
|
841
|
-
pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py,sha256=rvuOKhHmmBCGYVYU_8cmaEyyTuvpXsvyHX1HL-Xqn7M,12956
|
842
|
-
pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py,sha256=2pk9vi_hbmYh7rssJEn0CXTbegoV5I5eAgGo-7OCMTM,12841
|
843
|
-
pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py,sha256=aRtJ014dVP-1ogCzuUrYQ8IoQWMLs5xw-nEebbmUOyk,7154
|
844
|
-
pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py,sha256=jqAv0xw1fHWF4u45JkuLAvSrc1n3THK_YR5KYn-Xqeg,16800
|
845
|
-
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py,sha256=woyVSukQrjSfEYPyL8fGKUdAFrvXA55iKKioCFeI8iE,9799
|
846
|
-
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py,sha256=ljdNOAuMGzIqZMaJTyXiSoa0PV4zLLP1f-Cdodp4Nfs,11086
|
847
|
-
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py,sha256=rXhryTRCSYMJRaAd3IMh3dForS66eD7cX49IHRXCQ4w,10905
|
848
|
-
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py,sha256=sIXYcOdibDoyOj0iUPvyJDTmcWFpvP2XtmnFcFR32XY,14180
|
849
|
-
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py,sha256=csEskLWLtlGelqtw4FJQne4qWD2p3owjc1tDt1JaIAY,15625
|
850
|
-
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py,sha256=YLuQ2FVHsP8iO7UFoMUkjWshE5KiuCarlRu5Kzrvi9U,9812
|
851
|
-
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py,sha256=QLYCGOc199y-sNMeXW6yN0iphoDBcmYtbu6C5dhBfBM,11387
|
852
|
-
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py,sha256=pYxDfzwxgtmGraOSCCPg095CEhOYT8aff6x9QruB92w,9342
|
853
|
-
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py,sha256=QY6PJRSoBiGMnL9IWNUtFF2FB7i3s5KgqI17qx4Yw4I,17398
|
854
|
-
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py,sha256=AZv51sYXZoY7NyyRBK6RzsOHoaFqCAPjfc2nzz4_uPM,6883
|
855
|
-
pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py,sha256=1i-c7VlUy-QT6e5HFqblowxGx9i_n7HftxlENHMAtT8,7984
|
856
|
-
pulumi_oci/databasemanagement/get_managed_database_table_statistics.py,sha256=NWhYq-QfEE3BFTtOJVsN8fDH4JUeW6nnujY--VapVlc,6171
|
857
|
-
pulumi_oci/databasemanagement/get_managed_database_user.py,sha256=3o93xibSNPFOCwSXLALW7amkTk3j3YPCpzUxDfO5HvM,18831
|
858
|
-
pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py,sha256=E2C2uEFPO_9YmioydLR_3DsJ7tllXVyMI6CTALLGtPU,7060
|
859
|
-
pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py,sha256=JV2XicZVGF67rU4aNFPTnYNOZ0XU-pINVz_oCNrUK3I,8387
|
860
|
-
pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py,sha256=Lf8ZJ8M0vuuqnPdr7ItJM4xX6JV49Qtb0Dv3KVUMysA,7012
|
861
|
-
pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py,sha256=YJ0UA3F6WrPOc7-EW8kz5DUkseNHvfkrGXiqlWfuyzs,8285
|
862
|
-
pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py,sha256=P0Ax0H-dhJRTGKTQMtdJ7pGFgX34rpLctm7FrrQLK9k,6777
|
863
|
-
pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py,sha256=5PGyIWduvFr6pUs7co3gxrXTZVixzoFHUg5YyTgGjjg,7957
|
864
|
-
pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py,sha256=bs0PuPqgkt2tpPqWlGrlduAwLa_r5qyyMoSgmE4Zwtk,6792
|
865
|
-
pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py,sha256=VxxI09ItbdWXQjaQLytIOIXgmtmvw6nlZK8wUCY-3q8,7970
|
866
|
-
pulumi_oci/databasemanagement/get_managed_database_user_role.py,sha256=o-VJG8ZVNUjCpgqh07Air_Y8vB0CTPFMewnivDUCrSo,6360
|
867
|
-
pulumi_oci/databasemanagement/get_managed_database_user_roles.py,sha256=ncYA1M_ZRNHwByvqlid-bfI3uZAnnO0E5hQjkz5307I,7317
|
868
|
-
pulumi_oci/databasemanagement/get_managed_database_users.py,sha256=Y9saBvlpkiYXxvvxJCzF38md3JcZu-hqT2FUN1MJRHk,6265
|
869
|
-
pulumi_oci/databasemanagement/get_managed_databases.py,sha256=96UhggQyyBHPxBAKow9OWaUhev8bjGkPbXfPGnHdJVE,11787
|
870
|
-
pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py,sha256=RmQ6Pm9iORxcSNwOT0gT1ZQ4gCdG_fwen5XemSAXYvo,6688
|
871
|
-
pulumi_oci/databasemanagement/get_managed_databases_asm_property.py,sha256=S54tY-jyx2CBbZp2oGtwpK6klbEsOIFyTQfbB3dhRpM,5584
|
872
|
-
pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py,sha256=Alv6ei7yn3PPTAV8-INPm8dRB0HnhkgY7cM5wzjfZic,11018
|
873
|
-
pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py,sha256=V3ubhgGPPLCbYfrmTG3t91FtaA_k6PwVxI1y_M-cgBs,9883
|
874
|
-
pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py,sha256=wJS7dSNgxmZRizJ6AU5x6XG4IcSiJtA090-nfDNRdUU,6601
|
875
|
-
pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py,sha256=7QiCT33lNdUn7oRPAxtmvF4m4qGPqInfxupm7yjxDp8,7669
|
876
|
-
pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py,sha256=rRucC75xwlwG11ZyH5-Vnky1fWJx-cCo5WK19bsBlBI,6801
|
877
|
-
pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py,sha256=GwLvoUYT8K79CSNItIiXg243Ku5s6KOKLL1Rw7t8SF8,7986
|
878
|
-
pulumi_oci/databasemanagement/managed_database_group.py,sha256=s-Zw9M3Hzx4NJb8nlrYy4bW8ZwqAJO2mfPN1vzChAdE,22132
|
879
|
-
pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py,sha256=RPU3h-fmuMMK3uVaq5OBAMWDKrRPP-WGECfILYCWeVY,23575
|
880
|
-
pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py,sha256=HjUDE0DbBAyvIXunf6xDxEP8wYcwpklWkmUs9J2QpQM,20927
|
881
|
-
pulumi_oci/databasemanagement/outputs.py,sha256=U77o6eKjN-2H2B8Y1CcD2ST98q1W6ZBxGqlJT3vjvhc,967769
|
882
|
-
pulumi_oci/databasemigration/__init__.py,sha256=kF5SHV_WCFU0cvn1_b2qBP71r4DI6vChWtB3PoYUGtk,718
|
883
|
-
pulumi_oci/databasemigration/_inputs.py,sha256=3MorP_jEVj1nbbbIZpJ5pnzynpGKdS_6ljeYfJvrV2o,109783
|
884
|
-
pulumi_oci/databasemigration/agent.py,sha256=XRwgMMZsZOMnc9xBJrpdhqzCbK4ryHtVk-RUP4jKxNE,29185
|
885
|
-
pulumi_oci/databasemigration/connection.py,sha256=sOVQenO-V3m3JZGMwOVvhpiWMQoA_SOiY009-xLtFPI,63732
|
886
|
-
pulumi_oci/databasemigration/get_agent.py,sha256=jV1J3a8y0x68GUW7oy5fIB8Gh0sEXMlRevF4n_rYNas,9688
|
887
|
-
pulumi_oci/databasemigration/get_agent_images.py,sha256=UhTMxokBH2cG8N-daDglQ4fwP8tXSQafEd6AGXMQ_kQ,4004
|
888
|
-
pulumi_oci/databasemigration/get_agents.py,sha256=wwbNc7kNWI3nRvDKoHx9QPF_QthRi05jBLP1Cp2MZYY,6509
|
889
|
-
pulumi_oci/databasemigration/get_connection.py,sha256=SxPo_JUXi6Q3NZMLWScW1sETNpVFRuglWFE7MQxCJ2A,16527
|
890
|
-
pulumi_oci/databasemigration/get_connections.py,sha256=QDQAX9UYfMZoue4C45U3QeGziZcu_JKDAWsbUCUw4A8,6805
|
891
|
-
pulumi_oci/databasemigration/get_job_advisor_report.py,sha256=DMcsi76tXC8RMLNmL_5lpGX_vIZ33WBuf187s_PrdCg,7253
|
892
|
-
pulumi_oci/databasemigration/get_job_output.py,sha256=LzkfuYjRf02tvcenPP5FJ5glIEQjbyBNpHLwR0-8AFc,3616
|
893
|
-
pulumi_oci/databasemigration/get_migration.py,sha256=DtgOo7P3rtKRxzTYGwuqNq2DRqplMLBUsP_RyjH7EjU,21103
|
894
|
-
pulumi_oci/databasemigration/get_migration_object_types.py,sha256=p_-CLNt3MHp116WFZJzDKR6ROjXODJ9lv-mMsUyjtZw,4545
|
895
|
-
pulumi_oci/databasemigration/get_migrations.py,sha256=MHcMWaOwAcEmp-zaWvz1uJUgl141KeTkt6r1Vkw9Dqo,7805
|
896
|
-
pulumi_oci/databasemigration/job.py,sha256=xWyqODfY_ih9owX48qvb7rYLAB8r-F699HCS1PQKvtA,26559
|
897
|
-
pulumi_oci/databasemigration/migration.py,sha256=6nntbkoHzU0hqU_u_eka6u_T5hFP80ffMwVkqq8Ydvo,94435
|
898
|
-
pulumi_oci/databasemigration/outputs.py,sha256=f3my3LOZfhjFFqsG9-uxtWcNj5HuK2i2IiJRg266_XY,266487
|
899
|
-
pulumi_oci/databasetools/__init__.py,sha256=E0X8vTRKspPI8060q1z3elp-zq_y06OAs_0Td99nZrU,699
|
900
|
-
pulumi_oci/databasetools/_inputs.py,sha256=-sTremDyXOOo8dLte0KVjqHIgjJ2tDuUyAhQChUihSI,16201
|
901
|
-
pulumi_oci/databasetools/database_tools_connection.py,sha256=0GAsPPaFA5ZPeCYsOh0cf8F8Z0H3vuhrhedI9RzI32E,48977
|
902
|
-
pulumi_oci/databasetools/database_tools_private_endpoint.py,sha256=eFiPZ-L_Tv4mrA3ugqmoB1GqWEpVWiPB6FFlektyL4Y,48531
|
903
|
-
pulumi_oci/databasetools/get_database_tools_connection.py,sha256=Z2PQzFI_E6AG0V_JCW0b_Jz1h3KM1ENWVAneEGk1liI,14820
|
904
|
-
pulumi_oci/databasetools/get_database_tools_connections.py,sha256=KbLJ7-QwsTr9rcX6-12U1ordK13M7oaeVsOEFWBVv58,8796
|
905
|
-
pulumi_oci/databasetools/get_database_tools_endpoint_service.py,sha256=b8n9qSnG91caB0AodV8309PNEqA-wVueq4ePr3lDR4k,11048
|
906
|
-
pulumi_oci/databasetools/get_database_tools_endpoint_services.py,sha256=nrgszFA9-QABf-ma6A1nGo820r-z-sgCeBaJnc4Gwz4,9085
|
907
|
-
pulumi_oci/databasetools/get_database_tools_private_endpoint.py,sha256=PBCTI3wPQjjexR1iG-hVJmnnEZIs0OzkhuzLJPdz3hg,16824
|
908
|
-
pulumi_oci/databasetools/get_database_tools_private_endpoints.py,sha256=1VxjdDmMXiDng_WwSsCl0i3QFqjcRJK8HbNXrprJNik,10698
|
909
|
-
pulumi_oci/databasetools/outputs.py,sha256=dTLZ7m5yDkPsmbW8gfTEBt5yebsqnGUIRLWidzPpC70,64624
|
910
|
-
pulumi_oci/datacatalog/__init__.py,sha256=EWMd1xycwTaewYLYml_SZt7Th9rYTM4ogc-49eJkwjk,844
|
911
|
-
pulumi_oci/datacatalog/_inputs.py,sha256=LQDho7WMXrRboQ8i8e6rPcRPbStaZ-0nXUF0NrRY69Y,6687
|
912
|
-
pulumi_oci/datacatalog/catalog.py,sha256=dFpUaFv41ORULEEvwHC8J9GZBIi1B2wx7oGSjBzoQ94,29635
|
913
|
-
pulumi_oci/datacatalog/catalog_private_endpoint.py,sha256=mzsKPyNkUVTWXd8wmndmxG3wVIIEdsvzVh1OazzZbt0,29642
|
914
|
-
pulumi_oci/datacatalog/connection.py,sha256=1HL5_dggiNQ1C8xDDOLPSh075AHde3yQAKB16nZe07U,46148
|
915
|
-
pulumi_oci/datacatalog/data_asset.py,sha256=X3Ed0qCuNWLSMAcFCtYYW6baQYZr2ip7vG1vjeaBwVU,33114
|
916
|
-
pulumi_oci/datacatalog/get_catalog.py,sha256=AiB8074OHRgK8EA3MPM9EEXRBXzIPdMvL2i9weZX_6M,10665
|
917
|
-
pulumi_oci/datacatalog/get_catalog_private_endpoint.py,sha256=B6CM8EP2wk5uajV_6A2-A068Ij5-hGETV3lvSdikS0w,10559
|
918
|
-
pulumi_oci/datacatalog/get_catalog_private_endpoints.py,sha256=RRKUIQG-cheM4wK5NMsiIz9UsdCDtH4fzHf0guSkFmk,7626
|
919
|
-
pulumi_oci/datacatalog/get_catalog_type.py,sha256=jEAJ4EV-sf2e4d029XoxvbxHcTgrULA446FW4UapkBc,10766
|
920
|
-
pulumi_oci/datacatalog/get_catalog_types.py,sha256=6sPtS3RE7Hr8g08kzfHDhhPSfkSWSZteWPPWjf8bars,12595
|
921
|
-
pulumi_oci/datacatalog/get_catalogs.py,sha256=AzUHgPXAkVHczVdyH_u7BUlg8f6_M2zYHTRhtHkid5s,6636
|
922
|
-
pulumi_oci/datacatalog/get_connection.py,sha256=9FyzKbWcAJLuwgCsXYymftKRW6oehxyvnquc5HeLLrE,14240
|
923
|
-
pulumi_oci/datacatalog/get_connections.py,sha256=7hzTBbOZl544KhgW80d-Qt6CdTn7tnjC-EKiygFLjfc,18170
|
924
|
-
pulumi_oci/datacatalog/get_data_asset.py,sha256=wAmhBwJI2ZjrpxrR9bBpDlPLL1oiZQ3V4aINin1u4t8,13089
|
925
|
-
pulumi_oci/datacatalog/get_data_assets.py,sha256=pHwJ4YuOf46Bpztr1fZUPjWN7N7xHPXDCgKD36VEcdE,11164
|
926
|
-
pulumi_oci/datacatalog/get_metastore.py,sha256=LldQ6JnWrB8l6aBmsnCxNRazu3PBVrL1WwqqDexpaaA,9725
|
927
|
-
pulumi_oci/datacatalog/get_metastores.py,sha256=qpkUCys8UKKGnqgJhbQK0efOxoGidH13cUbNjXnEPGI,6729
|
928
|
-
pulumi_oci/datacatalog/metastore.py,sha256=pLu_gj_chgRfmvP7yrZ4boxsoevxV9FSAKjE0R8u9Rc,29488
|
929
|
-
pulumi_oci/datacatalog/outputs.py,sha256=G3LCCmJ4AAB8YEc1hyAWgJJSeRZ4AOp8nquKQbC3Yp0,44506
|
930
|
-
pulumi_oci/dataflow/__init__.py,sha256=7ZsJyNDC6M94JA1AiJcVG7hppGNGQ2ccBLtMrPvhTbo,909
|
931
|
-
pulumi_oci/dataflow/_inputs.py,sha256=b5EOb7owI8fCJgjbk0IOJg5c-neUI9arnbtnvxoWQlc,48958
|
932
|
-
pulumi_oci/dataflow/application.py,sha256=jnvZ_MJD96AMGHIvz2JmfLUI147x1r7U9iiqK3vm0Mw,107129
|
933
|
-
pulumi_oci/dataflow/get_application.py,sha256=QTU2WXDA5Xwn6tGWF9UIEf_gOOgDHK9U2eet5CFOuVI,25729
|
934
|
-
pulumi_oci/dataflow/get_applications.py,sha256=FJM2cTD3g9EuVofpMR-J3jU3bzgD_DTHZaumXToucck,9518
|
935
|
-
pulumi_oci/dataflow/get_invoke_run.py,sha256=DyB96r6sBBs9JbW6othsHdxQ7Z6Jg1fwYsbYe5CxHSY,32844
|
936
|
-
pulumi_oci/dataflow/get_invoke_runs.py,sha256=5BRtmpMpCvVcModUD2mWDdTHBZSc7j9KOjpEBjXmmro,12180
|
937
|
-
pulumi_oci/dataflow/get_pool.py,sha256=n92oLM4r9YbHljUIgEhphnVhruynmkw7X_eiGSQIRXY,12355
|
938
|
-
pulumi_oci/dataflow/get_pools.py,sha256=RwzbkOtwybQnGbGCtmXyZQCZ5lUrTGb70rwg6eC-fkY,8998
|
939
|
-
pulumi_oci/dataflow/get_private_endpoint.py,sha256=wIztqcE1R4z4bIRP_VKm95s5WVIK_MO0GjnCCIzQkQU,13580
|
940
|
-
pulumi_oci/dataflow/get_private_endpoints.py,sha256=eb22h6ABAUfep9JWedv2xz7M4tt1I25MRqpIIL6JYCs,9949
|
941
|
-
pulumi_oci/dataflow/get_run_log.py,sha256=KMzJs_HiZk99vkN4LiCOSvuMOC8GD3s1THf4kkb1PSU,5517
|
942
|
-
pulumi_oci/dataflow/get_run_logs.py,sha256=gszJaBiJf4SsfLp0FIN5s4OeZ0iwBVWmORMt3EmBgCE,4261
|
943
|
-
pulumi_oci/dataflow/get_run_statement.py,sha256=4KIl_qt-9B13WMnDaehFjyjzoH_On95Go312pQjpQdg,7384
|
944
|
-
pulumi_oci/dataflow/get_run_statements.py,sha256=zdlSfBMnYAULsTTXRa_ZPzWP6u-HDx1PPij7_1K8tpQ,5496
|
945
|
-
pulumi_oci/dataflow/get_sql_endpoint.py,sha256=eVO-4sXStcYUOGj2Oty1jO2CetcVF18rcMnKjbGsrwo,19159
|
946
|
-
pulumi_oci/dataflow/get_sql_endpoints.py,sha256=wHJqKAOx10BqsQ_0lQkXIliOemq7L4rBNt0mvByPwFs,8235
|
947
|
-
pulumi_oci/dataflow/invoke_run.py,sha256=z4chOabuNeQ5mS4FV5en5FydKWEQdZB9b5O5Cm4d0s0,120560
|
948
|
-
pulumi_oci/dataflow/outputs.py,sha256=aQbwlyxOVqFgXpjkHsxzGMqCKYo9swP77LnuidU2nzc,193918
|
949
|
-
pulumi_oci/dataflow/pool.py,sha256=lu4xU1tYdFmEqnHRG5UEFVfQLy9ww3fAtZrEnAeM-IQ,42170
|
950
|
-
pulumi_oci/dataflow/private_endpoint.py,sha256=KKPkxOcnh7uwPgS4kHXFMqaVLh3C0U4bXl7yuHF09dM,42901
|
951
|
-
pulumi_oci/dataflow/run_statement.py,sha256=Y92aVbd-eYu-6Hm_2xJd8RqDN1o0B_1nTM-koXcscKQ,16438
|
952
|
-
pulumi_oci/dataflow/sql_endpoint.py,sha256=AOLVSgcFbw-T0JCa2gP5rwzN2inPz3AdDnQXMoZ3_YA,59795
|
953
|
-
pulumi_oci/dataintegration/__init__.py,sha256=1-2nsyI8UIW9Vrask3zBzYjOy-7E7YkOYeuNbuDyT6k,731
|
954
|
-
pulumi_oci/dataintegration/_inputs.py,sha256=H2HCPgU9SBHqgk0UQhJ5cq4BG6VtzlMS446SlSefEvQ,82034
|
955
|
-
pulumi_oci/dataintegration/get_workspace.py,sha256=uJDqk7crxUolfpY80LBMbsM1cjw3jaSltDF9tSoh8To,16955
|
956
|
-
pulumi_oci/dataintegration/get_workspace_application.py,sha256=nR8rJKPpCcS0jrw_HysEjHU3p_0Qq_hp_c9r6W_p0mY,19215
|
957
|
-
pulumi_oci/dataintegration/get_workspace_applications.py,sha256=zoCYmWxeV-AZ-gikxk3H_5gD8qCL2LGhMLjPIUrM9ys,9614
|
958
|
-
pulumi_oci/dataintegration/get_workspace_folder.py,sha256=eAddUyI8MNa42i-eQevPPx2g6HUx3Ktt06Iidsk-bwk,11235
|
959
|
-
pulumi_oci/dataintegration/get_workspace_folders.py,sha256=cucmg9xlKGQlnqwbEMqSixSQkvl5NayaPwY7nnLiVrQ,10008
|
960
|
-
pulumi_oci/dataintegration/get_workspace_project.py,sha256=7wSU8sp9mjak4w05oSEntI7OTJxbUKTsfSFlRkg9DWg,10775
|
961
|
-
pulumi_oci/dataintegration/get_workspace_projects.py,sha256=ZXsHDDix_PgwEYJIC21pfeU5eh-kR7rt4nVQCqNNbzw,9018
|
962
|
-
pulumi_oci/dataintegration/get_workspaces.py,sha256=q_CqUySwm94B8X83dYMKtPT3TIr2e_VYOjaAVKipn7s,7408
|
963
|
-
pulumi_oci/dataintegration/outputs.py,sha256=pCTZ56jpLMMtLH1XhCRsIzgJvY19SJH9HQzMF6W5yns,209964
|
964
|
-
pulumi_oci/dataintegration/workspace.py,sha256=awhMTklfYO2C33HUnREYv_F2kBN020VK8NO2UUrAgp0,58502
|
965
|
-
pulumi_oci/dataintegration/workspace_application.py,sha256=xY3Gu_nx8w6aavdDvGRC2Tb2Cwen21NP7q-2K-gBTK0,61670
|
966
|
-
pulumi_oci/dataintegration/workspace_folder.py,sha256=wplNZQFoB0mcr5VUSKS7iUWnXvxlpyC5osfabDISfeU,37334
|
967
|
-
pulumi_oci/dataintegration/workspace_project.py,sha256=wTBY5pgID-KsztM5W3kijZg3Pn3OdXu7c-ibEI_dc9U,35349
|
968
|
-
pulumi_oci/datalabellingservice/__init__.py,sha256=ivrNYSeOSla5du0Cj1m5VItkxhTMEQvFHlJInBuSLrY,467
|
969
|
-
pulumi_oci/datalabellingservice/_inputs.py,sha256=_paH8XKCsHSv_dH74R2I8xzDe6j8hm4BqEY8HoUmJFk,17530
|
970
|
-
pulumi_oci/datalabellingservice/dataset.py,sha256=FnCk0OlxKxMvw1K6ri5ppkHkfsdQzOcOlFR-sPtacDU,57052
|
971
|
-
pulumi_oci/datalabellingservice/get_annotation_format.py,sha256=AKp8PISp6cqjKkdulNtCkqHikFA10D5hp2XCk1KFNeo,4061
|
972
|
-
pulumi_oci/datalabellingservice/get_annotation_formats.py,sha256=9V2H4jOA0EcLAxjyvRnr64pOARaGKLS8OmCZ4FrWeuM,5159
|
973
|
-
pulumi_oci/datalabellingservice/get_dataset.py,sha256=6zSQDnFn8yUbE_SW5QAy9ikgWl2Dn7MJpk2rF0k9_A4,15766
|
974
|
-
pulumi_oci/datalabellingservice/get_datasets.py,sha256=BGvC_KnvwuDcDx86dwOPqxKV6FUralrrb2Tsui7HV5M,8667
|
975
|
-
pulumi_oci/datalabellingservice/outputs.py,sha256=q9Zt1dg8_aoR-5QSap0hgJI6XbZjB_eVO_G08FdPAcI,52272
|
976
|
-
pulumi_oci/datasafe/__init__.py,sha256=l4Y2nTK2k5ZBQwciIstNCeItiRTGH9iY34ScjSS7hdM,5312
|
977
|
-
pulumi_oci/datasafe/_inputs.py,sha256=HEhlpaCvgGZFxFDyJLNby-z_eNzT-G4eAl-jNsqUfOY,213457
|
978
|
-
pulumi_oci/datasafe/add_sdm_columns.py,sha256=Qu2DJoc3hS0mD6K7zPG_4agRUHJ-epqqnJA8phUoKlc,5414
|
979
|
-
pulumi_oci/datasafe/alert.py,sha256=lmZKZN07GDvPXZkzIhhnUaDLaK3Kc352DqF3vPM4gck,40596
|
980
|
-
pulumi_oci/datasafe/audit_archive_retrieval.py,sha256=hRy1hXKZFgEaqf0Ir5dZFpITLlifRpVUPSCkdjMbyRs,39323
|
981
|
-
pulumi_oci/datasafe/audit_policy.py,sha256=qpp4bysWw26JPHG-nXc17IZHjnwWbkDJjLPDx9nPOY0,44676
|
982
|
-
pulumi_oci/datasafe/audit_profile.py,sha256=1RXc1uKnKxisdVML9VCruTgOPzRLGNYDlag9o-OqPUY,46000
|
983
|
-
pulumi_oci/datasafe/audit_trail.py,sha256=_Hp6fCcS57YPtD1ZqtIxFoApdyBHGMokeJhTKgclc0Q,44244
|
984
|
-
pulumi_oci/datasafe/compare_security_assessment.py,sha256=OE6k0OVTh2yYc6LSr2lbviONaYs-_PrlGGnjXrKE-aA,13233
|
985
|
-
pulumi_oci/datasafe/compare_user_assessment.py,sha256=vPS3uhIqiiYPyp2zvxMUeXaeykNo-bYRjuTiqJXpjjA,12614
|
986
|
-
pulumi_oci/datasafe/data_safe_configuration.py,sha256=dhTmmwobvRWC4Dg8F5gSpP-PcFZlO70ZDsPGJJO-z2k,21393
|
987
|
-
pulumi_oci/datasafe/data_safe_private_endpoint.py,sha256=khheev6E9s-G8WyunV70hLnTMrNhUig8fUBwG66HRMM,37056
|
988
|
-
pulumi_oci/datasafe/discovery_jobs_result.py,sha256=AvhAPacz-BdQlv0aK6ijFHO38f_wUfndEuqgPBv1CNk,45039
|
989
|
-
pulumi_oci/datasafe/discovery_mod.py,sha256=mhp2Mn6TzoSqAtkI2Hv8liu4jHS04x3u8DjAbT3Xgy8,73784
|
990
|
-
pulumi_oci/datasafe/get_alert.py,sha256=_n6cjIs9gnODR4c2pZwaFbm7cLc9s_IyIGEqcce6PwA,14755
|
991
|
-
pulumi_oci/datasafe/get_alert_analytic.py,sha256=SPWwqylakuX3mX9JwFFvEafMjnbzn_sgd56W2V-Pf9A,15209
|
992
|
-
pulumi_oci/datasafe/get_alert_policies.py,sha256=SasXgbSlmbeieJ8IkQfC-BloaXpdU2GeKIvvY_ZzjUo,16649
|
993
|
-
pulumi_oci/datasafe/get_alert_policy.py,sha256=CpGNHyzn3jh5JwC5hAMf4C-bXCETHTjMWVjyOpabwNo,10552
|
994
|
-
pulumi_oci/datasafe/get_alert_policy_rule.py,sha256=rfBycRu4yFuZHkiiDUkGBUV_fAxsyCFH7a0YihBWIZs,4444
|
995
|
-
pulumi_oci/datasafe/get_alert_policy_rules.py,sha256=dE9n6oyckJc88ql7mb1P8im5kHARNiiyOZgKaks2FWQ,5529
|
996
|
-
pulumi_oci/datasafe/get_alerts.py,sha256=fKtsHzC2ApZdjk4Z0F1E-Pn7btoYxe7zAdJS92v-Fv4,11461
|
997
|
-
pulumi_oci/datasafe/get_audit_archive_retrieval.py,sha256=6b_NcKStKebVXIVWe8wr9HkwnppY4k1n9syMXEDBhV0,13401
|
998
|
-
pulumi_oci/datasafe/get_audit_archive_retrievals.py,sha256=7dsyuA-OLGdN5vVHiUNPjfis1TL9aLMzT8Ypy3Wg0wc,14224
|
999
|
-
pulumi_oci/datasafe/get_audit_event.py,sha256=NqMXUEssBk6oPs1inwfhx5Mb2DlK9_Hr4Jsvr4QJiNY,10857
|
1000
|
-
pulumi_oci/datasafe/get_audit_event_analytic.py,sha256=zBOfBmGgJ7QsUDpm3nAV5pRKt2w5xYujALlWyYpAnjA,16224
|
1001
|
-
pulumi_oci/datasafe/get_audit_events.py,sha256=_W9Nam6r5BamTROQ9UBSFXh4u3qpHsHdWlXl7MwA8wE,11864
|
1002
|
-
pulumi_oci/datasafe/get_audit_policies.py,sha256=x6sr9ijszWyRmEVduYG9C9OZa9uaKtASli6Oh8sa3gs,14103
|
1003
|
-
pulumi_oci/datasafe/get_audit_policy.py,sha256=60C7tC5dAqgXaow2LLpZvHMZOYMecoHjZaINNtbUqpw,15011
|
1004
|
-
pulumi_oci/datasafe/get_audit_profile.py,sha256=q27AjxqytFfv5oivhcq531hail6z0ROzNHTfUIZD1X0,15441
|
1005
|
-
pulumi_oci/datasafe/get_audit_profile_analytic.py,sha256=P3T7kD1iECaxaeUB9cMKI8FGaSZKwK_Z1mAHo1i02KA,10348
|
1006
|
-
pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py,sha256=9t7uKuy9MhfQckSAE795c6Vs14iO9ThDAcYD93auCgU,10848
|
1007
|
-
pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py,sha256=OgrmnNO00v6HQ-xlHwxzTPH2xv75RjaxFb2WgY-XzFw,12100
|
1008
|
-
pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py,sha256=1Ym9JC-a2enhn8HUzCjF7JqEC3Hs_wRSwRw77BNkge0,9589
|
1009
|
-
pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py,sha256=UVg443I4mZfuatuWL8JCUJhU_iE_7B9UUK31qieHHzU,10839
|
1010
|
-
pulumi_oci/datasafe/get_audit_profiles.py,sha256=eVkGi-VYPc1k4TEOFxhdBbcNUl_EPBJ4i8zSdnUrvhE,19682
|
1011
|
-
pulumi_oci/datasafe/get_audit_trail.py,sha256=wC1jlAAzt99BSMDeTjLM__pZO-kiZzYqN9Vis2ST57s,14960
|
1012
|
-
pulumi_oci/datasafe/get_audit_trail_analytic.py,sha256=HjOYMj1rbeHPoKV45tuK6bnGK15uSyfDYzaTBowL-4w,11262
|
1013
|
-
pulumi_oci/datasafe/get_audit_trails.py,sha256=yGlMJP5qHcim-LEHBq8dAMjvgh0JJvzK6RksWu5xvxw,14858
|
1014
|
-
pulumi_oci/datasafe/get_compatible_formats_for_data_type.py,sha256=nIwMrmjqpzlyetOObc5QjqdcmhEdepLFReEVot_leRA,3399
|
1015
|
-
pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py,sha256=YIR4JaZcF6_YmPtADYnJ8ruaX_2S2Kd7QgwKA-MB5fE,8611
|
1016
|
-
pulumi_oci/datasafe/get_data_safe_configuration.py,sha256=Dg9Kyfdm5rYHkz-VavMDg0wS-2mFK9b3RG-w4Iuw9xs,8624
|
1017
|
-
pulumi_oci/datasafe/get_data_safe_private_endpoint.py,sha256=epbIEpS0hHRkDWSfvuknYHEEGzjqnjav_q6mxEw0PeY,12258
|
1018
|
-
pulumi_oci/datasafe/get_data_safe_private_endpoints.py,sha256=P8yRVj-3iRXXY3SQ3EEvaecw0YK2Taag6USX1MRdRfQ,11480
|
1019
|
-
pulumi_oci/datasafe/get_discovery_analytic.py,sha256=bn7lX_dn2gd81Wg3p0j8L86njiCg3SpqxkbZaixRAOk,9228
|
1020
|
-
pulumi_oci/datasafe/get_discovery_analytics.py,sha256=4bcpRWyhijIe6PX3PXOu8hw2p9Ej1fGD4wjJXY4Tu-U,10348
|
1021
|
-
pulumi_oci/datasafe/get_discovery_job.py,sha256=dBpgue1E5Le00UaumCczTAlaY8LpKcPbu5oLuII0_5s,21035
|
1022
|
-
pulumi_oci/datasafe/get_discovery_jobs_result.py,sha256=33GpkoGIZc55VPaQmK8gPJxELVeZ95PH9iQXy7dbcZg,18752
|
1023
|
-
pulumi_oci/datasafe/get_discovery_jobs_results.py,sha256=3UpgD-GM4PbWkmxyTHaskkXSt5Sl8c_MmMOGxr8Y_ik,13471
|
1024
|
-
pulumi_oci/datasafe/get_library_masking_format.py,sha256=ODCctCRRp3KYItx-VyaLKQJf1SIrOCNoxk6Ka3QgEXE,10668
|
1025
|
-
pulumi_oci/datasafe/get_library_masking_formats.py,sha256=UMOuI7dZ-gTyvyCZ5CzEq81K4-mfPpHwGoy6c8rdwb0,17374
|
1026
|
-
pulumi_oci/datasafe/get_list_user_grants.py,sha256=TuidedDuS4Qweli-OX3BRbUjOb_7herTRk4tBxUi-w0,14687
|
1027
|
-
pulumi_oci/datasafe/get_masking_analytic.py,sha256=jD3nIH-YSK04VIFbQP2yQCMbG5KO-EwZvtd2pYUKmpk,8910
|
1028
|
-
pulumi_oci/datasafe/get_masking_analytics.py,sha256=er65HYLGu7Ou4j_Md6pJ32AfVHlwHjCiBs1N7iBeDbw,9992
|
1029
|
-
pulumi_oci/datasafe/get_masking_policies.py,sha256=txQq1vB4iT0c10UTqebKnNIF8BlYgJuS6uKChPyYm6I,17531
|
1030
|
-
pulumi_oci/datasafe/get_masking_policies_masking_column.py,sha256=18ak_lcOar7TZvo-yQMkQz42DaYZN7pwy0A-NmUh_XQ,13945
|
1031
|
-
pulumi_oci/datasafe/get_masking_policies_masking_columns.py,sha256=orRCDdOpMwbaQDkG7P6S4DuoTCsa3IERWGQMN0rJJrQ,26844
|
1032
|
-
pulumi_oci/datasafe/get_masking_policy.py,sha256=XUaq-qKbUvIhhEupBPQqTrYYwBPQql525JOzt4DAp9k,16341
|
1033
|
-
pulumi_oci/datasafe/get_masking_policy_masking_objects.py,sha256=FDeipNyeTOmjNGZ9eyJUnUtzB_9Lsriuv-wQ-hfW-0I,8992
|
1034
|
-
pulumi_oci/datasafe/get_masking_policy_masking_schemas.py,sha256=ttREPr89VPjKztDN-BXv6qaUVq8IDmfbnxhzDv4n9fs,6793
|
1035
|
-
pulumi_oci/datasafe/get_masking_report.py,sha256=_FTuldWL3yMJ6VjOlxuc97KwyEt7sOq3kGUOLx1DfJs,15029
|
1036
|
-
pulumi_oci/datasafe/get_masking_report_masked_columns.py,sha256=_WbiwBWXiI9TPLy_J8fEFWzvK0CaPnuB_la0QLCW_RE,12760
|
1037
|
-
pulumi_oci/datasafe/get_masking_reports.py,sha256=6ofNPx6uhhWH3flqIPEMY9t-VBG8DoXSrdF9BRnH2xU,10369
|
1038
|
-
pulumi_oci/datasafe/get_masking_reports_masked_column.py,sha256=81v5prgM9EtdHTAPNNG_Cze9FHHJiKCnR0GzWY5EFKI,11712
|
1039
|
-
pulumi_oci/datasafe/get_onprem_connector.py,sha256=cvBhbAp2rngOD100UJRGAYIwp0l6mGyEBmlOFIecjMI,10353
|
1040
|
-
pulumi_oci/datasafe/get_onprem_connectors.py,sha256=TtdtFeytxGDzuyNY7aWKpHEmu8bzyhD2Ws7F7kuIcX4,11874
|
1041
|
-
pulumi_oci/datasafe/get_report.py,sha256=0gYqPthWOuywfuQs-GMuXSa-HQ32HvOw9J9KvZ6yHC4,9385
|
1042
|
-
pulumi_oci/datasafe/get_report_content.py,sha256=6MyWBTqY5dTWuk-8QckOt2-RamDaFfFSBQadiRTxmho,3350
|
1043
|
-
pulumi_oci/datasafe/get_report_definition.py,sha256=rPwIcsuYSmjgDL_kNzJp2L3gkZrZDw-1DWrkb8d9I2Q,20799
|
1044
|
-
pulumi_oci/datasafe/get_report_definitions.py,sha256=HRh95HzBiCTJE8lLfrqtm5iTgxpE6ae3jio18xHmAkA,13858
|
1045
|
-
pulumi_oci/datasafe/get_reports.py,sha256=d0q3y_ZFLjdSx7WcdIZbHMhbT_-5QzvZD0T1TFuVXUI,11658
|
1046
|
-
pulumi_oci/datasafe/get_sdm_masking_policy_difference.py,sha256=zYwYlyWKdbTiDCkO_MaKStjpGdA5jczle8k-_GAQAec,11898
|
1047
|
-
pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py,sha256=1T4-FdHoQxNDU5i2JkVsJHEdKsoQrRBiRamq9JXTue8,13308
|
1048
|
-
pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py,sha256=Paz64yYgsPZHKtQtL556tB0ykd2wWEI-9CDfTsn7aAk,15318
|
1049
|
-
pulumi_oci/datasafe/get_sdm_masking_policy_differences.py,sha256=m-0uPwMtM6ZgkzE_EQ7Qa858wBp0RDGmJwofnS1zvc8,13913
|
1050
|
-
pulumi_oci/datasafe/get_security_assessment.py,sha256=zkE5Rz5Ly4fEdcB1krZZ8J219uMpoUHj_OzYiTzDzsE,18986
|
1051
|
-
pulumi_oci/datasafe/get_security_assessment_comparison.py,sha256=eFTvjM7F-LiC1cs9yhCsV1LvF6GvN9_yICRUm78rVtU,7783
|
1052
|
-
pulumi_oci/datasafe/get_security_assessment_finding.py,sha256=WxwikhicVIlZvZHfEJczDcJr5ayVbVd_CgPdWS7X6Jw,7824
|
1053
|
-
pulumi_oci/datasafe/get_security_assessment_findings.py,sha256=_TWXhO-6uhsuTf4wR9noLEcLEOTglbegPxo3TDUlEpQ,10323
|
1054
|
-
pulumi_oci/datasafe/get_security_assessments.py,sha256=31YJuIVCL_U8oZe9rdc7gTJ5N7-QuGkg-qx2Ox9aAg8,22577
|
1055
|
-
pulumi_oci/datasafe/get_sensitive_data_model.py,sha256=agm54NLO7uKu8i7RThN7AHanYmEBsIUZZpK8QrqYg0I,16735
|
1056
|
-
pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py,sha256=TNPoQe7fWSh60WdWnc5jiRa1wpQM9oSQV9sB0O2KkQQ,9531
|
1057
|
-
pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py,sha256=SqK9-qxV3dtkFS9Vuwry2gSI0zsjZSBE8aAkDcGSVdM,7264
|
1058
|
-
pulumi_oci/datasafe/get_sensitive_data_models.py,sha256=pRVrPqRMugmyg_AJXHMR0-EEXZzWZGzkIEz8I-GabOk,16816
|
1059
|
-
pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py,sha256=W3a9OK604_8ezfttxFhrXrJTZdQKasJDIYS44ADvc9U,19050
|
1060
|
-
pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py,sha256=cGkqe6eVMf1wjKAMy6EZin0JYC-G6BvOEHmhOJFOawo,30519
|
1061
|
-
pulumi_oci/datasafe/get_sensitive_type.py,sha256=kiRtb90agBWGeDrCHuTqAm7DCG7WDOR_Uje5C-K9Jdo,14402
|
1062
|
-
pulumi_oci/datasafe/get_sensitive_types.py,sha256=c1j926yhsjcwyUziLwlXmC8-9QN4t6QMK5FkeT_9xQk,20276
|
1063
|
-
pulumi_oci/datasafe/get_target_alert_policy_association.py,sha256=coG0JUVjJdh0esmwqckgUfPt5tTAC1ugeGzgi86nYWU,11439
|
1064
|
-
pulumi_oci/datasafe/get_target_alert_policy_associations.py,sha256=38frHRDVGED2hDJARx6H6dTjvhp1PZCeU28L43d1Y7A,17616
|
1065
|
-
pulumi_oci/datasafe/get_target_database.py,sha256=AcxjFpz_uzt00jmMHiOUZDGnzOgGh1AQzVk1NDhnz9c,12917
|
1066
|
-
pulumi_oci/datasafe/get_target_database_role.py,sha256=yNzmNkKp6SkazHGz_OwVOSmtzgiCPPrecdCNuAeYgvQ,7080
|
1067
|
-
pulumi_oci/datasafe/get_target_database_roles.py,sha256=jjhjW1V1SXdsakeEoEXAlPkqVwl8D-pTNVR5t5_SvwQ,9560
|
1068
|
-
pulumi_oci/datasafe/get_target_databases.py,sha256=ikAaUEaNWyjhL8acxDZS-ax0ZcUcHuGB6Nwd6o8YZBE,14840
|
1069
|
-
pulumi_oci/datasafe/get_target_databases_columns.py,sha256=UDPWQbAifUKAtAE4KS1HaDsi563Nv_-4EPa13BpW82M,12841
|
1070
|
-
pulumi_oci/datasafe/get_target_databases_schemas.py,sha256=QIefCxJRflsUJ32pHvJgOkQr8DuEvfdlLC_Um00_VPQ,8588
|
1071
|
-
pulumi_oci/datasafe/get_target_databases_tables.py,sha256=LLc9xcRZFvlqawbJ9mfKjTzaxsdJ1tp4wn7o12WMB8I,9532
|
1072
|
-
pulumi_oci/datasafe/get_user_assessment.py,sha256=Tn8cuLmVjZZ9Sv16-gltfRkZWAk12aRxlz-DKh-XmUY,17447
|
1073
|
-
pulumi_oci/datasafe/get_user_assessment_comparison.py,sha256=sBdbP-JIv-_s8POpncofKTS6B8bcJT5WZkW3mNe6oB4,6903
|
1074
|
-
pulumi_oci/datasafe/get_user_assessment_profile_analytics.py,sha256=yV6BTSF33qnYwXwwmm4VRm6BsFyh_OIYcnHfBz6Ej-U,14268
|
1075
|
-
pulumi_oci/datasafe/get_user_assessment_profiles.py,sha256=99UP1MWIip9Moz3rTcaRnpeLXy4b-JQdbigf6sAdxwc,33753
|
1076
|
-
pulumi_oci/datasafe/get_user_assessment_user_analytics.py,sha256=Lq3PfbBGto4EQIn3iZPORDQtf6yW3jQtm16rJzJzdFE,28781
|
1077
|
-
pulumi_oci/datasafe/get_user_assessment_users.py,sha256=haZ_iVPiP3T1Ig6I6-pcOd3fJKYjSq3GRCxC_A_0kKM,29632
|
1078
|
-
pulumi_oci/datasafe/get_user_assessments.py,sha256=watkhXlx-SxMpT44WPaqD5M7n8L2cuhMBZewcJh1a6w,22770
|
1079
|
-
pulumi_oci/datasafe/library_masing_format.py,sha256=Wp3_UJpvrPyMsDHhJGXxQonKWQtZ7MyOU8LEjZXnbzw,33280
|
1080
|
-
pulumi_oci/datasafe/mask_data.py,sha256=C0Cl-E4PXqjBNjtbYuzfJxlWWZhFUQp5-9oWqWMmdhw,6663
|
1081
|
-
pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py,sha256=RK84k_OpVYmhoJbCPzoWybLdsFUI8YbSmXpUp50sY-8,8203
|
1082
|
-
pulumi_oci/datasafe/masking_policies_masking_column.py,sha256=AxK8WPUHvut3RccsNHpx6GXSgrmicvEMk568OzAYZYQ,57470
|
1083
|
-
pulumi_oci/datasafe/masking_policy.py,sha256=wdPmv6zFbHZYuhZldEQ_H_NJqaBDPrp8N3rmWwdTbGU,67931
|
1084
|
-
pulumi_oci/datasafe/on_prem_connector.py,sha256=6NF1ROGCj0LHLv7DRqx2GXmKfOcBsVhjXfL4yDClrkw,29388
|
1085
|
-
pulumi_oci/datasafe/outputs.py,sha256=b7lRZDZRfNPl7xIgwV7Z_vpN0OLb1pEP_sikAvu7vuo,897395
|
1086
|
-
pulumi_oci/datasafe/report_definition.py,sha256=UfMKdJ3_IorT-vbSBUBQ_12rLMjzpWGV1U24-FIYTG0,67671
|
1087
|
-
pulumi_oci/datasafe/sdm_masking_policy_difference.py,sha256=ZBDYmBMdc4jxG_pYU63kkDKaiL8Qje0dPYtXLDzgtuU,37504
|
1088
|
-
pulumi_oci/datasafe/security_assessment.py,sha256=64t4MQZXGeyddD2Hq-lK19IqkUzgA9wQyOWtaLJeHKA,58711
|
1089
|
-
pulumi_oci/datasafe/sensitive_data_model.py,sha256=FAi4Nf9d_XcW9CrbLO5MxavJVCQnrHhHukTVn2KYeYA,62537
|
1090
|
-
pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py,sha256=lPiGmeh6UU4ah7Z85HW0H1mOqvV5fiiryryXyqtrcOU,7830
|
1091
|
-
pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py,sha256=VJQCUwEmJDFioEfshuHTi5oPBejHLWClwMXt-wAY0A4,67743
|
1092
|
-
pulumi_oci/datasafe/sensitive_type.py,sha256=F_tGE9_JSZ_Dqva-ffwnTXH6bU0cnAO5EkGDOwh0CSQ,50067
|
1093
|
-
pulumi_oci/datasafe/set_security_assessment_baseline.py,sha256=wdFAIy0bjtJTa62Mpx_CYM-jzNEPW82vqAneBS5_Gs0,12365
|
1094
|
-
pulumi_oci/datasafe/set_user_assessment_baseline.py,sha256=lX1FCtLI085qJD8KmQOEKb8rwGWb_Ut3fRQZxEhvGdc,11997
|
1095
|
-
pulumi_oci/datasafe/target_alert_policy_association.py,sha256=eSp8hAQo8MbEyj1PkGZB1DAUpVOx02AHm9BHpINxiAY,33702
|
1096
|
-
pulumi_oci/datasafe/target_database.py,sha256=D0WxNIJpFBkqZw0CPvUSM9SZpJXAhUYyD9AoYc31Xrw,43447
|
1097
|
-
pulumi_oci/datasafe/unset_security_assessment_baseline.py,sha256=p2xe2dNQzAZXtYsh9W-e2NOLSdIGtoaEARq_ADtvOhw,9731
|
1098
|
-
pulumi_oci/datasafe/unset_user_assessment_baseline.py,sha256=h_3micWzs_VHbpiGX-uzCcE_8RXPWavoL6W3OQLj3cg,9379
|
1099
|
-
pulumi_oci/datasafe/user_assessment.py,sha256=cKIwuFST8LFdMAkZRd3FGNxxl27cF21q8g6lQCGiUjE,55307
|
1100
|
-
pulumi_oci/datascience/__init__.py,sha256=SlpTEYZrIlWYIKmcssNps_PH9P_fdvUNts2bmGljDRk,1401
|
1101
|
-
pulumi_oci/datascience/_inputs.py,sha256=8D4pWAjKzvc8u2pY9OSGv86kv6WZJk2DujgJoNpYAq4,139074
|
1102
|
-
pulumi_oci/datascience/get_fast_launch_job_configs.py,sha256=gyW03ivMAjW__fluRXPt5CexNZQAMt6sbZIA_Xzr_Jc,5355
|
1103
|
-
pulumi_oci/datascience/get_job.py,sha256=BY9C84od-TyKNSSpYVcbUwCvmGq-Y73db318ibD_5nU,15596
|
1104
|
-
pulumi_oci/datascience/get_job_run.py,sha256=F8SQQIZwX5mSK93gSyrsBsWgR72OzjHcGXr4wqsnQV4,14392
|
1105
|
-
pulumi_oci/datascience/get_job_runs.py,sha256=gvf3yd8cMGONrAV1Qx1T04l1qWKZ0Jr-UEN0FlGKeAY,9520
|
1106
|
-
pulumi_oci/datascience/get_job_shapes.py,sha256=pkKh4cdTCC9XEkPjCAsCpcNSaVvHh00QKhZOk04NlZw,4760
|
1107
|
-
pulumi_oci/datascience/get_jobs.py,sha256=XdgPaUuxAMKP8Fc84aTauQLq7lySwQQepZaxqfcfy78,9484
|
1108
|
-
pulumi_oci/datascience/get_model.py,sha256=UfTToO60btCY8r3ibawlmYMuwxzeR7WhoasmQvUX0Rs,14615
|
1109
|
-
pulumi_oci/datascience/get_model_deployment.py,sha256=OYiCrKbqWU3GnH9UC4HTQvCLFMxn8wAPTHWJ0ptToSU,12371
|
1110
|
-
pulumi_oci/datascience/get_model_deployment_shapes.py,sha256=qbCK2HpwYJ7OXaPqCGL7HmsLQ4OMGqvd_l88n21u6GU,5320
|
1111
|
-
pulumi_oci/datascience/get_model_deployments.py,sha256=uVsuuptSaDYE2KsVSemeZ9Ig6vLj8unsEVzwDArCh5E,10991
|
1112
|
-
pulumi_oci/datascience/get_model_provenance.py,sha256=HBw6g-85BiPn2W3qKOnMwWELhrRzuiED9auRqqYQs94,7013
|
1113
|
-
pulumi_oci/datascience/get_model_version_set.py,sha256=51R2zfnkRlkApl7TX_WJwDxp7C9gxVyaxM5_TdduS5U,9935
|
1114
|
-
pulumi_oci/datascience/get_model_version_sets.py,sha256=4vVwf3mX9mF1N1W2LPQxCpJ1x15XA721O6Zn5_l-u48,10310
|
1115
|
-
pulumi_oci/datascience/get_models.py,sha256=LlYldHbkvaHxdXl5XkAziNW118iatuqLijasGgCmAcU,11314
|
1116
|
-
pulumi_oci/datascience/get_notebook_session.py,sha256=35aU8DP4ZXlOOAOT7EX5y43Rl_RKRchEYeB41zFAJho,12965
|
1117
|
-
pulumi_oci/datascience/get_notebook_session_shapes.py,sha256=mkNA5vfgSbYRVvh2foymfb_JO2x3SCuL7CnhqqmopPQ,5322
|
1118
|
-
pulumi_oci/datascience/get_notebook_sessions.py,sha256=T_9dWGApUSSK0gys-ZfZx4XcbmPT2g_IK1GcSDA2bGQ,10513
|
1119
|
-
pulumi_oci/datascience/get_pipeline.py,sha256=BF1pfRN7a4xpsDdrWNKC-IyGEaLUdbjQDU8CBMO0H1A,15000
|
1120
|
-
pulumi_oci/datascience/get_pipeline_run.py,sha256=Tp1yKdWlFHJBnJoUNCbjHpYtNBJJfYiO0UYvKPfj-rM,17152
|
1121
|
-
pulumi_oci/datascience/get_pipeline_runs.py,sha256=ufGFNavOco8P9CIpY2QLuHQvSz3WDXFjOh6ET49dHPU,9935
|
1122
|
-
pulumi_oci/datascience/get_pipelines.py,sha256=hmIUoIveUSWlGzBiLzxcw157UiUb4VjylEnoeCCmMXA,9679
|
1123
|
-
pulumi_oci/datascience/get_project.py,sha256=mYF8trPF8Tjzv7WyFzmrDZHSkrW8URg-muAea54wNeI,8286
|
1124
|
-
pulumi_oci/datascience/get_projects.py,sha256=arL2tUfYnrMeUaLvPI1aPcJ820GcuoEmR7PXKRnVHrY,8610
|
1125
|
-
pulumi_oci/datascience/job.py,sha256=RVm7sWkhwZi23d5LpRFw1bAhe8tkNHlS37Ifs98KY78,55737
|
1126
|
-
pulumi_oci/datascience/job_run.py,sha256=UlSPrueUUdyRckuDNM2Lbk2-1k1NiZw30uvlmI4TRdc,47092
|
1127
|
-
pulumi_oci/datascience/model.py,sha256=I4bPc8-VJij-6e8krFswKrXQEvj7plcro-kqPc6CIR4,52716
|
1128
|
-
pulumi_oci/datascience/model_artifact_export.py,sha256=3luxH5zMiFVqyiUAha3paucsA2RgDt8r9HiOa8o1kX8,12879
|
1129
|
-
pulumi_oci/datascience/model_artifact_import.py,sha256=bPnG_kR2mp8AcUUdlEV1wWOiP9cXrfbbTMUox-VeXhM,13344
|
1130
|
-
pulumi_oci/datascience/model_deployment.py,sha256=08OfdOzopre57Zspf6EYix_mqma5yiZ_eHJcHTsr1Cs,47346
|
1131
|
-
pulumi_oci/datascience/model_provenance.py,sha256=biXgZczZfknHLbZFxAISrwjQVTl3BqA1gJI9wW5ZqAY,24769
|
1132
|
-
pulumi_oci/datascience/model_version_set.py,sha256=11WNzaoQdi9xou6kjRguiaWAbfvI28YWqKaFFqIDE0w,29821
|
1133
|
-
pulumi_oci/datascience/notebook_session.py,sha256=y3OoxYv8JMhyNnzo43UCveYjcKjddU89uxh5Ay48cR4,46308
|
1134
|
-
pulumi_oci/datascience/outputs.py,sha256=6oQItnx3Tp7zRW8rVKDlgEsvnaKY3B-b0qZXbGRINtk,402799
|
1135
|
-
pulumi_oci/datascience/pipeline.py,sha256=m4eFrnpiOM7mJx5n5ZmWLt62OMNC7sasbEGbRxsG3D0,53736
|
1136
|
-
pulumi_oci/datascience/pipeline_run.py,sha256=ojsUMMFIobvXKqAMs24MmBIVkGSALU4OZIv6nwKDQN8,56932
|
1137
|
-
pulumi_oci/datascience/project.py,sha256=JdlGv2M8V53bYqKK7s7lP_idViKaRas1Fh4uzjbxGJ0,25238
|
1138
|
-
pulumi_oci/devops/__init__.py,sha256=jGVaG5GgMDYniHsVYgCiOln8YZzQTBIMnWiXDrDeGe0,2195
|
1139
|
-
pulumi_oci/devops/_inputs.py,sha256=35zZAwD2wSIaLitv_bHIlSaXeDEhO6XAvkyULylWfXE,200846
|
1140
|
-
pulumi_oci/devops/build_pipeline.py,sha256=jJqlFNCK-HbasJcgHAci5SbLTbgDkayI_LYPqUSeleg,33636
|
1141
|
-
pulumi_oci/devops/build_pipeline_stage.py,sha256=mGU6f5D05b8gmLQb4R6au3lub5QCMkvNm8vzbrTXhd8,75261
|
1142
|
-
pulumi_oci/devops/build_run.py,sha256=Qlzs4TjSUdYRLnzWO2dLHYWVjpA02WeRIczAvW3TAvg,39651
|
1143
|
-
pulumi_oci/devops/connection.py,sha256=Pm_m0m_yWogk2t-XY2ayk6_xBGtATWuRLN82kuzvHlg,43914
|
1144
|
-
pulumi_oci/devops/deploy_artifact.py,sha256=ku684_1jXaXOywDDuofLmC4mSKxUysICfJ9imTmmiRQ,40763
|
1145
|
-
pulumi_oci/devops/deploy_environment.py,sha256=ASXeMQebegniHBjibF3J0oqK0k7OQMKzXLR2N5OVvik,45301
|
1146
|
-
pulumi_oci/devops/deploy_pipeline.py,sha256=NlDM1_B-IW_5UYxEf0zv0HRDdHKK8mHZiRE_UDK90b0,37925
|
1147
|
-
pulumi_oci/devops/deploy_stage.py,sha256=9HR69cfaxP1eC5L4pxfa5M7hVhoV2rPPu_1ZeHFj2Lc,184712
|
1148
|
-
pulumi_oci/devops/deployment.py,sha256=W7oD6fMzytS4q-X5ncZWcBleJYYMoNaXjFhUIuKJHhg,55627
|
1149
|
-
pulumi_oci/devops/get_build_pipeline.py,sha256=Plc-_DCXF1X_pBthrA201CQ4LI8a--G8ZeDjM6RVffU,11107
|
1150
|
-
pulumi_oci/devops/get_build_pipeline_stage.py,sha256=C5Jp2Pcul_GVoJe6jmaP8xIcr7DJFzl1rmWZ1JeQ40A,20875
|
1151
|
-
pulumi_oci/devops/get_build_pipeline_stages.py,sha256=sH5mJWHJKZPU37b1gRsBBs1CviSMhf-XuRwWmAeX5B8,8954
|
1152
|
-
pulumi_oci/devops/get_build_pipelines.py,sha256=9WliA4tOxJM6YHBAKjsbEx2Zqubrkvo4pyl7tlkBB7w,8392
|
1153
|
-
pulumi_oci/devops/get_build_run.py,sha256=pTPF7DKutwdOQWmLd1PQ-mFjS9tCYiDNJ0weHWXVymY,13291
|
1154
|
-
pulumi_oci/devops/get_build_runs.py,sha256=tGBUaCVbMq6niD9mjMa3LmjjXVQkEESWElVT0je8kTI,9558
|
1155
|
-
pulumi_oci/devops/get_connection.py,sha256=U-o2vUtVsBrq1zUtQgrT2COP60_sjmlZhIVtGM6zpSg,13536
|
1156
|
-
pulumi_oci/devops/get_connections.py,sha256=YSxi353jEd3gTi6AdAYUTJ3DS2pjb-BdInmz0m8tl1w,9218
|
1157
|
-
pulumi_oci/devops/get_deploy_artifact.py,sha256=ztKLloyizCqF5UCEl72DLfPHoZfUclLamnuRufG6P2Y,12425
|
1158
|
-
pulumi_oci/devops/get_deploy_artifacts.py,sha256=QGaO_jUsnz3-OOHaVq8ZTuRpS_v9leh4idtwgOF5K1E,8418
|
1159
|
-
pulumi_oci/devops/get_deploy_environment.py,sha256=xAhQMzj_7h1pvhBSHDXMH4xWijE5iOjT8yZKc2xBdm0,13799
|
1160
|
-
pulumi_oci/devops/get_deploy_environments.py,sha256=il5GtX_-OXA_NOFnMF_OpfNTRjr9jInBxBKJaApUubc,8625
|
1161
|
-
pulumi_oci/devops/get_deploy_pipeline.py,sha256=s5ZjCX313mx8gA6rq6-y2vQyxOB5ez0iaZPqcy6mtc0,12800
|
1162
|
-
pulumi_oci/devops/get_deploy_pipelines.py,sha256=tLfC33LirGLqvVfSzyNzKSpV6RFisrwnE1PWxPuK1po,8456
|
1163
|
-
pulumi_oci/devops/get_deploy_stage.py,sha256=uYTZP8sE_oiWA_YjvXpOvfOaWgh9uIFw5_T7wQrjnEs,50733
|
1164
|
-
pulumi_oci/devops/get_deploy_stages.py,sha256=14oB7aqqwY9MweAh1YYbZd3w_U8uQ-ixovbQcCpqG5k,8494
|
1165
|
-
pulumi_oci/devops/get_deployment.py,sha256=bMqodgiJE7kH77BZJleNMEwW8VajHSanwa-Q0nh_G38,17455
|
1166
|
-
pulumi_oci/devops/get_deployments.py,sha256=Xd-Zk_HPt7xWT23Mypbj1b9gHuEqrwyWjj7iMQtBnmk,13010
|
1167
|
-
pulumi_oci/devops/get_project.py,sha256=3DsOrYfKhzN9CxTkoDDfo0g4IS-5b6sW-my7vIOg9uk,10289
|
1168
|
-
pulumi_oci/devops/get_projects.py,sha256=HonwVvKWshj6wfoczbS6NiIR1OKeaAnnsJuOhXUAZho,6714
|
1169
|
-
pulumi_oci/devops/get_repo_file_line.py,sha256=NJYNynktX9B210EgEz2eSU7cesQS9k9CbYeNePY9e3U,6665
|
1170
|
-
pulumi_oci/devops/get_repositories.py,sha256=w09AgXmcKK_RMxc1k-cQUci7V4gr2Jz3DN1U688prv8,8571
|
1171
|
-
pulumi_oci/devops/get_repository.py,sha256=6Wyje5fcDnjimmUc9D66fL5OBWNgC-L76qKgH6HPtTI,17159
|
1172
|
-
pulumi_oci/devops/get_repository_archive_content.py,sha256=3SphisXi_ysNGzlSjze8iwSM3l5Byl41W2RtQ4eMkxM,5512
|
1173
|
-
pulumi_oci/devops/get_repository_author.py,sha256=FWjXlpgTQvFaWSTGCxDUdc9ZqQsnUZyp-Ax3_hKY0AA,4844
|
1174
|
-
pulumi_oci/devops/get_repository_authors.py,sha256=gTxrsHrYJ9GzPRmhgtSeCpkjnqX6Y9s4jIAJfKIbfDo,5948
|
1175
|
-
pulumi_oci/devops/get_repository_commit.py,sha256=p4u0PMIYG_g03-UVWlpZClgl0SlbwGodnTB_uKDVEKg,8746
|
1176
|
-
pulumi_oci/devops/get_repository_commits.py,sha256=LevkrePMKn0V-LRBog-vAl5zyJiVFwzHGbPvopGdmQg,12943
|
1177
|
-
pulumi_oci/devops/get_repository_diff.py,sha256=N0UnqdCSfNeEghSzL6yKZIW8z1Dq66Z2NrMN2PbCdSE,11911
|
1178
|
-
pulumi_oci/devops/get_repository_diffs.py,sha256=gvsihr3_Y1QdCZzPPvsEYFZS-s1T9qd7vvoTQw0iHow,8229
|
1179
|
-
pulumi_oci/devops/get_repository_file_diff.py,sha256=-b9X3a-fbpSw9X2P_heRAbaHc-4KUb5TQuvwrQXIg5U,11822
|
1180
|
-
pulumi_oci/devops/get_repository_file_line.py,sha256=hfIYsQz_i5eKhsnv1hc26E90J35GalWxLGzWe-9IzyQ,7239
|
1181
|
-
pulumi_oci/devops/get_repository_mirror_record.py,sha256=tFf_42-cw906cKxpkflo3mxkQffCZcDaqOnUPXGWYCk,7932
|
1182
|
-
pulumi_oci/devops/get_repository_mirror_records.py,sha256=LhuwyvGMGBQ21-Unu1G5WB4oK1NW_FqS3FqS2WD6cSA,5408
|
1183
|
-
pulumi_oci/devops/get_repository_object.py,sha256=N9INSnS_lyXMI7Ro2WlOCG9eZoQlHJaL0z-d9pu6O1M,7157
|
1184
|
-
pulumi_oci/devops/get_repository_object_content.py,sha256=D-y8LfF5ulpbXtN6HbZJqEibW6RZrzEOppbLvB6CD9I,5319
|
1185
|
-
pulumi_oci/devops/get_repository_path.py,sha256=BV6xpEHUCr_7DqvF7ZKPpkDTIOYQ5PRlIm46bMiNCHI,8432
|
1186
|
-
pulumi_oci/devops/get_repository_paths.py,sha256=dYFyN3uimacDyR-w8mkTSFKTETb_dBIqkmtXOQO_iI0,9461
|
1187
|
-
pulumi_oci/devops/get_repository_ref.py,sha256=fWGV6oLRDybxKBQmm496Ba58JZo7w7z9StXnsr8ogpk,8159
|
1188
|
-
pulumi_oci/devops/get_repository_refs.py,sha256=7Yezt5KPO7rsvCOykhkbVaToPmhac2fHqBtfIEmddJw,7871
|
1189
|
-
pulumi_oci/devops/get_trigger.py,sha256=8js0fQkL-KDRBRj5XgmAmqhJDlxuIP4P6-Vbbe1j9b0,12436
|
1190
|
-
pulumi_oci/devops/get_triggers.py,sha256=nZ0hKUVlUACsFvVQ4CAn2BXeQwdmRiOg3C8b2RjsatM,8103
|
1191
|
-
pulumi_oci/devops/outputs.py,sha256=TmJAqzFJ_ZAvM4jpHgrtA0ISdtCQZ6sTWfya1PUuz7k,626905
|
1192
|
-
pulumi_oci/devops/project.py,sha256=CIbiW17e8di9W4InxPUL_ghFKYDGpd_R6XGIVMTBLDE,29535
|
1193
|
-
pulumi_oci/devops/repository.py,sha256=wFqmp3uc5agzXhB4brzAOwW7rM8tnF0xdBGM1Io08uY,46926
|
1194
|
-
pulumi_oci/devops/repository_mirror.py,sha256=Jpz_IzFM27lUlaYo5YGKJWctzJoFI2T9V1LdGFGRVXQ,8410
|
1195
|
-
pulumi_oci/devops/repository_ref.py,sha256=c5F44TW_sE2hAcO7A0-3Yj4l2NGfpGAepgGZ1-kZ_sU,22046
|
1196
|
-
pulumi_oci/devops/trigger.py,sha256=aXhv8E6Cun-xGnwnemgZmmRYc7x4V09NRnwZpIHPj8c,41360
|
1197
|
-
pulumi_oci/disasterrecovery/__init__.py,sha256=7KleD-hSyUzKkdXcRIDujms_xktRCUn-6DFX5pKrijo,614
|
1198
|
-
pulumi_oci/disasterrecovery/_inputs.py,sha256=2xgKQqcHZmdJWO3fkrmJ2CHf_HFeWYTZ6mUNsWyB5uw,63057
|
1199
|
-
pulumi_oci/disasterrecovery/dr_plan.py,sha256=ZTDO4_nPsF2RA9B03qvlUjfywa-LenF9b-eFvYjW8gE,32470
|
1200
|
-
pulumi_oci/disasterrecovery/dr_plan_execution.py,sha256=XF0qVQ2VSVsh41_XKrYM8sbIAnFePXVjEdoH-J0BSVg,43393
|
1201
|
-
pulumi_oci/disasterrecovery/dr_protection_group.py,sha256=XrBeL0z5u45LU2UnajHpsueLID3gE3GV9BqBzbusq9A,44837
|
1202
|
-
pulumi_oci/disasterrecovery/get_dr_plan.py,sha256=dqE5-mhhei00H9dRdz8t6InPk0bWMZI-hRzivpVpEA4,11881
|
1203
|
-
pulumi_oci/disasterrecovery/get_dr_plan_execution.py,sha256=XiEGWVAjTTm0_F4BVJiLsQWTAs2YpCQ393mSw1sBVms,16606
|
1204
|
-
pulumi_oci/disasterrecovery/get_dr_plan_executions.py,sha256=JWsv8ukilT1EK_HicPFv1ipLpdFOPmNqA0qxkexB6bY,10192
|
1205
|
-
pulumi_oci/disasterrecovery/get_dr_plans.py,sha256=KJN75HTBaGyc2AnDNVWBbAQkx1wDqAVX1zGaEp8nH0Y,9016
|
1206
|
-
pulumi_oci/disasterrecovery/get_dr_protection_group.py,sha256=rAki8Je8Mqw4lyIKKMZR81z_cuv_SkW5y2q8X09-lk4,13144
|
1207
|
-
pulumi_oci/disasterrecovery/get_dr_protection_groups.py,sha256=0a0xPRy-s7zuimFwozoNSH1JiOpJsV1uWZbQoKDj4FI,9762
|
1208
|
-
pulumi_oci/disasterrecovery/outputs.py,sha256=FAVS5EvjZwziEIHoKl9tT81kaSOEWg0wYr3xi6mwZ6U,167346
|
1209
|
-
pulumi_oci/dns/__init__.py,sha256=rJmauYv4n0eB4hP0n-huHYUFdW2OcjhaV5t5UGeC7Ho,1106
|
1210
|
-
pulumi_oci/dns/_inputs.py,sha256=9XzgiPx6lwskcZJLd3glsN1XA_4WLJZh0fYnaPsUjgw,64156
|
1211
|
-
pulumi_oci/dns/action_create_zone_from_zone_file.py,sha256=k7UHxVHZAn2Njc67Fe3NtdOBxZhWwnsxk9t18S_7Ddo,37217
|
1212
|
-
pulumi_oci/dns/get_records.py,sha256=4hVqPdORck5G5V6hRWRa0pI63pZW4gbMBu_F-BQuQqc,11638
|
1213
|
-
pulumi_oci/dns/get_resolver.py,sha256=KrDiA_jZA58KRcxheQA7YeK6xz5eVj_p6RbXW2JjsDQ,12357
|
1214
|
-
pulumi_oci/dns/get_resolver_endpoint.py,sha256=w8fYM0RNNrKNWoKTYHL-YouhLY8fpuCgxgcMs_J_pHA,13222
|
1215
|
-
pulumi_oci/dns/get_resolver_endpoints.py,sha256=UV9NDKt3koosXvcccUQqujcpvzVpf03MrLbx2JOYJKQ,7965
|
1216
|
-
pulumi_oci/dns/get_resolvers.py,sha256=T4tOyjO8WPsducNEEIWZtjVGzvVTgK1ob1ab9HMGOZo,8033
|
1217
|
-
pulumi_oci/dns/get_rrset.py,sha256=sMdZUhjpftglm9wnsEbThHBSSX_9j0dYHx5V469wl7o,9430
|
1218
|
-
pulumi_oci/dns/get_rrsets.py,sha256=3Y1TENR8W87__ZutDEFBHkBmCwYmNF2k5XFfrB58FHY,9692
|
1219
|
-
pulumi_oci/dns/get_steering_policies.py,sha256=GYMM-rlLiZWq2w5k9jgVzkgeKeaOMJqezMwksNQvUmM,14332
|
1220
|
-
pulumi_oci/dns/get_steering_policy.py,sha256=h0aGa1TrVFbv6LU6H454VXyk6UU4vq9z6du9q6Lo8aA,10790
|
1221
|
-
pulumi_oci/dns/get_steering_policy_attachment.py,sha256=n4BJ2joUlmd7rzTR266UvEn7jYSISCWjpkKAy8YzBrc,8929
|
1222
|
-
pulumi_oci/dns/get_steering_policy_attachments.py,sha256=W7lxFR_400tWbKEjJYxAG2Jr0MLaNKbAUcStYz6iHnQ,15227
|
1223
|
-
pulumi_oci/dns/get_tsig_key.py,sha256=07bNWTmjYh8sd3-qpVpZnz6MpJD9nwM5y0klUYP7NQI,8831
|
1224
|
-
pulumi_oci/dns/get_tsig_keys.py,sha256=psh7bJLCjGVYF7qn9rSgV68-ZlDR4N6j-yJpZjDsgMg,6392
|
1225
|
-
pulumi_oci/dns/get_view.py,sha256=JKLct0fr-m2sWY7s4-M51Tb3qa6yb2DrS9PogcYD2dU,9261
|
1226
|
-
pulumi_oci/dns/get_views.py,sha256=3TUrK4CtLNsoXGexIrnsbzXbZOTn59aP5gRnP9cZgnI,7771
|
1227
|
-
pulumi_oci/dns/get_zones.py,sha256=exQnZr98g6guyjyLbqoBP7m3RFJAnKHKja4c5RjOvUI,15985
|
1228
|
-
pulumi_oci/dns/outputs.py,sha256=eymOnpoEr_b31lFv7iJL48TWvr9ouPKTKYdlOtINsc8,172415
|
1229
|
-
pulumi_oci/dns/record.py,sha256=-HDNL-YnEemjrbXkz0wHeSW2v_QfymFCwhX60LVFGTs,31826
|
1230
|
-
pulumi_oci/dns/resolver.py,sha256=jjfFXye1EPGz15tfzWD1cpPw2YcZ63vVlQ8oV9FmQ1o,37834
|
1231
|
-
pulumi_oci/dns/resolver_endpoint.py,sha256=El4zkBJ-usuOXdnleAlmXOZqUv4wCWmDBjmA5hLdaTc,38786
|
1232
|
-
pulumi_oci/dns/rrset.py,sha256=ZtLTniavRlBpxMZ_P5kGkTNozXuY9oDouC6HwdxivSw,23600
|
1233
|
-
pulumi_oci/dns/steering_policy.py,sha256=A5_EMGzzy-nSBWIVA-YsYiKqjUINlkvpco9120xDn_0,52184
|
1234
|
-
pulumi_oci/dns/steering_policy_attachment.py,sha256=4zBy1UKvVcP8xH2VkMhAmuGnzAwdmrQ5Zj1LL-4iXXs,22947
|
1235
|
-
pulumi_oci/dns/tsig_key.py,sha256=aBKA33DW6lyPjBkKVOaV_rhcKB9bjbh_sglJfxgDhkE,29158
|
1236
|
-
pulumi_oci/dns/view.py,sha256=zxZDCP15c5_WWkJCa9san73uaqaUz09hyWzbcw0wqD8,26377
|
1237
|
-
pulumi_oci/dns/zone.py,sha256=eeZi3vu7vYe8vjD7qmpd3uqtA8lhutajm_b5gWFF0SQ,45694
|
1238
|
-
pulumi_oci/email/__init__.py,sha256=qrbUVRL3Cz6JQzk3bL-41fGPpjLYdppHdFRHIKOeJSw,641
|
1239
|
-
pulumi_oci/email/_inputs.py,sha256=U3LM5lfyZRVVnTrKy8ASoi7bZoQYByXsYPYKfsxGmrs,4902
|
1240
|
-
pulumi_oci/email/dkim.py,sha256=QukPwpv38KN-YY83E8yO_j5sCVHygJSZcA9NSP6zbf4,40849
|
1241
|
-
pulumi_oci/email/email_domain.py,sha256=trlSrPJ3DDN5ULrtP-NHmJx199mswSxVdRNWo8mqDTs,31655
|
1242
|
-
pulumi_oci/email/get_dkim.py,sha256=ZRq_hQ5vym19Sc1e5PVl6LVDeIqEQgRj8rFcHSm-DXY,12534
|
1243
|
-
pulumi_oci/email/get_dkims.py,sha256=q4Mkdk_gjL6OF-w1xUA9ijuh5T9l-65QcEe7zWt3Lck,7026
|
1244
|
-
pulumi_oci/email/get_email_domain.py,sha256=IkHSA-_5FYhwIuwPPo7X9aWSnl4AGcfRh8BPH6lI5FI,9720
|
1245
|
-
pulumi_oci/email/get_email_domains.py,sha256=h99zvdEIoK_1wxJAg5r2BcmAcxLpBdbqi64_lsZ9AYk,7228
|
1246
|
-
pulumi_oci/email/get_sender.py,sha256=Ivez8AzUcR-G5mAT_xM4ff6QQGjl7-iVpqA0JUD_dB0,7938
|
1247
|
-
pulumi_oci/email/get_senders.py,sha256=bfSn-wUEDBQmOH-RXrl06DNHJi_kWk2Nrk08GyX6uLI,6999
|
1248
|
-
pulumi_oci/email/get_suppression.py,sha256=EQEnnVvH_Zyza5iEX-J7oS8QeEW_W_GHA534CqIZv2s,8772
|
1249
|
-
pulumi_oci/email/get_suppressions.py,sha256=tDiwxsbohDcoAx7vMh4pbU7uof7-lEufno8Nb0cNYy0,10379
|
1250
|
-
pulumi_oci/email/outputs.py,sha256=QbDJxAfw0iXFscfwvd_YIa3vZDbjZzEUzTNVwx7n6EA,30601
|
1251
|
-
pulumi_oci/email/sender.py,sha256=0PU6mlpTJ2KUjPFARlP1wPgU2wziBZH77-DGYp6RqIE,23571
|
1252
|
-
pulumi_oci/email/suppression.py,sha256=GdAAItKlee-RseCD6frS-wrMSlbE0NMnQmSPlduY2OQ,21862
|
1253
|
-
pulumi_oci/emwarehouse/__init__.py,sha256=bMIo2Xeb_bFH4EH3MQjDXjtK9RVjUmkp8pXJamFthwY,496
|
1254
|
-
pulumi_oci/emwarehouse/_inputs.py,sha256=JBNTCaZqdxb-XqHbQhkhNEVBIkJTUox3_gNKXe6N_NA,2414
|
1255
|
-
pulumi_oci/emwarehouse/em_warehouse.py,sha256=f3sQ8zt2dGjk1BNiHSRfJh7j1nOR3vt2VK8hG4g6i2A,32913
|
1256
|
-
pulumi_oci/emwarehouse/get_em_warehouse.py,sha256=2eLBrPUnZhfk6dwrbRXtB7hyXJ1lZ_QdNzX7R3jaXsM,12389
|
1257
|
-
pulumi_oci/emwarehouse/get_em_warehouses.py,sha256=jIn1bMTVVuhgkixSXHPAQJp9S5CAbGStWFj88j4Aal8,8705
|
1258
|
-
pulumi_oci/emwarehouse/get_etl_run.py,sha256=hMPJcqiVnqbAi6JXrwAi6G_SKxhh1M6pldV1nr4vLNU,5889
|
1259
|
-
pulumi_oci/emwarehouse/get_etl_runs.py,sha256=nS0zjXDoQil5DGaaLGRGYab1vy99r2MhEdYEuomz00A,6806
|
1260
|
-
pulumi_oci/emwarehouse/get_resource_usage.py,sha256=hTTF7sf6EYRNznNgebhoGtgotYAi804AgJQ51-1JLKY,6503
|
1261
|
-
pulumi_oci/emwarehouse/outputs.py,sha256=WBYQfLow1m4n5HF-HrnSXFFw4LUU5wvtIYNDmlQI-9I,22403
|
1262
|
-
pulumi_oci/events/__init__.py,sha256=s5WifgDAfiU0eAvulJ-z_3vdbDeRHphEqpEnfC6mvhQ,383
|
1263
|
-
pulumi_oci/events/_inputs.py,sha256=gtiJg4g1rEpzo9oeApVWcdxxE0_ENy077wIeax2hbqs,9527
|
1264
|
-
pulumi_oci/events/get_rule.py,sha256=nNK-cueDqmUAvHsPBsij6X9gWi3ncpNZViw3b3SWdug,10107
|
1265
|
-
pulumi_oci/events/get_rules.py,sha256=pjzD1oXOMptt_af-BqmWwQxCa8fwUuiRsn_R4q8CZ9g,6903
|
1266
|
-
pulumi_oci/events/outputs.py,sha256=7o8HdSEpuZnoPVYUyq775wDG2Cs5JCHOubG8VpY9PUE,26752
|
1267
|
-
pulumi_oci/events/rule.py,sha256=aXXL8xs_a4OM0VHDZezB3lkrk32Zoq4CJFRVJBZN828,44011
|
1268
|
-
pulumi_oci/filestorage/__init__.py,sha256=o1dtIje7kjVGLuJ8Fz6XqRSncO0ExtsSfiREeMn8uaU,1035
|
1269
|
-
pulumi_oci/filestorage/_inputs.py,sha256=DLZIK4W7I5PSPlL8e-qZ6YcOj6tsu51KMJS5loPQ3To,40177
|
1270
|
-
pulumi_oci/filestorage/export.py,sha256=EDxFwHRROWFO5PRTTUnbgUwBF1zyoMIfpwwgN5s4QuM,32843
|
1271
|
-
pulumi_oci/filestorage/export_set.py,sha256=q4AijgOZzRqWmK6lKRCH-CMJUa2ynsm7VLVPQciwicA,28725
|
1272
|
-
pulumi_oci/filestorage/file_system.py,sha256=WOq2zt-ICeZ7AxURW-H7MaPuf_xPNC0vPF9uliEsqfo,54111
|
1273
|
-
pulumi_oci/filestorage/filesystem_snapshot_policy.py,sha256=e1WMdUcQ5wMeRvlZ10NvUexIX1-MUvKt0fAopUpj5mk,36689
|
1274
|
-
pulumi_oci/filestorage/get_export_sets.py,sha256=8XIu73vm4vyRBJd7OOy5n9wWLueoIGIASowYkhs6_ws,8881
|
1275
|
-
pulumi_oci/filestorage/get_exports.py,sha256=UNWL6ux_RukwuGFdvrFnCA7TLFfEi16S7saJmMZDrK0,8779
|
1276
|
-
pulumi_oci/filestorage/get_file_systems.py,sha256=wH_W6lwz8JkvK776oirrVp1V9wemNo8UxABPyrvgWLY,14569
|
1277
|
-
pulumi_oci/filestorage/get_filesystem_snapshot_policies.py,sha256=0APR3vs89_6tT1C7S56bYLNMT9wLoxN4WlgrmzdE0Bc,10027
|
1278
|
-
pulumi_oci/filestorage/get_filesystem_snapshot_policy.py,sha256=X6WkJ9ZnexPL4CaeYp-LKaqEG6JvX-XtujlKv0PPTIY,10304
|
1279
|
-
pulumi_oci/filestorage/get_mount_targets.py,sha256=_DRB4oYXRnt4nftqZQqsGl-WySsqhtLThMzMPB-biPo,10377
|
1280
|
-
pulumi_oci/filestorage/get_outbound_connector.py,sha256=vU9KP-XwUiG42MHIw2Xw70_H_0LULe1lbhlkPXophIY,11816
|
1281
|
-
pulumi_oci/filestorage/get_outbound_connectors.py,sha256=dl2JrHdrT0_12edc3teSqqNRwfldV6gGj8-QLxW5cLo,9442
|
1282
|
-
pulumi_oci/filestorage/get_replication.py,sha256=DnY50hbuoFDGwajtAlNrDhKYThzcmbXPWERIyjAUMtQ,14229
|
1283
|
-
pulumi_oci/filestorage/get_replication_target.py,sha256=g9LLLXEk_daTrmH17-2HXQQEqpQ5eXJBNSPjQnFytNo,13543
|
1284
|
-
pulumi_oci/filestorage/get_replication_targets.py,sha256=SV_TfYhG9poBVsplFoHEJ55EtFty84MPI1rtQnylsEc,9432
|
1285
|
-
pulumi_oci/filestorage/get_replications.py,sha256=7CWUapFEEW7nRtfl6zaFCZTiyUx_pjKiPuhaV5bm5Kk,10240
|
1286
|
-
pulumi_oci/filestorage/get_snapshot.py,sha256=XDiU0BwNJlzzxO5I-nfdhq4tn0k-1WaDumb0O3_ZMkQ,12243
|
1287
|
-
pulumi_oci/filestorage/get_snapshots.py,sha256=TvjDxLmhcXuntHrhWl7YkwkTWTx38sLcdlE8OePbviM,10085
|
1288
|
-
pulumi_oci/filestorage/mount_target.py,sha256=lRUoTFk-Z58T5utLlx0lvS28loykRgHscVzPK2CL5tI,68534
|
1289
|
-
pulumi_oci/filestorage/outbound_connector.py,sha256=4yWAYYyRVCOugj3anupWWVcGVjT7kN_lG_Rq1gYLXvE,41985
|
1290
|
-
pulumi_oci/filestorage/outputs.py,sha256=q54nMJ2Ib2VxT6lMef-pQzXtpZcJCC_x69ZUirSvkCw,139861
|
1291
|
-
pulumi_oci/filestorage/replication.py,sha256=3LWGfMMh0G3HfBHnkNvVBGCdhBsZUwYZwEkTkPDY7Yw,46134
|
1292
|
-
pulumi_oci/filestorage/snapshot.py,sha256=-hyNRHWblfLp0diei32rtScaLceqJ-OiDDSVXn85iaQ,36145
|
1293
|
-
pulumi_oci/functions/__init__.py,sha256=tU-pJE4jEBX9z0lBXVdVAT7ImZSEx64sZB9YYWj2dys,1734
|
1294
|
-
pulumi_oci/functions/_inputs.py,sha256=Y6IyfjXQiM93k5JJ3o8QGRWPjXRmgklBMubSkocWy-Q,23568
|
1295
|
-
pulumi_oci/functions/application.py,sha256=K4AppEllXJ4FdibobqMTowbRCJMLr7XKIA-e7TPSG6c,51010
|
1296
|
-
pulumi_oci/functions/function.py,sha256=bqS2ZepMpJnTB14VKPAXYv2sN4jSlftRC4Sqhs99GqY,54768
|
1297
|
-
pulumi_oci/functions/get_application.py,sha256=qwbvbZQBDipuunMn4DLBwMqjWtRRwcz8JjnRsJDo_l0,13335
|
1298
|
-
pulumi_oci/functions/get_applications.py,sha256=UTEeivl2DdlNK-iW9EUnhqRFuveI0Q6w7MJfBxdvLHI,7465
|
1299
|
-
pulumi_oci/functions/get_function.py,sha256=Jse6j70i45sv7NWRqn_adfxTBXUI8-uZQzdwrRDyG3g,15013
|
1300
|
-
pulumi_oci/functions/get_functions.py,sha256=yR9RoP3bdn7EK7VKjwJlCJlHyRNbQ3fJM9xkmkgURnk,7311
|
1301
|
-
pulumi_oci/functions/get_fusion_environment.py,sha256=ngzsGSVYurrcI-WwWmZdANdbX-BpDcmCZ_inEFRi1kI,20486
|
1302
|
-
pulumi_oci/functions/get_fusion_environment_admin_user.py,sha256=CM3YjUQKhumxjE7pw5GybJoUNhplej9518nLzqJ6DlY,6720
|
1303
|
-
pulumi_oci/functions/get_fusion_environment_admin_users.py,sha256=h-YwBEuFAQ7dPzTGwKHOVbzxHx2Xb45DuaBB28TmcfA,5544
|
1304
|
-
pulumi_oci/functions/get_fusion_environment_data_masking_activities.py,sha256=tsx8syP2fPtqHTDe8e919elK5OUtqEWgiI9vxBnljdE,7120
|
1305
|
-
pulumi_oci/functions/get_fusion_environment_data_masking_activity.py,sha256=4iEbxgPnOs_MgtWEIAVSCFr7gTww_slSNQHBl03cpGs,7915
|
1306
|
-
pulumi_oci/functions/get_fusion_environment_families.py,sha256=U18YLc3aNkJzsZ273nm_c_8PHH-vYcIm8Nmhbx2o81I,9159
|
1307
|
-
pulumi_oci/functions/get_fusion_environment_family.py,sha256=jFHqT1Vitpiyp_AKDfp5SziWKyss0Xqltvpf3NR9Sn4,11911
|
1308
|
-
pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py,sha256=haukcKAhh05aOdqfUAdaD3JInWAjD1qZC_cHa1Y6Lfk,7389
|
1309
|
-
pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py,sha256=O7l9VY4osd87TWJaMJLFfqPVwRXBE1iB9Pqt9lkeN00,5285
|
1310
|
-
pulumi_oci/functions/get_fusion_environment_refresh_activities.py,sha256=Umw6fAx8I3Xedxp9Ae6792Qt1pylmXyer7JvAk-RaZc,11502
|
1311
|
-
pulumi_oci/functions/get_fusion_environment_refresh_activity.py,sha256=6Ar3ZtKeueqKh7PGqwjxW8csVwuaeJh0edQbV4fghfU,12545
|
1312
|
-
pulumi_oci/functions/get_fusion_environment_scheduled_activities.py,sha256=HwXLh_maORPMjFU9H7eIclLQSlfx9buWaW7txYR13d0,12727
|
1313
|
-
pulumi_oci/functions/get_fusion_environment_scheduled_activity.py,sha256=EOjjxdGWiqskglvSpN5WRpmB4wrQP7TA_9PNu1vwDXo,12442
|
1314
|
-
pulumi_oci/functions/get_fusion_environment_service_attachment.py,sha256=g2-tqDpIh7p102woo7-cYYrXDoe4eZagFR4CYhqe77M,11692
|
1315
|
-
pulumi_oci/functions/get_fusion_environment_service_attachments.py,sha256=he9iWzk03mhMNcKuuqo4IH13FMBvwOcsVGg5VK_CJp4,9403
|
1316
|
-
pulumi_oci/functions/get_fusion_environment_status.py,sha256=-rQMg2pxDC-Il-N3gQi5yC7S594B2Kst3KYnOT73T9U,4404
|
1317
|
-
pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py,sha256=68JSAL_8dZ0rpJ8sx81SIPjO4_UPZKeW0ecbbNVzBXg,4949
|
1318
|
-
pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py,sha256=ujP_VuiIpwE1ILGXVjyvrOI4UfpTosyAnC9HIMhFYZw,6292
|
1319
|
-
pulumi_oci/functions/get_fusion_environments.py,sha256=bceQtr1dytTlV-ZlZiAzuMRxEBYeJEGHpK6lgLvY3NM,8649
|
1320
|
-
pulumi_oci/functions/get_pbf_listing.py,sha256=cXqp7G6amEnRNKTQb7J2qBv0ccvOJ7YHuItkwnmrtvo,9111
|
1321
|
-
pulumi_oci/functions/get_pbf_listing_triggers.py,sha256=T4oufeYDAy71MFhmkTfGXIOFN-PvuRe95Wqo8Ey2PwM,4939
|
1322
|
-
pulumi_oci/functions/get_pbf_listing_version.py,sha256=xhfsedPDY2Y-MRabdzKWHdrgSXBc6-OxUkr6FGzj5wg,10637
|
1323
|
-
pulumi_oci/functions/get_pbf_listing_versions.py,sha256=0yhwkVmjmjqIfPwsHCMjOzROWQ4UaAOl9MXbwPYemvU,10255
|
1324
|
-
pulumi_oci/functions/get_pbf_listings.py,sha256=XDMkBJgZR934nYn2M0UAT2ZpiW8IUDjR5X7FEkQaXYw,9902
|
1325
|
-
pulumi_oci/functions/invoke_function.py,sha256=NYj-vKJubHzEHpbARvA3pMiIbh7AVEK98aZNWSuLNZk,29199
|
1326
|
-
pulumi_oci/functions/outputs.py,sha256=N6nIa7kH_QZIucJfKCMakOOwUF9wIEto4BFebL8ePA4,181168
|
1327
|
-
pulumi_oci/fusionapps/__init__.py,sha256=s1kp4BsIjlbImjz9cXbElkILKY_KpkDt6t5m0Euco8M,594
|
1328
|
-
pulumi_oci/fusionapps/_inputs.py,sha256=2vghyKD6i07euluL_bm2jZ0RYnQjTX9bNr3hhmmnyxQ,26281
|
1329
|
-
pulumi_oci/fusionapps/fusion_environment.py,sha256=BhXaL8RoC6bwhotz8zu1b4-84r5z5uj9QUlELx0pKhc,62745
|
1330
|
-
pulumi_oci/fusionapps/fusion_environment_admin_user.py,sha256=IRJhDAw0hNOzXT32YeVlQnKhemi0W3rtiQNCsu4FF9E,20972
|
1331
|
-
pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py,sha256=6XJw7J3PcJEY0ymO1iCt1ISzpCCN_ET9qA1GNLtDg08,16294
|
1332
|
-
pulumi_oci/fusionapps/fusion_environment_family.py,sha256=_3G8NUNDyWTzvEiz8MHhOnqpIy-fXKaCxSgpQ7Cr3zE,35402
|
1333
|
-
pulumi_oci/fusionapps/fusion_environment_refresh_activity.py,sha256=8_lyV8Kssd7IkoDrB8Vbos6GWLqIYNi2RUS1ky6XJqY,28171
|
1334
|
-
pulumi_oci/fusionapps/fusion_environment_service_attachment.py,sha256=lDRw7M8depvCu2mbEAXmc7Jd60VDa4qE4RPqpCzGUfw,27148
|
1335
|
-
pulumi_oci/fusionapps/outputs.py,sha256=ASq2yd8D4iDTOtUJFmrn9HmmQB1CbMVTDgi3JFyQ7wQ,27265
|
1336
|
-
pulumi_oci/genericartifactscontent/__init__.py,sha256=hgIxlRzoszlQaqeflk8QurTNj87qkBbx16jZXw0p8Dk,382
|
1337
|
-
pulumi_oci/genericartifactscontent/artifact_by_path.py,sha256=IK5VpwkizBYO5FUb4_F0LC_bE35PvgUg6mI7LjLYehY,31711
|
1338
|
-
pulumi_oci/genericartifactscontent/get_artifact_by_path.py,sha256=1rJ59Koy7tcAh9Nv5Dhc3WPqE-YrC7KKl-aZcztJBcw,10127
|
1339
|
-
pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py,sha256=3pTVPLLhcP2V4KmiQzFc9HMsmpHpo9KwVqVsbBOqaNI,4012
|
1340
|
-
pulumi_oci/goldengate/__init__.py,sha256=WbL_zwVyvyRgz-UTg8DXSMS_HI7AzIMKMX79tJeLonU,1208
|
1341
|
-
pulumi_oci/goldengate/_inputs.py,sha256=oUeztkmxqr_Rmxmrl5Wxxynbgec16Ne7mrU1WlD2Z14,36667
|
1342
|
-
pulumi_oci/goldengate/connection.py,sha256=LTUJXAptuhvjgIGMehSrQo54MLSam7onIzKy4qdY_sg,204538
|
1343
|
-
pulumi_oci/goldengate/connection_assignment.py,sha256=IvroiC1qeegl-zj3tPmCDwQJ14eZ8sN3TvtufuTxTk4,18569
|
1344
|
-
pulumi_oci/goldengate/database_registration.py,sha256=Rx7VZlAKwgz-p0MUCv_jBRTVEHkiVqQnNsiskNys85Q,69190
|
1345
|
-
pulumi_oci/goldengate/deployment.py,sha256=0vEiChlP9vJuszt3MRdpqpg_1WKdoNwkFWEeQzRrzA4,80005
|
1346
|
-
pulumi_oci/goldengate/deployment_backup.py,sha256=ZoI4TSxymOHOKO1oVI_5gWf3BoFT6A7u2lAq6C17ifE,42141
|
1347
|
-
pulumi_oci/goldengate/get_connection.py,sha256=q6jVXd488XXC7DHvao6Fx2jaGgvgCUXyhyGv_nCKpxo,46070
|
1348
|
-
pulumi_oci/goldengate/get_connection_assignment.py,sha256=9osSCivwAZglYYPsZ2SN97zyr_cSHlZSdl_w8xLtIY8,8215
|
1349
|
-
pulumi_oci/goldengate/get_connection_assignments.py,sha256=8LupW8hmIrPhoZMnduFV1Ydj_hMmW_wWGWYK-tYwNTM,10388
|
1350
|
-
pulumi_oci/goldengate/get_connections.py,sha256=JfAMoA-1ERvULqbPXGnd4dvMTGG-jEzEjlqHKPc9SXU,13518
|
1351
|
-
pulumi_oci/goldengate/get_database_registration.py,sha256=uqF_ULZquH-nLB-qVyX8j3etYaZ8XrtgWb0niwwRBdo,19305
|
1352
|
-
pulumi_oci/goldengate/get_database_registrations.py,sha256=dlJfm1qq-UJTIIu9Q9L5RWjsU2UZ5Fv6D6btGUkt8Y8,8164
|
1353
|
-
pulumi_oci/goldengate/get_deployment.py,sha256=18aQlQrq_-TjUXQduqIhqJmte28Wh2agMw0lxiLWreo,27413
|
1354
|
-
pulumi_oci/goldengate/get_deployment_backup.py,sha256=wi-PxBbKKeYB0cAbV-e4Utvjb0jF7KSVVqrFVhOgKds,14953
|
1355
|
-
pulumi_oci/goldengate/get_deployment_backups.py,sha256=IR5eyNgMyKHh-uQw937lXehm7AHwBxw04Ph-3nCcD1s,9117
|
1356
|
-
pulumi_oci/goldengate/get_deployment_type.py,sha256=Cw0PbC4mdOinXkqXqqpIzJgyQJzQvH4bNS0CtYBCz8o,5180
|
1357
|
-
pulumi_oci/goldengate/get_deployment_types.py,sha256=I0MzPNrP19ei0BQPTGB5tWOaKjrejo8czGsSuPg63Zc,9054
|
1358
|
-
pulumi_oci/goldengate/get_deployment_upgrade.py,sha256=yq-u90p9eaJmNYeIA8CYhij_xTFii9vK8Ce8YsSTC48,21847
|
1359
|
-
pulumi_oci/goldengate/get_deployment_upgrades.py,sha256=w1K_XdrOsEylwGnm6haKWRLKMyCwP4VFcfO1i9ayhNM,9198
|
1360
|
-
pulumi_oci/goldengate/get_deployment_versions.py,sha256=TuMu7dJ8OSKgu2sX4twbQuWZGck2hYF5luK2dNBWDgw,7981
|
1361
|
-
pulumi_oci/goldengate/get_deployments.py,sha256=kSMXUCtxVstTnlaGGbMxaXlOewgSpnc1bjMBrSuOh1s,13185
|
1362
|
-
pulumi_oci/goldengate/get_message.py,sha256=OzChRIXN6FX9o-gPAQqxuvPwHrGOo3suCYe1HBIOJvw,4040
|
1363
|
-
pulumi_oci/goldengate/get_messages.py,sha256=fSfDrox0y3WwRA7_2Y4tjOx_vxWfuA_MjaX75PTV1cQ,5117
|
1364
|
-
pulumi_oci/goldengate/get_trail_file.py,sha256=bisCoQS628YkcnNu2nwHeZKDteKFmcE_rresRfrhkC4,6509
|
1365
|
-
pulumi_oci/goldengate/get_trail_files.py,sha256=mH6U0e3c3v8Hp3TrQ7cCRP34G91xJfOpvr0Snk8DQ_Y,6758
|
1366
|
-
pulumi_oci/goldengate/get_trail_sequence.py,sha256=m4JzaoifcDLt4_ohxMyPPCQKFlP-osqQYyL-qlKTqk0,7646
|
1367
|
-
pulumi_oci/goldengate/get_trail_sequences.py,sha256=9SQWDtutwNMmqa4B4YfgSGA66-QVXdsTwXT9gUMRr2I,7973
|
1368
|
-
pulumi_oci/goldengate/outputs.py,sha256=SstBf7CZtLQ9QEw5X1fuoZWmjtB8Rl6CZAOh7KSd2Dw,205815
|
1369
|
-
pulumi_oci/healthchecks/__init__.py,sha256=PJnzYouMBWUvQ3Du18Ga3ztCAO2ekzXs2E8fPG4C0XU,662
|
1370
|
-
pulumi_oci/healthchecks/_inputs.py,sha256=D9EK7S3SwdmosQbVKIi063l5cxZvAi_C-2xtpTy_lKo,5725
|
1371
|
-
pulumi_oci/healthchecks/get_http_monitor.py,sha256=a0hPGtVTS2gGIIB4xkaGq2hrDHzMDk7SzhgBz2gBNrk,12870
|
1372
|
-
pulumi_oci/healthchecks/get_http_monitors.py,sha256=wmC3wRNflnYo3nG6JkfcuvPi2DqBFyQfrl-Tdc5ExYw,6765
|
1373
|
-
pulumi_oci/healthchecks/get_http_probe_results.py,sha256=nSwsGQ5moSshdSjuJDF5ueOmorwgyo-uZRXwOVeS_kI,9385
|
1374
|
-
pulumi_oci/healthchecks/get_ping_monitor.py,sha256=rc3KzhYxX1cTBRAczzDc3ItUKlOdg5aNEtfIzSXo0Gw,11521
|
1375
|
-
pulumi_oci/healthchecks/get_ping_monitors.py,sha256=oFOY4JAd_fQupBltJ5yDKsJLwioIXSBS9iaEkP9LhBA,7049
|
1376
|
-
pulumi_oci/healthchecks/get_ping_probe_results.py,sha256=7SAO2pdB3KfZMtUAy5XkuRxuSVqbYgL9v_z-KoFUlyw,9889
|
1377
|
-
pulumi_oci/healthchecks/get_vantage_points.py,sha256=nmQl8SXzQSeDYnmF2TajSjbgYjfJe2zORIUxYHJav4Q,6015
|
1378
|
-
pulumi_oci/healthchecks/http_monitor.py,sha256=5FLHnKVy_bDvpVJ1YN9aGLs66BvTn8xtmC_ZdENJV_Y,47239
|
1379
|
-
pulumi_oci/healthchecks/http_probe.py,sha256=GqjySP6n5jn1nFGcHR2RdOgrj9otVBAR1iuDNkqVN-U,30912
|
1380
|
-
pulumi_oci/healthchecks/outputs.py,sha256=G__4KrGxGnYDuknWXVuEsJWCQjGzQ8HrOaMGN8A-_io,55700
|
1381
|
-
pulumi_oci/healthchecks/ping_monitor.py,sha256=Jagk3wfUWNdGb8M8L7e9A3ethJbLWYuRgmCy6Mf8FSw,40299
|
1382
|
-
pulumi_oci/healthchecks/ping_probe.py,sha256=-alu3uOjhHhab0idJMzfKKlNgyaRfxe6pFU3pv6b_F4,24234
|
1383
|
-
pulumi_oci/identity/__init__.py,sha256=OJMkjFgZO2mdb-H_IM1dqFjah3QqI9UZcZdmB9Hj0Gs,6535
|
1384
|
-
pulumi_oci/identity/_inputs.py,sha256=6Ruw3wuJmDmW8XamwMB9Xg8B48LN18aTA0AkJsiegAk,1858382
|
1385
|
-
pulumi_oci/identity/api_key.py,sha256=VZLFmsGhZOGhDJgMTwzS8VFkz3dI_GOf6-dG3Ig0JzA,16273
|
1386
|
-
pulumi_oci/identity/auth_token.py,sha256=vYhmbmdzCO4-7-KYON66QeWiQbHiTKaUASyvi0aqSkA,18501
|
1387
|
-
pulumi_oci/identity/authentication_policy.py,sha256=hgZRJtLd5roRwUYOa3NIQo9hSU6WcA8x8pn29V3YOBw,15022
|
1388
|
-
pulumi_oci/identity/compartment.py,sha256=omxseVuOiU8hAsYKA8msmFMBkoy2QOvn8lZo2Kmwth8,31402
|
1389
|
-
pulumi_oci/identity/customer_secret_key.py,sha256=HXCDhnn0aC_rJCoffaJa3BE8QbtwpjczbbAhqMEALJY,18758
|
1390
|
-
pulumi_oci/identity/db_credential.py,sha256=UgcTmDHBWsgRXi2oMsCGm_aFDVv01fbGl-jMN4rCe70,17727
|
1391
|
-
pulumi_oci/identity/domain.py,sha256=vRO-SQkZkaArJ6E4DgElGmNtSth_YkyIflGNwklM8vc,53777
|
1392
|
-
pulumi_oci/identity/domain_replication_to_region.py,sha256=Fl3RN4Qz1B-zGo55A7JB0cs6M9KFS06RBPy-2SqtKlc,13298
|
1393
|
-
pulumi_oci/identity/domains_account_recovery_setting.py,sha256=AMGcO5LJHt5yQSZo2yLBDPvsl90MBA2EgwbzuLye7i0,94995
|
1394
|
-
pulumi_oci/identity/domains_api_key.py,sha256=13yU-P4CpNCDlLjsjSOT7TfkT9yhbnbU2DCe__WZDwA,84115
|
1395
|
-
pulumi_oci/identity/domains_app.py,sha256=P8-ceZT-Gb4u5LBHhDHlQjIvar01ZYR6qCYnJB6Rjdg,545825
|
1396
|
-
pulumi_oci/identity/domains_app_role.py,sha256=OQY789PQe9NbIbpXySoYa35wMo43If0WTrGzljp8rLs,118048
|
1397
|
-
pulumi_oci/identity/domains_auth_token.py,sha256=HczMF0OnmFs3IQB2v6U2FyTOfrJ2-FeudcCx7isSa6E,87075
|
1398
|
-
pulumi_oci/identity/domains_authentication_factor_setting.py,sha256=PW_TbljFY5d2Yg7AnpFCb0eWXi6AJUQld05d90TbHGU,202418
|
1399
|
-
pulumi_oci/identity/domains_customer_secret_key.py,sha256=8kRz6swDb4zHish7kOyQOIb6SBY8a6UnQEQicrDfQCI,92528
|
1400
|
-
pulumi_oci/identity/domains_dynamic_resource_group.py,sha256=9bh3wMJSoqd320qBYaByyYYok8HgzKk-m6aVJDUXwtA,95027
|
1401
|
-
pulumi_oci/identity/domains_grant.py,sha256=8GK-ooagNWqGo3fOYJ8CYEjfm26P3yywSYKRtlg_SOI,113222
|
1402
|
-
pulumi_oci/identity/domains_group.py,sha256=PB-qtTUdFgig0KTHqsOeQHAcCwDT_eFqXJrObE1e17s,119384
|
1403
|
-
pulumi_oci/identity/domains_identity_provider.py,sha256=MbvHTv_wGcbCnizRFumskT0vb1y0mB3zKBN6C41jEXI,298668
|
1404
|
-
pulumi_oci/identity/domains_identity_setting.py,sha256=a0MoMRX2mLRsHhEGLB4mlxJTIHSvYbnlGrvRg85TF9c,122825
|
1405
|
-
pulumi_oci/identity/domains_kmsi_setting.py,sha256=icQzrs7ppeYPf5gffw_3roK5cthtKZIFXjVeH2e-MQ4,111170
|
1406
|
-
pulumi_oci/identity/domains_my_api_key.py,sha256=3M_po8nIPYq5PbeK1v1MJ-HHfKEeSnlxNiw7jFelI-M,68459
|
1407
|
-
pulumi_oci/identity/domains_my_auth_token.py,sha256=Ycwdy-_RvmETPoeCQ-ddEAMtgT-13FyygxYFc2CDfrg,71383
|
1408
|
-
pulumi_oci/identity/domains_my_customer_secret_key.py,sha256=eKTcBBM6apJhkCuh5wURjRhJ9HXhI80rFge55Hv59MQ,76718
|
1409
|
-
pulumi_oci/identity/domains_my_oauth2client_credential.py,sha256=CsJkQONjUbFG_jFmikWDGBpK8HtF4E0MjXvO0GG-TPQ,85269
|
1410
|
-
pulumi_oci/identity/domains_my_request.py,sha256=XY4Q8YFnbcg_yFBLzf9svzaDAudIqqnw-Yo1Z8raGds,82695
|
1411
|
-
pulumi_oci/identity/domains_my_smtp_credential.py,sha256=wpQgnGRecErWohOb840ETLZGF7aH5Alt2kDi0BwMuKw,73861
|
1412
|
-
pulumi_oci/identity/domains_my_support_account.py,sha256=dhFnmxA_gFTLGhZ-6dsoOs7jNDQbqIRaUJrMgodUwRI,69393
|
1413
|
-
pulumi_oci/identity/domains_my_user_db_credential.py,sha256=8ICdMni9zYIxUYllK-8T6OqE40QQXR14zsadO-TeAYs,86445
|
1414
|
-
pulumi_oci/identity/domains_oauth2client_credential.py,sha256=G-_k8MFas_sit7wIwNDeHcNnV33UZ6CWfIEtfXh9YBA,101111
|
1415
|
-
pulumi_oci/identity/domains_password_policy.py,sha256=Gy2Xrv8AKOzYOdU-RWHI9OY8zmT19N6l7pOSSXbbrYA,249753
|
1416
|
-
pulumi_oci/identity/domains_security_question.py,sha256=bhenfHya8wvTsLGev9-JDxukyg1e-1lBnNdlMoQgEEg,90412
|
1417
|
-
pulumi_oci/identity/domains_security_question_setting.py,sha256=WlHjG0_Clfb5l6xnk9iSCLmsKFFDlg3WiGMAyala8RI,98906
|
1418
|
-
pulumi_oci/identity/domains_smtp_credential.py,sha256=BpF9jTNyHPVX595IJi9o5Y-AIGhiCSR187QXESQzPoM,89625
|
1419
|
-
pulumi_oci/identity/domains_user.py,sha256=6J_ocIL6yPPdIoRyTGosYoahkmDnYVvioNa0Il0yFhs,290373
|
1420
|
-
pulumi_oci/identity/domains_user_db_credential.py,sha256=m-c6fADfD9A6YBAf2s2H7Y--AVIAf6dFWDAdMZ47QI4,102237
|
1421
|
-
pulumi_oci/identity/dynamic_group.py,sha256=NT5eQ-w3mwf2QYUCXQogZXKMwjxR7JLme9-H_G-pPDM,30746
|
1422
|
-
pulumi_oci/identity/get_allowed_domain_license_types.py,sha256=ZQn3AfYLshiEY_xeI96QBSX0-s4Qr9YygmmRg20jem4,6640
|
1423
|
-
pulumi_oci/identity/get_api_keys.py,sha256=EN4X4t33lLxZ9zrpDOarYndQKi1_KGxCkSjckIwbg8I,4815
|
1424
|
-
pulumi_oci/identity/get_auth_tokens.py,sha256=mYoehUiHRGL2EIvMYxJa04Ip1Tn1-zEVNbf-KwNfM00,4675
|
1425
|
-
pulumi_oci/identity/get_authentication_policy.py,sha256=oI_khOXg6iTReHRC3k5fszeF7iTZ466s94UzikmHIRs,5178
|
1426
|
-
pulumi_oci/identity/get_availability_domain.py,sha256=XNK8h-9y0jeL8coqTGzwqDOZDE0z7JB9TsyPV-xPT1k,5387
|
1427
|
-
pulumi_oci/identity/get_availability_domains.py,sha256=7Dxqsm_Ro0Op8ZJh_l4_TbJwEIn11Em1K7ygFUZPr1k,6112
|
1428
|
-
pulumi_oci/identity/get_compartment.py,sha256=KGmnzUWUPYr8Ht0ZAvjhppFUXF9CBxBDQFW4d87JyFg,9682
|
1429
|
-
pulumi_oci/identity/get_compartments.py,sha256=x9WZ5uQMlJXOzTTW7h3jIIiI4IaB_-jZk8ksrAFMiU0,12357
|
1430
|
-
pulumi_oci/identity/get_cost_tracking_tags.py,sha256=ZqckNx4aW-aG-PJhivXbibB-vHEibt-t8dKtD9uRdsk,5247
|
1431
|
-
pulumi_oci/identity/get_customer_secret_keys.py,sha256=Tq-6HA4Si8ixf75_J0RHJORhixR04JnhlRINjomD8NI,5195
|
1432
|
-
pulumi_oci/identity/get_db_credentials.py,sha256=psNGLq3crirdGvqKV74jf2mqV8X3OkDYsW87YQVEXMY,6585
|
1433
|
-
pulumi_oci/identity/get_domain.py,sha256=Rff5kMYbelm9W_S2i29kPMbNArCCGRoBfnSq58qO5R8,15042
|
1434
|
-
pulumi_oci/identity/get_domains.py,sha256=nsckG-1kjGicku8oi4o_WQZfgNJJtolhyT8_az-qonY,11808
|
1435
|
-
pulumi_oci/identity/get_domains_account_mgmt_info.py,sha256=nTKKiynt851YLOuzAZ4HqA3UYK7x46fQawSJqisC5Fw,32018
|
1436
|
-
pulumi_oci/identity/get_domains_account_mgmt_infos.py,sha256=U6orZfITkjOqpoKbHarQa9F0h1xVd7-b2f39C5XV6UI,21105
|
1437
|
-
pulumi_oci/identity/get_domains_account_recovery_setting.py,sha256=LfEFy4zqCNJjI1q7utTezlIe86Hx_VPJtcgaqZ-ufbg,23751
|
1438
|
-
pulumi_oci/identity/get_domains_account_recovery_settings.py,sha256=x7D91DehMsexxFxXvkQGd4gpomjtCDZw-U6lvz87w28,14887
|
1439
|
-
pulumi_oci/identity/get_domains_api_key.py,sha256=L13raR58NUnnp4jq1VQPyXRxzTfsyvu1aiWuU9lnOy0,22446
|
1440
|
-
pulumi_oci/identity/get_domains_api_keys.py,sha256=haxCWHoe2a1KSgYqCGZ6CswYaTMHeOUWx25YqImWYAg,19415
|
1441
|
-
pulumi_oci/identity/get_domains_app.py,sha256=UgaBz22fskBijDvnkxu2_3QIW8mJxSeq9pl0bqWrVc4,96307
|
1442
|
-
pulumi_oci/identity/get_domains_app_role.py,sha256=uN4AWIbTTyhQA5ICJqLRk0QYAce1STdk3evjqLrtjUQ,27259
|
1443
|
-
pulumi_oci/identity/get_domains_app_roles.py,sha256=ewbMq8JxX8rn3JfC3L9IBSQJc4yuG1G8ZRhaARE4Lqo,19541
|
1444
|
-
pulumi_oci/identity/get_domains_apps.py,sha256=5EcAn1Ggjxcw0RaZCnCduCIi8zkgYWe0ARV9M9qCIaA,18950
|
1445
|
-
pulumi_oci/identity/get_domains_auth_token.py,sha256=nlLQflQuxyj8IZe6zzL2iUOwBP2lfSvubdDJCw9pbSE,22739
|
1446
|
-
pulumi_oci/identity/get_domains_auth_tokens.py,sha256=LItO2BtSnlTNl6QwwqAC8cS3q9ApTHmW2JBNXZwD7E8,19783
|
1447
|
-
pulumi_oci/identity/get_domains_authentication_factor_setting.py,sha256=hnv64d-piGQ7RAotI4mMnkilMATDqmm3kK2dICADXxo,40630
|
1448
|
-
pulumi_oci/identity/get_domains_authentication_factor_settings.py,sha256=GYumbF2sWyrF1pMY31uZsEHxEswMwXjK4y5VaCqKZFc,15157
|
1449
|
-
pulumi_oci/identity/get_domains_customer_secret_key.py,sha256=Y-Y8gIfWihmebTNqGVcH7pahTI8wym2L5BXMaXremxg,24354
|
1450
|
-
pulumi_oci/identity/get_domains_customer_secret_keys.py,sha256=96pvUcSdMaAUnANSbhL75iTYto6LK1YXfoYALP3Us6Y,20861
|
1451
|
-
pulumi_oci/identity/get_domains_dynamic_resource_group.py,sha256=bYnRvD6Qd6AMPuhr6mYP5eoHXVNYhtxMgGpkhI1IJCk,24779
|
1452
|
-
pulumi_oci/identity/get_domains_dynamic_resource_groups.py,sha256=auKqblJm970MatHWqGsM-Q-5eVrF2XRGBOHzC3EcR_k,21203
|
1453
|
-
pulumi_oci/identity/get_domains_grant.py,sha256=DejMml_ewdF_YIWp7Nw9B7cjzCXtOHNxzA1Z6qQpwf8,25415
|
1454
|
-
pulumi_oci/identity/get_domains_grants.py,sha256=Os7pJON4Dk9WNwxL9xUfVo85xbsNsDRNSz0xZQFo9Gc,19188
|
1455
|
-
pulumi_oci/identity/get_domains_group.py,sha256=mj6kosYrwW78Ucdiv6OyxjypVx4toleCoAiE3376PKc,30010
|
1456
|
-
pulumi_oci/identity/get_domains_groups.py,sha256=8vRfD2bMh_lxnzWeQw7UgdMXoROLsNFKQWtzdfJjaWE,19642
|
1457
|
-
pulumi_oci/identity/get_domains_identity_provider.py,sha256=zE3plEqOtNd79LJf74fQdVrgdzsofpfwXC_7x0aQN2A,54130
|
1458
|
-
pulumi_oci/identity/get_domains_identity_providers.py,sha256=gSkwex8KSk98SCHbQI8VsBCuzk1blBfblDI90Q-xbSE,20613
|
1459
|
-
pulumi_oci/identity/get_domains_identity_setting.py,sha256=4JkNEYI2rEelUHOrj1O0Z7dqUB4_JomhM0R8_15BhF4,27781
|
1460
|
-
pulumi_oci/identity/get_domains_identity_settings.py,sha256=0E5Jmdt6zL5f7Go6G286NUv4AwxJvd12rco9Em6m6Zk,14439
|
1461
|
-
pulumi_oci/identity/get_domains_kmsi_setting.py,sha256=5ELBiHiP9rVdSfdM1BL3vHdwy1D3s36O3cBSsBN3uAY,25515
|
1462
|
-
pulumi_oci/identity/get_domains_kmsi_settings.py,sha256=XQGcnaA4lOBv-Slxp-Rnc_1_hl3MIJgSx3INdaDG7-8,14185
|
1463
|
-
pulumi_oci/identity/get_domains_my_api_key.py,sha256=S59eu6aSWd9nS8E5CVGH1g_JXEtT5RsbgVHhANRDlsY,17693
|
1464
|
-
pulumi_oci/identity/get_domains_my_api_keys.py,sha256=hNycQH1X0a3graxv0zzlujoQLNWJod_3Aw9wk7y_sM8,16122
|
1465
|
-
pulumi_oci/identity/get_domains_my_apps.py,sha256=m5fCZYdBgrNPdbCm1qEBrvkH2gyzH6o9lQ7WxbK-CiA,16129
|
1466
|
-
pulumi_oci/identity/get_domains_my_auth_token.py,sha256=u-BVn77y-hO4EZXalXUS1ofTpq-QvreTEUV4kE6RVv4,17971
|
1467
|
-
pulumi_oci/identity/get_domains_my_auth_tokens.py,sha256=AStrDB7Rl_u-ccahDRyq5JUT9BBa6TO6J3AUIZDBUGU,16470
|
1468
|
-
pulumi_oci/identity/get_domains_my_customer_secret_key.py,sha256=wrE-yLF2Da9KNn2j3l_H-JMLglXAsnY0MU6ewkYjwfk,19542
|
1469
|
-
pulumi_oci/identity/get_domains_my_customer_secret_keys.py,sha256=vAVFyzm3ZD4Kl_9dupe9IcklBTmFcmWaY_IPGxeRbgo,17494
|
1470
|
-
pulumi_oci/identity/get_domains_my_device.py,sha256=ikBwAOt_UpLsUqBL3y-wCB9NEdzULOGGRd3drTKU0Ts,34193
|
1471
|
-
pulumi_oci/identity/get_domains_my_devices.py,sha256=O5ZKtrbovML-bwEMNLX119FN-nR-7Uw228en36g41eM,19647
|
1472
|
-
pulumi_oci/identity/get_domains_my_groups.py,sha256=QBnG5wHZkRgg4B6EvQLumlY6A-TxH9h32S5fEz3NVto,20026
|
1473
|
-
pulumi_oci/identity/get_domains_my_oauth2client_credential.py,sha256=a_1156fFd3nCQ5OkQmfqZYIeaNwWs4Y45fAielTGo1A,20330
|
1474
|
-
pulumi_oci/identity/get_domains_my_oauth2client_credentials.py,sha256=oSqqyxx-J4mf3vC97FANOz1eS5Mh04tUlud3dZgcbv4,17984
|
1475
|
-
pulumi_oci/identity/get_domains_my_requestable_groups.py,sha256=zRFawGjOKqelZyjXOgn9wW0_Bh4mX_s6ZXTzSWKcN-s,17733
|
1476
|
-
pulumi_oci/identity/get_domains_my_requests.py,sha256=tU4Sb8AqH_mD3twe1_c-6f9UVQEWTcfO7Sxn5p8CgA8,20354
|
1477
|
-
pulumi_oci/identity/get_domains_my_smtp_credential.py,sha256=8d6fCR67bxLcC_tQnEhJEQKOsy-Fxc1N63V8zfh8ePE,18746
|
1478
|
-
pulumi_oci/identity/get_domains_my_smtp_credentials.py,sha256=9zne6ONJiaHxN05QoIkomRNRPJXScVUYSPaAPVIIADA,17050
|
1479
|
-
pulumi_oci/identity/get_domains_my_support_account.py,sha256=tIGQGzLnZc2MvXExEH6I0qdY4yDZ2KeXOvEc8fw0w4I,18505
|
1480
|
-
pulumi_oci/identity/get_domains_my_support_accounts.py,sha256=N4ynYC1jo83e_BYAY_g_ZQn13dsNtUCEes8jEOTrTyk,17050
|
1481
|
-
pulumi_oci/identity/get_domains_my_trusted_user_agent.py,sha256=jc3box71ZlIQ82g-8nInO_mcBInlNT0V3oTmJ9TFroU,24549
|
1482
|
-
pulumi_oci/identity/get_domains_my_trusted_user_agents.py,sha256=rPsz_nxhiRu2W0Oh8HGSskfevIMU7Bn1WdVdA_J5iAg,21047
|
1483
|
-
pulumi_oci/identity/get_domains_my_user_db_credential.py,sha256=mwwckBPIvAr14wieB_PBi0cc6O_6d9OuOIqUaCTjU4A,21918
|
1484
|
-
pulumi_oci/identity/get_domains_my_user_db_credentials.py,sha256=1wUWuDWjbAWDakQK4yHTU0X-Qj3zDxdZl_PQVEXZHys,17390
|
1485
|
-
pulumi_oci/identity/get_domains_oauth2client_credential.py,sha256=XCj0z8dqFl4yINrVgBcPsMMXyrVx2uomFQ-bWup8tNA,25174
|
1486
|
-
pulumi_oci/identity/get_domains_oauth2client_credentials.py,sha256=F1TwlS6E5I4GuwFKtEpUwByGcD12uIznUFZhRCI86Es,21367
|
1487
|
-
pulumi_oci/identity/get_domains_password_policies.py,sha256=1WuTf687EooW3EF6LxQR5cJ9PZo7KtVlC0MYtYTZIPw,20446
|
1488
|
-
pulumi_oci/identity/get_domains_password_policy.py,sha256=nT_4hSV_gfTr1inEb6RMcRBhx-iVnQAw8MgRFxdxbu4,45973
|
1489
|
-
pulumi_oci/identity/get_domains_resource_type_schema_attributes.py,sha256=oimGJ8LUlM6LVD-ZPIkSMPjOtr-65VqdAv13DJOCLiI,22622
|
1490
|
-
pulumi_oci/identity/get_domains_security_question.py,sha256=eumkoCw_gRJZa3GLPRh7W5V_Fmu52r0BLDpWOpWqmzg,22884
|
1491
|
-
pulumi_oci/identity/get_domains_security_question_setting.py,sha256=bH-MnU3cvLE2iw8vkB61cJ5kzps6ntgUQD6rUzEe5LE,24425
|
1492
|
-
pulumi_oci/identity/get_domains_security_question_settings.py,sha256=UeysN1SlO1hq4IAXHdfumAhQwxLIw3BMNW0n8PoJyHQ,14945
|
1493
|
-
pulumi_oci/identity/get_domains_security_questions.py,sha256=ZsgFCWXAhDv3XPeKvVtBtZNMnok8yo1KGTXjVYI6b-U,21086
|
1494
|
-
pulumi_oci/identity/get_domains_smtp_credential.py,sha256=sPGO37rxiXkfvvhmgBqCSNqf0oVQWTpjpobS5-oahlI,23541
|
1495
|
-
pulumi_oci/identity/get_domains_smtp_credentials.py,sha256=tzU0KHMKaAqe-s_sy-_ARf7THeMjlJF6s0YPnfAVGI4,20383
|
1496
|
-
pulumi_oci/identity/get_domains_user.py,sha256=WSpvsNQ4LXQs9l9fuGMbm-F3GcMPnYG7EOUHqYgR-PE,56373
|
1497
|
-
pulumi_oci/identity/get_domains_user_attributes_setting.py,sha256=1x8oLOckxomRqneibTACdFdN16HocQ6sVJWlcVsxZg0,20735
|
1498
|
-
pulumi_oci/identity/get_domains_user_attributes_settings.py,sha256=X7q20k9Cib3PWvAhpJ8YT7ZfmBqaHeL0xv2YvGsRC-s,13901
|
1499
|
-
pulumi_oci/identity/get_domains_user_db_credential.py,sha256=pSuQBTadLAIQJdQ8HBnE1K6tOhXOGItuVdPrIZOGrTQ,26727
|
1500
|
-
pulumi_oci/identity/get_domains_user_db_credentials.py,sha256=BpyjQlFNgG2fMsny5mcG35gcbEmyOSBHRVPUsown7PI,20753
|
1501
|
-
pulumi_oci/identity/get_domains_users.py,sha256=nPqMGqjEqb4IEMTYJywM2eJrgV45B8br5GdpubZde3U,19069
|
1502
|
-
pulumi_oci/identity/get_dynamic_groups.py,sha256=8j4NMjtq7C5zLhY111fYtx1hkVpsGnGgQ3LWfvvyvJs,7306
|
1503
|
-
pulumi_oci/identity/get_fault_domains.py,sha256=1fUTkhLRk4sTh6YnUzXZytB0SnlbGkwOUQmdl1SsU8g,6640
|
1504
|
-
pulumi_oci/identity/get_group.py,sha256=8_cKG3b3cDnFNqr_SoeBqL7NBmekktRcoiT9iLbdTcc,8337
|
1505
|
-
pulumi_oci/identity/get_groups.py,sha256=lZlNWaY9rZSAsH-5wyYiB-A_lVJ8s_28DUWMlpSvBYg,6854
|
1506
|
-
pulumi_oci/identity/get_iam_work_request.py,sha256=k1GsP-shtoXyx2V8pK0KhiAVbPNyhN4h-tKVvBJTc3Y,8787
|
1507
|
-
pulumi_oci/identity/get_iam_work_request_errors.py,sha256=UR084SfS1DV5QVqR9mCEurbTxK6uU_m7xAS1RJnLJ3Y,5945
|
1508
|
-
pulumi_oci/identity/get_iam_work_request_logs.py,sha256=cCjPGC-LM4ZE-VdUS4AXEEYCkPbng4SusHCA7f2o-RQ,5833
|
1509
|
-
pulumi_oci/identity/get_iam_work_requests.py,sha256=kL2mdwXuWMnuplDbB6hEcf7J8pb5r2BcyL0M4R06sBo,6450
|
1510
|
-
pulumi_oci/identity/get_identity_provider_groups.py,sha256=CNm0fHk3FsOaqPSgrNeFHDT1QbxfD05F95ozYr9W6d0,7552
|
1511
|
-
pulumi_oci/identity/get_identity_providers.py,sha256=ChnCwwyDggQbM3aBI_12T0FIFaDcH6Cd8g6SQ_yaWpE,9171
|
1512
|
-
pulumi_oci/identity/get_idp_group_mappings.py,sha256=Qp7FvrLQ7dgzdQSek02tH9sZesaUG1sTzb6OndsoY6g,5540
|
1513
|
-
pulumi_oci/identity/get_network_source.py,sha256=qf0BRXPh1BCPzxHm287wBl7ijnIactGyNwsUzagYMBQ,10517
|
1514
|
-
pulumi_oci/identity/get_network_sources.py,sha256=QS8baMd68dvbVNaQneWNWThOv0EVLhkc0BUtWpXA2Ec,7533
|
1515
|
-
pulumi_oci/identity/get_policies.py,sha256=wVcQtrPppgwEnYYpwME4Msic2VQoMSWD6qerkhqVgMg,7310
|
1516
|
-
pulumi_oci/identity/get_region_subscriptions.py,sha256=kTajFLMsaDNvcbywZO6B73RkwDJRhvyfCejhUGYrEUI,4959
|
1517
|
-
pulumi_oci/identity/get_regions.py,sha256=S07kyBH3PYfVli97WHRFo1ZsUR3yaNc7HClDf0cBUEw,3555
|
1518
|
-
pulumi_oci/identity/get_smtp_credentials.py,sha256=hGExsRDvi7r8uhR7_6UArip8X4o_GMlm38mT9qgOe6w,5065
|
1519
|
-
pulumi_oci/identity/get_tag.py,sha256=qd0dm4_w4nf-D9nBWjKaHDUGUkM32CACeF8GzfDqkh0,9903
|
1520
|
-
pulumi_oci/identity/get_tag_default.py,sha256=MBmrFej4CjcwZK69d-1aXsAzZNtgsbSfPL198faHnCM,8456
|
1521
|
-
pulumi_oci/identity/get_tag_defaults.py,sha256=K8MN_bYWd5qhfD12T4jPwaE7aYfkXaRbxJuyjv5H-cs,7597
|
1522
|
-
pulumi_oci/identity/get_tag_namespaces.py,sha256=V91M7WveTEZgBwcuXtGLQ5tgmesVYZg0M8WGY4dvTio,7565
|
1523
|
-
pulumi_oci/identity/get_tag_standard_tag_namespace_template.py,sha256=Q3yvMUJEaylta3jI6jsjpwqiaor0af1DprMB9rIudJ8,7368
|
1524
|
-
pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py,sha256=UFnH74tbKvmcYYE1IlLQzmLA2kjbXXhQoHKbcJSSG5o,5774
|
1525
|
-
pulumi_oci/identity/get_tags.py,sha256=i0X1FTf-Drbfx0m30PuWcEQ5sOCjDUGwksYbY4WlSuo,5645
|
1526
|
-
pulumi_oci/identity/get_tenancy.py,sha256=VncJ81I_9r9moMASic41bK6BuG-usn6_X5ses1BRGes,7200
|
1527
|
-
pulumi_oci/identity/get_ui_password.py,sha256=zjAViDSvi04WQjkMc_fv5WlTAY9lE991vsPh2J2P8ek,5343
|
1528
|
-
pulumi_oci/identity/get_user.py,sha256=G-x48MQB9CSzqHM_sQjTw46iYubPjhDIpKue9F0PPfY,13221
|
1529
|
-
pulumi_oci/identity/get_user_group_memberships.py,sha256=4y8RGbQr285zgO7BNEsiH3HpRe7QjcGscJzoXHomGVQ,8346
|
1530
|
-
pulumi_oci/identity/get_users.py,sha256=SRMcr6Tl1RdhsHU7i9x2SMDDI4vHha9dMlZepEnKRFQ,9144
|
1531
|
-
pulumi_oci/identity/group.py,sha256=FZ6sZnYb1cZFok6njSmU9c6CaykvwdB3_xDh0Xw0B6c,27266
|
1532
|
-
pulumi_oci/identity/identity_provider.py,sha256=pQKF3qofTIGJu5DV4GY0LrgkqAHVt1iV8aY1q263MkM,43236
|
1533
|
-
pulumi_oci/identity/idp_group_mapping.py,sha256=FIzhWYX7DP5ZyLQaP1ELcxfPdLNZ-37XkIKB91f2uOA,19148
|
1534
|
-
pulumi_oci/identity/import_standard_tags_management.py,sha256=eKYQiVAbKzExTarbv_peNvGsjIh1p-ojCM6EmtfubQo,13460
|
1535
|
-
pulumi_oci/identity/network_source.py,sha256=-Xr9M7ALlSZzJOlbWP6xUcoyl8u0OBJrFyjvuV_ZADY,39225
|
1536
|
-
pulumi_oci/identity/outputs.py,sha256=h9WxoefhEPFB2-J7n2lUFhMiSsqv7RD8f1FoKy2J5lc,4101439
|
1537
|
-
pulumi_oci/identity/policy.py,sha256=S_EZf9tQ1I0VPfdSFQDf33hBWAL1CHPegW-aORfRRVQ,40261
|
1538
|
-
pulumi_oci/identity/smtp_credential.py,sha256=Nu84uJS44MLJCahkgRft5p99-zmxZNOqjm0f5laT3IA,18464
|
1539
|
-
pulumi_oci/identity/tag.py,sha256=ZGv4C2Hp2XfI3ztn5KiZ2fcFTpsHPq8Z7sYcIbG33EQ,41089
|
1540
|
-
pulumi_oci/identity/tag_default.py,sha256=goXQUmWVYRpupz17M1h6k2hFAPFxQ0e6t_3ipR626jM,25382
|
1541
|
-
pulumi_oci/identity/tag_namespace.py,sha256=WnjNwH5YL3XIO6WlyCFlSFrpZr-mKOWpAb1jLAXHe0A,29267
|
1542
|
-
pulumi_oci/identity/ui_password.py,sha256=IU7dC2tOQIRkz7h7fl9Vv8wy4n8-xFSDngmSnLyyZOQ,13772
|
1543
|
-
pulumi_oci/identity/user.py,sha256=CjqgQ-5o6bCbJZZWWRsNGJDk9oIuw_NLrWdNPYQ67E8,43608
|
1544
|
-
pulumi_oci/identity/user_capabilities_management.py,sha256=5ndjtZgSSYAFERSGsxwB8buZEWcvl3P3nwJVGvfanIU,21503
|
1545
|
-
pulumi_oci/identity/user_group_membership.py,sha256=89l1_dqL1zp-jHMWvawkcR631yuGVQGDBr6gxTGShFY,15977
|
1546
|
-
pulumi_oci/identitydataplane/__init__.py,sha256=3p2MSIiFqHpIMFFl1thue91_oqZ4koRyvoMkvsjIyzo,314
|
1547
|
-
pulumi_oci/identitydataplane/generated_scoped_access_token.py,sha256=8gxAWgTHSg9QuXRFuc3o9meQ3n72hlEU7sCqb5lAfLY,13004
|
1548
|
-
pulumi_oci/integration/__init__.py,sha256=ZLDrqTt0CLwKCT_kcD1f654OBsGgvHcLPzLCmIzUJxA,431
|
1549
|
-
pulumi_oci/integration/_inputs.py,sha256=EvceYautQLLXTDssfBs2By-n0fXfQq6nuJEaJU4OhQU,21686
|
1550
|
-
pulumi_oci/integration/get_integration_instance.py,sha256=BcPdnqAo7843uC3YtmfDYe-w35xphf-ZY-L7ILMLixk,17983
|
1551
|
-
pulumi_oci/integration/get_integration_instances.py,sha256=Jj3STNsstBeVgq84SPmvDVUK-eeTsv549lIs9KJO1PM,7100
|
1552
|
-
pulumi_oci/integration/integration_instance.py,sha256=shRTFWlwiqZKxBSxfvz3_B_wP5t2HUQhDO3ldjPbp18,67496
|
1553
|
-
pulumi_oci/integration/outputs.py,sha256=MPBSPGSnq0wzDEJF0YN-Pm-wy9DRahedWC_sSTjDRaM,60649
|
1554
|
-
pulumi_oci/jms/__init__.py,sha256=vund8KN50Qe0l2W6waZFKOwOhGBSfndj5tUpj21x6PM,1163
|
1555
|
-
pulumi_oci/jms/_inputs.py,sha256=PHnj2Z5D-6euip7xr_dfTcRVcp5MDCaJwKwC_UJAVg8,14777
|
1556
|
-
pulumi_oci/jms/fleet.py,sha256=0kULAkZAFhW5Wy4Lu30aZa8YRpxx5FmEsomqgnWDDf8,45504
|
1557
|
-
pulumi_oci/jms/get_announcements.py,sha256=dqr82TcrMCE1l8qNaZ5H0F_zEkqlovoj9-LEcLlPJuw,7048
|
1558
|
-
pulumi_oci/jms/get_fleet.py,sha256=-z4t1loYqaocrjzKDTtxb0UTPJwWVV2l4shRpVux1Bg,14857
|
1559
|
-
pulumi_oci/jms/get_fleet_advanced_feature_configuration.py,sha256=UU3PSUSnpzBfU42Rvm2JodxFRuDlMBdbGu7dCxjBaKI,10120
|
1560
|
-
pulumi_oci/jms/get_fleet_blocklists.py,sha256=SMtAPIqcQTbsaC-Tr_AZrJO8oMJ0W8lkoaWyWwHBBeg,6950
|
1561
|
-
pulumi_oci/jms/get_fleet_crypto_analysis_result.py,sha256=laMol-2TbGwGtJn8DWtJ79TLFL7vXpVuAd99XrxgbYg,13733
|
1562
|
-
pulumi_oci/jms/get_fleet_crypto_analysis_results.py,sha256=MBd0OtVYfbUZ3wKE44_-PWLyzBLYQ-sh9yAzNrdTihs,10139
|
1563
|
-
pulumi_oci/jms/get_fleet_diagnoses.py,sha256=97Cp1TRI7Fzik7xvffSCYNt3i93R12P3ZmMzvdfBKXk,5046
|
1564
|
-
pulumi_oci/jms/get_fleet_java_migration_analysis_result.py,sha256=rne-uLq8PqqmPnWWr7cX170IfwVDem7JQj77nggnQsw,13794
|
1565
|
-
pulumi_oci/jms/get_fleet_java_migration_analysis_results.py,sha256=S54MS1XzZ2zABf2z2kFLM71yUif6Rei6LYppDpGxDgY,9424
|
1566
|
-
pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py,sha256=alnNHxnBt0P0OEhTSTeK5GRjJqrs96OnnG9TrEacnv0,14059
|
1567
|
-
pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py,sha256=O5mleD_NObeFxiMS4xnXPfafyRibbE4FAI1iQjlXiIg,10811
|
1568
|
-
pulumi_oci/jms/get_fleets.py,sha256=HWwYqOBOpsjajv8edzNU0kw1m9C179Jg5SnSL9_GuJQ,8171
|
1569
|
-
pulumi_oci/jms/get_installation_site.py,sha256=oQ6ocxSGQJhYcoriCXycFaxkmQkFyRXhRNdKL8cKDQ0,15450
|
1570
|
-
pulumi_oci/jms/get_installation_sites.py,sha256=ACvJdxhvTUE-dbXQuGwISVa79QJehHTWl8N25V6eNac,16563
|
1571
|
-
pulumi_oci/jms/get_java_families.py,sha256=d7G8WOsKD7RYjW9gWDfOf186dmUz2c9HqtwGajSdILU,6082
|
1572
|
-
pulumi_oci/jms/get_java_family.py,sha256=XQLdRKM8Zd4n3Y7V6vRkfWs7LRBLjjB2T_ay4c2_GlY,5783
|
1573
|
-
pulumi_oci/jms/get_java_release.py,sha256=rmSP7shq1Z4YssVSCoYSCJO3T6FYC5FYxGoq3eLbkCk,10019
|
1574
|
-
pulumi_oci/jms/get_java_releases.py,sha256=mGQYm6bRUyk-XWUoz4mkbH0WqpOTB0k9VJ_ddluWzCc,8869
|
1575
|
-
pulumi_oci/jms/get_list_jre_usage.py,sha256=UWi5PoHoQ_qMgd331SibNqAT-3bQwZTL2SDpXOUUvO0,9567
|
1576
|
-
pulumi_oci/jms/get_summarize_resource_inventory.py,sha256=XvOoszK_8K84sJBdUi7Ec_ssp-8w5jIvU-dZWtiok-Y,9354
|
1577
|
-
pulumi_oci/jms/outputs.py,sha256=XWAq37VssmjIYdOgtxUSU8IB3tav0DZZpHEc1x-xkt0,140114
|
1578
|
-
pulumi_oci/kms/__init__.py,sha256=GIcTCjSJWPAduK61oiQiFs7KMNoWIjAL7jWtsanENfc,848
|
1579
|
-
pulumi_oci/kms/_inputs.py,sha256=eMPJIwQziAYPyJHo1qJCsODiAGsosenWXJaQeLh-9Co,21587
|
1580
|
-
pulumi_oci/kms/encrypted_data.py,sha256=BReLJIWmGgLmAfpeelKf5YCS08vDzPxyNwywJwXxc80,29438
|
1581
|
-
pulumi_oci/kms/generated_key.py,sha256=iDS7b2I8us-tc4L6NEWHR7LVqsf87Ugbyzr_ZTw7he8,29217
|
1582
|
-
pulumi_oci/kms/get_decrypted_data.py,sha256=LwzcY7VOHkzP5MjZRJJlr2cOz8GdBEqYmVxWaaYM580,7732
|
1583
|
-
pulumi_oci/kms/get_encrypted_data.py,sha256=066XVSkYI9CL_ncWQ6mCQFiQgRnAO-17YUUpujLfXl8,7233
|
1584
|
-
pulumi_oci/kms/get_key.py,sha256=r-1RM2BvcZyPQSM4p3Ms5bLCishipIm_mpxZ2A7T4SE,16901
|
1585
|
-
pulumi_oci/kms/get_key_version.py,sha256=O_eMHdfk6YR7BewDimUsB0MvCxUB8FPsSRNmu-F5mSA,12196
|
1586
|
-
pulumi_oci/kms/get_key_versions.py,sha256=dkTosm19-Egp-4ALqwBtgMX6F2MbutATjJRk5Sa6_oE,6757
|
1587
|
-
pulumi_oci/kms/get_keys.py,sha256=d9gEy9M7u7cg7nxzvqPZepowMCQutl_KYMGeFQO9YB8,12029
|
1588
|
-
pulumi_oci/kms/get_replication_status.py,sha256=IalWLuv5YHQDbzx51r_BOZ7GPoOfFz1wj2WDOfh8B70,5840
|
1589
|
-
pulumi_oci/kms/get_vault.py,sha256=0dE8jHoWqMRlr8ldl6GrRaDTJA5xVupfaVFTAqrEJSI,14593
|
1590
|
-
pulumi_oci/kms/get_vault_replicas.py,sha256=BVky61h-XZw2eaYQ4YyK7iiEE0yvu5v9zZS5bw_nvco,5258
|
1591
|
-
pulumi_oci/kms/get_vault_usage.py,sha256=ZEaRAAGprxrLL22nAKzjT8o9Ufc054EWyRKqeTD2Z8I,6002
|
1592
|
-
pulumi_oci/kms/get_vaults.py,sha256=I97Ya2cs7rqT4vJWPABf_iJu2RetZu3OzJeNqh2KOA4,5122
|
1593
|
-
pulumi_oci/kms/key.py,sha256=zQqmH2cXd32otZhUZz6ljLOyTmhqFF8Dwc8m6jKGRE8,56016
|
1594
|
-
pulumi_oci/kms/key_version.py,sha256=5br6Pkh0d9gynqpnrw59AdCIKMN4kJ9zqU_x1dEM_0o,28008
|
1595
|
-
pulumi_oci/kms/outputs.py,sha256=34ARWijIBV6iN47OYTj6isVi4MAH34qTkQ-CfXoMAQ4,67803
|
1596
|
-
pulumi_oci/kms/sign.py,sha256=DHBF3FZOpVUG7TZDGbaJktezQjjtewJstZ_tMoUgnWI,26427
|
1597
|
-
pulumi_oci/kms/vault.py,sha256=2t3WVd7oEW_nHhdu0yIePIB4GcIrCo3yei4MBNDkFgo,45019
|
1598
|
-
pulumi_oci/kms/vault_verification.py,sha256=DXcf56VI1KAtKuoJLNLhqval3AtB3eU9T9Gn2SJbTBs,10084
|
1599
|
-
pulumi_oci/kms/verify.py,sha256=GF4oeytteyklXC7uGPCe9w2OEp0EgBxEKa57_yfTzPY,28863
|
1600
|
-
pulumi_oci/licensemanager/__init__.py,sha256=_1oakyLqLmsT82vMDdI7jBtXFDaECD4jHPmBP0n_NiI,747
|
1601
|
-
pulumi_oci/licensemanager/_inputs.py,sha256=zxx9VTB5tNbODiGfUoPn5QrsEZ_iPn-yhXU9HvMhbtE,5385
|
1602
|
-
pulumi_oci/licensemanager/configuration.py,sha256=Zbwu7dDZnR1hq3bAD8K1Ml09f3u3JH3shAq8hnkHn2M,14770
|
1603
|
-
pulumi_oci/licensemanager/get_configuration.py,sha256=oRQF22dwaj0o_lmI0Iw53bAKIodBOJsPqN3JTI2HpKo,5483
|
1604
|
-
pulumi_oci/licensemanager/get_license_metric.py,sha256=bET90uhpA_yoVj4OYVLC-exotmi5fJv9DX7WHUT_8IA,8245
|
1605
|
-
pulumi_oci/licensemanager/get_license_record.py,sha256=hbK5W_q9NqP3n5VRcGb4SWpkDRJXS3JF9vmJZ75ZlSg,13749
|
1606
|
-
pulumi_oci/licensemanager/get_license_records.py,sha256=0eJA85a1GrSulWaINw2WBP9D_RQ1mltgRgFXDsEE0BE,5339
|
1607
|
-
pulumi_oci/licensemanager/get_product_license.py,sha256=ETlioOWzW8lk35AHXxV3Ws8a2v8ui29fD3kRxh0U2rg,15942
|
1608
|
-
pulumi_oci/licensemanager/get_product_license_consumers.py,sha256=btqM9C_blKaHl7XZVaqY-T5T-QZ3_N9UK_irbm5ZdeY,6941
|
1609
|
-
pulumi_oci/licensemanager/get_product_licenses.py,sha256=Tybm9vwTtI7yzC3kl6y4PyLD1f-GACB-g56ajc2GAzA,6788
|
1610
|
-
pulumi_oci/licensemanager/get_top_utilized_product_licenses.py,sha256=7U882BjC9p1tCKcGSGrzsVQxzCT1FPCgsOx235vqrYc,5951
|
1611
|
-
pulumi_oci/licensemanager/get_top_utilized_resources.py,sha256=3ruVuHXIC91hngxT65dtEOVShqzUNWGyL0JAUrRzYCI,6887
|
1612
|
-
pulumi_oci/licensemanager/license_record.py,sha256=Ec6uEjXDpMYWeqlzgReGjiYgUWK4ABf9_NURBPtIgHg,40962
|
1613
|
-
pulumi_oci/licensemanager/outputs.py,sha256=55TOTlOEczmh7tlo7Ey24Aw7CCoq7vUSoce9tWCu2_M,41543
|
1614
|
-
pulumi_oci/licensemanager/product_license.py,sha256=V0xpOpjjzrGPSlCllvVqpuiZYxELduKMHSaJ4axIxYs,43992
|
1615
|
-
pulumi_oci/limits/__init__.py,sha256=Vzs645AdvmxinYGOTAHU5RzDmzJzx0JBM9OacSWojxU,524
|
1616
|
-
pulumi_oci/limits/_inputs.py,sha256=MZit5z7kjm8dnb8owYwD8p9lbyFy9je8sc0KGxqwXaM,7954
|
1617
|
-
pulumi_oci/limits/get_limit_definitions.py,sha256=g_8qNiNq2SxIObsMaxV_Rpeaj7W6butIN-zKHchb3_8,7118
|
1618
|
-
pulumi_oci/limits/get_limit_values.py,sha256=6Ubb7JJVLG-qKOCZzgo09fUv81rSQK10441CEyiyr7Y,8721
|
1619
|
-
pulumi_oci/limits/get_quota.py,sha256=UnWqOrsIXNtM6oqcpbmSr7xoZJSM3InX-NOQA4VEAuM,8681
|
1620
|
-
pulumi_oci/limits/get_quotas.py,sha256=AunEs_2bFypV8aUqrySZwQDuWb--NqxVU3AF77sFHMo,6135
|
1621
|
-
pulumi_oci/limits/get_resource_availability.py,sha256=zurLPDon8sKYL8LcBgUQCJXQoAoK96XugCKozV71Ep4,10616
|
1622
|
-
pulumi_oci/limits/get_services.py,sha256=rUbeJb-LviS6kLnnzx8wEmxLl01i8fETBiuAXqXvW78,4703
|
1623
|
-
pulumi_oci/limits/outputs.py,sha256=4xzrDTB9kqJN3I3qPzAWee2WjZAhwd7vMZ3oxbx6ZRE,22754
|
1624
|
-
pulumi_oci/limits/quota.py,sha256=cxXQ7TyOvDXkNlDnDuuuMLOpntixNdan98eKudw4ir0,29629
|
1625
|
-
pulumi_oci/loadbalancer/__init__.py,sha256=MEaFdbTIsnehC12wXAUwvJcOEZM4WCItCZ52hjWqJWA,1231
|
1626
|
-
pulumi_oci/loadbalancer/_inputs.py,sha256=gVNRWGLGr-D5EiaZUfYKeMVxc9SPp06qD-tv8wdDsBM,128869
|
1627
|
-
pulumi_oci/loadbalancer/backend.py,sha256=Ls4gAoJhb8jLCLG5iAeO95AcUBUQw7Jkzj1auNJVG44,32061
|
1628
|
-
pulumi_oci/loadbalancer/backend_set.py,sha256=FfBQXcMWy6fli-voIcYJXmoxewrBTsHOqcZ09JkOl54,59452
|
1629
|
-
pulumi_oci/loadbalancer/certificate.py,sha256=3j_WlvSO6IgJIyNv9TXozwNNtdsmxDufS00y4mdV_F4,33090
|
1630
|
-
pulumi_oci/loadbalancer/get_backend_health.py,sha256=CGrpAxPMVQRxl1JlOkRAhaNQoqjW8A2FbqDEzJMnad4,7702
|
1631
|
-
pulumi_oci/loadbalancer/get_backend_set_health.py,sha256=L3A1qtoAtFr8y0gFTAnrgTjjpVRLZkbK9jjGor1UYNA,9316
|
1632
|
-
pulumi_oci/loadbalancer/get_backend_sets.py,sha256=EQz0gyI8QVDiWfSf8XA8wh3XyLSzFkdqgvQi9JYFQ4I,5128
|
1633
|
-
pulumi_oci/loadbalancer/get_backends.py,sha256=OnfuuFXe0DpRXm7o9uXEaIA_SmvFCP5ZF5eytt-aCbI,5958
|
1634
|
-
pulumi_oci/loadbalancer/get_certificates.py,sha256=K5FGlBjmVXjPyY2rCTJuU7mvwpX54qE-IWC12-UlP6k,5069
|
1635
|
-
pulumi_oci/loadbalancer/get_health.py,sha256=ADlWRvIGOyvLvuvcORGXiEH8aDq33i_6vRaHrcih_YI,8558
|
1636
|
-
pulumi_oci/loadbalancer/get_hostnames.py,sha256=TPtyiy4vcumbLTQIL9KHMNW_VxHUlKoNiX22sbGvJKg,4909
|
1637
|
-
pulumi_oci/loadbalancer/get_listener_rules.py,sha256=XZqz4-ruYf4FvHZUlap-zKpUc_Iv-ZvudDw54OsybsE,6470
|
1638
|
-
pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py,sha256=CzGwMJyjt5Y-KlMf3M4rRu7aunRh-10PRNpfSQM8aaM,5636
|
1639
|
-
pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py,sha256=7rYy_Efw7a38UfLvWltc84E1JSCvUwyoBT_lntcMWAk,7188
|
1640
|
-
pulumi_oci/loadbalancer/get_load_balancers.py,sha256=PrcwwjQ6VlZSjP3ae6k9zxop_QXlloDXJWVgoDdtqvE,8219
|
1641
|
-
pulumi_oci/loadbalancer/get_path_route_sets.py,sha256=mH7WyfsB4rWQDkT-GbU9k0iOSz2dWw5XhKnOenQEfsU,5177
|
1642
|
-
pulumi_oci/loadbalancer/get_policies.py,sha256=PcjEAXEOgZu-je2T531uLMIocdAhEmcr0GKHNTY_Xqo,4746
|
1643
|
-
pulumi_oci/loadbalancer/get_protocols.py,sha256=MEzIvOU9TMr_uPXR33VLltWstFKhYD_amvuFs__sL2w,4785
|
1644
|
-
pulumi_oci/loadbalancer/get_rule_set.py,sha256=U_lggLw21o0EDIpoDIrIRPWbWRJP2M1eP3MH11QCE04,5187
|
1645
|
-
pulumi_oci/loadbalancer/get_rule_sets.py,sha256=gMYroINToFZH4YygN-37wSnBv7ZpM1BP6uMozZ5oJME,4826
|
1646
|
-
pulumi_oci/loadbalancer/get_shapes.py,sha256=tonoyJHTBKghc4Szl_VJH-nai6_mH7QhzYNUuQUgfkw,4639
|
1647
|
-
pulumi_oci/loadbalancer/get_ssl_cipher_suite.py,sha256=n9qWT5odlXQhpcDz9CW7cfzjrUQBRQIT3POFizghRWE,5501
|
1648
|
-
pulumi_oci/loadbalancer/get_ssl_cipher_suites.py,sha256=-dYk32BxSKiZy11WXVNXK3RcvJxsG8Lj45dPuYy-Uv0,5201
|
1649
|
-
pulumi_oci/loadbalancer/hostname.py,sha256=aBD4qe0P9Azo-QxkfYaRWh5szNcWdrfKK3rFjnWawc4,15235
|
1650
|
-
pulumi_oci/loadbalancer/listener.py,sha256=zn8_fEh7u7OTiJ8Lbk4LtC6K0bu90hEIGmOjZC1_hwY,42021
|
1651
|
-
pulumi_oci/loadbalancer/load_balancer.py,sha256=s10VHdu-I0T-iYZZbSIthSXDw46U3YlcCKgJs8mB2Ho,68072
|
1652
|
-
pulumi_oci/loadbalancer/load_balancer_routing_policy.py,sha256=2RuP3a8oWreybBOo4nJ7u9y5wGHAXTFoZJewL2pWrrw,19516
|
1653
|
-
pulumi_oci/loadbalancer/outputs.py,sha256=AwNRjHSCDYR7H1E82vosm8jCa7_6Bdyt-sx1kmVw0KQ,241240
|
1654
|
-
pulumi_oci/loadbalancer/path_route_set.py,sha256=zsNFrjy8RpEVcEhR6IN2G4RdtBZp5_X4YiRaX08QQew,14993
|
1655
|
-
pulumi_oci/loadbalancer/rule_set.py,sha256=2OignCA4wrVK4jje3mn3SYe4KGohZm_jqWZU0a2KlmM,18834
|
1656
|
-
pulumi_oci/loadbalancer/ssl_cipher_suite.py,sha256=VJngA2TjkXpBf67ihRifJlJQVfmxXEE2JlCJX8VERYs,17538
|
1657
|
-
pulumi_oci/loganalytics/__init__.py,sha256=i6Iw8rHB0By3JmTEm29LRUWQWRtyBdcf1PE8aCo6zMo,2184
|
1658
|
-
pulumi_oci/loganalytics/_inputs.py,sha256=mqAXDCSp2wsBMBY5vZU7f1SPbuWSrNpg3BZbZzYz40s,48063
|
1659
|
-
pulumi_oci/loganalytics/get_log_analytics_categories_list.py,sha256=PBwLomCAbbXCBKPH61KMqPIGnuYg3Z3XOA7s9gI_6IU,7993
|
1660
|
-
pulumi_oci/loganalytics/get_log_analytics_category.py,sha256=GeMJEK1EXDur-2AjJ1vSZWDBiobXkv3NS8m4N51bnWM,6405
|
1661
|
-
pulumi_oci/loganalytics/get_log_analytics_entities.py,sha256=BxGECkjUp1_RXLFk553yT6JVMA_CwWYM4eC9sdUBq1Q,18610
|
1662
|
-
pulumi_oci/loganalytics/get_log_analytics_entities_summary.py,sha256=j0Qu09IN9l73qIk1LgqUMBpztWX5gIUzyBfY5-ApZqk,7232
|
1663
|
-
pulumi_oci/loganalytics/get_log_analytics_entity.py,sha256=0Exy6Q5UA7hOK9u4mYEt1zFevEXMwyUkM9ph_d2EIIo,16618
|
1664
|
-
pulumi_oci/loganalytics/get_log_analytics_entity_topology.py,sha256=56rqA0vVu0jaiIhv8Yue5R5MdHkScYt9_83V-cFxC60,6760
|
1665
|
-
pulumi_oci/loganalytics/get_log_analytics_log_group.py,sha256=TGC8rzo-H4tFWG1tjPg5oLNPB3n5afinghB_t2x7npQ,9448
|
1666
|
-
pulumi_oci/loganalytics/get_log_analytics_log_groups.py,sha256=vyzvnKsxEv8_8vdovOK5ydGxVLZqehFoXCGzbfYcmSw,8148
|
1667
|
-
pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py,sha256=l4bCs0KMVx1WniK0nO_yoYMUPjaV7yfLXroC6kfkou0,5303
|
1668
|
-
pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py,sha256=XN7LgoMkNl8wy8AfVS9MJGR9NVZxsqjaV_l-I3G89vg,21446
|
1669
|
-
pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py,sha256=K-i-qxzWXED4xRyelAGtr1TThaBrA1DFzee9Xu0aUMs,8933
|
1670
|
-
pulumi_oci/loganalytics/get_log_analytics_preference.py,sha256=HdLV8EVR6gZ3Ev1Agx1_TD_ai-U_Y5v5mzTbIxEmTR4,4195
|
1671
|
-
pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py,sha256=F1AxUOjmJp9qRHVpJHTTipQ-3BzYqj4d4C-AqcAPLPI,8856
|
1672
|
-
pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py,sha256=BafRI_L3xBGhmXj6lb2r9a84Tp3VLUNFebj1vZRg9dI,6201
|
1673
|
-
pulumi_oci/loganalytics/get_log_sets_count.py,sha256=e7I65oaq6wQXLVqEBSRlJvk7vbbrhZBjeovLxTubSCE,3937
|
1674
|
-
pulumi_oci/loganalytics/get_namespace.py,sha256=aZs6CnkWO3DvwR2ws_hC2-y8Nzc16e-J20pPhiw_VgQ,4510
|
1675
|
-
pulumi_oci/loganalytics/get_namespace_effective_properties.py,sha256=kDzMmGgB-ef-AD5hprz2qJIXbpfPRg1EomyNPoOT1Fg,10922
|
1676
|
-
pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py,sha256=pcuUs77Qmp2uL_c9v4XJwg-AY7UtGeVVUhTKyLvclu0,11350
|
1677
|
-
pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py,sha256=kCmJ8w5iGEV-sXL-aIN_yB8xl4MJ9MwsFqZc_kW7nfE,12417
|
1678
|
-
pulumi_oci/loganalytics/get_namespace_properties_metadata.py,sha256=tivvy3eye9AU1QEixb_FGAH0wrf5H7uVX21zFVUc7pY,9525
|
1679
|
-
pulumi_oci/loganalytics/get_namespace_rules.py,sha256=IcJt5idXwJqNMpoNiQReubsmauqvywfc3jdjwdeUrhI,9173
|
1680
|
-
pulumi_oci/loganalytics/get_namespace_rules_summary.py,sha256=ZU8qm2X6OTx7_JG-j9uy7z4Rl3EoNNdmqNiU-APGzqo,6422
|
1681
|
-
pulumi_oci/loganalytics/get_namespace_scheduled_task.py,sha256=FuMD1P_4gZv0YHNtS5pQCNCsIal6WhZ4KVSEMDV1iGI,13509
|
1682
|
-
pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py,sha256=EU3T2_aY0PD5t-sHSyh8NhOZDHW3SLnEGtYpOvZV_l0,8478
|
1683
|
-
pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py,sha256=TrLHyRxvwQ2vgHntEsqB7ZK-B0kCIqu-TvvOdXg6u3U,4560
|
1684
|
-
pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py,sha256=iAMm1Qk5RShL-ZVhBdXrN9JF8Q8j5D824yCmXs9ZpBo,8121
|
1685
|
-
pulumi_oci/loganalytics/get_namespace_storage_recall_count.py,sha256=EdHKQYHXTeNxPCTzZBwVMGMHYylFkriYJ0-nNLlsZMU,6662
|
1686
|
-
pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py,sha256=X0iMayCNyMpBGWE7jcjL0w6_xyCSEvgAgfWiTgdKsXY,7731
|
1687
|
-
pulumi_oci/loganalytics/get_namespaces.py,sha256=RFBLhQlSlwLxEClniqJfsUWgIN_-DKAhc3dO6K0_Uqk,5122
|
1688
|
-
pulumi_oci/loganalytics/log_analytics_entity.py,sha256=jQc2CUxfoQoSvINhFxMffbsAZwJISWpU7_1NfuCgayg,49041
|
1689
|
-
pulumi_oci/loganalytics/log_analytics_import_custom_content.py,sha256=HYQDGPoNfPP8UAAYtFf1IN5Hf5NaG7qzXN6TRjbpzvU,24423
|
1690
|
-
pulumi_oci/loganalytics/log_analytics_log_group.py,sha256=z-4V5ECF6CftblFGYYAomxf21CwgbPi34bniZIIzr6I,26141
|
1691
|
-
pulumi_oci/loganalytics/log_analytics_object_collection_rule.py,sha256=clRzt9IX9zMtzQJHG9QpTKEfajK67teCnEL7qRa1meU,79350
|
1692
|
-
pulumi_oci/loganalytics/log_analytics_preferences_management.py,sha256=eK2_T8VdqnrShHv_gOeCV1xIsPys2ycFqm5EMCvr7Q0,11925
|
1693
|
-
pulumi_oci/loganalytics/log_analytics_resource_categories_management.py,sha256=b13We1YwBb6sp5maI8_ocra6g842vRdADdIxvjthX-4,16563
|
1694
|
-
pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py,sha256=8HfiNKOzAqIx4yspdoxBwNFu4nP47FMP9tQSHXEAg04,15918
|
1695
|
-
pulumi_oci/loganalytics/namespace.py,sha256=V30_LNXU93ABoFR1qmC4voDB8FOnzDxM60RXVHMP2_s,11672
|
1696
|
-
pulumi_oci/loganalytics/namespace_ingest_time_rule.py,sha256=66fckaLfMizzKuZV6LEWjN3exuMj254aLDytIA3PaGo,36527
|
1697
|
-
pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py,sha256=uoc0QYbctAKRMoCs2Q58FQJugJOt1NNO1s3fblsP79E,13906
|
1698
|
-
pulumi_oci/loganalytics/namespace_scheduled_task.py,sha256=tmOzmOOERFRe3Jw56ETgtjoqAIqrYKdVWask2JlXxDE,39301
|
1699
|
-
pulumi_oci/loganalytics/outputs.py,sha256=5es2tkigtcuW659sAaKKX2DYic7HqL4bVll-vAX34PQ,162451
|
1700
|
-
pulumi_oci/logging/__init__.py,sha256=Lzrjx_8ufVDmjgbkpTQHnipgODYc4a8FY6KtTXl5qRU,708
|
1701
|
-
pulumi_oci/logging/_inputs.py,sha256=d8pMvE1OpzSplbmUB7jDArt_4w-D3aEBfBzenjYPzdA,42870
|
1702
|
-
pulumi_oci/logging/get_log.py,sha256=sbCUpyk1JiyPaeAgPscxtGozo8jC1PWYX_oxl1e2yhw,10893
|
1703
|
-
pulumi_oci/logging/get_log_group.py,sha256=xZBjLrPevQ37R6PdYlQGv9IIjH8kw7nPv-0bXkbt9bI,8001
|
1704
|
-
pulumi_oci/logging/get_log_groups.py,sha256=GReqSsZlB4C5BVt1yqeV-8y6KANpSI4tj2ctBmMNVss,7148
|
1705
|
-
pulumi_oci/logging/get_log_saved_search.py,sha256=wTorkSwKIkNBwiuLJ8wC63uFyxizVoicTKG5N9C9LaA,8605
|
1706
|
-
pulumi_oci/logging/get_log_saved_searches.py,sha256=53DyVosUoQtRQCu3wi6uCVmOFDQigC6LyhRQy2cqOGg,7305
|
1707
|
-
pulumi_oci/logging/get_logs.py,sha256=LqEPcVchjlPBtHqYAejBdErfoqALb7w6HKMS89Pjnis,8972
|
1708
|
-
pulumi_oci/logging/get_unified_agent_configuration.py,sha256=1YgnPr-CRKkxP4cS6IAcAUGJVZ_Rv6naeZTX6tsUfGk,11501
|
1709
|
-
pulumi_oci/logging/get_unified_agent_configurations.py,sha256=TWAxMhFve4y19pPCbCbQvcH_xBeuYJQn_tuVP-zrd-s,10842
|
1710
|
-
pulumi_oci/logging/log.py,sha256=k5Myf9xoBOmgRuNlIxzLOt95jfkRb7gklciY0pfl_f0,34765
|
1711
|
-
pulumi_oci/logging/log_group.py,sha256=TZlBNooukN7wL6_aliSGoRl0L7WotiNfve7EIwhI4P8,24663
|
1712
|
-
pulumi_oci/logging/log_saved_search.py,sha256=CUnOQL9itKx-aC9XOebnJzWFdthAPrPl_0iqxn0WeZg,26049
|
1713
|
-
pulumi_oci/logging/outputs.py,sha256=p4b6j-pOZbi97lIbosZkM8cz4_BU0lgNcqsl5_a_cLQ,88144
|
1714
|
-
pulumi_oci/logging/unified_agent_configuration.py,sha256=OTo-Ug-CtnM_xHNMkzHEPSnVluYNpl6XvDWU40tudAQ,45151
|
1715
|
-
pulumi_oci/managementagent/__init__.py,sha256=0dxO9RQ5xf0pWp0XOAL5gJWqFu3vnkH1rFEC3g4dnqg,857
|
1716
|
-
pulumi_oci/managementagent/_inputs.py,sha256=LKMjhkBEejXEcmiLvUwH1Uo8Q3Pi4PfCf-Ns4q7ODlE,12567
|
1717
|
-
pulumi_oci/managementagent/get_management_agent.py,sha256=sLHZn1luYLfBiqgsAirZHiXH12xb3ezCXwBPQDWZehs,19158
|
1718
|
-
pulumi_oci/managementagent/get_management_agent_available_histories.py,sha256=ZGyQSBlGgiXXACghKi5s7ky8ErJWaS4qy6MqJL-OjBk,10062
|
1719
|
-
pulumi_oci/managementagent/get_management_agent_count.py,sha256=tP26y2IaZYzhygjnKwXdBbVxDQrkvwLtM9s9fbUezUw,8047
|
1720
|
-
pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py,sha256=eCxOKe2Qq8v6dKacnZgy7mzfsPGp9txvO7xqa7FY6Gg,5088
|
1721
|
-
pulumi_oci/managementagent/get_management_agent_images.py,sha256=jBl0RuAx0flakF6_eFJ7_82yHfXk5YuqjmOqiUuI1v0,8086
|
1722
|
-
pulumi_oci/managementagent/get_management_agent_install_key.py,sha256=EFzmGU357tJg00o67MeQSTc76vLntjSMGXpLz981EOU,11284
|
1723
|
-
pulumi_oci/managementagent/get_management_agent_install_keys.py,sha256=8nEo0mEzsPFFPYaJ2olbJnAe0AEimkwc0GcZ9DBXyQg,9997
|
1724
|
-
pulumi_oci/managementagent/get_management_agent_plugin_count.py,sha256=J2llgAmwRfbOxzP4GpPuQFcjcsqrRVRgY0irYVFf5bY,5498
|
1725
|
-
pulumi_oci/managementagent/get_management_agent_plugins.py,sha256=TuixjgSe8-ACBNfWf6MD0X5CIgmSoxtdvo1NPZz85uM,9364
|
1726
|
-
pulumi_oci/managementagent/get_management_agents.py,sha256=2pe2AmHi8G08zvYP3OAJg-GPO8NJQcc-_7IFy4DQP0U,19459
|
1727
|
-
pulumi_oci/managementagent/management_agent.py,sha256=y8VI4H0K7G6DDbVQF6TOdkLPB6Glz9gSo0AMmOU_M40,48474
|
1728
|
-
pulumi_oci/managementagent/management_agent_install_key.py,sha256=uVj0evz2k___loz9ZqguaElqmcDJVKQ54SihORBAFaE,26882
|
1729
|
-
pulumi_oci/managementagent/outputs.py,sha256=mqExblPEvTYgIyTIe_mexCtgbqXk5QXYVlubWH238ho,56075
|
1730
|
-
pulumi_oci/managementdashboard/__init__.py,sha256=Ohu8GPc8iwS8GcB2YP3XDMI1V5g1yxIDlCOFPh7rZqg,361
|
1731
|
-
pulumi_oci/managementdashboard/get_management_dashboards_export.py,sha256=3UN_x4-SPjVRDE6JTsIz2h_AdTTlZW9PgySV0edNRjg,6028
|
1732
|
-
pulumi_oci/managementdashboard/management_dashboards_import.py,sha256=B3akzbcf8OHJReGHJlqWcaIt0rz6LB0CPtT9Y00RNZ8,12479
|
1733
|
-
pulumi_oci/marketplace/__init__.py,sha256=e7acusMiMBQ-_OxyCqTHz2n7CICxOtZoZxGilHKKAW4,900
|
1734
|
-
pulumi_oci/marketplace/_inputs.py,sha256=_JKUcK_7d2nDCW6X_pQnGNytEUaMRkd2ggs5jKw_gKM,21903
|
1735
|
-
pulumi_oci/marketplace/accepted_agreement.py,sha256=fxVGxRmhaHpp9SgQzGiuZv6zsDVW4Cll5UkOSmnk1-E,30315
|
1736
|
-
pulumi_oci/marketplace/get_accepted_agreement.py,sha256=MFf5KwwABrp2cG7kxoiXcogXKFOgO4s2Y2ZQfZdD9dA,9212
|
1737
|
-
pulumi_oci/marketplace/get_accepted_agreements.py,sha256=n7g1aUylTLqV4rR26e_b3ePUgfcldJlYyooytUr25WE,9648
|
1738
|
-
pulumi_oci/marketplace/get_categories.py,sha256=4ujr2WZNbm6wO0iroa6UPwSni5iAyD-XJjP4JkoewKs,4831
|
1739
|
-
pulumi_oci/marketplace/get_listing.py,sha256=CMNAKVyvnYmIMIjsWCtETulz-GrZQSKcFA2dOJpkp7Y,23641
|
1740
|
-
pulumi_oci/marketplace/get_listing_package.py,sha256=DXHFPiGHACgti6cFGJzBJxuTofMWQltm17QqrTQzwqE,16324
|
1741
|
-
pulumi_oci/marketplace/get_listing_package_agreements.py,sha256=AsNALQHQ0Hlj0CdnQ0v1DLVuyjhCI-NUgITTZavEZy0,7236
|
1742
|
-
pulumi_oci/marketplace/get_listing_packages.py,sha256=r_LJLSU9SuzHLrBFznWTCpr4nWlesSvtoxpC32kkJRU,10986
|
1743
|
-
pulumi_oci/marketplace/get_listing_taxes.py,sha256=8Pq60WFivrF8DFIZbILpwhVkTBKyvl5eyVhSzLHhWyc,5568
|
1744
|
-
pulumi_oci/marketplace/get_listings.py,sha256=rVSYE2zvXPamyC-L2NK-QfICkJS4rEsRJkZyvWnV0r8,17513
|
1745
|
-
pulumi_oci/marketplace/get_publication.py,sha256=0qY7JEuD8qDUu8juIqWottA3FBP16xtmrETLBtwzCJE,12640
|
1746
|
-
pulumi_oci/marketplace/get_publication_package.py,sha256=TgSiMSdTDY6MN5DCe9BFJbwQJ3pd9ZJfz3beiLA9djI,11831
|
1747
|
-
pulumi_oci/marketplace/get_publication_packages.py,sha256=t8J6ZecdRWbvBKlqZg75xncEWuXLi9tF1TNMjXSsrO0,7233
|
1748
|
-
pulumi_oci/marketplace/get_publications.py,sha256=GNSZEKd2dgfjmcPb1MhoT_kaHUBUMvIBUzJieoT_SM4,8712
|
1749
|
-
pulumi_oci/marketplace/get_publishers.py,sha256=ItlCKASXUK-FrdrlKFCvQAiwRcJQIxlTeb-akGaqqPE,5618
|
1750
|
-
pulumi_oci/marketplace/listing_package_agreement.py,sha256=srvCk6oK06UwRjPffC_S6GtQ59RI0merP5BfRZO7AbM,18644
|
1751
|
-
pulumi_oci/marketplace/outputs.py,sha256=OGGWVVIT2gID-X3b9RnQGyEj1_stq0ILmYsY9vFhOYA,106492
|
1752
|
-
pulumi_oci/marketplace/publication.py,sha256=Vey2e6bjyEJff4Avj5K98vTNkxbuj66yiWgLOasesCc,44333
|
1753
|
-
pulumi_oci/mediaservices/__init__.py,sha256=j74h2rwmO6yXKwlB8eNW80hHAqZVb64R9p3hgcapUks,1369
|
1754
|
-
pulumi_oci/mediaservices/_inputs.py,sha256=c-EQkUiJzx3EQ8ABjxVTD2Y3sH1YOCIAq7dwywxw5DQ,33999
|
1755
|
-
pulumi_oci/mediaservices/get_media_asset.py,sha256=SNQHmWX2qhNNgZToZtCZL6Jr5RgNCH8paQ63DsVHBg8,16373
|
1756
|
-
pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py,sha256=Jl6VKvod7Rgr_A1BSc8swLKe-g14KBqoM83P2JzRDT0,7450
|
1757
|
-
pulumi_oci/mediaservices/get_media_assets.py,sha256=Hrc8L9oWn1mEI5bWbojerCPiLYyeLbzJGRXkpH7v9Jc,17407
|
1758
|
-
pulumi_oci/mediaservices/get_media_workflow.py,sha256=pYPQeIuOZF9MSlkwgya8B_oPOZ2RwjVtpryCWBRIPQw,11835
|
1759
|
-
pulumi_oci/mediaservices/get_media_workflow_configuration.py,sha256=Tki5IftrMu75IMeWtATwse-xC7Jp1e5i1dt2UEUNcD8,10389
|
1760
|
-
pulumi_oci/mediaservices/get_media_workflow_configurations.py,sha256=xd80JBL3ar0TmcsSOcZlic2gWc_5SWoy4qFBeoF4RBo,8277
|
1761
|
-
pulumi_oci/mediaservices/get_media_workflow_job.py,sha256=oo9RCAqILRa5sfbsEtIOLvh8QZw2czaPox6r1SWCzuU,15203
|
1762
|
-
pulumi_oci/mediaservices/get_media_workflow_job_fact.py,sha256=TUx_5sHgQydX26hfzi5v-eXqSLS7NN1add2wsUhB4xY,6190
|
1763
|
-
pulumi_oci/mediaservices/get_media_workflow_job_facts.py,sha256=jFlG7yzp1J5OJSL_jjN_ijsmiWPCr7_qiyJmiLKizvk,7397
|
1764
|
-
pulumi_oci/mediaservices/get_media_workflow_jobs.py,sha256=2rIJxkGwcXLzao2yI6PAqs4Z2N9xAEfvRViSRluu-6E,8747
|
1765
|
-
pulumi_oci/mediaservices/get_media_workflow_task_declaration.py,sha256=a26ucdQUCM3nHyPWK9kbYLlZ3rFMoNySEjfIjbm72Xs,7645
|
1766
|
-
pulumi_oci/mediaservices/get_media_workflows.py,sha256=JSFBm3myCgkLjdshsC6s4ZShGXpeFF9pDzev5QNsX38,7417
|
1767
|
-
pulumi_oci/mediaservices/get_stream_cdn_config.py,sha256=uHq99UxVosCmCxV85cNv-ELUHnA8sYTceyuJvqlz1zY,10728
|
1768
|
-
pulumi_oci/mediaservices/get_stream_cdn_configs.py,sha256=29wT88toldu6Lm_7yYm0ox87_ChO0EnUJGKCArzSJlo,7854
|
1769
|
-
pulumi_oci/mediaservices/get_stream_distribution_channel.py,sha256=VV8xkPhxtMzB467G0P8gYKKUz2oh3URg0ELIJJoC7Gw,9415
|
1770
|
-
pulumi_oci/mediaservices/get_stream_distribution_channels.py,sha256=Say-TDC8KH-GeBo2i32lDfadIz7v0m5rgHOaB1PVYMc,8200
|
1771
|
-
pulumi_oci/mediaservices/get_stream_packaging_config.py,sha256=kOd5u9OiStn-L4vTRK2VZZEApPZjxyqfC2olWyxHw18,11355
|
1772
|
-
pulumi_oci/mediaservices/get_stream_packaging_configs.py,sha256=dAKzC6TM9V9d3_IZnbeDTaWRd6Fgi7b4bSlSipzFAgM,9171
|
1773
|
-
pulumi_oci/mediaservices/get_system_media_workflow.py,sha256=gnsuWM36dRhZ3lePeDD6iMRshAgOIm7_oOFOXss9Zt4,5251
|
1774
|
-
pulumi_oci/mediaservices/media_asset.py,sha256=ytOhkoa37xvSS_hgQWEsuPExtKD-PGYB-1wHARjp_I4,53567
|
1775
|
-
pulumi_oci/mediaservices/media_workflow.py,sha256=j3m6N0mj7_mEdSMBchmCf1iR2lvEWnCnjdbJwqu_4_8,37308
|
1776
|
-
pulumi_oci/mediaservices/media_workflow_configuration.py,sha256=4A19baFfmf45jwwdHpwvzCrNR46vJAKuOTQ3kPZKqW0,28545
|
1777
|
-
pulumi_oci/mediaservices/media_workflow_job.py,sha256=toTu7UQsGOu3KACotroqpXKIczjGPYgQVqjkKJ_KCfY,46468
|
1778
|
-
pulumi_oci/mediaservices/outputs.py,sha256=SWmp6-twlVCGYAvNR_-Fv9yZL37KbBHzgXV9ku1ZC3E,133490
|
1779
|
-
pulumi_oci/mediaservices/stream_cdn_config.py,sha256=fO_Bmfp93OlZOvCfmzYcMmu8Em4Ad8NRQg_0VSskwMw,32374
|
1780
|
-
pulumi_oci/mediaservices/stream_distribution_channel.py,sha256=Z7yk5br-LZMnTRV31z7oW1f-sbuYPENhsyPuAG0oUnE,23926
|
1781
|
-
pulumi_oci/mediaservices/stream_packaging_config.py,sha256=cBDK-ThWsMnRReuQkRYqr3WrNx2qtELrf9pRQA9INPc,32716
|
1782
|
-
pulumi_oci/meteringcomputation/__init__.py,sha256=gdfmFH3jqLwuez_t8CkNOL8xx1l-aRpWIgFFSv2Ilfw,682
|
1783
|
-
pulumi_oci/meteringcomputation/_inputs.py,sha256=eK5b1vfR2WPfUAg7ig78XSfkMZ3pAFzn3F1TYbSY8k4,67502
|
1784
|
-
pulumi_oci/meteringcomputation/custom_table.py,sha256=cF6_s7cjjDXxLwzsZbkIPlc9177W6mRMw-vfxXRM-DA,15183
|
1785
|
-
pulumi_oci/meteringcomputation/get_configuration.py,sha256=tPUjGXwut16sAkYoEqOP8eZUId8TMmWJHudU2ntJ0HA,3873
|
1786
|
-
pulumi_oci/meteringcomputation/get_custom_table.py,sha256=3LS3i8b5gueeV0Yyycy2lyxTaQkavDQwPLWsoAkYv7U,5269
|
1787
|
-
pulumi_oci/meteringcomputation/get_custom_tables.py,sha256=WD6fARzAzcEXZOqnAD4yxdq1k6WWe03lAm1dXh0gXrw,6064
|
1788
|
-
pulumi_oci/meteringcomputation/get_queries.py,sha256=xHlhBuh1fnhPxgjJ1uEdZVGOzAdOQKbb1IP9R7yno2o,4934
|
1789
|
-
pulumi_oci/meteringcomputation/get_query.py,sha256=dQTBEnGFoyivPC6W_td8VMY2PvS2Y7wK4PbAMQHZJL8,4256
|
1790
|
-
pulumi_oci/meteringcomputation/get_schedule.py,sha256=ZQihwsDCBEKFHx9_5xmolLbtW4_kilbG2txSvllWm5M,12388
|
1791
|
-
pulumi_oci/meteringcomputation/get_scheduled_run.py,sha256=nXb_D2cJ4I90HBJmI_1tPO2ysYbmxxBgDBr7I74jwEY,6157
|
1792
|
-
pulumi_oci/meteringcomputation/get_scheduled_runs.py,sha256=j3F5foeEBr1E7t2jmLlRm2wa_NpXbsRnZmMrS1P8m38,4968
|
1793
|
-
pulumi_oci/meteringcomputation/get_schedules.py,sha256=H5kfkqhHU2NcK5RuF9KEUc7M9d658dt6g6_0eBAAsSs,5827
|
1794
|
-
pulumi_oci/meteringcomputation/outputs.py,sha256=xxdBqJp5MQKOfTM99FF4PkBXqAUNGcRWi8NxIS3a2vQ,129940
|
1795
|
-
pulumi_oci/meteringcomputation/query.py,sha256=l3v13Al8IP76c1GuXN1ouh1F_TILfEhLzGjMcAQgxBQ,14083
|
1796
|
-
pulumi_oci/meteringcomputation/schedule.py,sha256=-9-iYKz6FcrgRVc_IDJ8g_Qu3r83NOMHl72pjKI_hg4,44993
|
1797
|
-
pulumi_oci/meteringcomputation/usage.py,sha256=tQ220-6XY9pMdWVzKyHsfVG1b1YMIP-1631gdOQu8sM,37097
|
1798
|
-
pulumi_oci/monitoring/__init__.py,sha256=ElJwPr80inVhN5jUbhHBw8S9bDUf3minxIY_G2lRQik,522
|
1799
|
-
pulumi_oci/monitoring/_inputs.py,sha256=stCisM7nbNbXw_3SOtFju7gSFHyTpfEp6CCEaPMLP1k,8313
|
1800
|
-
pulumi_oci/monitoring/alarm.py,sha256=q7_FXI--I8rA0_TcinVoa8N2cAWQO1T9XmOC7QK4IzU,89152
|
1801
|
-
pulumi_oci/monitoring/get_alarm.py,sha256=fJL2nBKycpGktXj1S5eke4PkW81Jz7k6vhPhUmU5R3Q,20331
|
1802
|
-
pulumi_oci/monitoring/get_alarm_history_collection.py,sha256=jCltYITLpUwTrmr0xMhzSpthvOpcL3Y5GcR4goBBlD8,10363
|
1803
|
-
pulumi_oci/monitoring/get_alarm_statuses.py,sha256=1A2o_ulODbI6zJazg5R4mIEYMTEx0VWOgp1BjOV13nY,9475
|
1804
|
-
pulumi_oci/monitoring/get_alarms.py,sha256=g6oGotYuRPSVKNFD9V0E6vfy6TMfPCfDd283Eg3A0NY,10221
|
1805
|
-
pulumi_oci/monitoring/get_metric_data.py,sha256=vyiwcWQpghsWhDnP37EGmzt-sRzoE7g-WIcHskBywQU,18928
|
1806
|
-
pulumi_oci/monitoring/get_metrics.py,sha256=Q2CHFNNCARShx6TNNQ1kIfL5CBa-OUq2_yFciDzAb8E,14797
|
1807
|
-
pulumi_oci/monitoring/outputs.py,sha256=bA_I67x5gnc7w1MlCH37CotXdakfHWQoIadEih4WZAI,55612
|
1808
|
-
pulumi_oci/mysql/__init__.py,sha256=NePAVofUEJFnzHsogn-BAX3FEUTLAqx3umifZgO-SUs,908
|
1809
|
-
pulumi_oci/mysql/_inputs.py,sha256=hAc7hofxADPwE_Q1eS1E6YwCAQbebQTrqEtE1clF6Ik,225782
|
1810
|
-
pulumi_oci/mysql/channel.py,sha256=PPYZhkkm4JedWaVpKsm06CSTWX2vWjvRMj1rlaPqKaE,28774
|
1811
|
-
pulumi_oci/mysql/get_channel.py,sha256=c7o-s-h_PuHgrY4I9pX-U568b9rCbeL8ZDk-eF1GnxU,10189
|
1812
|
-
pulumi_oci/mysql/get_channels.py,sha256=_NPyUCIZKttCe6AQqq-C6oC0YvkagRZSVeDJz7uEcJk,9462
|
1813
|
-
pulumi_oci/mysql/get_heat_wave_cluster.py,sha256=nVrcAi1IjysdSN5HMRcPTJ4iYVDKlXFGqic8z1yKQUM,8289
|
1814
|
-
pulumi_oci/mysql/get_mysql_backup.py,sha256=YQyYaHtOVBJ77inltPXnVZFf9-pZQxKoY3fVowb_iaU,13533
|
1815
|
-
pulumi_oci/mysql/get_mysql_backups.py,sha256=NlTL4tHSyUe20DKeEO3r-EEfcs6vlHRFeVRuUX3gZVU,9517
|
1816
|
-
pulumi_oci/mysql/get_mysql_configuration.py,sha256=j-oGuDEbhljz1YeK1SRhJ04U9218Rfsdhe14VYjgJQw,11181
|
1817
|
-
pulumi_oci/mysql/get_mysql_configurations.py,sha256=tIVUw4f4gyD9eo1ogVSrc_kuSldG7snFw70VqKbYqXs,10238
|
1818
|
-
pulumi_oci/mysql/get_mysql_db_system.py,sha256=kZosvtiWJtH7YaFPicEq47Kossd3EOu-2nhMGTfeuyA,24899
|
1819
|
-
pulumi_oci/mysql/get_mysql_db_systems.py,sha256=Cm1hUSNWYpeGnyFZge_uyXRu_t594RrYJplcb2KwjUo,12034
|
1820
|
-
pulumi_oci/mysql/get_mysql_version.py,sha256=uwm8EanJZL3Vv8dmVCisNMx81FD4RqW4qlOm7OwJZcY,4865
|
1821
|
-
pulumi_oci/mysql/get_replica.py,sha256=9s3lFeDlfySsHQmsklax4RFKGr4U75zRKRDeQC4BhbY,13142
|
1822
|
-
pulumi_oci/mysql/get_replicas.py,sha256=HwiS3g9mfDefj9AaMZbuXHQc2QFuJvS-Ga0K6Vggzjo,8677
|
1823
|
-
pulumi_oci/mysql/get_shapes.py,sha256=eLHpxHkXVUs3aO10KsHDMoGW6zUpgJOy-z57_DTOQ28,7755
|
1824
|
-
pulumi_oci/mysql/heat_wave_cluster.py,sha256=yj9Jho6jfr6BqJEEDgMa-QK7UsaID4qKM_BWWlfI1Iw,26836
|
1825
|
-
pulumi_oci/mysql/mysql_backup.py,sha256=nwJBBSjvfTcfTIbdaoc5NryexM1JKbkLmk1JhlaHbjA,37817
|
1826
|
-
pulumi_oci/mysql/mysql_configuration.py,sha256=03-NPB19l59dmJ-mNQ_X7kHKP6nrNlcPjqvr8-HKoyA,50193
|
1827
|
-
pulumi_oci/mysql/mysql_db_system.py,sha256=ayW5-EPs0M7G2bN2UtYxAJ-kRrTRS7Y5nATnRXtRLKM,104532
|
1828
|
-
pulumi_oci/mysql/outputs.py,sha256=yWxzyFY2BcOCKi9aI5_q8MUgBrDhrZaaU-7IVernZps,519410
|
1829
|
-
pulumi_oci/mysql/replica.py,sha256=Ae3z4DmiprV-A6ppnuZ0nMH5xaqZNcZ-b-pVYG9UXMg,36869
|
1830
|
-
pulumi_oci/networkfirewall/__init__.py,sha256=CVZnwXAaWCxfP4p4Spbqz1qrSn5-7Z7dZQ-Wb5Y63ZU,546
|
1831
|
-
pulumi_oci/networkfirewall/_inputs.py,sha256=ZaRRW1Y1ysavvMKlbHQVvHw-j2uzqA_bvMkXbE_lPg8,38961
|
1832
|
-
pulumi_oci/networkfirewall/get_network_firewall.py,sha256=BhYU5L8uHjTz_SsbPcTXNgzrVw7YFriAUiMBPor5h6A,13620
|
1833
|
-
pulumi_oci/networkfirewall/get_network_firewall_policies.py,sha256=jXcBlSgTUcYprC5jU5oDjDIsDcivEAbHAIhptAa94qI,8293
|
1834
|
-
pulumi_oci/networkfirewall/get_network_firewall_policy.py,sha256=ag5utNZQ5Med6a928SqdEwsETAocT7GKkBHetr-lizc,15986
|
1835
|
-
pulumi_oci/networkfirewall/get_network_firewalls.py,sha256=ZynNm8oafvoG8xI2RbwCSMv7zBb11hjZV-WqhMW_h1Y,11410
|
1836
|
-
pulumi_oci/networkfirewall/network_firewall.py,sha256=X0Srpx6X547dIEDKZfik35Zj44Td3xiWuuv10ERpfwM,43733
|
1837
|
-
pulumi_oci/networkfirewall/network_firewall_policy.py,sha256=VYX8ECSW4BuJ1dAkWMYZvYc_Vsl_auacmuPr83uK8VY,53922
|
1838
|
-
pulumi_oci/networkfirewall/outputs.py,sha256=s6aqhTi3l63Csl3BBR18HTR2HzYVy7wRNACW6YJp4HQ,104492
|
1839
|
-
pulumi_oci/networkloadbalancer/__init__.py,sha256=urfLKBZti02PqzrKDjUdZ8SZHck_DsNXj1KDF6-BYtk,938
|
1840
|
-
pulumi_oci/networkloadbalancer/_inputs.py,sha256=HRYvdr58pCoDG4V9gfhI7ShY06RZmX4XQGsxQvoz-0o,47130
|
1841
|
-
pulumi_oci/networkloadbalancer/backend.py,sha256=GbvM9jYHwostSKiPFzMzw4cgSkjq0Z3Gnl4ghf1sYNw,35098
|
1842
|
-
pulumi_oci/networkloadbalancer/backend_set.py,sha256=T4DNCTbffv7zlky0QOmcE37bOyMKgf-KMh04O0MgIxc,28642
|
1843
|
-
pulumi_oci/networkloadbalancer/get_backend_health.py,sha256=I76PFhSSgAZJTkwPtxgX80yXOb8oOORWnzVKDAjITXQ,8729
|
1844
|
-
pulumi_oci/networkloadbalancer/get_backend_set.py,sha256=pi0K9eograrshqXIv0gS5rGeaAoSra3qO8VGY-eatdE,7843
|
1845
|
-
pulumi_oci/networkloadbalancer/get_backend_set_health.py,sha256=YVc_nZWVdFEA30MWj3xk-y9D33JUCqTSWNKqjRcVNfQ,6547
|
1846
|
-
pulumi_oci/networkloadbalancer/get_backend_sets.py,sha256=p40fVoZhUHPS79q628IouvcVueegtae-_QLmsc5u1mE,5406
|
1847
|
-
pulumi_oci/networkloadbalancer/get_backends.py,sha256=Dm264LjBA78QijeIhUJKIahplQel2Jd7jkrSnbIdOyQ,6387
|
1848
|
-
pulumi_oci/networkloadbalancer/get_listener.py,sha256=FSftjYp3M3dd_tbduRA5sL8cMS5PIn2Mxo5AU-V_xpc,7900
|
1849
|
-
pulumi_oci/networkloadbalancer/get_listeners.py,sha256=_48WIlvj5EiBYmv1M5VJhxwqZhUDi-hy3pROD_7hNNo,5278
|
1850
|
-
pulumi_oci/networkloadbalancer/get_network_load_balancer.py,sha256=mRhw7xu0j3PKZAqURoQ7RgaU9Rs2l22SzBSukBVRVxM,14552
|
1851
|
-
pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py,sha256=PbpJQ8yyF57HyExDO6yM69trYMedjEtxgd-hQRWjkqY,9426
|
1852
|
-
pulumi_oci/networkloadbalancer/get_network_load_balancers.py,sha256=8ffAYroXbTVelUVr32KL2ogEUxwarALCBKl6rv9i3vs,7765
|
1853
|
-
pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py,sha256=FC3eoOY9CJTdYkzgDxG41_fSgxfLLuOKvwuqkphCyZM,4780
|
1854
|
-
pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py,sha256=BeaLDC96v79aKeZ5-96W72Znvlb720a2GRRrKEttsNQ,4998
|
1855
|
-
pulumi_oci/networkloadbalancer/listener.py,sha256=mCK-1pgbRDexkNbVanlVXHXF7D85jwXNss9tu10eA6Y,23946
|
1856
|
-
pulumi_oci/networkloadbalancer/network_load_balancer.py,sha256=Ec29zxN_PEzjKpb32p03_hSGGZK9javauSQVoFu95Yg,54810
|
1857
|
-
pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py,sha256=JbyrzNp8Uq7_EIdhdgoDPesK2tSh0ZAQBpuqegyYtjY,34474
|
1858
|
-
pulumi_oci/networkloadbalancer/outputs.py,sha256=kLxeCa5vez0N0dbStgOnOQ1JgHm66CLBcj_HSRPmG_4,101039
|
1859
|
-
pulumi_oci/nosql/__init__.py,sha256=aAal8oySgiuwC1OZrqkT5YY_TFI5hpKRy_UpoxEfvCE,459
|
1860
|
-
pulumi_oci/nosql/_inputs.py,sha256=FMbwkTKkb_pwc95LiDtEUYA-_XyUx7haEa1r_uB0z9g,17421
|
1861
|
-
pulumi_oci/nosql/get_index.py,sha256=p4kJL_SKmdcGzfJTMaoIjaG_Q05IeK6u--oRm1NdczE,8569
|
1862
|
-
pulumi_oci/nosql/get_indexes.py,sha256=R5FvKmQInebJehFC-cQP6c8cFtG8B85cRyAzHlTRRdk,7372
|
1863
|
-
pulumi_oci/nosql/get_table.py,sha256=Lclwr7E4532XuWP6CtSX9vHQ1HUYv5z-5wjTlz-Cy54,11999
|
1864
|
-
pulumi_oci/nosql/get_tables.py,sha256=kiTwJzAKTgHBXWfDKYbC9MXjhABIkckt0yD20o3keA4,6101
|
1865
|
-
pulumi_oci/nosql/index.py,sha256=8AnV_cjPRqdCGkzAytr1VW1DSnWlV-SLlsceWMyr_fk,23661
|
1866
|
-
pulumi_oci/nosql/outputs.py,sha256=xVryVmlmEFlljn4aoQ0GWePjE5ulQUJoABmiEPo79_c,44361
|
1867
|
-
pulumi_oci/nosql/table.py,sha256=hT6ODvejxggIGE2JtWHyP8fUYQb0ax0hrQ_qL-hohd4,33094
|
1868
|
-
pulumi_oci/objectstorage/__init__.py,sha256=EEsdyaVb8x_xCSg4Dw0PZO2NnVnq36q4dX4x8ngaJ1U,980
|
1869
|
-
pulumi_oci/objectstorage/_inputs.py,sha256=BiDMh4cc_M2eAkTQ-BlfLRMMF9khhp--bfnjv1_OJlE,35395
|
1870
|
-
pulumi_oci/objectstorage/bucket.py,sha256=4DRlF4b-ps4ueJa_3-BtLRfsBqPeQUrtrY1AjIEzpJk,68694
|
1871
|
-
pulumi_oci/objectstorage/get_bucket.py,sha256=2oCIz0D26tEhhUTmVkzWp6GavBSfrJytZkZyPEnOI_M,18242
|
1872
|
-
pulumi_oci/objectstorage/get_bucket_summaries.py,sha256=dkKv-tvYOD1H8E3q0nxrAT_gQcWqLx34TUftFYmpofY,7152
|
1873
|
-
pulumi_oci/objectstorage/get_namespace.py,sha256=sPqpTWk3BtY8ZzD6sb61jM2q2YxPMolWCCT03uNmkKo,5458
|
1874
|
-
pulumi_oci/objectstorage/get_namespace_metadata.py,sha256=zqu9xBYqRZmRnknKhgT1y7O-HcPha7CmDsoZVbaIW7Q,3942
|
1875
|
-
pulumi_oci/objectstorage/get_object.py,sha256=lBft49VTaep9wPJz2WGLCtc0S7cBFZQiEeMIwX6itio,21461
|
1876
|
-
pulumi_oci/objectstorage/get_object_head.py,sha256=RERFBJpea5Y5LGNgBqgJkb4wBrLpVFN9qBMqWSf20e0,7940
|
1877
|
-
pulumi_oci/objectstorage/get_object_lifecycle_policy.py,sha256=lv_Y0KfChUvKWOrOlU641seHXEoXi9b0sE8-s68pJOA,5508
|
1878
|
-
pulumi_oci/objectstorage/get_object_versions.py,sha256=hDYJ6ZC81lH9adMoIMcMJDaANHBRfgRenrHb68OrYmg,13700
|
1879
|
-
pulumi_oci/objectstorage/get_objects.py,sha256=eg9eHk1dKIwW8oPdE37erw5mFL5SnK-ah2b0Hx-NTVk,11046
|
1880
|
-
pulumi_oci/objectstorage/get_preauthrequest.py,sha256=kqpx0Sh2fWNBzHYsEIyN6yG8VCR9MzTDNvJ2olV7FYY,11239
|
1881
|
-
pulumi_oci/objectstorage/get_preauthrequests.py,sha256=VaDngKin1Q-bg9agHPfczOJKntsAohK5XTCemBYejl4,7182
|
1882
|
-
pulumi_oci/objectstorage/get_replication_policies.py,sha256=dU70CGKlo7Y_IvntYkrieisElko6bKvPHJw5RZveGlM,5843
|
1883
|
-
pulumi_oci/objectstorage/get_replication_policy.py,sha256=CS3xJ7y7_iN-cz4k0whS-5O3HxLn9PQblGpu5ic-DpM,10530
|
1884
|
-
pulumi_oci/objectstorage/get_replication_sources.py,sha256=eTGNAr4rk118GPnB7hap5DrQTxI9Lp1A51qFfLHctoA,5791
|
1885
|
-
pulumi_oci/objectstorage/namespace_metadata.py,sha256=LP1wKOQ_D0WXyHdPVciNQXEMIQjSp0QnL_Oa6aOWC38,8842
|
1886
|
-
pulumi_oci/objectstorage/object_lifecycle_policy.py,sha256=6Qt5XaBWW_0aDushID3jwCxNp_tEU0-72O81g6q4eDQ,15531
|
1887
|
-
pulumi_oci/objectstorage/outputs.py,sha256=6ufNPaSz6L3svifdJJwxrZH01b5wncbd3IlKOIeqVVI,85209
|
1888
|
-
pulumi_oci/objectstorage/preauthrequest.py,sha256=xlE0edItA3TgUzZ3wwLQMLj3MduomHWiN_kAKzgQKvo,40787
|
1889
|
-
pulumi_oci/objectstorage/replication_policy.py,sha256=W3okifO2SvVAKmyWfWkmPwc2JCPuiu1bo80CWo002DM,28508
|
1890
|
-
pulumi_oci/objectstorage/storage_object.py,sha256=VadVXfkjiuKMwZH57k5V3MPzEUSU-gcKv4yJgqxrv4k,65053
|
1891
|
-
pulumi_oci/oce/__init__.py,sha256=YbypyttuJXMYiM858h6kKtAtfgHeh1HQhjptSf6Gd7s,403
|
1892
|
-
pulumi_oci/oce/_inputs.py,sha256=Uc9CQfBldtzxFYtg1j8xMAonacjzKQYHaSVi8cb1NnA,1507
|
1893
|
-
pulumi_oci/oce/get_oce_instance.py,sha256=MR0GIguvdIbc02-RhcAc-XhUm8GrrfpGduP9BK8truY,17988
|
1894
|
-
pulumi_oci/oce/get_oce_instances.py,sha256=DrThhJiCP3NS0yFYInSB7Namegyd5Ax5AMCSmDMgl7c,7517
|
1895
|
-
pulumi_oci/oce/instance.py,sha256=r2pY1S7GAhxeC2nDg9CRO2ubxT6fNxOTJASjjhbyjWw,58163
|
1896
|
-
pulumi_oci/oce/outputs.py,sha256=nTi8QFPbWqWgpoqAJ7AX58ZQBitM_MR8CEJWzCeb7BI,12939
|
1897
|
-
pulumi_oci/ocvp/__init__.py,sha256=wPTglK1xxlimZtEzC7r_kv7j-F_UMS8SIraSkinX2ck,596
|
1898
|
-
pulumi_oci/ocvp/_inputs.py,sha256=FXdwg5x88WD7ZqT89cYDbC6YE9j-KBKNRHYv0IdtGJ0,12634
|
1899
|
-
pulumi_oci/ocvp/esxi_host.py,sha256=mdqeOPdCqvPOi7PcE23D5_bWsYflk8VYnfGSJwz1ovE,77089
|
1900
|
-
pulumi_oci/ocvp/get_exsi_host.py,sha256=OKrFIkEuNufF6QaAXEfH8m5v0sLT0fafNl0pPdcqSLs,22142
|
1901
|
-
pulumi_oci/ocvp/get_exsi_hosts.py,sha256=iRylKp-SZi89lNwV2K4eM8t6aabaIUaZz5RHW_Emn6g,12902
|
1902
|
-
pulumi_oci/ocvp/get_sddc.py,sha256=KXLzoHL47POpuC9x5HzMTCx2vxEF8PPuONV5mg78-Os,45078
|
1903
|
-
pulumi_oci/ocvp/get_sddcs.py,sha256=Bwu1JHuIrj35O7DkD5zSuIEpvJtLj23pd04xAouo-0I,8374
|
1904
|
-
pulumi_oci/ocvp/get_supported_host_shapes.py,sha256=dU5NaVGh8S21-Oy77defkp3d3ubIOBFXpABStaZOf2A,6794
|
1905
|
-
pulumi_oci/ocvp/get_supported_skus.py,sha256=fyrOQyKDURSkLYmcoPjfeG8yewjS8l_L5V0ckRux-WU,5768
|
1906
|
-
pulumi_oci/ocvp/get_supported_vmware_software_versions.py,sha256=HMBbS-VjoT4r8UjaHdPDKF6UTmEfYJqUKC3mPHZhBI0,5492
|
1907
|
-
pulumi_oci/ocvp/outputs.py,sha256=oZMcSNiANkEiuqbiDUzmqRXhbbxPdjnxa7mliYAjzLY,80747
|
1908
|
-
pulumi_oci/ocvp/sddc.py,sha256=t5GqgqL_lNSchYyoh7sfRP7mZsqOqLkWfi2900mvuvQ,165999
|
1909
|
-
pulumi_oci/oda/__init__.py,sha256=sIiYpIKHQ4rqyW3va7TF5kiFxSxMxoiU1keLRRXSBhg,825
|
1910
|
-
pulumi_oci/oda/_inputs.py,sha256=hWgs5zFWAF1gB96zV6SaIsLULmB9vT6FNe1Z1CbtqCo,8543
|
1911
|
-
pulumi_oci/oda/get_oda_instance.py,sha256=jkVjCKl4PKJ91IZM88PZq236QaTpv4MxftkHJiub87A,18064
|
1912
|
-
pulumi_oci/oda/get_oda_instances.py,sha256=AbHaMxLsvAs58Gp2FpFeGR_3B5hw-6uWd3YFi0ZEcI0,7567
|
1913
|
-
pulumi_oci/oda/get_oda_private_endpoint.py,sha256=0YwNoH7qzc8xXPZlfXiSGivqcQsbeQZMkoHeze2MZlI,10033
|
1914
|
-
pulumi_oci/oda/get_oda_private_endpoint_attachment.py,sha256=jF20e97yDg9ouLotTJd_6k_H4wIAJU4wdwSPBpqQdOc,8372
|
1915
|
-
pulumi_oci/oda/get_oda_private_endpoint_attachments.py,sha256=llHimhekNRZF3AesvhQYmHgbP1K7kzFayj1I7_yRyIY,8929
|
1916
|
-
pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py,sha256=33yEWiVq5bucjzT5mYcwpkXrjp2XmKR8elPxcJJlyxo,7713
|
1917
|
-
pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py,sha256=p4Scfdbw0Oo4vx7T0lv7fvXFwpkV9mpcMAqzIO5tPoQ,8846
|
1918
|
-
pulumi_oci/oda/get_oda_private_endpoints.py,sha256=SQwsPpTVLekuNq_5CxxDesNY-4QmmOYc9_ufAwXBKnA,8191
|
1919
|
-
pulumi_oci/oda/oda_instance.py,sha256=VP_-KQOoQ3k22ogqXIpP4WVwBGtaSszoSWEFnpMiaIs,52825
|
1920
|
-
pulumi_oci/oda/oda_private_endpoint.py,sha256=pA9ROAKHZhzK6werYDKtlYQXLbvxajzT6MVrF-knwrs,30649
|
1921
|
-
pulumi_oci/oda/oda_private_endpoint_attachment.py,sha256=sjJxygMFlx9C4d5lLJvGd5Gy66-dCUSApKhF-CjTacs,18617
|
1922
|
-
pulumi_oci/oda/oda_private_endpoint_scan_proxy.py,sha256=tBtjxMVvefQEY_71BhtVP937rQGk53wfMANCJWTfG5s,22624
|
1923
|
-
pulumi_oci/oda/outputs.py,sha256=XXuduIS3_EYDnDMpjtLk9sha8S9ZS9OZRLLtkRAfvhU,43062
|
1924
|
-
pulumi_oci/onesubsription/__init__.py,sha256=ZG6x3AUwfQcg_AxJx6oS0J2y8ymSUiMJCymwtmk903c,788
|
1925
|
-
pulumi_oci/onesubsription/_inputs.py,sha256=Fe_Avpwtka-B3FDdzr7--n7ZoiMD-4iXVfdzmB8AITg,11801
|
1926
|
-
pulumi_oci/onesubsription/get_aggregated_computed_usages.py,sha256=3GYsGykq6t6ON2GXXD2FUeLXNf-K5ogdtGmr4nsF9H4,10122
|
1927
|
-
pulumi_oci/onesubsription/get_billing_schedules.py,sha256=I8crCmn1_wzIbeX2-vH_Yu_Z2nnSZW9Ntz_fI8slH7A,7489
|
1928
|
-
pulumi_oci/onesubsription/get_commitment.py,sha256=l4tzLHxK4lN7e9HA5jDcJWnlbd1UR3X7dyBanVNZfCY,7177
|
1929
|
-
pulumi_oci/onesubsription/get_commitments.py,sha256=_9BCb_1DrN2eH5YAN3ElLm_MxZ4BzQVTokIADW_AZdI,5947
|
1930
|
-
pulumi_oci/onesubsription/get_computed_usage.py,sha256=H5_pbPsIGQNX_d_Oun4fZsKleJhJ2lZMpWKpqGdDBS4,19101
|
1931
|
-
pulumi_oci/onesubsription/get_computed_usages.py,sha256=A9BMnxpqG_loOeGYdSmPogRmDYKAuMhkGZn_mh9Neyc,9033
|
1932
|
-
pulumi_oci/onesubsription/get_invoice_line_computed_usages.py,sha256=ZHYsYHaskOyqWQw_yiV_z_njz6_S8HfNH_Q4WfV0_rY,7692
|
1933
|
-
pulumi_oci/onesubsription/get_invoices.py,sha256=WTjSNlwO45o6zD3Ue_bTYyXNYdhB3UWhaBi8vwW_mq8,8500
|
1934
|
-
pulumi_oci/onesubsription/get_organization_subscriptions.py,sha256=BSqSCbZltN4G_EcqI-ONmJl1OlNfeYDdRLbyN90tf3c,5391
|
1935
|
-
pulumi_oci/onesubsription/get_ratecards.py,sha256=bFOuu1cgUFIqzP1H6Dt8mDAHBziwOwfPzzd-oljOOXE,8500
|
1936
|
-
pulumi_oci/onesubsription/get_subscribed_service.py,sha256=baP9rnCjpx3jW3VNktxf7v9SePNAz71OAwiUeO5RPlU,70441
|
1937
|
-
pulumi_oci/onesubsription/get_subscribed_services.py,sha256=koCnYmjk0SPMLknbuKYJ04ZXprTwjipxXj7N3zMOQlU,8241
|
1938
|
-
pulumi_oci/onesubsription/get_subscriptions.py,sha256=RoE8HdPa_Fx8C1vPOUVExfzf_watTBvilJVmU_EoY7Q,9360
|
1939
|
-
pulumi_oci/onesubsription/outputs.py,sha256=XbnwU2WodWCqAtPplg6EvZwOXj19FxK8IlzLt6_sRJw,316614
|
1940
|
-
pulumi_oci/ons/__init__.py,sha256=3RLm4hHhkV7z4RDcufAguGdmMeMhze8kevbhBzMg2XI,518
|
1941
|
-
pulumi_oci/ons/_inputs.py,sha256=wDs2foxYkW49J2TnoqNruzmJYEQcxHq8jYKqPXHMinU,2657
|
1942
|
-
pulumi_oci/ons/get_notification_topic.py,sha256=swPDfD2InNnAJHH0CJWln3Ubp5Dq4qXtBIokOySM8Ps,9430
|
1943
|
-
pulumi_oci/ons/get_notification_topics.py,sha256=M4wBR-G_DaywQh1pTxdjhRdwEa9r5THJCTStkG9ge3A,7492
|
1944
|
-
pulumi_oci/ons/get_subscription.py,sha256=aqTJCl0tlUM3CHQbulWNJpCfaCP2uPuIOFbCcJADe-o,9734
|
1945
|
-
pulumi_oci/ons/get_subscriptions.py,sha256=NimbcyMPbFC3kDbSxSkXK56DWTr74rA9YOQwsq6of0k,6390
|
1946
|
-
pulumi_oci/ons/notification_topic.py,sha256=e4PMdzLL4kcOdDtZRKQ-0O-bFW9gRwO3CFa7_p3bk30,30821
|
1947
|
-
pulumi_oci/ons/outputs.py,sha256=10WB2aUDUHe12jPQsi2RgCjHMr2OMettWfcWBpGvlTo,15875
|
1948
|
-
pulumi_oci/ons/subscription.py,sha256=uqIvGUW0RmSK_-G-FWfAaSYzN17Y2OTr2DWBVdY3rdI,34113
|
1949
|
-
pulumi_oci/opa/__init__.py,sha256=NWevj4wdv4lTwkJ5tcUGcUCfKbbXcsX6i2pdNVfpjlE,407
|
1950
|
-
pulumi_oci/opa/_inputs.py,sha256=7MO8IsRQjLjf6K6WxW4S_NjkSzOlk5dIDuPYFJtAXqM,5291
|
1951
|
-
pulumi_oci/opa/get_opa_instance.py,sha256=WuST5UvsifZZe0ZhuW_ubPV2ShAUHDmmO5TRRqFwJD0,15878
|
1952
|
-
pulumi_oci/opa/get_opa_instances.py,sha256=QDq0PyENWCMIRLQhIjOHyZ0bdmdSINUh320jHHOffQg,7154
|
1953
|
-
pulumi_oci/opa/opa_instance.py,sha256=GhkL9c13GVqo41iVSk4kzzAA1w-BsBlg03i4vU_nNfI,47856
|
1954
|
-
pulumi_oci/opa/outputs.py,sha256=iGS2KM1HcRf8swe54kHH8rAqa_ZirpTlzTFqG7KWR3M,22120
|
1955
|
-
pulumi_oci/opensearch/__init__.py,sha256=j6imX3-XMevHNRul4IwmPmSMXzCUFaiStMD2MhamtRc,491
|
1956
|
-
pulumi_oci/opensearch/_inputs.py,sha256=e2q1m7kinTP9p017LXU0Nw548wQaZFYNf6FQbobO_9U,2448
|
1957
|
-
pulumi_oci/opensearch/cluster.py,sha256=ut2YX05dLqwRyuJjmQ11Quq9X-pQon-wJSmLk_uzrDA,96231
|
1958
|
-
pulumi_oci/opensearch/get_opensearch_cluster.py,sha256=2o74RHWu-uVgTMCjro_r5FyOaKbIbCP3dE44S8YSiLM,29602
|
1959
|
-
pulumi_oci/opensearch/get_opensearch_clusters.py,sha256=EKe8oXtctjqYpjGuDOtconPhcfIdIYQR7OGtCcnN-uc,8532
|
1960
|
-
pulumi_oci/opensearch/get_opensearch_version.py,sha256=UAPN_FCmgO0gfYYRscz3WDFNi9iwJmrCaTLdm_ivAn8,4965
|
1961
|
-
pulumi_oci/opensearch/get_opensearch_versions.py,sha256=Ci98-pievyhP6ZRd9JeQj3tquRy462UDU42k42HbYFg,6095
|
1962
|
-
pulumi_oci/opensearch/outputs.py,sha256=qEUBxZwwW_ApcUIjNye9TukmU5VobPVRMfAzIf4sK4E,23334
|
1963
|
-
pulumi_oci/operatoraccesscontrol/__init__.py,sha256=O3XP9zxud4_q0-qa7TYm4WJGn0qcNIoCYPQe28cjGbE,685
|
1964
|
-
pulumi_oci/operatoraccesscontrol/_inputs.py,sha256=ObosODBAUO_IH_3oJrhmBhR_nB6fwDeyBL0dxy1xdnU,4719
|
1965
|
-
pulumi_oci/operatoraccesscontrol/get_access_request.py,sha256=KSGCHm7qCQepw934Z4qyXl6UilFlhHIoJuqEVrvU3NU,21841
|
1966
|
-
pulumi_oci/operatoraccesscontrol/get_access_request_history.py,sha256=dendSKvDq65RkzIkF_9X8y27wInWPVT9CSNpJCgMzbE,4367
|
1967
|
-
pulumi_oci/operatoraccesscontrol/get_access_requests.py,sha256=r5bX0Q2jaYaQqco5HG58vwrp3FTqgSpPfWxZo-x9QA4,10462
|
1968
|
-
pulumi_oci/operatoraccesscontrol/get_action.py,sha256=2HaNX4bJh_0wTFuwy8DBj3e0l2q0_vcoSIH5oM9FDnk,6936
|
1969
|
-
pulumi_oci/operatoraccesscontrol/get_actions.py,sha256=jFXJQMvy6kYlmTrAWJMH-wulIYEbPes6nGn92L3BV6Y,7641
|
1970
|
-
pulumi_oci/operatoraccesscontrol/get_control.py,sha256=lRCYO7IEN3C8pqsR7X9xw5fSNWQXafLqcmQAl5XFP7E,16650
|
1971
|
-
pulumi_oci/operatoraccesscontrol/get_control_assignment.py,sha256=-T2eFBtzpW8OZlGeYYq6AOnSBReasN3LVZrKADEQHi8,21310
|
1972
|
-
pulumi_oci/operatoraccesscontrol/get_control_assignments.py,sha256=KZiqLXQK0ri8g34WvMAu_H6-x-cnSPTNNZuElE2DITk,10001
|
1973
|
-
pulumi_oci/operatoraccesscontrol/get_controls.py,sha256=2jSnVVHGyuHMn8qPlxzshAODw9gMsQZaUB8L_AnUm7c,8014
|
1974
|
-
pulumi_oci/operatoraccesscontrol/operator_control.py,sha256=K0o8taBJknl6MzYA8TVG8gpfQSqSKX2yC9SK-59A3ik,50855
|
1975
|
-
pulumi_oci/operatoraccesscontrol/operator_control_assignment.py,sha256=G66hHK_IDruDcowrUSFAWA9fJoA5S95AiFNS9E6hDyA,68163
|
1976
|
-
pulumi_oci/operatoraccesscontrol/outputs.py,sha256=NIwLembKOxSfGVGwp7WqBaKpCUPw5uzbHz9gB4Vj_Qw,56908
|
1977
|
-
pulumi_oci/opsi/__init__.py,sha256=SLnw73wJxKg8K6H22ZkKuWYBKPkNZskA_M_gkhwSPXQ,2070
|
1978
|
-
pulumi_oci/opsi/_inputs.py,sha256=tP1I_AuWC3XTiwGi4R3M9p6-qqYRyHrF43kUgJ8pTao,64612
|
1979
|
-
pulumi_oci/opsi/awr_hub.py,sha256=78D4M9xfxnJX-TMXA1rJ3Uk0_OIzTPlMQnJbxniaBzo,30617
|
1980
|
-
pulumi_oci/opsi/database_insight.py,sha256=1PKkx2T4KWKGb1lelMV5FYy9xxEpIqux5No6AfdXVFU,80029
|
1981
|
-
pulumi_oci/opsi/enterprise_manager_bridge.py,sha256=OquJPCTn1HrtqMlZyjFQ7-yMgzvS2QECcHSupC4uJBw,32767
|
1982
|
-
pulumi_oci/opsi/exadata_insight.py,sha256=AW6ySeIYUXwkQpOPrFWJiabaZ4_xcIO1i-zAQW-nfRE,62191
|
1983
|
-
pulumi_oci/opsi/get_awr_hub.py,sha256=QfbMC91naUge3HYCZ-FBr3UjEWkDdm9_czo7kGI1KD8,10450
|
1984
|
-
pulumi_oci/opsi/get_awr_hub_awr_snapshot.py,sha256=wV2-vSCphxKeq-j_QbHkQ0L5QGkVsoNyS5AStzuTleA,8944
|
1985
|
-
pulumi_oci/opsi/get_awr_hub_awr_snapshots.py,sha256=K4cEYtsGzELqnVPAoZXgx1LorU4OFkexSMyejSEavOI,9973
|
1986
|
-
pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py,sha256=y10MF6Nqok0ETBvKx8Ojdyu4h5ffmIPNRtnMZb0LIrQ,6100
|
1987
|
-
pulumi_oci/opsi/get_awr_hubs.py,sha256=K4mE6G8-Zv0vLM2FNBIzuKwDTtglHGmC7NGkJHimYbQ,8715
|
1988
|
-
pulumi_oci/opsi/get_database_insight.py,sha256=JdtzE-GEvx9HmbdVITKxV-Hip31A1XG0rTn0xUztKyk,25668
|
1989
|
-
pulumi_oci/opsi/get_database_insights.py,sha256=EXtWkixpm72WxZamPBMsAKSv7ySdrC1RSPiZZniImXk,17056
|
1990
|
-
pulumi_oci/opsi/get_enterprise_manager_bridge.py,sha256=kY_ZxHQa0qKcxASoYZ_QBUNn28ZRc-HcdXXdlFtyKr4,12374
|
1991
|
-
pulumi_oci/opsi/get_enterprise_manager_bridges.py,sha256=7fuzF_wOUZQIAypzinDdkYonW0Sg9_O8FalDC3Fi5gU,9844
|
1992
|
-
pulumi_oci/opsi/get_exadata_insight.py,sha256=QPuasmxztW6kZZoWO5xFvYpB_I40wblHuah23ABYa9I,20296
|
1993
|
-
pulumi_oci/opsi/get_exadata_insights.py,sha256=fZIDQQmp68k85lmM9MC6TAi9wEsVf472fmSEeo1pnC0,11976
|
1994
|
-
pulumi_oci/opsi/get_host_insight.py,sha256=hxCOWZH1YQc6fvQIW3Qe81PtW1GCwGI0HEdyUJahwv0,20054
|
1995
|
-
pulumi_oci/opsi/get_host_insights.py,sha256=dvusGjpxLECKozNm2vjNHZQEA5vdrseU3LDBvF9Kl2k,13182
|
1996
|
-
pulumi_oci/opsi/get_importable_agent_entities.py,sha256=ksZrZ6ezyI4aYvbD6R-cidl8nixobbvjQla-_YJk870,4855
|
1997
|
-
pulumi_oci/opsi/get_importable_agent_entity.py,sha256=xN3LUMQLJdiwlQoXCLOlPBDOdH-hocJb5WdBOxjiDzc,4845
|
1998
|
-
pulumi_oci/opsi/get_importable_compute_entities.py,sha256=4Ios2L1iMZXAZ-pxmF61htSYSr7G_UQcMkrFJbQkgZI,5447
|
1999
|
-
pulumi_oci/opsi/get_importable_compute_entity.py,sha256=cVEmzI2F0C6cpxQaRy3yqx4XHZtf_bQu58xJ2qJ6u5Q,5437
|
2000
|
-
pulumi_oci/opsi/get_news_report.py,sha256=n5PgUxEQFHCn5jH4R7FfqQQhniMNJR5Ily-XnhCzuls,11701
|
2001
|
-
pulumi_oci/opsi/get_news_reports.py,sha256=tR9hBzqDfIfiJcmGUJSfb02Ir25vPzJs8ZKfKoeNugQ,9229
|
2002
|
-
pulumi_oci/opsi/get_operations_insights_private_endpoint.py,sha256=9LhC2H9X4pFoHT1wvl-xq432UY7J_g5_jwEn81e85Iw,13653
|
2003
|
-
pulumi_oci/opsi/get_operations_insights_private_endpoints.py,sha256=yVmbPgxFuk8oGRJPWfElVladvPyfDGsFvnpYHwMFnrc,13328
|
2004
|
-
pulumi_oci/opsi/get_operations_insights_warehouse.py,sha256=-R2fqaM88s9a73envOsKhxp59FLXn8_EPqMqBdPJzas,14359
|
2005
|
-
pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py,sha256=7pUfr4uA32P-XwgBHsX84pNgjOmPeNRhKvCEVZU7UAo,6660
|
2006
|
-
pulumi_oci/opsi/get_operations_insights_warehouse_user.py,sha256=VjedDk6GEli6bFQ-u5FG6T2ocpyHq1iZXPTweDORAl4,13097
|
2007
|
-
pulumi_oci/opsi/get_operations_insights_warehouse_users.py,sha256=SqV6zASEdyG_QoOjNdzyntWUiTvHDY82il37P1vI7ZY,10339
|
2008
|
-
pulumi_oci/opsi/get_operations_insights_warehouses.py,sha256=bcXmL2dL00SbnIssrJvY2uJk4KzvJ2qsaK5EzXgf5Rs,8761
|
2009
|
-
pulumi_oci/opsi/get_opsi_configuration.py,sha256=4n-kKZ5glHpNKp_ZJovTF_SHrv0-pAudMrHC8miA1U8,17345
|
2010
|
-
pulumi_oci/opsi/get_opsi_configuration_configuration_item.py,sha256=rQh2fj4q_H4aYuqrMzUqz0Pj9CXFgxMEBQSmJDwtqH4,10366
|
2011
|
-
pulumi_oci/opsi/get_opsi_configurations.py,sha256=M_J49KZYGgCJStl7576DUq_n-yXxVvaNwxD7P5tm9DQ,8745
|
2012
|
-
pulumi_oci/opsi/host_insight.py,sha256=bOHyOQ-DAEuLMZdA1srfjAdHRT1ybffy_lQH0B8xobg,58494
|
2013
|
-
pulumi_oci/opsi/news_report.py,sha256=T5cZkT_XofBSHbe_rJ1aI1I9_yws0_SbT_Le62W9T8k,36895
|
2014
|
-
pulumi_oci/opsi/operations_insights_private_endpoint.py,sha256=K0bOvHsBvxKJ5YfgJJl5HarLqqJIAmf-jYdFXCz2_GM,42656
|
2015
|
-
pulumi_oci/opsi/operations_insights_warehouse.py,sha256=eRPCdfj-7okuvEY_HmLd1TOp3_ey83JGtV5wI0Y-HEE,37312
|
2016
|
-
pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py,sha256=71QCpGKYzc67fb2hd-BVHdynkDdDolcDYFgQQotCJiA,14588
|
2017
|
-
pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py,sha256=uNnZ7xNTXkqW_sfrajkDj_-kSy5k60_ncKMyRWEXeMY,10489
|
2018
|
-
pulumi_oci/opsi/operations_insights_warehouse_user.py,sha256=tISfDwi4ypWC2BRaZ3xQAQHucMKk0kqXQuGmUaKkWIw,38374
|
2019
|
-
pulumi_oci/opsi/opsi_configuration.py,sha256=1kSrSIsZjTfv_YR2cNgDUGMxx3GxMmJUVLWWXgCESTU,48501
|
2020
|
-
pulumi_oci/opsi/outputs.py,sha256=7n0x1tkXyh1L9H7iBZ0oYxTMJqcFMYvliZXQv3rFoX4,259399
|
2021
|
-
pulumi_oci/optimizer/__init__.py,sha256=KGWDQm3UJGX6gBelEZ_vljzdfFHDtB9tXZWWCBflwvc,944
|
2022
|
-
pulumi_oci/optimizer/_inputs.py,sha256=dUaBVBoAXgk85tEMLm90JDVdDyUTMRNPii3P3WLFAZ4,23157
|
2023
|
-
pulumi_oci/optimizer/enrollment_status.py,sha256=XU8DZMRKyveR4uY6dvqPgMwq45oL_juC-9GMERN_7Hk,15921
|
2024
|
-
pulumi_oci/optimizer/get_categories.py,sha256=k8y-jGJ0RYAhPtKw96PhBKueMAvD4mo33WcPsgfwHIQ,13611
|
2025
|
-
pulumi_oci/optimizer/get_category.py,sha256=9K0z7cIWVsBSXCrb3TvhJlPBE04xLtS8P85QZ19y_qk,9659
|
2026
|
-
pulumi_oci/optimizer/get_enrollment_status.py,sha256=6Zfcvr5-5khFE0TR9iDp28FeTrKa8PQsTqy8XlVOlAU,6821
|
2027
|
-
pulumi_oci/optimizer/get_enrollment_statuses.py,sha256=LdL4J6IMcGYg7ahnav20RQABqwGOqBDgLBn-aIIibiE,6984
|
2028
|
-
pulumi_oci/optimizer/get_histories.py,sha256=ZZPkGW0P62dTwpPWHu7ubEkjjTvBXxw4fnIC3JbcJHk,12621
|
2029
|
-
pulumi_oci/optimizer/get_profile.py,sha256=nasBKYJXVKeNsVloyGa1aQKqPlAx-pe3ZQPjIry2GXA,10763
|
2030
|
-
pulumi_oci/optimizer/get_profile_level.py,sha256=EwpEIW_z77BYFrhCL2gpMop1AM9aU_TDpwsuEnegXnU,7659
|
2031
|
-
pulumi_oci/optimizer/get_profile_levels.py,sha256=eqFVrq78GGK8v4Jh8Ke_yLaLhDAeVPbOLdgc5PO8qRw,8679
|
2032
|
-
pulumi_oci/optimizer/get_profiles.py,sha256=YBFRFn-E5sEpb4cy0f2PrtTt6KCdUlRcrT_eEft5lyc,6361
|
2033
|
-
pulumi_oci/optimizer/get_recommendation.py,sha256=yaOwOqXypBkvRuNbZoR0HUSYypRWYy5yD7nioNm3VRs,12136
|
2034
|
-
pulumi_oci/optimizer/get_recommendation_strategies.py,sha256=QQ89Y5HI2SrWLgAA1gIz2SQ4igba2KOpclN7PsmV8JY,9184
|
2035
|
-
pulumi_oci/optimizer/get_recommendation_strategy.py,sha256=clk9g2dNDyX-LQHjBVgmpDXI5CJiyIfVSbfRg6AhwdY,7945
|
2036
|
-
pulumi_oci/optimizer/get_recommendations.py,sha256=E3FsQt8PqomS7Ua8Lw1zwp-dIlSClpT1__0tRs_JFvM,16960
|
2037
|
-
pulumi_oci/optimizer/get_resource_action.py,sha256=jUlVZlpsAbNsWFMAOpqdoAXD7tLAOw8LEK3TBC1_xmc,13051
|
2038
|
-
pulumi_oci/optimizer/get_resource_actions.py,sha256=UCWNZT8S2OSm-Bi155Vb62Lzd10KgjMUqygSBNUPv1U,18374
|
2039
|
-
pulumi_oci/optimizer/outputs.py,sha256=Gsgi6wEx9RHUzDFkmUL9QzUsbNekalAeqGZLSYcWSls,106833
|
2040
|
-
pulumi_oci/optimizer/profile.py,sha256=R8yzmPyswXB_8G5G39LrEuqC8vvf9I1YbPgZXT1fXbA,36458
|
2041
|
-
pulumi_oci/optimizer/recommendation.py,sha256=A1nFhK2cJ13nXAlcGLPjw4hVweWB-XPennIP3On4e9I,30878
|
2042
|
-
pulumi_oci/optimizer/resource_action.py,sha256=XJAW0HBwZfu9114yX_87nmq9xrSy8y_V__KJl-H5OwM,32247
|
2043
|
-
pulumi_oci/osmanagement/__init__.py,sha256=lDPqLjnyvU1tbQ1VftQFEdA8grjmmXAD1gyBOUPK2P4,994
|
2044
|
-
pulumi_oci/osmanagement/_inputs.py,sha256=y4ycMOfs0kXCSdTPHhaFNi8jkcFZlHYBJA4M57sIMR4,18174
|
2045
|
-
pulumi_oci/osmanagement/get_managed_instance.py,sha256=DcEuacPcrDfFsNbBcY6NHPykgiHWs6bMPKUKKWWqOzA,19113
|
2046
|
-
pulumi_oci/osmanagement/get_managed_instance_event_report.py,sha256=Y3hZXZFy2H097-RHW2fTr_vhP4SU0EXRON9ZSuqL1os,8627
|
2047
|
-
pulumi_oci/osmanagement/get_managed_instance_group.py,sha256=EW0p4R8td2g7ijl9mhflPuQTcxq8-ToqM1xme-k0AAU,9003
|
2048
|
-
pulumi_oci/osmanagement/get_managed_instance_groups.py,sha256=KdTcZJfc61ehS4hqYcWr77_xl-lXJwEmwukkfmGlSHk,8168
|
2049
|
-
pulumi_oci/osmanagement/get_managed_instance_module_streams.py,sha256=uh-_xc20V9QI9hgSOvtANDvYikY0OwmJ6L13--MpjnQ,13553
|
2050
|
-
pulumi_oci/osmanagement/get_managed_instance_stream_profile.py,sha256=TAUDAfYxEP4alalHLZBYtOz-J2jBTjEftXl9wDCL8Vg,14379
|
2051
|
-
pulumi_oci/osmanagement/get_managed_instances.py,sha256=hNnC7Ve8AaoCw2Nrh20-WWvnIs3YDf_9Fw9_kIDZxx8,6992
|
2052
|
-
pulumi_oci/osmanagement/get_software_source.py,sha256=8XZvwkb8kFd1HU6FZDfX_YTap6lPdK6sujVxupSvJxM,14988
|
2053
|
-
pulumi_oci/osmanagement/get_software_source_module_stream.py,sha256=t4ZAHoCK4z37Shk9967HFuD5aOIGQIUhV2DB_HCaU0U,8903
|
2054
|
-
pulumi_oci/osmanagement/get_software_source_module_stream_profile.py,sha256=H3D0XYIeA2Ti2vMKf0-yH1TlyTQrCTFLWKcXOfLfXFQ,8889
|
2055
|
-
pulumi_oci/osmanagement/get_software_source_stream_profile.py,sha256=PkA8mLfGQzGlEHarHvQnD_yP-lDR6YCcWQ8Lmg09uSc,11318
|
2056
|
-
pulumi_oci/osmanagement/get_software_sources.py,sha256=N6y0NqXuDxnd_v-BIImDRqeXiGnUUNoJPyBfOCaD1fw,6848
|
2057
|
-
pulumi_oci/osmanagement/managed_instance.py,sha256=CdLENywLpWuKKciTT8-uElHyhSHJzPojVSb0aYFxebQ,43600
|
2058
|
-
pulumi_oci/osmanagement/managed_instance_group.py,sha256=UkKGPbfK8m8S_5sxZkfRBVJaWQr9I6RqDa4jGDhFEB0,25896
|
2059
|
-
pulumi_oci/osmanagement/managed_instance_management.py,sha256=kpld98SwVdTLHMQWVzJQIOfpk8p9FkU8f3liqSx8ZCo,33439
|
2060
|
-
pulumi_oci/osmanagement/outputs.py,sha256=RWzIWUmiPGG5vF7I_-U8in0NM80hU4SJw6cATXkiIbY,63002
|
2061
|
-
pulumi_oci/osmanagement/software_source.py,sha256=4UTdQMjmj-ckDfQTNRxtCin2HqrpnTet2zDitFDQV50,44584
|
2062
|
-
pulumi_oci/ospgateway/__init__.py,sha256=_1egZYO1h80MOxzPAj4FddwH5MUCu-Svp9r8QrDHU34,647
|
2063
|
-
pulumi_oci/ospgateway/_inputs.py,sha256=Re9bFvrT2docne-7sknOZYe6gi5Qz1-RsvTdUQZro5c,93242
|
2064
|
-
pulumi_oci/ospgateway/address_action_verification.py,sha256=ap2fdbA8zzatigyUFeZ-6yJ7Gj73heSilM8gFLw7sYE,65964
|
2065
|
-
pulumi_oci/ospgateway/get_address.py,sha256=vex3UPX6p1nBllOCJzAP85wCRN5Z5EPTsjcvXLAx8jg,17981
|
2066
|
-
pulumi_oci/ospgateway/get_address_rule.py,sha256=7MbQ19ZiLfa8FyqTKf3CSuW6z0BGuWmPtzob7VtXjwg,7036
|
2067
|
-
pulumi_oci/ospgateway/get_invoice.py,sha256=V6KwNuQK3rSl8g7JxAEKfE6w_gYvLp2UN4V-0O_WBXI,19168
|
2068
|
-
pulumi_oci/ospgateway/get_invoices.py,sha256=APmkMnA4ar0mpk8_vDT4vYAOltukWvN6sNKDZbhqn5Q,14194
|
2069
|
-
pulumi_oci/ospgateway/get_invoices_invoice_line.py,sha256=Na37sKjBj2B29gnceXdB1F9I5_ilb6UytNrOwpxZj8o,6284
|
2070
|
-
pulumi_oci/ospgateway/get_invoices_invoice_lines.py,sha256=ouMVR9vtfnE906iZWJDbuzMR97DtBO63SWEvQr7fyIo,7329
|
2071
|
-
pulumi_oci/ospgateway/get_subscription.py,sha256=6oH-BCLwFsMKWq8B6INx_hqpO6m5OeyvKdqcuE3jGRU,18216
|
2072
|
-
pulumi_oci/ospgateway/get_subscriptions.py,sha256=wwYpVHH-Rp609spgZU6l2YhQ_USPciignBgPGOxRrmY,5984
|
2073
|
-
pulumi_oci/ospgateway/outputs.py,sha256=_UT40MwpgYuzcRdyMK3zIXkwSQlm-pGRz7SmnB4xKZg,246027
|
2074
|
-
pulumi_oci/ospgateway/subscription.py,sha256=s3aDUXCnIiBy3EQBz0a62eqKGaxE5Hy2Lzi7O13bzHU,43451
|
2075
|
-
pulumi_oci/osubbillingschedule/__init__.py,sha256=MUeqEUQLF5-Us6E-FDTHDppCY6L-vabohX2BrJ0X0jA,350
|
2076
|
-
pulumi_oci/osubbillingschedule/_inputs.py,sha256=oVKaHwmTWnrgEmglwttBDsHvDAvPa8Vr5Gynza7v2tU,1505
|
2077
|
-
pulumi_oci/osubbillingschedule/get_billing_schedule.py,sha256=NZe_BQTLgMKXsQsp1bMqY9_42RPrHDw1USbj8FZT6Mc,8576
|
2078
|
-
pulumi_oci/osubbillingschedule/outputs.py,sha256=d45GKLcxsummn33L5a_REfglZE1nZo2LCxiuEBTGmd8,6860
|
2079
|
-
pulumi_oci/osuborganizationsubscription/__init__.py,sha256=gMrNU3E8vEvb_DLP8D-Sxiu6kvq_aEwNHVaHeDs3P6g,360
|
2080
|
-
pulumi_oci/osuborganizationsubscription/_inputs.py,sha256=wc2KCF7cc8C6CcZ1OeYNWyzHPbdrOZAvNwzPUctfSSk,1527
|
2081
|
-
pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py,sha256=F1RT3mYm41by_bFipWU9LqOJPEc0gyqsPZmekZWeymA,7611
|
2082
|
-
pulumi_oci/osuborganizationsubscription/outputs.py,sha256=XL7yNfjapLUyhKnpLdYxt2ijyRFaS3N2IjZs_Ai6c4w,5654
|
2083
|
-
pulumi_oci/osubsubscription/__init__.py,sha256=pZ3qy04oJCWY-d-tu_BNCSNE00i4Ysv95aEYx8Jz3Vo,437
|
2084
|
-
pulumi_oci/osubsubscription/_inputs.py,sha256=7snIWBniW1IdDBVJ5xZdavl8lMUV1suo2fpkOnWOBNI,3664
|
2085
|
-
pulumi_oci/osubsubscription/get_commitment.py,sha256=I14VTF-0Nav36FPcyDBxBbSSv7KbwQ8Qf37KwMl1dzI,9348
|
2086
|
-
pulumi_oci/osubsubscription/get_commitments.py,sha256=gRyNsLG7H1kyLPL1EaDiS6H8D3GJ8dl9zmcfNvcrr2Q,8614
|
2087
|
-
pulumi_oci/osubsubscription/get_ratecards.py,sha256=C0uJT6E8xnk3iOHpnBDv8ya6sVXlC592H-UN79rtbR8,9733
|
2088
|
-
pulumi_oci/osubsubscription/get_subscriptions.py,sha256=spa_WeMCCFIw_biHjQ1vtGHOlwttYtQPDHM--XejUrw,12180
|
2089
|
-
pulumi_oci/osubsubscription/outputs.py,sha256=PRpXICzaCo83G41lh2e7wUM_kBo9y4RjMNow6HODGZc,30924
|
2090
|
-
pulumi_oci/osubusage/__init__.py,sha256=kU3nzaf8HxGMC-MdBJ9iOrYmxPJH5hIThP27pdD0SsQ,425
|
2091
|
-
pulumi_oci/osubusage/_inputs.py,sha256=WoSK8U710BjyI7phHQYcmHtGaUzjOKiFVUp2E1bVVDY,2660
|
2092
|
-
pulumi_oci/osubusage/get_commitment_aggregateds.py,sha256=ycjuuSsNliEw1MjUS35kTyCOIVs-Pvqkb4zkuIweKsI,11086
|
2093
|
-
pulumi_oci/osubusage/get_computed_usage.py,sha256=QG3zlFKg3CLz0KplAHtSLiOfQYkl_xfnqdDbxP_jCxY,20317
|
2094
|
-
pulumi_oci/osubusage/get_computed_usages.py,sha256=v58c49lE4keERZf0ZQBbIw4gSyt1yWGmgxAWqnObPCY,10129
|
2095
|
-
pulumi_oci/osubusage/outputs.py,sha256=dzAhiIXAjhu56gHJH3-LrdzW56wR1M2oU4tK0299-Eo,37821
|
2096
|
-
pulumi_oci/queue/__init__.py,sha256=jwKK25ETwcG0tqoblRZJX6MN7BKulcDaUyL3ql98tf4,386
|
2097
|
-
pulumi_oci/queue/_inputs.py,sha256=iTTjPe03bpwbFZLXV0Ur_pm8wdO_XNCsz_rqBJI1xv4,1380
|
2098
|
-
pulumi_oci/queue/get_queue.py,sha256=V3elUE1yhGqyuG0YHU5K4ghm0dG_LQpyvEQtqNRVPEg,13290
|
2099
|
-
pulumi_oci/queue/get_queues.py,sha256=fBC1y0euKREOS2La6wOstPQLgCnrP2LNDn5bQlHINzs,6734
|
2100
|
-
pulumi_oci/queue/outputs.py,sha256=dfoRK3MdtjHpavUg_MJoTMyuTNCLEv91Q5H1pqoFvUQ,10219
|
2101
|
-
pulumi_oci/queue/queue.py,sha256=_vmuKxlmqHq24C71iswY1xpXX-5LSsXKQBSHNWTlSuA,39816
|
2102
|
-
pulumi_oci/recoverymod/__init__.py,sha256=OK1ODRfvOF3FChxhjvEoUukJEwhKRNFy7FpavkfVxs8,718
|
2103
|
-
pulumi_oci/recoverymod/_inputs.py,sha256=Vm2m-bW31Iq6Kb907oEgn9WI6AjGrLjzH8AzXRYDq5E,12520
|
2104
|
-
pulumi_oci/recoverymod/get_protected_database.py,sha256=kSwIpXpbYMrM8T97mzcffprMc5ZhKqTfS60DZAPwQD8,17373
|
2105
|
-
pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py,sha256=UpGrVXjvSk36_xOOPy7Hk8p-UAi4Hq9R4Z_M02KLF_4,7348
|
2106
|
-
pulumi_oci/recoverymod/get_protected_databases.py,sha256=LnYpk4K3Hcwy4jkH2r5KZe9Bh0sVRj4feC7yYZ8Dmy0,10177
|
2107
|
-
pulumi_oci/recoverymod/get_protection_policies.py,sha256=OcgN3aWFeSHK7TTVhdzXJxJRqeooVZQ-HDJpsTNSflc,9322
|
2108
|
-
pulumi_oci/recoverymod/get_protection_policy.py,sha256=1JuydWNRJAgOl2-UttVO9rDmI4jGQWNk1PRVlN8jse0,11157
|
2109
|
-
pulumi_oci/recoverymod/get_recovery_service_subnet.py,sha256=SjiUEbJEAY-mWDi1omyFlsB0_R_Ko2nF6pSeX9Qvb8Q,10731
|
2110
|
-
pulumi_oci/recoverymod/get_recovery_service_subnets.py,sha256=CRvmevHDv9HiG9q8OHvducdxQwMRwgoGIAAwOVG2GiA,9127
|
2111
|
-
pulumi_oci/recoverymod/outputs.py,sha256=bs0BNlhbMADgVQ6NCEntzyVdgaj634n97d1Z9IyRGBk,53097
|
2112
|
-
pulumi_oci/recoverymod/protected_database.py,sha256=M6D5Y0cvGn-DRTV2rlFLDtiClp1ChhDrVlEucbExYF8,56754
|
2113
|
-
pulumi_oci/recoverymod/protection_policy.py,sha256=chYDpeucuEBmUs4SksJEjCGiFgTz9M8-OcYqps2NO8o,31706
|
2114
|
-
pulumi_oci/recoverymod/recovery_service_subnet.py,sha256=qb9YM2NLcdSUdoigHnmHsq_Mj1q36-mOjNBBA9CEUHw,32621
|
2115
|
-
pulumi_oci/resourcemanager/__init__.py,sha256=2G2BH5kW2MtOJKFnTb6Oytp5JQCS7n_E3uSubLhEQqk,553
|
2116
|
-
pulumi_oci/resourcemanager/_inputs.py,sha256=dsFbYoETEn_qfAz8RUBdr4o5-Gkf_Q5Jn-H5ojIZzSA,2420
|
2117
|
-
pulumi_oci/resourcemanager/get_private_endpoint.py,sha256=pCY8pHshcPptOaDmSAsafaxguVDWj9B4n3Wh7R52AoI,12231
|
2118
|
-
pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py,sha256=BPpYMTtlajWAYTXYmhoIaeD3l6z354h0xX62shiLP8k,5839
|
2119
|
-
pulumi_oci/resourcemanager/get_private_endpoints.py,sha256=7onLYNZ1mB4UWDWFCrZQ813Qin7o-4fwLD-1AOph-3k,9638
|
2120
|
-
pulumi_oci/resourcemanager/get_stack.py,sha256=O_5vO32O-TAWSWUN7nqlRkA05BMo2bvd9PLjqZRqhyA,8414
|
2121
|
-
pulumi_oci/resourcemanager/get_stack_tf_state.py,sha256=TzRN_7Q591Xy7vXhRcoZXnb3nVVFkhUCyQI7gcS_BhY,3715
|
2122
|
-
pulumi_oci/resourcemanager/get_stacks.py,sha256=Sng1S-_r_-l3Wa9C7UsiJwnWT6v-eXWLoQPvpqQ7bnc,7673
|
2123
|
-
pulumi_oci/resourcemanager/outputs.py,sha256=Bd5_uL1G6tKBMt-l3kTdWjPFe1gOW_S9wH7MZE-3cDs,18127
|
2124
|
-
pulumi_oci/resourcemanager/private_endpoint.py,sha256=lpdbdMh6TEpHDd5NtR70q9RY6U6_OXJkNINvE6z4Yu4,42081
|
2125
|
-
pulumi_oci/sch/__init__.py,sha256=rlhk88NmbUYwZt7pOZiJoUFVsAQP0nZAokyfunpy-gE,414
|
2126
|
-
pulumi_oci/sch/_inputs.py,sha256=WwtjIyiwspAGDCnu6WEPPRW6NJgIxrloUleOqxKBeu4,38461
|
2127
|
-
pulumi_oci/sch/connector.py,sha256=g5ECxP-4YFApu7S-mO9DWyHuQejG2MHKFaOXbH6s-CI,53130
|
2128
|
-
pulumi_oci/sch/get_service_connector.py,sha256=hMqAt-uanNsKTv_sxCEQB67yx3OwGiNt3lntF6KxKsY,12643
|
2129
|
-
pulumi_oci/sch/get_service_connectors.py,sha256=jaZixWtDaZEDqzSFJuvDDbeysAJ77zvTuetQ9w3zbWw,7587
|
2130
|
-
pulumi_oci/sch/outputs.py,sha256=T9pjZCiB4q6hDlHT2MKsvQBcFvC0Lqqgr4tp_87C_PI,98397
|
2131
|
-
pulumi_oci/secrets/__init__.py,sha256=NR1kHXkqAFTxC1uCGWrWhfCqxOHbTuepWpT_ZUDwp9M,387
|
2132
|
-
pulumi_oci/secrets/_inputs.py,sha256=rS0zIPB8Z30Y2n6uG2fK0iJa2J3P527VgcO7CC0Hp2c,1408
|
2133
|
-
pulumi_oci/secrets/get_secretbundle.py,sha256=lcJUc8gyGiGueRk-vD3WB3mdvqpjANCrJb5RWIAZqv0,10932
|
2134
|
-
pulumi_oci/secrets/get_secretbundle_versions.py,sha256=nsnwKqKRYYzBUzpLmrUJx1K-5GJcQkN7tDsHVAr7-c4,5039
|
2135
|
-
pulumi_oci/secrets/outputs.py,sha256=kd2FkEbiObZkosXtDHLVjUibF_rmTDQDQJjk3XYNREo,5541
|
2136
|
-
pulumi_oci/servicecatalog/__init__.py,sha256=xR-U3z6NC6fXvpIoPuenWCFZcwJsoyPfQd1mebh7_Qg,747
|
2137
|
-
pulumi_oci/servicecatalog/_inputs.py,sha256=W6de1By2H-qpusVR6dRnqn6aZeIbuWX_wwIqNT5C7HE,8225
|
2138
|
-
pulumi_oci/servicecatalog/catalog.py,sha256=kZ0oh7uDpP3Cz3eFb0YJaxoU1BvuLYXG9xovGVDwN9Q,21376
|
2139
|
-
pulumi_oci/servicecatalog/catalog_association.py,sha256=EKlv02__pLf6emyXL3Muw9kj1JTbtO1FAYL34LwV7-w,14574
|
2140
|
-
pulumi_oci/servicecatalog/get_private_application.py,sha256=uvNGtxF3gizdsVWN1kmQzlqRoCwifwq-Oeq7GzyyKak,11538
|
2141
|
-
pulumi_oci/servicecatalog/get_private_application_package.py,sha256=_KXQWvIhkpCACFIVZdINTqsIPW87zt21cHkEQD-Zza4,8094
|
2142
|
-
pulumi_oci/servicecatalog/get_private_application_packages.py,sha256=iG4MMh5sj37tK0nMXbD44XuM7dJvYNC5J2PZrEeU-LU,9810
|
2143
|
-
pulumi_oci/servicecatalog/get_private_applications.py,sha256=L_k_96mEC8P1QNKRAdGEKhUfGTjy2izaBTbgMMg0jdY,7620
|
2144
|
-
pulumi_oci/servicecatalog/get_service_catalog.py,sha256=s5XC6-wz3WssnXPbJW6kV29zpzx-9LtwW9yV8_39Ztw,7850
|
2145
|
-
pulumi_oci/servicecatalog/get_service_catalog_association.py,sha256=qq_DJoA7CM59mEXijQh5uKKwXBrHHA_Wz312261FtAg,6510
|
2146
|
-
pulumi_oci/servicecatalog/get_service_catalog_associations.py,sha256=aSJqlkW5bbvsl2JB6OPLg2z7djsBpRSI19YubwP1h9A,9453
|
2147
|
-
pulumi_oci/servicecatalog/get_service_catalogs.py,sha256=hOxvthpNIJqyPj8N1DziqpAN2KQSPaQbcCTa0FhrJXY,7190
|
2148
|
-
pulumi_oci/servicecatalog/outputs.py,sha256=GY7e1Jy0ItAtQukHvBsae6svmfU0bQIJnqz_4M4FwJA,30871
|
2149
|
-
pulumi_oci/servicecatalog/private_application.py,sha256=u8P_KRjrPsBf-UzI6gsQUHOjbRvhzhL-SQ_9kJJlQh4,36436
|
2150
|
-
pulumi_oci/servicemanagerproxy/__init__.py,sha256=ZncfS1cQl0dvEW3kVd2j-TjFa70ij_LF5MZDKDZprLQ,393
|
2151
|
-
pulumi_oci/servicemanagerproxy/_inputs.py,sha256=GadysiyHJFP8lehZCBIsqvIVAG5CfYgQZoeQjBQ8Ovo,1406
|
2152
|
-
pulumi_oci/servicemanagerproxy/get_service_environment.py,sha256=MuHRS3ACJwqlikbpULqIoMyZwOeYu8YIe9Vh3lv0-Ng,8488
|
2153
|
-
pulumi_oci/servicemanagerproxy/get_service_environments.py,sha256=fJ7uYJUD-70ZG4YMC23pzwbxL23PDn5EvmdDJHSQQgw,9769
|
2154
|
-
pulumi_oci/servicemanagerproxy/outputs.py,sha256=LEGloEWzVQwhs9rVga3wuSKw_NUsVSOF15oxp18oaDY,11781
|
2155
|
-
pulumi_oci/servicemesh/__init__.py,sha256=MfexPPIoHGwMvJEUQB2_SqM6uQE0zYjuw-6sIlpWQto,1104
|
2156
|
-
pulumi_oci/servicemesh/_inputs.py,sha256=SxTE9pmQZDdx8A-DNsNu9HClDqxEn4YRP8EA4-JSQzs,71010
|
2157
|
-
pulumi_oci/servicemesh/access_policy.py,sha256=0frbLkyC4TGjG27MsrU5OScGYLj59lamvn9fAGBPvKc,33400
|
2158
|
-
pulumi_oci/servicemesh/get_access_policies.py,sha256=OY6AkMJ2YbZukggucQi7OpaaExrxbyN6Q4rq_sGbLUQ,8174
|
2159
|
-
pulumi_oci/servicemesh/get_access_policy.py,sha256=zeEHr2xr7CtsIrKo6CqeyFQQbwFnSMlaSaLSGrx_PmA,10400
|
2160
|
-
pulumi_oci/servicemesh/get_ingress_gateway.py,sha256=Jx_RkwF1mTWxV_KzdH1x8s7mr5UkZbz1sCCPvyNGa6E,11744
|
2161
|
-
pulumi_oci/servicemesh/get_ingress_gateway_route_table.py,sha256=iNa2mjB8frUwvoOzM6xAV8wjX3SKpVOUGluWQJ2eccw,11774
|
2162
|
-
pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py,sha256=qJKCx4IxRm2pJMTiDcrKejyps3mRrgCW4k_EgNv0AFs,9129
|
2163
|
-
pulumi_oci/servicemesh/get_ingress_gateways.py,sha256=8og0cpzbQsWaSigeuMVUvTFWnLvoa6LKzaiHiWR48Fc,8266
|
2164
|
-
pulumi_oci/servicemesh/get_mesh.py,sha256=4C-zTDfzPTEfM_Dcl_FmKpDifWcvenJrGiCPT9h7sMM,10505
|
2165
|
-
pulumi_oci/servicemesh/get_meshes.py,sha256=x3Vb7S0bTbR5l26Zm1cDnegKi95e35nBPAPSGqz5OpU,6921
|
2166
|
-
pulumi_oci/servicemesh/get_proxy_detail.py,sha256=yMLRIQzR66fDIruy2maxZp4GsNCYKvVplTFmaVMIN2Y,2486
|
2167
|
-
pulumi_oci/servicemesh/get_virtual_deployment.py,sha256=lsxZVLxJtBnZgb0ZdE3s13uAW0QRG4h38KnRSZpaPsM,12267
|
2168
|
-
pulumi_oci/servicemesh/get_virtual_deployments.py,sha256=vAEmWnSTaL-rVNP2QNPexVY6qtmb6pB53sLYj6zmIfU,8747
|
2169
|
-
pulumi_oci/servicemesh/get_virtual_service.py,sha256=HhrclJ2aIB3a9QU3pZ3FZAqmX3K6FVz4tA7yPTk9Ssk,12003
|
2170
|
-
pulumi_oci/servicemesh/get_virtual_service_route_table.py,sha256=CUz2tfGVNUFJkPJWSQ1kpZGdhh8ARXqapnMQU-PsEww,11950
|
2171
|
-
pulumi_oci/servicemesh/get_virtual_service_route_tables.py,sha256=dE0YHRbO7_xA8HzzqebEe3BMiAJajbvYTAGjICnmkGw,9309
|
2172
|
-
pulumi_oci/servicemesh/get_virtual_services.py,sha256=gaORTLtMhUCqftFZN4Vv20WY1_IYigCAw8Tcu1VKhaE,8266
|
2173
|
-
pulumi_oci/servicemesh/ingress_gateway.py,sha256=ncpedG3QEdbxmbpMZTblG2xxjn4UHS3LAtM9qIqCHFg,42049
|
2174
|
-
pulumi_oci/servicemesh/ingress_gateway_route_table.py,sha256=s2Fq46Oe_jY1gUs7TxDQPgw3O0QEWS5ez-DHI98OSQE,36664
|
2175
|
-
pulumi_oci/servicemesh/mesh.py,sha256=WwXQKDbcE4TS0zIXkFp8JKhLgxHLp1D5w5jl3QXz140,32303
|
2176
|
-
pulumi_oci/servicemesh/outputs.py,sha256=G4FZj_UNcIiF8uTyTI0unIW9iiPiknGrQTM4cJ31Xvw,209448
|
2177
|
-
pulumi_oci/servicemesh/virtual_deployment.py,sha256=HB-yFo_4mT-MS7Lav6T-7jovWOdbcU4UiWRhvnX0N60,40434
|
2178
|
-
pulumi_oci/servicemesh/virtual_service.py,sha256=CHmzoxpY9_GRO5wwWDYp7TzXngxrMhV_dIB-wYui7kc,39906
|
2179
|
-
pulumi_oci/servicemesh/virtual_service_route_table.py,sha256=ub_1FyNYY8gKa-NPh0NPuleHcRtKVuynmdtMlOB7m-0,37784
|
2180
|
-
pulumi_oci/stackmonitoring/__init__.py,sha256=apr92NWIpfgeRiaxpFFnJeXr1bVrZk0fnARW07Cq-hs,802
|
2181
|
-
pulumi_oci/stackmonitoring/_inputs.py,sha256=MKHFWmuRYXX2_GzQZdTtB-QXE8nunMWJS1tJBrEO1Sk,77130
|
2182
|
-
pulumi_oci/stackmonitoring/config.py,sha256=8QdRVQVvPOQr85PoBAFMkUHp7ipcTnjBf_KUJwdWm9w,29459
|
2183
|
-
pulumi_oci/stackmonitoring/discovery_job.py,sha256=dMk82G2CELDgXuxj1gtm7iyBW0AqwZvoLBOo7aA4804,37098
|
2184
|
-
pulumi_oci/stackmonitoring/get_config.py,sha256=mU-Nj1q4mXhfYfacab7Z-Lnncuhf0fyyAy4R0M04nQU,9358
|
2185
|
-
pulumi_oci/stackmonitoring/get_configs.py,sha256=l4YhK374i-5iBHuYLs8YFkh4U2ZyIbkat8vkJx6rixM,7426
|
2186
|
-
pulumi_oci/stackmonitoring/get_discovery_job.py,sha256=-30LHh31L3eUb35D55BXPs2kEVv08khCPFn3Bg8Qw6c,11663
|
2187
|
-
pulumi_oci/stackmonitoring/get_discovery_job_logs.py,sha256=vrIohCwtXpwdVS-XfnVxHpH3gq5WsSESRcqAyPHFXiA,6099
|
2188
|
-
pulumi_oci/stackmonitoring/get_discovery_jobs.py,sha256=TvRASMaATsmH9yC6d3Ybep__BM5MHguFQKTALtfd_hg,5803
|
2189
|
-
pulumi_oci/stackmonitoring/get_monitored_resource.py,sha256=UJAG_aP8HcxcZJI2TZdeRglD074bSWRZmsba6hlusNA,17123
|
2190
|
-
pulumi_oci/stackmonitoring/monitored_resource.py,sha256=q0oybrjnyKyY-tGbXX0HPzRpufSZDnsWIJH5rMGBEyE,75143
|
2191
|
-
pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py,sha256=Dsmt0SjtxWJ18ewU_TR9WhOxUuLDEzIXKTdhmDHiDN8,27422
|
2192
|
-
pulumi_oci/stackmonitoring/monitored_resources_list_member.py,sha256=lYsISbMQjmShjyVwr_hkI63IZaSbsBojCOlKgl5a4Yg,16931
|
2193
|
-
pulumi_oci/stackmonitoring/monitored_resources_search.py,sha256=7yUgv0rQeQ-WKAYJmWFFcrUBpbtkV7ZxqBU-wxQeKWY,72679
|
2194
|
-
pulumi_oci/stackmonitoring/monitored_resources_search_association.py,sha256=Btg2j4veEbbvbSTa8vzqO7povbDBtbCpZx7He-orVuo,29686
|
2195
|
-
pulumi_oci/stackmonitoring/outputs.py,sha256=dVzdtgffKDtQ6NPQOXsk7UEqlkMkjakCfxT1ANx9Weo,111977
|
2196
|
-
pulumi_oci/streaming/__init__.py,sha256=qUfMEOAARn0aZo_vquKVA6NeGypfQ3nRHuEY5NKEThM,582
|
2197
|
-
pulumi_oci/streaming/_inputs.py,sha256=FNbJknKJEb7Hh-pkSawRjagcl950kZnCylQRW9u5tSA,12510
|
2198
|
-
pulumi_oci/streaming/connect_harness.py,sha256=UD2NcHpU_DrPswcVsEVDDxjwbUJRdOD0TXPla2V24r0,23594
|
2199
|
-
pulumi_oci/streaming/get_connect_harness.py,sha256=yQE2bDU712JPL0LoeH3jXA0mAn_XaXS3qFhApLuZmnc,8005
|
2200
|
-
pulumi_oci/streaming/get_connect_harnesses.py,sha256=d9lcpKFv-3jgp13UAn0J8LKSgcdzNevdMc5QaZtDbYA,7162
|
2201
|
-
pulumi_oci/streaming/get_stream.py,sha256=Db871Iq4EOsviJfmIhkrB8NFAaNq6nDoRJ-iXX047V4,10034
|
2202
|
-
pulumi_oci/streaming/get_stream_pool.py,sha256=NrqrmXtFYLusIedSDoPsPTpaHRTcK6rZhR5B0D429f8,11570
|
2203
|
-
pulumi_oci/streaming/get_stream_pools.py,sha256=i7Z23kFtDsQ_M6gcwQzSDCVsOs6Hiv0aOw6XQDzEsRo,6825
|
2204
|
-
pulumi_oci/streaming/get_streams.py,sha256=cfcsvOmQtrumIlv7nvVnhEMsHbU36o7Ea3-K4TczEFk,8502
|
2205
|
-
pulumi_oci/streaming/outputs.py,sha256=_HSPlYm4-nvTQI6yNDOZfstI76EsfnUztUVWi0YkNKo,42241
|
2206
|
-
pulumi_oci/streaming/stream.py,sha256=1I_d-YJwWkd5LDNr7zTMpCJyx9LvEoLQVRvpLk7oqJg,33056
|
2207
|
-
pulumi_oci/streaming/stream_pool.py,sha256=885Un5v91M4W0__5btoNr0rmXZDJpf-zeT1tWLUQBoI,37391
|
2208
|
-
pulumi_oci/usageproxy/__init__.py,sha256=GUjigyDa6EsUw_WYyn6sYHiMAc2V-wVZjv7Q-F6wtfM,797
|
2209
|
-
pulumi_oci/usageproxy/_inputs.py,sha256=0BATY1dy8boTQuD4yX7nFxLrqUtGW1usiHYoE1bAz1I,9832
|
2210
|
-
pulumi_oci/usageproxy/get_resource_quotas.py,sha256=qjofh5KKgIZZQpUt4bUPm9orDhn8VvVWet3Z2iM1YVc,7048
|
2211
|
-
pulumi_oci/usageproxy/get_resources.py,sha256=pHnAsVIdIObpaZMkOvVsJghAxIg0dJcSJPXQymwfxN0,6680
|
2212
|
-
pulumi_oci/usageproxy/get_subscription_product.py,sha256=4B9m--Qim3EdMQXHFuj4mF3kccc_SjWUDy030gTrWyc,7055
|
2213
|
-
pulumi_oci/usageproxy/get_subscription_products.py,sha256=nCKGzXMHpGkmf0iYRl8QAo1jATlcN3WnPy870DlF6nM,8015
|
2214
|
-
pulumi_oci/usageproxy/get_subscription_redeemable_user.py,sha256=ARM9_2TabDRLxnDjuzvEkInKH4vdvcSJ3_BdYaDUCNs,5671
|
2215
|
-
pulumi_oci/usageproxy/get_subscription_redeemable_users.py,sha256=e9ihvJl38y-vFLeqnGl_gps6TVqgLk8DGye99nVTN8U,6471
|
2216
|
-
pulumi_oci/usageproxy/get_subscription_redemption.py,sha256=F-pHKfqC6rTCL4w6QgVaQlurIe3_cuovZ3P5UdzqLX4,7993
|
2217
|
-
pulumi_oci/usageproxy/get_subscription_redemptions.py,sha256=GZ_NUhEs-HqeHkkHOoSANY7WATX5vvNVs8VmTQ2bcbU,9020
|
2218
|
-
pulumi_oci/usageproxy/get_subscription_reward.py,sha256=FofoTFkwq2FVGZ4-R7YSb7os6ME_6tQV4XXAZQJjHEU,5717
|
2219
|
-
pulumi_oci/usageproxy/get_subscription_rewards.py,sha256=SDSkw5IittIA22ZL2cr9n32xh-60g8MQYpioiVqsjBA,6139
|
2220
|
-
pulumi_oci/usageproxy/get_usagelimits.py,sha256=5R7iw_q4GB1TibsZo7-F8rL94yGkso9Uaaws6bDs4t0,8562
|
2221
|
-
pulumi_oci/usageproxy/outputs.py,sha256=JABd_RpS0TgJqyvAaxXVpL3Er-bmcnCUN0fAGCpHyYA,64294
|
2222
|
-
pulumi_oci/usageproxy/subscription_redeemable_user.py,sha256=6yWCujs7lVuIXl0K8YgC60hrslV2Fy9D3gtQCmY2HDQ,16806
|
2223
|
-
pulumi_oci/vault/__init__.py,sha256=vCGwhvDH2hKgV04jyWbx0pJMTSnwN7RoM8LCz6jj41Q,423
|
2224
|
-
pulumi_oci/vault/_inputs.py,sha256=AHyaEgQ1Wu-YfwD3nM3kvOgph1bvFjYZHs72wFpyoog,11986
|
2225
|
-
pulumi_oci/vault/get_secret.py,sha256=iiyb1ZtU0ANdwMkDJ-M-qDWyhFHBqXd-KrdlZuEwse8,13185
|
2226
|
-
pulumi_oci/vault/get_secret_version.py,sha256=jcKovrnHZYJa3YQmr0tj6kKD5vfcrhNSXvF2KX_O330,9464
|
2227
|
-
pulumi_oci/vault/get_secrets.py,sha256=TugjSHRSwqxjLOIoEFxpEOmzDvsGPjigbjcCWDHSOrY,6913
|
2228
|
-
pulumi_oci/vault/outputs.py,sha256=kw2dBxonlaVKS8peX6sC4eErZRKkIk4g9DWyAF-nZPs,33377
|
2229
|
-
pulumi_oci/vault/secret.py,sha256=T6mWZztUBQ_UO5mfp03n4biwSs4S6mv306sgfclIaCE,43857
|
2230
|
-
pulumi_oci/vbs/__init__.py,sha256=dw-GqtP_ewNaTk6A4_ylG75dW0lybYa1teHSQIbyrN4,422
|
2231
|
-
pulumi_oci/vbs/_inputs.py,sha256=WYitkqDib-xG80vgjzkCUqkE_C5qiQAWgl2lshVlaYs,1617
|
2232
|
-
pulumi_oci/vbs/get_inst_vbs_instance.py,sha256=DZtLO9n_do-b-GRZ8Q6ZfQHyVKPCNCUNgvAiLFt8bP4,11807
|
2233
|
-
pulumi_oci/vbs/get_inst_vbs_instances.py,sha256=e5qxjZnLVUFem9yTsWkDawqozxKFMTIVcClaqzrnC14,7220
|
2234
|
-
pulumi_oci/vbs/inst_vbs_instance.py,sha256=YXX5GeQFgl0eK6Hb4_tkKi_6Gif7MDinHPaZ2VLjFQ4,34839
|
2235
|
-
pulumi_oci/vbs/outputs.py,sha256=jo0_D8z4pHdDo1l-wKJzJNaQUQS83TEMEb9B2PZRj7I,9146
|
2236
|
-
pulumi_oci/visualbuilder/__init__.py,sha256=_-OX-bR9j1iwNa4wpmZ3qZzzInQbV3WQD89vZ5Ens2M,448
|
2237
|
-
pulumi_oci/visualbuilder/_inputs.py,sha256=a0SrmIMnXxfZKuQcKRCog5Pk4l-REkT9ALePgxpuREU,14723
|
2238
|
-
pulumi_oci/visualbuilder/get_vb_instance.py,sha256=Mh8llbHYHEfP429ONps2ryiNURZo9lFvo2eK8VIh31A,16413
|
2239
|
-
pulumi_oci/visualbuilder/get_vb_instance_applications.py,sha256=59WD9gnfhaYCs9wWqrjChiRTeAYl3zmAMkV1bGS0wBo,5697
|
2240
|
-
pulumi_oci/visualbuilder/get_vb_instances.py,sha256=Rq8zDxBPOxzDylt3hPIwKGuZnddV-aKSWW5HFUUC4M4,6861
|
2241
|
-
pulumi_oci/visualbuilder/outputs.py,sha256=ED-Es562RmmsIhkxZT_26rFwxgsa7sRdy6k3uL_rkCE,46021
|
2242
|
-
pulumi_oci/visualbuilder/vb_instance.py,sha256=L-ugJHGTMg6R3lu81yWKy84t2AfdidYAwQjWEQ1klRw,50894
|
2243
|
-
pulumi_oci/vnmonitoring/__init__.py,sha256=OxQ2ge12nUXNLNX4-AYv25d9BNmoAeA5KtOjmlhGiQs,453
|
2244
|
-
pulumi_oci/vnmonitoring/_inputs.py,sha256=TeBuLe_S61GdiClYSi8UPzUm1uMR6cSNxqATRIVNhgU,44378
|
2245
|
-
pulumi_oci/vnmonitoring/get_path_analyzer_test.py,sha256=CDyxTsUPCCcb4nSKNSk2L4gjQPwvjkdDi2kYD7sPdLc,12110
|
2246
|
-
pulumi_oci/vnmonitoring/get_path_analyzer_tests.py,sha256=txce2p6KXvqTi1S4dLVTLZ0gI-eGXyj04jSotCnx-7o,7562
|
2247
|
-
pulumi_oci/vnmonitoring/outputs.py,sha256=0HR-oeiLEHFlOVVu7DFyYHhDvcDI-zp14DccseTORzU,80074
|
2248
|
-
pulumi_oci/vnmonitoring/path_analysi.py,sha256=3x7pyBkDU75bmz2rjzmm3jr2c3-fDglZAVCuzFFOGhQ,35950
|
2249
|
-
pulumi_oci/vnmonitoring/path_analyzer_test.py,sha256=1407NmWmUyv-mjRaAuhJnJ4BUd_A6ezIwgAkVzSimJo,41559
|
2250
|
-
pulumi_oci/vulnerabilityscanning/__init__.py,sha256=VSMJQqSOSCZXxIeJUBXue681bibaPTi83mk_gzuyrx8,807
|
2251
|
-
pulumi_oci/vulnerabilityscanning/_inputs.py,sha256=SnFl7eUn9picz6e2765jRkmqXTd3sPO0TJnPqt8t64M,25714
|
2252
|
-
pulumi_oci/vulnerabilityscanning/container_scan_recipe.py,sha256=KrOCLjizYX3VNXoJkjv9ZHQqsuQqIExsUKwNPnCZqog,27825
|
2253
|
-
pulumi_oci/vulnerabilityscanning/container_scan_target.py,sha256=8FaoUoW2G-wU-2ORx9Ah7KumUKN9y-GIkBUsWQN7Ue8,31194
|
2254
|
-
pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py,sha256=SYPt_1mQeJyB3AouAMfmumQVvkuTUpc4HSNf8sJbWHA,10159
|
2255
|
-
pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py,sha256=pgTeeAvUMpbU1yoml55lw0ANFU7I2-MtVGsgGtGKlZ8,7836
|
2256
|
-
pulumi_oci/vulnerabilityscanning/get_container_scan_target.py,sha256=aiVuUu3XDIDLzTz5jHgbGWUzUHqiPBn53JBSGEHD4dI,11095
|
2257
|
-
pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py,sha256=SdIvltJDNdxdx04ZJETnjmujQxMKaWMo9442JuV9UIo,8129
|
2258
|
-
pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py,sha256=bQsZMKp37FTX6g5jqXc8FTqpsi4iqwRHWcebXQ03tUc,10977
|
2259
|
-
pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py,sha256=IAohaxd8uK2XmMfVkFgMbxjfwbzPJyq22OzmVo5aBW4,7496
|
2260
|
-
pulumi_oci/vulnerabilityscanning/get_host_scan_target.py,sha256=VmhGqfMCxkhPRO3y_b26KLgTH5q-h52toKgW4Kh3xhI,10990
|
2261
|
-
pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py,sha256=0pxw11tE9PzNP92Qaug5hDkHncxc_-Nob8VmgrMSCFI,7908
|
2262
|
-
pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py,sha256=Yc0PecYXcWtNPfylhQaLbboVxeQQS4h37L2vf8X-gO4,7546
|
2263
|
-
pulumi_oci/vulnerabilityscanning/host_scan_recipe.py,sha256=IIr-fob1m9Jo7Z09RvuwvT2ts4WTEy8Y1GduvgPCBus,37514
|
2264
|
-
pulumi_oci/vulnerabilityscanning/host_scan_target.py,sha256=aLn3AN_RFIuz1_3gOQY9nyi4EGWxiTZXDB3314R9Ve0,33457
|
2265
|
-
pulumi_oci/vulnerabilityscanning/outputs.py,sha256=uO-1hjDfYXkgoyVLIELHZG-AlOn3iKazh7iIerrSV4w,88564
|
2266
|
-
pulumi_oci/waa/__init__.py,sha256=8WGkEBb_DVZkKsHSkgNODVUtedjWl1s1eJ0Mmm_xSMQ,546
|
2267
|
-
pulumi_oci/waa/_inputs.py,sha256=IQ9aNnPFCHJdfsk-RLrIXtKySnTiJrZT5_-7yyTtdhM,8335
|
2268
|
-
pulumi_oci/waa/app_acceleration.py,sha256=uauCI2zm86KJmAuZgQ7D-j11tDdJHJ-rtvcVmhQ1SAg,34658
|
2269
|
-
pulumi_oci/waa/app_acceleration_policy.py,sha256=oBsibush7gzSO-KnGBZ6OavLBNlBVLNSYwR3eC7Nxbc,36947
|
2270
|
-
pulumi_oci/waa/get_app_acceleration.py,sha256=dEAtkHp3tGKWD4c-OrQ4pBLwXQUZKpSzBV6wOkge-dY,11363
|
2271
|
-
pulumi_oci/waa/get_app_acceleration_policies.py,sha256=AWuKPQ_b7Tm12aHwJMjhW3mPU42oaZtGtwCCpWfnI8g,8595
|
2272
|
-
pulumi_oci/waa/get_app_acceleration_policy.py,sha256=zaxHodjf3c8lEfY5n0fMtpYh0ZgiIiXpCPgcwdox6D0,11369
|
2273
|
-
pulumi_oci/waa/get_app_accelerations.py,sha256=zLjd1CZSByWZE53yT0vvUsmRuJGKYlYDrySik67JZxQ,9963
|
2274
|
-
pulumi_oci/waa/outputs.py,sha256=8enRjTrOFvf-1lwv5KZWS_qyEwjjcn9tropzCkZL2qI,30568
|
2275
|
-
pulumi_oci/waas/__init__.py,sha256=ToufiV_N4h1r7NjPwvz004zNVy30YUEPv47YWrmt74Q,963
|
2276
|
-
pulumi_oci/waas/_inputs.py,sha256=9FLUTAz_ANGEbC-j8MvCIcLHrx9EyVcVOptaaTNZME8,250602
|
2277
|
-
pulumi_oci/waas/address_list.py,sha256=Vr7uAMGviY7-z5xu3-ziMNdv2nKEXjgVh618TbhC4vg,25462
|
2278
|
-
pulumi_oci/waas/certificate.py,sha256=f946fzWAY3eThJ4WPWsWBFgV5Vq7CE_nMomp1KXxILc,48130
|
2279
|
-
pulumi_oci/waas/custom_protection_rule.py,sha256=f0bSUy5gLiozyR1P4_4A_uZNR3DP42rPZaTtkK_oqsE,45227
|
2280
|
-
pulumi_oci/waas/get_address_list.py,sha256=jej76OQh9Ux7HspQ9-6KzZDF-0-b6rhJ3LArHpyHBFk,8590
|
2281
|
-
pulumi_oci/waas/get_address_lists.py,sha256=JXQh9bcTu9Hk8RMB6aLBEmDkyOe5OCwWJvnXIl45k_k,10329
|
2282
|
-
pulumi_oci/waas/get_certificate.py,sha256=KGytJp1dCsfrrqWY_t3m9vHDwAvvlKDyz61jmHogbuM,15595
|
2283
|
-
pulumi_oci/waas/get_certificates.py,sha256=Q1Z0TU9HFcEv6RTyB-frestREqm-LUVVA81O5ys6Cvw,10469
|
2284
|
-
pulumi_oci/waas/get_custom_protection_rule.py,sha256=A7EJrGdJBGmfAvUMgC6f65U0lC15MLxE0XQ0XNAnsI8,9877
|
2285
|
-
pulumi_oci/waas/get_custom_protection_rules.py,sha256=yDsXuq1EuKWII0g_yv4BMk7Jd8aBoF5fdN3A4SzdlIw,11358
|
2286
|
-
pulumi_oci/waas/get_edge_subnets.py,sha256=Q5w-TaVmHhxkPDIC5TGzo52JlZ2N3X8FUQFTRv32Jyc,4261
|
2287
|
-
pulumi_oci/waas/get_http_redirect.py,sha256=GC4IuNlLdu-h_8jxE9TfYfyU0l9HIpbfOE6AH_cKhxg,9118
|
2288
|
-
pulumi_oci/waas/get_http_redirects.py,sha256=Bv9fTWNi8m_7lbd9lthPl9hc0Uzz6vuzGhTsjX21doU,10541
|
2289
|
-
pulumi_oci/waas/get_protection_rule.py,sha256=1IHJhBbYC-oyB_eBYH7rzfw7NVx8h63bq1tsPKTp6l0,9203
|
2290
|
-
pulumi_oci/waas/get_protection_rules.py,sha256=x30DjbXjBCBEEYmJQ0wEWnUFbwh2Lq75BRUBbi9Fxr0,7824
|
2291
|
-
pulumi_oci/waas/get_waas_policies.py,sha256=x_ai40gsEnFlBfyr51sajIzk0kSU4kQS95HupmZWxxQ,10405
|
2292
|
-
pulumi_oci/waas/get_waas_policy.py,sha256=cnhgq9MRCJ_HIRo0XUdZnabiRpnE-joGQKr6TLhE3-g,11759
|
2293
|
-
pulumi_oci/waas/http_redirect.py,sha256=fd3LOpWZOCEhDdpHUyUhQMtxKrOsVGQXbWbfn9gr6us,28421
|
2294
|
-
pulumi_oci/waas/outputs.py,sha256=lMQIUs2V8dpQ2HbBYyMuXF5IAWdh8KybVzTEgW9UIKQ,619599
|
2295
|
-
pulumi_oci/waas/policy.py,sha256=KZMP57fi9gR2m5mQaLXfWvANus5Z_glBdb7Ar38v49M,42507
|
2296
|
-
pulumi_oci/waas/protection_rule.py,sha256=3nifBYElVAw6HSCzQSzHSjK2FqeE-AoG6cS5PE_EsIU,25175
|
2297
|
-
pulumi_oci/waas/purge_cache.py,sha256=66yeZ1hXgx_-ozcElboYe5QsHfT6QTeN1VmGPHW8Q7g,12970
|
2298
|
-
pulumi_oci/waf/__init__.py,sha256=29r6sMHheKYKvxj2zmq3QBTyxmY1P-OP5cGjmyD91xI,742
|
2299
|
-
pulumi_oci/waf/_inputs.py,sha256=cEnHebXcdg7BskFrHIr3HjdXcPTgMDxfrnQCB6pGTAw,86119
|
2300
|
-
pulumi_oci/waf/app_firewall.py,sha256=tbxMXcjhrKMyLSslUfoT28GMVDgOrR2EtZ0G_b7p8l0,34186
|
2301
|
-
pulumi_oci/waf/app_firewall_policy.py,sha256=DtkJmnEhGwmng5yigWKGuOS7f1PNjFiqrxzinuTu-EI,69132
|
2302
|
-
pulumi_oci/waf/get_firewalls.py,sha256=-SxBo7K35UkHVGcrwtVc6P68dP7q3vr5x74o-0vwYuI,9444
|
2303
|
-
pulumi_oci/waf/get_network_address_list.py,sha256=7Y2AyVj9vNPeXUr681wo35L-RcTQQHSd0QKIriPuhAc,10961
|
2304
|
-
pulumi_oci/waf/get_network_address_lists.py,sha256=2GN0KXBUyiB4Ied9-YkLwaZTTBSXT8nTYpI-EnnDOU8,8238
|
2305
|
-
pulumi_oci/waf/get_protection_capabilities.py,sha256=4RJOuwem_9epFggza6ZFTn4lh4ukJ0kI1T4te85HTv8,10801
|
2306
|
-
pulumi_oci/waf/get_protection_capability_group_tags.py,sha256=hJFKmhir1Fja_WfVn48Y9Q4XhTsX5fUCkAGGm11pc14,7632
|
2307
|
-
pulumi_oci/waf/get_web_app_firewall.py,sha256=PqcVmgow_Lwf-ifWOyK_lWgKV9iLImTnGn-QC7zLC8U,11138
|
2308
|
-
pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=KJZEdRiQjG67_3x9zDG9u6m7hCv0gYbKoMmIuIKqiS8,8450
|
2309
|
-
pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=t31n_rsb6FWI8YkhndA1ucpKIbWq9XTogW-6D3Bbfe4,14240
|
2310
|
-
pulumi_oci/waf/network_address_list.py,sha256=dMGab_fwT5pPiLF9kQ3j-Qd-RkXkDfyz306u2eQh0WQ,32655
|
2311
|
-
pulumi_oci/waf/outputs.py,sha256=L_Ay91T3B8xIip2QKrOOW99UlLifV9ByKqO-js2Y84w,227577
|
2312
|
-
pulumi_oci-1.11.0a1695829678.dist-info/METADATA,sha256=1BkNnmg41_2Q31hCOFRZahucx8vNBDBZjCfvhsBlubs,3899
|
2313
|
-
pulumi_oci-1.11.0a1695829678.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
2314
|
-
pulumi_oci-1.11.0a1695829678.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
2315
|
-
pulumi_oci-1.11.0a1695829678.dist-info/RECORD,,
|