pulumi-oci 1.11.0a1695829678__py3-none-any.whl → 1.12.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +35 -0
- pulumi_oci/adm/_inputs.py +116 -23
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +55 -13
- pulumi_oci/adm/outputs.py +469 -101
- pulumi_oci/adm/vulnerability_audit.py +119 -31
- pulumi_oci/aianomalydetection/_inputs.py +355 -84
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +73 -19
- pulumi_oci/aianomalydetection/data_asset.py +84 -21
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +98 -24
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +84 -21
- pulumi_oci/aianomalydetection/outputs.py +1189 -292
- pulumi_oci/aianomalydetection/project.py +61 -15
- pulumi_oci/aidocument/_inputs.py +315 -72
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +154 -54
- pulumi_oci/aidocument/outputs.py +932 -210
- pulumi_oci/aidocument/processor_job.py +82 -17
- pulumi_oci/aidocument/project.py +64 -16
- pulumi_oci/ailanguage/_inputs.py +321 -68
- pulumi_oci/ailanguage/endpoint.py +79 -21
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +109 -26
- pulumi_oci/ailanguage/outputs.py +1086 -239
- pulumi_oci/ailanguage/project.py +64 -16
- pulumi_oci/aivision/_inputs.py +99 -22
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +151 -40
- pulumi_oci/aivision/outputs.py +379 -92
- pulumi_oci/aivision/project.py +64 -16
- pulumi_oci/analytics/_inputs.py +100 -20
- pulumi_oci/analytics/analytics_instance.py +116 -30
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +70 -18
- pulumi_oci/analytics/analytics_instance_vanity_url.py +61 -15
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +295 -64
- pulumi_oci/announcementsservice/_inputs.py +56 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +93 -24
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +31 -5
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +37 -7
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +170 -34
- pulumi_oci/apigateway/_inputs.py +1983 -398
- pulumi_oci/apigateway/api.py +67 -17
- pulumi_oci/apigateway/certificate.py +79 -21
- pulumi_oci/apigateway/deployment.py +81 -20
- pulumi_oci/apigateway/gateway.py +102 -27
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +7817 -1589
- pulumi_oci/apigateway/subscriber.py +67 -17
- pulumi_oci/apigateway/usage_plan.py +61 -15
- pulumi_oci/apm/_inputs.py +33 -7
- pulumi_oci/apm/apm_domain.py +67 -17
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +89 -21
- pulumi_oci/apmconfig/_inputs.py +96 -21
- pulumi_oci/apmconfig/config.py +130 -38
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +337 -78
- pulumi_oci/apmsynthetics/_inputs.py +446 -91
- pulumi_oci/apmsynthetics/config.py +163 -44
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +78 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +1 -1
- pulumi_oci/apmsynthetics/get_script.py +1 -1
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +1520 -323
- pulumi_oci/apmsynthetics/script.py +82 -22
- pulumi_oci/apmtraces/_inputs.py +17 -4
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +225 -50
- pulumi_oci/appmgmtcontrol/_inputs.py +17 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +40 -8
- pulumi_oci/appmgmtcontrol/outputs.py +61 -14
- pulumi_oci/artifacts/_inputs.py +94 -18
- pulumi_oci/artifacts/container_configuration.py +34 -6
- pulumi_oci/artifacts/container_image_signature.py +88 -24
- pulumi_oci/artifacts/container_repository.py +96 -25
- pulumi_oci/artifacts/generic_artifact.py +64 -16
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +515 -121
- pulumi_oci/artifacts/repository.py +67 -17
- pulumi_oci/audit/_inputs.py +17 -4
- pulumi_oci/audit/configuration.py +31 -5
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +191 -48
- pulumi_oci/autoscaling/_inputs.py +167 -41
- pulumi_oci/autoscaling/auto_scaling_configuration.py +81 -33
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +510 -111
- pulumi_oci/bastion/_inputs.py +71 -15
- pulumi_oci/bastion/bastion.py +109 -31
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +266 -66
- pulumi_oci/bastion/session.py +89 -21
- pulumi_oci/bigdataservice/_inputs.py +866 -182
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +80 -18
- pulumi_oci/bigdataservice/bds_instance.py +231 -60
- pulumi_oci/bigdataservice/bds_instance_api_key.py +64 -16
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +73 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +37 -7
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +2639 -577
- pulumi_oci/blockchain/_inputs.py +197 -36
- pulumi_oci/blockchain/blockchain_platform.py +153 -44
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +48 -9
- pulumi_oci/blockchain/outputs.py +674 -132
- pulumi_oci/blockchain/peer.py +63 -14
- pulumi_oci/budget/_inputs.py +33 -7
- pulumi_oci/budget/budget.py +127 -40
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +161 -45
- pulumi_oci/budget/rule.py +91 -25
- pulumi_oci/certificatesmanagement/_inputs.py +662 -156
- pulumi_oci/certificatesmanagement/ca_bundle.py +64 -16
- pulumi_oci/certificatesmanagement/certificate.py +102 -27
- pulumi_oci/certificatesmanagement/certificate_authority.py +110 -28
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +2271 -536
- pulumi_oci/cloudbridge/_inputs.py +488 -112
- pulumi_oci/cloudbridge/agent.py +97 -27
- pulumi_oci/cloudbridge/agent_dependency.py +100 -28
- pulumi_oci/cloudbridge/agent_plugin.py +64 -16
- pulumi_oci/cloudbridge/asset.py +129 -31
- pulumi_oci/cloudbridge/asset_source.py +131 -35
- pulumi_oci/cloudbridge/discovery_schedule.py +64 -16
- pulumi_oci/cloudbridge/environment.py +58 -14
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +58 -14
- pulumi_oci/cloudbridge/outputs.py +1748 -427
- pulumi_oci/cloudguard/_inputs.py +1352 -316
- pulumi_oci/cloudguard/cloud_guard_configuration.py +43 -9
- pulumi_oci/cloudguard/cloud_guard_data_source.py +81 -20
- pulumi_oci/cloudguard/data_mask_rule.py +96 -25
- pulumi_oci/cloudguard/detector_recipe.py +88 -24
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +88 -24
- pulumi_oci/cloudguard/outputs.py +4456 -1066
- pulumi_oci/cloudguard/responder_recipe.py +82 -22
- pulumi_oci/cloudguard/security_recipe.py +70 -18
- pulumi_oci/cloudguard/security_zone.py +73 -19
- pulumi_oci/cloudguard/target.py +100 -28
- pulumi_oci/cloudmigrations/_inputs.py +1111 -259
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +70 -18
- pulumi_oci/cloudmigrations/migration_asset.py +103 -29
- pulumi_oci/cloudmigrations/migration_plan.py +91 -25
- pulumi_oci/cloudmigrations/outputs.py +3596 -861
- pulumi_oci/cloudmigrations/replication_schedule.py +64 -16
- pulumi_oci/cloudmigrations/target_asset.py +105 -28
- pulumi_oci/computecloud/__init__.py +15 -0
- pulumi_oci/computecloud/_inputs.py +927 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1004 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +703 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +368 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +244 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +264 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +244 -0
- pulumi_oci/computecloud/outputs.py +2650 -0
- pulumi_oci/computeinstanceagent/_inputs.py +33 -7
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +71 -15
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1033 -219
- pulumi_oci/containerengine/addon.py +61 -15
- pulumi_oci/containerengine/cluster.py +121 -30
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +25 -3
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +31 -5
- pulumi_oci/containerengine/cluster_workload_mapping.py +58 -14
- pulumi_oci/containerengine/container_instance.py +143 -39
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +170 -49
- pulumi_oci/containerengine/outputs.py +2481 -536
- pulumi_oci/containerengine/virtual_node_pool.py +119 -31
- pulumi_oci/containerinstances/_inputs.py +33 -7
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +935 -226
- pulumi_oci/core/_inputs.py +4772 -994
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +43 -9
- pulumi_oci/core/app_catalog_subscription.py +76 -20
- pulumi_oci/core/boot_volume.py +132 -40
- pulumi_oci/core/boot_volume_backup.py +102 -27
- pulumi_oci/core/capture_filter.py +61 -15
- pulumi_oci/core/cluster_network.py +86 -20
- pulumi_oci/core/compute_capacity_report.py +40 -8
- pulumi_oci/core/compute_capacity_reservation.py +76 -20
- pulumi_oci/core/compute_cluster.py +55 -13
- pulumi_oci/core/compute_image_capability_schema.py +67 -17
- pulumi_oci/core/console_history.py +55 -13
- pulumi_oci/core/cpe.py +64 -16
- pulumi_oci/core/cross_connect.py +111 -30
- pulumi_oci/core/cross_connect_group.py +72 -17
- pulumi_oci/core/dedicated_vm_host.py +79 -21
- pulumi_oci/core/default_dhcp_options.py +67 -17
- pulumi_oci/core/default_route_table.py +61 -15
- pulumi_oci/core/default_security_list.py +67 -17
- pulumi_oci/core/dhcp_options.py +67 -17
- pulumi_oci/core/drg.py +58 -14
- pulumi_oci/core/drg_attachment.py +96 -25
- pulumi_oci/core/drg_attachment_management.py +111 -30
- pulumi_oci/core/drg_attachments_list.py +40 -8
- pulumi_oci/core/drg_route_distribution.py +58 -14
- pulumi_oci/core/drg_route_distribution_statement.py +48 -9
- pulumi_oci/core/drg_route_table.py +70 -18
- pulumi_oci/core/drg_route_table_route_rule.py +58 -14
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +21 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +99 -26
- pulumi_oci/core/instance.py +277 -94
- pulumi_oci/core/instance_configuration.py +72 -17
- pulumi_oci/core/instance_console_connection.py +61 -15
- pulumi_oci/core/instance_pool.py +91 -25
- pulumi_oci/core/instance_pool_instance.py +73 -19
- pulumi_oci/core/internet_gateway.py +67 -17
- pulumi_oci/core/ipsec.py +82 -22
- pulumi_oci/core/ipsec_connection_tunnel_management.py +120 -33
- pulumi_oci/core/ipv6.py +67 -17
- pulumi_oci/core/listing_resource_version_agreement.py +127 -11
- pulumi_oci/core/local_peering_gateway.py +82 -22
- pulumi_oci/core/nat_gateway.py +76 -20
- pulumi_oci/core/network_security_group.py +55 -13
- pulumi_oci/core/network_security_group_security_rule.py +112 -27
- pulumi_oci/core/outputs.py +14631 -3340
- pulumi_oci/core/private_ip.py +79 -21
- pulumi_oci/core/public_ip.py +82 -22
- pulumi_oci/core/public_ip_pool.py +52 -12
- pulumi_oci/core/public_ip_pool_capacity.py +37 -7
- pulumi_oci/core/remote_peering_connection.py +76 -20
- pulumi_oci/core/route_table.py +61 -15
- pulumi_oci/core/route_table_attachment.py +31 -5
- pulumi_oci/core/security_list.py +67 -17
- pulumi_oci/core/service_gateway.py +70 -18
- pulumi_oci/core/shape_management.py +37 -7
- pulumi_oci/core/subnet.py +127 -37
- pulumi_oci/core/vcn.py +109 -31
- pulumi_oci/core/virtual_circuit.py +160 -51
- pulumi_oci/core/virtual_network.py +109 -31
- pulumi_oci/core/vlan.py +85 -23
- pulumi_oci/core/vnic_attachment.py +72 -17
- pulumi_oci/core/volume.py +138 -45
- pulumi_oci/core/volume_attachment.py +124 -39
- pulumi_oci/core/volume_backup.py +105 -28
- pulumi_oci/core/volume_backup_policy.py +58 -14
- pulumi_oci/core/volume_backup_policy_assignment.py +34 -6
- pulumi_oci/core/volume_group.py +105 -28
- pulumi_oci/core/volume_group_backup.py +99 -26
- pulumi_oci/core/vtap.py +136 -40
- pulumi_oci/database/_inputs.py +3678 -749
- pulumi_oci/database/application_vip.py +67 -17
- pulumi_oci/database/autonomous_container_database.py +280 -83
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +88 -24
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +37 -7
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +43 -9
- pulumi_oci/database/autonomous_database.py +677 -186
- pulumi_oci/database/autonomous_database_backup.py +105 -28
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +43 -9
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +37 -7
- pulumi_oci/database/autonomous_database_wallet.py +46 -10
- pulumi_oci/database/autonomous_exadata_infrastructure.py +123 -37
- pulumi_oci/database/autonomous_vm_cluster.py +193 -59
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +49 -11
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +49 -11
- pulumi_oci/database/backup.py +79 -21
- pulumi_oci/database/backup_cancel_management.py +31 -5
- pulumi_oci/database/backup_destination.py +99 -29
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +243 -74
- pulumi_oci/database/cloud_database_management.py +84 -21
- pulumi_oci/database/cloud_exadata_infrastructure.py +147 -42
- pulumi_oci/database/cloud_vm_cluster.py +255 -78
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +43 -9
- pulumi_oci/database/data_guard_association.py +249 -76
- pulumi_oci/database/database.py +159 -46
- pulumi_oci/database/database_software_image.py +103 -29
- pulumi_oci/database/database_upgrade.py +129 -36
- pulumi_oci/database/db_home.py +120 -33
- pulumi_oci/database/db_node.py +100 -28
- pulumi_oci/database/db_node_console_connection.py +61 -15
- pulumi_oci/database/db_system.py +303 -89
- pulumi_oci/database/db_systems_upgrade.py +181 -55
- pulumi_oci/database/exadata_infrastructure.py +248 -74
- pulumi_oci/database/exadata_infrastructure_compute.py +166 -50
- pulumi_oci/database/exadata_infrastructure_storage.py +195 -58
- pulumi_oci/database/exadata_iorm_config.py +43 -9
- pulumi_oci/database/external_container_database.py +85 -23
- pulumi_oci/database/external_container_database_management.py +43 -9
- pulumi_oci/database/external_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_database_connector.py +95 -23
- pulumi_oci/database/external_non_container_database.py +88 -24
- pulumi_oci/database/external_non_container_database_management.py +43 -9
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_pluggable_database.py +100 -28
- pulumi_oci/database/external_pluggable_database_management.py +37 -7
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +1 -1
- pulumi_oci/database/get_autonomous_container_database.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -1
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +21 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +1 -1
- pulumi_oci/database/get_autonomous_databases.py +39 -2
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +1 -1
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +1 -1
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_histories.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +1 -1
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +1 -1
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +1 -1
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_nodes.py +1 -1
- pulumi_oci/database/get_db_server.py +1 -1
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +1 -1
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +1 -1
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_versions.py +1 -1
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +1 -1
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +1 -1
- pulumi_oci/database/get_maintenance_runs.py +1 -1
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +1 -1
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +1 -1
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_vm_cluster.py +1 -1
- pulumi_oci/database/get_vm_cluster_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +66 -15
- pulumi_oci/database/maintenance_run.py +148 -44
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12905 -3057
- pulumi_oci/database/pluggable_database.py +91 -25
- pulumi_oci/database/pluggable_database_managements_management.py +114 -31
- pulumi_oci/database/pluggable_databases_local_clone.py +85 -23
- pulumi_oci/database/pluggable_databases_remote_clone.py +97 -27
- pulumi_oci/database/vm_cluster.py +171 -50
- pulumi_oci/database/vm_cluster_add_virtual_network.py +109 -31
- pulumi_oci/database/vm_cluster_network.py +103 -29
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +103 -29
- pulumi_oci/databasemanagement/_inputs.py +1848 -402
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +67 -17
- pulumi_oci/databasemanagement/external_asm.py +73 -19
- pulumi_oci/databasemanagement/external_cluster.py +79 -21
- pulumi_oci/databasemanagement/external_cluster_instance.py +73 -19
- pulumi_oci/databasemanagement/external_db_node.py +70 -18
- pulumi_oci/databasemanagement/external_db_system.py +80 -18
- pulumi_oci/databasemanagement/external_db_system_connector.py +73 -19
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +37 -7
- pulumi_oci/databasemanagement/external_db_system_discovery.py +67 -17
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +43 -9
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +91 -25
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +37 -7
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +84 -21
- pulumi_oci/databasemanagement/external_listener.py +100 -28
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/managed_database_group.py +52 -12
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/outputs.py +7807 -1812
- pulumi_oci/databasemigration/_inputs.py +962 -150
- pulumi_oci/databasemigration/agent.py +82 -22
- pulumi_oci/databasemigration/connection.py +163 -39
- pulumi_oci/databasemigration/get_agent.py +1 -1
- pulumi_oci/databasemigration/get_agent_images.py +1 -1
- pulumi_oci/databasemigration/get_agents.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +12 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +1 -1
- pulumi_oci/databasemigration/job.py +70 -18
- pulumi_oci/databasemigration/migration.py +238 -48
- pulumi_oci/databasemigration/outputs.py +2788 -458
- pulumi_oci/databasetools/_inputs.py +137 -23
- pulumi_oci/databasetools/database_tools_connection.py +116 -30
- pulumi_oci/databasetools/database_tools_private_endpoint.py +103 -29
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +514 -102
- pulumi_oci/datacatalog/_inputs.py +97 -19
- pulumi_oci/datacatalog/catalog.py +70 -18
- pulumi_oci/datacatalog/catalog_private_endpoint.py +70 -18
- pulumi_oci/datacatalog/connection.py +94 -39
- pulumi_oci/datacatalog/data_asset.py +79 -34
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +67 -17
- pulumi_oci/datacatalog/outputs.py +403 -100
- pulumi_oci/dataflow/_inputs.py +421 -78
- pulumi_oci/dataflow/application.py +217 -62
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +241 -70
- pulumi_oci/dataflow/outputs.py +1579 -345
- pulumi_oci/dataflow/pool.py +91 -25
- pulumi_oci/dataflow/private_endpoint.py +97 -27
- pulumi_oci/dataflow/run_statement.py +46 -10
- pulumi_oci/dataflow/sql_endpoint.py +151 -40
- pulumi_oci/dataintegration/_inputs.py +530 -119
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1752 -412
- pulumi_oci/dataintegration/workspace.py +139 -41
- pulumi_oci/dataintegration/workspace_application.py +146 -40
- pulumi_oci/dataintegration/workspace_folder.py +99 -26
- pulumi_oci/dataintegration/workspace_project.py +93 -24
- pulumi_oci/datalabellingservice/_inputs.py +160 -29
- pulumi_oci/datalabellingservice/dataset.py +134 -31
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +518 -96
- pulumi_oci/datasafe/_inputs.py +1508 -333
- pulumi_oci/datasafe/add_sdm_columns.py +25 -3
- pulumi_oci/datasafe/alert.py +103 -29
- pulumi_oci/datasafe/audit_archive_retrieval.py +91 -25
- pulumi_oci/datasafe/audit_policy.py +100 -28
- pulumi_oci/datasafe/audit_profile.py +100 -28
- pulumi_oci/datasafe/audit_trail.py +103 -29
- pulumi_oci/datasafe/compare_security_assessment.py +31 -5
- pulumi_oci/datasafe/compare_user_assessment.py +31 -5
- pulumi_oci/datasafe/data_safe_configuration.py +52 -12
- pulumi_oci/datasafe/data_safe_private_endpoint.py +88 -24
- pulumi_oci/datasafe/discovery_jobs_result.py +82 -25
- pulumi_oci/datasafe/discovery_mod.py +124 -36
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +27 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +73 -19
- pulumi_oci/datasafe/mask_data.py +31 -5
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +31 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +94 -26
- pulumi_oci/datasafe/masking_policy.py +112 -32
- pulumi_oci/datasafe/on_prem_connector.py +67 -17
- pulumi_oci/datasafe/outputs.py +6826 -1649
- pulumi_oci/datasafe/report_definition.py +127 -37
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +70 -18
- pulumi_oci/datasafe/security_assessment.py +115 -33
- pulumi_oci/datasafe/sensitive_data_model.py +109 -31
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +31 -5
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +124 -36
- pulumi_oci/datasafe/sensitive_type.py +112 -32
- pulumi_oci/datasafe/set_security_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/set_user_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/target_alert_policy_association.py +79 -21
- pulumi_oci/datasafe/target_database.py +111 -25
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/user_assessment.py +109 -31
- pulumi_oci/datascience/__init__.py +3 -0
- pulumi_oci/datascience/_inputs.py +1035 -188
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +297 -0
- pulumi_oci/datascience/get_private_endpoints.py +216 -0
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/job.py +133 -34
- pulumi_oci/datascience/job_run.py +107 -27
- pulumi_oci/datascience/model.py +118 -34
- pulumi_oci/datascience/model_artifact_export.py +55 -13
- pulumi_oci/datascience/model_artifact_import.py +55 -13
- pulumi_oci/datascience/model_deployment.py +95 -23
- pulumi_oci/datascience/model_provenance.py +61 -15
- pulumi_oci/datascience/model_version_set.py +67 -17
- pulumi_oci/datascience/notebook_session.py +104 -23
- pulumi_oci/datascience/outputs.py +3349 -646
- pulumi_oci/datascience/pipeline.py +129 -31
- pulumi_oci/datascience/pipeline_run.py +125 -33
- pulumi_oci/datascience/private_endpoint.py +850 -0
- pulumi_oci/datascience/project.py +58 -14
- pulumi_oci/devops/_inputs.py +1616 -278
- pulumi_oci/devops/build_pipeline.py +78 -19
- pulumi_oci/devops/build_pipeline_stage.py +178 -44
- pulumi_oci/devops/build_run.py +95 -23
- pulumi_oci/devops/connection.py +108 -29
- pulumi_oci/devops/deploy_artifact.py +90 -23
- pulumi_oci/devops/deploy_environment.py +107 -27
- pulumi_oci/devops/deploy_pipeline.py +84 -21
- pulumi_oci/devops/deploy_stage.py +480 -128
- pulumi_oci/devops/deployment.py +130 -33
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +5561 -1068
- pulumi_oci/devops/project.py +78 -19
- pulumi_oci/devops/repository.py +114 -31
- pulumi_oci/devops/repository_mirror.py +25 -3
- pulumi_oci/devops/repository_ref.py +58 -14
- pulumi_oci/devops/trigger.py +94 -26
- pulumi_oci/disasterrecovery/_inputs.py +362 -84
- pulumi_oci/disasterrecovery/dr_plan.py +76 -20
- pulumi_oci/disasterrecovery/dr_plan_execution.py +99 -26
- pulumi_oci/disasterrecovery/dr_protection_group.py +101 -25
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1198 -288
- pulumi_oci/dns/_inputs.py +462 -94
- pulumi_oci/dns/action_create_zone_from_zone_file.py +85 -23
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1297 -300
- pulumi_oci/dns/record.py +64 -25
- pulumi_oci/dns/resolver.py +91 -25
- pulumi_oci/dns/resolver_endpoint.py +94 -26
- pulumi_oci/dns/rrset.py +61 -15
- pulumi_oci/dns/steering_policy.py +82 -22
- pulumi_oci/dns/steering_policy_attachment.py +58 -14
- pulumi_oci/dns/tsig_key.py +67 -17
- pulumi_oci/dns/view.py +64 -16
- pulumi_oci/dns/zone.py +97 -27
- pulumi_oci/email/_inputs.py +65 -13
- pulumi_oci/email/dkim.py +76 -20
- pulumi_oci/email/email_domain.py +64 -16
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +245 -59
- pulumi_oci/email/sender.py +55 -13
- pulumi_oci/email/suppression.py +49 -11
- pulumi_oci/emwarehouse/_inputs.py +33 -7
- pulumi_oci/emwarehouse/em_warehouse.py +82 -22
- pulumi_oci/emwarehouse/get_em_warehouse.py +1 -1
- pulumi_oci/emwarehouse/get_em_warehouses.py +1 -1
- pulumi_oci/emwarehouse/get_etl_run.py +1 -1
- pulumi_oci/emwarehouse/get_etl_runs.py +1 -1
- pulumi_oci/emwarehouse/get_resource_usage.py +1 -1
- pulumi_oci/emwarehouse/outputs.py +217 -52
- pulumi_oci/events/_inputs.py +61 -14
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +192 -46
- pulumi_oci/events/rule.py +81 -20
- pulumi_oci/filestorage/_inputs.py +289 -62
- pulumi_oci/filestorage/export.py +55 -13
- pulumi_oci/filestorage/export_set.py +58 -14
- pulumi_oci/filestorage/file_system.py +95 -27
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +70 -18
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +116 -30
- pulumi_oci/filestorage/outbound_connector.py +85 -23
- pulumi_oci/filestorage/outputs.py +915 -231
- pulumi_oci/filestorage/replication.py +88 -24
- pulumi_oci/filestorage/snapshot.py +73 -19
- pulumi_oci/functions/_inputs.py +281 -50
- pulumi_oci/functions/application.py +104 -26
- pulumi_oci/functions/function.py +124 -31
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +67 -17
- pulumi_oci/functions/outputs.py +1740 -359
- pulumi_oci/fusionapps/_inputs.py +170 -34
- pulumi_oci/fusionapps/fusion_environment.py +149 -41
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +58 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +40 -8
- pulumi_oci/fusionapps/fusion_environment_family.py +81 -20
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +64 -16
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +67 -17
- pulumi_oci/fusionapps/outputs.py +170 -34
- pulumi_oci/genericartifactscontent/artifact_by_path.py +76 -20
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/goldengate/_inputs.py +310 -62
- pulumi_oci/goldengate/connection.py +433 -139
- pulumi_oci/goldengate/connection_assignment.py +46 -10
- pulumi_oci/goldengate/database_registration.py +148 -44
- pulumi_oci/goldengate/deployment.py +197 -69
- pulumi_oci/goldengate/deployment_backup.py +100 -28
- pulumi_oci/goldengate/get_connection.py +1 -1
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -1
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +1529 -375
- pulumi_oci/healthchecks/_inputs.py +81 -16
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +112 -32
- pulumi_oci/healthchecks/http_probe.py +82 -22
- pulumi_oci/healthchecks/outputs.py +455 -115
- pulumi_oci/healthchecks/ping_monitor.py +94 -26
- pulumi_oci/healthchecks/ping_probe.py +64 -16
- pulumi_oci/identity/_inputs.py +6778 -1455
- pulumi_oci/identity/api_key.py +43 -9
- pulumi_oci/identity/auth_token.py +46 -10
- pulumi_oci/identity/authentication_policy.py +47 -7
- pulumi_oci/identity/compartment.py +67 -17
- pulumi_oci/identity/customer_secret_key.py +46 -10
- pulumi_oci/identity/db_credential.py +49 -11
- pulumi_oci/identity/domain.py +127 -37
- pulumi_oci/identity/domain_replication_to_region.py +31 -5
- pulumi_oci/identity/domains_account_recovery_setting.py +124 -36
- pulumi_oci/identity/domains_api_key.py +131 -35
- pulumi_oci/identity/domains_app.py +772 -217
- pulumi_oci/identity/domains_app_role.py +165 -48
- pulumi_oci/identity/domains_auth_token.py +134 -36
- pulumi_oci/identity/domains_authentication_factor_setting.py +297 -77
- pulumi_oci/identity/domains_customer_secret_key.py +143 -39
- pulumi_oci/identity/domains_dynamic_resource_group.py +129 -36
- pulumi_oci/identity/domains_grant.py +159 -41
- pulumi_oci/identity/domains_group.py +176 -45
- pulumi_oci/identity/domains_identity_provider.py +384 -116
- pulumi_oci/identity/domains_identity_setting.py +172 -47
- pulumi_oci/identity/domains_kmsi_setting.py +148 -44
- pulumi_oci/identity/domains_my_api_key.py +108 -29
- pulumi_oci/identity/domains_my_auth_token.py +111 -30
- pulumi_oci/identity/domains_my_customer_secret_key.py +120 -33
- pulumi_oci/identity/domains_my_oauth2client_credential.py +129 -36
- pulumi_oci/identity/domains_my_request.py +128 -34
- pulumi_oci/identity/domains_my_smtp_credential.py +114 -31
- pulumi_oci/identity/domains_my_support_account.py +105 -28
- pulumi_oci/identity/domains_my_user_db_credential.py +135 -38
- pulumi_oci/identity/domains_oauth2client_credential.py +152 -42
- pulumi_oci/identity/domains_password_policy.py +319 -101
- pulumi_oci/identity/domains_security_question.py +118 -34
- pulumi_oci/identity/domains_security_question_setting.py +130 -38
- pulumi_oci/identity/domains_smtp_credential.py +137 -37
- pulumi_oci/identity/domains_user.py +430 -108
- pulumi_oci/identity/domains_user_db_credential.py +158 -44
- pulumi_oci/identity/dynamic_group.py +64 -16
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +58 -14
- pulumi_oci/identity/identity_provider.py +94 -26
- pulumi_oci/identity/idp_group_mapping.py +49 -11
- pulumi_oci/identity/import_standard_tags_management.py +34 -6
- pulumi_oci/identity/network_source.py +76 -20
- pulumi_oci/identity/outputs.py +26012 -6023
- pulumi_oci/identity/policy.py +79 -21
- pulumi_oci/identity/smtp_credential.py +49 -11
- pulumi_oci/identity/tag.py +78 -19
- pulumi_oci/identity/tag_default.py +55 -13
- pulumi_oci/identity/tag_namespace.py +61 -15
- pulumi_oci/identity/ui_password.py +37 -7
- pulumi_oci/identity/user.py +85 -23
- pulumi_oci/identity/user_capabilities_management.py +55 -13
- pulumi_oci/identity/user_group_membership.py +46 -10
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +34 -6
- pulumi_oci/integration/_inputs.py +131 -28
- pulumi_oci/integration/get_integration_instance.py +1 -1
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +155 -43
- pulumi_oci/integration/outputs.py +441 -101
- pulumi_oci/jms/_inputs.py +187 -35
- pulumi_oci/jms/fleet.py +101 -25
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/outputs.py +1287 -278
- pulumi_oci/kms/__init__.py +3 -0
- pulumi_oci/kms/_inputs.py +664 -42
- pulumi_oci/kms/ekms_private_endpoint.py +769 -0
- pulumi_oci/kms/encrypted_data.py +71 -23
- pulumi_oci/kms/generated_key.py +69 -16
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +274 -0
- pulumi_oci/kms/get_ekms_private_endpoints.py +136 -0
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +27 -4
- pulumi_oci/kms/get_key_version.py +29 -3
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +5 -5
- pulumi_oci/kms/get_replication_status.py +4 -1
- pulumi_oci/kms/get_vault.py +27 -4
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +224 -91
- pulumi_oci/kms/key_version.py +152 -43
- pulumi_oci/kms/outputs.py +2104 -173
- pulumi_oci/kms/sign.py +75 -29
- pulumi_oci/kms/vault.py +216 -34
- pulumi_oci/kms/vault_verification.py +31 -5
- pulumi_oci/kms/verify.py +83 -33
- pulumi_oci/licensemanager/_inputs.py +55 -12
- pulumi_oci/licensemanager/configuration.py +37 -7
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +100 -28
- pulumi_oci/licensemanager/outputs.py +362 -91
- pulumi_oci/licensemanager/product_license.py +103 -29
- pulumi_oci/limits/_inputs.py +84 -17
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +228 -51
- pulumi_oci/limits/quota.py +70 -18
- pulumi_oci/loadbalancer/_inputs.py +575 -132
- pulumi_oci/loadbalancer/backend.py +73 -19
- pulumi_oci/loadbalancer/backend_set.py +87 -17
- pulumi_oci/loadbalancer/certificate.py +58 -14
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +40 -8
- pulumi_oci/loadbalancer/listener.py +98 -24
- pulumi_oci/loadbalancer/load_balancer.py +105 -28
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +46 -10
- pulumi_oci/loadbalancer/outputs.py +1420 -325
- pulumi_oci/loadbalancer/path_route_set.py +40 -8
- pulumi_oci/loadbalancer/rule_set.py +40 -8
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +40 -21
- pulumi_oci/loganalytics/_inputs.py +375 -79
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +1 -1
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +115 -33
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +58 -14
- pulumi_oci/loganalytics/log_analytics_log_group.py +61 -15
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +163 -49
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +31 -5
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +43 -9
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +43 -9
- pulumi_oci/loganalytics/namespace.py +37 -7
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +87 -22
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +37 -7
- pulumi_oci/loganalytics/namespace_scheduled_task.py +110 -28
- pulumi_oci/loganalytics/outputs.py +1401 -316
- pulumi_oci/logging/_inputs.py +284 -65
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +87 -22
- pulumi_oci/logging/log_group.py +58 -14
- pulumi_oci/logging/log_saved_search.py +64 -16
- pulumi_oci/logging/outputs.py +718 -170
- pulumi_oci/logging/unified_agent_configuration.py +89 -21
- pulumi_oci/managementagent/_inputs.py +125 -26
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +112 -32
- pulumi_oci/managementagent/management_agent_install_key.py +70 -18
- pulumi_oci/managementagent/outputs.py +520 -125
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +31 -5
- pulumi_oci/marketplace/_inputs.py +238 -45
- pulumi_oci/marketplace/accepted_agreement.py +70 -18
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +55 -13
- pulumi_oci/marketplace/outputs.py +1266 -257
- pulumi_oci/marketplace/publication.py +99 -26
- pulumi_oci/mediaservices/_inputs.py +274 -57
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +139 -41
- pulumi_oci/mediaservices/media_workflow.py +79 -21
- pulumi_oci/mediaservices/media_workflow_configuration.py +64 -16
- pulumi_oci/mediaservices/media_workflow_job.py +103 -29
- pulumi_oci/mediaservices/outputs.py +1093 -253
- pulumi_oci/mediaservices/stream_cdn_config.py +78 -19
- pulumi_oci/mediaservices/stream_distribution_channel.py +58 -14
- pulumi_oci/mediaservices/stream_packaging_config.py +81 -20
- pulumi_oci/meteringcomputation/_inputs.py +440 -103
- pulumi_oci/meteringcomputation/custom_table.py +42 -7
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +1 -1
- pulumi_oci/meteringcomputation/get_schedules.py +1 -1
- pulumi_oci/meteringcomputation/outputs.py +1074 -242
- pulumi_oci/meteringcomputation/query.py +36 -5
- pulumi_oci/meteringcomputation/schedule.py +107 -27
- pulumi_oci/meteringcomputation/usage.py +93 -24
- pulumi_oci/monitoring/_inputs.py +81 -16
- pulumi_oci/monitoring/alarm.py +147 -42
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +333 -79
- pulumi_oci/mysql/_inputs.py +1053 -242
- pulumi_oci/mysql/channel.py +89 -21
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_backups.py +1 -1
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +1 -1
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +43 -3
- pulumi_oci/mysql/get_replicas.py +39 -2
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +61 -15
- pulumi_oci/mysql/mysql_backup.py +97 -27
- pulumi_oci/mysql/mysql_configuration.py +95 -23
- pulumi_oci/mysql/mysql_db_system.py +217 -62
- pulumi_oci/mysql/outputs.py +3298 -788
- pulumi_oci/mysql/replica.py +245 -65
- pulumi_oci/networkfirewall/_inputs.py +239 -50
- pulumi_oci/networkfirewall/get_network_firewall.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +94 -26
- pulumi_oci/networkfirewall/network_firewall_policy.py +103 -29
- pulumi_oci/networkfirewall/outputs.py +787 -172
- pulumi_oci/networkloadbalancer/_inputs.py +272 -61
- pulumi_oci/networkloadbalancer/backend.py +79 -21
- pulumi_oci/networkloadbalancer/backend_set.py +63 -14
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +55 -13
- pulumi_oci/networkloadbalancer/network_load_balancer.py +97 -27
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +66 -15
- pulumi_oci/networkloadbalancer/outputs.py +716 -160
- pulumi_oci/nosql/_inputs.py +131 -28
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +61 -15
- pulumi_oci/nosql/outputs.py +416 -95
- pulumi_oci/nosql/table.py +87 -22
- pulumi_oci/objectstorage/_inputs.py +210 -45
- pulumi_oci/objectstorage/bucket.py +124 -36
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +37 -7
- pulumi_oci/objectstorage/object_lifecycle_policy.py +40 -8
- pulumi_oci/objectstorage/outputs.py +576 -139
- pulumi_oci/objectstorage/preauthrequest.py +79 -24
- pulumi_oci/objectstorage/replication_policy.py +67 -20
- pulumi_oci/objectstorage/storage_object.py +132 -37
- pulumi_oci/oce/_inputs.py +17 -4
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +148 -44
- pulumi_oci/oce/outputs.py +105 -31
- pulumi_oci/ocvp/_inputs.py +139 -26
- pulumi_oci/ocvp/esxi_host.py +139 -54
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +587 -145
- pulumi_oci/ocvp/sddc.py +289 -91
- pulumi_oci/oda/_inputs.py +94 -18
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +112 -32
- pulumi_oci/oda/oda_private_endpoint.py +70 -18
- pulumi_oci/oda/oda_private_endpoint_attachment.py +43 -9
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +49 -11
- pulumi_oci/oda/outputs.py +354 -79
- pulumi_oci/onesubsription/_inputs.py +161 -31
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +3104 -809
- pulumi_oci/ons/_inputs.py +33 -7
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +67 -17
- pulumi_oci/ons/outputs.py +139 -33
- pulumi_oci/ons/subscription.py +70 -18
- pulumi_oci/opa/_inputs.py +39 -9
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +109 -31
- pulumi_oci/opa/outputs.py +163 -41
- pulumi_oci/opensearch/_inputs.py +33 -7
- pulumi_oci/opensearch/cluster.py +217 -67
- pulumi_oci/opensearch/get_opensearch_cluster.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/outputs.py +200 -51
- pulumi_oci/operatoraccesscontrol/_inputs.py +65 -13
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +112 -32
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +151 -45
- pulumi_oci/operatoraccesscontrol/outputs.py +451 -116
- pulumi_oci/opsi/_inputs.py +476 -101
- pulumi_oci/opsi/awr_hub.py +73 -19
- pulumi_oci/opsi/database_insight.py +193 -54
- pulumi_oci/opsi/enterprise_manager_bridge.py +76 -20
- pulumi_oci/opsi/exadata_insight.py +130 -38
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +130 -38
- pulumi_oci/opsi/news_report.py +99 -26
- pulumi_oci/opsi/operations_insights_private_endpoint.py +94 -26
- pulumi_oci/opsi/operations_insights_warehouse.py +85 -23
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +31 -5
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +25 -3
- pulumi_oci/opsi/operations_insights_warehouse_user.py +88 -24
- pulumi_oci/opsi/opsi_configuration.py +103 -29
- pulumi_oci/opsi/outputs.py +2124 -508
- pulumi_oci/optimizer/_inputs.py +240 -41
- pulumi_oci/optimizer/enrollment_status.py +46 -10
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1112 -222
- pulumi_oci/optimizer/profile.py +97 -22
- pulumi_oci/optimizer/recommendation.py +76 -20
- pulumi_oci/optimizer/resource_action.py +82 -22
- pulumi_oci/osmanagement/_inputs.py +211 -36
- pulumi_oci/osmanagement/get_managed_instance.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_managed_instances.py +1 -1
- pulumi_oci/osmanagement/get_software_source.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_sources.py +1 -1
- pulumi_oci/osmanagement/managed_instance.py +106 -30
- pulumi_oci/osmanagement/managed_instance_group.py +64 -16
- pulumi_oci/osmanagement/managed_instance_management.py +78 -19
- pulumi_oci/osmanagement/outputs.py +644 -136
- pulumi_oci/osmanagement/software_source.py +115 -33
- pulumi_oci/ospgateway/_inputs.py +544 -147
- pulumi_oci/ospgateway/address_action_verification.py +196 -60
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +2149 -563
- pulumi_oci/ospgateway/subscription.py +114 -31
- pulumi_oci/osubbillingschedule/_inputs.py +17 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +73 -18
- pulumi_oci/osuborganizationsubscription/_inputs.py +17 -4
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +64 -15
- pulumi_oci/osubsubscription/_inputs.py +49 -10
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +326 -79
- pulumi_oci/osubusage/_inputs.py +33 -7
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +354 -93
- pulumi_oci/provider.py +51 -14
- pulumi_oci/queue/_inputs.py +17 -4
- pulumi_oci/queue/get_queue.py +28 -15
- pulumi_oci/queue/get_queues.py +11 -11
- pulumi_oci/queue/outputs.py +116 -38
- pulumi_oci/queue/queue.py +211 -84
- pulumi_oci/recoverymod/_inputs.py +90 -19
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +361 -86
- pulumi_oci/recoverymod/protected_database.py +115 -33
- pulumi_oci/recoverymod/protection_policy.py +67 -17
- pulumi_oci/recoverymod/recovery_service_subnet.py +70 -18
- pulumi_oci/resourcemanager/_inputs.py +33 -7
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +161 -38
- pulumi_oci/resourcemanager/private_endpoint.py +88 -24
- pulumi_oci/sch/_inputs.py +220 -46
- pulumi_oci/sch/connector.py +95 -23
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +685 -145
- pulumi_oci/secrets/_inputs.py +17 -4
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +58 -13
- pulumi_oci/servicecatalog/_inputs.py +97 -19
- pulumi_oci/servicecatalog/catalog.py +52 -12
- pulumi_oci/servicecatalog/catalog_association.py +40 -8
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +334 -70
- pulumi_oci/servicecatalog/private_application.py +87 -22
- pulumi_oci/servicemanagerproxy/_inputs.py +17 -4
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +125 -26
- pulumi_oci/servicemesh/_inputs.py +493 -95
- pulumi_oci/servicemesh/access_policy.py +76 -20
- pulumi_oci/servicemesh/get_access_policies.py +1 -1
- pulumi_oci/servicemesh/get_access_policy.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateways.py +1 -1
- pulumi_oci/servicemesh/get_mesh.py +1 -1
- pulumi_oci/servicemesh/get_meshes.py +1 -1
- pulumi_oci/servicemesh/get_proxy_detail.py +21 -1
- pulumi_oci/servicemesh/get_virtual_deployment.py +1 -1
- pulumi_oci/servicemesh/get_virtual_deployments.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_virtual_services.py +1 -1
- pulumi_oci/servicemesh/ingress_gateway.py +98 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +82 -22
- pulumi_oci/servicemesh/mesh.py +81 -20
- pulumi_oci/servicemesh/outputs.py +1669 -347
- pulumi_oci/servicemesh/virtual_deployment.py +98 -24
- pulumi_oci/servicemesh/virtual_service.py +98 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +82 -22
- pulumi_oci/stackmonitoring/_inputs.py +511 -108
- pulumi_oci/stackmonitoring/config.py +73 -19
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +1 -1
- pulumi_oci/stackmonitoring/get_configs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +151 -40
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +58 -14
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +40 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +124 -36
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +70 -18
- pulumi_oci/stackmonitoring/outputs.py +920 -193
- pulumi_oci/streaming/_inputs.py +97 -19
- pulumi_oci/streaming/connect_harness.py +52 -12
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +313 -70
- pulumi_oci/streaming/stream.py +73 -19
- pulumi_oci/streaming/stream_pool.py +91 -20
- pulumi_oci/usageproxy/_inputs.py +129 -25
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +682 -151
- pulumi_oci/usageproxy/subscription_redeemable_user.py +43 -9
- pulumi_oci/vault/_inputs.py +58 -13
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +198 -48
- pulumi_oci/vault/secret.py +102 -27
- pulumi_oci/vbs/_inputs.py +17 -4
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +85 -23
- pulumi_oci/vbs/outputs.py +79 -20
- pulumi_oci/visualbuilder/_inputs.py +93 -20
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +360 -81
- pulumi_oci/visualbuilder/vb_instance.py +120 -33
- pulumi_oci/vnmonitoring/_inputs.py +229 -56
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +500 -123
- pulumi_oci/vnmonitoring/path_analysi.py +93 -19
- pulumi_oci/vnmonitoring/path_analyzer_test.py +105 -23
- pulumi_oci/vulnerabilityscanning/_inputs.py +220 -39
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +72 -17
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +78 -19
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +99 -21
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +79 -21
- pulumi_oci/vulnerabilityscanning/outputs.py +770 -150
- pulumi_oci/waa/_inputs.py +63 -10
- pulumi_oci/waa/app_acceleration.py +79 -21
- pulumi_oci/waa/app_acceleration_policy.py +83 -19
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +232 -43
- pulumi_oci/waas/_inputs.py +960 -225
- pulumi_oci/waas/address_list.py +58 -14
- pulumi_oci/waas/certificate.py +97 -27
- pulumi_oci/waas/custom_protection_rule.py +64 -16
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +72 -17
- pulumi_oci/waas/outputs.py +2925 -705
- pulumi_oci/waas/policy.py +98 -24
- pulumi_oci/waas/protection_rule.py +55 -13
- pulumi_oci/waas/purge_cache.py +31 -5
- pulumi_oci/waf/_inputs.py +500 -102
- pulumi_oci/waf/app_firewall.py +79 -21
- pulumi_oci/waf/app_firewall_policy.py +122 -27
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +79 -21
- pulumi_oci/waf/outputs.py +1595 -334
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/METADATA +1 -1
- pulumi_oci-1.12.0.dist-info/RECORD +2330 -0
- pulumi_oci-1.11.0a1695829678.dist-info/RECORD +0 -2315
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ import copy
|
|
6
6
|
import warnings
|
7
7
|
import pulumi
|
8
8
|
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
from . import outputs
|
12
12
|
|
@@ -150,45 +150,92 @@ class DataAssetDataSourceDetails(dict):
|
|
150
150
|
:param 'DataAssetDataSourceDetailsVersionSpecificDetailsArgs' version_specific_details: Possible data sources
|
151
151
|
:param str wallet_password_secret_id: wallet password Secret ID in String format
|
152
152
|
"""
|
153
|
-
|
153
|
+
DataAssetDataSourceDetails._configure(
|
154
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
155
|
+
data_source_type=data_source_type,
|
156
|
+
atp_password_secret_id=atp_password_secret_id,
|
157
|
+
atp_user_name=atp_user_name,
|
158
|
+
bucket=bucket,
|
159
|
+
cwallet_file_secret_id=cwallet_file_secret_id,
|
160
|
+
database_name=database_name,
|
161
|
+
ewallet_file_secret_id=ewallet_file_secret_id,
|
162
|
+
key_store_file_secret_id=key_store_file_secret_id,
|
163
|
+
measurement_name=measurement_name,
|
164
|
+
namespace=namespace,
|
165
|
+
object=object,
|
166
|
+
ojdbc_file_secret_id=ojdbc_file_secret_id,
|
167
|
+
password_secret_id=password_secret_id,
|
168
|
+
table_name=table_name,
|
169
|
+
tnsnames_file_secret_id=tnsnames_file_secret_id,
|
170
|
+
truststore_file_secret_id=truststore_file_secret_id,
|
171
|
+
url=url,
|
172
|
+
user_name=user_name,
|
173
|
+
version_specific_details=version_specific_details,
|
174
|
+
wallet_password_secret_id=wallet_password_secret_id,
|
175
|
+
)
|
176
|
+
@staticmethod
|
177
|
+
def _configure(
|
178
|
+
_setter: Callable[[Any, Any], None],
|
179
|
+
data_source_type: str,
|
180
|
+
atp_password_secret_id: Optional[str] = None,
|
181
|
+
atp_user_name: Optional[str] = None,
|
182
|
+
bucket: Optional[str] = None,
|
183
|
+
cwallet_file_secret_id: Optional[str] = None,
|
184
|
+
database_name: Optional[str] = None,
|
185
|
+
ewallet_file_secret_id: Optional[str] = None,
|
186
|
+
key_store_file_secret_id: Optional[str] = None,
|
187
|
+
measurement_name: Optional[str] = None,
|
188
|
+
namespace: Optional[str] = None,
|
189
|
+
object: Optional[str] = None,
|
190
|
+
ojdbc_file_secret_id: Optional[str] = None,
|
191
|
+
password_secret_id: Optional[str] = None,
|
192
|
+
table_name: Optional[str] = None,
|
193
|
+
tnsnames_file_secret_id: Optional[str] = None,
|
194
|
+
truststore_file_secret_id: Optional[str] = None,
|
195
|
+
url: Optional[str] = None,
|
196
|
+
user_name: Optional[str] = None,
|
197
|
+
version_specific_details: Optional['outputs.DataAssetDataSourceDetailsVersionSpecificDetails'] = None,
|
198
|
+
wallet_password_secret_id: Optional[str] = None,
|
199
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
200
|
+
_setter("data_source_type", data_source_type)
|
154
201
|
if atp_password_secret_id is not None:
|
155
|
-
|
202
|
+
_setter("atp_password_secret_id", atp_password_secret_id)
|
156
203
|
if atp_user_name is not None:
|
157
|
-
|
204
|
+
_setter("atp_user_name", atp_user_name)
|
158
205
|
if bucket is not None:
|
159
|
-
|
206
|
+
_setter("bucket", bucket)
|
160
207
|
if cwallet_file_secret_id is not None:
|
161
|
-
|
208
|
+
_setter("cwallet_file_secret_id", cwallet_file_secret_id)
|
162
209
|
if database_name is not None:
|
163
|
-
|
210
|
+
_setter("database_name", database_name)
|
164
211
|
if ewallet_file_secret_id is not None:
|
165
|
-
|
212
|
+
_setter("ewallet_file_secret_id", ewallet_file_secret_id)
|
166
213
|
if key_store_file_secret_id is not None:
|
167
|
-
|
214
|
+
_setter("key_store_file_secret_id", key_store_file_secret_id)
|
168
215
|
if measurement_name is not None:
|
169
|
-
|
216
|
+
_setter("measurement_name", measurement_name)
|
170
217
|
if namespace is not None:
|
171
|
-
|
218
|
+
_setter("namespace", namespace)
|
172
219
|
if object is not None:
|
173
|
-
|
220
|
+
_setter("object", object)
|
174
221
|
if ojdbc_file_secret_id is not None:
|
175
|
-
|
222
|
+
_setter("ojdbc_file_secret_id", ojdbc_file_secret_id)
|
176
223
|
if password_secret_id is not None:
|
177
|
-
|
224
|
+
_setter("password_secret_id", password_secret_id)
|
178
225
|
if table_name is not None:
|
179
|
-
|
226
|
+
_setter("table_name", table_name)
|
180
227
|
if tnsnames_file_secret_id is not None:
|
181
|
-
|
228
|
+
_setter("tnsnames_file_secret_id", tnsnames_file_secret_id)
|
182
229
|
if truststore_file_secret_id is not None:
|
183
|
-
|
230
|
+
_setter("truststore_file_secret_id", truststore_file_secret_id)
|
184
231
|
if url is not None:
|
185
|
-
|
232
|
+
_setter("url", url)
|
186
233
|
if user_name is not None:
|
187
|
-
|
234
|
+
_setter("user_name", user_name)
|
188
235
|
if version_specific_details is not None:
|
189
|
-
|
236
|
+
_setter("version_specific_details", version_specific_details)
|
190
237
|
if wallet_password_secret_id is not None:
|
191
|
-
|
238
|
+
_setter("wallet_password_secret_id", wallet_password_secret_id)
|
192
239
|
|
193
240
|
@property
|
194
241
|
@pulumi.getter(name="dataSourceType")
|
@@ -389,15 +436,32 @@ class DataAssetDataSourceDetailsVersionSpecificDetails(dict):
|
|
389
436
|
:param str organization_name: Org name for the influx db
|
390
437
|
:param str retention_policy_name: retention policy is how long the bucket would last
|
391
438
|
"""
|
392
|
-
|
439
|
+
DataAssetDataSourceDetailsVersionSpecificDetails._configure(
|
440
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
441
|
+
influx_version=influx_version,
|
442
|
+
bucket=bucket,
|
443
|
+
database_name=database_name,
|
444
|
+
organization_name=organization_name,
|
445
|
+
retention_policy_name=retention_policy_name,
|
446
|
+
)
|
447
|
+
@staticmethod
|
448
|
+
def _configure(
|
449
|
+
_setter: Callable[[Any, Any], None],
|
450
|
+
influx_version: str,
|
451
|
+
bucket: Optional[str] = None,
|
452
|
+
database_name: Optional[str] = None,
|
453
|
+
organization_name: Optional[str] = None,
|
454
|
+
retention_policy_name: Optional[str] = None,
|
455
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
456
|
+
_setter("influx_version", influx_version)
|
393
457
|
if bucket is not None:
|
394
|
-
|
458
|
+
_setter("bucket", bucket)
|
395
459
|
if database_name is not None:
|
396
|
-
|
460
|
+
_setter("database_name", database_name)
|
397
461
|
if organization_name is not None:
|
398
|
-
|
462
|
+
_setter("organization_name", organization_name)
|
399
463
|
if retention_policy_name is not None:
|
400
|
-
|
464
|
+
_setter("retention_policy_name", retention_policy_name)
|
401
465
|
|
402
466
|
@property
|
403
467
|
@pulumi.getter(name="influxVersion")
|
@@ -480,19 +544,40 @@ class DetectAnomalyJobInputDetails(dict):
|
|
480
544
|
:param Sequence['DetectAnomalyJobInputDetailsObjectLocationArgs'] object_locations: List of ObjectLocations.
|
481
545
|
:param Sequence[str] signal_names: List of signal names.
|
482
546
|
"""
|
483
|
-
|
547
|
+
DetectAnomalyJobInputDetails._configure(
|
548
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
549
|
+
input_type=input_type,
|
550
|
+
content=content,
|
551
|
+
content_type=content_type,
|
552
|
+
datas=datas,
|
553
|
+
message=message,
|
554
|
+
object_locations=object_locations,
|
555
|
+
signal_names=signal_names,
|
556
|
+
)
|
557
|
+
@staticmethod
|
558
|
+
def _configure(
|
559
|
+
_setter: Callable[[Any, Any], None],
|
560
|
+
input_type: str,
|
561
|
+
content: Optional[str] = None,
|
562
|
+
content_type: Optional[str] = None,
|
563
|
+
datas: Optional[Sequence['outputs.DetectAnomalyJobInputDetailsData']] = None,
|
564
|
+
message: Optional[str] = None,
|
565
|
+
object_locations: Optional[Sequence['outputs.DetectAnomalyJobInputDetailsObjectLocation']] = None,
|
566
|
+
signal_names: Optional[Sequence[str]] = None,
|
567
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
568
|
+
_setter("input_type", input_type)
|
484
569
|
if content is not None:
|
485
|
-
|
570
|
+
_setter("content", content)
|
486
571
|
if content_type is not None:
|
487
|
-
|
572
|
+
_setter("content_type", content_type)
|
488
573
|
if datas is not None:
|
489
|
-
|
574
|
+
_setter("datas", datas)
|
490
575
|
if message is not None:
|
491
|
-
|
576
|
+
_setter("message", message)
|
492
577
|
if object_locations is not None:
|
493
|
-
|
578
|
+
_setter("object_locations", object_locations)
|
494
579
|
if signal_names is not None:
|
495
|
-
|
580
|
+
_setter("signal_names", signal_names)
|
496
581
|
|
497
582
|
@property
|
498
583
|
@pulumi.getter(name="inputType")
|
@@ -554,10 +639,21 @@ class DetectAnomalyJobInputDetailsData(dict):
|
|
554
639
|
:param str timestamp: Nullable string representing timestamp.
|
555
640
|
:param Sequence[float] values: Array of double precision values.
|
556
641
|
"""
|
642
|
+
DetectAnomalyJobInputDetailsData._configure(
|
643
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
644
|
+
timestamp=timestamp,
|
645
|
+
values=values,
|
646
|
+
)
|
647
|
+
@staticmethod
|
648
|
+
def _configure(
|
649
|
+
_setter: Callable[[Any, Any], None],
|
650
|
+
timestamp: Optional[str] = None,
|
651
|
+
values: Optional[Sequence[float]] = None,
|
652
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
557
653
|
if timestamp is not None:
|
558
|
-
|
654
|
+
_setter("timestamp", timestamp)
|
559
655
|
if values is not None:
|
560
|
-
|
656
|
+
_setter("values", values)
|
561
657
|
|
562
658
|
@property
|
563
659
|
@pulumi.getter
|
@@ -587,12 +683,25 @@ class DetectAnomalyJobInputDetailsObjectLocation(dict):
|
|
587
683
|
:param str namespace: Object Storage namespace.
|
588
684
|
:param str object: Object Storage object name.
|
589
685
|
"""
|
686
|
+
DetectAnomalyJobInputDetailsObjectLocation._configure(
|
687
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
688
|
+
bucket=bucket,
|
689
|
+
namespace=namespace,
|
690
|
+
object=object,
|
691
|
+
)
|
692
|
+
@staticmethod
|
693
|
+
def _configure(
|
694
|
+
_setter: Callable[[Any, Any], None],
|
695
|
+
bucket: Optional[str] = None,
|
696
|
+
namespace: Optional[str] = None,
|
697
|
+
object: Optional[str] = None,
|
698
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
590
699
|
if bucket is not None:
|
591
|
-
|
700
|
+
_setter("bucket", bucket)
|
592
701
|
if namespace is not None:
|
593
|
-
|
702
|
+
_setter("namespace", namespace)
|
594
703
|
if object is not None:
|
595
|
-
|
704
|
+
_setter("object", object)
|
596
705
|
|
597
706
|
@property
|
598
707
|
@pulumi.getter
|
@@ -649,11 +758,26 @@ class DetectAnomalyJobOutputDetails(dict):
|
|
649
758
|
:param str output_type: The type of output location. Allowed values are:
|
650
759
|
:param str prefix: Object Storage folder name.
|
651
760
|
"""
|
652
|
-
|
653
|
-
|
654
|
-
|
761
|
+
DetectAnomalyJobOutputDetails._configure(
|
762
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
763
|
+
bucket=bucket,
|
764
|
+
namespace=namespace,
|
765
|
+
output_type=output_type,
|
766
|
+
prefix=prefix,
|
767
|
+
)
|
768
|
+
@staticmethod
|
769
|
+
def _configure(
|
770
|
+
_setter: Callable[[Any, Any], None],
|
771
|
+
bucket: str,
|
772
|
+
namespace: str,
|
773
|
+
output_type: str,
|
774
|
+
prefix: Optional[str] = None,
|
775
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
776
|
+
_setter("bucket", bucket)
|
777
|
+
_setter("namespace", namespace)
|
778
|
+
_setter("output_type", output_type)
|
655
779
|
if prefix is not None:
|
656
|
-
|
780
|
+
_setter("prefix", prefix)
|
657
781
|
|
658
782
|
@property
|
659
783
|
@pulumi.getter
|
@@ -728,15 +852,32 @@ class ModelModelTrainingDetails(dict):
|
|
728
852
|
:param float training_fraction: Fraction of total data that is used for training the model. The remaining is used for validation of the model.
|
729
853
|
:param int window_size: This value would determine the window size of the training algorithm.
|
730
854
|
"""
|
731
|
-
|
855
|
+
ModelModelTrainingDetails._configure(
|
856
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
857
|
+
data_asset_ids=data_asset_ids,
|
858
|
+
algorithm_hint=algorithm_hint,
|
859
|
+
target_fap=target_fap,
|
860
|
+
training_fraction=training_fraction,
|
861
|
+
window_size=window_size,
|
862
|
+
)
|
863
|
+
@staticmethod
|
864
|
+
def _configure(
|
865
|
+
_setter: Callable[[Any, Any], None],
|
866
|
+
data_asset_ids: Sequence[str],
|
867
|
+
algorithm_hint: Optional[str] = None,
|
868
|
+
target_fap: Optional[float] = None,
|
869
|
+
training_fraction: Optional[float] = None,
|
870
|
+
window_size: Optional[int] = None,
|
871
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
872
|
+
_setter("data_asset_ids", data_asset_ids)
|
732
873
|
if algorithm_hint is not None:
|
733
|
-
|
874
|
+
_setter("algorithm_hint", algorithm_hint)
|
734
875
|
if target_fap is not None:
|
735
|
-
|
876
|
+
_setter("target_fap", target_fap)
|
736
877
|
if training_fraction is not None:
|
737
|
-
|
878
|
+
_setter("training_fraction", training_fraction)
|
738
879
|
if window_size is not None:
|
739
|
-
|
880
|
+
_setter("window_size", window_size)
|
740
881
|
|
741
882
|
@property
|
742
883
|
@pulumi.getter(name="dataAssetIds")
|
@@ -828,26 +969,53 @@ class ModelModelTrainingResult(dict):
|
|
828
969
|
:param str warning: A warning message to explain the reason when targetFap cannot be achieved for trained model
|
829
970
|
:param int window_size: This value would determine the window size of the training algorithm.
|
830
971
|
"""
|
972
|
+
ModelModelTrainingResult._configure(
|
973
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
974
|
+
fap=fap,
|
975
|
+
is_training_goal_achieved=is_training_goal_achieved,
|
976
|
+
mae=mae,
|
977
|
+
max_inference_sync_rows=max_inference_sync_rows,
|
978
|
+
multivariate_fap=multivariate_fap,
|
979
|
+
rmse=rmse,
|
980
|
+
row_reduction_details=row_reduction_details,
|
981
|
+
signal_details=signal_details,
|
982
|
+
warning=warning,
|
983
|
+
window_size=window_size,
|
984
|
+
)
|
985
|
+
@staticmethod
|
986
|
+
def _configure(
|
987
|
+
_setter: Callable[[Any, Any], None],
|
988
|
+
fap: Optional[float] = None,
|
989
|
+
is_training_goal_achieved: Optional[bool] = None,
|
990
|
+
mae: Optional[float] = None,
|
991
|
+
max_inference_sync_rows: Optional[int] = None,
|
992
|
+
multivariate_fap: Optional[float] = None,
|
993
|
+
rmse: Optional[float] = None,
|
994
|
+
row_reduction_details: Optional[Sequence['outputs.ModelModelTrainingResultRowReductionDetail']] = None,
|
995
|
+
signal_details: Optional[Sequence['outputs.ModelModelTrainingResultSignalDetail']] = None,
|
996
|
+
warning: Optional[str] = None,
|
997
|
+
window_size: Optional[int] = None,
|
998
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
831
999
|
if fap is not None:
|
832
|
-
|
1000
|
+
_setter("fap", fap)
|
833
1001
|
if is_training_goal_achieved is not None:
|
834
|
-
|
1002
|
+
_setter("is_training_goal_achieved", is_training_goal_achieved)
|
835
1003
|
if mae is not None:
|
836
|
-
|
1004
|
+
_setter("mae", mae)
|
837
1005
|
if max_inference_sync_rows is not None:
|
838
|
-
|
1006
|
+
_setter("max_inference_sync_rows", max_inference_sync_rows)
|
839
1007
|
if multivariate_fap is not None:
|
840
|
-
|
1008
|
+
_setter("multivariate_fap", multivariate_fap)
|
841
1009
|
if rmse is not None:
|
842
|
-
|
1010
|
+
_setter("rmse", rmse)
|
843
1011
|
if row_reduction_details is not None:
|
844
|
-
|
1012
|
+
_setter("row_reduction_details", row_reduction_details)
|
845
1013
|
if signal_details is not None:
|
846
|
-
|
1014
|
+
_setter("signal_details", signal_details)
|
847
1015
|
if warning is not None:
|
848
|
-
|
1016
|
+
_setter("warning", warning)
|
849
1017
|
if window_size is not None:
|
850
|
-
|
1018
|
+
_setter("window_size", window_size)
|
851
1019
|
|
852
1020
|
@property
|
853
1021
|
@pulumi.getter
|
@@ -955,12 +1123,25 @@ class ModelModelTrainingResultRowReductionDetail(dict):
|
|
955
1123
|
* AVERAGE_ROW - average multiple rows to one row
|
956
1124
|
:param float reduction_percentage: A percentage to reduce data size down to on top of original data
|
957
1125
|
"""
|
1126
|
+
ModelModelTrainingResultRowReductionDetail._configure(
|
1127
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1128
|
+
is_reduction_enabled=is_reduction_enabled,
|
1129
|
+
reduction_method=reduction_method,
|
1130
|
+
reduction_percentage=reduction_percentage,
|
1131
|
+
)
|
1132
|
+
@staticmethod
|
1133
|
+
def _configure(
|
1134
|
+
_setter: Callable[[Any, Any], None],
|
1135
|
+
is_reduction_enabled: Optional[bool] = None,
|
1136
|
+
reduction_method: Optional[str] = None,
|
1137
|
+
reduction_percentage: Optional[float] = None,
|
1138
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
958
1139
|
if is_reduction_enabled is not None:
|
959
|
-
|
1140
|
+
_setter("is_reduction_enabled", is_reduction_enabled)
|
960
1141
|
if reduction_method is not None:
|
961
|
-
|
1142
|
+
_setter("reduction_method", reduction_method)
|
962
1143
|
if reduction_percentage is not None:
|
963
|
-
|
1144
|
+
_setter("reduction_percentage", reduction_percentage)
|
964
1145
|
|
965
1146
|
@property
|
966
1147
|
@pulumi.getter(name="isReductionEnabled")
|
@@ -1036,24 +1217,49 @@ class ModelModelTrainingResultSignalDetail(dict):
|
|
1036
1217
|
* OTHER - placeholder for other status
|
1037
1218
|
:param float std: Standard deviation of values within a signal.
|
1038
1219
|
"""
|
1220
|
+
ModelModelTrainingResultSignalDetail._configure(
|
1221
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1222
|
+
details=details,
|
1223
|
+
fap=fap,
|
1224
|
+
is_quantized=is_quantized,
|
1225
|
+
max=max,
|
1226
|
+
min=min,
|
1227
|
+
mvi_ratio=mvi_ratio,
|
1228
|
+
signal_name=signal_name,
|
1229
|
+
status=status,
|
1230
|
+
std=std,
|
1231
|
+
)
|
1232
|
+
@staticmethod
|
1233
|
+
def _configure(
|
1234
|
+
_setter: Callable[[Any, Any], None],
|
1235
|
+
details: Optional[str] = None,
|
1236
|
+
fap: Optional[float] = None,
|
1237
|
+
is_quantized: Optional[bool] = None,
|
1238
|
+
max: Optional[float] = None,
|
1239
|
+
min: Optional[float] = None,
|
1240
|
+
mvi_ratio: Optional[float] = None,
|
1241
|
+
signal_name: Optional[str] = None,
|
1242
|
+
status: Optional[str] = None,
|
1243
|
+
std: Optional[float] = None,
|
1244
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1039
1245
|
if details is not None:
|
1040
|
-
|
1246
|
+
_setter("details", details)
|
1041
1247
|
if fap is not None:
|
1042
|
-
|
1248
|
+
_setter("fap", fap)
|
1043
1249
|
if is_quantized is not None:
|
1044
|
-
|
1250
|
+
_setter("is_quantized", is_quantized)
|
1045
1251
|
if max is not None:
|
1046
|
-
|
1252
|
+
_setter("max", max)
|
1047
1253
|
if min is not None:
|
1048
|
-
|
1254
|
+
_setter("min", min)
|
1049
1255
|
if mvi_ratio is not None:
|
1050
|
-
|
1256
|
+
_setter("mvi_ratio", mvi_ratio)
|
1051
1257
|
if signal_name is not None:
|
1052
|
-
|
1258
|
+
_setter("signal_name", signal_name)
|
1053
1259
|
if status is not None:
|
1054
|
-
|
1260
|
+
_setter("status", status)
|
1055
1261
|
if std is not None:
|
1056
|
-
|
1262
|
+
_setter("std", std)
|
1057
1263
|
|
1058
1264
|
@property
|
1059
1265
|
@pulumi.getter
|
@@ -1135,7 +1341,16 @@ class ModelModelTrainingResultSignalDetail(dict):
|
|
1135
1341
|
class GetAiPrivateEndpointsAiPrivateEndpointCollectionResult(dict):
|
1136
1342
|
def __init__(__self__, *,
|
1137
1343
|
items: Sequence['outputs.GetAiPrivateEndpointsAiPrivateEndpointCollectionItemResult']):
|
1138
|
-
|
1344
|
+
GetAiPrivateEndpointsAiPrivateEndpointCollectionResult._configure(
|
1345
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1346
|
+
items=items,
|
1347
|
+
)
|
1348
|
+
@staticmethod
|
1349
|
+
def _configure(
|
1350
|
+
_setter: Callable[[Any, Any], None],
|
1351
|
+
items: Sequence['outputs.GetAiPrivateEndpointsAiPrivateEndpointCollectionItemResult'],
|
1352
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1353
|
+
_setter("items", items)
|
1139
1354
|
|
1140
1355
|
@property
|
1141
1356
|
@pulumi.getter
|
@@ -1174,19 +1389,52 @@ class GetAiPrivateEndpointsAiPrivateEndpointCollectionItemResult(dict):
|
|
1174
1389
|
:param str time_created: The time the private endpoint was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
1175
1390
|
:param str time_updated: The time the private endpoint was updated. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
1176
1391
|
"""
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1189
|
-
|
1392
|
+
GetAiPrivateEndpointsAiPrivateEndpointCollectionItemResult._configure(
|
1393
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1394
|
+
attached_data_assets=attached_data_assets,
|
1395
|
+
compartment_id=compartment_id,
|
1396
|
+
defined_tags=defined_tags,
|
1397
|
+
display_name=display_name,
|
1398
|
+
dns_zones=dns_zones,
|
1399
|
+
freeform_tags=freeform_tags,
|
1400
|
+
id=id,
|
1401
|
+
lifecycle_details=lifecycle_details,
|
1402
|
+
state=state,
|
1403
|
+
subnet_id=subnet_id,
|
1404
|
+
system_tags=system_tags,
|
1405
|
+
time_created=time_created,
|
1406
|
+
time_updated=time_updated,
|
1407
|
+
)
|
1408
|
+
@staticmethod
|
1409
|
+
def _configure(
|
1410
|
+
_setter: Callable[[Any, Any], None],
|
1411
|
+
attached_data_assets: Sequence[str],
|
1412
|
+
compartment_id: str,
|
1413
|
+
defined_tags: Mapping[str, Any],
|
1414
|
+
display_name: str,
|
1415
|
+
dns_zones: Sequence[str],
|
1416
|
+
freeform_tags: Mapping[str, Any],
|
1417
|
+
id: str,
|
1418
|
+
lifecycle_details: str,
|
1419
|
+
state: str,
|
1420
|
+
subnet_id: str,
|
1421
|
+
system_tags: Mapping[str, Any],
|
1422
|
+
time_created: str,
|
1423
|
+
time_updated: str,
|
1424
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1425
|
+
_setter("attached_data_assets", attached_data_assets)
|
1426
|
+
_setter("compartment_id", compartment_id)
|
1427
|
+
_setter("defined_tags", defined_tags)
|
1428
|
+
_setter("display_name", display_name)
|
1429
|
+
_setter("dns_zones", dns_zones)
|
1430
|
+
_setter("freeform_tags", freeform_tags)
|
1431
|
+
_setter("id", id)
|
1432
|
+
_setter("lifecycle_details", lifecycle_details)
|
1433
|
+
_setter("state", state)
|
1434
|
+
_setter("subnet_id", subnet_id)
|
1435
|
+
_setter("system_tags", system_tags)
|
1436
|
+
_setter("time_created", time_created)
|
1437
|
+
_setter("time_updated", time_updated)
|
1190
1438
|
|
1191
1439
|
@property
|
1192
1440
|
@pulumi.getter(name="attachedDataAssets")
|
@@ -1299,10 +1547,23 @@ class GetAiPrivateEndpointsFilterResult(dict):
|
|
1299
1547
|
name: str,
|
1300
1548
|
values: Sequence[str],
|
1301
1549
|
regex: Optional[bool] = None):
|
1302
|
-
|
1303
|
-
|
1550
|
+
GetAiPrivateEndpointsFilterResult._configure(
|
1551
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1552
|
+
name=name,
|
1553
|
+
values=values,
|
1554
|
+
regex=regex,
|
1555
|
+
)
|
1556
|
+
@staticmethod
|
1557
|
+
def _configure(
|
1558
|
+
_setter: Callable[[Any, Any], None],
|
1559
|
+
name: str,
|
1560
|
+
values: Sequence[str],
|
1561
|
+
regex: Optional[bool] = None,
|
1562
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1563
|
+
_setter("name", name)
|
1564
|
+
_setter("values", values)
|
1304
1565
|
if regex is not None:
|
1305
|
-
|
1566
|
+
_setter("regex", regex)
|
1306
1567
|
|
1307
1568
|
@property
|
1308
1569
|
@pulumi.getter
|
@@ -1335,13 +1596,34 @@ class GetDetectAnomalyJobInputDetailResult(dict):
|
|
1335
1596
|
:param str message: Inline input details.
|
1336
1597
|
:param Sequence['GetDetectAnomalyJobInputDetailObjectLocationArgs'] object_locations: List of ObjectLocations.
|
1337
1598
|
"""
|
1338
|
-
|
1339
|
-
|
1340
|
-
|
1341
|
-
|
1342
|
-
|
1343
|
-
|
1344
|
-
|
1599
|
+
GetDetectAnomalyJobInputDetailResult._configure(
|
1600
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1601
|
+
content=content,
|
1602
|
+
content_type=content_type,
|
1603
|
+
datas=datas,
|
1604
|
+
input_type=input_type,
|
1605
|
+
message=message,
|
1606
|
+
object_locations=object_locations,
|
1607
|
+
signal_names=signal_names,
|
1608
|
+
)
|
1609
|
+
@staticmethod
|
1610
|
+
def _configure(
|
1611
|
+
_setter: Callable[[Any, Any], None],
|
1612
|
+
content: str,
|
1613
|
+
content_type: str,
|
1614
|
+
datas: Sequence['outputs.GetDetectAnomalyJobInputDetailDataResult'],
|
1615
|
+
input_type: str,
|
1616
|
+
message: str,
|
1617
|
+
object_locations: Sequence['outputs.GetDetectAnomalyJobInputDetailObjectLocationResult'],
|
1618
|
+
signal_names: Sequence[str],
|
1619
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1620
|
+
_setter("content", content)
|
1621
|
+
_setter("content_type", content_type)
|
1622
|
+
_setter("datas", datas)
|
1623
|
+
_setter("input_type", input_type)
|
1624
|
+
_setter("message", message)
|
1625
|
+
_setter("object_locations", object_locations)
|
1626
|
+
_setter("signal_names", signal_names)
|
1345
1627
|
|
1346
1628
|
@property
|
1347
1629
|
@pulumi.getter
|
@@ -1393,8 +1675,19 @@ class GetDetectAnomalyJobInputDetailDataResult(dict):
|
|
1393
1675
|
def __init__(__self__, *,
|
1394
1676
|
timestamp: str,
|
1395
1677
|
values: Sequence[float]):
|
1396
|
-
|
1397
|
-
|
1678
|
+
GetDetectAnomalyJobInputDetailDataResult._configure(
|
1679
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1680
|
+
timestamp=timestamp,
|
1681
|
+
values=values,
|
1682
|
+
)
|
1683
|
+
@staticmethod
|
1684
|
+
def _configure(
|
1685
|
+
_setter: Callable[[Any, Any], None],
|
1686
|
+
timestamp: str,
|
1687
|
+
values: Sequence[float],
|
1688
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1689
|
+
_setter("timestamp", timestamp)
|
1690
|
+
_setter("values", values)
|
1398
1691
|
|
1399
1692
|
@property
|
1400
1693
|
@pulumi.getter
|
@@ -1418,9 +1711,22 @@ class GetDetectAnomalyJobInputDetailObjectLocationResult(dict):
|
|
1418
1711
|
:param str namespace: Object Storage namespace.
|
1419
1712
|
:param str object: Object Storage object name.
|
1420
1713
|
"""
|
1421
|
-
|
1422
|
-
|
1423
|
-
|
1714
|
+
GetDetectAnomalyJobInputDetailObjectLocationResult._configure(
|
1715
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1716
|
+
bucket=bucket,
|
1717
|
+
namespace=namespace,
|
1718
|
+
object=object,
|
1719
|
+
)
|
1720
|
+
@staticmethod
|
1721
|
+
def _configure(
|
1722
|
+
_setter: Callable[[Any, Any], None],
|
1723
|
+
bucket: str,
|
1724
|
+
namespace: str,
|
1725
|
+
object: str,
|
1726
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1727
|
+
_setter("bucket", bucket)
|
1728
|
+
_setter("namespace", namespace)
|
1729
|
+
_setter("object", object)
|
1424
1730
|
|
1425
1731
|
@property
|
1426
1732
|
@pulumi.getter
|
@@ -1460,10 +1766,25 @@ class GetDetectAnomalyJobOutputDetailResult(dict):
|
|
1460
1766
|
:param str output_type: The type of output location Allowed values are:
|
1461
1767
|
:param str prefix: Object Storage folder name.
|
1462
1768
|
"""
|
1463
|
-
|
1464
|
-
|
1465
|
-
|
1466
|
-
|
1769
|
+
GetDetectAnomalyJobOutputDetailResult._configure(
|
1770
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1771
|
+
bucket=bucket,
|
1772
|
+
namespace=namespace,
|
1773
|
+
output_type=output_type,
|
1774
|
+
prefix=prefix,
|
1775
|
+
)
|
1776
|
+
@staticmethod
|
1777
|
+
def _configure(
|
1778
|
+
_setter: Callable[[Any, Any], None],
|
1779
|
+
bucket: str,
|
1780
|
+
namespace: str,
|
1781
|
+
output_type: str,
|
1782
|
+
prefix: str,
|
1783
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1784
|
+
_setter("bucket", bucket)
|
1785
|
+
_setter("namespace", namespace)
|
1786
|
+
_setter("output_type", output_type)
|
1787
|
+
_setter("prefix", prefix)
|
1467
1788
|
|
1468
1789
|
@property
|
1469
1790
|
@pulumi.getter
|
@@ -1502,7 +1823,16 @@ class GetDetectAnomalyJobOutputDetailResult(dict):
|
|
1502
1823
|
class GetDetectAnomalyJobsDetectAnomalyJobCollectionResult(dict):
|
1503
1824
|
def __init__(__self__, *,
|
1504
1825
|
items: Sequence['outputs.GetDetectAnomalyJobsDetectAnomalyJobCollectionItemResult']):
|
1505
|
-
|
1826
|
+
GetDetectAnomalyJobsDetectAnomalyJobCollectionResult._configure(
|
1827
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1828
|
+
items=items,
|
1829
|
+
)
|
1830
|
+
@staticmethod
|
1831
|
+
def _configure(
|
1832
|
+
_setter: Callable[[Any, Any], None],
|
1833
|
+
items: Sequence['outputs.GetDetectAnomalyJobsDetectAnomalyJobCollectionItemResult'],
|
1834
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1835
|
+
_setter("items", items)
|
1506
1836
|
|
1507
1837
|
@property
|
1508
1838
|
@pulumi.getter
|
@@ -1549,23 +1879,64 @@ class GetDetectAnomalyJobsDetectAnomalyJobCollectionItemResult(dict):
|
|
1549
1879
|
:param str time_finished: Job finished time
|
1550
1880
|
:param str time_started: Job started time
|
1551
1881
|
"""
|
1552
|
-
|
1553
|
-
|
1554
|
-
|
1555
|
-
|
1556
|
-
|
1557
|
-
|
1558
|
-
|
1559
|
-
|
1560
|
-
|
1561
|
-
|
1562
|
-
|
1563
|
-
|
1564
|
-
|
1565
|
-
|
1566
|
-
|
1567
|
-
|
1568
|
-
|
1882
|
+
GetDetectAnomalyJobsDetectAnomalyJobCollectionItemResult._configure(
|
1883
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1884
|
+
compartment_id=compartment_id,
|
1885
|
+
defined_tags=defined_tags,
|
1886
|
+
description=description,
|
1887
|
+
display_name=display_name,
|
1888
|
+
freeform_tags=freeform_tags,
|
1889
|
+
id=id,
|
1890
|
+
input_details=input_details,
|
1891
|
+
lifecycle_state_details=lifecycle_state_details,
|
1892
|
+
model_id=model_id,
|
1893
|
+
output_details=output_details,
|
1894
|
+
project_id=project_id,
|
1895
|
+
sensitivity=sensitivity,
|
1896
|
+
state=state,
|
1897
|
+
system_tags=system_tags,
|
1898
|
+
time_accepted=time_accepted,
|
1899
|
+
time_finished=time_finished,
|
1900
|
+
time_started=time_started,
|
1901
|
+
)
|
1902
|
+
@staticmethod
|
1903
|
+
def _configure(
|
1904
|
+
_setter: Callable[[Any, Any], None],
|
1905
|
+
compartment_id: str,
|
1906
|
+
defined_tags: Mapping[str, Any],
|
1907
|
+
description: str,
|
1908
|
+
display_name: str,
|
1909
|
+
freeform_tags: Mapping[str, Any],
|
1910
|
+
id: str,
|
1911
|
+
input_details: Sequence['outputs.GetDetectAnomalyJobsDetectAnomalyJobCollectionItemInputDetailResult'],
|
1912
|
+
lifecycle_state_details: str,
|
1913
|
+
model_id: str,
|
1914
|
+
output_details: Sequence['outputs.GetDetectAnomalyJobsDetectAnomalyJobCollectionItemOutputDetailResult'],
|
1915
|
+
project_id: str,
|
1916
|
+
sensitivity: float,
|
1917
|
+
state: str,
|
1918
|
+
system_tags: Mapping[str, Any],
|
1919
|
+
time_accepted: str,
|
1920
|
+
time_finished: str,
|
1921
|
+
time_started: str,
|
1922
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1923
|
+
_setter("compartment_id", compartment_id)
|
1924
|
+
_setter("defined_tags", defined_tags)
|
1925
|
+
_setter("description", description)
|
1926
|
+
_setter("display_name", display_name)
|
1927
|
+
_setter("freeform_tags", freeform_tags)
|
1928
|
+
_setter("id", id)
|
1929
|
+
_setter("input_details", input_details)
|
1930
|
+
_setter("lifecycle_state_details", lifecycle_state_details)
|
1931
|
+
_setter("model_id", model_id)
|
1932
|
+
_setter("output_details", output_details)
|
1933
|
+
_setter("project_id", project_id)
|
1934
|
+
_setter("sensitivity", sensitivity)
|
1935
|
+
_setter("state", state)
|
1936
|
+
_setter("system_tags", system_tags)
|
1937
|
+
_setter("time_accepted", time_accepted)
|
1938
|
+
_setter("time_finished", time_finished)
|
1939
|
+
_setter("time_started", time_started)
|
1569
1940
|
|
1570
1941
|
@property
|
1571
1942
|
@pulumi.getter(name="compartmentId")
|
@@ -1719,13 +2090,34 @@ class GetDetectAnomalyJobsDetectAnomalyJobCollectionItemInputDetailResult(dict):
|
|
1719
2090
|
:param str message: Inline input details.
|
1720
2091
|
:param Sequence['GetDetectAnomalyJobsDetectAnomalyJobCollectionItemInputDetailObjectLocationArgs'] object_locations: List of ObjectLocations.
|
1721
2092
|
"""
|
1722
|
-
|
1723
|
-
|
1724
|
-
|
1725
|
-
|
1726
|
-
|
1727
|
-
|
1728
|
-
|
2093
|
+
GetDetectAnomalyJobsDetectAnomalyJobCollectionItemInputDetailResult._configure(
|
2094
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2095
|
+
content=content,
|
2096
|
+
content_type=content_type,
|
2097
|
+
datas=datas,
|
2098
|
+
input_type=input_type,
|
2099
|
+
message=message,
|
2100
|
+
object_locations=object_locations,
|
2101
|
+
signal_names=signal_names,
|
2102
|
+
)
|
2103
|
+
@staticmethod
|
2104
|
+
def _configure(
|
2105
|
+
_setter: Callable[[Any, Any], None],
|
2106
|
+
content: str,
|
2107
|
+
content_type: str,
|
2108
|
+
datas: Sequence['outputs.GetDetectAnomalyJobsDetectAnomalyJobCollectionItemInputDetailDataResult'],
|
2109
|
+
input_type: str,
|
2110
|
+
message: str,
|
2111
|
+
object_locations: Sequence['outputs.GetDetectAnomalyJobsDetectAnomalyJobCollectionItemInputDetailObjectLocationResult'],
|
2112
|
+
signal_names: Sequence[str],
|
2113
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2114
|
+
_setter("content", content)
|
2115
|
+
_setter("content_type", content_type)
|
2116
|
+
_setter("datas", datas)
|
2117
|
+
_setter("input_type", input_type)
|
2118
|
+
_setter("message", message)
|
2119
|
+
_setter("object_locations", object_locations)
|
2120
|
+
_setter("signal_names", signal_names)
|
1729
2121
|
|
1730
2122
|
@property
|
1731
2123
|
@pulumi.getter
|
@@ -1777,8 +2169,19 @@ class GetDetectAnomalyJobsDetectAnomalyJobCollectionItemInputDetailDataResult(di
|
|
1777
2169
|
def __init__(__self__, *,
|
1778
2170
|
timestamp: str,
|
1779
2171
|
values: Sequence[float]):
|
1780
|
-
|
1781
|
-
|
2172
|
+
GetDetectAnomalyJobsDetectAnomalyJobCollectionItemInputDetailDataResult._configure(
|
2173
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2174
|
+
timestamp=timestamp,
|
2175
|
+
values=values,
|
2176
|
+
)
|
2177
|
+
@staticmethod
|
2178
|
+
def _configure(
|
2179
|
+
_setter: Callable[[Any, Any], None],
|
2180
|
+
timestamp: str,
|
2181
|
+
values: Sequence[float],
|
2182
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2183
|
+
_setter("timestamp", timestamp)
|
2184
|
+
_setter("values", values)
|
1782
2185
|
|
1783
2186
|
@property
|
1784
2187
|
@pulumi.getter
|
@@ -1802,9 +2205,22 @@ class GetDetectAnomalyJobsDetectAnomalyJobCollectionItemInputDetailObjectLocatio
|
|
1802
2205
|
:param str namespace: Object Storage namespace.
|
1803
2206
|
:param str object: Object Storage object name.
|
1804
2207
|
"""
|
1805
|
-
|
1806
|
-
|
1807
|
-
|
2208
|
+
GetDetectAnomalyJobsDetectAnomalyJobCollectionItemInputDetailObjectLocationResult._configure(
|
2209
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2210
|
+
bucket=bucket,
|
2211
|
+
namespace=namespace,
|
2212
|
+
object=object,
|
2213
|
+
)
|
2214
|
+
@staticmethod
|
2215
|
+
def _configure(
|
2216
|
+
_setter: Callable[[Any, Any], None],
|
2217
|
+
bucket: str,
|
2218
|
+
namespace: str,
|
2219
|
+
object: str,
|
2220
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2221
|
+
_setter("bucket", bucket)
|
2222
|
+
_setter("namespace", namespace)
|
2223
|
+
_setter("object", object)
|
1808
2224
|
|
1809
2225
|
@property
|
1810
2226
|
@pulumi.getter
|
@@ -1844,10 +2260,25 @@ class GetDetectAnomalyJobsDetectAnomalyJobCollectionItemOutputDetailResult(dict)
|
|
1844
2260
|
:param str output_type: The type of output location Allowed values are:
|
1845
2261
|
:param str prefix: Object Storage folder name.
|
1846
2262
|
"""
|
1847
|
-
|
1848
|
-
|
1849
|
-
|
1850
|
-
|
2263
|
+
GetDetectAnomalyJobsDetectAnomalyJobCollectionItemOutputDetailResult._configure(
|
2264
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2265
|
+
bucket=bucket,
|
2266
|
+
namespace=namespace,
|
2267
|
+
output_type=output_type,
|
2268
|
+
prefix=prefix,
|
2269
|
+
)
|
2270
|
+
@staticmethod
|
2271
|
+
def _configure(
|
2272
|
+
_setter: Callable[[Any, Any], None],
|
2273
|
+
bucket: str,
|
2274
|
+
namespace: str,
|
2275
|
+
output_type: str,
|
2276
|
+
prefix: str,
|
2277
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2278
|
+
_setter("bucket", bucket)
|
2279
|
+
_setter("namespace", namespace)
|
2280
|
+
_setter("output_type", output_type)
|
2281
|
+
_setter("prefix", prefix)
|
1851
2282
|
|
1852
2283
|
@property
|
1853
2284
|
@pulumi.getter
|
@@ -1888,10 +2319,23 @@ class GetDetectAnomalyJobsFilterResult(dict):
|
|
1888
2319
|
name: str,
|
1889
2320
|
values: Sequence[str],
|
1890
2321
|
regex: Optional[bool] = None):
|
1891
|
-
|
1892
|
-
|
2322
|
+
GetDetectAnomalyJobsFilterResult._configure(
|
2323
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2324
|
+
name=name,
|
2325
|
+
values=values,
|
2326
|
+
regex=regex,
|
2327
|
+
)
|
2328
|
+
@staticmethod
|
2329
|
+
def _configure(
|
2330
|
+
_setter: Callable[[Any, Any], None],
|
2331
|
+
name: str,
|
2332
|
+
values: Sequence[str],
|
2333
|
+
regex: Optional[bool] = None,
|
2334
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2335
|
+
_setter("name", name)
|
2336
|
+
_setter("values", values)
|
1893
2337
|
if regex is not None:
|
1894
|
-
|
2338
|
+
_setter("regex", regex)
|
1895
2339
|
|
1896
2340
|
@property
|
1897
2341
|
@pulumi.getter
|
@@ -1954,26 +2398,73 @@ class GetDetectionDataAssetDataSourceDetailResult(dict):
|
|
1954
2398
|
:param Sequence['GetDetectionDataAssetDataSourceDetailVersionSpecificDetailArgs'] version_specific_details: Possible data sources
|
1955
2399
|
:param str wallet_password_secret_id: wallet password Secret ID in String format
|
1956
2400
|
"""
|
1957
|
-
|
1958
|
-
|
1959
|
-
|
1960
|
-
|
1961
|
-
|
1962
|
-
|
1963
|
-
|
1964
|
-
|
1965
|
-
|
1966
|
-
|
1967
|
-
|
1968
|
-
|
1969
|
-
|
1970
|
-
|
1971
|
-
|
1972
|
-
|
1973
|
-
|
1974
|
-
|
1975
|
-
|
1976
|
-
|
2401
|
+
GetDetectionDataAssetDataSourceDetailResult._configure(
|
2402
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2403
|
+
atp_password_secret_id=atp_password_secret_id,
|
2404
|
+
atp_user_name=atp_user_name,
|
2405
|
+
bucket=bucket,
|
2406
|
+
cwallet_file_secret_id=cwallet_file_secret_id,
|
2407
|
+
data_source_type=data_source_type,
|
2408
|
+
database_name=database_name,
|
2409
|
+
ewallet_file_secret_id=ewallet_file_secret_id,
|
2410
|
+
key_store_file_secret_id=key_store_file_secret_id,
|
2411
|
+
measurement_name=measurement_name,
|
2412
|
+
namespace=namespace,
|
2413
|
+
object=object,
|
2414
|
+
ojdbc_file_secret_id=ojdbc_file_secret_id,
|
2415
|
+
password_secret_id=password_secret_id,
|
2416
|
+
table_name=table_name,
|
2417
|
+
tnsnames_file_secret_id=tnsnames_file_secret_id,
|
2418
|
+
truststore_file_secret_id=truststore_file_secret_id,
|
2419
|
+
url=url,
|
2420
|
+
user_name=user_name,
|
2421
|
+
version_specific_details=version_specific_details,
|
2422
|
+
wallet_password_secret_id=wallet_password_secret_id,
|
2423
|
+
)
|
2424
|
+
@staticmethod
|
2425
|
+
def _configure(
|
2426
|
+
_setter: Callable[[Any, Any], None],
|
2427
|
+
atp_password_secret_id: str,
|
2428
|
+
atp_user_name: str,
|
2429
|
+
bucket: str,
|
2430
|
+
cwallet_file_secret_id: str,
|
2431
|
+
data_source_type: str,
|
2432
|
+
database_name: str,
|
2433
|
+
ewallet_file_secret_id: str,
|
2434
|
+
key_store_file_secret_id: str,
|
2435
|
+
measurement_name: str,
|
2436
|
+
namespace: str,
|
2437
|
+
object: str,
|
2438
|
+
ojdbc_file_secret_id: str,
|
2439
|
+
password_secret_id: str,
|
2440
|
+
table_name: str,
|
2441
|
+
tnsnames_file_secret_id: str,
|
2442
|
+
truststore_file_secret_id: str,
|
2443
|
+
url: str,
|
2444
|
+
user_name: str,
|
2445
|
+
version_specific_details: Sequence['outputs.GetDetectionDataAssetDataSourceDetailVersionSpecificDetailResult'],
|
2446
|
+
wallet_password_secret_id: str,
|
2447
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2448
|
+
_setter("atp_password_secret_id", atp_password_secret_id)
|
2449
|
+
_setter("atp_user_name", atp_user_name)
|
2450
|
+
_setter("bucket", bucket)
|
2451
|
+
_setter("cwallet_file_secret_id", cwallet_file_secret_id)
|
2452
|
+
_setter("data_source_type", data_source_type)
|
2453
|
+
_setter("database_name", database_name)
|
2454
|
+
_setter("ewallet_file_secret_id", ewallet_file_secret_id)
|
2455
|
+
_setter("key_store_file_secret_id", key_store_file_secret_id)
|
2456
|
+
_setter("measurement_name", measurement_name)
|
2457
|
+
_setter("namespace", namespace)
|
2458
|
+
_setter("object", object)
|
2459
|
+
_setter("ojdbc_file_secret_id", ojdbc_file_secret_id)
|
2460
|
+
_setter("password_secret_id", password_secret_id)
|
2461
|
+
_setter("table_name", table_name)
|
2462
|
+
_setter("tnsnames_file_secret_id", tnsnames_file_secret_id)
|
2463
|
+
_setter("truststore_file_secret_id", truststore_file_secret_id)
|
2464
|
+
_setter("url", url)
|
2465
|
+
_setter("user_name", user_name)
|
2466
|
+
_setter("version_specific_details", version_specific_details)
|
2467
|
+
_setter("wallet_password_secret_id", wallet_password_secret_id)
|
1977
2468
|
|
1978
2469
|
@property
|
1979
2470
|
@pulumi.getter(name="atpPasswordSecretId")
|
@@ -2151,11 +2642,28 @@ class GetDetectionDataAssetDataSourceDetailVersionSpecificDetailResult(dict):
|
|
2151
2642
|
:param str organization_name: Org name for the influx db
|
2152
2643
|
:param str retention_policy_name: retention policy is how long the bucket would last
|
2153
2644
|
"""
|
2154
|
-
|
2155
|
-
|
2156
|
-
|
2157
|
-
|
2158
|
-
|
2645
|
+
GetDetectionDataAssetDataSourceDetailVersionSpecificDetailResult._configure(
|
2646
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2647
|
+
bucket=bucket,
|
2648
|
+
database_name=database_name,
|
2649
|
+
influx_version=influx_version,
|
2650
|
+
organization_name=organization_name,
|
2651
|
+
retention_policy_name=retention_policy_name,
|
2652
|
+
)
|
2653
|
+
@staticmethod
|
2654
|
+
def _configure(
|
2655
|
+
_setter: Callable[[Any, Any], None],
|
2656
|
+
bucket: str,
|
2657
|
+
database_name: str,
|
2658
|
+
influx_version: str,
|
2659
|
+
organization_name: str,
|
2660
|
+
retention_policy_name: str,
|
2661
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2662
|
+
_setter("bucket", bucket)
|
2663
|
+
_setter("database_name", database_name)
|
2664
|
+
_setter("influx_version", influx_version)
|
2665
|
+
_setter("organization_name", organization_name)
|
2666
|
+
_setter("retention_policy_name", retention_policy_name)
|
2159
2667
|
|
2160
2668
|
@property
|
2161
2669
|
@pulumi.getter
|
@@ -2202,7 +2710,16 @@ class GetDetectionDataAssetDataSourceDetailVersionSpecificDetailResult(dict):
|
|
2202
2710
|
class GetDetectionDataAssetsDataAssetCollectionResult(dict):
|
2203
2711
|
def __init__(__self__, *,
|
2204
2712
|
items: Sequence['outputs.GetDetectionDataAssetsDataAssetCollectionItemResult']):
|
2205
|
-
|
2713
|
+
GetDetectionDataAssetsDataAssetCollectionResult._configure(
|
2714
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2715
|
+
items=items,
|
2716
|
+
)
|
2717
|
+
@staticmethod
|
2718
|
+
def _configure(
|
2719
|
+
_setter: Callable[[Any, Any], None],
|
2720
|
+
items: Sequence['outputs.GetDetectionDataAssetsDataAssetCollectionItemResult'],
|
2721
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2722
|
+
_setter("items", items)
|
2206
2723
|
|
2207
2724
|
@property
|
2208
2725
|
@pulumi.getter
|
@@ -2241,19 +2758,52 @@ class GetDetectionDataAssetsDataAssetCollectionItemResult(dict):
|
|
2241
2758
|
:param str time_created: The time the the DataAsset was created. An RFC3339 formatted datetime string
|
2242
2759
|
:param str time_updated: The time the the DataAsset was updated. An RFC3339 formatted datetime string
|
2243
2760
|
"""
|
2244
|
-
|
2245
|
-
|
2246
|
-
|
2247
|
-
|
2248
|
-
|
2249
|
-
|
2250
|
-
|
2251
|
-
|
2252
|
-
|
2253
|
-
|
2254
|
-
|
2255
|
-
|
2256
|
-
|
2761
|
+
GetDetectionDataAssetsDataAssetCollectionItemResult._configure(
|
2762
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2763
|
+
compartment_id=compartment_id,
|
2764
|
+
data_source_details=data_source_details,
|
2765
|
+
defined_tags=defined_tags,
|
2766
|
+
description=description,
|
2767
|
+
display_name=display_name,
|
2768
|
+
freeform_tags=freeform_tags,
|
2769
|
+
id=id,
|
2770
|
+
private_endpoint_id=private_endpoint_id,
|
2771
|
+
project_id=project_id,
|
2772
|
+
state=state,
|
2773
|
+
system_tags=system_tags,
|
2774
|
+
time_created=time_created,
|
2775
|
+
time_updated=time_updated,
|
2776
|
+
)
|
2777
|
+
@staticmethod
|
2778
|
+
def _configure(
|
2779
|
+
_setter: Callable[[Any, Any], None],
|
2780
|
+
compartment_id: str,
|
2781
|
+
data_source_details: Sequence['outputs.GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetailResult'],
|
2782
|
+
defined_tags: Mapping[str, Any],
|
2783
|
+
description: str,
|
2784
|
+
display_name: str,
|
2785
|
+
freeform_tags: Mapping[str, Any],
|
2786
|
+
id: str,
|
2787
|
+
private_endpoint_id: str,
|
2788
|
+
project_id: str,
|
2789
|
+
state: str,
|
2790
|
+
system_tags: Mapping[str, Any],
|
2791
|
+
time_created: str,
|
2792
|
+
time_updated: str,
|
2793
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2794
|
+
_setter("compartment_id", compartment_id)
|
2795
|
+
_setter("data_source_details", data_source_details)
|
2796
|
+
_setter("defined_tags", defined_tags)
|
2797
|
+
_setter("description", description)
|
2798
|
+
_setter("display_name", display_name)
|
2799
|
+
_setter("freeform_tags", freeform_tags)
|
2800
|
+
_setter("id", id)
|
2801
|
+
_setter("private_endpoint_id", private_endpoint_id)
|
2802
|
+
_setter("project_id", project_id)
|
2803
|
+
_setter("state", state)
|
2804
|
+
_setter("system_tags", system_tags)
|
2805
|
+
_setter("time_created", time_created)
|
2806
|
+
_setter("time_updated", time_updated)
|
2257
2807
|
|
2258
2808
|
@property
|
2259
2809
|
@pulumi.getter(name="compartmentId")
|
@@ -2405,26 +2955,73 @@ class GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetailResult(dict):
|
|
2405
2955
|
:param Sequence['GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetailVersionSpecificDetailArgs'] version_specific_details: Possible data sources
|
2406
2956
|
:param str wallet_password_secret_id: wallet password Secret ID in String format
|
2407
2957
|
"""
|
2408
|
-
|
2409
|
-
|
2410
|
-
|
2411
|
-
|
2412
|
-
|
2413
|
-
|
2414
|
-
|
2415
|
-
|
2416
|
-
|
2417
|
-
|
2418
|
-
|
2419
|
-
|
2420
|
-
|
2421
|
-
|
2422
|
-
|
2423
|
-
|
2424
|
-
|
2425
|
-
|
2426
|
-
|
2427
|
-
|
2958
|
+
GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetailResult._configure(
|
2959
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2960
|
+
atp_password_secret_id=atp_password_secret_id,
|
2961
|
+
atp_user_name=atp_user_name,
|
2962
|
+
bucket=bucket,
|
2963
|
+
cwallet_file_secret_id=cwallet_file_secret_id,
|
2964
|
+
data_source_type=data_source_type,
|
2965
|
+
database_name=database_name,
|
2966
|
+
ewallet_file_secret_id=ewallet_file_secret_id,
|
2967
|
+
key_store_file_secret_id=key_store_file_secret_id,
|
2968
|
+
measurement_name=measurement_name,
|
2969
|
+
namespace=namespace,
|
2970
|
+
object=object,
|
2971
|
+
ojdbc_file_secret_id=ojdbc_file_secret_id,
|
2972
|
+
password_secret_id=password_secret_id,
|
2973
|
+
table_name=table_name,
|
2974
|
+
tnsnames_file_secret_id=tnsnames_file_secret_id,
|
2975
|
+
truststore_file_secret_id=truststore_file_secret_id,
|
2976
|
+
url=url,
|
2977
|
+
user_name=user_name,
|
2978
|
+
version_specific_details=version_specific_details,
|
2979
|
+
wallet_password_secret_id=wallet_password_secret_id,
|
2980
|
+
)
|
2981
|
+
@staticmethod
|
2982
|
+
def _configure(
|
2983
|
+
_setter: Callable[[Any, Any], None],
|
2984
|
+
atp_password_secret_id: str,
|
2985
|
+
atp_user_name: str,
|
2986
|
+
bucket: str,
|
2987
|
+
cwallet_file_secret_id: str,
|
2988
|
+
data_source_type: str,
|
2989
|
+
database_name: str,
|
2990
|
+
ewallet_file_secret_id: str,
|
2991
|
+
key_store_file_secret_id: str,
|
2992
|
+
measurement_name: str,
|
2993
|
+
namespace: str,
|
2994
|
+
object: str,
|
2995
|
+
ojdbc_file_secret_id: str,
|
2996
|
+
password_secret_id: str,
|
2997
|
+
table_name: str,
|
2998
|
+
tnsnames_file_secret_id: str,
|
2999
|
+
truststore_file_secret_id: str,
|
3000
|
+
url: str,
|
3001
|
+
user_name: str,
|
3002
|
+
version_specific_details: Sequence['outputs.GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetailVersionSpecificDetailResult'],
|
3003
|
+
wallet_password_secret_id: str,
|
3004
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3005
|
+
_setter("atp_password_secret_id", atp_password_secret_id)
|
3006
|
+
_setter("atp_user_name", atp_user_name)
|
3007
|
+
_setter("bucket", bucket)
|
3008
|
+
_setter("cwallet_file_secret_id", cwallet_file_secret_id)
|
3009
|
+
_setter("data_source_type", data_source_type)
|
3010
|
+
_setter("database_name", database_name)
|
3011
|
+
_setter("ewallet_file_secret_id", ewallet_file_secret_id)
|
3012
|
+
_setter("key_store_file_secret_id", key_store_file_secret_id)
|
3013
|
+
_setter("measurement_name", measurement_name)
|
3014
|
+
_setter("namespace", namespace)
|
3015
|
+
_setter("object", object)
|
3016
|
+
_setter("ojdbc_file_secret_id", ojdbc_file_secret_id)
|
3017
|
+
_setter("password_secret_id", password_secret_id)
|
3018
|
+
_setter("table_name", table_name)
|
3019
|
+
_setter("tnsnames_file_secret_id", tnsnames_file_secret_id)
|
3020
|
+
_setter("truststore_file_secret_id", truststore_file_secret_id)
|
3021
|
+
_setter("url", url)
|
3022
|
+
_setter("user_name", user_name)
|
3023
|
+
_setter("version_specific_details", version_specific_details)
|
3024
|
+
_setter("wallet_password_secret_id", wallet_password_secret_id)
|
2428
3025
|
|
2429
3026
|
@property
|
2430
3027
|
@pulumi.getter(name="atpPasswordSecretId")
|
@@ -2602,11 +3199,28 @@ class GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetailVersionSpecif
|
|
2602
3199
|
:param str organization_name: Org name for the influx db
|
2603
3200
|
:param str retention_policy_name: retention policy is how long the bucket would last
|
2604
3201
|
"""
|
2605
|
-
|
2606
|
-
|
2607
|
-
|
2608
|
-
|
2609
|
-
|
3202
|
+
GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetailVersionSpecificDetailResult._configure(
|
3203
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3204
|
+
bucket=bucket,
|
3205
|
+
database_name=database_name,
|
3206
|
+
influx_version=influx_version,
|
3207
|
+
organization_name=organization_name,
|
3208
|
+
retention_policy_name=retention_policy_name,
|
3209
|
+
)
|
3210
|
+
@staticmethod
|
3211
|
+
def _configure(
|
3212
|
+
_setter: Callable[[Any, Any], None],
|
3213
|
+
bucket: str,
|
3214
|
+
database_name: str,
|
3215
|
+
influx_version: str,
|
3216
|
+
organization_name: str,
|
3217
|
+
retention_policy_name: str,
|
3218
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3219
|
+
_setter("bucket", bucket)
|
3220
|
+
_setter("database_name", database_name)
|
3221
|
+
_setter("influx_version", influx_version)
|
3222
|
+
_setter("organization_name", organization_name)
|
3223
|
+
_setter("retention_policy_name", retention_policy_name)
|
2610
3224
|
|
2611
3225
|
@property
|
2612
3226
|
@pulumi.getter
|
@@ -2655,10 +3269,23 @@ class GetDetectionDataAssetsFilterResult(dict):
|
|
2655
3269
|
name: str,
|
2656
3270
|
values: Sequence[str],
|
2657
3271
|
regex: Optional[bool] = None):
|
2658
|
-
|
2659
|
-
|
3272
|
+
GetDetectionDataAssetsFilterResult._configure(
|
3273
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3274
|
+
name=name,
|
3275
|
+
values=values,
|
3276
|
+
regex=regex,
|
3277
|
+
)
|
3278
|
+
@staticmethod
|
3279
|
+
def _configure(
|
3280
|
+
_setter: Callable[[Any, Any], None],
|
3281
|
+
name: str,
|
3282
|
+
values: Sequence[str],
|
3283
|
+
regex: Optional[bool] = None,
|
3284
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3285
|
+
_setter("name", name)
|
3286
|
+
_setter("values", values)
|
2660
3287
|
if regex is not None:
|
2661
|
-
|
3288
|
+
_setter("regex", regex)
|
2662
3289
|
|
2663
3290
|
@property
|
2664
3291
|
@pulumi.getter
|
@@ -2691,11 +3318,28 @@ class GetDetectionModelModelTrainingDetailResult(dict):
|
|
2691
3318
|
:param float training_fraction: Fraction of total data that is used for training the model. The remaining is used for validation of the model.
|
2692
3319
|
:param int window_size: Window size defined during training or deduced by the algorithm.
|
2693
3320
|
"""
|
2694
|
-
|
2695
|
-
|
2696
|
-
|
2697
|
-
|
2698
|
-
|
3321
|
+
GetDetectionModelModelTrainingDetailResult._configure(
|
3322
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3323
|
+
algorithm_hint=algorithm_hint,
|
3324
|
+
data_asset_ids=data_asset_ids,
|
3325
|
+
target_fap=target_fap,
|
3326
|
+
training_fraction=training_fraction,
|
3327
|
+
window_size=window_size,
|
3328
|
+
)
|
3329
|
+
@staticmethod
|
3330
|
+
def _configure(
|
3331
|
+
_setter: Callable[[Any, Any], None],
|
3332
|
+
algorithm_hint: str,
|
3333
|
+
data_asset_ids: Sequence[str],
|
3334
|
+
target_fap: float,
|
3335
|
+
training_fraction: float,
|
3336
|
+
window_size: int,
|
3337
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3338
|
+
_setter("algorithm_hint", algorithm_hint)
|
3339
|
+
_setter("data_asset_ids", data_asset_ids)
|
3340
|
+
_setter("target_fap", target_fap)
|
3341
|
+
_setter("training_fraction", training_fraction)
|
3342
|
+
_setter("window_size", window_size)
|
2699
3343
|
|
2700
3344
|
@property
|
2701
3345
|
@pulumi.getter(name="algorithmHint")
|
@@ -2760,16 +3404,43 @@ class GetDetectionModelModelTrainingResultResult(dict):
|
|
2760
3404
|
:param str warning: A warning message to explain the reason when targetFap cannot be achieved for trained model
|
2761
3405
|
:param int window_size: Window size defined during training or deduced by the algorithm.
|
2762
3406
|
"""
|
2763
|
-
|
2764
|
-
|
2765
|
-
|
2766
|
-
|
2767
|
-
|
2768
|
-
|
2769
|
-
|
2770
|
-
|
2771
|
-
|
2772
|
-
|
3407
|
+
GetDetectionModelModelTrainingResultResult._configure(
|
3408
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3409
|
+
fap=fap,
|
3410
|
+
is_training_goal_achieved=is_training_goal_achieved,
|
3411
|
+
mae=mae,
|
3412
|
+
max_inference_sync_rows=max_inference_sync_rows,
|
3413
|
+
multivariate_fap=multivariate_fap,
|
3414
|
+
rmse=rmse,
|
3415
|
+
row_reduction_details=row_reduction_details,
|
3416
|
+
signal_details=signal_details,
|
3417
|
+
warning=warning,
|
3418
|
+
window_size=window_size,
|
3419
|
+
)
|
3420
|
+
@staticmethod
|
3421
|
+
def _configure(
|
3422
|
+
_setter: Callable[[Any, Any], None],
|
3423
|
+
fap: float,
|
3424
|
+
is_training_goal_achieved: bool,
|
3425
|
+
mae: float,
|
3426
|
+
max_inference_sync_rows: int,
|
3427
|
+
multivariate_fap: float,
|
3428
|
+
rmse: float,
|
3429
|
+
row_reduction_details: Sequence['outputs.GetDetectionModelModelTrainingResultRowReductionDetailResult'],
|
3430
|
+
signal_details: Sequence['outputs.GetDetectionModelModelTrainingResultSignalDetailResult'],
|
3431
|
+
warning: str,
|
3432
|
+
window_size: int,
|
3433
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3434
|
+
_setter("fap", fap)
|
3435
|
+
_setter("is_training_goal_achieved", is_training_goal_achieved)
|
3436
|
+
_setter("mae", mae)
|
3437
|
+
_setter("max_inference_sync_rows", max_inference_sync_rows)
|
3438
|
+
_setter("multivariate_fap", multivariate_fap)
|
3439
|
+
_setter("rmse", rmse)
|
3440
|
+
_setter("row_reduction_details", row_reduction_details)
|
3441
|
+
_setter("signal_details", signal_details)
|
3442
|
+
_setter("warning", warning)
|
3443
|
+
_setter("window_size", window_size)
|
2773
3444
|
|
2774
3445
|
@property
|
2775
3446
|
@pulumi.getter
|
@@ -2856,9 +3527,22 @@ class GetDetectionModelModelTrainingResultRowReductionDetailResult(dict):
|
|
2856
3527
|
* AVERAGE_ROW - average multiple rows to one row
|
2857
3528
|
:param float reduction_percentage: A percentage to reduce data size down to on top of original data
|
2858
3529
|
"""
|
2859
|
-
|
2860
|
-
|
2861
|
-
|
3530
|
+
GetDetectionModelModelTrainingResultRowReductionDetailResult._configure(
|
3531
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3532
|
+
is_reduction_enabled=is_reduction_enabled,
|
3533
|
+
reduction_method=reduction_method,
|
3534
|
+
reduction_percentage=reduction_percentage,
|
3535
|
+
)
|
3536
|
+
@staticmethod
|
3537
|
+
def _configure(
|
3538
|
+
_setter: Callable[[Any, Any], None],
|
3539
|
+
is_reduction_enabled: bool,
|
3540
|
+
reduction_method: str,
|
3541
|
+
reduction_percentage: float,
|
3542
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3543
|
+
_setter("is_reduction_enabled", is_reduction_enabled)
|
3544
|
+
_setter("reduction_method", reduction_method)
|
3545
|
+
_setter("reduction_percentage", reduction_percentage)
|
2862
3546
|
|
2863
3547
|
@property
|
2864
3548
|
@pulumi.getter(name="isReductionEnabled")
|
@@ -2913,15 +3597,40 @@ class GetDetectionModelModelTrainingResultSignalDetailResult(dict):
|
|
2913
3597
|
* OTHER - placeholder for other status
|
2914
3598
|
:param float std: Standard deviation of values within a signal.
|
2915
3599
|
"""
|
2916
|
-
|
2917
|
-
|
2918
|
-
|
2919
|
-
|
2920
|
-
|
2921
|
-
|
2922
|
-
|
2923
|
-
|
2924
|
-
|
3600
|
+
GetDetectionModelModelTrainingResultSignalDetailResult._configure(
|
3601
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3602
|
+
details=details,
|
3603
|
+
fap=fap,
|
3604
|
+
is_quantized=is_quantized,
|
3605
|
+
max=max,
|
3606
|
+
min=min,
|
3607
|
+
mvi_ratio=mvi_ratio,
|
3608
|
+
signal_name=signal_name,
|
3609
|
+
status=status,
|
3610
|
+
std=std,
|
3611
|
+
)
|
3612
|
+
@staticmethod
|
3613
|
+
def _configure(
|
3614
|
+
_setter: Callable[[Any, Any], None],
|
3615
|
+
details: str,
|
3616
|
+
fap: float,
|
3617
|
+
is_quantized: bool,
|
3618
|
+
max: float,
|
3619
|
+
min: float,
|
3620
|
+
mvi_ratio: float,
|
3621
|
+
signal_name: str,
|
3622
|
+
status: str,
|
3623
|
+
std: float,
|
3624
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3625
|
+
_setter("details", details)
|
3626
|
+
_setter("fap", fap)
|
3627
|
+
_setter("is_quantized", is_quantized)
|
3628
|
+
_setter("max", max)
|
3629
|
+
_setter("min", min)
|
3630
|
+
_setter("mvi_ratio", mvi_ratio)
|
3631
|
+
_setter("signal_name", signal_name)
|
3632
|
+
_setter("status", status)
|
3633
|
+
_setter("std", std)
|
2925
3634
|
|
2926
3635
|
@property
|
2927
3636
|
@pulumi.getter
|
@@ -3005,10 +3714,23 @@ class GetDetectionModelsFilterResult(dict):
|
|
3005
3714
|
name: str,
|
3006
3715
|
values: Sequence[str],
|
3007
3716
|
regex: Optional[bool] = None):
|
3008
|
-
|
3009
|
-
|
3717
|
+
GetDetectionModelsFilterResult._configure(
|
3718
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3719
|
+
name=name,
|
3720
|
+
values=values,
|
3721
|
+
regex=regex,
|
3722
|
+
)
|
3723
|
+
@staticmethod
|
3724
|
+
def _configure(
|
3725
|
+
_setter: Callable[[Any, Any], None],
|
3726
|
+
name: str,
|
3727
|
+
values: Sequence[str],
|
3728
|
+
regex: Optional[bool] = None,
|
3729
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3730
|
+
_setter("name", name)
|
3731
|
+
_setter("values", values)
|
3010
3732
|
if regex is not None:
|
3011
|
-
|
3733
|
+
_setter("regex", regex)
|
3012
3734
|
|
3013
3735
|
@property
|
3014
3736
|
@pulumi.getter
|
@@ -3030,7 +3752,16 @@ class GetDetectionModelsFilterResult(dict):
|
|
3030
3752
|
class GetDetectionModelsModelCollectionResult(dict):
|
3031
3753
|
def __init__(__self__, *,
|
3032
3754
|
items: Sequence['outputs.GetDetectionModelsModelCollectionItemResult']):
|
3033
|
-
|
3755
|
+
GetDetectionModelsModelCollectionResult._configure(
|
3756
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3757
|
+
items=items,
|
3758
|
+
)
|
3759
|
+
@staticmethod
|
3760
|
+
def _configure(
|
3761
|
+
_setter: Callable[[Any, Any], None],
|
3762
|
+
items: Sequence['outputs.GetDetectionModelsModelCollectionItemResult'],
|
3763
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3764
|
+
_setter("items", items)
|
3034
3765
|
|
3035
3766
|
@property
|
3036
3767
|
@pulumi.getter
|
@@ -3071,20 +3802,55 @@ class GetDetectionModelsModelCollectionItemResult(dict):
|
|
3071
3802
|
:param str time_created: The time the the Model was created. An RFC3339 formatted datetime string.
|
3072
3803
|
:param str time_updated: The time the Model was updated. An RFC3339 formatted datetime string.
|
3073
3804
|
"""
|
3074
|
-
|
3075
|
-
|
3076
|
-
|
3077
|
-
|
3078
|
-
|
3079
|
-
|
3080
|
-
|
3081
|
-
|
3082
|
-
|
3083
|
-
|
3084
|
-
|
3085
|
-
|
3086
|
-
|
3087
|
-
|
3805
|
+
GetDetectionModelsModelCollectionItemResult._configure(
|
3806
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3807
|
+
compartment_id=compartment_id,
|
3808
|
+
defined_tags=defined_tags,
|
3809
|
+
description=description,
|
3810
|
+
display_name=display_name,
|
3811
|
+
freeform_tags=freeform_tags,
|
3812
|
+
id=id,
|
3813
|
+
lifecycle_details=lifecycle_details,
|
3814
|
+
model_training_details=model_training_details,
|
3815
|
+
model_training_results=model_training_results,
|
3816
|
+
project_id=project_id,
|
3817
|
+
state=state,
|
3818
|
+
system_tags=system_tags,
|
3819
|
+
time_created=time_created,
|
3820
|
+
time_updated=time_updated,
|
3821
|
+
)
|
3822
|
+
@staticmethod
|
3823
|
+
def _configure(
|
3824
|
+
_setter: Callable[[Any, Any], None],
|
3825
|
+
compartment_id: str,
|
3826
|
+
defined_tags: Mapping[str, Any],
|
3827
|
+
description: str,
|
3828
|
+
display_name: str,
|
3829
|
+
freeform_tags: Mapping[str, Any],
|
3830
|
+
id: str,
|
3831
|
+
lifecycle_details: str,
|
3832
|
+
model_training_details: Sequence['outputs.GetDetectionModelsModelCollectionItemModelTrainingDetailResult'],
|
3833
|
+
model_training_results: Sequence['outputs.GetDetectionModelsModelCollectionItemModelTrainingResultResult'],
|
3834
|
+
project_id: str,
|
3835
|
+
state: str,
|
3836
|
+
system_tags: Mapping[str, Any],
|
3837
|
+
time_created: str,
|
3838
|
+
time_updated: str,
|
3839
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3840
|
+
_setter("compartment_id", compartment_id)
|
3841
|
+
_setter("defined_tags", defined_tags)
|
3842
|
+
_setter("description", description)
|
3843
|
+
_setter("display_name", display_name)
|
3844
|
+
_setter("freeform_tags", freeform_tags)
|
3845
|
+
_setter("id", id)
|
3846
|
+
_setter("lifecycle_details", lifecycle_details)
|
3847
|
+
_setter("model_training_details", model_training_details)
|
3848
|
+
_setter("model_training_results", model_training_results)
|
3849
|
+
_setter("project_id", project_id)
|
3850
|
+
_setter("state", state)
|
3851
|
+
_setter("system_tags", system_tags)
|
3852
|
+
_setter("time_created", time_created)
|
3853
|
+
_setter("time_updated", time_updated)
|
3088
3854
|
|
3089
3855
|
@property
|
3090
3856
|
@pulumi.getter(name="compartmentId")
|
@@ -3214,11 +3980,28 @@ class GetDetectionModelsModelCollectionItemModelTrainingDetailResult(dict):
|
|
3214
3980
|
:param float training_fraction: Fraction of total data that is used for training the model. The remaining is used for validation of the model.
|
3215
3981
|
:param int window_size: Window size defined during training or deduced by the algorithm.
|
3216
3982
|
"""
|
3217
|
-
|
3218
|
-
|
3219
|
-
|
3220
|
-
|
3221
|
-
|
3983
|
+
GetDetectionModelsModelCollectionItemModelTrainingDetailResult._configure(
|
3984
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3985
|
+
algorithm_hint=algorithm_hint,
|
3986
|
+
data_asset_ids=data_asset_ids,
|
3987
|
+
target_fap=target_fap,
|
3988
|
+
training_fraction=training_fraction,
|
3989
|
+
window_size=window_size,
|
3990
|
+
)
|
3991
|
+
@staticmethod
|
3992
|
+
def _configure(
|
3993
|
+
_setter: Callable[[Any, Any], None],
|
3994
|
+
algorithm_hint: str,
|
3995
|
+
data_asset_ids: Sequence[str],
|
3996
|
+
target_fap: float,
|
3997
|
+
training_fraction: float,
|
3998
|
+
window_size: int,
|
3999
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4000
|
+
_setter("algorithm_hint", algorithm_hint)
|
4001
|
+
_setter("data_asset_ids", data_asset_ids)
|
4002
|
+
_setter("target_fap", target_fap)
|
4003
|
+
_setter("training_fraction", training_fraction)
|
4004
|
+
_setter("window_size", window_size)
|
3222
4005
|
|
3223
4006
|
@property
|
3224
4007
|
@pulumi.getter(name="algorithmHint")
|
@@ -3283,16 +4066,43 @@ class GetDetectionModelsModelCollectionItemModelTrainingResultResult(dict):
|
|
3283
4066
|
:param str warning: A warning message to explain the reason when targetFap cannot be achieved for trained model
|
3284
4067
|
:param int window_size: Window size defined during training or deduced by the algorithm.
|
3285
4068
|
"""
|
3286
|
-
|
3287
|
-
|
3288
|
-
|
3289
|
-
|
3290
|
-
|
3291
|
-
|
3292
|
-
|
3293
|
-
|
3294
|
-
|
3295
|
-
|
4069
|
+
GetDetectionModelsModelCollectionItemModelTrainingResultResult._configure(
|
4070
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4071
|
+
fap=fap,
|
4072
|
+
is_training_goal_achieved=is_training_goal_achieved,
|
4073
|
+
mae=mae,
|
4074
|
+
max_inference_sync_rows=max_inference_sync_rows,
|
4075
|
+
multivariate_fap=multivariate_fap,
|
4076
|
+
rmse=rmse,
|
4077
|
+
row_reduction_details=row_reduction_details,
|
4078
|
+
signal_details=signal_details,
|
4079
|
+
warning=warning,
|
4080
|
+
window_size=window_size,
|
4081
|
+
)
|
4082
|
+
@staticmethod
|
4083
|
+
def _configure(
|
4084
|
+
_setter: Callable[[Any, Any], None],
|
4085
|
+
fap: float,
|
4086
|
+
is_training_goal_achieved: bool,
|
4087
|
+
mae: float,
|
4088
|
+
max_inference_sync_rows: int,
|
4089
|
+
multivariate_fap: float,
|
4090
|
+
rmse: float,
|
4091
|
+
row_reduction_details: Sequence['outputs.GetDetectionModelsModelCollectionItemModelTrainingResultRowReductionDetailResult'],
|
4092
|
+
signal_details: Sequence['outputs.GetDetectionModelsModelCollectionItemModelTrainingResultSignalDetailResult'],
|
4093
|
+
warning: str,
|
4094
|
+
window_size: int,
|
4095
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4096
|
+
_setter("fap", fap)
|
4097
|
+
_setter("is_training_goal_achieved", is_training_goal_achieved)
|
4098
|
+
_setter("mae", mae)
|
4099
|
+
_setter("max_inference_sync_rows", max_inference_sync_rows)
|
4100
|
+
_setter("multivariate_fap", multivariate_fap)
|
4101
|
+
_setter("rmse", rmse)
|
4102
|
+
_setter("row_reduction_details", row_reduction_details)
|
4103
|
+
_setter("signal_details", signal_details)
|
4104
|
+
_setter("warning", warning)
|
4105
|
+
_setter("window_size", window_size)
|
3296
4106
|
|
3297
4107
|
@property
|
3298
4108
|
@pulumi.getter
|
@@ -3379,9 +4189,22 @@ class GetDetectionModelsModelCollectionItemModelTrainingResultRowReductionDetail
|
|
3379
4189
|
* AVERAGE_ROW - average multiple rows to one row
|
3380
4190
|
:param float reduction_percentage: A percentage to reduce data size down to on top of original data
|
3381
4191
|
"""
|
3382
|
-
|
3383
|
-
|
3384
|
-
|
4192
|
+
GetDetectionModelsModelCollectionItemModelTrainingResultRowReductionDetailResult._configure(
|
4193
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4194
|
+
is_reduction_enabled=is_reduction_enabled,
|
4195
|
+
reduction_method=reduction_method,
|
4196
|
+
reduction_percentage=reduction_percentage,
|
4197
|
+
)
|
4198
|
+
@staticmethod
|
4199
|
+
def _configure(
|
4200
|
+
_setter: Callable[[Any, Any], None],
|
4201
|
+
is_reduction_enabled: bool,
|
4202
|
+
reduction_method: str,
|
4203
|
+
reduction_percentage: float,
|
4204
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4205
|
+
_setter("is_reduction_enabled", is_reduction_enabled)
|
4206
|
+
_setter("reduction_method", reduction_method)
|
4207
|
+
_setter("reduction_percentage", reduction_percentage)
|
3385
4208
|
|
3386
4209
|
@property
|
3387
4210
|
@pulumi.getter(name="isReductionEnabled")
|
@@ -3436,15 +4259,40 @@ class GetDetectionModelsModelCollectionItemModelTrainingResultSignalDetailResult
|
|
3436
4259
|
* OTHER - placeholder for other status
|
3437
4260
|
:param float std: Standard deviation of values within a signal.
|
3438
4261
|
"""
|
3439
|
-
|
3440
|
-
|
3441
|
-
|
3442
|
-
|
3443
|
-
|
3444
|
-
|
3445
|
-
|
3446
|
-
|
3447
|
-
|
4262
|
+
GetDetectionModelsModelCollectionItemModelTrainingResultSignalDetailResult._configure(
|
4263
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4264
|
+
details=details,
|
4265
|
+
fap=fap,
|
4266
|
+
is_quantized=is_quantized,
|
4267
|
+
max=max,
|
4268
|
+
min=min,
|
4269
|
+
mvi_ratio=mvi_ratio,
|
4270
|
+
signal_name=signal_name,
|
4271
|
+
status=status,
|
4272
|
+
std=std,
|
4273
|
+
)
|
4274
|
+
@staticmethod
|
4275
|
+
def _configure(
|
4276
|
+
_setter: Callable[[Any, Any], None],
|
4277
|
+
details: str,
|
4278
|
+
fap: float,
|
4279
|
+
is_quantized: bool,
|
4280
|
+
max: float,
|
4281
|
+
min: float,
|
4282
|
+
mvi_ratio: float,
|
4283
|
+
signal_name: str,
|
4284
|
+
status: str,
|
4285
|
+
std: float,
|
4286
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4287
|
+
_setter("details", details)
|
4288
|
+
_setter("fap", fap)
|
4289
|
+
_setter("is_quantized", is_quantized)
|
4290
|
+
_setter("max", max)
|
4291
|
+
_setter("min", min)
|
4292
|
+
_setter("mvi_ratio", mvi_ratio)
|
4293
|
+
_setter("signal_name", signal_name)
|
4294
|
+
_setter("status", status)
|
4295
|
+
_setter("std", std)
|
3448
4296
|
|
3449
4297
|
@property
|
3450
4298
|
@pulumi.getter
|
@@ -3528,10 +4376,23 @@ class GetDetectionProjectsFilterResult(dict):
|
|
3528
4376
|
name: str,
|
3529
4377
|
values: Sequence[str],
|
3530
4378
|
regex: Optional[bool] = None):
|
3531
|
-
|
3532
|
-
|
4379
|
+
GetDetectionProjectsFilterResult._configure(
|
4380
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4381
|
+
name=name,
|
4382
|
+
values=values,
|
4383
|
+
regex=regex,
|
4384
|
+
)
|
4385
|
+
@staticmethod
|
4386
|
+
def _configure(
|
4387
|
+
_setter: Callable[[Any, Any], None],
|
4388
|
+
name: str,
|
4389
|
+
values: Sequence[str],
|
4390
|
+
regex: Optional[bool] = None,
|
4391
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4392
|
+
_setter("name", name)
|
4393
|
+
_setter("values", values)
|
3533
4394
|
if regex is not None:
|
3534
|
-
|
4395
|
+
_setter("regex", regex)
|
3535
4396
|
|
3536
4397
|
@property
|
3537
4398
|
@pulumi.getter
|
@@ -3553,7 +4414,16 @@ class GetDetectionProjectsFilterResult(dict):
|
|
3553
4414
|
class GetDetectionProjectsProjectCollectionResult(dict):
|
3554
4415
|
def __init__(__self__, *,
|
3555
4416
|
items: Sequence['outputs.GetDetectionProjectsProjectCollectionItemResult']):
|
3556
|
-
|
4417
|
+
GetDetectionProjectsProjectCollectionResult._configure(
|
4418
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4419
|
+
items=items,
|
4420
|
+
)
|
4421
|
+
@staticmethod
|
4422
|
+
def _configure(
|
4423
|
+
_setter: Callable[[Any, Any], None],
|
4424
|
+
items: Sequence['outputs.GetDetectionProjectsProjectCollectionItemResult'],
|
4425
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4426
|
+
_setter("items", items)
|
3557
4427
|
|
3558
4428
|
@property
|
3559
4429
|
@pulumi.getter
|
@@ -3586,16 +4456,43 @@ class GetDetectionProjectsProjectCollectionItemResult(dict):
|
|
3586
4456
|
:param str time_created: The date and time the resource was created in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
3587
4457
|
:param str time_updated: The date and time the resource was updated in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
3588
4458
|
"""
|
3589
|
-
|
3590
|
-
|
3591
|
-
|
3592
|
-
|
3593
|
-
|
3594
|
-
|
3595
|
-
|
3596
|
-
|
3597
|
-
|
3598
|
-
|
4459
|
+
GetDetectionProjectsProjectCollectionItemResult._configure(
|
4460
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4461
|
+
compartment_id=compartment_id,
|
4462
|
+
defined_tags=defined_tags,
|
4463
|
+
description=description,
|
4464
|
+
display_name=display_name,
|
4465
|
+
freeform_tags=freeform_tags,
|
4466
|
+
id=id,
|
4467
|
+
state=state,
|
4468
|
+
system_tags=system_tags,
|
4469
|
+
time_created=time_created,
|
4470
|
+
time_updated=time_updated,
|
4471
|
+
)
|
4472
|
+
@staticmethod
|
4473
|
+
def _configure(
|
4474
|
+
_setter: Callable[[Any, Any], None],
|
4475
|
+
compartment_id: str,
|
4476
|
+
defined_tags: Mapping[str, Any],
|
4477
|
+
description: str,
|
4478
|
+
display_name: str,
|
4479
|
+
freeform_tags: Mapping[str, Any],
|
4480
|
+
id: str,
|
4481
|
+
state: str,
|
4482
|
+
system_tags: Mapping[str, Any],
|
4483
|
+
time_created: str,
|
4484
|
+
time_updated: str,
|
4485
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4486
|
+
_setter("compartment_id", compartment_id)
|
4487
|
+
_setter("defined_tags", defined_tags)
|
4488
|
+
_setter("description", description)
|
4489
|
+
_setter("display_name", display_name)
|
4490
|
+
_setter("freeform_tags", freeform_tags)
|
4491
|
+
_setter("id", id)
|
4492
|
+
_setter("state", state)
|
4493
|
+
_setter("system_tags", system_tags)
|
4494
|
+
_setter("time_created", time_created)
|
4495
|
+
_setter("time_updated", time_updated)
|
3599
4496
|
|
3600
4497
|
@property
|
3601
4498
|
@pulumi.getter(name="compartmentId")
|