pulumi-oci 1.11.0a1695814503__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 +43 -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 +14633 -3342
- 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 +137 -59
- 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 +3681 -752
- 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 +752 -247
- 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 +54 -18
- 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 +21 -4
- pulumi_oci/database/get_autonomous_container_database.py +4 -2
- 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 -2
- 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 +3 -3
- 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 +3 -3
- 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 +2 -2
- 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 +2 -2
- pulumi_oci/database/get_maintenance_runs.py +2 -2
- 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 +152 -48
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12935 -3083
- 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 +7869 -1808
- 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 +12 -2
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +202 -41
- pulumi_oci/integration/outputs.py +447 -100
- 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/__init__.py +3 -0
- pulumi_oci/stackmonitoring/_inputs.py +548 -105
- pulumi_oci/stackmonitoring/config.py +697 -0
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +248 -0
- pulumi_oci/stackmonitoring/get_configs.py +193 -0
- 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 +1085 -177
- 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.0a1695814503.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.0a1695814503.dist-info/RECORD +0 -2312
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ import copy
|
|
6
6
|
import warnings
|
7
7
|
import pulumi
|
8
8
|
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
|
12
12
|
__all__ = [
|
@@ -125,22 +125,45 @@ class ExternalAsmServicedDatabaseArgs:
|
|
125
125
|
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the external database.
|
126
126
|
:param pulumi.Input[bool] is_managed: Indicates whether the database is a Managed Database or not.
|
127
127
|
"""
|
128
|
+
ExternalAsmServicedDatabaseArgs._configure(
|
129
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
130
|
+
compartment_id=compartment_id,
|
131
|
+
database_sub_type=database_sub_type,
|
132
|
+
database_type=database_type,
|
133
|
+
db_unique_name=db_unique_name,
|
134
|
+
disk_groups=disk_groups,
|
135
|
+
display_name=display_name,
|
136
|
+
id=id,
|
137
|
+
is_managed=is_managed,
|
138
|
+
)
|
139
|
+
@staticmethod
|
140
|
+
def _configure(
|
141
|
+
_setter: Callable[[Any, Any], None],
|
142
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
143
|
+
database_sub_type: Optional[pulumi.Input[str]] = None,
|
144
|
+
database_type: Optional[pulumi.Input[str]] = None,
|
145
|
+
db_unique_name: Optional[pulumi.Input[str]] = None,
|
146
|
+
disk_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
147
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
148
|
+
id: Optional[pulumi.Input[str]] = None,
|
149
|
+
is_managed: Optional[pulumi.Input[bool]] = None,
|
150
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
128
151
|
if compartment_id is not None:
|
129
|
-
|
152
|
+
_setter("compartment_id", compartment_id)
|
130
153
|
if database_sub_type is not None:
|
131
|
-
|
154
|
+
_setter("database_sub_type", database_sub_type)
|
132
155
|
if database_type is not None:
|
133
|
-
|
156
|
+
_setter("database_type", database_type)
|
134
157
|
if db_unique_name is not None:
|
135
|
-
|
158
|
+
_setter("db_unique_name", db_unique_name)
|
136
159
|
if disk_groups is not None:
|
137
|
-
|
160
|
+
_setter("disk_groups", disk_groups)
|
138
161
|
if display_name is not None:
|
139
|
-
|
162
|
+
_setter("display_name", display_name)
|
140
163
|
if id is not None:
|
141
|
-
|
164
|
+
_setter("id", id)
|
142
165
|
if is_managed is not None:
|
143
|
-
|
166
|
+
_setter("is_managed", is_managed)
|
144
167
|
|
145
168
|
@property
|
146
169
|
@pulumi.getter(name="compartmentId")
|
@@ -250,12 +273,25 @@ class ExternalClusterNetworkConfigurationArgs:
|
|
250
273
|
:param pulumi.Input[str] network_type: The network type.
|
251
274
|
:param pulumi.Input[str] subnet: The subnet for the network.
|
252
275
|
"""
|
276
|
+
ExternalClusterNetworkConfigurationArgs._configure(
|
277
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
278
|
+
network_number=network_number,
|
279
|
+
network_type=network_type,
|
280
|
+
subnet=subnet,
|
281
|
+
)
|
282
|
+
@staticmethod
|
283
|
+
def _configure(
|
284
|
+
_setter: Callable[[Any, Any], None],
|
285
|
+
network_number: Optional[pulumi.Input[int]] = None,
|
286
|
+
network_type: Optional[pulumi.Input[str]] = None,
|
287
|
+
subnet: Optional[pulumi.Input[str]] = None,
|
288
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
253
289
|
if network_number is not None:
|
254
|
-
|
290
|
+
_setter("network_number", network_number)
|
255
291
|
if network_type is not None:
|
256
|
-
|
292
|
+
_setter("network_type", network_type)
|
257
293
|
if subnet is not None:
|
258
|
-
|
294
|
+
_setter("subnet", subnet)
|
259
295
|
|
260
296
|
@property
|
261
297
|
@pulumi.getter(name="networkNumber")
|
@@ -307,14 +343,29 @@ class ExternalClusterScanConfigurationArgs:
|
|
307
343
|
:param pulumi.Input[int] scan_port: The port number of the SCAN listener.
|
308
344
|
:param pulumi.Input[str] scan_protocol: The protocol of the SCAN listener.
|
309
345
|
"""
|
346
|
+
ExternalClusterScanConfigurationArgs._configure(
|
347
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
348
|
+
network_number=network_number,
|
349
|
+
scan_name=scan_name,
|
350
|
+
scan_port=scan_port,
|
351
|
+
scan_protocol=scan_protocol,
|
352
|
+
)
|
353
|
+
@staticmethod
|
354
|
+
def _configure(
|
355
|
+
_setter: Callable[[Any, Any], None],
|
356
|
+
network_number: Optional[pulumi.Input[int]] = None,
|
357
|
+
scan_name: Optional[pulumi.Input[str]] = None,
|
358
|
+
scan_port: Optional[pulumi.Input[int]] = None,
|
359
|
+
scan_protocol: Optional[pulumi.Input[str]] = None,
|
360
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
310
361
|
if network_number is not None:
|
311
|
-
|
362
|
+
_setter("network_number", network_number)
|
312
363
|
if scan_name is not None:
|
313
|
-
|
364
|
+
_setter("scan_name", scan_name)
|
314
365
|
if scan_port is not None:
|
315
|
-
|
366
|
+
_setter("scan_port", scan_port)
|
316
367
|
if scan_protocol is not None:
|
317
|
-
|
368
|
+
_setter("scan_protocol", scan_protocol)
|
318
369
|
|
319
370
|
@property
|
320
371
|
@pulumi.getter(name="networkNumber")
|
@@ -376,12 +427,25 @@ class ExternalClusterVipConfigurationArgs:
|
|
376
427
|
:param pulumi.Input[int] network_number: The network number from which VIPs are obtained.
|
377
428
|
:param pulumi.Input[str] node_name: The name of the node with the VIP.
|
378
429
|
"""
|
430
|
+
ExternalClusterVipConfigurationArgs._configure(
|
431
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
432
|
+
address=address,
|
433
|
+
network_number=network_number,
|
434
|
+
node_name=node_name,
|
435
|
+
)
|
436
|
+
@staticmethod
|
437
|
+
def _configure(
|
438
|
+
_setter: Callable[[Any, Any], None],
|
439
|
+
address: Optional[pulumi.Input[str]] = None,
|
440
|
+
network_number: Optional[pulumi.Input[int]] = None,
|
441
|
+
node_name: Optional[pulumi.Input[str]] = None,
|
442
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
379
443
|
if address is not None:
|
380
|
-
|
444
|
+
_setter("address", address)
|
381
445
|
if network_number is not None:
|
382
|
-
|
446
|
+
_setter("network_number", network_number)
|
383
447
|
if node_name is not None:
|
384
|
-
|
448
|
+
_setter("node_name", node_name)
|
385
449
|
|
386
450
|
@property
|
387
451
|
@pulumi.getter
|
@@ -431,11 +495,24 @@ class ExternalDbSystemConnectorConnectionInfoArgs:
|
|
431
495
|
:param pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemConnectorConnectionInfoConnectionCredentialArgs']]] connection_credentials: The credentials used to connect to the ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
432
496
|
:param pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemConnectorConnectionInfoConnectionStringArgs']]] connection_strings: The Oracle Database connection string.
|
433
497
|
"""
|
434
|
-
|
498
|
+
ExternalDbSystemConnectorConnectionInfoArgs._configure(
|
499
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
500
|
+
component_type=component_type,
|
501
|
+
connection_credentials=connection_credentials,
|
502
|
+
connection_strings=connection_strings,
|
503
|
+
)
|
504
|
+
@staticmethod
|
505
|
+
def _configure(
|
506
|
+
_setter: Callable[[Any, Any], None],
|
507
|
+
component_type: pulumi.Input[str],
|
508
|
+
connection_credentials: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemConnectorConnectionInfoConnectionCredentialArgs']]]] = None,
|
509
|
+
connection_strings: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemConnectorConnectionInfoConnectionStringArgs']]]] = None,
|
510
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
511
|
+
_setter("component_type", component_type)
|
435
512
|
if connection_credentials is not None:
|
436
|
-
|
513
|
+
_setter("connection_credentials", connection_credentials)
|
437
514
|
if connection_strings is not None:
|
438
|
-
|
515
|
+
_setter("connection_strings", connection_strings)
|
439
516
|
|
440
517
|
@property
|
441
518
|
@pulumi.getter(name="componentType")
|
@@ -491,18 +568,37 @@ class ExternalDbSystemConnectorConnectionInfoConnectionCredentialArgs:
|
|
491
568
|
:param pulumi.Input[str] ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
492
569
|
:param pulumi.Input[str] user_name: The user name used to connect to the ASM instance.
|
493
570
|
"""
|
571
|
+
ExternalDbSystemConnectorConnectionInfoConnectionCredentialArgs._configure(
|
572
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
573
|
+
credential_name=credential_name,
|
574
|
+
credential_type=credential_type,
|
575
|
+
password_secret_id=password_secret_id,
|
576
|
+
role=role,
|
577
|
+
ssl_secret_id=ssl_secret_id,
|
578
|
+
user_name=user_name,
|
579
|
+
)
|
580
|
+
@staticmethod
|
581
|
+
def _configure(
|
582
|
+
_setter: Callable[[Any, Any], None],
|
583
|
+
credential_name: Optional[pulumi.Input[str]] = None,
|
584
|
+
credential_type: Optional[pulumi.Input[str]] = None,
|
585
|
+
password_secret_id: Optional[pulumi.Input[str]] = None,
|
586
|
+
role: Optional[pulumi.Input[str]] = None,
|
587
|
+
ssl_secret_id: Optional[pulumi.Input[str]] = None,
|
588
|
+
user_name: Optional[pulumi.Input[str]] = None,
|
589
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
494
590
|
if credential_name is not None:
|
495
|
-
|
591
|
+
_setter("credential_name", credential_name)
|
496
592
|
if credential_type is not None:
|
497
|
-
|
593
|
+
_setter("credential_type", credential_type)
|
498
594
|
if password_secret_id is not None:
|
499
|
-
|
595
|
+
_setter("password_secret_id", password_secret_id)
|
500
596
|
if role is not None:
|
501
|
-
|
597
|
+
_setter("role", role)
|
502
598
|
if ssl_secret_id is not None:
|
503
|
-
|
599
|
+
_setter("ssl_secret_id", ssl_secret_id)
|
504
600
|
if user_name is not None:
|
505
|
-
|
601
|
+
_setter("user_name", user_name)
|
506
602
|
|
507
603
|
@property
|
508
604
|
@pulumi.getter(name="credentialName")
|
@@ -592,16 +688,33 @@ class ExternalDbSystemConnectorConnectionInfoConnectionStringArgs:
|
|
592
688
|
:param pulumi.Input[str] protocol: The protocol used to connect to the ASM instance.
|
593
689
|
:param pulumi.Input[str] service: The service name of the ASM instance.
|
594
690
|
"""
|
691
|
+
ExternalDbSystemConnectorConnectionInfoConnectionStringArgs._configure(
|
692
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
693
|
+
host_name=host_name,
|
694
|
+
hosts=hosts,
|
695
|
+
port=port,
|
696
|
+
protocol=protocol,
|
697
|
+
service=service,
|
698
|
+
)
|
699
|
+
@staticmethod
|
700
|
+
def _configure(
|
701
|
+
_setter: Callable[[Any, Any], None],
|
702
|
+
host_name: Optional[pulumi.Input[str]] = None,
|
703
|
+
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
704
|
+
port: Optional[pulumi.Input[int]] = None,
|
705
|
+
protocol: Optional[pulumi.Input[str]] = None,
|
706
|
+
service: Optional[pulumi.Input[str]] = None,
|
707
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
595
708
|
if host_name is not None:
|
596
|
-
|
709
|
+
_setter("host_name", host_name)
|
597
710
|
if hosts is not None:
|
598
|
-
|
711
|
+
_setter("hosts", hosts)
|
599
712
|
if port is not None:
|
600
|
-
|
713
|
+
_setter("port", port)
|
601
714
|
if protocol is not None:
|
602
|
-
|
715
|
+
_setter("protocol", protocol)
|
603
716
|
if service is not None:
|
604
|
-
|
717
|
+
_setter("service", service)
|
605
718
|
|
606
719
|
@property
|
607
720
|
@pulumi.getter(name="hostName")
|
@@ -671,7 +784,16 @@ class ExternalDbSystemDatabaseManagementConfigArgs:
|
|
671
784
|
"""
|
672
785
|
:param pulumi.Input[str] license_model: The Oracle license model that applies to the external database.
|
673
786
|
"""
|
674
|
-
|
787
|
+
ExternalDbSystemDatabaseManagementConfigArgs._configure(
|
788
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
789
|
+
license_model=license_model,
|
790
|
+
)
|
791
|
+
@staticmethod
|
792
|
+
def _configure(
|
793
|
+
_setter: Callable[[Any, Any], None],
|
794
|
+
license_model: pulumi.Input[str],
|
795
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
796
|
+
_setter("license_model", license_model)
|
675
797
|
|
676
798
|
@property
|
677
799
|
@pulumi.getter(name="licenseModel")
|
@@ -783,100 +905,201 @@ class ExternalDbSystemDiscoveryDiscoveredComponentArgs:
|
|
783
905
|
:param pulumi.Input[str] version: The version of Oracle Clusterware running in the cluster.
|
784
906
|
:param pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentVipConfigurationArgs']]] vip_configurations: The list of Virtual IP (VIP) configurations of the external cluster.
|
785
907
|
"""
|
908
|
+
ExternalDbSystemDiscoveryDiscoveredComponentArgs._configure(
|
909
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
910
|
+
adr_home_directory=adr_home_directory,
|
911
|
+
asm_instances=asm_instances,
|
912
|
+
associated_components=associated_components,
|
913
|
+
cluster_id=cluster_id,
|
914
|
+
cluster_instances=cluster_instances,
|
915
|
+
compartment_id=compartment_id,
|
916
|
+
component_id=component_id,
|
917
|
+
component_name=component_name,
|
918
|
+
component_type=component_type,
|
919
|
+
connectors=connectors,
|
920
|
+
container_database_id=container_database_id,
|
921
|
+
cpu_core_count=cpu_core_count,
|
922
|
+
crs_base_directory=crs_base_directory,
|
923
|
+
db_edition=db_edition,
|
924
|
+
db_id=db_id,
|
925
|
+
db_node_name=db_node_name,
|
926
|
+
db_packs=db_packs,
|
927
|
+
db_role=db_role,
|
928
|
+
db_type=db_type,
|
929
|
+
db_unique_name=db_unique_name,
|
930
|
+
db_version=db_version,
|
931
|
+
display_name=display_name,
|
932
|
+
endpoints=endpoints,
|
933
|
+
grid_home=grid_home,
|
934
|
+
guid=guid,
|
935
|
+
home_directory=home_directory,
|
936
|
+
host_name=host_name,
|
937
|
+
instance_name=instance_name,
|
938
|
+
is_cluster=is_cluster,
|
939
|
+
is_flex_cluster=is_flex_cluster,
|
940
|
+
is_flex_enabled=is_flex_enabled,
|
941
|
+
is_selected_for_monitoring=is_selected_for_monitoring,
|
942
|
+
listener_alias=listener_alias,
|
943
|
+
listener_type=listener_type,
|
944
|
+
log_directory=log_directory,
|
945
|
+
memory_size_in_gbs=memory_size_in_gbs,
|
946
|
+
network_configurations=network_configurations,
|
947
|
+
node_role=node_role,
|
948
|
+
ocr_file_location=ocr_file_location,
|
949
|
+
oracle_home=oracle_home,
|
950
|
+
pluggable_databases=pluggable_databases,
|
951
|
+
resource_id=resource_id,
|
952
|
+
scan_configurations=scan_configurations,
|
953
|
+
status=status,
|
954
|
+
trace_directory=trace_directory,
|
955
|
+
version=version,
|
956
|
+
vip_configurations=vip_configurations,
|
957
|
+
)
|
958
|
+
@staticmethod
|
959
|
+
def _configure(
|
960
|
+
_setter: Callable[[Any, Any], None],
|
961
|
+
adr_home_directory: Optional[pulumi.Input[str]] = None,
|
962
|
+
asm_instances: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentAsmInstanceArgs']]]] = None,
|
963
|
+
associated_components: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentAssociatedComponentArgs']]]] = None,
|
964
|
+
cluster_id: Optional[pulumi.Input[str]] = None,
|
965
|
+
cluster_instances: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceArgs']]]] = None,
|
966
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
967
|
+
component_id: Optional[pulumi.Input[str]] = None,
|
968
|
+
component_name: Optional[pulumi.Input[str]] = None,
|
969
|
+
component_type: Optional[pulumi.Input[str]] = None,
|
970
|
+
connectors: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentConnectorArgs']]]] = None,
|
971
|
+
container_database_id: Optional[pulumi.Input[str]] = None,
|
972
|
+
cpu_core_count: Optional[pulumi.Input[float]] = None,
|
973
|
+
crs_base_directory: Optional[pulumi.Input[str]] = None,
|
974
|
+
db_edition: Optional[pulumi.Input[str]] = None,
|
975
|
+
db_id: Optional[pulumi.Input[str]] = None,
|
976
|
+
db_node_name: Optional[pulumi.Input[str]] = None,
|
977
|
+
db_packs: Optional[pulumi.Input[str]] = None,
|
978
|
+
db_role: Optional[pulumi.Input[str]] = None,
|
979
|
+
db_type: Optional[pulumi.Input[str]] = None,
|
980
|
+
db_unique_name: Optional[pulumi.Input[str]] = None,
|
981
|
+
db_version: Optional[pulumi.Input[str]] = None,
|
982
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
983
|
+
endpoints: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentEndpointArgs']]]] = None,
|
984
|
+
grid_home: Optional[pulumi.Input[str]] = None,
|
985
|
+
guid: Optional[pulumi.Input[str]] = None,
|
986
|
+
home_directory: Optional[pulumi.Input[str]] = None,
|
987
|
+
host_name: Optional[pulumi.Input[str]] = None,
|
988
|
+
instance_name: Optional[pulumi.Input[str]] = None,
|
989
|
+
is_cluster: Optional[pulumi.Input[bool]] = None,
|
990
|
+
is_flex_cluster: Optional[pulumi.Input[bool]] = None,
|
991
|
+
is_flex_enabled: Optional[pulumi.Input[bool]] = None,
|
992
|
+
is_selected_for_monitoring: Optional[pulumi.Input[bool]] = None,
|
993
|
+
listener_alias: Optional[pulumi.Input[str]] = None,
|
994
|
+
listener_type: Optional[pulumi.Input[str]] = None,
|
995
|
+
log_directory: Optional[pulumi.Input[str]] = None,
|
996
|
+
memory_size_in_gbs: Optional[pulumi.Input[float]] = None,
|
997
|
+
network_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentNetworkConfigurationArgs']]]] = None,
|
998
|
+
node_role: Optional[pulumi.Input[str]] = None,
|
999
|
+
ocr_file_location: Optional[pulumi.Input[str]] = None,
|
1000
|
+
oracle_home: Optional[pulumi.Input[str]] = None,
|
1001
|
+
pluggable_databases: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseArgs']]]] = None,
|
1002
|
+
resource_id: Optional[pulumi.Input[str]] = None,
|
1003
|
+
scan_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentScanConfigurationArgs']]]] = None,
|
1004
|
+
status: Optional[pulumi.Input[str]] = None,
|
1005
|
+
trace_directory: Optional[pulumi.Input[str]] = None,
|
1006
|
+
version: Optional[pulumi.Input[str]] = None,
|
1007
|
+
vip_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentVipConfigurationArgs']]]] = None,
|
1008
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
786
1009
|
if adr_home_directory is not None:
|
787
|
-
|
1010
|
+
_setter("adr_home_directory", adr_home_directory)
|
788
1011
|
if asm_instances is not None:
|
789
|
-
|
1012
|
+
_setter("asm_instances", asm_instances)
|
790
1013
|
if associated_components is not None:
|
791
|
-
|
1014
|
+
_setter("associated_components", associated_components)
|
792
1015
|
if cluster_id is not None:
|
793
|
-
|
1016
|
+
_setter("cluster_id", cluster_id)
|
794
1017
|
if cluster_instances is not None:
|
795
|
-
|
1018
|
+
_setter("cluster_instances", cluster_instances)
|
796
1019
|
if compartment_id is not None:
|
797
|
-
|
1020
|
+
_setter("compartment_id", compartment_id)
|
798
1021
|
if component_id is not None:
|
799
|
-
|
1022
|
+
_setter("component_id", component_id)
|
800
1023
|
if component_name is not None:
|
801
|
-
|
1024
|
+
_setter("component_name", component_name)
|
802
1025
|
if component_type is not None:
|
803
|
-
|
1026
|
+
_setter("component_type", component_type)
|
804
1027
|
if connectors is not None:
|
805
|
-
|
1028
|
+
_setter("connectors", connectors)
|
806
1029
|
if container_database_id is not None:
|
807
|
-
|
1030
|
+
_setter("container_database_id", container_database_id)
|
808
1031
|
if cpu_core_count is not None:
|
809
|
-
|
1032
|
+
_setter("cpu_core_count", cpu_core_count)
|
810
1033
|
if crs_base_directory is not None:
|
811
|
-
|
1034
|
+
_setter("crs_base_directory", crs_base_directory)
|
812
1035
|
if db_edition is not None:
|
813
|
-
|
1036
|
+
_setter("db_edition", db_edition)
|
814
1037
|
if db_id is not None:
|
815
|
-
|
1038
|
+
_setter("db_id", db_id)
|
816
1039
|
if db_node_name is not None:
|
817
|
-
|
1040
|
+
_setter("db_node_name", db_node_name)
|
818
1041
|
if db_packs is not None:
|
819
|
-
|
1042
|
+
_setter("db_packs", db_packs)
|
820
1043
|
if db_role is not None:
|
821
|
-
|
1044
|
+
_setter("db_role", db_role)
|
822
1045
|
if db_type is not None:
|
823
|
-
|
1046
|
+
_setter("db_type", db_type)
|
824
1047
|
if db_unique_name is not None:
|
825
|
-
|
1048
|
+
_setter("db_unique_name", db_unique_name)
|
826
1049
|
if db_version is not None:
|
827
|
-
|
1050
|
+
_setter("db_version", db_version)
|
828
1051
|
if display_name is not None:
|
829
|
-
|
1052
|
+
_setter("display_name", display_name)
|
830
1053
|
if endpoints is not None:
|
831
|
-
|
1054
|
+
_setter("endpoints", endpoints)
|
832
1055
|
if grid_home is not None:
|
833
|
-
|
1056
|
+
_setter("grid_home", grid_home)
|
834
1057
|
if guid is not None:
|
835
|
-
|
1058
|
+
_setter("guid", guid)
|
836
1059
|
if home_directory is not None:
|
837
|
-
|
1060
|
+
_setter("home_directory", home_directory)
|
838
1061
|
if host_name is not None:
|
839
|
-
|
1062
|
+
_setter("host_name", host_name)
|
840
1063
|
if instance_name is not None:
|
841
|
-
|
1064
|
+
_setter("instance_name", instance_name)
|
842
1065
|
if is_cluster is not None:
|
843
|
-
|
1066
|
+
_setter("is_cluster", is_cluster)
|
844
1067
|
if is_flex_cluster is not None:
|
845
|
-
|
1068
|
+
_setter("is_flex_cluster", is_flex_cluster)
|
846
1069
|
if is_flex_enabled is not None:
|
847
|
-
|
1070
|
+
_setter("is_flex_enabled", is_flex_enabled)
|
848
1071
|
if is_selected_for_monitoring is not None:
|
849
|
-
|
1072
|
+
_setter("is_selected_for_monitoring", is_selected_for_monitoring)
|
850
1073
|
if listener_alias is not None:
|
851
|
-
|
1074
|
+
_setter("listener_alias", listener_alias)
|
852
1075
|
if listener_type is not None:
|
853
|
-
|
1076
|
+
_setter("listener_type", listener_type)
|
854
1077
|
if log_directory is not None:
|
855
|
-
|
1078
|
+
_setter("log_directory", log_directory)
|
856
1079
|
if memory_size_in_gbs is not None:
|
857
|
-
|
1080
|
+
_setter("memory_size_in_gbs", memory_size_in_gbs)
|
858
1081
|
if network_configurations is not None:
|
859
|
-
|
1082
|
+
_setter("network_configurations", network_configurations)
|
860
1083
|
if node_role is not None:
|
861
|
-
|
1084
|
+
_setter("node_role", node_role)
|
862
1085
|
if ocr_file_location is not None:
|
863
|
-
|
1086
|
+
_setter("ocr_file_location", ocr_file_location)
|
864
1087
|
if oracle_home is not None:
|
865
|
-
|
1088
|
+
_setter("oracle_home", oracle_home)
|
866
1089
|
if pluggable_databases is not None:
|
867
|
-
|
1090
|
+
_setter("pluggable_databases", pluggable_databases)
|
868
1091
|
if resource_id is not None:
|
869
|
-
|
1092
|
+
_setter("resource_id", resource_id)
|
870
1093
|
if scan_configurations is not None:
|
871
|
-
|
1094
|
+
_setter("scan_configurations", scan_configurations)
|
872
1095
|
if status is not None:
|
873
|
-
|
1096
|
+
_setter("status", status)
|
874
1097
|
if trace_directory is not None:
|
875
|
-
|
1098
|
+
_setter("trace_directory", trace_directory)
|
876
1099
|
if version is not None:
|
877
|
-
|
1100
|
+
_setter("version", version)
|
878
1101
|
if vip_configurations is not None:
|
879
|
-
|
1102
|
+
_setter("vip_configurations", vip_configurations)
|
880
1103
|
|
881
1104
|
@property
|
882
1105
|
@pulumi.getter(name="adrHomeDirectory")
|
@@ -1448,12 +1671,25 @@ class ExternalDbSystemDiscoveryDiscoveredComponentAsmInstanceArgs:
|
|
1448
1671
|
:param pulumi.Input[str] host_name: The host name of the database or the SCAN name in case of a RAC database.
|
1449
1672
|
:param pulumi.Input[str] instance_name: The name of the ASM instance.
|
1450
1673
|
"""
|
1674
|
+
ExternalDbSystemDiscoveryDiscoveredComponentAsmInstanceArgs._configure(
|
1675
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1676
|
+
adr_home_directory=adr_home_directory,
|
1677
|
+
host_name=host_name,
|
1678
|
+
instance_name=instance_name,
|
1679
|
+
)
|
1680
|
+
@staticmethod
|
1681
|
+
def _configure(
|
1682
|
+
_setter: Callable[[Any, Any], None],
|
1683
|
+
adr_home_directory: Optional[pulumi.Input[str]] = None,
|
1684
|
+
host_name: Optional[pulumi.Input[str]] = None,
|
1685
|
+
instance_name: Optional[pulumi.Input[str]] = None,
|
1686
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1451
1687
|
if adr_home_directory is not None:
|
1452
|
-
|
1688
|
+
_setter("adr_home_directory", adr_home_directory)
|
1453
1689
|
if host_name is not None:
|
1454
|
-
|
1690
|
+
_setter("host_name", host_name)
|
1455
1691
|
if instance_name is not None:
|
1456
|
-
|
1692
|
+
_setter("instance_name", instance_name)
|
1457
1693
|
|
1458
1694
|
@property
|
1459
1695
|
@pulumi.getter(name="adrHomeDirectory")
|
@@ -1503,12 +1739,25 @@ class ExternalDbSystemDiscoveryDiscoveredComponentAssociatedComponentArgs:
|
|
1503
1739
|
:param pulumi.Input[str] component_id: The identifier of the discovered DB system component.
|
1504
1740
|
:param pulumi.Input[str] component_type: The component type.
|
1505
1741
|
"""
|
1742
|
+
ExternalDbSystemDiscoveryDiscoveredComponentAssociatedComponentArgs._configure(
|
1743
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1744
|
+
association_type=association_type,
|
1745
|
+
component_id=component_id,
|
1746
|
+
component_type=component_type,
|
1747
|
+
)
|
1748
|
+
@staticmethod
|
1749
|
+
def _configure(
|
1750
|
+
_setter: Callable[[Any, Any], None],
|
1751
|
+
association_type: Optional[pulumi.Input[str]] = None,
|
1752
|
+
component_id: Optional[pulumi.Input[str]] = None,
|
1753
|
+
component_type: Optional[pulumi.Input[str]] = None,
|
1754
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1506
1755
|
if association_type is not None:
|
1507
|
-
|
1756
|
+
_setter("association_type", association_type)
|
1508
1757
|
if component_id is not None:
|
1509
|
-
|
1758
|
+
_setter("component_id", component_id)
|
1510
1759
|
if component_type is not None:
|
1511
|
-
|
1760
|
+
_setter("component_type", component_type)
|
1512
1761
|
|
1513
1762
|
@property
|
1514
1763
|
@pulumi.getter(name="associationType")
|
@@ -1564,18 +1813,37 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceArgs:
|
|
1564
1813
|
:param pulumi.Input[str] host_name: The host name of the database or the SCAN name in case of a RAC database.
|
1565
1814
|
:param pulumi.Input[str] node_role: The role of the cluster node.
|
1566
1815
|
"""
|
1816
|
+
ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceArgs._configure(
|
1817
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1818
|
+
adr_home_directory=adr_home_directory,
|
1819
|
+
cluster_id=cluster_id,
|
1820
|
+
connectors=connectors,
|
1821
|
+
crs_base_directory=crs_base_directory,
|
1822
|
+
host_name=host_name,
|
1823
|
+
node_role=node_role,
|
1824
|
+
)
|
1825
|
+
@staticmethod
|
1826
|
+
def _configure(
|
1827
|
+
_setter: Callable[[Any, Any], None],
|
1828
|
+
adr_home_directory: Optional[pulumi.Input[str]] = None,
|
1829
|
+
cluster_id: Optional[pulumi.Input[str]] = None,
|
1830
|
+
connectors: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorArgs']]]] = None,
|
1831
|
+
crs_base_directory: Optional[pulumi.Input[str]] = None,
|
1832
|
+
host_name: Optional[pulumi.Input[str]] = None,
|
1833
|
+
node_role: Optional[pulumi.Input[str]] = None,
|
1834
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1567
1835
|
if adr_home_directory is not None:
|
1568
|
-
|
1836
|
+
_setter("adr_home_directory", adr_home_directory)
|
1569
1837
|
if cluster_id is not None:
|
1570
|
-
|
1838
|
+
_setter("cluster_id", cluster_id)
|
1571
1839
|
if connectors is not None:
|
1572
|
-
|
1840
|
+
_setter("connectors", connectors)
|
1573
1841
|
if crs_base_directory is not None:
|
1574
|
-
|
1842
|
+
_setter("crs_base_directory", crs_base_directory)
|
1575
1843
|
if host_name is not None:
|
1576
|
-
|
1844
|
+
_setter("host_name", host_name)
|
1577
1845
|
if node_role is not None:
|
1578
|
-
|
1846
|
+
_setter("node_role", node_role)
|
1579
1847
|
|
1580
1848
|
@property
|
1581
1849
|
@pulumi.getter(name="adrHomeDirectory")
|
@@ -1669,20 +1937,41 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorArgs:
|
|
1669
1937
|
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
|
1670
1938
|
:param pulumi.Input[str] time_connection_status_last_updated: The date and time the connectionStatus of the external DB system connector was last updated.
|
1671
1939
|
"""
|
1940
|
+
ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorArgs._configure(
|
1941
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1942
|
+
agent_id=agent_id,
|
1943
|
+
connection_failure_message=connection_failure_message,
|
1944
|
+
connection_infos=connection_infos,
|
1945
|
+
connection_status=connection_status,
|
1946
|
+
connector_type=connector_type,
|
1947
|
+
display_name=display_name,
|
1948
|
+
time_connection_status_last_updated=time_connection_status_last_updated,
|
1949
|
+
)
|
1950
|
+
@staticmethod
|
1951
|
+
def _configure(
|
1952
|
+
_setter: Callable[[Any, Any], None],
|
1953
|
+
agent_id: Optional[pulumi.Input[str]] = None,
|
1954
|
+
connection_failure_message: Optional[pulumi.Input[str]] = None,
|
1955
|
+
connection_infos: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoArgs']]]] = None,
|
1956
|
+
connection_status: Optional[pulumi.Input[str]] = None,
|
1957
|
+
connector_type: Optional[pulumi.Input[str]] = None,
|
1958
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
1959
|
+
time_connection_status_last_updated: Optional[pulumi.Input[str]] = None,
|
1960
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1672
1961
|
if agent_id is not None:
|
1673
|
-
|
1962
|
+
_setter("agent_id", agent_id)
|
1674
1963
|
if connection_failure_message is not None:
|
1675
|
-
|
1964
|
+
_setter("connection_failure_message", connection_failure_message)
|
1676
1965
|
if connection_infos is not None:
|
1677
|
-
|
1966
|
+
_setter("connection_infos", connection_infos)
|
1678
1967
|
if connection_status is not None:
|
1679
|
-
|
1968
|
+
_setter("connection_status", connection_status)
|
1680
1969
|
if connector_type is not None:
|
1681
|
-
|
1970
|
+
_setter("connector_type", connector_type)
|
1682
1971
|
if display_name is not None:
|
1683
|
-
|
1972
|
+
_setter("display_name", display_name)
|
1684
1973
|
if time_connection_status_last_updated is not None:
|
1685
|
-
|
1974
|
+
_setter("time_connection_status_last_updated", time_connection_status_last_updated)
|
1686
1975
|
|
1687
1976
|
@property
|
1688
1977
|
@pulumi.getter(name="agentId")
|
@@ -1780,12 +2069,25 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnec
|
|
1780
2069
|
:param pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredentialArgs']]] connection_credentials: The credentials used to connect to the ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
1781
2070
|
:param pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionStringArgs']]] connection_strings: The Oracle Database connection string.
|
1782
2071
|
"""
|
2072
|
+
ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoArgs._configure(
|
2073
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2074
|
+
component_type=component_type,
|
2075
|
+
connection_credentials=connection_credentials,
|
2076
|
+
connection_strings=connection_strings,
|
2077
|
+
)
|
2078
|
+
@staticmethod
|
2079
|
+
def _configure(
|
2080
|
+
_setter: Callable[[Any, Any], None],
|
2081
|
+
component_type: Optional[pulumi.Input[str]] = None,
|
2082
|
+
connection_credentials: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredentialArgs']]]] = None,
|
2083
|
+
connection_strings: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionStringArgs']]]] = None,
|
2084
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1783
2085
|
if component_type is not None:
|
1784
|
-
|
2086
|
+
_setter("component_type", component_type)
|
1785
2087
|
if connection_credentials is not None:
|
1786
|
-
|
2088
|
+
_setter("connection_credentials", connection_credentials)
|
1787
2089
|
if connection_strings is not None:
|
1788
|
-
|
2090
|
+
_setter("connection_strings", connection_strings)
|
1789
2091
|
|
1790
2092
|
@property
|
1791
2093
|
@pulumi.getter(name="componentType")
|
@@ -1841,18 +2143,37 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnec
|
|
1841
2143
|
:param pulumi.Input[str] ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
1842
2144
|
:param pulumi.Input[str] user_name: The user name used to connect to the ASM instance.
|
1843
2145
|
"""
|
2146
|
+
ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredentialArgs._configure(
|
2147
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2148
|
+
credential_name=credential_name,
|
2149
|
+
credential_type=credential_type,
|
2150
|
+
password_secret_id=password_secret_id,
|
2151
|
+
role=role,
|
2152
|
+
ssl_secret_id=ssl_secret_id,
|
2153
|
+
user_name=user_name,
|
2154
|
+
)
|
2155
|
+
@staticmethod
|
2156
|
+
def _configure(
|
2157
|
+
_setter: Callable[[Any, Any], None],
|
2158
|
+
credential_name: Optional[pulumi.Input[str]] = None,
|
2159
|
+
credential_type: Optional[pulumi.Input[str]] = None,
|
2160
|
+
password_secret_id: Optional[pulumi.Input[str]] = None,
|
2161
|
+
role: Optional[pulumi.Input[str]] = None,
|
2162
|
+
ssl_secret_id: Optional[pulumi.Input[str]] = None,
|
2163
|
+
user_name: Optional[pulumi.Input[str]] = None,
|
2164
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1844
2165
|
if credential_name is not None:
|
1845
|
-
|
2166
|
+
_setter("credential_name", credential_name)
|
1846
2167
|
if credential_type is not None:
|
1847
|
-
|
2168
|
+
_setter("credential_type", credential_type)
|
1848
2169
|
if password_secret_id is not None:
|
1849
|
-
|
2170
|
+
_setter("password_secret_id", password_secret_id)
|
1850
2171
|
if role is not None:
|
1851
|
-
|
2172
|
+
_setter("role", role)
|
1852
2173
|
if ssl_secret_id is not None:
|
1853
|
-
|
2174
|
+
_setter("ssl_secret_id", ssl_secret_id)
|
1854
2175
|
if user_name is not None:
|
1855
|
-
|
2176
|
+
_setter("user_name", user_name)
|
1856
2177
|
|
1857
2178
|
@property
|
1858
2179
|
@pulumi.getter(name="credentialName")
|
@@ -1942,16 +2263,33 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnec
|
|
1942
2263
|
:param pulumi.Input[str] protocol: The protocol used to connect to the ASM instance.
|
1943
2264
|
:param pulumi.Input[str] service: The service name of the ASM instance.
|
1944
2265
|
"""
|
2266
|
+
ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionStringArgs._configure(
|
2267
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2268
|
+
host_name=host_name,
|
2269
|
+
hosts=hosts,
|
2270
|
+
port=port,
|
2271
|
+
protocol=protocol,
|
2272
|
+
service=service,
|
2273
|
+
)
|
2274
|
+
@staticmethod
|
2275
|
+
def _configure(
|
2276
|
+
_setter: Callable[[Any, Any], None],
|
2277
|
+
host_name: Optional[pulumi.Input[str]] = None,
|
2278
|
+
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2279
|
+
port: Optional[pulumi.Input[int]] = None,
|
2280
|
+
protocol: Optional[pulumi.Input[str]] = None,
|
2281
|
+
service: Optional[pulumi.Input[str]] = None,
|
2282
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1945
2283
|
if host_name is not None:
|
1946
|
-
|
2284
|
+
_setter("host_name", host_name)
|
1947
2285
|
if hosts is not None:
|
1948
|
-
|
2286
|
+
_setter("hosts", hosts)
|
1949
2287
|
if port is not None:
|
1950
|
-
|
2288
|
+
_setter("port", port)
|
1951
2289
|
if protocol is not None:
|
1952
|
-
|
2290
|
+
_setter("protocol", protocol)
|
1953
2291
|
if service is not None:
|
1954
|
-
|
2292
|
+
_setter("service", service)
|
1955
2293
|
|
1956
2294
|
@property
|
1957
2295
|
@pulumi.getter(name="hostName")
|
@@ -2033,20 +2371,41 @@ class ExternalDbSystemDiscoveryDiscoveredComponentConnectorArgs:
|
|
2033
2371
|
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
|
2034
2372
|
:param pulumi.Input[str] time_connection_status_last_updated: The date and time the connectionStatus of the external DB system connector was last updated.
|
2035
2373
|
"""
|
2374
|
+
ExternalDbSystemDiscoveryDiscoveredComponentConnectorArgs._configure(
|
2375
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2376
|
+
agent_id=agent_id,
|
2377
|
+
connection_failure_message=connection_failure_message,
|
2378
|
+
connection_infos=connection_infos,
|
2379
|
+
connection_status=connection_status,
|
2380
|
+
connector_type=connector_type,
|
2381
|
+
display_name=display_name,
|
2382
|
+
time_connection_status_last_updated=time_connection_status_last_updated,
|
2383
|
+
)
|
2384
|
+
@staticmethod
|
2385
|
+
def _configure(
|
2386
|
+
_setter: Callable[[Any, Any], None],
|
2387
|
+
agent_id: Optional[pulumi.Input[str]] = None,
|
2388
|
+
connection_failure_message: Optional[pulumi.Input[str]] = None,
|
2389
|
+
connection_infos: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoArgs']]]] = None,
|
2390
|
+
connection_status: Optional[pulumi.Input[str]] = None,
|
2391
|
+
connector_type: Optional[pulumi.Input[str]] = None,
|
2392
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
2393
|
+
time_connection_status_last_updated: Optional[pulumi.Input[str]] = None,
|
2394
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2036
2395
|
if agent_id is not None:
|
2037
|
-
|
2396
|
+
_setter("agent_id", agent_id)
|
2038
2397
|
if connection_failure_message is not None:
|
2039
|
-
|
2398
|
+
_setter("connection_failure_message", connection_failure_message)
|
2040
2399
|
if connection_infos is not None:
|
2041
|
-
|
2400
|
+
_setter("connection_infos", connection_infos)
|
2042
2401
|
if connection_status is not None:
|
2043
|
-
|
2402
|
+
_setter("connection_status", connection_status)
|
2044
2403
|
if connector_type is not None:
|
2045
|
-
|
2404
|
+
_setter("connector_type", connector_type)
|
2046
2405
|
if display_name is not None:
|
2047
|
-
|
2406
|
+
_setter("display_name", display_name)
|
2048
2407
|
if time_connection_status_last_updated is not None:
|
2049
|
-
|
2408
|
+
_setter("time_connection_status_last_updated", time_connection_status_last_updated)
|
2050
2409
|
|
2051
2410
|
@property
|
2052
2411
|
@pulumi.getter(name="agentId")
|
@@ -2144,12 +2503,25 @@ class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoArgs:
|
|
2144
2503
|
:param pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredentialArgs']]] connection_credentials: The credentials used to connect to the ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
2145
2504
|
:param pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionStringArgs']]] connection_strings: The Oracle Database connection string.
|
2146
2505
|
"""
|
2506
|
+
ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoArgs._configure(
|
2507
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2508
|
+
component_type=component_type,
|
2509
|
+
connection_credentials=connection_credentials,
|
2510
|
+
connection_strings=connection_strings,
|
2511
|
+
)
|
2512
|
+
@staticmethod
|
2513
|
+
def _configure(
|
2514
|
+
_setter: Callable[[Any, Any], None],
|
2515
|
+
component_type: Optional[pulumi.Input[str]] = None,
|
2516
|
+
connection_credentials: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredentialArgs']]]] = None,
|
2517
|
+
connection_strings: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionStringArgs']]]] = None,
|
2518
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2147
2519
|
if component_type is not None:
|
2148
|
-
|
2520
|
+
_setter("component_type", component_type)
|
2149
2521
|
if connection_credentials is not None:
|
2150
|
-
|
2522
|
+
_setter("connection_credentials", connection_credentials)
|
2151
2523
|
if connection_strings is not None:
|
2152
|
-
|
2524
|
+
_setter("connection_strings", connection_strings)
|
2153
2525
|
|
2154
2526
|
@property
|
2155
2527
|
@pulumi.getter(name="componentType")
|
@@ -2205,18 +2577,37 @@ class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnect
|
|
2205
2577
|
:param pulumi.Input[str] ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
2206
2578
|
:param pulumi.Input[str] user_name: The user name used to connect to the ASM instance.
|
2207
2579
|
"""
|
2580
|
+
ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredentialArgs._configure(
|
2581
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2582
|
+
credential_name=credential_name,
|
2583
|
+
credential_type=credential_type,
|
2584
|
+
password_secret_id=password_secret_id,
|
2585
|
+
role=role,
|
2586
|
+
ssl_secret_id=ssl_secret_id,
|
2587
|
+
user_name=user_name,
|
2588
|
+
)
|
2589
|
+
@staticmethod
|
2590
|
+
def _configure(
|
2591
|
+
_setter: Callable[[Any, Any], None],
|
2592
|
+
credential_name: Optional[pulumi.Input[str]] = None,
|
2593
|
+
credential_type: Optional[pulumi.Input[str]] = None,
|
2594
|
+
password_secret_id: Optional[pulumi.Input[str]] = None,
|
2595
|
+
role: Optional[pulumi.Input[str]] = None,
|
2596
|
+
ssl_secret_id: Optional[pulumi.Input[str]] = None,
|
2597
|
+
user_name: Optional[pulumi.Input[str]] = None,
|
2598
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2208
2599
|
if credential_name is not None:
|
2209
|
-
|
2600
|
+
_setter("credential_name", credential_name)
|
2210
2601
|
if credential_type is not None:
|
2211
|
-
|
2602
|
+
_setter("credential_type", credential_type)
|
2212
2603
|
if password_secret_id is not None:
|
2213
|
-
|
2604
|
+
_setter("password_secret_id", password_secret_id)
|
2214
2605
|
if role is not None:
|
2215
|
-
|
2606
|
+
_setter("role", role)
|
2216
2607
|
if ssl_secret_id is not None:
|
2217
|
-
|
2608
|
+
_setter("ssl_secret_id", ssl_secret_id)
|
2218
2609
|
if user_name is not None:
|
2219
|
-
|
2610
|
+
_setter("user_name", user_name)
|
2220
2611
|
|
2221
2612
|
@property
|
2222
2613
|
@pulumi.getter(name="credentialName")
|
@@ -2306,16 +2697,33 @@ class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnect
|
|
2306
2697
|
:param pulumi.Input[str] protocol: The protocol used to connect to the ASM instance.
|
2307
2698
|
:param pulumi.Input[str] service: The service name of the ASM instance.
|
2308
2699
|
"""
|
2700
|
+
ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionStringArgs._configure(
|
2701
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2702
|
+
host_name=host_name,
|
2703
|
+
hosts=hosts,
|
2704
|
+
port=port,
|
2705
|
+
protocol=protocol,
|
2706
|
+
service=service,
|
2707
|
+
)
|
2708
|
+
@staticmethod
|
2709
|
+
def _configure(
|
2710
|
+
_setter: Callable[[Any, Any], None],
|
2711
|
+
host_name: Optional[pulumi.Input[str]] = None,
|
2712
|
+
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2713
|
+
port: Optional[pulumi.Input[int]] = None,
|
2714
|
+
protocol: Optional[pulumi.Input[str]] = None,
|
2715
|
+
service: Optional[pulumi.Input[str]] = None,
|
2716
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2309
2717
|
if host_name is not None:
|
2310
|
-
|
2718
|
+
_setter("host_name", host_name)
|
2311
2719
|
if hosts is not None:
|
2312
|
-
|
2720
|
+
_setter("hosts", hosts)
|
2313
2721
|
if port is not None:
|
2314
|
-
|
2722
|
+
_setter("port", port)
|
2315
2723
|
if protocol is not None:
|
2316
|
-
|
2724
|
+
_setter("protocol", protocol)
|
2317
2725
|
if service is not None:
|
2318
|
-
|
2726
|
+
_setter("service", service)
|
2319
2727
|
|
2320
2728
|
@property
|
2321
2729
|
@pulumi.getter(name="hostName")
|
@@ -2393,16 +2801,33 @@ class ExternalDbSystemDiscoveryDiscoveredComponentEndpointArgs:
|
|
2393
2801
|
:param pulumi.Input[str] protocol: The protocol used to connect to the ASM instance.
|
2394
2802
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] services: The list of services registered with the listener.
|
2395
2803
|
"""
|
2804
|
+
ExternalDbSystemDiscoveryDiscoveredComponentEndpointArgs._configure(
|
2805
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2806
|
+
host=host,
|
2807
|
+
key=key,
|
2808
|
+
port=port,
|
2809
|
+
protocol=protocol,
|
2810
|
+
services=services,
|
2811
|
+
)
|
2812
|
+
@staticmethod
|
2813
|
+
def _configure(
|
2814
|
+
_setter: Callable[[Any, Any], None],
|
2815
|
+
host: Optional[pulumi.Input[str]] = None,
|
2816
|
+
key: Optional[pulumi.Input[str]] = None,
|
2817
|
+
port: Optional[pulumi.Input[int]] = None,
|
2818
|
+
protocol: Optional[pulumi.Input[str]] = None,
|
2819
|
+
services: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2820
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2396
2821
|
if host is not None:
|
2397
|
-
|
2822
|
+
_setter("host", host)
|
2398
2823
|
if key is not None:
|
2399
|
-
|
2824
|
+
_setter("key", key)
|
2400
2825
|
if port is not None:
|
2401
|
-
|
2826
|
+
_setter("port", port)
|
2402
2827
|
if protocol is not None:
|
2403
|
-
|
2828
|
+
_setter("protocol", protocol)
|
2404
2829
|
if services is not None:
|
2405
|
-
|
2830
|
+
_setter("services", services)
|
2406
2831
|
|
2407
2832
|
@property
|
2408
2833
|
@pulumi.getter
|
@@ -2476,12 +2901,25 @@ class ExternalDbSystemDiscoveryDiscoveredComponentNetworkConfigurationArgs:
|
|
2476
2901
|
:param pulumi.Input[str] network_type: The network type.
|
2477
2902
|
:param pulumi.Input[str] subnet: The subnet for the network.
|
2478
2903
|
"""
|
2904
|
+
ExternalDbSystemDiscoveryDiscoveredComponentNetworkConfigurationArgs._configure(
|
2905
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2906
|
+
network_number=network_number,
|
2907
|
+
network_type=network_type,
|
2908
|
+
subnet=subnet,
|
2909
|
+
)
|
2910
|
+
@staticmethod
|
2911
|
+
def _configure(
|
2912
|
+
_setter: Callable[[Any, Any], None],
|
2913
|
+
network_number: Optional[pulumi.Input[int]] = None,
|
2914
|
+
network_type: Optional[pulumi.Input[str]] = None,
|
2915
|
+
subnet: Optional[pulumi.Input[str]] = None,
|
2916
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2479
2917
|
if network_number is not None:
|
2480
|
-
|
2918
|
+
_setter("network_number", network_number)
|
2481
2919
|
if network_type is not None:
|
2482
|
-
|
2920
|
+
_setter("network_type", network_type)
|
2483
2921
|
if subnet is not None:
|
2484
|
-
|
2922
|
+
_setter("subnet", subnet)
|
2485
2923
|
|
2486
2924
|
@property
|
2487
2925
|
@pulumi.getter(name="networkNumber")
|
@@ -2533,14 +2971,29 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseArgs:
|
|
2533
2971
|
:param pulumi.Input[str] container_database_id: The unique identifier of the parent Container Database (CDB).
|
2534
2972
|
:param pulumi.Input[str] guid: The unique identifier of the PDB.
|
2535
2973
|
"""
|
2974
|
+
ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseArgs._configure(
|
2975
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2976
|
+
compartment_id=compartment_id,
|
2977
|
+
connectors=connectors,
|
2978
|
+
container_database_id=container_database_id,
|
2979
|
+
guid=guid,
|
2980
|
+
)
|
2981
|
+
@staticmethod
|
2982
|
+
def _configure(
|
2983
|
+
_setter: Callable[[Any, Any], None],
|
2984
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
2985
|
+
connectors: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorArgs']]]] = None,
|
2986
|
+
container_database_id: Optional[pulumi.Input[str]] = None,
|
2987
|
+
guid: Optional[pulumi.Input[str]] = None,
|
2988
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2536
2989
|
if compartment_id is not None:
|
2537
|
-
|
2990
|
+
_setter("compartment_id", compartment_id)
|
2538
2991
|
if connectors is not None:
|
2539
|
-
|
2992
|
+
_setter("connectors", connectors)
|
2540
2993
|
if container_database_id is not None:
|
2541
|
-
|
2994
|
+
_setter("container_database_id", container_database_id)
|
2542
2995
|
if guid is not None:
|
2543
|
-
|
2996
|
+
_setter("guid", guid)
|
2544
2997
|
|
2545
2998
|
@property
|
2546
2999
|
@pulumi.getter(name="compartmentId")
|
@@ -2610,20 +3063,41 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorArgs
|
|
2610
3063
|
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
|
2611
3064
|
:param pulumi.Input[str] time_connection_status_last_updated: The date and time the connectionStatus of the external DB system connector was last updated.
|
2612
3065
|
"""
|
3066
|
+
ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorArgs._configure(
|
3067
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3068
|
+
agent_id=agent_id,
|
3069
|
+
connection_failure_message=connection_failure_message,
|
3070
|
+
connection_infos=connection_infos,
|
3071
|
+
connection_status=connection_status,
|
3072
|
+
connector_type=connector_type,
|
3073
|
+
display_name=display_name,
|
3074
|
+
time_connection_status_last_updated=time_connection_status_last_updated,
|
3075
|
+
)
|
3076
|
+
@staticmethod
|
3077
|
+
def _configure(
|
3078
|
+
_setter: Callable[[Any, Any], None],
|
3079
|
+
agent_id: Optional[pulumi.Input[str]] = None,
|
3080
|
+
connection_failure_message: Optional[pulumi.Input[str]] = None,
|
3081
|
+
connection_infos: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoArgs']]]] = None,
|
3082
|
+
connection_status: Optional[pulumi.Input[str]] = None,
|
3083
|
+
connector_type: Optional[pulumi.Input[str]] = None,
|
3084
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
3085
|
+
time_connection_status_last_updated: Optional[pulumi.Input[str]] = None,
|
3086
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2613
3087
|
if agent_id is not None:
|
2614
|
-
|
3088
|
+
_setter("agent_id", agent_id)
|
2615
3089
|
if connection_failure_message is not None:
|
2616
|
-
|
3090
|
+
_setter("connection_failure_message", connection_failure_message)
|
2617
3091
|
if connection_infos is not None:
|
2618
|
-
|
3092
|
+
_setter("connection_infos", connection_infos)
|
2619
3093
|
if connection_status is not None:
|
2620
|
-
|
3094
|
+
_setter("connection_status", connection_status)
|
2621
3095
|
if connector_type is not None:
|
2622
|
-
|
3096
|
+
_setter("connector_type", connector_type)
|
2623
3097
|
if display_name is not None:
|
2624
|
-
|
3098
|
+
_setter("display_name", display_name)
|
2625
3099
|
if time_connection_status_last_updated is not None:
|
2626
|
-
|
3100
|
+
_setter("time_connection_status_last_updated", time_connection_status_last_updated)
|
2627
3101
|
|
2628
3102
|
@property
|
2629
3103
|
@pulumi.getter(name="agentId")
|
@@ -2721,12 +3195,25 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConn
|
|
2721
3195
|
:param pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredentialArgs']]] connection_credentials: The credentials used to connect to the ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
2722
3196
|
:param pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionStringArgs']]] connection_strings: The Oracle Database connection string.
|
2723
3197
|
"""
|
3198
|
+
ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoArgs._configure(
|
3199
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3200
|
+
component_type=component_type,
|
3201
|
+
connection_credentials=connection_credentials,
|
3202
|
+
connection_strings=connection_strings,
|
3203
|
+
)
|
3204
|
+
@staticmethod
|
3205
|
+
def _configure(
|
3206
|
+
_setter: Callable[[Any, Any], None],
|
3207
|
+
component_type: Optional[pulumi.Input[str]] = None,
|
3208
|
+
connection_credentials: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredentialArgs']]]] = None,
|
3209
|
+
connection_strings: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionStringArgs']]]] = None,
|
3210
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2724
3211
|
if component_type is not None:
|
2725
|
-
|
3212
|
+
_setter("component_type", component_type)
|
2726
3213
|
if connection_credentials is not None:
|
2727
|
-
|
3214
|
+
_setter("connection_credentials", connection_credentials)
|
2728
3215
|
if connection_strings is not None:
|
2729
|
-
|
3216
|
+
_setter("connection_strings", connection_strings)
|
2730
3217
|
|
2731
3218
|
@property
|
2732
3219
|
@pulumi.getter(name="componentType")
|
@@ -2782,18 +3269,37 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConn
|
|
2782
3269
|
:param pulumi.Input[str] ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
2783
3270
|
:param pulumi.Input[str] user_name: The user name used to connect to the ASM instance.
|
2784
3271
|
"""
|
3272
|
+
ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredentialArgs._configure(
|
3273
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3274
|
+
credential_name=credential_name,
|
3275
|
+
credential_type=credential_type,
|
3276
|
+
password_secret_id=password_secret_id,
|
3277
|
+
role=role,
|
3278
|
+
ssl_secret_id=ssl_secret_id,
|
3279
|
+
user_name=user_name,
|
3280
|
+
)
|
3281
|
+
@staticmethod
|
3282
|
+
def _configure(
|
3283
|
+
_setter: Callable[[Any, Any], None],
|
3284
|
+
credential_name: Optional[pulumi.Input[str]] = None,
|
3285
|
+
credential_type: Optional[pulumi.Input[str]] = None,
|
3286
|
+
password_secret_id: Optional[pulumi.Input[str]] = None,
|
3287
|
+
role: Optional[pulumi.Input[str]] = None,
|
3288
|
+
ssl_secret_id: Optional[pulumi.Input[str]] = None,
|
3289
|
+
user_name: Optional[pulumi.Input[str]] = None,
|
3290
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2785
3291
|
if credential_name is not None:
|
2786
|
-
|
3292
|
+
_setter("credential_name", credential_name)
|
2787
3293
|
if credential_type is not None:
|
2788
|
-
|
3294
|
+
_setter("credential_type", credential_type)
|
2789
3295
|
if password_secret_id is not None:
|
2790
|
-
|
3296
|
+
_setter("password_secret_id", password_secret_id)
|
2791
3297
|
if role is not None:
|
2792
|
-
|
3298
|
+
_setter("role", role)
|
2793
3299
|
if ssl_secret_id is not None:
|
2794
|
-
|
3300
|
+
_setter("ssl_secret_id", ssl_secret_id)
|
2795
3301
|
if user_name is not None:
|
2796
|
-
|
3302
|
+
_setter("user_name", user_name)
|
2797
3303
|
|
2798
3304
|
@property
|
2799
3305
|
@pulumi.getter(name="credentialName")
|
@@ -2883,16 +3389,33 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConn
|
|
2883
3389
|
:param pulumi.Input[str] protocol: The protocol used to connect to the ASM instance.
|
2884
3390
|
:param pulumi.Input[str] service: The service name of the ASM instance.
|
2885
3391
|
"""
|
3392
|
+
ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionStringArgs._configure(
|
3393
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3394
|
+
host_name=host_name,
|
3395
|
+
hosts=hosts,
|
3396
|
+
port=port,
|
3397
|
+
protocol=protocol,
|
3398
|
+
service=service,
|
3399
|
+
)
|
3400
|
+
@staticmethod
|
3401
|
+
def _configure(
|
3402
|
+
_setter: Callable[[Any, Any], None],
|
3403
|
+
host_name: Optional[pulumi.Input[str]] = None,
|
3404
|
+
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
3405
|
+
port: Optional[pulumi.Input[int]] = None,
|
3406
|
+
protocol: Optional[pulumi.Input[str]] = None,
|
3407
|
+
service: Optional[pulumi.Input[str]] = None,
|
3408
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2886
3409
|
if host_name is not None:
|
2887
|
-
|
3410
|
+
_setter("host_name", host_name)
|
2888
3411
|
if hosts is not None:
|
2889
|
-
|
3412
|
+
_setter("hosts", hosts)
|
2890
3413
|
if port is not None:
|
2891
|
-
|
3414
|
+
_setter("port", port)
|
2892
3415
|
if protocol is not None:
|
2893
|
-
|
3416
|
+
_setter("protocol", protocol)
|
2894
3417
|
if service is not None:
|
2895
|
-
|
3418
|
+
_setter("service", service)
|
2896
3419
|
|
2897
3420
|
@property
|
2898
3421
|
@pulumi.getter(name="hostName")
|
@@ -2968,14 +3491,29 @@ class ExternalDbSystemDiscoveryDiscoveredComponentScanConfigurationArgs:
|
|
2968
3491
|
:param pulumi.Input[int] scan_port: The port number of the SCAN listener.
|
2969
3492
|
:param pulumi.Input[str] scan_protocol: The protocol of the SCAN listener.
|
2970
3493
|
"""
|
3494
|
+
ExternalDbSystemDiscoveryDiscoveredComponentScanConfigurationArgs._configure(
|
3495
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3496
|
+
network_number=network_number,
|
3497
|
+
scan_name=scan_name,
|
3498
|
+
scan_port=scan_port,
|
3499
|
+
scan_protocol=scan_protocol,
|
3500
|
+
)
|
3501
|
+
@staticmethod
|
3502
|
+
def _configure(
|
3503
|
+
_setter: Callable[[Any, Any], None],
|
3504
|
+
network_number: Optional[pulumi.Input[int]] = None,
|
3505
|
+
scan_name: Optional[pulumi.Input[str]] = None,
|
3506
|
+
scan_port: Optional[pulumi.Input[int]] = None,
|
3507
|
+
scan_protocol: Optional[pulumi.Input[str]] = None,
|
3508
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2971
3509
|
if network_number is not None:
|
2972
|
-
|
3510
|
+
_setter("network_number", network_number)
|
2973
3511
|
if scan_name is not None:
|
2974
|
-
|
3512
|
+
_setter("scan_name", scan_name)
|
2975
3513
|
if scan_port is not None:
|
2976
|
-
|
3514
|
+
_setter("scan_port", scan_port)
|
2977
3515
|
if scan_protocol is not None:
|
2978
|
-
|
3516
|
+
_setter("scan_protocol", scan_protocol)
|
2979
3517
|
|
2980
3518
|
@property
|
2981
3519
|
@pulumi.getter(name="networkNumber")
|
@@ -3037,12 +3575,25 @@ class ExternalDbSystemDiscoveryDiscoveredComponentVipConfigurationArgs:
|
|
3037
3575
|
:param pulumi.Input[int] network_number: The network number from which VIPs are obtained.
|
3038
3576
|
:param pulumi.Input[str] node_name: The name of the node with the VIP.
|
3039
3577
|
"""
|
3578
|
+
ExternalDbSystemDiscoveryDiscoveredComponentVipConfigurationArgs._configure(
|
3579
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3580
|
+
address=address,
|
3581
|
+
network_number=network_number,
|
3582
|
+
node_name=node_name,
|
3583
|
+
)
|
3584
|
+
@staticmethod
|
3585
|
+
def _configure(
|
3586
|
+
_setter: Callable[[Any, Any], None],
|
3587
|
+
address: Optional[pulumi.Input[str]] = None,
|
3588
|
+
network_number: Optional[pulumi.Input[int]] = None,
|
3589
|
+
node_name: Optional[pulumi.Input[str]] = None,
|
3590
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3040
3591
|
if address is not None:
|
3041
|
-
|
3592
|
+
_setter("address", address)
|
3042
3593
|
if network_number is not None:
|
3043
|
-
|
3594
|
+
_setter("network_number", network_number)
|
3044
3595
|
if node_name is not None:
|
3045
|
-
|
3596
|
+
_setter("node_name", node_name)
|
3046
3597
|
|
3047
3598
|
@property
|
3048
3599
|
@pulumi.getter
|
@@ -3096,10 +3647,23 @@ class ExternalDbSystemDiscoveryPatchOperationArgs:
|
|
3096
3647
|
** IMPORTANT **
|
3097
3648
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3098
3649
|
"""
|
3099
|
-
|
3100
|
-
|
3650
|
+
ExternalDbSystemDiscoveryPatchOperationArgs._configure(
|
3651
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3652
|
+
operation=operation,
|
3653
|
+
selection=selection,
|
3654
|
+
value=value,
|
3655
|
+
)
|
3656
|
+
@staticmethod
|
3657
|
+
def _configure(
|
3658
|
+
_setter: Callable[[Any, Any], None],
|
3659
|
+
operation: pulumi.Input[str],
|
3660
|
+
selection: pulumi.Input[str],
|
3661
|
+
value: Optional[pulumi.Input['ExternalDbSystemDiscoveryPatchOperationValueArgs']] = None,
|
3662
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3663
|
+
_setter("operation", operation)
|
3664
|
+
_setter("selection", selection)
|
3101
3665
|
if value is not None:
|
3102
|
-
|
3666
|
+
_setter("value", value)
|
3103
3667
|
|
3104
3668
|
@property
|
3105
3669
|
@pulumi.getter
|
@@ -3155,14 +3719,29 @@ class ExternalDbSystemDiscoveryPatchOperationValueArgs:
|
|
3155
3719
|
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
|
3156
3720
|
:param pulumi.Input[bool] is_selected_for_monitoring: Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
|
3157
3721
|
"""
|
3722
|
+
ExternalDbSystemDiscoveryPatchOperationValueArgs._configure(
|
3723
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3724
|
+
compartment_id=compartment_id,
|
3725
|
+
connector=connector,
|
3726
|
+
display_name=display_name,
|
3727
|
+
is_selected_for_monitoring=is_selected_for_monitoring,
|
3728
|
+
)
|
3729
|
+
@staticmethod
|
3730
|
+
def _configure(
|
3731
|
+
_setter: Callable[[Any, Any], None],
|
3732
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
3733
|
+
connector: Optional[pulumi.Input['ExternalDbSystemDiscoveryPatchOperationValueConnectorArgs']] = None,
|
3734
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
3735
|
+
is_selected_for_monitoring: Optional[pulumi.Input[bool]] = None,
|
3736
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3158
3737
|
if compartment_id is not None:
|
3159
|
-
|
3738
|
+
_setter("compartment_id", compartment_id)
|
3160
3739
|
if connector is not None:
|
3161
|
-
|
3740
|
+
_setter("connector", connector)
|
3162
3741
|
if display_name is not None:
|
3163
|
-
|
3742
|
+
_setter("display_name", display_name)
|
3164
3743
|
if is_selected_for_monitoring is not None:
|
3165
|
-
|
3744
|
+
_setter("is_selected_for_monitoring", is_selected_for_monitoring)
|
3166
3745
|
|
3167
3746
|
@property
|
3168
3747
|
@pulumi.getter(name="compartmentId")
|
@@ -3226,12 +3805,27 @@ class ExternalDbSystemDiscoveryPatchOperationValueConnectorArgs:
|
|
3226
3805
|
:param pulumi.Input[str] agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent used for the external DB system discovery.
|
3227
3806
|
:param pulumi.Input['ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoArgs'] connection_info: The connection details required to connect to an external DB system component.
|
3228
3807
|
"""
|
3229
|
-
|
3230
|
-
|
3808
|
+
ExternalDbSystemDiscoveryPatchOperationValueConnectorArgs._configure(
|
3809
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3810
|
+
connector_type=connector_type,
|
3811
|
+
display_name=display_name,
|
3812
|
+
agent_id=agent_id,
|
3813
|
+
connection_info=connection_info,
|
3814
|
+
)
|
3815
|
+
@staticmethod
|
3816
|
+
def _configure(
|
3817
|
+
_setter: Callable[[Any, Any], None],
|
3818
|
+
connector_type: pulumi.Input[str],
|
3819
|
+
display_name: pulumi.Input[str],
|
3820
|
+
agent_id: Optional[pulumi.Input[str]] = None,
|
3821
|
+
connection_info: Optional[pulumi.Input['ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoArgs']] = None,
|
3822
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3823
|
+
_setter("connector_type", connector_type)
|
3824
|
+
_setter("display_name", display_name)
|
3231
3825
|
if agent_id is not None:
|
3232
|
-
|
3826
|
+
_setter("agent_id", agent_id)
|
3233
3827
|
if connection_info is not None:
|
3234
|
-
|
3828
|
+
_setter("connection_info", connection_info)
|
3235
3829
|
|
3236
3830
|
@property
|
3237
3831
|
@pulumi.getter(name="connectorType")
|
@@ -3293,11 +3887,24 @@ class ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoArgs:
|
|
3293
3887
|
:param pulumi.Input['ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentialsArgs'] connection_credentials: The credentials used to connect to the ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
3294
3888
|
:param pulumi.Input['ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionStringArgs'] connection_string: The Oracle Database connection string.
|
3295
3889
|
"""
|
3296
|
-
|
3890
|
+
ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoArgs._configure(
|
3891
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3892
|
+
component_type=component_type,
|
3893
|
+
connection_credentials=connection_credentials,
|
3894
|
+
connection_string=connection_string,
|
3895
|
+
)
|
3896
|
+
@staticmethod
|
3897
|
+
def _configure(
|
3898
|
+
_setter: Callable[[Any, Any], None],
|
3899
|
+
component_type: pulumi.Input[str],
|
3900
|
+
connection_credentials: Optional[pulumi.Input['ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentialsArgs']] = None,
|
3901
|
+
connection_string: Optional[pulumi.Input['ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionStringArgs']] = None,
|
3902
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3903
|
+
_setter("component_type", component_type)
|
3297
3904
|
if connection_credentials is not None:
|
3298
|
-
|
3905
|
+
_setter("connection_credentials", connection_credentials)
|
3299
3906
|
if connection_string is not None:
|
3300
|
-
|
3907
|
+
_setter("connection_string", connection_string)
|
3301
3908
|
|
3302
3909
|
@property
|
3303
3910
|
@pulumi.getter(name="componentType")
|
@@ -3353,17 +3960,36 @@ class ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnect
|
|
3353
3960
|
:param pulumi.Input[str] ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
3354
3961
|
:param pulumi.Input[str] user_name: The user name used to connect to the ASM instance.
|
3355
3962
|
"""
|
3356
|
-
|
3963
|
+
ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentialsArgs._configure(
|
3964
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3965
|
+
credential_type=credential_type,
|
3966
|
+
credential_name=credential_name,
|
3967
|
+
password_secret_id=password_secret_id,
|
3968
|
+
role=role,
|
3969
|
+
ssl_secret_id=ssl_secret_id,
|
3970
|
+
user_name=user_name,
|
3971
|
+
)
|
3972
|
+
@staticmethod
|
3973
|
+
def _configure(
|
3974
|
+
_setter: Callable[[Any, Any], None],
|
3975
|
+
credential_type: pulumi.Input[str],
|
3976
|
+
credential_name: Optional[pulumi.Input[str]] = None,
|
3977
|
+
password_secret_id: Optional[pulumi.Input[str]] = None,
|
3978
|
+
role: Optional[pulumi.Input[str]] = None,
|
3979
|
+
ssl_secret_id: Optional[pulumi.Input[str]] = None,
|
3980
|
+
user_name: Optional[pulumi.Input[str]] = None,
|
3981
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3982
|
+
_setter("credential_type", credential_type)
|
3357
3983
|
if credential_name is not None:
|
3358
|
-
|
3984
|
+
_setter("credential_name", credential_name)
|
3359
3985
|
if password_secret_id is not None:
|
3360
|
-
|
3986
|
+
_setter("password_secret_id", password_secret_id)
|
3361
3987
|
if role is not None:
|
3362
|
-
|
3988
|
+
_setter("role", role)
|
3363
3989
|
if ssl_secret_id is not None:
|
3364
|
-
|
3990
|
+
_setter("ssl_secret_id", ssl_secret_id)
|
3365
3991
|
if user_name is not None:
|
3366
|
-
|
3992
|
+
_setter("user_name", user_name)
|
3367
3993
|
|
3368
3994
|
@property
|
3369
3995
|
@pulumi.getter(name="credentialType")
|
@@ -3453,16 +4079,33 @@ class ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnect
|
|
3453
4079
|
:param pulumi.Input[str] protocol: The protocol used to connect to the ASM instance.
|
3454
4080
|
:param pulumi.Input[str] service: The service name of the ASM instance.
|
3455
4081
|
"""
|
4082
|
+
ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionStringArgs._configure(
|
4083
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4084
|
+
host_name=host_name,
|
4085
|
+
hosts=hosts,
|
4086
|
+
port=port,
|
4087
|
+
protocol=protocol,
|
4088
|
+
service=service,
|
4089
|
+
)
|
4090
|
+
@staticmethod
|
4091
|
+
def _configure(
|
4092
|
+
_setter: Callable[[Any, Any], None],
|
4093
|
+
host_name: Optional[pulumi.Input[str]] = None,
|
4094
|
+
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
4095
|
+
port: Optional[pulumi.Input[int]] = None,
|
4096
|
+
protocol: Optional[pulumi.Input[str]] = None,
|
4097
|
+
service: Optional[pulumi.Input[str]] = None,
|
4098
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3456
4099
|
if host_name is not None:
|
3457
|
-
|
4100
|
+
_setter("host_name", host_name)
|
3458
4101
|
if hosts is not None:
|
3459
|
-
|
4102
|
+
_setter("hosts", hosts)
|
3460
4103
|
if port is not None:
|
3461
|
-
|
4104
|
+
_setter("port", port)
|
3462
4105
|
if protocol is not None:
|
3463
|
-
|
4106
|
+
_setter("protocol", protocol)
|
3464
4107
|
if service is not None:
|
3465
|
-
|
4108
|
+
_setter("service", service)
|
3466
4109
|
|
3467
4110
|
@property
|
3468
4111
|
@pulumi.getter(name="hostName")
|
@@ -3538,9 +4181,20 @@ class ExternalDbSystemStackMonitoringConfigArgs:
|
|
3538
4181
|
** IMPORTANT **
|
3539
4182
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3540
4183
|
"""
|
3541
|
-
|
4184
|
+
ExternalDbSystemStackMonitoringConfigArgs._configure(
|
4185
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4186
|
+
is_enabled=is_enabled,
|
4187
|
+
metadata=metadata,
|
4188
|
+
)
|
4189
|
+
@staticmethod
|
4190
|
+
def _configure(
|
4191
|
+
_setter: Callable[[Any, Any], None],
|
4192
|
+
is_enabled: pulumi.Input[bool],
|
4193
|
+
metadata: Optional[pulumi.Input[str]] = None,
|
4194
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4195
|
+
_setter("is_enabled", is_enabled)
|
3542
4196
|
if metadata is not None:
|
3543
|
-
|
4197
|
+
_setter("metadata", metadata)
|
3544
4198
|
|
3545
4199
|
@property
|
3546
4200
|
@pulumi.getter(name="isEnabled")
|
@@ -3600,30 +4254,61 @@ class ExternalExadataInfrastructureDatabaseSystemArgs:
|
|
3600
4254
|
:param pulumi.Input[str] time_updated: The timestamp of the last update of the Exadata resource.
|
3601
4255
|
:param pulumi.Input[str] version: The version of the Exadata resource.
|
3602
4256
|
"""
|
4257
|
+
ExternalExadataInfrastructureDatabaseSystemArgs._configure(
|
4258
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4259
|
+
additional_details=additional_details,
|
4260
|
+
compartment_id=compartment_id,
|
4261
|
+
display_name=display_name,
|
4262
|
+
id=id,
|
4263
|
+
internal_id=internal_id,
|
4264
|
+
license_model=license_model,
|
4265
|
+
lifecycle_details=lifecycle_details,
|
4266
|
+
state=state,
|
4267
|
+
status=status,
|
4268
|
+
time_created=time_created,
|
4269
|
+
time_updated=time_updated,
|
4270
|
+
version=version,
|
4271
|
+
)
|
4272
|
+
@staticmethod
|
4273
|
+
def _configure(
|
4274
|
+
_setter: Callable[[Any, Any], None],
|
4275
|
+
additional_details: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
4276
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
4277
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
4278
|
+
id: Optional[pulumi.Input[str]] = None,
|
4279
|
+
internal_id: Optional[pulumi.Input[str]] = None,
|
4280
|
+
license_model: Optional[pulumi.Input[str]] = None,
|
4281
|
+
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
4282
|
+
state: Optional[pulumi.Input[str]] = None,
|
4283
|
+
status: Optional[pulumi.Input[str]] = None,
|
4284
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
4285
|
+
time_updated: Optional[pulumi.Input[str]] = None,
|
4286
|
+
version: Optional[pulumi.Input[str]] = None,
|
4287
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3603
4288
|
if additional_details is not None:
|
3604
|
-
|
4289
|
+
_setter("additional_details", additional_details)
|
3605
4290
|
if compartment_id is not None:
|
3606
|
-
|
4291
|
+
_setter("compartment_id", compartment_id)
|
3607
4292
|
if display_name is not None:
|
3608
|
-
|
4293
|
+
_setter("display_name", display_name)
|
3609
4294
|
if id is not None:
|
3610
|
-
|
4295
|
+
_setter("id", id)
|
3611
4296
|
if internal_id is not None:
|
3612
|
-
|
4297
|
+
_setter("internal_id", internal_id)
|
3613
4298
|
if license_model is not None:
|
3614
|
-
|
4299
|
+
_setter("license_model", license_model)
|
3615
4300
|
if lifecycle_details is not None:
|
3616
|
-
|
4301
|
+
_setter("lifecycle_details", lifecycle_details)
|
3617
4302
|
if state is not None:
|
3618
|
-
|
4303
|
+
_setter("state", state)
|
3619
4304
|
if status is not None:
|
3620
|
-
|
4305
|
+
_setter("status", status)
|
3621
4306
|
if time_created is not None:
|
3622
|
-
|
4307
|
+
_setter("time_created", time_created)
|
3623
4308
|
if time_updated is not None:
|
3624
|
-
|
4309
|
+
_setter("time_updated", time_updated)
|
3625
4310
|
if version is not None:
|
3626
|
-
|
4311
|
+
_setter("version", version)
|
3627
4312
|
|
3628
4313
|
@property
|
3629
4314
|
@pulumi.getter(name="additionalDetails")
|
@@ -3797,28 +4482,57 @@ class ExternalExadataInfrastructureStorageGridArgs:
|
|
3797
4482
|
:param pulumi.Input[str] time_updated: The timestamp of the last update of the Exadata resource.
|
3798
4483
|
:param pulumi.Input[str] version: The version of the Exadata resource.
|
3799
4484
|
"""
|
4485
|
+
ExternalExadataInfrastructureStorageGridArgs._configure(
|
4486
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4487
|
+
additional_details=additional_details,
|
4488
|
+
display_name=display_name,
|
4489
|
+
id=id,
|
4490
|
+
internal_id=internal_id,
|
4491
|
+
lifecycle_details=lifecycle_details,
|
4492
|
+
server_count=server_count,
|
4493
|
+
state=state,
|
4494
|
+
status=status,
|
4495
|
+
time_created=time_created,
|
4496
|
+
time_updated=time_updated,
|
4497
|
+
version=version,
|
4498
|
+
)
|
4499
|
+
@staticmethod
|
4500
|
+
def _configure(
|
4501
|
+
_setter: Callable[[Any, Any], None],
|
4502
|
+
additional_details: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
4503
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
4504
|
+
id: Optional[pulumi.Input[str]] = None,
|
4505
|
+
internal_id: Optional[pulumi.Input[str]] = None,
|
4506
|
+
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
4507
|
+
server_count: Optional[pulumi.Input[float]] = None,
|
4508
|
+
state: Optional[pulumi.Input[str]] = None,
|
4509
|
+
status: Optional[pulumi.Input[str]] = None,
|
4510
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
4511
|
+
time_updated: Optional[pulumi.Input[str]] = None,
|
4512
|
+
version: Optional[pulumi.Input[str]] = None,
|
4513
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3800
4514
|
if additional_details is not None:
|
3801
|
-
|
4515
|
+
_setter("additional_details", additional_details)
|
3802
4516
|
if display_name is not None:
|
3803
|
-
|
4517
|
+
_setter("display_name", display_name)
|
3804
4518
|
if id is not None:
|
3805
|
-
|
4519
|
+
_setter("id", id)
|
3806
4520
|
if internal_id is not None:
|
3807
|
-
|
4521
|
+
_setter("internal_id", internal_id)
|
3808
4522
|
if lifecycle_details is not None:
|
3809
|
-
|
4523
|
+
_setter("lifecycle_details", lifecycle_details)
|
3810
4524
|
if server_count is not None:
|
3811
|
-
|
4525
|
+
_setter("server_count", server_count)
|
3812
4526
|
if state is not None:
|
3813
|
-
|
4527
|
+
_setter("state", state)
|
3814
4528
|
if status is not None:
|
3815
|
-
|
4529
|
+
_setter("status", status)
|
3816
4530
|
if time_created is not None:
|
3817
|
-
|
4531
|
+
_setter("time_created", time_created)
|
3818
4532
|
if time_updated is not None:
|
3819
|
-
|
4533
|
+
_setter("time_updated", time_updated)
|
3820
4534
|
if version is not None:
|
3821
|
-
|
4535
|
+
_setter("version", version)
|
3822
4536
|
|
3823
4537
|
@property
|
3824
4538
|
@pulumi.getter(name="additionalDetails")
|
@@ -3968,14 +4682,31 @@ class ExternalExadataStorageConnectorCredentialInfoArgs:
|
|
3968
4682
|
:param pulumi.Input[str] ssl_trust_store_password: (Updatable) The password of the SSL truststore location in the agent.
|
3969
4683
|
:param pulumi.Input[str] ssl_trust_store_type: (Updatable) The SSL truststore type.
|
3970
4684
|
"""
|
3971
|
-
|
3972
|
-
|
4685
|
+
ExternalExadataStorageConnectorCredentialInfoArgs._configure(
|
4686
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4687
|
+
password=password,
|
4688
|
+
username=username,
|
4689
|
+
ssl_trust_store_location=ssl_trust_store_location,
|
4690
|
+
ssl_trust_store_password=ssl_trust_store_password,
|
4691
|
+
ssl_trust_store_type=ssl_trust_store_type,
|
4692
|
+
)
|
4693
|
+
@staticmethod
|
4694
|
+
def _configure(
|
4695
|
+
_setter: Callable[[Any, Any], None],
|
4696
|
+
password: pulumi.Input[str],
|
4697
|
+
username: pulumi.Input[str],
|
4698
|
+
ssl_trust_store_location: Optional[pulumi.Input[str]] = None,
|
4699
|
+
ssl_trust_store_password: Optional[pulumi.Input[str]] = None,
|
4700
|
+
ssl_trust_store_type: Optional[pulumi.Input[str]] = None,
|
4701
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4702
|
+
_setter("password", password)
|
4703
|
+
_setter("username", username)
|
3973
4704
|
if ssl_trust_store_location is not None:
|
3974
|
-
|
4705
|
+
_setter("ssl_trust_store_location", ssl_trust_store_location)
|
3975
4706
|
if ssl_trust_store_password is not None:
|
3976
|
-
|
4707
|
+
_setter("ssl_trust_store_password", ssl_trust_store_password)
|
3977
4708
|
if ssl_trust_store_type is not None:
|
3978
|
-
|
4709
|
+
_setter("ssl_trust_store_type", ssl_trust_store_type)
|
3979
4710
|
|
3980
4711
|
@property
|
3981
4712
|
@pulumi.getter
|
@@ -4053,16 +4784,33 @@ class ExternalListenerEndpointArgs:
|
|
4053
4784
|
:param pulumi.Input[str] protocol: The listener protocol.
|
4054
4785
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] services: The list of services registered with the listener.
|
4055
4786
|
"""
|
4787
|
+
ExternalListenerEndpointArgs._configure(
|
4788
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4789
|
+
host=host,
|
4790
|
+
key=key,
|
4791
|
+
port=port,
|
4792
|
+
protocol=protocol,
|
4793
|
+
services=services,
|
4794
|
+
)
|
4795
|
+
@staticmethod
|
4796
|
+
def _configure(
|
4797
|
+
_setter: Callable[[Any, Any], None],
|
4798
|
+
host: Optional[pulumi.Input[str]] = None,
|
4799
|
+
key: Optional[pulumi.Input[str]] = None,
|
4800
|
+
port: Optional[pulumi.Input[int]] = None,
|
4801
|
+
protocol: Optional[pulumi.Input[str]] = None,
|
4802
|
+
services: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
4803
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4056
4804
|
if host is not None:
|
4057
|
-
|
4805
|
+
_setter("host", host)
|
4058
4806
|
if key is not None:
|
4059
|
-
|
4807
|
+
_setter("key", key)
|
4060
4808
|
if port is not None:
|
4061
|
-
|
4809
|
+
_setter("port", port)
|
4062
4810
|
if protocol is not None:
|
4063
|
-
|
4811
|
+
_setter("protocol", protocol)
|
4064
4812
|
if services is not None:
|
4065
|
-
|
4813
|
+
_setter("services", services)
|
4066
4814
|
|
4067
4815
|
@property
|
4068
4816
|
@pulumi.getter
|
@@ -4136,12 +4884,25 @@ class ExternalListenerServicedAsmArgs:
|
|
4136
4884
|
:param pulumi.Input[str] display_name: The user-friendly name for the database. The name does not have to be unique.
|
4137
4885
|
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the external database.
|
4138
4886
|
"""
|
4887
|
+
ExternalListenerServicedAsmArgs._configure(
|
4888
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4889
|
+
compartment_id=compartment_id,
|
4890
|
+
display_name=display_name,
|
4891
|
+
id=id,
|
4892
|
+
)
|
4893
|
+
@staticmethod
|
4894
|
+
def _configure(
|
4895
|
+
_setter: Callable[[Any, Any], None],
|
4896
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
4897
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
4898
|
+
id: Optional[pulumi.Input[str]] = None,
|
4899
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4139
4900
|
if compartment_id is not None:
|
4140
|
-
|
4901
|
+
_setter("compartment_id", compartment_id)
|
4141
4902
|
if display_name is not None:
|
4142
|
-
|
4903
|
+
_setter("display_name", display_name)
|
4143
4904
|
if id is not None:
|
4144
|
-
|
4905
|
+
_setter("id", id)
|
4145
4906
|
|
4146
4907
|
@property
|
4147
4908
|
@pulumi.getter(name="compartmentId")
|
@@ -4199,20 +4960,41 @@ class ExternalListenerServicedDatabaseArgs:
|
|
4199
4960
|
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the external database.
|
4200
4961
|
:param pulumi.Input[bool] is_managed: Indicates whether the database is a Managed Database or not.
|
4201
4962
|
"""
|
4963
|
+
ExternalListenerServicedDatabaseArgs._configure(
|
4964
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4965
|
+
compartment_id=compartment_id,
|
4966
|
+
database_sub_type=database_sub_type,
|
4967
|
+
database_type=database_type,
|
4968
|
+
db_unique_name=db_unique_name,
|
4969
|
+
display_name=display_name,
|
4970
|
+
id=id,
|
4971
|
+
is_managed=is_managed,
|
4972
|
+
)
|
4973
|
+
@staticmethod
|
4974
|
+
def _configure(
|
4975
|
+
_setter: Callable[[Any, Any], None],
|
4976
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
4977
|
+
database_sub_type: Optional[pulumi.Input[str]] = None,
|
4978
|
+
database_type: Optional[pulumi.Input[str]] = None,
|
4979
|
+
db_unique_name: Optional[pulumi.Input[str]] = None,
|
4980
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
4981
|
+
id: Optional[pulumi.Input[str]] = None,
|
4982
|
+
is_managed: Optional[pulumi.Input[bool]] = None,
|
4983
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4202
4984
|
if compartment_id is not None:
|
4203
|
-
|
4985
|
+
_setter("compartment_id", compartment_id)
|
4204
4986
|
if database_sub_type is not None:
|
4205
|
-
|
4987
|
+
_setter("database_sub_type", database_sub_type)
|
4206
4988
|
if database_type is not None:
|
4207
|
-
|
4989
|
+
_setter("database_type", database_type)
|
4208
4990
|
if db_unique_name is not None:
|
4209
|
-
|
4991
|
+
_setter("db_unique_name", db_unique_name)
|
4210
4992
|
if display_name is not None:
|
4211
|
-
|
4993
|
+
_setter("display_name", display_name)
|
4212
4994
|
if id is not None:
|
4213
|
-
|
4995
|
+
_setter("id", id)
|
4214
4996
|
if is_managed is not None:
|
4215
|
-
|
4997
|
+
_setter("is_managed", is_managed)
|
4216
4998
|
|
4217
4999
|
@property
|
4218
5000
|
@pulumi.getter(name="compartmentId")
|
@@ -4324,22 +5106,45 @@ class ManagedDatabaseGroupManagedDatabaseArgs:
|
|
4324
5106
|
:param pulumi.Input[str] time_added: The date and time the Managed Database was added to the group.
|
4325
5107
|
:param pulumi.Input[str] workload_type: The workload type of the Autonomous Database.
|
4326
5108
|
"""
|
5109
|
+
ManagedDatabaseGroupManagedDatabaseArgs._configure(
|
5110
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5111
|
+
compartment_id=compartment_id,
|
5112
|
+
database_sub_type=database_sub_type,
|
5113
|
+
database_type=database_type,
|
5114
|
+
deployment_type=deployment_type,
|
5115
|
+
id=id,
|
5116
|
+
name=name,
|
5117
|
+
time_added=time_added,
|
5118
|
+
workload_type=workload_type,
|
5119
|
+
)
|
5120
|
+
@staticmethod
|
5121
|
+
def _configure(
|
5122
|
+
_setter: Callable[[Any, Any], None],
|
5123
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
5124
|
+
database_sub_type: Optional[pulumi.Input[str]] = None,
|
5125
|
+
database_type: Optional[pulumi.Input[str]] = None,
|
5126
|
+
deployment_type: Optional[pulumi.Input[str]] = None,
|
5127
|
+
id: Optional[pulumi.Input[str]] = None,
|
5128
|
+
name: Optional[pulumi.Input[str]] = None,
|
5129
|
+
time_added: Optional[pulumi.Input[str]] = None,
|
5130
|
+
workload_type: Optional[pulumi.Input[str]] = None,
|
5131
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4327
5132
|
if compartment_id is not None:
|
4328
|
-
|
5133
|
+
_setter("compartment_id", compartment_id)
|
4329
5134
|
if database_sub_type is not None:
|
4330
|
-
|
5135
|
+
_setter("database_sub_type", database_sub_type)
|
4331
5136
|
if database_type is not None:
|
4332
|
-
|
5137
|
+
_setter("database_type", database_type)
|
4333
5138
|
if deployment_type is not None:
|
4334
|
-
|
5139
|
+
_setter("deployment_type", deployment_type)
|
4335
5140
|
if id is not None:
|
4336
|
-
|
5141
|
+
_setter("id", id)
|
4337
5142
|
if name is not None:
|
4338
|
-
|
5143
|
+
_setter("name", name)
|
4339
5144
|
if time_added is not None:
|
4340
|
-
|
5145
|
+
_setter("time_added", time_added)
|
4341
5146
|
if workload_type is not None:
|
4342
|
-
|
5147
|
+
_setter("workload_type", workload_type)
|
4343
5148
|
|
4344
5149
|
@property
|
4345
5150
|
@pulumi.getter(name="compartmentId")
|
@@ -4455,14 +5260,29 @@ class ManagedDatabasesChangeDatabaseParameterCredentialsArgs:
|
|
4455
5260
|
:param pulumi.Input[str] secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
4456
5261
|
:param pulumi.Input[str] user_name: The database user name used to perform management activity.
|
4457
5262
|
"""
|
5263
|
+
ManagedDatabasesChangeDatabaseParameterCredentialsArgs._configure(
|
5264
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5265
|
+
password=password,
|
5266
|
+
role=role,
|
5267
|
+
secret_id=secret_id,
|
5268
|
+
user_name=user_name,
|
5269
|
+
)
|
5270
|
+
@staticmethod
|
5271
|
+
def _configure(
|
5272
|
+
_setter: Callable[[Any, Any], None],
|
5273
|
+
password: Optional[pulumi.Input[str]] = None,
|
5274
|
+
role: Optional[pulumi.Input[str]] = None,
|
5275
|
+
secret_id: Optional[pulumi.Input[str]] = None,
|
5276
|
+
user_name: Optional[pulumi.Input[str]] = None,
|
5277
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4458
5278
|
if password is not None:
|
4459
|
-
|
5279
|
+
_setter("password", password)
|
4460
5280
|
if role is not None:
|
4461
|
-
|
5281
|
+
_setter("role", role)
|
4462
5282
|
if secret_id is not None:
|
4463
|
-
|
5283
|
+
_setter("secret_id", secret_id)
|
4464
5284
|
if user_name is not None:
|
4465
|
-
|
5285
|
+
_setter("user_name", user_name)
|
4466
5286
|
|
4467
5287
|
@property
|
4468
5288
|
@pulumi.getter
|
@@ -4524,10 +5344,23 @@ class ManagedDatabasesChangeDatabaseParameterParameterArgs:
|
|
4524
5344
|
:param pulumi.Input[str] value: The parameter value.
|
4525
5345
|
:param pulumi.Input[str] update_comment: A comment string to associate with the change in parameter value. It cannot contain control characters or a line break.
|
4526
5346
|
"""
|
4527
|
-
|
4528
|
-
|
5347
|
+
ManagedDatabasesChangeDatabaseParameterParameterArgs._configure(
|
5348
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5349
|
+
name=name,
|
5350
|
+
value=value,
|
5351
|
+
update_comment=update_comment,
|
5352
|
+
)
|
5353
|
+
@staticmethod
|
5354
|
+
def _configure(
|
5355
|
+
_setter: Callable[[Any, Any], None],
|
5356
|
+
name: pulumi.Input[str],
|
5357
|
+
value: pulumi.Input[str],
|
5358
|
+
update_comment: Optional[pulumi.Input[str]] = None,
|
5359
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5360
|
+
_setter("name", name)
|
5361
|
+
_setter("value", value)
|
4529
5362
|
if update_comment is not None:
|
4530
|
-
|
5363
|
+
_setter("update_comment", update_comment)
|
4531
5364
|
|
4532
5365
|
@property
|
4533
5366
|
@pulumi.getter
|
@@ -4579,14 +5412,29 @@ class ManagedDatabasesResetDatabaseParameterCredentialsArgs:
|
|
4579
5412
|
:param pulumi.Input[str] secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
4580
5413
|
:param pulumi.Input[str] user_name: The database user name used to perform management activity.
|
4581
5414
|
"""
|
5415
|
+
ManagedDatabasesResetDatabaseParameterCredentialsArgs._configure(
|
5416
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5417
|
+
password=password,
|
5418
|
+
role=role,
|
5419
|
+
secret_id=secret_id,
|
5420
|
+
user_name=user_name,
|
5421
|
+
)
|
5422
|
+
@staticmethod
|
5423
|
+
def _configure(
|
5424
|
+
_setter: Callable[[Any, Any], None],
|
5425
|
+
password: Optional[pulumi.Input[str]] = None,
|
5426
|
+
role: Optional[pulumi.Input[str]] = None,
|
5427
|
+
secret_id: Optional[pulumi.Input[str]] = None,
|
5428
|
+
user_name: Optional[pulumi.Input[str]] = None,
|
5429
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4582
5430
|
if password is not None:
|
4583
|
-
|
5431
|
+
_setter("password", password)
|
4584
5432
|
if role is not None:
|
4585
|
-
|
5433
|
+
_setter("role", role)
|
4586
5434
|
if secret_id is not None:
|
4587
|
-
|
5435
|
+
_setter("secret_id", secret_id)
|
4588
5436
|
if user_name is not None:
|
4589
|
-
|
5437
|
+
_setter("user_name", user_name)
|
4590
5438
|
|
4591
5439
|
@property
|
4592
5440
|
@pulumi.getter
|
@@ -4646,10 +5494,23 @@ class GetDbManagementPrivateEndpointAssociatedDatabasesFilterArgs:
|
|
4646
5494
|
"""
|
4647
5495
|
:param str name: The name of the database.
|
4648
5496
|
"""
|
4649
|
-
|
4650
|
-
|
5497
|
+
GetDbManagementPrivateEndpointAssociatedDatabasesFilterArgs._configure(
|
5498
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5499
|
+
name=name,
|
5500
|
+
values=values,
|
5501
|
+
regex=regex,
|
5502
|
+
)
|
5503
|
+
@staticmethod
|
5504
|
+
def _configure(
|
5505
|
+
_setter: Callable[[Any, Any], None],
|
5506
|
+
name: str,
|
5507
|
+
values: Sequence[str],
|
5508
|
+
regex: Optional[bool] = None,
|
5509
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5510
|
+
_setter("name", name)
|
5511
|
+
_setter("values", values)
|
4651
5512
|
if regex is not None:
|
4652
|
-
|
5513
|
+
_setter("regex", regex)
|
4653
5514
|
|
4654
5515
|
@property
|
4655
5516
|
@pulumi.getter
|
@@ -4691,10 +5552,23 @@ class GetDbManagementPrivateEndpointsFilterArgs:
|
|
4691
5552
|
"""
|
4692
5553
|
:param str name: A filter to return only resources that match the entire name.
|
4693
5554
|
"""
|
4694
|
-
|
4695
|
-
|
5555
|
+
GetDbManagementPrivateEndpointsFilterArgs._configure(
|
5556
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5557
|
+
name=name,
|
5558
|
+
values=values,
|
5559
|
+
regex=regex,
|
5560
|
+
)
|
5561
|
+
@staticmethod
|
5562
|
+
def _configure(
|
5563
|
+
_setter: Callable[[Any, Any], None],
|
5564
|
+
name: str,
|
5565
|
+
values: Sequence[str],
|
5566
|
+
regex: Optional[bool] = None,
|
5567
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5568
|
+
_setter("name", name)
|
5569
|
+
_setter("values", values)
|
4696
5570
|
if regex is not None:
|
4697
|
-
|
5571
|
+
_setter("regex", regex)
|
4698
5572
|
|
4699
5573
|
@property
|
4700
5574
|
@pulumi.getter
|
@@ -4736,10 +5610,23 @@ class GetExternalAsmDiskGroupsFilterArgs:
|
|
4736
5610
|
"""
|
4737
5611
|
:param str name: The name of the ASM disk group.
|
4738
5612
|
"""
|
4739
|
-
|
4740
|
-
|
5613
|
+
GetExternalAsmDiskGroupsFilterArgs._configure(
|
5614
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5615
|
+
name=name,
|
5616
|
+
values=values,
|
5617
|
+
regex=regex,
|
5618
|
+
)
|
5619
|
+
@staticmethod
|
5620
|
+
def _configure(
|
5621
|
+
_setter: Callable[[Any, Any], None],
|
5622
|
+
name: str,
|
5623
|
+
values: Sequence[str],
|
5624
|
+
regex: Optional[bool] = None,
|
5625
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5626
|
+
_setter("name", name)
|
5627
|
+
_setter("values", values)
|
4741
5628
|
if regex is not None:
|
4742
|
-
|
5629
|
+
_setter("regex", regex)
|
4743
5630
|
|
4744
5631
|
@property
|
4745
5632
|
@pulumi.getter
|
@@ -4778,10 +5665,23 @@ class GetExternalAsmInstancesFilterArgs:
|
|
4778
5665
|
name: str,
|
4779
5666
|
values: Sequence[str],
|
4780
5667
|
regex: Optional[bool] = None):
|
4781
|
-
|
4782
|
-
|
5668
|
+
GetExternalAsmInstancesFilterArgs._configure(
|
5669
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5670
|
+
name=name,
|
5671
|
+
values=values,
|
5672
|
+
regex=regex,
|
5673
|
+
)
|
5674
|
+
@staticmethod
|
5675
|
+
def _configure(
|
5676
|
+
_setter: Callable[[Any, Any], None],
|
5677
|
+
name: str,
|
5678
|
+
values: Sequence[str],
|
5679
|
+
regex: Optional[bool] = None,
|
5680
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5681
|
+
_setter("name", name)
|
5682
|
+
_setter("values", values)
|
4783
5683
|
if regex is not None:
|
4784
|
-
|
5684
|
+
_setter("regex", regex)
|
4785
5685
|
|
4786
5686
|
@property
|
4787
5687
|
@pulumi.getter
|
@@ -4820,10 +5720,23 @@ class GetExternalAsmUsersFilterArgs:
|
|
4820
5720
|
"""
|
4821
5721
|
:param str name: The name of the ASM user.
|
4822
5722
|
"""
|
4823
|
-
|
4824
|
-
|
5723
|
+
GetExternalAsmUsersFilterArgs._configure(
|
5724
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5725
|
+
name=name,
|
5726
|
+
values=values,
|
5727
|
+
regex=regex,
|
5728
|
+
)
|
5729
|
+
@staticmethod
|
5730
|
+
def _configure(
|
5731
|
+
_setter: Callable[[Any, Any], None],
|
5732
|
+
name: str,
|
5733
|
+
values: Sequence[str],
|
5734
|
+
regex: Optional[bool] = None,
|
5735
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5736
|
+
_setter("name", name)
|
5737
|
+
_setter("values", values)
|
4825
5738
|
if regex is not None:
|
4826
|
-
|
5739
|
+
_setter("regex", regex)
|
4827
5740
|
|
4828
5741
|
@property
|
4829
5742
|
@pulumi.getter
|
@@ -4862,10 +5775,23 @@ class GetExternalAsmsFilterArgs:
|
|
4862
5775
|
name: str,
|
4863
5776
|
values: Sequence[str],
|
4864
5777
|
regex: Optional[bool] = None):
|
4865
|
-
|
4866
|
-
|
5778
|
+
GetExternalAsmsFilterArgs._configure(
|
5779
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5780
|
+
name=name,
|
5781
|
+
values=values,
|
5782
|
+
regex=regex,
|
5783
|
+
)
|
5784
|
+
@staticmethod
|
5785
|
+
def _configure(
|
5786
|
+
_setter: Callable[[Any, Any], None],
|
5787
|
+
name: str,
|
5788
|
+
values: Sequence[str],
|
5789
|
+
regex: Optional[bool] = None,
|
5790
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5791
|
+
_setter("name", name)
|
5792
|
+
_setter("values", values)
|
4867
5793
|
if regex is not None:
|
4868
|
-
|
5794
|
+
_setter("regex", regex)
|
4869
5795
|
|
4870
5796
|
@property
|
4871
5797
|
@pulumi.getter
|
@@ -4901,10 +5827,23 @@ class GetExternalClusterInstancesFilterArgs:
|
|
4901
5827
|
name: str,
|
4902
5828
|
values: Sequence[str],
|
4903
5829
|
regex: Optional[bool] = None):
|
4904
|
-
|
4905
|
-
|
5830
|
+
GetExternalClusterInstancesFilterArgs._configure(
|
5831
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5832
|
+
name=name,
|
5833
|
+
values=values,
|
5834
|
+
regex=regex,
|
5835
|
+
)
|
5836
|
+
@staticmethod
|
5837
|
+
def _configure(
|
5838
|
+
_setter: Callable[[Any, Any], None],
|
5839
|
+
name: str,
|
5840
|
+
values: Sequence[str],
|
5841
|
+
regex: Optional[bool] = None,
|
5842
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5843
|
+
_setter("name", name)
|
5844
|
+
_setter("values", values)
|
4906
5845
|
if regex is not None:
|
4907
|
-
|
5846
|
+
_setter("regex", regex)
|
4908
5847
|
|
4909
5848
|
@property
|
4910
5849
|
@pulumi.getter
|
@@ -4940,10 +5879,23 @@ class GetExternalClustersFilterArgs:
|
|
4940
5879
|
name: str,
|
4941
5880
|
values: Sequence[str],
|
4942
5881
|
regex: Optional[bool] = None):
|
4943
|
-
|
4944
|
-
|
5882
|
+
GetExternalClustersFilterArgs._configure(
|
5883
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5884
|
+
name=name,
|
5885
|
+
values=values,
|
5886
|
+
regex=regex,
|
5887
|
+
)
|
5888
|
+
@staticmethod
|
5889
|
+
def _configure(
|
5890
|
+
_setter: Callable[[Any, Any], None],
|
5891
|
+
name: str,
|
5892
|
+
values: Sequence[str],
|
5893
|
+
regex: Optional[bool] = None,
|
5894
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5895
|
+
_setter("name", name)
|
5896
|
+
_setter("values", values)
|
4945
5897
|
if regex is not None:
|
4946
|
-
|
5898
|
+
_setter("regex", regex)
|
4947
5899
|
|
4948
5900
|
@property
|
4949
5901
|
@pulumi.getter
|
@@ -4979,10 +5931,23 @@ class GetExternalDatabasesFilterArgs:
|
|
4979
5931
|
name: str,
|
4980
5932
|
values: Sequence[str],
|
4981
5933
|
regex: Optional[bool] = None):
|
4982
|
-
|
4983
|
-
|
5934
|
+
GetExternalDatabasesFilterArgs._configure(
|
5935
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5936
|
+
name=name,
|
5937
|
+
values=values,
|
5938
|
+
regex=regex,
|
5939
|
+
)
|
5940
|
+
@staticmethod
|
5941
|
+
def _configure(
|
5942
|
+
_setter: Callable[[Any, Any], None],
|
5943
|
+
name: str,
|
5944
|
+
values: Sequence[str],
|
5945
|
+
regex: Optional[bool] = None,
|
5946
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5947
|
+
_setter("name", name)
|
5948
|
+
_setter("values", values)
|
4984
5949
|
if regex is not None:
|
4985
|
-
|
5950
|
+
_setter("regex", regex)
|
4986
5951
|
|
4987
5952
|
@property
|
4988
5953
|
@pulumi.getter
|
@@ -5018,10 +5983,23 @@ class GetExternalDbHomesFilterArgs:
|
|
5018
5983
|
name: str,
|
5019
5984
|
values: Sequence[str],
|
5020
5985
|
regex: Optional[bool] = None):
|
5021
|
-
|
5022
|
-
|
5986
|
+
GetExternalDbHomesFilterArgs._configure(
|
5987
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5988
|
+
name=name,
|
5989
|
+
values=values,
|
5990
|
+
regex=regex,
|
5991
|
+
)
|
5992
|
+
@staticmethod
|
5993
|
+
def _configure(
|
5994
|
+
_setter: Callable[[Any, Any], None],
|
5995
|
+
name: str,
|
5996
|
+
values: Sequence[str],
|
5997
|
+
regex: Optional[bool] = None,
|
5998
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5999
|
+
_setter("name", name)
|
6000
|
+
_setter("values", values)
|
5023
6001
|
if regex is not None:
|
5024
|
-
|
6002
|
+
_setter("regex", regex)
|
5025
6003
|
|
5026
6004
|
@property
|
5027
6005
|
@pulumi.getter
|
@@ -5057,10 +6035,23 @@ class GetExternalDbNodesFilterArgs:
|
|
5057
6035
|
name: str,
|
5058
6036
|
values: Sequence[str],
|
5059
6037
|
regex: Optional[bool] = None):
|
5060
|
-
|
5061
|
-
|
6038
|
+
GetExternalDbNodesFilterArgs._configure(
|
6039
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6040
|
+
name=name,
|
6041
|
+
values=values,
|
6042
|
+
regex=regex,
|
6043
|
+
)
|
6044
|
+
@staticmethod
|
6045
|
+
def _configure(
|
6046
|
+
_setter: Callable[[Any, Any], None],
|
6047
|
+
name: str,
|
6048
|
+
values: Sequence[str],
|
6049
|
+
regex: Optional[bool] = None,
|
6050
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6051
|
+
_setter("name", name)
|
6052
|
+
_setter("values", values)
|
5062
6053
|
if regex is not None:
|
5063
|
-
|
6054
|
+
_setter("regex", regex)
|
5064
6055
|
|
5065
6056
|
@property
|
5066
6057
|
@pulumi.getter
|
@@ -5096,10 +6087,23 @@ class GetExternalDbSystemConnectorsFilterArgs:
|
|
5096
6087
|
name: str,
|
5097
6088
|
values: Sequence[str],
|
5098
6089
|
regex: Optional[bool] = None):
|
5099
|
-
|
5100
|
-
|
6090
|
+
GetExternalDbSystemConnectorsFilterArgs._configure(
|
6091
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6092
|
+
name=name,
|
6093
|
+
values=values,
|
6094
|
+
regex=regex,
|
6095
|
+
)
|
6096
|
+
@staticmethod
|
6097
|
+
def _configure(
|
6098
|
+
_setter: Callable[[Any, Any], None],
|
6099
|
+
name: str,
|
6100
|
+
values: Sequence[str],
|
6101
|
+
regex: Optional[bool] = None,
|
6102
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6103
|
+
_setter("name", name)
|
6104
|
+
_setter("values", values)
|
5101
6105
|
if regex is not None:
|
5102
|
-
|
6106
|
+
_setter("regex", regex)
|
5103
6107
|
|
5104
6108
|
@property
|
5105
6109
|
@pulumi.getter
|
@@ -5135,10 +6139,23 @@ class GetExternalDbSystemDiscoveriesFilterArgs:
|
|
5135
6139
|
name: str,
|
5136
6140
|
values: Sequence[str],
|
5137
6141
|
regex: Optional[bool] = None):
|
5138
|
-
|
5139
|
-
|
6142
|
+
GetExternalDbSystemDiscoveriesFilterArgs._configure(
|
6143
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6144
|
+
name=name,
|
6145
|
+
values=values,
|
6146
|
+
regex=regex,
|
6147
|
+
)
|
6148
|
+
@staticmethod
|
6149
|
+
def _configure(
|
6150
|
+
_setter: Callable[[Any, Any], None],
|
6151
|
+
name: str,
|
6152
|
+
values: Sequence[str],
|
6153
|
+
regex: Optional[bool] = None,
|
6154
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6155
|
+
_setter("name", name)
|
6156
|
+
_setter("values", values)
|
5140
6157
|
if regex is not None:
|
5141
|
-
|
6158
|
+
_setter("regex", regex)
|
5142
6159
|
|
5143
6160
|
@property
|
5144
6161
|
@pulumi.getter
|
@@ -5174,10 +6191,23 @@ class GetExternalDbSystemsFilterArgs:
|
|
5174
6191
|
name: str,
|
5175
6192
|
values: Sequence[str],
|
5176
6193
|
regex: Optional[bool] = None):
|
5177
|
-
|
5178
|
-
|
6194
|
+
GetExternalDbSystemsFilterArgs._configure(
|
6195
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6196
|
+
name=name,
|
6197
|
+
values=values,
|
6198
|
+
regex=regex,
|
6199
|
+
)
|
6200
|
+
@staticmethod
|
6201
|
+
def _configure(
|
6202
|
+
_setter: Callable[[Any, Any], None],
|
6203
|
+
name: str,
|
6204
|
+
values: Sequence[str],
|
6205
|
+
regex: Optional[bool] = None,
|
6206
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6207
|
+
_setter("name", name)
|
6208
|
+
_setter("values", values)
|
5179
6209
|
if regex is not None:
|
5180
|
-
|
6210
|
+
_setter("regex", regex)
|
5181
6211
|
|
5182
6212
|
@property
|
5183
6213
|
@pulumi.getter
|
@@ -5213,10 +6243,23 @@ class GetExternalExadataInfrastructuresFilterArgs:
|
|
5213
6243
|
name: str,
|
5214
6244
|
values: Sequence[str],
|
5215
6245
|
regex: Optional[bool] = None):
|
5216
|
-
|
5217
|
-
|
6246
|
+
GetExternalExadataInfrastructuresFilterArgs._configure(
|
6247
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6248
|
+
name=name,
|
6249
|
+
values=values,
|
6250
|
+
regex=regex,
|
6251
|
+
)
|
6252
|
+
@staticmethod
|
6253
|
+
def _configure(
|
6254
|
+
_setter: Callable[[Any, Any], None],
|
6255
|
+
name: str,
|
6256
|
+
values: Sequence[str],
|
6257
|
+
regex: Optional[bool] = None,
|
6258
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6259
|
+
_setter("name", name)
|
6260
|
+
_setter("values", values)
|
5218
6261
|
if regex is not None:
|
5219
|
-
|
6262
|
+
_setter("regex", regex)
|
5220
6263
|
|
5221
6264
|
@property
|
5222
6265
|
@pulumi.getter
|
@@ -5252,10 +6295,23 @@ class GetExternalExadataStorageConnectorsFilterArgs:
|
|
5252
6295
|
name: str,
|
5253
6296
|
values: Sequence[str],
|
5254
6297
|
regex: Optional[bool] = None):
|
5255
|
-
|
5256
|
-
|
6298
|
+
GetExternalExadataStorageConnectorsFilterArgs._configure(
|
6299
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6300
|
+
name=name,
|
6301
|
+
values=values,
|
6302
|
+
regex=regex,
|
6303
|
+
)
|
6304
|
+
@staticmethod
|
6305
|
+
def _configure(
|
6306
|
+
_setter: Callable[[Any, Any], None],
|
6307
|
+
name: str,
|
6308
|
+
values: Sequence[str],
|
6309
|
+
regex: Optional[bool] = None,
|
6310
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6311
|
+
_setter("name", name)
|
6312
|
+
_setter("values", values)
|
5257
6313
|
if regex is not None:
|
5258
|
-
|
6314
|
+
_setter("regex", regex)
|
5259
6315
|
|
5260
6316
|
@property
|
5261
6317
|
@pulumi.getter
|
@@ -5291,10 +6347,23 @@ class GetExternalExadataStorageServersFilterArgs:
|
|
5291
6347
|
name: str,
|
5292
6348
|
values: Sequence[str],
|
5293
6349
|
regex: Optional[bool] = None):
|
5294
|
-
|
5295
|
-
|
6350
|
+
GetExternalExadataStorageServersFilterArgs._configure(
|
6351
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6352
|
+
name=name,
|
6353
|
+
values=values,
|
6354
|
+
regex=regex,
|
6355
|
+
)
|
6356
|
+
@staticmethod
|
6357
|
+
def _configure(
|
6358
|
+
_setter: Callable[[Any, Any], None],
|
6359
|
+
name: str,
|
6360
|
+
values: Sequence[str],
|
6361
|
+
regex: Optional[bool] = None,
|
6362
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6363
|
+
_setter("name", name)
|
6364
|
+
_setter("values", values)
|
5296
6365
|
if regex is not None:
|
5297
|
-
|
6366
|
+
_setter("regex", regex)
|
5298
6367
|
|
5299
6368
|
@property
|
5300
6369
|
@pulumi.getter
|
@@ -5333,10 +6402,23 @@ class GetExternalListenerServicesFilterArgs:
|
|
5333
6402
|
"""
|
5334
6403
|
:param str name: The name of the service.
|
5335
6404
|
"""
|
5336
|
-
|
5337
|
-
|
6405
|
+
GetExternalListenerServicesFilterArgs._configure(
|
6406
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6407
|
+
name=name,
|
6408
|
+
values=values,
|
6409
|
+
regex=regex,
|
6410
|
+
)
|
6411
|
+
@staticmethod
|
6412
|
+
def _configure(
|
6413
|
+
_setter: Callable[[Any, Any], None],
|
6414
|
+
name: str,
|
6415
|
+
values: Sequence[str],
|
6416
|
+
regex: Optional[bool] = None,
|
6417
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6418
|
+
_setter("name", name)
|
6419
|
+
_setter("values", values)
|
5338
6420
|
if regex is not None:
|
5339
|
-
|
6421
|
+
_setter("regex", regex)
|
5340
6422
|
|
5341
6423
|
@property
|
5342
6424
|
@pulumi.getter
|
@@ -5375,10 +6457,23 @@ class GetExternalListenersFilterArgs:
|
|
5375
6457
|
name: str,
|
5376
6458
|
values: Sequence[str],
|
5377
6459
|
regex: Optional[bool] = None):
|
5378
|
-
|
5379
|
-
|
6460
|
+
GetExternalListenersFilterArgs._configure(
|
6461
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6462
|
+
name=name,
|
6463
|
+
values=values,
|
6464
|
+
regex=regex,
|
6465
|
+
)
|
6466
|
+
@staticmethod
|
6467
|
+
def _configure(
|
6468
|
+
_setter: Callable[[Any, Any], None],
|
6469
|
+
name: str,
|
6470
|
+
values: Sequence[str],
|
6471
|
+
regex: Optional[bool] = None,
|
6472
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6473
|
+
_setter("name", name)
|
6474
|
+
_setter("values", values)
|
5380
6475
|
if regex is not None:
|
5381
|
-
|
6476
|
+
_setter("regex", regex)
|
5382
6477
|
|
5383
6478
|
@property
|
5384
6479
|
@pulumi.getter
|
@@ -5417,10 +6512,23 @@ class GetJobExecutionsStatusesFilterArgs:
|
|
5417
6512
|
"""
|
5418
6513
|
:param str name: A filter to return only resources that match the entire name.
|
5419
6514
|
"""
|
5420
|
-
|
5421
|
-
|
6515
|
+
GetJobExecutionsStatusesFilterArgs._configure(
|
6516
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6517
|
+
name=name,
|
6518
|
+
values=values,
|
6519
|
+
regex=regex,
|
6520
|
+
)
|
6521
|
+
@staticmethod
|
6522
|
+
def _configure(
|
6523
|
+
_setter: Callable[[Any, Any], None],
|
6524
|
+
name: str,
|
6525
|
+
values: Sequence[str],
|
6526
|
+
regex: Optional[bool] = None,
|
6527
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6528
|
+
_setter("name", name)
|
6529
|
+
_setter("values", values)
|
5422
6530
|
if regex is not None:
|
5423
|
-
|
6531
|
+
_setter("regex", regex)
|
5424
6532
|
|
5425
6533
|
@property
|
5426
6534
|
@pulumi.getter
|
@@ -5459,10 +6567,23 @@ class GetManagedDatabaseAddmTasksFilterArgs:
|
|
5459
6567
|
name: str,
|
5460
6568
|
values: Sequence[str],
|
5461
6569
|
regex: Optional[bool] = None):
|
5462
|
-
|
5463
|
-
|
6570
|
+
GetManagedDatabaseAddmTasksFilterArgs._configure(
|
6571
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6572
|
+
name=name,
|
6573
|
+
values=values,
|
6574
|
+
regex=regex,
|
6575
|
+
)
|
6576
|
+
@staticmethod
|
6577
|
+
def _configure(
|
6578
|
+
_setter: Callable[[Any, Any], None],
|
6579
|
+
name: str,
|
6580
|
+
values: Sequence[str],
|
6581
|
+
regex: Optional[bool] = None,
|
6582
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6583
|
+
_setter("name", name)
|
6584
|
+
_setter("values", values)
|
5464
6585
|
if regex is not None:
|
5465
|
-
|
6586
|
+
_setter("regex", regex)
|
5466
6587
|
|
5467
6588
|
@property
|
5468
6589
|
@pulumi.getter
|
@@ -5498,10 +6619,23 @@ class GetManagedDatabaseAlertLogCountsFilterArgs:
|
|
5498
6619
|
name: str,
|
5499
6620
|
values: Sequence[str],
|
5500
6621
|
regex: Optional[bool] = None):
|
5501
|
-
|
5502
|
-
|
6622
|
+
GetManagedDatabaseAlertLogCountsFilterArgs._configure(
|
6623
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6624
|
+
name=name,
|
6625
|
+
values=values,
|
6626
|
+
regex=regex,
|
6627
|
+
)
|
6628
|
+
@staticmethod
|
6629
|
+
def _configure(
|
6630
|
+
_setter: Callable[[Any, Any], None],
|
6631
|
+
name: str,
|
6632
|
+
values: Sequence[str],
|
6633
|
+
regex: Optional[bool] = None,
|
6634
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6635
|
+
_setter("name", name)
|
6636
|
+
_setter("values", values)
|
5503
6637
|
if regex is not None:
|
5504
|
-
|
6638
|
+
_setter("regex", regex)
|
5505
6639
|
|
5506
6640
|
@property
|
5507
6641
|
@pulumi.getter
|
@@ -5537,10 +6671,23 @@ class GetManagedDatabaseAttentionLogCountsFilterArgs:
|
|
5537
6671
|
name: str,
|
5538
6672
|
values: Sequence[str],
|
5539
6673
|
regex: Optional[bool] = None):
|
5540
|
-
|
5541
|
-
|
6674
|
+
GetManagedDatabaseAttentionLogCountsFilterArgs._configure(
|
6675
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6676
|
+
name=name,
|
6677
|
+
values=values,
|
6678
|
+
regex=regex,
|
6679
|
+
)
|
6680
|
+
@staticmethod
|
6681
|
+
def _configure(
|
6682
|
+
_setter: Callable[[Any, Any], None],
|
6683
|
+
name: str,
|
6684
|
+
values: Sequence[str],
|
6685
|
+
regex: Optional[bool] = None,
|
6686
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6687
|
+
_setter("name", name)
|
6688
|
+
_setter("values", values)
|
5542
6689
|
if regex is not None:
|
5543
|
-
|
6690
|
+
_setter("regex", regex)
|
5544
6691
|
|
5545
6692
|
@property
|
5546
6693
|
@pulumi.getter
|
@@ -5576,10 +6723,23 @@ class GetManagedDatabaseCursorCacheStatementsFilterArgs:
|
|
5576
6723
|
name: str,
|
5577
6724
|
values: Sequence[str],
|
5578
6725
|
regex: Optional[bool] = None):
|
5579
|
-
|
5580
|
-
|
6726
|
+
GetManagedDatabaseCursorCacheStatementsFilterArgs._configure(
|
6727
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6728
|
+
name=name,
|
6729
|
+
values=values,
|
6730
|
+
regex=regex,
|
6731
|
+
)
|
6732
|
+
@staticmethod
|
6733
|
+
def _configure(
|
6734
|
+
_setter: Callable[[Any, Any], None],
|
6735
|
+
name: str,
|
6736
|
+
values: Sequence[str],
|
6737
|
+
regex: Optional[bool] = None,
|
6738
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6739
|
+
_setter("name", name)
|
6740
|
+
_setter("values", values)
|
5581
6741
|
if regex is not None:
|
5582
|
-
|
6742
|
+
_setter("regex", regex)
|
5583
6743
|
|
5584
6744
|
@property
|
5585
6745
|
@pulumi.getter
|
@@ -5618,10 +6778,23 @@ class GetManagedDatabaseGroupsFilterArgs:
|
|
5618
6778
|
"""
|
5619
6779
|
:param str name: A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
|
5620
6780
|
"""
|
5621
|
-
|
5622
|
-
|
6781
|
+
GetManagedDatabaseGroupsFilterArgs._configure(
|
6782
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6783
|
+
name=name,
|
6784
|
+
values=values,
|
6785
|
+
regex=regex,
|
6786
|
+
)
|
6787
|
+
@staticmethod
|
6788
|
+
def _configure(
|
6789
|
+
_setter: Callable[[Any, Any], None],
|
6790
|
+
name: str,
|
6791
|
+
values: Sequence[str],
|
6792
|
+
regex: Optional[bool] = None,
|
6793
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6794
|
+
_setter("name", name)
|
6795
|
+
_setter("values", values)
|
5623
6796
|
if regex is not None:
|
5624
|
-
|
6797
|
+
_setter("regex", regex)
|
5625
6798
|
|
5626
6799
|
@property
|
5627
6800
|
@pulumi.getter
|
@@ -5663,10 +6836,23 @@ class GetManagedDatabaseOptimizerStatisticsAdvisorExecutionsFilterArgs:
|
|
5663
6836
|
"""
|
5664
6837
|
:param str name: The name of the rule.
|
5665
6838
|
"""
|
5666
|
-
|
5667
|
-
|
6839
|
+
GetManagedDatabaseOptimizerStatisticsAdvisorExecutionsFilterArgs._configure(
|
6840
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6841
|
+
name=name,
|
6842
|
+
values=values,
|
6843
|
+
regex=regex,
|
6844
|
+
)
|
6845
|
+
@staticmethod
|
6846
|
+
def _configure(
|
6847
|
+
_setter: Callable[[Any, Any], None],
|
6848
|
+
name: str,
|
6849
|
+
values: Sequence[str],
|
6850
|
+
regex: Optional[bool] = None,
|
6851
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6852
|
+
_setter("name", name)
|
6853
|
+
_setter("values", values)
|
5668
6854
|
if regex is not None:
|
5669
|
-
|
6855
|
+
_setter("regex", regex)
|
5670
6856
|
|
5671
6857
|
@property
|
5672
6858
|
@pulumi.getter
|
@@ -5705,10 +6891,23 @@ class GetManagedDatabaseOptimizerStatisticsCollectionAggregationsFilterArgs:
|
|
5705
6891
|
name: str,
|
5706
6892
|
values: Sequence[str],
|
5707
6893
|
regex: Optional[bool] = None):
|
5708
|
-
|
5709
|
-
|
6894
|
+
GetManagedDatabaseOptimizerStatisticsCollectionAggregationsFilterArgs._configure(
|
6895
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6896
|
+
name=name,
|
6897
|
+
values=values,
|
6898
|
+
regex=regex,
|
6899
|
+
)
|
6900
|
+
@staticmethod
|
6901
|
+
def _configure(
|
6902
|
+
_setter: Callable[[Any, Any], None],
|
6903
|
+
name: str,
|
6904
|
+
values: Sequence[str],
|
6905
|
+
regex: Optional[bool] = None,
|
6906
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6907
|
+
_setter("name", name)
|
6908
|
+
_setter("values", values)
|
5710
6909
|
if regex is not None:
|
5711
|
-
|
6910
|
+
_setter("regex", regex)
|
5712
6911
|
|
5713
6912
|
@property
|
5714
6913
|
@pulumi.getter
|
@@ -5747,10 +6946,23 @@ class GetManagedDatabaseOptimizerStatisticsCollectionOperationsFilterArgs:
|
|
5747
6946
|
"""
|
5748
6947
|
:param str name: The name of the Managed Database.
|
5749
6948
|
"""
|
5750
|
-
|
5751
|
-
|
6949
|
+
GetManagedDatabaseOptimizerStatisticsCollectionOperationsFilterArgs._configure(
|
6950
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6951
|
+
name=name,
|
6952
|
+
values=values,
|
6953
|
+
regex=regex,
|
6954
|
+
)
|
6955
|
+
@staticmethod
|
6956
|
+
def _configure(
|
6957
|
+
_setter: Callable[[Any, Any], None],
|
6958
|
+
name: str,
|
6959
|
+
values: Sequence[str],
|
6960
|
+
regex: Optional[bool] = None,
|
6961
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6962
|
+
_setter("name", name)
|
6963
|
+
_setter("values", values)
|
5752
6964
|
if regex is not None:
|
5753
|
-
|
6965
|
+
_setter("regex", regex)
|
5754
6966
|
|
5755
6967
|
@property
|
5756
6968
|
@pulumi.getter
|
@@ -5792,10 +7004,23 @@ class GetManagedDatabaseSqlPlanBaselineJobsFilterArgs:
|
|
5792
7004
|
"""
|
5793
7005
|
:param str name: A filter to return the SQL plan baseline jobs that match the name.
|
5794
7006
|
"""
|
5795
|
-
|
5796
|
-
|
7007
|
+
GetManagedDatabaseSqlPlanBaselineJobsFilterArgs._configure(
|
7008
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7009
|
+
name=name,
|
7010
|
+
values=values,
|
7011
|
+
regex=regex,
|
7012
|
+
)
|
7013
|
+
@staticmethod
|
7014
|
+
def _configure(
|
7015
|
+
_setter: Callable[[Any, Any], None],
|
7016
|
+
name: str,
|
7017
|
+
values: Sequence[str],
|
7018
|
+
regex: Optional[bool] = None,
|
7019
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7020
|
+
_setter("name", name)
|
7021
|
+
_setter("values", values)
|
5797
7022
|
if regex is not None:
|
5798
|
-
|
7023
|
+
_setter("regex", regex)
|
5799
7024
|
|
5800
7025
|
@property
|
5801
7026
|
@pulumi.getter
|
@@ -5834,10 +7059,23 @@ class GetManagedDatabaseSqlPlanBaselinesFilterArgs:
|
|
5834
7059
|
name: str,
|
5835
7060
|
values: Sequence[str],
|
5836
7061
|
regex: Optional[bool] = None):
|
5837
|
-
|
5838
|
-
|
7062
|
+
GetManagedDatabaseSqlPlanBaselinesFilterArgs._configure(
|
7063
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7064
|
+
name=name,
|
7065
|
+
values=values,
|
7066
|
+
regex=regex,
|
7067
|
+
)
|
7068
|
+
@staticmethod
|
7069
|
+
def _configure(
|
7070
|
+
_setter: Callable[[Any, Any], None],
|
7071
|
+
name: str,
|
7072
|
+
values: Sequence[str],
|
7073
|
+
regex: Optional[bool] = None,
|
7074
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7075
|
+
_setter("name", name)
|
7076
|
+
_setter("values", values)
|
5839
7077
|
if regex is not None:
|
5840
|
-
|
7078
|
+
_setter("regex", regex)
|
5841
7079
|
|
5842
7080
|
@property
|
5843
7081
|
@pulumi.getter
|
@@ -5876,10 +7114,23 @@ class GetManagedDatabaseSqlTuningAdvisorTasksFilterArgs:
|
|
5876
7114
|
"""
|
5877
7115
|
:param str name: The optional query parameter to filter the SQL Tuning Advisor task list by name.
|
5878
7116
|
"""
|
5879
|
-
|
5880
|
-
|
7117
|
+
GetManagedDatabaseSqlTuningAdvisorTasksFilterArgs._configure(
|
7118
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7119
|
+
name=name,
|
7120
|
+
values=values,
|
7121
|
+
regex=regex,
|
7122
|
+
)
|
7123
|
+
@staticmethod
|
7124
|
+
def _configure(
|
7125
|
+
_setter: Callable[[Any, Any], None],
|
7126
|
+
name: str,
|
7127
|
+
values: Sequence[str],
|
7128
|
+
regex: Optional[bool] = None,
|
7129
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7130
|
+
_setter("name", name)
|
7131
|
+
_setter("values", values)
|
5881
7132
|
if regex is not None:
|
5882
|
-
|
7133
|
+
_setter("regex", regex)
|
5883
7134
|
|
5884
7135
|
@property
|
5885
7136
|
@pulumi.getter
|
@@ -5918,10 +7169,23 @@ class GetManagedDatabaseSqlTuningAdvisorTasksFindingsFilterArgs:
|
|
5918
7169
|
name: str,
|
5919
7170
|
values: Sequence[str],
|
5920
7171
|
regex: Optional[bool] = None):
|
5921
|
-
|
5922
|
-
|
7172
|
+
GetManagedDatabaseSqlTuningAdvisorTasksFindingsFilterArgs._configure(
|
7173
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7174
|
+
name=name,
|
7175
|
+
values=values,
|
7176
|
+
regex=regex,
|
7177
|
+
)
|
7178
|
+
@staticmethod
|
7179
|
+
def _configure(
|
7180
|
+
_setter: Callable[[Any, Any], None],
|
7181
|
+
name: str,
|
7182
|
+
values: Sequence[str],
|
7183
|
+
regex: Optional[bool] = None,
|
7184
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7185
|
+
_setter("name", name)
|
7186
|
+
_setter("values", values)
|
5923
7187
|
if regex is not None:
|
5924
|
-
|
7188
|
+
_setter("regex", regex)
|
5925
7189
|
|
5926
7190
|
@property
|
5927
7191
|
@pulumi.getter
|
@@ -5957,10 +7221,23 @@ class GetManagedDatabaseSqlTuningAdvisorTasksRecommendationsFilterArgs:
|
|
5957
7221
|
name: str,
|
5958
7222
|
values: Sequence[str],
|
5959
7223
|
regex: Optional[bool] = None):
|
5960
|
-
|
5961
|
-
|
7224
|
+
GetManagedDatabaseSqlTuningAdvisorTasksRecommendationsFilterArgs._configure(
|
7225
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7226
|
+
name=name,
|
7227
|
+
values=values,
|
7228
|
+
regex=regex,
|
7229
|
+
)
|
7230
|
+
@staticmethod
|
7231
|
+
def _configure(
|
7232
|
+
_setter: Callable[[Any, Any], None],
|
7233
|
+
name: str,
|
7234
|
+
values: Sequence[str],
|
7235
|
+
regex: Optional[bool] = None,
|
7236
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7237
|
+
_setter("name", name)
|
7238
|
+
_setter("values", values)
|
5962
7239
|
if regex is not None:
|
5963
|
-
|
7240
|
+
_setter("regex", regex)
|
5964
7241
|
|
5965
7242
|
@property
|
5966
7243
|
@pulumi.getter
|
@@ -5999,10 +7276,23 @@ class GetManagedDatabaseSqlTuningSetsFilterArgs:
|
|
5999
7276
|
"""
|
6000
7277
|
:param str name: The name of the SQL tuning set.
|
6001
7278
|
"""
|
6002
|
-
|
6003
|
-
|
7279
|
+
GetManagedDatabaseSqlTuningSetsFilterArgs._configure(
|
7280
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7281
|
+
name=name,
|
7282
|
+
values=values,
|
7283
|
+
regex=regex,
|
7284
|
+
)
|
7285
|
+
@staticmethod
|
7286
|
+
def _configure(
|
7287
|
+
_setter: Callable[[Any, Any], None],
|
7288
|
+
name: str,
|
7289
|
+
values: Sequence[str],
|
7290
|
+
regex: Optional[bool] = None,
|
7291
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7292
|
+
_setter("name", name)
|
7293
|
+
_setter("values", values)
|
6004
7294
|
if regex is not None:
|
6005
|
-
|
7295
|
+
_setter("regex", regex)
|
6006
7296
|
|
6007
7297
|
@property
|
6008
7298
|
@pulumi.getter
|
@@ -6041,10 +7331,23 @@ class GetManagedDatabaseTableStatisticsFilterArgs:
|
|
6041
7331
|
name: str,
|
6042
7332
|
values: Sequence[str],
|
6043
7333
|
regex: Optional[bool] = None):
|
6044
|
-
|
6045
|
-
|
7334
|
+
GetManagedDatabaseTableStatisticsFilterArgs._configure(
|
7335
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7336
|
+
name=name,
|
7337
|
+
values=values,
|
7338
|
+
regex=regex,
|
7339
|
+
)
|
7340
|
+
@staticmethod
|
7341
|
+
def _configure(
|
7342
|
+
_setter: Callable[[Any, Any], None],
|
7343
|
+
name: str,
|
7344
|
+
values: Sequence[str],
|
7345
|
+
regex: Optional[bool] = None,
|
7346
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7347
|
+
_setter("name", name)
|
7348
|
+
_setter("values", values)
|
6046
7349
|
if regex is not None:
|
6047
|
-
|
7350
|
+
_setter("regex", regex)
|
6048
7351
|
|
6049
7352
|
@property
|
6050
7353
|
@pulumi.getter
|
@@ -6083,10 +7386,23 @@ class GetManagedDatabaseUserConsumerGroupPrivilegesFilterArgs:
|
|
6083
7386
|
"""
|
6084
7387
|
:param str name: A filter to return only resources that match the entire name.
|
6085
7388
|
"""
|
6086
|
-
|
6087
|
-
|
7389
|
+
GetManagedDatabaseUserConsumerGroupPrivilegesFilterArgs._configure(
|
7390
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7391
|
+
name=name,
|
7392
|
+
values=values,
|
7393
|
+
regex=regex,
|
7394
|
+
)
|
7395
|
+
@staticmethod
|
7396
|
+
def _configure(
|
7397
|
+
_setter: Callable[[Any, Any], None],
|
7398
|
+
name: str,
|
7399
|
+
values: Sequence[str],
|
7400
|
+
regex: Optional[bool] = None,
|
7401
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7402
|
+
_setter("name", name)
|
7403
|
+
_setter("values", values)
|
6088
7404
|
if regex is not None:
|
6089
|
-
|
7405
|
+
_setter("regex", regex)
|
6090
7406
|
|
6091
7407
|
@property
|
6092
7408
|
@pulumi.getter
|
@@ -6128,10 +7444,23 @@ class GetManagedDatabaseUserDataAccessContainersFilterArgs:
|
|
6128
7444
|
"""
|
6129
7445
|
:param str name: A filter to return only resources that match the entire name.
|
6130
7446
|
"""
|
6131
|
-
|
6132
|
-
|
7447
|
+
GetManagedDatabaseUserDataAccessContainersFilterArgs._configure(
|
7448
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7449
|
+
name=name,
|
7450
|
+
values=values,
|
7451
|
+
regex=regex,
|
7452
|
+
)
|
7453
|
+
@staticmethod
|
7454
|
+
def _configure(
|
7455
|
+
_setter: Callable[[Any, Any], None],
|
7456
|
+
name: str,
|
7457
|
+
values: Sequence[str],
|
7458
|
+
regex: Optional[bool] = None,
|
7459
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7460
|
+
_setter("name", name)
|
7461
|
+
_setter("values", values)
|
6133
7462
|
if regex is not None:
|
6134
|
-
|
7463
|
+
_setter("regex", regex)
|
6135
7464
|
|
6136
7465
|
@property
|
6137
7466
|
@pulumi.getter
|
@@ -6173,10 +7502,23 @@ class GetManagedDatabaseUserObjectPrivilegesFilterArgs:
|
|
6173
7502
|
"""
|
6174
7503
|
:param str name: A filter to return only resources that match the entire name.
|
6175
7504
|
"""
|
6176
|
-
|
6177
|
-
|
7505
|
+
GetManagedDatabaseUserObjectPrivilegesFilterArgs._configure(
|
7506
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7507
|
+
name=name,
|
7508
|
+
values=values,
|
7509
|
+
regex=regex,
|
7510
|
+
)
|
7511
|
+
@staticmethod
|
7512
|
+
def _configure(
|
7513
|
+
_setter: Callable[[Any, Any], None],
|
7514
|
+
name: str,
|
7515
|
+
values: Sequence[str],
|
7516
|
+
regex: Optional[bool] = None,
|
7517
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7518
|
+
_setter("name", name)
|
7519
|
+
_setter("values", values)
|
6178
7520
|
if regex is not None:
|
6179
|
-
|
7521
|
+
_setter("regex", regex)
|
6180
7522
|
|
6181
7523
|
@property
|
6182
7524
|
@pulumi.getter
|
@@ -6218,10 +7560,23 @@ class GetManagedDatabaseUserProxiedForUsersFilterArgs:
|
|
6218
7560
|
"""
|
6219
7561
|
:param str name: A filter to return only resources that match the entire name.
|
6220
7562
|
"""
|
6221
|
-
|
6222
|
-
|
7563
|
+
GetManagedDatabaseUserProxiedForUsersFilterArgs._configure(
|
7564
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7565
|
+
name=name,
|
7566
|
+
values=values,
|
7567
|
+
regex=regex,
|
7568
|
+
)
|
7569
|
+
@staticmethod
|
7570
|
+
def _configure(
|
7571
|
+
_setter: Callable[[Any, Any], None],
|
7572
|
+
name: str,
|
7573
|
+
values: Sequence[str],
|
7574
|
+
regex: Optional[bool] = None,
|
7575
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7576
|
+
_setter("name", name)
|
7577
|
+
_setter("values", values)
|
6223
7578
|
if regex is not None:
|
6224
|
-
|
7579
|
+
_setter("regex", regex)
|
6225
7580
|
|
6226
7581
|
@property
|
6227
7582
|
@pulumi.getter
|
@@ -6263,10 +7618,23 @@ class GetManagedDatabaseUserRolesFilterArgs:
|
|
6263
7618
|
"""
|
6264
7619
|
:param str name: A filter to return only resources that match the entire name.
|
6265
7620
|
"""
|
6266
|
-
|
6267
|
-
|
7621
|
+
GetManagedDatabaseUserRolesFilterArgs._configure(
|
7622
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7623
|
+
name=name,
|
7624
|
+
values=values,
|
7625
|
+
regex=regex,
|
7626
|
+
)
|
7627
|
+
@staticmethod
|
7628
|
+
def _configure(
|
7629
|
+
_setter: Callable[[Any, Any], None],
|
7630
|
+
name: str,
|
7631
|
+
values: Sequence[str],
|
7632
|
+
regex: Optional[bool] = None,
|
7633
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7634
|
+
_setter("name", name)
|
7635
|
+
_setter("values", values)
|
6268
7636
|
if regex is not None:
|
6269
|
-
|
7637
|
+
_setter("regex", regex)
|
6270
7638
|
|
6271
7639
|
@property
|
6272
7640
|
@pulumi.getter
|
@@ -6308,10 +7676,23 @@ class GetManagedDatabaseUsersFilterArgs:
|
|
6308
7676
|
"""
|
6309
7677
|
:param str name: A filter to return only resources that match the entire name.
|
6310
7678
|
"""
|
6311
|
-
|
6312
|
-
|
7679
|
+
GetManagedDatabaseUsersFilterArgs._configure(
|
7680
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7681
|
+
name=name,
|
7682
|
+
values=values,
|
7683
|
+
regex=regex,
|
7684
|
+
)
|
7685
|
+
@staticmethod
|
7686
|
+
def _configure(
|
7687
|
+
_setter: Callable[[Any, Any], None],
|
7688
|
+
name: str,
|
7689
|
+
values: Sequence[str],
|
7690
|
+
regex: Optional[bool] = None,
|
7691
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7692
|
+
_setter("name", name)
|
7693
|
+
_setter("values", values)
|
6313
7694
|
if regex is not None:
|
6314
|
-
|
7695
|
+
_setter("regex", regex)
|
6315
7696
|
|
6316
7697
|
@property
|
6317
7698
|
@pulumi.getter
|
@@ -6353,10 +7734,23 @@ class GetManagedDatabasesAsmPropertiesFilterArgs:
|
|
6353
7734
|
"""
|
6354
7735
|
:param str name: A filter to return only resources that match the entire name.
|
6355
7736
|
"""
|
6356
|
-
|
6357
|
-
|
7737
|
+
GetManagedDatabasesAsmPropertiesFilterArgs._configure(
|
7738
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7739
|
+
name=name,
|
7740
|
+
values=values,
|
7741
|
+
regex=regex,
|
7742
|
+
)
|
7743
|
+
@staticmethod
|
7744
|
+
def _configure(
|
7745
|
+
_setter: Callable[[Any, Any], None],
|
7746
|
+
name: str,
|
7747
|
+
values: Sequence[str],
|
7748
|
+
regex: Optional[bool] = None,
|
7749
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7750
|
+
_setter("name", name)
|
7751
|
+
_setter("values", values)
|
6358
7752
|
if regex is not None:
|
6359
|
-
|
7753
|
+
_setter("regex", regex)
|
6360
7754
|
|
6361
7755
|
@property
|
6362
7756
|
@pulumi.getter
|
@@ -6398,10 +7792,23 @@ class GetManagedDatabasesDatabaseParametersFilterArgs:
|
|
6398
7792
|
"""
|
6399
7793
|
:param str name: A filter to return all parameters that have the text given in their names.
|
6400
7794
|
"""
|
6401
|
-
|
6402
|
-
|
7795
|
+
GetManagedDatabasesDatabaseParametersFilterArgs._configure(
|
7796
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7797
|
+
name=name,
|
7798
|
+
values=values,
|
7799
|
+
regex=regex,
|
7800
|
+
)
|
7801
|
+
@staticmethod
|
7802
|
+
def _configure(
|
7803
|
+
_setter: Callable[[Any, Any], None],
|
7804
|
+
name: str,
|
7805
|
+
values: Sequence[str],
|
7806
|
+
regex: Optional[bool] = None,
|
7807
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7808
|
+
_setter("name", name)
|
7809
|
+
_setter("values", values)
|
6403
7810
|
if regex is not None:
|
6404
|
-
|
7811
|
+
_setter("regex", regex)
|
6405
7812
|
|
6406
7813
|
@property
|
6407
7814
|
@pulumi.getter
|
@@ -6443,10 +7850,23 @@ class GetManagedDatabasesFilterArgs:
|
|
6443
7850
|
"""
|
6444
7851
|
:param str name: A filter to return only resources that match the entire name.
|
6445
7852
|
"""
|
6446
|
-
|
6447
|
-
|
7853
|
+
GetManagedDatabasesFilterArgs._configure(
|
7854
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7855
|
+
name=name,
|
7856
|
+
values=values,
|
7857
|
+
regex=regex,
|
7858
|
+
)
|
7859
|
+
@staticmethod
|
7860
|
+
def _configure(
|
7861
|
+
_setter: Callable[[Any, Any], None],
|
7862
|
+
name: str,
|
7863
|
+
values: Sequence[str],
|
7864
|
+
regex: Optional[bool] = None,
|
7865
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7866
|
+
_setter("name", name)
|
7867
|
+
_setter("values", values)
|
6448
7868
|
if regex is not None:
|
6449
|
-
|
7869
|
+
_setter("regex", regex)
|
6450
7870
|
|
6451
7871
|
@property
|
6452
7872
|
@pulumi.getter
|
@@ -6488,10 +7908,23 @@ class GetManagedDatabasesUserProxyUsersFilterArgs:
|
|
6488
7908
|
"""
|
6489
7909
|
:param str name: A filter to return only resources that match the entire name.
|
6490
7910
|
"""
|
6491
|
-
|
6492
|
-
|
7911
|
+
GetManagedDatabasesUserProxyUsersFilterArgs._configure(
|
7912
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7913
|
+
name=name,
|
7914
|
+
values=values,
|
7915
|
+
regex=regex,
|
7916
|
+
)
|
7917
|
+
@staticmethod
|
7918
|
+
def _configure(
|
7919
|
+
_setter: Callable[[Any, Any], None],
|
7920
|
+
name: str,
|
7921
|
+
values: Sequence[str],
|
7922
|
+
regex: Optional[bool] = None,
|
7923
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7924
|
+
_setter("name", name)
|
7925
|
+
_setter("values", values)
|
6493
7926
|
if regex is not None:
|
6494
|
-
|
7927
|
+
_setter("regex", regex)
|
6495
7928
|
|
6496
7929
|
@property
|
6497
7930
|
@pulumi.getter
|
@@ -6533,10 +7966,23 @@ class GetManagedDatabasesUserSystemPrivilegesFilterArgs:
|
|
6533
7966
|
"""
|
6534
7967
|
:param str name: A filter to return only resources that match the entire name.
|
6535
7968
|
"""
|
6536
|
-
|
6537
|
-
|
7969
|
+
GetManagedDatabasesUserSystemPrivilegesFilterArgs._configure(
|
7970
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7971
|
+
name=name,
|
7972
|
+
values=values,
|
7973
|
+
regex=regex,
|
7974
|
+
)
|
7975
|
+
@staticmethod
|
7976
|
+
def _configure(
|
7977
|
+
_setter: Callable[[Any, Any], None],
|
7978
|
+
name: str,
|
7979
|
+
values: Sequence[str],
|
7980
|
+
regex: Optional[bool] = None,
|
7981
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7982
|
+
_setter("name", name)
|
7983
|
+
_setter("values", values)
|
6538
7984
|
if regex is not None:
|
6539
|
-
|
7985
|
+
_setter("regex", regex)
|
6540
7986
|
|
6541
7987
|
@property
|
6542
7988
|
@pulumi.getter
|