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
pulumi_oci/opsi/outputs.py
CHANGED
@@ -6,7 +6,7 @@ import copy
|
|
6
6
|
import warnings
|
7
7
|
import pulumi
|
8
8
|
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
from . import outputs
|
12
12
|
|
@@ -141,18 +141,37 @@ class DatabaseInsightConnectionCredentialDetails(dict):
|
|
141
141
|
:param str user_name: database user name.
|
142
142
|
:param str wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
|
143
143
|
"""
|
144
|
+
DatabaseInsightConnectionCredentialDetails._configure(
|
145
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
146
|
+
credential_source_name=credential_source_name,
|
147
|
+
credential_type=credential_type,
|
148
|
+
password_secret_id=password_secret_id,
|
149
|
+
role=role,
|
150
|
+
user_name=user_name,
|
151
|
+
wallet_secret_id=wallet_secret_id,
|
152
|
+
)
|
153
|
+
@staticmethod
|
154
|
+
def _configure(
|
155
|
+
_setter: Callable[[Any, Any], None],
|
156
|
+
credential_source_name: Optional[str] = None,
|
157
|
+
credential_type: Optional[str] = None,
|
158
|
+
password_secret_id: Optional[str] = None,
|
159
|
+
role: Optional[str] = None,
|
160
|
+
user_name: Optional[str] = None,
|
161
|
+
wallet_secret_id: Optional[str] = None,
|
162
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
144
163
|
if credential_source_name is not None:
|
145
|
-
|
164
|
+
_setter("credential_source_name", credential_source_name)
|
146
165
|
if credential_type is not None:
|
147
|
-
|
166
|
+
_setter("credential_type", credential_type)
|
148
167
|
if password_secret_id is not None:
|
149
|
-
|
168
|
+
_setter("password_secret_id", password_secret_id)
|
150
169
|
if role is not None:
|
151
|
-
|
170
|
+
_setter("role", role)
|
152
171
|
if user_name is not None:
|
153
|
-
|
172
|
+
_setter("user_name", user_name)
|
154
173
|
if wallet_secret_id is not None:
|
155
|
-
|
174
|
+
_setter("wallet_secret_id", wallet_secret_id)
|
156
175
|
|
157
176
|
@property
|
158
177
|
@pulumi.getter(name="credentialSourceName")
|
@@ -237,16 +256,33 @@ class DatabaseInsightConnectionDetails(dict):
|
|
237
256
|
:param str protocol: Protocol used for connection requests for private endpoint accssed database resource.
|
238
257
|
:param str service_name: Database service name used for connection requests.
|
239
258
|
"""
|
259
|
+
DatabaseInsightConnectionDetails._configure(
|
260
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
261
|
+
host_name=host_name,
|
262
|
+
hosts=hosts,
|
263
|
+
port=port,
|
264
|
+
protocol=protocol,
|
265
|
+
service_name=service_name,
|
266
|
+
)
|
267
|
+
@staticmethod
|
268
|
+
def _configure(
|
269
|
+
_setter: Callable[[Any, Any], None],
|
270
|
+
host_name: Optional[str] = None,
|
271
|
+
hosts: Optional[Sequence['outputs.DatabaseInsightConnectionDetailsHost']] = None,
|
272
|
+
port: Optional[int] = None,
|
273
|
+
protocol: Optional[str] = None,
|
274
|
+
service_name: Optional[str] = None,
|
275
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
240
276
|
if host_name is not None:
|
241
|
-
|
277
|
+
_setter("host_name", host_name)
|
242
278
|
if hosts is not None:
|
243
|
-
|
279
|
+
_setter("hosts", hosts)
|
244
280
|
if port is not None:
|
245
|
-
|
281
|
+
_setter("port", port)
|
246
282
|
if protocol is not None:
|
247
|
-
|
283
|
+
_setter("protocol", protocol)
|
248
284
|
if service_name is not None:
|
249
|
-
|
285
|
+
_setter("service_name", service_name)
|
250
286
|
|
251
287
|
@property
|
252
288
|
@pulumi.getter(name="hostName")
|
@@ -315,10 +351,21 @@ class DatabaseInsightConnectionDetailsHost(dict):
|
|
315
351
|
:param str host_ip: Host IP used for connection requests for Cloud DB resource.
|
316
352
|
:param int port: Listener port number used for connection requests for rivate endpoint accessed db resource.
|
317
353
|
"""
|
354
|
+
DatabaseInsightConnectionDetailsHost._configure(
|
355
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
356
|
+
host_ip=host_ip,
|
357
|
+
port=port,
|
358
|
+
)
|
359
|
+
@staticmethod
|
360
|
+
def _configure(
|
361
|
+
_setter: Callable[[Any, Any], None],
|
362
|
+
host_ip: Optional[str] = None,
|
363
|
+
port: Optional[int] = None,
|
364
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
318
365
|
if host_ip is not None:
|
319
|
-
|
366
|
+
_setter("host_ip", host_ip)
|
320
367
|
if port is not None:
|
321
|
-
|
368
|
+
_setter("port", port)
|
322
369
|
|
323
370
|
@property
|
324
371
|
@pulumi.getter(name="hostIp")
|
@@ -379,17 +426,36 @@ class DatabaseInsightCredentialDetails(dict):
|
|
379
426
|
:param str user_name: database user name.
|
380
427
|
:param str wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
|
381
428
|
"""
|
382
|
-
|
429
|
+
DatabaseInsightCredentialDetails._configure(
|
430
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
431
|
+
credential_type=credential_type,
|
432
|
+
credential_source_name=credential_source_name,
|
433
|
+
password_secret_id=password_secret_id,
|
434
|
+
role=role,
|
435
|
+
user_name=user_name,
|
436
|
+
wallet_secret_id=wallet_secret_id,
|
437
|
+
)
|
438
|
+
@staticmethod
|
439
|
+
def _configure(
|
440
|
+
_setter: Callable[[Any, Any], None],
|
441
|
+
credential_type: str,
|
442
|
+
credential_source_name: Optional[str] = None,
|
443
|
+
password_secret_id: Optional[str] = None,
|
444
|
+
role: Optional[str] = None,
|
445
|
+
user_name: Optional[str] = None,
|
446
|
+
wallet_secret_id: Optional[str] = None,
|
447
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
448
|
+
_setter("credential_type", credential_type)
|
383
449
|
if credential_source_name is not None:
|
384
|
-
|
450
|
+
_setter("credential_source_name", credential_source_name)
|
385
451
|
if password_secret_id is not None:
|
386
|
-
|
452
|
+
_setter("password_secret_id", password_secret_id)
|
387
453
|
if role is not None:
|
388
|
-
|
454
|
+
_setter("role", role)
|
389
455
|
if user_name is not None:
|
390
|
-
|
456
|
+
_setter("user_name", user_name)
|
391
457
|
if wallet_secret_id is not None:
|
392
|
-
|
458
|
+
_setter("wallet_secret_id", wallet_secret_id)
|
393
459
|
|
394
460
|
@property
|
395
461
|
@pulumi.getter(name="credentialType")
|
@@ -480,16 +546,33 @@ class ExadataInsightMemberVmClusterDetail(dict):
|
|
480
546
|
:param str opsi_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
|
481
547
|
:param str vmcluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM Cluster.
|
482
548
|
"""
|
549
|
+
ExadataInsightMemberVmClusterDetail._configure(
|
550
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
551
|
+
compartment_id=compartment_id,
|
552
|
+
dbm_private_endpoint_id=dbm_private_endpoint_id,
|
553
|
+
member_database_details=member_database_details,
|
554
|
+
opsi_private_endpoint_id=opsi_private_endpoint_id,
|
555
|
+
vmcluster_id=vmcluster_id,
|
556
|
+
)
|
557
|
+
@staticmethod
|
558
|
+
def _configure(
|
559
|
+
_setter: Callable[[Any, Any], None],
|
560
|
+
compartment_id: Optional[str] = None,
|
561
|
+
dbm_private_endpoint_id: Optional[str] = None,
|
562
|
+
member_database_details: Optional[Sequence['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetail']] = None,
|
563
|
+
opsi_private_endpoint_id: Optional[str] = None,
|
564
|
+
vmcluster_id: Optional[str] = None,
|
565
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
483
566
|
if compartment_id is not None:
|
484
|
-
|
567
|
+
_setter("compartment_id", compartment_id)
|
485
568
|
if dbm_private_endpoint_id is not None:
|
486
|
-
|
569
|
+
_setter("dbm_private_endpoint_id", dbm_private_endpoint_id)
|
487
570
|
if member_database_details is not None:
|
488
|
-
|
571
|
+
_setter("member_database_details", member_database_details)
|
489
572
|
if opsi_private_endpoint_id is not None:
|
490
|
-
|
573
|
+
_setter("opsi_private_endpoint_id", opsi_private_endpoint_id)
|
491
574
|
if vmcluster_id is not None:
|
492
|
-
|
575
|
+
_setter("vmcluster_id", vmcluster_id)
|
493
576
|
|
494
577
|
@property
|
495
578
|
@pulumi.getter(name="compartmentId")
|
@@ -604,32 +687,65 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
|
|
604
687
|
:param str service_name: Database service name used for connection requests.
|
605
688
|
:param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
606
689
|
"""
|
690
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetail._configure(
|
691
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
692
|
+
compartment_id=compartment_id,
|
693
|
+
connection_details=connection_details,
|
694
|
+
credential_details=credential_details,
|
695
|
+
database_id=database_id,
|
696
|
+
database_resource_type=database_resource_type,
|
697
|
+
dbm_private_endpoint_id=dbm_private_endpoint_id,
|
698
|
+
defined_tags=defined_tags,
|
699
|
+
deployment_type=deployment_type,
|
700
|
+
entity_source=entity_source,
|
701
|
+
freeform_tags=freeform_tags,
|
702
|
+
opsi_private_endpoint_id=opsi_private_endpoint_id,
|
703
|
+
service_name=service_name,
|
704
|
+
system_tags=system_tags,
|
705
|
+
)
|
706
|
+
@staticmethod
|
707
|
+
def _configure(
|
708
|
+
_setter: Callable[[Any, Any], None],
|
709
|
+
compartment_id: Optional[str] = None,
|
710
|
+
connection_details: Optional['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetails'] = None,
|
711
|
+
credential_details: Optional['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails'] = None,
|
712
|
+
database_id: Optional[str] = None,
|
713
|
+
database_resource_type: Optional[str] = None,
|
714
|
+
dbm_private_endpoint_id: Optional[str] = None,
|
715
|
+
defined_tags: Optional[Mapping[str, Any]] = None,
|
716
|
+
deployment_type: Optional[str] = None,
|
717
|
+
entity_source: Optional[str] = None,
|
718
|
+
freeform_tags: Optional[Mapping[str, Any]] = None,
|
719
|
+
opsi_private_endpoint_id: Optional[str] = None,
|
720
|
+
service_name: Optional[str] = None,
|
721
|
+
system_tags: Optional[Mapping[str, Any]] = None,
|
722
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
607
723
|
if compartment_id is not None:
|
608
|
-
|
724
|
+
_setter("compartment_id", compartment_id)
|
609
725
|
if connection_details is not None:
|
610
|
-
|
726
|
+
_setter("connection_details", connection_details)
|
611
727
|
if credential_details is not None:
|
612
|
-
|
728
|
+
_setter("credential_details", credential_details)
|
613
729
|
if database_id is not None:
|
614
|
-
|
730
|
+
_setter("database_id", database_id)
|
615
731
|
if database_resource_type is not None:
|
616
|
-
|
732
|
+
_setter("database_resource_type", database_resource_type)
|
617
733
|
if dbm_private_endpoint_id is not None:
|
618
|
-
|
734
|
+
_setter("dbm_private_endpoint_id", dbm_private_endpoint_id)
|
619
735
|
if defined_tags is not None:
|
620
|
-
|
736
|
+
_setter("defined_tags", defined_tags)
|
621
737
|
if deployment_type is not None:
|
622
|
-
|
738
|
+
_setter("deployment_type", deployment_type)
|
623
739
|
if entity_source is not None:
|
624
|
-
|
740
|
+
_setter("entity_source", entity_source)
|
625
741
|
if freeform_tags is not None:
|
626
|
-
|
742
|
+
_setter("freeform_tags", freeform_tags)
|
627
743
|
if opsi_private_endpoint_id is not None:
|
628
|
-
|
744
|
+
_setter("opsi_private_endpoint_id", opsi_private_endpoint_id)
|
629
745
|
if service_name is not None:
|
630
|
-
|
746
|
+
_setter("service_name", service_name)
|
631
747
|
if system_tags is not None:
|
632
|
-
|
748
|
+
_setter("system_tags", system_tags)
|
633
749
|
|
634
750
|
@property
|
635
751
|
@pulumi.getter(name="compartmentId")
|
@@ -764,12 +880,25 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetails(d
|
|
764
880
|
:param str protocol: Protocol used for connection requests for private endpoint accssed database resource.
|
765
881
|
:param str service_name: Database service name used for connection requests.
|
766
882
|
"""
|
883
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetails._configure(
|
884
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
885
|
+
hosts=hosts,
|
886
|
+
protocol=protocol,
|
887
|
+
service_name=service_name,
|
888
|
+
)
|
889
|
+
@staticmethod
|
890
|
+
def _configure(
|
891
|
+
_setter: Callable[[Any, Any], None],
|
892
|
+
hosts: Optional[Sequence['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHost']] = None,
|
893
|
+
protocol: Optional[str] = None,
|
894
|
+
service_name: Optional[str] = None,
|
895
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
767
896
|
if hosts is not None:
|
768
|
-
|
897
|
+
_setter("hosts", hosts)
|
769
898
|
if protocol is not None:
|
770
|
-
|
899
|
+
_setter("protocol", protocol)
|
771
900
|
if service_name is not None:
|
772
|
-
|
901
|
+
_setter("service_name", service_name)
|
773
902
|
|
774
903
|
@property
|
775
904
|
@pulumi.getter
|
@@ -822,10 +951,21 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHo
|
|
822
951
|
:param str host_ip: Host IP used for connection requests for Cloud DB resource.
|
823
952
|
:param int port: Listener port number used for connection requests for rivate endpoint accessed db resource.
|
824
953
|
"""
|
954
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHost._configure(
|
955
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
956
|
+
host_ip=host_ip,
|
957
|
+
port=port,
|
958
|
+
)
|
959
|
+
@staticmethod
|
960
|
+
def _configure(
|
961
|
+
_setter: Callable[[Any, Any], None],
|
962
|
+
host_ip: Optional[str] = None,
|
963
|
+
port: Optional[int] = None,
|
964
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
825
965
|
if host_ip is not None:
|
826
|
-
|
966
|
+
_setter("host_ip", host_ip)
|
827
967
|
if port is not None:
|
828
|
-
|
968
|
+
_setter("port", port)
|
829
969
|
|
830
970
|
@property
|
831
971
|
@pulumi.getter(name="hostIp")
|
@@ -886,17 +1026,36 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails(d
|
|
886
1026
|
:param str user_name: database user name.
|
887
1027
|
:param str wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
|
888
1028
|
"""
|
889
|
-
|
1029
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails._configure(
|
1030
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1031
|
+
credential_type=credential_type,
|
1032
|
+
credential_source_name=credential_source_name,
|
1033
|
+
password_secret_id=password_secret_id,
|
1034
|
+
role=role,
|
1035
|
+
user_name=user_name,
|
1036
|
+
wallet_secret_id=wallet_secret_id,
|
1037
|
+
)
|
1038
|
+
@staticmethod
|
1039
|
+
def _configure(
|
1040
|
+
_setter: Callable[[Any, Any], None],
|
1041
|
+
credential_type: str,
|
1042
|
+
credential_source_name: Optional[str] = None,
|
1043
|
+
password_secret_id: Optional[str] = None,
|
1044
|
+
role: Optional[str] = None,
|
1045
|
+
user_name: Optional[str] = None,
|
1046
|
+
wallet_secret_id: Optional[str] = None,
|
1047
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1048
|
+
_setter("credential_type", credential_type)
|
890
1049
|
if credential_source_name is not None:
|
891
|
-
|
1050
|
+
_setter("credential_source_name", credential_source_name)
|
892
1051
|
if password_secret_id is not None:
|
893
|
-
|
1052
|
+
_setter("password_secret_id", password_secret_id)
|
894
1053
|
if role is not None:
|
895
|
-
|
1054
|
+
_setter("role", role)
|
896
1055
|
if user_name is not None:
|
897
|
-
|
1056
|
+
_setter("user_name", user_name)
|
898
1057
|
if wallet_secret_id is not None:
|
899
|
-
|
1058
|
+
_setter("wallet_secret_id", wallet_secret_id)
|
900
1059
|
|
901
1060
|
@property
|
902
1061
|
@pulumi.getter(name="credentialType")
|
@@ -971,7 +1130,16 @@ class NewsReportContentTypes(dict):
|
|
971
1130
|
"""
|
972
1131
|
:param Sequence[str] capacity_planning_resources: (Updatable) Supported resources for capacity planning content type.
|
973
1132
|
"""
|
974
|
-
|
1133
|
+
NewsReportContentTypes._configure(
|
1134
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1135
|
+
capacity_planning_resources=capacity_planning_resources,
|
1136
|
+
)
|
1137
|
+
@staticmethod
|
1138
|
+
def _configure(
|
1139
|
+
_setter: Callable[[Any, Any], None],
|
1140
|
+
capacity_planning_resources: Sequence[str],
|
1141
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1142
|
+
_setter("capacity_planning_resources", capacity_planning_resources)
|
975
1143
|
|
976
1144
|
@property
|
977
1145
|
@pulumi.getter(name="capacityPlanningResources")
|
@@ -1020,17 +1188,36 @@ class OpsiConfigurationConfigItem(dict):
|
|
1020
1188
|
:param str name: (Updatable) Name of configuration item.
|
1021
1189
|
:param str value: (Updatable) Value of configuration item.
|
1022
1190
|
"""
|
1023
|
-
|
1191
|
+
OpsiConfigurationConfigItem._configure(
|
1192
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1193
|
+
config_item_type=config_item_type,
|
1194
|
+
applicable_contexts=applicable_contexts,
|
1195
|
+
default_value=default_value,
|
1196
|
+
metadatas=metadatas,
|
1197
|
+
name=name,
|
1198
|
+
value=value,
|
1199
|
+
)
|
1200
|
+
@staticmethod
|
1201
|
+
def _configure(
|
1202
|
+
_setter: Callable[[Any, Any], None],
|
1203
|
+
config_item_type: str,
|
1204
|
+
applicable_contexts: Optional[Sequence[str]] = None,
|
1205
|
+
default_value: Optional[str] = None,
|
1206
|
+
metadatas: Optional[Sequence['outputs.OpsiConfigurationConfigItemMetadata']] = None,
|
1207
|
+
name: Optional[str] = None,
|
1208
|
+
value: Optional[str] = None,
|
1209
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1210
|
+
_setter("config_item_type", config_item_type)
|
1024
1211
|
if applicable_contexts is not None:
|
1025
|
-
|
1212
|
+
_setter("applicable_contexts", applicable_contexts)
|
1026
1213
|
if default_value is not None:
|
1027
|
-
|
1214
|
+
_setter("default_value", default_value)
|
1028
1215
|
if metadatas is not None:
|
1029
|
-
|
1216
|
+
_setter("metadatas", metadatas)
|
1030
1217
|
if name is not None:
|
1031
|
-
|
1218
|
+
_setter("name", name)
|
1032
1219
|
if value is not None:
|
1033
|
-
|
1220
|
+
_setter("value", value)
|
1034
1221
|
|
1035
1222
|
@property
|
1036
1223
|
@pulumi.getter(name="configItemType")
|
@@ -1123,18 +1310,37 @@ class OpsiConfigurationConfigItemMetadata(dict):
|
|
1123
1310
|
:param Sequence['OpsiConfigurationConfigItemMetadataUnitDetailArgs'] unit_details: Unit details of configuration item.
|
1124
1311
|
:param Sequence['OpsiConfigurationConfigItemMetadataValueInputDetailArgs'] value_input_details: Allowed value details of configuration item, to validate what value can be assigned to a configuration item.
|
1125
1312
|
"""
|
1313
|
+
OpsiConfigurationConfigItemMetadata._configure(
|
1314
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1315
|
+
config_item_type=config_item_type,
|
1316
|
+
data_type=data_type,
|
1317
|
+
description=description,
|
1318
|
+
display_name=display_name,
|
1319
|
+
unit_details=unit_details,
|
1320
|
+
value_input_details=value_input_details,
|
1321
|
+
)
|
1322
|
+
@staticmethod
|
1323
|
+
def _configure(
|
1324
|
+
_setter: Callable[[Any, Any], None],
|
1325
|
+
config_item_type: Optional[str] = None,
|
1326
|
+
data_type: Optional[str] = None,
|
1327
|
+
description: Optional[str] = None,
|
1328
|
+
display_name: Optional[str] = None,
|
1329
|
+
unit_details: Optional[Sequence['outputs.OpsiConfigurationConfigItemMetadataUnitDetail']] = None,
|
1330
|
+
value_input_details: Optional[Sequence['outputs.OpsiConfigurationConfigItemMetadataValueInputDetail']] = None,
|
1331
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1126
1332
|
if config_item_type is not None:
|
1127
|
-
|
1333
|
+
_setter("config_item_type", config_item_type)
|
1128
1334
|
if data_type is not None:
|
1129
|
-
|
1335
|
+
_setter("data_type", data_type)
|
1130
1336
|
if description is not None:
|
1131
|
-
|
1337
|
+
_setter("description", description)
|
1132
1338
|
if display_name is not None:
|
1133
|
-
|
1339
|
+
_setter("display_name", display_name)
|
1134
1340
|
if unit_details is not None:
|
1135
|
-
|
1341
|
+
_setter("unit_details", unit_details)
|
1136
1342
|
if value_input_details is not None:
|
1137
|
-
|
1343
|
+
_setter("value_input_details", value_input_details)
|
1138
1344
|
|
1139
1345
|
@property
|
1140
1346
|
@pulumi.getter(name="configItemType")
|
@@ -1211,10 +1417,21 @@ class OpsiConfigurationConfigItemMetadataUnitDetail(dict):
|
|
1211
1417
|
:param str display_name: (Updatable) User-friendly display name for the OPSI configuration. The name does not have to be unique.
|
1212
1418
|
:param str unit: Unit of configuration item.
|
1213
1419
|
"""
|
1420
|
+
OpsiConfigurationConfigItemMetadataUnitDetail._configure(
|
1421
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1422
|
+
display_name=display_name,
|
1423
|
+
unit=unit,
|
1424
|
+
)
|
1425
|
+
@staticmethod
|
1426
|
+
def _configure(
|
1427
|
+
_setter: Callable[[Any, Any], None],
|
1428
|
+
display_name: Optional[str] = None,
|
1429
|
+
unit: Optional[str] = None,
|
1430
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1214
1431
|
if display_name is not None:
|
1215
|
-
|
1432
|
+
_setter("display_name", display_name)
|
1216
1433
|
if unit is not None:
|
1217
|
-
|
1434
|
+
_setter("unit", unit)
|
1218
1435
|
|
1219
1436
|
@property
|
1220
1437
|
@pulumi.getter(name="displayName")
|
@@ -1269,14 +1486,29 @@ class OpsiConfigurationConfigItemMetadataValueInputDetail(dict):
|
|
1269
1486
|
:param str min_value: Minimum value limit for the configuration item.
|
1270
1487
|
:param Sequence[str] possible_values: Allowed values to pick for the configuration item.
|
1271
1488
|
"""
|
1489
|
+
OpsiConfigurationConfigItemMetadataValueInputDetail._configure(
|
1490
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1491
|
+
allowed_value_type=allowed_value_type,
|
1492
|
+
max_value=max_value,
|
1493
|
+
min_value=min_value,
|
1494
|
+
possible_values=possible_values,
|
1495
|
+
)
|
1496
|
+
@staticmethod
|
1497
|
+
def _configure(
|
1498
|
+
_setter: Callable[[Any, Any], None],
|
1499
|
+
allowed_value_type: Optional[str] = None,
|
1500
|
+
max_value: Optional[str] = None,
|
1501
|
+
min_value: Optional[str] = None,
|
1502
|
+
possible_values: Optional[Sequence[str]] = None,
|
1503
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1272
1504
|
if allowed_value_type is not None:
|
1273
|
-
|
1505
|
+
_setter("allowed_value_type", allowed_value_type)
|
1274
1506
|
if max_value is not None:
|
1275
|
-
|
1507
|
+
_setter("max_value", max_value)
|
1276
1508
|
if min_value is not None:
|
1277
|
-
|
1509
|
+
_setter("min_value", min_value)
|
1278
1510
|
if possible_values is not None:
|
1279
|
-
|
1511
|
+
_setter("possible_values", possible_values)
|
1280
1512
|
|
1281
1513
|
@property
|
1282
1514
|
@pulumi.getter(name="allowedValueType")
|
@@ -1330,13 +1562,34 @@ class GetAwrHubAwrSnapshotItemResult(dict):
|
|
1330
1562
|
:param str time_snapshot_begin: The start time of the snapshot.
|
1331
1563
|
:param str time_snapshot_end: The end time of the snapshot.
|
1332
1564
|
"""
|
1333
|
-
|
1334
|
-
|
1335
|
-
|
1336
|
-
|
1337
|
-
|
1338
|
-
|
1339
|
-
|
1565
|
+
GetAwrHubAwrSnapshotItemResult._configure(
|
1566
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1567
|
+
awr_source_database_id=awr_source_database_id,
|
1568
|
+
error_count=error_count,
|
1569
|
+
instance_number=instance_number,
|
1570
|
+
snapshot_identifier=snapshot_identifier,
|
1571
|
+
time_db_startup=time_db_startup,
|
1572
|
+
time_snapshot_begin=time_snapshot_begin,
|
1573
|
+
time_snapshot_end=time_snapshot_end,
|
1574
|
+
)
|
1575
|
+
@staticmethod
|
1576
|
+
def _configure(
|
1577
|
+
_setter: Callable[[Any, Any], None],
|
1578
|
+
awr_source_database_id: str,
|
1579
|
+
error_count: str,
|
1580
|
+
instance_number: int,
|
1581
|
+
snapshot_identifier: int,
|
1582
|
+
time_db_startup: str,
|
1583
|
+
time_snapshot_begin: str,
|
1584
|
+
time_snapshot_end: str,
|
1585
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1586
|
+
_setter("awr_source_database_id", awr_source_database_id)
|
1587
|
+
_setter("error_count", error_count)
|
1588
|
+
_setter("instance_number", instance_number)
|
1589
|
+
_setter("snapshot_identifier", snapshot_identifier)
|
1590
|
+
_setter("time_db_startup", time_db_startup)
|
1591
|
+
_setter("time_snapshot_begin", time_snapshot_begin)
|
1592
|
+
_setter("time_snapshot_end", time_snapshot_end)
|
1340
1593
|
|
1341
1594
|
@property
|
1342
1595
|
@pulumi.getter(name="awrSourceDatabaseId")
|
@@ -1402,7 +1655,16 @@ class GetAwrHubAwrSnapshotsAwrSnapshotCollectionResult(dict):
|
|
1402
1655
|
"""
|
1403
1656
|
:param Sequence['GetAwrHubAwrSnapshotsAwrSnapshotCollectionItemArgs'] items: A list of AWR snapshot summary data.
|
1404
1657
|
"""
|
1405
|
-
|
1658
|
+
GetAwrHubAwrSnapshotsAwrSnapshotCollectionResult._configure(
|
1659
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1660
|
+
items=items,
|
1661
|
+
)
|
1662
|
+
@staticmethod
|
1663
|
+
def _configure(
|
1664
|
+
_setter: Callable[[Any, Any], None],
|
1665
|
+
items: Sequence['outputs.GetAwrHubAwrSnapshotsAwrSnapshotCollectionItemResult'],
|
1666
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1667
|
+
_setter("items", items)
|
1406
1668
|
|
1407
1669
|
@property
|
1408
1670
|
@pulumi.getter
|
@@ -1420,7 +1682,16 @@ class GetAwrHubAwrSnapshotsAwrSnapshotCollectionItemResult(dict):
|
|
1420
1682
|
"""
|
1421
1683
|
:param Sequence['GetAwrHubAwrSnapshotsAwrSnapshotCollectionItemItemArgs'] items: A list of AWR snapshot summary data.
|
1422
1684
|
"""
|
1423
|
-
|
1685
|
+
GetAwrHubAwrSnapshotsAwrSnapshotCollectionItemResult._configure(
|
1686
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1687
|
+
items=items,
|
1688
|
+
)
|
1689
|
+
@staticmethod
|
1690
|
+
def _configure(
|
1691
|
+
_setter: Callable[[Any, Any], None],
|
1692
|
+
items: Sequence['outputs.GetAwrHubAwrSnapshotsAwrSnapshotCollectionItemItemResult'],
|
1693
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1694
|
+
_setter("items", items)
|
1424
1695
|
|
1425
1696
|
@property
|
1426
1697
|
@pulumi.getter
|
@@ -1450,13 +1721,34 @@ class GetAwrHubAwrSnapshotsAwrSnapshotCollectionItemItemResult(dict):
|
|
1450
1721
|
:param str time_snapshot_begin: The start time of the snapshot.
|
1451
1722
|
:param str time_snapshot_end: The end time of the snapshot.
|
1452
1723
|
"""
|
1453
|
-
|
1454
|
-
|
1455
|
-
|
1456
|
-
|
1457
|
-
|
1458
|
-
|
1459
|
-
|
1724
|
+
GetAwrHubAwrSnapshotsAwrSnapshotCollectionItemItemResult._configure(
|
1725
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1726
|
+
awr_source_database_id=awr_source_database_id,
|
1727
|
+
error_count=error_count,
|
1728
|
+
instance_number=instance_number,
|
1729
|
+
snapshot_identifier=snapshot_identifier,
|
1730
|
+
time_db_startup=time_db_startup,
|
1731
|
+
time_snapshot_begin=time_snapshot_begin,
|
1732
|
+
time_snapshot_end=time_snapshot_end,
|
1733
|
+
)
|
1734
|
+
@staticmethod
|
1735
|
+
def _configure(
|
1736
|
+
_setter: Callable[[Any, Any], None],
|
1737
|
+
awr_source_database_id: str,
|
1738
|
+
error_count: str,
|
1739
|
+
instance_number: int,
|
1740
|
+
snapshot_identifier: int,
|
1741
|
+
time_db_startup: str,
|
1742
|
+
time_snapshot_begin: str,
|
1743
|
+
time_snapshot_end: str,
|
1744
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1745
|
+
_setter("awr_source_database_id", awr_source_database_id)
|
1746
|
+
_setter("error_count", error_count)
|
1747
|
+
_setter("instance_number", instance_number)
|
1748
|
+
_setter("snapshot_identifier", snapshot_identifier)
|
1749
|
+
_setter("time_db_startup", time_db_startup)
|
1750
|
+
_setter("time_snapshot_begin", time_snapshot_begin)
|
1751
|
+
_setter("time_snapshot_end", time_snapshot_end)
|
1460
1752
|
|
1461
1753
|
@property
|
1462
1754
|
@pulumi.getter(name="awrSourceDatabaseId")
|
@@ -1521,10 +1813,23 @@ class GetAwrHubAwrSnapshotsFilterResult(dict):
|
|
1521
1813
|
name: str,
|
1522
1814
|
values: Sequence[str],
|
1523
1815
|
regex: Optional[bool] = None):
|
1524
|
-
|
1525
|
-
|
1816
|
+
GetAwrHubAwrSnapshotsFilterResult._configure(
|
1817
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1818
|
+
name=name,
|
1819
|
+
values=values,
|
1820
|
+
regex=regex,
|
1821
|
+
)
|
1822
|
+
@staticmethod
|
1823
|
+
def _configure(
|
1824
|
+
_setter: Callable[[Any, Any], None],
|
1825
|
+
name: str,
|
1826
|
+
values: Sequence[str],
|
1827
|
+
regex: Optional[bool] = None,
|
1828
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1829
|
+
_setter("name", name)
|
1830
|
+
_setter("values", values)
|
1526
1831
|
if regex is not None:
|
1527
|
-
|
1832
|
+
_setter("regex", regex)
|
1528
1833
|
|
1529
1834
|
@property
|
1530
1835
|
@pulumi.getter
|
@@ -1565,15 +1870,40 @@ class GetAwrHubAwrSourcesSummaryItemResult(dict):
|
|
1565
1870
|
:param str time_first_snapshot_generated: The time at which the earliest snapshot was generated in the source database for which data is uploaded to AWR Hub. An RFC3339 formatted datetime string
|
1566
1871
|
:param str time_last_snapshot_generated: The time at which the latest snapshot was generated in the source database for which data is uploaded to AWR Hub. An RFC3339 formatted datetime string
|
1567
1872
|
"""
|
1568
|
-
|
1569
|
-
|
1570
|
-
|
1571
|
-
|
1572
|
-
|
1573
|
-
|
1574
|
-
|
1575
|
-
|
1576
|
-
|
1873
|
+
GetAwrHubAwrSourcesSummaryItemResult._configure(
|
1874
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1875
|
+
awr_hub_id=awr_hub_id,
|
1876
|
+
awr_source_database_id=awr_source_database_id,
|
1877
|
+
hours_since_last_import=hours_since_last_import,
|
1878
|
+
max_snapshot_identifier=max_snapshot_identifier,
|
1879
|
+
min_snapshot_identifier=min_snapshot_identifier,
|
1880
|
+
name=name,
|
1881
|
+
snapshots_uploaded=snapshots_uploaded,
|
1882
|
+
time_first_snapshot_generated=time_first_snapshot_generated,
|
1883
|
+
time_last_snapshot_generated=time_last_snapshot_generated,
|
1884
|
+
)
|
1885
|
+
@staticmethod
|
1886
|
+
def _configure(
|
1887
|
+
_setter: Callable[[Any, Any], None],
|
1888
|
+
awr_hub_id: str,
|
1889
|
+
awr_source_database_id: str,
|
1890
|
+
hours_since_last_import: float,
|
1891
|
+
max_snapshot_identifier: float,
|
1892
|
+
min_snapshot_identifier: float,
|
1893
|
+
name: str,
|
1894
|
+
snapshots_uploaded: float,
|
1895
|
+
time_first_snapshot_generated: str,
|
1896
|
+
time_last_snapshot_generated: str,
|
1897
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1898
|
+
_setter("awr_hub_id", awr_hub_id)
|
1899
|
+
_setter("awr_source_database_id", awr_source_database_id)
|
1900
|
+
_setter("hours_since_last_import", hours_since_last_import)
|
1901
|
+
_setter("max_snapshot_identifier", max_snapshot_identifier)
|
1902
|
+
_setter("min_snapshot_identifier", min_snapshot_identifier)
|
1903
|
+
_setter("name", name)
|
1904
|
+
_setter("snapshots_uploaded", snapshots_uploaded)
|
1905
|
+
_setter("time_first_snapshot_generated", time_first_snapshot_generated)
|
1906
|
+
_setter("time_last_snapshot_generated", time_last_snapshot_generated)
|
1577
1907
|
|
1578
1908
|
@property
|
1579
1909
|
@pulumi.getter(name="awrHubId")
|
@@ -1652,7 +1982,16 @@ class GetAwrHubAwrSourcesSummaryItemResult(dict):
|
|
1652
1982
|
class GetAwrHubsAwrHubSummaryCollectionResult(dict):
|
1653
1983
|
def __init__(__self__, *,
|
1654
1984
|
items: Sequence['outputs.GetAwrHubsAwrHubSummaryCollectionItemResult']):
|
1655
|
-
|
1985
|
+
GetAwrHubsAwrHubSummaryCollectionResult._configure(
|
1986
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1987
|
+
items=items,
|
1988
|
+
)
|
1989
|
+
@staticmethod
|
1990
|
+
def _configure(
|
1991
|
+
_setter: Callable[[Any, Any], None],
|
1992
|
+
items: Sequence['outputs.GetAwrHubsAwrHubSummaryCollectionItemResult'],
|
1993
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1994
|
+
_setter("items", items)
|
1656
1995
|
|
1657
1996
|
@property
|
1658
1997
|
@pulumi.getter
|
@@ -1691,19 +2030,52 @@ class GetAwrHubsAwrHubSummaryCollectionItemResult(dict):
|
|
1691
2030
|
:param str time_created: The time at which the resource was first created. An RFC3339 formatted datetime string
|
1692
2031
|
:param str time_updated: The time at which the resource was last updated. An RFC3339 formatted datetime string
|
1693
2032
|
"""
|
1694
|
-
|
1695
|
-
|
1696
|
-
|
1697
|
-
|
1698
|
-
|
1699
|
-
|
1700
|
-
|
1701
|
-
|
1702
|
-
|
1703
|
-
|
1704
|
-
|
1705
|
-
|
1706
|
-
|
2033
|
+
GetAwrHubsAwrHubSummaryCollectionItemResult._configure(
|
2034
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2035
|
+
awr_mailbox_url=awr_mailbox_url,
|
2036
|
+
compartment_id=compartment_id,
|
2037
|
+
defined_tags=defined_tags,
|
2038
|
+
display_name=display_name,
|
2039
|
+
freeform_tags=freeform_tags,
|
2040
|
+
id=id,
|
2041
|
+
lifecycle_details=lifecycle_details,
|
2042
|
+
object_storage_bucket_name=object_storage_bucket_name,
|
2043
|
+
operations_insights_warehouse_id=operations_insights_warehouse_id,
|
2044
|
+
state=state,
|
2045
|
+
system_tags=system_tags,
|
2046
|
+
time_created=time_created,
|
2047
|
+
time_updated=time_updated,
|
2048
|
+
)
|
2049
|
+
@staticmethod
|
2050
|
+
def _configure(
|
2051
|
+
_setter: Callable[[Any, Any], None],
|
2052
|
+
awr_mailbox_url: str,
|
2053
|
+
compartment_id: str,
|
2054
|
+
defined_tags: Mapping[str, Any],
|
2055
|
+
display_name: str,
|
2056
|
+
freeform_tags: Mapping[str, Any],
|
2057
|
+
id: str,
|
2058
|
+
lifecycle_details: str,
|
2059
|
+
object_storage_bucket_name: str,
|
2060
|
+
operations_insights_warehouse_id: str,
|
2061
|
+
state: str,
|
2062
|
+
system_tags: Mapping[str, Any],
|
2063
|
+
time_created: str,
|
2064
|
+
time_updated: str,
|
2065
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2066
|
+
_setter("awr_mailbox_url", awr_mailbox_url)
|
2067
|
+
_setter("compartment_id", compartment_id)
|
2068
|
+
_setter("defined_tags", defined_tags)
|
2069
|
+
_setter("display_name", display_name)
|
2070
|
+
_setter("freeform_tags", freeform_tags)
|
2071
|
+
_setter("id", id)
|
2072
|
+
_setter("lifecycle_details", lifecycle_details)
|
2073
|
+
_setter("object_storage_bucket_name", object_storage_bucket_name)
|
2074
|
+
_setter("operations_insights_warehouse_id", operations_insights_warehouse_id)
|
2075
|
+
_setter("state", state)
|
2076
|
+
_setter("system_tags", system_tags)
|
2077
|
+
_setter("time_created", time_created)
|
2078
|
+
_setter("time_updated", time_updated)
|
1707
2079
|
|
1708
2080
|
@property
|
1709
2081
|
@pulumi.getter(name="awrMailboxUrl")
|
@@ -1816,10 +2188,23 @@ class GetAwrHubsFilterResult(dict):
|
|
1816
2188
|
name: str,
|
1817
2189
|
values: Sequence[str],
|
1818
2190
|
regex: Optional[bool] = None):
|
1819
|
-
|
1820
|
-
|
2191
|
+
GetAwrHubsFilterResult._configure(
|
2192
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2193
|
+
name=name,
|
2194
|
+
values=values,
|
2195
|
+
regex=regex,
|
2196
|
+
)
|
2197
|
+
@staticmethod
|
2198
|
+
def _configure(
|
2199
|
+
_setter: Callable[[Any, Any], None],
|
2200
|
+
name: str,
|
2201
|
+
values: Sequence[str],
|
2202
|
+
regex: Optional[bool] = None,
|
2203
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2204
|
+
_setter("name", name)
|
2205
|
+
_setter("values", values)
|
1821
2206
|
if regex is not None:
|
1822
|
-
|
2207
|
+
_setter("regex", regex)
|
1823
2208
|
|
1824
2209
|
@property
|
1825
2210
|
@pulumi.getter
|
@@ -1854,12 +2239,31 @@ class GetDatabaseInsightConnectionCredentialDetailResult(dict):
|
|
1854
2239
|
:param str user_name: database user name.
|
1855
2240
|
:param str wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
|
1856
2241
|
"""
|
1857
|
-
|
1858
|
-
|
1859
|
-
|
1860
|
-
|
1861
|
-
|
1862
|
-
|
2242
|
+
GetDatabaseInsightConnectionCredentialDetailResult._configure(
|
2243
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2244
|
+
credential_source_name=credential_source_name,
|
2245
|
+
credential_type=credential_type,
|
2246
|
+
password_secret_id=password_secret_id,
|
2247
|
+
role=role,
|
2248
|
+
user_name=user_name,
|
2249
|
+
wallet_secret_id=wallet_secret_id,
|
2250
|
+
)
|
2251
|
+
@staticmethod
|
2252
|
+
def _configure(
|
2253
|
+
_setter: Callable[[Any, Any], None],
|
2254
|
+
credential_source_name: str,
|
2255
|
+
credential_type: str,
|
2256
|
+
password_secret_id: str,
|
2257
|
+
role: str,
|
2258
|
+
user_name: str,
|
2259
|
+
wallet_secret_id: str,
|
2260
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2261
|
+
_setter("credential_source_name", credential_source_name)
|
2262
|
+
_setter("credential_type", credential_type)
|
2263
|
+
_setter("password_secret_id", password_secret_id)
|
2264
|
+
_setter("role", role)
|
2265
|
+
_setter("user_name", user_name)
|
2266
|
+
_setter("wallet_secret_id", wallet_secret_id)
|
1863
2267
|
|
1864
2268
|
@property
|
1865
2269
|
@pulumi.getter(name="credentialSourceName")
|
@@ -1925,11 +2329,28 @@ class GetDatabaseInsightConnectionDetailResult(dict):
|
|
1925
2329
|
:param str protocol: Protocol used for connection requests for private endpoint accssed database resource.
|
1926
2330
|
:param str service_name: Database service name used for connection requests.
|
1927
2331
|
"""
|
1928
|
-
|
1929
|
-
|
1930
|
-
|
1931
|
-
|
1932
|
-
|
2332
|
+
GetDatabaseInsightConnectionDetailResult._configure(
|
2333
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2334
|
+
host_name=host_name,
|
2335
|
+
hosts=hosts,
|
2336
|
+
port=port,
|
2337
|
+
protocol=protocol,
|
2338
|
+
service_name=service_name,
|
2339
|
+
)
|
2340
|
+
@staticmethod
|
2341
|
+
def _configure(
|
2342
|
+
_setter: Callable[[Any, Any], None],
|
2343
|
+
host_name: str,
|
2344
|
+
hosts: Sequence['outputs.GetDatabaseInsightConnectionDetailHostResult'],
|
2345
|
+
port: int,
|
2346
|
+
protocol: str,
|
2347
|
+
service_name: str,
|
2348
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2349
|
+
_setter("host_name", host_name)
|
2350
|
+
_setter("hosts", hosts)
|
2351
|
+
_setter("port", port)
|
2352
|
+
_setter("protocol", protocol)
|
2353
|
+
_setter("service_name", service_name)
|
1933
2354
|
|
1934
2355
|
@property
|
1935
2356
|
@pulumi.getter(name="hostName")
|
@@ -1981,8 +2402,19 @@ class GetDatabaseInsightConnectionDetailHostResult(dict):
|
|
1981
2402
|
:param str host_ip: Host IP used for connection requests for Cloud DB resource.
|
1982
2403
|
:param int port: Listener port number used for connection requests.
|
1983
2404
|
"""
|
1984
|
-
|
1985
|
-
|
2405
|
+
GetDatabaseInsightConnectionDetailHostResult._configure(
|
2406
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2407
|
+
host_ip=host_ip,
|
2408
|
+
port=port,
|
2409
|
+
)
|
2410
|
+
@staticmethod
|
2411
|
+
def _configure(
|
2412
|
+
_setter: Callable[[Any, Any], None],
|
2413
|
+
host_ip: str,
|
2414
|
+
port: int,
|
2415
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2416
|
+
_setter("host_ip", host_ip)
|
2417
|
+
_setter("port", port)
|
1986
2418
|
|
1987
2419
|
@property
|
1988
2420
|
@pulumi.getter(name="hostIp")
|
@@ -2018,12 +2450,31 @@ class GetDatabaseInsightCredentialDetailResult(dict):
|
|
2018
2450
|
:param str user_name: database user name.
|
2019
2451
|
:param str wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
|
2020
2452
|
"""
|
2021
|
-
|
2022
|
-
|
2023
|
-
|
2024
|
-
|
2025
|
-
|
2026
|
-
|
2453
|
+
GetDatabaseInsightCredentialDetailResult._configure(
|
2454
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2455
|
+
credential_source_name=credential_source_name,
|
2456
|
+
credential_type=credential_type,
|
2457
|
+
password_secret_id=password_secret_id,
|
2458
|
+
role=role,
|
2459
|
+
user_name=user_name,
|
2460
|
+
wallet_secret_id=wallet_secret_id,
|
2461
|
+
)
|
2462
|
+
@staticmethod
|
2463
|
+
def _configure(
|
2464
|
+
_setter: Callable[[Any, Any], None],
|
2465
|
+
credential_source_name: str,
|
2466
|
+
credential_type: str,
|
2467
|
+
password_secret_id: str,
|
2468
|
+
role: str,
|
2469
|
+
user_name: str,
|
2470
|
+
wallet_secret_id: str,
|
2471
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2472
|
+
_setter("credential_source_name", credential_source_name)
|
2473
|
+
_setter("credential_type", credential_type)
|
2474
|
+
_setter("password_secret_id", password_secret_id)
|
2475
|
+
_setter("role", role)
|
2476
|
+
_setter("user_name", user_name)
|
2477
|
+
_setter("wallet_secret_id", wallet_secret_id)
|
2027
2478
|
|
2028
2479
|
@property
|
2029
2480
|
@pulumi.getter(name="credentialSourceName")
|
@@ -2078,7 +2529,16 @@ class GetDatabaseInsightCredentialDetailResult(dict):
|
|
2078
2529
|
class GetDatabaseInsightsDatabaseInsightsCollectionResult(dict):
|
2079
2530
|
def __init__(__self__, *,
|
2080
2531
|
items: Sequence['outputs.GetDatabaseInsightsDatabaseInsightsCollectionItemResult']):
|
2081
|
-
|
2532
|
+
GetDatabaseInsightsDatabaseInsightsCollectionResult._configure(
|
2533
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2534
|
+
items=items,
|
2535
|
+
)
|
2536
|
+
@staticmethod
|
2537
|
+
def _configure(
|
2538
|
+
_setter: Callable[[Any, Any], None],
|
2539
|
+
items: Sequence['outputs.GetDatabaseInsightsDatabaseInsightsCollectionItemResult'],
|
2540
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2541
|
+
_setter("items", items)
|
2082
2542
|
|
2083
2543
|
@property
|
2084
2544
|
@pulumi.getter
|
@@ -2159,41 +2619,118 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
|
|
2159
2619
|
:param str time_created: The time the the database insight was first enabled. An RFC3339 formatted datetime string
|
2160
2620
|
:param str time_updated: The time the database insight was updated. An RFC3339 formatted datetime string
|
2161
2621
|
"""
|
2162
|
-
|
2163
|
-
|
2164
|
-
|
2165
|
-
|
2166
|
-
|
2167
|
-
|
2168
|
-
|
2169
|
-
|
2170
|
-
|
2171
|
-
|
2172
|
-
|
2173
|
-
|
2174
|
-
|
2175
|
-
|
2176
|
-
|
2177
|
-
|
2178
|
-
|
2179
|
-
|
2180
|
-
|
2181
|
-
|
2182
|
-
|
2183
|
-
|
2184
|
-
|
2185
|
-
|
2186
|
-
|
2187
|
-
|
2188
|
-
|
2189
|
-
|
2190
|
-
|
2191
|
-
|
2192
|
-
|
2193
|
-
|
2194
|
-
|
2195
|
-
|
2196
|
-
|
2622
|
+
GetDatabaseInsightsDatabaseInsightsCollectionItemResult._configure(
|
2623
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2624
|
+
compartment_id=compartment_id,
|
2625
|
+
connection_credential_details=connection_credential_details,
|
2626
|
+
connection_details=connection_details,
|
2627
|
+
credential_details=credential_details,
|
2628
|
+
database_connection_status_details=database_connection_status_details,
|
2629
|
+
database_display_name=database_display_name,
|
2630
|
+
database_id=database_id,
|
2631
|
+
database_name=database_name,
|
2632
|
+
database_resource_type=database_resource_type,
|
2633
|
+
database_type=database_type,
|
2634
|
+
database_version=database_version,
|
2635
|
+
dbm_private_endpoint_id=dbm_private_endpoint_id,
|
2636
|
+
defined_tags=defined_tags,
|
2637
|
+
deployment_type=deployment_type,
|
2638
|
+
enterprise_manager_bridge_id=enterprise_manager_bridge_id,
|
2639
|
+
enterprise_manager_entity_display_name=enterprise_manager_entity_display_name,
|
2640
|
+
enterprise_manager_entity_identifier=enterprise_manager_entity_identifier,
|
2641
|
+
enterprise_manager_entity_name=enterprise_manager_entity_name,
|
2642
|
+
enterprise_manager_entity_type=enterprise_manager_entity_type,
|
2643
|
+
enterprise_manager_identifier=enterprise_manager_identifier,
|
2644
|
+
entity_source=entity_source,
|
2645
|
+
exadata_insight_id=exadata_insight_id,
|
2646
|
+
freeform_tags=freeform_tags,
|
2647
|
+
id=id,
|
2648
|
+
lifecycle_details=lifecycle_details,
|
2649
|
+
opsi_private_endpoint_id=opsi_private_endpoint_id,
|
2650
|
+
parent_id=parent_id,
|
2651
|
+
processor_count=processor_count,
|
2652
|
+
root_id=root_id,
|
2653
|
+
service_name=service_name,
|
2654
|
+
state=state,
|
2655
|
+
status=status,
|
2656
|
+
system_tags=system_tags,
|
2657
|
+
time_created=time_created,
|
2658
|
+
time_updated=time_updated,
|
2659
|
+
)
|
2660
|
+
@staticmethod
|
2661
|
+
def _configure(
|
2662
|
+
_setter: Callable[[Any, Any], None],
|
2663
|
+
compartment_id: str,
|
2664
|
+
connection_credential_details: Sequence['outputs.GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionCredentialDetailResult'],
|
2665
|
+
connection_details: Sequence['outputs.GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionDetailResult'],
|
2666
|
+
credential_details: Sequence['outputs.GetDatabaseInsightsDatabaseInsightsCollectionItemCredentialDetailResult'],
|
2667
|
+
database_connection_status_details: str,
|
2668
|
+
database_display_name: str,
|
2669
|
+
database_id: str,
|
2670
|
+
database_name: str,
|
2671
|
+
database_resource_type: str,
|
2672
|
+
database_type: str,
|
2673
|
+
database_version: str,
|
2674
|
+
dbm_private_endpoint_id: str,
|
2675
|
+
defined_tags: Mapping[str, Any],
|
2676
|
+
deployment_type: str,
|
2677
|
+
enterprise_manager_bridge_id: str,
|
2678
|
+
enterprise_manager_entity_display_name: str,
|
2679
|
+
enterprise_manager_entity_identifier: str,
|
2680
|
+
enterprise_manager_entity_name: str,
|
2681
|
+
enterprise_manager_entity_type: str,
|
2682
|
+
enterprise_manager_identifier: str,
|
2683
|
+
entity_source: str,
|
2684
|
+
exadata_insight_id: str,
|
2685
|
+
freeform_tags: Mapping[str, Any],
|
2686
|
+
id: str,
|
2687
|
+
lifecycle_details: str,
|
2688
|
+
opsi_private_endpoint_id: str,
|
2689
|
+
parent_id: str,
|
2690
|
+
processor_count: int,
|
2691
|
+
root_id: str,
|
2692
|
+
service_name: str,
|
2693
|
+
state: str,
|
2694
|
+
status: str,
|
2695
|
+
system_tags: Mapping[str, Any],
|
2696
|
+
time_created: str,
|
2697
|
+
time_updated: str,
|
2698
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2699
|
+
_setter("compartment_id", compartment_id)
|
2700
|
+
_setter("connection_credential_details", connection_credential_details)
|
2701
|
+
_setter("connection_details", connection_details)
|
2702
|
+
_setter("credential_details", credential_details)
|
2703
|
+
_setter("database_connection_status_details", database_connection_status_details)
|
2704
|
+
_setter("database_display_name", database_display_name)
|
2705
|
+
_setter("database_id", database_id)
|
2706
|
+
_setter("database_name", database_name)
|
2707
|
+
_setter("database_resource_type", database_resource_type)
|
2708
|
+
_setter("database_type", database_type)
|
2709
|
+
_setter("database_version", database_version)
|
2710
|
+
_setter("dbm_private_endpoint_id", dbm_private_endpoint_id)
|
2711
|
+
_setter("defined_tags", defined_tags)
|
2712
|
+
_setter("deployment_type", deployment_type)
|
2713
|
+
_setter("enterprise_manager_bridge_id", enterprise_manager_bridge_id)
|
2714
|
+
_setter("enterprise_manager_entity_display_name", enterprise_manager_entity_display_name)
|
2715
|
+
_setter("enterprise_manager_entity_identifier", enterprise_manager_entity_identifier)
|
2716
|
+
_setter("enterprise_manager_entity_name", enterprise_manager_entity_name)
|
2717
|
+
_setter("enterprise_manager_entity_type", enterprise_manager_entity_type)
|
2718
|
+
_setter("enterprise_manager_identifier", enterprise_manager_identifier)
|
2719
|
+
_setter("entity_source", entity_source)
|
2720
|
+
_setter("exadata_insight_id", exadata_insight_id)
|
2721
|
+
_setter("freeform_tags", freeform_tags)
|
2722
|
+
_setter("id", id)
|
2723
|
+
_setter("lifecycle_details", lifecycle_details)
|
2724
|
+
_setter("opsi_private_endpoint_id", opsi_private_endpoint_id)
|
2725
|
+
_setter("parent_id", parent_id)
|
2726
|
+
_setter("processor_count", processor_count)
|
2727
|
+
_setter("root_id", root_id)
|
2728
|
+
_setter("service_name", service_name)
|
2729
|
+
_setter("state", state)
|
2730
|
+
_setter("status", status)
|
2731
|
+
_setter("system_tags", system_tags)
|
2732
|
+
_setter("time_created", time_created)
|
2733
|
+
_setter("time_updated", time_updated)
|
2197
2734
|
|
2198
2735
|
@property
|
2199
2736
|
@pulumi.getter(name="compartmentId")
|
@@ -2487,12 +3024,31 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionCredentialDetai
|
|
2487
3024
|
:param str user_name: database user name.
|
2488
3025
|
:param str wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
|
2489
3026
|
"""
|
2490
|
-
|
2491
|
-
|
2492
|
-
|
2493
|
-
|
2494
|
-
|
2495
|
-
|
3027
|
+
GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionCredentialDetailResult._configure(
|
3028
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3029
|
+
credential_source_name=credential_source_name,
|
3030
|
+
credential_type=credential_type,
|
3031
|
+
password_secret_id=password_secret_id,
|
3032
|
+
role=role,
|
3033
|
+
user_name=user_name,
|
3034
|
+
wallet_secret_id=wallet_secret_id,
|
3035
|
+
)
|
3036
|
+
@staticmethod
|
3037
|
+
def _configure(
|
3038
|
+
_setter: Callable[[Any, Any], None],
|
3039
|
+
credential_source_name: str,
|
3040
|
+
credential_type: str,
|
3041
|
+
password_secret_id: str,
|
3042
|
+
role: str,
|
3043
|
+
user_name: str,
|
3044
|
+
wallet_secret_id: str,
|
3045
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3046
|
+
_setter("credential_source_name", credential_source_name)
|
3047
|
+
_setter("credential_type", credential_type)
|
3048
|
+
_setter("password_secret_id", password_secret_id)
|
3049
|
+
_setter("role", role)
|
3050
|
+
_setter("user_name", user_name)
|
3051
|
+
_setter("wallet_secret_id", wallet_secret_id)
|
2496
3052
|
|
2497
3053
|
@property
|
2498
3054
|
@pulumi.getter(name="credentialSourceName")
|
@@ -2558,11 +3114,28 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionDetailResult(di
|
|
2558
3114
|
:param str protocol: Protocol used for connection requests for private endpoint accssed database resource.
|
2559
3115
|
:param str service_name: Database service name used for connection requests.
|
2560
3116
|
"""
|
2561
|
-
|
2562
|
-
|
2563
|
-
|
2564
|
-
|
2565
|
-
|
3117
|
+
GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionDetailResult._configure(
|
3118
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3119
|
+
host_name=host_name,
|
3120
|
+
hosts=hosts,
|
3121
|
+
port=port,
|
3122
|
+
protocol=protocol,
|
3123
|
+
service_name=service_name,
|
3124
|
+
)
|
3125
|
+
@staticmethod
|
3126
|
+
def _configure(
|
3127
|
+
_setter: Callable[[Any, Any], None],
|
3128
|
+
host_name: str,
|
3129
|
+
hosts: Sequence['outputs.GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionDetailHostResult'],
|
3130
|
+
port: int,
|
3131
|
+
protocol: str,
|
3132
|
+
service_name: str,
|
3133
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3134
|
+
_setter("host_name", host_name)
|
3135
|
+
_setter("hosts", hosts)
|
3136
|
+
_setter("port", port)
|
3137
|
+
_setter("protocol", protocol)
|
3138
|
+
_setter("service_name", service_name)
|
2566
3139
|
|
2567
3140
|
@property
|
2568
3141
|
@pulumi.getter(name="hostName")
|
@@ -2614,8 +3187,19 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionDetailHostResul
|
|
2614
3187
|
:param str host_ip: Host IP used for connection requests for Cloud DB resource.
|
2615
3188
|
:param int port: Listener port number used for connection requests.
|
2616
3189
|
"""
|
2617
|
-
|
2618
|
-
|
3190
|
+
GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionDetailHostResult._configure(
|
3191
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3192
|
+
host_ip=host_ip,
|
3193
|
+
port=port,
|
3194
|
+
)
|
3195
|
+
@staticmethod
|
3196
|
+
def _configure(
|
3197
|
+
_setter: Callable[[Any, Any], None],
|
3198
|
+
host_ip: str,
|
3199
|
+
port: int,
|
3200
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3201
|
+
_setter("host_ip", host_ip)
|
3202
|
+
_setter("port", port)
|
2619
3203
|
|
2620
3204
|
@property
|
2621
3205
|
@pulumi.getter(name="hostIp")
|
@@ -2651,12 +3235,31 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemCredentialDetailResult(di
|
|
2651
3235
|
:param str user_name: database user name.
|
2652
3236
|
:param str wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
|
2653
3237
|
"""
|
2654
|
-
|
2655
|
-
|
2656
|
-
|
2657
|
-
|
2658
|
-
|
2659
|
-
|
3238
|
+
GetDatabaseInsightsDatabaseInsightsCollectionItemCredentialDetailResult._configure(
|
3239
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3240
|
+
credential_source_name=credential_source_name,
|
3241
|
+
credential_type=credential_type,
|
3242
|
+
password_secret_id=password_secret_id,
|
3243
|
+
role=role,
|
3244
|
+
user_name=user_name,
|
3245
|
+
wallet_secret_id=wallet_secret_id,
|
3246
|
+
)
|
3247
|
+
@staticmethod
|
3248
|
+
def _configure(
|
3249
|
+
_setter: Callable[[Any, Any], None],
|
3250
|
+
credential_source_name: str,
|
3251
|
+
credential_type: str,
|
3252
|
+
password_secret_id: str,
|
3253
|
+
role: str,
|
3254
|
+
user_name: str,
|
3255
|
+
wallet_secret_id: str,
|
3256
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3257
|
+
_setter("credential_source_name", credential_source_name)
|
3258
|
+
_setter("credential_type", credential_type)
|
3259
|
+
_setter("password_secret_id", password_secret_id)
|
3260
|
+
_setter("role", role)
|
3261
|
+
_setter("user_name", user_name)
|
3262
|
+
_setter("wallet_secret_id", wallet_secret_id)
|
2660
3263
|
|
2661
3264
|
@property
|
2662
3265
|
@pulumi.getter(name="credentialSourceName")
|
@@ -2713,10 +3316,23 @@ class GetDatabaseInsightsFilterResult(dict):
|
|
2713
3316
|
name: str,
|
2714
3317
|
values: Sequence[str],
|
2715
3318
|
regex: Optional[bool] = None):
|
2716
|
-
|
2717
|
-
|
3319
|
+
GetDatabaseInsightsFilterResult._configure(
|
3320
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3321
|
+
name=name,
|
3322
|
+
values=values,
|
3323
|
+
regex=regex,
|
3324
|
+
)
|
3325
|
+
@staticmethod
|
3326
|
+
def _configure(
|
3327
|
+
_setter: Callable[[Any, Any], None],
|
3328
|
+
name: str,
|
3329
|
+
values: Sequence[str],
|
3330
|
+
regex: Optional[bool] = None,
|
3331
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3332
|
+
_setter("name", name)
|
3333
|
+
_setter("values", values)
|
2718
3334
|
if regex is not None:
|
2719
|
-
|
3335
|
+
_setter("regex", regex)
|
2720
3336
|
|
2721
3337
|
@property
|
2722
3338
|
@pulumi.getter
|
@@ -2738,7 +3354,16 @@ class GetDatabaseInsightsFilterResult(dict):
|
|
2738
3354
|
class GetEnterpriseManagerBridgesEnterpriseManagerBridgeCollectionResult(dict):
|
2739
3355
|
def __init__(__self__, *,
|
2740
3356
|
items: Sequence['outputs.GetEnterpriseManagerBridgesEnterpriseManagerBridgeCollectionItemResult']):
|
2741
|
-
|
3357
|
+
GetEnterpriseManagerBridgesEnterpriseManagerBridgeCollectionResult._configure(
|
3358
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3359
|
+
items=items,
|
3360
|
+
)
|
3361
|
+
@staticmethod
|
3362
|
+
def _configure(
|
3363
|
+
_setter: Callable[[Any, Any], None],
|
3364
|
+
items: Sequence['outputs.GetEnterpriseManagerBridgesEnterpriseManagerBridgeCollectionItemResult'],
|
3365
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3366
|
+
_setter("items", items)
|
2742
3367
|
|
2743
3368
|
@property
|
2744
3369
|
@pulumi.getter
|
@@ -2779,20 +3404,55 @@ class GetEnterpriseManagerBridgesEnterpriseManagerBridgeCollectionItemResult(dic
|
|
2779
3404
|
:param str time_created: The time the the Enterprise Manager bridge was first created. An RFC3339 formatted datetime string
|
2780
3405
|
:param str time_updated: The time the Enterprise Manager bridge was updated. An RFC3339 formatted datetime string
|
2781
3406
|
"""
|
2782
|
-
|
2783
|
-
|
2784
|
-
|
2785
|
-
|
2786
|
-
|
2787
|
-
|
2788
|
-
|
2789
|
-
|
2790
|
-
|
2791
|
-
|
2792
|
-
|
2793
|
-
|
2794
|
-
|
2795
|
-
|
3407
|
+
GetEnterpriseManagerBridgesEnterpriseManagerBridgeCollectionItemResult._configure(
|
3408
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3409
|
+
compartment_id=compartment_id,
|
3410
|
+
defined_tags=defined_tags,
|
3411
|
+
description=description,
|
3412
|
+
display_name=display_name,
|
3413
|
+
freeform_tags=freeform_tags,
|
3414
|
+
id=id,
|
3415
|
+
lifecycle_details=lifecycle_details,
|
3416
|
+
object_storage_bucket_name=object_storage_bucket_name,
|
3417
|
+
object_storage_bucket_status_details=object_storage_bucket_status_details,
|
3418
|
+
object_storage_namespace_name=object_storage_namespace_name,
|
3419
|
+
state=state,
|
3420
|
+
system_tags=system_tags,
|
3421
|
+
time_created=time_created,
|
3422
|
+
time_updated=time_updated,
|
3423
|
+
)
|
3424
|
+
@staticmethod
|
3425
|
+
def _configure(
|
3426
|
+
_setter: Callable[[Any, Any], None],
|
3427
|
+
compartment_id: str,
|
3428
|
+
defined_tags: Mapping[str, Any],
|
3429
|
+
description: str,
|
3430
|
+
display_name: str,
|
3431
|
+
freeform_tags: Mapping[str, Any],
|
3432
|
+
id: str,
|
3433
|
+
lifecycle_details: str,
|
3434
|
+
object_storage_bucket_name: str,
|
3435
|
+
object_storage_bucket_status_details: str,
|
3436
|
+
object_storage_namespace_name: str,
|
3437
|
+
state: str,
|
3438
|
+
system_tags: Mapping[str, Any],
|
3439
|
+
time_created: str,
|
3440
|
+
time_updated: str,
|
3441
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3442
|
+
_setter("compartment_id", compartment_id)
|
3443
|
+
_setter("defined_tags", defined_tags)
|
3444
|
+
_setter("description", description)
|
3445
|
+
_setter("display_name", display_name)
|
3446
|
+
_setter("freeform_tags", freeform_tags)
|
3447
|
+
_setter("id", id)
|
3448
|
+
_setter("lifecycle_details", lifecycle_details)
|
3449
|
+
_setter("object_storage_bucket_name", object_storage_bucket_name)
|
3450
|
+
_setter("object_storage_bucket_status_details", object_storage_bucket_status_details)
|
3451
|
+
_setter("object_storage_namespace_name", object_storage_namespace_name)
|
3452
|
+
_setter("state", state)
|
3453
|
+
_setter("system_tags", system_tags)
|
3454
|
+
_setter("time_created", time_created)
|
3455
|
+
_setter("time_updated", time_updated)
|
2796
3456
|
|
2797
3457
|
@property
|
2798
3458
|
@pulumi.getter(name="compartmentId")
|
@@ -2913,10 +3573,23 @@ class GetEnterpriseManagerBridgesFilterResult(dict):
|
|
2913
3573
|
name: str,
|
2914
3574
|
values: Sequence[str],
|
2915
3575
|
regex: Optional[bool] = None):
|
2916
|
-
|
2917
|
-
|
3576
|
+
GetEnterpriseManagerBridgesFilterResult._configure(
|
3577
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3578
|
+
name=name,
|
3579
|
+
values=values,
|
3580
|
+
regex=regex,
|
3581
|
+
)
|
3582
|
+
@staticmethod
|
3583
|
+
def _configure(
|
3584
|
+
_setter: Callable[[Any, Any], None],
|
3585
|
+
name: str,
|
3586
|
+
values: Sequence[str],
|
3587
|
+
regex: Optional[bool] = None,
|
3588
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3589
|
+
_setter("name", name)
|
3590
|
+
_setter("values", values)
|
2918
3591
|
if regex is not None:
|
2919
|
-
|
3592
|
+
_setter("regex", regex)
|
2920
3593
|
|
2921
3594
|
@property
|
2922
3595
|
@pulumi.getter
|
@@ -2945,11 +3618,28 @@ class GetExadataInsightMemberVmClusterDetailResult(dict):
|
|
2945
3618
|
"""
|
2946
3619
|
:param str compartment_id: Compartment identifier of the Exadata insight resource
|
2947
3620
|
"""
|
2948
|
-
|
2949
|
-
|
2950
|
-
|
2951
|
-
|
2952
|
-
|
3621
|
+
GetExadataInsightMemberVmClusterDetailResult._configure(
|
3622
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3623
|
+
compartment_id=compartment_id,
|
3624
|
+
dbm_private_endpoint_id=dbm_private_endpoint_id,
|
3625
|
+
member_database_details=member_database_details,
|
3626
|
+
opsi_private_endpoint_id=opsi_private_endpoint_id,
|
3627
|
+
vmcluster_id=vmcluster_id,
|
3628
|
+
)
|
3629
|
+
@staticmethod
|
3630
|
+
def _configure(
|
3631
|
+
_setter: Callable[[Any, Any], None],
|
3632
|
+
compartment_id: str,
|
3633
|
+
dbm_private_endpoint_id: str,
|
3634
|
+
member_database_details: Sequence['outputs.GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailResult'],
|
3635
|
+
opsi_private_endpoint_id: str,
|
3636
|
+
vmcluster_id: str,
|
3637
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3638
|
+
_setter("compartment_id", compartment_id)
|
3639
|
+
_setter("dbm_private_endpoint_id", dbm_private_endpoint_id)
|
3640
|
+
_setter("member_database_details", member_database_details)
|
3641
|
+
_setter("opsi_private_endpoint_id", opsi_private_endpoint_id)
|
3642
|
+
_setter("vmcluster_id", vmcluster_id)
|
2953
3643
|
|
2954
3644
|
@property
|
2955
3645
|
@pulumi.getter(name="compartmentId")
|
@@ -3003,19 +3693,52 @@ class GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailResult(dict):
|
|
3003
3693
|
:param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
3004
3694
|
:param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
3005
3695
|
"""
|
3006
|
-
|
3007
|
-
|
3008
|
-
|
3009
|
-
|
3010
|
-
|
3011
|
-
|
3012
|
-
|
3013
|
-
|
3014
|
-
|
3015
|
-
|
3016
|
-
|
3017
|
-
|
3018
|
-
|
3696
|
+
GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailResult._configure(
|
3697
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3698
|
+
compartment_id=compartment_id,
|
3699
|
+
connection_details=connection_details,
|
3700
|
+
credential_details=credential_details,
|
3701
|
+
database_id=database_id,
|
3702
|
+
database_resource_type=database_resource_type,
|
3703
|
+
dbm_private_endpoint_id=dbm_private_endpoint_id,
|
3704
|
+
defined_tags=defined_tags,
|
3705
|
+
deployment_type=deployment_type,
|
3706
|
+
entity_source=entity_source,
|
3707
|
+
freeform_tags=freeform_tags,
|
3708
|
+
opsi_private_endpoint_id=opsi_private_endpoint_id,
|
3709
|
+
service_name=service_name,
|
3710
|
+
system_tags=system_tags,
|
3711
|
+
)
|
3712
|
+
@staticmethod
|
3713
|
+
def _configure(
|
3714
|
+
_setter: Callable[[Any, Any], None],
|
3715
|
+
compartment_id: str,
|
3716
|
+
connection_details: Sequence['outputs.GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailResult'],
|
3717
|
+
credential_details: Sequence['outputs.GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailResult'],
|
3718
|
+
database_id: str,
|
3719
|
+
database_resource_type: str,
|
3720
|
+
dbm_private_endpoint_id: str,
|
3721
|
+
defined_tags: Mapping[str, Any],
|
3722
|
+
deployment_type: str,
|
3723
|
+
entity_source: str,
|
3724
|
+
freeform_tags: Mapping[str, Any],
|
3725
|
+
opsi_private_endpoint_id: str,
|
3726
|
+
service_name: str,
|
3727
|
+
system_tags: Mapping[str, Any],
|
3728
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3729
|
+
_setter("compartment_id", compartment_id)
|
3730
|
+
_setter("connection_details", connection_details)
|
3731
|
+
_setter("credential_details", credential_details)
|
3732
|
+
_setter("database_id", database_id)
|
3733
|
+
_setter("database_resource_type", database_resource_type)
|
3734
|
+
_setter("dbm_private_endpoint_id", dbm_private_endpoint_id)
|
3735
|
+
_setter("defined_tags", defined_tags)
|
3736
|
+
_setter("deployment_type", deployment_type)
|
3737
|
+
_setter("entity_source", entity_source)
|
3738
|
+
_setter("freeform_tags", freeform_tags)
|
3739
|
+
_setter("opsi_private_endpoint_id", opsi_private_endpoint_id)
|
3740
|
+
_setter("service_name", service_name)
|
3741
|
+
_setter("system_tags", system_tags)
|
3019
3742
|
|
3020
3743
|
@property
|
3021
3744
|
@pulumi.getter(name="compartmentId")
|
@@ -3104,9 +3827,22 @@ class GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetail
|
|
3104
3827
|
hosts: Sequence['outputs.GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailHostResult'],
|
3105
3828
|
protocol: str,
|
3106
3829
|
service_name: str):
|
3107
|
-
|
3108
|
-
|
3109
|
-
|
3830
|
+
GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailResult._configure(
|
3831
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3832
|
+
hosts=hosts,
|
3833
|
+
protocol=protocol,
|
3834
|
+
service_name=service_name,
|
3835
|
+
)
|
3836
|
+
@staticmethod
|
3837
|
+
def _configure(
|
3838
|
+
_setter: Callable[[Any, Any], None],
|
3839
|
+
hosts: Sequence['outputs.GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailHostResult'],
|
3840
|
+
protocol: str,
|
3841
|
+
service_name: str,
|
3842
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3843
|
+
_setter("hosts", hosts)
|
3844
|
+
_setter("protocol", protocol)
|
3845
|
+
_setter("service_name", service_name)
|
3110
3846
|
|
3111
3847
|
@property
|
3112
3848
|
@pulumi.getter
|
@@ -3129,8 +3865,19 @@ class GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetail
|
|
3129
3865
|
def __init__(__self__, *,
|
3130
3866
|
host_ip: str,
|
3131
3867
|
port: int):
|
3132
|
-
|
3133
|
-
|
3868
|
+
GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailHostResult._configure(
|
3869
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3870
|
+
host_ip=host_ip,
|
3871
|
+
port=port,
|
3872
|
+
)
|
3873
|
+
@staticmethod
|
3874
|
+
def _configure(
|
3875
|
+
_setter: Callable[[Any, Any], None],
|
3876
|
+
host_ip: str,
|
3877
|
+
port: int,
|
3878
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3879
|
+
_setter("host_ip", host_ip)
|
3880
|
+
_setter("port", port)
|
3134
3881
|
|
3135
3882
|
@property
|
3136
3883
|
@pulumi.getter(name="hostIp")
|
@@ -3152,12 +3899,31 @@ class GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetail
|
|
3152
3899
|
role: str,
|
3153
3900
|
user_name: str,
|
3154
3901
|
wallet_secret_id: str):
|
3155
|
-
|
3156
|
-
|
3157
|
-
|
3158
|
-
|
3159
|
-
|
3160
|
-
|
3902
|
+
GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailResult._configure(
|
3903
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3904
|
+
credential_source_name=credential_source_name,
|
3905
|
+
credential_type=credential_type,
|
3906
|
+
password_secret_id=password_secret_id,
|
3907
|
+
role=role,
|
3908
|
+
user_name=user_name,
|
3909
|
+
wallet_secret_id=wallet_secret_id,
|
3910
|
+
)
|
3911
|
+
@staticmethod
|
3912
|
+
def _configure(
|
3913
|
+
_setter: Callable[[Any, Any], None],
|
3914
|
+
credential_source_name: str,
|
3915
|
+
credential_type: str,
|
3916
|
+
password_secret_id: str,
|
3917
|
+
role: str,
|
3918
|
+
user_name: str,
|
3919
|
+
wallet_secret_id: str,
|
3920
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3921
|
+
_setter("credential_source_name", credential_source_name)
|
3922
|
+
_setter("credential_type", credential_type)
|
3923
|
+
_setter("password_secret_id", password_secret_id)
|
3924
|
+
_setter("role", role)
|
3925
|
+
_setter("user_name", user_name)
|
3926
|
+
_setter("wallet_secret_id", wallet_secret_id)
|
3161
3927
|
|
3162
3928
|
@property
|
3163
3929
|
@pulumi.getter(name="credentialSourceName")
|
@@ -3194,7 +3960,16 @@ class GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetail
|
|
3194
3960
|
class GetExadataInsightsExadataInsightSummaryCollectionResult(dict):
|
3195
3961
|
def __init__(__self__, *,
|
3196
3962
|
items: Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemResult']):
|
3197
|
-
|
3963
|
+
GetExadataInsightsExadataInsightSummaryCollectionResult._configure(
|
3964
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3965
|
+
items=items,
|
3966
|
+
)
|
3967
|
+
@staticmethod
|
3968
|
+
def _configure(
|
3969
|
+
_setter: Callable[[Any, Any], None],
|
3970
|
+
items: Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemResult'],
|
3971
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3972
|
+
_setter("items", items)
|
3198
3973
|
|
3199
3974
|
@property
|
3200
3975
|
@pulumi.getter
|
@@ -3259,33 +4034,94 @@ class GetExadataInsightsExadataInsightSummaryCollectionItemResult(dict):
|
|
3259
4034
|
:param str time_created: The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string
|
3260
4035
|
:param str time_updated: The time the Exadata insight was updated. An RFC3339 formatted datetime string
|
3261
4036
|
"""
|
3262
|
-
|
3263
|
-
|
3264
|
-
|
3265
|
-
|
3266
|
-
|
3267
|
-
|
3268
|
-
|
3269
|
-
|
3270
|
-
|
3271
|
-
|
3272
|
-
|
3273
|
-
|
3274
|
-
|
3275
|
-
|
3276
|
-
|
3277
|
-
|
3278
|
-
|
3279
|
-
|
3280
|
-
|
3281
|
-
|
3282
|
-
|
3283
|
-
|
3284
|
-
|
3285
|
-
|
3286
|
-
|
3287
|
-
|
3288
|
-
|
4037
|
+
GetExadataInsightsExadataInsightSummaryCollectionItemResult._configure(
|
4038
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4039
|
+
compartment_id=compartment_id,
|
4040
|
+
defined_tags=defined_tags,
|
4041
|
+
enterprise_manager_bridge_id=enterprise_manager_bridge_id,
|
4042
|
+
enterprise_manager_entity_display_name=enterprise_manager_entity_display_name,
|
4043
|
+
enterprise_manager_entity_identifier=enterprise_manager_entity_identifier,
|
4044
|
+
enterprise_manager_entity_name=enterprise_manager_entity_name,
|
4045
|
+
enterprise_manager_entity_type=enterprise_manager_entity_type,
|
4046
|
+
enterprise_manager_identifier=enterprise_manager_identifier,
|
4047
|
+
entity_source=entity_source,
|
4048
|
+
exadata_display_name=exadata_display_name,
|
4049
|
+
exadata_infra_id=exadata_infra_id,
|
4050
|
+
exadata_infra_resource_type=exadata_infra_resource_type,
|
4051
|
+
exadata_name=exadata_name,
|
4052
|
+
exadata_rack_type=exadata_rack_type,
|
4053
|
+
exadata_shape=exadata_shape,
|
4054
|
+
exadata_type=exadata_type,
|
4055
|
+
freeform_tags=freeform_tags,
|
4056
|
+
id=id,
|
4057
|
+
is_auto_sync_enabled=is_auto_sync_enabled,
|
4058
|
+
is_virtualized_exadata=is_virtualized_exadata,
|
4059
|
+
lifecycle_details=lifecycle_details,
|
4060
|
+
member_vm_cluster_details=member_vm_cluster_details,
|
4061
|
+
state=state,
|
4062
|
+
status=status,
|
4063
|
+
system_tags=system_tags,
|
4064
|
+
time_created=time_created,
|
4065
|
+
time_updated=time_updated,
|
4066
|
+
)
|
4067
|
+
@staticmethod
|
4068
|
+
def _configure(
|
4069
|
+
_setter: Callable[[Any, Any], None],
|
4070
|
+
compartment_id: str,
|
4071
|
+
defined_tags: Mapping[str, Any],
|
4072
|
+
enterprise_manager_bridge_id: str,
|
4073
|
+
enterprise_manager_entity_display_name: str,
|
4074
|
+
enterprise_manager_entity_identifier: str,
|
4075
|
+
enterprise_manager_entity_name: str,
|
4076
|
+
enterprise_manager_entity_type: str,
|
4077
|
+
enterprise_manager_identifier: str,
|
4078
|
+
entity_source: str,
|
4079
|
+
exadata_display_name: str,
|
4080
|
+
exadata_infra_id: str,
|
4081
|
+
exadata_infra_resource_type: str,
|
4082
|
+
exadata_name: str,
|
4083
|
+
exadata_rack_type: str,
|
4084
|
+
exadata_shape: str,
|
4085
|
+
exadata_type: str,
|
4086
|
+
freeform_tags: Mapping[str, Any],
|
4087
|
+
id: str,
|
4088
|
+
is_auto_sync_enabled: bool,
|
4089
|
+
is_virtualized_exadata: bool,
|
4090
|
+
lifecycle_details: str,
|
4091
|
+
member_vm_cluster_details: Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailResult'],
|
4092
|
+
state: str,
|
4093
|
+
status: str,
|
4094
|
+
system_tags: Mapping[str, Any],
|
4095
|
+
time_created: str,
|
4096
|
+
time_updated: str,
|
4097
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4098
|
+
_setter("compartment_id", compartment_id)
|
4099
|
+
_setter("defined_tags", defined_tags)
|
4100
|
+
_setter("enterprise_manager_bridge_id", enterprise_manager_bridge_id)
|
4101
|
+
_setter("enterprise_manager_entity_display_name", enterprise_manager_entity_display_name)
|
4102
|
+
_setter("enterprise_manager_entity_identifier", enterprise_manager_entity_identifier)
|
4103
|
+
_setter("enterprise_manager_entity_name", enterprise_manager_entity_name)
|
4104
|
+
_setter("enterprise_manager_entity_type", enterprise_manager_entity_type)
|
4105
|
+
_setter("enterprise_manager_identifier", enterprise_manager_identifier)
|
4106
|
+
_setter("entity_source", entity_source)
|
4107
|
+
_setter("exadata_display_name", exadata_display_name)
|
4108
|
+
_setter("exadata_infra_id", exadata_infra_id)
|
4109
|
+
_setter("exadata_infra_resource_type", exadata_infra_resource_type)
|
4110
|
+
_setter("exadata_name", exadata_name)
|
4111
|
+
_setter("exadata_rack_type", exadata_rack_type)
|
4112
|
+
_setter("exadata_shape", exadata_shape)
|
4113
|
+
_setter("exadata_type", exadata_type)
|
4114
|
+
_setter("freeform_tags", freeform_tags)
|
4115
|
+
_setter("id", id)
|
4116
|
+
_setter("is_auto_sync_enabled", is_auto_sync_enabled)
|
4117
|
+
_setter("is_virtualized_exadata", is_virtualized_exadata)
|
4118
|
+
_setter("lifecycle_details", lifecycle_details)
|
4119
|
+
_setter("member_vm_cluster_details", member_vm_cluster_details)
|
4120
|
+
_setter("state", state)
|
4121
|
+
_setter("status", status)
|
4122
|
+
_setter("system_tags", system_tags)
|
4123
|
+
_setter("time_created", time_created)
|
4124
|
+
_setter("time_updated", time_updated)
|
3289
4125
|
|
3290
4126
|
@property
|
3291
4127
|
@pulumi.getter(name="compartmentId")
|
@@ -3509,11 +4345,28 @@ class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetail
|
|
3509
4345
|
"""
|
3510
4346
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
3511
4347
|
"""
|
3512
|
-
|
3513
|
-
|
3514
|
-
|
3515
|
-
|
3516
|
-
|
4348
|
+
GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailResult._configure(
|
4349
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4350
|
+
compartment_id=compartment_id,
|
4351
|
+
dbm_private_endpoint_id=dbm_private_endpoint_id,
|
4352
|
+
member_database_details=member_database_details,
|
4353
|
+
opsi_private_endpoint_id=opsi_private_endpoint_id,
|
4354
|
+
vmcluster_id=vmcluster_id,
|
4355
|
+
)
|
4356
|
+
@staticmethod
|
4357
|
+
def _configure(
|
4358
|
+
_setter: Callable[[Any, Any], None],
|
4359
|
+
compartment_id: str,
|
4360
|
+
dbm_private_endpoint_id: str,
|
4361
|
+
member_database_details: Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberDatabaseDetailResult'],
|
4362
|
+
opsi_private_endpoint_id: str,
|
4363
|
+
vmcluster_id: str,
|
4364
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4365
|
+
_setter("compartment_id", compartment_id)
|
4366
|
+
_setter("dbm_private_endpoint_id", dbm_private_endpoint_id)
|
4367
|
+
_setter("member_database_details", member_database_details)
|
4368
|
+
_setter("opsi_private_endpoint_id", opsi_private_endpoint_id)
|
4369
|
+
_setter("vmcluster_id", vmcluster_id)
|
3517
4370
|
|
3518
4371
|
@property
|
3519
4372
|
@pulumi.getter(name="compartmentId")
|
@@ -3567,19 +4420,52 @@ class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetail
|
|
3567
4420
|
:param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
3568
4421
|
:param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
3569
4422
|
"""
|
3570
|
-
|
3571
|
-
|
3572
|
-
|
3573
|
-
|
3574
|
-
|
3575
|
-
|
3576
|
-
|
3577
|
-
|
3578
|
-
|
3579
|
-
|
3580
|
-
|
3581
|
-
|
3582
|
-
|
4423
|
+
GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberDatabaseDetailResult._configure(
|
4424
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4425
|
+
compartment_id=compartment_id,
|
4426
|
+
connection_details=connection_details,
|
4427
|
+
credential_details=credential_details,
|
4428
|
+
database_id=database_id,
|
4429
|
+
database_resource_type=database_resource_type,
|
4430
|
+
dbm_private_endpoint_id=dbm_private_endpoint_id,
|
4431
|
+
defined_tags=defined_tags,
|
4432
|
+
deployment_type=deployment_type,
|
4433
|
+
entity_source=entity_source,
|
4434
|
+
freeform_tags=freeform_tags,
|
4435
|
+
opsi_private_endpoint_id=opsi_private_endpoint_id,
|
4436
|
+
service_name=service_name,
|
4437
|
+
system_tags=system_tags,
|
4438
|
+
)
|
4439
|
+
@staticmethod
|
4440
|
+
def _configure(
|
4441
|
+
_setter: Callable[[Any, Any], None],
|
4442
|
+
compartment_id: str,
|
4443
|
+
connection_details: Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberDatabaseDetailConnectionDetailResult'],
|
4444
|
+
credential_details: Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberDatabaseDetailCredentialDetailResult'],
|
4445
|
+
database_id: str,
|
4446
|
+
database_resource_type: str,
|
4447
|
+
dbm_private_endpoint_id: str,
|
4448
|
+
defined_tags: Mapping[str, Any],
|
4449
|
+
deployment_type: str,
|
4450
|
+
entity_source: str,
|
4451
|
+
freeform_tags: Mapping[str, Any],
|
4452
|
+
opsi_private_endpoint_id: str,
|
4453
|
+
service_name: str,
|
4454
|
+
system_tags: Mapping[str, Any],
|
4455
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4456
|
+
_setter("compartment_id", compartment_id)
|
4457
|
+
_setter("connection_details", connection_details)
|
4458
|
+
_setter("credential_details", credential_details)
|
4459
|
+
_setter("database_id", database_id)
|
4460
|
+
_setter("database_resource_type", database_resource_type)
|
4461
|
+
_setter("dbm_private_endpoint_id", dbm_private_endpoint_id)
|
4462
|
+
_setter("defined_tags", defined_tags)
|
4463
|
+
_setter("deployment_type", deployment_type)
|
4464
|
+
_setter("entity_source", entity_source)
|
4465
|
+
_setter("freeform_tags", freeform_tags)
|
4466
|
+
_setter("opsi_private_endpoint_id", opsi_private_endpoint_id)
|
4467
|
+
_setter("service_name", service_name)
|
4468
|
+
_setter("system_tags", system_tags)
|
3583
4469
|
|
3584
4470
|
@property
|
3585
4471
|
@pulumi.getter(name="compartmentId")
|
@@ -3668,9 +4554,22 @@ class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetail
|
|
3668
4554
|
hosts: Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberDatabaseDetailConnectionDetailHostResult'],
|
3669
4555
|
protocol: str,
|
3670
4556
|
service_name: str):
|
3671
|
-
|
3672
|
-
|
3673
|
-
|
4557
|
+
GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberDatabaseDetailConnectionDetailResult._configure(
|
4558
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4559
|
+
hosts=hosts,
|
4560
|
+
protocol=protocol,
|
4561
|
+
service_name=service_name,
|
4562
|
+
)
|
4563
|
+
@staticmethod
|
4564
|
+
def _configure(
|
4565
|
+
_setter: Callable[[Any, Any], None],
|
4566
|
+
hosts: Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberDatabaseDetailConnectionDetailHostResult'],
|
4567
|
+
protocol: str,
|
4568
|
+
service_name: str,
|
4569
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4570
|
+
_setter("hosts", hosts)
|
4571
|
+
_setter("protocol", protocol)
|
4572
|
+
_setter("service_name", service_name)
|
3674
4573
|
|
3675
4574
|
@property
|
3676
4575
|
@pulumi.getter
|
@@ -3693,8 +4592,19 @@ class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetail
|
|
3693
4592
|
def __init__(__self__, *,
|
3694
4593
|
host_ip: str,
|
3695
4594
|
port: int):
|
3696
|
-
|
3697
|
-
|
4595
|
+
GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberDatabaseDetailConnectionDetailHostResult._configure(
|
4596
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4597
|
+
host_ip=host_ip,
|
4598
|
+
port=port,
|
4599
|
+
)
|
4600
|
+
@staticmethod
|
4601
|
+
def _configure(
|
4602
|
+
_setter: Callable[[Any, Any], None],
|
4603
|
+
host_ip: str,
|
4604
|
+
port: int,
|
4605
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4606
|
+
_setter("host_ip", host_ip)
|
4607
|
+
_setter("port", port)
|
3698
4608
|
|
3699
4609
|
@property
|
3700
4610
|
@pulumi.getter(name="hostIp")
|
@@ -3716,12 +4626,31 @@ class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetail
|
|
3716
4626
|
role: str,
|
3717
4627
|
user_name: str,
|
3718
4628
|
wallet_secret_id: str):
|
3719
|
-
|
3720
|
-
|
3721
|
-
|
3722
|
-
|
3723
|
-
|
3724
|
-
|
4629
|
+
GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberDatabaseDetailCredentialDetailResult._configure(
|
4630
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4631
|
+
credential_source_name=credential_source_name,
|
4632
|
+
credential_type=credential_type,
|
4633
|
+
password_secret_id=password_secret_id,
|
4634
|
+
role=role,
|
4635
|
+
user_name=user_name,
|
4636
|
+
wallet_secret_id=wallet_secret_id,
|
4637
|
+
)
|
4638
|
+
@staticmethod
|
4639
|
+
def _configure(
|
4640
|
+
_setter: Callable[[Any, Any], None],
|
4641
|
+
credential_source_name: str,
|
4642
|
+
credential_type: str,
|
4643
|
+
password_secret_id: str,
|
4644
|
+
role: str,
|
4645
|
+
user_name: str,
|
4646
|
+
wallet_secret_id: str,
|
4647
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4648
|
+
_setter("credential_source_name", credential_source_name)
|
4649
|
+
_setter("credential_type", credential_type)
|
4650
|
+
_setter("password_secret_id", password_secret_id)
|
4651
|
+
_setter("role", role)
|
4652
|
+
_setter("user_name", user_name)
|
4653
|
+
_setter("wallet_secret_id", wallet_secret_id)
|
3725
4654
|
|
3726
4655
|
@property
|
3727
4656
|
@pulumi.getter(name="credentialSourceName")
|
@@ -3760,10 +4689,23 @@ class GetExadataInsightsFilterResult(dict):
|
|
3760
4689
|
name: str,
|
3761
4690
|
values: Sequence[str],
|
3762
4691
|
regex: Optional[bool] = None):
|
3763
|
-
|
3764
|
-
|
4692
|
+
GetExadataInsightsFilterResult._configure(
|
4693
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4694
|
+
name=name,
|
4695
|
+
values=values,
|
4696
|
+
regex=regex,
|
4697
|
+
)
|
4698
|
+
@staticmethod
|
4699
|
+
def _configure(
|
4700
|
+
_setter: Callable[[Any, Any], None],
|
4701
|
+
name: str,
|
4702
|
+
values: Sequence[str],
|
4703
|
+
regex: Optional[bool] = None,
|
4704
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4705
|
+
_setter("name", name)
|
4706
|
+
_setter("values", values)
|
3765
4707
|
if regex is not None:
|
3766
|
-
|
4708
|
+
_setter("regex", regex)
|
3767
4709
|
|
3768
4710
|
@property
|
3769
4711
|
@pulumi.getter
|
@@ -3787,10 +4729,23 @@ class GetHostInsightsFilterResult(dict):
|
|
3787
4729
|
name: str,
|
3788
4730
|
values: Sequence[str],
|
3789
4731
|
regex: Optional[bool] = None):
|
3790
|
-
|
3791
|
-
|
4732
|
+
GetHostInsightsFilterResult._configure(
|
4733
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4734
|
+
name=name,
|
4735
|
+
values=values,
|
4736
|
+
regex=regex,
|
4737
|
+
)
|
4738
|
+
@staticmethod
|
4739
|
+
def _configure(
|
4740
|
+
_setter: Callable[[Any, Any], None],
|
4741
|
+
name: str,
|
4742
|
+
values: Sequence[str],
|
4743
|
+
regex: Optional[bool] = None,
|
4744
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4745
|
+
_setter("name", name)
|
4746
|
+
_setter("values", values)
|
3792
4747
|
if regex is not None:
|
3793
|
-
|
4748
|
+
_setter("regex", regex)
|
3794
4749
|
|
3795
4750
|
@property
|
3796
4751
|
@pulumi.getter
|
@@ -3812,7 +4767,16 @@ class GetHostInsightsFilterResult(dict):
|
|
3812
4767
|
class GetHostInsightsHostInsightSummaryCollectionResult(dict):
|
3813
4768
|
def __init__(__self__, *,
|
3814
4769
|
items: Sequence['outputs.GetHostInsightsHostInsightSummaryCollectionItemResult']):
|
3815
|
-
|
4770
|
+
GetHostInsightsHostInsightSummaryCollectionResult._configure(
|
4771
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4772
|
+
items=items,
|
4773
|
+
)
|
4774
|
+
@staticmethod
|
4775
|
+
def _configure(
|
4776
|
+
_setter: Callable[[Any, Any], None],
|
4777
|
+
items: Sequence['outputs.GetHostInsightsHostInsightSummaryCollectionItemResult'],
|
4778
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4779
|
+
_setter("items", items)
|
3816
4780
|
|
3817
4781
|
@property
|
3818
4782
|
@pulumi.getter
|
@@ -3879,33 +4843,94 @@ class GetHostInsightsHostInsightSummaryCollectionItemResult(dict):
|
|
3879
4843
|
:param str time_created: The time the the host insight was first enabled. An RFC3339 formatted datetime string
|
3880
4844
|
:param str time_updated: The time the host insight was updated. An RFC3339 formatted datetime string
|
3881
4845
|
"""
|
3882
|
-
|
3883
|
-
|
3884
|
-
|
3885
|
-
|
3886
|
-
|
3887
|
-
|
3888
|
-
|
3889
|
-
|
3890
|
-
|
3891
|
-
|
3892
|
-
|
3893
|
-
|
3894
|
-
|
3895
|
-
|
3896
|
-
|
3897
|
-
|
3898
|
-
|
3899
|
-
|
3900
|
-
|
3901
|
-
|
3902
|
-
|
3903
|
-
|
3904
|
-
|
3905
|
-
|
3906
|
-
|
3907
|
-
|
3908
|
-
|
4846
|
+
GetHostInsightsHostInsightSummaryCollectionItemResult._configure(
|
4847
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4848
|
+
compartment_id=compartment_id,
|
4849
|
+
compute_id=compute_id,
|
4850
|
+
defined_tags=defined_tags,
|
4851
|
+
enterprise_manager_bridge_id=enterprise_manager_bridge_id,
|
4852
|
+
enterprise_manager_entity_display_name=enterprise_manager_entity_display_name,
|
4853
|
+
enterprise_manager_entity_identifier=enterprise_manager_entity_identifier,
|
4854
|
+
enterprise_manager_entity_name=enterprise_manager_entity_name,
|
4855
|
+
enterprise_manager_entity_type=enterprise_manager_entity_type,
|
4856
|
+
enterprise_manager_identifier=enterprise_manager_identifier,
|
4857
|
+
entity_source=entity_source,
|
4858
|
+
exadata_insight_id=exadata_insight_id,
|
4859
|
+
freeform_tags=freeform_tags,
|
4860
|
+
host_display_name=host_display_name,
|
4861
|
+
host_name=host_name,
|
4862
|
+
host_type=host_type,
|
4863
|
+
id=id,
|
4864
|
+
lifecycle_details=lifecycle_details,
|
4865
|
+
management_agent_id=management_agent_id,
|
4866
|
+
platform_name=platform_name,
|
4867
|
+
platform_type=platform_type,
|
4868
|
+
platform_version=platform_version,
|
4869
|
+
processor_count=processor_count,
|
4870
|
+
state=state,
|
4871
|
+
status=status,
|
4872
|
+
system_tags=system_tags,
|
4873
|
+
time_created=time_created,
|
4874
|
+
time_updated=time_updated,
|
4875
|
+
)
|
4876
|
+
@staticmethod
|
4877
|
+
def _configure(
|
4878
|
+
_setter: Callable[[Any, Any], None],
|
4879
|
+
compartment_id: str,
|
4880
|
+
compute_id: str,
|
4881
|
+
defined_tags: Mapping[str, Any],
|
4882
|
+
enterprise_manager_bridge_id: str,
|
4883
|
+
enterprise_manager_entity_display_name: str,
|
4884
|
+
enterprise_manager_entity_identifier: str,
|
4885
|
+
enterprise_manager_entity_name: str,
|
4886
|
+
enterprise_manager_entity_type: str,
|
4887
|
+
enterprise_manager_identifier: str,
|
4888
|
+
entity_source: str,
|
4889
|
+
exadata_insight_id: str,
|
4890
|
+
freeform_tags: Mapping[str, Any],
|
4891
|
+
host_display_name: str,
|
4892
|
+
host_name: str,
|
4893
|
+
host_type: str,
|
4894
|
+
id: str,
|
4895
|
+
lifecycle_details: str,
|
4896
|
+
management_agent_id: str,
|
4897
|
+
platform_name: str,
|
4898
|
+
platform_type: str,
|
4899
|
+
platform_version: str,
|
4900
|
+
processor_count: int,
|
4901
|
+
state: str,
|
4902
|
+
status: str,
|
4903
|
+
system_tags: Mapping[str, Any],
|
4904
|
+
time_created: str,
|
4905
|
+
time_updated: str,
|
4906
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4907
|
+
_setter("compartment_id", compartment_id)
|
4908
|
+
_setter("compute_id", compute_id)
|
4909
|
+
_setter("defined_tags", defined_tags)
|
4910
|
+
_setter("enterprise_manager_bridge_id", enterprise_manager_bridge_id)
|
4911
|
+
_setter("enterprise_manager_entity_display_name", enterprise_manager_entity_display_name)
|
4912
|
+
_setter("enterprise_manager_entity_identifier", enterprise_manager_entity_identifier)
|
4913
|
+
_setter("enterprise_manager_entity_name", enterprise_manager_entity_name)
|
4914
|
+
_setter("enterprise_manager_entity_type", enterprise_manager_entity_type)
|
4915
|
+
_setter("enterprise_manager_identifier", enterprise_manager_identifier)
|
4916
|
+
_setter("entity_source", entity_source)
|
4917
|
+
_setter("exadata_insight_id", exadata_insight_id)
|
4918
|
+
_setter("freeform_tags", freeform_tags)
|
4919
|
+
_setter("host_display_name", host_display_name)
|
4920
|
+
_setter("host_name", host_name)
|
4921
|
+
_setter("host_type", host_type)
|
4922
|
+
_setter("id", id)
|
4923
|
+
_setter("lifecycle_details", lifecycle_details)
|
4924
|
+
_setter("management_agent_id", management_agent_id)
|
4925
|
+
_setter("platform_name", platform_name)
|
4926
|
+
_setter("platform_type", platform_type)
|
4927
|
+
_setter("platform_version", platform_version)
|
4928
|
+
_setter("processor_count", processor_count)
|
4929
|
+
_setter("state", state)
|
4930
|
+
_setter("status", status)
|
4931
|
+
_setter("system_tags", system_tags)
|
4932
|
+
_setter("time_created", time_created)
|
4933
|
+
_setter("time_updated", time_updated)
|
3909
4934
|
|
3910
4935
|
@property
|
3911
4936
|
@pulumi.getter(name="compartmentId")
|
@@ -4139,11 +5164,28 @@ class GetImportableAgentEntitiesItemResult(dict):
|
|
4139
5164
|
:param str management_agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
|
4140
5165
|
:param str platform_type: Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX].
|
4141
5166
|
"""
|
4142
|
-
|
4143
|
-
|
4144
|
-
|
4145
|
-
|
4146
|
-
|
5167
|
+
GetImportableAgentEntitiesItemResult._configure(
|
5168
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5169
|
+
entity_source=entity_source,
|
5170
|
+
host_name=host_name,
|
5171
|
+
management_agent_display_name=management_agent_display_name,
|
5172
|
+
management_agent_id=management_agent_id,
|
5173
|
+
platform_type=platform_type,
|
5174
|
+
)
|
5175
|
+
@staticmethod
|
5176
|
+
def _configure(
|
5177
|
+
_setter: Callable[[Any, Any], None],
|
5178
|
+
entity_source: str,
|
5179
|
+
host_name: str,
|
5180
|
+
management_agent_display_name: str,
|
5181
|
+
management_agent_id: str,
|
5182
|
+
platform_type: str,
|
5183
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5184
|
+
_setter("entity_source", entity_source)
|
5185
|
+
_setter("host_name", host_name)
|
5186
|
+
_setter("management_agent_display_name", management_agent_display_name)
|
5187
|
+
_setter("management_agent_id", management_agent_id)
|
5188
|
+
_setter("platform_type", platform_type)
|
4147
5189
|
|
4148
5190
|
@property
|
4149
5191
|
@pulumi.getter(name="entitySource")
|
@@ -4201,11 +5243,28 @@ class GetImportableAgentEntityItemResult(dict):
|
|
4201
5243
|
:param str management_agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
|
4202
5244
|
:param str platform_type: Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX].
|
4203
5245
|
"""
|
4204
|
-
|
4205
|
-
|
4206
|
-
|
4207
|
-
|
4208
|
-
|
5246
|
+
GetImportableAgentEntityItemResult._configure(
|
5247
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5248
|
+
entity_source=entity_source,
|
5249
|
+
host_name=host_name,
|
5250
|
+
management_agent_display_name=management_agent_display_name,
|
5251
|
+
management_agent_id=management_agent_id,
|
5252
|
+
platform_type=platform_type,
|
5253
|
+
)
|
5254
|
+
@staticmethod
|
5255
|
+
def _configure(
|
5256
|
+
_setter: Callable[[Any, Any], None],
|
5257
|
+
entity_source: str,
|
5258
|
+
host_name: str,
|
5259
|
+
management_agent_display_name: str,
|
5260
|
+
management_agent_id: str,
|
5261
|
+
platform_type: str,
|
5262
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5263
|
+
_setter("entity_source", entity_source)
|
5264
|
+
_setter("host_name", host_name)
|
5265
|
+
_setter("management_agent_display_name", management_agent_display_name)
|
5266
|
+
_setter("management_agent_id", management_agent_id)
|
5267
|
+
_setter("platform_type", platform_type)
|
4209
5268
|
|
4210
5269
|
@property
|
4211
5270
|
@pulumi.getter(name="entitySource")
|
@@ -4265,12 +5324,31 @@ class GetImportableComputeEntitiesItemResult(dict):
|
|
4265
5324
|
:param str host_name: The host name. The host name is unique amongst the hosts managed by the same management agent.
|
4266
5325
|
:param str platform_type: Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX, SOLARIS, WINDOWS]. Supported platformType(s) for MACS-managed cloud host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX, WINDOWS, AIX].
|
4267
5326
|
"""
|
4268
|
-
|
4269
|
-
|
4270
|
-
|
4271
|
-
|
4272
|
-
|
4273
|
-
|
5327
|
+
GetImportableComputeEntitiesItemResult._configure(
|
5328
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5329
|
+
compartment_id=compartment_id,
|
5330
|
+
compute_display_name=compute_display_name,
|
5331
|
+
compute_id=compute_id,
|
5332
|
+
entity_source=entity_source,
|
5333
|
+
host_name=host_name,
|
5334
|
+
platform_type=platform_type,
|
5335
|
+
)
|
5336
|
+
@staticmethod
|
5337
|
+
def _configure(
|
5338
|
+
_setter: Callable[[Any, Any], None],
|
5339
|
+
compartment_id: str,
|
5340
|
+
compute_display_name: str,
|
5341
|
+
compute_id: str,
|
5342
|
+
entity_source: str,
|
5343
|
+
host_name: str,
|
5344
|
+
platform_type: str,
|
5345
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5346
|
+
_setter("compartment_id", compartment_id)
|
5347
|
+
_setter("compute_display_name", compute_display_name)
|
5348
|
+
_setter("compute_id", compute_id)
|
5349
|
+
_setter("entity_source", entity_source)
|
5350
|
+
_setter("host_name", host_name)
|
5351
|
+
_setter("platform_type", platform_type)
|
4274
5352
|
|
4275
5353
|
@property
|
4276
5354
|
@pulumi.getter(name="compartmentId")
|
@@ -4338,12 +5416,31 @@ class GetImportableComputeEntityItemResult(dict):
|
|
4338
5416
|
:param str host_name: The host name. The host name is unique amongst the hosts managed by the same management agent.
|
4339
5417
|
:param str platform_type: Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX, SOLARIS, WINDOWS]. Supported platformType(s) for MACS-managed cloud host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX, WINDOWS].
|
4340
5418
|
"""
|
4341
|
-
|
4342
|
-
|
4343
|
-
|
4344
|
-
|
4345
|
-
|
4346
|
-
|
5419
|
+
GetImportableComputeEntityItemResult._configure(
|
5420
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5421
|
+
compartment_id=compartment_id,
|
5422
|
+
compute_display_name=compute_display_name,
|
5423
|
+
compute_id=compute_id,
|
5424
|
+
entity_source=entity_source,
|
5425
|
+
host_name=host_name,
|
5426
|
+
platform_type=platform_type,
|
5427
|
+
)
|
5428
|
+
@staticmethod
|
5429
|
+
def _configure(
|
5430
|
+
_setter: Callable[[Any, Any], None],
|
5431
|
+
compartment_id: str,
|
5432
|
+
compute_display_name: str,
|
5433
|
+
compute_id: str,
|
5434
|
+
entity_source: str,
|
5435
|
+
host_name: str,
|
5436
|
+
platform_type: str,
|
5437
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5438
|
+
_setter("compartment_id", compartment_id)
|
5439
|
+
_setter("compute_display_name", compute_display_name)
|
5440
|
+
_setter("compute_id", compute_id)
|
5441
|
+
_setter("entity_source", entity_source)
|
5442
|
+
_setter("host_name", host_name)
|
5443
|
+
_setter("platform_type", platform_type)
|
4347
5444
|
|
4348
5445
|
@property
|
4349
5446
|
@pulumi.getter(name="compartmentId")
|
@@ -4401,7 +5498,16 @@ class GetNewsReportContentTypeResult(dict):
|
|
4401
5498
|
"""
|
4402
5499
|
:param Sequence[str] capacity_planning_resources: Supported resources for capacity planning content type.
|
4403
5500
|
"""
|
4404
|
-
|
5501
|
+
GetNewsReportContentTypeResult._configure(
|
5502
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5503
|
+
capacity_planning_resources=capacity_planning_resources,
|
5504
|
+
)
|
5505
|
+
@staticmethod
|
5506
|
+
def _configure(
|
5507
|
+
_setter: Callable[[Any, Any], None],
|
5508
|
+
capacity_planning_resources: Sequence[str],
|
5509
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5510
|
+
_setter("capacity_planning_resources", capacity_planning_resources)
|
4405
5511
|
|
4406
5512
|
@property
|
4407
5513
|
@pulumi.getter(name="capacityPlanningResources")
|
@@ -4421,10 +5527,23 @@ class GetNewsReportsFilterResult(dict):
|
|
4421
5527
|
"""
|
4422
5528
|
:param str name: The news report name.
|
4423
5529
|
"""
|
4424
|
-
|
4425
|
-
|
5530
|
+
GetNewsReportsFilterResult._configure(
|
5531
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5532
|
+
name=name,
|
5533
|
+
values=values,
|
5534
|
+
regex=regex,
|
5535
|
+
)
|
5536
|
+
@staticmethod
|
5537
|
+
def _configure(
|
5538
|
+
_setter: Callable[[Any, Any], None],
|
5539
|
+
name: str,
|
5540
|
+
values: Sequence[str],
|
5541
|
+
regex: Optional[bool] = None,
|
5542
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5543
|
+
_setter("name", name)
|
5544
|
+
_setter("values", values)
|
4426
5545
|
if regex is not None:
|
4427
|
-
|
5546
|
+
_setter("regex", regex)
|
4428
5547
|
|
4429
5548
|
@property
|
4430
5549
|
@pulumi.getter
|
@@ -4449,7 +5568,16 @@ class GetNewsReportsFilterResult(dict):
|
|
4449
5568
|
class GetNewsReportsNewsReportCollectionResult(dict):
|
4450
5569
|
def __init__(__self__, *,
|
4451
5570
|
items: Sequence['outputs.GetNewsReportsNewsReportCollectionItemResult']):
|
4452
|
-
|
5571
|
+
GetNewsReportsNewsReportCollectionResult._configure(
|
5572
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5573
|
+
items=items,
|
5574
|
+
)
|
5575
|
+
@staticmethod
|
5576
|
+
def _configure(
|
5577
|
+
_setter: Callable[[Any, Any], None],
|
5578
|
+
items: Sequence['outputs.GetNewsReportsNewsReportCollectionItemResult'],
|
5579
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5580
|
+
_setter("items", items)
|
4453
5581
|
|
4454
5582
|
@property
|
4455
5583
|
@pulumi.getter
|
@@ -4494,22 +5622,61 @@ class GetNewsReportsNewsReportCollectionItemResult(dict):
|
|
4494
5622
|
:param str time_created: The time the the news report was first enabled. An RFC3339 formatted datetime string.
|
4495
5623
|
:param str time_updated: The time the news report was updated. An RFC3339 formatted datetime string.
|
4496
5624
|
"""
|
4497
|
-
|
4498
|
-
|
4499
|
-
|
4500
|
-
|
4501
|
-
|
4502
|
-
|
4503
|
-
|
4504
|
-
|
4505
|
-
|
4506
|
-
|
4507
|
-
|
4508
|
-
|
4509
|
-
|
4510
|
-
|
4511
|
-
|
4512
|
-
|
5625
|
+
GetNewsReportsNewsReportCollectionItemResult._configure(
|
5626
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5627
|
+
compartment_id=compartment_id,
|
5628
|
+
content_types=content_types,
|
5629
|
+
defined_tags=defined_tags,
|
5630
|
+
description=description,
|
5631
|
+
freeform_tags=freeform_tags,
|
5632
|
+
id=id,
|
5633
|
+
lifecycle_details=lifecycle_details,
|
5634
|
+
locale=locale,
|
5635
|
+
name=name,
|
5636
|
+
news_frequency=news_frequency,
|
5637
|
+
ons_topic_id=ons_topic_id,
|
5638
|
+
state=state,
|
5639
|
+
status=status,
|
5640
|
+
system_tags=system_tags,
|
5641
|
+
time_created=time_created,
|
5642
|
+
time_updated=time_updated,
|
5643
|
+
)
|
5644
|
+
@staticmethod
|
5645
|
+
def _configure(
|
5646
|
+
_setter: Callable[[Any, Any], None],
|
5647
|
+
compartment_id: str,
|
5648
|
+
content_types: Sequence['outputs.GetNewsReportsNewsReportCollectionItemContentTypeResult'],
|
5649
|
+
defined_tags: Mapping[str, Any],
|
5650
|
+
description: str,
|
5651
|
+
freeform_tags: Mapping[str, Any],
|
5652
|
+
id: str,
|
5653
|
+
lifecycle_details: str,
|
5654
|
+
locale: str,
|
5655
|
+
name: str,
|
5656
|
+
news_frequency: str,
|
5657
|
+
ons_topic_id: str,
|
5658
|
+
state: str,
|
5659
|
+
status: str,
|
5660
|
+
system_tags: Mapping[str, Any],
|
5661
|
+
time_created: str,
|
5662
|
+
time_updated: str,
|
5663
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5664
|
+
_setter("compartment_id", compartment_id)
|
5665
|
+
_setter("content_types", content_types)
|
5666
|
+
_setter("defined_tags", defined_tags)
|
5667
|
+
_setter("description", description)
|
5668
|
+
_setter("freeform_tags", freeform_tags)
|
5669
|
+
_setter("id", id)
|
5670
|
+
_setter("lifecycle_details", lifecycle_details)
|
5671
|
+
_setter("locale", locale)
|
5672
|
+
_setter("name", name)
|
5673
|
+
_setter("news_frequency", news_frequency)
|
5674
|
+
_setter("ons_topic_id", ons_topic_id)
|
5675
|
+
_setter("state", state)
|
5676
|
+
_setter("status", status)
|
5677
|
+
_setter("system_tags", system_tags)
|
5678
|
+
_setter("time_created", time_created)
|
5679
|
+
_setter("time_updated", time_updated)
|
4513
5680
|
|
4514
5681
|
@property
|
4515
5682
|
@pulumi.getter(name="compartmentId")
|
@@ -4647,7 +5814,16 @@ class GetNewsReportsNewsReportCollectionItemContentTypeResult(dict):
|
|
4647
5814
|
"""
|
4648
5815
|
:param Sequence[str] capacity_planning_resources: Supported resources for capacity planning content type.
|
4649
5816
|
"""
|
4650
|
-
|
5817
|
+
GetNewsReportsNewsReportCollectionItemContentTypeResult._configure(
|
5818
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5819
|
+
capacity_planning_resources=capacity_planning_resources,
|
5820
|
+
)
|
5821
|
+
@staticmethod
|
5822
|
+
def _configure(
|
5823
|
+
_setter: Callable[[Any, Any], None],
|
5824
|
+
capacity_planning_resources: Sequence[str],
|
5825
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5826
|
+
_setter("capacity_planning_resources", capacity_planning_resources)
|
4651
5827
|
|
4652
5828
|
@property
|
4653
5829
|
@pulumi.getter(name="capacityPlanningResources")
|
@@ -4664,10 +5840,23 @@ class GetOperationsInsightsPrivateEndpointsFilterResult(dict):
|
|
4664
5840
|
name: str,
|
4665
5841
|
values: Sequence[str],
|
4666
5842
|
regex: Optional[bool] = None):
|
4667
|
-
|
4668
|
-
|
5843
|
+
GetOperationsInsightsPrivateEndpointsFilterResult._configure(
|
5844
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5845
|
+
name=name,
|
5846
|
+
values=values,
|
5847
|
+
regex=regex,
|
5848
|
+
)
|
5849
|
+
@staticmethod
|
5850
|
+
def _configure(
|
5851
|
+
_setter: Callable[[Any, Any], None],
|
5852
|
+
name: str,
|
5853
|
+
values: Sequence[str],
|
5854
|
+
regex: Optional[bool] = None,
|
5855
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5856
|
+
_setter("name", name)
|
5857
|
+
_setter("values", values)
|
4669
5858
|
if regex is not None:
|
4670
|
-
|
5859
|
+
_setter("regex", regex)
|
4671
5860
|
|
4672
5861
|
@property
|
4673
5862
|
@pulumi.getter
|
@@ -4689,7 +5878,16 @@ class GetOperationsInsightsPrivateEndpointsFilterResult(dict):
|
|
4689
5878
|
class GetOperationsInsightsPrivateEndpointsOperationsInsightsPrivateEndpointCollectionResult(dict):
|
4690
5879
|
def __init__(__self__, *,
|
4691
5880
|
items: Sequence['outputs.GetOperationsInsightsPrivateEndpointsOperationsInsightsPrivateEndpointCollectionItemResult']):
|
4692
|
-
|
5881
|
+
GetOperationsInsightsPrivateEndpointsOperationsInsightsPrivateEndpointCollectionResult._configure(
|
5882
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5883
|
+
items=items,
|
5884
|
+
)
|
5885
|
+
@staticmethod
|
5886
|
+
def _configure(
|
5887
|
+
_setter: Callable[[Any, Any], None],
|
5888
|
+
items: Sequence['outputs.GetOperationsInsightsPrivateEndpointsOperationsInsightsPrivateEndpointCollectionItemResult'],
|
5889
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5890
|
+
_setter("items", items)
|
4693
5891
|
|
4694
5892
|
@property
|
4695
5893
|
@pulumi.getter
|
@@ -4734,22 +5932,61 @@ class GetOperationsInsightsPrivateEndpointsOperationsInsightsPrivateEndpointColl
|
|
4734
5932
|
:param str time_created: The date and time the private endpoint was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
4735
5933
|
:param str vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
4736
5934
|
"""
|
4737
|
-
|
4738
|
-
|
4739
|
-
|
4740
|
-
|
4741
|
-
|
4742
|
-
|
4743
|
-
|
4744
|
-
|
4745
|
-
|
4746
|
-
|
4747
|
-
|
4748
|
-
|
4749
|
-
|
4750
|
-
|
4751
|
-
|
4752
|
-
|
5935
|
+
GetOperationsInsightsPrivateEndpointsOperationsInsightsPrivateEndpointCollectionItemResult._configure(
|
5936
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5937
|
+
compartment_id=compartment_id,
|
5938
|
+
defined_tags=defined_tags,
|
5939
|
+
description=description,
|
5940
|
+
display_name=display_name,
|
5941
|
+
freeform_tags=freeform_tags,
|
5942
|
+
id=id,
|
5943
|
+
is_used_for_rac_dbs=is_used_for_rac_dbs,
|
5944
|
+
lifecycle_details=lifecycle_details,
|
5945
|
+
nsg_ids=nsg_ids,
|
5946
|
+
private_endpoint_status_details=private_endpoint_status_details,
|
5947
|
+
private_ip=private_ip,
|
5948
|
+
state=state,
|
5949
|
+
subnet_id=subnet_id,
|
5950
|
+
system_tags=system_tags,
|
5951
|
+
time_created=time_created,
|
5952
|
+
vcn_id=vcn_id,
|
5953
|
+
)
|
5954
|
+
@staticmethod
|
5955
|
+
def _configure(
|
5956
|
+
_setter: Callable[[Any, Any], None],
|
5957
|
+
compartment_id: str,
|
5958
|
+
defined_tags: Mapping[str, Any],
|
5959
|
+
description: str,
|
5960
|
+
display_name: str,
|
5961
|
+
freeform_tags: Mapping[str, Any],
|
5962
|
+
id: str,
|
5963
|
+
is_used_for_rac_dbs: bool,
|
5964
|
+
lifecycle_details: str,
|
5965
|
+
nsg_ids: Sequence[str],
|
5966
|
+
private_endpoint_status_details: str,
|
5967
|
+
private_ip: str,
|
5968
|
+
state: str,
|
5969
|
+
subnet_id: str,
|
5970
|
+
system_tags: Mapping[str, Any],
|
5971
|
+
time_created: str,
|
5972
|
+
vcn_id: str,
|
5973
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5974
|
+
_setter("compartment_id", compartment_id)
|
5975
|
+
_setter("defined_tags", defined_tags)
|
5976
|
+
_setter("description", description)
|
5977
|
+
_setter("display_name", display_name)
|
5978
|
+
_setter("freeform_tags", freeform_tags)
|
5979
|
+
_setter("id", id)
|
5980
|
+
_setter("is_used_for_rac_dbs", is_used_for_rac_dbs)
|
5981
|
+
_setter("lifecycle_details", lifecycle_details)
|
5982
|
+
_setter("nsg_ids", nsg_ids)
|
5983
|
+
_setter("private_endpoint_status_details", private_endpoint_status_details)
|
5984
|
+
_setter("private_ip", private_ip)
|
5985
|
+
_setter("state", state)
|
5986
|
+
_setter("subnet_id", subnet_id)
|
5987
|
+
_setter("system_tags", system_tags)
|
5988
|
+
_setter("time_created", time_created)
|
5989
|
+
_setter("vcn_id", vcn_id)
|
4753
5990
|
|
4754
5991
|
@property
|
4755
5992
|
@pulumi.getter(name="compartmentId")
|
@@ -4889,10 +6126,23 @@ class GetOperationsInsightsWarehouseUsersFilterResult(dict):
|
|
4889
6126
|
"""
|
4890
6127
|
:param str name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
|
4891
6128
|
"""
|
4892
|
-
|
4893
|
-
|
6129
|
+
GetOperationsInsightsWarehouseUsersFilterResult._configure(
|
6130
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6131
|
+
name=name,
|
6132
|
+
values=values,
|
6133
|
+
regex=regex,
|
6134
|
+
)
|
6135
|
+
@staticmethod
|
6136
|
+
def _configure(
|
6137
|
+
_setter: Callable[[Any, Any], None],
|
6138
|
+
name: str,
|
6139
|
+
values: Sequence[str],
|
6140
|
+
regex: Optional[bool] = None,
|
6141
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6142
|
+
_setter("name", name)
|
6143
|
+
_setter("values", values)
|
4894
6144
|
if regex is not None:
|
4895
|
-
|
6145
|
+
_setter("regex", regex)
|
4896
6146
|
|
4897
6147
|
@property
|
4898
6148
|
@pulumi.getter
|
@@ -4917,7 +6167,16 @@ class GetOperationsInsightsWarehouseUsersFilterResult(dict):
|
|
4917
6167
|
class GetOperationsInsightsWarehouseUsersOperationsInsightsWarehouseUserSummaryCollectionResult(dict):
|
4918
6168
|
def __init__(__self__, *,
|
4919
6169
|
items: Sequence['outputs.GetOperationsInsightsWarehouseUsersOperationsInsightsWarehouseUserSummaryCollectionItemResult']):
|
4920
|
-
|
6170
|
+
GetOperationsInsightsWarehouseUsersOperationsInsightsWarehouseUserSummaryCollectionResult._configure(
|
6171
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6172
|
+
items=items,
|
6173
|
+
)
|
6174
|
+
@staticmethod
|
6175
|
+
def _configure(
|
6176
|
+
_setter: Callable[[Any, Any], None],
|
6177
|
+
items: Sequence['outputs.GetOperationsInsightsWarehouseUsersOperationsInsightsWarehouseUserSummaryCollectionItemResult'],
|
6178
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6179
|
+
_setter("items", items)
|
4921
6180
|
|
4922
6181
|
@property
|
4923
6182
|
@pulumi.getter
|
@@ -4960,21 +6219,58 @@ class GetOperationsInsightsWarehouseUsersOperationsInsightsWarehouseUserSummaryC
|
|
4960
6219
|
:param str time_created: The time at which the resource was first created. An RFC3339 formatted datetime string
|
4961
6220
|
:param str time_updated: The time at which the resource was last updated. An RFC3339 formatted datetime string
|
4962
6221
|
"""
|
4963
|
-
|
4964
|
-
|
4965
|
-
|
4966
|
-
|
4967
|
-
|
4968
|
-
|
4969
|
-
|
4970
|
-
|
4971
|
-
|
4972
|
-
|
4973
|
-
|
4974
|
-
|
4975
|
-
|
4976
|
-
|
4977
|
-
|
6222
|
+
GetOperationsInsightsWarehouseUsersOperationsInsightsWarehouseUserSummaryCollectionItemResult._configure(
|
6223
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6224
|
+
compartment_id=compartment_id,
|
6225
|
+
connection_password=connection_password,
|
6226
|
+
defined_tags=defined_tags,
|
6227
|
+
freeform_tags=freeform_tags,
|
6228
|
+
id=id,
|
6229
|
+
is_awr_data_access=is_awr_data_access,
|
6230
|
+
is_em_data_access=is_em_data_access,
|
6231
|
+
is_opsi_data_access=is_opsi_data_access,
|
6232
|
+
lifecycle_details=lifecycle_details,
|
6233
|
+
name=name,
|
6234
|
+
operations_insights_warehouse_id=operations_insights_warehouse_id,
|
6235
|
+
state=state,
|
6236
|
+
system_tags=system_tags,
|
6237
|
+
time_created=time_created,
|
6238
|
+
time_updated=time_updated,
|
6239
|
+
)
|
6240
|
+
@staticmethod
|
6241
|
+
def _configure(
|
6242
|
+
_setter: Callable[[Any, Any], None],
|
6243
|
+
compartment_id: str,
|
6244
|
+
connection_password: str,
|
6245
|
+
defined_tags: Mapping[str, Any],
|
6246
|
+
freeform_tags: Mapping[str, Any],
|
6247
|
+
id: str,
|
6248
|
+
is_awr_data_access: bool,
|
6249
|
+
is_em_data_access: bool,
|
6250
|
+
is_opsi_data_access: bool,
|
6251
|
+
lifecycle_details: str,
|
6252
|
+
name: str,
|
6253
|
+
operations_insights_warehouse_id: str,
|
6254
|
+
state: str,
|
6255
|
+
system_tags: Mapping[str, Any],
|
6256
|
+
time_created: str,
|
6257
|
+
time_updated: str,
|
6258
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6259
|
+
_setter("compartment_id", compartment_id)
|
6260
|
+
_setter("connection_password", connection_password)
|
6261
|
+
_setter("defined_tags", defined_tags)
|
6262
|
+
_setter("freeform_tags", freeform_tags)
|
6263
|
+
_setter("id", id)
|
6264
|
+
_setter("is_awr_data_access", is_awr_data_access)
|
6265
|
+
_setter("is_em_data_access", is_em_data_access)
|
6266
|
+
_setter("is_opsi_data_access", is_opsi_data_access)
|
6267
|
+
_setter("lifecycle_details", lifecycle_details)
|
6268
|
+
_setter("name", name)
|
6269
|
+
_setter("operations_insights_warehouse_id", operations_insights_warehouse_id)
|
6270
|
+
_setter("state", state)
|
6271
|
+
_setter("system_tags", system_tags)
|
6272
|
+
_setter("time_created", time_created)
|
6273
|
+
_setter("time_updated", time_updated)
|
4978
6274
|
|
4979
6275
|
@property
|
4980
6276
|
@pulumi.getter(name="compartmentId")
|
@@ -5103,10 +6399,23 @@ class GetOperationsInsightsWarehousesFilterResult(dict):
|
|
5103
6399
|
name: str,
|
5104
6400
|
values: Sequence[str],
|
5105
6401
|
regex: Optional[bool] = None):
|
5106
|
-
|
5107
|
-
|
6402
|
+
GetOperationsInsightsWarehousesFilterResult._configure(
|
6403
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6404
|
+
name=name,
|
6405
|
+
values=values,
|
6406
|
+
regex=regex,
|
6407
|
+
)
|
6408
|
+
@staticmethod
|
6409
|
+
def _configure(
|
6410
|
+
_setter: Callable[[Any, Any], None],
|
6411
|
+
name: str,
|
6412
|
+
values: Sequence[str],
|
6413
|
+
regex: Optional[bool] = None,
|
6414
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6415
|
+
_setter("name", name)
|
6416
|
+
_setter("values", values)
|
5108
6417
|
if regex is not None:
|
5109
|
-
|
6418
|
+
_setter("regex", regex)
|
5110
6419
|
|
5111
6420
|
@property
|
5112
6421
|
@pulumi.getter
|
@@ -5128,7 +6437,16 @@ class GetOperationsInsightsWarehousesFilterResult(dict):
|
|
5128
6437
|
class GetOperationsInsightsWarehousesOperationsInsightsWarehouseSummaryCollectionResult(dict):
|
5129
6438
|
def __init__(__self__, *,
|
5130
6439
|
items: Sequence['outputs.GetOperationsInsightsWarehousesOperationsInsightsWarehouseSummaryCollectionItemResult']):
|
5131
|
-
|
6440
|
+
GetOperationsInsightsWarehousesOperationsInsightsWarehouseSummaryCollectionResult._configure(
|
6441
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6442
|
+
items=items,
|
6443
|
+
)
|
6444
|
+
@staticmethod
|
6445
|
+
def _configure(
|
6446
|
+
_setter: Callable[[Any, Any], None],
|
6447
|
+
items: Sequence['outputs.GetOperationsInsightsWarehousesOperationsInsightsWarehouseSummaryCollectionItemResult'],
|
6448
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6449
|
+
_setter("items", items)
|
5132
6450
|
|
5133
6451
|
@property
|
5134
6452
|
@pulumi.getter
|
@@ -5175,23 +6493,64 @@ class GetOperationsInsightsWarehousesOperationsInsightsWarehouseSummaryCollectio
|
|
5175
6493
|
:param str time_last_wallet_rotated: The time at which the ADW wallet was last rotated for the Operations Insights Warehouse. An RFC3339 formatted datetime string
|
5176
6494
|
:param str time_updated: The time at which the resource was last updated. An RFC3339 formatted datetime string
|
5177
6495
|
"""
|
5178
|
-
|
5179
|
-
|
5180
|
-
|
5181
|
-
|
5182
|
-
|
5183
|
-
|
5184
|
-
|
5185
|
-
|
5186
|
-
|
5187
|
-
|
5188
|
-
|
5189
|
-
|
5190
|
-
|
5191
|
-
|
5192
|
-
|
5193
|
-
|
5194
|
-
|
6496
|
+
GetOperationsInsightsWarehousesOperationsInsightsWarehouseSummaryCollectionItemResult._configure(
|
6497
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6498
|
+
compartment_id=compartment_id,
|
6499
|
+
cpu_allocated=cpu_allocated,
|
6500
|
+
cpu_used=cpu_used,
|
6501
|
+
defined_tags=defined_tags,
|
6502
|
+
display_name=display_name,
|
6503
|
+
dynamic_group_id=dynamic_group_id,
|
6504
|
+
freeform_tags=freeform_tags,
|
6505
|
+
id=id,
|
6506
|
+
lifecycle_details=lifecycle_details,
|
6507
|
+
operations_insights_tenancy_id=operations_insights_tenancy_id,
|
6508
|
+
state=state,
|
6509
|
+
storage_allocated_in_gbs=storage_allocated_in_gbs,
|
6510
|
+
storage_used_in_gbs=storage_used_in_gbs,
|
6511
|
+
system_tags=system_tags,
|
6512
|
+
time_created=time_created,
|
6513
|
+
time_last_wallet_rotated=time_last_wallet_rotated,
|
6514
|
+
time_updated=time_updated,
|
6515
|
+
)
|
6516
|
+
@staticmethod
|
6517
|
+
def _configure(
|
6518
|
+
_setter: Callable[[Any, Any], None],
|
6519
|
+
compartment_id: str,
|
6520
|
+
cpu_allocated: float,
|
6521
|
+
cpu_used: float,
|
6522
|
+
defined_tags: Mapping[str, Any],
|
6523
|
+
display_name: str,
|
6524
|
+
dynamic_group_id: str,
|
6525
|
+
freeform_tags: Mapping[str, Any],
|
6526
|
+
id: str,
|
6527
|
+
lifecycle_details: str,
|
6528
|
+
operations_insights_tenancy_id: str,
|
6529
|
+
state: str,
|
6530
|
+
storage_allocated_in_gbs: float,
|
6531
|
+
storage_used_in_gbs: float,
|
6532
|
+
system_tags: Mapping[str, Any],
|
6533
|
+
time_created: str,
|
6534
|
+
time_last_wallet_rotated: str,
|
6535
|
+
time_updated: str,
|
6536
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6537
|
+
_setter("compartment_id", compartment_id)
|
6538
|
+
_setter("cpu_allocated", cpu_allocated)
|
6539
|
+
_setter("cpu_used", cpu_used)
|
6540
|
+
_setter("defined_tags", defined_tags)
|
6541
|
+
_setter("display_name", display_name)
|
6542
|
+
_setter("dynamic_group_id", dynamic_group_id)
|
6543
|
+
_setter("freeform_tags", freeform_tags)
|
6544
|
+
_setter("id", id)
|
6545
|
+
_setter("lifecycle_details", lifecycle_details)
|
6546
|
+
_setter("operations_insights_tenancy_id", operations_insights_tenancy_id)
|
6547
|
+
_setter("state", state)
|
6548
|
+
_setter("storage_allocated_in_gbs", storage_allocated_in_gbs)
|
6549
|
+
_setter("storage_used_in_gbs", storage_used_in_gbs)
|
6550
|
+
_setter("system_tags", system_tags)
|
6551
|
+
_setter("time_created", time_created)
|
6552
|
+
_setter("time_last_wallet_rotated", time_last_wallet_rotated)
|
6553
|
+
_setter("time_updated", time_updated)
|
5195
6554
|
|
5196
6555
|
@property
|
5197
6556
|
@pulumi.getter(name="compartmentId")
|
@@ -5347,12 +6706,31 @@ class GetOpsiConfigurationConfigItemResult(dict):
|
|
5347
6706
|
:param str name: Name of configuration item.
|
5348
6707
|
:param str value: Value of configuration item.
|
5349
6708
|
"""
|
5350
|
-
|
5351
|
-
|
5352
|
-
|
5353
|
-
|
5354
|
-
|
5355
|
-
|
6709
|
+
GetOpsiConfigurationConfigItemResult._configure(
|
6710
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6711
|
+
applicable_contexts=applicable_contexts,
|
6712
|
+
config_item_type=config_item_type,
|
6713
|
+
default_value=default_value,
|
6714
|
+
metadatas=metadatas,
|
6715
|
+
name=name,
|
6716
|
+
value=value,
|
6717
|
+
)
|
6718
|
+
@staticmethod
|
6719
|
+
def _configure(
|
6720
|
+
_setter: Callable[[Any, Any], None],
|
6721
|
+
applicable_contexts: Sequence[str],
|
6722
|
+
config_item_type: str,
|
6723
|
+
default_value: str,
|
6724
|
+
metadatas: Sequence['outputs.GetOpsiConfigurationConfigItemMetadataResult'],
|
6725
|
+
name: str,
|
6726
|
+
value: str,
|
6727
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6728
|
+
_setter("applicable_contexts", applicable_contexts)
|
6729
|
+
_setter("config_item_type", config_item_type)
|
6730
|
+
_setter("default_value", default_value)
|
6731
|
+
_setter("metadatas", metadatas)
|
6732
|
+
_setter("name", name)
|
6733
|
+
_setter("value", value)
|
5356
6734
|
|
5357
6735
|
@property
|
5358
6736
|
@pulumi.getter(name="applicableContexts")
|
@@ -5420,12 +6798,31 @@ class GetOpsiConfigurationConfigItemMetadataResult(dict):
|
|
5420
6798
|
:param Sequence['GetOpsiConfigurationConfigItemMetadataUnitDetailArgs'] unit_details: Unit details of configuration item.
|
5421
6799
|
:param Sequence['GetOpsiConfigurationConfigItemMetadataValueInputDetailArgs'] value_input_details: Allowed value details of configuration item, to validate what value can be assigned to a configuration item.
|
5422
6800
|
"""
|
5423
|
-
|
5424
|
-
|
5425
|
-
|
5426
|
-
|
5427
|
-
|
5428
|
-
|
6801
|
+
GetOpsiConfigurationConfigItemMetadataResult._configure(
|
6802
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6803
|
+
config_item_type=config_item_type,
|
6804
|
+
data_type=data_type,
|
6805
|
+
description=description,
|
6806
|
+
display_name=display_name,
|
6807
|
+
unit_details=unit_details,
|
6808
|
+
value_input_details=value_input_details,
|
6809
|
+
)
|
6810
|
+
@staticmethod
|
6811
|
+
def _configure(
|
6812
|
+
_setter: Callable[[Any, Any], None],
|
6813
|
+
config_item_type: str,
|
6814
|
+
data_type: str,
|
6815
|
+
description: str,
|
6816
|
+
display_name: str,
|
6817
|
+
unit_details: Sequence['outputs.GetOpsiConfigurationConfigItemMetadataUnitDetailResult'],
|
6818
|
+
value_input_details: Sequence['outputs.GetOpsiConfigurationConfigItemMetadataValueInputDetailResult'],
|
6819
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6820
|
+
_setter("config_item_type", config_item_type)
|
6821
|
+
_setter("data_type", data_type)
|
6822
|
+
_setter("description", description)
|
6823
|
+
_setter("display_name", display_name)
|
6824
|
+
_setter("unit_details", unit_details)
|
6825
|
+
_setter("value_input_details", value_input_details)
|
5429
6826
|
|
5430
6827
|
@property
|
5431
6828
|
@pulumi.getter(name="configItemType")
|
@@ -5485,8 +6882,19 @@ class GetOpsiConfigurationConfigItemMetadataUnitDetailResult(dict):
|
|
5485
6882
|
:param str display_name: User-friendly display name for the OPSI configuration. The name does not have to be unique.
|
5486
6883
|
:param str unit: Unit of configuration item.
|
5487
6884
|
"""
|
5488
|
-
|
5489
|
-
|
6885
|
+
GetOpsiConfigurationConfigItemMetadataUnitDetailResult._configure(
|
6886
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6887
|
+
display_name=display_name,
|
6888
|
+
unit=unit,
|
6889
|
+
)
|
6890
|
+
@staticmethod
|
6891
|
+
def _configure(
|
6892
|
+
_setter: Callable[[Any, Any], None],
|
6893
|
+
display_name: str,
|
6894
|
+
unit: str,
|
6895
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6896
|
+
_setter("display_name", display_name)
|
6897
|
+
_setter("unit", unit)
|
5490
6898
|
|
5491
6899
|
@property
|
5492
6900
|
@pulumi.getter(name="displayName")
|
@@ -5518,10 +6926,25 @@ class GetOpsiConfigurationConfigItemMetadataValueInputDetailResult(dict):
|
|
5518
6926
|
:param str min_value: Minimum value limit for the configuration item.
|
5519
6927
|
:param Sequence[str] possible_values: Allowed values to pick for the configuration item.
|
5520
6928
|
"""
|
5521
|
-
|
5522
|
-
|
5523
|
-
|
5524
|
-
|
6929
|
+
GetOpsiConfigurationConfigItemMetadataValueInputDetailResult._configure(
|
6930
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6931
|
+
allowed_value_type=allowed_value_type,
|
6932
|
+
max_value=max_value,
|
6933
|
+
min_value=min_value,
|
6934
|
+
possible_values=possible_values,
|
6935
|
+
)
|
6936
|
+
@staticmethod
|
6937
|
+
def _configure(
|
6938
|
+
_setter: Callable[[Any, Any], None],
|
6939
|
+
allowed_value_type: str,
|
6940
|
+
max_value: str,
|
6941
|
+
min_value: str,
|
6942
|
+
possible_values: Sequence[str],
|
6943
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6944
|
+
_setter("allowed_value_type", allowed_value_type)
|
6945
|
+
_setter("max_value", max_value)
|
6946
|
+
_setter("min_value", min_value)
|
6947
|
+
_setter("possible_values", possible_values)
|
5525
6948
|
|
5526
6949
|
@property
|
5527
6950
|
@pulumi.getter(name="allowedValueType")
|
@@ -5575,13 +6998,34 @@ class GetOpsiConfigurationConfigurationItemConfigItemResult(dict):
|
|
5575
6998
|
:param str value: Value of configuration item.
|
5576
6999
|
:param str value_source_config: Source configuration from where the value is taken for a configuration item.
|
5577
7000
|
"""
|
5578
|
-
|
5579
|
-
|
5580
|
-
|
5581
|
-
|
5582
|
-
|
5583
|
-
|
5584
|
-
|
7001
|
+
GetOpsiConfigurationConfigurationItemConfigItemResult._configure(
|
7002
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7003
|
+
applicable_contexts=applicable_contexts,
|
7004
|
+
config_item_type=config_item_type,
|
7005
|
+
default_value=default_value,
|
7006
|
+
metadatas=metadatas,
|
7007
|
+
name=name,
|
7008
|
+
value=value,
|
7009
|
+
value_source_config=value_source_config,
|
7010
|
+
)
|
7011
|
+
@staticmethod
|
7012
|
+
def _configure(
|
7013
|
+
_setter: Callable[[Any, Any], None],
|
7014
|
+
applicable_contexts: Sequence[str],
|
7015
|
+
config_item_type: str,
|
7016
|
+
default_value: str,
|
7017
|
+
metadatas: Sequence['outputs.GetOpsiConfigurationConfigurationItemConfigItemMetadataResult'],
|
7018
|
+
name: str,
|
7019
|
+
value: str,
|
7020
|
+
value_source_config: str,
|
7021
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7022
|
+
_setter("applicable_contexts", applicable_contexts)
|
7023
|
+
_setter("config_item_type", config_item_type)
|
7024
|
+
_setter("default_value", default_value)
|
7025
|
+
_setter("metadatas", metadatas)
|
7026
|
+
_setter("name", name)
|
7027
|
+
_setter("value", value)
|
7028
|
+
_setter("value_source_config", value_source_config)
|
5585
7029
|
|
5586
7030
|
@property
|
5587
7031
|
@pulumi.getter(name="applicableContexts")
|
@@ -5657,12 +7101,31 @@ class GetOpsiConfigurationConfigurationItemConfigItemMetadataResult(dict):
|
|
5657
7101
|
:param Sequence['GetOpsiConfigurationConfigurationItemConfigItemMetadataUnitDetailArgs'] unit_details: Unit details of configuration item.
|
5658
7102
|
:param Sequence['GetOpsiConfigurationConfigurationItemConfigItemMetadataValueInputDetailArgs'] value_input_details: Allowed value details of configuration item, to validate what value can be assigned to a configuration item.
|
5659
7103
|
"""
|
5660
|
-
|
5661
|
-
|
5662
|
-
|
5663
|
-
|
5664
|
-
|
5665
|
-
|
7104
|
+
GetOpsiConfigurationConfigurationItemConfigItemMetadataResult._configure(
|
7105
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7106
|
+
config_item_type=config_item_type,
|
7107
|
+
data_type=data_type,
|
7108
|
+
description=description,
|
7109
|
+
display_name=display_name,
|
7110
|
+
unit_details=unit_details,
|
7111
|
+
value_input_details=value_input_details,
|
7112
|
+
)
|
7113
|
+
@staticmethod
|
7114
|
+
def _configure(
|
7115
|
+
_setter: Callable[[Any, Any], None],
|
7116
|
+
config_item_type: str,
|
7117
|
+
data_type: str,
|
7118
|
+
description: str,
|
7119
|
+
display_name: str,
|
7120
|
+
unit_details: Sequence['outputs.GetOpsiConfigurationConfigurationItemConfigItemMetadataUnitDetailResult'],
|
7121
|
+
value_input_details: Sequence['outputs.GetOpsiConfigurationConfigurationItemConfigItemMetadataValueInputDetailResult'],
|
7122
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7123
|
+
_setter("config_item_type", config_item_type)
|
7124
|
+
_setter("data_type", data_type)
|
7125
|
+
_setter("description", description)
|
7126
|
+
_setter("display_name", display_name)
|
7127
|
+
_setter("unit_details", unit_details)
|
7128
|
+
_setter("value_input_details", value_input_details)
|
5666
7129
|
|
5667
7130
|
@property
|
5668
7131
|
@pulumi.getter(name="configItemType")
|
@@ -5722,8 +7185,19 @@ class GetOpsiConfigurationConfigurationItemConfigItemMetadataUnitDetailResult(di
|
|
5722
7185
|
:param str display_name: User-friendly display name for the configuration item unit.
|
5723
7186
|
:param str unit: Unit of configuration item.
|
5724
7187
|
"""
|
5725
|
-
|
5726
|
-
|
7188
|
+
GetOpsiConfigurationConfigurationItemConfigItemMetadataUnitDetailResult._configure(
|
7189
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7190
|
+
display_name=display_name,
|
7191
|
+
unit=unit,
|
7192
|
+
)
|
7193
|
+
@staticmethod
|
7194
|
+
def _configure(
|
7195
|
+
_setter: Callable[[Any, Any], None],
|
7196
|
+
display_name: str,
|
7197
|
+
unit: str,
|
7198
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7199
|
+
_setter("display_name", display_name)
|
7200
|
+
_setter("unit", unit)
|
5727
7201
|
|
5728
7202
|
@property
|
5729
7203
|
@pulumi.getter(name="displayName")
|
@@ -5755,10 +7229,25 @@ class GetOpsiConfigurationConfigurationItemConfigItemMetadataValueInputDetailRes
|
|
5755
7229
|
:param str min_value: Minimum value limit for the configuration item.
|
5756
7230
|
:param Sequence[str] possible_values: Allowed values to pick for the configuration item.
|
5757
7231
|
"""
|
5758
|
-
|
5759
|
-
|
5760
|
-
|
5761
|
-
|
7232
|
+
GetOpsiConfigurationConfigurationItemConfigItemMetadataValueInputDetailResult._configure(
|
7233
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7234
|
+
allowed_value_type=allowed_value_type,
|
7235
|
+
max_value=max_value,
|
7236
|
+
min_value=min_value,
|
7237
|
+
possible_values=possible_values,
|
7238
|
+
)
|
7239
|
+
@staticmethod
|
7240
|
+
def _configure(
|
7241
|
+
_setter: Callable[[Any, Any], None],
|
7242
|
+
allowed_value_type: str,
|
7243
|
+
max_value: str,
|
7244
|
+
min_value: str,
|
7245
|
+
possible_values: Sequence[str],
|
7246
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7247
|
+
_setter("allowed_value_type", allowed_value_type)
|
7248
|
+
_setter("max_value", max_value)
|
7249
|
+
_setter("min_value", min_value)
|
7250
|
+
_setter("possible_values", possible_values)
|
5762
7251
|
|
5763
7252
|
@property
|
5764
7253
|
@pulumi.getter(name="allowedValueType")
|
@@ -5802,10 +7291,23 @@ class GetOpsiConfigurationsFilterResult(dict):
|
|
5802
7291
|
"""
|
5803
7292
|
:param str name: Name of configuration item.
|
5804
7293
|
"""
|
5805
|
-
|
5806
|
-
|
7294
|
+
GetOpsiConfigurationsFilterResult._configure(
|
7295
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7296
|
+
name=name,
|
7297
|
+
values=values,
|
7298
|
+
regex=regex,
|
7299
|
+
)
|
7300
|
+
@staticmethod
|
7301
|
+
def _configure(
|
7302
|
+
_setter: Callable[[Any, Any], None],
|
7303
|
+
name: str,
|
7304
|
+
values: Sequence[str],
|
7305
|
+
regex: Optional[bool] = None,
|
7306
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7307
|
+
_setter("name", name)
|
7308
|
+
_setter("values", values)
|
5807
7309
|
if regex is not None:
|
5808
|
-
|
7310
|
+
_setter("regex", regex)
|
5809
7311
|
|
5810
7312
|
@property
|
5811
7313
|
@pulumi.getter
|
@@ -5830,7 +7332,16 @@ class GetOpsiConfigurationsFilterResult(dict):
|
|
5830
7332
|
class GetOpsiConfigurationsOpsiConfigurationsCollectionResult(dict):
|
5831
7333
|
def __init__(__self__, *,
|
5832
7334
|
items: Sequence['outputs.GetOpsiConfigurationsOpsiConfigurationsCollectionItemResult']):
|
5833
|
-
|
7335
|
+
GetOpsiConfigurationsOpsiConfigurationsCollectionResult._configure(
|
7336
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7337
|
+
items=items,
|
7338
|
+
)
|
7339
|
+
@staticmethod
|
7340
|
+
def _configure(
|
7341
|
+
_setter: Callable[[Any, Any], None],
|
7342
|
+
items: Sequence['outputs.GetOpsiConfigurationsOpsiConfigurationsCollectionItemResult'],
|
7343
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7344
|
+
_setter("items", items)
|
5834
7345
|
|
5835
7346
|
@property
|
5836
7347
|
@pulumi.getter
|
@@ -5873,23 +7384,64 @@ class GetOpsiConfigurationsOpsiConfigurationsCollectionItemResult(dict):
|
|
5873
7384
|
:param str time_created: The time at which the resource was first created. An RFC3339 formatted datetime string
|
5874
7385
|
:param str time_updated: The time at which the resource was last updated. An RFC3339 formatted datetime string
|
5875
7386
|
"""
|
5876
|
-
|
5877
|
-
|
5878
|
-
|
5879
|
-
|
5880
|
-
|
5881
|
-
|
5882
|
-
|
5883
|
-
|
5884
|
-
|
5885
|
-
|
5886
|
-
|
5887
|
-
|
5888
|
-
|
5889
|
-
|
5890
|
-
|
5891
|
-
|
5892
|
-
|
7387
|
+
GetOpsiConfigurationsOpsiConfigurationsCollectionItemResult._configure(
|
7388
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7389
|
+
compartment_id=compartment_id,
|
7390
|
+
config_item_custom_statuses=config_item_custom_statuses,
|
7391
|
+
config_item_fields=config_item_fields,
|
7392
|
+
config_items=config_items,
|
7393
|
+
config_items_applicable_contexts=config_items_applicable_contexts,
|
7394
|
+
defined_tags=defined_tags,
|
7395
|
+
description=description,
|
7396
|
+
display_name=display_name,
|
7397
|
+
freeform_tags=freeform_tags,
|
7398
|
+
id=id,
|
7399
|
+
lifecycle_details=lifecycle_details,
|
7400
|
+
opsi_config_fields=opsi_config_fields,
|
7401
|
+
opsi_config_type=opsi_config_type,
|
7402
|
+
state=state,
|
7403
|
+
system_tags=system_tags,
|
7404
|
+
time_created=time_created,
|
7405
|
+
time_updated=time_updated,
|
7406
|
+
)
|
7407
|
+
@staticmethod
|
7408
|
+
def _configure(
|
7409
|
+
_setter: Callable[[Any, Any], None],
|
7410
|
+
compartment_id: str,
|
7411
|
+
config_item_custom_statuses: Sequence[str],
|
7412
|
+
config_item_fields: Sequence[str],
|
7413
|
+
config_items: Sequence['outputs.GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItemResult'],
|
7414
|
+
config_items_applicable_contexts: Sequence[str],
|
7415
|
+
defined_tags: Mapping[str, Any],
|
7416
|
+
description: str,
|
7417
|
+
display_name: str,
|
7418
|
+
freeform_tags: Mapping[str, Any],
|
7419
|
+
id: str,
|
7420
|
+
lifecycle_details: str,
|
7421
|
+
opsi_config_fields: Sequence[str],
|
7422
|
+
opsi_config_type: str,
|
7423
|
+
state: str,
|
7424
|
+
system_tags: Mapping[str, Any],
|
7425
|
+
time_created: str,
|
7426
|
+
time_updated: str,
|
7427
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7428
|
+
_setter("compartment_id", compartment_id)
|
7429
|
+
_setter("config_item_custom_statuses", config_item_custom_statuses)
|
7430
|
+
_setter("config_item_fields", config_item_fields)
|
7431
|
+
_setter("config_items", config_items)
|
7432
|
+
_setter("config_items_applicable_contexts", config_items_applicable_contexts)
|
7433
|
+
_setter("defined_tags", defined_tags)
|
7434
|
+
_setter("description", description)
|
7435
|
+
_setter("display_name", display_name)
|
7436
|
+
_setter("freeform_tags", freeform_tags)
|
7437
|
+
_setter("id", id)
|
7438
|
+
_setter("lifecycle_details", lifecycle_details)
|
7439
|
+
_setter("opsi_config_fields", opsi_config_fields)
|
7440
|
+
_setter("opsi_config_type", opsi_config_type)
|
7441
|
+
_setter("state", state)
|
7442
|
+
_setter("system_tags", system_tags)
|
7443
|
+
_setter("time_created", time_created)
|
7444
|
+
_setter("time_updated", time_updated)
|
5893
7445
|
|
5894
7446
|
@property
|
5895
7447
|
@pulumi.getter(name="compartmentId")
|
@@ -6033,12 +7585,31 @@ class GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItemResult(dict
|
|
6033
7585
|
:param str name: Name of configuration item.
|
6034
7586
|
:param str value: Value of configuration item.
|
6035
7587
|
"""
|
6036
|
-
|
6037
|
-
|
6038
|
-
|
6039
|
-
|
6040
|
-
|
6041
|
-
|
7588
|
+
GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItemResult._configure(
|
7589
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7590
|
+
applicable_contexts=applicable_contexts,
|
7591
|
+
config_item_type=config_item_type,
|
7592
|
+
default_value=default_value,
|
7593
|
+
metadatas=metadatas,
|
7594
|
+
name=name,
|
7595
|
+
value=value,
|
7596
|
+
)
|
7597
|
+
@staticmethod
|
7598
|
+
def _configure(
|
7599
|
+
_setter: Callable[[Any, Any], None],
|
7600
|
+
applicable_contexts: Sequence[str],
|
7601
|
+
config_item_type: str,
|
7602
|
+
default_value: str,
|
7603
|
+
metadatas: Sequence['outputs.GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItemMetadataResult'],
|
7604
|
+
name: str,
|
7605
|
+
value: str,
|
7606
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7607
|
+
_setter("applicable_contexts", applicable_contexts)
|
7608
|
+
_setter("config_item_type", config_item_type)
|
7609
|
+
_setter("default_value", default_value)
|
7610
|
+
_setter("metadatas", metadatas)
|
7611
|
+
_setter("name", name)
|
7612
|
+
_setter("value", value)
|
6042
7613
|
|
6043
7614
|
@property
|
6044
7615
|
@pulumi.getter(name="applicableContexts")
|
@@ -6106,12 +7677,31 @@ class GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItemMetadataRes
|
|
6106
7677
|
:param Sequence['GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItemMetadataUnitDetailArgs'] unit_details: Unit details of configuration item.
|
6107
7678
|
:param Sequence['GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItemMetadataValueInputDetailArgs'] value_input_details: Allowed value details of configuration item, to validate what value can be assigned to a configuration item.
|
6108
7679
|
"""
|
6109
|
-
|
6110
|
-
|
6111
|
-
|
6112
|
-
|
6113
|
-
|
6114
|
-
|
7680
|
+
GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItemMetadataResult._configure(
|
7681
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7682
|
+
config_item_type=config_item_type,
|
7683
|
+
data_type=data_type,
|
7684
|
+
description=description,
|
7685
|
+
display_name=display_name,
|
7686
|
+
unit_details=unit_details,
|
7687
|
+
value_input_details=value_input_details,
|
7688
|
+
)
|
7689
|
+
@staticmethod
|
7690
|
+
def _configure(
|
7691
|
+
_setter: Callable[[Any, Any], None],
|
7692
|
+
config_item_type: str,
|
7693
|
+
data_type: str,
|
7694
|
+
description: str,
|
7695
|
+
display_name: str,
|
7696
|
+
unit_details: Sequence['outputs.GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItemMetadataUnitDetailResult'],
|
7697
|
+
value_input_details: Sequence['outputs.GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItemMetadataValueInputDetailResult'],
|
7698
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7699
|
+
_setter("config_item_type", config_item_type)
|
7700
|
+
_setter("data_type", data_type)
|
7701
|
+
_setter("description", description)
|
7702
|
+
_setter("display_name", display_name)
|
7703
|
+
_setter("unit_details", unit_details)
|
7704
|
+
_setter("value_input_details", value_input_details)
|
6115
7705
|
|
6116
7706
|
@property
|
6117
7707
|
@pulumi.getter(name="configItemType")
|
@@ -6171,8 +7761,19 @@ class GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItemMetadataUni
|
|
6171
7761
|
:param str display_name: Filter to return based on resources that match the entire display name.
|
6172
7762
|
:param str unit: Unit of configuration item.
|
6173
7763
|
"""
|
6174
|
-
|
6175
|
-
|
7764
|
+
GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItemMetadataUnitDetailResult._configure(
|
7765
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7766
|
+
display_name=display_name,
|
7767
|
+
unit=unit,
|
7768
|
+
)
|
7769
|
+
@staticmethod
|
7770
|
+
def _configure(
|
7771
|
+
_setter: Callable[[Any, Any], None],
|
7772
|
+
display_name: str,
|
7773
|
+
unit: str,
|
7774
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7775
|
+
_setter("display_name", display_name)
|
7776
|
+
_setter("unit", unit)
|
6176
7777
|
|
6177
7778
|
@property
|
6178
7779
|
@pulumi.getter(name="displayName")
|
@@ -6204,10 +7805,25 @@ class GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItemMetadataVal
|
|
6204
7805
|
:param str min_value: Minimum value limit for the configuration item.
|
6205
7806
|
:param Sequence[str] possible_values: Allowed values to pick for the configuration item.
|
6206
7807
|
"""
|
6207
|
-
|
6208
|
-
|
6209
|
-
|
6210
|
-
|
7808
|
+
GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItemMetadataValueInputDetailResult._configure(
|
7809
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7810
|
+
allowed_value_type=allowed_value_type,
|
7811
|
+
max_value=max_value,
|
7812
|
+
min_value=min_value,
|
7813
|
+
possible_values=possible_values,
|
7814
|
+
)
|
7815
|
+
@staticmethod
|
7816
|
+
def _configure(
|
7817
|
+
_setter: Callable[[Any, Any], None],
|
7818
|
+
allowed_value_type: str,
|
7819
|
+
max_value: str,
|
7820
|
+
min_value: str,
|
7821
|
+
possible_values: Sequence[str],
|
7822
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7823
|
+
_setter("allowed_value_type", allowed_value_type)
|
7824
|
+
_setter("max_value", max_value)
|
7825
|
+
_setter("min_value", min_value)
|
7826
|
+
_setter("possible_values", possible_values)
|
6211
7827
|
|
6212
7828
|
@property
|
6213
7829
|
@pulumi.getter(name="allowedValueType")
|