pulumi-oci 2.7.0a1723456529__py3-none-any.whl → 2.8.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 +16 -0
- pulumi_oci/adm/_inputs.py +4 -4
- pulumi_oci/adm/get_knowledgebase.py +3 -3
- pulumi_oci/adm/get_remediation_recipe.py +3 -3
- pulumi_oci/adm/get_remediation_run.py +3 -3
- pulumi_oci/adm/get_vulnerability_audit.py +3 -3
- pulumi_oci/adm/knowledge_base.py +35 -35
- pulumi_oci/adm/outputs.py +45 -45
- pulumi_oci/adm/remediation_recipe.py +35 -35
- pulumi_oci/adm/remediation_run.py +35 -35
- pulumi_oci/adm/vulnerability_audit.py +35 -35
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +35 -35
- pulumi_oci/aianomalydetection/data_asset.py +35 -35
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +21 -21
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +3 -3
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +3 -3
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +3 -3
- pulumi_oci/aianomalydetection/get_detection_model.py +3 -3
- pulumi_oci/aianomalydetection/get_detection_project.py +3 -3
- pulumi_oci/aianomalydetection/model.py +35 -35
- pulumi_oci/aianomalydetection/outputs.py +45 -45
- pulumi_oci/aianomalydetection/project.py +35 -35
- pulumi_oci/aidocument/get_model.py +3 -3
- pulumi_oci/aidocument/get_project.py +3 -3
- pulumi_oci/aidocument/model.py +35 -35
- pulumi_oci/aidocument/outputs.py +18 -18
- pulumi_oci/aidocument/project.py +35 -35
- pulumi_oci/ailanguage/endpoint.py +35 -35
- pulumi_oci/ailanguage/get_endpoint.py +3 -3
- pulumi_oci/ailanguage/get_model.py +3 -3
- pulumi_oci/ailanguage/get_project.py +3 -3
- pulumi_oci/ailanguage/model.py +35 -35
- pulumi_oci/ailanguage/outputs.py +33 -33
- pulumi_oci/ailanguage/project.py +35 -35
- pulumi_oci/aivision/get_model.py +3 -3
- pulumi_oci/aivision/get_project.py +3 -3
- pulumi_oci/aivision/model.py +35 -35
- pulumi_oci/aivision/outputs.py +18 -18
- pulumi_oci/aivision/project.py +35 -35
- pulumi_oci/analytics/_inputs.py +4 -4
- pulumi_oci/analytics/analytics_instance.py +227 -53
- pulumi_oci/analytics/get_analytics_instance.py +53 -4
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +58 -18
- pulumi_oci/announcementsservice/announcement_subscription.py +35 -35
- pulumi_oci/announcementsservice/get_announcement_subscription.py +3 -3
- pulumi_oci/announcementsservice/outputs.py +9 -9
- pulumi_oci/apigateway/_inputs.py +8 -8
- pulumi_oci/apigateway/api.py +28 -28
- pulumi_oci/apigateway/certificate.py +28 -28
- pulumi_oci/apigateway/deployment.py +28 -28
- pulumi_oci/apigateway/gateway.py +28 -28
- pulumi_oci/apigateway/get_api.py +2 -2
- pulumi_oci/apigateway/get_certificate.py +2 -2
- pulumi_oci/apigateway/get_deployment.py +2 -2
- pulumi_oci/apigateway/get_gateway.py +2 -2
- pulumi_oci/apigateway/get_subscriber.py +2 -2
- pulumi_oci/apigateway/get_usage_plan.py +2 -2
- pulumi_oci/apigateway/outputs.py +54 -54
- pulumi_oci/apigateway/subscriber.py +28 -28
- pulumi_oci/apigateway/usage_plan.py +28 -28
- pulumi_oci/apm/apm_domain.py +28 -28
- pulumi_oci/apm/get_apm_domain.py +2 -2
- pulumi_oci/apm/outputs.py +6 -6
- pulumi_oci/apmconfig/config.py +28 -28
- pulumi_oci/apmconfig/get_config.py +2 -2
- pulumi_oci/apmconfig/outputs.py +6 -6
- pulumi_oci/apmsynthetics/config.py +28 -28
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +28 -28
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_monitor.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +2 -2
- pulumi_oci/apmsynthetics/get_script.py +2 -2
- pulumi_oci/apmsynthetics/on_premise_vantage_point.py +28 -28
- pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +28 -28
- pulumi_oci/apmsynthetics/outputs.py +30 -30
- pulumi_oci/apmsynthetics/script.py +28 -28
- pulumi_oci/artifacts/container_image_signature.py +35 -35
- pulumi_oci/artifacts/container_repository.py +35 -35
- pulumi_oci/artifacts/generic_artifact.py +28 -28
- pulumi_oci/artifacts/get_container_image.py +3 -3
- pulumi_oci/artifacts/get_container_image_signature.py +3 -3
- pulumi_oci/artifacts/get_container_repository.py +3 -3
- pulumi_oci/artifacts/get_generic_artifact.py +2 -2
- pulumi_oci/artifacts/get_repository.py +2 -2
- pulumi_oci/artifacts/outputs.py +39 -39
- pulumi_oci/artifacts/repository.py +28 -28
- pulumi_oci/audit/outputs.py +27 -27
- pulumi_oci/autoscaling/auto_scaling_configuration.py +28 -28
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +2 -2
- pulumi_oci/autoscaling/outputs.py +6 -6
- pulumi_oci/bastion/bastion.py +35 -35
- pulumi_oci/bastion/get_bastion.py +3 -3
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/outputs.py +12 -12
- pulumi_oci/bastion/session.py +7 -7
- pulumi_oci/bigdataservice/bds_instance.py +28 -28
- pulumi_oci/bigdataservice/get_bds_instance.py +2 -2
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +6 -6
- pulumi_oci/blockchain/blockchain_platform.py +28 -28
- pulumi_oci/blockchain/get_blockchain_platform.py +2 -2
- pulumi_oci/blockchain/outputs.py +6 -6
- pulumi_oci/budget/budget.py +28 -28
- pulumi_oci/budget/get_alert_rule.py +2 -2
- pulumi_oci/budget/get_budget.py +2 -2
- pulumi_oci/budget/outputs.py +12 -12
- pulumi_oci/budget/rule.py +28 -28
- pulumi_oci/capacitymanagement/_inputs.py +4 -4
- pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +3 -3
- pulumi_oci/capacitymanagement/get_occ_capacity_request.py +3 -3
- pulumi_oci/capacitymanagement/get_occ_customer_group.py +3 -3
- pulumi_oci/capacitymanagement/occ_availability_catalog.py +35 -35
- pulumi_oci/capacitymanagement/occ_capacity_request.py +35 -35
- pulumi_oci/capacitymanagement/outputs.py +43 -43
- pulumi_oci/certificatesmanagement/ca_bundle.py +28 -28
- pulumi_oci/certificatesmanagement/certificate.py +28 -28
- pulumi_oci/certificatesmanagement/certificate_authority.py +28 -28
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +2 -2
- pulumi_oci/certificatesmanagement/get_certificate.py +2 -2
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +2 -2
- pulumi_oci/certificatesmanagement/outputs.py +18 -18
- pulumi_oci/cloudbridge/_inputs.py +8 -8
- pulumi_oci/cloudbridge/agent.py +35 -35
- pulumi_oci/cloudbridge/agent_dependency.py +42 -42
- pulumi_oci/cloudbridge/agent_plugin.py +21 -21
- pulumi_oci/cloudbridge/asset.py +35 -35
- pulumi_oci/cloudbridge/asset_source.py +42 -42
- pulumi_oci/cloudbridge/discovery_schedule.py +35 -35
- pulumi_oci/cloudbridge/environment.py +35 -35
- pulumi_oci/cloudbridge/get_agent.py +3 -3
- pulumi_oci/cloudbridge/get_agent_dependency.py +3 -3
- pulumi_oci/cloudbridge/get_agent_plugin.py +3 -3
- pulumi_oci/cloudbridge/get_asset.py +3 -3
- pulumi_oci/cloudbridge/get_asset_source.py +3 -3
- pulumi_oci/cloudbridge/get_discovery_schedule.py +3 -3
- pulumi_oci/cloudbridge/get_environment.py +3 -3
- pulumi_oci/cloudbridge/get_inventory.py +3 -3
- pulumi_oci/cloudbridge/inventory.py +35 -35
- pulumi_oci/cloudbridge/outputs.py +93 -93
- pulumi_oci/cloudguard/_inputs.py +12 -12
- pulumi_oci/cloudguard/adhoc_query.py +35 -35
- pulumi_oci/cloudguard/cloud_guard_data_source.py +35 -35
- pulumi_oci/cloudguard/data_mask_rule.py +35 -35
- pulumi_oci/cloudguard/detector_recipe.py +35 -35
- pulumi_oci/cloudguard/get_adhoc_query.py +3 -3
- pulumi_oci/cloudguard/get_data_mask_rule.py +3 -3
- pulumi_oci/cloudguard/get_data_source.py +3 -3
- pulumi_oci/cloudguard/get_detector_recipe.py +3 -3
- pulumi_oci/cloudguard/get_guard_target.py +3 -3
- pulumi_oci/cloudguard/get_managed_list.py +3 -3
- pulumi_oci/cloudguard/get_responder_recipe.py +3 -3
- pulumi_oci/cloudguard/get_saved_query.py +3 -3
- pulumi_oci/cloudguard/get_security_policy.py +2 -2
- pulumi_oci/cloudguard/get_security_recipe.py +2 -2
- pulumi_oci/cloudguard/get_security_zone.py +2 -2
- pulumi_oci/cloudguard/get_wlp_agent.py +3 -3
- pulumi_oci/cloudguard/managed_list.py +35 -35
- pulumi_oci/cloudguard/outputs.py +126 -126
- pulumi_oci/cloudguard/responder_recipe.py +35 -35
- pulumi_oci/cloudguard/saved_query.py +35 -35
- pulumi_oci/cloudguard/security_recipe.py +28 -28
- pulumi_oci/cloudguard/security_zone.py +28 -28
- pulumi_oci/cloudguard/target.py +35 -35
- pulumi_oci/cloudguard/wlp_agent.py +35 -35
- pulumi_oci/cloudmigrations/_inputs.py +56 -56
- pulumi_oci/cloudmigrations/get_migration.py +3 -3
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +4 -4
- pulumi_oci/cloudmigrations/get_replication_schedule.py +3 -3
- pulumi_oci/cloudmigrations/migration.py +35 -35
- pulumi_oci/cloudmigrations/migration_asset.py +7 -7
- pulumi_oci/cloudmigrations/migration_plan.py +42 -42
- pulumi_oci/cloudmigrations/outputs.py +177 -177
- pulumi_oci/cloudmigrations/replication_schedule.py +35 -35
- pulumi_oci/clusterplacementgroups/cluster_placement_group.py +35 -35
- pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py +3 -3
- pulumi_oci/clusterplacementgroups/outputs.py +9 -9
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +35 -35
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +35 -35
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +3 -3
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +3 -3
- pulumi_oci/computecloud/outputs.py +18 -18
- pulumi_oci/containerengine/_inputs.py +64 -64
- pulumi_oci/containerengine/cluster.py +28 -28
- pulumi_oci/containerengine/cluster_workload_mapping.py +28 -28
- pulumi_oci/containerengine/container_instance.py +35 -35
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +2 -2
- pulumi_oci/containerengine/get_node_pool.py +3 -3
- pulumi_oci/containerengine/get_virtual_node_pool.py +3 -3
- pulumi_oci/containerengine/node_pool.py +42 -42
- pulumi_oci/containerengine/outputs.py +135 -135
- pulumi_oci/containerengine/virtual_node_pool.py +35 -35
- pulumi_oci/containerinstances/get_container_instance.py +3 -3
- pulumi_oci/containerinstances/outputs.py +43 -43
- pulumi_oci/core/_inputs.py +124 -124
- pulumi_oci/core/boot_volume.py +35 -35
- pulumi_oci/core/boot_volume_backup.py +35 -35
- pulumi_oci/core/capture_filter.py +28 -28
- pulumi_oci/core/cluster_network.py +28 -28
- pulumi_oci/core/compute_capacity_reservation.py +28 -28
- pulumi_oci/core/compute_capacity_topology.py +28 -28
- pulumi_oci/core/compute_cluster.py +28 -28
- pulumi_oci/core/compute_image_capability_schema.py +42 -92
- pulumi_oci/core/console_history.py +28 -28
- pulumi_oci/core/cpe.py +28 -28
- pulumi_oci/core/cross_connect.py +28 -28
- pulumi_oci/core/cross_connect_group.py +28 -28
- pulumi_oci/core/dedicated_vm_host.py +28 -28
- pulumi_oci/core/default_dhcp_options.py +20 -20
- pulumi_oci/core/default_route_table.py +20 -20
- pulumi_oci/core/default_security_list.py +20 -20
- pulumi_oci/core/dhcp_options.py +28 -28
- pulumi_oci/core/drg.py +28 -28
- pulumi_oci/core/drg_attachment.py +28 -28
- pulumi_oci/core/drg_attachment_management.py +28 -28
- pulumi_oci/core/drg_route_distribution.py +28 -28
- pulumi_oci/core/drg_route_table.py +28 -28
- pulumi_oci/core/drg_route_table_route_rule.py +7 -7
- pulumi_oci/core/get_block_volume_replica.py +2 -2
- pulumi_oci/core/get_boot_volume.py +3 -3
- pulumi_oci/core/get_boot_volume_backup.py +3 -3
- pulumi_oci/core/get_boot_volume_replica.py +2 -2
- pulumi_oci/core/get_byoip_range.py +2 -2
- pulumi_oci/core/get_capture_filter.py +2 -2
- pulumi_oci/core/get_cluster_network.py +2 -2
- pulumi_oci/core/get_compute_capacity_reservation.py +2 -2
- pulumi_oci/core/get_compute_capacity_topology.py +2 -2
- pulumi_oci/core/get_compute_cluster.py +2 -2
- pulumi_oci/core/get_compute_global_image_capability_schema.py +2 -2
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +3 -3
- pulumi_oci/core/get_cross_connect.py +2 -2
- pulumi_oci/core/get_cross_connect_group.py +2 -2
- pulumi_oci/core/get_dedicated_vm_host.py +2 -2
- pulumi_oci/core/get_drg_route_distribution.py +2 -2
- pulumi_oci/core/get_drg_route_rule.py +2 -2
- pulumi_oci/core/get_image.py +2 -2
- pulumi_oci/core/get_instance.py +5 -5
- pulumi_oci/core/get_instance_configuration.py +2 -2
- pulumi_oci/core/get_instance_maintenance_event.py +3 -3
- pulumi_oci/core/get_instance_pool.py +2 -2
- pulumi_oci/core/get_ipv6.py +2 -2
- pulumi_oci/core/get_nat_gateway.py +2 -2
- pulumi_oci/core/get_network_security_group.py +2 -2
- pulumi_oci/core/get_private_ip.py +2 -2
- pulumi_oci/core/get_public_ip.py +2 -2
- pulumi_oci/core/get_public_ip_pool.py +2 -2
- pulumi_oci/core/get_subnet.py +2 -2
- pulumi_oci/core/get_vcn.py +2 -2
- pulumi_oci/core/get_virtual_circuit.py +2 -2
- pulumi_oci/core/get_vlan.py +2 -2
- pulumi_oci/core/get_vnic.py +2 -2
- pulumi_oci/core/get_volume.py +3 -3
- pulumi_oci/core/get_volume_group_replica.py +2 -2
- pulumi_oci/core/get_vtap.py +2 -2
- pulumi_oci/core/image.py +28 -28
- pulumi_oci/core/instance.py +59 -59
- pulumi_oci/core/instance_configuration.py +28 -28
- pulumi_oci/core/instance_console_connection.py +28 -28
- pulumi_oci/core/instance_maintenance_event.py +35 -35
- pulumi_oci/core/instance_pool.py +28 -28
- pulumi_oci/core/internet_gateway.py +28 -28
- pulumi_oci/core/ipsec.py +28 -28
- pulumi_oci/core/ipv6.py +28 -28
- pulumi_oci/core/local_peering_gateway.py +28 -28
- pulumi_oci/core/nat_gateway.py +28 -28
- pulumi_oci/core/network_security_group.py +28 -28
- pulumi_oci/core/outputs.py +620 -620
- pulumi_oci/core/private_ip.py +28 -28
- pulumi_oci/core/public_ip.py +28 -28
- pulumi_oci/core/public_ip_pool.py +28 -28
- pulumi_oci/core/remote_peering_connection.py +28 -28
- pulumi_oci/core/route_table.py +28 -28
- pulumi_oci/core/security_list.py +28 -28
- pulumi_oci/core/service_gateway.py +28 -28
- pulumi_oci/core/subnet.py +28 -28
- pulumi_oci/core/vcn.py +28 -28
- pulumi_oci/core/virtual_circuit.py +28 -28
- pulumi_oci/core/virtual_network.py +20 -20
- pulumi_oci/core/vlan.py +28 -28
- pulumi_oci/core/volume.py +35 -35
- pulumi_oci/core/volume_backup.py +35 -35
- pulumi_oci/core/volume_backup_policy.py +28 -28
- pulumi_oci/core/volume_group.py +28 -28
- pulumi_oci/core/volume_group_backup.py +28 -28
- pulumi_oci/core/vtap.py +28 -28
- pulumi_oci/database/_inputs.py +66 -66
- pulumi_oci/database/application_vip.py +14 -14
- pulumi_oci/database/autonomous_container_database.py +28 -28
- pulumi_oci/database/autonomous_database.py +42 -42
- pulumi_oci/database/autonomous_database_software_image.py +28 -28
- pulumi_oci/database/autonomous_exadata_infrastructure.py +28 -28
- pulumi_oci/database/autonomous_vm_cluster.py +28 -28
- pulumi_oci/database/backup_destination.py +28 -28
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +28 -28
- pulumi_oci/database/cloud_exadata_infrastructure.py +35 -35
- pulumi_oci/database/cloud_vm_cluster.py +35 -35
- pulumi_oci/database/data_guard_association.py +56 -56
- pulumi_oci/database/database.py +14 -14
- pulumi_oci/database/database_software_image.py +28 -28
- pulumi_oci/database/database_upgrade.py +14 -14
- pulumi_oci/database/db_home.py +28 -28
- pulumi_oci/database/db_node.py +28 -28
- pulumi_oci/database/db_node_console_connection.py +28 -28
- pulumi_oci/database/db_node_console_history.py +28 -28
- pulumi_oci/database/db_system.py +28 -28
- pulumi_oci/database/db_systems_upgrade.py +14 -14
- pulumi_oci/database/exadata_infrastructure.py +28 -28
- pulumi_oci/database/exadata_infrastructure_compute.py +14 -14
- pulumi_oci/database/exadata_infrastructure_storage.py +20 -20
- pulumi_oci/database/exadb_vm_cluster.py +35 -35
- pulumi_oci/database/exascale_db_storage_vault.py +35 -35
- pulumi_oci/database/external_container_database.py +28 -28
- pulumi_oci/database/external_database_connector.py +28 -28
- pulumi_oci/database/external_non_container_database.py +28 -28
- pulumi_oci/database/external_pluggable_database.py +28 -28
- pulumi_oci/database/get_application_vip.py +2 -2
- pulumi_oci/database/get_autonomous_container_database.py +2 -2
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +2 -2
- pulumi_oci/database/get_autonomous_database.py +4 -4
- pulumi_oci/database/get_autonomous_database_software_image.py +2 -2
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +2 -2
- pulumi_oci/database/get_autonomous_virtual_machine.py +2 -2
- pulumi_oci/database/get_autonomous_vm_cluster.py +2 -2
- pulumi_oci/database/get_backup_destination.py +2 -2
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +2 -2
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +3 -3
- pulumi_oci/database/get_cloud_vm_cluster.py +3 -3
- pulumi_oci/database/get_data_guard_association.py +4 -4
- pulumi_oci/database/get_database.py +2 -2
- pulumi_oci/database/get_database_software_image.py +2 -2
- pulumi_oci/database/get_db_home.py +2 -2
- pulumi_oci/database/get_db_node.py +2 -2
- pulumi_oci/database/get_db_node_console_connection.py +2 -2
- pulumi_oci/database/get_db_node_console_history.py +2 -2
- pulumi_oci/database/get_db_server.py +2 -2
- pulumi_oci/database/get_exadata_infrastructure.py +2 -2
- pulumi_oci/database/get_exadb_vm_cluster.py +3 -3
- pulumi_oci/database/get_exascale_db_storage_vault.py +3 -3
- pulumi_oci/database/get_external_container_database.py +2 -2
- pulumi_oci/database/get_external_database_connector.py +2 -2
- pulumi_oci/database/get_external_non_container_database.py +2 -2
- pulumi_oci/database/get_external_pluggable_database.py +2 -2
- pulumi_oci/database/get_key_store.py +2 -2
- pulumi_oci/database/get_maintenance_run.py +14 -1
- pulumi_oci/database/get_oneoff_patch.py +2 -2
- pulumi_oci/database/get_pluggable_database.py +2 -2
- pulumi_oci/database/get_vm_cluster.py +2 -2
- pulumi_oci/database/get_vm_cluster_network.py +2 -2
- pulumi_oci/database/get_vm_cluster_recommended_network.py +10 -10
- pulumi_oci/database/key_store.py +28 -28
- pulumi_oci/database/maintenance_run.py +56 -7
- pulumi_oci/database/oneoff_patch.py +28 -28
- pulumi_oci/database/outputs.py +379 -346
- pulumi_oci/database/pluggable_database.py +28 -28
- pulumi_oci/database/pluggable_database_managements_management.py +14 -14
- pulumi_oci/database/pluggable_databases_local_clone.py +14 -14
- pulumi_oci/database/pluggable_databases_remote_clone.py +14 -14
- pulumi_oci/database/vm_cluster.py +28 -28
- pulumi_oci/database/vm_cluster_add_virtual_network.py +14 -14
- pulumi_oci/database/vm_cluster_network.py +28 -28
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +14 -14
- pulumi_oci/databasemanagement/_inputs.py +52 -52
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +35 -35
- pulumi_oci/databasemanagement/external_asm.py +42 -42
- pulumi_oci/databasemanagement/external_asm_instance.py +35 -35
- pulumi_oci/databasemanagement/external_cluster.py +42 -42
- pulumi_oci/databasemanagement/external_cluster_instance.py +35 -35
- pulumi_oci/databasemanagement/external_db_home.py +42 -42
- pulumi_oci/databasemanagement/external_db_node.py +42 -42
- pulumi_oci/databasemanagement/external_db_system.py +35 -35
- pulumi_oci/databasemanagement/external_db_system_connector.py +35 -35
- pulumi_oci/databasemanagement/external_db_system_discovery.py +35 -35
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +42 -42
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +42 -42
- pulumi_oci/databasemanagement/external_exadata_storage_grid.py +42 -42
- pulumi_oci/databasemanagement/external_exadata_storage_server.py +42 -42
- pulumi_oci/databasemanagement/external_listener.py +42 -42
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +3 -3
- pulumi_oci/databasemanagement/get_external_asm.py +4 -4
- pulumi_oci/databasemanagement/get_external_asm_instance.py +3 -3
- pulumi_oci/databasemanagement/get_external_cluster.py +4 -4
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +3 -3
- pulumi_oci/databasemanagement/get_external_db_home.py +4 -4
- pulumi_oci/databasemanagement/get_external_db_node.py +4 -4
- pulumi_oci/databasemanagement/get_external_db_system.py +3 -3
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +3 -3
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +3 -3
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +4 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +4 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +4 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +4 -4
- pulumi_oci/databasemanagement/get_external_listener.py +4 -4
- pulumi_oci/databasemanagement/get_managed_database.py +3 -3
- pulumi_oci/databasemanagement/get_managed_database_group.py +3 -3
- pulumi_oci/databasemanagement/get_named_credential.py +3 -3
- pulumi_oci/databasemanagement/managed_database.py +42 -42
- pulumi_oci/databasemanagement/managed_database_group.py +35 -35
- pulumi_oci/databasemanagement/named_credential.py +35 -35
- pulumi_oci/databasemanagement/outputs.py +282 -282
- pulumi_oci/databasemigration/_inputs.py +12 -12
- pulumi_oci/databasemigration/connection.py +35 -35
- pulumi_oci/databasemigration/get_connection.py +3 -3
- pulumi_oci/databasemigration/get_migration.py +3 -3
- pulumi_oci/databasemigration/get_migrations.py +3 -3
- pulumi_oci/databasemigration/job.py +35 -35
- pulumi_oci/databasemigration/migration.py +35 -35
- pulumi_oci/databasemigration/outputs.py +18 -18
- pulumi_oci/databasetools/database_tools_connection.py +49 -49
- pulumi_oci/databasetools/database_tools_private_endpoint.py +35 -35
- pulumi_oci/databasetools/get_database_tools_connection.py +4 -4
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +3 -3
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +3 -3
- pulumi_oci/databasetools/outputs.py +30 -30
- pulumi_oci/datacatalog/catalog.py +35 -35
- pulumi_oci/datacatalog/catalog_private_endpoint.py +35 -35
- pulumi_oci/datacatalog/connection.py +24 -24
- pulumi_oci/datacatalog/data_asset.py +10 -10
- pulumi_oci/datacatalog/get_catalog.py +3 -3
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +3 -3
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +2 -2
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +3 -3
- pulumi_oci/datacatalog/metastore.py +35 -35
- pulumi_oci/datacatalog/outputs.py +35 -35
- pulumi_oci/dataflow/application.py +42 -42
- pulumi_oci/dataflow/get_application.py +3 -3
- pulumi_oci/dataflow/get_invoke_run.py +3 -3
- pulumi_oci/dataflow/get_pool.py +2 -2
- pulumi_oci/dataflow/get_private_endpoint.py +2 -2
- pulumi_oci/dataflow/get_sql_endpoint.py +4 -4
- pulumi_oci/dataflow/invoke_run.py +42 -42
- pulumi_oci/dataflow/outputs.py +42 -42
- pulumi_oci/dataflow/pool.py +28 -28
- pulumi_oci/dataflow/private_endpoint.py +28 -28
- pulumi_oci/dataflow/sql_endpoint.py +49 -49
- pulumi_oci/dataintegration/_inputs.py +44 -44
- pulumi_oci/dataintegration/get_workspace.py +2 -2
- pulumi_oci/dataintegration/get_workspace_application.py +3 -3
- pulumi_oci/dataintegration/get_workspace_application_patch.py +2 -2
- pulumi_oci/dataintegration/get_workspace_export_request.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_import_request.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_task.py +1 -1
- pulumi_oci/dataintegration/outputs.py +135 -135
- pulumi_oci/dataintegration/workspace.py +28 -28
- pulumi_oci/dataintegration/workspace_application.py +35 -35
- pulumi_oci/dataintegration/workspace_application_patch.py +14 -14
- pulumi_oci/dataintegration/workspace_export_request.py +7 -7
- pulumi_oci/dataintegration/workspace_folder.py +7 -7
- pulumi_oci/dataintegration/workspace_import_request.py +7 -7
- pulumi_oci/dataintegration/workspace_project.py +7 -7
- pulumi_oci/dataintegration/workspace_task.py +7 -7
- pulumi_oci/datalabellingservice/dataset.py +35 -35
- pulumi_oci/datalabellingservice/get_dataset.py +3 -3
- pulumi_oci/datalabellingservice/outputs.py +9 -9
- pulumi_oci/datasafe/__init__.py +2 -0
- pulumi_oci/datasafe/_inputs.py +132 -12
- pulumi_oci/datasafe/alert.py +42 -42
- pulumi_oci/datasafe/alert_policy.py +35 -35
- pulumi_oci/datasafe/audit_archive_retrieval.py +35 -35
- pulumi_oci/datasafe/audit_policy.py +35 -35
- pulumi_oci/datasafe/audit_policy_management.py +35 -35
- pulumi_oci/datasafe/audit_profile.py +35 -35
- pulumi_oci/datasafe/audit_profile_management.py +28 -28
- pulumi_oci/datasafe/audit_trail.py +35 -35
- pulumi_oci/datasafe/audit_trail_management.py +35 -35
- pulumi_oci/datasafe/calculate_audit_volume_available.py +391 -0
- pulumi_oci/datasafe/calculate_audit_volume_collected.py +343 -0
- pulumi_oci/datasafe/data_safe_configuration.py +14 -14
- pulumi_oci/datasafe/data_safe_private_endpoint.py +35 -35
- pulumi_oci/datasafe/database_security_config.py +35 -35
- pulumi_oci/datasafe/database_security_config_management.py +25 -25
- pulumi_oci/datasafe/discovery_mod.py +35 -35
- pulumi_oci/datasafe/get_alert.py +4 -4
- pulumi_oci/datasafe/get_alert_policy.py +3 -3
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +3 -3
- pulumi_oci/datasafe/get_audit_policy.py +3 -3
- pulumi_oci/datasafe/get_audit_profile.py +3 -3
- pulumi_oci/datasafe/get_audit_trail.py +3 -3
- pulumi_oci/datasafe/get_data_safe_configuration.py +2 -2
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +3 -3
- pulumi_oci/datasafe/get_discovery_job.py +3 -3
- pulumi_oci/datasafe/get_library_masking_format.py +2 -2
- pulumi_oci/datasafe/get_masking_policy.py +2 -2
- pulumi_oci/datasafe/get_masking_policy_health_report.py +2 -2
- pulumi_oci/datasafe/get_onprem_connector.py +3 -3
- pulumi_oci/datasafe/get_report.py +3 -3
- pulumi_oci/datasafe/get_report_definition.py +3 -3
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +3 -3
- pulumi_oci/datasafe/get_security_assessment.py +3 -3
- pulumi_oci/datasafe/get_security_policy.py +3 -3
- pulumi_oci/datasafe/get_security_policy_deployment.py +3 -3
- pulumi_oci/datasafe/get_security_policy_report.py +3 -3
- pulumi_oci/datasafe/get_sensitive_data_model.py +3 -3
- pulumi_oci/datasafe/get_sensitive_type.py +3 -3
- pulumi_oci/datasafe/get_target_alert_policy_association.py +3 -3
- pulumi_oci/datasafe/get_target_database.py +3 -3
- pulumi_oci/datasafe/get_user_assessment.py +3 -3
- pulumi_oci/datasafe/library_masing_format.py +28 -28
- pulumi_oci/datasafe/masking_policy.py +28 -28
- pulumi_oci/datasafe/on_prem_connector.py +35 -35
- pulumi_oci/datasafe/outputs.py +393 -261
- pulumi_oci/datasafe/report.py +35 -35
- pulumi_oci/datasafe/report_definition.py +35 -35
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +35 -35
- pulumi_oci/datasafe/security_assessment.py +35 -35
- pulumi_oci/datasafe/security_policy.py +35 -35
- pulumi_oci/datasafe/security_policy_deployment.py +35 -35
- pulumi_oci/datasafe/security_policy_deployment_management.py +25 -25
- pulumi_oci/datasafe/security_policy_management.py +25 -25
- pulumi_oci/datasafe/sensitive_data_model.py +35 -35
- pulumi_oci/datasafe/sensitive_type.py +35 -35
- pulumi_oci/datasafe/sql_collection.py +35 -35
- pulumi_oci/datasafe/sql_firewall_policy.py +35 -35
- pulumi_oci/datasafe/sql_firewall_policy_management.py +25 -25
- pulumi_oci/datasafe/target_alert_policy_association.py +35 -35
- pulumi_oci/datasafe/target_database.py +35 -35
- pulumi_oci/datasafe/user_assessment.py +35 -35
- pulumi_oci/datascience/_inputs.py +36 -36
- pulumi_oci/datascience/get_job.py +2 -2
- pulumi_oci/datascience/get_job_run.py +2 -2
- pulumi_oci/datascience/get_model.py +2 -2
- pulumi_oci/datascience/get_model_deployment.py +2 -2
- pulumi_oci/datascience/get_model_version_set.py +3 -3
- pulumi_oci/datascience/get_notebook_session.py +2 -2
- pulumi_oci/datascience/get_pipeline.py +3 -3
- pulumi_oci/datascience/get_pipeline_run.py +3 -3
- pulumi_oci/datascience/get_private_endpoint.py +3 -3
- pulumi_oci/datascience/get_project.py +3 -3
- pulumi_oci/datascience/job.py +28 -28
- pulumi_oci/datascience/job_run.py +28 -28
- pulumi_oci/datascience/model.py +28 -28
- pulumi_oci/datascience/model_deployment.py +28 -28
- pulumi_oci/datascience/model_version_set.py +35 -35
- pulumi_oci/datascience/notebook_session.py +28 -28
- pulumi_oci/datascience/outputs.py +156 -156
- pulumi_oci/datascience/pipeline.py +35 -35
- pulumi_oci/datascience/pipeline_run.py +42 -42
- pulumi_oci/datascience/private_endpoint.py +35 -35
- pulumi_oci/datascience/project.py +35 -35
- pulumi_oci/demandsignal/_inputs.py +4 -4
- pulumi_oci/demandsignal/get_occ_demand_signal.py +3 -3
- pulumi_oci/demandsignal/occ_demand_signal.py +35 -35
- pulumi_oci/demandsignal/outputs.py +18 -18
- pulumi_oci/devops/_inputs.py +8 -8
- pulumi_oci/devops/build_pipeline.py +35 -35
- pulumi_oci/devops/build_pipeline_stage.py +35 -35
- pulumi_oci/devops/build_run.py +35 -35
- pulumi_oci/devops/connection.py +35 -35
- pulumi_oci/devops/deploy_artifact.py +35 -35
- pulumi_oci/devops/deploy_environment.py +35 -35
- pulumi_oci/devops/deploy_pipeline.py +35 -35
- pulumi_oci/devops/deploy_stage.py +49 -49
- pulumi_oci/devops/deployment.py +35 -35
- pulumi_oci/devops/get_build_pipeline.py +3 -3
- pulumi_oci/devops/get_build_pipeline_stage.py +3 -3
- pulumi_oci/devops/get_build_run.py +3 -3
- pulumi_oci/devops/get_connection.py +3 -3
- pulumi_oci/devops/get_deploy_artifact.py +3 -3
- pulumi_oci/devops/get_deploy_environment.py +3 -3
- pulumi_oci/devops/get_deploy_pipeline.py +3 -3
- pulumi_oci/devops/get_deploy_stage.py +4 -4
- pulumi_oci/devops/get_deployment.py +3 -3
- pulumi_oci/devops/get_project.py +3 -3
- pulumi_oci/devops/get_repository.py +3 -3
- pulumi_oci/devops/get_repository_ref.py +2 -2
- pulumi_oci/devops/get_trigger.py +3 -3
- pulumi_oci/devops/outputs.py +179 -179
- pulumi_oci/devops/project.py +35 -35
- pulumi_oci/devops/repository.py +35 -35
- pulumi_oci/devops/repository_protected_branch_management.py +7 -7
- pulumi_oci/devops/repository_ref.py +14 -14
- pulumi_oci/devops/trigger.py +35 -35
- pulumi_oci/disasterrecovery/_inputs.py +66 -2
- pulumi_oci/disasterrecovery/dr_plan.py +35 -35
- pulumi_oci/disasterrecovery/dr_plan_execution.py +35 -35
- pulumi_oci/disasterrecovery/dr_protection_group.py +43 -35
- pulumi_oci/disasterrecovery/get_dr_plan.py +3 -3
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +3 -3
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -18
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +3 -3
- pulumi_oci/disasterrecovery/outputs.py +177 -37
- pulumi_oci/dns/action_create_zone_from_zone_file.py +14 -14
- pulumi_oci/dns/get_resolver.py +2 -2
- pulumi_oci/dns/get_steering_policy.py +2 -2
- pulumi_oci/dns/get_tsig_key.py +2 -2
- pulumi_oci/dns/get_view.py +2 -2
- pulumi_oci/dns/outputs.py +30 -30
- pulumi_oci/dns/resolver.py +28 -28
- pulumi_oci/dns/steering_policy.py +28 -28
- pulumi_oci/dns/tsig_key.py +28 -28
- pulumi_oci/dns/view.py +28 -28
- pulumi_oci/dns/zone.py +28 -28
- pulumi_oci/email/dkim.py +35 -35
- pulumi_oci/email/email_domain.py +35 -35
- pulumi_oci/email/email_return_path.py +35 -35
- pulumi_oci/email/get_dkim.py +3 -3
- pulumi_oci/email/get_email_domain.py +3 -3
- pulumi_oci/email/get_email_return_path.py +3 -3
- pulumi_oci/email/get_sender.py +3 -3
- pulumi_oci/email/outputs.py +36 -36
- pulumi_oci/email/sender.py +35 -35
- pulumi_oci/events/get_rule.py +2 -2
- pulumi_oci/events/outputs.py +6 -6
- pulumi_oci/events/rule.py +28 -28
- pulumi_oci/filestorage/file_system.py +28 -28
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -28
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +2 -2
- pulumi_oci/filestorage/get_outbound_connector.py +2 -2
- pulumi_oci/filestorage/get_replication.py +2 -2
- pulumi_oci/filestorage/get_replication_target.py +2 -2
- pulumi_oci/filestorage/get_snapshot.py +2 -2
- pulumi_oci/filestorage/mount_target.py +28 -28
- pulumi_oci/filestorage/outbound_connector.py +28 -28
- pulumi_oci/filestorage/outputs.py +42 -42
- pulumi_oci/filestorage/replication.py +28 -28
- pulumi_oci/filestorage/snapshot.py +28 -28
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +25 -25
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +25 -25
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +3 -3
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +3 -3
- pulumi_oci/fleetsoftwareupdate/outputs.py +12 -12
- pulumi_oci/functions/application.py +42 -42
- pulumi_oci/functions/function.py +42 -42
- pulumi_oci/functions/get_application.py +3 -3
- pulumi_oci/functions/get_function.py +3 -3
- pulumi_oci/functions/get_fusion_environment.py +2 -2
- pulumi_oci/functions/get_fusion_environment_family.py +2 -2
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +2 -2
- pulumi_oci/functions/get_pbf_listing.py +3 -3
- pulumi_oci/functions/get_pbf_listing_version.py +3 -3
- pulumi_oci/functions/outputs.py +56 -56
- pulumi_oci/fusionapps/fusion_environment.py +28 -28
- pulumi_oci/fusionapps/fusion_environment_family.py +28 -28
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +21 -21
- pulumi_oci/generativeai/dedicated_ai_cluster.py +35 -35
- pulumi_oci/generativeai/endpoint.py +35 -35
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -3
- pulumi_oci/generativeai/get_endpoint.py +3 -3
- pulumi_oci/generativeai/get_model.py +3 -3
- pulumi_oci/generativeai/model.py +35 -35
- pulumi_oci/generativeai/outputs.py +20 -20
- pulumi_oci/genericartifactscontent/artifact_by_path.py +14 -14
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +2 -2
- pulumi_oci/globallydistributeddatabase/_inputs.py +16 -16
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +3 -3
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +3 -3
- pulumi_oci/globallydistributeddatabase/outputs.py +42 -42
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +35 -35
- pulumi_oci/globallydistributeddatabase/sharded_database.py +35 -35
- pulumi_oci/goldengate/connection.py +35 -35
- pulumi_oci/goldengate/database_registration.py +35 -35
- pulumi_oci/goldengate/deployment.py +35 -35
- pulumi_oci/goldengate/deployment_backup.py +35 -35
- pulumi_oci/goldengate/get_connection.py +3 -3
- pulumi_oci/goldengate/get_database_registration.py +3 -3
- pulumi_oci/goldengate/get_deployment.py +3 -3
- pulumi_oci/goldengate/get_deployment_backup.py +3 -3
- pulumi_oci/goldengate/get_deployment_upgrade.py +3 -3
- pulumi_oci/goldengate/outputs.py +45 -45
- pulumi_oci/healthchecks/get_http_monitor.py +3 -3
- pulumi_oci/healthchecks/get_ping_monitor.py +2 -2
- pulumi_oci/healthchecks/http_monitor.py +42 -42
- pulumi_oci/healthchecks/http_probe.py +14 -14
- pulumi_oci/healthchecks/outputs.py +15 -15
- pulumi_oci/healthchecks/ping_monitor.py +28 -28
- pulumi_oci/identity/compartment.py +28 -28
- pulumi_oci/identity/domain.py +28 -28
- pulumi_oci/identity/dynamic_group.py +28 -28
- pulumi_oci/identity/get_compartment.py +2 -2
- pulumi_oci/identity/get_domain.py +2 -2
- pulumi_oci/identity/get_group.py +2 -2
- pulumi_oci/identity/get_network_source.py +2 -2
- pulumi_oci/identity/get_tag.py +2 -2
- pulumi_oci/identity/get_tenancy.py +2 -2
- pulumi_oci/identity/get_user.py +2 -2
- pulumi_oci/identity/group.py +28 -28
- pulumi_oci/identity/identity_provider.py +42 -42
- pulumi_oci/identity/network_source.py +28 -28
- pulumi_oci/identity/outputs.py +69 -69
- pulumi_oci/identity/policy.py +28 -28
- pulumi_oci/identity/tag.py +28 -28
- pulumi_oci/identity/tag_namespace.py +28 -28
- pulumi_oci/identity/user.py +28 -28
- pulumi_oci/integration/get_integration_instance.py +40 -4
- pulumi_oci/integration/integration_instance.py +144 -28
- pulumi_oci/integration/outputs.py +41 -12
- pulumi_oci/jms/fleet.py +35 -35
- pulumi_oci/jms/get_fleet.py +3 -3
- pulumi_oci/jms/get_java_downloads_java_download_report.py +3 -3
- pulumi_oci/jms/get_java_downloads_java_download_token.py +3 -3
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +3 -3
- pulumi_oci/jms/get_jms_plugin.py +3 -3
- pulumi_oci/jms/java_downloads_java_download_report.py +35 -35
- pulumi_oci/jms/java_downloads_java_download_token.py +35 -35
- pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +28 -28
- pulumi_oci/jms/jms_plugin.py +35 -35
- pulumi_oci/jms/outputs.py +45 -45
- pulumi_oci/kms/ekms_private_endpoint.py +28 -28
- pulumi_oci/kms/encrypted_data.py +28 -28
- pulumi_oci/kms/generated_key.py +28 -28
- pulumi_oci/kms/get_decrypted_data.py +5 -5
- pulumi_oci/kms/get_ekms_private_endpoint.py +2 -2
- pulumi_oci/kms/get_encrypted_data.py +5 -5
- pulumi_oci/kms/get_key.py +2 -2
- pulumi_oci/kms/get_vault.py +2 -2
- pulumi_oci/kms/key.py +28 -28
- pulumi_oci/kms/outputs.py +18 -18
- pulumi_oci/kms/vault.py +28 -28
- pulumi_oci/licensemanager/get_license_record.py +3 -3
- pulumi_oci/licensemanager/get_product_license.py +3 -3
- pulumi_oci/licensemanager/license_record.py +35 -35
- pulumi_oci/licensemanager/outputs.py +18 -18
- pulumi_oci/licensemanager/product_license.py +35 -35
- pulumi_oci/limits/get_limit_definitions.py +24 -7
- pulumi_oci/limits/get_limit_values.py +24 -7
- pulumi_oci/limits/get_quota.py +2 -2
- pulumi_oci/limits/get_resource_availability.py +24 -5
- pulumi_oci/limits/get_services.py +24 -7
- pulumi_oci/limits/outputs.py +41 -8
- pulumi_oci/limits/quota.py +28 -28
- pulumi_oci/loadbalancer/load_balancer.py +35 -35
- pulumi_oci/loadbalancer/outputs.py +9 -9
- pulumi_oci/loganalytics/get_log_analytics_entity.py +3 -3
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +2 -2
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +2 -2
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +2 -2
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +2 -2
- pulumi_oci/loganalytics/log_analytics_entity.py +42 -42
- pulumi_oci/loganalytics/log_analytics_log_group.py +28 -28
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +28 -28
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +28 -28
- pulumi_oci/loganalytics/namespace_scheduled_task.py +28 -28
- pulumi_oci/loganalytics/outputs.py +45 -45
- pulumi_oci/logging/_inputs.py +36 -36
- pulumi_oci/logging/get_log.py +2 -2
- pulumi_oci/logging/get_log_group.py +2 -2
- pulumi_oci/logging/get_log_saved_search.py +2 -2
- pulumi_oci/logging/get_unified_agent_configuration.py +2 -2
- pulumi_oci/logging/log.py +28 -28
- pulumi_oci/logging/log_group.py +28 -28
- pulumi_oci/logging/log_saved_search.py +28 -28
- pulumi_oci/logging/outputs.py +81 -81
- pulumi_oci/logging/unified_agent_configuration.py +28 -28
- pulumi_oci/managementagent/get_management_agent.py +2 -2
- pulumi_oci/managementagent/management_agent.py +28 -28
- pulumi_oci/managementagent/outputs.py +6 -6
- pulumi_oci/marketplace/accepted_agreement.py +28 -28
- pulumi_oci/marketplace/get_accepted_agreement.py +2 -2
- pulumi_oci/marketplace/get_publication.py +3 -3
- pulumi_oci/marketplace/outputs.py +15 -15
- pulumi_oci/marketplace/publication.py +35 -35
- pulumi_oci/mediaservices/_inputs.py +4 -4
- pulumi_oci/mediaservices/get_media_asset.py +3 -3
- pulumi_oci/mediaservices/get_media_workflow.py +3 -3
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +3 -3
- pulumi_oci/mediaservices/get_media_workflow_job.py +3 -3
- pulumi_oci/mediaservices/get_stream_cdn_config.py +3 -3
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +3 -3
- pulumi_oci/mediaservices/get_stream_packaging_config.py +3 -3
- pulumi_oci/mediaservices/media_asset.py +35 -35
- pulumi_oci/mediaservices/media_workflow.py +35 -35
- pulumi_oci/mediaservices/media_workflow_configuration.py +35 -35
- pulumi_oci/mediaservices/media_workflow_job.py +35 -35
- pulumi_oci/mediaservices/outputs.py +75 -75
- pulumi_oci/mediaservices/stream_cdn_config.py +35 -35
- pulumi_oci/mediaservices/stream_distribution_channel.py +35 -35
- pulumi_oci/mediaservices/stream_packaging_config.py +35 -35
- pulumi_oci/meteringcomputation/get_schedule.py +3 -3
- pulumi_oci/meteringcomputation/outputs.py +9 -9
- pulumi_oci/meteringcomputation/schedule.py +35 -35
- pulumi_oci/monitoring/alarm.py +28 -28
- pulumi_oci/monitoring/alarm_suppression.py +42 -42
- pulumi_oci/monitoring/get_alarm.py +2 -2
- pulumi_oci/monitoring/get_alarm_suppression.py +3 -3
- pulumi_oci/monitoring/get_metrics.py +5 -5
- pulumi_oci/monitoring/outputs.py +27 -27
- pulumi_oci/mysql/_inputs.py +234 -34
- pulumi_oci/mysql/channel.py +28 -28
- pulumi_oci/mysql/get_channel.py +2 -2
- pulumi_oci/mysql/get_mysql_backup.py +3 -3
- pulumi_oci/mysql/get_mysql_configuration.py +2 -2
- pulumi_oci/mysql/get_mysql_db_system.py +17 -4
- pulumi_oci/mysql/get_replica.py +2 -2
- pulumi_oci/mysql/mysql_backup.py +32 -32
- pulumi_oci/mysql/mysql_configuration.py +28 -28
- pulumi_oci/mysql/mysql_db_system.py +83 -28
- pulumi_oci/mysql/outputs.py +605 -112
- pulumi_oci/mysql/replica.py +28 -28
- pulumi_oci/networkfirewall/get_network_firewall.py +3 -3
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +3 -3
- pulumi_oci/networkfirewall/network_firewall.py +35 -35
- pulumi_oci/networkfirewall/network_firewall_policy.py +35 -35
- pulumi_oci/networkfirewall/outputs.py +18 -18
- pulumi_oci/networkloadbalancer/backend_set.py +2 -2
- pulumi_oci/networkloadbalancer/get_listener.py +29 -3
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +3 -3
- pulumi_oci/networkloadbalancer/listener.py +122 -24
- pulumi_oci/networkloadbalancer/network_load_balancer.py +42 -42
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +2 -2
- pulumi_oci/networkloadbalancer/outputs.py +36 -14
- pulumi_oci/nosql/get_table.py +3 -3
- pulumi_oci/nosql/outputs.py +9 -9
- pulumi_oci/nosql/table.py +35 -35
- pulumi_oci/objectstorage/bucket.py +42 -42
- pulumi_oci/objectstorage/get_bucket.py +3 -3
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/outputs.py +9 -9
- pulumi_oci/objectstorage/storage_object.py +14 -14
- pulumi_oci/oce/get_oce_instance.py +4 -4
- pulumi_oci/oce/instance.py +42 -42
- pulumi_oci/oce/outputs.py +12 -12
- pulumi_oci/ocvp/cluster.py +28 -28
- pulumi_oci/ocvp/esxi_host.py +28 -28
- pulumi_oci/ocvp/get_cluster.py +2 -2
- pulumi_oci/ocvp/get_exsi_host.py +2 -2
- pulumi_oci/ocvp/get_retrieve_password.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +2 -2
- pulumi_oci/ocvp/outputs.py +18 -18
- pulumi_oci/ocvp/sddc.py +28 -28
- pulumi_oci/oda/get_oda_instance.py +2 -2
- pulumi_oci/oda/get_oda_private_endpoint.py +2 -2
- pulumi_oci/oda/oda_instance.py +28 -28
- pulumi_oci/oda/oda_private_endpoint.py +28 -28
- pulumi_oci/oda/outputs.py +12 -12
- pulumi_oci/ons/get_notification_topic.py +2 -2
- pulumi_oci/ons/get_subscription.py +2 -2
- pulumi_oci/ons/notification_topic.py +28 -28
- pulumi_oci/ons/outputs.py +12 -12
- pulumi_oci/ons/subscription.py +28 -28
- pulumi_oci/opa/get_opa_instance.py +3 -3
- pulumi_oci/opa/opa_instance.py +35 -35
- pulumi_oci/opa/outputs.py +9 -9
- pulumi_oci/opensearch/cluster.py +42 -42
- pulumi_oci/opensearch/get_opensearch_cluster.py +3 -3
- pulumi_oci/opensearch/outputs.py +9 -9
- pulumi_oci/operatoraccesscontrol/get_access_request.py +2 -2
- pulumi_oci/operatoraccesscontrol/get_control.py +2 -2
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +2 -2
- pulumi_oci/operatoraccesscontrol/operator_control.py +28 -28
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +28 -28
- pulumi_oci/operatoraccesscontrol/outputs.py +18 -18
- pulumi_oci/opsi/_inputs.py +12 -12
- pulumi_oci/opsi/awr_hub.py +35 -35
- pulumi_oci/opsi/awr_hub_source.py +35 -35
- pulumi_oci/opsi/database_insight.py +35 -35
- pulumi_oci/opsi/enterprise_manager_bridge.py +35 -35
- pulumi_oci/opsi/exadata_insight.py +35 -35
- pulumi_oci/opsi/get_awr_hub.py +3 -3
- pulumi_oci/opsi/get_awr_hub_source.py +3 -3
- pulumi_oci/opsi/get_database_insight.py +3 -3
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +3 -3
- pulumi_oci/opsi/get_exadata_insight.py +3 -3
- pulumi_oci/opsi/get_host_insight.py +3 -3
- pulumi_oci/opsi/get_news_report.py +3 -3
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +3 -3
- pulumi_oci/opsi/get_operations_insights_warehouse.py +3 -3
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +3 -3
- pulumi_oci/opsi/get_opsi_configuration.py +3 -3
- pulumi_oci/opsi/host_insight.py +35 -35
- pulumi_oci/opsi/news_report.py +35 -35
- pulumi_oci/opsi/operations_insights_private_endpoint.py +35 -35
- pulumi_oci/opsi/operations_insights_warehouse.py +35 -35
- pulumi_oci/opsi/operations_insights_warehouse_user.py +35 -35
- pulumi_oci/opsi/opsi_configuration.py +42 -42
- pulumi_oci/opsi/outputs.py +126 -126
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_profile.py +3 -3
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +2 -2
- pulumi_oci/optimizer/outputs.py +26 -26
- pulumi_oci/optimizer/profile.py +33 -33
- pulumi_oci/optimizer/recommendation.py +7 -7
- pulumi_oci/optimizer/resource_action.py +14 -14
- pulumi_oci/osmanagement/get_managed_instance_group.py +2 -2
- pulumi_oci/osmanagement/get_software_source.py +2 -2
- pulumi_oci/osmanagement/managed_instance_group.py +28 -28
- pulumi_oci/osmanagement/outputs.py +12 -12
- pulumi_oci/osmanagement/software_source.py +28 -28
- pulumi_oci/osmanagementhub/_inputs.py +12 -12
- pulumi_oci/osmanagementhub/event.py +35 -35
- pulumi_oci/osmanagementhub/get_event.py +3 -3
- pulumi_oci/osmanagementhub/get_lifecycle_environment.py +3 -3
- pulumi_oci/osmanagementhub/get_lifecycle_stage.py +3 -3
- pulumi_oci/osmanagementhub/get_managed_instance_group.py +3 -3
- pulumi_oci/osmanagementhub/get_management_station.py +3 -3
- pulumi_oci/osmanagementhub/get_profile.py +3 -3
- pulumi_oci/osmanagementhub/get_scheduled_job.py +3 -3
- pulumi_oci/osmanagementhub/get_software_source.py +3 -3
- pulumi_oci/osmanagementhub/lifecycle_environment.py +35 -35
- pulumi_oci/osmanagementhub/managed_instance_group.py +35 -35
- pulumi_oci/osmanagementhub/management_station.py +35 -35
- pulumi_oci/osmanagementhub/outputs.py +108 -108
- pulumi_oci/osmanagementhub/profile.py +35 -35
- pulumi_oci/osmanagementhub/scheduled_job.py +35 -35
- pulumi_oci/osmanagementhub/software_source.py +35 -35
- pulumi_oci/psql/_inputs.py +4 -4
- pulumi_oci/psql/backup.py +35 -35
- pulumi_oci/psql/configuration.py +42 -42
- pulumi_oci/psql/db_system.py +35 -35
- pulumi_oci/psql/get_backup.py +3 -3
- pulumi_oci/psql/get_configuration.py +3 -3
- pulumi_oci/psql/get_db_system.py +3 -3
- pulumi_oci/psql/outputs.py +34 -34
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/get_queue.py +3 -3
- pulumi_oci/queue/outputs.py +9 -9
- pulumi_oci/queue/queue.py +35 -35
- pulumi_oci/recoverymod/get_protected_database.py +3 -3
- pulumi_oci/recoverymod/get_protection_policy.py +3 -3
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +3 -3
- pulumi_oci/recoverymod/outputs.py +27 -27
- pulumi_oci/recoverymod/protected_database.py +35 -35
- pulumi_oci/recoverymod/protection_policy.py +35 -35
- pulumi_oci/recoverymod/recovery_service_subnet.py +35 -35
- pulumi_oci/redis/__init__.py +1 -0
- pulumi_oci/redis/_inputs.py +40 -0
- pulumi_oci/redis/get_redis_cluster.py +50 -24
- pulumi_oci/redis/get_redis_cluster_nodes.py +156 -0
- pulumi_oci/redis/get_redis_clusters.py +8 -8
- pulumi_oci/redis/outputs.py +169 -37
- pulumi_oci/redis/redis_cluster.py +212 -114
- pulumi_oci/resourcemanager/get_private_endpoint.py +2 -2
- pulumi_oci/resourcemanager/get_stack.py +3 -3
- pulumi_oci/resourcemanager/outputs.py +14 -14
- pulumi_oci/resourcemanager/private_endpoint.py +28 -28
- pulumi_oci/resourcescheduler/_inputs.py +4 -4
- pulumi_oci/resourcescheduler/get_schedule.py +3 -3
- pulumi_oci/resourcescheduler/outputs.py +18 -18
- pulumi_oci/resourcescheduler/schedule.py +35 -35
- pulumi_oci/sch/connector.py +35 -35
- pulumi_oci/sch/get_service_connector.py +3 -3
- pulumi_oci/sch/outputs.py +9 -9
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/servicecatalog/catalog.py +28 -28
- pulumi_oci/servicecatalog/get_private_application.py +2 -2
- pulumi_oci/servicecatalog/get_service_catalog.py +2 -2
- pulumi_oci/servicecatalog/outputs.py +12 -12
- pulumi_oci/servicecatalog/private_application.py +28 -28
- pulumi_oci/servicemanagerproxy/outputs.py +4 -4
- pulumi_oci/servicemesh/access_policy.py +35 -35
- pulumi_oci/servicemesh/get_access_policy.py +3 -3
- pulumi_oci/servicemesh/get_ingress_gateway.py +3 -3
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +3 -3
- pulumi_oci/servicemesh/get_mesh.py +3 -3
- pulumi_oci/servicemesh/get_virtual_deployment.py +3 -3
- pulumi_oci/servicemesh/get_virtual_service.py +3 -3
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +3 -3
- pulumi_oci/servicemesh/ingress_gateway.py +35 -35
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +35 -35
- pulumi_oci/servicemesh/mesh.py +35 -35
- pulumi_oci/servicemesh/outputs.py +63 -63
- pulumi_oci/servicemesh/virtual_deployment.py +35 -35
- pulumi_oci/servicemesh/virtual_service.py +35 -35
- pulumi_oci/servicemesh/virtual_service_route_table.py +35 -35
- pulumi_oci/stackmonitoring/_inputs.py +44 -44
- pulumi_oci/stackmonitoring/baselineable_metric.py +21 -21
- pulumi_oci/stackmonitoring/config.py +35 -35
- pulumi_oci/stackmonitoring/discovery_job.py +35 -35
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +3 -3
- pulumi_oci/stackmonitoring/get_config.py +3 -3
- pulumi_oci/stackmonitoring/get_discovery_job.py +3 -3
- pulumi_oci/stackmonitoring/get_monitored_resource.py +3 -3
- pulumi_oci/stackmonitoring/get_monitored_resource_task.py +3 -3
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +3 -3
- pulumi_oci/stackmonitoring/get_process_set.py +3 -3
- pulumi_oci/stackmonitoring/monitored_resource.py +35 -35
- pulumi_oci/stackmonitoring/monitored_resource_task.py +35 -35
- pulumi_oci/stackmonitoring/monitored_resource_type.py +35 -35
- pulumi_oci/stackmonitoring/monitored_resources_search.py +14 -14
- pulumi_oci/stackmonitoring/outputs.py +114 -114
- pulumi_oci/stackmonitoring/process_set.py +35 -35
- pulumi_oci/streaming/connect_harness.py +28 -28
- pulumi_oci/streaming/get_connect_harness.py +2 -2
- pulumi_oci/streaming/get_stream.py +2 -2
- pulumi_oci/streaming/get_stream_pool.py +2 -2
- pulumi_oci/streaming/outputs.py +18 -18
- pulumi_oci/streaming/stream.py +28 -28
- pulumi_oci/streaming/stream_pool.py +28 -28
- pulumi_oci/vault/get_secret.py +3 -3
- pulumi_oci/vault/outputs.py +9 -9
- pulumi_oci/vault/secret.py +42 -42
- pulumi_oci/vbs/get_inst_vbs_instance.py +3 -3
- pulumi_oci/vbs/inst_vbs_instance.py +35 -35
- pulumi_oci/vbs/outputs.py +9 -9
- pulumi_oci/visualbuilder/get_vb_instance.py +3 -3
- pulumi_oci/visualbuilder/outputs.py +9 -9
- pulumi_oci/visualbuilder/vb_instance.py +35 -35
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +3 -3
- pulumi_oci/vnmonitoring/outputs.py +9 -9
- pulumi_oci/vnmonitoring/path_analyzer_test.py +35 -35
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +35 -35
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +35 -35
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +3 -3
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +3 -3
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +3 -3
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +3 -3
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +35 -35
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +35 -35
- pulumi_oci/vulnerabilityscanning/outputs.py +45 -45
- pulumi_oci/waa/app_acceleration.py +42 -42
- pulumi_oci/waa/app_acceleration_policy.py +42 -42
- pulumi_oci/waa/get_app_acceleration.py +3 -3
- pulumi_oci/waa/get_app_acceleration_policy.py +3 -3
- pulumi_oci/waa/outputs.py +18 -18
- pulumi_oci/waas/_inputs.py +4 -4
- pulumi_oci/waas/address_list.py +28 -28
- pulumi_oci/waas/certificate.py +28 -28
- pulumi_oci/waas/custom_protection_rule.py +28 -28
- pulumi_oci/waas/get_address_list.py +2 -2
- pulumi_oci/waas/get_certificate.py +2 -2
- pulumi_oci/waas/get_custom_protection_rule.py +2 -2
- pulumi_oci/waas/get_http_redirect.py +2 -2
- pulumi_oci/waas/get_waas_policy.py +2 -2
- pulumi_oci/waas/http_redirect.py +28 -28
- pulumi_oci/waas/outputs.py +39 -39
- pulumi_oci/waas/policy.py +28 -28
- pulumi_oci/waf/app_firewall.py +42 -42
- pulumi_oci/waf/app_firewall_policy.py +42 -42
- pulumi_oci/waf/get_network_address_list.py +3 -3
- pulumi_oci/waf/get_web_app_firewall.py +3 -3
- pulumi_oci/waf/get_web_app_firewall_policy.py +3 -3
- pulumi_oci/waf/network_address_list.py +42 -42
- pulumi_oci/waf/outputs.py +27 -27
- {pulumi_oci-2.7.0a1723456529.dist-info → pulumi_oci-2.8.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.7.0a1723456529.dist-info → pulumi_oci-2.8.0.dist-info}/RECORD +1034 -1031
- {pulumi_oci-2.7.0a1723456529.dist-info → pulumi_oci-2.8.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.7.0a1723456529.dist-info → pulumi_oci-2.8.0.dist-info}/top_level.txt +0 -0
@@ -1,155 +1,155 @@
|
|
1
|
-
pulumi_oci/__init__.py,sha256=
|
1
|
+
pulumi_oci/__init__.py,sha256=mAGW0VYGjiRJqQ7LZK1n7GQy_rg6PeSicwIAo2Up7Tg,162518
|
2
2
|
pulumi_oci/_utilities.py,sha256=aNnnaO6zRha3FhNHonuabR4fJLWGXANtK5dlh1Mz95k,10506
|
3
3
|
pulumi_oci/provider.py,sha256=9MXW-Zeh5jJ_T7w9PgSlFcu0s4_tylBZIVYdFLmo_fU,23922
|
4
|
-
pulumi_oci/pulumi-plugin.json,sha256=
|
4
|
+
pulumi_oci/pulumi-plugin.json,sha256=Y2XdYucDffZq5PNt1vBVxXzfhOLsuFNNx6s9uZ9rtKg,62
|
5
5
|
pulumi_oci/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
pulumi_oci/adm/__init__.py,sha256=pxPlS_-eNzVJqBq2i1MCMmmLGhFhW-ATfiH6YEb71xI,1049
|
7
|
-
pulumi_oci/adm/_inputs.py,sha256=
|
8
|
-
pulumi_oci/adm/get_knowledgebase.py,sha256=
|
7
|
+
pulumi_oci/adm/_inputs.py,sha256=n4ozaAimIFDEfAPLr2v0G1P1LFcavRfGG_SdmyyyDGQ,53339
|
8
|
+
pulumi_oci/adm/get_knowledgebase.py,sha256=spx_RvpikeVgnI4PqH8HYnXPgCry2X70HbrsWJrZlHU,8611
|
9
9
|
pulumi_oci/adm/get_knowledgebases.py,sha256=8mdH5SBBuF34xg_Hza5iJ43JQkYH7bY7yJERVP5fJHk,8064
|
10
|
-
pulumi_oci/adm/get_remediation_recipe.py,sha256=
|
10
|
+
pulumi_oci/adm/get_remediation_recipe.py,sha256=oGI9PFwm8K4CGj3J-rdi49Pplp0aF29P9QVLqNOGeJA,13705
|
11
11
|
pulumi_oci/adm/get_remediation_recipes.py,sha256=lfEj_HigJYd6W6yyvJpNVoYdG994oiBSs-q2sY0VqXA,8359
|
12
|
-
pulumi_oci/adm/get_remediation_run.py,sha256=
|
12
|
+
pulumi_oci/adm/get_remediation_run.py,sha256=MPi3mdw6yOkLFVXafhAPOWeIrawpA3znaGp2QuiYhks,12264
|
13
13
|
pulumi_oci/adm/get_remediation_run_application_dependency_recommendations.py,sha256=epJ8uAr69zzSJCQKugDzO6Cj59gxqRDvGZBwL7lq3PI,9022
|
14
14
|
pulumi_oci/adm/get_remediation_run_stage.py,sha256=uBDyW_TpArdvoouXget-Szhfh71XdEvFxvbo9e8QR1Q,11976
|
15
15
|
pulumi_oci/adm/get_remediation_run_stages.py,sha256=2F0hAb--gpco5pRDrVQBxrMcrKUydynuxqPffatyO3w,7443
|
16
16
|
pulumi_oci/adm/get_remediation_runs.py,sha256=c4WAzErhaivK7wE1D_-Jjd4zhAXSIMVD8KCfLOL08SE,9552
|
17
|
-
pulumi_oci/adm/get_vulnerability_audit.py,sha256=
|
17
|
+
pulumi_oci/adm/get_vulnerability_audit.py,sha256=If33ilEfPxq234KIrJa4UXrDlWMHuvgpaEujPpBX6AU,21620
|
18
18
|
pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py,sha256=lgqZCtcANRMjBQONRmSwSl---gHBUVb9S8rTVfPCs1o,18852
|
19
19
|
pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py,sha256=sy5YkitU1neSY-JtXQR5zwn_Yj2x_W-08NQ8nEBbpSA,15940
|
20
20
|
pulumi_oci/adm/get_vulnerability_audits.py,sha256=AFIVNBVkhKU9qmjTica0FfE3SqZpRqMa-PurYdIALMA,15752
|
21
|
-
pulumi_oci/adm/knowledge_base.py,sha256=
|
22
|
-
pulumi_oci/adm/outputs.py,sha256=
|
23
|
-
pulumi_oci/adm/remediation_recipe.py,sha256
|
24
|
-
pulumi_oci/adm/remediation_run.py,sha256=
|
25
|
-
pulumi_oci/adm/vulnerability_audit.py,sha256
|
21
|
+
pulumi_oci/adm/knowledge_base.py,sha256=MM4MqT6pp3n23nY6Pf92pIM218HHIxB8q7fNvVkhZ2A,23415
|
22
|
+
pulumi_oci/adm/outputs.py,sha256=KSS6iE0QI8F0SughAQBzMWSQw8rczh4BI2aGd9cUZkk,181968
|
23
|
+
pulumi_oci/adm/remediation_recipe.py,sha256=5mnZtjuffu3g2LyRtZQUDQ7NdlHzOqaTYuiXvM1FWXY,52025
|
24
|
+
pulumi_oci/adm/remediation_run.py,sha256=uwjfAW5AHxQbz_gyo4NxJMdI9E1TI-iHbNrtl5IJkoA,33555
|
25
|
+
pulumi_oci/adm/vulnerability_audit.py,sha256=-c27XuFS-BvlaPUP0qQz8bMTW-Cy1EYDIcj3nHmz0cQ,66739
|
26
26
|
pulumi_oci/aianomalydetection/__init__.py,sha256=IJeFbCr5N-KYllF7NChbywHeymulXgw99Za-EQYfqkk,836
|
27
27
|
pulumi_oci/aianomalydetection/_inputs.py,sha256=SmZ42irolO-KZbVIQIiSUfZMF0YfAF_RUUXzYTRuwtM,51657
|
28
|
-
pulumi_oci/aianomalydetection/ai_private_endpoint.py,sha256=
|
29
|
-
pulumi_oci/aianomalydetection/data_asset.py,sha256=
|
30
|
-
pulumi_oci/aianomalydetection/detect_anomaly_job.py,sha256=
|
31
|
-
pulumi_oci/aianomalydetection/get_ai_private_endpoint.py,sha256=
|
28
|
+
pulumi_oci/aianomalydetection/ai_private_endpoint.py,sha256=_OjlAFQAOHigBKd6hFR15HfjStIMU6KNmYZpZhP3k1U,31387
|
29
|
+
pulumi_oci/aianomalydetection/data_asset.py,sha256=wJT8heC3fgdVGdRQQrjOnCTphDfGwHz3wR80fBzQ96Y,36160
|
30
|
+
pulumi_oci/aianomalydetection/detect_anomaly_job.py,sha256=B7a8EQMn5lhFFqLiuM2t6565Ds4PRKokjuGced61Y4Y,33145
|
31
|
+
pulumi_oci/aianomalydetection/get_ai_private_endpoint.py,sha256=DFhuwTGXbrf72oqff1EvmTrbaUIx2fan9ts8wSwzesI,10955
|
32
32
|
pulumi_oci/aianomalydetection/get_ai_private_endpoints.py,sha256=k2LB9OQh-NEYpW3PdnRQLjWIo55qVvLevxP4Opwz-FY,7748
|
33
|
-
pulumi_oci/aianomalydetection/get_detect_anomaly_job.py,sha256=
|
33
|
+
pulumi_oci/aianomalydetection/get_detect_anomaly_job.py,sha256=yPsZV6Zzw_wmZ0Tyu_acpt6jVQ-bR8XInwPtFHwV4xw,12642
|
34
34
|
pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py,sha256=P_IpUMzxmncE6po7MMxyle9TMrDmOZGuJZ6rNZbl1PM,10268
|
35
|
-
pulumi_oci/aianomalydetection/get_detection_data_asset.py,sha256=
|
35
|
+
pulumi_oci/aianomalydetection/get_detection_data_asset.py,sha256=zC05ZXZVPGQCuzdLTsLQISXLgWfMepMRt4HH3LxYNXM,10543
|
36
36
|
pulumi_oci/aianomalydetection/get_detection_data_assets.py,sha256=THG-EJ5OdvoU08W77AUdSjFM_2BVqDkka2PtaJKzBSM,8227
|
37
|
-
pulumi_oci/aianomalydetection/get_detection_model.py,sha256=
|
37
|
+
pulumi_oci/aianomalydetection/get_detection_model.py,sha256=2ZY10i0Imw-SuEzcZojEEvDilz-Zxm9fuEanj6oFBtM,11227
|
38
38
|
pulumi_oci/aianomalydetection/get_detection_models.py,sha256=0yFLw9ZHJMieBiM0XOp4UuRbeQxZcIK2f4QK4Nvl_1M,7983
|
39
|
-
pulumi_oci/aianomalydetection/get_detection_project.py,sha256=
|
39
|
+
pulumi_oci/aianomalydetection/get_detection_project.py,sha256=PMwNYo_WnqJyFPXSLILyAEy5vcV_N9oPB4tQl4kAVzA,8656
|
40
40
|
pulumi_oci/aianomalydetection/get_detection_projects.py,sha256=Ri6t0nG2_paDgXoRp7fEjPP8b1tcvY_OGj_Wvfwz598,7087
|
41
|
-
pulumi_oci/aianomalydetection/model.py,sha256=
|
42
|
-
pulumi_oci/aianomalydetection/outputs.py,sha256=
|
43
|
-
pulumi_oci/aianomalydetection/project.py,sha256=
|
41
|
+
pulumi_oci/aianomalydetection/model.py,sha256=Yvl-3MZT3QJy3xmJJJS1feH9QJQYir3eMmEDtpwyppk,34830
|
42
|
+
pulumi_oci/aianomalydetection/outputs.py,sha256=DDuxqVKDzFqQSOR64wRzLsvnq5f8lA5tJCAr-PB6jHo,139773
|
43
|
+
pulumi_oci/aianomalydetection/project.py,sha256=3mW-kzskrYfHE8jdTsWOZNTi7wX0AbDqaUwVOzCbRGI,25153
|
44
44
|
pulumi_oci/aidocument/__init__.py,sha256=d0LuHBLIlQQUvkP_M1Drwejugy7woXZrocByR6ngkWk,526
|
45
45
|
pulumi_oci/aidocument/_inputs.py,sha256=_DMr5S3gGSoFwuvOTl0nn-s7w2LA1XOvlHP74Pt0wRw,44145
|
46
|
-
pulumi_oci/aidocument/get_model.py,sha256=
|
46
|
+
pulumi_oci/aidocument/get_model.py,sha256=CkIx-vZwOUWrvI1PuYkpw3t1DAyw4ZkIL9sqBZdhuGQ,17474
|
47
47
|
pulumi_oci/aidocument/get_models.py,sha256=7wR-5jzzW7TAJ7GdDKgPL-zF_12uxygioJWoSjSXaQY,7816
|
48
48
|
pulumi_oci/aidocument/get_processor_job.py,sha256=qp8wj2_Q7ZxeEXGZHZXLoG32QzFQQjPhqRRkZ3doz_I,9623
|
49
|
-
pulumi_oci/aidocument/get_project.py,sha256=
|
49
|
+
pulumi_oci/aidocument/get_project.py,sha256=i_miUm3J90pX9uAntqsl-ojQi9h8BSn-e-IkLLE6BKw,8874
|
50
50
|
pulumi_oci/aidocument/get_projects.py,sha256=GfKMYbCyQg79woSjUV5VuhmEqAQKqH-uCCMhGC7WkX8,6914
|
51
|
-
pulumi_oci/aidocument/model.py,sha256=
|
52
|
-
pulumi_oci/aidocument/outputs.py,sha256=
|
51
|
+
pulumi_oci/aidocument/model.py,sha256=8jTb6Dtc3DlQNtNb1rMZYqu7CVZLxoD0PRzu_AUzpHE,54921
|
52
|
+
pulumi_oci/aidocument/outputs.py,sha256=Cky9O0utgxN1d1JWqlRf_XJa30SAqjHl9_KeyDPcdyc,105227
|
53
53
|
pulumi_oci/aidocument/processor_job.py,sha256=--CEBEpBFs_Ey166_vBAtpCTL5zZ4acpHZU1EOahohQ,27031
|
54
|
-
pulumi_oci/aidocument/project.py,sha256=
|
54
|
+
pulumi_oci/aidocument/project.py,sha256=EcJjl9K4g6l_0LqI4bj5zmh7PWmts4yiAq77zV199D8,25478
|
55
55
|
pulumi_oci/ailanguage/__init__.py,sha256=zxBZzuuHX91w8GtjrcjZZcX2T8ryEncqi6ZcV_dJchw,619
|
56
56
|
pulumi_oci/ailanguage/_inputs.py,sha256=iq62_8Xle0V-pEQOCoHoVfkKTUPMJzRy0U3yvhCxzKc,44295
|
57
|
-
pulumi_oci/ailanguage/endpoint.py,sha256=
|
58
|
-
pulumi_oci/ailanguage/get_endpoint.py,sha256=
|
57
|
+
pulumi_oci/ailanguage/endpoint.py,sha256=D1F4JmXHwwllTctFU0kQ3H-Q9cOLWaE-gDMa7X6GAfw,33755
|
58
|
+
pulumi_oci/ailanguage/get_endpoint.py,sha256=zje2u4Q7s0C_PxQJGh_Xh-_EOuyhc2lpSx0S-vsOGLg,10076
|
59
59
|
pulumi_oci/ailanguage/get_endpoints.py,sha256=gOVyso3JntBIoAhIgPCHaB2wj59L3Rw1zgsC5JI8038,8568
|
60
|
-
pulumi_oci/ailanguage/get_model.py,sha256=
|
60
|
+
pulumi_oci/ailanguage/get_model.py,sha256=9rvZ-VGAztvqYiRzmr9mKg3PWdrw8F5Wya234IBcG74,12077
|
61
61
|
pulumi_oci/ailanguage/get_model_evaluation_results.py,sha256=JtK-j_3HdTdj66BogixroaYTxFCLLikXGh4XhGE69CA,5184
|
62
62
|
pulumi_oci/ailanguage/get_model_type.py,sha256=pS7rWcCCPgLdyMR1iSUjextE-5sDbvpt-aZ1-Yr1HRI,4254
|
63
63
|
pulumi_oci/ailanguage/get_models.py,sha256=k3HEmXH0-gNeJQzForSkZw_pfWf0Trhs4Tn_vARrZDI,7466
|
64
|
-
pulumi_oci/ailanguage/get_project.py,sha256=
|
64
|
+
pulumi_oci/ailanguage/get_project.py,sha256=25maHQk1kAVgVjSiTbhM4KpkVgyj7AxDIcGZgiEtYEg,8209
|
65
65
|
pulumi_oci/ailanguage/get_projects.py,sha256=z9kvUaFQrBz8wKLuA1XRsNrc9vEKHgKDChNfJBFGgZI,6550
|
66
|
-
pulumi_oci/ailanguage/model.py,sha256=
|
67
|
-
pulumi_oci/ailanguage/outputs.py,sha256=
|
68
|
-
pulumi_oci/ailanguage/project.py,sha256=
|
66
|
+
pulumi_oci/ailanguage/model.py,sha256=F-zAxk663FCWvoziSftDkxfY2z11x-3hSaajB5OfAWQ,44508
|
67
|
+
pulumi_oci/ailanguage/outputs.py,sha256=VX_c6P661K2XeYaKsAwIFAvKd56pTXFlgUe9kw-sRd4,129347
|
68
|
+
pulumi_oci/ailanguage/project.py,sha256=dIxTJQg6Ayu5qsTz5jkYSB4eX53rrhmXkMaUEjBhr6A,26871
|
69
69
|
pulumi_oci/aivision/__init__.py,sha256=gXaK4KT8qz5ur0aZnTSzMybyCBiJ5ptbf0I2Tbn1gVI,464
|
70
70
|
pulumi_oci/aivision/_inputs.py,sha256=_66Fc5i1QuUhq-KiYhs_-0sRgsnELt3XtSSMZlBaOu4,12253
|
71
|
-
pulumi_oci/aivision/get_model.py,sha256=
|
71
|
+
pulumi_oci/aivision/get_model.py,sha256=ANo5v_0k0rD8J2ald9KCey6SuZ_7JKEyBC4mQp97lPc,18185
|
72
72
|
pulumi_oci/aivision/get_models.py,sha256=TPTHQHG_iWSm0r_SMTwDqs3PNT4rjZTkos050AYiu4w,7737
|
73
|
-
pulumi_oci/aivision/get_project.py,sha256=
|
73
|
+
pulumi_oci/aivision/get_project.py,sha256=t06oUkZzcYpstJVCFUFpoysj8ZVQ0l2hz5gb4-czBIA,8836
|
74
74
|
pulumi_oci/aivision/get_projects.py,sha256=PaJEpIIIXrj9_SLytOFKsoQRK_7bg-n2HHs7LGBSmR4,6861
|
75
|
-
pulumi_oci/aivision/model.py,sha256=
|
76
|
-
pulumi_oci/aivision/outputs.py,sha256=
|
77
|
-
pulumi_oci/aivision/project.py,sha256=
|
75
|
+
pulumi_oci/aivision/model.py,sha256=57-Re1yuLm4yfSlRmondLxXk8RTxj6oP9x9vPjJfyFA,55439
|
76
|
+
pulumi_oci/aivision/outputs.py,sha256=H0O3v64uM80oCEI6Jyw8MtQu4-_6RsbPS54ugcv9rFE,41843
|
77
|
+
pulumi_oci/aivision/project.py,sha256=x9SUNu_s_fD9Z6wsgvlrMJgxuqAMg_JL-uRQ7y17Zto,25301
|
78
78
|
pulumi_oci/analytics/__init__.py,sha256=PX8rZZIsH04dn_SaouFgIJ9aVoNHlH6BS3DyDB8SYco,588
|
79
|
-
pulumi_oci/analytics/_inputs.py,sha256=
|
80
|
-
pulumi_oci/analytics/analytics_instance.py,sha256=
|
79
|
+
pulumi_oci/analytics/_inputs.py,sha256=2P5L-Qfd99Vg-qG4QWn9nOztzOHuVqG7sidRG8rMOmY,14015
|
80
|
+
pulumi_oci/analytics/analytics_instance.py,sha256=S4W__63hf791pW01DK264drfGpsKQUfWWgGQslFFBDs,55233
|
81
81
|
pulumi_oci/analytics/analytics_instance_private_access_channel.py,sha256=CLZ_eO-2a6TkBTto-TmA3EO1XLc3Z_MsU7GmX8DU97M,35487
|
82
82
|
pulumi_oci/analytics/analytics_instance_vanity_url.py,sha256=D9d0jLJvkhG47piNahgjwHFgYUs-nVnGgu3DtoUK-xQ,23489
|
83
|
-
pulumi_oci/analytics/get_analytics_instance.py,sha256=
|
83
|
+
pulumi_oci/analytics/get_analytics_instance.py,sha256=dwpP1CKVYSxNPSWqKvr-GQnUgFwRLtAXTXw_zTSTNng,15137
|
84
84
|
pulumi_oci/analytics/get_analytics_instance_private_access_channel.py,sha256=29erx7044udLrduGCXEUShvXe1P2rb9jpEj_hUTY3Oo,11453
|
85
|
-
pulumi_oci/analytics/get_analytics_instances.py,sha256=
|
86
|
-
pulumi_oci/analytics/outputs.py,sha256=
|
85
|
+
pulumi_oci/analytics/get_analytics_instances.py,sha256=kDwRjj-lgW-wGhRcChdBB7-9lGX2PWwWQ8pCQXIwN1k,9039
|
86
|
+
pulumi_oci/analytics/outputs.py,sha256=inhLsYFv3aBuGgyPfH8oOvJdceSIyNVh_en2Dq4OR4M,39279
|
87
87
|
pulumi_oci/announcementsservice/__init__.py,sha256=YIHFZl_hY2S-aDd6L-eXnk4JZovXv5rT76iYT05-1IA,570
|
88
88
|
pulumi_oci/announcementsservice/_inputs.py,sha256=-_XWLpHk2Rk5nIv7UrJCiBXLRqIp9jEVvAhvBHD5Vuw,5682
|
89
|
-
pulumi_oci/announcementsservice/announcement_subscription.py,sha256=
|
89
|
+
pulumi_oci/announcementsservice/announcement_subscription.py,sha256=u4TDkTlzqsP7nMv9gF64-PhTy5cl_6myIWMU4C-LmhA,47221
|
90
90
|
pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py,sha256=iUj9u5oQi0OAKuyPB9kknLeB0cvi6za1k5jTpmFXHaw,14522
|
91
91
|
pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py,sha256=FBocNpaFj0MywwvnQQ-2sOHKxF-FAVF3HokwHOsLsMA,17586
|
92
|
-
pulumi_oci/announcementsservice/get_announcement_subscription.py,sha256=
|
92
|
+
pulumi_oci/announcementsservice/get_announcement_subscription.py,sha256=Wv-01S4bcCalmA5KVgzeytq3aidGHJBKJQuiZBKjb4o,14299
|
93
93
|
pulumi_oci/announcementsservice/get_announcement_subscriptions.py,sha256=n9mHfkqMq9QmQ1CNnzVlGWnAhc0DYPFCetRcd_C2Smc,9239
|
94
|
-
pulumi_oci/announcementsservice/outputs.py,sha256=
|
94
|
+
pulumi_oci/announcementsservice/outputs.py,sha256=E5FqTAEa6sm3yu0C5_UHnBwRqcNQ7YshetP3LtdYPeU,19022
|
95
95
|
pulumi_oci/apigateway/__init__.py,sha256=feHoi7mAuAgjIN6cG5Iu_4htsdllNe-mgoN45508Hqo,922
|
96
|
-
pulumi_oci/apigateway/_inputs.py,sha256=
|
97
|
-
pulumi_oci/apigateway/api.py,sha256=
|
98
|
-
pulumi_oci/apigateway/certificate.py,sha256=
|
99
|
-
pulumi_oci/apigateway/deployment.py,sha256=
|
100
|
-
pulumi_oci/apigateway/gateway.py,sha256=
|
101
|
-
pulumi_oci/apigateway/get_api.py,sha256=
|
96
|
+
pulumi_oci/apigateway/_inputs.py,sha256=iX6hxZCxYNLUug-l0VnxqFUCjjepMkqh2wnFNK_MOro,346772
|
97
|
+
pulumi_oci/apigateway/api.py,sha256=UbtBRvsP1nUz242IWkGtDJGJU4tIDIlIvzZoSLc4Zic,31695
|
98
|
+
pulumi_oci/apigateway/certificate.py,sha256=bxcUX1d7BOTfyXNLiFZXE0kPKfekrWVuTiJ-6K6Y_qs,35330
|
99
|
+
pulumi_oci/apigateway/deployment.py,sha256=XY0ySVwJ17L2ezp6avh6RDXsw2jDLYjHWS_vSkhNBzQ,124217
|
100
|
+
pulumi_oci/apigateway/gateway.py,sha256=t9a7TaIJ_x0ypTsFHF59cpnSxS7QTA3Izi2h23GsTkQ,47812
|
101
|
+
pulumi_oci/apigateway/get_api.py,sha256=ksh3u-e8preu-jWBykzWGttXBHY0jT7L5zWTGFHwjZw,10166
|
102
102
|
pulumi_oci/apigateway/get_api_content.py,sha256=v_SprjKJJXz_tSrHGNIQ3Kk69AHqCnKjOdH557QGRW0,3465
|
103
103
|
pulumi_oci/apigateway/get_api_deployment_specification.py,sha256=_L0K8EeqvbMdsKivEPcddFJ5i4ZMXeKrggXRU97dftY,5459
|
104
104
|
pulumi_oci/apigateway/get_api_validation.py,sha256=iu-8ugaxe5c4ipLVvcbNTFh4MifriaND47KW-dFpJzI,3736
|
105
105
|
pulumi_oci/apigateway/get_apis.py,sha256=N8pYjpQUnEVjGGKupkdaB92aYeF6HFMGdhft7Q2wi0A,6612
|
106
|
-
pulumi_oci/apigateway/get_certificate.py,sha256=
|
106
|
+
pulumi_oci/apigateway/get_certificate.py,sha256=fnCy0cN8P4ltI-Wm9pTM7EyGzCUcoeEFw-njl3zogz4,11403
|
107
107
|
pulumi_oci/apigateway/get_certificates.py,sha256=NtrksLJJ9epPWB0hO0lZUX3L537HTln_1zO7kA1OZoI,7118
|
108
|
-
pulumi_oci/apigateway/get_deployment.py,sha256=
|
108
|
+
pulumi_oci/apigateway/get_deployment.py,sha256=epdzPLbFlsRK8CYLgAvFNwkp1WxfnwUr3ESEUpxLLII,10857
|
109
109
|
pulumi_oci/apigateway/get_deployments.py,sha256=0t7ibnjnlfiaPlji3J63Hytts8gDsB-yYqmOjtwwIl8,8005
|
110
|
-
pulumi_oci/apigateway/get_gateway.py,sha256=
|
110
|
+
pulumi_oci/apigateway/get_gateway.py,sha256=TeCUmKGrrGIwz4nqRdEhsaqvysgfBhSQtZgTK_jxH68,13287
|
111
111
|
pulumi_oci/apigateway/get_gateways.py,sha256=X941fo-u9sflCaIg-fcKhQkheoh-7pjyrY2jiqd8bJY,7971
|
112
|
-
pulumi_oci/apigateway/get_subscriber.py,sha256=
|
112
|
+
pulumi_oci/apigateway/get_subscriber.py,sha256=8xd8vet1X6Mxp4GUnZaml8dw2EH-3YF9lRt9EasoEEI,9566
|
113
113
|
pulumi_oci/apigateway/get_subscribers.py,sha256=OZysKKVTNq2OI4SrSLDfhdrjbT0fA2sltNUL_jUedwM,7030
|
114
|
-
pulumi_oci/apigateway/get_usage_plan.py,sha256=
|
114
|
+
pulumi_oci/apigateway/get_usage_plan.py,sha256=0M4ErdJOlxhSz5ikzFTcyE1ihRJ3yq8fGS_Cl_UIEks,9040
|
115
115
|
pulumi_oci/apigateway/get_usage_plans.py,sha256=m_k40ZKiPaobIAtveAOFVuWiFdxe6bD1nc7EPLtd1FE,7009
|
116
|
-
pulumi_oci/apigateway/outputs.py,sha256=
|
117
|
-
pulumi_oci/apigateway/subscriber.py,sha256=
|
118
|
-
pulumi_oci/apigateway/usage_plan.py,sha256=
|
116
|
+
pulumi_oci/apigateway/outputs.py,sha256=k_4hagxT47fY_4HY2EaEHc5Rzl08lvneLwztTRjZVEk,1045036
|
117
|
+
pulumi_oci/apigateway/subscriber.py,sha256=6N-JpCqnsXFB1sWudyEh6Vjxaf6oILrASRibNEYdtpU,31271
|
118
|
+
pulumi_oci/apigateway/usage_plan.py,sha256=5I04aA63e08G05qsV6ZkdkdrKOFgw96pNR8cK4m-Ov8,29988
|
119
119
|
pulumi_oci/apm/__init__.py,sha256=VlWpxW-unSo6Cqrm8fmR-4BWqYnGZir2OqWjThDNgTo,430
|
120
120
|
pulumi_oci/apm/_inputs.py,sha256=lkpnZJYyJQnUw2XmOLAHydhCjzGsiB9UheUI8JWfQCM,2661
|
121
|
-
pulumi_oci/apm/apm_domain.py,sha256=
|
122
|
-
pulumi_oci/apm/get_apm_domain.py,sha256=
|
121
|
+
pulumi_oci/apm/apm_domain.py,sha256=FmaDkm0mUJTq5e8bUomcnqVawL9afDcpSdwxXnlHQgA,26331
|
122
|
+
pulumi_oci/apm/get_apm_domain.py,sha256=1OA36oAg68STRTPSlZLL6eiKdtakaZhdp-GLwTOpV4U,8948
|
123
123
|
pulumi_oci/apm/get_apm_domains.py,sha256=Xx-BkSHM_oqhh6SUrTUrvEP6HScTCdC0nbq4vDx9ZQ0,6628
|
124
124
|
pulumi_oci/apm/get_data_keys.py,sha256=5g9_yuG9o7PGSL0Ag379JTLSm2yHWnigM4nHOprF0MM,5473
|
125
|
-
pulumi_oci/apm/outputs.py,sha256=
|
125
|
+
pulumi_oci/apm/outputs.py,sha256=82wjiYlBAa8Jn47ZXreX1UGH_OxB-CqFo06UrYQg0aA,8267
|
126
126
|
pulumi_oci/apmconfig/__init__.py,sha256=QzbSqiZ9hOe5ZhTSpwQTKAFIfMRYphPCbvG8-1FfQ_0,389
|
127
127
|
pulumi_oci/apmconfig/_inputs.py,sha256=O-IZcJY8M7-D5Ft7cidEUljeRhkQaf9ev-0PCHH2qEI,15484
|
128
|
-
pulumi_oci/apmconfig/config.py,sha256=
|
129
|
-
pulumi_oci/apmconfig/get_config.py,sha256=
|
128
|
+
pulumi_oci/apmconfig/config.py,sha256=uIpCf9WGO0aeU6TmeWC30I4m0ExEOLcGkYsos8_ycGQ,54047
|
129
|
+
pulumi_oci/apmconfig/get_config.py,sha256=WD50zlor3R84ahY39S8PdjUES2QatiPQxgp8_1vK9L4,15077
|
130
130
|
pulumi_oci/apmconfig/get_configs.py,sha256=k_-9KCJSFEJ3sxMvPlrOhZLux9ztnz7t0JanZNg0HCI,15125
|
131
|
-
pulumi_oci/apmconfig/outputs.py,sha256=
|
131
|
+
pulumi_oci/apmconfig/outputs.py,sha256=WjWZm-xbalBSR31tXxwLo2nPq72of-MHE4I8n63OWJo,44248
|
132
132
|
pulumi_oci/apmsynthetics/__init__.py,sha256=eGXPOye9LfXD1A8OBdfKYLWRO6diuIR5fBl5dnr4Mpc,964
|
133
133
|
pulumi_oci/apmsynthetics/_inputs.py,sha256=HhVIq7pQs69Qqugc-uxoKIfH0wKt2yIpHlHZFP9CH4k,104182
|
134
|
-
pulumi_oci/apmsynthetics/config.py,sha256=
|
135
|
-
pulumi_oci/apmsynthetics/dedicated_vantage_point.py,sha256=
|
136
|
-
pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py,sha256=
|
134
|
+
pulumi_oci/apmsynthetics/config.py,sha256=yDm6OgvG-i3Ijqo_m7DGg48IlfU_9iavvx2kkcWjwm8,91886
|
135
|
+
pulumi_oci/apmsynthetics/dedicated_vantage_point.py,sha256=Ed9EopV23Q2pM7ynFyIV93_M5u1bPpcMwEKAgWJo2Cs,32388
|
136
|
+
pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py,sha256=PNbZAjO1E6MQJX3oH5qUa15UZc1DYBwBwjl2lVA3pDg,11096
|
137
137
|
pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py,sha256=lMZnkalmwRLDgBEOMd-Cc3eU7hfI5ddVtrKmDChWck0,8415
|
138
|
-
pulumi_oci/apmsynthetics/get_monitor.py,sha256
|
138
|
+
pulumi_oci/apmsynthetics/get_monitor.py,sha256=wEesuNodhsJNsWxQ1dIU-8bR7qv3EjgD0OsGLJzgyIc,20524
|
139
139
|
pulumi_oci/apmsynthetics/get_monitors.py,sha256=vb_bZ9bz215gyZYE_M3ZoLuHPFClnxK2eMZ71U60pO0,12244
|
140
|
-
pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py,sha256=
|
141
|
-
pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py,sha256=
|
140
|
+
pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py,sha256=jrt0hLMMOsyjrdlQulMLrtYnHxJcN-PwhHmP1T4DBc8,10326
|
141
|
+
pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py,sha256=KkQo9KDQ0_0F5WgSuYt9c5A02xmf-qK_qJUiY_3P0yM,17542
|
142
142
|
pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py,sha256=yn2fjNXbfKTTLmFzCIAAfGVtcL3Y-HA3fnfkGY6d_Rk,10649
|
143
143
|
pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py,sha256=rmmXYDLJg37QwsluogFVI-JIHk-KfvhE00oBSCK-eKk,7484
|
144
144
|
pulumi_oci/apmsynthetics/get_result.py,sha256=j2OU4C7XHzZFhE27Smbb4QNOXIds1AJhSDWo9a80cJQ,8894
|
145
|
-
pulumi_oci/apmsynthetics/get_script.py,sha256=
|
145
|
+
pulumi_oci/apmsynthetics/get_script.py,sha256=In-txwa4wA5Pto25TZUyFM9M84vYjPO8nMF0CH8l56E,12318
|
146
146
|
pulumi_oci/apmsynthetics/get_scripts.py,sha256=kaEKVztGPKUWcROqYn-jpE7e4yBtc1iN4Nyx9GWrfw4,6631
|
147
147
|
pulumi_oci/apmsynthetics/get_vantage_point.py,sha256=rJ8dnP2Usei1YF_ReYhLGSYEAaO5-fDIHV0sQBJtpjw,5853
|
148
148
|
pulumi_oci/apmsynthetics/get_vantage_points.py,sha256=cL12H-Fkoaj8fHuUAtiWeOCfb64KXHWh0pYVdiCRX-w,7011
|
149
|
-
pulumi_oci/apmsynthetics/on_premise_vantage_point.py,sha256=
|
150
|
-
pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py,sha256=
|
151
|
-
pulumi_oci/apmsynthetics/outputs.py,sha256=
|
152
|
-
pulumi_oci/apmsynthetics/script.py,sha256=
|
149
|
+
pulumi_oci/apmsynthetics/on_premise_vantage_point.py,sha256=k5qL-zCktuGnnQYdIozRcm6ufA2DcOARcnyqJQynKME,27867
|
150
|
+
pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py,sha256=A_Zr5JZ4Vu-Khk5jOvDEqEYDjETM3-45q7B3WKyd6CU,50697
|
151
|
+
pulumi_oci/apmsynthetics/outputs.py,sha256=I9oSOB59LWBTDw22djxEQ60zfoh_1Ln-5qqQdcf5UJw,290066
|
152
|
+
pulumi_oci/apmsynthetics/script.py,sha256=ODPN2Q3YisFeaCegb4kWqSb7U7D0YZUGcJfXZBE5DJE,38454
|
153
153
|
pulumi_oci/apmtraces/__init__.py,sha256=Dgjx9uWFNtS8iGxLIR9w7ix8UR52hbu4BHgvo8cc8cU,465
|
154
154
|
pulumi_oci/apmtraces/_inputs.py,sha256=rdVeXRPtOLvPTcMimXK3W4p4PANt5E33IzgQIeC3cCQ,1398
|
155
155
|
pulumi_oci/apmtraces/get_query_quick_picks.py,sha256=QmBSzTFDK4YeAOqKRa-aXKaDjiZ_bVScEjK7NziVfG8,5011
|
@@ -166,47 +166,47 @@ pulumi_oci/appmgmtcontrol/outputs.py,sha256=zNDmw43G1I6adxs3q8svjXfEiA0yfzSnXF3Q
|
|
166
166
|
pulumi_oci/artifacts/__init__.py,sha256=yE1m-f6UNL93-BtFvRQG4KF_FTPvKjEJ_FX0C0MM8jc,904
|
167
167
|
pulumi_oci/artifacts/_inputs.py,sha256=48aPV7LV57fdTQlPJm--3VB3AiE7-oS7CkJWCCOGUtk,7201
|
168
168
|
pulumi_oci/artifacts/container_configuration.py,sha256=fpZDSelOgZnLg3CXUUnYLOanX9wyZtAVLgTmdCDFAc0,11364
|
169
|
-
pulumi_oci/artifacts/container_image_signature.py,sha256=
|
170
|
-
pulumi_oci/artifacts/container_repository.py,sha256=
|
171
|
-
pulumi_oci/artifacts/generic_artifact.py,sha256=
|
169
|
+
pulumi_oci/artifacts/container_image_signature.py,sha256=nGwGkJfIAq2UdEZ8uNotCfZHQI-QuAA4HCFKBCcQqFQ,41176
|
170
|
+
pulumi_oci/artifacts/container_repository.py,sha256=3t0TbDtnPJgfuGKNOA0wYDvd-lEFhkbqIFH5VVJZ2OA,38185
|
171
|
+
pulumi_oci/artifacts/generic_artifact.py,sha256=7jHYIGxazHFayhDNm7EPf99RI5QsQDKoz5YZlBpLcKs,29822
|
172
172
|
pulumi_oci/artifacts/get_container_configuration.py,sha256=Yp75lP80tCU_RcwliRwPMsh6nyC64yqBc_Pl3ZB2HHk,5095
|
173
|
-
pulumi_oci/artifacts/get_container_image.py,sha256=
|
174
|
-
pulumi_oci/artifacts/get_container_image_signature.py,sha256=
|
173
|
+
pulumi_oci/artifacts/get_container_image.py,sha256=p3F0Pbfz-FBvEyWGI1YXmgTRUGVTcsyQONcZKNFUTxA,14143
|
174
|
+
pulumi_oci/artifacts/get_container_image_signature.py,sha256=p0TY7OIKTaleupQsYix28B8eqg_GaWpqL7qp4BOzGyI,12894
|
175
175
|
pulumi_oci/artifacts/get_container_images.py,sha256=cuHUnnICgSQ0-rxKw-nHsm5MNiK91iTccMaAAa1NgM0,14390
|
176
176
|
pulumi_oci/artifacts/get_container_repositories.py,sha256=wpyq3wHEMmfqWNfhM443l7dbu9ACYvzSoNr4qUEFjcI,11250
|
177
|
-
pulumi_oci/artifacts/get_container_repository.py,sha256=
|
177
|
+
pulumi_oci/artifacts/get_container_repository.py,sha256=42ALYaQETLPbsEalznPqNrgLvs-mSwgLqd9ReIhLWhM,13685
|
178
178
|
pulumi_oci/artifacts/get_container_signatures.py,sha256=0QwobmSSg6pAa7xQRY1ulaV-kI9X3k4_URhkX0M7Bdw,17177
|
179
|
-
pulumi_oci/artifacts/get_generic_artifact.py,sha256=
|
179
|
+
pulumi_oci/artifacts/get_generic_artifact.py,sha256=5mKBZgmZy11TQ1Peu4BnWnRdvC_1gqB9Y7HTUt3PqzM,10702
|
180
180
|
pulumi_oci/artifacts/get_generic_artifacts.py,sha256=bA5fehqi6rpEvLCN2zk_sbyVrbEP6bjxXY-f01AjqC4,12467
|
181
181
|
pulumi_oci/artifacts/get_repositories.py,sha256=b6qyNr-_Vds2bHexYRud4VhFSZzipVVUeWA2qnYfg94,8468
|
182
|
-
pulumi_oci/artifacts/get_repository.py,sha256=
|
183
|
-
pulumi_oci/artifacts/outputs.py,sha256=
|
184
|
-
pulumi_oci/artifacts/repository.py,sha256=
|
182
|
+
pulumi_oci/artifacts/get_repository.py,sha256=8RXUjejCamrIPLeY7H_wRUqvwzIB856g-_g7a_c2hXg,8941
|
183
|
+
pulumi_oci/artifacts/outputs.py,sha256=uWpdDRlxArMgjVsVGiLfcIfDJ94wuJRg2brT3GHd3ko,56498
|
184
|
+
pulumi_oci/artifacts/repository.py,sha256=1zII6tYExJBfp2JjPtLoKzsmQrr3n80P6d6mcPg7kvY,29439
|
185
185
|
pulumi_oci/audit/__init__.py,sha256=k6QtiR85ChoxyKpGGtndpy95ySJLNcQIi4wLoklezU8,402
|
186
186
|
pulumi_oci/audit/_inputs.py,sha256=mOdHF3S4sC69tqXaSgJx4_6IbvzyRxmba_RV1Iin6fw,1380
|
187
187
|
pulumi_oci/audit/configuration.py,sha256=80Bmpk43_SKOnPg7KlU2pk5hDSzPdT26J2kss_2vtjM,10888
|
188
188
|
pulumi_oci/audit/get_configuration.py,sha256=-OD4acFf_FKifhmBCXGOIGuPbe-KO1H1KmekChIpb9w,3930
|
189
189
|
pulumi_oci/audit/get_events.py,sha256=-NZdnPp58M45YRcdHFZEDgQeIPzsBahulTwLWpm6vbU,8555
|
190
|
-
pulumi_oci/audit/outputs.py,sha256=
|
190
|
+
pulumi_oci/audit/outputs.py,sha256=gSErl3ZmAqi4zLrdawnjTbt3R-RdXo7r589lnIJFM7Y,25178
|
191
191
|
pulumi_oci/autoscaling/__init__.py,sha256=4GqavaDgqXLW6t4bw3UyHnse3Xj8SWd6stZKTh__hr8,449
|
192
192
|
pulumi_oci/autoscaling/_inputs.py,sha256=eC-hPJzoghAfFVDpvR2ZsNpvUfn2uBNABe5qMEwPu04,23103
|
193
|
-
pulumi_oci/autoscaling/auto_scaling_configuration.py,sha256=
|
194
|
-
pulumi_oci/autoscaling/get_auto_scaling_configuration.py,sha256=
|
193
|
+
pulumi_oci/autoscaling/auto_scaling_configuration.py,sha256=oVtgtM84gFxFxsVS--njjIhQjNiaaRUb1vjGP3J76pE,42932
|
194
|
+
pulumi_oci/autoscaling/get_auto_scaling_configuration.py,sha256=QUX5BlZhVrXFN3ddBv9liCPDOIL77P8DoWaYv-GUDSg,11891
|
195
195
|
pulumi_oci/autoscaling/get_auto_scaling_configurations.py,sha256=iiESlRy3uAxjf2q5Hw-m71KUWf__gIlLjf9egesZL1w,7153
|
196
|
-
pulumi_oci/autoscaling/outputs.py,sha256=
|
196
|
+
pulumi_oci/autoscaling/outputs.py,sha256=hIo30zkYSGLugPIbLY_JvMQBsi-xi24joJbNEHanUVo,57600
|
197
197
|
pulumi_oci/bastion/__init__.py,sha256=GQWlbltoQh-1tyJ8oP0WYOlsTH4Kv3uAsIr4Pexrt3A,470
|
198
198
|
pulumi_oci/bastion/_inputs.py,sha256=NZZZFjDeuJbLEUdDFHv-SOnKXw7RB9qixwZILnUxlhY,9934
|
199
|
-
pulumi_oci/bastion/bastion.py,sha256=
|
200
|
-
pulumi_oci/bastion/get_bastion.py,sha256=
|
199
|
+
pulumi_oci/bastion/bastion.py,sha256=C9zErsVOhqnMqno6-lr1pNeul9U4ovb0B6X8PVkIxkI,48332
|
200
|
+
pulumi_oci/bastion/get_bastion.py,sha256=7Ni4YbfjIpvCGfGfUQj2525CR-bgBHoC2g-WgTRGXhk,15496
|
201
201
|
pulumi_oci/bastion/get_bastions.py,sha256=oXDkS3l3sq178Letn6fs9jm-pYwXuvUMYB-CAV8mYdc,7856
|
202
|
-
pulumi_oci/bastion/get_session.py,sha256=
|
202
|
+
pulumi_oci/bastion/get_session.py,sha256=1ACWUSrKVFgpF0p0zmDxBgYaD4_wIqYsqdlmrYWqm-M,11815
|
203
203
|
pulumi_oci/bastion/get_sessions.py,sha256=Ms67QwtxxS2C4t-KJedGFQCFIgBDBpgZsA4vbn9uMzI,7910
|
204
|
-
pulumi_oci/bastion/outputs.py,sha256=
|
205
|
-
pulumi_oci/bastion/session.py,sha256=
|
204
|
+
pulumi_oci/bastion/outputs.py,sha256=dFzw9FVlSUtq9k4UyGm7SscFJNZeUKXY5YHkdOYqQC8,37588
|
205
|
+
pulumi_oci/bastion/session.py,sha256=qpibGkWIi6jU_LSnBTSDca0-_R4yP34cE8DPdnd7GhE,32080
|
206
206
|
pulumi_oci/bigdataservice/__init__.py,sha256=cfK9F0bg8e4EWvHKVfGmcZLVDxJui2Updr0sYM5b0QM,1142
|
207
207
|
pulumi_oci/bigdataservice/_inputs.py,sha256=-LG7JUChWr3AQO7UIOmlLS742TvcJFsv-NaVQDZ2wVg,145354
|
208
208
|
pulumi_oci/bigdataservice/auto_scaling_configuration.py,sha256=NrOfQEDxilZ2XaJ6TAeIxQ0wVMTlVesqaBp_eZSX8Rg,39873
|
209
|
-
pulumi_oci/bigdataservice/bds_instance.py,sha256
|
209
|
+
pulumi_oci/bigdataservice/bds_instance.py,sha256=z3CqbYzS_Nzo9qJ9znD4xqKNSNEJAcptlkYBmzB16K8,87798
|
210
210
|
pulumi_oci/bigdataservice/bds_instance_api_key.py,sha256=NvBH9YqnOBaq3-UYMypk1hK0TLiq_6HLQ2hYjzRMpf4,25252
|
211
211
|
pulumi_oci/bigdataservice/bds_instance_metastore_config.py,sha256=NDLpOHfKXM7Pc-9Bvop4Dl4-kExChH5UXAxWYXQagdQ,28741
|
212
212
|
pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py,sha256=AQ7ngSRgoNhuoFEe3C1kjKW1p4iHw6cYtDVFSPBzk-g,33901
|
@@ -214,21 +214,21 @@ pulumi_oci/bigdataservice/bds_instance_os_patch_action.py,sha256=5Aeqz_iCbSbc6ku
|
|
214
214
|
pulumi_oci/bigdataservice/bds_instance_patch_action.py,sha256=ChyrCpt40KemSyCuJihjE_mIxTZLRF_G0q5ms_-WWiM,17688
|
215
215
|
pulumi_oci/bigdataservice/get_auto_scaling_configuration.py,sha256=60WLewCGPq1XWI40FFmIOxitrA8tvJXUdxaR6SCaIQM,10285
|
216
216
|
pulumi_oci/bigdataservice/get_auto_scaling_configurations.py,sha256=94nvRyXTTMevcvGBHdR4xNBSBwHJ-f9NabLCXfWCPx0,6504
|
217
|
-
pulumi_oci/bigdataservice/get_bds_instance.py,sha256=
|
217
|
+
pulumi_oci/bigdataservice/get_bds_instance.py,sha256=qVBp7BxyXCuBnGQZ3UeYQFnzTH2H729vyqfWUIfcCg0,25099
|
218
218
|
pulumi_oci/bigdataservice/get_bds_instance_api_key.py,sha256=LEDRianHY7EeOq_sqfvswTU2cQ7xGAxY17IkX_d6WUs,9171
|
219
219
|
pulumi_oci/bigdataservice/get_bds_instance_api_keys.py,sha256=X0vDfeyppBlVT2BwwVpFf7q5CATl_NM1alFiHHec6sg,7257
|
220
|
-
pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py,sha256=
|
220
|
+
pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py,sha256=yDH0Kcd2IwOtcGyZAz83EoAXzgw4XT1ad3joyoqTlf8,8775
|
221
221
|
pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py,sha256=uFHEwjmsQz8kQNGoxEJtVkcX5wHEiAtZ97u9cGYZOjA,5164
|
222
222
|
pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py,sha256=TohFQq0AU_0tkEu5-X7fuqBPXaWbS-6lIAU6Vy1zRoo,10407
|
223
223
|
pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py,sha256=UPIrLcg_prdMHUMKaVFlxbpgw3Bdd4_yDkkU24McIN4,11043
|
224
224
|
pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py,sha256=hGkSBmQkSHwcyII6yyTD1pzXCAxDIBDbPA5DLzn0vrg,8089
|
225
225
|
pulumi_oci/bigdataservice/get_bds_instance_patches.py,sha256=2dZcMmctqpsshNLcbIa1OE2fz5s7BEbHVbTzbhWqa5c,4869
|
226
226
|
pulumi_oci/bigdataservice/get_bds_instances.py,sha256=vCWLvz6Dq8PlTPUEIu9pewBVioF5vRPE4WDRMdtsktA,6584
|
227
|
-
pulumi_oci/bigdataservice/outputs.py,sha256=
|
227
|
+
pulumi_oci/bigdataservice/outputs.py,sha256=UaK3QVBFLuxaSF_uPCjTLe4zt7FTFZUMMr3hl9-Wn08,331763
|
228
228
|
pulumi_oci/blockchain/__init__.py,sha256=b2CLshPLLmnO6Om3TLPGauDJ2z_cYIHxtBonK4zQJEs,610
|
229
229
|
pulumi_oci/blockchain/_inputs.py,sha256=JqE3ivHgQxJlWqZmgHSip04a9NnyOCmIr7eGrFHzcqo,20903
|
230
|
-
pulumi_oci/blockchain/blockchain_platform.py,sha256=
|
231
|
-
pulumi_oci/blockchain/get_blockchain_platform.py,sha256=
|
230
|
+
pulumi_oci/blockchain/blockchain_platform.py,sha256=WtWqdO8X1Kaf1bQveqlaWVCrpSE9z2fuYUOoN18L5g0,62980
|
231
|
+
pulumi_oci/blockchain/get_blockchain_platform.py,sha256=RPvQT5lLY0zhG1A5HDyXzuew6RID0Z24K5vtWcm7o5o,19558
|
232
232
|
pulumi_oci/blockchain/get_blockchain_platform_patches.py,sha256=xv3NhyV3NqRHwsfbbtzmJ53PZo8IJvzyAUKkp5QEpOU,5676
|
233
233
|
pulumi_oci/blockchain/get_blockchain_platforms.py,sha256=7aLY9cMsEPT127nO7MffEvU8jyH_SWEZJ7Us5Kh3FgQ,7410
|
234
234
|
pulumi_oci/blockchain/get_osn.py,sha256=qunGUMcDOyY48WFrhkLdb5V236_OM7aBSC0_pf_T0qY,5883
|
@@ -236,156 +236,156 @@ pulumi_oci/blockchain/get_osns.py,sha256=83-s-RsVf63Q2QcVoC2keNVuI3jfAsEoAcyo2ye
|
|
236
236
|
pulumi_oci/blockchain/get_peer.py,sha256=0QYKHGsq5jaQ6jVxUp2Fc4Z0qCWi2HJfbh6t2c05aGo,7134
|
237
237
|
pulumi_oci/blockchain/get_peers.py,sha256=DPcqsK37ZeJvJB_6a92CgDvs0tpFZCeLLjHYT4h4uJY,5625
|
238
238
|
pulumi_oci/blockchain/osn.py,sha256=Xy0kUbwea0DHYH8LXOzUkLXHeUlhmNhIhVWeLpFPcbU,13500
|
239
|
-
pulumi_oci/blockchain/outputs.py,sha256=
|
239
|
+
pulumi_oci/blockchain/outputs.py,sha256=TlS-wjhALR3Ha78saUqV1kfwnGV_lx4XMM2mr0dv99Y,64856
|
240
240
|
pulumi_oci/blockchain/peer.py,sha256=2_Vq3a_cD8G-UGouHtdz8AHOUZ62M8fLoHoTfEDk0wM,19045
|
241
241
|
pulumi_oci/budget/__init__.py,sha256=HLHHobzR_g6CfDwM-rVZcTcUNNAsyPTEDxhZrwGc_vs,470
|
242
242
|
pulumi_oci/budget/_inputs.py,sha256=AaYgr_krbOSKQDfgRVYe-EekDeVvP80i_-Ndl4e5m3U,2410
|
243
|
-
pulumi_oci/budget/budget.py,sha256=
|
244
|
-
pulumi_oci/budget/get_alert_rule.py,sha256=
|
243
|
+
pulumi_oci/budget/budget.py,sha256=rdgAUL3j5uy5xyy3C6942sz6mi8ohoiZbink0J-s5vk,58535
|
244
|
+
pulumi_oci/budget/get_alert_rule.py,sha256=AJCEliCNxDjPgACD65asP9m4O7YVV1N5xoDvkku3F2I,11268
|
245
245
|
pulumi_oci/budget/get_alert_rules.py,sha256=xwZ0TyUTiSkozcvSkGMmgGVC7NfN1ZlJAGGkv0bSkm0,6446
|
246
|
-
pulumi_oci/budget/get_budget.py,sha256=
|
246
|
+
pulumi_oci/budget/get_budget.py,sha256=HjGOJUCY4hooCnXX8oPVDfVjByvLrhflKwCx7FyRBXg,16817
|
247
247
|
pulumi_oci/budget/get_budgets.py,sha256=Jmb_S6EmC3mhMLcZE-xXLFl3VPfMNxIq_hlYMT_MuWw,8345
|
248
|
-
pulumi_oci/budget/outputs.py,sha256=
|
249
|
-
pulumi_oci/budget/rule.py,sha256=
|
248
|
+
pulumi_oci/budget/outputs.py,sha256=cFmK2FphwkAqRtSXCSHa-dmkbcwFcAqryYx9y6U3ck4,21762
|
249
|
+
pulumi_oci/budget/rule.py,sha256=yk9z6ht63boYEoMJ42ezlIjetXRNRHDoXcvp__Bm5XU,38294
|
250
250
|
pulumi_oci/capacitymanagement/__init__.py,sha256=MtJdCEjl06qeSt77tBM_rDmPdFHHHmny6PbxI5vHU3I,806
|
251
|
-
pulumi_oci/capacitymanagement/_inputs.py,sha256=
|
251
|
+
pulumi_oci/capacitymanagement/_inputs.py,sha256=IKegdf2FMl-cLOgi7TRretn-jFCeATT9eu5dFUwGWAQ,22505
|
252
252
|
pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py,sha256=E_Rk3JYv5GlNXQtInwQKL6es4W2INLCiE4McStLdFqY,11341
|
253
|
-
pulumi_oci/capacitymanagement/get_occ_availability_catalog.py,sha256=
|
253
|
+
pulumi_oci/capacitymanagement/get_occ_availability_catalog.py,sha256=J_Dlz8pgjuFjiq05Pl9v4mteRao1YBPVByzTcLnWj1g,13566
|
254
254
|
pulumi_oci/capacitymanagement/get_occ_availability_catalog_content.py,sha256=SCM5aOBYFSytIgoShAcYOMHpNP5xr8MFnRDB6ii8hGY,4282
|
255
255
|
pulumi_oci/capacitymanagement/get_occ_availability_catalog_occ_availabilities.py,sha256=S-k0fluEZxV1CMCg8AkElEsznU3ps3GhQQCpfUWXkyQ,11519
|
256
256
|
pulumi_oci/capacitymanagement/get_occ_availability_catalogs.py,sha256=WAp4tXvwLhg7hmtoBWqDjJGOEvfhdt9q9iMlxqLqRM8,9463
|
257
|
-
pulumi_oci/capacitymanagement/get_occ_capacity_request.py,sha256=
|
257
|
+
pulumi_oci/capacitymanagement/get_occ_capacity_request.py,sha256=0Im4K_Pj6vnQDpI8hQDGZ6jmhnBFlOWbPIyIYd0TemA,15174
|
258
258
|
pulumi_oci/capacitymanagement/get_occ_capacity_requests.py,sha256=zTqEC9LfkZVE4rwMPkZy5rQwWV4zOCg0l5qZ4PLLshA,9834
|
259
|
-
pulumi_oci/capacitymanagement/get_occ_customer_group.py,sha256=
|
259
|
+
pulumi_oci/capacitymanagement/get_occ_customer_group.py,sha256=lE4XbPtldG5kDLZJ-qXq7xP_tuMtpivm5EF5X1CZkpQ,10724
|
260
260
|
pulumi_oci/capacitymanagement/get_occ_customer_groups.py,sha256=Tg5qV0AXTEG02tp5OlhCpPIIqoAoCnYM5UbgL8uv4B4,8008
|
261
|
-
pulumi_oci/capacitymanagement/occ_availability_catalog.py,sha256=
|
262
|
-
pulumi_oci/capacitymanagement/occ_capacity_request.py,sha256=
|
263
|
-
pulumi_oci/capacitymanagement/outputs.py,sha256=
|
261
|
+
pulumi_oci/capacitymanagement/occ_availability_catalog.py,sha256=TfEHhScUYjL-lOXXi46m-bqF13CF2MoBA30HBpia6UQ,41407
|
262
|
+
pulumi_oci/capacitymanagement/occ_capacity_request.py,sha256=OsqahM5nhQuDOg_UWfxwrNyv4uf1fbsMaTS1Gx1kRZw,50421
|
263
|
+
pulumi_oci/capacitymanagement/outputs.py,sha256=_CNViEw_Tt6ljGpk-ohTX6Ept_EpN7sOkKOW_oGRTMk,88034
|
264
264
|
pulumi_oci/certificatesmanagement/__init__.py,sha256=OBZN71dSiIqzFajc1UojUbLz56_HgMG0T9JBtoDO1W0,850
|
265
265
|
pulumi_oci/certificatesmanagement/_inputs.py,sha256=pNJpvj_WQudzGmjUPlCHgr_3NgdetKgGU7YFJJ06P4U,114472
|
266
|
-
pulumi_oci/certificatesmanagement/ca_bundle.py,sha256=
|
267
|
-
pulumi_oci/certificatesmanagement/certificate.py,sha256=
|
268
|
-
pulumi_oci/certificatesmanagement/certificate_authority.py,sha256=
|
266
|
+
pulumi_oci/certificatesmanagement/ca_bundle.py,sha256=C8n-ay2NYiEB7og5a0iDDxfnVsjZF4Pd8tkvAkxeJPg,28045
|
267
|
+
pulumi_oci/certificatesmanagement/certificate.py,sha256=_0OsN5B1dVSque4wSs28cQA7o6peHHDuRMV1o29QtwI,46267
|
268
|
+
pulumi_oci/certificatesmanagement/certificate_authority.py,sha256=HboqNLPg9Fm6ZRAUMCbgy-UZf4xDxVpQwG-kyxpYvs8,47141
|
269
269
|
pulumi_oci/certificatesmanagement/get_association.py,sha256=reT3vtRFXQ97n2ZgVyri1A5psE3ReU1XZKVkjP3dFsk,7914
|
270
270
|
pulumi_oci/certificatesmanagement/get_associations.py,sha256=WLEHpfIGbu4ByklGBt2RMt5Gup_ZQgg4Nkw6GbGAVis,11410
|
271
|
-
pulumi_oci/certificatesmanagement/get_ca_bundle.py,sha256=
|
271
|
+
pulumi_oci/certificatesmanagement/get_ca_bundle.py,sha256=xEfKAC-65QRLrbpsKC2Hi4pJ3c2j4iyyTlGzAGY9VwE,8698
|
272
272
|
pulumi_oci/certificatesmanagement/get_ca_bundles.py,sha256=FyQE2ecNxcuinDN5IEGm44TMPgf33aIeP-t9bYz4oOU,8051
|
273
|
-
pulumi_oci/certificatesmanagement/get_certificate.py,sha256=
|
273
|
+
pulumi_oci/certificatesmanagement/get_certificate.py,sha256=AQ4GJrtaMhfxRvpalW3W0QHXlEQeRLMP8VJPFSAzVeI,15949
|
274
274
|
pulumi_oci/certificatesmanagement/get_certificate_authorities.py,sha256=85cjzPe0DrmhaqKjprULcAiXXDSZUo_nyAjKRR2_Wv8,10909
|
275
|
-
pulumi_oci/certificatesmanagement/get_certificate_authority.py,sha256=
|
275
|
+
pulumi_oci/certificatesmanagement/get_certificate_authority.py,sha256=geoPD4uUrCofJ75PUbI_1jgG_r2SS9zrpbpYUCBDblA,15750
|
276
276
|
pulumi_oci/certificatesmanagement/get_certificate_authority_version.py,sha256=AFfuQjuKHY33dMsJhsymrpoujopCj6vq35vnjtCrkMQ,11483
|
277
277
|
pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py,sha256=oIVoVMICkFk_Ejg6nihB6Ra_7RibC0b50znVsre4670,7690
|
278
278
|
pulumi_oci/certificatesmanagement/get_certificate_version.py,sha256=xrO-VqlqPVGNBQvyakFHT_Q1qRAZHgJoparwnQcYFHM,11401
|
279
279
|
pulumi_oci/certificatesmanagement/get_certificate_versions.py,sha256=XodHbr-Dhuo2pcos8XCyRL5lCaiXbeU_6Zu-G--2bwg,6941
|
280
280
|
pulumi_oci/certificatesmanagement/get_certificates.py,sha256=woXvpEERljj_MxunVPwBzzEBSqLvqbQitVYH5mnd70w,10007
|
281
|
-
pulumi_oci/certificatesmanagement/outputs.py,sha256=
|
281
|
+
pulumi_oci/certificatesmanagement/outputs.py,sha256=JII5Pf1FC5NQdmdiYpA73W2ywL6XpNYU5ndeh1gvXjA,314400
|
282
282
|
pulumi_oci/cloudbridge/__init__.py,sha256=CdALYplZFR6fPIPGSKBVRSifCzEk2dMHHyUx34DnCOc,1074
|
283
|
-
pulumi_oci/cloudbridge/_inputs.py,sha256=
|
284
|
-
pulumi_oci/cloudbridge/agent.py,sha256=
|
285
|
-
pulumi_oci/cloudbridge/agent_dependency.py,sha256=
|
286
|
-
pulumi_oci/cloudbridge/agent_plugin.py,sha256=
|
287
|
-
pulumi_oci/cloudbridge/asset.py,sha256=
|
288
|
-
pulumi_oci/cloudbridge/asset_source.py,sha256=
|
289
|
-
pulumi_oci/cloudbridge/discovery_schedule.py,sha256=
|
290
|
-
pulumi_oci/cloudbridge/environment.py,sha256=
|
291
|
-
pulumi_oci/cloudbridge/get_agent.py,sha256=
|
283
|
+
pulumi_oci/cloudbridge/_inputs.py,sha256=SVL6t4SyW8_H_6PpWxhZL4uKvv5fY4JkkvU3dGn9i0I,69736
|
284
|
+
pulumi_oci/cloudbridge/agent.py,sha256=yNoW9Pb-iBLt_shDii59UMX33D3Cei0EdfX8cc7glgE,41102
|
285
|
+
pulumi_oci/cloudbridge/agent_dependency.py,sha256=dmVwjz-MFBpxuLq9uA5N0KR6VVJF5EG-KSQg-aS1RiU,43364
|
286
|
+
pulumi_oci/cloudbridge/agent_plugin.py,sha256=m8HkXn7aM86Q3xfqIVGEhd0kcgqWIGM0qdosI2ey-XY,26559
|
287
|
+
pulumi_oci/cloudbridge/asset.py,sha256=un-sOAyte3ZT9bLdm5d0SnWyDnad-TV88T5OJq0cErk,53486
|
288
|
+
pulumi_oci/cloudbridge/asset_source.py,sha256=ZOuqMZ9s23fhlviAvYWd41yDzuaxq_UpZbtPtY6oZY4,60297
|
289
|
+
pulumi_oci/cloudbridge/discovery_schedule.py,sha256=RXVHxvDM328bAX0mdtq9qSTivmCEaVO4R45q_MDnCZk,31175
|
290
|
+
pulumi_oci/cloudbridge/environment.py,sha256=Z_9PxX6WKN1yC4k2Irz1XRqGz9KnF9BZaF2U0l003t0,26603
|
291
|
+
pulumi_oci/cloudbridge/get_agent.py,sha256=SwUDODdxS9glclQRxWjA4a_jLuNEK0ClT5YVykY_chs,14129
|
292
292
|
pulumi_oci/cloudbridge/get_agent_dependencies.py,sha256=1kz41pfMYTjpZUPGcn4HqG82ahePENZT5auawbM0yJI,9049
|
293
|
-
pulumi_oci/cloudbridge/get_agent_dependency.py,sha256=
|
294
|
-
pulumi_oci/cloudbridge/get_agent_plugin.py,sha256=
|
293
|
+
pulumi_oci/cloudbridge/get_agent_dependency.py,sha256=wjjt8TTfrhYjyR6_TnpdVcGYloZF3mnoOl2heG2F73Y,12911
|
294
|
+
pulumi_oci/cloudbridge/get_agent_plugin.py,sha256=VNaz3pGzrhehZWT79kjlxKP3luoU4lXAtaB-gMpDsUI,10187
|
295
295
|
pulumi_oci/cloudbridge/get_agents.py,sha256=bxPus7JhgQU7klSkQjzVMmE9pEE8eJMQXzk6H5Xossg,8364
|
296
296
|
pulumi_oci/cloudbridge/get_appliance_image.py,sha256=7d6q81qS1cB5ERWP5Spcacgycy087Se2JVGgvEx7LgA,4975
|
297
297
|
pulumi_oci/cloudbridge/get_appliance_images.py,sha256=xWLGlXWM6jvForwhMnzGtPywa58pN-MbAu8H4gvzbcE,6087
|
298
|
-
pulumi_oci/cloudbridge/get_asset.py,sha256=
|
299
|
-
pulumi_oci/cloudbridge/get_asset_source.py,sha256=
|
298
|
+
pulumi_oci/cloudbridge/get_asset.py,sha256=5BNeI7Cu2T-DV2t_kqpYT5dzgAmjKlNT6liAFr5L_DA,12893
|
299
|
+
pulumi_oci/cloudbridge/get_asset_source.py,sha256=jZWEfLXwsELwAfD43DKExjfYK_PeHUfQ7iUabqfejfo,16409
|
300
300
|
pulumi_oci/cloudbridge/get_asset_sources.py,sha256=nvVR_A9M_sZgLWY4wmBosofP7nwPUQG_PXaQEJSmuLE,8041
|
301
301
|
pulumi_oci/cloudbridge/get_assets.py,sha256=xj7yBMpx2qXHdAP9bEGEycCDlEnKN2QE-owRxF46Gxg,10902
|
302
|
-
pulumi_oci/cloudbridge/get_discovery_schedule.py,sha256=
|
302
|
+
pulumi_oci/cloudbridge/get_discovery_schedule.py,sha256=WmYpcZOuktXJ4wJKJ07NB4lTSxvq7SgIC9R8Tf6MWro,10518
|
303
303
|
pulumi_oci/cloudbridge/get_discovery_schedules.py,sha256=91Qc9SQeawrb3ZP4jRKJJHIWCI34a-O4vl3igQ5orE8,8575
|
304
|
-
pulumi_oci/cloudbridge/get_environment.py,sha256=
|
304
|
+
pulumi_oci/cloudbridge/get_environment.py,sha256=xdfwgb0eAB049-QHOZd3uZ9iydhPqgfYYtI2KIXUsgA,9169
|
305
305
|
pulumi_oci/cloudbridge/get_environments.py,sha256=S7XtCUdljSLRQ-Znfw1ssGoS0QpPNO--Qv5mtVi3pqA,7851
|
306
306
|
pulumi_oci/cloudbridge/get_inventories.py,sha256=01Kgqj_0wKzbYenKgjyIvy6-q3N7iRRy7XFnEQo7DcY,5716
|
307
|
-
pulumi_oci/cloudbridge/get_inventory.py,sha256=
|
308
|
-
pulumi_oci/cloudbridge/inventory.py,sha256=
|
309
|
-
pulumi_oci/cloudbridge/outputs.py,sha256=
|
307
|
+
pulumi_oci/cloudbridge/get_inventory.py,sha256=DXVSHZJf0RuSox4T86CGlh2immaa2QRLza0Kb2gvJYk,8941
|
308
|
+
pulumi_oci/cloudbridge/inventory.py,sha256=dGgUHHPuOM2RibOHp90XFpZCnZMYqxd1nC_EYLGZY6c,26380
|
309
|
+
pulumi_oci/cloudbridge/outputs.py,sha256=OJmLGRuzhHbzUZVOgm8mfz8E63UGaV-OKwUhn3gpHBI,214295
|
310
310
|
pulumi_oci/cloudguard/__init__.py,sha256=bZsNKoIh978tXd93zR9FSbitJtJky4uNquBzg31zhWI,1669
|
311
|
-
pulumi_oci/cloudguard/_inputs.py,sha256=
|
312
|
-
pulumi_oci/cloudguard/adhoc_query.py,sha256=
|
311
|
+
pulumi_oci/cloudguard/_inputs.py,sha256=WmjHIHlMkv8g0ZsS2wi69TFvpbCKDMdv6I5XEYfcXSc,239127
|
312
|
+
pulumi_oci/cloudguard/adhoc_query.py,sha256=JJAVD3zRfUY9RaJLzM3dZ62X5tYsKuu1AwoTxzUIsNU,28869
|
313
313
|
pulumi_oci/cloudguard/cloud_guard_configuration.py,sha256=Wlj3LG5qNR5eonX0zK2MKSEvd2gizPSajH1cl03JTVc,14868
|
314
|
-
pulumi_oci/cloudguard/cloud_guard_data_source.py,sha256=
|
315
|
-
pulumi_oci/cloudguard/data_mask_rule.py,sha256=
|
316
|
-
pulumi_oci/cloudguard/detector_recipe.py,sha256=
|
314
|
+
pulumi_oci/cloudguard/cloud_guard_data_source.py,sha256=EDo34PbDtZqzDkXbizcJrQVYJiYqP0pEEMmyfGJ4BBY,39311
|
315
|
+
pulumi_oci/cloudguard/data_mask_rule.py,sha256=FYfEHe_W2KNmKYVh5tm-zD8t8betHZ9-__F_ShadQEY,38070
|
316
|
+
pulumi_oci/cloudguard/detector_recipe.py,sha256=oZYTo6MieT0oTEvHGVzGwgp43sMYwQTsNCjHsbtTxU4,37970
|
317
317
|
pulumi_oci/cloudguard/get_adhoc_queries.py,sha256=gRk68Yc3ETHVGErZbfzJ4WwjUxfjzUvO1nCs3Mrq2GM,14265
|
318
|
-
pulumi_oci/cloudguard/get_adhoc_query.py,sha256=
|
318
|
+
pulumi_oci/cloudguard/get_adhoc_query.py,sha256=KfWO6e48SGPCY8qzpXps0XITUdcE9BYEf5AhAzZ9D1E,10026
|
319
319
|
pulumi_oci/cloudguard/get_cloud_guard_configuration.py,sha256=EkIIQZD2_2rfxXxn1QuLqvFEbXAmO8iC1u40v2C1VIQ,5389
|
320
|
-
pulumi_oci/cloudguard/get_data_mask_rule.py,sha256=
|
320
|
+
pulumi_oci/cloudguard/get_data_mask_rule.py,sha256=PeGaBnknlMTdL4Nkl8fgQktP6USCX8uvYuYe08uILpQ,11932
|
321
321
|
pulumi_oci/cloudguard/get_data_mask_rules.py,sha256=yPKO8sxOOiIoivYqhA3MkRacc1Jhem0wl_8C7usI4zM,12403
|
322
|
-
pulumi_oci/cloudguard/get_data_source.py,sha256=
|
322
|
+
pulumi_oci/cloudguard/get_data_source.py,sha256=6YelnVpFfTmra2cYyFRLwA_o4kaMIJa20pweij5b6dE,11576
|
323
323
|
pulumi_oci/cloudguard/get_data_source_event.py,sha256=vAv9fpaHF2FhtJXotc-oBOqxxmZrsMLFvzb4HFZ6zu8,4880
|
324
324
|
pulumi_oci/cloudguard/get_data_source_events.py,sha256=QgY5xTaB85vsa-z1MYXJ3PgcoUx87lha4AFRHG3qjvQ,6250
|
325
325
|
pulumi_oci/cloudguard/get_data_sources.py,sha256=k7lDX-72CTaB3Vj03DX-k0Hi581_bx01RjG1bDoXb5o,14858
|
326
|
-
pulumi_oci/cloudguard/get_detector_recipe.py,sha256=
|
326
|
+
pulumi_oci/cloudguard/get_detector_recipe.py,sha256=9PQDba9ZD5xYd4Th2Z3Q4J8DaKxM4rBG6Lu7-t-Cdrk,13034
|
327
327
|
pulumi_oci/cloudguard/get_detector_recipes.py,sha256=KXGE3aG9bNhDujXjcNVpWSeiE18rLNl39eVeAsQtNDA,13590
|
328
|
-
pulumi_oci/cloudguard/get_guard_target.py,sha256=
|
328
|
+
pulumi_oci/cloudguard/get_guard_target.py,sha256=01lvNxJsxCENZAlPBcZczexup2AZoat4aR7nJ0kZEBg,13757
|
329
329
|
pulumi_oci/cloudguard/get_guard_targets.py,sha256=O7lekRPfWgH9HsTdTKhayUIBldaP_sQQo9385Yh6QAw,13648
|
330
|
-
pulumi_oci/cloudguard/get_managed_list.py,sha256=
|
330
|
+
pulumi_oci/cloudguard/get_managed_list.py,sha256=djvjYWLCSF7X1Dmi7kTvzScGEQClHBLRZcc-rZBHrH0,12114
|
331
331
|
pulumi_oci/cloudguard/get_managed_lists.py,sha256=quANqVyr5q4nCYStJzMMa_JoUMCnOIrZAnWJwAPlQeU,14236
|
332
332
|
pulumi_oci/cloudguard/get_problem_entities.py,sha256=p9-xqtGmwgP8SVwy53vuxlvqY2DjVn08pibzz3oDx00,5056
|
333
333
|
pulumi_oci/cloudguard/get_problem_entity.py,sha256=1QAb1ztoVvObL92RJGlii_ERhVftoWolREHBPp417f0,3877
|
334
|
-
pulumi_oci/cloudguard/get_responder_recipe.py,sha256=
|
334
|
+
pulumi_oci/cloudguard/get_responder_recipe.py,sha256=oxsjFHjKrsC5J9aEdPwORfiSgEfn3DUpKosmHj_iCKA,12233
|
335
335
|
pulumi_oci/cloudguard/get_responder_recipes.py,sha256=3VUI9LCHwWHPHnrqaDucAyoswiHTvt_k-zQGRjb8FHE,13806
|
336
336
|
pulumi_oci/cloudguard/get_saved_queries.py,sha256=m0DcxNYbLdkTACkidm7WBeGDosl4PCbgIMZqZz_5q9E,8985
|
337
|
-
pulumi_oci/cloudguard/get_saved_query.py,sha256=
|
337
|
+
pulumi_oci/cloudguard/get_saved_query.py,sha256=8OEgBJiE_IogeLPNf3OEKDi6JRWuCzw-GzEig-5H6_g,8993
|
338
338
|
pulumi_oci/cloudguard/get_security_policies.py,sha256=s7ei565AwKW11klBmFADl2jBW-06MWBr332zHfMkwm8,7755
|
339
|
-
pulumi_oci/cloudguard/get_security_policy.py,sha256=
|
340
|
-
pulumi_oci/cloudguard/get_security_recipe.py,sha256=
|
339
|
+
pulumi_oci/cloudguard/get_security_policy.py,sha256=XfudM7F76o9VrAn_2j8RxTdwznrwUqNR4EnQJDwtZic,11117
|
340
|
+
pulumi_oci/cloudguard/get_security_recipe.py,sha256=LmfvzOvIUskzwlHb0whJAxTtMiltjlJdn2aU-iX1jvw,9911
|
341
341
|
pulumi_oci/cloudguard/get_security_recipes.py,sha256=QSelV5EAZM0sXvaLs5dPR1r2qPis4SZyrkbMEciwcKU,7736
|
342
|
-
pulumi_oci/cloudguard/get_security_zone.py,sha256=
|
342
|
+
pulumi_oci/cloudguard/get_security_zone.py,sha256=_aGm2EB8aWWfPjBH3omWb9ZLASlZune1fHCWRoFLqnw,10867
|
343
343
|
pulumi_oci/cloudguard/get_security_zones.py,sha256=oo28gQCAznjkvq7Zc6UgikwRW97e2DkSaUSTfrzQ3hk,10269
|
344
|
-
pulumi_oci/cloudguard/get_wlp_agent.py,sha256=
|
344
|
+
pulumi_oci/cloudguard/get_wlp_agent.py,sha256=K3BmtTaromaurTEJ4jzJXKHOkXDwrCVuDULBVUIkrHk,10232
|
345
345
|
pulumi_oci/cloudguard/get_wlp_agents.py,sha256=l3P2SRXs1oKR6w4VvHAepe6-1otVwgY8PuGDJHmGOuo,4831
|
346
|
-
pulumi_oci/cloudguard/managed_list.py,sha256=
|
347
|
-
pulumi_oci/cloudguard/outputs.py,sha256=
|
348
|
-
pulumi_oci/cloudguard/responder_recipe.py,sha256=
|
349
|
-
pulumi_oci/cloudguard/saved_query.py,sha256=
|
350
|
-
pulumi_oci/cloudguard/security_recipe.py,sha256=
|
351
|
-
pulumi_oci/cloudguard/security_zone.py,sha256=
|
352
|
-
pulumi_oci/cloudguard/target.py,sha256=
|
353
|
-
pulumi_oci/cloudguard/wlp_agent.py,sha256=
|
346
|
+
pulumi_oci/cloudguard/managed_list.py,sha256=Xb03LufeCEX1fQDSFdsXTp5iBeG6sHBXVAc2Ish44c8,35226
|
347
|
+
pulumi_oci/cloudguard/outputs.py,sha256=vl6qLuL1ppU4ebn_J4CuVz4cO_G11yhs3CULEayGJBI,617133
|
348
|
+
pulumi_oci/cloudguard/responder_recipe.py,sha256=BXFNke6-6Qxg79iR5fWJrX0Q1jf6WKqPjKHkisnnzuc,36096
|
349
|
+
pulumi_oci/cloudguard/saved_query.py,sha256=rqHzM83YQiz77K0BdhcH5OrhEyDcivkEbU5eCGQKOlo,27229
|
350
|
+
pulumi_oci/cloudguard/security_recipe.py,sha256=4NeVJTtphRgPnO_y8NRdMMMXArjszPqRyIlGtsOGCbU,29172
|
351
|
+
pulumi_oci/cloudguard/security_zone.py,sha256=7CKb9PyD2nRZJMQEZGznEKXCA-MObzoXvZqe41YKAss,30842
|
352
|
+
pulumi_oci/cloudguard/target.py,sha256=xE0pP7nXswMrqUKvMWZx_GibvUGHvxUcPrmNO3m1sV8,46065
|
353
|
+
pulumi_oci/cloudguard/wlp_agent.py,sha256=ZrZdw1c6aNNSlHGDZsd6098v3KwR3SWAem4r4fepXUA,31651
|
354
354
|
pulumi_oci/cloudmigrations/__init__.py,sha256=VtJaXOMY-724krUfRmk89RwqOH0Gra5Roukj0tD0R2U,910
|
355
|
-
pulumi_oci/cloudmigrations/_inputs.py,sha256=
|
356
|
-
pulumi_oci/cloudmigrations/get_migration.py,sha256=
|
357
|
-
pulumi_oci/cloudmigrations/get_migration_asset.py,sha256=
|
355
|
+
pulumi_oci/cloudmigrations/_inputs.py,sha256=8IN3V0hYDR7ZmSmMDweJkBvlgy_xLoJaON6uLg8WOzQ,240705
|
356
|
+
pulumi_oci/cloudmigrations/get_migration.py,sha256=R5NU_cJQXP8HEiZz4qlnxt0ds-5Xa0gFBkcFdbgJ_9s,9750
|
357
|
+
pulumi_oci/cloudmigrations/get_migration_asset.py,sha256=R4Fn8Bznb3gwzs1V27rEOgjrHuTqJHPcl7Gd0purW6c,15155
|
358
358
|
pulumi_oci/cloudmigrations/get_migration_assets.py,sha256=O9sZPY8HCOhMi2rFN3dZwz5T1vD_lU8zj6blEp0sGW8,8001
|
359
|
-
pulumi_oci/cloudmigrations/get_migration_plan.py,sha256=
|
359
|
+
pulumi_oci/cloudmigrations/get_migration_plan.py,sha256=Qfy9eyGob50BLqpRn5hpqwfdGn-VQn2bAk2-lacNuXg,13358
|
360
360
|
pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py,sha256=G7kSnhYezLfhUnDOEzTSfHVdrqEQuNf5uS5pfje1jtE,8563
|
361
361
|
pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py,sha256=zM1JB8IycS_qrPVxOFDm60E-6IRmf_m_5A10-byjFXk,9794
|
362
362
|
pulumi_oci/cloudmigrations/get_migration_plans.py,sha256=9_mmiPM7vSs5f0WONt2QOXxgz8J7uE4-675XS0JwoQk,8949
|
363
363
|
pulumi_oci/cloudmigrations/get_migrations.py,sha256=PFG-IalY9o1QjCVH3pA1BxHaAUXWEUAbW0fSuPIKnfA,7626
|
364
|
-
pulumi_oci/cloudmigrations/get_replication_schedule.py,sha256=
|
364
|
+
pulumi_oci/cloudmigrations/get_replication_schedule.py,sha256=aHuCGnP2DfnK6mHc3np76tHQKHP1c4uJvDQlWsk2QzE,9894
|
365
365
|
pulumi_oci/cloudmigrations/get_replication_schedules.py,sha256=7Xb48BfkiNemXkEaQHypuPYfBn37dOeQVBlQC57d_Aw,8581
|
366
366
|
pulumi_oci/cloudmigrations/get_target_asset.py,sha256=xrpOp6auulMSuzu7P0pTBWGnxYFu98h36SS7R4K16I0,15702
|
367
367
|
pulumi_oci/cloudmigrations/get_target_assets.py,sha256=pZ5jx3wHtdbuy8FQJ63d02LIJghzAi3gAlljXLBhe64,7862
|
368
|
-
pulumi_oci/cloudmigrations/migration.py,sha256=
|
369
|
-
pulumi_oci/cloudmigrations/migration_asset.py,sha256=
|
370
|
-
pulumi_oci/cloudmigrations/migration_plan.py,sha256=
|
371
|
-
pulumi_oci/cloudmigrations/outputs.py,sha256=
|
372
|
-
pulumi_oci/cloudmigrations/replication_schedule.py,sha256=
|
368
|
+
pulumi_oci/cloudmigrations/migration.py,sha256=9tG427F6z0XW6HgHTDtTnnw5OxgKo8dE_IOzsJFB-O4,28345
|
369
|
+
pulumi_oci/cloudmigrations/migration_asset.py,sha256=rkGk2H0DrmJ7TrEjg8yVn4nB9iudRgJ8o8Yz3eP4roY,38962
|
370
|
+
pulumi_oci/cloudmigrations/migration_plan.py,sha256=eKMt7LwT1UR1LyElW6yQvqtlTrI5XRT7wolGa75HXUQ,36592
|
371
|
+
pulumi_oci/cloudmigrations/outputs.py,sha256=JqLOo_0Y8WZMno19LysHU3I9MBjixABn9nXwk8KqHOE,590070
|
372
|
+
pulumi_oci/cloudmigrations/replication_schedule.py,sha256=zwSL9p_GYsJgskzUHK1bIp_C8vGolMOehwhJE43yty4,28026
|
373
373
|
pulumi_oci/cloudmigrations/target_asset.py,sha256=EW0Gu3la2bNmSakuFJsoLY27lJk6KlzmWFReTUjmbTI,49374
|
374
374
|
pulumi_oci/clusterplacementgroups/__init__.py,sha256=b_2kfthDePE5hJoeZ8QIfutFKk9ClL5W4RFf3kOztFs,440
|
375
375
|
pulumi_oci/clusterplacementgroups/_inputs.py,sha256=XLChpGG5WxnEW2ljfK4HSsd3JnvM8j55g3PeCiXimKY,4795
|
376
|
-
pulumi_oci/clusterplacementgroups/cluster_placement_group.py,sha256=
|
377
|
-
pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py,sha256=
|
376
|
+
pulumi_oci/clusterplacementgroups/cluster_placement_group.py,sha256=yXAZLo0YpDgnLj8itmQEv8yYw1EX1FBA8hNvEj6grXc,43865
|
377
|
+
pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py,sha256=q4YjQodoNrwdVSTjm21oEPvD8wdHdNI_xZ6ayEQeyyw,13351
|
378
378
|
pulumi_oci/clusterplacementgroups/get_cluster_placement_groups.py,sha256=r4yQ-jqNEtppbl9-FGzrLjsMotsmrA8nXI5-lUs2fGs,10713
|
379
|
-
pulumi_oci/clusterplacementgroups/outputs.py,sha256=
|
379
|
+
pulumi_oci/clusterplacementgroups/outputs.py,sha256=T2jx4HpMljqGd8Xk7MVbW7PRXuYuoyd7QLy_h8f7FaU,18566
|
380
380
|
pulumi_oci/computecloud/__init__.py,sha256=yBhXbzpPtk8e9mUO3nQK6tk8HqfH5TNeex9yp9I15DY,614
|
381
381
|
pulumi_oci/computecloud/_inputs.py,sha256=wqLvyFWbrcjSSN1mRYKhIXDLs55krgI_cyabAi-uwYE,36705
|
382
|
-
pulumi_oci/computecloud/at_customer_ccc_infrastructure.py,sha256=
|
383
|
-
pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py,sha256=
|
384
|
-
pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py,sha256=
|
382
|
+
pulumi_oci/computecloud/at_customer_ccc_infrastructure.py,sha256=6f_UHLl2zwOsOTvdhQ4-MQupfWOBmYYuLbacFBgjOgA,55359
|
383
|
+
pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py,sha256=Js7pywUoPv8_Y1w4kJrEgeNwJK80eGONZRV17yzPK68,34253
|
384
|
+
pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py,sha256=57HE12k0rJoafcbXjrkTJ03b2Cb0gAmS3_a6l0kgdiI,18846
|
385
385
|
pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py,sha256=RPwHVLRjsZd4x1e168ljSbQ_xHwSgbGFLfSN-p65mcU,13685
|
386
|
-
pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py,sha256=
|
386
|
+
pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py,sha256=WJu2gV69HOrh5vdRAUU9u0-mbSyJzJSPKnNQ4oHz0kY,11930
|
387
387
|
pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py,sha256=Zo_J7fIBb1E390jvfOW8HPFe_AysTMgkyn1eBefnQj4,13755
|
388
|
-
pulumi_oci/computecloud/outputs.py,sha256=
|
388
|
+
pulumi_oci/computecloud/outputs.py,sha256=x0lQAq3dpNMvln0j-BtLlIzhK-0zTixdhqoDsKAYTKc,105944
|
389
389
|
pulumi_oci/computeinstanceagent/__init__.py,sha256=uAe_D-LOeUb1zsX1aadp3aXPHn4dLJBb7JdD9IG_5xU,442
|
390
390
|
pulumi_oci/computeinstanceagent/_inputs.py,sha256=HGh8V5qcPsEHh92kdsJZ7jFigYVyjIZxTCmwxy0oP-M,2688
|
391
391
|
pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py,sha256=eP-YZmYxVCKDwrex0V8CiF_pQpyV_53YtHrvsot2meo,7357
|
@@ -396,156 +396,156 @@ pulumi_oci/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030
|
|
396
396
|
pulumi_oci/config/__init__.pyi,sha256=A0YeV8PX2Kg3Cuwrqjgnop12OoHvtPxYdAAONDRLVN4,2626
|
397
397
|
pulumi_oci/config/vars.py,sha256=jdHxtB3-iGCzOw65LIhVYRlbtia4hbU9ItCabnOrUrw,4155
|
398
398
|
pulumi_oci/containerengine/__init__.py,sha256=6TM0sqIRD8PpUswE0la4moNLNH0LSzXsGiEUcl8RAwk,1305
|
399
|
-
pulumi_oci/containerengine/_inputs.py,sha256=
|
399
|
+
pulumi_oci/containerengine/_inputs.py,sha256=Lyn1wNDLUnKAxDDAaGHxTVsQUcaOxytaH_PHsx0mUBo,170406
|
400
400
|
pulumi_oci/containerengine/addon.py,sha256=_upzhuB9e1NJaEpj-nE1o-SFDQtnHq16299VfbMsHwM,21433
|
401
|
-
pulumi_oci/containerengine/cluster.py,sha256=
|
401
|
+
pulumi_oci/containerengine/cluster.py,sha256=UHHraz72_ChZhSVLPp0Q7SIjS0wwTVWpvKe33nbn764,51264
|
402
402
|
pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py,sha256=htsG8N2ErBmpbC2b4Tnz8eEfEaLmDQrE6Oxhhy8lSiI,8983
|
403
403
|
pulumi_oci/containerengine/cluster_start_credential_rotation_management.py,sha256=yn1u1bozclQ59vwEkQyPgLDywlyZ4q1uowoSwlfVcUA,12328
|
404
|
-
pulumi_oci/containerengine/cluster_workload_mapping.py,sha256=
|
405
|
-
pulumi_oci/containerengine/container_instance.py,sha256=
|
404
|
+
pulumi_oci/containerengine/cluster_workload_mapping.py,sha256=M4k-TsoP42xXm27X8cg5F6uDaY21l-QliQ4YXz9bGg0,24627
|
405
|
+
pulumi_oci/containerengine/container_instance.py,sha256=tO9IIFtR70xDk5PJLsGz7w0D4rL1aRI3knhMZ5SUTqI,73449
|
406
406
|
pulumi_oci/containerengine/get_addon.py,sha256=ztWgpTjQVTszmuBdFrWmscqO8ZN0c7GJigED5VAtSxM,7830
|
407
407
|
pulumi_oci/containerengine/get_addon_options.py,sha256=9TWiMvvJxfUpeuwXzDQry6bzP6aEKuD8oySEAGhzDoE,5707
|
408
408
|
pulumi_oci/containerengine/get_addons.py,sha256=U0RAFEwVpwuNE0mFsOWy22Q__ngkFL4lQY3vsh3XfNc,4286
|
409
409
|
pulumi_oci/containerengine/get_cluster_credential_rotation_status.py,sha256=9URyNTqh2wf706M9EmXkgp0_eYDP-SlidnsxM65fUW4,6507
|
410
410
|
pulumi_oci/containerengine/get_cluster_kube_config.py,sha256=mkAt0X0pRF8HEpMN6t6NIvlal-rTRZy4vjvfURgIkk0,6702
|
411
411
|
pulumi_oci/containerengine/get_cluster_option.py,sha256=lZ3G_sT0czbxZKX2ZjvZV68YzK16cIBtjBVFkfYtUoE,6122
|
412
|
-
pulumi_oci/containerengine/get_cluster_workload_mapping.py,sha256=
|
412
|
+
pulumi_oci/containerengine/get_cluster_workload_mapping.py,sha256=oUsXg1vRYrNV_Q9kyk29UVH6WCDQvjMISEoW9Fj_lw4,8837
|
413
413
|
pulumi_oci/containerengine/get_cluster_workload_mappings.py,sha256=AEtV6XBZY0f-SCZPJ8lnEOSlf_TS8qeCGfg6fwzKn68,5151
|
414
414
|
pulumi_oci/containerengine/get_clusters.py,sha256=7NgcqWDU0lQbs-7x-2TF-PqW3dPrDDmHgRaqYq6y3bg,6192
|
415
415
|
pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py,sha256=iWdmjr19qm-e3QhszpM8iqd4KEr68GEudINlFKIeunQ,3867
|
416
|
-
pulumi_oci/containerengine/get_node_pool.py,sha256=
|
416
|
+
pulumi_oci/containerengine/get_node_pool.py,sha256=_ixEHqdlCWJzVBweWQd7Wk6AirsPBixLupiTA04lGYI,17880
|
417
417
|
pulumi_oci/containerengine/get_node_pool_option.py,sha256=UVegeh_V6oP91j1ZffTyx4Om7BRQJ_6ihT5onDncWuw,6865
|
418
418
|
pulumi_oci/containerengine/get_node_pools.py,sha256=ZL8UDz7vy0LkiRTtMTKzsQa994KO1KYZGq9dk0_1jvs,7332
|
419
419
|
pulumi_oci/containerengine/get_pod_shapes.py,sha256=YSX-QnnT4JxNCIomjZKjtSk3QCD4uLPArEpjYva3QYQ,6327
|
420
|
-
pulumi_oci/containerengine/get_virtual_node_pool.py,sha256=
|
420
|
+
pulumi_oci/containerengine/get_virtual_node_pool.py,sha256=6ZG6405lOtpxX3Uiu0KISAx2X27HdPRwh1p93bpApcs,15100
|
421
421
|
pulumi_oci/containerengine/get_virtual_node_pools.py,sha256=t1rCTLJAwg8bvJRpzUmQthi7Q8EfyGNOiuwPPKd8w0E,7442
|
422
422
|
pulumi_oci/containerengine/get_work_request_errors.py,sha256=qA_sIudbj_W5hqRUCg7cggBF8xH7BW6VzQRhq-mrtTY,5891
|
423
423
|
pulumi_oci/containerengine/get_work_request_log_entries.py,sha256=9YHbZCSimcRC3448sa4ih2H6r4FvUGP0i6KdX8AuRt8,6120
|
424
424
|
pulumi_oci/containerengine/get_work_requests.py,sha256=BgfLoWewmkGK06Vp0HfkJLcP9YTiRQMxEn2Mw1-Gcbk,8418
|
425
|
-
pulumi_oci/containerengine/node_pool.py,sha256=
|
426
|
-
pulumi_oci/containerengine/outputs.py,sha256=
|
427
|
-
pulumi_oci/containerengine/virtual_node_pool.py,sha256=
|
425
|
+
pulumi_oci/containerengine/node_pool.py,sha256=_KrSOJC9dcRquUb87mcLEywTHrrdEWY1dOmDGgMy60c,78641
|
426
|
+
pulumi_oci/containerengine/outputs.py,sha256=bNcshuUu6NznmvqXwUberPabBrgt17KQzSSWxBADotE,329544
|
427
|
+
pulumi_oci/containerengine/virtual_node_pool.py,sha256=IuXAbKt2kzpRi7WFnvsDcA_4XLEXke4hElt4Y7gkDss,54280
|
428
428
|
pulumi_oci/containerinstances/__init__.py,sha256=xO0-NxqDfouoMvYJoAIqyDTwJ_OfkHLWfmRRCIJaflE,480
|
429
429
|
pulumi_oci/containerinstances/_inputs.py,sha256=fAnvlQw_TbYDRDSbaW-UHCIHXwMlwonHY8sE5Fd1qQQ,2844
|
430
|
-
pulumi_oci/containerinstances/get_container_instance.py,sha256=
|
430
|
+
pulumi_oci/containerinstances/get_container_instance.py,sha256=Mwi7M0MQOgS36ojKOfecOcNsAZcy9E8wh_GhYR4lPDE,17581
|
431
431
|
pulumi_oci/containerinstances/get_container_instance_shape.py,sha256=vgf8pb7KjuEVOxqDjBuCUMc_Mb8yAFb36nOsENtqp04,5403
|
432
432
|
pulumi_oci/containerinstances/get_container_instance_shapes.py,sha256=zt288JPCr2M9CGDGACIJsBhFRbBjJGHYZQtczMRGuXs,6862
|
433
433
|
pulumi_oci/containerinstances/get_container_instances.py,sha256=q5D2Wr8_BOsRvnuxUln6jrKoZsqBnRZBGfl4abiFi80,8675
|
434
|
-
pulumi_oci/containerinstances/outputs.py,sha256=
|
434
|
+
pulumi_oci/containerinstances/outputs.py,sha256=dDufpDskQ3bSdQ1TSgta-g066AR-pwl4uNHhtubu2O4,99442
|
435
435
|
pulumi_oci/core/__init__.py,sha256=f2OKqOZoaPWB24-hh_jmUg0raWU7jen5zWyglJJIb1o,8726
|
436
|
-
pulumi_oci/core/_inputs.py,sha256=
|
436
|
+
pulumi_oci/core/_inputs.py,sha256=rcJbssAdo5upS72AdbqGZcOZBFCyJYdlVgnDLj6yDwU,868447
|
437
437
|
pulumi_oci/core/app_catalog_listing_resource_version_agreement.py,sha256=kd8-X0DLdG80KR4Re1Bzs3YzRfhRCraKfwNBJy6KJss,14448
|
438
438
|
pulumi_oci/core/app_catalog_subscription.py,sha256=0p4-GPnr_1F2G_si0_4tQMpEpmWadv-zhAoUKEVPdPw,29086
|
439
|
-
pulumi_oci/core/boot_volume.py,sha256=
|
440
|
-
pulumi_oci/core/boot_volume_backup.py,sha256=
|
441
|
-
pulumi_oci/core/capture_filter.py,sha256=
|
442
|
-
pulumi_oci/core/cluster_network.py,sha256=
|
439
|
+
pulumi_oci/core/boot_volume.py,sha256=ZKIlOGMd2kHLd-SWrXcBdVJWwB3DpeXyDs0jXKyBdd4,65228
|
440
|
+
pulumi_oci/core/boot_volume_backup.py,sha256=iiv12h2JWFlBiSzTqSy3Dr2KLRxrqcYAMAW3F_mWCrY,46739
|
441
|
+
pulumi_oci/core/capture_filter.py,sha256=I80DuSjCPgo0XuI2bE4eefQmo8_1uzajXGS4O_bfKSY,41382
|
442
|
+
pulumi_oci/core/cluster_network.py,sha256=7L4-LOJcOylZ1LTPSD79n_RGqsdtu2ME7vbaYjlfu6k,45350
|
443
443
|
pulumi_oci/core/compute_capacity_report.py,sha256=HszmWJ2CIKrl4Bp5mBiQlgUDbzxLB0tctom3_smcqfQ,17818
|
444
|
-
pulumi_oci/core/compute_capacity_reservation.py,sha256=
|
445
|
-
pulumi_oci/core/compute_capacity_topology.py,sha256=
|
446
|
-
pulumi_oci/core/compute_cluster.py,sha256=
|
447
|
-
pulumi_oci/core/compute_image_capability_schema.py,sha256=
|
448
|
-
pulumi_oci/core/console_history.py,sha256=
|
449
|
-
pulumi_oci/core/cpe.py,sha256=
|
450
|
-
pulumi_oci/core/cross_connect.py,sha256=
|
451
|
-
pulumi_oci/core/cross_connect_group.py,sha256=
|
452
|
-
pulumi_oci/core/dedicated_vm_host.py,sha256=
|
453
|
-
pulumi_oci/core/default_dhcp_options.py,sha256=
|
454
|
-
pulumi_oci/core/default_route_table.py,sha256=
|
455
|
-
pulumi_oci/core/default_security_list.py,sha256=
|
456
|
-
pulumi_oci/core/dhcp_options.py,sha256=
|
457
|
-
pulumi_oci/core/drg.py,sha256=
|
458
|
-
pulumi_oci/core/drg_attachment.py,sha256=
|
459
|
-
pulumi_oci/core/drg_attachment_management.py,sha256=
|
444
|
+
pulumi_oci/core/compute_capacity_reservation.py,sha256=d6YGhXbhsJ33Iux-y60jl0ewh0AIdtfJfX_VoDv910w,44288
|
445
|
+
pulumi_oci/core/compute_capacity_topology.py,sha256=VNj1OpI6M3xm3DUpD3ep7tXIR8fCLkhHW4GyHOgsNuw,31763
|
446
|
+
pulumi_oci/core/compute_cluster.py,sha256=dWzHWQdCDzORbdowjs7H0vikKuk5Glgy01c-SDvcgwk,27020
|
447
|
+
pulumi_oci/core/compute_image_capability_schema.py,sha256=AVoDsiTYXq3E22g11OnDvDH475hrl_oalPWPFNxcjdE,28906
|
448
|
+
pulumi_oci/core/console_history.py,sha256=N12NDGdKUXSdrUkRHaIbi73EeX4VeUjblFemxr8PnqU,26165
|
449
|
+
pulumi_oci/core/cpe.py,sha256=2HFbSCQvPfNDqFy0SXZ7WLCmGB5bwxrO3r8VvDK9ksI,38801
|
450
|
+
pulumi_oci/core/cross_connect.py,sha256=BsX0w5E2z06Qh3-SwW178g_33yVvD6LDeXHF0xvc5ek,60593
|
451
|
+
pulumi_oci/core/cross_connect_group.py,sha256=_xk6n4Tij9owfPN8dZQCtnKq6yzppyFhLOlsES9t8bg,33907
|
452
|
+
pulumi_oci/core/dedicated_vm_host.py,sha256=ouGNCAMBTjPqhI3u-BWj54oUhg0f15gLqTStXeml-2Q,40713
|
453
|
+
pulumi_oci/core/default_dhcp_options.py,sha256=elJTgaWCVD-eIalyF9fuIC3BwK5SBPWaEGO_PHJDi18,16900
|
454
|
+
pulumi_oci/core/default_route_table.py,sha256=sKQ2-kZlYuGTHctAj5d-V8QBD4WVdNXDfNOUdIQ9s-Q,15515
|
455
|
+
pulumi_oci/core/default_security_list.py,sha256=ymKiIyYaq9Jh0sd1qyqIciyJLX06xP2g8K1UEfQMTfE,18517
|
456
|
+
pulumi_oci/core/dhcp_options.py,sha256=lXlCIWXH-7-9_tTFdnZA-00b8BZ78cRJGR6l3SWxRIk,35074
|
457
|
+
pulumi_oci/core/drg.py,sha256=PjBuR7ft8eURGbWockREf-XWduTTyQHbq3eFtD7O3d0,29657
|
458
|
+
pulumi_oci/core/drg_attachment.py,sha256=0bQ4a-F79I4-dZLzEj5d4YNt7TJXJQN7iMpHlb6Tl_w,53968
|
459
|
+
pulumi_oci/core/drg_attachment_management.py,sha256=tmVloywnZzRsM55DDka9ZgVUAohZAGfDGDGSd-W5uHg,54120
|
460
460
|
pulumi_oci/core/drg_attachments_list.py,sha256=3_FGjWstwMO8LDkunCKqQWQ_cbnEJqMmmrSR3KFMqro,14918
|
461
|
-
pulumi_oci/core/drg_route_distribution.py,sha256=
|
461
|
+
pulumi_oci/core/drg_route_distribution.py,sha256=tHyGNYAHe7MbMtjenM2E6pqtjEvpHj0Clsiw87Py9h0,27499
|
462
462
|
pulumi_oci/core/drg_route_distribution_statement.py,sha256=2pPcEAsw1H6t4JH_sVQ3YkfqBknelLvAlXqoRgczU7o,20693
|
463
|
-
pulumi_oci/core/drg_route_table.py,sha256=
|
464
|
-
pulumi_oci/core/drg_route_table_route_rule.py,sha256=
|
463
|
+
pulumi_oci/core/drg_route_table.py,sha256=gI9QZnrN2Hrgr92CllVKUrEogQSZDqsqvISUVNv6o4c,34538
|
464
|
+
pulumi_oci/core/drg_route_table_route_rule.py,sha256=UJtpM965bM6f663O6WHI9A8pft5k2d5YH5ANrdaz13w,29329
|
465
465
|
pulumi_oci/core/get_app_catalog_listing.py,sha256=jupWQt2j2EZA5rhH_A708_oqfovilHCpvkNE3zXyuS0,7265
|
466
466
|
pulumi_oci/core/get_app_catalog_listing_resource_version.py,sha256=l9lOZGFLyCK3TAJfDfp7uiJGNFUK67lVVhDDML7gEU4,9320
|
467
467
|
pulumi_oci/core/get_app_catalog_listing_resource_versions.py,sha256=yTBix_UisILjdnrpzz21-uyG6KcTKxOO3kF_20rxLFc,5799
|
468
468
|
pulumi_oci/core/get_app_catalog_listings.py,sha256=3ZP0OI8RBOXBBpAajZWtw1R77KXayHZPn6aBREj5v_o,7490
|
469
469
|
pulumi_oci/core/get_app_catalog_subscriptions.py,sha256=4ITve80RzGP4zIMvmF3DO2lSoJ6czTK5w8eQHUGP48Y,6436
|
470
|
-
pulumi_oci/core/get_block_volume_replica.py,sha256=
|
470
|
+
pulumi_oci/core/get_block_volume_replica.py,sha256=SQ337y7dnr5fGNoKQrP9jtc9dgfgvTpUuehsAokt1RE,10617
|
471
471
|
pulumi_oci/core/get_block_volume_replicas.py,sha256=7e9pIN-I0dm5IIwOVE1fP_i3hgwvIXxWJOWqW6gxHCo,10040
|
472
|
-
pulumi_oci/core/get_boot_volume.py,sha256=
|
472
|
+
pulumi_oci/core/get_boot_volume.py,sha256=lNgS1V1yysDmUNkohs-5euirFb6q40TWftlPj40Js3Y,17898
|
473
473
|
pulumi_oci/core/get_boot_volume_attachments.py,sha256=ZPWc077m27v2Dl7iKs4rK6zjZE47AsbU4hNPJNZ4gMM,8828
|
474
|
-
pulumi_oci/core/get_boot_volume_backup.py,sha256=
|
474
|
+
pulumi_oci/core/get_boot_volume_backup.py,sha256=0WVqOYovyaOFDoerNjXaO7S2BYOZzfan3Yr1ZIrDoSY,15246
|
475
475
|
pulumi_oci/core/get_boot_volume_backups.py,sha256=a-8qXnQrmDf6PWP9-AF0liA0qTKq5aWiK_GA4TdvP7M,9789
|
476
|
-
pulumi_oci/core/get_boot_volume_replica.py,sha256=
|
476
|
+
pulumi_oci/core/get_boot_volume_replica.py,sha256=tO8_zitxA66mO2qU2HX2WGCOaVNdkbY4KtQ7f7JuL9M,11055
|
477
477
|
pulumi_oci/core/get_boot_volume_replicas.py,sha256=ze6zWZUiGH2Dv1qPtu4dqmg2C2b63MkSEuug4hHYfKg,9972
|
478
478
|
pulumi_oci/core/get_boot_volumes.py,sha256=3tVzBH-5VJiCaxYZfCrZFx2nWao8dLiaRO2GAm8jk0Y,7145
|
479
479
|
pulumi_oci/core/get_byoip_allocated_ranges.py,sha256=Rvsru56703kKzZfB7crrYgN-Zj1xOVCbbL-gndn5fH0,5734
|
480
|
-
pulumi_oci/core/get_byoip_range.py,sha256=
|
480
|
+
pulumi_oci/core/get_byoip_range.py,sha256=nDxJ-iuF676kJkNFbHGqP9RhR0kDf6ltleqTzPKQn-w,13623
|
481
481
|
pulumi_oci/core/get_byoip_ranges.py,sha256=orwNzH75FTdLVC71RPc5B9ByenI1mrYHa33-iIhRP7U,7229
|
482
|
-
pulumi_oci/core/get_capture_filter.py,sha256=
|
482
|
+
pulumi_oci/core/get_capture_filter.py,sha256=MiXfG7HP089NA4qJxfVda86dl_WblfpYcX0p4Ubptog,9813
|
483
483
|
pulumi_oci/core/get_capture_filters.py,sha256=7LaNkrUFXLtmLkT3eQYhJPs_0ek028m-RCzNh3AQjwg,8384
|
484
|
-
pulumi_oci/core/get_cluster_network.py,sha256=
|
484
|
+
pulumi_oci/core/get_cluster_network.py,sha256=8tVTcpMtd28punZyUg5gWTrdCeU1S93j8Ek77DXLmSY,11810
|
485
485
|
pulumi_oci/core/get_cluster_network_instances.py,sha256=4w97XlEmL0oU2VdS3RDd8grr8IC4RxnFr6KhUt-IUAo,7753
|
486
486
|
pulumi_oci/core/get_cluster_networks.py,sha256=A4-LaIE4KzopOAla-TXOXWlXYGY9Tr_MjYTDJXsHXFQ,7451
|
487
487
|
pulumi_oci/core/get_cnv_dns_resolver_association.py,sha256=b9iwJDn8ms72dFsEnX3LW2uBEDwbuOYos-Wsu4mhVhs,4857
|
488
|
-
pulumi_oci/core/get_compute_capacity_reservation.py,sha256=
|
488
|
+
pulumi_oci/core/get_compute_capacity_reservation.py,sha256=w9hx5n72spRX32au5NUsAb_9K8UYJUKMxrzvP8BEk28,12812
|
489
489
|
pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py,sha256=JkNnkqSp174urlY0pn75Y950JPYVjjFCX6I0hUA0LRo,8706
|
490
490
|
pulumi_oci/core/get_compute_capacity_reservation_instances.py,sha256=IHNdEW8KeffaG0b9a9IpBsvSr-pp1aaTUVEAhJP80Ug,8571
|
491
491
|
pulumi_oci/core/get_compute_capacity_reservations.py,sha256=TPBp-GhJ7fYcpVqQgmcjLJHv8ZpfHqAaAouRuEkU3eU,9625
|
492
492
|
pulumi_oci/core/get_compute_capacity_topologies.py,sha256=EEbs01_2qbCrfT1kie0gt6nzuy6Ddo8KUTyPRtCv7rg,8448
|
493
|
-
pulumi_oci/core/get_compute_capacity_topology.py,sha256=
|
493
|
+
pulumi_oci/core/get_compute_capacity_topology.py,sha256=4WhIr16RfxAKFfDr1C_VeikNMQLH8-A-pxo259nvZqI,10233
|
494
494
|
pulumi_oci/core/get_compute_capacity_topology_compute_bare_metal_hosts.py,sha256=x3KGfRXeK0bpE8QdFBx6jZOwsde8HWJslpHBpXUpgjA,13715
|
495
495
|
pulumi_oci/core/get_compute_capacity_topology_compute_hpc_islands.py,sha256=h23vbwVEzjMe5ASsY97IeWYSdXK09F7L5Lfuf7i1qwg,8985
|
496
496
|
pulumi_oci/core/get_compute_capacity_topology_compute_network_blocks.py,sha256=TuvcMs-JTA63P9Bo_jGzsegH014owB8H3Ptck1qzl8s,10606
|
497
|
-
pulumi_oci/core/get_compute_cluster.py,sha256=
|
497
|
+
pulumi_oci/core/get_compute_cluster.py,sha256=U-_pq15RfXs1GXop4bOjPGt-ruY66_7Yccw-y6J_YeQ,8915
|
498
498
|
pulumi_oci/core/get_compute_clusters.py,sha256=FVXu_Fu3vLyBIoCKQMcS4XNA2ibGyKscyErv2ILM-4g,7991
|
499
|
-
pulumi_oci/core/get_compute_global_image_capability_schema.py,sha256=
|
499
|
+
pulumi_oci/core/get_compute_global_image_capability_schema.py,sha256=p2LfwH-fyYoFEouJyAPb91WEWH0zC7oBUR1ojW06utc,8999
|
500
500
|
pulumi_oci/core/get_compute_global_image_capability_schemas.py,sha256=8ciB5k2q3PjV-O8YONNfgtBYcZyud6aSCwLCN6rdwvw,7385
|
501
|
-
pulumi_oci/core/get_compute_global_image_capability_schemas_version.py,sha256=
|
501
|
+
pulumi_oci/core/get_compute_global_image_capability_schemas_version.py,sha256=tLaVoOSuK_GYUevwPjcjCDEksJIITSeQxdMIyHvxAi8,9346
|
502
502
|
pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py,sha256=o2UDqzo6beg8vUVGTePJqmEghM_Y18_dBWIIAfctb-s,8532
|
503
|
-
pulumi_oci/core/get_compute_image_capability_schema.py,sha256=
|
503
|
+
pulumi_oci/core/get_compute_image_capability_schema.py,sha256=WbM6eShnpPO1RYJbDAP5yo58vOhxe-b-a1PywI8G-gw,12035
|
504
504
|
pulumi_oci/core/get_compute_image_capability_schemas.py,sha256=9bqYDKvJLqAV1M8aT4uta4O0EuGc-Xl2vVBRUFk-WYE,8160
|
505
505
|
pulumi_oci/core/get_console_histories.py,sha256=rIFHyhrHwphv-CBCX2mii80kpgLxdKK1JUsPAO9x250,8229
|
506
506
|
pulumi_oci/core/get_console_history_data.py,sha256=5Lg761FT2VTlrUCAEtoNF1H-sHnYBsQndguDbB17ueQ,6024
|
507
507
|
pulumi_oci/core/get_cpe_device_shape.py,sha256=gyY7bEnu75LtbvdScZIzibI1cfSyCSY7TBELl0AV-yU,8366
|
508
508
|
pulumi_oci/core/get_cpe_device_shapes.py,sha256=yFxEvORGELHI7pow-C2ye_48Q6i-uKfXrudckrFrpXk,6225
|
509
509
|
pulumi_oci/core/get_cpes.py,sha256=2t5yL2OyijDnR9xI3sgQide040g4XzcALu0QAsdvotc,4624
|
510
|
-
pulumi_oci/core/get_cross_connect.py,sha256=
|
511
|
-
pulumi_oci/core/get_cross_connect_group.py,sha256=
|
510
|
+
pulumi_oci/core/get_cross_connect.py,sha256=FMenTSgLHY0WRiQ93NtFhk2E839WAH-GwpE976ONcD0,14997
|
511
|
+
pulumi_oci/core/get_cross_connect_group.py,sha256=O963TnDxzF_0EL56CFuCwPahPdRijRwPxJ7uw4P4vOc,10676
|
512
512
|
pulumi_oci/core/get_cross_connect_groups.py,sha256=7ZvXbAQpRKg7zUa6x23qiWPqdEFARz2SP9Y2k2jwIag,7439
|
513
513
|
pulumi_oci/core/get_cross_connect_locations.py,sha256=YUDBwTIdxzAUhFntix3e8Fdyq4s_xjOG58Wce5W7vYo,5557
|
514
514
|
pulumi_oci/core/get_cross_connect_port_speed_shape.py,sha256=XzlwjeU1axfr1B6IWRHIrOyZAvlAdOFf3_5BaCSt5-A,5879
|
515
515
|
pulumi_oci/core/get_cross_connect_status.py,sha256=FhZLzWxCRmN9afcwKaQVe_8tuyORaf3XDkeEagcxRqQ,6531
|
516
516
|
pulumi_oci/core/get_cross_connects.py,sha256=cvRinwc0sDt44xQjio2khqi-OSDzfO37MaBklltGLgs,8859
|
517
|
-
pulumi_oci/core/get_dedicated_vm_host.py,sha256=
|
517
|
+
pulumi_oci/core/get_dedicated_vm_host.py,sha256=1O6VBxyyjgHwyPqpi4_zM_3rqihzmY1uWSrk873GPH8,12131
|
518
518
|
pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py,sha256=OI9LlaSZNKlYfW0fO8vtiPVxCLBvBdKLsF7t-47V4dY,8568
|
519
519
|
pulumi_oci/core/get_dedicated_vm_host_instances.py,sha256=KcWVL5oECJjcslfkKlSrpSUZNN-Tl9SPb85M7rCvcaA,8031
|
520
520
|
pulumi_oci/core/get_dedicated_vm_host_shapes.py,sha256=fqX-CvtLxJojQASPWN16ll_Memh3-Nk9tS_5Ak6I0zw,7740
|
521
521
|
pulumi_oci/core/get_dedicated_vm_hosts.py,sha256=6LdXi5mknEFGuCzKnSUXWl4N5DcgD191_mNVRodjfXM,13335
|
522
522
|
pulumi_oci/core/get_dhcp_options.py,sha256=PUnK2FZ_2ScDQLg8D0sSSCPJg38SWEQjK1MYxmMKCXM,8533
|
523
523
|
pulumi_oci/core/get_drg_attachments.py,sha256=LmjTKYqZkxLFzui1aH9d-65DqzAUu8VEtXE1zAnL268,13456
|
524
|
-
pulumi_oci/core/get_drg_route_distribution.py,sha256=
|
524
|
+
pulumi_oci/core/get_drg_route_distribution.py,sha256=X3XhBDwPAwwWS-efY3SzB0o_x-KrhRaiB8VUeUyGox4,9222
|
525
525
|
pulumi_oci/core/get_drg_route_distribution_statements.py,sha256=RX29jF_pUKJmkkFm_3u5MChWjlu9buQleNedEHJ9DOo,6067
|
526
526
|
pulumi_oci/core/get_drg_route_distributions.py,sha256=zehKAC3sw4j4yGAlbv-G0UE3N-CL4DuBKn_6ELpNKTQ,7626
|
527
|
-
pulumi_oci/core/get_drg_route_rule.py,sha256=
|
527
|
+
pulumi_oci/core/get_drg_route_rule.py,sha256=RqeaBFMgfa8lcFTOo40rU0yY9Wktuzvay-ItSa2e_pY,10479
|
528
528
|
pulumi_oci/core/get_drg_route_table_route_rules.py,sha256=j02385tn14oKYeCMQkmpOukBsRIcZTP7T-olJ5HXcOM,6730
|
529
529
|
pulumi_oci/core/get_drg_route_tables.py,sha256=ntv0ArzZilsOLS_mH2B5nqNKpFaM694v5rInLnCuZY8,8911
|
530
530
|
pulumi_oci/core/get_drgs.py,sha256=7aCgdTaEqjx-1X8M_I9PTOkZKk_2-W9WyBsdj7lBsuc,4548
|
531
531
|
pulumi_oci/core/get_fast_connect_provider_service.py,sha256=rZfXa0PEcLU4nE_HdMGCZYQZlh0qdJS2U_oir2xc3_4,12131
|
532
532
|
pulumi_oci/core/get_fast_connect_provider_service_key.py,sha256=WW4xhqYP2S9vB7xdrthhv4euWawvsKX9B5J41Hp-QyM,8676
|
533
533
|
pulumi_oci/core/get_fast_connect_provider_services.py,sha256=wC9AwqfwMjHlxhjgXEwP_qJJWJvjARADkOYdrx1DCLc,6487
|
534
|
-
pulumi_oci/core/get_image.py,sha256=
|
534
|
+
pulumi_oci/core/get_image.py,sha256=3hyE6BfFE8tBzUISCLlD999Vhf994i4XKqrF8vAxGj4,14920
|
535
535
|
pulumi_oci/core/get_image_shape.py,sha256=cph_vSjGQKPH0fWUczkZGCUBFH_Dd3X4DKhnkrI_jd0,5957
|
536
536
|
pulumi_oci/core/get_image_shapes.py,sha256=9-R54UNDRfgZCugm2SQMKZMSId_3lUK5UoncIADrs9c,5004
|
537
537
|
pulumi_oci/core/get_images.py,sha256=YRPLgjLDu08wl5i-Pf7bj2R0HpchJ6sJeV6c6bL8XTs,12910
|
538
|
-
pulumi_oci/core/get_instance.py,sha256=
|
539
|
-
pulumi_oci/core/get_instance_configuration.py,sha256=
|
538
|
+
pulumi_oci/core/get_instance.py,sha256=V8Xr9_RGnrHqm5tbBu0W360F6Ka6n7oizfNWcUUKJ5o,32933
|
539
|
+
pulumi_oci/core/get_instance_configuration.py,sha256=DCcCeLWBHqAlFXn92CT6p8UXzv_PHv1IsoW-_Vhg7CY,9493
|
540
540
|
pulumi_oci/core/get_instance_configurations.py,sha256=eZA3O5WHKw_13NkoGinnxxHL_G_vMxDIc_OCksjyGac,5438
|
541
541
|
pulumi_oci/core/get_instance_console_connections.py,sha256=Bhmv9SCnn2j9iA8VlmyIFi8UOVuQGd6N-CtqfVBE8C0,7061
|
542
542
|
pulumi_oci/core/get_instance_credentials.py,sha256=6CZyrcruyB-u88HIWYnQ6xoIDTe_9smQG_l0NtZQ3qI,4839
|
543
543
|
pulumi_oci/core/get_instance_devices.py,sha256=J_S1NZqkvdz3MpovFie_ax40wUUB1SUqaWFpFkaHKjM,6735
|
544
|
-
pulumi_oci/core/get_instance_maintenance_event.py,sha256=
|
544
|
+
pulumi_oci/core/get_instance_maintenance_event.py,sha256=W3SUed8xI8D-96j68RMUHRxGLBfX4CdbzIGc4e402RM,20114
|
545
545
|
pulumi_oci/core/get_instance_maintenance_events.py,sha256=oa3cqRt5fc-wQA16iuoWQG-LiJ8EOEvtFGYXviEgMPs,13681
|
546
546
|
pulumi_oci/core/get_instance_maintenance_reboot.py,sha256=Oqqc165TfiZKuG3hzvY9gtJwh3CS70NAGa222RYeouk,5164
|
547
547
|
pulumi_oci/core/get_instance_measured_boot_report.py,sha256=3RnYQ317n_VR418CGTeBbTFgGoWMbMnihiqqm_TVPf8,5334
|
548
|
-
pulumi_oci/core/get_instance_pool.py,sha256=
|
548
|
+
pulumi_oci/core/get_instance_pool.py,sha256=TQQIPPW6EqVNkJFpJ2AODRBN6sXVvcK-t6vMFlRCKyM,12730
|
549
549
|
pulumi_oci/core/get_instance_pool_instances.py,sha256=2QodVmYhBsfysC4H-z8W10BVBXzDbCGpDYaivovhuF0,7504
|
550
550
|
pulumi_oci/core/get_instance_pool_load_balancer_attachment.py,sha256=tTsEApQbOUIvorvtNCJBJLatPJP2Whej4bf9CTbHDuk,9017
|
551
551
|
pulumi_oci/core/get_instance_pools.py,sha256=J356ZZYvhJLpMC1uyNkvH1czfgEX6e1mSMqcDI_WDSs,7107
|
@@ -562,23 +562,23 @@ pulumi_oci/core/get_ipsec_connection_tunnel_routes.py,sha256=Bmg69XF0Oe8gt-JAQGo
|
|
562
562
|
pulumi_oci/core/get_ipsec_connection_tunnels.py,sha256=rQ0uGHf9LjKWoBUVPZsRmkxlNKTtTm0jJG5F72T0q8s,5289
|
563
563
|
pulumi_oci/core/get_ipsec_connections.py,sha256=y0tZbghBJvspBzZIAo5bZg-lSiMmYO3Vg2P88vGfg7c,7281
|
564
564
|
pulumi_oci/core/get_ipsec_status.py,sha256=p4T9k6O2sejz-HjTsIjjw43iZkhmDbBKHDlDDHeBd1Y,6356
|
565
|
-
pulumi_oci/core/get_ipv6.py,sha256=
|
565
|
+
pulumi_oci/core/get_ipv6.py,sha256=JOOxweacqOyWhGm5cVL4LNMCseL5KXXGhNyB-ToN-Mo,10080
|
566
566
|
pulumi_oci/core/get_ipv6s.py,sha256=6DofOs9CDqzoVGgbTqE10WBikWPC5aa7jnOVv4crUuk,7393
|
567
567
|
pulumi_oci/core/get_letter_of_authority.py,sha256=YiNZrDM4Ok73zLry2UYlhKJ4rEeuY6LRqOGRlDIxKlg,7461
|
568
568
|
pulumi_oci/core/get_listing_resource_version.py,sha256=dvaR29q_Rm04tZ9nYS1Kc8--LHIiQfiHEyKm-OrVp6A,7258
|
569
569
|
pulumi_oci/core/get_listing_resource_versions.py,sha256=T1YJiHGHQxzl6_FA1QFsdBBHQ7XHvCRvywgVP401U8Q,4556
|
570
570
|
pulumi_oci/core/get_local_peering_gateways.py,sha256=u0KDlNdJshE7xlZItkBCfvIw7ZceQemVD-j76TR8gLM,6741
|
571
|
-
pulumi_oci/core/get_nat_gateway.py,sha256=
|
571
|
+
pulumi_oci/core/get_nat_gateway.py,sha256=LocQgoA8odhP9-wD6WOd-_HArSuyuIA6higjMAPH21E,10261
|
572
572
|
pulumi_oci/core/get_nat_gateways.py,sha256=H5nwSsJRXBN2ypANRV1_Gcjpm3f8Er6OeQjNuClDFkw,8138
|
573
|
-
pulumi_oci/core/get_network_security_group.py,sha256=
|
573
|
+
pulumi_oci/core/get_network_security_group.py,sha256=Os7YMx4FUWnsAeyHw7roYFUYpSMOp-UdrACwz_qjzL8,9337
|
574
574
|
pulumi_oci/core/get_network_security_group_security_rules.py,sha256=KOgPIl1FkvyKRiqWAHG80m9Q4wfj7j35I3_jtyYs434,7206
|
575
575
|
pulumi_oci/core/get_network_security_group_vnics.py,sha256=g_oFjNLRm48DRyfdcPKI83ix_2CZXlQ8uUygswKIa_E,5826
|
576
576
|
pulumi_oci/core/get_network_security_groups.py,sha256=TERH02VVRvc_HMQOEDs1TvMKIwX3FtlOIepb9Isu89E,9959
|
577
577
|
pulumi_oci/core/get_peer_region_for_remote_peerings.py,sha256=m5eiiPyD7illlS16DgfP8bVbPf-AWjBgiFDw7EBkIZA,4911
|
578
|
-
pulumi_oci/core/get_private_ip.py,sha256=
|
578
|
+
pulumi_oci/core/get_private_ip.py,sha256=_UuaQ6CqoGehzrWZPR-GrPngR48S4bvseiIsrk2onbE,13170
|
579
579
|
pulumi_oci/core/get_private_ips.py,sha256=cOiP2RhdsYXbg1DRsiAAmM7JT2GR_9HSyDqFrlZHOog,11451
|
580
|
-
pulumi_oci/core/get_public_ip.py,sha256=
|
581
|
-
pulumi_oci/core/get_public_ip_pool.py,sha256=
|
580
|
+
pulumi_oci/core/get_public_ip.py,sha256=nQ76uOg2SPXCSb8ylxWMiSdOdYLoGJh2hOZbNkmm_-M,17033
|
581
|
+
pulumi_oci/core/get_public_ip_pool.py,sha256=ioodoNScCNLPZ7D52fRerPYqsyKKK_Nvu5BHmsKj27Q,8345
|
582
582
|
pulumi_oci/core/get_public_ip_pools.py,sha256=NByv4zVWAywWe-1JjEUI3V1700IvuHZgHen-qHOSFxU,7458
|
583
583
|
pulumi_oci/core/get_public_ips.py,sha256=Z95Ee5S359GfTjm0IPOBwiHQbMGtxkoQx9nGNG5z6JE,14098
|
584
584
|
pulumi_oci/core/get_remote_peering_connections.py,sha256=wu5_wM8uxM6NH5GGMxRLrUjOfBsSFYQWTY7RhM6jlqM,6777
|
@@ -588,139 +588,139 @@ pulumi_oci/core/get_service_gateways.py,sha256=Xheih8zcVj_Z6hq8lHe195pFnf87g5M41
|
|
588
588
|
pulumi_oci/core/get_services.py,sha256=RVcDZOxD1nSKbW2QPRSmiAI1wporwfUcgeHOWYLC36Q,3823
|
589
589
|
pulumi_oci/core/get_shape.py,sha256=26-trvn04BD9xXEZyDLweMerV-ER1FbcN6IVUlB0CM8,4992
|
590
590
|
pulumi_oci/core/get_shapes.py,sha256=I2mD3J69H6Sdlg8cQ9Evc4xvuz1nuxvQduIO1wDr7Ac,6676
|
591
|
-
pulumi_oci/core/get_subnet.py,sha256
|
591
|
+
pulumi_oci/core/get_subnet.py,sha256=9UbLIfoPO870rK6zkEcYXMTeP2Dwb5EYJhtpqZxhf1o,17847
|
592
592
|
pulumi_oci/core/get_subnets.py,sha256=AOtfi9pdyUWe-riuMluXpTBp4XlpQShxHE9gwjv4XXY,7947
|
593
593
|
pulumi_oci/core/get_tunnel_security_associations.py,sha256=ObJ3I1vRR-FPIw1dxeZrvVnWdN2WjLDOSHCf67ovf8w,6453
|
594
|
-
pulumi_oci/core/get_vcn.py,sha256=
|
594
|
+
pulumi_oci/core/get_vcn.py,sha256=u2zj9NaRYIqrYlNuIAgTSqOkI3n0k7KHxFo08zbNm5s,15607
|
595
595
|
pulumi_oci/core/get_vcns.py,sha256=aznWJm4HeZUxxpEwVYCiX4e23EzpsiR2vGHOMF9KeRI,6859
|
596
|
-
pulumi_oci/core/get_virtual_circuit.py,sha256=
|
596
|
+
pulumi_oci/core/get_virtual_circuit.py,sha256=kISew2jqZVjcOa45dzmyZyniGyb7fSJLZ7tJzi1q-Sc,23087
|
597
597
|
pulumi_oci/core/get_virtual_circuit_associated_tunnels.py,sha256=lstMSOwK2NZL_0Oc91uHCoyZuUCz-DZxP34H0Z7ecBU,6056
|
598
598
|
pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py,sha256=7K4WWrOW4TPxZfQClwyz-YouHakUEsxC9NjhhOQ7JBY,6560
|
599
599
|
pulumi_oci/core/get_virtual_circuit_public_prefixes.py,sha256=axqdZgLOne7td41c4WtHVJ2jeswzdMGtB8cNcREJExw,7559
|
600
600
|
pulumi_oci/core/get_virtual_circuits.py,sha256=OcEUFhChVqV9fP3PLMwhgK-9nIbcZQGM9Ye2iPP2eqY,7286
|
601
601
|
pulumi_oci/core/get_virtual_networks.py,sha256=ICjUC1SiMO2333g2_UlpCr99BBji_nG4BkiMKCYQHog,5296
|
602
|
-
pulumi_oci/core/get_vlan.py,sha256=
|
602
|
+
pulumi_oci/core/get_vlan.py,sha256=CXcunv_MqlOw0plfMfAFku3ox4vHd01EscURvG1BJZ0,10679
|
603
603
|
pulumi_oci/core/get_vlans.py,sha256=YuM-eZwF-rSzQYsD-p2lLctj_B715He9pGp6cWtZBfg,7593
|
604
|
-
pulumi_oci/core/get_vnic.py,sha256
|
604
|
+
pulumi_oci/core/get_vnic.py,sha256=-DGzZ8f77uMtQxKe0reHIYmOvcEyFflgNuyvCB1npK0,14879
|
605
605
|
pulumi_oci/core/get_vnic_attachments.py,sha256=IFcBwkR2iiIBMMDvetIqv6qlbX_S9aoGUsKc4B7D_NA,8376
|
606
|
-
pulumi_oci/core/get_volume.py,sha256=
|
606
|
+
pulumi_oci/core/get_volume.py,sha256=RzTUwvAUZ9gsJHJB0OIEOW2yIVKAOaSLt4JeilySU7s,17702
|
607
607
|
pulumi_oci/core/get_volume_attachments.py,sha256=3yHcL3yMqnBky5wK5ek8gB7Ww3fr10_RPjfm5YhSBcc,8901
|
608
608
|
pulumi_oci/core/get_volume_backup_policies.py,sha256=6Y4YdydKd6ToDr4cvcHQoRkCb2YhAoefBwMDhAFA-n0,5844
|
609
609
|
pulumi_oci/core/get_volume_backup_policy_assignments.py,sha256=LUXUqaI5CALQMrTaaWDbQRwbvNc6P4U267CCMqbN4bw,5935
|
610
610
|
pulumi_oci/core/get_volume_backups.py,sha256=y52Z4KaFSYfj6Ax2kqzYEmQvHG659dRyqDGZ28XsHhA,9219
|
611
611
|
pulumi_oci/core/get_volume_group_backups.py,sha256=dCl5ie66ZdkiiJUhoJ8Frix-3N387dBR1ThieRw-IFY,7755
|
612
|
-
pulumi_oci/core/get_volume_group_replica.py,sha256=
|
612
|
+
pulumi_oci/core/get_volume_group_replica.py,sha256=y0cyfRvmW-C0e-wXXw8uOTwmYJZWp7k4eC0WCPAhodw,10654
|
613
613
|
pulumi_oci/core/get_volume_group_replicas.py,sha256=wZJ2tCYVyp4UrphVUsaWy8ftYwLhuPL65J-Kx-MXLJc,8993
|
614
614
|
pulumi_oci/core/get_volume_groups.py,sha256=TQRYKDVO2fcLtDmJzBLQb1WwLbPPImb23yDBb0q8rjg,8473
|
615
615
|
pulumi_oci/core/get_volumes.py,sha256=7OtadTBDmnFmNHsLDH3Gy2GTiip3k2wsWcoPqbUiBN0,10188
|
616
|
-
pulumi_oci/core/get_vtap.py,sha256=
|
616
|
+
pulumi_oci/core/get_vtap.py,sha256=59Zdr5dZYnxd2QwTxiDqalcMOeHCZq26opHhxziACgs,16567
|
617
617
|
pulumi_oci/core/get_vtaps.py,sha256=nz7-mTz1yuFfUmXNTIk7ZOaWTfi3fO7QnlimD1ARdtc,12016
|
618
|
-
pulumi_oci/core/image.py,sha256=
|
619
|
-
pulumi_oci/core/instance.py,sha256=
|
620
|
-
pulumi_oci/core/instance_configuration.py,sha256=
|
621
|
-
pulumi_oci/core/instance_console_connection.py,sha256=
|
622
|
-
pulumi_oci/core/instance_maintenance_event.py,sha256=
|
623
|
-
pulumi_oci/core/instance_pool.py,sha256=
|
618
|
+
pulumi_oci/core/image.py,sha256=Oi9CMwKip3bAxeg9ce0-6XV1CKqgt32sZJqr4_Q03bg,53584
|
619
|
+
pulumi_oci/core/instance.py,sha256=JehHVR1o6zxNGzY3_Auv9zZzSTGsPhprvVUjlig7iqI,177940
|
620
|
+
pulumi_oci/core/instance_configuration.py,sha256=1ZloYDyk6xZypQI5dwoUc0ZYgtlfBpBkD92UjpEQYLU,109048
|
621
|
+
pulumi_oci/core/instance_console_connection.py,sha256=6fceWhCnM6hvOxHECLK9dIsoAqTmeNEO3xHPJk6Erkw,27795
|
622
|
+
pulumi_oci/core/instance_maintenance_event.py,sha256=DE51IXFEXbN6FpoO_34EWkYh5Q5vzMtIJU54dGU58_c,57792
|
623
|
+
pulumi_oci/core/instance_pool.py,sha256=NqvrKfb4PPm3XgzlSjq2EI7YXNnqOg2i71RwyLv3Mew,54643
|
624
624
|
pulumi_oci/core/instance_pool_instance.py,sha256=41udAQZzzfJhZGZrxYtCqc-bGJrrNjIQIgDAfGHuL2Y,31030
|
625
|
-
pulumi_oci/core/internet_gateway.py,sha256=
|
626
|
-
pulumi_oci/core/ipsec.py,sha256=
|
625
|
+
pulumi_oci/core/internet_gateway.py,sha256=_fzHvWCOcF69YrcdtmplFK3F7lU_82cm--NqalliIbw,33635
|
626
|
+
pulumi_oci/core/ipsec.py,sha256=Dx9LR0XQow8nBarLSL5tdeGWttq9NrTWlLwexki-y9M,51226
|
627
627
|
pulumi_oci/core/ipsec_connection_tunnel_management.py,sha256=8OAwQNol36MRyb8xuBdwK6kQH3b5lfJAPbENp4gm62A,69206
|
628
|
-
pulumi_oci/core/ipv6.py,sha256=
|
628
|
+
pulumi_oci/core/ipv6.py,sha256=TZ_NLlXryRCTXgpaqZqbib1wwA3yQZaQb_9F-X9SvZ4,31366
|
629
629
|
pulumi_oci/core/listing_resource_version_agreement.py,sha256=PGno5WUlR7XpOSeWY_IYptqPbhWNnEAfzATgm8efz_E,14248
|
630
|
-
pulumi_oci/core/local_peering_gateway.py,sha256=
|
631
|
-
pulumi_oci/core/nat_gateway.py,sha256=
|
632
|
-
pulumi_oci/core/network_security_group.py,sha256=
|
630
|
+
pulumi_oci/core/local_peering_gateway.py,sha256=XCR-11xisS-wxEygACtmBEdjW4kuQmQOITuSz0FUISY,46877
|
631
|
+
pulumi_oci/core/nat_gateway.py,sha256=O3eigDw5t0kyPmUUo5mRXTXVJ19FseNOETAVNCh_Ncg,36159
|
632
|
+
pulumi_oci/core/network_security_group.py,sha256=fIzhVLViynTjA4hPgKN04ZkmE3D5TAhvI43fZgx3a8M,25568
|
633
633
|
pulumi_oci/core/network_security_group_security_rule.py,sha256=1bM8dwZBYixplT4XdFWJbuQAuvb38OlQyqVOtODla8I,54046
|
634
|
-
pulumi_oci/core/outputs.py,sha256=
|
635
|
-
pulumi_oci/core/private_ip.py,sha256=
|
636
|
-
pulumi_oci/core/public_ip.py,sha256=
|
637
|
-
pulumi_oci/core/public_ip_pool.py,sha256=
|
634
|
+
pulumi_oci/core/outputs.py,sha256=6vhQPlG6W8i-a25YL9fq-VkWqY9cY2g6Sp6YWSUE8wM,2400353
|
635
|
+
pulumi_oci/core/private_ip.py,sha256=bOkGkZ1nk6xy7WKBC06EvjFiTaoJHqsPtA6mvX8Hb00,42623
|
636
|
+
pulumi_oci/core/public_ip.py,sha256=kO8KiFyxf7LNidOE-3PbYd6n43jZiuNzJdl0AcCKXDY,49021
|
637
|
+
pulumi_oci/core/public_ip_pool.py,sha256=tBNcGUHOli4IMWzGq65qn0oaAHFJaodCSPfqGQ2ok5k,23945
|
638
638
|
pulumi_oci/core/public_ip_pool_capacity.py,sha256=JCYyMeMgf719-awDWmdT_5ul5XEIKdvCWodKsK1XESY,13009
|
639
|
-
pulumi_oci/core/remote_peering_connection.py,sha256=
|
640
|
-
pulumi_oci/core/route_table.py,sha256=
|
639
|
+
pulumi_oci/core/remote_peering_connection.py,sha256=spq1zf8eJ7Gkkn02g8I1JBEIpa1gU0Emev9lQzNfZuM,34858
|
640
|
+
pulumi_oci/core/route_table.py,sha256=is8vS8luOeexDBDp1yZcpqCAt5TKUW89tOelwDNwzkc,32207
|
641
641
|
pulumi_oci/core/route_table_attachment.py,sha256=jxgSvLfRYGtDjZiZvVLdTe1ko7FvMfLtXJFu-Nv0ec4,10185
|
642
|
-
pulumi_oci/core/security_list.py,sha256=
|
643
|
-
pulumi_oci/core/service_gateway.py,sha256=
|
642
|
+
pulumi_oci/core/security_list.py,sha256=5tuJBV5LIkclofs22Ys_sdnHuqcji4VQabY3au6JCwU,41874
|
643
|
+
pulumi_oci/core/service_gateway.py,sha256=vTW0G4OIi9PesstMa2oEfXEheOAM-v1LKqeCoO3rw9Q,43024
|
644
644
|
pulumi_oci/core/shape_management.py,sha256=xSdOWSiSUH2rKJD2_-Kc-Gq6S-1WjomwSbecFZXxB_Y,10484
|
645
|
-
pulumi_oci/core/subnet.py,sha256=
|
646
|
-
pulumi_oci/core/vcn.py,sha256=
|
647
|
-
pulumi_oci/core/virtual_circuit.py,sha256=
|
648
|
-
pulumi_oci/core/virtual_network.py,sha256=
|
649
|
-
pulumi_oci/core/vlan.py,sha256=
|
645
|
+
pulumi_oci/core/subnet.py,sha256=GYml2axBeI9FQGtDz7DIr4Efz_j74Q8XLFExBs2v818,88778
|
646
|
+
pulumi_oci/core/vcn.py,sha256=Z4VsOd9gb-AWYN0vT_3Ym5tBhbnrN4xthfgUJ4nQzkU,72845
|
647
|
+
pulumi_oci/core/virtual_circuit.py,sha256=Z4IB_Ajq8c06s-vyjEcEX3SswPL-jJPH0TfjlU9BbDQ,90868
|
648
|
+
pulumi_oci/core/virtual_network.py,sha256=XNvT3oR_zBGGO-r_eP2xAM99ltkcdkDbtEOtBSMHPJQ,29303
|
649
|
+
pulumi_oci/core/vlan.py,sha256=4GHTN-lsakVbawPnThyNuIMxvs-1hYTXv89rMshKZn0,45161
|
650
650
|
pulumi_oci/core/vnic_attachment.py,sha256=FtQ9dBvR85QP3S9pk9DFWU7GH6NV2SYTey_chuuT97Y,33442
|
651
|
-
pulumi_oci/core/volume.py,sha256=
|
651
|
+
pulumi_oci/core/volume.py,sha256=ZjK7kjbMxXz8t3RgwfIsda8yydiOGKv6cPbEmrqJtVg,70195
|
652
652
|
pulumi_oci/core/volume_attachment.py,sha256=fMC1RG41a9WqBF6aYXzf76T-bcli1zyozwEtamUkA-o,57506
|
653
|
-
pulumi_oci/core/volume_backup.py,sha256=
|
654
|
-
pulumi_oci/core/volume_backup_policy.py,sha256=
|
653
|
+
pulumi_oci/core/volume_backup.py,sha256=u1jYSCZ1qYMPYpdKWGV7vzYx8YYf2hqo41sqU1Tbi4A,49280
|
654
|
+
pulumi_oci/core/volume_backup_policy.py,sha256=vRvm1jaEOF34RtTx_tyZ18K2avzOeHZuSj_ZZ7Fyr-8,29969
|
655
655
|
pulumi_oci/core/volume_backup_policy_assignment.py,sha256=_LyNLJU6ft34Rpjp-vsXzylj4dkhS9_SGq6ZZfcRWTQ,13080
|
656
|
-
pulumi_oci/core/volume_group.py,sha256=
|
657
|
-
pulumi_oci/core/volume_group_backup.py,sha256=
|
658
|
-
pulumi_oci/core/vtap.py,sha256=
|
656
|
+
pulumi_oci/core/volume_group.py,sha256=uNPw3Zr3UpAsCLYAcEKBqOBaaqIQ7UbXept2zefEkHA,49730
|
657
|
+
pulumi_oci/core/volume_group_backup.py,sha256=gYEVRsYqF_lSAwlNM1bdh6NqdW7Aj9XFLpDYbgkBL94,44533
|
658
|
+
pulumi_oci/core/vtap.py,sha256=GHC-Y98EFyuwzKXH3cZP2zrS6bJbIFsqBryn_KPGIno,62627
|
659
659
|
pulumi_oci/database/__init__.py,sha256=TbvsgFRkvTw9PdDU7h0BQI888lpmOooIdL9UuMQ5waA,9241
|
660
|
-
pulumi_oci/database/_inputs.py,sha256=
|
661
|
-
pulumi_oci/database/application_vip.py,sha256=
|
662
|
-
pulumi_oci/database/autonomous_container_database.py,sha256=
|
660
|
+
pulumi_oci/database/_inputs.py,sha256=F-_sq87tylAbbX04GryyUhim_TgalT8wmddip03flrs,700043
|
661
|
+
pulumi_oci/database/application_vip.py,sha256=eoL2Qe_ajH0T5ENsZZXrhKHdSbdqsnYnDRUoWkvy5C0,29151
|
662
|
+
pulumi_oci/database/autonomous_container_database.py,sha256=MEzfyfF0XV2Qgh2q0S8TWpSFLX7PjwqU8_K-OjMSH2k,162865
|
663
663
|
pulumi_oci/database/autonomous_container_database_dataguard_association.py,sha256=8360eR9E3DX9CMGFBKhMFmLxoiAkmtK5HizuY-vzir0,75338
|
664
664
|
pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py,sha256=4CTcZm42cqeCufLt0HAMto57mLeFbELpvlBZSoPEDi4,17767
|
665
665
|
pulumi_oci/database/autonomous_container_database_dataguard_role_change.py,sha256=dAjgy90q3k5T6dtvfFzJFXQrKECSyK08MCECei2BJ1k,12249
|
666
|
-
pulumi_oci/database/autonomous_database.py,sha256=
|
666
|
+
pulumi_oci/database/autonomous_database.py,sha256=Hd6ghPNDuCPmQGlE0DSUuYF-8Amey-wZtYPMgLsiQSU,472536
|
667
667
|
pulumi_oci/database/autonomous_database_backup.py,sha256=edHZOiY3L6wlC1aHegACbHpg8EZBRdy8i4dYIlGX8u8,42584
|
668
668
|
pulumi_oci/database/autonomous_database_instance_wallet_management.py,sha256=hyPsFWiUcH0tqSYzz6D6Qz2lJpXctQvRIdxcXwB_4AA,18571
|
669
669
|
pulumi_oci/database/autonomous_database_regional_wallet_management.py,sha256=Y70BXlKqhrckRGSzVJ481GrQ5LP-CDu6OZiSE_6SO9k,15583
|
670
670
|
pulumi_oci/database/autonomous_database_saas_admin_user.py,sha256=MNxrsR6nsSezvOG5GAsWkrm_DXGOroEg1l4YQUMWqKw,26568
|
671
|
-
pulumi_oci/database/autonomous_database_software_image.py,sha256=
|
671
|
+
pulumi_oci/database/autonomous_database_software_image.py,sha256=_NHfLj7BBk55uDNV4MnyXiYEHhQRn8M5MHhsr7qGYLI,33337
|
672
672
|
pulumi_oci/database/autonomous_database_wallet.py,sha256=3iWz4jFNIbZQtkYmsoH2qYne9qy0tpGi-IpEDzWOD7g,22891
|
673
|
-
pulumi_oci/database/autonomous_exadata_infrastructure.py,sha256=
|
674
|
-
pulumi_oci/database/autonomous_vm_cluster.py,sha256=
|
673
|
+
pulumi_oci/database/autonomous_exadata_infrastructure.py,sha256=kOOk1vQ1HEdsqx_uy_ww82YNSs7FSw64_gtwRazHEEk,68077
|
674
|
+
pulumi_oci/database/autonomous_vm_cluster.py,sha256=JkK3A1vsxHxxAqDEZ7TDX9mxsHvYwwNF64E4zyO0NGM,111922
|
675
675
|
pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py,sha256=QSh8uLx6dMh9Y8hBCXy8A88ljT1a_l6BbLw4X4bO_JA,21529
|
676
676
|
pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py,sha256=IF7nAK8KEMy28B8KUWQzRILlSsx_ookIq_5qoHmjWOk,21441
|
677
677
|
pulumi_oci/database/backup.py,sha256=zzACjiTvy2e0TYBgtqtcrR_8c_KxbpTlCw-mZeUfrFY,32067
|
678
678
|
pulumi_oci/database/backup_cancel_management.py,sha256=5kwBqClQIROezxrAcF5ZzZucB_BysCX9yjiMoupGnBk,11497
|
679
|
-
pulumi_oci/database/backup_destination.py,sha256=
|
680
|
-
pulumi_oci/database/cloud_autonomous_vm_cluster.py,sha256=
|
679
|
+
pulumi_oci/database/backup_destination.py,sha256=t-WCpFJI9cl3DW4G6VUGyAwdad8rxYZpqBbUWSs2MDI,45596
|
680
|
+
pulumi_oci/database/cloud_autonomous_vm_cluster.py,sha256=9tZbyb8Er2YUmVtfdtYrDw0fzCCbbaSGey_sMN3IoC0,133948
|
681
681
|
pulumi_oci/database/cloud_database_management.py,sha256=rhFw3yjrEVNfr_ptz6bhgdI3yl-C9kIWo4IjdMzHcjM,31578
|
682
|
-
pulumi_oci/database/cloud_exadata_infrastructure.py,sha256=
|
683
|
-
pulumi_oci/database/cloud_vm_cluster.py,sha256=
|
682
|
+
pulumi_oci/database/cloud_exadata_infrastructure.py,sha256=WRWwK9xkInTvs2wjwyzJa3P8HqdTixsvfnOKOgh9D8s,80075
|
683
|
+
pulumi_oci/database/cloud_vm_cluster.py,sha256=1sXUxse9qRewKvN-AwVzHgABfCfmZtZhkXxe-ir4vOs,144370
|
684
684
|
pulumi_oci/database/cloud_vm_cluster_iorm_config.py,sha256=sB9OU5Mf5sVTHYqT_sb4VmeIl4wHH87oFf9c8qTMVaw,16398
|
685
|
-
pulumi_oci/database/data_guard_association.py,sha256=
|
686
|
-
pulumi_oci/database/database.py,sha256=
|
687
|
-
pulumi_oci/database/database_software_image.py,sha256=
|
688
|
-
pulumi_oci/database/database_upgrade.py,sha256=
|
689
|
-
pulumi_oci/database/db_home.py,sha256=
|
690
|
-
pulumi_oci/database/db_node.py,sha256=
|
691
|
-
pulumi_oci/database/db_node_console_connection.py,sha256=
|
692
|
-
pulumi_oci/database/db_node_console_history.py,sha256
|
693
|
-
pulumi_oci/database/db_system.py,sha256=
|
694
|
-
pulumi_oci/database/db_systems_upgrade.py,sha256=
|
695
|
-
pulumi_oci/database/exadata_infrastructure.py,sha256=
|
696
|
-
pulumi_oci/database/exadata_infrastructure_compute.py,sha256=
|
697
|
-
pulumi_oci/database/exadata_infrastructure_storage.py,sha256=
|
685
|
+
pulumi_oci/database/data_guard_association.py,sha256=f_p0Sa2OhpAyblQBUcZ7noMLYY6jeuxr4nT50KNJuQs,147669
|
686
|
+
pulumi_oci/database/database.py,sha256=AqFz-oWbQHHYz3vUtZng7wgEPueS5-KrPx4b9zyz32g,76785
|
687
|
+
pulumi_oci/database/database_software_image.py,sha256=7hQyKcLMrGQ48oAMAzEshPlmroNd5IfdrxG1oheOpjk,46548
|
688
|
+
pulumi_oci/database/database_upgrade.py,sha256=v__-3IpW5_9ObaYEkPihaH69XMIUMaxvoR3eRC77BeE,58148
|
689
|
+
pulumi_oci/database/db_home.py,sha256=_smBkjgh7sBQs9QY04Nsmh-FCEyGbXnFTxYUdSNU0_o,56838
|
690
|
+
pulumi_oci/database/db_node.py,sha256=dhEUiTDe7p04Jtfh1d3bYz5BWNOjFan2eJKYvgQ5OP4,47237
|
691
|
+
pulumi_oci/database/db_node_console_connection.py,sha256=_PBIXr2YKC-eek2GEMa7I1Iwq9YIA-Wm-qU2NTGy-co,26960
|
692
|
+
pulumi_oci/database/db_node_console_history.py,sha256=SRnG4LmbAjOqhCO1nqgAx-7gqmc4PaFoWIBHc3SrKD4,24214
|
693
|
+
pulumi_oci/database/db_system.py,sha256=ZSSG4JQ7GHToUFiVJiXNYsXIDqkRM5IXu9WGmMT1BXs,177742
|
694
|
+
pulumi_oci/database/db_systems_upgrade.py,sha256=xoOC1w7OfDhGPQHV_IGqpmN0yFRarkz4miWXIYL-mvI,93771
|
695
|
+
pulumi_oci/database/exadata_infrastructure.py,sha256=iYfM0-rD_omhizxUIEXvp46LehIndmbya-X1Du3kVkg,118827
|
696
|
+
pulumi_oci/database/exadata_infrastructure_compute.py,sha256=gMF41_rPQUD3Cq4r1VLqmO9vdb7fRzKMg791hiVkqZo,75094
|
697
|
+
pulumi_oci/database/exadata_infrastructure_storage.py,sha256=E8640tT2k_FahiYnsA5c8itoGOBMQ4HjLfqujWzJBNo,51469
|
698
698
|
pulumi_oci/database/exadata_iorm_config.py,sha256=I1Dok71YMpUFisJ1HIljuXqlOClw1L4_q0Ta_gNL60E,18044
|
699
|
-
pulumi_oci/database/exadb_vm_cluster.py,sha256=
|
700
|
-
pulumi_oci/database/exascale_db_storage_vault.py,sha256=
|
701
|
-
pulumi_oci/database/external_container_database.py,sha256=
|
699
|
+
pulumi_oci/database/exadb_vm_cluster.py,sha256=J8cTPnW4COoK5yxlbwYEJxiBYbmr-hx97ukIS_nnqRI,110300
|
700
|
+
pulumi_oci/database/exascale_db_storage_vault.py,sha256=tKYMViDw9vwSJJ5wfZFP8E0XOI00f7tnGJBap-H7Jlc,44182
|
701
|
+
pulumi_oci/database/external_container_database.py,sha256=cZJzDbDDGaKhAcdOVrLzpEfO-GpPQELBfqbxDeTJTzM,38813
|
702
702
|
pulumi_oci/database/external_container_database_management.py,sha256=RPCqPUtqjjCgjRBQ7Epv1PfHmIsOiwveZVoUsEHL_kE,17556
|
703
703
|
pulumi_oci/database/external_container_databases_stack_monitoring.py,sha256=P4NvflqDkrxTiYJk-yAlyVW-sx-VEucPSpaT57-p0VE,17234
|
704
|
-
pulumi_oci/database/external_database_connector.py,sha256=
|
705
|
-
pulumi_oci/database/external_non_container_database.py,sha256=
|
704
|
+
pulumi_oci/database/external_database_connector.py,sha256=Lljd7lEcqwu1S7Or-HVPNdUicxGE4FeeJDscFkLRW-g,43809
|
705
|
+
pulumi_oci/database/external_non_container_database.py,sha256=dpOUn9zmYB6ErGaxPlfxBz6jjJ9QeJ3sR8ssKspFBWQ,41185
|
706
706
|
pulumi_oci/database/external_non_container_database_management.py,sha256=XZAMbEZlB0CgPVj2psTohjAdbQbbJONMrmecJeiq5Sw,17809
|
707
707
|
pulumi_oci/database/external_non_container_database_operations_insights_management.py,sha256=juWLoGoJFSOK4CBWKbNn0BKH9xclji--_zSvveRW1Vo,18053
|
708
708
|
pulumi_oci/database/external_non_container_databases_stack_monitoring.py,sha256=xXUc8DPqx2spodMr5_jLInhXY3eMkMiPPB35fhGInm0,17549
|
709
|
-
pulumi_oci/database/external_pluggable_database.py,sha256=
|
709
|
+
pulumi_oci/database/external_pluggable_database.py,sha256=8YiweYeblnvKHRRdDDhWd1BTmU5PIargMGPnaso4B4k,49623
|
710
710
|
pulumi_oci/database/external_pluggable_database_management.py,sha256=dNtkGHMDEjU8ut_FiLwvVAv4xFCeCgjiC2UUIbrh8ec,16066
|
711
711
|
pulumi_oci/database/external_pluggable_database_operations_insights_management.py,sha256=WXGz7CC0dyjW6Z84gvM1A9sSlilPLw0PyJjFHbtVD8g,17753
|
712
712
|
pulumi_oci/database/external_pluggable_databases_stack_monitoring.py,sha256=NVUVba8ko_gib9sE5gBcl3mb-iwhpC6qDZ1Qbx1kJZ8,17248
|
713
|
-
pulumi_oci/database/get_application_vip.py,sha256=
|
713
|
+
pulumi_oci/database/get_application_vip.py,sha256=nCgb-jGPfVQRYOqmD8jGaqcYoVwvU0vydocywuiFEXc,10601
|
714
714
|
pulumi_oci/database/get_application_vips.py,sha256=Tie3ioAsGNuQMBJEg-8Li-NE2Yx2YZXksn-mndlJuHc,7578
|
715
715
|
pulumi_oci/database/get_autonomous_character_sets.py,sha256=RxwPEFAu0vjks63qEjKHaRqgT0BJYMw7vv0STHJQR1A,8115
|
716
|
-
pulumi_oci/database/get_autonomous_container_database.py,sha256=
|
716
|
+
pulumi_oci/database/get_autonomous_container_database.py,sha256=tD-0Rpgs76VPNxpn5ry5MEeuocqoLCmM7ARykNn_so0,47964
|
717
717
|
pulumi_oci/database/get_autonomous_container_database_dataguard_association.py,sha256=8k9-HR70aWE90-8T5w_MyL8FxUQvs2gz93AS57Aqs1k,24560
|
718
718
|
pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py,sha256=Zjv_sMsHp5Rqp72PX3xEX4tx6H89rLFL0kwpSA7YTKc,7636
|
719
|
-
pulumi_oci/database/get_autonomous_container_database_resource_usage.py,sha256=
|
719
|
+
pulumi_oci/database/get_autonomous_container_database_resource_usage.py,sha256=xSMouUS7M6kv0UTHfEzwWefhHshNyQ1Ra0-vtaOKLqE,12719
|
720
720
|
pulumi_oci/database/get_autonomous_container_database_versions.py,sha256=EUdbXE1ezKnD-C7t2f6vqpzoU7eVuf8M6Z56ZWbpvqw,7160
|
721
721
|
pulumi_oci/database/get_autonomous_container_databases.py,sha256=vNkiBpo27ABDCPrBo7z3ImZdxbFeS1-9fkMwxBgLwRM,16894
|
722
722
|
pulumi_oci/database/get_autonomous_container_patches.py,sha256=ENTNGodsWVnICHLj77iy6N8HD0gwnr52oIu9u_kRqGU,8214
|
723
|
-
pulumi_oci/database/get_autonomous_database.py,sha256=
|
723
|
+
pulumi_oci/database/get_autonomous_database.py,sha256=UjRtgEsP7MEY7FEsqqxKrNG5f9s7pi1aYfYMdrHHJGw,106259
|
724
724
|
pulumi_oci/database/get_autonomous_database_backup.py,sha256=cBVPgkkUq-IYcmfrwK1BnhpUEY2lZOMXvhGX53y23BI,17574
|
725
725
|
pulumi_oci/database/get_autonomous_database_backups.py,sha256=cNkIc5T6b8b8RUV2G5ENOWqsRlzJ4n5Vk_Oylj59zIM,10222
|
726
726
|
pulumi_oci/database/get_autonomous_database_dataguard_association.py,sha256=YyuIu1D7g6dwatNlB1DCXn0qqvpW0xeGevsSYZLRESo,13543
|
@@ -729,61 +729,61 @@ pulumi_oci/database/get_autonomous_database_instance_wallet_management.py,sha256
|
|
729
729
|
pulumi_oci/database/get_autonomous_database_peers.py,sha256=_4wir-wMs0X2lzp-cAyKx3g2Us-kRhmsy4JOcJb7AmU,5809
|
730
730
|
pulumi_oci/database/get_autonomous_database_refreshable_clones.py,sha256=8qsfCy5dlZbBI1ZwR5XwKVVkUh-A2yKoKIyKN9oDxok,6293
|
731
731
|
pulumi_oci/database/get_autonomous_database_regional_wallet_management.py,sha256=RJVlLxOaO1XHCjMe_XIbiNTSVrTDPrcYrqcR59LORrI,5091
|
732
|
-
pulumi_oci/database/get_autonomous_database_software_image.py,sha256=
|
732
|
+
pulumi_oci/database/get_autonomous_database_software_image.py,sha256=K7pIsSOJqO0Vj8vlaMDk-i6xQ65cNXIYqLAZuMBFQog,12167
|
733
733
|
pulumi_oci/database/get_autonomous_database_software_images.py,sha256=S0Vp7uKvPejUQsiE_id0QGsUQutK-OD_CtLWUn4R-DE,9726
|
734
734
|
pulumi_oci/database/get_autonomous_database_wallet.py,sha256=5xXyuVR8Saa6ZktzxFAT13-hbDCSKGuL4o59A7NwvWA,7777
|
735
735
|
pulumi_oci/database/get_autonomous_databases.py,sha256=63MW9Bqyduiv5c7TYIXPU1ThR3nCIiDUp7ULjXFal6E,21246
|
736
736
|
pulumi_oci/database/get_autonomous_databases_clones.py,sha256=gM7iMcD1TVZujAzOZD3Fea1cdD01AdSf31f1wrouvEQ,9930
|
737
737
|
pulumi_oci/database/get_autonomous_db_preview_versions.py,sha256=YgPJHqQSS5rzV3UlPo1kY0Vwm7-NW_KwZtPLl4HtAuM,5987
|
738
738
|
pulumi_oci/database/get_autonomous_db_versions.py,sha256=5WzvgiXjLJ3jhSoArKL-zx-Ukaf4s5g0eB4mWTFXcVA,6682
|
739
|
-
pulumi_oci/database/get_autonomous_exadata_infrastructure.py,sha256=
|
739
|
+
pulumi_oci/database/get_autonomous_exadata_infrastructure.py,sha256=ZluM6UAvN8ETVFHsdvYlF7MnnwE5Si7mrrrZ4giUGgQ,18759
|
740
740
|
pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py,sha256=HG3R2OZEpMNN0mXDeNT1kA1bldDjh3GP0nktAcI4ZT8,6637
|
741
741
|
pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py,sha256=qFWO2mzzdMRXn8BjAtX6norThw6mP_5i_Cvo8m48Fm4,7184
|
742
742
|
pulumi_oci/database/get_autonomous_exadata_infrastructures.py,sha256=mjan6RAYGBUeHYx8DdYa_6hKCq6dG_dtLdg65eiFp6w,10243
|
743
743
|
pulumi_oci/database/get_autonomous_patch.py,sha256=n_jWH8T2lrmcKZnBRfBZyoVuXZE5JILhqeKxm4CPT9s,9025
|
744
|
-
pulumi_oci/database/get_autonomous_virtual_machine.py,sha256=
|
744
|
+
pulumi_oci/database/get_autonomous_virtual_machine.py,sha256=QY06HX03XFLhwFOSt7fxBfMCZyvA3ay0lzVdZbzAZbk,12013
|
745
745
|
pulumi_oci/database/get_autonomous_virtual_machines.py,sha256=pkV8kD1pgXO--ecRHSLwgzTdxERt-Hica_wBU20SaLI,8178
|
746
|
-
pulumi_oci/database/get_autonomous_vm_cluster.py,sha256=
|
746
|
+
pulumi_oci/database/get_autonomous_vm_cluster.py,sha256=qSnmPT0CfdUw0RZEQs7Inqi88c8vthRcpZ8UP_iMP00,40602
|
747
747
|
pulumi_oci/database/get_autonomous_vm_cluster_acd_resource_usages.py,sha256=6KLsXAyTaN1XDw19ymR4age6Vd5cplWgKNNxrKcFXdU,7698
|
748
748
|
pulumi_oci/database/get_autonomous_vm_cluster_resource_usage.py,sha256=GdHoBhn-XnNCIgfV-x-Ej0kwc2WmqeAt_qb2VkuXRLE,19710
|
749
749
|
pulumi_oci/database/get_autonomous_vm_clusters.py,sha256=gAKeqRu1l2sgnyQD7Oc8ZsPLjFG5-n-j0RaUv7ub3Gg,9398
|
750
|
-
pulumi_oci/database/get_backup_destination.py,sha256
|
750
|
+
pulumi_oci/database/get_backup_destination.py,sha256=OWU_uFNTFWbQhsDKgd6TcXpbm-eqeoQbMhKrRL6M99A,14087
|
751
751
|
pulumi_oci/database/get_backup_destinations.py,sha256=M8Jm76ZWn-vL4DnH-Wndv965WeA-CwKtiUkvgpsQcCY,6179
|
752
752
|
pulumi_oci/database/get_backups.py,sha256=JIpvz2-KEMqnTKdJfCHZgP4_tpa1ELzrveREKsRQuc8,7001
|
753
|
-
pulumi_oci/database/get_cloud_autonomous_vm_cluster.py,sha256=
|
753
|
+
pulumi_oci/database/get_cloud_autonomous_vm_cluster.py,sha256=g-OAaqFt89cMI4PT-6n5HaC1fy0NO3_S1-BXKqcaOtE,44600
|
754
754
|
pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py,sha256=cO3CHfwzWp_-pi6gJeEchZKwQZwBaZT-Iw_iw5yV7sQ,8053
|
755
755
|
pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py,sha256=94giNp7KoOpAWgiZfonpwDefioqj4bm3AlK7D6x0WIo,19175
|
756
756
|
pulumi_oci/database/get_cloud_autonomous_vm_clusters.py,sha256=pOEMcNVOtvCusMTBbWYyg1mJRBCS5-yUTx8E2ebF6Z4,11096
|
757
|
-
pulumi_oci/database/get_cloud_exadata_infrastructure.py,sha256=
|
757
|
+
pulumi_oci/database/get_cloud_exadata_infrastructure.py,sha256=V-78RedsYQFkjTNIjRWpkQMmsMqLsgJKqaYjIC69edk,28849
|
758
758
|
pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py,sha256=-eEd5Ov56fPnYl0MZuZwhDNIVdSg7Sg8stppneK_rqw,10604
|
759
759
|
pulumi_oci/database/get_cloud_exadata_infrastructures.py,sha256=R_YbV8M7NBpqnYNuvdq73pInl_BWcw_cKIXWlBtDYAg,9789
|
760
|
-
pulumi_oci/database/get_cloud_vm_cluster.py,sha256=
|
760
|
+
pulumi_oci/database/get_cloud_vm_cluster.py,sha256=y7yqeOuzTlfZtLGqScSYynZspTXlKO1Q282L_6D4T9Y,37469
|
761
761
|
pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py,sha256=HMjmZZzZVNMn047jiR4CjsK0QIFN2d0Nv4z6N1fCN8I,6599
|
762
762
|
pulumi_oci/database/get_cloud_vm_clusters.py,sha256=cA3LArmjrLQuqmVBaYrcA7mQHFk-DjubfARgHdxeDBc,9031
|
763
|
-
pulumi_oci/database/get_data_guard_association.py,sha256=
|
763
|
+
pulumi_oci/database/get_data_guard_association.py,sha256=9Akb-H9-MFGl6vF_zbY14XjTc7V1Ca5_lc1hjXKkdW4,28316
|
764
764
|
pulumi_oci/database/get_data_guard_associations.py,sha256=XjcAalaMVfha5AePL9Yqk0IVwVZckql5ljvPXlQic-4,5419
|
765
|
-
pulumi_oci/database/get_database.py,sha256=
|
765
|
+
pulumi_oci/database/get_database.py,sha256=dGosC9bzp3TurUhHbTatszemcwivTf7dPR75USG0ma8,25723
|
766
766
|
pulumi_oci/database/get_database_maintenance_run_histories.py,sha256=N2wU2v814yX_gWoo6oevZ75j44mNzLbuAWogtl7FfGw,11335
|
767
767
|
pulumi_oci/database/get_database_maintenance_run_history.py,sha256=SyPNftHPLHyfZZzVhp04wZxmsjgwBU2ZKed2vaCqmWE,5738
|
768
768
|
pulumi_oci/database/get_database_pdb_conversion_history_entries.py,sha256=VgnF4h8822H9S4FGPHrZniX1CqCLUVNk37mUymxkuMU,8818
|
769
769
|
pulumi_oci/database/get_database_pdb_conversion_history_entry.py,sha256=r26Ut9N1ETYK2vePguuACh2ofaZZivBhMgm1l_7jIlE,12531
|
770
|
-
pulumi_oci/database/get_database_software_image.py,sha256=
|
770
|
+
pulumi_oci/database/get_database_software_image.py,sha256=9Rr9UcfIC8xq7Xwd-dwmn_dsq0gYPMdq5oKmAVohagU,15102
|
771
771
|
pulumi_oci/database/get_database_software_images.py,sha256=wFghAbibmIuZ0XD7uD_956tbcHFx8HY8nLVVmGQL0AA,11267
|
772
772
|
pulumi_oci/database/get_database_upgrade_history_entries.py,sha256=8ggd1a65gtg1evbWMMVYbYM9UXd3MG8zwjkDe9yu-cg,7855
|
773
773
|
pulumi_oci/database/get_database_upgrade_history_entry.py,sha256=oOA-KeonYNiH-X-qWb-9l19P9SpHhjZCbICjhJaGBKE,11828
|
774
774
|
pulumi_oci/database/get_databases.py,sha256=LxigDs8MmvzDsopTOVQn5QqVO9ggeSmEjVyzvfQQFTY,8974
|
775
|
-
pulumi_oci/database/get_db_home.py,sha256=
|
775
|
+
pulumi_oci/database/get_db_home.py,sha256=fcX7i1qnX_7hmPNpkTUYZUJMC_t0B1gIFd9ah4Tqe7Y,15354
|
776
776
|
pulumi_oci/database/get_db_home_patch_history_entries.py,sha256=1mUH_OafrolRlJTySYVKhac9nAq3E-ULicilUEGJSe8,5408
|
777
777
|
pulumi_oci/database/get_db_home_patches.py,sha256=BimcJQClLnkdH3azjA-bVr3AsY__TzF7dLoIt4-Xrg4,4722
|
778
778
|
pulumi_oci/database/get_db_homes.py,sha256=Ql41Vqe7erEkvezaoSkImk5HE2T66F26RQqzKWfmciQ,10711
|
779
|
-
pulumi_oci/database/get_db_node.py,sha256=
|
780
|
-
pulumi_oci/database/get_db_node_console_connection.py,sha256=
|
779
|
+
pulumi_oci/database/get_db_node.py,sha256=sr-0klemoVA-2FkZFqHtJAc8Qk4hLylrkCjIhZaqsSg,18872
|
780
|
+
pulumi_oci/database/get_db_node_console_connection.py,sha256=wWM5x58M8F5X-56MKzNACsPgL5hHydhNI8k4Tc53hhM,9604
|
781
781
|
pulumi_oci/database/get_db_node_console_connections.py,sha256=rEGrkjgLeB-9P_QWYmEd40T6LYxDT4KVrdGbWDTPyl4,5381
|
782
782
|
pulumi_oci/database/get_db_node_console_histories.py,sha256=yXrWa-4tOdL5_XcaPg-FMVn4DcsnID7HLtWs5w4AreU,7534
|
783
|
-
pulumi_oci/database/get_db_node_console_history.py,sha256=
|
783
|
+
pulumi_oci/database/get_db_node_console_history.py,sha256=urHWLSvJiFomyw_RiQ3Cu1bR4hfFbPHoPArJ0lDy81I,8963
|
784
784
|
pulumi_oci/database/get_db_node_console_history_content.py,sha256=f_n53T6uZrK4velMymIjdjYxD9yQ3ligmAIMbw2O1SU,4940
|
785
785
|
pulumi_oci/database/get_db_nodes.py,sha256=JnMTSYdmsfCw5CcamggVfMUlxZiA_1iRoWmF7k9DNFc,9419
|
786
|
-
pulumi_oci/database/get_db_server.py,sha256=
|
786
|
+
pulumi_oci/database/get_db_server.py,sha256=mcOA4Lq5wTQBAmgZdsGaod2cQcxfGqOBVop8fRPlN7g,17243
|
787
787
|
pulumi_oci/database/get_db_servers.py,sha256=0D3d2m-BxsEjprcldlDWi1OW0us1HJBq8jd4xqXnMws,8343
|
788
788
|
pulumi_oci/database/get_db_system_compute_performances.py,sha256=C__oEc0f4kwTH85anB-OAwZFDNRmOEI11iR-2oxX8Kg,5876
|
789
789
|
pulumi_oci/database/get_db_system_history_entries.py,sha256=WFSuRPJlVyqw1hChmpOO2rSz131YM5xStTnVyuSs_nU,5365
|
@@ -794,134 +794,134 @@ pulumi_oci/database/get_db_systems.py,sha256=SnyRewj4_cKCWwXC6XIKwkCkEvC7zzVIWLr
|
|
794
794
|
pulumi_oci/database/get_db_systems_upgrade_history_entries.py,sha256=i0lzU4fSSDvnuaz6EXSXy9p3AfqzRjSGrIFwtQfypiE,7892
|
795
795
|
pulumi_oci/database/get_db_systems_upgrade_history_entry.py,sha256=1emBfohKN-MFL5RnFqdO8A-cWVQqrXiZ_kpXfuxY4_w,11167
|
796
796
|
pulumi_oci/database/get_db_versions.py,sha256=GRcFSmDCiR8Wdt48Os8gT8rmphLpkgvNWeUh37myV7E,11496
|
797
|
-
pulumi_oci/database/get_exadata_infrastructure.py,sha256=
|
797
|
+
pulumi_oci/database/get_exadata_infrastructure.py,sha256=yPXTVK1n7AQcvSQGLT_5GDSO5h5trY59l97miRxyGy8,35886
|
798
798
|
pulumi_oci/database/get_exadata_infrastructure_download_config_file.py,sha256=VDqi6MLXDLMsAL9SLd3_ZI7budCt7RcqkKBCuPqDn1w,6124
|
799
799
|
pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py,sha256=eBlTxXXKfaPNucTnQDCkp1mgNiQq1V3W1_xBXkHAhtY,9781
|
800
800
|
pulumi_oci/database/get_exadata_infrastructures.py,sha256=30dvO0Jixf0KUSlox9GRz28ihaYIWG6fOq0sQnOTKdE,7655
|
801
801
|
pulumi_oci/database/get_exadata_iorm_config.py,sha256=S2Mgf6KceJ5rTh3BkRzd-vtoDGeTQfgBI7M2ZRXmgys,7459
|
802
|
-
pulumi_oci/database/get_exadb_vm_cluster.py,sha256=
|
802
|
+
pulumi_oci/database/get_exadb_vm_cluster.py,sha256=5ZNzMr4XSUlx2pIJQBFOTzkfYeQVrZRTpLg8VUhxJa4,30756
|
803
803
|
pulumi_oci/database/get_exadb_vm_cluster_update.py,sha256=FDxthhqvwWiI45at6udWSi_3lH4qE4xpWQENKGQMWqs,9319
|
804
804
|
pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py,sha256=nHxXziMNRyXg--CzKb9HuIzmN1c5YyrOI-cN3eRbNYA,7494
|
805
805
|
pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py,sha256=4cHW92ogI-Lop4qVUGwCXnnrU3X6bEPHllE5VNJGvhM,9943
|
806
806
|
pulumi_oci/database/get_exadb_vm_cluster_updates.py,sha256=gO4E8nFZdWp73HzQ4PjGl3UYuS9GjikQZvZ_Z_BQqiE,7684
|
807
807
|
pulumi_oci/database/get_exadb_vm_clusters.py,sha256=ftYkboGepmuMlJAA1DMfNKNr0nLtIyoh2oO-vDQ57xc,9150
|
808
|
-
pulumi_oci/database/get_exascale_db_storage_vault.py,sha256=
|
808
|
+
pulumi_oci/database/get_exascale_db_storage_vault.py,sha256=XGg0cOmb4e1hOOfpWIvjP9iwJHyAwYNeOWrfbsAvtTM,14343
|
809
809
|
pulumi_oci/database/get_exascale_db_storage_vaults.py,sha256=11vVHZub15C5CG_WmkO9LSb3VTtBJJN_sDI9mz_emAk,7829
|
810
|
-
pulumi_oci/database/get_external_container_database.py,sha256=
|
810
|
+
pulumi_oci/database/get_external_container_database.py,sha256=T8rgD7JWmncJHoIfzCeXrva5VVRpsnIfO8O-Te-GbJc,15525
|
811
811
|
pulumi_oci/database/get_external_container_databases.py,sha256=-j48MTJaAtX4w4SFJATM13vbG12icvZuIlVUKW_8j50,7917
|
812
|
-
pulumi_oci/database/get_external_database_connector.py,sha256=
|
812
|
+
pulumi_oci/database/get_external_database_connector.py,sha256=y03HAOcd_UqIy0d8XlsQFoZb2Emo3AjAUostAqDXH9g,14110
|
813
813
|
pulumi_oci/database/get_external_database_connectors.py,sha256=pdYipPwUk8zyrABbk0yYSopSKWW0IuDnJAdzBIQfxx4,9452
|
814
|
-
pulumi_oci/database/get_external_non_container_database.py,sha256=
|
814
|
+
pulumi_oci/database/get_external_non_container_database.py,sha256=ShAWpZ15Bz6zNoZun6WqjokCohu2dkIxPQvp8Zc4w9E,16563
|
815
815
|
pulumi_oci/database/get_external_non_container_databases.py,sha256=wd0iMFQGpptBSsl8sx33iVqBA0ZAmLHR9nlRwFGpo94,8126
|
816
|
-
pulumi_oci/database/get_external_pluggable_database.py,sha256=
|
816
|
+
pulumi_oci/database/get_external_pluggable_database.py,sha256=YKegI3-_LaMtNcQphKfcLSprIKAFu8dMxKbIEXkjb2g,18371
|
817
817
|
pulumi_oci/database/get_external_pluggable_databases.py,sha256=H3l8MF2VHfeHg5teCf4k67jVtGBxxVYhH96smh6B30w,10078
|
818
818
|
pulumi_oci/database/get_flex_components.py,sha256=zgd4VzMkBsEcXgGhJzXKZsSHL61VYFsli4toa7fpMko,6286
|
819
819
|
pulumi_oci/database/get_gi_version_minor_versions.py,sha256=ddvMW2yfsSFwKouV5cAKhtt2JRZNxSIVJEFqbeiD6Lc,10806
|
820
820
|
pulumi_oci/database/get_gi_versions.py,sha256=XnPQ_OJP503nKEjJwPA9-Fng5QugjPLgys8IaSdZaCg,6562
|
821
821
|
pulumi_oci/database/get_infrastructure_target_version.py,sha256=rj5AidhzzytvifXV0fqPpggwy6-YkiUbsj3tKp7ZNPw,8502
|
822
|
-
pulumi_oci/database/get_key_store.py,sha256=
|
822
|
+
pulumi_oci/database/get_key_store.py,sha256=UEx_PxgDD6fz9WSuwdv2iWvzxycdHtErINsDtr62VdM,9599
|
823
823
|
pulumi_oci/database/get_key_stores.py,sha256=EF5dC-ARE_Q4UwRUDgtwDzDodkETXE5J50e07cI2ZzY,4843
|
824
|
-
pulumi_oci/database/get_maintenance_run.py,sha256=
|
824
|
+
pulumi_oci/database/get_maintenance_run.py,sha256=PahWzKP1X3gb3cacRq6e11Z8S7tGbrmD3kt926TCLPY,23644
|
825
825
|
pulumi_oci/database/get_maintenance_runs.py,sha256=jbrilpwi6aIpyfatlmPRjLsw66vSpsH_GNYLPL3c_As,11800
|
826
826
|
pulumi_oci/database/get_managed_preferred_credential.py,sha256=_1wTpHbsyQZ_EjS94s1nSDePlTGhPyS9ojLGCsPjdHs,9701
|
827
827
|
pulumi_oci/database/get_managed_preferred_credentials.py,sha256=ioQmWOYxXPsJAPVA0ihxvOZFmdkpl63isf32M6KnZdM,5894
|
828
|
-
pulumi_oci/database/get_oneoff_patch.py,sha256=
|
828
|
+
pulumi_oci/database/get_oneoff_patch.py,sha256=AKcK6KLxojgcA_rExXSOvVLC2pLVSRNcbzhWbElunHs,12611
|
829
829
|
pulumi_oci/database/get_oneoff_patches.py,sha256=rEc6l_Aaj2bAqJR1OEgs3RR-OeLDSvIpzRD-UJSGZNQ,7005
|
830
|
-
pulumi_oci/database/get_pluggable_database.py,sha256=
|
830
|
+
pulumi_oci/database/get_pluggable_database.py,sha256=0txpCUPhM7_Fw4bogqT8-zJqdgTg7jmnpmCrDRVjdec,19257
|
831
831
|
pulumi_oci/database/get_pluggable_databases.py,sha256=eoFOrjAx7rqahyrskHjs6YScaJuPtlu7eb-bKssdoNM,8755
|
832
832
|
pulumi_oci/database/get_system_versions.py,sha256=tTlSGQ58ARlbOP2SG0GojFwgZuqJBxjyOufY4HUgLM8,6791
|
833
|
-
pulumi_oci/database/get_vm_cluster.py,sha256=
|
834
|
-
pulumi_oci/database/get_vm_cluster_network.py,sha256=
|
833
|
+
pulumi_oci/database/get_vm_cluster.py,sha256=BQWd7T1efqN3ycZfm6DS0knwQmZObc6iaOdVJzTmIpI,22708
|
834
|
+
pulumi_oci/database/get_vm_cluster_network.py,sha256=0m44qat57gew9dS0YasyaNeaugQWVcC8GWA1q0REofg,15028
|
835
835
|
pulumi_oci/database/get_vm_cluster_network_download_config_file.py,sha256=Ffc7seWDsmrLUOsLbssbsAoBbhpDtcoanoIyPnIwoJA,7312
|
836
836
|
pulumi_oci/database/get_vm_cluster_networks.py,sha256=DRoRk-j9tN1M57cJVCPwQeCv2tvqsio_WbhVspcySRQ,9652
|
837
837
|
pulumi_oci/database/get_vm_cluster_patch.py,sha256=HfitiQmZ_QaVkHK_dNDOivtNF0wJ3GxKseqncliMwDw,8208
|
838
838
|
pulumi_oci/database/get_vm_cluster_patch_history_entries.py,sha256=fnCZvlbFn9yEgGqaSJOUp_V4PG1vp74LKs4yZ4VViRE,5659
|
839
839
|
pulumi_oci/database/get_vm_cluster_patch_history_entry.py,sha256=VPtXV6M3UCfsYySfh-Jf45OCpMCgjqvDdxyFWjbB7us,8312
|
840
840
|
pulumi_oci/database/get_vm_cluster_patches.py,sha256=tABUXVBuO6IDCZuWlHo33lKiaMU6ztWoh0Gt1Vqd8eQ,4961
|
841
|
-
pulumi_oci/database/get_vm_cluster_recommended_network.py,sha256=
|
841
|
+
pulumi_oci/database/get_vm_cluster_recommended_network.py,sha256=wkT-cHXnuQjGNskEdTdmARwVe4e4Qce-10TQn5din-U,17780
|
842
842
|
pulumi_oci/database/get_vm_cluster_update.py,sha256=qs5S7XeBc34BI3V4aGYMsKGxxsh9cstorzvBdaonClw,9002
|
843
843
|
pulumi_oci/database/get_vm_cluster_update_history_entries.py,sha256=_58PY2zmeAwRN9mwMK_-6bMNcHFcFtLqoadBzIB_ttc,7987
|
844
844
|
pulumi_oci/database/get_vm_cluster_update_history_entry.py,sha256=9M0xnS6OknJNfWP3ajENLKSto0_7C5QCoWD-TI8HbvE,9261
|
845
845
|
pulumi_oci/database/get_vm_cluster_updates.py,sha256=2bdUa1h2-TjJYCW9MJEn2iuSqGFnc9gbu5ul7giqnuc,7173
|
846
846
|
pulumi_oci/database/get_vm_clusters.py,sha256=xP29YtPcMIp3H67d7u3wjSDuYlMoPqrNQwamBv9tu7U,8803
|
847
|
-
pulumi_oci/database/key_store.py,sha256=
|
848
|
-
pulumi_oci/database/maintenance_run.py,sha256=
|
849
|
-
pulumi_oci/database/oneoff_patch.py,sha256=
|
850
|
-
pulumi_oci/database/outputs.py,sha256=
|
851
|
-
pulumi_oci/database/pluggable_database.py,sha256=
|
852
|
-
pulumi_oci/database/pluggable_database_managements_management.py,sha256=
|
853
|
-
pulumi_oci/database/pluggable_databases_local_clone.py,sha256=
|
854
|
-
pulumi_oci/database/pluggable_databases_remote_clone.py,sha256=
|
855
|
-
pulumi_oci/database/vm_cluster.py,sha256=
|
856
|
-
pulumi_oci/database/vm_cluster_add_virtual_network.py,sha256=
|
857
|
-
pulumi_oci/database/vm_cluster_network.py,sha256=
|
858
|
-
pulumi_oci/database/vm_cluster_remove_virtual_machine.py,sha256=
|
847
|
+
pulumi_oci/database/key_store.py,sha256=dG1I-PEq_v_9DMEzE2ftXKI_KxMADsUunjYehQxABug,27615
|
848
|
+
pulumi_oci/database/maintenance_run.py,sha256=o1swLjSL5DUkr5U28J_fr0RXxBSGaI_ow8_CGTkIfgM,61969
|
849
|
+
pulumi_oci/database/oneoff_patch.py,sha256=fIBCaiKbpcEnOWljP5C5elcf5-WKJI2lNXUSQFUAEA4,38780
|
850
|
+
pulumi_oci/database/outputs.py,sha256=QGBvCy18BPob0Vy1Vj83bRzdh_jo6seas9Dri9KGLaI,2241084
|
851
|
+
pulumi_oci/database/pluggable_database.py,sha256=vU6z1Iqab2k3tvHMzcLyvjxORR4PvOrPgZ_xtUjeRhY,73835
|
852
|
+
pulumi_oci/database/pluggable_database_managements_management.py,sha256=fXgBUT0BGYwBvvs-84awzTQdfANyWD4j6-rsQ2MtxSY,52723
|
853
|
+
pulumi_oci/database/pluggable_databases_local_clone.py,sha256=JYqZFFx28ijKHxxo5ZCsXDluwnraH6vnh2jUMxLzaa8,50932
|
854
|
+
pulumi_oci/database/pluggable_databases_remote_clone.py,sha256=2i0Gh_AISUZfXSHTJAIN82CXp2F-q15e9gfSeu39T4k,57603
|
855
|
+
pulumi_oci/database/vm_cluster.py,sha256=cmfYI2zWuceQRvDyFgUdELRD7dSwBfBclDPJM1nWamI,78929
|
856
|
+
pulumi_oci/database/vm_cluster_add_virtual_network.py,sha256=gF6Scpe7l5CTi-t4A_lg8r5b_yJI9gLLU9NMS4IxruM,53276
|
857
|
+
pulumi_oci/database/vm_cluster_network.py,sha256=XXRyF0dcOv1oAHVR7g4KjUT4wLxWoQbZj-OSf32wF2E,50739
|
858
|
+
pulumi_oci/database/vm_cluster_remove_virtual_machine.py,sha256=1idjLiJDzQNiYcrWOXBvhs_lPeZL0v3zZAJLs_heAYM,51019
|
859
859
|
pulumi_oci/databasemanagement/__init__.py,sha256=s7q-99NAkjcVYcqSyCBsJPJbK9WUZ25sXGVYqodsNaw,7052
|
860
|
-
pulumi_oci/databasemanagement/_inputs.py,sha256=
|
860
|
+
pulumi_oci/databasemanagement/_inputs.py,sha256=08UCOHw_mK-3t2UMhuo94AbvRfRJjOGR-toMi9en81A,394275
|
861
861
|
pulumi_oci/databasemanagement/database_dbm_features_management.py,sha256=loMbNT5sqkeYOdw_OuPCv8pvinhEelnZ94MK_FMQasY,14623
|
862
|
-
pulumi_oci/databasemanagement/db_management_private_endpoint.py,sha256=
|
863
|
-
pulumi_oci/databasemanagement/external_asm.py,sha256=
|
864
|
-
pulumi_oci/databasemanagement/external_asm_instance.py,sha256=
|
865
|
-
pulumi_oci/databasemanagement/external_cluster.py,sha256=
|
866
|
-
pulumi_oci/databasemanagement/external_cluster_instance.py,sha256=
|
867
|
-
pulumi_oci/databasemanagement/external_db_home.py,sha256=
|
868
|
-
pulumi_oci/databasemanagement/external_db_node.py,sha256=
|
869
|
-
pulumi_oci/databasemanagement/external_db_system.py,sha256=
|
870
|
-
pulumi_oci/databasemanagement/external_db_system_connector.py,sha256=
|
862
|
+
pulumi_oci/databasemanagement/db_management_private_endpoint.py,sha256=8r7WYS2DI11BN5GwhwgERxJuLVda_5fjLJWcnEEDb54,37055
|
863
|
+
pulumi_oci/databasemanagement/external_asm.py,sha256=r4Anyv5hjZ4jdQYlEK2AF-4tdo1NZzyA_iz_mjgBczE,39922
|
864
|
+
pulumi_oci/databasemanagement/external_asm_instance.py,sha256=tflJgBusXtJIwskZp953MW6KfUte_-3NdoG1bBx19wM,35418
|
865
|
+
pulumi_oci/databasemanagement/external_cluster.py,sha256=0-krOMD-Gtk7ab8l8jPD5uHqbm-2eGZI1v8gGGucSgY,44130
|
866
|
+
pulumi_oci/databasemanagement/external_cluster_instance.py,sha256=FOh0F7K0Z9sY2KcxpJwXKCVjcx3EIHsDQEWxkpDPvYY,40993
|
867
|
+
pulumi_oci/databasemanagement/external_db_home.py,sha256=UF-INKTRvOMwXs6RHzFJnWj9fNbOKNQC42y2Id9b9-8,32019
|
868
|
+
pulumi_oci/databasemanagement/external_db_node.py,sha256=BegNiAFufHQuj-YmE_3ZQMkzBNf11AEkZCpg9c3c5KU,38333
|
869
|
+
pulumi_oci/databasemanagement/external_db_system.py,sha256=WwJzk0rpl3NtzX_5SLHVxiREDBw8LJFMrd-ofgwIRTI,41208
|
870
|
+
pulumi_oci/databasemanagement/external_db_system_connector.py,sha256=JB1Yk-qrj8VYxmK40jLoro7Qlo-X8OKSwILiJu8YTl0,41611
|
871
871
|
pulumi_oci/databasemanagement/external_db_system_database_managements_management.py,sha256=e28ik2agWm4e-PMWAIKg_IWlG7FpCDXjqBToSYnZKrw,15376
|
872
|
-
pulumi_oci/databasemanagement/external_db_system_discovery.py,sha256=
|
872
|
+
pulumi_oci/databasemanagement/external_db_system_discovery.py,sha256=JoCjPS9OWsuaJ3rsbOCxDdhAYFtQtnYcbpQ0bzWW-Jc,37184
|
873
873
|
pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py,sha256=93-byPidMX8Z3eQPGX2vpf_YUiy2zG4TpY-5UrYqeok,17237
|
874
|
-
pulumi_oci/databasemanagement/external_exadata_infrastructure.py,sha256=
|
874
|
+
pulumi_oci/databasemanagement/external_exadata_infrastructure.py,sha256=goT1oTqEQ4JjNEM-l1uDL8QHd67ica1WWlGQ2OnYNKI,50028
|
875
875
|
pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py,sha256=I9LrmA2AbdhqAOK0o4NWgM0Dhkv26XPk2BqUDqZ6nc8,15450
|
876
|
-
pulumi_oci/databasemanagement/external_exadata_storage_connector.py,sha256=
|
877
|
-
pulumi_oci/databasemanagement/external_exadata_storage_grid.py,sha256=
|
878
|
-
pulumi_oci/databasemanagement/external_exadata_storage_server.py,sha256=
|
879
|
-
pulumi_oci/databasemanagement/external_listener.py,sha256=
|
876
|
+
pulumi_oci/databasemanagement/external_exadata_storage_connector.py,sha256=weaNRiSdbQq_q0rpL_1A4_UnWuxPSAv_17LT3eCz134,44958
|
877
|
+
pulumi_oci/databasemanagement/external_exadata_storage_grid.py,sha256=w9dYGXmox6sRXzkwdEtRarCd3SeWJX4-4EsgY_1j7kU,36342
|
878
|
+
pulumi_oci/databasemanagement/external_exadata_storage_server.py,sha256=rbua2OgVO2PSnCfV6J6xqNHQeVFi7FNkLYiEQIxC2HA,46700
|
879
|
+
pulumi_oci/databasemanagement/external_listener.py,sha256=kckzBEZ6IdQuPx68a9j7ghewE_vKddAWpRcIxRwbUYw,52720
|
880
880
|
pulumi_oci/databasemanagement/externalcontainerdatabase_external_container_dbm_features_management.py,sha256=43ie08jPM7kG6KOYxoeqBiTRps5bQFPunNmE6v4F6vQ,17176
|
881
881
|
pulumi_oci/databasemanagement/externalnoncontainerdatabase_external_non_container_dbm_features_management.py,sha256=-E7d5NGM-kTfAW2l0uXtH5kFM0oZxrJFyGRR3r2BLVw,17730
|
882
882
|
pulumi_oci/databasemanagement/externalpluggabledatabase_external_pluggable_dbm_features_management.py,sha256=Vyc9-B76WHodMf_GSakLsWtBmKDMOUXqP0qMTxWlVVw,17176
|
883
|
-
pulumi_oci/databasemanagement/get_db_management_private_endpoint.py,sha256=
|
883
|
+
pulumi_oci/databasemanagement/get_db_management_private_endpoint.py,sha256=QhoBhiwA450SX0iudM4risFM8I56MEQAwLO2spOoIlc,12434
|
884
884
|
pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py,sha256=SjfNwxYfOlyJr6jwzS6JZML1vre_pVz2QU_q7wR1uR8,6842
|
885
885
|
pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py,sha256=VsJ7MBrqe8K09BxpoVMtvTT_QCyAT6sQJSRt051vSY4,8199
|
886
886
|
pulumi_oci/databasemanagement/get_db_management_private_endpoints.py,sha256=PzXfj1NSP9TeA15wVZz-1CefE2t0-fRmMUJAp7sv8eU,10186
|
887
|
-
pulumi_oci/databasemanagement/get_external_asm.py,sha256=
|
887
|
+
pulumi_oci/databasemanagement/get_external_asm.py,sha256=0QWTMvl1ZlGJYozy-4rXQyYZkVNZSuaOnqyWKuHq1h0,14948
|
888
888
|
pulumi_oci/databasemanagement/get_external_asm_configuration.py,sha256=DX8Q73d6OLsGXiDgxGtw05fh-jKZobHqM83BUOELijA,5902
|
889
889
|
pulumi_oci/databasemanagement/get_external_asm_disk_groups.py,sha256=8_t0Ofe_UOQTQN3u8E9ZUWqIsAnzNEcusMNaOpp4LLo,6819
|
890
|
-
pulumi_oci/databasemanagement/get_external_asm_instance.py,sha256=
|
890
|
+
pulumi_oci/databasemanagement/get_external_asm_instance.py,sha256=nWm38A8yx0Xwncp9p3sWnURr992V9GfSLO1NNAYb4SQ,13806
|
891
891
|
pulumi_oci/databasemanagement/get_external_asm_instances.py,sha256=3BYV2qiF8jF9nj2fFLzmgvki6NDrs3xU6zPv6O3Fim0,8041
|
892
892
|
pulumi_oci/databasemanagement/get_external_asm_users.py,sha256=2rtZ2e94DKZThJegFeT4qU6JpceB85jH42oSo619Ne0,6510
|
893
893
|
pulumi_oci/databasemanagement/get_external_asms.py,sha256=1G4wGakT-8aJhzdWf1cMlSoYBDCSEJsvChDSStYykAY,7743
|
894
|
-
pulumi_oci/databasemanagement/get_external_cluster.py,sha256=
|
895
|
-
pulumi_oci/databasemanagement/get_external_cluster_instance.py,sha256=
|
894
|
+
pulumi_oci/databasemanagement/get_external_cluster.py,sha256=4w6qs4BTF-ZqyCniwJIgoHOPJEgdXXVbuCXqn9dEzts,16707
|
895
|
+
pulumi_oci/databasemanagement/get_external_cluster_instance.py,sha256=jIFbb-sZPrJlSf1hua3xVWRUduFTFQFhcMOisWJRl2w,15914
|
896
896
|
pulumi_oci/databasemanagement/get_external_cluster_instances.py,sha256=f-sqCnFPUxXAOqAdOrko4wdQGQG2QV9wXMnvpmebyfI,8389
|
897
897
|
pulumi_oci/databasemanagement/get_external_clusters.py,sha256=BziYcg4dZCtPDjJDgK6IJtd87wkThWwiUtC-DFO6aig,7944
|
898
898
|
pulumi_oci/databasemanagement/get_external_databases.py,sha256=PHz88OJyPyo29M1I0VFFK-q-NWG2Zpt_0YobhioTIms,9100
|
899
|
-
pulumi_oci/databasemanagement/get_external_db_home.py,sha256=
|
899
|
+
pulumi_oci/databasemanagement/get_external_db_home.py,sha256=g3qap_NE-ubYje7JIdnDCHmkFxZkzNr4UmLc2j87J1A,12193
|
900
900
|
pulumi_oci/databasemanagement/get_external_db_homes.py,sha256=-ddGk-VxR6eQvmubT5aPiPthKbiDsZCw_C3CTcWjrEE,7923
|
901
|
-
pulumi_oci/databasemanagement/get_external_db_node.py,sha256=
|
901
|
+
pulumi_oci/databasemanagement/get_external_db_node.py,sha256=_nss2oUav_y_SySRdg5A51Lwvhu_2J3ZPgxllwjk4B8,14543
|
902
902
|
pulumi_oci/databasemanagement/get_external_db_nodes.py,sha256=EK6WbER45TWCpfPpJoGCGbnuzZ4RuHQ42slYR6VAWGA,7941
|
903
|
-
pulumi_oci/databasemanagement/get_external_db_system.py,sha256=
|
904
|
-
pulumi_oci/databasemanagement/get_external_db_system_connector.py,sha256=
|
903
|
+
pulumi_oci/databasemanagement/get_external_db_system.py,sha256=IouAJX6LcWOn4J_rUPInUEYdVXUEFO7hz1_U0uqJ7Gc,14038
|
904
|
+
pulumi_oci/databasemanagement/get_external_db_system_connector.py,sha256=ysTHYmWQ2Btp9kU6o5A4ffsg5ESG-JTYx086jj45A44,15185
|
905
905
|
pulumi_oci/databasemanagement/get_external_db_system_connectors.py,sha256=ScIyuUz_SHlsaoPbJ75AoGkb1n0q-eRvxCHasHPkPHg,8588
|
906
906
|
pulumi_oci/databasemanagement/get_external_db_system_discoveries.py,sha256=45YRDUVDiY7DN9aVkfsBdbJGXX4l1pPTyTn0Z9uHWM4,7175
|
907
|
-
pulumi_oci/databasemanagement/get_external_db_system_discovery.py,sha256=
|
907
|
+
pulumi_oci/databasemanagement/get_external_db_system_discovery.py,sha256=avMQESZZGbYqCsYzBpenAKpeilbtavrZA7721EAM25E,13493
|
908
908
|
pulumi_oci/databasemanagement/get_external_db_systems.py,sha256=Brh5hSKB39u5U7PqSUd1HgxiPz6jGoYxLbj0nUP_y7Y,6592
|
909
|
-
pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py,sha256=
|
909
|
+
pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py,sha256=y1qIhSHX6bOmA1NtvbsfZfAXuFh2U-JN7yezVguHFcE,17335
|
910
910
|
pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py,sha256=rOkN56MmCXjjyNXNm2-97sgeUnaSkadDchYKcBjpNR8,7317
|
911
|
-
pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py,sha256=
|
911
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py,sha256=fhiT6yWzZh33BH9Aki0VJUHfc6t_fyghWlL9hB--iz4,15826
|
912
912
|
pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py,sha256=cbVHUYBmQY3rAfER4uFPIxhX9byy2ncoTWNAhplQIMQ,8905
|
913
|
-
pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py,sha256=
|
914
|
-
pulumi_oci/databasemanagement/get_external_exadata_storage_server.py,sha256=
|
913
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py,sha256=PoPIGgNuWtiY6UKDB3uX9R-ej53lPG1UCtcWSEB6mpY,14330
|
914
|
+
pulumi_oci/databasemanagement/get_external_exadata_storage_server.py,sha256=wCfB9XmqgIe5Wfb7PxdxPyUQxwvEMC0OgJcm59K4Fi4,19195
|
915
915
|
pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py,sha256=RFOvHl9tz2ljHxE20SeoJ5VLdtp_jyuS2ATV1pvHjHk,6796
|
916
916
|
pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py,sha256=HvGwMRUAIwJci-VPLv_Pkcj0e8KrJV4wmxKfJqitgKw,5508
|
917
917
|
pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py,sha256=mHbG1wJRL4y5J9oxHzkcfkd5Laiwy9yCuX9B07pOH8o,5628
|
918
918
|
pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py,sha256=F7ZUS6ezEQcjI8pAsZg0Nteta_NUBvwax1UaK4zE3l8,8720
|
919
|
-
pulumi_oci/databasemanagement/get_external_listener.py,sha256=
|
919
|
+
pulumi_oci/databasemanagement/get_external_listener.py,sha256=IeVa1Tv75YvkprMYwxCy_KH0WMXZ7DHINPidQO7f6CI,20720
|
920
920
|
pulumi_oci/databasemanagement/get_external_listener_services.py,sha256=DxN8MjOQFZJq0FJ9_H2rqhxYOTr8IKL-6G7L73BUC1c,8493
|
921
921
|
pulumi_oci/databasemanagement/get_external_listeners.py,sha256=oMsxzdlMcf91Otgj28FwqsHeAHqgySOfdQla1jYOc44,8033
|
922
922
|
pulumi_oci/databasemanagement/get_job_executions_status.py,sha256=MIUO3qW6dMVa-LGbKiYItS93n4bNotT3D3DgRGOPrQA,10308
|
923
923
|
pulumi_oci/databasemanagement/get_job_executions_statuses.py,sha256=KTI3ULjALufjDOHLlarME-qKFnTJk6uosBtEo3s7XM4,11705
|
924
|
-
pulumi_oci/databasemanagement/get_managed_database.py,sha256=
|
924
|
+
pulumi_oci/databasemanagement/get_managed_database.py,sha256=mehgqpMaSmwIylQEHMSqTLRHrVSSawI-btG11fO7FIE,15391
|
925
925
|
pulumi_oci/databasemanagement/get_managed_database_addm_task.py,sha256=z3BIsFZ9weTIO58IuAdMCV-ZKWm9YIH6odBvyumGV7k,6898
|
926
926
|
pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py,sha256=uzvvms8nyInV2k8cCj6SCG7STsG67uUflFdPSWC0EYY,7998
|
927
927
|
pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py,sha256=T4Zp71vHoFUitgB_8ajx1nh15ky3Wlfg2PC7Qnde6Lg,12916
|
@@ -929,7 +929,7 @@ pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py,sha256=ww
|
|
929
929
|
pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py,sha256=W6ecVRDyrK11ErHfi55N8sVTOrFz9Fnc1H0JX1NqMYA,13206
|
930
930
|
pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py,sha256=NIyg3HObqocSTPkZBX-Apmc9wzKCzFR1enZoDX6fWsk,14490
|
931
931
|
pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py,sha256=6f_IMVH92OBr63pqsYWh4TDwevnCPh-6XEVz4CzqYNI,9459
|
932
|
-
pulumi_oci/databasemanagement/get_managed_database_group.py,sha256=
|
932
|
+
pulumi_oci/databasemanagement/get_managed_database_group.py,sha256=q3WEDUYQWSeUslTaNBZ4iUh1GFA_T1bUEklJoW6Igc0,10498
|
933
933
|
pulumi_oci/databasemanagement/get_managed_database_groups.py,sha256=5vuwdiEDwESOkvTeKDVNWUGgNjnyheNYImFcVTPZ-nY,8679
|
934
934
|
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py,sha256=659zehh-FYp6inMZ2R1tUtd2Dt1QbnPvZhO3-3F6fqA,11847
|
935
935
|
pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py,sha256=tW2Zz9i5wxlF5ATob_N-eyR1dFtVl8lBcGSca1zJF7U,7657
|
@@ -978,179 +978,181 @@ pulumi_oci/databasemanagement/get_managed_my_sql_database.py,sha256=yGg2L53FRywc
|
|
978
978
|
pulumi_oci/databasemanagement/get_managed_my_sql_database_configuration_data.py,sha256=q0gW1lQ-8HsQdsXX62UdwZstIkg81kk5phZJyKT_oCo,6315
|
979
979
|
pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py,sha256=dqd227pG_avY4klClQCextxY3CF0JMxgPQfgPGsoYMI,9854
|
980
980
|
pulumi_oci/databasemanagement/get_managed_my_sql_databases.py,sha256=AHG3Qo9b4oZ4Mtn9BhQKFKG9uHndDQTuSDzSF-2HrjM,5660
|
981
|
-
pulumi_oci/databasemanagement/get_named_credential.py,sha256
|
981
|
+
pulumi_oci/databasemanagement/get_named_credential.py,sha256=-_4fD4JJPsjPk8tyzSl2Lu4CxLd5aOSxz5pLIgbtNFE,12104
|
982
982
|
pulumi_oci/databasemanagement/get_named_credentials.py,sha256=C7QPURGz2nbQYBVRfec1HEPLAKkBrFWkOOCwEya9TDw,9185
|
983
|
-
pulumi_oci/databasemanagement/managed_database.py,sha256=
|
984
|
-
pulumi_oci/databasemanagement/managed_database_group.py,sha256
|
983
|
+
pulumi_oci/databasemanagement/managed_database.py,sha256=egT-gfWg1CzrIdfA6KOSfmB6xXYRonJ3qWoJy9z6Oq4,41721
|
984
|
+
pulumi_oci/databasemanagement/managed_database_group.py,sha256=gwAWPgeG8omae0RzSeesq4T-NvEjroELiXd9bxaukfQ,32988
|
985
985
|
pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py,sha256=WwLjoMdQth3bdwfpBu3fx3_ZEk543Q_52DtowbX8ESs,29306
|
986
986
|
pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py,sha256=gJskw2kiB8899I1CjF1FxPHI9zyJcNYMY69Xkc_HCws,26545
|
987
|
-
pulumi_oci/databasemanagement/named_credential.py,sha256=
|
988
|
-
pulumi_oci/databasemanagement/outputs.py,sha256=
|
987
|
+
pulumi_oci/databasemanagement/named_credential.py,sha256=uwsFxV2wK-IxZT6hF9N5UejyUSDtTSlP6VJlTJXOApI,40094
|
988
|
+
pulumi_oci/databasemanagement/outputs.py,sha256=lbEDnG_vpxstsmEucKiUbbYliLyHP9AgBn4Lvu4J0P8,1233256
|
989
989
|
pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py,sha256=g2VgdPEQWNiF8liOBBhc3dFVwaJIc9c_aDTtSrEd-aE,16582
|
990
990
|
pulumi_oci/databasemigration/__init__.py,sha256=wq-hZhb2rxiz9X5A9L-7N8RfkwhB3NXCbKKHsqsNolI,614
|
991
|
-
pulumi_oci/databasemigration/_inputs.py,sha256=
|
992
|
-
pulumi_oci/databasemigration/connection.py,sha256=
|
993
|
-
pulumi_oci/databasemigration/get_connection.py,sha256=
|
991
|
+
pulumi_oci/databasemigration/_inputs.py,sha256=bktLSb2okzBK8pyAABMA6tlrmuDCUJguI_4k5t0fJS4,94181
|
992
|
+
pulumi_oci/databasemigration/connection.py,sha256=X2X9pmk4R060xykkvdbDCwPcfO8OdiUO2UVwaR94ZUw,97065
|
993
|
+
pulumi_oci/databasemigration/get_connection.py,sha256=s5MxIu7MlI5ejAbEE3YMMEtxkqIgWbmCn6qpdpjSv_w,25076
|
994
994
|
pulumi_oci/databasemigration/get_connections.py,sha256=6FvRiI9mqysBw0R8eFlHFdnZsMhHQAN1oc6gI2tLH4c,9831
|
995
995
|
pulumi_oci/databasemigration/get_job_advisor_report.py,sha256=_VDOC8ADJZtRQFincioA_Qw-vRIdoZ3EKv5WfJI4ViY,6805
|
996
996
|
pulumi_oci/databasemigration/get_job_output.py,sha256=TMABuPbwUJXWgNGhRdA_J-jnD_bh0tlzQ05Btrcuufc,3556
|
997
|
-
pulumi_oci/databasemigration/get_migration.py,sha256
|
997
|
+
pulumi_oci/databasemigration/get_migration.py,sha256=-WtmTFWGDSpE02tIqnJU_kXkTdbuDs8NKuWTw2zKHxg,20184
|
998
998
|
pulumi_oci/databasemigration/get_migration_object_types.py,sha256=S66mrtkLHqlKCmUJlPcyY62WDVOLdNNVb1BC4ejE1RI,5176
|
999
|
-
pulumi_oci/databasemigration/get_migrations.py,sha256=
|
1000
|
-
pulumi_oci/databasemigration/job.py,sha256=
|
1001
|
-
pulumi_oci/databasemigration/migration.py,sha256=
|
1002
|
-
pulumi_oci/databasemigration/outputs.py,sha256=
|
999
|
+
pulumi_oci/databasemigration/get_migrations.py,sha256=z-WEqep1HBSeDzmraBqmqQiff1UJYDYPPHXjGCaDok4,19566
|
1000
|
+
pulumi_oci/databasemigration/job.py,sha256=fex7HAk7OpveqMrKwh8t4rLNV76mZ8PuE_D_mfrd4_0,31525
|
1001
|
+
pulumi_oci/databasemigration/migration.py,sha256=kQ_ZdR5CM9Nnzc6hoTDfC_t9dqh---oenVQ8Muxrh64,87551
|
1002
|
+
pulumi_oci/databasemigration/outputs.py,sha256=Ui--bU36XvDPJjS0EDCQjTWrl5dxjWc_scPHcDTBr88,200541
|
1003
1003
|
pulumi_oci/databasetools/__init__.py,sha256=E0X8vTRKspPI8060q1z3elp-zq_y06OAs_0Td99nZrU,699
|
1004
1004
|
pulumi_oci/databasetools/_inputs.py,sha256=ZchmnhSk0wvOdkNdFQ995zdnOSwwaOIv8P_OjU6GB2A,25587
|
1005
|
-
pulumi_oci/databasetools/database_tools_connection.py,sha256=
|
1006
|
-
pulumi_oci/databasetools/database_tools_private_endpoint.py,sha256=
|
1007
|
-
pulumi_oci/databasetools/get_database_tools_connection.py,sha256=
|
1005
|
+
pulumi_oci/databasetools/database_tools_connection.py,sha256=6zbM5xwWpYFjyFs-3T-o7_AC2Msu1gvfwhE-prI9Kd4,55420
|
1006
|
+
pulumi_oci/databasetools/database_tools_private_endpoint.py,sha256=59Jwe5qQ0_pn0mZrPFzU6JxLXn5V5OqOJsnFGvvn0lw,52338
|
1007
|
+
pulumi_oci/databasetools/get_database_tools_connection.py,sha256=aPFo1bK1Bzp2nyRH8vTgE-WyKAjV6wRmo2lCuRFsvdw,16914
|
1008
1008
|
pulumi_oci/databasetools/get_database_tools_connections.py,sha256=vjQ9ZTOC6pd4J8hAOmyPIt8URd-0sNG6MLzCZHHFf1I,11519
|
1009
|
-
pulumi_oci/databasetools/get_database_tools_endpoint_service.py,sha256=
|
1009
|
+
pulumi_oci/databasetools/get_database_tools_endpoint_service.py,sha256=d-ysyjOFL9f1j8gmVsWp2hKzxgS-590cDjdnmWYFwQA,11042
|
1010
1010
|
pulumi_oci/databasetools/get_database_tools_endpoint_services.py,sha256=Oabahza-xOc9o_yYkMfFup4YyVfScagRH8ON90lx2VM,9107
|
1011
|
-
pulumi_oci/databasetools/get_database_tools_private_endpoint.py,sha256=
|
1011
|
+
pulumi_oci/databasetools/get_database_tools_private_endpoint.py,sha256=rcl5vCx9Cisn5x-Hr0AQi-yhlOR2s6JoU7yn4T2Mbd8,17299
|
1012
1012
|
pulumi_oci/databasetools/get_database_tools_private_endpoints.py,sha256=eHWptrgAsmKLDSsKQY0Yj5FThf-55wZSsgH9ZgxLkW8,10656
|
1013
|
-
pulumi_oci/databasetools/outputs.py,sha256=
|
1013
|
+
pulumi_oci/databasetools/outputs.py,sha256=fG72cgihGkMtdw5iTlKznaxatjbZ5B74mFMOfrEICKI,91821
|
1014
1014
|
pulumi_oci/datacatalog/__init__.py,sha256=EWMd1xycwTaewYLYml_SZt7Th9rYTM4ogc-49eJkwjk,844
|
1015
1015
|
pulumi_oci/datacatalog/_inputs.py,sha256=Abkke-1qnn--H87KqD2pmXcDjQziGzFEb5obRsuJYZY,15565
|
1016
|
-
pulumi_oci/datacatalog/catalog.py,sha256=
|
1017
|
-
pulumi_oci/datacatalog/catalog_private_endpoint.py,sha256=
|
1018
|
-
pulumi_oci/datacatalog/connection.py,sha256=
|
1019
|
-
pulumi_oci/datacatalog/data_asset.py,sha256=
|
1020
|
-
pulumi_oci/datacatalog/get_catalog.py,sha256=
|
1021
|
-
pulumi_oci/datacatalog/get_catalog_private_endpoint.py,sha256=
|
1016
|
+
pulumi_oci/datacatalog/catalog.py,sha256=gLJPkcwf0hEoCkTrSUy5D423P0MbBZk02EdSmmG9sQE,33708
|
1017
|
+
pulumi_oci/datacatalog/catalog_private_endpoint.py,sha256=5iE24TQvzyTpD2xbHHimhEipi4mTYwsidQdn4FTHD1I,33802
|
1018
|
+
pulumi_oci/datacatalog/connection.py,sha256=APSzdCL-3U99GaQoPlH-9rQJdYz0EKxY5CpWgO5XrzQ,42815
|
1019
|
+
pulumi_oci/datacatalog/data_asset.py,sha256=izYPSwoJe4LGcjQOyQWK8AEIZ9LgUByuvf0NxTDTLRw,29454
|
1020
|
+
pulumi_oci/datacatalog/get_catalog.py,sha256=ZlNk8drhpwy3m-wx60cWwlI32PGlf3MV4MNlkzd6VEs,11963
|
1021
|
+
pulumi_oci/datacatalog/get_catalog_private_endpoint.py,sha256=AJLBkG1zenhJSfv-HbOdKLPJNr7uBhkvQbL0HZsPzCw,11872
|
1022
1022
|
pulumi_oci/datacatalog/get_catalog_private_endpoints.py,sha256=S_Y7ktUE9M8I8BEWtxwVN0U0qEeHwN_J5YW_mjLKJxg,7650
|
1023
|
-
pulumi_oci/datacatalog/get_catalog_type.py,sha256=
|
1023
|
+
pulumi_oci/datacatalog/get_catalog_type.py,sha256=OwB1ZP4pRy8PQfJf83eE3eGtBz94M5iW5-jN8h_rN2g,10684
|
1024
1024
|
pulumi_oci/datacatalog/get_catalog_types.py,sha256=CKtQYA3mhGpozAJwav1AnMwuPNsNC1QKv8kZ_fSooUA,12473
|
1025
1025
|
pulumi_oci/datacatalog/get_catalogs.py,sha256=vqQEgMeVIrNZEV7BsYDCXj_mu-ojBq51Sl_9ugKmMew,6630
|
1026
|
-
pulumi_oci/datacatalog/get_connection.py,sha256=
|
1026
|
+
pulumi_oci/datacatalog/get_connection.py,sha256=p0ArogVgY2Zc73_HyyD5laDksyV4aFn2ROlCIE3ngpw,14144
|
1027
1027
|
pulumi_oci/datacatalog/get_connections.py,sha256=C7YnJOpI4i8Hr-fvIwBu_ZJf9KKHf7tsVtdksvrZstM,17898
|
1028
|
-
pulumi_oci/datacatalog/get_data_asset.py,sha256=
|
1028
|
+
pulumi_oci/datacatalog/get_data_asset.py,sha256=JNaO6efbhzRI-N43vwxXUaLtyJ9Bga8ZPAzQmFe17Ac,13007
|
1029
1029
|
pulumi_oci/datacatalog/get_data_assets.py,sha256=m5iQmfZQPyiupPSPzj04NHKk6BJiZnL13rbfAOsG7Zs,11204
|
1030
|
-
pulumi_oci/datacatalog/get_metastore.py,sha256=
|
1030
|
+
pulumi_oci/datacatalog/get_metastore.py,sha256=ueSxvxwsOq659JhK3GGk5IYXTGrecZi5XXtcjIOclcE,11025
|
1031
1031
|
pulumi_oci/datacatalog/get_metastores.py,sha256=5hAkUxssT8fWSNBJfMAcWWzHQw2o4n64keGG81HhuhE,6727
|
1032
|
-
pulumi_oci/datacatalog/metastore.py,sha256=
|
1033
|
-
pulumi_oci/datacatalog/outputs.py,sha256=
|
1032
|
+
pulumi_oci/datacatalog/metastore.py,sha256=1wviRPVHR9Y1TkElA8bItrxg8wWezemNs5sunr9WVZU,33551
|
1033
|
+
pulumi_oci/datacatalog/outputs.py,sha256=toijHu0UbfClLGNzEBIhsIvAuNXPIJoGLgtwAlWgLuI,69764
|
1034
1034
|
pulumi_oci/dataflow/__init__.py,sha256=7ZsJyNDC6M94JA1AiJcVG7hppGNGQ2ccBLtMrPvhTbo,909
|
1035
1035
|
pulumi_oci/dataflow/_inputs.py,sha256=b5EOb7owI8fCJgjbk0IOJg5c-neUI9arnbtnvxoWQlc,48958
|
1036
|
-
pulumi_oci/dataflow/application.py,sha256=
|
1037
|
-
pulumi_oci/dataflow/get_application.py,sha256=
|
1036
|
+
pulumi_oci/dataflow/application.py,sha256=A33FMAaRKSC4FEZiyH6iwVSRTWcFpHqHEMo6uQnVUn4,107366
|
1037
|
+
pulumi_oci/dataflow/get_application.py,sha256=f5pku0ItVZmC0AC-QKvAEpN7g3O3OgIeRvEU3C8NBss,25723
|
1038
1038
|
pulumi_oci/dataflow/get_applications.py,sha256=Y-pTWzChOpxFALfHLu2GTIXuIRvrUIij4tAPD1MPoNc,9442
|
1039
|
-
pulumi_oci/dataflow/get_invoke_run.py,sha256=
|
1039
|
+
pulumi_oci/dataflow/get_invoke_run.py,sha256=iiqMXEIHaMEmG4F0OK2WCL10z4UERjdM3HlKE48YPec,33336
|
1040
1040
|
pulumi_oci/dataflow/get_invoke_runs.py,sha256=6pshCbAZLQnKGxexXsW3bytzqiHnFAWqnBKzd3OMgzc,11988
|
1041
|
-
pulumi_oci/dataflow/get_pool.py,sha256=
|
1041
|
+
pulumi_oci/dataflow/get_pool.py,sha256=YA2Q1dXNlbtVh12nl91ZCMYKsBhWchP2W-s_TJysiww,12349
|
1042
1042
|
pulumi_oci/dataflow/get_pools.py,sha256=nGp8ACl2z8kn6LNGtB4tmwyJZfVY457NiZETPvXhKE0,8908
|
1043
|
-
pulumi_oci/dataflow/get_private_endpoint.py,sha256=
|
1043
|
+
pulumi_oci/dataflow/get_private_endpoint.py,sha256=nVZQmNA0MiO077umbHvV7WmTSDiTMtknuSM8NdW3VXE,13574
|
1044
1044
|
pulumi_oci/dataflow/get_private_endpoints.py,sha256=q2fnybZV1qFmN_8wgEhCUNMPbERsPbI_Xrx-A3QpHC8,9931
|
1045
1045
|
pulumi_oci/dataflow/get_run_log.py,sha256=xRFd67vyKUAC54Oj_qX_wZbAFLBkqhPxClcBxGWXkL0,5463
|
1046
1046
|
pulumi_oci/dataflow/get_run_logs.py,sha256=7Lzua33o6I0ehLvEZmnmGShKdt0tzHrEnH4EjNlIwZ8,4255
|
1047
1047
|
pulumi_oci/dataflow/get_run_statement.py,sha256=OV9zx7yQPiVRu6cq6xc7EIr00SbPabhwuz5lAPmdqfA,7292
|
1048
1048
|
pulumi_oci/dataflow/get_run_statements.py,sha256=5eXHwPVpipwimyBE9WTY_W_XZ0S_xokaF7_L-J_yF-c,5488
|
1049
|
-
pulumi_oci/dataflow/get_sql_endpoint.py,sha256=
|
1049
|
+
pulumi_oci/dataflow/get_sql_endpoint.py,sha256=IPUOsIj4-F-9QiFvJk4LdEtXhXB9Wbsfhaytt9a8a6A,19153
|
1050
1050
|
pulumi_oci/dataflow/get_sql_endpoints.py,sha256=BrjnIOTYCTUNgVeQLCIZIlPHPmVl0x7O0GfNJ8jlD5Y,8179
|
1051
|
-
pulumi_oci/dataflow/invoke_run.py,sha256=
|
1052
|
-
pulumi_oci/dataflow/outputs.py,sha256=
|
1053
|
-
pulumi_oci/dataflow/pool.py,sha256=
|
1054
|
-
pulumi_oci/dataflow/private_endpoint.py,sha256=
|
1051
|
+
pulumi_oci/dataflow/invoke_run.py,sha256=XlnBm62lpnG3MyEeitln0RhygTJz0nUrxuAslUivseg,124025
|
1052
|
+
pulumi_oci/dataflow/outputs.py,sha256=_OXIQPQepjZ0g7UZppqOwItIrP9vk2eMXowZ7GxEB1A,194184
|
1053
|
+
pulumi_oci/dataflow/pool.py,sha256=47GC-hWTGuLHlhf_j9eAMKLpTa3I9ad7OiqigbcFAgI,42383
|
1054
|
+
pulumi_oci/dataflow/private_endpoint.py,sha256=xoDvEl7O6pmvVUEZ60mTkEmFaSlhz2rL2g7eCide3nI,43393
|
1055
1055
|
pulumi_oci/dataflow/run_statement.py,sha256=8YF2B42cbRHUNoezeHVdvBMqR6zRn6LJqkGxKAopaFE,16424
|
1056
|
-
pulumi_oci/dataflow/sql_endpoint.py,sha256=
|
1056
|
+
pulumi_oci/dataflow/sql_endpoint.py,sha256=gQjwhlIzkDz0Rq877P8fmp5mNTqiBWgcFI6X8q9a0wM,60883
|
1057
1057
|
pulumi_oci/dataintegration/__init__.py,sha256=2H-D_UY8QH4dHOjznmx3CPkiTg4aqtJKeuaKcN7Ypu8,1536
|
1058
|
-
pulumi_oci/dataintegration/_inputs.py,sha256=
|
1059
|
-
pulumi_oci/dataintegration/get_workspace.py,sha256=
|
1060
|
-
pulumi_oci/dataintegration/get_workspace_application.py,sha256=
|
1061
|
-
pulumi_oci/dataintegration/get_workspace_application_patch.py,sha256=
|
1058
|
+
pulumi_oci/dataintegration/_inputs.py,sha256=gjAt8BXM0d41y9PG5sS33PKcK8x20TvM69SYmTpVEo4,419974
|
1059
|
+
pulumi_oci/dataintegration/get_workspace.py,sha256=EBEfCSEtAomvJKqGspSvWo5lPjtBPy-K0zm7ilEMtsQ,16949
|
1060
|
+
pulumi_oci/dataintegration/get_workspace_application.py,sha256=JikbYMY8WU4jF5zlkmvPk0iDc5orvvD2LbFfepmpHUA,19135
|
1061
|
+
pulumi_oci/dataintegration/get_workspace_application_patch.py,sha256=D67C9PYXs_qnYf4un9OiL4AxwIe5VHND8i_HWFSSUBg,16870
|
1062
1062
|
pulumi_oci/dataintegration/get_workspace_application_patches.py,sha256=5fnXirXk0OfYthdfKgSTfTvx7OCCwt6rzV8yPZmCfYk,9613
|
1063
1063
|
pulumi_oci/dataintegration/get_workspace_application_schedule.py,sha256=XYsEsO4z0a1_QVXYOQLf0Kat8hWlt4LEsATOjnjdJkA,13494
|
1064
1064
|
pulumi_oci/dataintegration/get_workspace_application_schedules.py,sha256=S76e21trdUQX2SO9OO4DbqfY_PROKFx27Y2EyvLQvoU,11201
|
1065
1065
|
pulumi_oci/dataintegration/get_workspace_application_task_schedule.py,sha256=IsSw7EpdN1yuiQZeTl2zlm8apt8dYqtKz7Sp-joz9gI,21211
|
1066
1066
|
pulumi_oci/dataintegration/get_workspace_application_task_schedules.py,sha256=Ihxj0VddTo4-X-rEXIk8ooIJom0u9V7fCA0kF6h5_Z4,12673
|
1067
1067
|
pulumi_oci/dataintegration/get_workspace_applications.py,sha256=QF4b1WEMwKsNFcLzOcEup-2eTtr91TSolb0DtSXDqRo,9554
|
1068
|
-
pulumi_oci/dataintegration/get_workspace_export_request.py,sha256=
|
1068
|
+
pulumi_oci/dataintegration/get_workspace_export_request.py,sha256=BphOy77UvPp1c_HmMKHNY8wudKrllNxg4UhhwoGBvwo,15046
|
1069
1069
|
pulumi_oci/dataintegration/get_workspace_export_requests.py,sha256=WZ9ZzBLNHna5PEXqznAakXoB6i6GewzOsZnokU1dMDg,11218
|
1070
|
-
pulumi_oci/dataintegration/get_workspace_folder.py,sha256=
|
1070
|
+
pulumi_oci/dataintegration/get_workspace_folder.py,sha256=MNw1eZXOhOjTEi23fe76quYp515iqKWpHtwUj5jmvx8,11155
|
1071
1071
|
pulumi_oci/dataintegration/get_workspace_folders.py,sha256=-h0CalDzvg9P-ARo_IpXehLUA7Ii2qWuE2fEWuzOuVI,9924
|
1072
|
-
pulumi_oci/dataintegration/get_workspace_import_request.py,sha256=
|
1072
|
+
pulumi_oci/dataintegration/get_workspace_import_request.py,sha256=9_OVYlDNm44uJ-eMyDlPsER1JMjJm4P5N-qigCVNEhc,14349
|
1073
1073
|
pulumi_oci/dataintegration/get_workspace_import_requests.py,sha256=AG8zDU_LG7Yyrohhb7S9zqICgwzdRG8uFfSr6wTYGUE,11218
|
1074
|
-
pulumi_oci/dataintegration/get_workspace_project.py,sha256=
|
1074
|
+
pulumi_oci/dataintegration/get_workspace_project.py,sha256=93nmzE0SSNvOTsUv7JMBcVsGOO7X-3IIrbTrHJHqByU,10695
|
1075
1075
|
pulumi_oci/dataintegration/get_workspace_projects.py,sha256=-XYxTGttHn-SC0usHbDFtMBOiLk_nr3g0MO9RZPf2eI,8950
|
1076
|
-
pulumi_oci/dataintegration/get_workspace_task.py,sha256=
|
1076
|
+
pulumi_oci/dataintegration/get_workspace_task.py,sha256=Au_bgvsfU03EMx9YVPqK8ZfLTQ9xQdwBM1FeXI2VEtI,20265
|
1077
1077
|
pulumi_oci/dataintegration/get_workspace_tasks.py,sha256=P0X_GLyrfT5HvPx3foh-2j9lqkQWFbwC0bBB1vvT0uA,11178
|
1078
1078
|
pulumi_oci/dataintegration/get_workspaces.py,sha256=lzepvrXi1ckqrLMufH6kshVK7iu-wi95qpDhcd9XSKM,7406
|
1079
|
-
pulumi_oci/dataintegration/outputs.py,sha256=
|
1080
|
-
pulumi_oci/dataintegration/workspace.py,sha256=
|
1081
|
-
pulumi_oci/dataintegration/workspace_application.py,sha256=
|
1082
|
-
pulumi_oci/dataintegration/workspace_application_patch.py,sha256=
|
1079
|
+
pulumi_oci/dataintegration/outputs.py,sha256=yRr-J6nbKWvd3deowPFBYGGTZzmhoQiN83LGCO9VCjU,1047021
|
1080
|
+
pulumi_oci/dataintegration/workspace.py,sha256=4iOMrmaqWl3w1QVAOXs48Xclzd0_u8Z5dAg1wOimE9Y,58386
|
1081
|
+
pulumi_oci/dataintegration/workspace_application.py,sha256=TKAQ1HyJ_ZW6oWxocL2QreSyOkw1enYqy1SgkLFRxMk,62638
|
1082
|
+
pulumi_oci/dataintegration/workspace_application_patch.py,sha256=Sx1qVxoZLXDOzFeI-YchSLVu5a713VgZciCvE9Ngt5M,49803
|
1083
1083
|
pulumi_oci/dataintegration/workspace_application_schedule.py,sha256=evTfvHbu1yM_uEUZ6E-ZZlJ_oFK0w3lpI0M40b692hk,48829
|
1084
1084
|
pulumi_oci/dataintegration/workspace_application_task_schedule.py,sha256=6bPfNn_79pF4v3Js1wzSoIba1tRN-bWOTnr6CLcF7VM,86356
|
1085
|
-
pulumi_oci/dataintegration/workspace_export_request.py,sha256=
|
1086
|
-
pulumi_oci/dataintegration/workspace_folder.py,sha256=
|
1087
|
-
pulumi_oci/dataintegration/workspace_import_request.py,sha256=
|
1088
|
-
pulumi_oci/dataintegration/workspace_project.py,sha256=
|
1089
|
-
pulumi_oci/dataintegration/workspace_task.py,sha256=
|
1085
|
+
pulumi_oci/dataintegration/workspace_export_request.py,sha256=tC2g7LeIVS0NP88lzSP8sMKIcC1YRnQr1OP5fqyOmR8,40687
|
1086
|
+
pulumi_oci/dataintegration/workspace_folder.py,sha256=yhIH4JusLl9My9lKEh_ynHYrJiI1KcLZLdhL95KKO4U,37582
|
1087
|
+
pulumi_oci/dataintegration/workspace_import_request.py,sha256=dikYb355sv5oLnKCK-7VjApO8B8euOuxCoK40GL7XRo,39179
|
1088
|
+
pulumi_oci/dataintegration/workspace_project.py,sha256=0Fl0f3k03uHcPhzrUZJ6L8tDkORfoKAmfWwFa5wkYnU,35697
|
1089
|
+
pulumi_oci/dataintegration/workspace_task.py,sha256=wr8g5M60nBBfqpax_Jnwl5EeUqqy6bBYuzg-bUpp0FM,74134
|
1090
1090
|
pulumi_oci/datalabellingservice/__init__.py,sha256=ivrNYSeOSla5du0Cj1m5VItkxhTMEQvFHlJInBuSLrY,467
|
1091
1091
|
pulumi_oci/datalabellingservice/_inputs.py,sha256=bf_Rc17uiObTKD_LzuxBbeiS_2_WkXPEeHJSaL4xc7g,18000
|
1092
|
-
pulumi_oci/datalabellingservice/dataset.py,sha256=
|
1092
|
+
pulumi_oci/datalabellingservice/dataset.py,sha256=9tbfklER3KYTsWcZ-csxY2xe2heufQbOUBoMV6DL-1k,56853
|
1093
1093
|
pulumi_oci/datalabellingservice/get_annotation_format.py,sha256=Dpk8X4QrL_5XuL3a6Y_KxPUdBeVq_UfI_L51y_-4O5U,4047
|
1094
1094
|
pulumi_oci/datalabellingservice/get_annotation_formats.py,sha256=DhdbfQvM-dOIVSMahFPbyqPMAcB6rrUAIg42x_HnX10,5199
|
1095
|
-
pulumi_oci/datalabellingservice/get_dataset.py,sha256=
|
1095
|
+
pulumi_oci/datalabellingservice/get_dataset.py,sha256=ndxUU4kX61GhwrHiHPmA3DdsGI5jq149r_ko2zT6b_c,15760
|
1096
1096
|
pulumi_oci/datalabellingservice/get_datasets.py,sha256=2KfZ1jk-m2eWzUCFUXrNbEb3ueOpj7vU7xmSr_Q3Ajw,8633
|
1097
|
-
pulumi_oci/datalabellingservice/outputs.py,sha256=
|
1098
|
-
pulumi_oci/datasafe/__init__.py,sha256
|
1099
|
-
pulumi_oci/datasafe/_inputs.py,sha256=
|
1097
|
+
pulumi_oci/datalabellingservice/outputs.py,sha256=6SIVioXbg3T5tvUsVMy4MGcPhUzNPuDIUqRBhBIvBLs,52742
|
1098
|
+
pulumi_oci/datasafe/__init__.py,sha256=1PHv6eBnLpyA2PKvrgx_sruuP0uIvWyBT0C2aqz1Awc,7392
|
1099
|
+
pulumi_oci/datasafe/_inputs.py,sha256=r4ESfngmkE-b0ILVMg4WrIdx6s51CzyFD9g2DddCCxI,318384
|
1100
1100
|
pulumi_oci/datasafe/add_sdm_columns.py,sha256=Qu2DJoc3hS0mD6K7zPG_4agRUHJ-epqqnJA8phUoKlc,5414
|
1101
|
-
pulumi_oci/datasafe/alert.py,sha256=
|
1102
|
-
pulumi_oci/datasafe/alert_policy.py,sha256=
|
1101
|
+
pulumi_oci/datasafe/alert.py,sha256=HsfslLYlrfw21x5n4rE1tbP7fgkqV87ljxvHZB_7YwQ,43879
|
1102
|
+
pulumi_oci/datasafe/alert_policy.py,sha256=I1I3Exkzs-HyGeKuHIEebT1QuYEPFzQ0p3LsUL85KY4,38233
|
1103
1103
|
pulumi_oci/datasafe/alert_policy_rule.py,sha256=C8GM8cd4yLYHfZSJMmRAZV6mEOElXF2I3ggvH6lQhwo,18388
|
1104
|
-
pulumi_oci/datasafe/audit_archive_retrieval.py,sha256=
|
1105
|
-
pulumi_oci/datasafe/audit_policy.py,sha256=
|
1106
|
-
pulumi_oci/datasafe/audit_policy_management.py,sha256=
|
1107
|
-
pulumi_oci/datasafe/audit_profile.py,sha256
|
1108
|
-
pulumi_oci/datasafe/audit_profile_management.py,sha256=
|
1109
|
-
pulumi_oci/datasafe/audit_trail.py,sha256=
|
1110
|
-
pulumi_oci/datasafe/audit_trail_management.py,sha256=
|
1104
|
+
pulumi_oci/datasafe/audit_archive_retrieval.py,sha256=yOEviAIa-xPhtXtTYyNDNn4uB9QUSgaJsHRGrustyt4,39653
|
1105
|
+
pulumi_oci/datasafe/audit_policy.py,sha256=Lqu4DFLuSUczsVJw17X-M9jIheJBHoSl-xJ_aDxMwxA,45234
|
1106
|
+
pulumi_oci/datasafe/audit_policy_management.py,sha256=20HXsv3RDFFy2WzHeixlUwiDfTnbIupFZqKcaU-lYEI,46734
|
1107
|
+
pulumi_oci/datasafe/audit_profile.py,sha256=--YYbvLbKPkYkKcG1GjWj4dP6nYZdWQtFvHubGlqQiA,46492
|
1108
|
+
pulumi_oci/datasafe/audit_profile_management.py,sha256=GPBEf_k3atI2NoFc-RIPrxmxKuXtrxVR_bpyZKwlyJs,47154
|
1109
|
+
pulumi_oci/datasafe/audit_trail.py,sha256=mPlOviEoqZ7fy9GovaBYd3JMt1LNFBd5x5j8q14NgsE,51647
|
1110
|
+
pulumi_oci/datasafe/audit_trail_management.py,sha256=ExwcgtJLHSbEUww4k3ehmhalGbwBwWYI_cOWjG9_C6o,52348
|
1111
|
+
pulumi_oci/datasafe/calculate_audit_volume_available.py,sha256=U6qNii6ZstWyYUIGV3zR46ZVkrUd3uh-cJOsv2dhGZo,20176
|
1112
|
+
pulumi_oci/datasafe/calculate_audit_volume_collected.py,sha256=nlvlVZOHQfaiwURLUzBuKt8RmsIjysvj1ZuMqF_wMU4,16785
|
1111
1113
|
pulumi_oci/datasafe/compare_security_assessment.py,sha256=RC1loEQZrrbSg9W2uXCyhtTDrVz-iXrqQ_KkCdshuZE,13089
|
1112
1114
|
pulumi_oci/datasafe/compare_user_assessment.py,sha256=jMmIv-PURaYZ4TU_4sHNDndBul3mtI6V5Hd4mB5i3qQ,12486
|
1113
|
-
pulumi_oci/datasafe/data_safe_configuration.py,sha256=
|
1114
|
-
pulumi_oci/datasafe/data_safe_private_endpoint.py,sha256=
|
1115
|
-
pulumi_oci/datasafe/database_security_config.py,sha256=
|
1116
|
-
pulumi_oci/datasafe/database_security_config_management.py,sha256=
|
1115
|
+
pulumi_oci/datasafe/data_safe_configuration.py,sha256=cU2aBvoTl2wkWJkQHOvMziKwv9-1gk76Lvw0JTV9tWM,21609
|
1116
|
+
pulumi_oci/datasafe/data_safe_private_endpoint.py,sha256=rQOxNsmB-u4wISjW--xvJnd-DonqrBYTKLX27lbjtyo,37370
|
1117
|
+
pulumi_oci/datasafe/database_security_config.py,sha256=xhTenEIy7rzcTUDw4_QMLpATPfa4QVuNMmwvvV9LYtY,38685
|
1118
|
+
pulumi_oci/datasafe/database_security_config_management.py,sha256=FRavBmAJfN0AnqxyZvoaQf1YbS4nUqkaL71y3EUrAiQ,21908
|
1117
1119
|
pulumi_oci/datasafe/discovery_jobs_result.py,sha256=Y5ixYGeyvEyPQCfJ7mVwCvfuhNGl9NErIhdBCefkvV4,43513
|
1118
|
-
pulumi_oci/datasafe/discovery_mod.py,sha256=
|
1119
|
-
pulumi_oci/datasafe/get_alert.py,sha256=
|
1120
|
+
pulumi_oci/datasafe/discovery_mod.py,sha256=pkxbTyLGXxOROtDgr7a_O4JXxRVlUFHW5_aQ3CoSneQ,77736
|
1121
|
+
pulumi_oci/datasafe/get_alert.py,sha256=y05J7aEGj2tar1ONBDsEBehuP09KSkeWrqGyAQ4WlJI,16093
|
1120
1122
|
pulumi_oci/datasafe/get_alert_analytic.py,sha256=au0qzaIyCuAGqWNxEKJQm9OXhbGzkaKlas3gEc_Yos4,15083
|
1121
1123
|
pulumi_oci/datasafe/get_alert_policies.py,sha256=YyOLYbiZxTPUHChMPafibe4zZPCjf8-7JbwcsTDaXHE,16509
|
1122
|
-
pulumi_oci/datasafe/get_alert_policy.py,sha256=
|
1124
|
+
pulumi_oci/datasafe/get_alert_policy.py,sha256=IxSH1niBqaUMvwqH3APsfgJ9KKqw3SCXym6IYRabAvo,11828
|
1123
1125
|
pulumi_oci/datasafe/get_alert_policy_rule.py,sha256=giA4ARgxmgU2iucItorbnaEXyPLVrU5U4GL0nBoQc_s,7169
|
1124
1126
|
pulumi_oci/datasafe/get_alert_policy_rules.py,sha256=6laudQfNCJhB0vfT9W16HtmD2pou4ASxw5SfTKtHQ-o,5521
|
1125
1127
|
pulumi_oci/datasafe/get_alerts.py,sha256=qUnUu53D2OXOUuG8UsTVAvju-giJryj-HDwwYCi0Zvc,11409
|
1126
|
-
pulumi_oci/datasafe/get_audit_archive_retrieval.py,sha256=
|
1128
|
+
pulumi_oci/datasafe/get_audit_archive_retrieval.py,sha256=tIOeZSujtoUPiTRbIdJ5nBQZqQca6A9f6lXF4BnU6wU,13395
|
1127
1129
|
pulumi_oci/datasafe/get_audit_archive_retrievals.py,sha256=fF5J31rtjp52qw0YDXEDhp7TQ5OoPxqAYX-McptbwNw,14070
|
1128
1130
|
pulumi_oci/datasafe/get_audit_event.py,sha256=8UDWjm5DxY4x9HEZVWW0EfgFSPVHEgGcmlz5TwAKppA,10801
|
1129
1131
|
pulumi_oci/datasafe/get_audit_event_analytic.py,sha256=qcxIlO2LO93CcsMwawsbrtV8NgF0dSjVuP9orY10ejk,16098
|
1130
1132
|
pulumi_oci/datasafe/get_audit_events.py,sha256=wfExqFXNRxgbVAlncdJIKCTvvZW5sYB370aqm2zjy8A,11847
|
1131
1133
|
pulumi_oci/datasafe/get_audit_policies.py,sha256=lHPJcapzQp1sxr3qvGA_gw2GGL3HdEJqqw5xVu2WGAE,13967
|
1132
|
-
pulumi_oci/datasafe/get_audit_policy.py,sha256=
|
1133
|
-
pulumi_oci/datasafe/get_audit_profile.py,sha256=
|
1134
|
+
pulumi_oci/datasafe/get_audit_policy.py,sha256=DhnmSd7pZ0OrfQ1__pQFhi-g45E42zd5fQRP0AjVoNs,15005
|
1135
|
+
pulumi_oci/datasafe/get_audit_profile.py,sha256=x1p5L46BLJvVtuCgB6mzWkMTCDbLVeUAPfBbqXisz24,15435
|
1134
1136
|
pulumi_oci/datasafe/get_audit_profile_analytic.py,sha256=XtrrN9g50-ZR_zNSq_kCFx5cgUaQx9ShzdysC2RcHfs,10292
|
1135
1137
|
pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py,sha256=ZGeegheCUeuutp6wvdw7cHivAHL0kWMNeBNgWvJ_rMA,10672
|
1136
1138
|
pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py,sha256=SYTQbFcILyacImULrpukQO621gXmEhKt1nvLTiLaH_M,12010
|
1137
1139
|
pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py,sha256=jOL6QusPUK3_7IditBkFd4b-gpB5xtzGfMKtVoEmRqw,9427
|
1138
1140
|
pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py,sha256=yPKWq5qobyzJv5ELn4nhfADKkpoZkjwk4OANWA86GRY,10763
|
1139
1141
|
pulumi_oci/datasafe/get_audit_profiles.py,sha256=ld-clMi9tJWqqKhCTcBB9RiX45cLIOEe77B_0Bnr13k,19502
|
1140
|
-
pulumi_oci/datasafe/get_audit_trail.py,sha256=
|
1142
|
+
pulumi_oci/datasafe/get_audit_trail.py,sha256=qWaM18Xwd-FZDNP5DN0kdAlYHixIWIVvAdDK9E82tkM,18133
|
1141
1143
|
pulumi_oci/datasafe/get_audit_trail_analytic.py,sha256=sEf7WEyHTVttofy665o_9vKrWMtY-q57y_3b0GzTg8w,11154
|
1142
1144
|
pulumi_oci/datasafe/get_audit_trails.py,sha256=Qm5t6Y2b6MjOHZtWqyDREbJPNwd1R-Utd3SS5YBkri8,14706
|
1143
1145
|
pulumi_oci/datasafe/get_compatible_formats_for_data_type.py,sha256=GSbuncyWHpIDNXAr2jGS2yXrqtiT9pFofPU6H3Qc87Y,4441
|
1144
1146
|
pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py,sha256=bxV16E5qPFL9OISg_CpMex1m62plC-LSQxbLOw6keA8,8569
|
1145
|
-
pulumi_oci/datasafe/get_data_safe_configuration.py,sha256=
|
1146
|
-
pulumi_oci/datasafe/get_data_safe_private_endpoint.py,sha256=
|
1147
|
+
pulumi_oci/datasafe/get_data_safe_configuration.py,sha256=PuXB8EKDiGYOxnd1cstyIJyQc7TCasKQ4-Y9eMobfdc,8610
|
1148
|
+
pulumi_oci/datasafe/get_data_safe_private_endpoint.py,sha256=lZvYWPQrr7d8SDxZ6O5mFQ3welylpQ0dAt41ZDA48gM,12252
|
1147
1149
|
pulumi_oci/datasafe/get_data_safe_private_endpoints.py,sha256=JMvLbnQsAssguBycl3vNnXO_4oivT2hQ4ii7WsuLwUs,11446
|
1148
1150
|
pulumi_oci/datasafe/get_discovery_analytic.py,sha256=Szd_nqbFW71wGPmm2Mrgl1PThkzpKT8lDTVCOMKnp4o,9058
|
1149
1151
|
pulumi_oci/datasafe/get_discovery_analytics.py,sha256=D__rZQ6GmzxzqsoiYJLYb0vGsVgQilJusu7CjbAfKDs,12505
|
1150
|
-
pulumi_oci/datasafe/get_discovery_job.py,sha256=
|
1152
|
+
pulumi_oci/datasafe/get_discovery_job.py,sha256=YpVstCUZM5tLP_RApMZl5yOYmnfLmjSJYRVYeWCnQks,21839
|
1151
1153
|
pulumi_oci/datasafe/get_discovery_jobs_result.py,sha256=63kDGkNhBCzZpTUKg92jT68S-MZ6E9PN8MJthWLP-UE,18340
|
1152
1154
|
pulumi_oci/datasafe/get_discovery_jobs_results.py,sha256=b8EcWvcy94dZm-GTXaU-XfBQWB4xNoa96lZktDeNoP4,13390
|
1153
|
-
pulumi_oci/datasafe/get_library_masking_format.py,sha256=
|
1155
|
+
pulumi_oci/datasafe/get_library_masking_format.py,sha256=w9FzaR40DsBqWoOKmq9zYZTImGqmIw_W328f562MEfU,10662
|
1154
1156
|
pulumi_oci/datasafe/get_library_masking_formats.py,sha256=mjupToHDw1JHIbLrJ9C_YOm-Pl3up5pV3pyJcOwmPzE,17244
|
1155
1157
|
pulumi_oci/datasafe/get_list_user_grants.py,sha256=IeIKAaL7hGBagdVK0dYi6_B6EoCeuBTwcX6ysj128I8,14557
|
1156
1158
|
pulumi_oci/datasafe/get_masking_analytic.py,sha256=tiwmTCobMXwBGrK59pxCLjM8uqvlg6FG64izHsMGBts,8752
|
@@ -1158,8 +1160,8 @@ pulumi_oci/datasafe/get_masking_analytics.py,sha256=O0i9MdgZ2Je_x3XWkMddwcrrlSiS
|
|
1158
1160
|
pulumi_oci/datasafe/get_masking_policies.py,sha256=eP0tbnmNJ4nfERy-xAFTokevy6KN2NABXe_QQxbUUGI,17291
|
1159
1161
|
pulumi_oci/datasafe/get_masking_policies_masking_column.py,sha256=6iw9ZtpIswMhxWdsZmAVZntqmhYS577bHvUTOzrVNso,13872
|
1160
1162
|
pulumi_oci/datasafe/get_masking_policies_masking_columns.py,sha256=GMblYc4ARvHybfoRWalKQ4OIGYrsF9NyvzCSF0zaHOs,26617
|
1161
|
-
pulumi_oci/datasafe/get_masking_policy.py,sha256=
|
1162
|
-
pulumi_oci/datasafe/get_masking_policy_health_report.py,sha256=
|
1163
|
+
pulumi_oci/datasafe/get_masking_policy.py,sha256=bTTP_hp8_ZJnTGxvjegc1gTch4ZWjjrxX5H0G8SWVEo,16985
|
1164
|
+
pulumi_oci/datasafe/get_masking_policy_health_report.py,sha256=pknizZ2EuYuwkLAPTuSKdI9-NG9Y7t0TOG8TVOwDWbk,10142
|
1163
1165
|
pulumi_oci/datasafe/get_masking_policy_health_report_logs.py,sha256=oylnblSYw9ibKbMcTLv4wZV99Knz-f62fOIJjYo3s8E,7342
|
1164
1166
|
pulumi_oci/datasafe/get_masking_policy_health_reports.py,sha256=qf5gPfWprn8_jCR_WN0ZuOBSC8w-CMLJDotmt7eMpNo,14605
|
1165
1167
|
pulumi_oci/datasafe/get_masking_policy_masking_objects.py,sha256=wM0-FcqbfnklYlWeYzEMl_840kVsukZOmpnEDSL3gjE,8960
|
@@ -1168,18 +1170,18 @@ pulumi_oci/datasafe/get_masking_report.py,sha256=j0eKvmDPLqlSYBfzxl6vX74QxGx7Bqa
|
|
1168
1170
|
pulumi_oci/datasafe/get_masking_report_masked_columns.py,sha256=18k73qIS1iRFKhjWaEU1teXhFcekt-qkVaeQv_UhlaQ,12634
|
1169
1171
|
pulumi_oci/datasafe/get_masking_reports.py,sha256=QJvGnWDRW67HFxg0rwZUjvqPXrrS0JfzIy7qouAhG_0,10259
|
1170
1172
|
pulumi_oci/datasafe/get_masking_reports_masked_column.py,sha256=phNjaQhJeiEQLnC-S7Fb4RNQ7bSAjBlT0oIgKx35unQ,11514
|
1171
|
-
pulumi_oci/datasafe/get_onprem_connector.py,sha256=
|
1173
|
+
pulumi_oci/datasafe/get_onprem_connector.py,sha256=6iHnMV1TFzJcrXKQyaTYac1SahyHVawC4lfy5MmLzcg,10347
|
1172
1174
|
pulumi_oci/datasafe/get_onprem_connectors.py,sha256=5OC4oiOmSIOoOdtstZRP6CHdEEpRxXQ4O4BmMpc23AY,11786
|
1173
|
-
pulumi_oci/datasafe/get_report.py,sha256=
|
1175
|
+
pulumi_oci/datasafe/get_report.py,sha256=Sbt0f8WFQ5OBgiUS2_C_FLJfoTM_74GizjBb_bhjW9k,9966
|
1174
1176
|
pulumi_oci/datasafe/get_report_content.py,sha256=7ObsGMdFhWYKvozbofWGk18fzlxGFrUqKLmjApa3xQI,3304
|
1175
|
-
pulumi_oci/datasafe/get_report_definition.py,sha256=
|
1177
|
+
pulumi_oci/datasafe/get_report_definition.py,sha256=Fm5UO9Q7TGc-36CTQ1tkF_sxLqT-Ge_I9wACtlFQYSE,21426
|
1176
1178
|
pulumi_oci/datasafe/get_report_definitions.py,sha256=W4yPfPf7KbAHW00LNxjpUS6-N_mnukiM8Rt_xR0folo,13800
|
1177
1179
|
pulumi_oci/datasafe/get_reports.py,sha256=Er6WaZoRm8LKiwYP775OW-2NLlW4f78NGcduGOQ5EzA,15339
|
1178
|
-
pulumi_oci/datasafe/get_sdm_masking_policy_difference.py,sha256=
|
1180
|
+
pulumi_oci/datasafe/get_sdm_masking_policy_difference.py,sha256=mWkGnZuNvN2tbmZ-5tcOLQcMdrTq_CKWdMCdIghXS5I,11952
|
1179
1181
|
pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py,sha256=mS1PwMXlO8Z5SZNd-glJkM63MaopCULLBRUdiSlJ79I,13200
|
1180
1182
|
pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py,sha256=8k72p1hKLY81E7CMof530FeQoq63e2frFEyp8rxzcpg,15246
|
1181
1183
|
pulumi_oci/datasafe/get_sdm_masking_policy_differences.py,sha256=eWktW9GpLd3qVaR6R_kzCkq6YPyv21oozCNqnK0lt_w,13807
|
1182
|
-
pulumi_oci/datasafe/get_security_assessment.py,sha256=
|
1184
|
+
pulumi_oci/datasafe/get_security_assessment.py,sha256=185x5NT729bvxl79muMGHj2bKs0qg0W778DASePitt8,19630
|
1183
1185
|
pulumi_oci/datasafe/get_security_assessment_comparison.py,sha256=tr1chIGjNMWRQluyN0ZA-mjGgp0ge6XnryWWJ8DGt78,7614
|
1184
1186
|
pulumi_oci/datasafe/get_security_assessment_finding.py,sha256=BU5V1mrQAoNROVxRoy7yuSB-YP_6s5mkSp8MCU-TGYM,9801
|
1185
1187
|
pulumi_oci/datasafe/get_security_assessment_finding_analytics.py,sha256=5_YE0Zf-4uoquZZ013r1cZQpIbqawYCbuQ2MWdEVxC4,16549
|
@@ -1189,30 +1191,30 @@ pulumi_oci/datasafe/get_security_assessment_security_feature_analytics.py,sha256
|
|
1189
1191
|
pulumi_oci/datasafe/get_security_assessment_security_features.py,sha256=7__1v02ChHfQ1rxzMkjHQxn-xbY1VKOuervQ4ZvUzaU,27275
|
1190
1192
|
pulumi_oci/datasafe/get_security_assessments.py,sha256=GBNekyQjlaQ9ndNAVvhlsWk7C-cVpVcI7ecYdzzAu9A,22367
|
1191
1193
|
pulumi_oci/datasafe/get_security_policies.py,sha256=T2nUEoJI-bcBmeibTMyLB5mZUs1tmlfIqoDvi-I44Ew,13079
|
1192
|
-
pulumi_oci/datasafe/get_security_policy.py,sha256=
|
1193
|
-
pulumi_oci/datasafe/get_security_policy_deployment.py,sha256=
|
1194
|
+
pulumi_oci/datasafe/get_security_policy.py,sha256=L___0Cwjq0BfCRfIz7uE1GqdQ0JhYPs0ZCTgfwu46_E,9639
|
1195
|
+
pulumi_oci/datasafe/get_security_policy_deployment.py,sha256=ZJm0PKdrcq5U8UnWE2NQMO6ME2-bdRya7Hpn_Hycmh4,11394
|
1194
1196
|
pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py,sha256=tNV5jrmWg1QNy7cUmo5y7HJouYpRk5-N2WK1UcTeJOY,8621
|
1195
1197
|
pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py,sha256=lUU9Kf1ezfAN7WgReYu8UiKyTCoOx79l07zdrvk7FkM,9984
|
1196
1198
|
pulumi_oci/datasafe/get_security_policy_deployments.py,sha256=95cTgNuHRIRtpYMMuqHimHU7u1nZB2_FjLoQFbrP-0o,16429
|
1197
|
-
pulumi_oci/datasafe/get_security_policy_report.py,sha256=
|
1199
|
+
pulumi_oci/datasafe/get_security_policy_report.py,sha256=hWeFi9LLxeyC2DqGIYa-VDFU5SQ1FcSDz6_Hoqn5axA,10660
|
1198
1200
|
pulumi_oci/datasafe/get_security_policy_report_database_table_access_entries.py,sha256=9KrkAO3Alno_zn3uU0S3VUlvp8fFPrhqqnYTzUI-XSU,8951
|
1199
1201
|
pulumi_oci/datasafe/get_security_policy_report_database_table_access_entry.py,sha256=E3YwFz7Wz9Mqr8ImFNd2qxidLo3rVdGSyoNEoD7vTE0,21223
|
1200
1202
|
pulumi_oci/datasafe/get_security_policy_report_database_view_access_entries.py,sha256=4iLfowr-Yp7u902eOdNYS7ELXWxRBdd1o6dlLma8keo,9902
|
1201
1203
|
pulumi_oci/datasafe/get_security_policy_report_database_view_access_entry.py,sha256=pwwL2gFuVxzCo1u5PTk_ZU-BG_ctTZsbksLqWfm1NmU,18899
|
1202
1204
|
pulumi_oci/datasafe/get_security_policy_report_role_grant_paths.py,sha256=hrOToTB0I5Dkl9VnkORhfPzfLTpzD6rQ6b2Q9VmCzzo,8311
|
1203
1205
|
pulumi_oci/datasafe/get_security_policy_reports.py,sha256=-gOnv9e7IdXYCQrUciQ7o_iBI-3xnU_QD3Nf3amnenM,14692
|
1204
|
-
pulumi_oci/datasafe/get_sensitive_data_model.py,sha256=
|
1206
|
+
pulumi_oci/datasafe/get_sensitive_data_model.py,sha256=TUSDmPZkqpYJeaGFcua1whZiwKZZt68PwJOqGBkDrAM,17668
|
1205
1207
|
pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py,sha256=orWHpZMw1H-SV-8H-h1zEPrt8-97BRewqvgM_GdbLYk,9501
|
1206
1208
|
pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py,sha256=l3ezYmK3O1jCcT-4vXtfPmjmjTbE39AO4SwvMbsqRVY,7262
|
1207
1209
|
pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py,sha256=DGUfLJynmYWb6EC_YJjTfy985Jx4363o2wLIEchdQ3g,7390
|
1208
1210
|
pulumi_oci/datasafe/get_sensitive_data_models.py,sha256=gYudaTGdNFz7mNxI4tpg_BBEh-8xwTRV9fZ-WaAeku0,16648
|
1209
1211
|
pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py,sha256=UudwoaXABMNjXKFfArdw3HpQyp6IMFrWZ8KfHwFwovk,18960
|
1210
1212
|
pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py,sha256=Yu3I-dwFXhfnR_RzkZ3FM4a_UyQMLpMN_S1g7AxdO08,30259
|
1211
|
-
pulumi_oci/datasafe/get_sensitive_type.py,sha256=
|
1213
|
+
pulumi_oci/datasafe/get_sensitive_type.py,sha256=XWlN-s3txlaGzr_1hSQEDlWt1SxnB4FgayLiDAYSXak,15017
|
1212
1214
|
pulumi_oci/datasafe/get_sensitive_types.py,sha256=RKcTpr9SOaRBRA_5iuYXc4t4JhbA7kKh2WU7NQUb_XM,21319
|
1213
|
-
pulumi_oci/datasafe/get_target_alert_policy_association.py,sha256=
|
1215
|
+
pulumi_oci/datasafe/get_target_alert_policy_association.py,sha256=BwNr8tVUvelwx4rtOz_iJqmr1QCvDCVryt24joQU9_E,12066
|
1214
1216
|
pulumi_oci/datasafe/get_target_alert_policy_associations.py,sha256=vSdxrGTuumO7GBPbLSPnqJmP3MQxT1M2DdFiUsb9ZFM,17400
|
1215
|
-
pulumi_oci/datasafe/get_target_database.py,sha256=
|
1217
|
+
pulumi_oci/datasafe/get_target_database.py,sha256=tlECYukExeJ8Jerhm9NZkROqLj0wKpx5OnPjuWHRyFU,14399
|
1216
1218
|
pulumi_oci/datasafe/get_target_database_peer_target_database.py,sha256=VRnpYFd-sAZcqYA4c3iDZlD4JotsYta56_LCQWLzTws,11478
|
1217
1219
|
pulumi_oci/datasafe/get_target_database_peer_target_databases.py,sha256=Zh5Sq6Whk0GijydhaL7p66rK5JbTm_lcLIZXmoiBInk,6007
|
1218
1220
|
pulumi_oci/datasafe/get_target_database_role.py,sha256=bTrYw9WmMVuzlB_B1tAgsze9TBufyh9EzN4puGpA59c,7136
|
@@ -1221,7 +1223,7 @@ pulumi_oci/datasafe/get_target_databases.py,sha256=8ioQeLa_lDjUByC7NgMz4WXiqH9gH
|
|
1221
1223
|
pulumi_oci/datasafe/get_target_databases_columns.py,sha256=mK2vDUzkZsx4iySyhk3bLVXQFluSeLFCquouMEIvBdc,12717
|
1222
1224
|
pulumi_oci/datasafe/get_target_databases_schemas.py,sha256=NoWBO8B5Ng9EdFKAub30Ob5i8CF2PGStymO0CubibXY,8544
|
1223
1225
|
pulumi_oci/datasafe/get_target_databases_tables.py,sha256=zRzLe8vb3VxZB1EdTsDXwIfsnU3w6pesOZO0h55p18w,9448
|
1224
|
-
pulumi_oci/datasafe/get_user_assessment.py,sha256=
|
1226
|
+
pulumi_oci/datasafe/get_user_assessment.py,sha256=gxrNrEJ4EBcqoIcYGPepU81YTJ3IzE8sR2454lb_rms,18150
|
1225
1227
|
pulumi_oci/datasafe/get_user_assessment_comparison.py,sha256=Y2MErqSw1blLLa0c87Asc4oqWXuB1TVto5zJqKzSuTQ,6803
|
1226
1228
|
pulumi_oci/datasafe/get_user_assessment_profile_analytics.py,sha256=ZEPcb9QBGLmWHSMSUy3Ie-IcO4AhIkkMxuXrC7Xwvwg,14138
|
1227
1229
|
pulumi_oci/datasafe/get_user_assessment_profiles.py,sha256=NpA8YJC9JMmKHKisoHXGomZJT7hYgdOwKx0pBS7RHXo,33439
|
@@ -1229,118 +1231,118 @@ pulumi_oci/datasafe/get_user_assessment_user_access_analytics.py,sha256=kTpMz718
|
|
1229
1231
|
pulumi_oci/datasafe/get_user_assessment_user_analytics.py,sha256=ef9rl897j4OUK-pGaf9ZCjmdd3vKlalXHq27F-c4vrw,28529
|
1230
1232
|
pulumi_oci/datasafe/get_user_assessment_users.py,sha256=H6YmH8XVJ23-nHBNZR2_dfb3s_kt4725fFLHwNvrHuo,31888
|
1231
1233
|
pulumi_oci/datasafe/get_user_assessments.py,sha256=_qt5pv9jW6le27bGy9kW2mXnkVkG6pTJ8UqtNTixyQ4,22575
|
1232
|
-
pulumi_oci/datasafe/library_masing_format.py,sha256=
|
1234
|
+
pulumi_oci/datasafe/library_masing_format.py,sha256=pwXdcz-GhJ4c07AXUONiJdLnqMzF-WyvT9z0WgXN7bU,33867
|
1233
1235
|
pulumi_oci/datasafe/mask_data.py,sha256=C0Cl-E4PXqjBNjtbYuzfJxlWWZhFUQp5-9oWqWMmdhw,6663
|
1234
1236
|
pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py,sha256=RK84k_OpVYmhoJbCPzoWybLdsFUI8YbSmXpUp50sY-8,8203
|
1235
1237
|
pulumi_oci/datasafe/masking_policies_masking_column.py,sha256=RhMbR62fLfrHXXQNmtRsnSxnmTcPYj7kOPVYk1_KYj8,58391
|
1236
|
-
pulumi_oci/datasafe/masking_policy.py,sha256=
|
1237
|
-
pulumi_oci/datasafe/on_prem_connector.py,sha256=
|
1238
|
-
pulumi_oci/datasafe/outputs.py,sha256=
|
1239
|
-
pulumi_oci/datasafe/report.py,sha256=
|
1240
|
-
pulumi_oci/datasafe/report_definition.py,sha256=
|
1241
|
-
pulumi_oci/datasafe/sdm_masking_policy_difference.py,sha256=
|
1242
|
-
pulumi_oci/datasafe/security_assessment.py,sha256=
|
1243
|
-
pulumi_oci/datasafe/security_policy.py,sha256=
|
1244
|
-
pulumi_oci/datasafe/security_policy_deployment.py,sha256=
|
1245
|
-
pulumi_oci/datasafe/security_policy_deployment_management.py,sha256=
|
1246
|
-
pulumi_oci/datasafe/security_policy_management.py,sha256=
|
1247
|
-
pulumi_oci/datasafe/sensitive_data_model.py,sha256=
|
1238
|
+
pulumi_oci/datasafe/masking_policy.py,sha256=MUHIzLedBXGFJf9yB3z3d14ha-FOUidU4og43dSSq2c,71120
|
1239
|
+
pulumi_oci/datasafe/on_prem_connector.py,sha256=SmyrtOUyJRLQyFC-L5B96elXyK6Hwrvu9qxi4usDe-4,29798
|
1240
|
+
pulumi_oci/datasafe/outputs.py,sha256=2e3uz4Otsd2R53z7aHwaNh2gDAZugEOhGH9n3eb5aiA,1260851
|
1241
|
+
pulumi_oci/datasafe/report.py,sha256=okh2QxEHNTw32Ec_nNa7Z8_Bxht25znqybyxPeA5HsM,28114
|
1242
|
+
pulumi_oci/datasafe/report_definition.py,sha256=YBskIZHWnENXGMJz-0YahAjK0JcD00c1yg43oicfHGU,68554
|
1243
|
+
pulumi_oci/datasafe/sdm_masking_policy_difference.py,sha256=LXpmm4CgDijAYUSg3xt3zA7PkB4HRFQxiFlqQgE0aig,37852
|
1244
|
+
pulumi_oci/datasafe/security_assessment.py,sha256=otbTko7cAPYIlDd0mKPf3dPF9--s9jt7nHRqbvTq36g,61654
|
1245
|
+
pulumi_oci/datasafe/security_policy.py,sha256=w9wyC5T108Ga6cUnNTLLdgjw7JvZY3jZLNlTRoYBZ8w,29311
|
1246
|
+
pulumi_oci/datasafe/security_policy_deployment.py,sha256=crqTPDdylFIHTmTfJp0CIftgge10t7y6O4v8zwiCMm8,33028
|
1247
|
+
pulumi_oci/datasafe/security_policy_deployment_management.py,sha256=17oZqN8YGN2V6v6tmRuTY2IDGOD1F5Cq1UfsNVHfPwQ,18035
|
1248
|
+
pulumi_oci/datasafe/security_policy_management.py,sha256=ttv-97V16vZfo7IZsBGjPme3HPKVvfwuTqQQcvMYJK0,16923
|
1249
|
+
pulumi_oci/datasafe/sensitive_data_model.py,sha256=B77muq8E20ox6V_3qjNNVC5ez1ptKo7y2bfxo6CDptA,68198
|
1248
1250
|
pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py,sha256=lPiGmeh6UU4ah7Z85HW0H1mOqvV5fiiryryXyqtrcOU,7830
|
1249
1251
|
pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py,sha256=TREMG2BazyWlYHPsjY-AMv84bigCvtPKLH7XaMcxkJc,67457
|
1250
|
-
pulumi_oci/datasafe/sensitive_type.py,sha256=
|
1252
|
+
pulumi_oci/datasafe/sensitive_type.py,sha256=ROijgnQwSZejaqgkiosdQqZL448_QNFoED3ewcyzwVU,51831
|
1251
1253
|
pulumi_oci/datasafe/set_security_assessment_baseline.py,sha256=tCFdTzN-4Pp5fXPy-cVz9z_dRn0Zf3RnIw2pMdYlERI,12374
|
1252
1254
|
pulumi_oci/datasafe/set_user_assessment_baseline.py,sha256=pFdIxZ6rOGzZsEKuyfV0YTBJsjUZrfTdSfqgvn_oezQ,11986
|
1253
|
-
pulumi_oci/datasafe/sql_collection.py,sha256=
|
1254
|
-
pulumi_oci/datasafe/sql_firewall_policy.py,sha256=
|
1255
|
-
pulumi_oci/datasafe/sql_firewall_policy_management.py,sha256=
|
1256
|
-
pulumi_oci/datasafe/target_alert_policy_association.py,sha256=
|
1257
|
-
pulumi_oci/datasafe/target_database.py,sha256=
|
1255
|
+
pulumi_oci/datasafe/sql_collection.py,sha256=4p-l1Tboc_rZk1fpvACnzm8GBkAJTjs6fa1TU-PITz0,54642
|
1256
|
+
pulumi_oci/datasafe/sql_firewall_policy.py,sha256=5noK0OwrRaSEWzRtOd8EZFIQSWKqdVQtgmRm1K0rjU0,51936
|
1257
|
+
pulumi_oci/datasafe/sql_firewall_policy_management.py,sha256=VPJ_mjSnxYNcnKOATVyOQLJrrHUnv4h48WREHo5Ws3k,33781
|
1258
|
+
pulumi_oci/datasafe/target_alert_policy_association.py,sha256=TthG1ANmrVh0BtswMte2st5cLvGaBFLiLny9SthdbEU,35335
|
1259
|
+
pulumi_oci/datasafe/target_database.py,sha256=mApso9EyIOjdvJHzrdJmgYf6A6D3RHff8hLf5qLZWsQ,52969
|
1258
1260
|
pulumi_oci/datasafe/target_database_peer_target_database.py,sha256=GQfmzbXO8XqEIatGB1GViQhRstsH7xF5xe52Xmwx1iE,32358
|
1259
1261
|
pulumi_oci/datasafe/unset_security_assessment_baseline.py,sha256=gVcTvHt0rN1rfKKBqSkHE2DaYXzi4LmIkp-zUe0UeSI,12689
|
1260
1262
|
pulumi_oci/datasafe/unset_user_assessment_baseline.py,sha256=Ipjz4U_oXV37dztfOC-dkZnu74D8HsEfbqhOngJzfH8,12337
|
1261
|
-
pulumi_oci/datasafe/user_assessment.py,sha256=
|
1263
|
+
pulumi_oci/datasafe/user_assessment.py,sha256=AkfjkPkHs675s5KsUgQCFyhlznKglmNsGUbYSrKhHiA,58478
|
1262
1264
|
pulumi_oci/datascience/__init__.py,sha256=YUs9Sg1hYEkk_ORPN54BOFosvaeepgs8SelXVgSpgYc,1506
|
1263
|
-
pulumi_oci/datascience/_inputs.py,sha256=
|
1265
|
+
pulumi_oci/datascience/_inputs.py,sha256=6sqgzfCc7mv2__yT10AmKkEQs83Cq8dInyJaDEHwz7Y,214907
|
1264
1266
|
pulumi_oci/datascience/get_fast_launch_job_configs.py,sha256=0_g9h7wScJS_nPTzCtkcpZPi-Llcmhj_M-w8bkTIfYs,5401
|
1265
|
-
pulumi_oci/datascience/get_job.py,sha256=
|
1266
|
-
pulumi_oci/datascience/get_job_run.py,sha256=
|
1267
|
+
pulumi_oci/datascience/get_job.py,sha256=M96Al2MZIQQQmOa2Vs6NklMiKNdCQeDpL8cMl7qSWiQ,17562
|
1268
|
+
pulumi_oci/datascience/get_job_run.py,sha256=CzFiqfWWTMPFGX1pfMTwNeQGmYPoKYEwsFpyDfvCOdM,17020
|
1267
1269
|
pulumi_oci/datascience/get_job_runs.py,sha256=lFTeJATnQkcxXxAYWZLujJfWr51rscorop1VxnOhnAw,9438
|
1268
1270
|
pulumi_oci/datascience/get_job_shapes.py,sha256=RkO6shc6UG5lkA1TjfmOQj0w_2tabtAfGaieW2ngLic,4784
|
1269
1271
|
pulumi_oci/datascience/get_jobs.py,sha256=JCbpOFVJFgX9p_GZcK7_vZsXzcu-14NzBPa89yFnxZ4,9388
|
1270
|
-
pulumi_oci/datascience/get_model.py,sha256=
|
1271
|
-
pulumi_oci/datascience/get_model_deployment.py,sha256=
|
1272
|
+
pulumi_oci/datascience/get_model.py,sha256=a-xArn44tQZ6AM3HtbpVs-5zEuznEoYYMjugT2AtA6M,14609
|
1273
|
+
pulumi_oci/datascience/get_model_deployment.py,sha256=kkNM4-Q7BdQANstDwZamjHujD8Yqz6Sz1PyJe7f8eOg,13702
|
1272
1274
|
pulumi_oci/datascience/get_model_deployment_shapes.py,sha256=HKj7YmyX0m68av9DLMK3ZlMoDhk507mhiMjcRERRWtw,5368
|
1273
1275
|
pulumi_oci/datascience/get_model_deployments.py,sha256=_fdn03JHIsj6z7sBO02GnUZbzU0mE6I8ffBumKfzpls,10919
|
1274
1276
|
pulumi_oci/datascience/get_model_provenance.py,sha256=eHKi7wMAgQX9r09uoAZUDqoEFSSrBFPPNsmmcQevN6E,6963
|
1275
|
-
pulumi_oci/datascience/get_model_version_set.py,sha256=
|
1277
|
+
pulumi_oci/datascience/get_model_version_set.py,sha256=CQ5e3wsDPOmOm3UY9j8DH3K9CUqvv-L9j_O8iq-n1kc,10547
|
1276
1278
|
pulumi_oci/datascience/get_model_version_sets.py,sha256=Obo_H9BpCqNa-RQ2ncVP_WFsQeVhFin5HZnHU6A4APM,10238
|
1277
1279
|
pulumi_oci/datascience/get_models.py,sha256=DYOUpOg_2Uwz8sMHCC1ohFsGzYjMigWYirKvmfcR7qE,11148
|
1278
|
-
pulumi_oci/datascience/get_notebook_session.py,sha256=
|
1280
|
+
pulumi_oci/datascience/get_notebook_session.py,sha256=XITsfKGDQUHCRQd3tW7Wx5jri7DCKl_5L-zDA374Zv4,14197
|
1279
1281
|
pulumi_oci/datascience/get_notebook_session_shapes.py,sha256=JdQBtlgFI8qy0FGXOUqyt5MfK7B9qXkJWn9n03s-pWk,5370
|
1280
1282
|
pulumi_oci/datascience/get_notebook_sessions.py,sha256=W9nLZnZwBDSpm5IWiBtOy4tjTBkmRXh0i0DOy7O0PBI,10441
|
1281
|
-
pulumi_oci/datascience/get_pipeline.py,sha256=
|
1282
|
-
pulumi_oci/datascience/get_pipeline_run.py,sha256=
|
1283
|
+
pulumi_oci/datascience/get_pipeline.py,sha256=_5TCU-pN32hf80iMZ5Vu4lzU-lPf6P47YZ0jC5Lh7sI,15098
|
1284
|
+
pulumi_oci/datascience/get_pipeline_run.py,sha256=uNZQTtSRsi4K_VnH7ZyrSIV9uQALz1gpmFJwYVki7NI,17755
|
1283
1285
|
pulumi_oci/datascience/get_pipeline_runs.py,sha256=suihrPbp_3_kFu7V4CyqSD75hxyWjeGm4nybgVl3-y8,9853
|
1284
1286
|
pulumi_oci/datascience/get_pipelines.py,sha256=X7_48p8SmkqCg85J1SRrwxHBdHPmsVqDbMzLAUZU-gk,9593
|
1285
|
-
pulumi_oci/datascience/get_private_endpoint.py,sha256=
|
1287
|
+
pulumi_oci/datascience/get_private_endpoint.py,sha256=3h7kwCHHR4PuAlxaM2hXEY97uMcGYEtjc_P7wPrpSkA,13391
|
1286
1288
|
pulumi_oci/datascience/get_private_endpoints.py,sha256=K5xa91HKXqFZglGuQcZdVMGfz-9xY5tNJvI_uJGaJTA,10567
|
1287
|
-
pulumi_oci/datascience/get_project.py,sha256=
|
1289
|
+
pulumi_oci/datascience/get_project.py,sha256=uUIxDkFPUIxVsgrzPAuLQlBK6w8eaAveH7Oxbc66Zwk,8898
|
1288
1290
|
pulumi_oci/datascience/get_projects.py,sha256=kSk-J8_LeniAZPGNa5jgpcCvPXrBHl_fziBWelwY0Lw,8576
|
1289
|
-
pulumi_oci/datascience/job.py,sha256=
|
1290
|
-
pulumi_oci/datascience/job_run.py,sha256=
|
1291
|
-
pulumi_oci/datascience/model.py,sha256=
|
1291
|
+
pulumi_oci/datascience/job.py,sha256=bN8eT49UCUKpCYmZgsP7qY1-5GP0ev4dvlgitra2E2E,66744
|
1292
|
+
pulumi_oci/datascience/job_run.py,sha256=m3sSwAMywv7vlsJvosWB57U6q4wOLBdNV-3oLd8_zrM,57931
|
1293
|
+
pulumi_oci/datascience/model.py,sha256=VDzJgtT1440_WFdKiCxyWvMlRmskNufqY7iLVamI9Vc,52959
|
1292
1294
|
pulumi_oci/datascience/model_artifact_export.py,sha256=3luxH5zMiFVqyiUAha3paucsA2RgDt8r9HiOa8o1kX8,12879
|
1293
1295
|
pulumi_oci/datascience/model_artifact_import.py,sha256=bPnG_kR2mp8AcUUdlEV1wWOiP9cXrfbbTMUox-VeXhM,13344
|
1294
|
-
pulumi_oci/datascience/model_deployment.py,sha256=
|
1296
|
+
pulumi_oci/datascience/model_deployment.py,sha256=NF0aIdvLBFB8HMWp7p6igIW0qJ5tUAwNBqXwAztLO74,59635
|
1295
1297
|
pulumi_oci/datascience/model_provenance.py,sha256=Y63VBLm6q36x1vb297HulKd_zQ4855D7xRQOn75Io94,24595
|
1296
|
-
pulumi_oci/datascience/model_version_set.py,sha256=
|
1297
|
-
pulumi_oci/datascience/notebook_session.py,sha256=
|
1298
|
-
pulumi_oci/datascience/outputs.py,sha256=
|
1299
|
-
pulumi_oci/datascience/pipeline.py,sha256=
|
1300
|
-
pulumi_oci/datascience/pipeline_run.py,sha256=
|
1301
|
-
pulumi_oci/datascience/private_endpoint.py,sha256=
|
1302
|
-
pulumi_oci/datascience/project.py,sha256=
|
1298
|
+
pulumi_oci/datascience/model_version_set.py,sha256=SRGEzxdYeqLEcbbFtlOYbMYK_MxOcJBQl846AJTvuGk,31810
|
1299
|
+
pulumi_oci/datascience/notebook_session.py,sha256=Dn5-DWp3yug89DxMbWzX4Px_VC1ibF5rUDjcrFUtHKA,53511
|
1300
|
+
pulumi_oci/datascience/outputs.py,sha256=Bq9P5yoCqBxhqpISxGqSO1m0ToViQCpoamOzo5r_aX0,591142
|
1301
|
+
pulumi_oci/datascience/pipeline.py,sha256=KqgqUi37xPELiTiNW-uJWp5EMAbgpVeilsbEISqMsOE,55308
|
1302
|
+
pulumi_oci/datascience/pipeline_run.py,sha256=M7vipd_eFxmX9w4ujxZHqoxMmonpjoEKBCmJRvWgkBg,61341
|
1303
|
+
pulumi_oci/datascience/private_endpoint.py,sha256=deLcM1-PxQsUM5amg62NJXfyjaPlZrVRZJx5uLk7RBM,40833
|
1304
|
+
pulumi_oci/datascience/project.py,sha256=CkoHQB1UR-jOkSBScgFovB_igt1egIBxC4CFhkZ67Sg,27181
|
1303
1305
|
pulumi_oci/demandsignal/__init__.py,sha256=Ap5pOlp1y5CcgzxfMoHvzljdeikeGE4h1-ycDcq2c38,422
|
1304
|
-
pulumi_oci/demandsignal/_inputs.py,sha256=
|
1305
|
-
pulumi_oci/demandsignal/get_occ_demand_signal.py,sha256
|
1306
|
+
pulumi_oci/demandsignal/_inputs.py,sha256=9t-Kxye_85ZcSzSpKZ1gS8_FuzQqnGxen-_vGzu7XRs,8487
|
1307
|
+
pulumi_oci/demandsignal/get_occ_demand_signal.py,sha256=KsNhj9BXNUT9nv3lv0gOz3lkb4hOw_0S5mvUjqu7UxQ,11446
|
1306
1308
|
pulumi_oci/demandsignal/get_occ_demand_signals.py,sha256=VE7BTFOJrhEZ619H3hrzNfyZGnj2ehx6vLIOS4tR9Xc,8028
|
1307
|
-
pulumi_oci/demandsignal/occ_demand_signal.py,sha256=
|
1308
|
-
pulumi_oci/demandsignal/outputs.py,sha256=
|
1309
|
+
pulumi_oci/demandsignal/occ_demand_signal.py,sha256=xALfeu0l5HxXulq0r-tZj-MJAmQKLp0_f_XzgLZHSDk,35337
|
1310
|
+
pulumi_oci/demandsignal/outputs.py,sha256=LXih8rCezEaB1nHSmUR2sB4apNG-79HDcdQK97gNB5o,25011
|
1309
1311
|
pulumi_oci/devops/__init__.py,sha256=ogod3Nh4yEX5W_vhC8lVlVH9Tp8gPp6WkEFiEHRmndU,2458
|
1310
|
-
pulumi_oci/devops/_inputs.py,sha256=
|
1311
|
-
pulumi_oci/devops/build_pipeline.py,sha256=
|
1312
|
-
pulumi_oci/devops/build_pipeline_stage.py,sha256=
|
1313
|
-
pulumi_oci/devops/build_run.py,sha256=
|
1314
|
-
pulumi_oci/devops/connection.py,sha256=
|
1315
|
-
pulumi_oci/devops/deploy_artifact.py,sha256=
|
1316
|
-
pulumi_oci/devops/deploy_environment.py,sha256=
|
1317
|
-
pulumi_oci/devops/deploy_pipeline.py,sha256=
|
1318
|
-
pulumi_oci/devops/deploy_stage.py,sha256=
|
1319
|
-
pulumi_oci/devops/deployment.py,sha256=
|
1320
|
-
pulumi_oci/devops/get_build_pipeline.py,sha256=
|
1321
|
-
pulumi_oci/devops/get_build_pipeline_stage.py,sha256=
|
1312
|
+
pulumi_oci/devops/_inputs.py,sha256=3VV2PXIO_KPVQFlrVBBILkxTIRpRyRD7tEfqF9VyY9s,221024
|
1313
|
+
pulumi_oci/devops/build_pipeline.py,sha256=y53-aMpmRZx3B7r_XWBbrPoLq71mxOokDcz3lWXmi6U,33965
|
1314
|
+
pulumi_oci/devops/build_pipeline_stage.py,sha256=rMruOmQsV97NZoOG6OshHC2HoUI8zUh2hM0Feydprpc,75409
|
1315
|
+
pulumi_oci/devops/build_run.py,sha256=PhTUQNb9NKsqe9TMn7qP7IykztomVan_Wpz0H-OmE9E,40116
|
1316
|
+
pulumi_oci/devops/connection.py,sha256=NFq7MJO86FUIZEWk80HN06xmAy1X1S84WfJjZjZb79k,44276
|
1317
|
+
pulumi_oci/devops/deploy_artifact.py,sha256=rh9v6bNaH2z2LM2P0VtCnq-WQLTK-KiWbYUkTj6YnWU,41108
|
1318
|
+
pulumi_oci/devops/deploy_environment.py,sha256=DkW0aIJm0aHtvCwmNQeh02Sno-l9mqQkPg1H1hbR454,45522
|
1319
|
+
pulumi_oci/devops/deploy_pipeline.py,sha256=jEXQ6FlYNByLAlq-A1YybRE92R_f4T6mEXjMbflP1b8,38410
|
1320
|
+
pulumi_oci/devops/deploy_stage.py,sha256=NfomnJsoHgAoWXFuLs8YMGQBqZPpS0w-l3RCgwK7jIM,194877
|
1321
|
+
pulumi_oci/devops/deployment.py,sha256=nlda-Dtvyh5uP8vPhpnS-qqgW1QmbvribZCnjh6GX7c,57031
|
1322
|
+
pulumi_oci/devops/get_build_pipeline.py,sha256=1JFpbGuzp4cQKkwE50B-1DMmdMcn_tMD3lf6cUvxFOE,11101
|
1323
|
+
pulumi_oci/devops/get_build_pipeline_stage.py,sha256=jSC42y4e1dV_yU8_3WU864lasJw6n0tccTg-ACbbUTc,20869
|
1322
1324
|
pulumi_oci/devops/get_build_pipeline_stages.py,sha256=IIbem_ItzDPIvLvpg4vF3A4shSQ-JyzwnSEZQdk0LE0,8898
|
1323
1325
|
pulumi_oci/devops/get_build_pipelines.py,sha256=pQ8bdyXw9-1hWS_jv_prF-I1YUQ37udWUcOrB01oJnc,8340
|
1324
|
-
pulumi_oci/devops/get_build_run.py,sha256=
|
1326
|
+
pulumi_oci/devops/get_build_run.py,sha256=9Hta1sfT6kee-9TMVy_F6VL5451ofZqtlxFZxa8_s24,13285
|
1325
1327
|
pulumi_oci/devops/get_build_runs.py,sha256=4oJwDZTerSgh605CrMdZdAIwukqirS9F4_rg46zGPYY,9173
|
1326
|
-
pulumi_oci/devops/get_connection.py,sha256=
|
1328
|
+
pulumi_oci/devops/get_connection.py,sha256=gtne3uy1azUH-FjlRf9tLIFL6uisEYRsuqK3uq6dGaE,13530
|
1327
1329
|
pulumi_oci/devops/get_connections.py,sha256=2ijrENyqtvVoeD8YYdQTHCsahmi4rJcDgL_0FAf3oFU,9146
|
1328
|
-
pulumi_oci/devops/get_deploy_artifact.py,sha256=
|
1330
|
+
pulumi_oci/devops/get_deploy_artifact.py,sha256=SkzWvBtGKIFpjmNEMU32gNnOqJXv4FXlfcic2VF_t6o,12419
|
1329
1331
|
pulumi_oci/devops/get_deploy_artifacts.py,sha256=nwYcqOwzwzBGCPp7NQX9EnA6QlYt4JdlQkQW8fzjG3c,8368
|
1330
|
-
pulumi_oci/devops/get_deploy_environment.py,sha256=
|
1332
|
+
pulumi_oci/devops/get_deploy_environment.py,sha256=xsNfWU4as9NEmML5pbB3iHwFd_fmZP6p9-dXJqTtFeg,13793
|
1331
1333
|
pulumi_oci/devops/get_deploy_environments.py,sha256=UrNqGDG3f4o7U505jf-FqShTlOKj6sxF6b8z-MHASxU,8581
|
1332
|
-
pulumi_oci/devops/get_deploy_pipeline.py,sha256=
|
1334
|
+
pulumi_oci/devops/get_deploy_pipeline.py,sha256=PPlyut5mhZpDjCgDnyvNiLJ7FHv2GqnmGSpq5ayM35k,12794
|
1333
1335
|
pulumi_oci/devops/get_deploy_pipelines.py,sha256=t7ONu2dJj1oLTwCUx-yJOPX70ziuj2neXq2qpwKW8Mo,8406
|
1334
|
-
pulumi_oci/devops/get_deploy_stage.py,sha256=
|
1336
|
+
pulumi_oci/devops/get_deploy_stage.py,sha256=SqQjKhnlEno66iL887A-kLCvQWjVmWMD-DVSFuS-TiY,52630
|
1335
1337
|
pulumi_oci/devops/get_deploy_stages.py,sha256=UxYjLAikxW6xYWbXAN6vlQrA2qBJgrEFDx8_fF592SA,8422
|
1336
|
-
pulumi_oci/devops/get_deployment.py,sha256=
|
1338
|
+
pulumi_oci/devops/get_deployment.py,sha256=UeTflPSXFwyN-KPNhM3MCODEwKf99ygBpqimYo0184w,17449
|
1337
1339
|
pulumi_oci/devops/get_deployments.py,sha256=WNflZhtCwp40d2GBf2nqNQE3bC0QdxFqhPEeHInpMh8,12864
|
1338
|
-
pulumi_oci/devops/get_project.py,sha256=
|
1340
|
+
pulumi_oci/devops/get_project.py,sha256=DCPUE9Mha7D-pku0rjgySDhxvnS3U11roLR8kumr3wM,10283
|
1339
1341
|
pulumi_oci/devops/get_project_repository_setting.py,sha256=WJ3UkTF0Wnlw9zZh39pR1vZ2VxnabQhd63feJgX6aUk,4893
|
1340
1342
|
pulumi_oci/devops/get_projects.py,sha256=VFg7p40qLXSkzRveUcuvJzTvIw0-NrXNGSF09wX9UhE,6694
|
1341
1343
|
pulumi_oci/devops/get_repo_file_line.py,sha256=Sl_z2e3_wUkk4X7B-qFjWSXUI-vD1WU1H0dT_zOGU70,6573
|
1342
1344
|
pulumi_oci/devops/get_repositories.py,sha256=lDJux9I8dymnmz8z8dga7ddT60-a9ej8UEvvwJx5XxM,8511
|
1343
|
-
pulumi_oci/devops/get_repository.py,sha256=
|
1345
|
+
pulumi_oci/devops/get_repository.py,sha256=uODEqBVoROExevNb0kPkUyCIf3DKthkhXBY0Vtxzo_A,18053
|
1344
1346
|
pulumi_oci/devops/get_repository_archive_content.py,sha256=ps1pJ3gNStGZR8S-ik4cFHit4deEWGcFCPqakrP0Xeo,5434
|
1345
1347
|
pulumi_oci/devops/get_repository_author.py,sha256=rCMOynCvxwVExgaUN1fN95gyKtk-MBBFoc5aXx6ClrE,4780
|
1346
1348
|
pulumi_oci/devops/get_repository_authors.py,sha256=vZwakNj4rFUpxyEqEK_gQsnj74bqwZoLiEk9pRHBV2k,5938
|
@@ -1357,210 +1359,210 @@ pulumi_oci/devops/get_repository_object_content.py,sha256=Mwrpi665WNQ0e2MzP_vn_Y
|
|
1357
1359
|
pulumi_oci/devops/get_repository_path.py,sha256=WUcypjlKGTPcxXAgK7ql3LzOwpqji-V0W3hKPxCQ27c,8326
|
1358
1360
|
pulumi_oci/devops/get_repository_paths.py,sha256=mue5DBI2XmyAzZOkE3zaUPqKp4P1IyDmDmzWyOI21GI,9405
|
1359
1361
|
pulumi_oci/devops/get_repository_protected_branches.py,sha256=yQ-Rm4zadGWX8dFS5AGYExNjz_6faL6-B9CXHMo0Rv4,6215
|
1360
|
-
pulumi_oci/devops/get_repository_ref.py,sha256=
|
1362
|
+
pulumi_oci/devops/get_repository_ref.py,sha256=fndhj9Kuv5xo86i_c5pQRhCqQ8_-1YodlImBpayhYjI,8447
|
1361
1363
|
pulumi_oci/devops/get_repository_refs.py,sha256=cEkUYMc4nGQruaWPB6EXRZj5AZijSpnpSM2a3-1Z4i8,7799
|
1362
1364
|
pulumi_oci/devops/get_repository_setting.py,sha256=WAJX65OA9KKVty_gpohsLOU6DRW1TUx72lFsxSKdOmA,5344
|
1363
|
-
pulumi_oci/devops/get_trigger.py,sha256=
|
1365
|
+
pulumi_oci/devops/get_trigger.py,sha256=b_0MQ4AsrceH8eFVjk_8_On5iWVCsymTvUiQ2OYn6EE,12430
|
1364
1366
|
pulumi_oci/devops/get_triggers.py,sha256=dk2T29m3ZSz4i6gdd8EAoBSB_Ihz02hLj64I8ZBM9XQ,7776
|
1365
|
-
pulumi_oci/devops/outputs.py,sha256=
|
1366
|
-
pulumi_oci/devops/project.py,sha256=
|
1367
|
+
pulumi_oci/devops/outputs.py,sha256=f1cUTslbF65bSsqEGtX6mlZKau7cyNpfJQXRxq3WjmY,673394
|
1368
|
+
pulumi_oci/devops/project.py,sha256=VrPDycuu-2xbpepqIQFtaKbPxeSMcvYgZs06p1Nxf9k,30011
|
1367
1369
|
pulumi_oci/devops/project_repository_setting.py,sha256=-_UsEPe1Pvpxr5x6GWStEkhWAb7wlfDF8XxdQ6FVZv4,16963
|
1368
|
-
pulumi_oci/devops/repository.py,sha256=
|
1370
|
+
pulumi_oci/devops/repository.py,sha256=MNm-8hafNJMViZ2A_mZMKWP1DQVlJ1TfhAyiBW46VCo,48392
|
1369
1371
|
pulumi_oci/devops/repository_mirror.py,sha256=QiQiMDfwrcw1AyH73YNWqNBoL_XPoSdQRMAB4IpTSd4,8362
|
1370
|
-
pulumi_oci/devops/repository_protected_branch_management.py,sha256=
|
1371
|
-
pulumi_oci/devops/repository_ref.py,sha256=
|
1372
|
+
pulumi_oci/devops/repository_protected_branch_management.py,sha256=sjuAtM7KnvCcX0zBuYbKNf65KAr1xu3YG-AXgaWxvjE,15483
|
1373
|
+
pulumi_oci/devops/repository_ref.py,sha256=L7VjAiHhU26k_ySosxQ3y9gzl6NijipkozbSMlFZHW8,22438
|
1372
1374
|
pulumi_oci/devops/repository_setting.py,sha256=qbpPphexPFYPThU-DBRKKji9J18vFA1jZFfSbb2Nv7w,19612
|
1373
|
-
pulumi_oci/devops/trigger.py,sha256=
|
1375
|
+
pulumi_oci/devops/trigger.py,sha256=uWf2rMTElTwN0mHdAikF43gKjEx37vhhCpkH_-oCi8M,41450
|
1374
1376
|
pulumi_oci/disasterrecovery/__init__.py,sha256=7KleD-hSyUzKkdXcRIDujms_xktRCUn-6DFX5pKrijo,614
|
1375
|
-
pulumi_oci/disasterrecovery/_inputs.py,sha256
|
1376
|
-
pulumi_oci/disasterrecovery/dr_plan.py,sha256=
|
1377
|
-
pulumi_oci/disasterrecovery/dr_plan_execution.py,sha256=
|
1378
|
-
pulumi_oci/disasterrecovery/dr_protection_group.py,sha256=
|
1379
|
-
pulumi_oci/disasterrecovery/get_dr_plan.py,sha256=
|
1380
|
-
pulumi_oci/disasterrecovery/get_dr_plan_execution.py,sha256=
|
1381
|
-
pulumi_oci/disasterrecovery/get_dr_plan_executions.py,sha256
|
1377
|
+
pulumi_oci/disasterrecovery/_inputs.py,sha256=IMY6V7SKGdWQQgP8hYSzsYQojNmPX57LV3_PfPHQcMQ,94100
|
1378
|
+
pulumi_oci/disasterrecovery/dr_plan.py,sha256=iLce4j_kCUTVzHw3jGhNOpypJyf4MB2H8sB-u8N7SuM,32602
|
1379
|
+
pulumi_oci/disasterrecovery/dr_plan_execution.py,sha256=Ou9atVDJmic-OThtM9exMhwsOhvoVPwzFSFfpMAKUHU,43429
|
1380
|
+
pulumi_oci/disasterrecovery/dr_protection_group.py,sha256=IFkqbfQf2ARzpRtpFb1vI68SYGQsoAjBJdcym2_Nf_E,51528
|
1381
|
+
pulumi_oci/disasterrecovery/get_dr_plan.py,sha256=wfYh8uJ1vFqGn6zy5XQVyPg7H-ueS64LRQ2sUPKYDfE,11787
|
1382
|
+
pulumi_oci/disasterrecovery/get_dr_plan_execution.py,sha256=TtYmKonINnMtUp6XK64u47jo0hvhVXEDi4d75HBoyrM,16472
|
1383
|
+
pulumi_oci/disasterrecovery/get_dr_plan_executions.py,sha256=-ARzHW5HWEvKFTnkXDoA57kS5Oq3FmEmt7oYkAzMb7M,8874
|
1382
1384
|
pulumi_oci/disasterrecovery/get_dr_plans.py,sha256=iFwXpHoYCb-Spf6VvmzsnfYDcisJu2crYUsn3C8UiWY,8783
|
1383
|
-
pulumi_oci/disasterrecovery/get_dr_protection_group.py,sha256=
|
1385
|
+
pulumi_oci/disasterrecovery/get_dr_protection_group.py,sha256=Lo7mBijjB08yfWQGOB39AZ2iuFaGYpvrP4yMHiwKCh0,13704
|
1384
1386
|
pulumi_oci/disasterrecovery/get_dr_protection_groups.py,sha256=kWkLzAnfU-jkyeqd6-GLGf9OYVOIvFUd6GercActjT8,10881
|
1385
|
-
pulumi_oci/disasterrecovery/outputs.py,sha256=
|
1387
|
+
pulumi_oci/disasterrecovery/outputs.py,sha256=teK6WOB0KguodgQMGPfAtjlPopY4W301S02wHTr-N9M,243605
|
1386
1388
|
pulumi_oci/dns/__init__.py,sha256=rJmauYv4n0eB4hP0n-huHYUFdW2OcjhaV5t5UGeC7Ho,1106
|
1387
1389
|
pulumi_oci/dns/_inputs.py,sha256=bkqnPUcAWJCenS8dmmSKf8flwGrA4pBXQ4h8PHxGsyI,67000
|
1388
|
-
pulumi_oci/dns/action_create_zone_from_zone_file.py,sha256=
|
1390
|
+
pulumi_oci/dns/action_create_zone_from_zone_file.py,sha256=xyLiayvQBgVVDU01CWwqTFDn62JEyFl6HToEJfkF1tQ,37673
|
1389
1391
|
pulumi_oci/dns/get_records.py,sha256=4LA2Sqq4IlAHXKoZYISRCGUT4ElSgVZUuhmSSTwgZQk,11505
|
1390
|
-
pulumi_oci/dns/get_resolver.py,sha256=
|
1392
|
+
pulumi_oci/dns/get_resolver.py,sha256=yjccxtcY_kFtSQmpTAys5gyQEnWxHKRZGorBVBExL-4,12351
|
1391
1393
|
pulumi_oci/dns/get_resolver_endpoint.py,sha256=hcK5v6vfwIPYCyKeOY70memO0RLaC5gOoOV5FLUkSt0,13176
|
1392
1394
|
pulumi_oci/dns/get_resolver_endpoints.py,sha256=1Fo3GxtFxqoRAO-vDVDB5aPE9IJcY7TrGQ80lBn-83s,7951
|
1393
1395
|
pulumi_oci/dns/get_resolvers.py,sha256=5YyMO7t0aS2OgNA7S9zSjj3zV16UJF7xLvvYuh0O0qE,8015
|
1394
1396
|
pulumi_oci/dns/get_rrset.py,sha256=8M8bmZRMzjAa1MuX_f2MAV4V6FhHOgaaMemVFz_Q-RI,9310
|
1395
1397
|
pulumi_oci/dns/get_rrsets.py,sha256=uVGR2mxsi3ntKN8GBjf6bCaBV-C-1TWY3ms-3HlzU74,9604
|
1396
1398
|
pulumi_oci/dns/get_steering_policies.py,sha256=88jm3Y-IGcbj2ZQsMGOE6G6HfbyTYBWYSOwOLKTqAdY,14204
|
1397
|
-
pulumi_oci/dns/get_steering_policy.py,sha256=
|
1399
|
+
pulumi_oci/dns/get_steering_policy.py,sha256=8XFpQtyIjReNyVRbj2otV8dGjqatS_g3O6cAqsOTB8U,10784
|
1398
1400
|
pulumi_oci/dns/get_steering_policy_attachment.py,sha256=M8-KWO-6PybLFHtJo-9dhtVZprtoQi_tUCv5DNKzDwc,8923
|
1399
1401
|
pulumi_oci/dns/get_steering_policy_attachments.py,sha256=YByIu4Kb_ArsKtZvZh_u1h1VSMvzmIKNF5Y7vbyJvpM,15099
|
1400
|
-
pulumi_oci/dns/get_tsig_key.py,sha256=
|
1402
|
+
pulumi_oci/dns/get_tsig_key.py,sha256=YhS7VNZit8vJXMQCp3dqiAJUKAXfxqTa9EeG6lfuFZo,8825
|
1401
1403
|
pulumi_oci/dns/get_tsig_keys.py,sha256=oyyotNGBNfryKSMsoU_kKnclUaA74DQIgBw3gbXCBxA,6372
|
1402
|
-
pulumi_oci/dns/get_view.py,sha256=
|
1404
|
+
pulumi_oci/dns/get_view.py,sha256=vzQ0SWp3twme2hT8huhb93vjMCIXc64HGFqciFywDg0,9255
|
1403
1405
|
pulumi_oci/dns/get_views.py,sha256=xzHg8Buw9x5UrfHgdWGLE0aptlWSbitRZYJ4FmH0KFM,7745
|
1404
1406
|
pulumi_oci/dns/get_zones.py,sha256=FzqaHWX0qSRcIucSXTKpqvULedm2mtnFvgHlUIzYswE,15831
|
1405
|
-
pulumi_oci/dns/outputs.py,sha256=
|
1407
|
+
pulumi_oci/dns/outputs.py,sha256=WrTrXNkrywxaVr-klUvlY1u9jn2gT37NLD33_L4pdAo,179472
|
1406
1408
|
pulumi_oci/dns/record.py,sha256=HPa0IjFaOr7uLC-7qH9iBVPZHsv-HOZh6CbE69ZvIOk,29234
|
1407
|
-
pulumi_oci/dns/resolver.py,sha256=
|
1409
|
+
pulumi_oci/dns/resolver.py,sha256=cP89Zt5zlBS-XMYFB-7oq6GW5s99lSeffqH-V0k4ZtA,38400
|
1408
1410
|
pulumi_oci/dns/resolver_endpoint.py,sha256=7fQcszCfYt5ghEpw2IIC03R9p3g48RStaAlEDORub4M,38704
|
1409
1411
|
pulumi_oci/dns/rrset.py,sha256=JrW9lVvPtbdNpm0OX8GYT6PKSk85yEtrpDP8tVOyreQ,23485
|
1410
|
-
pulumi_oci/dns/steering_policy.py,sha256=
|
1412
|
+
pulumi_oci/dns/steering_policy.py,sha256=oP58jVKeUXXv5mcMDTqokVQmV-uB9eOz1dPYy3eOvto,58456
|
1411
1413
|
pulumi_oci/dns/steering_policy_attachment.py,sha256=rMHhlJlM1RRpyqbFoPAAObWAmhfzU2zBONs-HbhXPUw,22837
|
1412
|
-
pulumi_oci/dns/tsig_key.py,sha256=
|
1413
|
-
pulumi_oci/dns/view.py,sha256=
|
1414
|
-
pulumi_oci/dns/zone.py,sha256=
|
1414
|
+
pulumi_oci/dns/tsig_key.py,sha256=HwO21uPu2S6rx8noJankHq1NWNQEw0gF4sVMFLG7BJ8,29518
|
1415
|
+
pulumi_oci/dns/view.py,sha256=KBuL7GnLgorjAg2rWcaFA7-ynWsWUUgdKraXfa2G7UI,26685
|
1416
|
+
pulumi_oci/dns/zone.py,sha256=ic5hsWtIf00rQGEV82WOUYH-bId2ga7QwA8yMGbilnw,46070
|
1415
1417
|
pulumi_oci/email/__init__.py,sha256=CccmgPhQDCLi1x6p0ZDJLIe284HxWV19bUQhJgFcwwk,782
|
1416
1418
|
pulumi_oci/email/_inputs.py,sha256=vnGo26ZrpFfQlR-_PB6Lmj5V39p-Vdz-0AAWtmhAYos,6161
|
1417
|
-
pulumi_oci/email/dkim.py,sha256=
|
1418
|
-
pulumi_oci/email/email_domain.py,sha256=
|
1419
|
-
pulumi_oci/email/email_return_path.py,sha256=
|
1419
|
+
pulumi_oci/email/dkim.py,sha256=M8HPrqkvvgGucLUnjgYrCdu5RDx4ajcBOnMeFSfAuFI,41169
|
1420
|
+
pulumi_oci/email/email_domain.py,sha256=oOc5aMGuNAy3F18_UdaWFRXTrcXyCkPRkHvnEd_fgRE,36539
|
1421
|
+
pulumi_oci/email/email_return_path.py,sha256=qJMSiAJlmfgCnyJIMbhNQmWSKkv7_G8krYQYgbccMYI,39716
|
1420
1422
|
pulumi_oci/email/get_configuration.py,sha256=VcE4jMkjVVbClEVELOawQew4-qRdGTkFkoFvDPGJqKU,4971
|
1421
|
-
pulumi_oci/email/get_dkim.py,sha256=
|
1423
|
+
pulumi_oci/email/get_dkim.py,sha256=VzoS_Q99WlTu9XnPcoOOaL9e3gGI68j9Jmq7G5mBR8U,12500
|
1422
1424
|
pulumi_oci/email/get_dkims.py,sha256=66j91qXHpnwQnj46JUQjUVHfH_WDvJEBgvUYtHaI06A,6964
|
1423
|
-
pulumi_oci/email/get_email_domain.py,sha256=
|
1425
|
+
pulumi_oci/email/get_email_domain.py,sha256=WW84znBWJ3tW9bmQ3rKNQe9_qm9lijyei1u5gyC1oxA,11142
|
1424
1426
|
pulumi_oci/email/get_email_domains.py,sha256=w_pG6mn0ofR1_M39FTIZbrQysW1yb5WY1CwSa_7eDy0,7225
|
1425
|
-
pulumi_oci/email/get_email_return_path.py,sha256=
|
1427
|
+
pulumi_oci/email/get_email_return_path.py,sha256=FrcUQ04txgZHJuNXmtziK4N6OBKd_Zde5J5rlyvTdhc,12378
|
1426
1428
|
pulumi_oci/email/get_email_return_paths.py,sha256=7BIAktpleX9ECF4Sa1nDHqBf3nLHquKjwY0JaPRSnn8,8992
|
1427
|
-
pulumi_oci/email/get_sender.py,sha256=
|
1429
|
+
pulumi_oci/email/get_sender.py,sha256=ZajBAOoOr7aC2sQfwpDP1t1oaQIjW2ua2oiz9lfTL0s,8589
|
1428
1430
|
pulumi_oci/email/get_senders.py,sha256=JBzQNeT0oVj042Ew99K0EOtFI5hWRcxVb5xbECvtikw,6977
|
1429
1431
|
pulumi_oci/email/get_suppression.py,sha256=wZKKkXizKLule3L90N4ktteYcRtq_ZyBG9dBpdm8DEQ,8844
|
1430
1432
|
pulumi_oci/email/get_suppressions.py,sha256=aUYAYIN-vMmLYgsNmzi_Xn_LjeBtAzqs3KgrJAYFMks,10523
|
1431
|
-
pulumi_oci/email/outputs.py,sha256=
|
1432
|
-
pulumi_oci/email/sender.py,sha256=
|
1433
|
+
pulumi_oci/email/outputs.py,sha256=dbT7aFPo5DT1WMRYWvNNW1b5vDWrePKXKwzaKgiCeUE,42324
|
1434
|
+
pulumi_oci/email/sender.py,sha256=59vnweOCeOUEKmHW5JXHZMfUEq6Pe5i77zb54dIzJRw,25684
|
1433
1435
|
pulumi_oci/email/suppression.py,sha256=OvK4mvuIbEfB4ZtB66eD0LkVy4ANjH2MOOWFz6qbllw,22146
|
1434
1436
|
pulumi_oci/events/__init__.py,sha256=s5WifgDAfiU0eAvulJ-z_3vdbDeRHphEqpEnfC6mvhQ,383
|
1435
1437
|
pulumi_oci/events/_inputs.py,sha256=Ah4nwf3HfBHuaocZ6_-QSIvISt45VSPfVfCYK4Gw1U8,9139
|
1436
|
-
pulumi_oci/events/get_rule.py,sha256=
|
1438
|
+
pulumi_oci/events/get_rule.py,sha256=7vLRWoMLONJbYpKpbtOALlB6A2EeMJ7mlHFldzeugvY,10101
|
1437
1439
|
pulumi_oci/events/get_rules.py,sha256=OxU5RtHZlxeiELulm6QyrxI0L9caG9R9y8N4D5cgJyk,6891
|
1438
|
-
pulumi_oci/events/outputs.py,sha256=
|
1439
|
-
pulumi_oci/events/rule.py,sha256=
|
1440
|
+
pulumi_oci/events/outputs.py,sha256=9rk4ag5Jia9jWgNGEA6qVfKN-XqB8XXaUYjkxEdH4MQ,26364
|
1441
|
+
pulumi_oci/events/rule.py,sha256=VdLK4YW4sFd8RW8SPaCLQ51AJc-gnPvUcBNVkpWEK70,44152
|
1440
1442
|
pulumi_oci/filestorage/__init__.py,sha256=o1dtIje7kjVGLuJ8Fz6XqRSncO0ExtsSfiREeMn8uaU,1035
|
1441
1443
|
pulumi_oci/filestorage/_inputs.py,sha256=vuQv62YXBZr5lE6CwvbcCAYQU1JFESii65SV3DpQ0Vs,40131
|
1442
1444
|
pulumi_oci/filestorage/export.py,sha256=wFHEDe8u7NDRjmdfGvcY62rF0JQl3m--RlIkW-viaNc,34708
|
1443
1445
|
pulumi_oci/filestorage/export_set.py,sha256=Mq0TX_KD2clmqxN1M2vKzJ_4tYVKI6YejzNYt0VZJb0,28647
|
1444
|
-
pulumi_oci/filestorage/file_system.py,sha256=
|
1445
|
-
pulumi_oci/filestorage/filesystem_snapshot_policy.py,sha256=
|
1446
|
+
pulumi_oci/filestorage/file_system.py,sha256=TKRuyJaxCGnfQx3CjqDMOo90beq4GwnsaI9eZl_-oQo,62056
|
1447
|
+
pulumi_oci/filestorage/filesystem_snapshot_policy.py,sha256=zdub4hHNSVYzv7ZeLi1WOvKcPgdyXiustO74mTcRVgs,36988
|
1446
1448
|
pulumi_oci/filestorage/get_export_sets.py,sha256=2kPpUSeFF5mqbQZLbKhYvG53dVQFlE03lhJnK2GNY18,8851
|
1447
1449
|
pulumi_oci/filestorage/get_exports.py,sha256=Uhs_huM3NmvQEpMoeLPJ-1yzmPV0kUU8ekPTbj_aung,8645
|
1448
1450
|
pulumi_oci/filestorage/get_file_systems.py,sha256=b408gua7nZ7OlW-_4A7bQISzyJIZNesJs4jnAiUuWAo,14325
|
1449
1451
|
pulumi_oci/filestorage/get_filesystem_snapshot_policies.py,sha256=NCVPYZ0TyviP3c8gWMfQCigxweqh-qBQ4W_xrfV36vA,10029
|
1450
|
-
pulumi_oci/filestorage/get_filesystem_snapshot_policy.py,sha256=
|
1452
|
+
pulumi_oci/filestorage/get_filesystem_snapshot_policy.py,sha256=9fvKZR-R5iYdAYVkbWUzG5LrGWvCSLlhvt7Fb19bUKE,10298
|
1451
1453
|
pulumi_oci/filestorage/get_mount_targets.py,sha256=ramxw7LB8lvT_l_9Irbq_WlJwvxcjBvmft5in9bsbx0,10289
|
1452
|
-
pulumi_oci/filestorage/get_outbound_connector.py,sha256=
|
1454
|
+
pulumi_oci/filestorage/get_outbound_connector.py,sha256=RiEm9cT6Vh8WnjJgC8fJYUb2BkkbtcKW1kyJ1zuYV-o,11810
|
1453
1455
|
pulumi_oci/filestorage/get_outbound_connectors.py,sha256=AIyk_sVvTSM5tqBttOcNxGHSDaGC-ZgqE74OQPxc8Io,9428
|
1454
|
-
pulumi_oci/filestorage/get_replication.py,sha256=
|
1455
|
-
pulumi_oci/filestorage/get_replication_target.py,sha256=
|
1456
|
+
pulumi_oci/filestorage/get_replication.py,sha256=BBDSwGinpoClrW_TqUqnlKsfzjMAOYSbMI5itviIXxc,14223
|
1457
|
+
pulumi_oci/filestorage/get_replication_target.py,sha256=htHqYmj5ALfrprecBfZNxfSSpdSt9KVdEciDm-p59Sc,13537
|
1456
1458
|
pulumi_oci/filestorage/get_replication_targets.py,sha256=_PUDop8uQN_Ceb6B-Ufk87MA-F2w0vQlm49E4BXwl7Q,9418
|
1457
1459
|
pulumi_oci/filestorage/get_replications.py,sha256=ql3xRECXim53igTfvo7z_tdC1GtnChlMBzdEj99YMsY,10150
|
1458
|
-
pulumi_oci/filestorage/get_snapshot.py,sha256=
|
1460
|
+
pulumi_oci/filestorage/get_snapshot.py,sha256=16p9ZT5hoy5MKoidJyoYw9w2h7MslW_1C_PTFpumSQs,12237
|
1459
1461
|
pulumi_oci/filestorage/get_snapshots.py,sha256=qG2voKXaey74ilGh2C0YcxJMDk0cNQ3iYX5_jMvsR6Q,9923
|
1460
|
-
pulumi_oci/filestorage/mount_target.py,sha256=
|
1461
|
-
pulumi_oci/filestorage/outbound_connector.py,sha256=
|
1462
|
-
pulumi_oci/filestorage/outputs.py,sha256=
|
1463
|
-
pulumi_oci/filestorage/replication.py,sha256=
|
1464
|
-
pulumi_oci/filestorage/snapshot.py,sha256=
|
1462
|
+
pulumi_oci/filestorage/mount_target.py,sha256=8e9su1lSLQxHg-My5lD7jVmv1ZTMPAQAYXTKgcpfdyw,68545
|
1463
|
+
pulumi_oci/filestorage/outbound_connector.py,sha256=NJYYdIIO9QrtnrGatFSv9MA-8hZFoNvaEbc77FD265s,42249
|
1464
|
+
pulumi_oci/filestorage/outputs.py,sha256=gRLnZVW0d7hLRLzJtkAqH8B6rI3Ra5GHpmOaHuRhdXg,141689
|
1465
|
+
pulumi_oci/filestorage/replication.py,sha256=O9b3ureyIJZH7WSLxzWr596F4fGrVs9MJ8BKekWfZL0,46350
|
1466
|
+
pulumi_oci/filestorage/snapshot.py,sha256=jIUFKGx0L_FvkPyiOMwbXXsazRf47i1KdKiSJvcVu1A,36495
|
1465
1467
|
pulumi_oci/fleetsoftwareupdate/__init__.py,sha256=pjI6H1538gr5ibAG9BxFd9PoYJIRZ_dACG1hvTouhYE,497
|
1466
1468
|
pulumi_oci/fleetsoftwareupdate/_inputs.py,sha256=T_SH73RFNixqqrY_WBAQ288I19wV5kTxryAxK-ZivbA,18279
|
1467
|
-
pulumi_oci/fleetsoftwareupdate/fsu_collection.py,sha256=
|
1468
|
-
pulumi_oci/fleetsoftwareupdate/fsu_cycle.py,sha256=
|
1469
|
-
pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py,sha256=
|
1469
|
+
pulumi_oci/fleetsoftwareupdate/fsu_collection.py,sha256=xlBeUhtKLn-3QPIbxT3mvjWASJr9ORpuEYlE11pUIto,22373
|
1470
|
+
pulumi_oci/fleetsoftwareupdate/fsu_cycle.py,sha256=VEA4Dvc5p8A9nEhG6OT0sVMXQC9eE-9Sf7exnkaE5NQ,39124
|
1471
|
+
pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py,sha256=qE_57DvxCmgZ1J2njdP2J0q1m5WABIS_V7gGw2YUSGU,9777
|
1470
1472
|
pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py,sha256=H6KVdXhsSpPBCQIWk_FB_VQqL2ncumqEiS4WS50y6K4,6040
|
1471
|
-
pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py,sha256=
|
1473
|
+
pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py,sha256=mbcA5fQsaYdfRvbl1C53gralK3qXHRIkr7anj0Uachk,15764
|
1472
1474
|
pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py,sha256=cxOk_xrtOWgj4vwnTSKcgNFCqMaY9WCbb-0OQo2gQHs,7415
|
1473
|
-
pulumi_oci/fleetsoftwareupdate/outputs.py,sha256=
|
1475
|
+
pulumi_oci/fleetsoftwareupdate/outputs.py,sha256=rwxwQSmtWxvFxRNW0JjwaZhp3nKgYzZtQbL6WyzGmlw,49323
|
1474
1476
|
pulumi_oci/functions/__init__.py,sha256=tU-pJE4jEBX9z0lBXVdVAT7ImZSEx64sZB9YYWj2dys,1734
|
1475
1477
|
pulumi_oci/functions/_inputs.py,sha256=Y6IyfjXQiM93k5JJ3o8QGRWPjXRmgklBMubSkocWy-Q,23568
|
1476
|
-
pulumi_oci/functions/application.py,sha256=
|
1477
|
-
pulumi_oci/functions/function.py,sha256=
|
1478
|
-
pulumi_oci/functions/get_application.py,sha256=
|
1478
|
+
pulumi_oci/functions/application.py,sha256=vDLbqs_Gah2a6F-ySjj-T1ZSMi7sjufggX5USOt8n0o,51360
|
1479
|
+
pulumi_oci/functions/function.py,sha256=ocIMrqV6-3nbyV7veOaty5laNmNb9N2HyA9wI6vtLkI,55223
|
1480
|
+
pulumi_oci/functions/get_application.py,sha256=1HU8wVnfkMmDbugguDs8S8j1dH0becAtpzzouVztoX0,13329
|
1479
1481
|
pulumi_oci/functions/get_applications.py,sha256=lyiLGYxdPu1KzuoaslwCvr61-ZA1nOtidViRWDD6-Ic,7453
|
1480
|
-
pulumi_oci/functions/get_function.py,sha256=
|
1482
|
+
pulumi_oci/functions/get_function.py,sha256=YEB8-MBWK7X1TOdlUpxD-LjSLqVe4B24Ib6xAKIFVps,15007
|
1481
1483
|
pulumi_oci/functions/get_functions.py,sha256=hsL2uCT0tk8b4ppih0kC0fnmeWAjvBzDbNGIYgWq1Gk,7249
|
1482
|
-
pulumi_oci/functions/get_fusion_environment.py,sha256=
|
1484
|
+
pulumi_oci/functions/get_fusion_environment.py,sha256=Im0mSTSups14w6t56dawGHOmIj32QZzVF4R_AFCH3iY,20480
|
1483
1485
|
pulumi_oci/functions/get_fusion_environment_admin_user.py,sha256=jpQfOjvG59Pra8OQ3At5Vg89BbHrMDkx5f3KH44v78s,6644
|
1484
1486
|
pulumi_oci/functions/get_fusion_environment_admin_users.py,sha256=KomcQBw0iK26b3z2TYhFgmjMHmBdh3Ldf3dJfU3tjPE,5542
|
1485
1487
|
pulumi_oci/functions/get_fusion_environment_data_masking_activities.py,sha256=ryV_126wwGTbuvAStuRn2EoMJsJ_E8gJyRtK_iQDI70,7126
|
1486
1488
|
pulumi_oci/functions/get_fusion_environment_data_masking_activity.py,sha256=GbNcDukBlgGZ5RBqUiZSack86Nw8C0A_eJnCyVJVavE,7757
|
1487
1489
|
pulumi_oci/functions/get_fusion_environment_families.py,sha256=oT-_ju3d_hW2wdnRKcuHL8QDAzDH9a4OZsWDJofZd6Y,9097
|
1488
|
-
pulumi_oci/functions/get_fusion_environment_family.py,sha256=
|
1490
|
+
pulumi_oci/functions/get_fusion_environment_family.py,sha256=mVzXVJ1Z6UUua6UFXyqaUmSI0atJYALZswy3DJEcly4,11905
|
1489
1491
|
pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py,sha256=8DWFMhO5UBTT4mIBs6Bt9B54uuX0tuONK_zFOn9BPQk,7299
|
1490
1492
|
pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py,sha256=353xGgFr0Ewq4aprIvkDArgfmD-4U0Bv3dtAk2r3SO0,5195
|
1491
1493
|
pulumi_oci/functions/get_fusion_environment_refresh_activities.py,sha256=rKtjkt0OA8YatwTH9e9PEywCCZF-QxW_RaVXlIZSFEg,11458
|
1492
1494
|
pulumi_oci/functions/get_fusion_environment_refresh_activity.py,sha256=INfgOFhwD4V9Uth_hBSdKzW6HtecQyQYQIFOH3Re1wA,12397
|
1493
1495
|
pulumi_oci/functions/get_fusion_environment_scheduled_activities.py,sha256=mPh74R2dOPw3bVGPsuJ_6GDO4CDFNR3Tvx--Xjp9xt8,12673
|
1494
1496
|
pulumi_oci/functions/get_fusion_environment_scheduled_activity.py,sha256=nS0jLus3PPwEEARcvnxnGW8X_dXln83-DvdHPtlmGEY,12290
|
1495
|
-
pulumi_oci/functions/get_fusion_environment_service_attachment.py,sha256=
|
1497
|
+
pulumi_oci/functions/get_fusion_environment_service_attachment.py,sha256=zTHuwKwTpDKmkUAZN4szyzhtNiOwNXBzPX5To0SloAY,11540
|
1496
1498
|
pulumi_oci/functions/get_fusion_environment_service_attachments.py,sha256=rFycp5_cIET3ltbH7cwQv8TrO2wU2-c8bIKJIwoqDno,9375
|
1497
1499
|
pulumi_oci/functions/get_fusion_environment_status.py,sha256=5l7OuWGwObmg5D0ORDa_IgkTD5ltljbJyFtzYm0v33c,4328
|
1498
1500
|
pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py,sha256=7vqNFW1XzFYodckW2SoQLEpH7H-cevRHVedNxOfrO_I,4873
|
1499
1501
|
pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py,sha256=wpRJlCpck38KNeVPXH1NeqtNA16rhaE0jjJ3w1Hd9Gk,6318
|
1500
1502
|
pulumi_oci/functions/get_fusion_environments.py,sha256=l22P7olYyT90g4x3_M7Uuy5oDXNKaGDO85ULRRhvFps,8573
|
1501
|
-
pulumi_oci/functions/get_pbf_listing.py,sha256=
|
1503
|
+
pulumi_oci/functions/get_pbf_listing.py,sha256=d4YsEYNqTmfhxK0wF-hxynTo4Qk_GcNygGU2ioAzzA0,9105
|
1502
1504
|
pulumi_oci/functions/get_pbf_listing_triggers.py,sha256=ltMTVvALmDivqHek9V0OrUSPwon3pqwAWztZuzgLZQ0,4981
|
1503
|
-
pulumi_oci/functions/get_pbf_listing_version.py,sha256
|
1505
|
+
pulumi_oci/functions/get_pbf_listing_version.py,sha256=-6XYuzzR95Ryz4KS0KO9kU6zdunnwfWnUB-9BbWKd14,10631
|
1504
1506
|
pulumi_oci/functions/get_pbf_listing_versions.py,sha256=5VX0JttczayrO1KlzGBpo4XAmpDE-TP7e9zVV_omDeQ,10137
|
1505
1507
|
pulumi_oci/functions/get_pbf_listings.py,sha256=q8YPahlYMum00zf3iyUR70WpslhA8GAri1HPT9k5ECU,9816
|
1506
1508
|
pulumi_oci/functions/invoke_function.py,sha256=-weuCY_SkKMgjC4bhPe8NeRV4LTHr5dhIylUJb1kHuc,29109
|
1507
|
-
pulumi_oci/functions/outputs.py,sha256=
|
1509
|
+
pulumi_oci/functions/outputs.py,sha256=iecI95nlOIRF6oo9QL_kidQ091sSVYFfqUsISBadmP8,181168
|
1508
1510
|
pulumi_oci/fusionapps/__init__.py,sha256=s1kp4BsIjlbImjz9cXbElkILKY_KpkDt6t5m0Euco8M,594
|
1509
1511
|
pulumi_oci/fusionapps/_inputs.py,sha256=2vghyKD6i07euluL_bm2jZ0RYnQjTX9bNr3hhmmnyxQ,26281
|
1510
|
-
pulumi_oci/fusionapps/fusion_environment.py,sha256=
|
1512
|
+
pulumi_oci/fusionapps/fusion_environment.py,sha256=Dmqdg02wLoQzlYN5sxhSWINcZLyJ1Gk4HHXh_-eKH9Q,63073
|
1511
1513
|
pulumi_oci/fusionapps/fusion_environment_admin_user.py,sha256=L4ciMyb8DccCyip7Fke0f6IvRCIUxEPejz7pTRzO8SY,20894
|
1512
1514
|
pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py,sha256=cxkcsUdv5CH5hQAcvkSbch2Lg9VEVbUP1dQwn_aH-XU,16212
|
1513
|
-
pulumi_oci/fusionapps/fusion_environment_family.py,sha256=
|
1515
|
+
pulumi_oci/fusionapps/fusion_environment_family.py,sha256=0nSDN2ycawBIdd5J9zX5Qpls1LOunmSbW8ivwag344I,35807
|
1514
1516
|
pulumi_oci/fusionapps/fusion_environment_refresh_activity.py,sha256=N7A2KD5ESKvYYbeqRFOa1AuPexg0Mt-Ua6Ibimn69Y8,28137
|
1515
|
-
pulumi_oci/fusionapps/fusion_environment_service_attachment.py,sha256=
|
1517
|
+
pulumi_oci/fusionapps/fusion_environment_service_attachment.py,sha256=Zhh8qAxccQVGjvBswcopJZt6zMdp6UGkQSouD0PKiW8,27288
|
1516
1518
|
pulumi_oci/fusionapps/outputs.py,sha256=ASq2yd8D4iDTOtUJFmrn9HmmQB1CbMVTDgi3JFyQ7wQ,27265
|
1517
1519
|
pulumi_oci/generativeai/__init__.py,sha256=Ftsbp6SBNCD-O9MT8eM5e2mfwjdKeaS2J_z-iCW_pFQ,584
|
1518
1520
|
pulumi_oci/generativeai/_inputs.py,sha256=VNZ31v1hvzCQZGn356ScbiG3pe56H8p6H-NXbB79Sb0,22426
|
1519
|
-
pulumi_oci/generativeai/dedicated_ai_cluster.py,sha256=
|
1520
|
-
pulumi_oci/generativeai/endpoint.py,sha256=
|
1521
|
-
pulumi_oci/generativeai/get_dedicated_ai_cluster.py,sha256=
|
1521
|
+
pulumi_oci/generativeai/dedicated_ai_cluster.py,sha256=RB74MgLYwc0A2AoZXyUswldX-Hi1OSnYTG2rT3CQiw0,39453
|
1522
|
+
pulumi_oci/generativeai/endpoint.py,sha256=R_15vZOtNYpP0aIAGauQyEaETEDg9UMI1BThYSOVXCQ,37458
|
1523
|
+
pulumi_oci/generativeai/get_dedicated_ai_cluster.py,sha256=j5WmUSjcqgjKKgUWGib_fvCRp-Kpdi2cJpEOlfHpG9I,10330
|
1522
1524
|
pulumi_oci/generativeai/get_dedicated_ai_clusters.py,sha256=yG9Ba86wOvOtCxaJYgqwY3vABHF3sYDMcUPINmC4SIg,7947
|
1523
|
-
pulumi_oci/generativeai/get_endpoint.py,sha256=
|
1525
|
+
pulumi_oci/generativeai/get_endpoint.py,sha256=9UT0q0VHpc_eQI7ShVL3VbEEwTIR7-MzLGv-9_cTses,10043
|
1524
1526
|
pulumi_oci/generativeai/get_endpoints.py,sha256=HZHMr89klAeW-IMm5-9YT9DorcG6SIKSr-VL9xY5Cxw,7198
|
1525
|
-
pulumi_oci/generativeai/get_model.py,sha256=
|
1527
|
+
pulumi_oci/generativeai/get_model.py,sha256=SibN0wJVtqa8OAM6J-tdzKYvNVFY_02wtY7bxUscX1g,13702
|
1526
1528
|
pulumi_oci/generativeai/get_models.py,sha256=vwB61uiPRWrV4b5gltNO5AOgunuCrSo81qT1zLhy3tI,8925
|
1527
|
-
pulumi_oci/generativeai/model.py,sha256=
|
1528
|
-
pulumi_oci/generativeai/outputs.py,sha256=
|
1529
|
+
pulumi_oci/generativeai/model.py,sha256=UnMx8GUSiS_BuDPyeJvY6dZqkZm2rceJnu-1iwxe8-M,42181
|
1530
|
+
pulumi_oci/generativeai/outputs.py,sha256=9o6Dp2UmnzHlL0HGkkMolBHIISjj-7RLytM2cb9HOz0,65888
|
1529
1531
|
pulumi_oci/genericartifactscontent/__init__.py,sha256=hgIxlRzoszlQaqeflk8QurTNj87qkBbx16jZXw0p8Dk,382
|
1530
|
-
pulumi_oci/genericartifactscontent/artifact_by_path.py,sha256=
|
1531
|
-
pulumi_oci/genericartifactscontent/get_artifact_by_path.py,sha256=
|
1532
|
+
pulumi_oci/genericartifactscontent/artifact_by_path.py,sha256=w-gydrpKy44IU0hxLcdqz2g6GfMyyzDvs7CTanLAlck,31787
|
1533
|
+
pulumi_oci/genericartifactscontent/get_artifact_by_path.py,sha256=XGxKTIEWt5lO4REq3sJHU_gsdfl744FgkKsofvCahUE,10043
|
1532
1534
|
pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py,sha256=HasHB6VDT245-bGBY7LAyNoVLlahLz84NIUi5k0TSh8,3928
|
1533
1535
|
pulumi_oci/globallydistributeddatabase/__init__.py,sha256=4Hp7NsGP1jrUgHwCbzpThk-bXIGkEgrNANC6kKi0oZg,524
|
1534
|
-
pulumi_oci/globallydistributeddatabase/_inputs.py,sha256=
|
1535
|
-
pulumi_oci/globallydistributeddatabase/get_private_endpoint.py,sha256=
|
1536
|
+
pulumi_oci/globallydistributeddatabase/_inputs.py,sha256=5skCxrF3hYUIS5yuWDLzPmWS0Ke4Ykl9FE9AaCAdPHY,47689
|
1537
|
+
pulumi_oci/globallydistributeddatabase/get_private_endpoint.py,sha256=l8ECWglI6nV9ZRHr3Gxx10f1vEgW8uJeo2kRBTgI5EE,12118
|
1536
1538
|
pulumi_oci/globallydistributeddatabase/get_private_endpoints.py,sha256=ywFbYUrQbPfOBIAsBDNzEscLr_VzsaVDgC9a58-iTeU,7255
|
1537
|
-
pulumi_oci/globallydistributeddatabase/get_sharded_database.py,sha256=
|
1539
|
+
pulumi_oci/globallydistributeddatabase/get_sharded_database.py,sha256=H9SrtU-eBvmGexnYTldWh50tHYVh50LnPUyZxmh_HRc,29377
|
1538
1540
|
pulumi_oci/globallydistributeddatabase/get_sharded_databases.py,sha256=hKikM4oqLhfyEJ0vjS58dHJJl9qNxRWoFU2um9IfDqs,7268
|
1539
|
-
pulumi_oci/globallydistributeddatabase/outputs.py,sha256=
|
1540
|
-
pulumi_oci/globallydistributeddatabase/private_endpoint.py,sha256=
|
1541
|
-
pulumi_oci/globallydistributeddatabase/sharded_database.py,sha256=
|
1541
|
+
pulumi_oci/globallydistributeddatabase/outputs.py,sha256=mTVqnHEqPT_fkL54RjXa1zwtx2pkzCtbR73XMY66qaM,94213
|
1542
|
+
pulumi_oci/globallydistributeddatabase/private_endpoint.py,sha256=34bzaxuh3CNZxEKsrHCbAmbJNXccRpWoAIciasikOM8,34448
|
1543
|
+
pulumi_oci/globallydistributeddatabase/sharded_database.py,sha256=teUpj6T_YkBKZHCmhO_CSUS0INo8rrW8k1ST8Z5LvC0,102910
|
1542
1544
|
pulumi_oci/goldengate/__init__.py,sha256=bUksfKTH9LM_422k-tu1EXIuPrRbsGUVQVmdQ9Y4ogM,1331
|
1543
1545
|
pulumi_oci/goldengate/_inputs.py,sha256=xZBPv70z5TjIWqWeg6_v_20L2YJlxCgha2AxzgAIfSw,47623
|
1544
|
-
pulumi_oci/goldengate/connection.py,sha256=
|
1546
|
+
pulumi_oci/goldengate/connection.py,sha256=BnLO-LgB9Vp9tsJzI_0dPkmGFbrxNY8CP3sZynfSa-g,243043
|
1545
1547
|
pulumi_oci/goldengate/connection_assignment.py,sha256=Mu_vbtUOVwlRKlRZX_EMf-ws0e7A-1aVO3_4W_2VwEQ,20707
|
1546
|
-
pulumi_oci/goldengate/database_registration.py,sha256=
|
1547
|
-
pulumi_oci/goldengate/deployment.py,sha256=
|
1548
|
-
pulumi_oci/goldengate/deployment_backup.py,sha256=
|
1548
|
+
pulumi_oci/goldengate/database_registration.py,sha256=6vxNYJ_zJY51O07s1LORVBfnuDzaqYN37Qh53U2WBxo,69404
|
1549
|
+
pulumi_oci/goldengate/deployment.py,sha256=UMfWlAh4LJxBS2BApdFOaPPfci2mrc-5NPb4jnl1dq8,94634
|
1550
|
+
pulumi_oci/goldengate/deployment_backup.py,sha256=g_vmATNfRRb4nhCgQCds6Z_5PxaJ6ySSudRfYvDxgnQ,48667
|
1549
1551
|
pulumi_oci/goldengate/deployment_certificate.py,sha256=ILXasapEz3EZg8habtC4Dn57_VMueqMzgi7d2N4VCmw,35506
|
1550
|
-
pulumi_oci/goldengate/get_connection.py,sha256=
|
1552
|
+
pulumi_oci/goldengate/get_connection.py,sha256=zMFnYkFzq60_5iIa9SvMHEMYEymnz8m92w9NUXj2SMc,54116
|
1551
1553
|
pulumi_oci/goldengate/get_connection_assignment.py,sha256=mp0MttMAbyh3biEKxwvEZL9WlFDOZ0_KKnawJ4Gj57g,8719
|
1552
1554
|
pulumi_oci/goldengate/get_connection_assignments.py,sha256=ViZnDZxGnlzzmqHFFMlfNo6elwRRzyk51B8BkJacirY,10288
|
1553
1555
|
pulumi_oci/goldengate/get_connections.py,sha256=uElMNdaMAoLw3ENud1H_eveXMDrXmt4RGJPlNtdIORc,13317
|
1554
|
-
pulumi_oci/goldengate/get_database_registration.py,sha256=
|
1556
|
+
pulumi_oci/goldengate/get_database_registration.py,sha256=J-cIootqmO5gnNnwOjhvbJFxFs2jhExzqFlEV5HWz2w,19317
|
1555
1557
|
pulumi_oci/goldengate/get_database_registrations.py,sha256=4TPGMrrIXkJVyX6w2jDANRoRq4fO7_59muUPcSjYQkI,8184
|
1556
|
-
pulumi_oci/goldengate/get_deployment.py,sha256=
|
1557
|
-
pulumi_oci/goldengate/get_deployment_backup.py,sha256
|
1558
|
+
pulumi_oci/goldengate/get_deployment.py,sha256=MewFQUEPu_rCVZM5Sbi9rzXiPmzAqGlzjNQvdOvfMKU,31082
|
1559
|
+
pulumi_oci/goldengate/get_deployment_backup.py,sha256=-5a8J6qKG31TLaRdW2FTMTUj3HwVvv1IPZPvS6p4kcI,16679
|
1558
1560
|
pulumi_oci/goldengate/get_deployment_backups.py,sha256=QbwemkqTYwt8_cUIfI6EhuxZna_GeAgdsmXk2h0nB80,9069
|
1559
1561
|
pulumi_oci/goldengate/get_deployment_certificate.py,sha256=oPn0XAHsdpZNNwuvkXaRM79yCIUK44UOaRRKc2REZXw,15076
|
1560
1562
|
pulumi_oci/goldengate/get_deployment_certificates.py,sha256=4jR1jpQ67Wg72QQK2n9zesGo00FwKjx-8qTk_yLhzvg,6236
|
1561
1563
|
pulumi_oci/goldengate/get_deployment_type.py,sha256=pd2XAW3HZ1eVBgRkTG6Le4-8kVLajEfBLZ5-nFoKLQM,5152
|
1562
1564
|
pulumi_oci/goldengate/get_deployment_types.py,sha256=6rRZ59F-3v3b_LPKomBKX2FS7DiililCqU1CofbQsBs,9048
|
1563
|
-
pulumi_oci/goldengate/get_deployment_upgrade.py,sha256=
|
1565
|
+
pulumi_oci/goldengate/get_deployment_upgrade.py,sha256=rFP6a-g6zGwbawGTah5W_wKkwZjrRFGSwmTZJBPV00Q,21841
|
1564
1566
|
pulumi_oci/goldengate/get_deployment_upgrades.py,sha256=-pKhsNr1rBpCZTXHOuRzA0Znig6rhe-X6q1L-VCfqnc,9152
|
1565
1567
|
pulumi_oci/goldengate/get_deployment_versions.py,sha256=aVOtk2TWUc_Aone77lGa0OfI7HBoLn39yMJCwRxGoXA,7949
|
1566
1568
|
pulumi_oci/goldengate/get_deployments.py,sha256=wMu3LijEmpuQllJ8UUYKflUrKMJ1BT4WWRyZTd-PvuA,13023
|
@@ -1570,30 +1572,30 @@ pulumi_oci/goldengate/get_trail_file.py,sha256=-d5lMR_RWXnxC55oeaaGrlW_YJryQaBTx
|
|
1570
1572
|
pulumi_oci/goldengate/get_trail_files.py,sha256=FozADN2luxJVNlwHrqRwk-aj2yGyxS52klxDyBf2HeU,6942
|
1571
1573
|
pulumi_oci/goldengate/get_trail_sequence.py,sha256=9v-3GrAQVk3v2euYxb1392eScG0MT7bcnoc2BDGMq9s,7506
|
1572
1574
|
pulumi_oci/goldengate/get_trail_sequences.py,sha256=9gRYdDLo2e2RHAE7eXm54RcHerqN6g9QeLMG6gZ-Js4,8097
|
1573
|
-
pulumi_oci/goldengate/outputs.py,sha256=
|
1575
|
+
pulumi_oci/goldengate/outputs.py,sha256=O2KGPqFlEfq8w28XW-BZzGY5x3ojo_tgnjrcykcFTiI,256920
|
1574
1576
|
pulumi_oci/healthchecks/__init__.py,sha256=PJnzYouMBWUvQ3Du18Ga3ztCAO2ekzXs2E8fPG4C0XU,662
|
1575
1577
|
pulumi_oci/healthchecks/_inputs.py,sha256=D9EK7S3SwdmosQbVKIi063l5cxZvAi_C-2xtpTy_lKo,5725
|
1576
|
-
pulumi_oci/healthchecks/get_http_monitor.py,sha256=
|
1578
|
+
pulumi_oci/healthchecks/get_http_monitor.py,sha256=nfFajjxXjiBLdpbSlZM6vzxtFwiGHhRAurgx8ixZgLg,12810
|
1577
1579
|
pulumi_oci/healthchecks/get_http_monitors.py,sha256=1qEmZmQQEBFFsrFATrL2wHAblqkpcP0Z9odNd85M6JA,6767
|
1578
1580
|
pulumi_oci/healthchecks/get_http_probe_results.py,sha256=2e9xYi3qu_lXqQCtfvI3a7Icusacw1Mm_kPpbOltx8Q,9313
|
1579
|
-
pulumi_oci/healthchecks/get_ping_monitor.py,sha256=
|
1581
|
+
pulumi_oci/healthchecks/get_ping_monitor.py,sha256=PSPC4DFERP4fhBFoKJh2BuxpulBwDj-yXct4NIuHseg,11461
|
1580
1582
|
pulumi_oci/healthchecks/get_ping_monitors.py,sha256=Fw7ASTOYHXW3YPMwDya1EU7xeYczRRMVwGyHEsMrqz4,7051
|
1581
1583
|
pulumi_oci/healthchecks/get_ping_probe_results.py,sha256=04DA9z_By1Vwu1tB9cVwk6HYp81210CsWhaTXQU4Qfo,9817
|
1582
1584
|
pulumi_oci/healthchecks/get_vantage_points.py,sha256=GPHZVYahXiUEC5NwyHpMrGEIzQwFuVSWHULlT9p7hug,6033
|
1583
|
-
pulumi_oci/healthchecks/http_monitor.py,sha256=
|
1584
|
-
pulumi_oci/healthchecks/http_probe.py,sha256=
|
1585
|
-
pulumi_oci/healthchecks/outputs.py,sha256=
|
1586
|
-
pulumi_oci/healthchecks/ping_monitor.py,sha256=
|
1585
|
+
pulumi_oci/healthchecks/http_monitor.py,sha256=_wVvqJkrGTgor02GXPGybHpSnfeGWMPYdV0qcr9EDQE,47619
|
1586
|
+
pulumi_oci/healthchecks/http_probe.py,sha256=en48ZGAhzXLjkcosJrvAElCLlYtElLPsfL0C7br3PhE,30970
|
1587
|
+
pulumi_oci/healthchecks/outputs.py,sha256=pX1mPU5Pt_LZ2VIOS9o41hyWnDV0u_gmeCZ69SSpfkg,55700
|
1588
|
+
pulumi_oci/healthchecks/ping_monitor.py,sha256=V_cYQilLePNsPG4nBinaR-PwUcpHeELqzXRtvbHRlX8,40539
|
1587
1589
|
pulumi_oci/healthchecks/ping_probe.py,sha256=3zAdmiLAx1j6f5Fjsfe5B3AMQ0oPJst1IJeGiOsy-z0,24152
|
1588
1590
|
pulumi_oci/identity/__init__.py,sha256=QcJTCXzz_cH5dMm23w3UUpy8PHvv4dTp2TIzlXubcxg,9093
|
1589
1591
|
pulumi_oci/identity/_inputs.py,sha256=Z-ULArgpUzIW2xruR2mPwX0-rlcidLmT7mCRS_cxnMo,2421278
|
1590
1592
|
pulumi_oci/identity/api_key.py,sha256=mGWz9pHMFHWLu5vovIjWRBSD-mIalpbSEHsnKEIaBSc,16219
|
1591
1593
|
pulumi_oci/identity/auth_token.py,sha256=qUJAUkspvLjOu_OM-p8MSB2FZHy9PyWBbYwwr1Al0po,18447
|
1592
1594
|
pulumi_oci/identity/authentication_policy.py,sha256=20iLea3DsDawS9zSV9UsJt7-8k0HWASlakxUBnC4fAM,15097
|
1593
|
-
pulumi_oci/identity/compartment.py,sha256=
|
1595
|
+
pulumi_oci/identity/compartment.py,sha256=jDc0cAZDjYHXsdoTXQ44xYE2J3i0hTRsOQ4-UdaK2OQ,31808
|
1594
1596
|
pulumi_oci/identity/customer_secret_key.py,sha256=b60hHYhbrdYpEBgzGydC9Oeb3_Y9iVqUar0TtP2qQlM,18706
|
1595
1597
|
pulumi_oci/identity/db_credential.py,sha256=qHAy1zjwDBZinfxYDRWQ5GLdTDJRs8CAuZyBmI52C0s,17661
|
1596
|
-
pulumi_oci/identity/domain.py,sha256=
|
1598
|
+
pulumi_oci/identity/domain.py,sha256=rlLqsmhuqOxqYHfF8TQ5MJWoU_ZsZ6zPQscqcVM8CI8,53985
|
1597
1599
|
pulumi_oci/identity/domain_replication_to_region.py,sha256=EcO6uSB5OG0fIhnWP9faooGrU1Jn5tD7ezT2Cn9qObA,13246
|
1598
1600
|
pulumi_oci/identity/domains_account_recovery_setting.py,sha256=YoB5qpIKGW8NWT7A22cakTq1JuSS8rv8ISnm3CvE7V0,95408
|
1599
1601
|
pulumi_oci/identity/domains_api_key.py,sha256=CkhfPiqS-7yOnbm68hrcjNuVp_2EMB4GYtLqnyxKOH0,84864
|
@@ -1640,19 +1642,19 @@ pulumi_oci/identity/domains_smtp_credential.py,sha256=0xM2LnlXiVt84SQeS7oBiG2yr5
|
|
1640
1642
|
pulumi_oci/identity/domains_social_identity_provider.py,sha256=20lA57rQdAMV1yqHAiXgyZ8pr78wTgDucVlsgjfYSmA,186535
|
1641
1643
|
pulumi_oci/identity/domains_user.py,sha256=85tymeJjf2snXTXxHyTEfMMGN9S8R_kafUSVWll42GY,306376
|
1642
1644
|
pulumi_oci/identity/domains_user_db_credential.py,sha256=F8VPXlB7zfKM-C0efSgz1q4aiwntqNOVZnBWxLg0pEo,103264
|
1643
|
-
pulumi_oci/identity/dynamic_group.py,sha256=
|
1645
|
+
pulumi_oci/identity/dynamic_group.py,sha256=N9kjwLd-kLtmR21QiOCO9lO3cMFlLzLuuO54UyqRPXE,31144
|
1644
1646
|
pulumi_oci/identity/get_allowed_domain_license_types.py,sha256=yim_resR7EuLe0McALXeQZcinQTe6CG_HdupTvQ2xYQ,6696
|
1645
1647
|
pulumi_oci/identity/get_api_keys.py,sha256=zlz4UmgL7dlf8A59RfnXwLRweKBqEv0AYPnIyCkWmek,4807
|
1646
1648
|
pulumi_oci/identity/get_auth_tokens.py,sha256=dOJGobxjQs88zSgEk85xzieoJEtUAImb0DT04Swfzxk,4673
|
1647
1649
|
pulumi_oci/identity/get_authentication_policy.py,sha256=JCs20IOn_mcL_75vxPUDIM__GVzSyo2L6fLfsATtbcE,5164
|
1648
1650
|
pulumi_oci/identity/get_availability_domain.py,sha256=Mvt-q2aXV8TngMYX_CCwU_hdgmiCeyt441iYuCkDcXY,5345
|
1649
1651
|
pulumi_oci/identity/get_availability_domains.py,sha256=sng_3dloNN7UoH0Y0k370x9Jl9A9JCqUvKeXxlAgtrw,6156
|
1650
|
-
pulumi_oci/identity/get_compartment.py,sha256=
|
1652
|
+
pulumi_oci/identity/get_compartment.py,sha256=M2jwrVy-7zIdq53OmECRf8jzpXsAIyh494Hw2zl2RFM,9668
|
1651
1653
|
pulumi_oci/identity/get_compartments.py,sha256=EYZfDj6IZfBqpcO_HX5Wdy4kC1QVz6bewWjHhj1_fHc,12331
|
1652
1654
|
pulumi_oci/identity/get_cost_tracking_tags.py,sha256=w9CFV576n3h2isw481meb_o-GLWlFeDJGvHq_wE0NnY,5285
|
1653
1655
|
pulumi_oci/identity/get_customer_secret_keys.py,sha256=1fAXOcb1Dh8rRogSaqpRykfb84rbas7TGOwjax57-Bg,5209
|
1654
1656
|
pulumi_oci/identity/get_db_credentials.py,sha256=3sxWIriuZ_Xt2amyKKhKwsQ7FlZr3n1Z2U8FrKq02Xo,6561
|
1655
|
-
pulumi_oci/identity/get_domain.py,sha256=
|
1657
|
+
pulumi_oci/identity/get_domain.py,sha256=AUgNRNXVPgxePuGzyYcrT0lCwNXWip01V5vcDqeQU-8,15036
|
1656
1658
|
pulumi_oci/identity/get_domains.py,sha256=Sj_3dE_5haUd7sTTqpCpLAVuJTBwB8V_90BT7k6WXS8,11716
|
1657
1659
|
pulumi_oci/identity/get_domains_account_mgmt_info.py,sha256=fTOPo5S1wwkYGSjnADHkrgF418le4ZCKPQ9VtakAl-k,31922
|
1658
1660
|
pulumi_oci/identity/get_domains_account_mgmt_infos.py,sha256=NkEir6ta44zeUbsLAwCdN61jTnCJStvcsAzEVUuBT8Y,20973
|
@@ -1763,7 +1765,7 @@ pulumi_oci/identity/get_domains_user_db_credentials.py,sha256=Qx806QOB7cke3ADtqb
|
|
1763
1765
|
pulumi_oci/identity/get_domains_users.py,sha256=nc86tiBYKPrQG6XvSg6RB9pW5kWpD0UCZj7VBHuPq2I,18937
|
1764
1766
|
pulumi_oci/identity/get_dynamic_groups.py,sha256=FgQu-5LDnqQRImz8MSXDbidd4b5NwVMMzI7XWDZE0dU,7310
|
1765
1767
|
pulumi_oci/identity/get_fault_domains.py,sha256=g18n1d1in_sjXJYy7SqUCeASE6E8BuL0vn81q0Kulow,6656
|
1766
|
-
pulumi_oci/identity/get_group.py,sha256=
|
1768
|
+
pulumi_oci/identity/get_group.py,sha256=V3aBt_M7ETMt480mfBqVYvQ_jilg8D-PE3HSd55saMI,8331
|
1767
1769
|
pulumi_oci/identity/get_groups.py,sha256=SA3yL0pRO66-wgydNw38OT0czrjgcVbg_UuYiEHxNIM,6844
|
1768
1770
|
pulumi_oci/identity/get_iam_work_request.py,sha256=FgUwvg7Yqwz7Uk5kFV4wB_4L63f05bQRqwi2PGywIbE,8781
|
1769
1771
|
pulumi_oci/identity/get_iam_work_request_errors.py,sha256=C19pFBFmpnzw58UcE1MC-jGCr8Da_JQo7WfGzrsvVKU,5939
|
@@ -1772,55 +1774,55 @@ pulumi_oci/identity/get_iam_work_requests.py,sha256=glG2Az5X4hORphUlEth8lVhgDUP1
|
|
1772
1774
|
pulumi_oci/identity/get_identity_provider_groups.py,sha256=YA1RMbBk_23SSj1eL0Giw91fKSB6C2XQgi3i-SqRFtA,7520
|
1773
1775
|
pulumi_oci/identity/get_identity_providers.py,sha256=ynMtigefhC9X-sFMaDFSvBs7WFZtXtsPiyRHarTYODI,9169
|
1774
1776
|
pulumi_oci/identity/get_idp_group_mappings.py,sha256=Zb9chvVLJIHkF5zRcuarv92NAXXUZGUe_TJzpl00oDw,5524
|
1775
|
-
pulumi_oci/identity/get_network_source.py,sha256=
|
1777
|
+
pulumi_oci/identity/get_network_source.py,sha256=h9lY1zoWmpxVZlg97HvQxzSIFs9ByGVJWGteg9Jg09w,10511
|
1776
1778
|
pulumi_oci/identity/get_network_sources.py,sha256=f4irDfj2a7vXNmY5tVB4PYx3ViJ40FqBLkpZ28jxYVs,7539
|
1777
1779
|
pulumi_oci/identity/get_policies.py,sha256=SyH1OxCaXLB3OquRZ2m0xfCekQvL6MeyEOJZen6u79A,7304
|
1778
1780
|
pulumi_oci/identity/get_region_subscriptions.py,sha256=R1-CZRh2eOYRl8pwZpvlSXh-xqQZhpV667IyPr6UJ2I,4969
|
1779
1781
|
pulumi_oci/identity/get_regions.py,sha256=YlTUay_WmyYv_-5pcX3ocGM4uP8fj5ySFSclMbqlfeU,3589
|
1780
1782
|
pulumi_oci/identity/get_smtp_credentials.py,sha256=sZ9NlqLDAdbAprx7HtwJW7B0_eoDpB6ndp7OVNFXAmM,5073
|
1781
|
-
pulumi_oci/identity/get_tag.py,sha256=
|
1783
|
+
pulumi_oci/identity/get_tag.py,sha256=vOvyVU2Ztc91l-lX9BDkELTGA8X8DRiS0-yWUGK8WwU,9837
|
1782
1784
|
pulumi_oci/identity/get_tag_default.py,sha256=Zjz0ceKL1dFqJam7gkw3OeTQQf_YoR6vJ0uZO0ItDy0,8450
|
1783
1785
|
pulumi_oci/identity/get_tag_defaults.py,sha256=ORkh3wCw7sW_pNnpuhY7vtZ7_IdKCzTRn1_YN8K3Xds,7535
|
1784
1786
|
pulumi_oci/identity/get_tag_namespaces.py,sha256=sAzHaVSDIybhiQJXL97tok2nXEHRZSk8JRpZZ7gcsTg,7569
|
1785
1787
|
pulumi_oci/identity/get_tag_standard_tag_namespace_template.py,sha256=eVLpiMzyA8vLPrhhS4eoYoPBBl9Ir6r9ghsv7JLVZlc,7294
|
1786
1788
|
pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py,sha256=sY3eBSDW93hj-OBzVhgmO1fjfL9CiUFFzIeNwKGjSAE,5844
|
1787
1789
|
pulumi_oci/identity/get_tags.py,sha256=FvC2suCkz0589KmwmvVzJcdxcRrfzZNOTP2mPOc9uU0,5599
|
1788
|
-
pulumi_oci/identity/get_tenancy.py,sha256=
|
1790
|
+
pulumi_oci/identity/get_tenancy.py,sha256=l7eT8M4xbytLIqaJ3MRakANIzOfpIPxoFwVnXeV2Fkc,7186
|
1789
1791
|
pulumi_oci/identity/get_ui_password.py,sha256=DVUOMstky_xpg-NnMqwjOO9ZmdxzrEq9KZu3qoXvmDg,5301
|
1790
|
-
pulumi_oci/identity/get_user.py,sha256=
|
1792
|
+
pulumi_oci/identity/get_user.py,sha256=SO2xxN6piTWIJkyb5mJ3srKL_UvI2jarmYnMwnG88Fg,13215
|
1791
1793
|
pulumi_oci/identity/get_user_group_memberships.py,sha256=v1jDSXOg8RvwTfIoPcsZPePjk4hOgw0X4duIbZFgE1c,8306
|
1792
1794
|
pulumi_oci/identity/get_users.py,sha256=HMJGoCpWMR4J8L718c--JFLdtaRgdjUqF-gow-QQOWY,9050
|
1793
|
-
pulumi_oci/identity/group.py,sha256=
|
1794
|
-
pulumi_oci/identity/identity_provider.py,sha256=
|
1795
|
+
pulumi_oci/identity/group.py,sha256=elIb_6K8s1ZcnXYBLAQzYXs0nM9pt99iKXsO6SQOLNA,27660
|
1796
|
+
pulumi_oci/identity/identity_provider.py,sha256=QIsDfrYw4NFRsJQ-8Ns2gZEur3JtMd2b_wWKVNmaoDU,43768
|
1795
1797
|
pulumi_oci/identity/idp_group_mapping.py,sha256=743cX37IZAZrXK1uIA3xxza9_aIG0Oa9l8a_GBxjw7g,19026
|
1796
1798
|
pulumi_oci/identity/import_standard_tags_management.py,sha256=f5KHjLrGN0Fecd2XWZ5_cuiqiOQTr9g-GyfGr_gLfTY,13392
|
1797
|
-
pulumi_oci/identity/network_source.py,sha256=
|
1798
|
-
pulumi_oci/identity/outputs.py,sha256=
|
1799
|
-
pulumi_oci/identity/policy.py,sha256=
|
1799
|
+
pulumi_oci/identity/network_source.py,sha256=NJshhKegtWd6DAeg4yo6szAkrU3utbYoYpNlifivajo,39752
|
1800
|
+
pulumi_oci/identity/outputs.py,sha256=rsIQY6sD-xRA6_qM31-sV2AJ3LWD-P5flwxaWKv2Vng,5464985
|
1801
|
+
pulumi_oci/identity/policy.py,sha256=drfa_IVuY8Aa31nFQh55zVUg_xSE64toHu61T3mhq1U,39553
|
1800
1802
|
pulumi_oci/identity/smtp_credential.py,sha256=d8rz1ltRKlJNLCvG21BprcRjKggXDNUuBkgJaZVXQgQ,18410
|
1801
|
-
pulumi_oci/identity/tag.py,sha256=
|
1803
|
+
pulumi_oci/identity/tag.py,sha256=GqY6qGz4okMuhTuDDqrzp7IE998iA-xQs8KeixFI820,41410
|
1802
1804
|
pulumi_oci/identity/tag_default.py,sha256=aV35_jx7Ghpidf23hA5cmZCoMIo2HPSsVTSr_jN32VE,25280
|
1803
|
-
pulumi_oci/identity/tag_namespace.py,sha256=
|
1805
|
+
pulumi_oci/identity/tag_namespace.py,sha256=FvRJOEss4ynnM52Q1d3vcjUje8isANzZdUoFKl5Iub0,29679
|
1804
1806
|
pulumi_oci/identity/ui_password.py,sha256=vQYJ10edwYNVW4WxX9bVK5Fq3EuMeUlDile57xEt39E,13734
|
1805
|
-
pulumi_oci/identity/user.py,sha256=
|
1807
|
+
pulumi_oci/identity/user.py,sha256=n2qJtJ6wO3KpJ6-1cDfUdB5rpD7FmCKNe6394LXELQ8,44016
|
1806
1808
|
pulumi_oci/identity/user_capabilities_management.py,sha256=v_gE_w40Ck18P5JCeE6Ztk8sANJPrBNKal9RSNLyaJc,21465
|
1807
1809
|
pulumi_oci/identity/user_group_membership.py,sha256=nO0gNTZp8fGGYnjIpBlRQ1QoAz8sAi5oRK-JGmR0mTg,15895
|
1808
1810
|
pulumi_oci/identitydataplane/__init__.py,sha256=3p2MSIiFqHpIMFFl1thue91_oqZ4koRyvoMkvsjIyzo,314
|
1809
1811
|
pulumi_oci/identitydataplane/generated_scoped_access_token.py,sha256=f5H2ccr9fFkm0lpHH9PMJR2y-dTQN1kFtuWrA0cjC90,12982
|
1810
1812
|
pulumi_oci/integration/__init__.py,sha256=iqBDMZyU6TO-gNDI4UKSZ9DjUI7498ckz8guq5zCjjE,483
|
1811
1813
|
pulumi_oci/integration/_inputs.py,sha256=2VAqKwPUgN3ik228hlx47xitmJyai-tvY24apVLtYXQ,24322
|
1812
|
-
pulumi_oci/integration/get_integration_instance.py,sha256=
|
1814
|
+
pulumi_oci/integration/get_integration_instance.py,sha256=GqtSgjQ0hJcOImtXdguD5o895qDrlFUJDwKqBTep68o,20886
|
1813
1815
|
pulumi_oci/integration/get_integration_instances.py,sha256=SmiPi-KNq5o-Ztij_4PoN37LiD8PZzxXWSDEJ07ewxs,7118
|
1814
|
-
pulumi_oci/integration/integration_instance.py,sha256=
|
1815
|
-
pulumi_oci/integration/outputs.py,sha256=
|
1816
|
+
pulumi_oci/integration/integration_instance.py,sha256=cw99a9np7vWwsYa9joBQtD0dX_FOTTr_dtQK9dfq-3k,76168
|
1817
|
+
pulumi_oci/integration/outputs.py,sha256=J8pLJLy9WlcXAj31yQiUR_oxAojMRwvhhFe1yVzXNbE,69462
|
1816
1818
|
pulumi_oci/integration/private_endpoint_outbound_connection.py,sha256=KGbQ2rXbQYEceNg7XxfJbaY_bE9UwtQP3tpL5pxeFZI,10039
|
1817
1819
|
pulumi_oci/jms/__init__.py,sha256=tackEXftWMCfQTmbuWrk2nYrBNMPJFgYbWxPTO6jr2Q,2213
|
1818
1820
|
pulumi_oci/jms/_inputs.py,sha256=-VgaHP-kSshWX4LPnxV3t6Xm6D84O_hxRDEmvq3j3w8,64132
|
1819
|
-
pulumi_oci/jms/fleet.py,sha256=
|
1821
|
+
pulumi_oci/jms/fleet.py,sha256=7ccT0btomSqUmMJCyu0EcvVYWpaQRssYVaUQxPNPm2Y,47232
|
1820
1822
|
pulumi_oci/jms/fleet_advanced_feature_configuration.py,sha256=6X2-sSHlhh3_IBfZZP4__GEfSCS7cKV5CiEj_taQGCg,43166
|
1821
1823
|
pulumi_oci/jms/get_agent_installers.py,sha256=GhySdnY2So1AxggGtYah5kpnnS-td8ZsA_xfeD7HQIs,8114
|
1822
1824
|
pulumi_oci/jms/get_announcements.py,sha256=YAIxl28O9HUeUpzbeyEJsPEiKhVq_WzKUu9oeRloMe4,7052
|
1823
|
-
pulumi_oci/jms/get_fleet.py,sha256=
|
1825
|
+
pulumi_oci/jms/get_fleet.py,sha256=Nj26fq1-A-YE1JEgq-EVAJnI3dn1zD-KxzTW9J5hyEg,15565
|
1824
1826
|
pulumi_oci/jms/get_fleet_advanced_feature_configuration.py,sha256=vEqpWC9H_dPIZhe-ZDzOZW51axtivlceQ2rUvPSTyIc,9995
|
1825
1827
|
pulumi_oci/jms/get_fleet_blocklists.py,sha256=hI_VhRnpRFjUjwvoDosSi-yC_1QmBUCth9pw8nc-Z78,6894
|
1826
1828
|
pulumi_oci/jms/get_fleet_crypto_analysis_result.py,sha256=nukd5kw8d8mkzOIHBsrqinjnQ4Bm27D4CR1rJyv6_6c,14739
|
@@ -1838,51 +1840,51 @@ pulumi_oci/jms/get_fleets.py,sha256=JIFAiOuEZ4usJhoWhI9AFSaH1bZ6gxVu8cflSiGCVco,
|
|
1838
1840
|
pulumi_oci/jms/get_installation_site.py,sha256=qH7jJmV72Yj1m63ebsiNsv10VUAqlnAhAfWYw_gygVg,15224
|
1839
1841
|
pulumi_oci/jms/get_installation_sites.py,sha256=pqLEEZJJVAkiYor6GBojNi8UFVf3CpTYXI6aSXzgkVI,16391
|
1840
1842
|
pulumi_oci/jms/get_java_downloads_java_download_records.py,sha256=e8xauyqyr_8aj_Yhe31ZbDCFjm3QWfzLp9jOu1UMGvU,13810
|
1841
|
-
pulumi_oci/jms/get_java_downloads_java_download_report.py,sha256
|
1843
|
+
pulumi_oci/jms/get_java_downloads_java_download_report.py,sha256=AXfIABjxR54ALB1y3EqnVh1yZ5fmSE0D14P0BgOmhbs,13662
|
1842
1844
|
pulumi_oci/jms/get_java_downloads_java_download_report_content.py,sha256=ytObM1V5gDe-N0KFFWGDOp-Fxhi5gbP9ENSUh8wsb5Q,4303
|
1843
1845
|
pulumi_oci/jms/get_java_downloads_java_download_reports.py,sha256=db5NQzyhsn6fbt-dEsLJtfOCcWrgAMjaar-AIpgfbKs,9143
|
1844
|
-
pulumi_oci/jms/get_java_downloads_java_download_token.py,sha256=
|
1846
|
+
pulumi_oci/jms/get_java_downloads_java_download_token.py,sha256=vPBXRWQhjwwmqeKi60Quu-59-98cQhNBCO8tHiPg4e8,15084
|
1845
1847
|
pulumi_oci/jms/get_java_downloads_java_download_tokens.py,sha256=-Bfzq461orlxGYcOeanPoYe3hMn9OeJT1P-fk7B3rxg,11782
|
1846
1848
|
pulumi_oci/jms/get_java_downloads_java_license.py,sha256=5bKViZBVwFKNLanIdDhRGuzT2Clu2mI34NHoVjxaw64,4749
|
1847
|
-
pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py,sha256=
|
1849
|
+
pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py,sha256=hjB7T6ehbM4mjwtjmZU5WphlfifG6597-6sFjHIPuLo,12011
|
1848
1850
|
pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py,sha256=2JuIUjlxJDWVFmIF1NYmcU2hrFh1ZOl9YuFrc72R-8k,10484
|
1849
1851
|
pulumi_oci/jms/get_java_downloads_java_licenses.py,sha256=7QNff8lBRvr_ERRiU1RBdbO01P3oAjrC1JxC8rXegT4,6349
|
1850
1852
|
pulumi_oci/jms/get_java_families.py,sha256=F7NJoSeqpP81uiXYfIIxt4KR9QdA4uU8mxyl_-pdKgs,7428
|
1851
1853
|
pulumi_oci/jms/get_java_family.py,sha256=kl82cYfXPOPp6xpNCf2nfnscqsEObf5846rqQQS3iOo,8813
|
1852
1854
|
pulumi_oci/jms/get_java_release.py,sha256=TGBh_TE93AUk0V_4GiPLRGPRECbvmdV3QPV9ggt_Kiw,11423
|
1853
1855
|
pulumi_oci/jms/get_java_releases.py,sha256=bM6XjkEtGeLYlKHsRc22WxYPLChTK5mq1DXl00X4bkA,8843
|
1854
|
-
pulumi_oci/jms/get_jms_plugin.py,sha256=
|
1856
|
+
pulumi_oci/jms/get_jms_plugin.py,sha256=dBoVIS7r0XAPkbZkURphGlWiSPfnKg7t5TUVtioY-8A,13132
|
1855
1857
|
pulumi_oci/jms/get_jms_plugins.py,sha256=G4IB6HU4P7DB3JY6SbULOHnHEw9feu8WZkBB1K5n20g,15339
|
1856
1858
|
pulumi_oci/jms/get_list_jre_usage.py,sha256=Vb7DQQ3fMPkvHZPbSzyT-cuzk-R-by5pANw1AC20QkU,9381
|
1857
1859
|
pulumi_oci/jms/get_summarize_resource_inventory.py,sha256=RU5RPM5qYbomIdN8vdTTaUuENZL9zB5IFIPtp9Aa6zQ,9312
|
1858
|
-
pulumi_oci/jms/java_downloads_java_download_report.py,sha256=
|
1859
|
-
pulumi_oci/jms/java_downloads_java_download_token.py,sha256=
|
1860
|
-
pulumi_oci/jms/java_downloads_java_license_acceptance_record.py,sha256=
|
1861
|
-
pulumi_oci/jms/jms_plugin.py,sha256=
|
1862
|
-
pulumi_oci/jms/outputs.py,sha256=
|
1860
|
+
pulumi_oci/jms/java_downloads_java_download_report.py,sha256=ymzs7U2onapLEaZLaHQPBEc_gjzdX9SWbVj_7RMExe8,37769
|
1861
|
+
pulumi_oci/jms/java_downloads_java_download_token.py,sha256=B5N8KQIWEW_W0MB3e6KA8Kmtajxx50oddCIiXA8hS2E,45800
|
1862
|
+
pulumi_oci/jms/java_downloads_java_license_acceptance_record.py,sha256=Lj1lG-f0w6gG55bHfhueWYXnP3Z3Ryqc_RpHUsi-7eQ,30699
|
1863
|
+
pulumi_oci/jms/jms_plugin.py,sha256=TzPVU92WwiklN_NyI4R-4of_E6AjxXf8HeDXMcAKG3E,37532
|
1864
|
+
pulumi_oci/jms/outputs.py,sha256=BeqIhi7SuDBPX3_O12cP6GUtC_VVLiLCTpvWmQMb8jY,307475
|
1863
1865
|
pulumi_oci/kms/__init__.py,sha256=FORCQ_KwYzL1Hforp8BeGi5GenxORzJYVl51JzaRyTU,968
|
1864
1866
|
pulumi_oci/kms/_inputs.py,sha256=iWU-hXIprsQTrZBnUS0rtTyxTDxvGk0T4p73Hw2bZxo,41777
|
1865
|
-
pulumi_oci/kms/ekms_private_endpoint.py,sha256=
|
1866
|
-
pulumi_oci/kms/encrypted_data.py,sha256=
|
1867
|
-
pulumi_oci/kms/generated_key.py,sha256=
|
1868
|
-
pulumi_oci/kms/get_decrypted_data.py,sha256=
|
1869
|
-
pulumi_oci/kms/get_ekms_private_endpoint.py,sha256=
|
1867
|
+
pulumi_oci/kms/ekms_private_endpoint.py,sha256=Awelg62Sm06JXEeV0e8MrH6SC8_goFwA2nU14Dlh-Kw,33558
|
1868
|
+
pulumi_oci/kms/encrypted_data.py,sha256=gGhfT96h2v1AXJ4qB1xRAyt91O4OZyOHV7nGIFv_gSk,29632
|
1869
|
+
pulumi_oci/kms/generated_key.py,sha256=3-3jldf8VD-bUYgvyOsnHAme8AyF17scwQ3RKgtYZBs,29496
|
1870
|
+
pulumi_oci/kms/get_decrypted_data.py,sha256=uNA66GM1TpoqHyAahOZwRuzwsBL6pjPJm1HWzeXNWt8,7660
|
1871
|
+
pulumi_oci/kms/get_ekms_private_endpoint.py,sha256=DqzWwiQF4kTBbMCwN-vv8Bs5oiF2iKnX9BgXuFHaobs,11411
|
1870
1872
|
pulumi_oci/kms/get_ekms_private_endpoints.py,sha256=CTE1NQONxq-8Yg77cH1XL122q_pRPqR5NADy873CYPQ,5247
|
1871
|
-
pulumi_oci/kms/get_encrypted_data.py,sha256=
|
1872
|
-
pulumi_oci/kms/get_key.py,sha256=
|
1873
|
+
pulumi_oci/kms/get_encrypted_data.py,sha256=4nLLe9M3dtb6LP41LWxo2zht84U7vAHRWqJv8G_4J1Q,7161
|
1874
|
+
pulumi_oci/kms/get_key.py,sha256=NROBYREPyutldoYhCx_A5kKX3inboEif59PkNINN6XM,20165
|
1873
1875
|
pulumi_oci/kms/get_key_version.py,sha256=tWNOOVopZhlZpkjojifdEOEAXpvujvU9Z37p7dQ6lPQ,14257
|
1874
1876
|
pulumi_oci/kms/get_key_versions.py,sha256=NBKoBwAVR5objoh5qApBKj8Iubw6Uq6yIRCT6KRXymY,6755
|
1875
1877
|
pulumi_oci/kms/get_keys.py,sha256=Mt3O8BO_XliB_JO8kRKgzBNthl9nivOGfUq7UooURBs,12914
|
1876
1878
|
pulumi_oci/kms/get_replication_status.py,sha256=7qXnINh1_JTeNxBDw2aFtwJbXkOSvmd8g1F9Ao4DXK4,5829
|
1877
|
-
pulumi_oci/kms/get_vault.py,sha256=
|
1879
|
+
pulumi_oci/kms/get_vault.py,sha256=5kr39Xyvqzzu9X-zRfxpu1FkXisgORgsl23WjZevRGQ,16296
|
1878
1880
|
pulumi_oci/kms/get_vault_replicas.py,sha256=GyreWU2rE__gfpSNTb6-SNLgKQ4V49Kpil_4ZxmOwAs,5270
|
1879
1881
|
pulumi_oci/kms/get_vault_usage.py,sha256=im57i6QPF0q2XZOYecnAY3sg74BwQwlJniTLYYLYeVU,5968
|
1880
1882
|
pulumi_oci/kms/get_vaults.py,sha256=JOOl2Qk6hUgDHQ4pr0y6ZG3Qy7so8R5vMw7OL29zFM4,5140
|
1881
|
-
pulumi_oci/kms/key.py,sha256=
|
1883
|
+
pulumi_oci/kms/key.py,sha256=Bz8gAMMXG0S5vozLKrwAR7GqodNnHiJxv52tPfmOKqQ,68246
|
1882
1884
|
pulumi_oci/kms/key_version.py,sha256=vsALzpING2mD5dtVhZhvDYn07vARYaPOOH-GwNJV7F0,33172
|
1883
|
-
pulumi_oci/kms/outputs.py,sha256=
|
1885
|
+
pulumi_oci/kms/outputs.py,sha256=rhI8CfuSbLt_I48bhiqpJs0SLngXMHIQVtbge71oOyA,127209
|
1884
1886
|
pulumi_oci/kms/sign.py,sha256=XV0nWNcm_qbs1JsrM9tIwltTxV2nU8k_7Ux3KKtx_EA,25565
|
1885
|
-
pulumi_oci/kms/vault.py,sha256=
|
1887
|
+
pulumi_oci/kms/vault.py,sha256=BOERya0vXqdG2wrMcrlNkCnrZjw0LdwV_mO_byciz7s,52405
|
1886
1888
|
pulumi_oci/kms/vault_verification.py,sha256=WEHu0OkTUuZLK_nUEbTBlYM1YYP_sCqrKqbXcm4fVYA,10038
|
1887
1889
|
pulumi_oci/kms/verify.py,sha256=RBV-kgvq1fAymLPgE4lCmwoXbwEcf4ymFy7eHmwva8M,28811
|
1888
1890
|
pulumi_oci/licensemanager/__init__.py,sha256=_1oakyLqLmsT82vMDdI7jBtXFDaECD4jHPmBP0n_NiI,747
|
@@ -1890,26 +1892,26 @@ pulumi_oci/licensemanager/_inputs.py,sha256=zxx9VTB5tNbODiGfUoPn5QrsEZ_iPn-yhXU9
|
|
1890
1892
|
pulumi_oci/licensemanager/configuration.py,sha256=MSdkz-4L-J8usm_TT-WjdMy1X_r6iTcEylOinoo7sdU,14742
|
1891
1893
|
pulumi_oci/licensemanager/get_configuration.py,sha256=im8xpgoh7AZcRH7vvRToIY6ru3LO-JDm82sOYX3yuC4,5469
|
1892
1894
|
pulumi_oci/licensemanager/get_license_metric.py,sha256=D3VDKnjHHxg9rQiCEohtn2h1q1rbVENmlsOEr6-QFdw,8217
|
1893
|
-
pulumi_oci/licensemanager/get_license_record.py,sha256=
|
1895
|
+
pulumi_oci/licensemanager/get_license_record.py,sha256=wC6BHUFC1ljlgh_TK9ZdNnPx5g9kQBjri1t8eeZ8oiE,13743
|
1894
1896
|
pulumi_oci/licensemanager/get_license_records.py,sha256=lUtrgScL2E8IGwO95FPY2tK4knxWlgT3evhJMiYS6sQ,5309
|
1895
|
-
pulumi_oci/licensemanager/get_product_license.py,sha256=
|
1897
|
+
pulumi_oci/licensemanager/get_product_license.py,sha256=9rLLUMqetip0ZfYtEgbocYwc-53W7ZAqLiVJsDLXF1g,15936
|
1896
1898
|
pulumi_oci/licensemanager/get_product_license_consumers.py,sha256=xHtlKh8HpqgCoBystLaApgMUABlMUmIDkr03mcKZuLs,6835
|
1897
1899
|
pulumi_oci/licensemanager/get_product_licenses.py,sha256=NQbJBv9W3fkoYezpuD32aiKYqqaT13f06hElgXcXH-o,6810
|
1898
1900
|
pulumi_oci/licensemanager/get_top_utilized_product_licenses.py,sha256=4neMcbpRBqzvsWmn-sTKaVgyqqg6aRUNfM1qa9O1Va8,5923
|
1899
1901
|
pulumi_oci/licensemanager/get_top_utilized_resources.py,sha256=5wPRCC-6BFBBAhgwzdhZveBQG5S8dhuFGZFCCj2jK_A,6845
|
1900
|
-
pulumi_oci/licensemanager/license_record.py,sha256=
|
1901
|
-
pulumi_oci/licensemanager/outputs.py,sha256=
|
1902
|
-
pulumi_oci/licensemanager/product_license.py,sha256=
|
1902
|
+
pulumi_oci/licensemanager/license_record.py,sha256=Gfy8hFSWjNM3x6mVv8onhq4k2YUkhX8P8HS5ZMnHmI0,41188
|
1903
|
+
pulumi_oci/licensemanager/outputs.py,sha256=bEGqlyAkK08SqKqcr7FDsfoR2apLV-OOoAVR2rVHSi4,41543
|
1904
|
+
pulumi_oci/licensemanager/product_license.py,sha256=jGYZkKZ8IVZRRlayJwpRTdwjyUsDTgiGZ4xZojzgBRQ,44330
|
1903
1905
|
pulumi_oci/limits/__init__.py,sha256=Vzs645AdvmxinYGOTAHU5RzDmzJzx0JBM9OacSWojxU,524
|
1904
1906
|
pulumi_oci/limits/_inputs.py,sha256=MZit5z7kjm8dnb8owYwD8p9lbyFy9je8sc0KGxqwXaM,7954
|
1905
|
-
pulumi_oci/limits/get_limit_definitions.py,sha256=
|
1906
|
-
pulumi_oci/limits/get_limit_values.py,sha256=
|
1907
|
-
pulumi_oci/limits/get_quota.py,sha256=
|
1907
|
+
pulumi_oci/limits/get_limit_definitions.py,sha256=VPWBnIIg9lecWnu7cbibNzL2Asf4pm9NPRjJcviEuuA,8261
|
1908
|
+
pulumi_oci/limits/get_limit_values.py,sha256=QpckKAEJhY2d8Fzuk64JmVwzdGk976-nuhjyOQXo_NA,9772
|
1909
|
+
pulumi_oci/limits/get_quota.py,sha256=IvHjrKngWSMj9oPb_nwu9iv8iTl6MJXb4hcVIh5CScQ,8675
|
1908
1910
|
pulumi_oci/limits/get_quotas.py,sha256=6UHarF28GXWFyNEfP1z_wEu1SggvHeYn-hKIpWYWl5s,6125
|
1909
|
-
pulumi_oci/limits/get_resource_availability.py,sha256
|
1910
|
-
pulumi_oci/limits/get_services.py,sha256=
|
1911
|
-
pulumi_oci/limits/outputs.py,sha256=
|
1912
|
-
pulumi_oci/limits/quota.py,sha256=
|
1911
|
+
pulumi_oci/limits/get_resource_availability.py,sha256=DIyY8IWL34TcDYXnDMt5eaMAgvJGs5HaGt6KKDmPPNI,11715
|
1912
|
+
pulumi_oci/limits/get_services.py,sha256=cXnT-U6fn1h7ApzOAPD3TlTy6pJx5gY_WxtaolGnq8c,5856
|
1913
|
+
pulumi_oci/limits/outputs.py,sha256=dGMDOaJ2eIlOrXcpVecafbZVJNaHSru5bF_A3i156XI,24554
|
1914
|
+
pulumi_oci/limits/quota.py,sha256=CTxEyc01f3qyw12dalalPjpx3W8ACZwNiv_hKZozg1g,29939
|
1913
1915
|
pulumi_oci/loadbalancer/__init__.py,sha256=MEaFdbTIsnehC12wXAUwvJcOEZM4WCItCZ52hjWqJWA,1231
|
1914
1916
|
pulumi_oci/loadbalancer/_inputs.py,sha256=J6EqBFTtXCAmVRU6kK0T_mr4d1c1iFg7QozgyWVc1a0,139138
|
1915
1917
|
pulumi_oci/loadbalancer/backend.py,sha256=Q54YSbDq1KRKsYdt0EN232HQUS7aWTZa1ctq8p-KV_E,35364
|
@@ -1936,9 +1938,9 @@ pulumi_oci/loadbalancer/get_ssl_cipher_suite.py,sha256=KGuH8dXS5qPfyOh1KsDwQC-dM
|
|
1936
1938
|
pulumi_oci/loadbalancer/get_ssl_cipher_suites.py,sha256=HomXAYoaHMOXSqCPu4ZG_XRk1qloBDisy86BkxEaUvo,5181
|
1937
1939
|
pulumi_oci/loadbalancer/hostname.py,sha256=pJ2uFqd3yvQKZknoZqVpmE0ZocBiu8d5GaMNhXo62lM,14651
|
1938
1940
|
pulumi_oci/loadbalancer/listener.py,sha256=JL8Qh48TOlkxs8t9VzieyUm_ehfxxkY7HhBFjOJx_0k,41770
|
1939
|
-
pulumi_oci/loadbalancer/load_balancer.py,sha256=
|
1941
|
+
pulumi_oci/loadbalancer/load_balancer.py,sha256=r3rd_7vBGMGaMpVC6H4LdWNR29JXNqeN3jC3uXcvaEU,73361
|
1940
1942
|
pulumi_oci/loadbalancer/load_balancer_routing_policy.py,sha256=1b1YVMCrjbOmgvDu0hu2-73eDsuQ-1kziJgPtStYpZE,18438
|
1941
|
-
pulumi_oci/loadbalancer/outputs.py,sha256=
|
1943
|
+
pulumi_oci/loadbalancer/outputs.py,sha256=zlzWgwE1XcFGT0f4moKuJ_WQxeyXiX2zMVmTihoFxLA,263261
|
1942
1944
|
pulumi_oci/loadbalancer/path_route_set.py,sha256=KysWF4CVMGw_YHxD8EeRei8ZQk1NMKe2WNrD3MGFtzg,14845
|
1943
1945
|
pulumi_oci/loadbalancer/rule_set.py,sha256=3PWLHULHUsvh_AIkd9FwzxTf-ZOYqvZ8o6vvVhCOrhk,19148
|
1944
1946
|
pulumi_oci/loadbalancer/ssl_cipher_suite.py,sha256=TB7iW-BpEd9sM2k78vUdESKrerdeN-UkVZK8mK8krW8,18984
|
@@ -1948,12 +1950,12 @@ pulumi_oci/loganalytics/get_log_analytics_categories_list.py,sha256=dzc9FMG56OQW
|
|
1948
1950
|
pulumi_oci/loganalytics/get_log_analytics_category.py,sha256=-xFCoIj0Hg5It95QYYPfXdVvFlN-T7Bf6zVckmWvi3w,6377
|
1949
1951
|
pulumi_oci/loganalytics/get_log_analytics_entities.py,sha256=BTHebiVn_AnXLv3So1p2IG2uPOUwKkl8GtZ_gy7ME6w,19787
|
1950
1952
|
pulumi_oci/loganalytics/get_log_analytics_entities_summary.py,sha256=UGk-W7GwrnNOiYYofUThdE30ultGb9JJf_JYfxrAMAE,7204
|
1951
|
-
pulumi_oci/loganalytics/get_log_analytics_entity.py,sha256=
|
1953
|
+
pulumi_oci/loganalytics/get_log_analytics_entity.py,sha256=GQ67f3kIuuXCPmbCt2vZaqWn1N-NA5l_4wP5him2bzM,17823
|
1952
1954
|
pulumi_oci/loganalytics/get_log_analytics_entity_topology.py,sha256=NOXavg77UoV5prgeBSqyJ0Q5r8pokIsYBwG_lM22W7k,8055
|
1953
|
-
pulumi_oci/loganalytics/get_log_analytics_log_group.py,sha256=
|
1955
|
+
pulumi_oci/loganalytics/get_log_analytics_log_group.py,sha256=pAvcLTBV1YYOGHHq9En8Sace1-mEaGqhw7msczhMhDA,9428
|
1954
1956
|
pulumi_oci/loganalytics/get_log_analytics_log_groups.py,sha256=cE6gmNG6d6vjHBMTZWmPI2e0h60qm_DbgeeDLTRZaZ0,8168
|
1955
1957
|
pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py,sha256=tlMAd17iD4pC-FHjcOne2Vw5Rl4PRa0b_o16pevjhq8,5275
|
1956
|
-
pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py,sha256=
|
1958
|
+
pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py,sha256=6qsFf4gAg3qmDhiadTkchnYKM7qYNe3VyokBDB15u4w,22708
|
1957
1959
|
pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py,sha256=r5N0M8v2bDiDdW3BsXsCFEVkp6ivQwAgryceqm6kANM,8963
|
1958
1960
|
pulumi_oci/loganalytics/get_log_analytics_preference.py,sha256=-2775dNCiQOfryPXnyydW9RBXD2BZgFUgChEZaYnlBM,4181
|
1959
1961
|
pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py,sha256=6n6jrG8qE4et5zlfu51c-8Z9upajglZQFKxqsg-FOa8,8800
|
@@ -1961,48 +1963,48 @@ pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py,sha256=F-YA
|
|
1961
1963
|
pulumi_oci/loganalytics/get_log_sets_count.py,sha256=ii2q8gyt3sYN42N2E3GsiijVQ7yBDgefhtQby5SqcOw,3923
|
1962
1964
|
pulumi_oci/loganalytics/get_namespace.py,sha256=7d07fyo-t0Yb7XOEoUYCqzuQeyLWgapolv3af-4GLeE,4496
|
1963
1965
|
pulumi_oci/loganalytics/get_namespace_effective_properties.py,sha256=Qgu_wbeIwrXTS7NkIHt2TaGpJNUlGDZOu9fkOt4O9uI,10748
|
1964
|
-
pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py,sha256=
|
1966
|
+
pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py,sha256=5iMreNPkvlxp5elCecoPJB7ZoEDc0jvRIHrqhYYBT3E,11298
|
1965
1967
|
pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py,sha256=7TQuyEOmTCq9-9wE6oknlN0h31qEBFS4vaKgucH0nBI,12387
|
1966
1968
|
pulumi_oci/loganalytics/get_namespace_properties_metadata.py,sha256=G17SYgSXDjH268HuCu-zhHe9wKyiKD63cHTdPUnlrf4,9529
|
1967
1969
|
pulumi_oci/loganalytics/get_namespace_rules.py,sha256=b_tXcnfmF7TlSdhW-gHAs5qhZAAezm5rqRZ0531jQ8g,10149
|
1968
1970
|
pulumi_oci/loganalytics/get_namespace_rules_summary.py,sha256=5rlAf1andcsfqN14m8A9qXf8dxK5hsk_RxqiaZZ8MeY,6394
|
1969
|
-
pulumi_oci/loganalytics/get_namespace_scheduled_task.py,sha256=
|
1971
|
+
pulumi_oci/loganalytics/get_namespace_scheduled_task.py,sha256=_MkLf-LcadXbi-hBwd8T9DpYPcud3unVOao-l3jv5cg,13423
|
1970
1972
|
pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py,sha256=oBOkKuv6aFW_hZzBF4nFqQmBYh2NGMi3g2CgqW5t09E,9474
|
1971
1973
|
pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py,sha256=iX9rLxZxRnRd5r13z6sBBOAg8jW7gYgLXo12NXN4Jy8,4546
|
1972
1974
|
pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py,sha256=AipTqaYOFQWy_13-A0rz8AVZ28w0Qdg1cHpNcX9FvBU,8167
|
1973
1975
|
pulumi_oci/loganalytics/get_namespace_storage_recall_count.py,sha256=75Ihu3F87HPiAEybIPJbwM21snxhQknmViMLtN6reu0,6648
|
1974
1976
|
pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py,sha256=3RQO81Sb_Cdf5MoCoMcoqrsvPe8gPzZBb7kwAGrQYN4,7689
|
1975
1977
|
pulumi_oci/loganalytics/get_namespaces.py,sha256=_tk23xft8K1VgpF6EavUaujvwzAwDl_hgKI7-SU7M3A,5148
|
1976
|
-
pulumi_oci/loganalytics/log_analytics_entity.py,sha256=
|
1978
|
+
pulumi_oci/loganalytics/log_analytics_entity.py,sha256=Jxo5nyYGwo9p3dc7GX-C7fZfJy0arKfX9udFZ9Wu-gw,55232
|
1977
1979
|
pulumi_oci/loganalytics/log_analytics_import_custom_content.py,sha256=6dSKz2hLPzDsSpp5y9gNR220ABoSQSt8rO3-hC2CW-Q,24461
|
1978
|
-
pulumi_oci/loganalytics/log_analytics_log_group.py,sha256=
|
1979
|
-
pulumi_oci/loganalytics/log_analytics_object_collection_rule.py,sha256=
|
1980
|
+
pulumi_oci/loganalytics/log_analytics_log_group.py,sha256=O1IElE5CJI9tcz64FWPgtOtFLQ5aBSC06cviLlMaIaU,26455
|
1981
|
+
pulumi_oci/loganalytics/log_analytics_object_collection_rule.py,sha256=JfJsWdBhZJSZmgkSTLhIwgiJ2b71tbHPFFxPE3EaCG8,84840
|
1980
1982
|
pulumi_oci/loganalytics/log_analytics_preferences_management.py,sha256=_X4Eqtc0ccAVuae99FOH70Ckos5s1CGMLepc8LNGt_c,11975
|
1981
1983
|
pulumi_oci/loganalytics/log_analytics_resource_categories_management.py,sha256=7SsQ3-2LfDz0M0ZIHCzCt4AlmA6VRZCntTxPB9numG8,16531
|
1982
1984
|
pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py,sha256=QLea1gSW21kmBlJvABAYgEj0X_IpB9SRZkb_Gtgt1Kk,15902
|
1983
1985
|
pulumi_oci/loganalytics/namespace.py,sha256=ZbR2ls-c-4iyQOriCgTMFXnS8uNXTx0HgEC76iK7TmE,11758
|
1984
|
-
pulumi_oci/loganalytics/namespace_ingest_time_rule.py,sha256=
|
1986
|
+
pulumi_oci/loganalytics/namespace_ingest_time_rule.py,sha256=uq7zz56vSlSjs3rl9jBpWbN2obmjfuNy9byiaEvcrH0,36667
|
1985
1987
|
pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py,sha256=1W1JvQqmhuY30-CgpTd9DPeP87eJqlGhzrjLN3Id9NE,13850
|
1986
|
-
pulumi_oci/loganalytics/namespace_scheduled_task.py,sha256=
|
1987
|
-
pulumi_oci/loganalytics/outputs.py,sha256=
|
1988
|
+
pulumi_oci/loganalytics/namespace_scheduled_task.py,sha256=miLuAmgucDPvoA5fNu3R6o5SDQmIm2je4790fUoYLvU,39968
|
1989
|
+
pulumi_oci/loganalytics/outputs.py,sha256=DdRj-V1uI6xUvLgKrZ0TX5vPxR_khG11M48tOI_fgKo,171369
|
1988
1990
|
pulumi_oci/logging/__init__.py,sha256=Lzrjx_8ufVDmjgbkpTQHnipgODYc4a8FY6KtTXl5qRU,708
|
1989
|
-
pulumi_oci/logging/_inputs.py,sha256=
|
1990
|
-
pulumi_oci/logging/get_log.py,sha256=
|
1991
|
-
pulumi_oci/logging/get_log_group.py,sha256=
|
1991
|
+
pulumi_oci/logging/_inputs.py,sha256=cwCSqcc-171MnTW6FpNBIk6Xc7HT3fRtNeg38jAUL-Y,168549
|
1992
|
+
pulumi_oci/logging/get_log.py,sha256=si-KEv3EbZ4rPWS6DTeZ8OLsIPABE3kt4qngywFOE74,10837
|
1993
|
+
pulumi_oci/logging/get_log_group.py,sha256=N-KbWzzil05yUWD7mYxlMC0NRu_yvienpUrNOC-l9A4,7995
|
1992
1994
|
pulumi_oci/logging/get_log_groups.py,sha256=8BZ8ebqqgauYr6HpFPJopxEualYgiiKysFa3aXJC31k,7144
|
1993
|
-
pulumi_oci/logging/get_log_saved_search.py,sha256=
|
1995
|
+
pulumi_oci/logging/get_log_saved_search.py,sha256=nHXEi8YcpP-prOPlVybeHi4hDw20UGHVQ-v0wNn_Riw,8599
|
1994
1996
|
pulumi_oci/logging/get_log_saved_searches.py,sha256=4nrLMObpK4NzukOXdZbs_dK5jUtzhuEh4NwzIO8tpuo,7265
|
1995
1997
|
pulumi_oci/logging/get_logs.py,sha256=1VdabW9XXD8IH1IuxOR6dU7nseHzcN5594Jc2htAzck,8880
|
1996
|
-
pulumi_oci/logging/get_unified_agent_configuration.py,sha256=
|
1998
|
+
pulumi_oci/logging/get_unified_agent_configuration.py,sha256=B49q2bXg4oVLPwpSh5y175AWv8vjWcE5B8uCUF3QCdg,11495
|
1997
1999
|
pulumi_oci/logging/get_unified_agent_configurations.py,sha256=SYcdyHyWonCzrRJVCS3gbqFFYzYlz_CiC5VF1BbWBRQ,10776
|
1998
|
-
pulumi_oci/logging/log.py,sha256=
|
1999
|
-
pulumi_oci/logging/log_group.py,sha256=
|
2000
|
-
pulumi_oci/logging/log_saved_search.py,sha256=
|
2001
|
-
pulumi_oci/logging/outputs.py,sha256=
|
2002
|
-
pulumi_oci/logging/unified_agent_configuration.py,sha256=
|
2000
|
+
pulumi_oci/logging/log.py,sha256=pXI5qpBJrEHR-zoa0GP5T0wfVgXThDQb_CVEXuFsk8Y,35076
|
2001
|
+
pulumi_oci/logging/log_group.py,sha256=8ntZvv7asaq8xR7jDI-K1tZbQNNQPQRSK_MsInTSomY,24987
|
2002
|
+
pulumi_oci/logging/log_saved_search.py,sha256=1zVz1FYpkxEy9Nr_Ikh6jrWJo9kvwCacspvs0v1VLMI,26455
|
2003
|
+
pulumi_oci/logging/outputs.py,sha256=0xYBngA2srj6kAu08j9m1dL2BUIoWKADdLTnsCogleU,282600
|
2004
|
+
pulumi_oci/logging/unified_agent_configuration.py,sha256=Ymg2bqRy5Xo3bLgmFVvS0zISkLWKzT_s9UHdy5G2Oxc,32942
|
2003
2005
|
pulumi_oci/managementagent/__init__.py,sha256=bpFmeztqSBwuPQZDXXW0deLSXXdocRC6M6YH1JRvpc4,998
|
2004
2006
|
pulumi_oci/managementagent/_inputs.py,sha256=R_Cn-8iZEiOLgWsRsbvVruixtD7yMRMGX9EWrKpeghk,28494
|
2005
|
-
pulumi_oci/managementagent/get_management_agent.py,sha256=
|
2007
|
+
pulumi_oci/managementagent/get_management_agent.py,sha256=TwEvp71ZSaUzd2XSO711mXM9z2re5aZSB5MW8Jyupuw,20507
|
2006
2008
|
pulumi_oci/managementagent/get_management_agent_available_histories.py,sha256=aCpdAyB4wTbCf_Ijz0wCEO13TWGrn0gTn6iTOfI828g,10038
|
2007
2009
|
pulumi_oci/managementagent/get_management_agent_count.py,sha256=bJSN983dE6VIYAr8frD7YLudHHa-U9GHCsYyzoXaQy0,7991
|
2008
2010
|
pulumi_oci/managementagent/get_management_agent_data_source.py,sha256=JmtInEjDUmsQcTG2BxXKsKKey55441eWoYvZf3UXYvE,14961
|
@@ -2014,17 +2016,17 @@ pulumi_oci/managementagent/get_management_agent_install_keys.py,sha256=0hPRkesNI
|
|
2014
2016
|
pulumi_oci/managementagent/get_management_agent_plugin_count.py,sha256=RJsaEsm9pDmB93Hu8CZ153yZ4driQrXHx6fg16-f8L0,5470
|
2015
2017
|
pulumi_oci/managementagent/get_management_agent_plugins.py,sha256=-nQ-FKLrQDsnQok3FfVKkgGrn2gbaiVdcZqIomuySQM,9358
|
2016
2018
|
pulumi_oci/managementagent/get_management_agents.py,sha256=sgbePaxk2fMdOabROY4ZQCj8ERaDSHiubgZqRj-Faoc,22586
|
2017
|
-
pulumi_oci/managementagent/management_agent.py,sha256=
|
2019
|
+
pulumi_oci/managementagent/management_agent.py,sha256=wFjLLG4ZlAniC44wVDSf5GcfFZPe29ITHq-6tIVZzus,47255
|
2018
2020
|
pulumi_oci/managementagent/management_agent_data_source.py,sha256=fWjOPog2CKYvd__00NfZOpqYdRa_NwBztGakEko8Slo,50054
|
2019
2021
|
pulumi_oci/managementagent/management_agent_install_key.py,sha256=UHjbja03w0OXt-NTM1MWzFEW5y_Cf2Q9Zm222xz6R38,26818
|
2020
|
-
pulumi_oci/managementagent/outputs.py,sha256=
|
2022
|
+
pulumi_oci/managementagent/outputs.py,sha256=s0VnMi1JHk-cw_bC1TzUdYUS3xKZBWFfOzLqZKTpn5g,91851
|
2021
2023
|
pulumi_oci/managementdashboard/__init__.py,sha256=Ohu8GPc8iwS8GcB2YP3XDMI1V5g1yxIDlCOFPh7rZqg,361
|
2022
2024
|
pulumi_oci/managementdashboard/get_management_dashboards_export.py,sha256=fYnQDHOoPr13DkwvqgMuAuOOUnv0eATQ1S5Kt_5XZI4,5938
|
2023
2025
|
pulumi_oci/managementdashboard/management_dashboards_import.py,sha256=-3XTlN_3E6OME2Fr4ocuB9R9P9HukMD_N2XLY6aGLM0,12455
|
2024
2026
|
pulumi_oci/marketplace/__init__.py,sha256=e7acusMiMBQ-_OxyCqTHz2n7CICxOtZoZxGilHKKAW4,900
|
2025
2027
|
pulumi_oci/marketplace/_inputs.py,sha256=ePq1Q-S5y4pSUaUbjFbDJkWS5WvHszvKWqCXYsVtkbc,22053
|
2026
|
-
pulumi_oci/marketplace/accepted_agreement.py,sha256=
|
2027
|
-
pulumi_oci/marketplace/get_accepted_agreement.py,sha256=
|
2028
|
+
pulumi_oci/marketplace/accepted_agreement.py,sha256=nipdvOWJjJK-MnzJvWHcN_LNXWuMvgs96xshT6M2lJE,30513
|
2029
|
+
pulumi_oci/marketplace/get_accepted_agreement.py,sha256=GHVhk5gC5g_QlPsgcLOnZcRS6WDJsy-2RuHOR1KseMA,9206
|
2028
2030
|
pulumi_oci/marketplace/get_accepted_agreements.py,sha256=afUtF8KdGf03IH8h4A-HFgUSGdTAZ2_ECRKmnxCjhpQ,9532
|
2029
2031
|
pulumi_oci/marketplace/get_categories.py,sha256=WKEBrGjtfwJ0G7gulVi6fvn4ikaf_9oSeb9Y2K4fAeg,4857
|
2030
2032
|
pulumi_oci/marketplace/get_listing.py,sha256=90ZTN7rjevaXEsqn0bnnOqEaFiftM0PsNqk8mw7xO0o,23621
|
@@ -2033,43 +2035,43 @@ pulumi_oci/marketplace/get_listing_package_agreements.py,sha256=xIhAV6Z5LZVx2Wc5
|
|
2033
2035
|
pulumi_oci/marketplace/get_listing_packages.py,sha256=icg140JDkXwAe0Mv7DzKsIYMAzHqTCGSWCMZxG-6eYs,10940
|
2034
2036
|
pulumi_oci/marketplace/get_listing_taxes.py,sha256=YrOmY5VsO7lI9n5PGAS5sgGWhTKx3WGZHtlXVv1cFi0,5544
|
2035
2037
|
pulumi_oci/marketplace/get_listings.py,sha256=Q5lcKqKnZnyn1FOxberRim9gKTqVr7CFuVUPaxMYj9M,17289
|
2036
|
-
pulumi_oci/marketplace/get_publication.py,sha256
|
2038
|
+
pulumi_oci/marketplace/get_publication.py,sha256=4t9nswaxZTZ7kUvGDPAHLaqwt2sM48CA8qWLMzW3FsU,13465
|
2037
2039
|
pulumi_oci/marketplace/get_publication_package.py,sha256=MH6FDhye6hw3IM_I0J4QN8FSFTDPIC1u4vD0NCymLZc,11755
|
2038
2040
|
pulumi_oci/marketplace/get_publication_packages.py,sha256=FjMNTF58AyR4dcT24YK44H_vLH33zppzPIjOa08J8_E,7201
|
2039
2041
|
pulumi_oci/marketplace/get_publications.py,sha256=oWToC0KU2gkZhyOLSFnXLWSjV-XoIdv0fDNgXsdhFv8,8638
|
2040
2042
|
pulumi_oci/marketplace/get_publishers.py,sha256=g8CArvKWyMTPpkw1CPRpGXz9ofWd7sUf-dPkV2wvdLY,5586
|
2041
2043
|
pulumi_oci/marketplace/listing_package_agreement.py,sha256=OC04Osqzp7vBh-_88IdtFHMkqiOv0I-2hp9XbtAWWnA,18510
|
2042
|
-
pulumi_oci/marketplace/outputs.py,sha256=
|
2043
|
-
pulumi_oci/marketplace/publication.py,sha256=
|
2044
|
+
pulumi_oci/marketplace/outputs.py,sha256=5V_GAk704vzh0O-XvKBJSwxevumVL_4eIFB_8H4gTLU,107654
|
2045
|
+
pulumi_oci/marketplace/publication.py,sha256=D0xlDZM7HLjqhO7qU-8M5MV_MRIN3JVLgyCqb8z0LDA,47351
|
2044
2046
|
pulumi_oci/mediaservices/__init__.py,sha256=j74h2rwmO6yXKwlB8eNW80hHAqZVb64R9p3hgcapUks,1369
|
2045
|
-
pulumi_oci/mediaservices/_inputs.py,sha256=
|
2046
|
-
pulumi_oci/mediaservices/get_media_asset.py,sha256=
|
2047
|
+
pulumi_oci/mediaservices/_inputs.py,sha256=x2c7kFeK1o_VWQcZTtgmyOKJNVblSmv_rwQfGolYC4Y,60229
|
2048
|
+
pulumi_oci/mediaservices/get_media_asset.py,sha256=02gss-0_ebiRtC2cuuae8vjJ8pZh1fWULjHDZsXjrXo,17319
|
2047
2049
|
pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py,sha256=2TCulLLhtd4C5RuHhP8fC6Twr_2Gx8xKATqUftscTj4,9601
|
2048
2050
|
pulumi_oci/mediaservices/get_media_assets.py,sha256=4NtnrZs2NVO515CIIiaKeYu3u179SlSRqltYUJPP0DA,16996
|
2049
|
-
pulumi_oci/mediaservices/get_media_workflow.py,sha256=
|
2050
|
-
pulumi_oci/mediaservices/get_media_workflow_configuration.py,sha256=
|
2051
|
+
pulumi_oci/mediaservices/get_media_workflow.py,sha256=AsNPJVQTG7SZF4o4J0nxNL4D1Avhv3WdiHcaWWlw4ZY,12813
|
2052
|
+
pulumi_oci/mediaservices/get_media_workflow_configuration.py,sha256=RtlzCtRiqNK3q1OF94a5RddCtve1_dCu-zH7Z5RxTmM,11402
|
2051
2053
|
pulumi_oci/mediaservices/get_media_workflow_configurations.py,sha256=7_zN0y1MafaRoX_EgBMDDs1ypSIK-6pTQe3UujCJVcg,8303
|
2052
|
-
pulumi_oci/mediaservices/get_media_workflow_job.py,sha256=
|
2054
|
+
pulumi_oci/mediaservices/get_media_workflow_job.py,sha256=T7K87sgghvmZp6tsMdyaqhKcWRk_UxtEVvkoRL3oGlw,16184
|
2053
2055
|
pulumi_oci/mediaservices/get_media_workflow_job_fact.py,sha256=nzt4sHHnEnTC9g7wP78nUA1xUORAhEFCGbjNMa0JrEk,6260
|
2054
2056
|
pulumi_oci/mediaservices/get_media_workflow_job_facts.py,sha256=E_evQy3QDXRV9au8TDAywh0CfmKZbXP_0cCMoVT-UD8,7515
|
2055
2057
|
pulumi_oci/mediaservices/get_media_workflow_jobs.py,sha256=XiqBjJJhfqHu2YZqp-f8gsV9WUoizSKOjOLqMGL_6Ew,8679
|
2056
2058
|
pulumi_oci/mediaservices/get_media_workflow_task_declaration.py,sha256=BQN9BOOmMTc5vZFJs8ktzNDFOZ1GjmRm4qhIkLDuf4E,7589
|
2057
2059
|
pulumi_oci/mediaservices/get_media_workflows.py,sha256=3urZhMO0EpBhNbmCwWi69QcKex95SadX_GzNu3ybwGg,7417
|
2058
|
-
pulumi_oci/mediaservices/get_stream_cdn_config.py,sha256=
|
2060
|
+
pulumi_oci/mediaservices/get_stream_cdn_config.py,sha256=E--ckpVrTzr6PpVLrRIZXAVlEgYa_kISWkezufMoel0,11708
|
2059
2061
|
pulumi_oci/mediaservices/get_stream_cdn_configs.py,sha256=TDLWey8yr4sE-tzZaAKotLTWCdWlVDZmPz5PIZAUz9E,7822
|
2060
|
-
pulumi_oci/mediaservices/get_stream_distribution_channel.py,sha256=
|
2062
|
+
pulumi_oci/mediaservices/get_stream_distribution_channel.py,sha256=tLa1zdwlgAapE663JKWJjMcBhlr16K6_gWim7HBBdOw,10427
|
2061
2063
|
pulumi_oci/mediaservices/get_stream_distribution_channels.py,sha256=WRXgJM9G05GaCTtkYxcxgFzMPlW8zZt-xiZrYh1Jm1w,8224
|
2062
|
-
pulumi_oci/mediaservices/get_stream_packaging_config.py,sha256=
|
2064
|
+
pulumi_oci/mediaservices/get_stream_packaging_config.py,sha256=yCgGiqJSeDWsVLJe-CG9v8LGBf8IoKpVvwp4vSSkfxc,12342
|
2063
2065
|
pulumi_oci/mediaservices/get_stream_packaging_configs.py,sha256=sGthJBj6xJs9uH4tUS8TEb7-h61fTHU2_oonnQI9F5o,9073
|
2064
2066
|
pulumi_oci/mediaservices/get_system_media_workflow.py,sha256=nOTS0pRWaIgFUJ1cpkZAEYeZZK2Mt56TN8cjAYKcK2s,5223
|
2065
|
-
pulumi_oci/mediaservices/media_asset.py,sha256=
|
2066
|
-
pulumi_oci/mediaservices/media_workflow.py,sha256=
|
2067
|
-
pulumi_oci/mediaservices/media_workflow_configuration.py,sha256=
|
2068
|
-
pulumi_oci/mediaservices/media_workflow_job.py,sha256=
|
2069
|
-
pulumi_oci/mediaservices/outputs.py,sha256=
|
2070
|
-
pulumi_oci/mediaservices/stream_cdn_config.py,sha256=
|
2071
|
-
pulumi_oci/mediaservices/stream_distribution_channel.py,sha256=
|
2072
|
-
pulumi_oci/mediaservices/stream_packaging_config.py,sha256=
|
2067
|
+
pulumi_oci/mediaservices/media_asset.py,sha256=ORwgO3SbIHt4zvx2_yyNTUA7vOa_lw7bOeK-Sfqv6R4,57814
|
2068
|
+
pulumi_oci/mediaservices/media_workflow.py,sha256=eDzzc9R1fy2fQT4KdNIo882PuG3_SUVU2uilaZDkysU,41460
|
2069
|
+
pulumi_oci/mediaservices/media_workflow_configuration.py,sha256=HeoutZuFlgAJjbr2Q4iPKD3GUMYchf0MCgOFrQ-QjrQ,33954
|
2070
|
+
pulumi_oci/mediaservices/media_workflow_job.py,sha256=1vbxbhtw4AnXblLPAu5RG8-qnouptHC8RVSzL61TZUk,51522
|
2071
|
+
pulumi_oci/mediaservices/outputs.py,sha256=aYwOYtEwJij4iOxm7KXusLgr1uQCVIvHLbcyiMO-pxg,197466
|
2072
|
+
pulumi_oci/mediaservices/stream_cdn_config.py,sha256=2P10SJ81LC4dMPmjbv1PeJxSTsrVleCJLF0ZJG33i3A,35992
|
2073
|
+
pulumi_oci/mediaservices/stream_distribution_channel.py,sha256=GsAx1JQ3bmHBdoQJitcFmFbO6e_ItLi0gzPECKvB4h4,27916
|
2074
|
+
pulumi_oci/mediaservices/stream_packaging_config.py,sha256=3bhGWOpifMV7d-CkWOUJt1fjJkG9DOr_sUnXX_Fp6Fs,37969
|
2073
2075
|
pulumi_oci/meteringcomputation/__init__.py,sha256=5NXcizl3_GVPujB3HrJ6JuJMgUev8xZ6w7N2bTyUSLw,1162
|
2074
2076
|
pulumi_oci/meteringcomputation/_inputs.py,sha256=4CX9JA9BFBaNVdO7g9AtYbMC6Z85Usjs5lwHvazE8BM,103049
|
2075
2077
|
pulumi_oci/meteringcomputation/custom_table.py,sha256=XQ0HYhcAX-TICuPM-ukS3TlpySOkyHa7r1d62m06dZY,14927
|
@@ -2080,7 +2082,7 @@ pulumi_oci/meteringcomputation/get_custom_table.py,sha256=7naI01nOnotXi32-RD_Hjx
|
|
2080
2082
|
pulumi_oci/meteringcomputation/get_custom_tables.py,sha256=Z4CuATbbvm-SM3oJG2BUm5EiPf39KO3QsJs6sDz9XR4,6012
|
2081
2083
|
pulumi_oci/meteringcomputation/get_queries.py,sha256=euWvIs4WX_zpQ8vKEQsvB_1UcSKAkhl9GbcHNlo6_Js,4988
|
2082
2084
|
pulumi_oci/meteringcomputation/get_query.py,sha256=vX6Y3OvVA_-DANJqWoH6IfBhBSawkWIcwMY1i9P3HYs,4250
|
2083
|
-
pulumi_oci/meteringcomputation/get_schedule.py,sha256=
|
2085
|
+
pulumi_oci/meteringcomputation/get_schedule.py,sha256=uKkkJ6R5IvHMSVd6NEu-R2Z_Bc7lv3QPTSUgmQhGVbQ,12387
|
2084
2086
|
pulumi_oci/meteringcomputation/get_scheduled_run.py,sha256=bxp9gtEUOG9TvvQ-fQ04jGssTaHuWSX9p9zNqFcNgy0,6149
|
2085
2087
|
pulumi_oci/meteringcomputation/get_scheduled_runs.py,sha256=gchLYHraHzolPFvtPFIsmIapKWBwOwWtpeZmtJMqINs,4940
|
2086
2088
|
pulumi_oci/meteringcomputation/get_schedules.py,sha256=-fh9nsH2Jqg6DwG8dcOj-KMEqbDA1AfSvyEF3r8K8Ko,5875
|
@@ -2089,53 +2091,53 @@ pulumi_oci/meteringcomputation/get_usage_carbon_emissions_queries.py,sha256=yeLA
|
|
2089
2091
|
pulumi_oci/meteringcomputation/get_usage_carbon_emissions_query.py,sha256=D9i76eIBfFTPDWXXjc6cwfCYu8Ogvjn4IuZqYyz2Glo,5444
|
2090
2092
|
pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_group.py,sha256=eDYnNPTP-Zj-vUzvf8xp0BApP4SX8MrxWUQSBdfXEuM,7399
|
2091
2093
|
pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py,sha256=f4OfYCNkdkH2y_aBpa0xtqLMZ0c4nfncAgygsopJ7to,6986
|
2092
|
-
pulumi_oci/meteringcomputation/outputs.py,sha256=
|
2094
|
+
pulumi_oci/meteringcomputation/outputs.py,sha256=ZZE5-zU4NmhrG9GC2RLYcZ5oS7cK4U2ue6LBnC_dwVY,189929
|
2093
2095
|
pulumi_oci/meteringcomputation/query.py,sha256=uj_67vQWDND1rA-0yObwA9uW903qEBwUexffzVSIk6E,13362
|
2094
|
-
pulumi_oci/meteringcomputation/schedule.py,sha256=
|
2096
|
+
pulumi_oci/meteringcomputation/schedule.py,sha256=mLaYJ-ZhZ_J2hEwclDzVc3Hshd-KITgjQzxS_Jn2-ik,45081
|
2095
2097
|
pulumi_oci/meteringcomputation/usage.py,sha256=Y-eALk3h6EviUxJ_n_ORZz9eABGyEdGXUKrTDtr0qMU,36867
|
2096
2098
|
pulumi_oci/meteringcomputation/usage_carbon_emission.py,sha256=nn63MAukYRv6PaN0ciXHzcWPbQdS23xTG2-xlD0tBUM,30544
|
2097
2099
|
pulumi_oci/meteringcomputation/usage_carbon_emissions_query.py,sha256=7CdelBNzIrHeu8JHAz8rn0oZYll1nk95ZL5FoH4dEu8,14184
|
2098
2100
|
pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py,sha256=jwy9D9bmWx6sueEpil7IVbHLXrdcUHverQiBVh3F36I,18999
|
2099
2101
|
pulumi_oci/monitoring/__init__.py,sha256=pxwgZhWmpTpbldRtkppXsIZ4Xm_FNNHvlIjr1jYMcl4,630
|
2100
2102
|
pulumi_oci/monitoring/_inputs.py,sha256=-2xQZZPZY3sVHDoNr5nj2XbIzuMYRq35iL6OiTlaYdw,20235
|
2101
|
-
pulumi_oci/monitoring/alarm.py,sha256=
|
2102
|
-
pulumi_oci/monitoring/alarm_suppression.py,sha256=
|
2103
|
-
pulumi_oci/monitoring/get_alarm.py,sha256=
|
2103
|
+
pulumi_oci/monitoring/alarm.py,sha256=BxsfiTdIe6qefEzAvnZgq1ELTv2uQan11TPMDq5x5iA,126754
|
2104
|
+
pulumi_oci/monitoring/alarm_suppression.py,sha256=SIiJuwCjTTrlMSbHjPrTQRQyVqeGCKdv0jObcoFzWjs,43003
|
2105
|
+
pulumi_oci/monitoring/get_alarm.py,sha256=GiPTp6DsYxyJ0nRA3qaXLfTCTCGUOzu3nNg7f8Q9NhM,26902
|
2104
2106
|
pulumi_oci/monitoring/get_alarm_history_collection.py,sha256=f1ncDO-JcLXwc9NxwBuXHSBvs86QRE6YqJ9CzNbh4qM,10729
|
2105
2107
|
pulumi_oci/monitoring/get_alarm_statuses.py,sha256=0d8dtccBze03oobnCzantg9wMeZz7eR0h_7Oi0uhcKE,15684
|
2106
|
-
pulumi_oci/monitoring/get_alarm_suppression.py,sha256=
|
2108
|
+
pulumi_oci/monitoring/get_alarm_suppression.py,sha256=r7WE1y7kVNobDdi3PFNzloD17lEq-4RLpd_gtVUXzz0,12570
|
2107
2109
|
pulumi_oci/monitoring/get_alarm_suppressions.py,sha256=BN1gvaUgZEN2Vh6Z52SaZUmewAtZ5bJXa3UqJ0l7dfk,9083
|
2108
2110
|
pulumi_oci/monitoring/get_alarms.py,sha256=FowU7oNktXw67YhVEAsoeikISN1aW-7YxwveHF9_T4A,10461
|
2109
2111
|
pulumi_oci/monitoring/get_metric_data.py,sha256=sHUqGSijdYEalaVkiuKpVB9J3743JmKjgkp91h9o8FI,19619
|
2110
|
-
pulumi_oci/monitoring/get_metrics.py,sha256=
|
2111
|
-
pulumi_oci/monitoring/outputs.py,sha256=
|
2112
|
+
pulumi_oci/monitoring/get_metrics.py,sha256=se7FEg3vd2YnHGKb5WNCms3ghE5zbQCnP3rPMXc2GOc,15139
|
2113
|
+
pulumi_oci/monitoring/outputs.py,sha256=RJUhm5LOqkBUk2YzcRIg1a9QNMkZJkWfA9iOwlSEPMI,105034
|
2112
2114
|
pulumi_oci/mysql/__init__.py,sha256=NePAVofUEJFnzHsogn-BAX3FEUTLAqx3umifZgO-SUs,908
|
2113
|
-
pulumi_oci/mysql/_inputs.py,sha256=
|
2114
|
-
pulumi_oci/mysql/channel.py,sha256=
|
2115
|
-
pulumi_oci/mysql/get_channel.py,sha256=
|
2115
|
+
pulumi_oci/mysql/_inputs.py,sha256=nKfil6qlWgZnV1gGXDJ1Djy-pIYu8IEziAVvbbMH-iE,253052
|
2116
|
+
pulumi_oci/mysql/channel.py,sha256=2qOEVOkit3zsm50x52fdA2stKseY2dX1H-aw5-TRzG8,29276
|
2117
|
+
pulumi_oci/mysql/get_channel.py,sha256=9RWJ7SapPP7VELLgfon9j1t-GkDZvEaNNd8cYP3zaYg,10183
|
2116
2118
|
pulumi_oci/mysql/get_channels.py,sha256=UgYhw0ZbFIr_czzbOwhs-md8jAtLt5p8laatNa9rbsM,9348
|
2117
2119
|
pulumi_oci/mysql/get_heat_wave_cluster.py,sha256=78C-vlioQ6fBP0FDxRbVauhsZgcTmwrZJzggBRFare4,8237
|
2118
|
-
pulumi_oci/mysql/get_mysql_backup.py,sha256=
|
2120
|
+
pulumi_oci/mysql/get_mysql_backup.py,sha256=J92IzbzgC-NlJRv0N32Vj9ODQzoNFdt4uHXDQ4mOULQ,16998
|
2119
2121
|
pulumi_oci/mysql/get_mysql_backups.py,sha256=Twve_XALPKXlR7JXyt817syDkTQ54FR5xZcGx55MK3Q,9395
|
2120
|
-
pulumi_oci/mysql/get_mysql_configuration.py,sha256=
|
2122
|
+
pulumi_oci/mysql/get_mysql_configuration.py,sha256=ora-Njp95dj9i4pyUXX6422TshGXSmNHq-UesZiJyTE,11167
|
2121
2123
|
pulumi_oci/mysql/get_mysql_configurations.py,sha256=1ucGxa_E49th9WSoxi9tSt-QazNMhiY0grXoTx-j5Ng,10212
|
2122
|
-
pulumi_oci/mysql/get_mysql_db_system.py,sha256=
|
2124
|
+
pulumi_oci/mysql/get_mysql_db_system.py,sha256=5FpUa92L39bFHYl94HB2cNDnxyrweC59TnE--jqG3Vc,26804
|
2123
2125
|
pulumi_oci/mysql/get_mysql_db_systems.py,sha256=Bf8EmCnxa0tasqJyskRiWs-cZnoBFuTWekUO3rbSZRQ,13218
|
2124
2126
|
pulumi_oci/mysql/get_mysql_version.py,sha256=mgfMVlOwCBPD-dezo2Orl0frqDMGJw3-NWvhtGot1Z8,4895
|
2125
|
-
pulumi_oci/mysql/get_replica.py,sha256
|
2127
|
+
pulumi_oci/mysql/get_replica.py,sha256=-uCU7Bv8v1V31DaadVLXPB-ce6SVWb1uC__pB6V-mwo,16139
|
2126
2128
|
pulumi_oci/mysql/get_replicas.py,sha256=4ynUARzPBCm8_7RZNspn4dM2kz3E3Yg970rZTTZgxIY,10655
|
2127
2129
|
pulumi_oci/mysql/get_shapes.py,sha256=MErZAA1O9od02UjwnG1d_xMr1S6G1Wb6K6bcMJcwlx4,7731
|
2128
2130
|
pulumi_oci/mysql/heat_wave_cluster.py,sha256=4oJS7bF61abJC24q9srx3EE_OlVNB7X6M-xduNbUmDE,26776
|
2129
|
-
pulumi_oci/mysql/mysql_backup.py,sha256=
|
2130
|
-
pulumi_oci/mysql/mysql_configuration.py,sha256=
|
2131
|
-
pulumi_oci/mysql/mysql_db_system.py,sha256=
|
2132
|
-
pulumi_oci/mysql/outputs.py,sha256=
|
2133
|
-
pulumi_oci/mysql/replica.py,sha256=
|
2131
|
+
pulumi_oci/mysql/mysql_backup.py,sha256=fMqpzUX9wmizKNx7W5_xYYalUlFdb2uLfeAbPgs7gBw,46942
|
2132
|
+
pulumi_oci/mysql/mysql_configuration.py,sha256=kaYj1U_TJYGtUVTK3gh8Sb2eKEZ1Woe3aIHiG1k6Bto,49913
|
2133
|
+
pulumi_oci/mysql/mysql_db_system.py,sha256=dNKAlcIegwZRZAWflTbVV1A_4s-vXjesgjuMK0ZjEuc,114023
|
2134
|
+
pulumi_oci/mysql/outputs.py,sha256=UgCD1TgIWl-zgj13PM5n_g-iAVjhNrPl4tVN1lv76-Y,589500
|
2135
|
+
pulumi_oci/mysql/replica.py,sha256=hjEabKhsrKCdn7hj1vcxOV5LHQRofwK_Q03qgnP4Ox0,46171
|
2134
2136
|
pulumi_oci/networkfirewall/__init__.py,sha256=6CxpTGYsgQuKkTAQ2Pp9wlTkaCPf0Kz2eChNR2Naaz4,2409
|
2135
2137
|
pulumi_oci/networkfirewall/_inputs.py,sha256=VNKgMQueZUnNlmp9fpR2j9Nszy1KZ4PHRWXhQ8H1va4,33884
|
2136
|
-
pulumi_oci/networkfirewall/get_network_firewall.py,sha256=
|
2138
|
+
pulumi_oci/networkfirewall/get_network_firewall.py,sha256=LYut6-jzHhI0r0z8reKSeqKVT4erkwQ1w3fSr4tfMps,13847
|
2137
2139
|
pulumi_oci/networkfirewall/get_network_firewall_policies.py,sha256=z7ksgguit42f1-lTI5McwGLq91swSfD-eTRpfMTDY6M,8303
|
2138
|
-
pulumi_oci/networkfirewall/get_network_firewall_policy.py,sha256=
|
2140
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy.py,sha256=lx-k9RpINstcJNuRz-zJjaJpCzU93KvP5oNGMPPJQ4I,10827
|
2139
2141
|
pulumi_oci/networkfirewall/get_network_firewall_policy_address_list.py,sha256=Z4V5sUsw4GVRpqSOJwrexLVezPgkeU18NSbQrZ-4b7I,6613
|
2140
2142
|
pulumi_oci/networkfirewall/get_network_firewall_policy_address_lists.py,sha256=_Pab7mG5IlcJEFSwAeYys2C5NbNd9s-DPuvzwW-5zKc,7132
|
2141
2143
|
pulumi_oci/networkfirewall/get_network_firewall_policy_application.py,sha256=3Du18zRpLY3Hdr3OGNIhO9q3KatuxAKHgqScZNbBgIw,6588
|
@@ -2159,8 +2161,8 @@ pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.p
|
|
2159
2161
|
pulumi_oci/networkfirewall/get_network_firewall_policy_url_list.py,sha256=F5j3wO1_rkWhXw-Cjae0o4gepo1MoRnulzGBCmdDoAo,5928
|
2160
2162
|
pulumi_oci/networkfirewall/get_network_firewall_policy_url_lists.py,sha256=jUNcYP72sGGT75beLgcKLNmv_2L4rPGi_8WijDHPhsQ,6952
|
2161
2163
|
pulumi_oci/networkfirewall/get_network_firewalls.py,sha256=1PyQn0Qiioa5XfFA0rpg66vNi7UqoT1NWbM_HunNQEU,11300
|
2162
|
-
pulumi_oci/networkfirewall/network_firewall.py,sha256=
|
2163
|
-
pulumi_oci/networkfirewall/network_firewall_policy.py,sha256=
|
2164
|
+
pulumi_oci/networkfirewall/network_firewall.py,sha256=E_3cv8KKBRi2KaZacxAV4idCo019lpumQos3glX1Ccs,45605
|
2165
|
+
pulumi_oci/networkfirewall/network_firewall_policy.py,sha256=eXY0xgSYdY7_tsVdf8JzlFK2Rivl5m5FW2OaNLE9u1E,28010
|
2164
2166
|
pulumi_oci/networkfirewall/network_firewall_policy_address_list.py,sha256=L8eVyjyPVjqRZ4jj9NBjlGePJWJeq9fJ436aIyQsWB8,18533
|
2165
2167
|
pulumi_oci/networkfirewall/network_firewall_policy_application.py,sha256=YUVRWCG4uQNKJ8idkbfLoIjs7DeItDqPuJK-9MBolHQ,20395
|
2166
2168
|
pulumi_oci/networkfirewall/network_firewall_policy_application_group.py,sha256=w7v49Lw3ujLgxzdXKfrpq5AQhTOFyQf0i1U6IEYPkyc,17267
|
@@ -2172,46 +2174,46 @@ pulumi_oci/networkfirewall/network_firewall_policy_service.py,sha256=TiCpd9jZ7HY
|
|
2172
2174
|
pulumi_oci/networkfirewall/network_firewall_policy_service_list.py,sha256=mjo-4F0qnABNwNw71_GBiYQcqa4ABJ7TUQk-EM5bEGg,17096
|
2173
2175
|
pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py,sha256=uZQ151rVG8prOhxwGCTL9Xuk9c-WUz9CBmXbb-gnSaA,32054
|
2174
2176
|
pulumi_oci/networkfirewall/network_firewall_policy_url_list.py,sha256=xbStZWR5dt-wiSsl97MnSrox8CA-zjGms_oETEG3_6I,15610
|
2175
|
-
pulumi_oci/networkfirewall/outputs.py,sha256=
|
2177
|
+
pulumi_oci/networkfirewall/outputs.py,sha256=7Jsr-wI9RHbDzlpzYnpujJPXfJVLY5Ga9hr4gmPeq3Y,121881
|
2176
2178
|
pulumi_oci/networkloadbalancer/__init__.py,sha256=urfLKBZti02PqzrKDjUdZ8SZHck_DsNXj1KDF6-BYtk,938
|
2177
2179
|
pulumi_oci/networkloadbalancer/_inputs.py,sha256=bN5B3GG3ejc8uHyVQlS7o5vALun8UJNd9q1aikDJupg,54385
|
2178
2180
|
pulumi_oci/networkloadbalancer/backend.py,sha256=Uu7trbRmJjDgEF7K6sAAdW0QVhAw-FRyo3v83kiAQak,34924
|
2179
|
-
pulumi_oci/networkloadbalancer/backend_set.py,sha256=
|
2181
|
+
pulumi_oci/networkloadbalancer/backend_set.py,sha256=afcLIwaBhrFF5RleA8UBTZeuPSe8DSPl02Qncie06Io,36066
|
2180
2182
|
pulumi_oci/networkloadbalancer/get_backend_health.py,sha256=vGLqOMzlJKDpBQe597uHq9fbzA3Ln7HlWQx_1DX1Am0,8471
|
2181
2183
|
pulumi_oci/networkloadbalancer/get_backend_set.py,sha256=zQ4ydxEnRDtNrEvHKwskakRfy86myP8NFoMx_dSdQ-c,9324
|
2182
2184
|
pulumi_oci/networkloadbalancer/get_backend_set_health.py,sha256=YVc_nZWVdFEA30MWj3xk-y9D33JUCqTSWNKqjRcVNfQ,6547
|
2183
2185
|
pulumi_oci/networkloadbalancer/get_backend_sets.py,sha256=fBD8bPaaY9AUY0k0vSkSZ9gMDHS88o2DhYp2R_rvFaU,5346
|
2184
2186
|
pulumi_oci/networkloadbalancer/get_backends.py,sha256=kiH2-r0K43orrapxpP0hOFyWUeTLEk32qOA9EJg_d3k,6239
|
2185
|
-
pulumi_oci/networkloadbalancer/get_listener.py,sha256=
|
2187
|
+
pulumi_oci/networkloadbalancer/get_listener.py,sha256=uBrOFh1Ef1J-NRjM6nTI4ZZgpCpMjY-e-1GcVxfR_zM,9512
|
2186
2188
|
pulumi_oci/networkloadbalancer/get_listeners.py,sha256=pU-D-OMa2PKPieteL5l4iNvLRqM8zRAihXoC3_FV794,5214
|
2187
|
-
pulumi_oci/networkloadbalancer/get_network_load_balancer.py,sha256=
|
2189
|
+
pulumi_oci/networkloadbalancer/get_network_load_balancer.py,sha256=SLpGGX6GrIf9MVgXMhuFiu2F3GqOMZpa38itNUaToQw,16949
|
2188
2190
|
pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py,sha256=yeHBVj5zA5P27M2cA2-waPJ3kQOKbt_AYsNlBut8P4o,9324
|
2189
2191
|
pulumi_oci/networkloadbalancer/get_network_load_balancers.py,sha256=eXOuhb0HeN9BUuC5G_mKjwXugeynIc33jxYegn5kFEw,7783
|
2190
2192
|
pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py,sha256=IVEv0XuTwioQtY4b8_1aYxj3dI48m4SA6xtWojE73M8,4856
|
2191
2193
|
pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py,sha256=yhSBEHrJbU8zktZKFKV6NBumLGXd11kTO7xMh6IuHUw,5076
|
2192
|
-
pulumi_oci/networkloadbalancer/listener.py,sha256=
|
2193
|
-
pulumi_oci/networkloadbalancer/network_load_balancer.py,sha256=
|
2194
|
-
pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py,sha256=
|
2195
|
-
pulumi_oci/networkloadbalancer/outputs.py,sha256=
|
2194
|
+
pulumi_oci/networkloadbalancer/listener.py,sha256=nEqszgrewyB6tzO0hj8UmdY8AR2n0G9Yt1d9hBMvLN8,30639
|
2195
|
+
pulumi_oci/networkloadbalancer/network_load_balancer.py,sha256=ljdadtPKGFEbgKgNxsTrQWz7P_nYT9YmIg_0w9F8meY,67029
|
2196
|
+
pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py,sha256=kGz7ClhobsfuZmR4Pc3hDLFSgVA5QHrvs-HYrhr1SdY,42168
|
2197
|
+
pulumi_oci/networkloadbalancer/outputs.py,sha256=FUaB6p-aer95Uyt8yg4CFMR4ZqiQkZ3vT_IALsOCzrk,117552
|
2196
2198
|
pulumi_oci/nosql/__init__.py,sha256=-ek2jAAWYNxuP3L92fUIFWteYxUOBDcs1fLMbUC_Eug,488
|
2197
2199
|
pulumi_oci/nosql/_inputs.py,sha256=9aYnycB6QjZszR0eOW6-ZE0JXgc51IlEvI3fgUbNo6w,21387
|
2198
2200
|
pulumi_oci/nosql/get_index.py,sha256=h1P8050whb-z0v2rl-_LCrZlxatdGijtGrHfEz_MqmQ,8495
|
2199
2201
|
pulumi_oci/nosql/get_indexes.py,sha256=kaCNHm1dC1hiQdBxNQi0TAXDRxDM6_yCiP7zw1ad488,7310
|
2200
|
-
pulumi_oci/nosql/get_table.py,sha256=
|
2202
|
+
pulumi_oci/nosql/get_table.py,sha256=kJqblK4MX6fqqD8sFN2iXpfeWGgzn2_tinLWr1i8rGs,14761
|
2201
2203
|
pulumi_oci/nosql/get_tables.py,sha256=pCOFQNBDXkjEV1Jv-THsHcJt8UCqiSokpy31P9fjnGQ,6091
|
2202
2204
|
pulumi_oci/nosql/index.py,sha256=nRVZ50m5VlNsIpJ46tRpW8qRPDG14lG-e91THin631A,23614
|
2203
|
-
pulumi_oci/nosql/outputs.py,sha256=
|
2204
|
-
pulumi_oci/nosql/table.py,sha256=
|
2205
|
+
pulumi_oci/nosql/outputs.py,sha256=SRui3FZ2Abm4bD8yn1FEdyruMG-YAYoE1H__1A5vZ4A,54805
|
2206
|
+
pulumi_oci/nosql/table.py,sha256=d57l29zpkpRfbEDXh6Iz6BY2uww7mp696inKD9KMYYg,40215
|
2205
2207
|
pulumi_oci/nosql/table_replica.py,sha256=W6vmiyCm366UThi-E4GJBHeGUDtYm5sSxG5TzR_LYa4,19893
|
2206
2208
|
pulumi_oci/objectstorage/__init__.py,sha256=EEsdyaVb8x_xCSg4Dw0PZO2NnVnq36q4dX4x8ngaJ1U,980
|
2207
2209
|
pulumi_oci/objectstorage/_inputs.py,sha256=BiDMh4cc_M2eAkTQ-BlfLRMMF9khhp--bfnjv1_OJlE,35395
|
2208
|
-
pulumi_oci/objectstorage/bucket.py,sha256=
|
2209
|
-
pulumi_oci/objectstorage/get_bucket.py,sha256=
|
2210
|
+
pulumi_oci/objectstorage/bucket.py,sha256=s-18ujaD_1XJwcftUgIOC3t0NmXP3Vj2pZs5lpGdLY4,69048
|
2211
|
+
pulumi_oci/objectstorage/get_bucket.py,sha256=EYfwSg8mvghcN9DDCTJ9fC_8pz04EoVXcQjORE5LyxE,18214
|
2210
2212
|
pulumi_oci/objectstorage/get_bucket_summaries.py,sha256=z9MruaE4G9fohNUARqBkzB7da1J17PQ98a9qu8p5qs4,7174
|
2211
2213
|
pulumi_oci/objectstorage/get_namespace.py,sha256=wzJdjblaK8egRabQUwaFP4ShB29MikYRm5ziN9SlHhQ,5444
|
2212
2214
|
pulumi_oci/objectstorage/get_namespace_metadata.py,sha256=zqu9xBYqRZmRnknKhgT1y7O-HcPha7CmDsoZVbaIW7Q,3942
|
2213
|
-
pulumi_oci/objectstorage/get_object.py,sha256=
|
2214
|
-
pulumi_oci/objectstorage/get_object_head.py,sha256=
|
2215
|
+
pulumi_oci/objectstorage/get_object.py,sha256=88eQ-jwxQuOqV11Bxv58yjqMxwN4jrk0ARd_QgjdmUQ,21277
|
2216
|
+
pulumi_oci/objectstorage/get_object_head.py,sha256=aMSWtR49yaj-oYp8ot_1sXKd7kpzgyGPw5e0xGvK8cI,7898
|
2215
2217
|
pulumi_oci/objectstorage/get_object_lifecycle_policy.py,sha256=O3ZyzFoef_DU2k-wb42ZCo0ziqArYtcJtF6Fl-HGk2E,5480
|
2216
2218
|
pulumi_oci/objectstorage/get_object_versions.py,sha256=LANLC5-L28o4aGKGBgiAFrqhGbJJbh3aGvN0Ri_SnNo,13636
|
2217
2219
|
pulumi_oci/objectstorage/get_objects.py,sha256=84ZOtsyH3DGgH0zaMSD_Obovg5oPTVjuw4M1i2N10OA,11080
|
@@ -2222,48 +2224,48 @@ pulumi_oci/objectstorage/get_replication_policy.py,sha256=-MhLYkoRooJ5GXw6zUlR66
|
|
2222
2224
|
pulumi_oci/objectstorage/get_replication_sources.py,sha256=m7RGQjB7fdXf79WVknp961FDpW6xr_Fk7w2kTRBRzqM,5819
|
2223
2225
|
pulumi_oci/objectstorage/namespace_metadata.py,sha256=LP1wKOQ_D0WXyHdPVciNQXEMIQjSp0QnL_Oa6aOWC38,8842
|
2224
2226
|
pulumi_oci/objectstorage/object_lifecycle_policy.py,sha256=lxDK7aBzuroQoegVKYYs5hg1zjthKC1_4pTwzxUW2Ro,15347
|
2225
|
-
pulumi_oci/objectstorage/outputs.py,sha256=
|
2227
|
+
pulumi_oci/objectstorage/outputs.py,sha256=N61D7vx1uSEPonb37fZ5GREhlsiVxc-bck5MuEn4wDs,84872
|
2226
2228
|
pulumi_oci/objectstorage/preauthrequest.py,sha256=G2uY8ZbWCQqKmtquZXeQuKyaBLK-jWi8JKpMcEiHv-4,40054
|
2227
2229
|
pulumi_oci/objectstorage/replication_policy.py,sha256=zcjCzMhZ-xln_QfB8gzkDH1osJvnL4ab8oGQyuiSbEI,27462
|
2228
|
-
pulumi_oci/objectstorage/storage_object.py,sha256=
|
2230
|
+
pulumi_oci/objectstorage/storage_object.py,sha256=FZqkfNjQ8BC0fG99j8vsJtFKCDps_2vFjBeJMPXyN0g,66071
|
2229
2231
|
pulumi_oci/oce/__init__.py,sha256=YbypyttuJXMYiM858h6kKtAtfgHeh1HQhjptSf6Gd7s,403
|
2230
2232
|
pulumi_oci/oce/_inputs.py,sha256=Uc9CQfBldtzxFYtg1j8xMAonacjzKQYHaSVi8cb1NnA,1507
|
2231
|
-
pulumi_oci/oce/get_oce_instance.py,sha256=
|
2233
|
+
pulumi_oci/oce/get_oce_instance.py,sha256=dYeBoVpv10-cUeHlMFIxQbbnQ45-Weojyy80z05_Btw,17982
|
2232
2234
|
pulumi_oci/oce/get_oce_instances.py,sha256=IhpxXs7z8KJ5oNYDoX6tlwuORjeMqx35KRbNtnsIyOY,7471
|
2233
|
-
pulumi_oci/oce/instance.py,sha256=
|
2234
|
-
pulumi_oci/oce/outputs.py,sha256=
|
2235
|
+
pulumi_oci/oce/instance.py,sha256=61ygB-0aXi0kGEYhJPrheJtcVILW5pBuvWVOx_iq1KA,58505
|
2236
|
+
pulumi_oci/oce/outputs.py,sha256=LEYHIF1HN5XwEPap7f9JIOLkngdOVpn0QAmY8tBN2xs,12939
|
2235
2237
|
pulumi_oci/ocvp/__init__.py,sha256=7JzLPH9ZrUF0Ik8FMWlY4nN_DXF7fN2WMM70ixcY1bM,752
|
2236
2238
|
pulumi_oci/ocvp/_inputs.py,sha256=9qTGD2k-jhtej6_3ibcV1P6T0sUKfv1oUx1Vcqa_wH0,82848
|
2237
|
-
pulumi_oci/ocvp/cluster.py,sha256=
|
2238
|
-
pulumi_oci/ocvp/esxi_host.py,sha256=
|
2239
|
-
pulumi_oci/ocvp/get_cluster.py,sha256=
|
2239
|
+
pulumi_oci/ocvp/cluster.py,sha256=8YHeqwxsjDQEBZTSKjQafLmp6XgPWMyxqDKC-ssmEYs,81966
|
2240
|
+
pulumi_oci/ocvp/esxi_host.py,sha256=LKvuoiZlTIiKJDPkCfSYK0yCN61nL61-c5e4KO3S-iY,92717
|
2241
|
+
pulumi_oci/ocvp/get_cluster.py,sha256=E398Cx9swanU984_jXwIy1fIKQRdQBN0uxrA7tkT36M,20876
|
2240
2242
|
pulumi_oci/ocvp/get_clusters.py,sha256=NYMrpqsKwyBPRQ6fv36FVsfxFBiD0r3oiP_oXSQP0Cs,8005
|
2241
|
-
pulumi_oci/ocvp/get_exsi_host.py,sha256=
|
2243
|
+
pulumi_oci/ocvp/get_exsi_host.py,sha256=8oLMiDYTzhI5bcCbNf7D72r1zbCKhjHGpxLUELDH0tY,25874
|
2242
2244
|
pulumi_oci/ocvp/get_exsi_hosts.py,sha256=z9QLxm5nU4_HYr3u_dg2qqBTnWtxtjUXW_ODu2nmJ3o,13919
|
2243
|
-
pulumi_oci/ocvp/get_retrieve_password.py,sha256=
|
2244
|
-
pulumi_oci/ocvp/get_sddc.py,sha256=
|
2245
|
+
pulumi_oci/ocvp/get_retrieve_password.py,sha256=QBHwP0UZE6BlA7ZwLNNfcGU5dEeS49-e3o1LshYMGmM,4516
|
2246
|
+
pulumi_oci/ocvp/get_sddc.py,sha256=PmgysC66VtWAuX1HJpOB6heJkzBw_K1a2euA1pdMzfQ,54113
|
2245
2247
|
pulumi_oci/ocvp/get_sddcs.py,sha256=px0L0HFrJGseK65moy3AqFGYoqiAsrV59fUrDi1uNHs,8366
|
2246
2248
|
pulumi_oci/ocvp/get_supported_commitments.py,sha256=Np9or0HdPd83MqfhlGleOFOE3KLEUwJR2Cv9OOj2Zgw,6035
|
2247
2249
|
pulumi_oci/ocvp/get_supported_host_shapes.py,sha256=hLwUAgW2SVO2vMBidjimylvgt_fVX9_YlG8qIkolNS4,9532
|
2248
2250
|
pulumi_oci/ocvp/get_supported_skus.py,sha256=ViRRvxynixES6xUMkvMDT5Vm5R4OcZE3SVygjaTp1fU,6018
|
2249
2251
|
pulumi_oci/ocvp/get_supported_vmware_software_versions.py,sha256=99UZ0ie2QnfP7Qx9O0oNXOBZ2yJl4y39xCHJCH1XW7s,7670
|
2250
|
-
pulumi_oci/ocvp/outputs.py,sha256=
|
2251
|
-
pulumi_oci/ocvp/sddc.py,sha256=
|
2252
|
+
pulumi_oci/ocvp/outputs.py,sha256=UIWVExeY4FZIT0o5KMZuRJqj7GvIZZCJ8y0HzcfJlvA,221983
|
2253
|
+
pulumi_oci/ocvp/sddc.py,sha256=z0XDPvDPR775tp8AHZ6TWG8l3x0vfKa0rc7sQP1z9sU,212185
|
2252
2254
|
pulumi_oci/oda/__init__.py,sha256=sIiYpIKHQ4rqyW3va7TF5kiFxSxMxoiU1keLRRXSBhg,825
|
2253
2255
|
pulumi_oci/oda/_inputs.py,sha256=hWgs5zFWAF1gB96zV6SaIsLULmB9vT6FNe1Z1CbtqCo,8543
|
2254
|
-
pulumi_oci/oda/get_oda_instance.py,sha256=
|
2256
|
+
pulumi_oci/oda/get_oda_instance.py,sha256=M0h7Cj9NWDy--l8Va8VYEkv7rTjsbuoUaOJJxMvUfA0,18058
|
2255
2257
|
pulumi_oci/oda/get_oda_instances.py,sha256=wFAsTZyFQLRwyCHUPpmPvCGsxUrR9n58Vso_5qjPcp4,7569
|
2256
|
-
pulumi_oci/oda/get_oda_private_endpoint.py,sha256=
|
2258
|
+
pulumi_oci/oda/get_oda_private_endpoint.py,sha256=f0bjHGMOLMzA3675-JeVePkykwIaz3VXAUR2axeCgLA,10027
|
2257
2259
|
pulumi_oci/oda/get_oda_private_endpoint_attachment.py,sha256=3tScjuFQH3jHLkURsd8NyVWBFhkfKTIHlsAU6m6OLzk,8366
|
2258
2260
|
pulumi_oci/oda/get_oda_private_endpoint_attachments.py,sha256=0VWCxzRocn1PK3kA7vj2fvkCtskIwxbxzz_975fkhkE,8915
|
2259
2261
|
pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py,sha256=dOJ8DlO9IGluWC_hpZa9e8ufbfQHwxy0lX5DjRwnBxM,7713
|
2260
2262
|
pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py,sha256=CEG5QGNuwACRVUmPEaaAjtSTTn77AjripZZi0-mxd7c,8776
|
2261
2263
|
pulumi_oci/oda/get_oda_private_endpoints.py,sha256=dx_s8NN-c-c1_NK_-aGlI_2V8qpMPop9yo3jVotm8ZQ,8207
|
2262
|
-
pulumi_oci/oda/oda_instance.py,sha256=
|
2263
|
-
pulumi_oci/oda/oda_private_endpoint.py,sha256=
|
2264
|
+
pulumi_oci/oda/oda_instance.py,sha256=not0THYfARJ_87CXd6dnQ4o4CIIjZ5c9c6-pTPhrw0Q,53183
|
2265
|
+
pulumi_oci/oda/oda_private_endpoint.py,sha256=6wlkulnrxZ742Adfn6hPBvBdJL-lmHhx-EH_D97gNzQ,30923
|
2264
2266
|
pulumi_oci/oda/oda_private_endpoint_attachment.py,sha256=tI--KREBSDQNVfd9TcVHyFfj-YZcVnEpJtUqr4hjeCM,18511
|
2265
2267
|
pulumi_oci/oda/oda_private_endpoint_scan_proxy.py,sha256=LRSiZnJyfXSIfptYzb59Kl_t2kOggR6GwZajcZ8kA1Y,22626
|
2266
|
-
pulumi_oci/oda/outputs.py,sha256=
|
2268
|
+
pulumi_oci/oda/outputs.py,sha256=LL5YRWDAenol_TjciXhHV-bBQ04WvIpCJzGuaBx5LwY,43062
|
2267
2269
|
pulumi_oci/onesubsription/__init__.py,sha256=ZG6x3AUwfQcg_AxJx6oS0J2y8ymSUiMJCymwtmk903c,788
|
2268
2270
|
pulumi_oci/onesubsription/_inputs.py,sha256=Fe_Avpwtka-B3FDdzr7--n7ZoiMD-4iXVfdzmB8AITg,11801
|
2269
2271
|
pulumi_oci/onesubsription/get_aggregated_computed_usages.py,sha256=cFcqu2GPs-Buj2mBNf_uqvCXG-URJVKcvq5N0VUXP8E,10190
|
@@ -2282,149 +2284,149 @@ pulumi_oci/onesubsription/get_subscriptions.py,sha256=VsoWVqWIdhQOVs0s51C3HDdfZ2
|
|
2282
2284
|
pulumi_oci/onesubsription/outputs.py,sha256=XbnwU2WodWCqAtPplg6EvZwOXj19FxK8IlzLt6_sRJw,316614
|
2283
2285
|
pulumi_oci/ons/__init__.py,sha256=3RLm4hHhkV7z4RDcufAguGdmMeMhze8kevbhBzMg2XI,518
|
2284
2286
|
pulumi_oci/ons/_inputs.py,sha256=wDs2foxYkW49J2TnoqNruzmJYEQcxHq8jYKqPXHMinU,2657
|
2285
|
-
pulumi_oci/ons/get_notification_topic.py,sha256=
|
2287
|
+
pulumi_oci/ons/get_notification_topic.py,sha256=gjJeqTEcw_2wdW_-5Hp4pmtLE-VzobCapFcwK4D6XzA,9424
|
2286
2288
|
pulumi_oci/ons/get_notification_topics.py,sha256=cSdsQ6gHd8lkvu8_mBW23cTxnxdb7OupyxWgPftIJBU,7492
|
2287
|
-
pulumi_oci/ons/get_subscription.py,sha256=
|
2289
|
+
pulumi_oci/ons/get_subscription.py,sha256=RCtCFDZp_UCYezZWy5EwZ-8dmTFVlYJPi7fEtzKYHY8,9728
|
2288
2290
|
pulumi_oci/ons/get_subscriptions.py,sha256=BgI-4zNl1qAIbgFsZcuAq532I-bvCRXTAFPr8ladnHo,6362
|
2289
|
-
pulumi_oci/ons/notification_topic.py,sha256=
|
2290
|
-
pulumi_oci/ons/outputs.py,sha256=
|
2291
|
-
pulumi_oci/ons/subscription.py,sha256=
|
2291
|
+
pulumi_oci/ons/notification_topic.py,sha256=xZC7VjSfZz3D3knrj3JU1hpqFz1ZBWehy-RvH4ErY74,31243
|
2292
|
+
pulumi_oci/ons/outputs.py,sha256=LpT51JAZ_LTjVt7XQ5qkOp1gvr4hj0Uy45e07xgjKyk,15875
|
2293
|
+
pulumi_oci/ons/subscription.py,sha256=9SiYYAsasKqrfYTAGvsLOVjYtc2Kcz7ZHPKrjH0S9zk,37431
|
2292
2294
|
pulumi_oci/opa/__init__.py,sha256=NWevj4wdv4lTwkJ5tcUGcUCfKbbXcsX6i2pdNVfpjlE,407
|
2293
2295
|
pulumi_oci/opa/_inputs.py,sha256=IoHNvCgaglq0klR3qeOb8C7pSSIxQ-GX6yBkrI-iqsE,5603
|
2294
|
-
pulumi_oci/opa/get_opa_instance.py,sha256=
|
2296
|
+
pulumi_oci/opa/get_opa_instance.py,sha256=ONUVnT42UuxfMZ4aQ2Y6AUe_BUeoZDKSDmAbQ9UxN6M,15872
|
2295
2297
|
pulumi_oci/opa/get_opa_instances.py,sha256=XQztpXTS4p6QbxUH3gNxttoIfGxwvXBTsdwr90LNnpU,7142
|
2296
|
-
pulumi_oci/opa/opa_instance.py,sha256=
|
2297
|
-
pulumi_oci/opa/outputs.py,sha256=
|
2298
|
+
pulumi_oci/opa/opa_instance.py,sha256=34Q6awf_tagGEsC0XWheAhlWEeh0Cti-rTFIyt7YPs0,49324
|
2299
|
+
pulumi_oci/opa/outputs.py,sha256=cMlXGDX8eW64UM6HFW5zvk1nZakki-5UtZmgfeWC5AU,23056
|
2298
2300
|
pulumi_oci/opensearch/__init__.py,sha256=j6imX3-XMevHNRul4IwmPmSMXzCUFaiStMD2MhamtRc,491
|
2299
2301
|
pulumi_oci/opensearch/_inputs.py,sha256=e2q1m7kinTP9p017LXU0Nw548wQaZFYNf6FQbobO_9U,2448
|
2300
|
-
pulumi_oci/opensearch/cluster.py,sha256=
|
2301
|
-
pulumi_oci/opensearch/get_opensearch_cluster.py,sha256=
|
2302
|
+
pulumi_oci/opensearch/cluster.py,sha256=yzy_LnUZY3j-Son6_IWM-RP-Nskvqwct0UzsQKcmWb0,96171
|
2303
|
+
pulumi_oci/opensearch/get_opensearch_cluster.py,sha256=ImJHEuAyfAwD-v_IKabgQ-d8F414vRHLci-tceLowJc,29516
|
2302
2304
|
pulumi_oci/opensearch/get_opensearch_clusters.py,sha256=sVj9sZu0h5oUS99cSNl7OtbxXFtOGSfsmK-yJKm6u_A,8452
|
2303
2305
|
pulumi_oci/opensearch/get_opensearch_version.py,sha256=hUwWPQAm1s3-GbR2WvjAUS7qBzYCYuHvOcsJuVqSUFM,4871
|
2304
2306
|
pulumi_oci/opensearch/get_opensearch_versions.py,sha256=QFplKs9mRUNMIValEzH1isPIcklUQ_8jMt1sPUvGW1s,6057
|
2305
|
-
pulumi_oci/opensearch/outputs.py,sha256=
|
2307
|
+
pulumi_oci/opensearch/outputs.py,sha256=AhkvT14bfoNzf-s9jDRn5_We4TveDIseuZ5-dp_3AfQ,23334
|
2306
2308
|
pulumi_oci/operatoraccesscontrol/__init__.py,sha256=fg8VIDMKPF90lTmfaU-RlhrS2HKVnJhcaeS2eLkEYeM,736
|
2307
2309
|
pulumi_oci/operatoraccesscontrol/_inputs.py,sha256=ObosODBAUO_IH_3oJrhmBhR_nB6fwDeyBL0dxy1xdnU,4719
|
2308
|
-
pulumi_oci/operatoraccesscontrol/get_access_request.py,sha256=
|
2310
|
+
pulumi_oci/operatoraccesscontrol/get_access_request.py,sha256=SMeIMe13EhgjdbhDKLQ2Eeua4P0Z372eqjDygt33KRc,27108
|
2309
2311
|
pulumi_oci/operatoraccesscontrol/get_access_request_audit_log_report.py,sha256=K9P3gqWSns2vVY-DgIZfcewiNn-FqUpBCBEqkWuZIiI,7469
|
2310
2312
|
pulumi_oci/operatoraccesscontrol/get_access_request_history.py,sha256=0dQ2BtoDlpDtp9KYb5wQEenTHYoIgRWCXHbENnbDpkk,4275
|
2311
2313
|
pulumi_oci/operatoraccesscontrol/get_access_requests.py,sha256=BJtItbiGMmG4M5Q0-1PZnJFyccvppniUMYeheeV3YlU,10426
|
2312
2314
|
pulumi_oci/operatoraccesscontrol/get_action.py,sha256=x0GcVfLitUXL3kTOPu26GeOfPWYsdNTCpZWzOdbZexk,6930
|
2313
2315
|
pulumi_oci/operatoraccesscontrol/get_actions.py,sha256=oWibSFhW9LdSJo3TEkwMlb91JnEqOfHZEpu4vhA7wzw,7619
|
2314
|
-
pulumi_oci/operatoraccesscontrol/get_control.py,sha256=
|
2315
|
-
pulumi_oci/operatoraccesscontrol/get_control_assignment.py,sha256
|
2316
|
+
pulumi_oci/operatoraccesscontrol/get_control.py,sha256=dhYWkXj_ucINJNYs0RDc_W8J30Wa-iHj-MZBDU7FlcU,17281
|
2317
|
+
pulumi_oci/operatoraccesscontrol/get_control_assignment.py,sha256=GthjYMeenVIgmJUSkftyKJAFdMn_dXx2_xaRX3Bi62g,23304
|
2316
2318
|
pulumi_oci/operatoraccesscontrol/get_control_assignments.py,sha256=pynTirIjJl88ThQa7cqc1dDA5_UTg0vMsGthLxCz06g,9905
|
2317
2319
|
pulumi_oci/operatoraccesscontrol/get_controls.py,sha256=1VAHI-9iXBVkjdmEEcgyYW5364KkPKjRmIrqat6sJ-0,7994
|
2318
|
-
pulumi_oci/operatoraccesscontrol/operator_control.py,sha256=
|
2319
|
-
pulumi_oci/operatoraccesscontrol/operator_control_assignment.py,sha256=
|
2320
|
-
pulumi_oci/operatoraccesscontrol/outputs.py,sha256=
|
2320
|
+
pulumi_oci/operatoraccesscontrol/operator_control.py,sha256=1D59wzsridf45pbb8sNRuL6OhiVDlQYB9QNa4cYVYV0,53633
|
2321
|
+
pulumi_oci/operatoraccesscontrol/operator_control_assignment.py,sha256=JH6LLry4ZtsAGvsiOY_WYapkV5u9Ghmiu-DZYGUCTos,75429
|
2322
|
+
pulumi_oci/operatoraccesscontrol/outputs.py,sha256=JvFESZe7nD5R7_pBn8EHGjXQh1VwkFUbUuwbmg1sApE,76319
|
2321
2323
|
pulumi_oci/opsi/__init__.py,sha256=fdJT5pryJP3NEo_B8ZbIFU0uP9CVhq_qUyNVxTCBhdE,2224
|
2322
|
-
pulumi_oci/opsi/_inputs.py,sha256=
|
2323
|
-
pulumi_oci/opsi/awr_hub.py,sha256=
|
2324
|
-
pulumi_oci/opsi/awr_hub_source.py,sha256=
|
2324
|
+
pulumi_oci/opsi/_inputs.py,sha256=OQuiRjas5-4rhCeH5-tV8aTX2LZaoA4fCFEBiR2e9BE,72664
|
2325
|
+
pulumi_oci/opsi/awr_hub.py,sha256=Z7BKlsiJFR7r2RrdrVVhQ_cksR_56So7XqqwwHBmANg,32155
|
2326
|
+
pulumi_oci/opsi/awr_hub_source.py,sha256=L3I79TNqn8TJ6wMmrC4k9IpypEWjmFVn68MKiotAmTI,46739
|
2325
2327
|
pulumi_oci/opsi/awr_hub_source_awrhubsources_management.py,sha256=WJo-tChWm8YOlClQEivYeL_bXY1p2adxJwXbbi58o-k,11718
|
2326
|
-
pulumi_oci/opsi/database_insight.py,sha256=
|
2327
|
-
pulumi_oci/opsi/enterprise_manager_bridge.py,sha256=
|
2328
|
-
pulumi_oci/opsi/exadata_insight.py,sha256=
|
2329
|
-
pulumi_oci/opsi/get_awr_hub.py,sha256=
|
2328
|
+
pulumi_oci/opsi/database_insight.py,sha256=Z8Lyf5sRWCP95W87sx-w7XQ1XyxNczLfHR_7o4fOZtk,83466
|
2329
|
+
pulumi_oci/opsi/enterprise_manager_bridge.py,sha256=c6FoOnWoP3_degSo8OS8O86MJnF7PAFCmVf3dlrfUzM,33121
|
2330
|
+
pulumi_oci/opsi/exadata_insight.py,sha256=ZGoTEzB_7nMJ-rOcTK4S9gawlEnkRL6EzoqU3RQrn_k,61565
|
2331
|
+
pulumi_oci/opsi/get_awr_hub.py,sha256=sJUJAs3E0L_wGjxUB284XbTFVTfwXJL9JR6pR-U-WAY,11123
|
2330
2332
|
pulumi_oci/opsi/get_awr_hub_awr_snapshot.py,sha256=vnyPWdFD9KyKWFFx41n26ymz6DuGo1gihBhFTtmYP3I,8862
|
2331
2333
|
pulumi_oci/opsi/get_awr_hub_awr_snapshots.py,sha256=yLMT1tSs9hY9y9-WvL4ZduodPB-7lLm4idCLC9gTmSw,9947
|
2332
2334
|
pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py,sha256=pEhTtLDNO3mF7kZrvNQ_tJnoBK8Nk1W5N0r6Ff4F-cs,6032
|
2333
|
-
pulumi_oci/opsi/get_awr_hub_source.py,sha256=
|
2335
|
+
pulumi_oci/opsi/get_awr_hub_source.py,sha256=mT8KPui3z_jW-4PJN2J5bHgmTVuiPTntDVxeLfqXhrs,17441
|
2334
2336
|
pulumi_oci/opsi/get_awr_hub_sources.py,sha256=56ZS818Jb4eG3u_4ku0gOUoDWiobF_Ds_sP_JmhC5Ek,10693
|
2335
2337
|
pulumi_oci/opsi/get_awr_hubs.py,sha256=9xkD3yVNdopuFZ649n8E84qXlMEBs2YjkDUrIww1iEc,8609
|
2336
|
-
pulumi_oci/opsi/get_database_insight.py,sha256=
|
2338
|
+
pulumi_oci/opsi/get_database_insight.py,sha256=QTEEHQlaJGZpAX2s41f9JF19c5xFQuhaWtSryYpjcGg,27003
|
2337
2339
|
pulumi_oci/opsi/get_database_insights.py,sha256=eReTBGWZfnG665EUIvaOjhzGbg29K2rKgV3k_Ddjr40,16755
|
2338
|
-
pulumi_oci/opsi/get_enterprise_manager_bridge.py,sha256=
|
2340
|
+
pulumi_oci/opsi/get_enterprise_manager_bridge.py,sha256=kxtWw2eWdb0SH0G2LyjBSFktHDupB7fDzqB8f_D--yE,12368
|
2339
2341
|
pulumi_oci/opsi/get_enterprise_manager_bridges.py,sha256=TsREv4m0Vb78Re8FhUeFMN_MO8-UzVa9ONJuYadRhJI,9828
|
2340
|
-
pulumi_oci/opsi/get_exadata_insight.py,sha256=
|
2342
|
+
pulumi_oci/opsi/get_exadata_insight.py,sha256=5knhM87lramQu1igqubYSW3fDroOICBstyBwTH4q1S0,20290
|
2341
2343
|
pulumi_oci/opsi/get_exadata_insights.py,sha256=F84lqu-ZVbdO58PNnyYRR7aWGz45mamhWaYM1EKXyhk,11866
|
2342
|
-
pulumi_oci/opsi/get_host_insight.py,sha256=
|
2344
|
+
pulumi_oci/opsi/get_host_insight.py,sha256=hfGH34xGvUgdeDFuzn5I7qInYoyMITxzawrMLfRybjo,19900
|
2343
2345
|
pulumi_oci/opsi/get_host_insights.py,sha256=U4ZrroOXhowlBCQkJBA99HOT9K87dITGfxL49tRTn04,13123
|
2344
2346
|
pulumi_oci/opsi/get_importable_agent_entities.py,sha256=_B-7Y39mNb2WAGQnKHJxpqJZKlxKn-x7QJ6-jG4Tnyk,4841
|
2345
2347
|
pulumi_oci/opsi/get_importable_agent_entity.py,sha256=oaI3Kr1tb1O6ezBi8irSZ_ZFMJYAiQIoCzJ_l9-dEuQ,4831
|
2346
2348
|
pulumi_oci/opsi/get_importable_compute_entities.py,sha256=WiG78TidI7swGmix-36IAHuBG91LXZYzrhGvZDU5A_Y,5433
|
2347
2349
|
pulumi_oci/opsi/get_importable_compute_entity.py,sha256=oUsNCiYY9CI8LtF7IejYsmiqdCFBcXd0Sc99h5wqfVg,5423
|
2348
|
-
pulumi_oci/opsi/get_news_report.py,sha256
|
2350
|
+
pulumi_oci/opsi/get_news_report.py,sha256=-ptMhn2LeHy1V-XnUsjE3Gk6xHAfWuWuNYaMe0Kw2J4,13073
|
2349
2351
|
pulumi_oci/opsi/get_news_reports.py,sha256=pWLbj0jQIUPPe2TkBgUIReWS0hVK1wbMXi-0bn3tRPQ,9146
|
2350
|
-
pulumi_oci/opsi/get_operations_insights_private_endpoint.py,sha256=
|
2352
|
+
pulumi_oci/opsi/get_operations_insights_private_endpoint.py,sha256=fsNSMbvt5EHjvj_ExFhLMFx3Q5Zqt8JlXM-ZUPx3fIQ,13695
|
2351
2353
|
pulumi_oci/opsi/get_operations_insights_private_endpoints.py,sha256=GcWwsW0mkQlIjfyPNaa3HHRMUTiUGcBWAzLOVgrw4Bk,13296
|
2352
|
-
pulumi_oci/opsi/get_operations_insights_warehouse.py,sha256=
|
2354
|
+
pulumi_oci/opsi/get_operations_insights_warehouse.py,sha256=gXa_llyTQhJTf1TwEcS9XK6xn0vxEAbStwQgDrdkSXE,14304
|
2353
2355
|
pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py,sha256=6rmJu5VTP6E1alJ4vsXrk2XQxvs8reSaJpcXAyiN0Q4,6576
|
2354
|
-
pulumi_oci/opsi/get_operations_insights_warehouse_user.py,sha256=
|
2356
|
+
pulumi_oci/opsi/get_operations_insights_warehouse_user.py,sha256=vShpvFv7F-f1XLAXFj_rG-0DygD75eL4UHluuBPmaWY,13077
|
2355
2357
|
pulumi_oci/opsi/get_operations_insights_warehouse_users.py,sha256=PD1lPaxN6lQLK7kQnvPaQmgT6rqiGI2BD5DQGYc5PYM,10283
|
2356
2358
|
pulumi_oci/opsi/get_operations_insights_warehouses.py,sha256=4I_lU8L7p4CzJQX60buqk9_KRgi4szQqL3CPwBAswpY,8746
|
2357
|
-
pulumi_oci/opsi/get_opsi_configuration.py,sha256=
|
2359
|
+
pulumi_oci/opsi/get_opsi_configuration.py,sha256=7BhjVqmFtlzV3C9DJRi7LUX0GUN3EFBzBeuM2sHEMC8,17283
|
2358
2360
|
pulumi_oci/opsi/get_opsi_configuration_configuration_item.py,sha256=US_cngZcZ3Xkr62ohgRjGS3OWFpRUgkey8zezbCZJKo,10296
|
2359
2361
|
pulumi_oci/opsi/get_opsi_configurations.py,sha256=xsDsbm4kHj7vAdM8BgCxDq2P7dCba2VCIB071hbi87c,8745
|
2360
|
-
pulumi_oci/opsi/host_insight.py,sha256=
|
2361
|
-
pulumi_oci/opsi/news_report.py,sha256=
|
2362
|
-
pulumi_oci/opsi/operations_insights_private_endpoint.py,sha256=
|
2363
|
-
pulumi_oci/opsi/operations_insights_warehouse.py,sha256=
|
2362
|
+
pulumi_oci/opsi/host_insight.py,sha256=eBfjt4ZT2ryCBptV1LP8Pu-m7Md07NOSklYMUWRSohM,58346
|
2363
|
+
pulumi_oci/opsi/news_report.py,sha256=Bbg6A3cMqQBwupCismYhzMbEBdiZEOuRryNsabcHVEU,44612
|
2364
|
+
pulumi_oci/opsi/operations_insights_private_endpoint.py,sha256=odaujAO9R6RaIRz1IK-2Tbng1WttTX97tk4Tsco_EEo,44384
|
2365
|
+
pulumi_oci/opsi/operations_insights_warehouse.py,sha256=WXhXPtSkvYTBC3gG6xvFi26R4aEJMlCN5E2H0Ktn394,37659
|
2364
2366
|
pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py,sha256=eUhAxsIdq8WRk7uUYI-FMLMIvaMowwnCERRn_zh22vI,14402
|
2365
2367
|
pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py,sha256=TtRs_fxsSo-fiUrxnHWMYlXrWGWO0Uz_HOPb9KcsJC0,10366
|
2366
|
-
pulumi_oci/opsi/operations_insights_warehouse_user.py,sha256=
|
2367
|
-
pulumi_oci/opsi/opsi_configuration.py,sha256=
|
2368
|
-
pulumi_oci/opsi/outputs.py,sha256=
|
2368
|
+
pulumi_oci/opsi/operations_insights_warehouse_user.py,sha256=HXsU9rahHdrbx5nDuU6Omv2jq18uCccJOsoZ25XFnCQ,38692
|
2369
|
+
pulumi_oci/opsi/opsi_configuration.py,sha256=NDXt5B4ZcZshxU_f4inuRdhC2z4wXhZ3Q2MxbqTIwnw,48959
|
2370
|
+
pulumi_oci/opsi/outputs.py,sha256=i5G1yOZhMWbXfqgjgEi4MsNWeba_GOhf2rJwh-xNbeo,288026
|
2369
2371
|
pulumi_oci/optimizer/__init__.py,sha256=KGWDQm3UJGX6gBelEZ_vljzdfFHDtB9tXZWWCBflwvc,944
|
2370
2372
|
pulumi_oci/optimizer/_inputs.py,sha256=Q0jQxY1wCGLYZ_b10gQqNCwXMUSba_Yo74Ht4BU_vX8,23167
|
2371
2373
|
pulumi_oci/optimizer/enrollment_status.py,sha256=zWniUL7MjLcxEmE0ywN1TVIuB5mIKg-LZFU_pjWKI0w,15919
|
2372
2374
|
pulumi_oci/optimizer/get_categories.py,sha256=11kr3eucluF_POfhdoE9quydXFhN0sD9pdHT9qVoJyc,13567
|
2373
|
-
pulumi_oci/optimizer/get_category.py,sha256=
|
2375
|
+
pulumi_oci/optimizer/get_category.py,sha256=VeqqUMDRnAPzL9yEQfePcUtX45g-dtB09PiYNgP1bY8,9653
|
2374
2376
|
pulumi_oci/optimizer/get_enrollment_status.py,sha256=DEmwShjKhmB6jMU1dq9jcJh04EUrkLFfFXw-l7UDKNE,6815
|
2375
2377
|
pulumi_oci/optimizer/get_enrollment_statuses.py,sha256=G_Fuy-NhiQ2xPETjRsyC08FlHsCm2RoYk6GBweeYyzA,6998
|
2376
2378
|
pulumi_oci/optimizer/get_histories.py,sha256=m58ihGQnMvzoooWZ7343CssUOSziLQ1BuQyD4RStpNQ,13691
|
2377
|
-
pulumi_oci/optimizer/get_profile.py,sha256=
|
2379
|
+
pulumi_oci/optimizer/get_profile.py,sha256=Ky7DjFTSpEIVfNP_KwsVb-BB-XYimYfz27jmuuM7oWM,11216
|
2378
2380
|
pulumi_oci/optimizer/get_profile_level.py,sha256=FJwuDWI474SkT8emxfh6QoBYHRwRtwwfu7icxKKPwd4,7553
|
2379
2381
|
pulumi_oci/optimizer/get_profile_levels.py,sha256=8tpjl_avWuwONK6ZCjo5IR3vRbQP98iGJYpR2feqJa8,8619
|
2380
2382
|
pulumi_oci/optimizer/get_profiles.py,sha256=5tFX2cs2aRrBg_h-2e-XgotH3tom6rD3A3KYxPIGeno,6355
|
2381
|
-
pulumi_oci/optimizer/get_recommendation.py,sha256=
|
2383
|
+
pulumi_oci/optimizer/get_recommendation.py,sha256=8MOVxUkjsERlNihaSZWv8GVqfKCmPoCi7-jqm1qzFLQ,12130
|
2382
2384
|
pulumi_oci/optimizer/get_recommendation_strategies.py,sha256=B9TIQpQEt8tr_4tij3GnX3r8wb-qKtnEq14ZY0DsIn0,9146
|
2383
2385
|
pulumi_oci/optimizer/get_recommendation_strategy.py,sha256=aRXu9sbMS32svcEs2V8bz0kBVI9rNpP37ivP2HnzPX8,7839
|
2384
2386
|
pulumi_oci/optimizer/get_recommendations.py,sha256=kuLm8NqVQHQIwkQTvIXosAQNpZNep6gh3PQa73M-4wU,16808
|
2385
|
-
pulumi_oci/optimizer/get_resource_action.py,sha256=
|
2387
|
+
pulumi_oci/optimizer/get_resource_action.py,sha256=tHPztg04iv4QiqkPscJ3KVFRXxrBfNHim-8jE-5yvaQ,14317
|
2386
2388
|
pulumi_oci/optimizer/get_resource_actions.py,sha256=HdJE1juh1cntN_nn3Urvq58jcpYff0mtKHJR0DIWeoA,19458
|
2387
|
-
pulumi_oci/optimizer/outputs.py,sha256=
|
2388
|
-
pulumi_oci/optimizer/profile.py,sha256=
|
2389
|
-
pulumi_oci/optimizer/recommendation.py,sha256=
|
2390
|
-
pulumi_oci/optimizer/resource_action.py,sha256=
|
2389
|
+
pulumi_oci/optimizer/outputs.py,sha256=QIlQSzcgUvu-00DuxBr2Ezt0-Rs6BoPaPOQVQms7RZQ,107097
|
2390
|
+
pulumi_oci/optimizer/profile.py,sha256=SFEaRI02EZyOyPAcUuR77wuPF6L5tjRJcs8hHtUT3IY,37540
|
2391
|
+
pulumi_oci/optimizer/recommendation.py,sha256=HQCae-iz_f81zeXd47zbzDSeDkHwKGCt2NrcXHx1vnY,31074
|
2392
|
+
pulumi_oci/optimizer/resource_action.py,sha256=ZydpVgSOXp_uvDjqWawsHyMq7wsnqJ1IW3CZxkMNL4I,32455
|
2391
2393
|
pulumi_oci/osmanagement/__init__.py,sha256=lDPqLjnyvU1tbQ1VftQFEdA8grjmmXAD1gyBOUPK2P4,994
|
2392
2394
|
pulumi_oci/osmanagement/_inputs.py,sha256=evVkumb362p3zt0RNloyi9AF8KB5ki4jY4CJGIro-ew,17822
|
2393
2395
|
pulumi_oci/osmanagement/get_managed_instance.py,sha256=-x5HXe2uZD2Quoi6x4R1WaNkJoWrV5gPDSnhhhg4_Cg,19107
|
2394
2396
|
pulumi_oci/osmanagement/get_managed_instance_event_report.py,sha256=K24RGmHatxg37hYGAQnjsXoLJqMhvJoUJ7UXOvea8yY,8511
|
2395
|
-
pulumi_oci/osmanagement/get_managed_instance_group.py,sha256=
|
2397
|
+
pulumi_oci/osmanagement/get_managed_instance_group.py,sha256=PTLRDex7xncKkOWY9ZoKgARVLLsRRTSYgB06fVbqtMc,9568
|
2396
2398
|
pulumi_oci/osmanagement/get_managed_instance_groups.py,sha256=Be0QstzksemJTvQqev84RBf8vj13KEanSmyPnvcgOnU,8174
|
2397
2399
|
pulumi_oci/osmanagement/get_managed_instance_module_streams.py,sha256=nyW8NtI8eKNJVuCCa8Kygrk9RW3Mky_V_k11TV0zGUM,13559
|
2398
2400
|
pulumi_oci/osmanagement/get_managed_instance_stream_profile.py,sha256=V9ZaExs3SrzqMw-ha2NoCJe44V1MlztnGnHMuWl60SM,14371
|
2399
2401
|
pulumi_oci/osmanagement/get_managed_instances.py,sha256=YIV9vdIg3N1jrlox9Dun3ewYM1RW7CHdt_mL_awEfVc,7002
|
2400
|
-
pulumi_oci/osmanagement/get_software_source.py,sha256=
|
2402
|
+
pulumi_oci/osmanagement/get_software_source.py,sha256=okSV0C_mGzEEnXe_hhFSKIpCyVR14TZY-hT8EVg6kjo,14982
|
2401
2403
|
pulumi_oci/osmanagement/get_software_source_module_stream.py,sha256=G_e4EDsGmya7tPynyjUUMJHiNtx1qoVw_ANF4XM8SWI,8861
|
2402
2404
|
pulumi_oci/osmanagement/get_software_source_module_stream_profile.py,sha256=j_oUgUeFF6xj7Z3an3RKvWaIMA65dKepAoAQ6-CiIVg,8833
|
2403
2405
|
pulumi_oci/osmanagement/get_software_source_stream_profile.py,sha256=6VKjJH3BEe54TRhgzy_jbMagyWG-PnSI-gA-1lMLg8w,11322
|
2404
2406
|
pulumi_oci/osmanagement/get_software_sources.py,sha256=onaQBbVjNQ7r29uEdw3U6i-pIKrVZgl-INQRbPlGMY4,6856
|
2405
2407
|
pulumi_oci/osmanagement/managed_instance.py,sha256=FKTgD2tBRm3KxQLFSXBgaPTVsDGXV_LKhP47fLu_xlE,43866
|
2406
|
-
pulumi_oci/osmanagement/managed_instance_group.py,sha256=
|
2408
|
+
pulumi_oci/osmanagement/managed_instance_group.py,sha256=EO8aFsyI1KleRkoOBqBH99AIS4ntTBn7N9WM4epFjP0,29250
|
2407
2409
|
pulumi_oci/osmanagement/managed_instance_management.py,sha256=ckpXevWM4NAL5jdKWAs0GGka2vLtUvGvwjblGH3NAkE,33300
|
2408
|
-
pulumi_oci/osmanagement/outputs.py,sha256
|
2409
|
-
pulumi_oci/osmanagement/software_source.py,sha256=
|
2410
|
+
pulumi_oci/osmanagement/outputs.py,sha256=8NDMNI7-1guPESUJlhJw4eB3wjybqXXvZO3pGx0AZLQ,62949
|
2411
|
+
pulumi_oci/osmanagement/software_source.py,sha256=aZEmLRy7u-tka0BdEQjWOsO4Z70Pal_1xlboO84kvsA,44864
|
2410
2412
|
pulumi_oci/osmanagementhub/__init__.py,sha256=4tUbFbqxHO2AO1e4xRSbp8CfghpGlTeHVY8BqYp-ml0,4097
|
2411
|
-
pulumi_oci/osmanagementhub/_inputs.py,sha256=
|
2412
|
-
pulumi_oci/osmanagementhub/event.py,sha256=
|
2413
|
+
pulumi_oci/osmanagementhub/_inputs.py,sha256=VHWzoWWXwXudjZfr11GUjrO3_MLK1ozGuqX5wIO7uao,195990
|
2414
|
+
pulumi_oci/osmanagementhub/event.py,sha256=tJBrb6yhFptl9IH9S0YYtnXgtyEmH1JZ-HZhwCoGTZg,38280
|
2413
2415
|
pulumi_oci/osmanagementhub/get_entitlements.py,sha256=kvljrcQQbDcBuLzxbjTHc6ov0cdY0Z33MpaPynRXces,7697
|
2414
2416
|
pulumi_oci/osmanagementhub/get_errata.py,sha256=Qhkf6Uy_Sd3hkf_Ez5lphkl66hE6vecz5pddnDoAjzw,13924
|
2415
2417
|
pulumi_oci/osmanagementhub/get_erratum.py,sha256=dZYspmIOHplfZ-Ajar1m5x52ltj1tuboIo0y2npAGRg,11956
|
2416
|
-
pulumi_oci/osmanagementhub/get_event.py,sha256=
|
2418
|
+
pulumi_oci/osmanagementhub/get_event.py,sha256=Oofwbl-Yb6nq07YwbdRqirQzpOHtCIJHYQiG4zaiZcQ,13600
|
2417
2419
|
pulumi_oci/osmanagementhub/get_events.py,sha256=gYmin29JxA54P7UV5--FqfVK6H40fFfyfQmI_oZqH0c,16569
|
2418
|
-
pulumi_oci/osmanagementhub/get_lifecycle_environment.py,sha256=
|
2420
|
+
pulumi_oci/osmanagementhub/get_lifecycle_environment.py,sha256=NrHJe2T2KuktpBFsASMm0eUA1Z3DdRaLkqvP1Ypgvig,13206
|
2419
2421
|
pulumi_oci/osmanagementhub/get_lifecycle_environments.py,sha256=OSoNUd4v-urb1LHs54D5ZBVsApUf0KlmlR9Tix5pgtY,15269
|
2420
|
-
pulumi_oci/osmanagementhub/get_lifecycle_stage.py,sha256=
|
2422
|
+
pulumi_oci/osmanagementhub/get_lifecycle_stage.py,sha256=JRWyQKFVVTVmDaOox32R7A76zA4dS5fWO7OyKaKTfwk,13606
|
2421
2423
|
pulumi_oci/osmanagementhub/get_lifecycle_stages.py,sha256=bx3QJYt-as73dPWHGeLvuDv97MS70rol8yIJCVXM15w,15803
|
2422
2424
|
pulumi_oci/osmanagementhub/get_managed_instance.py,sha256=5_bmG1pWhcojsWW_iZijkG9xRITHKblFLhY2JGg3S6E,27617
|
2423
2425
|
pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py,sha256=5vhCJNlLyjM7E5J5Ux2NzHB_tJIS4tWMPw-3GdDi7-8,9625
|
2424
2426
|
pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py,sha256=eENcJYdESrRQPmA_IkLfw0G08RFJ1S1ULO6ohi9zUxE,10450
|
2425
2427
|
pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py,sha256=0QaqTQSbiDb-AAVaubkGMhOnMJhDFEdpyT0BYdZdmts,13607
|
2426
2428
|
pulumi_oci/osmanagementhub/get_managed_instance_errata.py,sha256=NiYP3s35KfKtbCIJBjgqWrxliJXjpw6no2hWPn6Ze3s,10217
|
2427
|
-
pulumi_oci/osmanagementhub/get_managed_instance_group.py,sha256=
|
2429
|
+
pulumi_oci/osmanagementhub/get_managed_instance_group.py,sha256=buyfPqsdGvO78l5s1xBkifx7S6bo0IRDGi34BN4vL0c,17458
|
2428
2430
|
pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py,sha256=y_ePjq5kxO2m9-YtUdF52jcXsrzU0pO-yGf-ehA9r34,9974
|
2429
2431
|
pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py,sha256=3EnTYxYHI0CHFX-fcqf4m_u3BnskIy_fE6JVLxvygQk,11661
|
2430
2432
|
pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py,sha256=BdW7TVTnY_R1PxuYFDjE4mVvNt8ZJrnEq0qC4Qib8cI,11013
|
@@ -2436,17 +2438,17 @@ pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py,sha
|
|
2436
2438
|
pulumi_oci/osmanagementhub/get_managed_instance_modules.py,sha256=wjZq6mrw-YC6nA42sAtkPWYa3RFmf4Vphj6fDWtZWQQ,8857
|
2437
2439
|
pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py,sha256=tGNaU4q4utcwqzEQ5b6qWkr-zZG_CuSd7Z7bErRF8bM,12037
|
2438
2440
|
pulumi_oci/osmanagementhub/get_managed_instances.py,sha256=sKXxnl8ZCJueNrAWJwsnT-qntmPDAQxLQafK9CU9f90,32672
|
2439
|
-
pulumi_oci/osmanagementhub/get_management_station.py,sha256=
|
2441
|
+
pulumi_oci/osmanagementhub/get_management_station.py,sha256=6ZG0UgpAVql50vu5RSwn-pZzOowU4jt0eeRxql9aDrs,15903
|
2440
2442
|
pulumi_oci/osmanagementhub/get_management_station_mirrors.py,sha256=XN1-wYHNpi64YTkzlTq_1xsxePLaqSd3EcwFLxto2M0,8945
|
2441
2443
|
pulumi_oci/osmanagementhub/get_management_stations.py,sha256=-KfUnsEumWfS5Qmu2iJiQ_B2EHTUG_PVKLiBsySGfzY,11006
|
2442
|
-
pulumi_oci/osmanagementhub/get_profile.py,sha256=
|
2444
|
+
pulumi_oci/osmanagementhub/get_profile.py,sha256=KHiQZH5kZeMRIJAFn7QPmORe5cmKD-l10VtIgY5fR-k,18036
|
2443
2445
|
pulumi_oci/osmanagementhub/get_profiles.py,sha256=O6gVV7vmGtr2-8jrWrHfWGkRtmGwQCzaFE_qNp3GxwI,17493
|
2444
|
-
pulumi_oci/osmanagementhub/get_scheduled_job.py,sha256=
|
2446
|
+
pulumi_oci/osmanagementhub/get_scheduled_job.py,sha256=a0KwgXsGdfjxcneCx1BfJece0o620QsreFEMwnD3cL0,21079
|
2445
2447
|
pulumi_oci/osmanagementhub/get_scheduled_jobs.py,sha256=-5uWLukNIcmqWaF9iTi0j88kj9GHCMgQADVClBy4Vhw,25052
|
2446
2448
|
pulumi_oci/osmanagementhub/get_software_package.py,sha256=NY8QOjY-elsVAJHL0wg83jmAcT9P4XZ2ViYxOHR-9vs,11599
|
2447
2449
|
pulumi_oci/osmanagementhub/get_software_package_software_source.py,sha256=tgLnmJBNfBOWaiKqMnTgoFY-wPyFsTy3W1kuHPAEhsA,18477
|
2448
2450
|
pulumi_oci/osmanagementhub/get_software_packages.py,sha256=vpAc4HngecdUvYJ-7g-FQRlhKN7dCzB2T0Lfwt0qGXk,10538
|
2449
|
-
pulumi_oci/osmanagementhub/get_software_source.py,sha256=
|
2451
|
+
pulumi_oci/osmanagementhub/get_software_source.py,sha256=dZ1_iQiqdwQ0hEDKATvxZyvgjyTV8_o0iT4Vr6FIbZ0,24950
|
2450
2452
|
pulumi_oci/osmanagementhub/get_software_source_module_stream.py,sha256=QAfZTgkyYC6st3cK4DuAquJSQS8j37q0HFncuBNZYSU,9938
|
2451
2453
|
pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py,sha256=j02pBdUexJPtWWRVqPs2x4zco7YXwf4nJfnCl2aDTFQ,9304
|
2452
2454
|
pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py,sha256=pgoEG54wWqzaB81k2pBvIjP66x3jLQop7gAg-nrhpCc,9616
|
@@ -2459,14 +2461,14 @@ pulumi_oci/osmanagementhub/get_software_source_vendors.py,sha256=V0oGUXrCrzh2ict
|
|
2459
2461
|
pulumi_oci/osmanagementhub/get_software_sources.py,sha256=axn6sdLXEXsEN7C-qtBfF8IJLz-0U9XYPjefzJ65onY,21503
|
2460
2462
|
pulumi_oci/osmanagementhub/get_windows_update.py,sha256=jMRFhmo-Z-rnuOdoL1PQvENgTKSpwKk_Tcf8QvW65pk,9120
|
2461
2463
|
pulumi_oci/osmanagementhub/get_windows_updates.py,sha256=B-DIY0JegFIulKiS-Q77foxkP8SifXzyfaLT2hkbw7o,8909
|
2462
|
-
pulumi_oci/osmanagementhub/lifecycle_environment.py,sha256=
|
2464
|
+
pulumi_oci/osmanagementhub/lifecycle_environment.py,sha256=qnvFjFiu9G4hlFPd5CvebvIA8BTlwhJHema5DAOaxL8,45282
|
2463
2465
|
pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py,sha256=0oUQY80ZcqXMgj-1f1TG3U03TnpjXL1RJ0dRdvG04mA,13992
|
2464
2466
|
pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py,sha256=8j-eYZNW4vRrvDmQue1Pqv3lDpSNfYeg90AY8lReMqo,13832
|
2465
2467
|
pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py,sha256=1X5Una9zkQL5-Ktlbeu80qpcXqt98oyx8ikIO2o9X40,17891
|
2466
2468
|
pulumi_oci/osmanagementhub/managed_instance.py,sha256=K3pF_LphQTOSniok44sMhDLZ3Anhi5ha0R38UkiFD4o,68572
|
2467
2469
|
pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py,sha256=toXGWytOTVJ1YHU509zzdAbEFwcAU5CI7691OV0z5yk,12854
|
2468
2470
|
pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py,sha256=p5-mjIV2HtZGXn-i9_G6vL_pPzV59cR9pQ91OAhBc5s,10183
|
2469
|
-
pulumi_oci/osmanagementhub/managed_instance_group.py,sha256=
|
2471
|
+
pulumi_oci/osmanagementhub/managed_instance_group.py,sha256=vGab5HDPZH_iDQqwHHCGFIeuNEpi20JHaa3_zP9M7U0,58472
|
2470
2472
|
pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py,sha256=VlW2O2BIaYb0VTqKx1Uwr1EFOCOmxhIqHDTenOXP9w8,17457
|
2471
2473
|
pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py,sha256=6NqYbmv6403nJ6M-5vJ3A7gRaHw7cvhq4cu7JiMY8vg,17280
|
2472
2474
|
pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py,sha256=NZsJdfpcyMvnNOb2DtcGRl2rzpunYv7311XXDGL1PTc,14255
|
@@ -2478,14 +2480,14 @@ pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py,
|
|
2478
2480
|
pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py,sha256=zHG_rXCwOgVZSPbpivwBVy4yJjprexk4UQwQM-s9dSw,16020
|
2479
2481
|
pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py,sha256=vOJbcN9_ZOlciJdr9Z5igkcvGdPrJaQbTLgpQeTnxnI,19654
|
2480
2482
|
pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py,sha256=id1A5eGaO4SB--P-NkH8PC5GRjMbyQjqL9FIeDUiQZQ,17565
|
2481
|
-
pulumi_oci/osmanagementhub/management_station.py,sha256=
|
2483
|
+
pulumi_oci/osmanagementhub/management_station.py,sha256=CdD0N7R3bjot4DhAcrgWigvt62JnG5xP5UKtfP8NDxg,49807
|
2482
2484
|
pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py,sha256=Nr_AEDUXH-cezXiAPPb4mbUd6G6lUKUAxXEqzJ6qo3E,12334
|
2483
2485
|
pulumi_oci/osmanagementhub/management_station_refresh_management.py,sha256=KeKbLmhVbDJ-UR4cor2iNayBywd-eqgqcqw7mLabL9M,10059
|
2484
2486
|
pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py,sha256=CvhA8vOv5SBOMAX-X572b5hVtnQK3LZ7aua1j4N7Z7k,13318
|
2485
|
-
pulumi_oci/osmanagementhub/outputs.py,sha256=
|
2486
|
-
pulumi_oci/osmanagementhub/profile.py,sha256=
|
2487
|
-
pulumi_oci/osmanagementhub/scheduled_job.py,sha256=
|
2488
|
-
pulumi_oci/osmanagementhub/software_source.py,sha256=
|
2487
|
+
pulumi_oci/osmanagementhub/outputs.py,sha256=x2Nf0MCUze1TIAA6eKelK3HXb5H6e6w7tSixezpB6lI,605188
|
2488
|
+
pulumi_oci/osmanagementhub/profile.py,sha256=QVI9OYLU87b_rwIC3BTw-wUyOn5XUx0y8aS5M-HTtg8,63379
|
2489
|
+
pulumi_oci/osmanagementhub/scheduled_job.py,sha256=Dx9Q2zRXMzf6YHOZK689el5kapZiPnm-PggIi4Lgy34,85619
|
2490
|
+
pulumi_oci/osmanagementhub/software_source.py,sha256=bH3blvyXneiTddqoRd4-yJ-QyJd7xufvqV7EAg-3h6Y,80148
|
2489
2491
|
pulumi_oci/osmanagementhub/software_source_add_packages_management.py,sha256=2AOCtdeCuMVVLKcJY9g8QP7tp0psocmuh1n5zoIKVvY,12900
|
2490
2492
|
pulumi_oci/osmanagementhub/software_source_change_availability_management.py,sha256=Cxo86Xz1x2e8m46nYh91YWIFCcUPg6V1-PfgA73cnt0,11249
|
2491
2493
|
pulumi_oci/ospgateway/__init__.py,sha256=_1egZYO1h80MOxzPAj4FddwH5MUCu-Svp9r8QrDHU34,647
|
@@ -2523,167 +2525,168 @@ pulumi_oci/osubusage/get_computed_usage.py,sha256=lDSlwis7k6_iPMPOYGRySKDBmK6AC8
|
|
2523
2525
|
pulumi_oci/osubusage/get_computed_usages.py,sha256=VpE4e08tc_Vt4nRoi6dlK_nnTJhkQfkl0DBkp9Lhycc,10177
|
2524
2526
|
pulumi_oci/osubusage/outputs.py,sha256=dzAhiIXAjhu56gHJH3-LrdzW56wR1M2oU4tK0299-Eo,37821
|
2525
2527
|
pulumi_oci/psql/__init__.py,sha256=Ze9Vw0SqWLlOMonve0kvQypQH1rN57OusxmHbnPZ2nk,774
|
2526
|
-
pulumi_oci/psql/_inputs.py,sha256=
|
2527
|
-
pulumi_oci/psql/backup.py,sha256=
|
2528
|
-
pulumi_oci/psql/configuration.py,sha256=
|
2529
|
-
pulumi_oci/psql/db_system.py,sha256=
|
2530
|
-
pulumi_oci/psql/get_backup.py,sha256=
|
2528
|
+
pulumi_oci/psql/_inputs.py,sha256=HQOywWr582Bw_pTUVOeJYlJPnj1iVnKG9HsSXHengzc,47251
|
2529
|
+
pulumi_oci/psql/backup.py,sha256=o1vUoGJoRgNjm3r-Ceunb-hgA7Pkzq1mq-fhRSsBDzM,38328
|
2530
|
+
pulumi_oci/psql/configuration.py,sha256=chDMpU-BJact4uMAzInGADV1pceapvKcJkgrcpn1_1Y,46945
|
2531
|
+
pulumi_oci/psql/db_system.py,sha256=geb1HLXc1X1SqzLmOBPOw8qQGZuypsnMWN32qBSV6Xc,77895
|
2532
|
+
pulumi_oci/psql/get_backup.py,sha256=ob2lz3wgHmgBaAQIybVQ038TJqFNgxwDCz9dI74s2rQ,13554
|
2531
2533
|
pulumi_oci/psql/get_backups.py,sha256=jfz5fz0jvXWrjMxooKJbbXFwGCtvj5r8aJoVCf4BpHE,9808
|
2532
|
-
pulumi_oci/psql/get_configuration.py,sha256=
|
2534
|
+
pulumi_oci/psql/get_configuration.py,sha256=1Jf-yWYM1qyBPd0W8iZ_9dUF52WjTsHmZxkTDUDDtSE,13680
|
2533
2535
|
pulumi_oci/psql/get_configurations.py,sha256=Y334ae5wymP1-WxJBDU0liA-yvEXvT6abrvEtjZkn6k,9929
|
2534
|
-
pulumi_oci/psql/get_db_system.py,sha256=
|
2536
|
+
pulumi_oci/psql/get_db_system.py,sha256=zUN4gxb4flKwKKyxq4Gjw_dHVJoHa1p58YgFg9S6YEQ,20082
|
2535
2537
|
pulumi_oci/psql/get_db_system_connection_detail.py,sha256=0mpEv9vXyYE-IWJVj85oQho6TAkjARCy7gZXDQPWUd8,5819
|
2536
2538
|
pulumi_oci/psql/get_db_system_primary_db_instance.py,sha256=6n-SKysojw8oulp6fEn4YE4HuGNDbFJOvPmXpUcPb8M,4291
|
2537
2539
|
pulumi_oci/psql/get_db_systems.py,sha256=Hz3VfcgPydeuLB1dSPLa9zeu6mXr08WPM4O79ZgMcMo,7229
|
2538
2540
|
pulumi_oci/psql/get_default_configuration.py,sha256=rn9oBns8ejp37QhT9cRiN36NEhVG6YBvVR6euDWU5no,10256
|
2539
2541
|
pulumi_oci/psql/get_default_configurations.py,sha256=SKsGBK9sHJJs3lgYCDSrZtQRJ5PrzlRWI5A6TrKYmbY,9291
|
2540
2542
|
pulumi_oci/psql/get_shapes.py,sha256=wxQm_tdP78OERvRH4cDmhbh2vvjbb1rb5YMWOixjJCg,4887
|
2541
|
-
pulumi_oci/psql/outputs.py,sha256=
|
2543
|
+
pulumi_oci/psql/outputs.py,sha256=XSzW1X5ETCDZ1Xugjsk3JugQSPOwVWDJTF7HLLLDWJ8,154553
|
2542
2544
|
pulumi_oci/queue/__init__.py,sha256=jwKK25ETwcG0tqoblRZJX6MN7BKulcDaUyL3ql98tf4,386
|
2543
2545
|
pulumi_oci/queue/_inputs.py,sha256=iTTjPe03bpwbFZLXV0Ur_pm8wdO_XNCsz_rqBJI1xv4,1380
|
2544
|
-
pulumi_oci/queue/get_queue.py,sha256=
|
2546
|
+
pulumi_oci/queue/get_queue.py,sha256=VEjsIf-Q8vvMVJx6LMSAMdudMeZiJfNBQRG8FLCtMYI,14727
|
2545
2547
|
pulumi_oci/queue/get_queues.py,sha256=hYhh_9dgW8vfhhsIJClT4j51gQDbs9kp6EoItqS-B6s,7098
|
2546
|
-
pulumi_oci/queue/outputs.py,sha256=
|
2547
|
-
pulumi_oci/queue/queue.py,sha256=
|
2548
|
+
pulumi_oci/queue/outputs.py,sha256=9SW8RHREGQFx00r7PYr1pK3ILnl09BgZr0uu81PPJJY,11860
|
2549
|
+
pulumi_oci/queue/queue.py,sha256=vvXauye72M21HmpMJ_rzkG0jivpjAFyBkjtyrOpZcJk,50759
|
2548
2550
|
pulumi_oci/recoverymod/__init__.py,sha256=OK1ODRfvOF3FChxhjvEoUukJEwhKRNFy7FpavkfVxs8,718
|
2549
2551
|
pulumi_oci/recoverymod/_inputs.py,sha256=7f7qJE8SfGBNyeXMdqSoG8BHGLnsI8qcspqlTVYxViI,13411
|
2550
|
-
pulumi_oci/recoverymod/get_protected_database.py,sha256=
|
2552
|
+
pulumi_oci/recoverymod/get_protected_database.py,sha256=C-SijH66qzCHXHmVmT4GTFy73FMMdTqVK11KKhkmwo4,18624
|
2551
2553
|
pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py,sha256=mCMO90HP5EGPn2i1aSDUgMz9uyxpaWwaGU9_2Z3gE8w,7264
|
2552
2554
|
pulumi_oci/recoverymod/get_protected_databases.py,sha256=FIhG9YgK19QQN9UlMvX-zd12Kh8PBJe8obkQBrQwwco,10029
|
2553
2555
|
pulumi_oci/recoverymod/get_protection_policies.py,sha256=ZT8dxIZT5NUzxQ2W0Gi5KT8eHDzOcK2_irFO51tev0s,9125
|
2554
|
-
pulumi_oci/recoverymod/get_protection_policy.py,sha256=
|
2555
|
-
pulumi_oci/recoverymod/get_recovery_service_subnet.py,sha256=
|
2556
|
+
pulumi_oci/recoverymod/get_protection_policy.py,sha256=Qr-h2oFrQBKA6zqXNNQwB_WHCVKoxz3DULAikbpZbZ8,11830
|
2557
|
+
pulumi_oci/recoverymod/get_recovery_service_subnet.py,sha256=qi5_GBmXJGR_n9q420xY28K6UxTgJozVSrq3CPv5kZU,12120
|
2556
2558
|
pulumi_oci/recoverymod/get_recovery_service_subnets.py,sha256=_wYJWYVnvTEcpfxaecsrayKhSKgnHRBYYR79RZLbDmo,8680
|
2557
|
-
pulumi_oci/recoverymod/outputs.py,sha256=
|
2558
|
-
pulumi_oci/recoverymod/protected_database.py,sha256=
|
2559
|
-
pulumi_oci/recoverymod/protection_policy.py,sha256=
|
2560
|
-
pulumi_oci/recoverymod/recovery_service_subnet.py,sha256=
|
2561
|
-
pulumi_oci/redis/__init__.py,sha256=
|
2562
|
-
pulumi_oci/redis/_inputs.py,sha256=
|
2563
|
-
pulumi_oci/redis/get_redis_cluster.py,sha256=
|
2564
|
-
pulumi_oci/redis/
|
2565
|
-
pulumi_oci/redis/
|
2566
|
-
pulumi_oci/redis/
|
2559
|
+
pulumi_oci/recoverymod/outputs.py,sha256=094xYFPA3GA67TOGdpcQq77NU_uxvtDKzmpA8U_av0o,58043
|
2560
|
+
pulumi_oci/recoverymod/protected_database.py,sha256=uWNTVJdntje6CEjVKm126QiRPWR3LJDKCHsK-oq5uzQ,63841
|
2561
|
+
pulumi_oci/recoverymod/protection_policy.py,sha256=8tzelfNltWLdIXTTGwdDhF2_UCNwnSzR08VXfQz6plA,42152
|
2562
|
+
pulumi_oci/recoverymod/recovery_service_subnet.py,sha256=I2XLIPVqgIasMhll3NQ7gNVd_6KFrvGOZlR_Uj1ubdw,40586
|
2563
|
+
pulumi_oci/redis/__init__.py,sha256=bc9gcpXG83TSKYaN5ZqFPOLQB29M0vIXhcpl4q4SqkM,449
|
2564
|
+
pulumi_oci/redis/_inputs.py,sha256=m71G3SJqClv1t7Jj6oWxpj2RBwBOP_ot2LzXZZIYZTU,5943
|
2565
|
+
pulumi_oci/redis/get_redis_cluster.py,sha256=xZaq3yUpGryZX_Xok4jhxOUdW7cq8IkCNRbkyCRObro,17104
|
2566
|
+
pulumi_oci/redis/get_redis_cluster_nodes.py,sha256=SbWQd9k3YEboaZIJqHieFjj4D98ZRQQg2PYHH-4di1c,6316
|
2567
|
+
pulumi_oci/redis/get_redis_clusters.py,sha256=Ney5eUGBsZ7I1ARwRS2Xnfh1xiZLccVpL5aPYTnRDGc,7949
|
2568
|
+
pulumi_oci/redis/outputs.py,sha256=7JuP15ODH3-WLV2JJFJqzh8bb2jrUwHoe0IiqLYDpbQ,26114
|
2569
|
+
pulumi_oci/redis/redis_cluster.py,sha256=jYPZoHdj1ESYh-xfWY-VYvYShWxQaMY61yVCM63ujkw,52732
|
2567
2570
|
pulumi_oci/resourcemanager/__init__.py,sha256=2G2BH5kW2MtOJKFnTb6Oytp5JQCS7n_E3uSubLhEQqk,553
|
2568
2571
|
pulumi_oci/resourcemanager/_inputs.py,sha256=dsFbYoETEn_qfAz8RUBdr4o5-Gkf_Q5Jn-H5ojIZzSA,2420
|
2569
|
-
pulumi_oci/resourcemanager/get_private_endpoint.py,sha256=
|
2572
|
+
pulumi_oci/resourcemanager/get_private_endpoint.py,sha256=WDQTLdcwkv511YMAJZHR3WBr3PrEZ1YA6Yma825zSxk,12225
|
2570
2573
|
pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py,sha256=gZB1sLakFlu9efQMEtHi7Epw9mrV5MwczGYX7eGHZ58,5745
|
2571
2574
|
pulumi_oci/resourcemanager/get_private_endpoints.py,sha256=Km4dZRM0fZLmmp36JQqwaYgRaQgkEzm1HhmHs73EG-4,9550
|
2572
|
-
pulumi_oci/resourcemanager/get_stack.py,sha256=
|
2575
|
+
pulumi_oci/resourcemanager/get_stack.py,sha256=eMdXYu-xnswVs-nm6gaZMf8QVq8RanIGrSAFzP6SiZM,8408
|
2573
2576
|
pulumi_oci/resourcemanager/get_stack_tf_state.py,sha256=MwOK2Ra5XhLPFZl2sHqm0ptazTsMti8psFrYJMUCLMk,3657
|
2574
2577
|
pulumi_oci/resourcemanager/get_stacks.py,sha256=mNSerIwGT2-uWaNIl-AHdi3qoV4ORlHGmFsFUIKZI6A,7649
|
2575
|
-
pulumi_oci/resourcemanager/outputs.py,sha256=
|
2576
|
-
pulumi_oci/resourcemanager/private_endpoint.py,sha256=
|
2578
|
+
pulumi_oci/resourcemanager/outputs.py,sha256=rqlmkd9UveBCoCLD7KvqiVFPJERaeHrFzs4p07NZ71E,18127
|
2579
|
+
pulumi_oci/resourcemanager/private_endpoint.py,sha256=z8-fYPfgctLDfMrgeoDFpRHiUR-rmvjbbmaq3bqx-K8,42293
|
2577
2580
|
pulumi_oci/resourcescheduler/__init__.py,sha256=-VR0H5sBQo3vmu7-hUsFgfNX-kvfX8xu8z_qItPMf5M,395
|
2578
|
-
pulumi_oci/resourcescheduler/_inputs.py,sha256=
|
2579
|
-
pulumi_oci/resourcescheduler/get_schedule.py,sha256=
|
2581
|
+
pulumi_oci/resourcescheduler/_inputs.py,sha256=AdNTeJQ8eu5DXf8D3nagYyRsl3moyOiV5Wv1TDGB9L4,8006
|
2582
|
+
pulumi_oci/resourcescheduler/get_schedule.py,sha256=o6G-0NQb-TsmckHYwydJoFiTnwHvZiUynhfkBXiJ0hQ,14719
|
2580
2583
|
pulumi_oci/resourcescheduler/get_schedules.py,sha256=hvRMHcpWsoGW5ERxvNQX5dwenT8HqXCOdzTkpB1TpxE,8134
|
2581
|
-
pulumi_oci/resourcescheduler/outputs.py,sha256=
|
2582
|
-
pulumi_oci/resourcescheduler/schedule.py,sha256=
|
2584
|
+
pulumi_oci/resourcescheduler/outputs.py,sha256=231RbD8SGWwXP5qHAtd0qpUjqwzNCDGOyaq1WqPwrd8,27190
|
2585
|
+
pulumi_oci/resourcescheduler/schedule.py,sha256=ZwiOgaaI00rrAl8h_rd9XNb_UfLH-6MLyP-dr274qVE,53665
|
2583
2586
|
pulumi_oci/sch/__init__.py,sha256=dH6zXwKT52lcqpfse2o7ie_EX6lm2CsDqEV_kiy39GA,487
|
2584
2587
|
pulumi_oci/sch/_inputs.py,sha256=m5Ut1uzW5s9CBVa46qH5sAy-K61u7OPdLxv4IH2p3R0,45715
|
2585
|
-
pulumi_oci/sch/connector.py,sha256=
|
2588
|
+
pulumi_oci/sch/connector.py,sha256=93hPOIK3lLxiID6FQQAEQig93ePeEKifxdeQB2kdPog,52172
|
2586
2589
|
pulumi_oci/sch/get_connector_plugin.py,sha256=j-5Hy4r5tgwziFVebGzxMy9hNALBkzPtZLSZ3Bd08fw,8301
|
2587
2590
|
pulumi_oci/sch/get_connector_plugins.py,sha256=0uCh3GV9QCBnRpnsvsQ63lZUpTkf-R2N74r4HhXShHo,7288
|
2588
|
-
pulumi_oci/sch/get_service_connector.py,sha256=
|
2591
|
+
pulumi_oci/sch/get_service_connector.py,sha256=Q3pTrmSTrsHdEHTH3j8vuesMSHHSjBFbVrBoVw4Rpdw,12761
|
2589
2592
|
pulumi_oci/sch/get_service_connectors.py,sha256=uCa_eXbx9x1vnEtLHNqNBJrIj5kZ17SRtpOGDimGXcE,7857
|
2590
|
-
pulumi_oci/sch/outputs.py,sha256=
|
2593
|
+
pulumi_oci/sch/outputs.py,sha256=ulPUkljAKWc7HfJRoQ1L6J5tz6qpvHLNQua9Mb2P8Xo,117160
|
2591
2594
|
pulumi_oci/secrets/__init__.py,sha256=NR1kHXkqAFTxC1uCGWrWhfCqxOHbTuepWpT_ZUDwp9M,387
|
2592
2595
|
pulumi_oci/secrets/_inputs.py,sha256=rS0zIPB8Z30Y2n6uG2fK0iJa2J3P527VgcO7CC0Hp2c,1408
|
2593
|
-
pulumi_oci/secrets/get_secretbundle.py,sha256
|
2596
|
+
pulumi_oci/secrets/get_secretbundle.py,sha256=-VNvASgN8uh4rbDlQGTW81tgLsLl9ZSPPaUK4qiGlwg,10808
|
2594
2597
|
pulumi_oci/secrets/get_secretbundle_versions.py,sha256=-hh-3HRfA8p5MUnMjXx7Uy2-TPN_ITn4ZLAlnS3b7xA,5059
|
2595
2598
|
pulumi_oci/secrets/outputs.py,sha256=kd2FkEbiObZkosXtDHLVjUibF_rmTDQDQJjk3XYNREo,5541
|
2596
2599
|
pulumi_oci/servicecatalog/__init__.py,sha256=xR-U3z6NC6fXvpIoPuenWCFZcwJsoyPfQd1mebh7_Qg,747
|
2597
2600
|
pulumi_oci/servicecatalog/_inputs.py,sha256=W6de1By2H-qpusVR6dRnqn6aZeIbuWX_wwIqNT5C7HE,8225
|
2598
|
-
pulumi_oci/servicecatalog/catalog.py,sha256=
|
2601
|
+
pulumi_oci/servicecatalog/catalog.py,sha256=Q87QWIENu-euE65B_1uUGnGqgwUEaJxJjQjVTznYRRk,21714
|
2599
2602
|
pulumi_oci/servicecatalog/catalog_association.py,sha256=VdglI3Rr-0eiGguTcpSScdY4tBQSBDOnpQgfYMeWgR8,14426
|
2600
|
-
pulumi_oci/servicecatalog/get_private_application.py,sha256=
|
2603
|
+
pulumi_oci/servicecatalog/get_private_application.py,sha256=NdDecHwKGQCMPj-p0DY3Uwhw5Zh1DpAaT8We8lqjUmM,11532
|
2601
2604
|
pulumi_oci/servicecatalog/get_private_application_package.py,sha256=2JV61-mKP4FKiVvdVcnZTmSP4XYs_XSkbF0fTdISRZI,8088
|
2602
2605
|
pulumi_oci/servicecatalog/get_private_application_packages.py,sha256=0impO7AqeUctw9prohVgmAYL_SpGTKzA1OWgIGkKMMM,9666
|
2603
2606
|
pulumi_oci/servicecatalog/get_private_applications.py,sha256=3SonW6t_yHys8rP-Qh1Y6bqLJC2C3_ioEhY-GzO9ll4,7564
|
2604
|
-
pulumi_oci/servicecatalog/get_service_catalog.py,sha256=
|
2607
|
+
pulumi_oci/servicecatalog/get_service_catalog.py,sha256=0CiTmU9hEptkifVVnco_UicGnak-MDH0taq3ykOlgMg,7844
|
2605
2608
|
pulumi_oci/servicecatalog/get_service_catalog_association.py,sha256=E61RymeO5pp0BmBjRAAnS6kGDm0V78gYDHMZfrGRSPk,6504
|
2606
2609
|
pulumi_oci/servicecatalog/get_service_catalog_associations.py,sha256=4J42fwynqqx2SKGWbeitXf9o30FMVoQ8pJ2dQPtqH4A,9271
|
2607
2610
|
pulumi_oci/servicecatalog/get_service_catalogs.py,sha256=xsQB7Cw-A5Po2WXzKvJeCJJuuTKoIvPsRXJlxpmfTnU,7134
|
2608
|
-
pulumi_oci/servicecatalog/outputs.py,sha256=
|
2609
|
-
pulumi_oci/servicecatalog/private_application.py,sha256=
|
2611
|
+
pulumi_oci/servicecatalog/outputs.py,sha256=lZltuY6ZDRVrBnNRq_U1UegvpXBaOLOfOq5T0N1G2rI,30871
|
2612
|
+
pulumi_oci/servicecatalog/private_application.py,sha256=d6bMQ8_6tq4esDTnrUUZDPkITappalZ88TQcdIxBvRM,36927
|
2610
2613
|
pulumi_oci/servicemanagerproxy/__init__.py,sha256=ZncfS1cQl0dvEW3kVd2j-TjFa70ij_LF5MZDKDZprLQ,393
|
2611
2614
|
pulumi_oci/servicemanagerproxy/_inputs.py,sha256=GadysiyHJFP8lehZCBIsqvIVAG5CfYgQZoeQjBQ8Ovo,1406
|
2612
2615
|
pulumi_oci/servicemanagerproxy/get_service_environment.py,sha256=vK-6W2te9QT0FpDtHolY2ZZ4iwcZ5H_wMt2tQIUkv7M,8468
|
2613
2616
|
pulumi_oci/servicemanagerproxy/get_service_environments.py,sha256=aRmzF3esYV9G01zgtmqR9dPGw2-XesiN75aVkfsGvRo,9687
|
2614
|
-
pulumi_oci/servicemanagerproxy/outputs.py,sha256=
|
2617
|
+
pulumi_oci/servicemanagerproxy/outputs.py,sha256=DGmEvzpiuQTnQ2vhBKuiRJyHnreoqrL_WTDjz5ty-C0,11781
|
2615
2618
|
pulumi_oci/servicemesh/__init__.py,sha256=MfexPPIoHGwMvJEUQB2_SqM6uQE0zYjuw-6sIlpWQto,1104
|
2616
2619
|
pulumi_oci/servicemesh/_inputs.py,sha256=aAobBJzM_uAfR4kcvG0kSTJWWngJhyiMkrn4-FrllT8,70478
|
2617
|
-
pulumi_oci/servicemesh/access_policy.py,sha256=
|
2620
|
+
pulumi_oci/servicemesh/access_policy.py,sha256=uiR2DK2EMv4WxjD6EFlrippEl9fulD8_j8c9iO6es5c,33335
|
2618
2621
|
pulumi_oci/servicemesh/get_access_policies.py,sha256=Cjq9brVIO5oPOEq4YRF9nDy5AG5KDCzU_HVzjeVFBfI,8116
|
2619
|
-
pulumi_oci/servicemesh/get_access_policy.py,sha256=
|
2620
|
-
pulumi_oci/servicemesh/get_ingress_gateway.py,sha256=
|
2621
|
-
pulumi_oci/servicemesh/get_ingress_gateway_route_table.py,sha256=
|
2622
|
+
pulumi_oci/servicemesh/get_access_policy.py,sha256=sk9Wc_ph_41hD84Y516j0YjgKuqpdvOi_D8T361WJo4,10394
|
2623
|
+
pulumi_oci/servicemesh/get_ingress_gateway.py,sha256=33qFcCxhpeRtuplVguvmOExSpQUjXsoBQEq7k-f-3vg,11738
|
2624
|
+
pulumi_oci/servicemesh/get_ingress_gateway_route_table.py,sha256=ucUdr8Cb9IUW8TASykt_fqx-TN8mBqpJiYqPcFjpvv4,11768
|
2622
2625
|
pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py,sha256=zc9StEoyiTBlfXvuC5oNLhfy_Nlg0tvlBqG6HjOlfZ4,9071
|
2623
2626
|
pulumi_oci/servicemesh/get_ingress_gateways.py,sha256=wjFbQAQJtYMIpqqwGSZklWxMwQBbMTCQdbOK-NehbSg,8210
|
2624
|
-
pulumi_oci/servicemesh/get_mesh.py,sha256=
|
2627
|
+
pulumi_oci/servicemesh/get_mesh.py,sha256=LSAXUu8D-2jf_xF7U2iiSjbXhZTUmhFsxLqGPGjWMmc,10499
|
2625
2628
|
pulumi_oci/servicemesh/get_meshes.py,sha256=jKCJJ9r-63T6CB_BEbwhXPfnjbkUu-muNdtyVx5hr0o,6897
|
2626
2629
|
pulumi_oci/servicemesh/get_proxy_detail.py,sha256=bn1OQwuQEsUvydg_Iv2lwOI3cLIUsg1TXsJVRbKbKdo,3055
|
2627
|
-
pulumi_oci/servicemesh/get_virtual_deployment.py,sha256=
|
2630
|
+
pulumi_oci/servicemesh/get_virtual_deployment.py,sha256=D4tVJhD1eE6pAKaeIbMdcmwRxYotcGayIn-NhkhtgtI,12261
|
2628
2631
|
pulumi_oci/servicemesh/get_virtual_deployments.py,sha256=acra4kD86c6mZsWq4vCtjhCPHVEzImEG6reA690SpNs,8675
|
2629
|
-
pulumi_oci/servicemesh/get_virtual_service.py,sha256=
|
2630
|
-
pulumi_oci/servicemesh/get_virtual_service_route_table.py,sha256=
|
2632
|
+
pulumi_oci/servicemesh/get_virtual_service.py,sha256=qPeLbYPoi3ZzFiwdY-_3GkgzyDFHzEH91uRKQZ8c6U8,11997
|
2633
|
+
pulumi_oci/servicemesh/get_virtual_service_route_table.py,sha256=IINZeWk2Cg_r3Kr0eqla45DeWx35XQi6IukwGWctiZE,11944
|
2631
2634
|
pulumi_oci/servicemesh/get_virtual_service_route_tables.py,sha256=_AAJySqc36q9f0gJc295TnN4Gl5DKzFEnPgTrp3YdQc,9251
|
2632
2635
|
pulumi_oci/servicemesh/get_virtual_services.py,sha256=JKZl3H4D9xXxp8BPpwzi9kWyxRGaxS3x_F4RYbuDgFM,8210
|
2633
|
-
pulumi_oci/servicemesh/ingress_gateway.py,sha256=
|
2634
|
-
pulumi_oci/servicemesh/ingress_gateway_route_table.py,sha256=
|
2635
|
-
pulumi_oci/servicemesh/mesh.py,sha256=
|
2636
|
-
pulumi_oci/servicemesh/outputs.py,sha256=
|
2637
|
-
pulumi_oci/servicemesh/virtual_deployment.py,sha256=
|
2638
|
-
pulumi_oci/servicemesh/virtual_service.py,sha256=
|
2639
|
-
pulumi_oci/servicemesh/virtual_service_route_table.py,sha256=
|
2636
|
+
pulumi_oci/servicemesh/ingress_gateway.py,sha256=8KltO09d7d6SMou4_G8PoDjg5L95FyU_XoI69BoL5HU,41681
|
2637
|
+
pulumi_oci/servicemesh/ingress_gateway_route_table.py,sha256=uWxY2jQY0SS4elwp-OmVguzTnyF-3jxPudJvGVAHeYg,37557
|
2638
|
+
pulumi_oci/servicemesh/mesh.py,sha256=AH_YP35Ydv-8j5sJBQKBTMh-odRCMGBwZi-QDhkyR7M,32715
|
2639
|
+
pulumi_oci/servicemesh/outputs.py,sha256=KGZKygdSL3_rbEWnawtlWsGz2_kJuGQ1c8k9tMMK49Q,208916
|
2640
|
+
pulumi_oci/servicemesh/virtual_deployment.py,sha256=srcv7aUMpRYv1nmDv7PFgvThmyk2rAwPycV97un19mo,40965
|
2641
|
+
pulumi_oci/servicemesh/virtual_service.py,sha256=QO1EjilINCVXC44yzY8783truBi6ox5BtPkFUAULBrY,40400
|
2642
|
+
pulumi_oci/servicemesh/virtual_service_route_table.py,sha256=qr6Ddyo3nsUiZWhlIINeXFoQG_TjfilU1X76bA4kdPQ,38036
|
2640
2643
|
pulumi_oci/stackmonitoring/__init__.py,sha256=w3t_oLxZL3HMvvDtr_YZDUp02tvLIezDnDm1msgPjPA,1579
|
2641
|
-
pulumi_oci/stackmonitoring/_inputs.py,sha256=
|
2642
|
-
pulumi_oci/stackmonitoring/baselineable_metric.py,sha256=
|
2643
|
-
pulumi_oci/stackmonitoring/config.py,sha256=
|
2644
|
-
pulumi_oci/stackmonitoring/discovery_job.py,sha256=
|
2645
|
-
pulumi_oci/stackmonitoring/get_baselineable_metric.py,sha256=
|
2644
|
+
pulumi_oci/stackmonitoring/_inputs.py,sha256=uLMAXL7c1xjvPGo1Tcky-fCgFLz6lStvKt39lnvoMkk,151619
|
2645
|
+
pulumi_oci/stackmonitoring/baselineable_metric.py,sha256=qADxam5_hj741ZKZYPvqk3l8HT2PKWmthLfq9M1TMeo,30572
|
2646
|
+
pulumi_oci/stackmonitoring/config.py,sha256=9JfNsSY2X120WxYe2eHFc3T2z4xyW_byz3riAbOUe0E,31275
|
2647
|
+
pulumi_oci/stackmonitoring/discovery_job.py,sha256=jt6vNZrDmwmY_YLQRsaotv5ecQsy_FAHxSUKnJWHuFU,36973
|
2648
|
+
pulumi_oci/stackmonitoring/get_baselineable_metric.py,sha256=76BFV2I-Kk4a09CrO9-sAehCbM0dDBOVk6_e-qhj2VI,12137
|
2646
2649
|
pulumi_oci/stackmonitoring/get_baselineable_metrics.py,sha256=ri3mU22ROhRIGuyBQlaVPk-ZPDUeOOa3hB-SLlcElXU,11452
|
2647
2650
|
pulumi_oci/stackmonitoring/get_baselineable_metrics_evaluate.py,sha256=b2473v1bARJRItrbrw8f6Eri8LkqMkXWSOfDHTixSL8,7834
|
2648
|
-
pulumi_oci/stackmonitoring/get_config.py,sha256=
|
2651
|
+
pulumi_oci/stackmonitoring/get_config.py,sha256=Om_1PdbjZDLSCCJg8IgwiKr-s7Ww9y8t5dt0uerDvEA,9805
|
2649
2652
|
pulumi_oci/stackmonitoring/get_configs.py,sha256=eOKteYlGs5VKuTcrrGp3xWcF-Q_j7KYzo3ZjKvzL3Vg,7404
|
2650
|
-
pulumi_oci/stackmonitoring/get_discovery_job.py,sha256=
|
2653
|
+
pulumi_oci/stackmonitoring/get_discovery_job.py,sha256=JyQQN097qMDXXYcmCI7KB2BYFPmJJuVhIHgTFn9lfnk,11657
|
2651
2654
|
pulumi_oci/stackmonitoring/get_discovery_job_logs.py,sha256=9F4eBUY2HjNpv8dc_5dPNcg8skTn67X5RwV0KsqtIvk,6061
|
2652
2655
|
pulumi_oci/stackmonitoring/get_discovery_jobs.py,sha256=fG8PFo46jqoxLmx0R2v0tjB1CqJISU4j15T6Vs4qKCM,5821
|
2653
2656
|
pulumi_oci/stackmonitoring/get_metric_extension.py,sha256=rQcKdHrg4KWhP33qq6u1bOArcm6kULU6nqkStNkZY68,15409
|
2654
2657
|
pulumi_oci/stackmonitoring/get_metric_extensions.py,sha256=yl9MB5H7DAU6E5lSFf-ob3Ez5bUDeL2nngp4PAzmRnM,10055
|
2655
|
-
pulumi_oci/stackmonitoring/get_monitored_resource.py,sha256=
|
2656
|
-
pulumi_oci/stackmonitoring/get_monitored_resource_task.py,sha256=
|
2658
|
+
pulumi_oci/stackmonitoring/get_monitored_resource.py,sha256=Nq7jQTAL5MvS8h6q1faahGrn1pvQvKIwZqrMQjBWbdk,18775
|
2659
|
+
pulumi_oci/stackmonitoring/get_monitored_resource_task.py,sha256=knq15Q4LT-da2zumvWhGDbNp1Or6k4T9G4ww7YxwDTQ,10966
|
2657
2660
|
pulumi_oci/stackmonitoring/get_monitored_resource_tasks.py,sha256=-TXk8HRHniPxidcWw90EwhM-RIpgiWb6GBGfQvTVWzA,6746
|
2658
|
-
pulumi_oci/stackmonitoring/get_monitored_resource_type.py,sha256=
|
2661
|
+
pulumi_oci/stackmonitoring/get_monitored_resource_type.py,sha256=EPPWK45SjSdHVtRPulKgK_ZfTy-AK_VqO79My7zF0wk,12493
|
2659
2662
|
pulumi_oci/stackmonitoring/get_monitored_resource_types.py,sha256=bIQpDpmOcmr9xF5wkClD8l52NOvtxGZqPdFZse_0G9M,15239
|
2660
2663
|
pulumi_oci/stackmonitoring/get_monitored_resources.py,sha256=2IYo1FGmyXwHGNA7u2URM8oqr_iACWKQPzfHHNORfjY,8027
|
2661
|
-
pulumi_oci/stackmonitoring/get_process_set.py,sha256=
|
2664
|
+
pulumi_oci/stackmonitoring/get_process_set.py,sha256=lgWr7vFCdL8M6PQeRFXkJ3deVPObUcUaCgWm9N7Kjso,9194
|
2662
2665
|
pulumi_oci/stackmonitoring/get_process_sets.py,sha256=CvrZ1rY7LFgI3SNJpMYLyG0pksN--LKuPghEYlKOEMQ,6031
|
2663
2666
|
pulumi_oci/stackmonitoring/metric_extension.py,sha256=Kawp151NQCBqlQFocxSJt1KJ9L6468qWEMbj8f3GR3M,51435
|
2664
2667
|
pulumi_oci/stackmonitoring/metric_extension_metric_extension_on_given_resources_management.py,sha256=5ZzAI08ecSu1mw6UvI_OuEEf29E1T8ZZvsnPLhhVVeI,16378
|
2665
2668
|
pulumi_oci/stackmonitoring/metric_extensions_test_management.py,sha256=5TwPuAgGGr_IjKpomzNznZE_IkZNpiDWXSNdODZk6ek,16689
|
2666
|
-
pulumi_oci/stackmonitoring/monitored_resource.py,sha256=
|
2667
|
-
pulumi_oci/stackmonitoring/monitored_resource_task.py,sha256=
|
2668
|
-
pulumi_oci/stackmonitoring/monitored_resource_type.py,sha256=
|
2669
|
+
pulumi_oci/stackmonitoring/monitored_resource.py,sha256=xHJlFdykJrcBsb8QDQbesZ3tHELABwlwwepTZg6BGeg,80087
|
2670
|
+
pulumi_oci/stackmonitoring/monitored_resource_task.py,sha256=J0f3Y6MQKf5zqkVVdEgres4RhMQ51dEhs1OXUidpzlM,31766
|
2671
|
+
pulumi_oci/stackmonitoring/monitored_resource_type.py,sha256=0i69n_7vLV6_hzRT7Jn0UOgQTzWj48i-AZin7tqrVUA,39539
|
2669
2672
|
pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py,sha256=a8bC6rDYPUsP4t4Hy8VK3iRj3MrUBPzMWENZx8OEZXo,27502
|
2670
2673
|
pulumi_oci/stackmonitoring/monitored_resources_list_member.py,sha256=2V6Z0Wd9mJTzmBnhTfB1Rn9MWmgkhb-1f2fSQ67LmOM,16813
|
2671
|
-
pulumi_oci/stackmonitoring/monitored_resources_search.py,sha256=
|
2674
|
+
pulumi_oci/stackmonitoring/monitored_resources_search.py,sha256=Ocd344-wx9a606TpGrTP31AUk73dwcMrN5xs5QTp7d8,84323
|
2672
2675
|
pulumi_oci/stackmonitoring/monitored_resources_search_association.py,sha256=3VkvgbSez9WR6AXzd5nObyAUstbGquGLXz8Su8BliO4,29518
|
2673
|
-
pulumi_oci/stackmonitoring/outputs.py,sha256=
|
2674
|
-
pulumi_oci/stackmonitoring/process_set.py,sha256=
|
2676
|
+
pulumi_oci/stackmonitoring/outputs.py,sha256=LYvDBctKZOUl5o64V23i5qQP5rur2psc1JiYXYEBV4Q,327390
|
2677
|
+
pulumi_oci/stackmonitoring/process_set.py,sha256=6VGUIDYrq9vrepTZiuDsvWXuMZJgnCyQN6USNXr-xgw,26150
|
2675
2678
|
pulumi_oci/streaming/__init__.py,sha256=qUfMEOAARn0aZo_vquKVA6NeGypfQ3nRHuEY5NKEThM,582
|
2676
2679
|
pulumi_oci/streaming/_inputs.py,sha256=FNbJknKJEb7Hh-pkSawRjagcl950kZnCylQRW9u5tSA,12510
|
2677
|
-
pulumi_oci/streaming/connect_harness.py,sha256=
|
2678
|
-
pulumi_oci/streaming/get_connect_harness.py,sha256=
|
2680
|
+
pulumi_oci/streaming/connect_harness.py,sha256=9I5fs7GJQd5AQxXK_OYPjrCVPJMTNuGdaeqsRPl3M_Q,24010
|
2681
|
+
pulumi_oci/streaming/get_connect_harness.py,sha256=strsex9KMLBSqKTQX_ZADVZaOzhTVwg5Gd2qzZef8xc,7941
|
2679
2682
|
pulumi_oci/streaming/get_connect_harnesses.py,sha256=-kxaj4rVowj6B0qxvQRMOynS5qyVLwsOxXOE8_-hrR0,7158
|
2680
|
-
pulumi_oci/streaming/get_stream.py,sha256=
|
2681
|
-
pulumi_oci/streaming/get_stream_pool.py,sha256=
|
2683
|
+
pulumi_oci/streaming/get_stream.py,sha256=8cUg8btaWO03-tq5T5IBuyYGGVP77fA7QD6vnhlRmO0,10028
|
2684
|
+
pulumi_oci/streaming/get_stream_pool.py,sha256=RF6FYr35VZ5ZbhKBS7BScf4CbPoBpkhDcvhWlPP2w0s,11564
|
2682
2685
|
pulumi_oci/streaming/get_stream_pools.py,sha256=5cA9nE-JNfNiHVHwUNkiUA70GAQ1HdRMY85UNN56S28,6811
|
2683
2686
|
pulumi_oci/streaming/get_streams.py,sha256=WDhtAyYMvmvUEZnoFxjABH7pudpsssYQr8KVSzTOgeI,8422
|
2684
|
-
pulumi_oci/streaming/outputs.py,sha256=
|
2685
|
-
pulumi_oci/streaming/stream.py,sha256=
|
2686
|
-
pulumi_oci/streaming/stream_pool.py,sha256=
|
2687
|
+
pulumi_oci/streaming/outputs.py,sha256=YqFUWUzeVIgNCx0sH4Osu48EyqXcCyUI4fEsoyVyOjo,42241
|
2688
|
+
pulumi_oci/streaming/stream.py,sha256=J4V12YwnlGD5toXn2Ok_VvHXyx5PDxmDehtx2SE0CWU,33366
|
2689
|
+
pulumi_oci/streaming/stream_pool.py,sha256=EdlGguDiQVuTu1itnZS-OTV-D9qQjslKD5npnv4lVqY,37857
|
2687
2690
|
pulumi_oci/usageproxy/__init__.py,sha256=GUjigyDa6EsUw_WYyn6sYHiMAc2V-wVZjv7Q-F6wtfM,797
|
2688
2691
|
pulumi_oci/usageproxy/_inputs.py,sha256=0BATY1dy8boTQuD4yX7nFxLrqUtGW1usiHYoE1bAz1I,9832
|
2689
2692
|
pulumi_oci/usageproxy/get_resource_quotas.py,sha256=I1Mr-spnRl2XEVMhp_oOLpqsRz5ukLFIHSM7ceG5e_Y,7028
|
@@ -2701,94 +2704,94 @@ pulumi_oci/usageproxy/outputs.py,sha256=JABd_RpS0TgJqyvAaxXVpL3Er-bmcnCUN0fAGCpH
|
|
2701
2704
|
pulumi_oci/usageproxy/subscription_redeemable_user.py,sha256=KWc0qCEPl6W-WWGuS0qQfrS8NE0ZkcrDdVBStFw-fsg,16667
|
2702
2705
|
pulumi_oci/vault/__init__.py,sha256=vCGwhvDH2hKgV04jyWbx0pJMTSnwN7RoM8LCz6jj41Q,423
|
2703
2706
|
pulumi_oci/vault/_inputs.py,sha256=G1Z2hJq7RTnmIQmWHzFyQG2oMnfQJ9UHD23r5_Qr0Xw,17240
|
2704
|
-
pulumi_oci/vault/get_secret.py,sha256=
|
2707
|
+
pulumi_oci/vault/get_secret.py,sha256=N5NVbo4K6RZefysTJsEii_oWmho3aCzhLmk5YUmy1rI,16129
|
2705
2708
|
pulumi_oci/vault/get_secret_version.py,sha256=9T0YTrmHvMFW-0IUl6OJuBDoBCumJIEk9u7JjG0xyM8,9410
|
2706
2709
|
pulumi_oci/vault/get_secrets.py,sha256=lnVn0JxG4S1FPrz2s_nCmSH3N74qLD-crkyoyQptpEg,6871
|
2707
|
-
pulumi_oci/vault/outputs.py,sha256=
|
2708
|
-
pulumi_oci/vault/secret.py,sha256=
|
2710
|
+
pulumi_oci/vault/outputs.py,sha256=F3Vz2b1lHnqirD_JGZqKCWYoFsUqczPRmMSaowCCM2k,49188
|
2711
|
+
pulumi_oci/vault/secret.py,sha256=h2JNfYLlLCSgbaBbtqyUZQdwwo_imH6Xc7HjgK1pPNw,53705
|
2709
2712
|
pulumi_oci/vbs/__init__.py,sha256=dw-GqtP_ewNaTk6A4_ylG75dW0lybYa1teHSQIbyrN4,422
|
2710
2713
|
pulumi_oci/vbs/_inputs.py,sha256=WYitkqDib-xG80vgjzkCUqkE_C5qiQAWgl2lshVlaYs,1617
|
2711
|
-
pulumi_oci/vbs/get_inst_vbs_instance.py,sha256=
|
2714
|
+
pulumi_oci/vbs/get_inst_vbs_instance.py,sha256=G2pq72mLKguZfz2BMOvjo6umrgMYQ_80RN9a6AINrIg,11801
|
2712
2715
|
pulumi_oci/vbs/get_inst_vbs_instances.py,sha256=z01fQHd17Aws8YY9i5lnaYmqd79CaDMcx9zxfIVX4jU,7216
|
2713
|
-
pulumi_oci/vbs/inst_vbs_instance.py,sha256=
|
2714
|
-
pulumi_oci/vbs/outputs.py,sha256=
|
2716
|
+
pulumi_oci/vbs/inst_vbs_instance.py,sha256=svg69BwS632DfJQoGob3tuGVL3GmuBwOtlo0C5djEhw,35291
|
2717
|
+
pulumi_oci/vbs/outputs.py,sha256=b2rXOSZCgQPGOh0RQRjNB5cRm1-8C59xUBqQVau8n04,9146
|
2715
2718
|
pulumi_oci/visualbuilder/__init__.py,sha256=_-OX-bR9j1iwNa4wpmZ3qZzzInQbV3WQD89vZ5Ens2M,448
|
2716
2719
|
pulumi_oci/visualbuilder/_inputs.py,sha256=EumMY71aYimB9K2_oN1XmGOy3YcKDPzqK_Gi73n-B3g,15035
|
2717
|
-
pulumi_oci/visualbuilder/get_vb_instance.py,sha256=
|
2720
|
+
pulumi_oci/visualbuilder/get_vb_instance.py,sha256=1VJlgeSzi__puQJeRAnV44qOXNFlT0oLROBHBTjd-z8,16407
|
2718
2721
|
pulumi_oci/visualbuilder/get_vb_instance_applications.py,sha256=89ZJ88J34A8P7oAajcWtLTFzCYVIjcJGVa_FCCTI9UQ,5629
|
2719
2722
|
pulumi_oci/visualbuilder/get_vb_instances.py,sha256=47HvtpMPhimAXXsUiKrOL1rFIj2h6zZ4XICHhQSSBeg,6861
|
2720
|
-
pulumi_oci/visualbuilder/outputs.py,sha256=
|
2721
|
-
pulumi_oci/visualbuilder/vb_instance.py,sha256=
|
2723
|
+
pulumi_oci/visualbuilder/outputs.py,sha256=YpmaNHBQ8n_ayZ3XpWmgB7AoJ_AmomfoBIm_Gpyf4Es,46957
|
2724
|
+
pulumi_oci/visualbuilder/vb_instance.py,sha256=dx0Ui-uLKDH4vGpGjQICETZuibEiaef0yu1pDOwVTkU,51295
|
2722
2725
|
pulumi_oci/vnmonitoring/__init__.py,sha256=OxQ2ge12nUXNLNX4-AYv25d9BNmoAeA5KtOjmlhGiQs,453
|
2723
2726
|
pulumi_oci/vnmonitoring/_inputs.py,sha256=iM7KygwwVj0jADxymT9aHMHAkEDLOpDWpYF97ZpNCpU,42808
|
2724
|
-
pulumi_oci/vnmonitoring/get_path_analyzer_test.py,sha256=
|
2727
|
+
pulumi_oci/vnmonitoring/get_path_analyzer_test.py,sha256=4-FCAqQDEDfjT-wDzLwCohHdN0B1aREcc99kmXk9S9s,12104
|
2725
2728
|
pulumi_oci/vnmonitoring/get_path_analyzer_tests.py,sha256=ZnR-o4BW45tkk7Q8fJLfD3_XZ81JLzbV--f7zeAHQ_I,7574
|
2726
|
-
pulumi_oci/vnmonitoring/outputs.py,sha256=
|
2729
|
+
pulumi_oci/vnmonitoring/outputs.py,sha256=Dts30Otcmjg9fMMEHu1obZJMBIOX9gIAolh830cR_3k,78504
|
2727
2730
|
pulumi_oci/vnmonitoring/path_analysi.py,sha256=LGsfpEmMPp1_7sTIEfuDKRO26upsue4VbJctgdHsUSc,35181
|
2728
|
-
pulumi_oci/vnmonitoring/path_analyzer_test.py,sha256=
|
2731
|
+
pulumi_oci/vnmonitoring/path_analyzer_test.py,sha256=ola9bGs3M6Ml1mVkaRjhbCG8wHU43tJegO6IDGL8szg,41394
|
2729
2732
|
pulumi_oci/vulnerabilityscanning/__init__.py,sha256=VSMJQqSOSCZXxIeJUBXue681bibaPTi83mk_gzuyrx8,807
|
2730
2733
|
pulumi_oci/vulnerabilityscanning/_inputs.py,sha256=wnABSlItcqPGYzJhSGDiZADxMNpSXsgFoWY0UlCGfGE,26016
|
2731
|
-
pulumi_oci/vulnerabilityscanning/container_scan_recipe.py,sha256=
|
2732
|
-
pulumi_oci/vulnerabilityscanning/container_scan_target.py,sha256=
|
2733
|
-
pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py,sha256=
|
2734
|
+
pulumi_oci/vulnerabilityscanning/container_scan_recipe.py,sha256=F2NLIz-LpOQX-oVvUmGJoG34ybeg59nDM6xkUlR52js,28263
|
2735
|
+
pulumi_oci/vulnerabilityscanning/container_scan_target.py,sha256=vRjIhwL1XbcJ-ovlrPSZqelsxBn5Qx479hs3ClfzWFo,31139
|
2736
|
+
pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py,sha256=oBIneyYnOm8yvLQhY9Fs6zO8byMzXRL30xQ71j9wZPk,10153
|
2734
2737
|
pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py,sha256=oOyJuR4NZQluA0PWD3UlO73bsGGOpoNUxS6KHl7__9k,7854
|
2735
|
-
pulumi_oci/vulnerabilityscanning/get_container_scan_target.py,sha256=
|
2738
|
+
pulumi_oci/vulnerabilityscanning/get_container_scan_target.py,sha256=Rfr-SYfWjSp_2_qsxpaqPdwnfGBSTHT7kOGbpt0-6nw,11089
|
2736
2739
|
pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py,sha256=fXh5AmFjuJOoo7tBwY86dGxgPTHB8-Daxr22jP4foIE,8147
|
2737
|
-
pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py,sha256=
|
2740
|
+
pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py,sha256=Ll90TUYrvrL1RrYmWJIdx_ugZ3H9fNSaskh0_5zyHbU,10971
|
2738
2741
|
pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py,sha256=ohIlvq7BZD0K1W0Ntbsk1TkA6Gl9E6CY2Bywo9Qadx0,7504
|
2739
|
-
pulumi_oci/vulnerabilityscanning/get_host_scan_target.py,sha256=
|
2742
|
+
pulumi_oci/vulnerabilityscanning/get_host_scan_target.py,sha256=1kCliLjfpSa8dAqrPStqDuyKX-3JfS0fiCsC6Ztclvs,10984
|
2740
2743
|
pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py,sha256=KC2C1tgmcQRjtk_tUvZsyx_VcJmIZX44NfBFhdPSdII,7846
|
2741
2744
|
pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py,sha256=2BSFwpTWhQgJATsPM2yJLiPqnzzby-QffD_61A1_1LE,7554
|
2742
|
-
pulumi_oci/vulnerabilityscanning/host_scan_recipe.py,sha256=
|
2743
|
-
pulumi_oci/vulnerabilityscanning/host_scan_target.py,sha256=
|
2744
|
-
pulumi_oci/vulnerabilityscanning/outputs.py,sha256=
|
2745
|
+
pulumi_oci/vulnerabilityscanning/host_scan_recipe.py,sha256=dzq933_qHVaYcwjkgdzAoqzl22RRUmF46YKuvHl8g_Q,37218
|
2746
|
+
pulumi_oci/vulnerabilityscanning/host_scan_target.py,sha256=xje-UkPqq9CnqraCKU0gIZRw9ixYEx-imihmQQoT6G8,33703
|
2747
|
+
pulumi_oci/vulnerabilityscanning/outputs.py,sha256=izRog-y9DqPKRFySHm6lodnr0ofYbZLBfvsSTZGfFAA,88866
|
2745
2748
|
pulumi_oci/waa/__init__.py,sha256=8WGkEBb_DVZkKsHSkgNODVUtedjWl1s1eJ0Mmm_xSMQ,546
|
2746
2749
|
pulumi_oci/waa/_inputs.py,sha256=IQ9aNnPFCHJdfsk-RLrIXtKySnTiJrZT5_-7yyTtdhM,8335
|
2747
|
-
pulumi_oci/waa/app_acceleration.py,sha256
|
2748
|
-
pulumi_oci/waa/app_acceleration_policy.py,sha256=
|
2749
|
-
pulumi_oci/waa/get_app_acceleration.py,sha256=
|
2750
|
+
pulumi_oci/waa/app_acceleration.py,sha256=-DK2ls1E3crHn7efBK2fxgvx56_4ynsJme4g62GrhZM,35004
|
2751
|
+
pulumi_oci/waa/app_acceleration_policy.py,sha256=w5dq7oR7EE4Y-Axpt0dDKclBegP01TY2rBcjgOWgdyw,37527
|
2752
|
+
pulumi_oci/waa/get_app_acceleration.py,sha256=F_pKz86MnUqW9f6O5JtgUqm74OZrg8zdEEvSTDK14PU,11357
|
2750
2753
|
pulumi_oci/waa/get_app_acceleration_policies.py,sha256=JdsNjJzcLmpw5M4QlfcERr3DPkfQR6c-ozTQ0SvaUbA,8605
|
2751
|
-
pulumi_oci/waa/get_app_acceleration_policy.py,sha256=
|
2754
|
+
pulumi_oci/waa/get_app_acceleration_policy.py,sha256=oH9MwC_Jlu7f-5IR7PzcLApH0RY6hHPgNS-YwhMdgWQ,11363
|
2752
2755
|
pulumi_oci/waa/get_app_accelerations.py,sha256=eynDgOaNPMf1r_Y-wKm5WXPOP7Xj0c2FMQo6qgZS5bk,9881
|
2753
|
-
pulumi_oci/waa/outputs.py,sha256=
|
2756
|
+
pulumi_oci/waa/outputs.py,sha256=esYD-ttnne2TXLEKOF3rta8Fp28sWV9pVNj7P8-MbZg,30568
|
2754
2757
|
pulumi_oci/waas/__init__.py,sha256=ToufiV_N4h1r7NjPwvz004zNVy30YUEPv47YWrmt74Q,963
|
2755
|
-
pulumi_oci/waas/_inputs.py,sha256=
|
2756
|
-
pulumi_oci/waas/address_list.py,sha256=
|
2757
|
-
pulumi_oci/waas/certificate.py,sha256=
|
2758
|
-
pulumi_oci/waas/custom_protection_rule.py,sha256=
|
2759
|
-
pulumi_oci/waas/get_address_list.py,sha256=
|
2758
|
+
pulumi_oci/waas/_inputs.py,sha256=XRw4BKuB4ERLUH284ROEmOiZFgK9dHMvQ5R6Af1_U-E,235468
|
2759
|
+
pulumi_oci/waas/address_list.py,sha256=v1hYcHZQKxLbR0LLmnfEkPeoRQSShhjHd42yCtGNve0,25786
|
2760
|
+
pulumi_oci/waas/certificate.py,sha256=s8G3qzQnI271sSvm4bf0aR0SWwIin7C-7grjx5kbVXI,48608
|
2761
|
+
pulumi_oci/waas/custom_protection_rule.py,sha256=JtAO61MVMfCRDB_BSNxDLrPPl4yRmD3PJl07Xl52uuU,45539
|
2762
|
+
pulumi_oci/waas/get_address_list.py,sha256=Mf9lYhn94ELDBPTEk028DNC53sb5eOiAViS1w1WC1Bw,8584
|
2760
2763
|
pulumi_oci/waas/get_address_lists.py,sha256=15ccp1PteZs6_UlQHrip9lGw7ehQjc391tgn3AW3vUI,10289
|
2761
|
-
pulumi_oci/waas/get_certificate.py,sha256=
|
2764
|
+
pulumi_oci/waas/get_certificate.py,sha256=Qx4rXdz2i6ffUCx91ZTQBY18VW-tw9IvdCUppN5cQok,15589
|
2762
2765
|
pulumi_oci/waas/get_certificates.py,sha256=c9TxcbgpV0eAPdOKkk7fbRCJot8vdyLH9IJWnPmiwww,10429
|
2763
|
-
pulumi_oci/waas/get_custom_protection_rule.py,sha256=
|
2766
|
+
pulumi_oci/waas/get_custom_protection_rule.py,sha256=I8e-SzJmbJwsb629N3F8g4fPQZ_Y1KhgnjcYkndvWNQ,9871
|
2764
2767
|
pulumi_oci/waas/get_custom_protection_rules.py,sha256=i-ilZbw_-gcg1ZGXsxZOLzLrQMAABY7iNYgk4nef8Uo,11336
|
2765
2768
|
pulumi_oci/waas/get_edge_subnets.py,sha256=ASraxqctBzOQpPAEJ4PgRLucQzhi-EEAMRdBY-saamE,4303
|
2766
|
-
pulumi_oci/waas/get_http_redirect.py,sha256=
|
2769
|
+
pulumi_oci/waas/get_http_redirect.py,sha256=dvFLb-NDTeaATUwelum6yxAdLVtBgdiXVZD48I9hS5M,9112
|
2767
2770
|
pulumi_oci/waas/get_http_redirects.py,sha256=sSXfLwcexi00fAiynt9kGMS6ZvGgHlWfN-gwro4Pgr4,10503
|
2768
2771
|
pulumi_oci/waas/get_protection_rule.py,sha256=VsCwCbVBp8CWKSK5DgXdsTuFsCDafWQq9hmzQ3rWC68,9141
|
2769
2772
|
pulumi_oci/waas/get_protection_rules.py,sha256=08BHFrtqNYxivc2YWzGFaRu4odzb_swROKNs9QL_iFM,7774
|
2770
2773
|
pulumi_oci/waas/get_waas_policies.py,sha256=zB5IFjWftJ7TD6r9PVKIKHRd3QCuLUACthmmi6uYPM4,10365
|
2771
|
-
pulumi_oci/waas/get_waas_policy.py,sha256=
|
2772
|
-
pulumi_oci/waas/http_redirect.py,sha256=
|
2773
|
-
pulumi_oci/waas/outputs.py,sha256=
|
2774
|
-
pulumi_oci/waas/policy.py,sha256=
|
2774
|
+
pulumi_oci/waas/get_waas_policy.py,sha256=A1J8Y2NCaarKpIcGIYHKdiTJSWGaDMboku1OSCG11hE,11753
|
2775
|
+
pulumi_oci/waas/http_redirect.py,sha256=k8Pgt9qLJzaUmKw55D9_uF3Jv5sJwzlwaqJQB1PI2qk,28724
|
2776
|
+
pulumi_oci/waas/outputs.py,sha256=EXqhnUplvbdPuwFA_tax9S3jre14YP5I2dMKNE8yqso,604409
|
2777
|
+
pulumi_oci/waas/policy.py,sha256=cErgMs4jJHSNeJL-w62mi8cUSapwlp0BWz7QYuSVxuc,43017
|
2775
2778
|
pulumi_oci/waas/protection_rule.py,sha256=pC4dhnyO1rFldRTshMcedkgWP4WyiSetkFCzL-xB9zo,19938
|
2776
2779
|
pulumi_oci/waas/purge_cache.py,sha256=jU7lROBv0-Gz0bMJAP-wVQO8wXy0eBTL4popZteraR8,12912
|
2777
2780
|
pulumi_oci/waf/__init__.py,sha256=29r6sMHheKYKvxj2zmq3QBTyxmY1P-OP5cGjmyD91xI,742
|
2778
2781
|
pulumi_oci/waf/_inputs.py,sha256=b5cvnqzcpBUQqbARJ6TnyLJTuJwc7qA3EQDaV-JsME8,85680
|
2779
|
-
pulumi_oci/waf/app_firewall.py,sha256=
|
2780
|
-
pulumi_oci/waf/app_firewall_policy.py,sha256=
|
2782
|
+
pulumi_oci/waf/app_firewall.py,sha256=yTMMM43zQtTgrLfyBXpnM8LRVA2Y5HAPA8YULoUmSyc,34540
|
2783
|
+
pulumi_oci/waf/app_firewall_policy.py,sha256=S4E4pWyilxxY0vZWqcs6bs_o4C6KSFm4ZkWmgh1_2RY,67603
|
2781
2784
|
pulumi_oci/waf/get_firewalls.py,sha256=eGJPfFIqrFrRNOhkCR2itB9NvStNyjD6yO1Xa0qkedo,9356
|
2782
|
-
pulumi_oci/waf/get_network_address_list.py,sha256=
|
2785
|
+
pulumi_oci/waf/get_network_address_list.py,sha256=Ry_kGXMqSBxyf6WjbaUmPLCENFGWlw4Kl1dUqZ2KHcc,10955
|
2783
2786
|
pulumi_oci/waf/get_network_address_lists.py,sha256=nWwTS_gTieys5Mdt3V1qGj6JO_Z496zF7oDecf-5k-A,8240
|
2784
2787
|
pulumi_oci/waf/get_protection_capabilities.py,sha256=Kez_t6oqQD-0yvJUaJT8dgx_bTtbc9qzOoUC8R4ipJI,10781
|
2785
2788
|
pulumi_oci/waf/get_protection_capability_group_tags.py,sha256=jp9iJls3QvRacxjZV72ynlOwehVIbIgxUpwNr7VdWEM,7668
|
2786
|
-
pulumi_oci/waf/get_web_app_firewall.py,sha256=
|
2789
|
+
pulumi_oci/waf/get_web_app_firewall.py,sha256=3q2EMLPUkbfDGvEIxFmpkNWxv653AYb37MWA5ftqOMg,11132
|
2787
2790
|
pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=O7VSdioW26YIEVlUqhNq3kMmCEi51PKAb7hcTw8jIsQ,8458
|
2788
|
-
pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=
|
2789
|
-
pulumi_oci/waf/network_address_list.py,sha256=
|
2790
|
-
pulumi_oci/waf/outputs.py,sha256=
|
2791
|
-
pulumi_oci-2.
|
2792
|
-
pulumi_oci-2.
|
2793
|
-
pulumi_oci-2.
|
2794
|
-
pulumi_oci-2.
|
2791
|
+
pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=7appT-JjWaUc0yM3SygrdohUQfgguEAkGTRKH1Fr3EE,14234
|
2792
|
+
pulumi_oci/waf/network_address_list.py,sha256=O-HiNiCu77OCRHsXQ8bmTdivdcU4ReLuXtPV4XU-NQU,33677
|
2793
|
+
pulumi_oci/waf/outputs.py,sha256=LpGDIkjrMFIPv4uQe2AJ0tbVqqBCffU4qE23vEVTprE,227138
|
2794
|
+
pulumi_oci-2.8.0.dist-info/METADATA,sha256=wrSU3pKsXIwmPRKmXXfPQHGBLZ4GmwZByKtX-4EY4wg,3890
|
2795
|
+
pulumi_oci-2.8.0.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
|
2796
|
+
pulumi_oci-2.8.0.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
2797
|
+
pulumi_oci-2.8.0.dist-info/RECORD,,
|