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
pulumi_oci/dataflow/outputs.py
CHANGED
@@ -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
|
|
@@ -119,8 +119,19 @@ class ApplicationApplicationLogConfig(dict):
|
|
119
119
|
:param str log_group_id: (Updatable) The log group id for where log objects will be for Data Flow Runs.
|
120
120
|
:param str log_id: (Updatable) The log id of the log object the Application Logs of Data Flow Run will be shipped to.
|
121
121
|
"""
|
122
|
-
|
123
|
-
|
122
|
+
ApplicationApplicationLogConfig._configure(
|
123
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
124
|
+
log_group_id=log_group_id,
|
125
|
+
log_id=log_id,
|
126
|
+
)
|
127
|
+
@staticmethod
|
128
|
+
def _configure(
|
129
|
+
_setter: Callable[[Any, Any], None],
|
130
|
+
log_group_id: str,
|
131
|
+
log_id: str,
|
132
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
133
|
+
_setter("log_group_id", log_group_id)
|
134
|
+
_setter("log_id", log_id)
|
124
135
|
|
125
136
|
@property
|
126
137
|
@pulumi.getter(name="logGroupId")
|
@@ -165,10 +176,21 @@ class ApplicationDriverShapeConfig(dict):
|
|
165
176
|
:param float memory_in_gbs: (Updatable) The amount of memory used for the driver or executors.
|
166
177
|
:param float ocpus: (Updatable) The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
167
178
|
"""
|
179
|
+
ApplicationDriverShapeConfig._configure(
|
180
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
181
|
+
memory_in_gbs=memory_in_gbs,
|
182
|
+
ocpus=ocpus,
|
183
|
+
)
|
184
|
+
@staticmethod
|
185
|
+
def _configure(
|
186
|
+
_setter: Callable[[Any, Any], None],
|
187
|
+
memory_in_gbs: Optional[float] = None,
|
188
|
+
ocpus: Optional[float] = None,
|
189
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
168
190
|
if memory_in_gbs is not None:
|
169
|
-
|
191
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
170
192
|
if ocpus is not None:
|
171
|
-
|
193
|
+
_setter("ocpus", ocpus)
|
172
194
|
|
173
195
|
@property
|
174
196
|
@pulumi.getter(name="memoryInGbs")
|
@@ -213,10 +235,21 @@ class ApplicationExecutorShapeConfig(dict):
|
|
213
235
|
:param float memory_in_gbs: (Updatable) The amount of memory used for the driver or executors.
|
214
236
|
:param float ocpus: (Updatable) The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
215
237
|
"""
|
238
|
+
ApplicationExecutorShapeConfig._configure(
|
239
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
240
|
+
memory_in_gbs=memory_in_gbs,
|
241
|
+
ocpus=ocpus,
|
242
|
+
)
|
243
|
+
@staticmethod
|
244
|
+
def _configure(
|
245
|
+
_setter: Callable[[Any, Any], None],
|
246
|
+
memory_in_gbs: Optional[float] = None,
|
247
|
+
ocpus: Optional[float] = None,
|
248
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
216
249
|
if memory_in_gbs is not None:
|
217
|
-
|
250
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
218
251
|
if ocpus is not None:
|
219
|
-
|
252
|
+
_setter("ocpus", ocpus)
|
220
253
|
|
221
254
|
@property
|
222
255
|
@pulumi.getter(name="memoryInGbs")
|
@@ -244,8 +277,19 @@ class ApplicationParameter(dict):
|
|
244
277
|
:param str name: (Updatable) The name of the parameter. It must be a string of one or more word characters (a-z, A-Z, 0-9, _). Examples: "iterations", "input_file"
|
245
278
|
:param str value: (Updatable) The value of the parameter. It must be a string of 0 or more characters of any kind. Examples: "" (empty string), "10", "mydata.xml", "${x}"
|
246
279
|
"""
|
247
|
-
|
248
|
-
|
280
|
+
ApplicationParameter._configure(
|
281
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
282
|
+
name=name,
|
283
|
+
value=value,
|
284
|
+
)
|
285
|
+
@staticmethod
|
286
|
+
def _configure(
|
287
|
+
_setter: Callable[[Any, Any], None],
|
288
|
+
name: str,
|
289
|
+
value: str,
|
290
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
291
|
+
_setter("name", name)
|
292
|
+
_setter("value", value)
|
249
293
|
|
250
294
|
@property
|
251
295
|
@pulumi.getter
|
@@ -292,8 +336,19 @@ class InvokeRunApplicationLogConfig(dict):
|
|
292
336
|
:param str log_group_id: The log group id for where log objects will be for Data Flow Runs.
|
293
337
|
:param str log_id: The log id of the log object the Application Logs of Data Flow Run will be shipped to.
|
294
338
|
"""
|
295
|
-
|
296
|
-
|
339
|
+
InvokeRunApplicationLogConfig._configure(
|
340
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
341
|
+
log_group_id=log_group_id,
|
342
|
+
log_id=log_id,
|
343
|
+
)
|
344
|
+
@staticmethod
|
345
|
+
def _configure(
|
346
|
+
_setter: Callable[[Any, Any], None],
|
347
|
+
log_group_id: str,
|
348
|
+
log_id: str,
|
349
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
350
|
+
_setter("log_group_id", log_group_id)
|
351
|
+
_setter("log_id", log_id)
|
297
352
|
|
298
353
|
@property
|
299
354
|
@pulumi.getter(name="logGroupId")
|
@@ -338,10 +393,21 @@ class InvokeRunDriverShapeConfig(dict):
|
|
338
393
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
339
394
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
340
395
|
"""
|
396
|
+
InvokeRunDriverShapeConfig._configure(
|
397
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
398
|
+
memory_in_gbs=memory_in_gbs,
|
399
|
+
ocpus=ocpus,
|
400
|
+
)
|
401
|
+
@staticmethod
|
402
|
+
def _configure(
|
403
|
+
_setter: Callable[[Any, Any], None],
|
404
|
+
memory_in_gbs: Optional[float] = None,
|
405
|
+
ocpus: Optional[float] = None,
|
406
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
341
407
|
if memory_in_gbs is not None:
|
342
|
-
|
408
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
343
409
|
if ocpus is not None:
|
344
|
-
|
410
|
+
_setter("ocpus", ocpus)
|
345
411
|
|
346
412
|
@property
|
347
413
|
@pulumi.getter(name="memoryInGbs")
|
@@ -386,10 +452,21 @@ class InvokeRunExecutorShapeConfig(dict):
|
|
386
452
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
387
453
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
388
454
|
"""
|
455
|
+
InvokeRunExecutorShapeConfig._configure(
|
456
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
457
|
+
memory_in_gbs=memory_in_gbs,
|
458
|
+
ocpus=ocpus,
|
459
|
+
)
|
460
|
+
@staticmethod
|
461
|
+
def _configure(
|
462
|
+
_setter: Callable[[Any, Any], None],
|
463
|
+
memory_in_gbs: Optional[float] = None,
|
464
|
+
ocpus: Optional[float] = None,
|
465
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
389
466
|
if memory_in_gbs is not None:
|
390
|
-
|
467
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
391
468
|
if ocpus is not None:
|
392
|
-
|
469
|
+
_setter("ocpus", ocpus)
|
393
470
|
|
394
471
|
@property
|
395
472
|
@pulumi.getter(name="memoryInGbs")
|
@@ -417,8 +494,19 @@ class InvokeRunParameter(dict):
|
|
417
494
|
:param str name: The name of the parameter. It must be a string of one or more word characters (a-z, A-Z, 0-9, _). Examples: "iterations", "input_file"
|
418
495
|
:param str value: The value of the parameter. It must be a string of 0 or more characters of any kind. Examples: "" (empty string), "10", "mydata.xml", "${x}"
|
419
496
|
"""
|
420
|
-
|
421
|
-
|
497
|
+
InvokeRunParameter._configure(
|
498
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
499
|
+
name=name,
|
500
|
+
value=value,
|
501
|
+
)
|
502
|
+
@staticmethod
|
503
|
+
def _configure(
|
504
|
+
_setter: Callable[[Any, Any], None],
|
505
|
+
name: str,
|
506
|
+
value: str,
|
507
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
508
|
+
_setter("name", name)
|
509
|
+
_setter("value", value)
|
422
510
|
|
423
511
|
@property
|
424
512
|
@pulumi.getter
|
@@ -467,14 +555,29 @@ class PoolConfiguration(dict):
|
|
467
555
|
:param str shape: (Updatable) The compute shape of the resources you would like to provision.
|
468
556
|
:param 'PoolConfigurationShapeConfigArgs' shape_config: (Updatable) This is used to configure the shape of the driver or executor if a flexible shape is used.
|
469
557
|
"""
|
558
|
+
PoolConfiguration._configure(
|
559
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
560
|
+
max=max,
|
561
|
+
min=min,
|
562
|
+
shape=shape,
|
563
|
+
shape_config=shape_config,
|
564
|
+
)
|
565
|
+
@staticmethod
|
566
|
+
def _configure(
|
567
|
+
_setter: Callable[[Any, Any], None],
|
568
|
+
max: Optional[int] = None,
|
569
|
+
min: Optional[int] = None,
|
570
|
+
shape: Optional[str] = None,
|
571
|
+
shape_config: Optional['outputs.PoolConfigurationShapeConfig'] = None,
|
572
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
470
573
|
if max is not None:
|
471
|
-
|
574
|
+
_setter("max", max)
|
472
575
|
if min is not None:
|
473
|
-
|
576
|
+
_setter("min", min)
|
474
577
|
if shape is not None:
|
475
|
-
|
578
|
+
_setter("shape", shape)
|
476
579
|
if shape_config is not None:
|
477
|
-
|
580
|
+
_setter("shape_config", shape_config)
|
478
581
|
|
479
582
|
@property
|
480
583
|
@pulumi.getter
|
@@ -535,10 +638,21 @@ class PoolConfigurationShapeConfig(dict):
|
|
535
638
|
:param float memory_in_gbs: (Updatable) The amount of memory used for the driver or executors.
|
536
639
|
:param float ocpus: (Updatable) The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
537
640
|
"""
|
641
|
+
PoolConfigurationShapeConfig._configure(
|
642
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
643
|
+
memory_in_gbs=memory_in_gbs,
|
644
|
+
ocpus=ocpus,
|
645
|
+
)
|
646
|
+
@staticmethod
|
647
|
+
def _configure(
|
648
|
+
_setter: Callable[[Any, Any], None],
|
649
|
+
memory_in_gbs: Optional[float] = None,
|
650
|
+
ocpus: Optional[float] = None,
|
651
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
538
652
|
if memory_in_gbs is not None:
|
539
|
-
|
653
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
540
654
|
if ocpus is not None:
|
541
|
-
|
655
|
+
_setter("ocpus", ocpus)
|
542
656
|
|
543
657
|
@property
|
544
658
|
@pulumi.getter(name="memoryInGbs")
|
@@ -601,18 +715,37 @@ class PoolPoolMetric(dict):
|
|
601
715
|
:param str time_last_stopped: The last time this pool was stopped.
|
602
716
|
:param str time_last_used: The last time a run used this pool.
|
603
717
|
"""
|
718
|
+
PoolPoolMetric._configure(
|
719
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
720
|
+
active_runs_count=active_runs_count,
|
721
|
+
actively_used_node_counts=actively_used_node_counts,
|
722
|
+
time_last_metrics_updated=time_last_metrics_updated,
|
723
|
+
time_last_started=time_last_started,
|
724
|
+
time_last_stopped=time_last_stopped,
|
725
|
+
time_last_used=time_last_used,
|
726
|
+
)
|
727
|
+
@staticmethod
|
728
|
+
def _configure(
|
729
|
+
_setter: Callable[[Any, Any], None],
|
730
|
+
active_runs_count: Optional[str] = None,
|
731
|
+
actively_used_node_counts: Optional[Sequence['outputs.PoolPoolMetricActivelyUsedNodeCount']] = None,
|
732
|
+
time_last_metrics_updated: Optional[str] = None,
|
733
|
+
time_last_started: Optional[str] = None,
|
734
|
+
time_last_stopped: Optional[str] = None,
|
735
|
+
time_last_used: Optional[str] = None,
|
736
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
604
737
|
if active_runs_count is not None:
|
605
|
-
|
738
|
+
_setter("active_runs_count", active_runs_count)
|
606
739
|
if actively_used_node_counts is not None:
|
607
|
-
|
740
|
+
_setter("actively_used_node_counts", actively_used_node_counts)
|
608
741
|
if time_last_metrics_updated is not None:
|
609
|
-
|
742
|
+
_setter("time_last_metrics_updated", time_last_metrics_updated)
|
610
743
|
if time_last_started is not None:
|
611
|
-
|
744
|
+
_setter("time_last_started", time_last_started)
|
612
745
|
if time_last_stopped is not None:
|
613
|
-
|
746
|
+
_setter("time_last_stopped", time_last_stopped)
|
614
747
|
if time_last_used is not None:
|
615
|
-
|
748
|
+
_setter("time_last_used", time_last_used)
|
616
749
|
|
617
750
|
@property
|
618
751
|
@pulumi.getter(name="activeRunsCount")
|
@@ -691,10 +824,21 @@ class PoolPoolMetricActivelyUsedNodeCount(dict):
|
|
691
824
|
:param str logical_shape: The compute shape of the nodes that the count is for.
|
692
825
|
:param int pool_count: The node count of this compute shape.
|
693
826
|
"""
|
827
|
+
PoolPoolMetricActivelyUsedNodeCount._configure(
|
828
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
829
|
+
logical_shape=logical_shape,
|
830
|
+
pool_count=pool_count,
|
831
|
+
)
|
832
|
+
@staticmethod
|
833
|
+
def _configure(
|
834
|
+
_setter: Callable[[Any, Any], None],
|
835
|
+
logical_shape: Optional[str] = None,
|
836
|
+
pool_count: Optional[int] = None,
|
837
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
694
838
|
if logical_shape is not None:
|
695
|
-
|
839
|
+
_setter("logical_shape", logical_shape)
|
696
840
|
if pool_count is not None:
|
697
|
-
|
841
|
+
_setter("pool_count", pool_count)
|
698
842
|
|
699
843
|
@property
|
700
844
|
@pulumi.getter(name="logicalShape")
|
@@ -745,12 +889,25 @@ class PoolSchedule(dict):
|
|
745
889
|
:param int start_time: (Updatable) Hour of the day to start or stop pool.
|
746
890
|
:param int stop_time: (Updatable) Hour of the day to stop the pool.
|
747
891
|
"""
|
892
|
+
PoolSchedule._configure(
|
893
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
894
|
+
day_of_week=day_of_week,
|
895
|
+
start_time=start_time,
|
896
|
+
stop_time=stop_time,
|
897
|
+
)
|
898
|
+
@staticmethod
|
899
|
+
def _configure(
|
900
|
+
_setter: Callable[[Any, Any], None],
|
901
|
+
day_of_week: Optional[str] = None,
|
902
|
+
start_time: Optional[int] = None,
|
903
|
+
stop_time: Optional[int] = None,
|
904
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
748
905
|
if day_of_week is not None:
|
749
|
-
|
906
|
+
_setter("day_of_week", day_of_week)
|
750
907
|
if start_time is not None:
|
751
|
-
|
908
|
+
_setter("start_time", start_time)
|
752
909
|
if stop_time is not None:
|
753
|
-
|
910
|
+
_setter("stop_time", stop_time)
|
754
911
|
|
755
912
|
@property
|
756
913
|
@pulumi.getter(name="dayOfWeek")
|
@@ -786,10 +943,21 @@ class PrivateEndpointScanDetail(dict):
|
|
786
943
|
:param str fqdn: (Updatable) A fully-qualified domain name (FQDN).
|
787
944
|
:param str port: (Updatable) The port number of the FQDN
|
788
945
|
"""
|
946
|
+
PrivateEndpointScanDetail._configure(
|
947
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
948
|
+
fqdn=fqdn,
|
949
|
+
port=port,
|
950
|
+
)
|
951
|
+
@staticmethod
|
952
|
+
def _configure(
|
953
|
+
_setter: Callable[[Any, Any], None],
|
954
|
+
fqdn: Optional[str] = None,
|
955
|
+
port: Optional[str] = None,
|
956
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
789
957
|
if fqdn is not None:
|
790
|
-
|
958
|
+
_setter("fqdn", fqdn)
|
791
959
|
if port is not None:
|
792
|
-
|
960
|
+
_setter("port", port)
|
793
961
|
|
794
962
|
@property
|
795
963
|
@pulumi.getter
|
@@ -842,16 +1010,33 @@ class RunStatementOutput(dict):
|
|
842
1010
|
:param str status: Status of the statement output.
|
843
1011
|
:param Sequence[str] tracebacks: The traceback of the statement output.
|
844
1012
|
"""
|
1013
|
+
RunStatementOutput._configure(
|
1014
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1015
|
+
datas=datas,
|
1016
|
+
error_name=error_name,
|
1017
|
+
error_value=error_value,
|
1018
|
+
status=status,
|
1019
|
+
tracebacks=tracebacks,
|
1020
|
+
)
|
1021
|
+
@staticmethod
|
1022
|
+
def _configure(
|
1023
|
+
_setter: Callable[[Any, Any], None],
|
1024
|
+
datas: Optional[Sequence['outputs.RunStatementOutputData']] = None,
|
1025
|
+
error_name: Optional[str] = None,
|
1026
|
+
error_value: Optional[str] = None,
|
1027
|
+
status: Optional[str] = None,
|
1028
|
+
tracebacks: Optional[Sequence[str]] = None,
|
1029
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
845
1030
|
if datas is not None:
|
846
|
-
|
1031
|
+
_setter("datas", datas)
|
847
1032
|
if error_name is not None:
|
848
|
-
|
1033
|
+
_setter("error_name", error_name)
|
849
1034
|
if error_value is not None:
|
850
|
-
|
1035
|
+
_setter("error_value", error_value)
|
851
1036
|
if status is not None:
|
852
|
-
|
1037
|
+
_setter("status", status)
|
853
1038
|
if tracebacks is not None:
|
854
|
-
|
1039
|
+
_setter("tracebacks", tracebacks)
|
855
1040
|
|
856
1041
|
@property
|
857
1042
|
@pulumi.getter
|
@@ -903,10 +1088,21 @@ class RunStatementOutputData(dict):
|
|
903
1088
|
:param str type: The type of the `StatementOutputData` like `TEXT_PLAIN`, `TEXT_HTML` or `IMAGE_PNG`.
|
904
1089
|
:param str value: The statement code execution output in html format.
|
905
1090
|
"""
|
1091
|
+
RunStatementOutputData._configure(
|
1092
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1093
|
+
type=type,
|
1094
|
+
value=value,
|
1095
|
+
)
|
1096
|
+
@staticmethod
|
1097
|
+
def _configure(
|
1098
|
+
_setter: Callable[[Any, Any], None],
|
1099
|
+
type: Optional[str] = None,
|
1100
|
+
value: Optional[str] = None,
|
1101
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
906
1102
|
if type is not None:
|
907
|
-
|
1103
|
+
_setter("type", type)
|
908
1104
|
if value is not None:
|
909
|
-
|
1105
|
+
_setter("value", value)
|
910
1106
|
|
911
1107
|
@property
|
912
1108
|
@pulumi.getter
|
@@ -951,10 +1147,21 @@ class SqlEndpointDriverShapeConfig(dict):
|
|
951
1147
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
952
1148
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
953
1149
|
"""
|
1150
|
+
SqlEndpointDriverShapeConfig._configure(
|
1151
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1152
|
+
memory_in_gbs=memory_in_gbs,
|
1153
|
+
ocpus=ocpus,
|
1154
|
+
)
|
1155
|
+
@staticmethod
|
1156
|
+
def _configure(
|
1157
|
+
_setter: Callable[[Any, Any], None],
|
1158
|
+
memory_in_gbs: Optional[float] = None,
|
1159
|
+
ocpus: Optional[float] = None,
|
1160
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
954
1161
|
if memory_in_gbs is not None:
|
955
|
-
|
1162
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
956
1163
|
if ocpus is not None:
|
957
|
-
|
1164
|
+
_setter("ocpus", ocpus)
|
958
1165
|
|
959
1166
|
@property
|
960
1167
|
@pulumi.getter(name="memoryInGbs")
|
@@ -999,10 +1206,21 @@ class SqlEndpointExecutorShapeConfig(dict):
|
|
999
1206
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
1000
1207
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
1001
1208
|
"""
|
1209
|
+
SqlEndpointExecutorShapeConfig._configure(
|
1210
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1211
|
+
memory_in_gbs=memory_in_gbs,
|
1212
|
+
ocpus=ocpus,
|
1213
|
+
)
|
1214
|
+
@staticmethod
|
1215
|
+
def _configure(
|
1216
|
+
_setter: Callable[[Any, Any], None],
|
1217
|
+
memory_in_gbs: Optional[float] = None,
|
1218
|
+
ocpus: Optional[float] = None,
|
1219
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1002
1220
|
if memory_in_gbs is not None:
|
1003
|
-
|
1221
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
1004
1222
|
if ocpus is not None:
|
1005
|
-
|
1223
|
+
_setter("ocpus", ocpus)
|
1006
1224
|
|
1007
1225
|
@property
|
1008
1226
|
@pulumi.getter(name="memoryInGbs")
|
@@ -1069,19 +1287,40 @@ class SqlEndpointNetworkConfiguration(dict):
|
|
1069
1287
|
:param str subnet_id: The VCN Subnet OCID.
|
1070
1288
|
:param str vcn_id: The VCN OCID.
|
1071
1289
|
"""
|
1072
|
-
|
1290
|
+
SqlEndpointNetworkConfiguration._configure(
|
1291
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1292
|
+
network_type=network_type,
|
1293
|
+
access_control_rules=access_control_rules,
|
1294
|
+
host_name_prefix=host_name_prefix,
|
1295
|
+
private_endpoint_ip=private_endpoint_ip,
|
1296
|
+
public_endpoint_ip=public_endpoint_ip,
|
1297
|
+
subnet_id=subnet_id,
|
1298
|
+
vcn_id=vcn_id,
|
1299
|
+
)
|
1300
|
+
@staticmethod
|
1301
|
+
def _configure(
|
1302
|
+
_setter: Callable[[Any, Any], None],
|
1303
|
+
network_type: str,
|
1304
|
+
access_control_rules: Optional[Sequence['outputs.SqlEndpointNetworkConfigurationAccessControlRule']] = None,
|
1305
|
+
host_name_prefix: Optional[str] = None,
|
1306
|
+
private_endpoint_ip: Optional[str] = None,
|
1307
|
+
public_endpoint_ip: Optional[str] = None,
|
1308
|
+
subnet_id: Optional[str] = None,
|
1309
|
+
vcn_id: Optional[str] = None,
|
1310
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1311
|
+
_setter("network_type", network_type)
|
1073
1312
|
if access_control_rules is not None:
|
1074
|
-
|
1313
|
+
_setter("access_control_rules", access_control_rules)
|
1075
1314
|
if host_name_prefix is not None:
|
1076
|
-
|
1315
|
+
_setter("host_name_prefix", host_name_prefix)
|
1077
1316
|
if private_endpoint_ip is not None:
|
1078
|
-
|
1317
|
+
_setter("private_endpoint_ip", private_endpoint_ip)
|
1079
1318
|
if public_endpoint_ip is not None:
|
1080
|
-
|
1319
|
+
_setter("public_endpoint_ip", public_endpoint_ip)
|
1081
1320
|
if subnet_id is not None:
|
1082
|
-
|
1321
|
+
_setter("subnet_id", subnet_id)
|
1083
1322
|
if vcn_id is not None:
|
1084
|
-
|
1323
|
+
_setter("vcn_id", vcn_id)
|
1085
1324
|
|
1086
1325
|
@property
|
1087
1326
|
@pulumi.getter(name="networkType")
|
@@ -1170,12 +1409,25 @@ class SqlEndpointNetworkConfigurationAccessControlRule(dict):
|
|
1170
1409
|
:param str value: The associated value of the selected IP notation.
|
1171
1410
|
:param str vcn_ips: A comma-separated IP or CIDR address for VCN OCID IP notation selection.
|
1172
1411
|
"""
|
1412
|
+
SqlEndpointNetworkConfigurationAccessControlRule._configure(
|
1413
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1414
|
+
ip_notation=ip_notation,
|
1415
|
+
value=value,
|
1416
|
+
vcn_ips=vcn_ips,
|
1417
|
+
)
|
1418
|
+
@staticmethod
|
1419
|
+
def _configure(
|
1420
|
+
_setter: Callable[[Any, Any], None],
|
1421
|
+
ip_notation: Optional[str] = None,
|
1422
|
+
value: Optional[str] = None,
|
1423
|
+
vcn_ips: Optional[str] = None,
|
1424
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1173
1425
|
if ip_notation is not None:
|
1174
|
-
|
1426
|
+
_setter("ip_notation", ip_notation)
|
1175
1427
|
if value is not None:
|
1176
|
-
|
1428
|
+
_setter("value", value)
|
1177
1429
|
if vcn_ips is not None:
|
1178
|
-
|
1430
|
+
_setter("vcn_ips", vcn_ips)
|
1179
1431
|
|
1180
1432
|
@property
|
1181
1433
|
@pulumi.getter(name="ipNotation")
|
@@ -1211,8 +1463,19 @@ class GetApplicationApplicationLogConfigResult(dict):
|
|
1211
1463
|
:param str log_group_id: The log group id for where log objects will be for Data Flow Runs.
|
1212
1464
|
:param str log_id: The log id of the log object the Application Logs of Data Flow Run will be shipped to.
|
1213
1465
|
"""
|
1214
|
-
|
1215
|
-
|
1466
|
+
GetApplicationApplicationLogConfigResult._configure(
|
1467
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1468
|
+
log_group_id=log_group_id,
|
1469
|
+
log_id=log_id,
|
1470
|
+
)
|
1471
|
+
@staticmethod
|
1472
|
+
def _configure(
|
1473
|
+
_setter: Callable[[Any, Any], None],
|
1474
|
+
log_group_id: str,
|
1475
|
+
log_id: str,
|
1476
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1477
|
+
_setter("log_group_id", log_group_id)
|
1478
|
+
_setter("log_id", log_id)
|
1216
1479
|
|
1217
1480
|
@property
|
1218
1481
|
@pulumi.getter(name="logGroupId")
|
@@ -1240,8 +1503,19 @@ class GetApplicationDriverShapeConfigResult(dict):
|
|
1240
1503
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
1241
1504
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
1242
1505
|
"""
|
1243
|
-
|
1244
|
-
|
1506
|
+
GetApplicationDriverShapeConfigResult._configure(
|
1507
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1508
|
+
memory_in_gbs=memory_in_gbs,
|
1509
|
+
ocpus=ocpus,
|
1510
|
+
)
|
1511
|
+
@staticmethod
|
1512
|
+
def _configure(
|
1513
|
+
_setter: Callable[[Any, Any], None],
|
1514
|
+
memory_in_gbs: float,
|
1515
|
+
ocpus: float,
|
1516
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1517
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
1518
|
+
_setter("ocpus", ocpus)
|
1245
1519
|
|
1246
1520
|
@property
|
1247
1521
|
@pulumi.getter(name="memoryInGbs")
|
@@ -1269,8 +1543,19 @@ class GetApplicationExecutorShapeConfigResult(dict):
|
|
1269
1543
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
1270
1544
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
1271
1545
|
"""
|
1272
|
-
|
1273
|
-
|
1546
|
+
GetApplicationExecutorShapeConfigResult._configure(
|
1547
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1548
|
+
memory_in_gbs=memory_in_gbs,
|
1549
|
+
ocpus=ocpus,
|
1550
|
+
)
|
1551
|
+
@staticmethod
|
1552
|
+
def _configure(
|
1553
|
+
_setter: Callable[[Any, Any], None],
|
1554
|
+
memory_in_gbs: float,
|
1555
|
+
ocpus: float,
|
1556
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1557
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
1558
|
+
_setter("ocpus", ocpus)
|
1274
1559
|
|
1275
1560
|
@property
|
1276
1561
|
@pulumi.getter(name="memoryInGbs")
|
@@ -1298,8 +1583,19 @@ class GetApplicationParameterResult(dict):
|
|
1298
1583
|
:param str name: The name of the parameter. It must be a string of one or more word characters (a-z, A-Z, 0-9, _). Examples: "iterations", "input_file"
|
1299
1584
|
:param str value: The value of the parameter. It must be a string of 0 or more characters of any kind. Examples: "" (empty string), "10", "mydata.xml", "${x}"
|
1300
1585
|
"""
|
1301
|
-
|
1302
|
-
|
1586
|
+
GetApplicationParameterResult._configure(
|
1587
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1588
|
+
name=name,
|
1589
|
+
value=value,
|
1590
|
+
)
|
1591
|
+
@staticmethod
|
1592
|
+
def _configure(
|
1593
|
+
_setter: Callable[[Any, Any], None],
|
1594
|
+
name: str,
|
1595
|
+
value: str,
|
1596
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1597
|
+
_setter("name", name)
|
1598
|
+
_setter("value", value)
|
1303
1599
|
|
1304
1600
|
@property
|
1305
1601
|
@pulumi.getter
|
@@ -1391,40 +1687,115 @@ class GetApplicationsApplicationResult(dict):
|
|
1391
1687
|
:param str type: The Spark application processing type.
|
1392
1688
|
:param str warehouse_bucket_uri: An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs. See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
|
1393
1689
|
"""
|
1394
|
-
|
1395
|
-
|
1396
|
-
|
1397
|
-
|
1398
|
-
|
1399
|
-
|
1400
|
-
|
1401
|
-
|
1402
|
-
|
1403
|
-
|
1404
|
-
|
1405
|
-
|
1406
|
-
|
1407
|
-
|
1408
|
-
|
1409
|
-
|
1410
|
-
|
1411
|
-
|
1412
|
-
|
1413
|
-
|
1414
|
-
|
1415
|
-
|
1416
|
-
|
1417
|
-
|
1418
|
-
|
1419
|
-
|
1420
|
-
|
1421
|
-
|
1422
|
-
|
1423
|
-
|
1424
|
-
|
1425
|
-
|
1426
|
-
|
1427
|
-
|
1690
|
+
GetApplicationsApplicationResult._configure(
|
1691
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1692
|
+
application_log_configs=application_log_configs,
|
1693
|
+
archive_uri=archive_uri,
|
1694
|
+
arguments=arguments,
|
1695
|
+
class_name=class_name,
|
1696
|
+
compartment_id=compartment_id,
|
1697
|
+
configuration=configuration,
|
1698
|
+
defined_tags=defined_tags,
|
1699
|
+
description=description,
|
1700
|
+
display_name=display_name,
|
1701
|
+
driver_shape=driver_shape,
|
1702
|
+
driver_shape_configs=driver_shape_configs,
|
1703
|
+
execute=execute,
|
1704
|
+
executor_shape=executor_shape,
|
1705
|
+
executor_shape_configs=executor_shape_configs,
|
1706
|
+
file_uri=file_uri,
|
1707
|
+
freeform_tags=freeform_tags,
|
1708
|
+
id=id,
|
1709
|
+
idle_timeout_in_minutes=idle_timeout_in_minutes,
|
1710
|
+
language=language,
|
1711
|
+
logs_bucket_uri=logs_bucket_uri,
|
1712
|
+
max_duration_in_minutes=max_duration_in_minutes,
|
1713
|
+
metastore_id=metastore_id,
|
1714
|
+
num_executors=num_executors,
|
1715
|
+
owner_principal_id=owner_principal_id,
|
1716
|
+
owner_user_name=owner_user_name,
|
1717
|
+
parameters=parameters,
|
1718
|
+
pool_id=pool_id,
|
1719
|
+
private_endpoint_id=private_endpoint_id,
|
1720
|
+
spark_version=spark_version,
|
1721
|
+
state=state,
|
1722
|
+
time_created=time_created,
|
1723
|
+
time_updated=time_updated,
|
1724
|
+
type=type,
|
1725
|
+
warehouse_bucket_uri=warehouse_bucket_uri,
|
1726
|
+
)
|
1727
|
+
@staticmethod
|
1728
|
+
def _configure(
|
1729
|
+
_setter: Callable[[Any, Any], None],
|
1730
|
+
application_log_configs: Sequence['outputs.GetApplicationsApplicationApplicationLogConfigResult'],
|
1731
|
+
archive_uri: str,
|
1732
|
+
arguments: Sequence[str],
|
1733
|
+
class_name: str,
|
1734
|
+
compartment_id: str,
|
1735
|
+
configuration: Mapping[str, Any],
|
1736
|
+
defined_tags: Mapping[str, Any],
|
1737
|
+
description: str,
|
1738
|
+
display_name: str,
|
1739
|
+
driver_shape: str,
|
1740
|
+
driver_shape_configs: Sequence['outputs.GetApplicationsApplicationDriverShapeConfigResult'],
|
1741
|
+
execute: str,
|
1742
|
+
executor_shape: str,
|
1743
|
+
executor_shape_configs: Sequence['outputs.GetApplicationsApplicationExecutorShapeConfigResult'],
|
1744
|
+
file_uri: str,
|
1745
|
+
freeform_tags: Mapping[str, Any],
|
1746
|
+
id: str,
|
1747
|
+
idle_timeout_in_minutes: str,
|
1748
|
+
language: str,
|
1749
|
+
logs_bucket_uri: str,
|
1750
|
+
max_duration_in_minutes: str,
|
1751
|
+
metastore_id: str,
|
1752
|
+
num_executors: int,
|
1753
|
+
owner_principal_id: str,
|
1754
|
+
owner_user_name: str,
|
1755
|
+
parameters: Sequence['outputs.GetApplicationsApplicationParameterResult'],
|
1756
|
+
pool_id: str,
|
1757
|
+
private_endpoint_id: str,
|
1758
|
+
spark_version: str,
|
1759
|
+
state: str,
|
1760
|
+
time_created: str,
|
1761
|
+
time_updated: str,
|
1762
|
+
type: str,
|
1763
|
+
warehouse_bucket_uri: str,
|
1764
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1765
|
+
_setter("application_log_configs", application_log_configs)
|
1766
|
+
_setter("archive_uri", archive_uri)
|
1767
|
+
_setter("arguments", arguments)
|
1768
|
+
_setter("class_name", class_name)
|
1769
|
+
_setter("compartment_id", compartment_id)
|
1770
|
+
_setter("configuration", configuration)
|
1771
|
+
_setter("defined_tags", defined_tags)
|
1772
|
+
_setter("description", description)
|
1773
|
+
_setter("display_name", display_name)
|
1774
|
+
_setter("driver_shape", driver_shape)
|
1775
|
+
_setter("driver_shape_configs", driver_shape_configs)
|
1776
|
+
_setter("execute", execute)
|
1777
|
+
_setter("executor_shape", executor_shape)
|
1778
|
+
_setter("executor_shape_configs", executor_shape_configs)
|
1779
|
+
_setter("file_uri", file_uri)
|
1780
|
+
_setter("freeform_tags", freeform_tags)
|
1781
|
+
_setter("id", id)
|
1782
|
+
_setter("idle_timeout_in_minutes", idle_timeout_in_minutes)
|
1783
|
+
_setter("language", language)
|
1784
|
+
_setter("logs_bucket_uri", logs_bucket_uri)
|
1785
|
+
_setter("max_duration_in_minutes", max_duration_in_minutes)
|
1786
|
+
_setter("metastore_id", metastore_id)
|
1787
|
+
_setter("num_executors", num_executors)
|
1788
|
+
_setter("owner_principal_id", owner_principal_id)
|
1789
|
+
_setter("owner_user_name", owner_user_name)
|
1790
|
+
_setter("parameters", parameters)
|
1791
|
+
_setter("pool_id", pool_id)
|
1792
|
+
_setter("private_endpoint_id", private_endpoint_id)
|
1793
|
+
_setter("spark_version", spark_version)
|
1794
|
+
_setter("state", state)
|
1795
|
+
_setter("time_created", time_created)
|
1796
|
+
_setter("time_updated", time_updated)
|
1797
|
+
_setter("type", type)
|
1798
|
+
_setter("warehouse_bucket_uri", warehouse_bucket_uri)
|
1428
1799
|
|
1429
1800
|
@property
|
1430
1801
|
@pulumi.getter(name="applicationLogConfigs")
|
@@ -1708,8 +2079,19 @@ class GetApplicationsApplicationApplicationLogConfigResult(dict):
|
|
1708
2079
|
:param str log_group_id: The log group id for where log objects will be for Data Flow Runs.
|
1709
2080
|
:param str log_id: The log id of the log object the Application Logs of Data Flow Run will be shipped to.
|
1710
2081
|
"""
|
1711
|
-
|
1712
|
-
|
2082
|
+
GetApplicationsApplicationApplicationLogConfigResult._configure(
|
2083
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2084
|
+
log_group_id=log_group_id,
|
2085
|
+
log_id=log_id,
|
2086
|
+
)
|
2087
|
+
@staticmethod
|
2088
|
+
def _configure(
|
2089
|
+
_setter: Callable[[Any, Any], None],
|
2090
|
+
log_group_id: str,
|
2091
|
+
log_id: str,
|
2092
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2093
|
+
_setter("log_group_id", log_group_id)
|
2094
|
+
_setter("log_id", log_id)
|
1713
2095
|
|
1714
2096
|
@property
|
1715
2097
|
@pulumi.getter(name="logGroupId")
|
@@ -1737,8 +2119,19 @@ class GetApplicationsApplicationDriverShapeConfigResult(dict):
|
|
1737
2119
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
1738
2120
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
1739
2121
|
"""
|
1740
|
-
|
1741
|
-
|
2122
|
+
GetApplicationsApplicationDriverShapeConfigResult._configure(
|
2123
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2124
|
+
memory_in_gbs=memory_in_gbs,
|
2125
|
+
ocpus=ocpus,
|
2126
|
+
)
|
2127
|
+
@staticmethod
|
2128
|
+
def _configure(
|
2129
|
+
_setter: Callable[[Any, Any], None],
|
2130
|
+
memory_in_gbs: float,
|
2131
|
+
ocpus: float,
|
2132
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2133
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
2134
|
+
_setter("ocpus", ocpus)
|
1742
2135
|
|
1743
2136
|
@property
|
1744
2137
|
@pulumi.getter(name="memoryInGbs")
|
@@ -1766,8 +2159,19 @@ class GetApplicationsApplicationExecutorShapeConfigResult(dict):
|
|
1766
2159
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
1767
2160
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
1768
2161
|
"""
|
1769
|
-
|
1770
|
-
|
2162
|
+
GetApplicationsApplicationExecutorShapeConfigResult._configure(
|
2163
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2164
|
+
memory_in_gbs=memory_in_gbs,
|
2165
|
+
ocpus=ocpus,
|
2166
|
+
)
|
2167
|
+
@staticmethod
|
2168
|
+
def _configure(
|
2169
|
+
_setter: Callable[[Any, Any], None],
|
2170
|
+
memory_in_gbs: float,
|
2171
|
+
ocpus: float,
|
2172
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2173
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
2174
|
+
_setter("ocpus", ocpus)
|
1771
2175
|
|
1772
2176
|
@property
|
1773
2177
|
@pulumi.getter(name="memoryInGbs")
|
@@ -1795,8 +2199,19 @@ class GetApplicationsApplicationParameterResult(dict):
|
|
1795
2199
|
:param str name: The name of the parameter. It must be a string of one or more word characters (a-z, A-Z, 0-9, _). Examples: "iterations", "input_file"
|
1796
2200
|
:param str value: The value of the parameter. It must be a string of 0 or more characters of any kind. Examples: "" (empty string), "10", "mydata.xml", "${x}"
|
1797
2201
|
"""
|
1798
|
-
|
1799
|
-
|
2202
|
+
GetApplicationsApplicationParameterResult._configure(
|
2203
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2204
|
+
name=name,
|
2205
|
+
value=value,
|
2206
|
+
)
|
2207
|
+
@staticmethod
|
2208
|
+
def _configure(
|
2209
|
+
_setter: Callable[[Any, Any], None],
|
2210
|
+
name: str,
|
2211
|
+
value: str,
|
2212
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2213
|
+
_setter("name", name)
|
2214
|
+
_setter("value", value)
|
1800
2215
|
|
1801
2216
|
@property
|
1802
2217
|
@pulumi.getter
|
@@ -1824,10 +2239,23 @@ class GetApplicationsFilterResult(dict):
|
|
1824
2239
|
"""
|
1825
2240
|
:param str name: The name of the parameter. It must be a string of one or more word characters (a-z, A-Z, 0-9, _). Examples: "iterations", "input_file"
|
1826
2241
|
"""
|
1827
|
-
|
1828
|
-
|
2242
|
+
GetApplicationsFilterResult._configure(
|
2243
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2244
|
+
name=name,
|
2245
|
+
values=values,
|
2246
|
+
regex=regex,
|
2247
|
+
)
|
2248
|
+
@staticmethod
|
2249
|
+
def _configure(
|
2250
|
+
_setter: Callable[[Any, Any], None],
|
2251
|
+
name: str,
|
2252
|
+
values: Sequence[str],
|
2253
|
+
regex: Optional[bool] = None,
|
2254
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2255
|
+
_setter("name", name)
|
2256
|
+
_setter("values", values)
|
1829
2257
|
if regex is not None:
|
1830
|
-
|
2258
|
+
_setter("regex", regex)
|
1831
2259
|
|
1832
2260
|
@property
|
1833
2261
|
@pulumi.getter
|
@@ -1857,8 +2285,19 @@ class GetInvokeRunApplicationLogConfigResult(dict):
|
|
1857
2285
|
:param str log_group_id: The log group id for where log objects will be for Data Flow Runs.
|
1858
2286
|
:param str log_id: The log id of the log object the Application Logs of Data Flow Run will be shipped to.
|
1859
2287
|
"""
|
1860
|
-
|
1861
|
-
|
2288
|
+
GetInvokeRunApplicationLogConfigResult._configure(
|
2289
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2290
|
+
log_group_id=log_group_id,
|
2291
|
+
log_id=log_id,
|
2292
|
+
)
|
2293
|
+
@staticmethod
|
2294
|
+
def _configure(
|
2295
|
+
_setter: Callable[[Any, Any], None],
|
2296
|
+
log_group_id: str,
|
2297
|
+
log_id: str,
|
2298
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2299
|
+
_setter("log_group_id", log_group_id)
|
2300
|
+
_setter("log_id", log_id)
|
1862
2301
|
|
1863
2302
|
@property
|
1864
2303
|
@pulumi.getter(name="logGroupId")
|
@@ -1886,8 +2325,19 @@ class GetInvokeRunDriverShapeConfigResult(dict):
|
|
1886
2325
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
1887
2326
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
1888
2327
|
"""
|
1889
|
-
|
1890
|
-
|
2328
|
+
GetInvokeRunDriverShapeConfigResult._configure(
|
2329
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2330
|
+
memory_in_gbs=memory_in_gbs,
|
2331
|
+
ocpus=ocpus,
|
2332
|
+
)
|
2333
|
+
@staticmethod
|
2334
|
+
def _configure(
|
2335
|
+
_setter: Callable[[Any, Any], None],
|
2336
|
+
memory_in_gbs: float,
|
2337
|
+
ocpus: float,
|
2338
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2339
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
2340
|
+
_setter("ocpus", ocpus)
|
1891
2341
|
|
1892
2342
|
@property
|
1893
2343
|
@pulumi.getter(name="memoryInGbs")
|
@@ -1915,8 +2365,19 @@ class GetInvokeRunExecutorShapeConfigResult(dict):
|
|
1915
2365
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
1916
2366
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
1917
2367
|
"""
|
1918
|
-
|
1919
|
-
|
2368
|
+
GetInvokeRunExecutorShapeConfigResult._configure(
|
2369
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2370
|
+
memory_in_gbs=memory_in_gbs,
|
2371
|
+
ocpus=ocpus,
|
2372
|
+
)
|
2373
|
+
@staticmethod
|
2374
|
+
def _configure(
|
2375
|
+
_setter: Callable[[Any, Any], None],
|
2376
|
+
memory_in_gbs: float,
|
2377
|
+
ocpus: float,
|
2378
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2379
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
2380
|
+
_setter("ocpus", ocpus)
|
1920
2381
|
|
1921
2382
|
@property
|
1922
2383
|
@pulumi.getter(name="memoryInGbs")
|
@@ -1944,8 +2405,19 @@ class GetInvokeRunParameterResult(dict):
|
|
1944
2405
|
:param str name: The name of the parameter. It must be a string of one or more word characters (a-z, A-Z, 0-9, _). Examples: "iterations", "input_file"
|
1945
2406
|
:param str value: The value of the parameter. It must be a string of 0 or more characters of any kind. Examples: "" (empty string), "10", "mydata.xml", "${x}"
|
1946
2407
|
"""
|
1947
|
-
|
1948
|
-
|
2408
|
+
GetInvokeRunParameterResult._configure(
|
2409
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2410
|
+
name=name,
|
2411
|
+
value=value,
|
2412
|
+
)
|
2413
|
+
@staticmethod
|
2414
|
+
def _configure(
|
2415
|
+
_setter: Callable[[Any, Any], None],
|
2416
|
+
name: str,
|
2417
|
+
value: str,
|
2418
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2419
|
+
_setter("name", name)
|
2420
|
+
_setter("value", value)
|
1949
2421
|
|
1950
2422
|
@property
|
1951
2423
|
@pulumi.getter
|
@@ -1973,10 +2445,23 @@ class GetInvokeRunsFilterResult(dict):
|
|
1973
2445
|
"""
|
1974
2446
|
:param str name: The name of the parameter. It must be a string of one or more word characters (a-z, A-Z, 0-9, _). Examples: "iterations", "input_file"
|
1975
2447
|
"""
|
1976
|
-
|
1977
|
-
|
2448
|
+
GetInvokeRunsFilterResult._configure(
|
2449
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2450
|
+
name=name,
|
2451
|
+
values=values,
|
2452
|
+
regex=regex,
|
2453
|
+
)
|
2454
|
+
@staticmethod
|
2455
|
+
def _configure(
|
2456
|
+
_setter: Callable[[Any, Any], None],
|
2457
|
+
name: str,
|
2458
|
+
values: Sequence[str],
|
2459
|
+
regex: Optional[bool] = None,
|
2460
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2461
|
+
_setter("name", name)
|
2462
|
+
_setter("values", values)
|
1978
2463
|
if regex is not None:
|
1979
|
-
|
2464
|
+
_setter("regex", regex)
|
1980
2465
|
|
1981
2466
|
@property
|
1982
2467
|
@pulumi.getter
|
@@ -2091,51 +2576,148 @@ class GetInvokeRunsRunResult(dict):
|
|
2091
2576
|
:param str type: The Spark application processing type.
|
2092
2577
|
:param str warehouse_bucket_uri: An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs. See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
|
2093
2578
|
"""
|
2094
|
-
|
2095
|
-
|
2096
|
-
|
2097
|
-
|
2098
|
-
|
2099
|
-
|
2100
|
-
|
2101
|
-
|
2102
|
-
|
2103
|
-
|
2104
|
-
|
2105
|
-
|
2106
|
-
|
2107
|
-
|
2108
|
-
|
2109
|
-
|
2110
|
-
|
2111
|
-
|
2112
|
-
|
2113
|
-
|
2114
|
-
|
2115
|
-
|
2116
|
-
|
2117
|
-
|
2118
|
-
|
2119
|
-
|
2120
|
-
|
2121
|
-
|
2122
|
-
|
2123
|
-
|
2124
|
-
|
2125
|
-
|
2126
|
-
|
2127
|
-
|
2128
|
-
|
2129
|
-
|
2130
|
-
|
2131
|
-
|
2132
|
-
|
2133
|
-
|
2134
|
-
|
2135
|
-
|
2136
|
-
|
2137
|
-
|
2138
|
-
|
2579
|
+
GetInvokeRunsRunResult._configure(
|
2580
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2581
|
+
application_id=application_id,
|
2582
|
+
application_log_configs=application_log_configs,
|
2583
|
+
archive_uri=archive_uri,
|
2584
|
+
arguments=arguments,
|
2585
|
+
asynchronous=asynchronous,
|
2586
|
+
class_name=class_name,
|
2587
|
+
compartment_id=compartment_id,
|
2588
|
+
configuration=configuration,
|
2589
|
+
data_read_in_bytes=data_read_in_bytes,
|
2590
|
+
data_written_in_bytes=data_written_in_bytes,
|
2591
|
+
defined_tags=defined_tags,
|
2592
|
+
display_name=display_name,
|
2593
|
+
driver_shape=driver_shape,
|
2594
|
+
driver_shape_configs=driver_shape_configs,
|
2595
|
+
execute=execute,
|
2596
|
+
executor_shape=executor_shape,
|
2597
|
+
executor_shape_configs=executor_shape_configs,
|
2598
|
+
file_uri=file_uri,
|
2599
|
+
freeform_tags=freeform_tags,
|
2600
|
+
id=id,
|
2601
|
+
idle_timeout_in_minutes=idle_timeout_in_minutes,
|
2602
|
+
language=language,
|
2603
|
+
lifecycle_details=lifecycle_details,
|
2604
|
+
logs_bucket_uri=logs_bucket_uri,
|
2605
|
+
max_duration_in_minutes=max_duration_in_minutes,
|
2606
|
+
metastore_id=metastore_id,
|
2607
|
+
num_executors=num_executors,
|
2608
|
+
opc_request_id=opc_request_id,
|
2609
|
+
owner_principal_id=owner_principal_id,
|
2610
|
+
owner_user_name=owner_user_name,
|
2611
|
+
parameters=parameters,
|
2612
|
+
pool_id=pool_id,
|
2613
|
+
private_endpoint_dns_zones=private_endpoint_dns_zones,
|
2614
|
+
private_endpoint_id=private_endpoint_id,
|
2615
|
+
private_endpoint_max_host_count=private_endpoint_max_host_count,
|
2616
|
+
private_endpoint_nsg_ids=private_endpoint_nsg_ids,
|
2617
|
+
private_endpoint_subnet_id=private_endpoint_subnet_id,
|
2618
|
+
run_duration_in_milliseconds=run_duration_in_milliseconds,
|
2619
|
+
spark_version=spark_version,
|
2620
|
+
state=state,
|
2621
|
+
time_created=time_created,
|
2622
|
+
time_updated=time_updated,
|
2623
|
+
total_ocpu=total_ocpu,
|
2624
|
+
type=type,
|
2625
|
+
warehouse_bucket_uri=warehouse_bucket_uri,
|
2626
|
+
)
|
2627
|
+
@staticmethod
|
2628
|
+
def _configure(
|
2629
|
+
_setter: Callable[[Any, Any], None],
|
2630
|
+
application_id: str,
|
2631
|
+
application_log_configs: Sequence['outputs.GetInvokeRunsRunApplicationLogConfigResult'],
|
2632
|
+
archive_uri: str,
|
2633
|
+
arguments: Sequence[str],
|
2634
|
+
asynchronous: bool,
|
2635
|
+
class_name: str,
|
2636
|
+
compartment_id: str,
|
2637
|
+
configuration: Mapping[str, Any],
|
2638
|
+
data_read_in_bytes: str,
|
2639
|
+
data_written_in_bytes: str,
|
2640
|
+
defined_tags: Mapping[str, Any],
|
2641
|
+
display_name: str,
|
2642
|
+
driver_shape: str,
|
2643
|
+
driver_shape_configs: Sequence['outputs.GetInvokeRunsRunDriverShapeConfigResult'],
|
2644
|
+
execute: str,
|
2645
|
+
executor_shape: str,
|
2646
|
+
executor_shape_configs: Sequence['outputs.GetInvokeRunsRunExecutorShapeConfigResult'],
|
2647
|
+
file_uri: str,
|
2648
|
+
freeform_tags: Mapping[str, Any],
|
2649
|
+
id: str,
|
2650
|
+
idle_timeout_in_minutes: str,
|
2651
|
+
language: str,
|
2652
|
+
lifecycle_details: str,
|
2653
|
+
logs_bucket_uri: str,
|
2654
|
+
max_duration_in_minutes: str,
|
2655
|
+
metastore_id: str,
|
2656
|
+
num_executors: int,
|
2657
|
+
opc_request_id: str,
|
2658
|
+
owner_principal_id: str,
|
2659
|
+
owner_user_name: str,
|
2660
|
+
parameters: Sequence['outputs.GetInvokeRunsRunParameterResult'],
|
2661
|
+
pool_id: str,
|
2662
|
+
private_endpoint_dns_zones: Sequence[str],
|
2663
|
+
private_endpoint_id: str,
|
2664
|
+
private_endpoint_max_host_count: int,
|
2665
|
+
private_endpoint_nsg_ids: Sequence[str],
|
2666
|
+
private_endpoint_subnet_id: str,
|
2667
|
+
run_duration_in_milliseconds: str,
|
2668
|
+
spark_version: str,
|
2669
|
+
state: str,
|
2670
|
+
time_created: str,
|
2671
|
+
time_updated: str,
|
2672
|
+
total_ocpu: int,
|
2673
|
+
type: str,
|
2674
|
+
warehouse_bucket_uri: str,
|
2675
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2676
|
+
_setter("application_id", application_id)
|
2677
|
+
_setter("application_log_configs", application_log_configs)
|
2678
|
+
_setter("archive_uri", archive_uri)
|
2679
|
+
_setter("arguments", arguments)
|
2680
|
+
_setter("asynchronous", asynchronous)
|
2681
|
+
_setter("class_name", class_name)
|
2682
|
+
_setter("compartment_id", compartment_id)
|
2683
|
+
_setter("configuration", configuration)
|
2684
|
+
_setter("data_read_in_bytes", data_read_in_bytes)
|
2685
|
+
_setter("data_written_in_bytes", data_written_in_bytes)
|
2686
|
+
_setter("defined_tags", defined_tags)
|
2687
|
+
_setter("display_name", display_name)
|
2688
|
+
_setter("driver_shape", driver_shape)
|
2689
|
+
_setter("driver_shape_configs", driver_shape_configs)
|
2690
|
+
_setter("execute", execute)
|
2691
|
+
_setter("executor_shape", executor_shape)
|
2692
|
+
_setter("executor_shape_configs", executor_shape_configs)
|
2693
|
+
_setter("file_uri", file_uri)
|
2694
|
+
_setter("freeform_tags", freeform_tags)
|
2695
|
+
_setter("id", id)
|
2696
|
+
_setter("idle_timeout_in_minutes", idle_timeout_in_minutes)
|
2697
|
+
_setter("language", language)
|
2698
|
+
_setter("lifecycle_details", lifecycle_details)
|
2699
|
+
_setter("logs_bucket_uri", logs_bucket_uri)
|
2700
|
+
_setter("max_duration_in_minutes", max_duration_in_minutes)
|
2701
|
+
_setter("metastore_id", metastore_id)
|
2702
|
+
_setter("num_executors", num_executors)
|
2703
|
+
_setter("opc_request_id", opc_request_id)
|
2704
|
+
_setter("owner_principal_id", owner_principal_id)
|
2705
|
+
_setter("owner_user_name", owner_user_name)
|
2706
|
+
_setter("parameters", parameters)
|
2707
|
+
_setter("pool_id", pool_id)
|
2708
|
+
_setter("private_endpoint_dns_zones", private_endpoint_dns_zones)
|
2709
|
+
_setter("private_endpoint_id", private_endpoint_id)
|
2710
|
+
_setter("private_endpoint_max_host_count", private_endpoint_max_host_count)
|
2711
|
+
_setter("private_endpoint_nsg_ids", private_endpoint_nsg_ids)
|
2712
|
+
_setter("private_endpoint_subnet_id", private_endpoint_subnet_id)
|
2713
|
+
_setter("run_duration_in_milliseconds", run_duration_in_milliseconds)
|
2714
|
+
_setter("spark_version", spark_version)
|
2715
|
+
_setter("state", state)
|
2716
|
+
_setter("time_created", time_created)
|
2717
|
+
_setter("time_updated", time_updated)
|
2718
|
+
_setter("total_ocpu", total_ocpu)
|
2719
|
+
_setter("type", type)
|
2720
|
+
_setter("warehouse_bucket_uri", warehouse_bucket_uri)
|
2139
2721
|
|
2140
2722
|
@property
|
2141
2723
|
@pulumi.getter(name="applicationId")
|
@@ -2504,8 +3086,19 @@ class GetInvokeRunsRunApplicationLogConfigResult(dict):
|
|
2504
3086
|
:param str log_group_id: The log group id for where log objects will be for Data Flow Runs.
|
2505
3087
|
:param str log_id: The log id of the log object the Application Logs of Data Flow Run will be shipped to.
|
2506
3088
|
"""
|
2507
|
-
|
2508
|
-
|
3089
|
+
GetInvokeRunsRunApplicationLogConfigResult._configure(
|
3090
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3091
|
+
log_group_id=log_group_id,
|
3092
|
+
log_id=log_id,
|
3093
|
+
)
|
3094
|
+
@staticmethod
|
3095
|
+
def _configure(
|
3096
|
+
_setter: Callable[[Any, Any], None],
|
3097
|
+
log_group_id: str,
|
3098
|
+
log_id: str,
|
3099
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3100
|
+
_setter("log_group_id", log_group_id)
|
3101
|
+
_setter("log_id", log_id)
|
2509
3102
|
|
2510
3103
|
@property
|
2511
3104
|
@pulumi.getter(name="logGroupId")
|
@@ -2533,8 +3126,19 @@ class GetInvokeRunsRunDriverShapeConfigResult(dict):
|
|
2533
3126
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
2534
3127
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
2535
3128
|
"""
|
2536
|
-
|
2537
|
-
|
3129
|
+
GetInvokeRunsRunDriverShapeConfigResult._configure(
|
3130
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3131
|
+
memory_in_gbs=memory_in_gbs,
|
3132
|
+
ocpus=ocpus,
|
3133
|
+
)
|
3134
|
+
@staticmethod
|
3135
|
+
def _configure(
|
3136
|
+
_setter: Callable[[Any, Any], None],
|
3137
|
+
memory_in_gbs: float,
|
3138
|
+
ocpus: float,
|
3139
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3140
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
3141
|
+
_setter("ocpus", ocpus)
|
2538
3142
|
|
2539
3143
|
@property
|
2540
3144
|
@pulumi.getter(name="memoryInGbs")
|
@@ -2562,8 +3166,19 @@ class GetInvokeRunsRunExecutorShapeConfigResult(dict):
|
|
2562
3166
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
2563
3167
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
2564
3168
|
"""
|
2565
|
-
|
2566
|
-
|
3169
|
+
GetInvokeRunsRunExecutorShapeConfigResult._configure(
|
3170
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3171
|
+
memory_in_gbs=memory_in_gbs,
|
3172
|
+
ocpus=ocpus,
|
3173
|
+
)
|
3174
|
+
@staticmethod
|
3175
|
+
def _configure(
|
3176
|
+
_setter: Callable[[Any, Any], None],
|
3177
|
+
memory_in_gbs: float,
|
3178
|
+
ocpus: float,
|
3179
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3180
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
3181
|
+
_setter("ocpus", ocpus)
|
2567
3182
|
|
2568
3183
|
@property
|
2569
3184
|
@pulumi.getter(name="memoryInGbs")
|
@@ -2591,8 +3206,19 @@ class GetInvokeRunsRunParameterResult(dict):
|
|
2591
3206
|
:param str name: The name of the parameter. It must be a string of one or more word characters (a-z, A-Z, 0-9, _). Examples: "iterations", "input_file"
|
2592
3207
|
:param str value: The value of the parameter. It must be a string of 0 or more characters of any kind. Examples: "" (empty string), "10", "mydata.xml", "${x}"
|
2593
3208
|
"""
|
2594
|
-
|
2595
|
-
|
3209
|
+
GetInvokeRunsRunParameterResult._configure(
|
3210
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3211
|
+
name=name,
|
3212
|
+
value=value,
|
3213
|
+
)
|
3214
|
+
@staticmethod
|
3215
|
+
def _configure(
|
3216
|
+
_setter: Callable[[Any, Any], None],
|
3217
|
+
name: str,
|
3218
|
+
value: str,
|
3219
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3220
|
+
_setter("name", name)
|
3221
|
+
_setter("value", value)
|
2596
3222
|
|
2597
3223
|
@property
|
2598
3224
|
@pulumi.getter
|
@@ -2624,10 +3250,25 @@ class GetPoolConfigurationResult(dict):
|
|
2624
3250
|
:param str shape: The compute shape of the resources you would like to provision.
|
2625
3251
|
:param Sequence['GetPoolConfigurationShapeConfigArgs'] shape_configs: This is used to configure the shape of the driver or executor if a flexible shape is used.
|
2626
3252
|
"""
|
2627
|
-
|
2628
|
-
|
2629
|
-
|
2630
|
-
|
3253
|
+
GetPoolConfigurationResult._configure(
|
3254
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3255
|
+
max=max,
|
3256
|
+
min=min,
|
3257
|
+
shape=shape,
|
3258
|
+
shape_configs=shape_configs,
|
3259
|
+
)
|
3260
|
+
@staticmethod
|
3261
|
+
def _configure(
|
3262
|
+
_setter: Callable[[Any, Any], None],
|
3263
|
+
max: int,
|
3264
|
+
min: int,
|
3265
|
+
shape: str,
|
3266
|
+
shape_configs: Sequence['outputs.GetPoolConfigurationShapeConfigResult'],
|
3267
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3268
|
+
_setter("max", max)
|
3269
|
+
_setter("min", min)
|
3270
|
+
_setter("shape", shape)
|
3271
|
+
_setter("shape_configs", shape_configs)
|
2631
3272
|
|
2632
3273
|
@property
|
2633
3274
|
@pulumi.getter
|
@@ -2671,8 +3312,19 @@ class GetPoolConfigurationShapeConfigResult(dict):
|
|
2671
3312
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
2672
3313
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
2673
3314
|
"""
|
2674
|
-
|
2675
|
-
|
3315
|
+
GetPoolConfigurationShapeConfigResult._configure(
|
3316
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3317
|
+
memory_in_gbs=memory_in_gbs,
|
3318
|
+
ocpus=ocpus,
|
3319
|
+
)
|
3320
|
+
@staticmethod
|
3321
|
+
def _configure(
|
3322
|
+
_setter: Callable[[Any, Any], None],
|
3323
|
+
memory_in_gbs: float,
|
3324
|
+
ocpus: float,
|
3325
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3326
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
3327
|
+
_setter("ocpus", ocpus)
|
2676
3328
|
|
2677
3329
|
@property
|
2678
3330
|
@pulumi.getter(name="memoryInGbs")
|
@@ -2708,12 +3360,31 @@ class GetPoolPoolMetricResult(dict):
|
|
2708
3360
|
:param str time_last_stopped: The last time this pool was stopped.
|
2709
3361
|
:param str time_last_used: The last time a run used this pool.
|
2710
3362
|
"""
|
2711
|
-
|
2712
|
-
|
2713
|
-
|
2714
|
-
|
2715
|
-
|
2716
|
-
|
3363
|
+
GetPoolPoolMetricResult._configure(
|
3364
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3365
|
+
active_runs_count=active_runs_count,
|
3366
|
+
actively_used_node_counts=actively_used_node_counts,
|
3367
|
+
time_last_metrics_updated=time_last_metrics_updated,
|
3368
|
+
time_last_started=time_last_started,
|
3369
|
+
time_last_stopped=time_last_stopped,
|
3370
|
+
time_last_used=time_last_used,
|
3371
|
+
)
|
3372
|
+
@staticmethod
|
3373
|
+
def _configure(
|
3374
|
+
_setter: Callable[[Any, Any], None],
|
3375
|
+
active_runs_count: str,
|
3376
|
+
actively_used_node_counts: Sequence['outputs.GetPoolPoolMetricActivelyUsedNodeCountResult'],
|
3377
|
+
time_last_metrics_updated: str,
|
3378
|
+
time_last_started: str,
|
3379
|
+
time_last_stopped: str,
|
3380
|
+
time_last_used: str,
|
3381
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3382
|
+
_setter("active_runs_count", active_runs_count)
|
3383
|
+
_setter("actively_used_node_counts", actively_used_node_counts)
|
3384
|
+
_setter("time_last_metrics_updated", time_last_metrics_updated)
|
3385
|
+
_setter("time_last_started", time_last_started)
|
3386
|
+
_setter("time_last_stopped", time_last_stopped)
|
3387
|
+
_setter("time_last_used", time_last_used)
|
2717
3388
|
|
2718
3389
|
@property
|
2719
3390
|
@pulumi.getter(name="activeRunsCount")
|
@@ -2773,8 +3444,19 @@ class GetPoolPoolMetricActivelyUsedNodeCountResult(dict):
|
|
2773
3444
|
:param str logical_shape: The compute shape of the nodes that the count is for.
|
2774
3445
|
:param int pool_count: The node count of this compute shape.
|
2775
3446
|
"""
|
2776
|
-
|
2777
|
-
|
3447
|
+
GetPoolPoolMetricActivelyUsedNodeCountResult._configure(
|
3448
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3449
|
+
logical_shape=logical_shape,
|
3450
|
+
pool_count=pool_count,
|
3451
|
+
)
|
3452
|
+
@staticmethod
|
3453
|
+
def _configure(
|
3454
|
+
_setter: Callable[[Any, Any], None],
|
3455
|
+
logical_shape: str,
|
3456
|
+
pool_count: int,
|
3457
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3458
|
+
_setter("logical_shape", logical_shape)
|
3459
|
+
_setter("pool_count", pool_count)
|
2778
3460
|
|
2779
3461
|
@property
|
2780
3462
|
@pulumi.getter(name="logicalShape")
|
@@ -2804,9 +3486,22 @@ class GetPoolScheduleResult(dict):
|
|
2804
3486
|
:param int start_time: Hour of the day to start or stop pool.
|
2805
3487
|
:param int stop_time: Hour of the day to stop the pool.
|
2806
3488
|
"""
|
2807
|
-
|
2808
|
-
|
2809
|
-
|
3489
|
+
GetPoolScheduleResult._configure(
|
3490
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3491
|
+
day_of_week=day_of_week,
|
3492
|
+
start_time=start_time,
|
3493
|
+
stop_time=stop_time,
|
3494
|
+
)
|
3495
|
+
@staticmethod
|
3496
|
+
def _configure(
|
3497
|
+
_setter: Callable[[Any, Any], None],
|
3498
|
+
day_of_week: str,
|
3499
|
+
start_time: int,
|
3500
|
+
stop_time: int,
|
3501
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3502
|
+
_setter("day_of_week", day_of_week)
|
3503
|
+
_setter("start_time", start_time)
|
3504
|
+
_setter("stop_time", stop_time)
|
2810
3505
|
|
2811
3506
|
@property
|
2812
3507
|
@pulumi.getter(name="dayOfWeek")
|
@@ -2839,10 +3534,23 @@ class GetPoolsFilterResult(dict):
|
|
2839
3534
|
name: str,
|
2840
3535
|
values: Sequence[str],
|
2841
3536
|
regex: Optional[bool] = None):
|
2842
|
-
|
2843
|
-
|
3537
|
+
GetPoolsFilterResult._configure(
|
3538
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3539
|
+
name=name,
|
3540
|
+
values=values,
|
3541
|
+
regex=regex,
|
3542
|
+
)
|
3543
|
+
@staticmethod
|
3544
|
+
def _configure(
|
3545
|
+
_setter: Callable[[Any, Any], None],
|
3546
|
+
name: str,
|
3547
|
+
values: Sequence[str],
|
3548
|
+
regex: Optional[bool] = None,
|
3549
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3550
|
+
_setter("name", name)
|
3551
|
+
_setter("values", values)
|
2844
3552
|
if regex is not None:
|
2845
|
-
|
3553
|
+
_setter("regex", regex)
|
2846
3554
|
|
2847
3555
|
@property
|
2848
3556
|
@pulumi.getter
|
@@ -2864,7 +3572,16 @@ class GetPoolsFilterResult(dict):
|
|
2864
3572
|
class GetPoolsPoolCollectionResult(dict):
|
2865
3573
|
def __init__(__self__, *,
|
2866
3574
|
items: Sequence['outputs.GetPoolsPoolCollectionItemResult']):
|
2867
|
-
|
3575
|
+
GetPoolsPoolCollectionResult._configure(
|
3576
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3577
|
+
items=items,
|
3578
|
+
)
|
3579
|
+
@staticmethod
|
3580
|
+
def _configure(
|
3581
|
+
_setter: Callable[[Any, Any], None],
|
3582
|
+
items: Sequence['outputs.GetPoolsPoolCollectionItemResult'],
|
3583
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3584
|
+
_setter("items", items)
|
2868
3585
|
|
2869
3586
|
@property
|
2870
3587
|
@pulumi.getter
|
@@ -2909,22 +3626,61 @@ class GetPoolsPoolCollectionItemResult(dict):
|
|
2909
3626
|
:param str time_created: The date and time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-04-03T21:10:29.600Z`
|
2910
3627
|
:param str time_updated: The date and time the resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-04-03T21:10:29.600Z`
|
2911
3628
|
"""
|
2912
|
-
|
2913
|
-
|
2914
|
-
|
2915
|
-
|
2916
|
-
|
2917
|
-
|
2918
|
-
|
2919
|
-
|
2920
|
-
|
2921
|
-
|
2922
|
-
|
2923
|
-
|
2924
|
-
|
2925
|
-
|
2926
|
-
|
2927
|
-
|
3629
|
+
GetPoolsPoolCollectionItemResult._configure(
|
3630
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3631
|
+
compartment_id=compartment_id,
|
3632
|
+
configurations=configurations,
|
3633
|
+
defined_tags=defined_tags,
|
3634
|
+
description=description,
|
3635
|
+
display_name=display_name,
|
3636
|
+
freeform_tags=freeform_tags,
|
3637
|
+
id=id,
|
3638
|
+
idle_timeout_in_minutes=idle_timeout_in_minutes,
|
3639
|
+
lifecycle_details=lifecycle_details,
|
3640
|
+
owner_principal_id=owner_principal_id,
|
3641
|
+
owner_user_name=owner_user_name,
|
3642
|
+
pool_metrics=pool_metrics,
|
3643
|
+
schedules=schedules,
|
3644
|
+
state=state,
|
3645
|
+
time_created=time_created,
|
3646
|
+
time_updated=time_updated,
|
3647
|
+
)
|
3648
|
+
@staticmethod
|
3649
|
+
def _configure(
|
3650
|
+
_setter: Callable[[Any, Any], None],
|
3651
|
+
compartment_id: str,
|
3652
|
+
configurations: Sequence['outputs.GetPoolsPoolCollectionItemConfigurationResult'],
|
3653
|
+
defined_tags: Mapping[str, Any],
|
3654
|
+
description: str,
|
3655
|
+
display_name: str,
|
3656
|
+
freeform_tags: Mapping[str, Any],
|
3657
|
+
id: str,
|
3658
|
+
idle_timeout_in_minutes: int,
|
3659
|
+
lifecycle_details: str,
|
3660
|
+
owner_principal_id: str,
|
3661
|
+
owner_user_name: str,
|
3662
|
+
pool_metrics: Sequence['outputs.GetPoolsPoolCollectionItemPoolMetricResult'],
|
3663
|
+
schedules: Sequence['outputs.GetPoolsPoolCollectionItemScheduleResult'],
|
3664
|
+
state: str,
|
3665
|
+
time_created: str,
|
3666
|
+
time_updated: str,
|
3667
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3668
|
+
_setter("compartment_id", compartment_id)
|
3669
|
+
_setter("configurations", configurations)
|
3670
|
+
_setter("defined_tags", defined_tags)
|
3671
|
+
_setter("description", description)
|
3672
|
+
_setter("display_name", display_name)
|
3673
|
+
_setter("freeform_tags", freeform_tags)
|
3674
|
+
_setter("id", id)
|
3675
|
+
_setter("idle_timeout_in_minutes", idle_timeout_in_minutes)
|
3676
|
+
_setter("lifecycle_details", lifecycle_details)
|
3677
|
+
_setter("owner_principal_id", owner_principal_id)
|
3678
|
+
_setter("owner_user_name", owner_user_name)
|
3679
|
+
_setter("pool_metrics", pool_metrics)
|
3680
|
+
_setter("schedules", schedules)
|
3681
|
+
_setter("state", state)
|
3682
|
+
_setter("time_created", time_created)
|
3683
|
+
_setter("time_updated", time_updated)
|
2928
3684
|
|
2929
3685
|
@property
|
2930
3686
|
@pulumi.getter(name="compartmentId")
|
@@ -3068,10 +3824,25 @@ class GetPoolsPoolCollectionItemConfigurationResult(dict):
|
|
3068
3824
|
:param str shape: The compute shape of the resources you would like to provision.
|
3069
3825
|
:param Sequence['GetPoolsPoolCollectionItemConfigurationShapeConfigArgs'] shape_configs: This is used to configure the shape of the driver or executor if a flexible shape is used.
|
3070
3826
|
"""
|
3071
|
-
|
3072
|
-
|
3073
|
-
|
3074
|
-
|
3827
|
+
GetPoolsPoolCollectionItemConfigurationResult._configure(
|
3828
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3829
|
+
max=max,
|
3830
|
+
min=min,
|
3831
|
+
shape=shape,
|
3832
|
+
shape_configs=shape_configs,
|
3833
|
+
)
|
3834
|
+
@staticmethod
|
3835
|
+
def _configure(
|
3836
|
+
_setter: Callable[[Any, Any], None],
|
3837
|
+
max: int,
|
3838
|
+
min: int,
|
3839
|
+
shape: str,
|
3840
|
+
shape_configs: Sequence['outputs.GetPoolsPoolCollectionItemConfigurationShapeConfigResult'],
|
3841
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3842
|
+
_setter("max", max)
|
3843
|
+
_setter("min", min)
|
3844
|
+
_setter("shape", shape)
|
3845
|
+
_setter("shape_configs", shape_configs)
|
3075
3846
|
|
3076
3847
|
@property
|
3077
3848
|
@pulumi.getter
|
@@ -3115,8 +3886,19 @@ class GetPoolsPoolCollectionItemConfigurationShapeConfigResult(dict):
|
|
3115
3886
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
3116
3887
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
3117
3888
|
"""
|
3118
|
-
|
3119
|
-
|
3889
|
+
GetPoolsPoolCollectionItemConfigurationShapeConfigResult._configure(
|
3890
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3891
|
+
memory_in_gbs=memory_in_gbs,
|
3892
|
+
ocpus=ocpus,
|
3893
|
+
)
|
3894
|
+
@staticmethod
|
3895
|
+
def _configure(
|
3896
|
+
_setter: Callable[[Any, Any], None],
|
3897
|
+
memory_in_gbs: float,
|
3898
|
+
ocpus: float,
|
3899
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3900
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
3901
|
+
_setter("ocpus", ocpus)
|
3120
3902
|
|
3121
3903
|
@property
|
3122
3904
|
@pulumi.getter(name="memoryInGbs")
|
@@ -3152,12 +3934,31 @@ class GetPoolsPoolCollectionItemPoolMetricResult(dict):
|
|
3152
3934
|
:param str time_last_stopped: The last time this pool was stopped.
|
3153
3935
|
:param str time_last_used: The last time a run used this pool.
|
3154
3936
|
"""
|
3155
|
-
|
3156
|
-
|
3157
|
-
|
3158
|
-
|
3159
|
-
|
3160
|
-
|
3937
|
+
GetPoolsPoolCollectionItemPoolMetricResult._configure(
|
3938
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3939
|
+
active_runs_count=active_runs_count,
|
3940
|
+
actively_used_node_counts=actively_used_node_counts,
|
3941
|
+
time_last_metrics_updated=time_last_metrics_updated,
|
3942
|
+
time_last_started=time_last_started,
|
3943
|
+
time_last_stopped=time_last_stopped,
|
3944
|
+
time_last_used=time_last_used,
|
3945
|
+
)
|
3946
|
+
@staticmethod
|
3947
|
+
def _configure(
|
3948
|
+
_setter: Callable[[Any, Any], None],
|
3949
|
+
active_runs_count: str,
|
3950
|
+
actively_used_node_counts: Sequence['outputs.GetPoolsPoolCollectionItemPoolMetricActivelyUsedNodeCountResult'],
|
3951
|
+
time_last_metrics_updated: str,
|
3952
|
+
time_last_started: str,
|
3953
|
+
time_last_stopped: str,
|
3954
|
+
time_last_used: str,
|
3955
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3956
|
+
_setter("active_runs_count", active_runs_count)
|
3957
|
+
_setter("actively_used_node_counts", actively_used_node_counts)
|
3958
|
+
_setter("time_last_metrics_updated", time_last_metrics_updated)
|
3959
|
+
_setter("time_last_started", time_last_started)
|
3960
|
+
_setter("time_last_stopped", time_last_stopped)
|
3961
|
+
_setter("time_last_used", time_last_used)
|
3161
3962
|
|
3162
3963
|
@property
|
3163
3964
|
@pulumi.getter(name="activeRunsCount")
|
@@ -3217,8 +4018,19 @@ class GetPoolsPoolCollectionItemPoolMetricActivelyUsedNodeCountResult(dict):
|
|
3217
4018
|
:param str logical_shape: The compute shape of the nodes that the count is for.
|
3218
4019
|
:param int pool_count: The node count of this compute shape.
|
3219
4020
|
"""
|
3220
|
-
|
3221
|
-
|
4021
|
+
GetPoolsPoolCollectionItemPoolMetricActivelyUsedNodeCountResult._configure(
|
4022
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4023
|
+
logical_shape=logical_shape,
|
4024
|
+
pool_count=pool_count,
|
4025
|
+
)
|
4026
|
+
@staticmethod
|
4027
|
+
def _configure(
|
4028
|
+
_setter: Callable[[Any, Any], None],
|
4029
|
+
logical_shape: str,
|
4030
|
+
pool_count: int,
|
4031
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4032
|
+
_setter("logical_shape", logical_shape)
|
4033
|
+
_setter("pool_count", pool_count)
|
3222
4034
|
|
3223
4035
|
@property
|
3224
4036
|
@pulumi.getter(name="logicalShape")
|
@@ -3248,9 +4060,22 @@ class GetPoolsPoolCollectionItemScheduleResult(dict):
|
|
3248
4060
|
:param int start_time: Hour of the day to start or stop pool.
|
3249
4061
|
:param int stop_time: Hour of the day to stop the pool.
|
3250
4062
|
"""
|
3251
|
-
|
3252
|
-
|
3253
|
-
|
4063
|
+
GetPoolsPoolCollectionItemScheduleResult._configure(
|
4064
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4065
|
+
day_of_week=day_of_week,
|
4066
|
+
start_time=start_time,
|
4067
|
+
stop_time=stop_time,
|
4068
|
+
)
|
4069
|
+
@staticmethod
|
4070
|
+
def _configure(
|
4071
|
+
_setter: Callable[[Any, Any], None],
|
4072
|
+
day_of_week: str,
|
4073
|
+
start_time: int,
|
4074
|
+
stop_time: int,
|
4075
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4076
|
+
_setter("day_of_week", day_of_week)
|
4077
|
+
_setter("start_time", start_time)
|
4078
|
+
_setter("stop_time", stop_time)
|
3254
4079
|
|
3255
4080
|
@property
|
3256
4081
|
@pulumi.getter(name="dayOfWeek")
|
@@ -3286,8 +4111,19 @@ class GetPrivateEndpointScanDetailResult(dict):
|
|
3286
4111
|
:param str fqdn: A fully-qualified domain name (FQDN).
|
3287
4112
|
:param str port: The port number of the FQDN
|
3288
4113
|
"""
|
3289
|
-
|
3290
|
-
|
4114
|
+
GetPrivateEndpointScanDetailResult._configure(
|
4115
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4116
|
+
fqdn=fqdn,
|
4117
|
+
port=port,
|
4118
|
+
)
|
4119
|
+
@staticmethod
|
4120
|
+
def _configure(
|
4121
|
+
_setter: Callable[[Any, Any], None],
|
4122
|
+
fqdn: str,
|
4123
|
+
port: str,
|
4124
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4125
|
+
_setter("fqdn", fqdn)
|
4126
|
+
_setter("port", port)
|
3291
4127
|
|
3292
4128
|
@property
|
3293
4129
|
@pulumi.getter
|
@@ -3312,10 +4148,23 @@ class GetPrivateEndpointsFilterResult(dict):
|
|
3312
4148
|
name: str,
|
3313
4149
|
values: Sequence[str],
|
3314
4150
|
regex: Optional[bool] = None):
|
3315
|
-
|
3316
|
-
|
4151
|
+
GetPrivateEndpointsFilterResult._configure(
|
4152
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4153
|
+
name=name,
|
4154
|
+
values=values,
|
4155
|
+
regex=regex,
|
4156
|
+
)
|
4157
|
+
@staticmethod
|
4158
|
+
def _configure(
|
4159
|
+
_setter: Callable[[Any, Any], None],
|
4160
|
+
name: str,
|
4161
|
+
values: Sequence[str],
|
4162
|
+
regex: Optional[bool] = None,
|
4163
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4164
|
+
_setter("name", name)
|
4165
|
+
_setter("values", values)
|
3317
4166
|
if regex is not None:
|
3318
|
-
|
4167
|
+
_setter("regex", regex)
|
3319
4168
|
|
3320
4169
|
@property
|
3321
4170
|
@pulumi.getter
|
@@ -3337,7 +4186,16 @@ class GetPrivateEndpointsFilterResult(dict):
|
|
3337
4186
|
class GetPrivateEndpointsPrivateEndpointCollectionResult(dict):
|
3338
4187
|
def __init__(__self__, *,
|
3339
4188
|
items: Sequence['outputs.GetPrivateEndpointsPrivateEndpointCollectionItemResult']):
|
3340
|
-
|
4189
|
+
GetPrivateEndpointsPrivateEndpointCollectionResult._configure(
|
4190
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4191
|
+
items=items,
|
4192
|
+
)
|
4193
|
+
@staticmethod
|
4194
|
+
def _configure(
|
4195
|
+
_setter: Callable[[Any, Any], None],
|
4196
|
+
items: Sequence['outputs.GetPrivateEndpointsPrivateEndpointCollectionItemResult'],
|
4197
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4198
|
+
_setter("items", items)
|
3341
4199
|
|
3342
4200
|
@property
|
3343
4201
|
@pulumi.getter
|
@@ -3384,23 +4242,64 @@ class GetPrivateEndpointsPrivateEndpointCollectionItemResult(dict):
|
|
3384
4242
|
:param str time_created: The date and time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-04-03T21:10:29.600Z`
|
3385
4243
|
:param str time_updated: The date and time the resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-04-03T21:10:29.600Z`
|
3386
4244
|
"""
|
3387
|
-
|
3388
|
-
|
3389
|
-
|
3390
|
-
|
3391
|
-
|
3392
|
-
|
3393
|
-
|
3394
|
-
|
3395
|
-
|
3396
|
-
|
3397
|
-
|
3398
|
-
|
3399
|
-
|
3400
|
-
|
3401
|
-
|
3402
|
-
|
3403
|
-
|
4245
|
+
GetPrivateEndpointsPrivateEndpointCollectionItemResult._configure(
|
4246
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4247
|
+
compartment_id=compartment_id,
|
4248
|
+
defined_tags=defined_tags,
|
4249
|
+
description=description,
|
4250
|
+
display_name=display_name,
|
4251
|
+
dns_zones=dns_zones,
|
4252
|
+
freeform_tags=freeform_tags,
|
4253
|
+
id=id,
|
4254
|
+
lifecycle_details=lifecycle_details,
|
4255
|
+
max_host_count=max_host_count,
|
4256
|
+
nsg_ids=nsg_ids,
|
4257
|
+
owner_principal_id=owner_principal_id,
|
4258
|
+
owner_user_name=owner_user_name,
|
4259
|
+
scan_details=scan_details,
|
4260
|
+
state=state,
|
4261
|
+
subnet_id=subnet_id,
|
4262
|
+
time_created=time_created,
|
4263
|
+
time_updated=time_updated,
|
4264
|
+
)
|
4265
|
+
@staticmethod
|
4266
|
+
def _configure(
|
4267
|
+
_setter: Callable[[Any, Any], None],
|
4268
|
+
compartment_id: str,
|
4269
|
+
defined_tags: Mapping[str, Any],
|
4270
|
+
description: str,
|
4271
|
+
display_name: str,
|
4272
|
+
dns_zones: Sequence[str],
|
4273
|
+
freeform_tags: Mapping[str, Any],
|
4274
|
+
id: str,
|
4275
|
+
lifecycle_details: str,
|
4276
|
+
max_host_count: int,
|
4277
|
+
nsg_ids: Sequence[str],
|
4278
|
+
owner_principal_id: str,
|
4279
|
+
owner_user_name: str,
|
4280
|
+
scan_details: Sequence['outputs.GetPrivateEndpointsPrivateEndpointCollectionItemScanDetailResult'],
|
4281
|
+
state: str,
|
4282
|
+
subnet_id: str,
|
4283
|
+
time_created: str,
|
4284
|
+
time_updated: str,
|
4285
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4286
|
+
_setter("compartment_id", compartment_id)
|
4287
|
+
_setter("defined_tags", defined_tags)
|
4288
|
+
_setter("description", description)
|
4289
|
+
_setter("display_name", display_name)
|
4290
|
+
_setter("dns_zones", dns_zones)
|
4291
|
+
_setter("freeform_tags", freeform_tags)
|
4292
|
+
_setter("id", id)
|
4293
|
+
_setter("lifecycle_details", lifecycle_details)
|
4294
|
+
_setter("max_host_count", max_host_count)
|
4295
|
+
_setter("nsg_ids", nsg_ids)
|
4296
|
+
_setter("owner_principal_id", owner_principal_id)
|
4297
|
+
_setter("owner_user_name", owner_user_name)
|
4298
|
+
_setter("scan_details", scan_details)
|
4299
|
+
_setter("state", state)
|
4300
|
+
_setter("subnet_id", subnet_id)
|
4301
|
+
_setter("time_created", time_created)
|
4302
|
+
_setter("time_updated", time_updated)
|
3404
4303
|
|
3405
4304
|
@property
|
3406
4305
|
@pulumi.getter(name="compartmentId")
|
@@ -3548,8 +4447,19 @@ class GetPrivateEndpointsPrivateEndpointCollectionItemScanDetailResult(dict):
|
|
3548
4447
|
:param str fqdn: A fully-qualified domain name (FQDN).
|
3549
4448
|
:param str port: The port number of the FQDN
|
3550
4449
|
"""
|
3551
|
-
|
3552
|
-
|
4450
|
+
GetPrivateEndpointsPrivateEndpointCollectionItemScanDetailResult._configure(
|
4451
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4452
|
+
fqdn=fqdn,
|
4453
|
+
port=port,
|
4454
|
+
)
|
4455
|
+
@staticmethod
|
4456
|
+
def _configure(
|
4457
|
+
_setter: Callable[[Any, Any], None],
|
4458
|
+
fqdn: str,
|
4459
|
+
port: str,
|
4460
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4461
|
+
_setter("fqdn", fqdn)
|
4462
|
+
_setter("port", port)
|
3553
4463
|
|
3554
4464
|
@property
|
3555
4465
|
@pulumi.getter
|
@@ -3574,10 +4484,23 @@ class GetRunLogsFilterResult(dict):
|
|
3574
4484
|
name: str,
|
3575
4485
|
values: Sequence[str],
|
3576
4486
|
regex: Optional[bool] = None):
|
3577
|
-
|
3578
|
-
|
4487
|
+
GetRunLogsFilterResult._configure(
|
4488
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4489
|
+
name=name,
|
4490
|
+
values=values,
|
4491
|
+
regex=regex,
|
4492
|
+
)
|
4493
|
+
@staticmethod
|
4494
|
+
def _configure(
|
4495
|
+
_setter: Callable[[Any, Any], None],
|
4496
|
+
name: str,
|
4497
|
+
values: Sequence[str],
|
4498
|
+
regex: Optional[bool] = None,
|
4499
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4500
|
+
_setter("name", name)
|
4501
|
+
_setter("values", values)
|
3579
4502
|
if regex is not None:
|
3580
|
-
|
4503
|
+
_setter("regex", regex)
|
3581
4504
|
|
3582
4505
|
@property
|
3583
4506
|
@pulumi.getter
|
@@ -3607,12 +4530,31 @@ class GetRunLogsRunLogResult(dict):
|
|
3607
4530
|
"""
|
3608
4531
|
:param str run_id: The unique ID for the run
|
3609
4532
|
"""
|
3610
|
-
|
3611
|
-
|
3612
|
-
|
3613
|
-
|
3614
|
-
|
3615
|
-
|
4533
|
+
GetRunLogsRunLogResult._configure(
|
4534
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4535
|
+
name=name,
|
4536
|
+
run_id=run_id,
|
4537
|
+
size_in_bytes=size_in_bytes,
|
4538
|
+
source=source,
|
4539
|
+
time_created=time_created,
|
4540
|
+
type=type,
|
4541
|
+
)
|
4542
|
+
@staticmethod
|
4543
|
+
def _configure(
|
4544
|
+
_setter: Callable[[Any, Any], None],
|
4545
|
+
name: str,
|
4546
|
+
run_id: str,
|
4547
|
+
size_in_bytes: str,
|
4548
|
+
source: str,
|
4549
|
+
time_created: str,
|
4550
|
+
type: str,
|
4551
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4552
|
+
_setter("name", name)
|
4553
|
+
_setter("run_id", run_id)
|
4554
|
+
_setter("size_in_bytes", size_in_bytes)
|
4555
|
+
_setter("source", source)
|
4556
|
+
_setter("time_created", time_created)
|
4557
|
+
_setter("type", type)
|
3616
4558
|
|
3617
4559
|
@property
|
3618
4560
|
@pulumi.getter
|
@@ -3663,11 +4605,28 @@ class GetRunStatementOutputResult(dict):
|
|
3663
4605
|
:param str status: Status of the statement output.
|
3664
4606
|
:param Sequence[str] tracebacks: The traceback of the statement output.
|
3665
4607
|
"""
|
3666
|
-
|
3667
|
-
|
3668
|
-
|
3669
|
-
|
3670
|
-
|
4608
|
+
GetRunStatementOutputResult._configure(
|
4609
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4610
|
+
datas=datas,
|
4611
|
+
error_name=error_name,
|
4612
|
+
error_value=error_value,
|
4613
|
+
status=status,
|
4614
|
+
tracebacks=tracebacks,
|
4615
|
+
)
|
4616
|
+
@staticmethod
|
4617
|
+
def _configure(
|
4618
|
+
_setter: Callable[[Any, Any], None],
|
4619
|
+
datas: Sequence['outputs.GetRunStatementOutputDataResult'],
|
4620
|
+
error_name: str,
|
4621
|
+
error_value: str,
|
4622
|
+
status: str,
|
4623
|
+
tracebacks: Sequence[str],
|
4624
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4625
|
+
_setter("datas", datas)
|
4626
|
+
_setter("error_name", error_name)
|
4627
|
+
_setter("error_value", error_value)
|
4628
|
+
_setter("status", status)
|
4629
|
+
_setter("tracebacks", tracebacks)
|
3671
4630
|
|
3672
4631
|
@property
|
3673
4632
|
@pulumi.getter
|
@@ -3719,8 +4678,19 @@ class GetRunStatementOutputDataResult(dict):
|
|
3719
4678
|
:param str type: The type of the `StatementOutputData` like `TEXT_PLAIN`, `TEXT_HTML` or `IMAGE_PNG`.
|
3720
4679
|
:param str value: The statement code execution output in html format.
|
3721
4680
|
"""
|
3722
|
-
|
3723
|
-
|
4681
|
+
GetRunStatementOutputDataResult._configure(
|
4682
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4683
|
+
type=type,
|
4684
|
+
value=value,
|
4685
|
+
)
|
4686
|
+
@staticmethod
|
4687
|
+
def _configure(
|
4688
|
+
_setter: Callable[[Any, Any], None],
|
4689
|
+
type: str,
|
4690
|
+
value: str,
|
4691
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4692
|
+
_setter("type", type)
|
4693
|
+
_setter("value", value)
|
3724
4694
|
|
3725
4695
|
@property
|
3726
4696
|
@pulumi.getter
|
@@ -3745,10 +4715,23 @@ class GetRunStatementsFilterResult(dict):
|
|
3745
4715
|
name: str,
|
3746
4716
|
values: Sequence[str],
|
3747
4717
|
regex: Optional[bool] = None):
|
3748
|
-
|
3749
|
-
|
4718
|
+
GetRunStatementsFilterResult._configure(
|
4719
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4720
|
+
name=name,
|
4721
|
+
values=values,
|
4722
|
+
regex=regex,
|
4723
|
+
)
|
4724
|
+
@staticmethod
|
4725
|
+
def _configure(
|
4726
|
+
_setter: Callable[[Any, Any], None],
|
4727
|
+
name: str,
|
4728
|
+
values: Sequence[str],
|
4729
|
+
regex: Optional[bool] = None,
|
4730
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4731
|
+
_setter("name", name)
|
4732
|
+
_setter("values", values)
|
3750
4733
|
if regex is not None:
|
3751
|
-
|
4734
|
+
_setter("regex", regex)
|
3752
4735
|
|
3753
4736
|
@property
|
3754
4737
|
@pulumi.getter
|
@@ -3770,7 +4753,16 @@ class GetRunStatementsFilterResult(dict):
|
|
3770
4753
|
class GetRunStatementsStatementCollectionResult(dict):
|
3771
4754
|
def __init__(__self__, *,
|
3772
4755
|
items: Sequence['outputs.GetRunStatementsStatementCollectionItemResult']):
|
3773
|
-
|
4756
|
+
GetRunStatementsStatementCollectionResult._configure(
|
4757
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4758
|
+
items=items,
|
4759
|
+
)
|
4760
|
+
@staticmethod
|
4761
|
+
def _configure(
|
4762
|
+
_setter: Callable[[Any, Any], None],
|
4763
|
+
items: Sequence['outputs.GetRunStatementsStatementCollectionItemResult'],
|
4764
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4765
|
+
_setter("items", items)
|
3774
4766
|
|
3775
4767
|
@property
|
3776
4768
|
@pulumi.getter
|
@@ -3799,14 +4791,37 @@ class GetRunStatementsStatementCollectionItemResult(dict):
|
|
3799
4791
|
:param str time_completed: The date and time a statement execution was completed, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2022-05-31T21:10:29.600Z`
|
3800
4792
|
:param str time_created: The date and time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-04-03T21:10:29.600Z`
|
3801
4793
|
"""
|
3802
|
-
|
3803
|
-
|
3804
|
-
|
3805
|
-
|
3806
|
-
|
3807
|
-
|
3808
|
-
|
3809
|
-
|
4794
|
+
GetRunStatementsStatementCollectionItemResult._configure(
|
4795
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4796
|
+
code=code,
|
4797
|
+
id=id,
|
4798
|
+
outputs=outputs,
|
4799
|
+
progress=progress,
|
4800
|
+
run_id=run_id,
|
4801
|
+
state=state,
|
4802
|
+
time_completed=time_completed,
|
4803
|
+
time_created=time_created,
|
4804
|
+
)
|
4805
|
+
@staticmethod
|
4806
|
+
def _configure(
|
4807
|
+
_setter: Callable[[Any, Any], None],
|
4808
|
+
code: str,
|
4809
|
+
id: str,
|
4810
|
+
outputs: Sequence['outputs.GetRunStatementsStatementCollectionItemOutputResult'],
|
4811
|
+
progress: float,
|
4812
|
+
run_id: str,
|
4813
|
+
state: str,
|
4814
|
+
time_completed: str,
|
4815
|
+
time_created: str,
|
4816
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4817
|
+
_setter("code", code)
|
4818
|
+
_setter("id", id)
|
4819
|
+
_setter("outputs", outputs)
|
4820
|
+
_setter("progress", progress)
|
4821
|
+
_setter("run_id", run_id)
|
4822
|
+
_setter("state", state)
|
4823
|
+
_setter("time_completed", time_completed)
|
4824
|
+
_setter("time_created", time_created)
|
3810
4825
|
|
3811
4826
|
@property
|
3812
4827
|
@pulumi.getter
|
@@ -3888,11 +4903,28 @@ class GetRunStatementsStatementCollectionItemOutputResult(dict):
|
|
3888
4903
|
:param str status: Status of the statement output.
|
3889
4904
|
:param Sequence[str] tracebacks: The traceback of the statement output.
|
3890
4905
|
"""
|
3891
|
-
|
3892
|
-
|
3893
|
-
|
3894
|
-
|
3895
|
-
|
4906
|
+
GetRunStatementsStatementCollectionItemOutputResult._configure(
|
4907
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4908
|
+
datas=datas,
|
4909
|
+
error_name=error_name,
|
4910
|
+
error_value=error_value,
|
4911
|
+
status=status,
|
4912
|
+
tracebacks=tracebacks,
|
4913
|
+
)
|
4914
|
+
@staticmethod
|
4915
|
+
def _configure(
|
4916
|
+
_setter: Callable[[Any, Any], None],
|
4917
|
+
datas: Sequence['outputs.GetRunStatementsStatementCollectionItemOutputDataResult'],
|
4918
|
+
error_name: str,
|
4919
|
+
error_value: str,
|
4920
|
+
status: str,
|
4921
|
+
tracebacks: Sequence[str],
|
4922
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4923
|
+
_setter("datas", datas)
|
4924
|
+
_setter("error_name", error_name)
|
4925
|
+
_setter("error_value", error_value)
|
4926
|
+
_setter("status", status)
|
4927
|
+
_setter("tracebacks", tracebacks)
|
3896
4928
|
|
3897
4929
|
@property
|
3898
4930
|
@pulumi.getter
|
@@ -3944,8 +4976,19 @@ class GetRunStatementsStatementCollectionItemOutputDataResult(dict):
|
|
3944
4976
|
:param str type: The type of the `StatementOutputData` like `TEXT_PLAIN`, `TEXT_HTML` or `IMAGE_PNG`.
|
3945
4977
|
:param str value: The statement code execution output in html format.
|
3946
4978
|
"""
|
3947
|
-
|
3948
|
-
|
4979
|
+
GetRunStatementsStatementCollectionItemOutputDataResult._configure(
|
4980
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4981
|
+
type=type,
|
4982
|
+
value=value,
|
4983
|
+
)
|
4984
|
+
@staticmethod
|
4985
|
+
def _configure(
|
4986
|
+
_setter: Callable[[Any, Any], None],
|
4987
|
+
type: str,
|
4988
|
+
value: str,
|
4989
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4990
|
+
_setter("type", type)
|
4991
|
+
_setter("value", value)
|
3949
4992
|
|
3950
4993
|
@property
|
3951
4994
|
@pulumi.getter
|
@@ -3973,8 +5016,19 @@ class GetSqlEndpointDriverShapeConfigResult(dict):
|
|
3973
5016
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
3974
5017
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
3975
5018
|
"""
|
3976
|
-
|
3977
|
-
|
5019
|
+
GetSqlEndpointDriverShapeConfigResult._configure(
|
5020
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5021
|
+
memory_in_gbs=memory_in_gbs,
|
5022
|
+
ocpus=ocpus,
|
5023
|
+
)
|
5024
|
+
@staticmethod
|
5025
|
+
def _configure(
|
5026
|
+
_setter: Callable[[Any, Any], None],
|
5027
|
+
memory_in_gbs: float,
|
5028
|
+
ocpus: float,
|
5029
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5030
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
5031
|
+
_setter("ocpus", ocpus)
|
3978
5032
|
|
3979
5033
|
@property
|
3980
5034
|
@pulumi.getter(name="memoryInGbs")
|
@@ -4002,8 +5056,19 @@ class GetSqlEndpointExecutorShapeConfigResult(dict):
|
|
4002
5056
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
4003
5057
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
4004
5058
|
"""
|
4005
|
-
|
4006
|
-
|
5059
|
+
GetSqlEndpointExecutorShapeConfigResult._configure(
|
5060
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5061
|
+
memory_in_gbs=memory_in_gbs,
|
5062
|
+
ocpus=ocpus,
|
5063
|
+
)
|
5064
|
+
@staticmethod
|
5065
|
+
def _configure(
|
5066
|
+
_setter: Callable[[Any, Any], None],
|
5067
|
+
memory_in_gbs: float,
|
5068
|
+
ocpus: float,
|
5069
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5070
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
5071
|
+
_setter("ocpus", ocpus)
|
4007
5072
|
|
4008
5073
|
@property
|
4009
5074
|
@pulumi.getter(name="memoryInGbs")
|
@@ -4041,13 +5106,34 @@ class GetSqlEndpointNetworkConfigurationResult(dict):
|
|
4041
5106
|
:param str subnet_id: The VCN Subnet OCID.
|
4042
5107
|
:param str vcn_id: The VCN OCID.
|
4043
5108
|
"""
|
4044
|
-
|
4045
|
-
|
4046
|
-
|
4047
|
-
|
4048
|
-
|
4049
|
-
|
4050
|
-
|
5109
|
+
GetSqlEndpointNetworkConfigurationResult._configure(
|
5110
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5111
|
+
access_control_rules=access_control_rules,
|
5112
|
+
host_name_prefix=host_name_prefix,
|
5113
|
+
network_type=network_type,
|
5114
|
+
private_endpoint_ip=private_endpoint_ip,
|
5115
|
+
public_endpoint_ip=public_endpoint_ip,
|
5116
|
+
subnet_id=subnet_id,
|
5117
|
+
vcn_id=vcn_id,
|
5118
|
+
)
|
5119
|
+
@staticmethod
|
5120
|
+
def _configure(
|
5121
|
+
_setter: Callable[[Any, Any], None],
|
5122
|
+
access_control_rules: Sequence['outputs.GetSqlEndpointNetworkConfigurationAccessControlRuleResult'],
|
5123
|
+
host_name_prefix: str,
|
5124
|
+
network_type: str,
|
5125
|
+
private_endpoint_ip: str,
|
5126
|
+
public_endpoint_ip: str,
|
5127
|
+
subnet_id: str,
|
5128
|
+
vcn_id: str,
|
5129
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5130
|
+
_setter("access_control_rules", access_control_rules)
|
5131
|
+
_setter("host_name_prefix", host_name_prefix)
|
5132
|
+
_setter("network_type", network_type)
|
5133
|
+
_setter("private_endpoint_ip", private_endpoint_ip)
|
5134
|
+
_setter("public_endpoint_ip", public_endpoint_ip)
|
5135
|
+
_setter("subnet_id", subnet_id)
|
5136
|
+
_setter("vcn_id", vcn_id)
|
4051
5137
|
|
4052
5138
|
@property
|
4053
5139
|
@pulumi.getter(name="accessControlRules")
|
@@ -4117,9 +5203,22 @@ class GetSqlEndpointNetworkConfigurationAccessControlRuleResult(dict):
|
|
4117
5203
|
:param str value: The associated value of the selected IP notation.
|
4118
5204
|
:param str vcn_ips: A comma-separated IP or CIDR address for VCN OCID IP notation selection.
|
4119
5205
|
"""
|
4120
|
-
|
4121
|
-
|
4122
|
-
|
5206
|
+
GetSqlEndpointNetworkConfigurationAccessControlRuleResult._configure(
|
5207
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5208
|
+
ip_notation=ip_notation,
|
5209
|
+
value=value,
|
5210
|
+
vcn_ips=vcn_ips,
|
5211
|
+
)
|
5212
|
+
@staticmethod
|
5213
|
+
def _configure(
|
5214
|
+
_setter: Callable[[Any, Any], None],
|
5215
|
+
ip_notation: str,
|
5216
|
+
value: str,
|
5217
|
+
vcn_ips: str,
|
5218
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5219
|
+
_setter("ip_notation", ip_notation)
|
5220
|
+
_setter("value", value)
|
5221
|
+
_setter("vcn_ips", vcn_ips)
|
4123
5222
|
|
4124
5223
|
@property
|
4125
5224
|
@pulumi.getter(name="ipNotation")
|
@@ -4152,10 +5251,23 @@ class GetSqlEndpointsFilterResult(dict):
|
|
4152
5251
|
name: str,
|
4153
5252
|
values: Sequence[str],
|
4154
5253
|
regex: Optional[bool] = None):
|
4155
|
-
|
4156
|
-
|
5254
|
+
GetSqlEndpointsFilterResult._configure(
|
5255
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5256
|
+
name=name,
|
5257
|
+
values=values,
|
5258
|
+
regex=regex,
|
5259
|
+
)
|
5260
|
+
@staticmethod
|
5261
|
+
def _configure(
|
5262
|
+
_setter: Callable[[Any, Any], None],
|
5263
|
+
name: str,
|
5264
|
+
values: Sequence[str],
|
5265
|
+
regex: Optional[bool] = None,
|
5266
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5267
|
+
_setter("name", name)
|
5268
|
+
_setter("values", values)
|
4157
5269
|
if regex is not None:
|
4158
|
-
|
5270
|
+
_setter("regex", regex)
|
4159
5271
|
|
4160
5272
|
@property
|
4161
5273
|
@pulumi.getter
|
@@ -4177,7 +5289,16 @@ class GetSqlEndpointsFilterResult(dict):
|
|
4177
5289
|
class GetSqlEndpointsSqlEndpointCollectionResult(dict):
|
4178
5290
|
def __init__(__self__, *,
|
4179
5291
|
items: Sequence['outputs.GetSqlEndpointsSqlEndpointCollectionItemResult']):
|
4180
|
-
|
5292
|
+
GetSqlEndpointsSqlEndpointCollectionResult._configure(
|
5293
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5294
|
+
items=items,
|
5295
|
+
)
|
5296
|
+
@staticmethod
|
5297
|
+
def _configure(
|
5298
|
+
_setter: Callable[[Any, Any], None],
|
5299
|
+
items: Sequence['outputs.GetSqlEndpointsSqlEndpointCollectionItemResult'],
|
5300
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5301
|
+
_setter("items", items)
|
4181
5302
|
|
4182
5303
|
@property
|
4183
5304
|
@pulumi.getter
|
@@ -4240,31 +5361,88 @@ class GetSqlEndpointsSqlEndpointCollectionItemResult(dict):
|
|
4240
5361
|
:param str time_updated: The time the Sql Endpoint was updated. An RFC3339 formatted datetime string.
|
4241
5362
|
:param str warehouse_bucket_uri: The warehouse bucket URI. It is a Oracle Cloud Infrastructure Object Storage bucket URI as defined here https://docs.oracle.com/en/cloud/paas/atp-cloud/atpud/object-storage-uris.html
|
4242
5363
|
"""
|
4243
|
-
|
4244
|
-
|
4245
|
-
|
4246
|
-
|
4247
|
-
|
4248
|
-
|
4249
|
-
|
4250
|
-
|
4251
|
-
|
4252
|
-
|
4253
|
-
|
4254
|
-
|
4255
|
-
|
4256
|
-
|
4257
|
-
|
4258
|
-
|
4259
|
-
|
4260
|
-
|
4261
|
-
|
4262
|
-
|
4263
|
-
|
4264
|
-
|
4265
|
-
|
4266
|
-
|
4267
|
-
|
5364
|
+
GetSqlEndpointsSqlEndpointCollectionItemResult._configure(
|
5365
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5366
|
+
compartment_id=compartment_id,
|
5367
|
+
defined_tags=defined_tags,
|
5368
|
+
description=description,
|
5369
|
+
display_name=display_name,
|
5370
|
+
driver_shape=driver_shape,
|
5371
|
+
driver_shape_configs=driver_shape_configs,
|
5372
|
+
executor_shape=executor_shape,
|
5373
|
+
executor_shape_configs=executor_shape_configs,
|
5374
|
+
freeform_tags=freeform_tags,
|
5375
|
+
id=id,
|
5376
|
+
jdbc_endpoint_url=jdbc_endpoint_url,
|
5377
|
+
lake_id=lake_id,
|
5378
|
+
last_accepted_request_token=last_accepted_request_token,
|
5379
|
+
max_executor_count=max_executor_count,
|
5380
|
+
metastore_id=metastore_id,
|
5381
|
+
min_executor_count=min_executor_count,
|
5382
|
+
network_configurations=network_configurations,
|
5383
|
+
spark_advanced_configurations=spark_advanced_configurations,
|
5384
|
+
sql_endpoint_version=sql_endpoint_version,
|
5385
|
+
state=state,
|
5386
|
+
state_message=state_message,
|
5387
|
+
system_tags=system_tags,
|
5388
|
+
time_created=time_created,
|
5389
|
+
time_updated=time_updated,
|
5390
|
+
warehouse_bucket_uri=warehouse_bucket_uri,
|
5391
|
+
)
|
5392
|
+
@staticmethod
|
5393
|
+
def _configure(
|
5394
|
+
_setter: Callable[[Any, Any], None],
|
5395
|
+
compartment_id: str,
|
5396
|
+
defined_tags: Mapping[str, Any],
|
5397
|
+
description: str,
|
5398
|
+
display_name: str,
|
5399
|
+
driver_shape: str,
|
5400
|
+
driver_shape_configs: Sequence['outputs.GetSqlEndpointsSqlEndpointCollectionItemDriverShapeConfigResult'],
|
5401
|
+
executor_shape: str,
|
5402
|
+
executor_shape_configs: Sequence['outputs.GetSqlEndpointsSqlEndpointCollectionItemExecutorShapeConfigResult'],
|
5403
|
+
freeform_tags: Mapping[str, Any],
|
5404
|
+
id: str,
|
5405
|
+
jdbc_endpoint_url: str,
|
5406
|
+
lake_id: str,
|
5407
|
+
last_accepted_request_token: str,
|
5408
|
+
max_executor_count: int,
|
5409
|
+
metastore_id: str,
|
5410
|
+
min_executor_count: int,
|
5411
|
+
network_configurations: Sequence['outputs.GetSqlEndpointsSqlEndpointCollectionItemNetworkConfigurationResult'],
|
5412
|
+
spark_advanced_configurations: Mapping[str, Any],
|
5413
|
+
sql_endpoint_version: str,
|
5414
|
+
state: str,
|
5415
|
+
state_message: str,
|
5416
|
+
system_tags: Mapping[str, Any],
|
5417
|
+
time_created: str,
|
5418
|
+
time_updated: str,
|
5419
|
+
warehouse_bucket_uri: str,
|
5420
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5421
|
+
_setter("compartment_id", compartment_id)
|
5422
|
+
_setter("defined_tags", defined_tags)
|
5423
|
+
_setter("description", description)
|
5424
|
+
_setter("display_name", display_name)
|
5425
|
+
_setter("driver_shape", driver_shape)
|
5426
|
+
_setter("driver_shape_configs", driver_shape_configs)
|
5427
|
+
_setter("executor_shape", executor_shape)
|
5428
|
+
_setter("executor_shape_configs", executor_shape_configs)
|
5429
|
+
_setter("freeform_tags", freeform_tags)
|
5430
|
+
_setter("id", id)
|
5431
|
+
_setter("jdbc_endpoint_url", jdbc_endpoint_url)
|
5432
|
+
_setter("lake_id", lake_id)
|
5433
|
+
_setter("last_accepted_request_token", last_accepted_request_token)
|
5434
|
+
_setter("max_executor_count", max_executor_count)
|
5435
|
+
_setter("metastore_id", metastore_id)
|
5436
|
+
_setter("min_executor_count", min_executor_count)
|
5437
|
+
_setter("network_configurations", network_configurations)
|
5438
|
+
_setter("spark_advanced_configurations", spark_advanced_configurations)
|
5439
|
+
_setter("sql_endpoint_version", sql_endpoint_version)
|
5440
|
+
_setter("state", state)
|
5441
|
+
_setter("state_message", state_message)
|
5442
|
+
_setter("system_tags", system_tags)
|
5443
|
+
_setter("time_created", time_created)
|
5444
|
+
_setter("time_updated", time_updated)
|
5445
|
+
_setter("warehouse_bucket_uri", warehouse_bucket_uri)
|
4268
5446
|
|
4269
5447
|
@property
|
4270
5448
|
@pulumi.getter(name="compartmentId")
|
@@ -4476,8 +5654,19 @@ class GetSqlEndpointsSqlEndpointCollectionItemDriverShapeConfigResult(dict):
|
|
4476
5654
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
4477
5655
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
4478
5656
|
"""
|
4479
|
-
|
4480
|
-
|
5657
|
+
GetSqlEndpointsSqlEndpointCollectionItemDriverShapeConfigResult._configure(
|
5658
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5659
|
+
memory_in_gbs=memory_in_gbs,
|
5660
|
+
ocpus=ocpus,
|
5661
|
+
)
|
5662
|
+
@staticmethod
|
5663
|
+
def _configure(
|
5664
|
+
_setter: Callable[[Any, Any], None],
|
5665
|
+
memory_in_gbs: float,
|
5666
|
+
ocpus: float,
|
5667
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5668
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
5669
|
+
_setter("ocpus", ocpus)
|
4481
5670
|
|
4482
5671
|
@property
|
4483
5672
|
@pulumi.getter(name="memoryInGbs")
|
@@ -4505,8 +5694,19 @@ class GetSqlEndpointsSqlEndpointCollectionItemExecutorShapeConfigResult(dict):
|
|
4505
5694
|
:param float memory_in_gbs: The amount of memory used for the driver or executors.
|
4506
5695
|
:param float ocpus: The total number of OCPUs used for the driver or executors. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
4507
5696
|
"""
|
4508
|
-
|
4509
|
-
|
5697
|
+
GetSqlEndpointsSqlEndpointCollectionItemExecutorShapeConfigResult._configure(
|
5698
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5699
|
+
memory_in_gbs=memory_in_gbs,
|
5700
|
+
ocpus=ocpus,
|
5701
|
+
)
|
5702
|
+
@staticmethod
|
5703
|
+
def _configure(
|
5704
|
+
_setter: Callable[[Any, Any], None],
|
5705
|
+
memory_in_gbs: float,
|
5706
|
+
ocpus: float,
|
5707
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5708
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
5709
|
+
_setter("ocpus", ocpus)
|
4510
5710
|
|
4511
5711
|
@property
|
4512
5712
|
@pulumi.getter(name="memoryInGbs")
|
@@ -4544,13 +5744,34 @@ class GetSqlEndpointsSqlEndpointCollectionItemNetworkConfigurationResult(dict):
|
|
4544
5744
|
:param str subnet_id: The VCN Subnet OCID.
|
4545
5745
|
:param str vcn_id: The VCN OCID.
|
4546
5746
|
"""
|
4547
|
-
|
4548
|
-
|
4549
|
-
|
4550
|
-
|
4551
|
-
|
4552
|
-
|
4553
|
-
|
5747
|
+
GetSqlEndpointsSqlEndpointCollectionItemNetworkConfigurationResult._configure(
|
5748
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5749
|
+
access_control_rules=access_control_rules,
|
5750
|
+
host_name_prefix=host_name_prefix,
|
5751
|
+
network_type=network_type,
|
5752
|
+
private_endpoint_ip=private_endpoint_ip,
|
5753
|
+
public_endpoint_ip=public_endpoint_ip,
|
5754
|
+
subnet_id=subnet_id,
|
5755
|
+
vcn_id=vcn_id,
|
5756
|
+
)
|
5757
|
+
@staticmethod
|
5758
|
+
def _configure(
|
5759
|
+
_setter: Callable[[Any, Any], None],
|
5760
|
+
access_control_rules: Sequence['outputs.GetSqlEndpointsSqlEndpointCollectionItemNetworkConfigurationAccessControlRuleResult'],
|
5761
|
+
host_name_prefix: str,
|
5762
|
+
network_type: str,
|
5763
|
+
private_endpoint_ip: str,
|
5764
|
+
public_endpoint_ip: str,
|
5765
|
+
subnet_id: str,
|
5766
|
+
vcn_id: str,
|
5767
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5768
|
+
_setter("access_control_rules", access_control_rules)
|
5769
|
+
_setter("host_name_prefix", host_name_prefix)
|
5770
|
+
_setter("network_type", network_type)
|
5771
|
+
_setter("private_endpoint_ip", private_endpoint_ip)
|
5772
|
+
_setter("public_endpoint_ip", public_endpoint_ip)
|
5773
|
+
_setter("subnet_id", subnet_id)
|
5774
|
+
_setter("vcn_id", vcn_id)
|
4554
5775
|
|
4555
5776
|
@property
|
4556
5777
|
@pulumi.getter(name="accessControlRules")
|
@@ -4620,9 +5841,22 @@ class GetSqlEndpointsSqlEndpointCollectionItemNetworkConfigurationAccessControlR
|
|
4620
5841
|
:param str value: The associated value of the selected IP notation.
|
4621
5842
|
:param str vcn_ips: A comma-separated IP or CIDR address for VCN OCID IP notation selection.
|
4622
5843
|
"""
|
4623
|
-
|
4624
|
-
|
4625
|
-
|
5844
|
+
GetSqlEndpointsSqlEndpointCollectionItemNetworkConfigurationAccessControlRuleResult._configure(
|
5845
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5846
|
+
ip_notation=ip_notation,
|
5847
|
+
value=value,
|
5848
|
+
vcn_ips=vcn_ips,
|
5849
|
+
)
|
5850
|
+
@staticmethod
|
5851
|
+
def _configure(
|
5852
|
+
_setter: Callable[[Any, Any], None],
|
5853
|
+
ip_notation: str,
|
5854
|
+
value: str,
|
5855
|
+
vcn_ips: str,
|
5856
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5857
|
+
_setter("ip_notation", ip_notation)
|
5858
|
+
_setter("value", value)
|
5859
|
+
_setter("vcn_ips", vcn_ips)
|
4626
5860
|
|
4627
5861
|
@property
|
4628
5862
|
@pulumi.getter(name="ipNotation")
|