pulumi-oci 1.11.0a1695829678__py3-none-any.whl → 1.12.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +35 -0
- pulumi_oci/adm/_inputs.py +116 -23
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +55 -13
- pulumi_oci/adm/outputs.py +469 -101
- pulumi_oci/adm/vulnerability_audit.py +119 -31
- pulumi_oci/aianomalydetection/_inputs.py +355 -84
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +73 -19
- pulumi_oci/aianomalydetection/data_asset.py +84 -21
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +98 -24
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +84 -21
- pulumi_oci/aianomalydetection/outputs.py +1189 -292
- pulumi_oci/aianomalydetection/project.py +61 -15
- pulumi_oci/aidocument/_inputs.py +315 -72
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +154 -54
- pulumi_oci/aidocument/outputs.py +932 -210
- pulumi_oci/aidocument/processor_job.py +82 -17
- pulumi_oci/aidocument/project.py +64 -16
- pulumi_oci/ailanguage/_inputs.py +321 -68
- pulumi_oci/ailanguage/endpoint.py +79 -21
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +109 -26
- pulumi_oci/ailanguage/outputs.py +1086 -239
- pulumi_oci/ailanguage/project.py +64 -16
- pulumi_oci/aivision/_inputs.py +99 -22
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +151 -40
- pulumi_oci/aivision/outputs.py +379 -92
- pulumi_oci/aivision/project.py +64 -16
- pulumi_oci/analytics/_inputs.py +100 -20
- pulumi_oci/analytics/analytics_instance.py +116 -30
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +70 -18
- pulumi_oci/analytics/analytics_instance_vanity_url.py +61 -15
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +295 -64
- pulumi_oci/announcementsservice/_inputs.py +56 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +93 -24
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +31 -5
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +37 -7
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +170 -34
- pulumi_oci/apigateway/_inputs.py +1983 -398
- pulumi_oci/apigateway/api.py +67 -17
- pulumi_oci/apigateway/certificate.py +79 -21
- pulumi_oci/apigateway/deployment.py +81 -20
- pulumi_oci/apigateway/gateway.py +102 -27
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +7817 -1589
- pulumi_oci/apigateway/subscriber.py +67 -17
- pulumi_oci/apigateway/usage_plan.py +61 -15
- pulumi_oci/apm/_inputs.py +33 -7
- pulumi_oci/apm/apm_domain.py +67 -17
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +89 -21
- pulumi_oci/apmconfig/_inputs.py +96 -21
- pulumi_oci/apmconfig/config.py +130 -38
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +337 -78
- pulumi_oci/apmsynthetics/_inputs.py +446 -91
- pulumi_oci/apmsynthetics/config.py +163 -44
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +78 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +1 -1
- pulumi_oci/apmsynthetics/get_script.py +1 -1
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +1520 -323
- pulumi_oci/apmsynthetics/script.py +82 -22
- pulumi_oci/apmtraces/_inputs.py +17 -4
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +225 -50
- pulumi_oci/appmgmtcontrol/_inputs.py +17 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +40 -8
- pulumi_oci/appmgmtcontrol/outputs.py +61 -14
- pulumi_oci/artifacts/_inputs.py +94 -18
- pulumi_oci/artifacts/container_configuration.py +34 -6
- pulumi_oci/artifacts/container_image_signature.py +88 -24
- pulumi_oci/artifacts/container_repository.py +96 -25
- pulumi_oci/artifacts/generic_artifact.py +64 -16
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +515 -121
- pulumi_oci/artifacts/repository.py +67 -17
- pulumi_oci/audit/_inputs.py +17 -4
- pulumi_oci/audit/configuration.py +31 -5
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +191 -48
- pulumi_oci/autoscaling/_inputs.py +167 -41
- pulumi_oci/autoscaling/auto_scaling_configuration.py +81 -33
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +510 -111
- pulumi_oci/bastion/_inputs.py +71 -15
- pulumi_oci/bastion/bastion.py +109 -31
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +266 -66
- pulumi_oci/bastion/session.py +89 -21
- pulumi_oci/bigdataservice/_inputs.py +866 -182
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +80 -18
- pulumi_oci/bigdataservice/bds_instance.py +231 -60
- pulumi_oci/bigdataservice/bds_instance_api_key.py +64 -16
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +73 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +37 -7
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +2639 -577
- pulumi_oci/blockchain/_inputs.py +197 -36
- pulumi_oci/blockchain/blockchain_platform.py +153 -44
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +48 -9
- pulumi_oci/blockchain/outputs.py +674 -132
- pulumi_oci/blockchain/peer.py +63 -14
- pulumi_oci/budget/_inputs.py +33 -7
- pulumi_oci/budget/budget.py +127 -40
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +161 -45
- pulumi_oci/budget/rule.py +91 -25
- pulumi_oci/certificatesmanagement/_inputs.py +662 -156
- pulumi_oci/certificatesmanagement/ca_bundle.py +64 -16
- pulumi_oci/certificatesmanagement/certificate.py +102 -27
- pulumi_oci/certificatesmanagement/certificate_authority.py +110 -28
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +2271 -536
- pulumi_oci/cloudbridge/_inputs.py +488 -112
- pulumi_oci/cloudbridge/agent.py +97 -27
- pulumi_oci/cloudbridge/agent_dependency.py +100 -28
- pulumi_oci/cloudbridge/agent_plugin.py +64 -16
- pulumi_oci/cloudbridge/asset.py +129 -31
- pulumi_oci/cloudbridge/asset_source.py +131 -35
- pulumi_oci/cloudbridge/discovery_schedule.py +64 -16
- pulumi_oci/cloudbridge/environment.py +58 -14
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +58 -14
- pulumi_oci/cloudbridge/outputs.py +1748 -427
- pulumi_oci/cloudguard/_inputs.py +1352 -316
- pulumi_oci/cloudguard/cloud_guard_configuration.py +43 -9
- pulumi_oci/cloudguard/cloud_guard_data_source.py +81 -20
- pulumi_oci/cloudguard/data_mask_rule.py +96 -25
- pulumi_oci/cloudguard/detector_recipe.py +88 -24
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +88 -24
- pulumi_oci/cloudguard/outputs.py +4456 -1066
- pulumi_oci/cloudguard/responder_recipe.py +82 -22
- pulumi_oci/cloudguard/security_recipe.py +70 -18
- pulumi_oci/cloudguard/security_zone.py +73 -19
- pulumi_oci/cloudguard/target.py +100 -28
- pulumi_oci/cloudmigrations/_inputs.py +1111 -259
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +70 -18
- pulumi_oci/cloudmigrations/migration_asset.py +103 -29
- pulumi_oci/cloudmigrations/migration_plan.py +91 -25
- pulumi_oci/cloudmigrations/outputs.py +3596 -861
- pulumi_oci/cloudmigrations/replication_schedule.py +64 -16
- pulumi_oci/cloudmigrations/target_asset.py +105 -28
- pulumi_oci/computecloud/__init__.py +15 -0
- pulumi_oci/computecloud/_inputs.py +927 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1004 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +703 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +368 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +244 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +264 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +244 -0
- pulumi_oci/computecloud/outputs.py +2650 -0
- pulumi_oci/computeinstanceagent/_inputs.py +33 -7
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +71 -15
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1033 -219
- pulumi_oci/containerengine/addon.py +61 -15
- pulumi_oci/containerengine/cluster.py +121 -30
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +25 -3
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +31 -5
- pulumi_oci/containerengine/cluster_workload_mapping.py +58 -14
- pulumi_oci/containerengine/container_instance.py +143 -39
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +170 -49
- pulumi_oci/containerengine/outputs.py +2481 -536
- pulumi_oci/containerengine/virtual_node_pool.py +119 -31
- pulumi_oci/containerinstances/_inputs.py +33 -7
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +935 -226
- pulumi_oci/core/_inputs.py +4772 -994
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +43 -9
- pulumi_oci/core/app_catalog_subscription.py +76 -20
- pulumi_oci/core/boot_volume.py +132 -40
- pulumi_oci/core/boot_volume_backup.py +102 -27
- pulumi_oci/core/capture_filter.py +61 -15
- pulumi_oci/core/cluster_network.py +86 -20
- pulumi_oci/core/compute_capacity_report.py +40 -8
- pulumi_oci/core/compute_capacity_reservation.py +76 -20
- pulumi_oci/core/compute_cluster.py +55 -13
- pulumi_oci/core/compute_image_capability_schema.py +67 -17
- pulumi_oci/core/console_history.py +55 -13
- pulumi_oci/core/cpe.py +64 -16
- pulumi_oci/core/cross_connect.py +111 -30
- pulumi_oci/core/cross_connect_group.py +72 -17
- pulumi_oci/core/dedicated_vm_host.py +79 -21
- pulumi_oci/core/default_dhcp_options.py +67 -17
- pulumi_oci/core/default_route_table.py +61 -15
- pulumi_oci/core/default_security_list.py +67 -17
- pulumi_oci/core/dhcp_options.py +67 -17
- pulumi_oci/core/drg.py +58 -14
- pulumi_oci/core/drg_attachment.py +96 -25
- pulumi_oci/core/drg_attachment_management.py +111 -30
- pulumi_oci/core/drg_attachments_list.py +40 -8
- pulumi_oci/core/drg_route_distribution.py +58 -14
- pulumi_oci/core/drg_route_distribution_statement.py +48 -9
- pulumi_oci/core/drg_route_table.py +70 -18
- pulumi_oci/core/drg_route_table_route_rule.py +58 -14
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +21 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +99 -26
- pulumi_oci/core/instance.py +277 -94
- pulumi_oci/core/instance_configuration.py +72 -17
- pulumi_oci/core/instance_console_connection.py +61 -15
- pulumi_oci/core/instance_pool.py +91 -25
- pulumi_oci/core/instance_pool_instance.py +73 -19
- pulumi_oci/core/internet_gateway.py +67 -17
- pulumi_oci/core/ipsec.py +82 -22
- pulumi_oci/core/ipsec_connection_tunnel_management.py +120 -33
- pulumi_oci/core/ipv6.py +67 -17
- pulumi_oci/core/listing_resource_version_agreement.py +127 -11
- pulumi_oci/core/local_peering_gateway.py +82 -22
- pulumi_oci/core/nat_gateway.py +76 -20
- pulumi_oci/core/network_security_group.py +55 -13
- pulumi_oci/core/network_security_group_security_rule.py +112 -27
- pulumi_oci/core/outputs.py +14631 -3340
- pulumi_oci/core/private_ip.py +79 -21
- pulumi_oci/core/public_ip.py +82 -22
- pulumi_oci/core/public_ip_pool.py +52 -12
- pulumi_oci/core/public_ip_pool_capacity.py +37 -7
- pulumi_oci/core/remote_peering_connection.py +76 -20
- pulumi_oci/core/route_table.py +61 -15
- pulumi_oci/core/route_table_attachment.py +31 -5
- pulumi_oci/core/security_list.py +67 -17
- pulumi_oci/core/service_gateway.py +70 -18
- pulumi_oci/core/shape_management.py +37 -7
- pulumi_oci/core/subnet.py +127 -37
- pulumi_oci/core/vcn.py +109 -31
- pulumi_oci/core/virtual_circuit.py +160 -51
- pulumi_oci/core/virtual_network.py +109 -31
- pulumi_oci/core/vlan.py +85 -23
- pulumi_oci/core/vnic_attachment.py +72 -17
- pulumi_oci/core/volume.py +138 -45
- pulumi_oci/core/volume_attachment.py +124 -39
- pulumi_oci/core/volume_backup.py +105 -28
- pulumi_oci/core/volume_backup_policy.py +58 -14
- pulumi_oci/core/volume_backup_policy_assignment.py +34 -6
- pulumi_oci/core/volume_group.py +105 -28
- pulumi_oci/core/volume_group_backup.py +99 -26
- pulumi_oci/core/vtap.py +136 -40
- pulumi_oci/database/_inputs.py +3678 -749
- pulumi_oci/database/application_vip.py +67 -17
- pulumi_oci/database/autonomous_container_database.py +280 -83
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +88 -24
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +37 -7
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +43 -9
- pulumi_oci/database/autonomous_database.py +677 -186
- pulumi_oci/database/autonomous_database_backup.py +105 -28
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +43 -9
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +37 -7
- pulumi_oci/database/autonomous_database_wallet.py +46 -10
- pulumi_oci/database/autonomous_exadata_infrastructure.py +123 -37
- pulumi_oci/database/autonomous_vm_cluster.py +193 -59
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +49 -11
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +49 -11
- pulumi_oci/database/backup.py +79 -21
- pulumi_oci/database/backup_cancel_management.py +31 -5
- pulumi_oci/database/backup_destination.py +99 -29
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +243 -74
- pulumi_oci/database/cloud_database_management.py +84 -21
- pulumi_oci/database/cloud_exadata_infrastructure.py +147 -42
- pulumi_oci/database/cloud_vm_cluster.py +255 -78
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +43 -9
- pulumi_oci/database/data_guard_association.py +249 -76
- pulumi_oci/database/database.py +159 -46
- pulumi_oci/database/database_software_image.py +103 -29
- pulumi_oci/database/database_upgrade.py +129 -36
- pulumi_oci/database/db_home.py +120 -33
- pulumi_oci/database/db_node.py +100 -28
- pulumi_oci/database/db_node_console_connection.py +61 -15
- pulumi_oci/database/db_system.py +303 -89
- pulumi_oci/database/db_systems_upgrade.py +181 -55
- pulumi_oci/database/exadata_infrastructure.py +248 -74
- pulumi_oci/database/exadata_infrastructure_compute.py +166 -50
- pulumi_oci/database/exadata_infrastructure_storage.py +195 -58
- pulumi_oci/database/exadata_iorm_config.py +43 -9
- pulumi_oci/database/external_container_database.py +85 -23
- pulumi_oci/database/external_container_database_management.py +43 -9
- pulumi_oci/database/external_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_database_connector.py +95 -23
- pulumi_oci/database/external_non_container_database.py +88 -24
- pulumi_oci/database/external_non_container_database_management.py +43 -9
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_pluggable_database.py +100 -28
- pulumi_oci/database/external_pluggable_database_management.py +37 -7
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +1 -1
- pulumi_oci/database/get_autonomous_container_database.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -1
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +21 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +1 -1
- pulumi_oci/database/get_autonomous_databases.py +39 -2
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +1 -1
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +1 -1
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_histories.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +1 -1
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +1 -1
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +1 -1
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_nodes.py +1 -1
- pulumi_oci/database/get_db_server.py +1 -1
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +1 -1
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +1 -1
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_versions.py +1 -1
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +1 -1
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +1 -1
- pulumi_oci/database/get_maintenance_runs.py +1 -1
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +1 -1
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +1 -1
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_vm_cluster.py +1 -1
- pulumi_oci/database/get_vm_cluster_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +66 -15
- pulumi_oci/database/maintenance_run.py +148 -44
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12905 -3057
- pulumi_oci/database/pluggable_database.py +91 -25
- pulumi_oci/database/pluggable_database_managements_management.py +114 -31
- pulumi_oci/database/pluggable_databases_local_clone.py +85 -23
- pulumi_oci/database/pluggable_databases_remote_clone.py +97 -27
- pulumi_oci/database/vm_cluster.py +171 -50
- pulumi_oci/database/vm_cluster_add_virtual_network.py +109 -31
- pulumi_oci/database/vm_cluster_network.py +103 -29
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +103 -29
- pulumi_oci/databasemanagement/_inputs.py +1848 -402
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +67 -17
- pulumi_oci/databasemanagement/external_asm.py +73 -19
- pulumi_oci/databasemanagement/external_cluster.py +79 -21
- pulumi_oci/databasemanagement/external_cluster_instance.py +73 -19
- pulumi_oci/databasemanagement/external_db_node.py +70 -18
- pulumi_oci/databasemanagement/external_db_system.py +80 -18
- pulumi_oci/databasemanagement/external_db_system_connector.py +73 -19
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +37 -7
- pulumi_oci/databasemanagement/external_db_system_discovery.py +67 -17
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +43 -9
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +91 -25
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +37 -7
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +84 -21
- pulumi_oci/databasemanagement/external_listener.py +100 -28
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/managed_database_group.py +52 -12
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/outputs.py +7807 -1812
- pulumi_oci/databasemigration/_inputs.py +962 -150
- pulumi_oci/databasemigration/agent.py +82 -22
- pulumi_oci/databasemigration/connection.py +163 -39
- pulumi_oci/databasemigration/get_agent.py +1 -1
- pulumi_oci/databasemigration/get_agent_images.py +1 -1
- pulumi_oci/databasemigration/get_agents.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +12 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +1 -1
- pulumi_oci/databasemigration/job.py +70 -18
- pulumi_oci/databasemigration/migration.py +238 -48
- pulumi_oci/databasemigration/outputs.py +2788 -458
- pulumi_oci/databasetools/_inputs.py +137 -23
- pulumi_oci/databasetools/database_tools_connection.py +116 -30
- pulumi_oci/databasetools/database_tools_private_endpoint.py +103 -29
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +514 -102
- pulumi_oci/datacatalog/_inputs.py +97 -19
- pulumi_oci/datacatalog/catalog.py +70 -18
- pulumi_oci/datacatalog/catalog_private_endpoint.py +70 -18
- pulumi_oci/datacatalog/connection.py +94 -39
- pulumi_oci/datacatalog/data_asset.py +79 -34
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +67 -17
- pulumi_oci/datacatalog/outputs.py +403 -100
- pulumi_oci/dataflow/_inputs.py +421 -78
- pulumi_oci/dataflow/application.py +217 -62
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +241 -70
- pulumi_oci/dataflow/outputs.py +1579 -345
- pulumi_oci/dataflow/pool.py +91 -25
- pulumi_oci/dataflow/private_endpoint.py +97 -27
- pulumi_oci/dataflow/run_statement.py +46 -10
- pulumi_oci/dataflow/sql_endpoint.py +151 -40
- pulumi_oci/dataintegration/_inputs.py +530 -119
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1752 -412
- pulumi_oci/dataintegration/workspace.py +139 -41
- pulumi_oci/dataintegration/workspace_application.py +146 -40
- pulumi_oci/dataintegration/workspace_folder.py +99 -26
- pulumi_oci/dataintegration/workspace_project.py +93 -24
- pulumi_oci/datalabellingservice/_inputs.py +160 -29
- pulumi_oci/datalabellingservice/dataset.py +134 -31
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +518 -96
- pulumi_oci/datasafe/_inputs.py +1508 -333
- pulumi_oci/datasafe/add_sdm_columns.py +25 -3
- pulumi_oci/datasafe/alert.py +103 -29
- pulumi_oci/datasafe/audit_archive_retrieval.py +91 -25
- pulumi_oci/datasafe/audit_policy.py +100 -28
- pulumi_oci/datasafe/audit_profile.py +100 -28
- pulumi_oci/datasafe/audit_trail.py +103 -29
- pulumi_oci/datasafe/compare_security_assessment.py +31 -5
- pulumi_oci/datasafe/compare_user_assessment.py +31 -5
- pulumi_oci/datasafe/data_safe_configuration.py +52 -12
- pulumi_oci/datasafe/data_safe_private_endpoint.py +88 -24
- pulumi_oci/datasafe/discovery_jobs_result.py +82 -25
- pulumi_oci/datasafe/discovery_mod.py +124 -36
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +27 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +73 -19
- pulumi_oci/datasafe/mask_data.py +31 -5
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +31 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +94 -26
- pulumi_oci/datasafe/masking_policy.py +112 -32
- pulumi_oci/datasafe/on_prem_connector.py +67 -17
- pulumi_oci/datasafe/outputs.py +6826 -1649
- pulumi_oci/datasafe/report_definition.py +127 -37
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +70 -18
- pulumi_oci/datasafe/security_assessment.py +115 -33
- pulumi_oci/datasafe/sensitive_data_model.py +109 -31
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +31 -5
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +124 -36
- pulumi_oci/datasafe/sensitive_type.py +112 -32
- pulumi_oci/datasafe/set_security_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/set_user_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/target_alert_policy_association.py +79 -21
- pulumi_oci/datasafe/target_database.py +111 -25
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/user_assessment.py +109 -31
- pulumi_oci/datascience/__init__.py +3 -0
- pulumi_oci/datascience/_inputs.py +1035 -188
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +297 -0
- pulumi_oci/datascience/get_private_endpoints.py +216 -0
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/job.py +133 -34
- pulumi_oci/datascience/job_run.py +107 -27
- pulumi_oci/datascience/model.py +118 -34
- pulumi_oci/datascience/model_artifact_export.py +55 -13
- pulumi_oci/datascience/model_artifact_import.py +55 -13
- pulumi_oci/datascience/model_deployment.py +95 -23
- pulumi_oci/datascience/model_provenance.py +61 -15
- pulumi_oci/datascience/model_version_set.py +67 -17
- pulumi_oci/datascience/notebook_session.py +104 -23
- pulumi_oci/datascience/outputs.py +3349 -646
- pulumi_oci/datascience/pipeline.py +129 -31
- pulumi_oci/datascience/pipeline_run.py +125 -33
- pulumi_oci/datascience/private_endpoint.py +850 -0
- pulumi_oci/datascience/project.py +58 -14
- pulumi_oci/devops/_inputs.py +1616 -278
- pulumi_oci/devops/build_pipeline.py +78 -19
- pulumi_oci/devops/build_pipeline_stage.py +178 -44
- pulumi_oci/devops/build_run.py +95 -23
- pulumi_oci/devops/connection.py +108 -29
- pulumi_oci/devops/deploy_artifact.py +90 -23
- pulumi_oci/devops/deploy_environment.py +107 -27
- pulumi_oci/devops/deploy_pipeline.py +84 -21
- pulumi_oci/devops/deploy_stage.py +480 -128
- pulumi_oci/devops/deployment.py +130 -33
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +5561 -1068
- pulumi_oci/devops/project.py +78 -19
- pulumi_oci/devops/repository.py +114 -31
- pulumi_oci/devops/repository_mirror.py +25 -3
- pulumi_oci/devops/repository_ref.py +58 -14
- pulumi_oci/devops/trigger.py +94 -26
- pulumi_oci/disasterrecovery/_inputs.py +362 -84
- pulumi_oci/disasterrecovery/dr_plan.py +76 -20
- pulumi_oci/disasterrecovery/dr_plan_execution.py +99 -26
- pulumi_oci/disasterrecovery/dr_protection_group.py +101 -25
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1198 -288
- pulumi_oci/dns/_inputs.py +462 -94
- pulumi_oci/dns/action_create_zone_from_zone_file.py +85 -23
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1297 -300
- pulumi_oci/dns/record.py +64 -25
- pulumi_oci/dns/resolver.py +91 -25
- pulumi_oci/dns/resolver_endpoint.py +94 -26
- pulumi_oci/dns/rrset.py +61 -15
- pulumi_oci/dns/steering_policy.py +82 -22
- pulumi_oci/dns/steering_policy_attachment.py +58 -14
- pulumi_oci/dns/tsig_key.py +67 -17
- pulumi_oci/dns/view.py +64 -16
- pulumi_oci/dns/zone.py +97 -27
- pulumi_oci/email/_inputs.py +65 -13
- pulumi_oci/email/dkim.py +76 -20
- pulumi_oci/email/email_domain.py +64 -16
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +245 -59
- pulumi_oci/email/sender.py +55 -13
- pulumi_oci/email/suppression.py +49 -11
- pulumi_oci/emwarehouse/_inputs.py +33 -7
- pulumi_oci/emwarehouse/em_warehouse.py +82 -22
- pulumi_oci/emwarehouse/get_em_warehouse.py +1 -1
- pulumi_oci/emwarehouse/get_em_warehouses.py +1 -1
- pulumi_oci/emwarehouse/get_etl_run.py +1 -1
- pulumi_oci/emwarehouse/get_etl_runs.py +1 -1
- pulumi_oci/emwarehouse/get_resource_usage.py +1 -1
- pulumi_oci/emwarehouse/outputs.py +217 -52
- pulumi_oci/events/_inputs.py +61 -14
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +192 -46
- pulumi_oci/events/rule.py +81 -20
- pulumi_oci/filestorage/_inputs.py +289 -62
- pulumi_oci/filestorage/export.py +55 -13
- pulumi_oci/filestorage/export_set.py +58 -14
- pulumi_oci/filestorage/file_system.py +95 -27
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +70 -18
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +116 -30
- pulumi_oci/filestorage/outbound_connector.py +85 -23
- pulumi_oci/filestorage/outputs.py +915 -231
- pulumi_oci/filestorage/replication.py +88 -24
- pulumi_oci/filestorage/snapshot.py +73 -19
- pulumi_oci/functions/_inputs.py +281 -50
- pulumi_oci/functions/application.py +104 -26
- pulumi_oci/functions/function.py +124 -31
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +67 -17
- pulumi_oci/functions/outputs.py +1740 -359
- pulumi_oci/fusionapps/_inputs.py +170 -34
- pulumi_oci/fusionapps/fusion_environment.py +149 -41
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +58 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +40 -8
- pulumi_oci/fusionapps/fusion_environment_family.py +81 -20
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +64 -16
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +67 -17
- pulumi_oci/fusionapps/outputs.py +170 -34
- pulumi_oci/genericartifactscontent/artifact_by_path.py +76 -20
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/goldengate/_inputs.py +310 -62
- pulumi_oci/goldengate/connection.py +433 -139
- pulumi_oci/goldengate/connection_assignment.py +46 -10
- pulumi_oci/goldengate/database_registration.py +148 -44
- pulumi_oci/goldengate/deployment.py +197 -69
- pulumi_oci/goldengate/deployment_backup.py +100 -28
- pulumi_oci/goldengate/get_connection.py +1 -1
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -1
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +1529 -375
- pulumi_oci/healthchecks/_inputs.py +81 -16
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +112 -32
- pulumi_oci/healthchecks/http_probe.py +82 -22
- pulumi_oci/healthchecks/outputs.py +455 -115
- pulumi_oci/healthchecks/ping_monitor.py +94 -26
- pulumi_oci/healthchecks/ping_probe.py +64 -16
- pulumi_oci/identity/_inputs.py +6778 -1455
- pulumi_oci/identity/api_key.py +43 -9
- pulumi_oci/identity/auth_token.py +46 -10
- pulumi_oci/identity/authentication_policy.py +47 -7
- pulumi_oci/identity/compartment.py +67 -17
- pulumi_oci/identity/customer_secret_key.py +46 -10
- pulumi_oci/identity/db_credential.py +49 -11
- pulumi_oci/identity/domain.py +127 -37
- pulumi_oci/identity/domain_replication_to_region.py +31 -5
- pulumi_oci/identity/domains_account_recovery_setting.py +124 -36
- pulumi_oci/identity/domains_api_key.py +131 -35
- pulumi_oci/identity/domains_app.py +772 -217
- pulumi_oci/identity/domains_app_role.py +165 -48
- pulumi_oci/identity/domains_auth_token.py +134 -36
- pulumi_oci/identity/domains_authentication_factor_setting.py +297 -77
- pulumi_oci/identity/domains_customer_secret_key.py +143 -39
- pulumi_oci/identity/domains_dynamic_resource_group.py +129 -36
- pulumi_oci/identity/domains_grant.py +159 -41
- pulumi_oci/identity/domains_group.py +176 -45
- pulumi_oci/identity/domains_identity_provider.py +384 -116
- pulumi_oci/identity/domains_identity_setting.py +172 -47
- pulumi_oci/identity/domains_kmsi_setting.py +148 -44
- pulumi_oci/identity/domains_my_api_key.py +108 -29
- pulumi_oci/identity/domains_my_auth_token.py +111 -30
- pulumi_oci/identity/domains_my_customer_secret_key.py +120 -33
- pulumi_oci/identity/domains_my_oauth2client_credential.py +129 -36
- pulumi_oci/identity/domains_my_request.py +128 -34
- pulumi_oci/identity/domains_my_smtp_credential.py +114 -31
- pulumi_oci/identity/domains_my_support_account.py +105 -28
- pulumi_oci/identity/domains_my_user_db_credential.py +135 -38
- pulumi_oci/identity/domains_oauth2client_credential.py +152 -42
- pulumi_oci/identity/domains_password_policy.py +319 -101
- pulumi_oci/identity/domains_security_question.py +118 -34
- pulumi_oci/identity/domains_security_question_setting.py +130 -38
- pulumi_oci/identity/domains_smtp_credential.py +137 -37
- pulumi_oci/identity/domains_user.py +430 -108
- pulumi_oci/identity/domains_user_db_credential.py +158 -44
- pulumi_oci/identity/dynamic_group.py +64 -16
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +58 -14
- pulumi_oci/identity/identity_provider.py +94 -26
- pulumi_oci/identity/idp_group_mapping.py +49 -11
- pulumi_oci/identity/import_standard_tags_management.py +34 -6
- pulumi_oci/identity/network_source.py +76 -20
- pulumi_oci/identity/outputs.py +26012 -6023
- pulumi_oci/identity/policy.py +79 -21
- pulumi_oci/identity/smtp_credential.py +49 -11
- pulumi_oci/identity/tag.py +78 -19
- pulumi_oci/identity/tag_default.py +55 -13
- pulumi_oci/identity/tag_namespace.py +61 -15
- pulumi_oci/identity/ui_password.py +37 -7
- pulumi_oci/identity/user.py +85 -23
- pulumi_oci/identity/user_capabilities_management.py +55 -13
- pulumi_oci/identity/user_group_membership.py +46 -10
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +34 -6
- pulumi_oci/integration/_inputs.py +131 -28
- pulumi_oci/integration/get_integration_instance.py +1 -1
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +155 -43
- pulumi_oci/integration/outputs.py +441 -101
- pulumi_oci/jms/_inputs.py +187 -35
- pulumi_oci/jms/fleet.py +101 -25
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/outputs.py +1287 -278
- pulumi_oci/kms/__init__.py +3 -0
- pulumi_oci/kms/_inputs.py +664 -42
- pulumi_oci/kms/ekms_private_endpoint.py +769 -0
- pulumi_oci/kms/encrypted_data.py +71 -23
- pulumi_oci/kms/generated_key.py +69 -16
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +274 -0
- pulumi_oci/kms/get_ekms_private_endpoints.py +136 -0
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +27 -4
- pulumi_oci/kms/get_key_version.py +29 -3
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +5 -5
- pulumi_oci/kms/get_replication_status.py +4 -1
- pulumi_oci/kms/get_vault.py +27 -4
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +224 -91
- pulumi_oci/kms/key_version.py +152 -43
- pulumi_oci/kms/outputs.py +2104 -173
- pulumi_oci/kms/sign.py +75 -29
- pulumi_oci/kms/vault.py +216 -34
- pulumi_oci/kms/vault_verification.py +31 -5
- pulumi_oci/kms/verify.py +83 -33
- pulumi_oci/licensemanager/_inputs.py +55 -12
- pulumi_oci/licensemanager/configuration.py +37 -7
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +100 -28
- pulumi_oci/licensemanager/outputs.py +362 -91
- pulumi_oci/licensemanager/product_license.py +103 -29
- pulumi_oci/limits/_inputs.py +84 -17
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +228 -51
- pulumi_oci/limits/quota.py +70 -18
- pulumi_oci/loadbalancer/_inputs.py +575 -132
- pulumi_oci/loadbalancer/backend.py +73 -19
- pulumi_oci/loadbalancer/backend_set.py +87 -17
- pulumi_oci/loadbalancer/certificate.py +58 -14
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +40 -8
- pulumi_oci/loadbalancer/listener.py +98 -24
- pulumi_oci/loadbalancer/load_balancer.py +105 -28
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +46 -10
- pulumi_oci/loadbalancer/outputs.py +1420 -325
- pulumi_oci/loadbalancer/path_route_set.py +40 -8
- pulumi_oci/loadbalancer/rule_set.py +40 -8
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +40 -21
- pulumi_oci/loganalytics/_inputs.py +375 -79
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +1 -1
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +115 -33
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +58 -14
- pulumi_oci/loganalytics/log_analytics_log_group.py +61 -15
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +163 -49
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +31 -5
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +43 -9
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +43 -9
- pulumi_oci/loganalytics/namespace.py +37 -7
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +87 -22
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +37 -7
- pulumi_oci/loganalytics/namespace_scheduled_task.py +110 -28
- pulumi_oci/loganalytics/outputs.py +1401 -316
- pulumi_oci/logging/_inputs.py +284 -65
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +87 -22
- pulumi_oci/logging/log_group.py +58 -14
- pulumi_oci/logging/log_saved_search.py +64 -16
- pulumi_oci/logging/outputs.py +718 -170
- pulumi_oci/logging/unified_agent_configuration.py +89 -21
- pulumi_oci/managementagent/_inputs.py +125 -26
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +112 -32
- pulumi_oci/managementagent/management_agent_install_key.py +70 -18
- pulumi_oci/managementagent/outputs.py +520 -125
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +31 -5
- pulumi_oci/marketplace/_inputs.py +238 -45
- pulumi_oci/marketplace/accepted_agreement.py +70 -18
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +55 -13
- pulumi_oci/marketplace/outputs.py +1266 -257
- pulumi_oci/marketplace/publication.py +99 -26
- pulumi_oci/mediaservices/_inputs.py +274 -57
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +139 -41
- pulumi_oci/mediaservices/media_workflow.py +79 -21
- pulumi_oci/mediaservices/media_workflow_configuration.py +64 -16
- pulumi_oci/mediaservices/media_workflow_job.py +103 -29
- pulumi_oci/mediaservices/outputs.py +1093 -253
- pulumi_oci/mediaservices/stream_cdn_config.py +78 -19
- pulumi_oci/mediaservices/stream_distribution_channel.py +58 -14
- pulumi_oci/mediaservices/stream_packaging_config.py +81 -20
- pulumi_oci/meteringcomputation/_inputs.py +440 -103
- pulumi_oci/meteringcomputation/custom_table.py +42 -7
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +1 -1
- pulumi_oci/meteringcomputation/get_schedules.py +1 -1
- pulumi_oci/meteringcomputation/outputs.py +1074 -242
- pulumi_oci/meteringcomputation/query.py +36 -5
- pulumi_oci/meteringcomputation/schedule.py +107 -27
- pulumi_oci/meteringcomputation/usage.py +93 -24
- pulumi_oci/monitoring/_inputs.py +81 -16
- pulumi_oci/monitoring/alarm.py +147 -42
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +333 -79
- pulumi_oci/mysql/_inputs.py +1053 -242
- pulumi_oci/mysql/channel.py +89 -21
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_backups.py +1 -1
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +1 -1
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +43 -3
- pulumi_oci/mysql/get_replicas.py +39 -2
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +61 -15
- pulumi_oci/mysql/mysql_backup.py +97 -27
- pulumi_oci/mysql/mysql_configuration.py +95 -23
- pulumi_oci/mysql/mysql_db_system.py +217 -62
- pulumi_oci/mysql/outputs.py +3298 -788
- pulumi_oci/mysql/replica.py +245 -65
- pulumi_oci/networkfirewall/_inputs.py +239 -50
- pulumi_oci/networkfirewall/get_network_firewall.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +94 -26
- pulumi_oci/networkfirewall/network_firewall_policy.py +103 -29
- pulumi_oci/networkfirewall/outputs.py +787 -172
- pulumi_oci/networkloadbalancer/_inputs.py +272 -61
- pulumi_oci/networkloadbalancer/backend.py +79 -21
- pulumi_oci/networkloadbalancer/backend_set.py +63 -14
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +55 -13
- pulumi_oci/networkloadbalancer/network_load_balancer.py +97 -27
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +66 -15
- pulumi_oci/networkloadbalancer/outputs.py +716 -160
- pulumi_oci/nosql/_inputs.py +131 -28
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +61 -15
- pulumi_oci/nosql/outputs.py +416 -95
- pulumi_oci/nosql/table.py +87 -22
- pulumi_oci/objectstorage/_inputs.py +210 -45
- pulumi_oci/objectstorage/bucket.py +124 -36
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +37 -7
- pulumi_oci/objectstorage/object_lifecycle_policy.py +40 -8
- pulumi_oci/objectstorage/outputs.py +576 -139
- pulumi_oci/objectstorage/preauthrequest.py +79 -24
- pulumi_oci/objectstorage/replication_policy.py +67 -20
- pulumi_oci/objectstorage/storage_object.py +132 -37
- pulumi_oci/oce/_inputs.py +17 -4
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +148 -44
- pulumi_oci/oce/outputs.py +105 -31
- pulumi_oci/ocvp/_inputs.py +139 -26
- pulumi_oci/ocvp/esxi_host.py +139 -54
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +587 -145
- pulumi_oci/ocvp/sddc.py +289 -91
- pulumi_oci/oda/_inputs.py +94 -18
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +112 -32
- pulumi_oci/oda/oda_private_endpoint.py +70 -18
- pulumi_oci/oda/oda_private_endpoint_attachment.py +43 -9
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +49 -11
- pulumi_oci/oda/outputs.py +354 -79
- pulumi_oci/onesubsription/_inputs.py +161 -31
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +3104 -809
- pulumi_oci/ons/_inputs.py +33 -7
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +67 -17
- pulumi_oci/ons/outputs.py +139 -33
- pulumi_oci/ons/subscription.py +70 -18
- pulumi_oci/opa/_inputs.py +39 -9
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +109 -31
- pulumi_oci/opa/outputs.py +163 -41
- pulumi_oci/opensearch/_inputs.py +33 -7
- pulumi_oci/opensearch/cluster.py +217 -67
- pulumi_oci/opensearch/get_opensearch_cluster.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/outputs.py +200 -51
- pulumi_oci/operatoraccesscontrol/_inputs.py +65 -13
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +112 -32
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +151 -45
- pulumi_oci/operatoraccesscontrol/outputs.py +451 -116
- pulumi_oci/opsi/_inputs.py +476 -101
- pulumi_oci/opsi/awr_hub.py +73 -19
- pulumi_oci/opsi/database_insight.py +193 -54
- pulumi_oci/opsi/enterprise_manager_bridge.py +76 -20
- pulumi_oci/opsi/exadata_insight.py +130 -38
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +130 -38
- pulumi_oci/opsi/news_report.py +99 -26
- pulumi_oci/opsi/operations_insights_private_endpoint.py +94 -26
- pulumi_oci/opsi/operations_insights_warehouse.py +85 -23
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +31 -5
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +25 -3
- pulumi_oci/opsi/operations_insights_warehouse_user.py +88 -24
- pulumi_oci/opsi/opsi_configuration.py +103 -29
- pulumi_oci/opsi/outputs.py +2124 -508
- pulumi_oci/optimizer/_inputs.py +240 -41
- pulumi_oci/optimizer/enrollment_status.py +46 -10
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1112 -222
- pulumi_oci/optimizer/profile.py +97 -22
- pulumi_oci/optimizer/recommendation.py +76 -20
- pulumi_oci/optimizer/resource_action.py +82 -22
- pulumi_oci/osmanagement/_inputs.py +211 -36
- pulumi_oci/osmanagement/get_managed_instance.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_managed_instances.py +1 -1
- pulumi_oci/osmanagement/get_software_source.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_sources.py +1 -1
- pulumi_oci/osmanagement/managed_instance.py +106 -30
- pulumi_oci/osmanagement/managed_instance_group.py +64 -16
- pulumi_oci/osmanagement/managed_instance_management.py +78 -19
- pulumi_oci/osmanagement/outputs.py +644 -136
- pulumi_oci/osmanagement/software_source.py +115 -33
- pulumi_oci/ospgateway/_inputs.py +544 -147
- pulumi_oci/ospgateway/address_action_verification.py +196 -60
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +2149 -563
- pulumi_oci/ospgateway/subscription.py +114 -31
- pulumi_oci/osubbillingschedule/_inputs.py +17 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +73 -18
- pulumi_oci/osuborganizationsubscription/_inputs.py +17 -4
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +64 -15
- pulumi_oci/osubsubscription/_inputs.py +49 -10
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +326 -79
- pulumi_oci/osubusage/_inputs.py +33 -7
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +354 -93
- pulumi_oci/provider.py +51 -14
- pulumi_oci/queue/_inputs.py +17 -4
- pulumi_oci/queue/get_queue.py +28 -15
- pulumi_oci/queue/get_queues.py +11 -11
- pulumi_oci/queue/outputs.py +116 -38
- pulumi_oci/queue/queue.py +211 -84
- pulumi_oci/recoverymod/_inputs.py +90 -19
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +361 -86
- pulumi_oci/recoverymod/protected_database.py +115 -33
- pulumi_oci/recoverymod/protection_policy.py +67 -17
- pulumi_oci/recoverymod/recovery_service_subnet.py +70 -18
- pulumi_oci/resourcemanager/_inputs.py +33 -7
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +161 -38
- pulumi_oci/resourcemanager/private_endpoint.py +88 -24
- pulumi_oci/sch/_inputs.py +220 -46
- pulumi_oci/sch/connector.py +95 -23
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +685 -145
- pulumi_oci/secrets/_inputs.py +17 -4
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +58 -13
- pulumi_oci/servicecatalog/_inputs.py +97 -19
- pulumi_oci/servicecatalog/catalog.py +52 -12
- pulumi_oci/servicecatalog/catalog_association.py +40 -8
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +334 -70
- pulumi_oci/servicecatalog/private_application.py +87 -22
- pulumi_oci/servicemanagerproxy/_inputs.py +17 -4
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +125 -26
- pulumi_oci/servicemesh/_inputs.py +493 -95
- pulumi_oci/servicemesh/access_policy.py +76 -20
- pulumi_oci/servicemesh/get_access_policies.py +1 -1
- pulumi_oci/servicemesh/get_access_policy.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateways.py +1 -1
- pulumi_oci/servicemesh/get_mesh.py +1 -1
- pulumi_oci/servicemesh/get_meshes.py +1 -1
- pulumi_oci/servicemesh/get_proxy_detail.py +21 -1
- pulumi_oci/servicemesh/get_virtual_deployment.py +1 -1
- pulumi_oci/servicemesh/get_virtual_deployments.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_virtual_services.py +1 -1
- pulumi_oci/servicemesh/ingress_gateway.py +98 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +82 -22
- pulumi_oci/servicemesh/mesh.py +81 -20
- pulumi_oci/servicemesh/outputs.py +1669 -347
- pulumi_oci/servicemesh/virtual_deployment.py +98 -24
- pulumi_oci/servicemesh/virtual_service.py +98 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +82 -22
- pulumi_oci/stackmonitoring/_inputs.py +511 -108
- pulumi_oci/stackmonitoring/config.py +73 -19
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +1 -1
- pulumi_oci/stackmonitoring/get_configs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +151 -40
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +58 -14
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +40 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +124 -36
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +70 -18
- pulumi_oci/stackmonitoring/outputs.py +920 -193
- pulumi_oci/streaming/_inputs.py +97 -19
- pulumi_oci/streaming/connect_harness.py +52 -12
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +313 -70
- pulumi_oci/streaming/stream.py +73 -19
- pulumi_oci/streaming/stream_pool.py +91 -20
- pulumi_oci/usageproxy/_inputs.py +129 -25
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +682 -151
- pulumi_oci/usageproxy/subscription_redeemable_user.py +43 -9
- pulumi_oci/vault/_inputs.py +58 -13
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +198 -48
- pulumi_oci/vault/secret.py +102 -27
- pulumi_oci/vbs/_inputs.py +17 -4
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +85 -23
- pulumi_oci/vbs/outputs.py +79 -20
- pulumi_oci/visualbuilder/_inputs.py +93 -20
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +360 -81
- pulumi_oci/visualbuilder/vb_instance.py +120 -33
- pulumi_oci/vnmonitoring/_inputs.py +229 -56
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +500 -123
- pulumi_oci/vnmonitoring/path_analysi.py +93 -19
- pulumi_oci/vnmonitoring/path_analyzer_test.py +105 -23
- pulumi_oci/vulnerabilityscanning/_inputs.py +220 -39
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +72 -17
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +78 -19
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +99 -21
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +79 -21
- pulumi_oci/vulnerabilityscanning/outputs.py +770 -150
- pulumi_oci/waa/_inputs.py +63 -10
- pulumi_oci/waa/app_acceleration.py +79 -21
- pulumi_oci/waa/app_acceleration_policy.py +83 -19
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +232 -43
- pulumi_oci/waas/_inputs.py +960 -225
- pulumi_oci/waas/address_list.py +58 -14
- pulumi_oci/waas/certificate.py +97 -27
- pulumi_oci/waas/custom_protection_rule.py +64 -16
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +72 -17
- pulumi_oci/waas/outputs.py +2925 -705
- pulumi_oci/waas/policy.py +98 -24
- pulumi_oci/waas/protection_rule.py +55 -13
- pulumi_oci/waas/purge_cache.py +31 -5
- pulumi_oci/waf/_inputs.py +500 -102
- pulumi_oci/waf/app_firewall.py +79 -21
- pulumi_oci/waf/app_firewall_policy.py +122 -27
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +79 -21
- pulumi_oci/waf/outputs.py +1595 -334
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/METADATA +1 -1
- pulumi_oci-1.12.0.dist-info/RECORD +2330 -0
- pulumi_oci-1.11.0a1695829678.dist-info/RECORD +0 -2315
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ import copy
|
|
6
6
|
import warnings
|
7
7
|
import pulumi
|
8
8
|
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
from . import outputs
|
12
12
|
|
@@ -134,24 +134,49 @@ class LogAnalyticsImportCustomContentChangeList(dict):
|
|
134
134
|
:param Sequence[str] updated_parser_names: An array of updated parser names.
|
135
135
|
:param Sequence[str] updated_source_names: An array of updated source names.
|
136
136
|
"""
|
137
|
+
LogAnalyticsImportCustomContentChangeList._configure(
|
138
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
139
|
+
conflict_field_display_names=conflict_field_display_names,
|
140
|
+
conflict_parser_names=conflict_parser_names,
|
141
|
+
conflict_source_names=conflict_source_names,
|
142
|
+
created_field_display_names=created_field_display_names,
|
143
|
+
created_parser_names=created_parser_names,
|
144
|
+
created_source_names=created_source_names,
|
145
|
+
updated_field_display_names=updated_field_display_names,
|
146
|
+
updated_parser_names=updated_parser_names,
|
147
|
+
updated_source_names=updated_source_names,
|
148
|
+
)
|
149
|
+
@staticmethod
|
150
|
+
def _configure(
|
151
|
+
_setter: Callable[[Any, Any], None],
|
152
|
+
conflict_field_display_names: Optional[Sequence[str]] = None,
|
153
|
+
conflict_parser_names: Optional[Sequence[str]] = None,
|
154
|
+
conflict_source_names: Optional[Sequence[str]] = None,
|
155
|
+
created_field_display_names: Optional[Sequence[str]] = None,
|
156
|
+
created_parser_names: Optional[Sequence[str]] = None,
|
157
|
+
created_source_names: Optional[Sequence[str]] = None,
|
158
|
+
updated_field_display_names: Optional[Sequence[str]] = None,
|
159
|
+
updated_parser_names: Optional[Sequence[str]] = None,
|
160
|
+
updated_source_names: Optional[Sequence[str]] = None,
|
161
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
137
162
|
if conflict_field_display_names is not None:
|
138
|
-
|
163
|
+
_setter("conflict_field_display_names", conflict_field_display_names)
|
139
164
|
if conflict_parser_names is not None:
|
140
|
-
|
165
|
+
_setter("conflict_parser_names", conflict_parser_names)
|
141
166
|
if conflict_source_names is not None:
|
142
|
-
|
167
|
+
_setter("conflict_source_names", conflict_source_names)
|
143
168
|
if created_field_display_names is not None:
|
144
|
-
|
169
|
+
_setter("created_field_display_names", created_field_display_names)
|
145
170
|
if created_parser_names is not None:
|
146
|
-
|
171
|
+
_setter("created_parser_names", created_parser_names)
|
147
172
|
if created_source_names is not None:
|
148
|
-
|
173
|
+
_setter("created_source_names", created_source_names)
|
149
174
|
if updated_field_display_names is not None:
|
150
|
-
|
175
|
+
_setter("updated_field_display_names", updated_field_display_names)
|
151
176
|
if updated_parser_names is not None:
|
152
|
-
|
177
|
+
_setter("updated_parser_names", updated_parser_names)
|
153
178
|
if updated_source_names is not None:
|
154
|
-
|
179
|
+
_setter("updated_source_names", updated_source_names)
|
155
180
|
|
156
181
|
@property
|
157
182
|
@pulumi.getter(name="conflictFieldDisplayNames")
|
@@ -256,14 +281,29 @@ class LogAnalyticsObjectCollectionRuleOverride(dict):
|
|
256
281
|
match_value: Optional[str] = None,
|
257
282
|
property_name: Optional[str] = None,
|
258
283
|
property_value: Optional[str] = None):
|
284
|
+
LogAnalyticsObjectCollectionRuleOverride._configure(
|
285
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
286
|
+
match_type=match_type,
|
287
|
+
match_value=match_value,
|
288
|
+
property_name=property_name,
|
289
|
+
property_value=property_value,
|
290
|
+
)
|
291
|
+
@staticmethod
|
292
|
+
def _configure(
|
293
|
+
_setter: Callable[[Any, Any], None],
|
294
|
+
match_type: Optional[str] = None,
|
295
|
+
match_value: Optional[str] = None,
|
296
|
+
property_name: Optional[str] = None,
|
297
|
+
property_value: Optional[str] = None,
|
298
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
259
299
|
if match_type is not None:
|
260
|
-
|
300
|
+
_setter("match_type", match_type)
|
261
301
|
if match_value is not None:
|
262
|
-
|
302
|
+
_setter("match_value", match_value)
|
263
303
|
if property_name is not None:
|
264
|
-
|
304
|
+
_setter("property_name", property_name)
|
265
305
|
if property_value is not None:
|
266
|
-
|
306
|
+
_setter("property_value", property_value)
|
267
307
|
|
268
308
|
@property
|
269
309
|
@pulumi.getter(name="matchType")
|
@@ -295,10 +335,21 @@ class LogAnalyticsPreferencesManagementItem(dict):
|
|
295
335
|
:param str name: The preference name.
|
296
336
|
:param str value: The preference value.
|
297
337
|
"""
|
338
|
+
LogAnalyticsPreferencesManagementItem._configure(
|
339
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
340
|
+
name=name,
|
341
|
+
value=value,
|
342
|
+
)
|
343
|
+
@staticmethod
|
344
|
+
def _configure(
|
345
|
+
_setter: Callable[[Any, Any], None],
|
346
|
+
name: Optional[str] = None,
|
347
|
+
value: Optional[str] = None,
|
348
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
298
349
|
if name is not None:
|
299
|
-
|
350
|
+
_setter("name", name)
|
300
351
|
if value is not None:
|
301
|
-
|
352
|
+
_setter("value", value)
|
302
353
|
|
303
354
|
@property
|
304
355
|
@pulumi.getter
|
@@ -359,14 +410,33 @@ class NamespaceIngestTimeRuleAction(dict):
|
|
359
410
|
:param Sequence[str] dimensions: (Updatable) Additional dimensions to publish for the extracted metric. A valid list contains the source field names whose values are to be published as dimensions. The source name itself is specified using a special macro SOURCE_NAME
|
360
411
|
:param str resource_group: (Updatable) The resourceGroup of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
|
361
412
|
"""
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
413
|
+
NamespaceIngestTimeRuleAction._configure(
|
414
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
415
|
+
compartment_id=compartment_id,
|
416
|
+
metric_name=metric_name,
|
417
|
+
namespace=namespace,
|
418
|
+
type=type,
|
419
|
+
dimensions=dimensions,
|
420
|
+
resource_group=resource_group,
|
421
|
+
)
|
422
|
+
@staticmethod
|
423
|
+
def _configure(
|
424
|
+
_setter: Callable[[Any, Any], None],
|
425
|
+
compartment_id: str,
|
426
|
+
metric_name: str,
|
427
|
+
namespace: str,
|
428
|
+
type: str,
|
429
|
+
dimensions: Optional[Sequence[str]] = None,
|
430
|
+
resource_group: Optional[str] = None,
|
431
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
432
|
+
_setter("compartment_id", compartment_id)
|
433
|
+
_setter("metric_name", metric_name)
|
434
|
+
_setter("namespace", namespace)
|
435
|
+
_setter("type", type)
|
366
436
|
if dimensions is not None:
|
367
|
-
|
437
|
+
_setter("dimensions", dimensions)
|
368
438
|
if resource_group is not None:
|
369
|
-
|
439
|
+
_setter("resource_group", resource_group)
|
370
440
|
|
371
441
|
@property
|
372
442
|
@pulumi.getter(name="compartmentId")
|
@@ -459,12 +529,29 @@ class NamespaceIngestTimeRuleConditions(dict):
|
|
459
529
|
:param str kind: (Updatable) Discriminator.
|
460
530
|
:param Sequence['NamespaceIngestTimeRuleConditionsAdditionalConditionArgs'] additional_conditions: (Updatable) Optional additional condition(s) to be evaluated.
|
461
531
|
"""
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
532
|
+
NamespaceIngestTimeRuleConditions._configure(
|
533
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
534
|
+
field_name=field_name,
|
535
|
+
field_operator=field_operator,
|
536
|
+
field_value=field_value,
|
537
|
+
kind=kind,
|
538
|
+
additional_conditions=additional_conditions,
|
539
|
+
)
|
540
|
+
@staticmethod
|
541
|
+
def _configure(
|
542
|
+
_setter: Callable[[Any, Any], None],
|
543
|
+
field_name: str,
|
544
|
+
field_operator: str,
|
545
|
+
field_value: str,
|
546
|
+
kind: str,
|
547
|
+
additional_conditions: Optional[Sequence['outputs.NamespaceIngestTimeRuleConditionsAdditionalCondition']] = None,
|
548
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
549
|
+
_setter("field_name", field_name)
|
550
|
+
_setter("field_operator", field_operator)
|
551
|
+
_setter("field_value", field_value)
|
552
|
+
_setter("kind", kind)
|
466
553
|
if additional_conditions is not None:
|
467
|
-
|
554
|
+
_setter("additional_conditions", additional_conditions)
|
468
555
|
|
469
556
|
@property
|
470
557
|
@pulumi.getter(name="fieldName")
|
@@ -539,9 +626,22 @@ class NamespaceIngestTimeRuleConditionsAdditionalCondition(dict):
|
|
539
626
|
:param str condition_operator: (Updatable) The operator to be used for evaluating the additional field.
|
540
627
|
:param str condition_value: (Updatable) The additional field value to be evaluated.
|
541
628
|
"""
|
542
|
-
|
543
|
-
|
544
|
-
|
629
|
+
NamespaceIngestTimeRuleConditionsAdditionalCondition._configure(
|
630
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
631
|
+
condition_field=condition_field,
|
632
|
+
condition_operator=condition_operator,
|
633
|
+
condition_value=condition_value,
|
634
|
+
)
|
635
|
+
@staticmethod
|
636
|
+
def _configure(
|
637
|
+
_setter: Callable[[Any, Any], None],
|
638
|
+
condition_field: str,
|
639
|
+
condition_operator: str,
|
640
|
+
condition_value: str,
|
641
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
642
|
+
_setter("condition_field", condition_field)
|
643
|
+
_setter("condition_operator", condition_operator)
|
644
|
+
_setter("condition_value", condition_value)
|
545
645
|
|
546
646
|
@property
|
547
647
|
@pulumi.getter(name="conditionField")
|
@@ -618,21 +718,44 @@ class NamespaceScheduledTaskAction(dict):
|
|
618
718
|
:param str query_string: Purge query string.
|
619
719
|
:param str saved_search_id: The ManagementSavedSearch id [OCID] to be accelerated.
|
620
720
|
"""
|
621
|
-
|
721
|
+
NamespaceScheduledTaskAction._configure(
|
722
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
723
|
+
type=type,
|
724
|
+
compartment_id_in_subtree=compartment_id_in_subtree,
|
725
|
+
data_type=data_type,
|
726
|
+
metric_extraction=metric_extraction,
|
727
|
+
purge_compartment_id=purge_compartment_id,
|
728
|
+
purge_duration=purge_duration,
|
729
|
+
query_string=query_string,
|
730
|
+
saved_search_id=saved_search_id,
|
731
|
+
)
|
732
|
+
@staticmethod
|
733
|
+
def _configure(
|
734
|
+
_setter: Callable[[Any, Any], None],
|
735
|
+
type: str,
|
736
|
+
compartment_id_in_subtree: Optional[bool] = None,
|
737
|
+
data_type: Optional[str] = None,
|
738
|
+
metric_extraction: Optional['outputs.NamespaceScheduledTaskActionMetricExtraction'] = None,
|
739
|
+
purge_compartment_id: Optional[str] = None,
|
740
|
+
purge_duration: Optional[str] = None,
|
741
|
+
query_string: Optional[str] = None,
|
742
|
+
saved_search_id: Optional[str] = None,
|
743
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
744
|
+
_setter("type", type)
|
622
745
|
if compartment_id_in_subtree is not None:
|
623
|
-
|
746
|
+
_setter("compartment_id_in_subtree", compartment_id_in_subtree)
|
624
747
|
if data_type is not None:
|
625
|
-
|
748
|
+
_setter("data_type", data_type)
|
626
749
|
if metric_extraction is not None:
|
627
|
-
|
750
|
+
_setter("metric_extraction", metric_extraction)
|
628
751
|
if purge_compartment_id is not None:
|
629
|
-
|
752
|
+
_setter("purge_compartment_id", purge_compartment_id)
|
630
753
|
if purge_duration is not None:
|
631
|
-
|
754
|
+
_setter("purge_duration", purge_duration)
|
632
755
|
if query_string is not None:
|
633
|
-
|
756
|
+
_setter("query_string", query_string)
|
634
757
|
if saved_search_id is not None:
|
635
|
-
|
758
|
+
_setter("saved_search_id", saved_search_id)
|
636
759
|
|
637
760
|
@property
|
638
761
|
@pulumi.getter
|
@@ -733,14 +856,29 @@ class NamespaceScheduledTaskActionMetricExtraction(dict):
|
|
733
856
|
:param str namespace: The Logging Analytics namespace used for the request.
|
734
857
|
:param str resource_group: The resource group of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
|
735
858
|
"""
|
859
|
+
NamespaceScheduledTaskActionMetricExtraction._configure(
|
860
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
861
|
+
compartment_id=compartment_id,
|
862
|
+
metric_name=metric_name,
|
863
|
+
namespace=namespace,
|
864
|
+
resource_group=resource_group,
|
865
|
+
)
|
866
|
+
@staticmethod
|
867
|
+
def _configure(
|
868
|
+
_setter: Callable[[Any, Any], None],
|
869
|
+
compartment_id: Optional[str] = None,
|
870
|
+
metric_name: Optional[str] = None,
|
871
|
+
namespace: Optional[str] = None,
|
872
|
+
resource_group: Optional[str] = None,
|
873
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
736
874
|
if compartment_id is not None:
|
737
|
-
|
875
|
+
_setter("compartment_id", compartment_id)
|
738
876
|
if metric_name is not None:
|
739
|
-
|
877
|
+
_setter("metric_name", metric_name)
|
740
878
|
if namespace is not None:
|
741
|
-
|
879
|
+
_setter("namespace", namespace)
|
742
880
|
if resource_group is not None:
|
743
|
-
|
881
|
+
_setter("resource_group", resource_group)
|
744
882
|
|
745
883
|
@property
|
746
884
|
@pulumi.getter(name="compartmentId")
|
@@ -779,7 +917,16 @@ class NamespaceScheduledTaskActionMetricExtraction(dict):
|
|
779
917
|
class NamespaceScheduledTaskSchedules(dict):
|
780
918
|
def __init__(__self__, *,
|
781
919
|
schedules: Sequence['outputs.NamespaceScheduledTaskSchedulesSchedule']):
|
782
|
-
|
920
|
+
NamespaceScheduledTaskSchedules._configure(
|
921
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
922
|
+
schedules=schedules,
|
923
|
+
)
|
924
|
+
@staticmethod
|
925
|
+
def _configure(
|
926
|
+
_setter: Callable[[Any, Any], None],
|
927
|
+
schedules: Sequence['outputs.NamespaceScheduledTaskSchedulesSchedule'],
|
928
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
929
|
+
_setter("schedules", schedules)
|
783
930
|
|
784
931
|
@property
|
785
932
|
@pulumi.getter
|
@@ -827,17 +974,36 @@ class NamespaceScheduledTaskSchedulesSchedule(dict):
|
|
827
974
|
:param int repeat_count: (Updatable) Number of times (0-based) to execute until auto-stop. Default value -1 will execute indefinitely. Value 0 will execute once.
|
828
975
|
:param str time_zone: (Updatable) Time zone, by default UTC.
|
829
976
|
"""
|
830
|
-
|
977
|
+
NamespaceScheduledTaskSchedulesSchedule._configure(
|
978
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
979
|
+
type=type,
|
980
|
+
expression=expression,
|
981
|
+
misfire_policy=misfire_policy,
|
982
|
+
recurring_interval=recurring_interval,
|
983
|
+
repeat_count=repeat_count,
|
984
|
+
time_zone=time_zone,
|
985
|
+
)
|
986
|
+
@staticmethod
|
987
|
+
def _configure(
|
988
|
+
_setter: Callable[[Any, Any], None],
|
989
|
+
type: str,
|
990
|
+
expression: Optional[str] = None,
|
991
|
+
misfire_policy: Optional[str] = None,
|
992
|
+
recurring_interval: Optional[str] = None,
|
993
|
+
repeat_count: Optional[int] = None,
|
994
|
+
time_zone: Optional[str] = None,
|
995
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
996
|
+
_setter("type", type)
|
831
997
|
if expression is not None:
|
832
|
-
|
998
|
+
_setter("expression", expression)
|
833
999
|
if misfire_policy is not None:
|
834
|
-
|
1000
|
+
_setter("misfire_policy", misfire_policy)
|
835
1001
|
if recurring_interval is not None:
|
836
|
-
|
1002
|
+
_setter("recurring_interval", recurring_interval)
|
837
1003
|
if repeat_count is not None:
|
838
|
-
|
1004
|
+
_setter("repeat_count", repeat_count)
|
839
1005
|
if time_zone is not None:
|
840
|
-
|
1006
|
+
_setter("time_zone", time_zone)
|
841
1007
|
|
842
1008
|
@property
|
843
1009
|
@pulumi.getter
|
@@ -903,11 +1069,28 @@ class GetLogAnalyticsCategoriesListItemResult(dict):
|
|
903
1069
|
:param str name: A filter to return only log analytics category whose name matches the entire name given. The match is case-insensitive.
|
904
1070
|
:param str type: The category type. Values include "PRODUCT", "TIER", "VENDOR" and "GENERIC".
|
905
1071
|
"""
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
1072
|
+
GetLogAnalyticsCategoriesListItemResult._configure(
|
1073
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1074
|
+
description=description,
|
1075
|
+
display_name=display_name,
|
1076
|
+
is_system=is_system,
|
1077
|
+
name=name,
|
1078
|
+
type=type,
|
1079
|
+
)
|
1080
|
+
@staticmethod
|
1081
|
+
def _configure(
|
1082
|
+
_setter: Callable[[Any, Any], None],
|
1083
|
+
description: str,
|
1084
|
+
display_name: str,
|
1085
|
+
is_system: bool,
|
1086
|
+
name: str,
|
1087
|
+
type: str,
|
1088
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1089
|
+
_setter("description", description)
|
1090
|
+
_setter("display_name", display_name)
|
1091
|
+
_setter("is_system", is_system)
|
1092
|
+
_setter("name", name)
|
1093
|
+
_setter("type", type)
|
911
1094
|
|
912
1095
|
@property
|
913
1096
|
@pulumi.getter
|
@@ -959,10 +1142,23 @@ class GetLogAnalyticsEntitiesFilterResult(dict):
|
|
959
1142
|
"""
|
960
1143
|
:param str name: A filter to return only log analytics entities whose name matches the entire name given. The match is case-insensitive.
|
961
1144
|
"""
|
962
|
-
|
963
|
-
|
1145
|
+
GetLogAnalyticsEntitiesFilterResult._configure(
|
1146
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1147
|
+
name=name,
|
1148
|
+
values=values,
|
1149
|
+
regex=regex,
|
1150
|
+
)
|
1151
|
+
@staticmethod
|
1152
|
+
def _configure(
|
1153
|
+
_setter: Callable[[Any, Any], None],
|
1154
|
+
name: str,
|
1155
|
+
values: Sequence[str],
|
1156
|
+
regex: Optional[bool] = None,
|
1157
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1158
|
+
_setter("name", name)
|
1159
|
+
_setter("values", values)
|
964
1160
|
if regex is not None:
|
965
|
-
|
1161
|
+
_setter("regex", regex)
|
966
1162
|
|
967
1163
|
@property
|
968
1164
|
@pulumi.getter
|
@@ -987,7 +1183,16 @@ class GetLogAnalyticsEntitiesFilterResult(dict):
|
|
987
1183
|
class GetLogAnalyticsEntitiesLogAnalyticsEntityCollectionResult(dict):
|
988
1184
|
def __init__(__self__, *,
|
989
1185
|
items: Sequence['outputs.GetLogAnalyticsEntitiesLogAnalyticsEntityCollectionItemResult']):
|
990
|
-
|
1186
|
+
GetLogAnalyticsEntitiesLogAnalyticsEntityCollectionResult._configure(
|
1187
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1188
|
+
items=items,
|
1189
|
+
)
|
1190
|
+
@staticmethod
|
1191
|
+
def _configure(
|
1192
|
+
_setter: Callable[[Any, Any], None],
|
1193
|
+
items: Sequence['outputs.GetLogAnalyticsEntitiesLogAnalyticsEntityCollectionItemResult'],
|
1194
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1195
|
+
_setter("items", items)
|
991
1196
|
|
992
1197
|
@property
|
993
1198
|
@pulumi.getter
|
@@ -1042,27 +1247,76 @@ class GetLogAnalyticsEntitiesLogAnalyticsEntityCollectionItemResult(dict):
|
|
1042
1247
|
:param str time_updated: The date and time the resource was last updated, in the format defined by RFC3339.
|
1043
1248
|
:param str timezone_region: The timezone region of the log analytics entity.
|
1044
1249
|
"""
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1250
|
+
GetLogAnalyticsEntitiesLogAnalyticsEntityCollectionItemResult._configure(
|
1251
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1252
|
+
are_logs_collected=are_logs_collected,
|
1253
|
+
cloud_resource_id=cloud_resource_id,
|
1254
|
+
compartment_id=compartment_id,
|
1255
|
+
defined_tags=defined_tags,
|
1256
|
+
entity_type_internal_name=entity_type_internal_name,
|
1257
|
+
entity_type_name=entity_type_name,
|
1258
|
+
freeform_tags=freeform_tags,
|
1259
|
+
hostname=hostname,
|
1260
|
+
id=id,
|
1261
|
+
lifecycle_details=lifecycle_details,
|
1262
|
+
management_agent_compartment_id=management_agent_compartment_id,
|
1263
|
+
management_agent_display_name=management_agent_display_name,
|
1264
|
+
management_agent_id=management_agent_id,
|
1265
|
+
name=name,
|
1266
|
+
namespace=namespace,
|
1267
|
+
properties=properties,
|
1268
|
+
source_id=source_id,
|
1269
|
+
state=state,
|
1270
|
+
time_created=time_created,
|
1271
|
+
time_updated=time_updated,
|
1272
|
+
timezone_region=timezone_region,
|
1273
|
+
)
|
1274
|
+
@staticmethod
|
1275
|
+
def _configure(
|
1276
|
+
_setter: Callable[[Any, Any], None],
|
1277
|
+
are_logs_collected: bool,
|
1278
|
+
cloud_resource_id: str,
|
1279
|
+
compartment_id: str,
|
1280
|
+
defined_tags: Mapping[str, Any],
|
1281
|
+
entity_type_internal_name: str,
|
1282
|
+
entity_type_name: str,
|
1283
|
+
freeform_tags: Mapping[str, Any],
|
1284
|
+
hostname: str,
|
1285
|
+
id: str,
|
1286
|
+
lifecycle_details: str,
|
1287
|
+
management_agent_compartment_id: str,
|
1288
|
+
management_agent_display_name: str,
|
1289
|
+
management_agent_id: str,
|
1290
|
+
name: str,
|
1291
|
+
namespace: str,
|
1292
|
+
properties: Mapping[str, Any],
|
1293
|
+
source_id: str,
|
1294
|
+
state: str,
|
1295
|
+
time_created: str,
|
1296
|
+
time_updated: str,
|
1297
|
+
timezone_region: str,
|
1298
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1299
|
+
_setter("are_logs_collected", are_logs_collected)
|
1300
|
+
_setter("cloud_resource_id", cloud_resource_id)
|
1301
|
+
_setter("compartment_id", compartment_id)
|
1302
|
+
_setter("defined_tags", defined_tags)
|
1303
|
+
_setter("entity_type_internal_name", entity_type_internal_name)
|
1304
|
+
_setter("entity_type_name", entity_type_name)
|
1305
|
+
_setter("freeform_tags", freeform_tags)
|
1306
|
+
_setter("hostname", hostname)
|
1307
|
+
_setter("id", id)
|
1308
|
+
_setter("lifecycle_details", lifecycle_details)
|
1309
|
+
_setter("management_agent_compartment_id", management_agent_compartment_id)
|
1310
|
+
_setter("management_agent_display_name", management_agent_display_name)
|
1311
|
+
_setter("management_agent_id", management_agent_id)
|
1312
|
+
_setter("name", name)
|
1313
|
+
_setter("namespace", namespace)
|
1314
|
+
_setter("properties", properties)
|
1315
|
+
_setter("source_id", source_id)
|
1316
|
+
_setter("state", state)
|
1317
|
+
_setter("time_created", time_created)
|
1318
|
+
_setter("time_updated", time_updated)
|
1319
|
+
_setter("timezone_region", timezone_region)
|
1066
1320
|
|
1067
1321
|
@property
|
1068
1322
|
@pulumi.getter(name="areLogsCollected")
|
@@ -1242,8 +1496,19 @@ class GetLogAnalyticsEntityTopologyItemResult(dict):
|
|
1242
1496
|
:param Sequence['GetLogAnalyticsEntityTopologyItemLinkArgs'] links: Collection of log analytics entity relationship links.
|
1243
1497
|
:param Sequence['GetLogAnalyticsEntityTopologyItemNodeArgs'] nodes: Collection of log analytics entities.
|
1244
1498
|
"""
|
1245
|
-
|
1246
|
-
|
1499
|
+
GetLogAnalyticsEntityTopologyItemResult._configure(
|
1500
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1501
|
+
links=links,
|
1502
|
+
nodes=nodes,
|
1503
|
+
)
|
1504
|
+
@staticmethod
|
1505
|
+
def _configure(
|
1506
|
+
_setter: Callable[[Any, Any], None],
|
1507
|
+
links: Sequence['outputs.GetLogAnalyticsEntityTopologyItemLinkResult'],
|
1508
|
+
nodes: Sequence['outputs.GetLogAnalyticsEntityTopologyItemNodeResult'],
|
1509
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1510
|
+
_setter("links", links)
|
1511
|
+
_setter("nodes", nodes)
|
1247
1512
|
|
1248
1513
|
@property
|
1249
1514
|
@pulumi.getter
|
@@ -1269,7 +1534,16 @@ class GetLogAnalyticsEntityTopologyItemLinkResult(dict):
|
|
1269
1534
|
"""
|
1270
1535
|
:param Sequence['GetLogAnalyticsEntityTopologyItemLinkItemArgs'] items: Array of log analytics entity summary.
|
1271
1536
|
"""
|
1272
|
-
|
1537
|
+
GetLogAnalyticsEntityTopologyItemLinkResult._configure(
|
1538
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1539
|
+
items=items,
|
1540
|
+
)
|
1541
|
+
@staticmethod
|
1542
|
+
def _configure(
|
1543
|
+
_setter: Callable[[Any, Any], None],
|
1544
|
+
items: Sequence['outputs.GetLogAnalyticsEntityTopologyItemLinkItemResult'],
|
1545
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1546
|
+
_setter("items", items)
|
1273
1547
|
|
1274
1548
|
@property
|
1275
1549
|
@pulumi.getter
|
@@ -1289,8 +1563,19 @@ class GetLogAnalyticsEntityTopologyItemLinkItemResult(dict):
|
|
1289
1563
|
:param str destination_entity_id: The log analytics entity OCID. This ID is a reference used by log analytics features and it represents a resource that is provisioned and managed by the customer on their premises or on the cloud.
|
1290
1564
|
:param str source_entity_id: The log analytics entity OCID. This ID is a reference used by log analytics features and it represents a resource that is provisioned and managed by the customer on their premises or on the cloud.
|
1291
1565
|
"""
|
1292
|
-
|
1293
|
-
|
1566
|
+
GetLogAnalyticsEntityTopologyItemLinkItemResult._configure(
|
1567
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1568
|
+
destination_entity_id=destination_entity_id,
|
1569
|
+
source_entity_id=source_entity_id,
|
1570
|
+
)
|
1571
|
+
@staticmethod
|
1572
|
+
def _configure(
|
1573
|
+
_setter: Callable[[Any, Any], None],
|
1574
|
+
destination_entity_id: str,
|
1575
|
+
source_entity_id: str,
|
1576
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1577
|
+
_setter("destination_entity_id", destination_entity_id)
|
1578
|
+
_setter("source_entity_id", source_entity_id)
|
1294
1579
|
|
1295
1580
|
@property
|
1296
1581
|
@pulumi.getter(name="destinationEntityId")
|
@@ -1316,7 +1601,16 @@ class GetLogAnalyticsEntityTopologyItemNodeResult(dict):
|
|
1316
1601
|
"""
|
1317
1602
|
:param Sequence['GetLogAnalyticsEntityTopologyItemNodeItemArgs'] items: Array of log analytics entity summary.
|
1318
1603
|
"""
|
1319
|
-
|
1604
|
+
GetLogAnalyticsEntityTopologyItemNodeResult._configure(
|
1605
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1606
|
+
items=items,
|
1607
|
+
)
|
1608
|
+
@staticmethod
|
1609
|
+
def _configure(
|
1610
|
+
_setter: Callable[[Any, Any], None],
|
1611
|
+
items: Sequence['outputs.GetLogAnalyticsEntityTopologyItemNodeItemResult'],
|
1612
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1613
|
+
_setter("items", items)
|
1320
1614
|
|
1321
1615
|
@property
|
1322
1616
|
@pulumi.getter
|
@@ -1364,22 +1658,61 @@ class GetLogAnalyticsEntityTopologyItemNodeItemResult(dict):
|
|
1364
1658
|
:param str time_updated: The date and time the resource was last updated, in the format defined by RFC3339.
|
1365
1659
|
:param str timezone_region: The timezone region of the log analytics entity.
|
1366
1660
|
"""
|
1367
|
-
|
1368
|
-
|
1369
|
-
|
1370
|
-
|
1371
|
-
|
1372
|
-
|
1373
|
-
|
1374
|
-
|
1375
|
-
|
1376
|
-
|
1377
|
-
|
1378
|
-
|
1379
|
-
|
1380
|
-
|
1381
|
-
|
1382
|
-
|
1661
|
+
GetLogAnalyticsEntityTopologyItemNodeItemResult._configure(
|
1662
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1663
|
+
are_logs_collected=are_logs_collected,
|
1664
|
+
cloud_resource_id=cloud_resource_id,
|
1665
|
+
compartment_id=compartment_id,
|
1666
|
+
defined_tags=defined_tags,
|
1667
|
+
entity_type_internal_name=entity_type_internal_name,
|
1668
|
+
entity_type_name=entity_type_name,
|
1669
|
+
freeform_tags=freeform_tags,
|
1670
|
+
id=id,
|
1671
|
+
lifecycle_details=lifecycle_details,
|
1672
|
+
management_agent_id=management_agent_id,
|
1673
|
+
name=name,
|
1674
|
+
source_id=source_id,
|
1675
|
+
state=state,
|
1676
|
+
time_created=time_created,
|
1677
|
+
time_updated=time_updated,
|
1678
|
+
timezone_region=timezone_region,
|
1679
|
+
)
|
1680
|
+
@staticmethod
|
1681
|
+
def _configure(
|
1682
|
+
_setter: Callable[[Any, Any], None],
|
1683
|
+
are_logs_collected: bool,
|
1684
|
+
cloud_resource_id: str,
|
1685
|
+
compartment_id: str,
|
1686
|
+
defined_tags: Mapping[str, Any],
|
1687
|
+
entity_type_internal_name: str,
|
1688
|
+
entity_type_name: str,
|
1689
|
+
freeform_tags: Mapping[str, Any],
|
1690
|
+
id: str,
|
1691
|
+
lifecycle_details: str,
|
1692
|
+
management_agent_id: str,
|
1693
|
+
name: str,
|
1694
|
+
source_id: str,
|
1695
|
+
state: str,
|
1696
|
+
time_created: str,
|
1697
|
+
time_updated: str,
|
1698
|
+
timezone_region: str,
|
1699
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1700
|
+
_setter("are_logs_collected", are_logs_collected)
|
1701
|
+
_setter("cloud_resource_id", cloud_resource_id)
|
1702
|
+
_setter("compartment_id", compartment_id)
|
1703
|
+
_setter("defined_tags", defined_tags)
|
1704
|
+
_setter("entity_type_internal_name", entity_type_internal_name)
|
1705
|
+
_setter("entity_type_name", entity_type_name)
|
1706
|
+
_setter("freeform_tags", freeform_tags)
|
1707
|
+
_setter("id", id)
|
1708
|
+
_setter("lifecycle_details", lifecycle_details)
|
1709
|
+
_setter("management_agent_id", management_agent_id)
|
1710
|
+
_setter("name", name)
|
1711
|
+
_setter("source_id", source_id)
|
1712
|
+
_setter("state", state)
|
1713
|
+
_setter("time_created", time_created)
|
1714
|
+
_setter("time_updated", time_updated)
|
1715
|
+
_setter("timezone_region", timezone_region)
|
1383
1716
|
|
1384
1717
|
@property
|
1385
1718
|
@pulumi.getter(name="areLogsCollected")
|
@@ -1516,10 +1849,23 @@ class GetLogAnalyticsLogGroupsFilterResult(dict):
|
|
1516
1849
|
name: str,
|
1517
1850
|
values: Sequence[str],
|
1518
1851
|
regex: Optional[bool] = None):
|
1519
|
-
|
1520
|
-
|
1852
|
+
GetLogAnalyticsLogGroupsFilterResult._configure(
|
1853
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1854
|
+
name=name,
|
1855
|
+
values=values,
|
1856
|
+
regex=regex,
|
1857
|
+
)
|
1858
|
+
@staticmethod
|
1859
|
+
def _configure(
|
1860
|
+
_setter: Callable[[Any, Any], None],
|
1861
|
+
name: str,
|
1862
|
+
values: Sequence[str],
|
1863
|
+
regex: Optional[bool] = None,
|
1864
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1865
|
+
_setter("name", name)
|
1866
|
+
_setter("values", values)
|
1521
1867
|
if regex is not None:
|
1522
|
-
|
1868
|
+
_setter("regex", regex)
|
1523
1869
|
|
1524
1870
|
@property
|
1525
1871
|
@pulumi.getter
|
@@ -1541,7 +1887,16 @@ class GetLogAnalyticsLogGroupsFilterResult(dict):
|
|
1541
1887
|
class GetLogAnalyticsLogGroupsLogAnalyticsLogGroupSummaryCollectionResult(dict):
|
1542
1888
|
def __init__(__self__, *,
|
1543
1889
|
items: Sequence['outputs.GetLogAnalyticsLogGroupsLogAnalyticsLogGroupSummaryCollectionItemResult']):
|
1544
|
-
|
1890
|
+
GetLogAnalyticsLogGroupsLogAnalyticsLogGroupSummaryCollectionResult._configure(
|
1891
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1892
|
+
items=items,
|
1893
|
+
)
|
1894
|
+
@staticmethod
|
1895
|
+
def _configure(
|
1896
|
+
_setter: Callable[[Any, Any], None],
|
1897
|
+
items: Sequence['outputs.GetLogAnalyticsLogGroupsLogAnalyticsLogGroupSummaryCollectionItemResult'],
|
1898
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1899
|
+
_setter("items", items)
|
1545
1900
|
|
1546
1901
|
@property
|
1547
1902
|
@pulumi.getter
|
@@ -1572,15 +1927,40 @@ class GetLogAnalyticsLogGroupsLogAnalyticsLogGroupSummaryCollectionItemResult(di
|
|
1572
1927
|
:param str time_created: The date and time the resource was created, in the format defined by RFC3339.
|
1573
1928
|
:param str time_updated: The date and time the resource was last updated, in the format defined by RFC3339.
|
1574
1929
|
"""
|
1575
|
-
|
1576
|
-
|
1577
|
-
|
1578
|
-
|
1579
|
-
|
1580
|
-
|
1581
|
-
|
1582
|
-
|
1583
|
-
|
1930
|
+
GetLogAnalyticsLogGroupsLogAnalyticsLogGroupSummaryCollectionItemResult._configure(
|
1931
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1932
|
+
compartment_id=compartment_id,
|
1933
|
+
defined_tags=defined_tags,
|
1934
|
+
description=description,
|
1935
|
+
display_name=display_name,
|
1936
|
+
freeform_tags=freeform_tags,
|
1937
|
+
id=id,
|
1938
|
+
namespace=namespace,
|
1939
|
+
time_created=time_created,
|
1940
|
+
time_updated=time_updated,
|
1941
|
+
)
|
1942
|
+
@staticmethod
|
1943
|
+
def _configure(
|
1944
|
+
_setter: Callable[[Any, Any], None],
|
1945
|
+
compartment_id: str,
|
1946
|
+
defined_tags: Mapping[str, Any],
|
1947
|
+
description: str,
|
1948
|
+
display_name: str,
|
1949
|
+
freeform_tags: Mapping[str, Any],
|
1950
|
+
id: str,
|
1951
|
+
namespace: str,
|
1952
|
+
time_created: str,
|
1953
|
+
time_updated: str,
|
1954
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1955
|
+
_setter("compartment_id", compartment_id)
|
1956
|
+
_setter("defined_tags", defined_tags)
|
1957
|
+
_setter("description", description)
|
1958
|
+
_setter("display_name", display_name)
|
1959
|
+
_setter("freeform_tags", freeform_tags)
|
1960
|
+
_setter("id", id)
|
1961
|
+
_setter("namespace", namespace)
|
1962
|
+
_setter("time_created", time_created)
|
1963
|
+
_setter("time_updated", time_updated)
|
1584
1964
|
|
1585
1965
|
@property
|
1586
1966
|
@pulumi.getter(name="compartmentId")
|
@@ -1662,10 +2042,25 @@ class GetLogAnalyticsObjectCollectionRuleOverrideResult(dict):
|
|
1662
2042
|
match_value: str,
|
1663
2043
|
property_name: str,
|
1664
2044
|
property_value: str):
|
1665
|
-
|
1666
|
-
|
1667
|
-
|
1668
|
-
|
2045
|
+
GetLogAnalyticsObjectCollectionRuleOverrideResult._configure(
|
2046
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2047
|
+
match_type=match_type,
|
2048
|
+
match_value=match_value,
|
2049
|
+
property_name=property_name,
|
2050
|
+
property_value=property_value,
|
2051
|
+
)
|
2052
|
+
@staticmethod
|
2053
|
+
def _configure(
|
2054
|
+
_setter: Callable[[Any, Any], None],
|
2055
|
+
match_type: str,
|
2056
|
+
match_value: str,
|
2057
|
+
property_name: str,
|
2058
|
+
property_value: str,
|
2059
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2060
|
+
_setter("match_type", match_type)
|
2061
|
+
_setter("match_value", match_value)
|
2062
|
+
_setter("property_name", property_name)
|
2063
|
+
_setter("property_value", property_value)
|
1669
2064
|
|
1670
2065
|
@property
|
1671
2066
|
@pulumi.getter(name="matchType")
|
@@ -1697,10 +2092,23 @@ class GetLogAnalyticsObjectCollectionRulesFilterResult(dict):
|
|
1697
2092
|
"""
|
1698
2093
|
:param str name: A filter to return rules only matching with this name.
|
1699
2094
|
"""
|
1700
|
-
|
1701
|
-
|
2095
|
+
GetLogAnalyticsObjectCollectionRulesFilterResult._configure(
|
2096
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2097
|
+
name=name,
|
2098
|
+
values=values,
|
2099
|
+
regex=regex,
|
2100
|
+
)
|
2101
|
+
@staticmethod
|
2102
|
+
def _configure(
|
2103
|
+
_setter: Callable[[Any, Any], None],
|
2104
|
+
name: str,
|
2105
|
+
values: Sequence[str],
|
2106
|
+
regex: Optional[bool] = None,
|
2107
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2108
|
+
_setter("name", name)
|
2109
|
+
_setter("values", values)
|
1702
2110
|
if regex is not None:
|
1703
|
-
|
2111
|
+
_setter("regex", regex)
|
1704
2112
|
|
1705
2113
|
@property
|
1706
2114
|
@pulumi.getter
|
@@ -1725,7 +2133,16 @@ class GetLogAnalyticsObjectCollectionRulesFilterResult(dict):
|
|
1725
2133
|
class GetLogAnalyticsObjectCollectionRulesLogAnalyticsObjectCollectionRuleCollectionResult(dict):
|
1726
2134
|
def __init__(__self__, *,
|
1727
2135
|
items: Sequence['outputs.GetLogAnalyticsObjectCollectionRulesLogAnalyticsObjectCollectionRuleCollectionItemResult']):
|
1728
|
-
|
2136
|
+
GetLogAnalyticsObjectCollectionRulesLogAnalyticsObjectCollectionRuleCollectionResult._configure(
|
2137
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2138
|
+
items=items,
|
2139
|
+
)
|
2140
|
+
@staticmethod
|
2141
|
+
def _configure(
|
2142
|
+
_setter: Callable[[Any, Any], None],
|
2143
|
+
items: Sequence['outputs.GetLogAnalyticsObjectCollectionRulesLogAnalyticsObjectCollectionRuleCollectionItemResult'],
|
2144
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2145
|
+
_setter("items", items)
|
1729
2146
|
|
1730
2147
|
@property
|
1731
2148
|
@pulumi.getter
|
@@ -1792,33 +2209,94 @@ class GetLogAnalyticsObjectCollectionRulesLogAnalyticsObjectCollectionRuleCollec
|
|
1792
2209
|
:param str time_updated: The time when this rule was last updated. An RFC3339 formatted datetime string.
|
1793
2210
|
:param str timezone: Timezone to be used when processing log entries whose timestamps do not include an explicit timezone. When this property is not specified, the timezone of the entity specified is used. If the entity is also not specified or do not have a valid timezone then UTC is used.
|
1794
2211
|
"""
|
1795
|
-
|
1796
|
-
|
1797
|
-
|
1798
|
-
|
1799
|
-
|
1800
|
-
|
1801
|
-
|
1802
|
-
|
1803
|
-
|
1804
|
-
|
1805
|
-
|
1806
|
-
|
1807
|
-
|
1808
|
-
|
1809
|
-
|
1810
|
-
|
1811
|
-
|
1812
|
-
|
1813
|
-
|
1814
|
-
|
1815
|
-
|
1816
|
-
|
1817
|
-
|
1818
|
-
|
1819
|
-
|
1820
|
-
|
1821
|
-
|
2212
|
+
GetLogAnalyticsObjectCollectionRulesLogAnalyticsObjectCollectionRuleCollectionItemResult._configure(
|
2213
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2214
|
+
char_encoding=char_encoding,
|
2215
|
+
collection_type=collection_type,
|
2216
|
+
compartment_id=compartment_id,
|
2217
|
+
defined_tags=defined_tags,
|
2218
|
+
description=description,
|
2219
|
+
entity_id=entity_id,
|
2220
|
+
freeform_tags=freeform_tags,
|
2221
|
+
id=id,
|
2222
|
+
is_enabled=is_enabled,
|
2223
|
+
lifecycle_details=lifecycle_details,
|
2224
|
+
log_group_id=log_group_id,
|
2225
|
+
log_set=log_set,
|
2226
|
+
log_set_ext_regex=log_set_ext_regex,
|
2227
|
+
log_set_key=log_set_key,
|
2228
|
+
log_source_name=log_source_name,
|
2229
|
+
name=name,
|
2230
|
+
namespace=namespace,
|
2231
|
+
object_name_filters=object_name_filters,
|
2232
|
+
os_bucket_name=os_bucket_name,
|
2233
|
+
os_namespace=os_namespace,
|
2234
|
+
overrides=overrides,
|
2235
|
+
poll_since=poll_since,
|
2236
|
+
poll_till=poll_till,
|
2237
|
+
state=state,
|
2238
|
+
time_created=time_created,
|
2239
|
+
time_updated=time_updated,
|
2240
|
+
timezone=timezone,
|
2241
|
+
)
|
2242
|
+
@staticmethod
|
2243
|
+
def _configure(
|
2244
|
+
_setter: Callable[[Any, Any], None],
|
2245
|
+
char_encoding: str,
|
2246
|
+
collection_type: str,
|
2247
|
+
compartment_id: str,
|
2248
|
+
defined_tags: Mapping[str, Any],
|
2249
|
+
description: str,
|
2250
|
+
entity_id: str,
|
2251
|
+
freeform_tags: Mapping[str, Any],
|
2252
|
+
id: str,
|
2253
|
+
is_enabled: bool,
|
2254
|
+
lifecycle_details: str,
|
2255
|
+
log_group_id: str,
|
2256
|
+
log_set: str,
|
2257
|
+
log_set_ext_regex: str,
|
2258
|
+
log_set_key: str,
|
2259
|
+
log_source_name: str,
|
2260
|
+
name: str,
|
2261
|
+
namespace: str,
|
2262
|
+
object_name_filters: Sequence[str],
|
2263
|
+
os_bucket_name: str,
|
2264
|
+
os_namespace: str,
|
2265
|
+
overrides: Sequence['outputs.GetLogAnalyticsObjectCollectionRulesLogAnalyticsObjectCollectionRuleCollectionItemOverrideResult'],
|
2266
|
+
poll_since: str,
|
2267
|
+
poll_till: str,
|
2268
|
+
state: str,
|
2269
|
+
time_created: str,
|
2270
|
+
time_updated: str,
|
2271
|
+
timezone: str,
|
2272
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2273
|
+
_setter("char_encoding", char_encoding)
|
2274
|
+
_setter("collection_type", collection_type)
|
2275
|
+
_setter("compartment_id", compartment_id)
|
2276
|
+
_setter("defined_tags", defined_tags)
|
2277
|
+
_setter("description", description)
|
2278
|
+
_setter("entity_id", entity_id)
|
2279
|
+
_setter("freeform_tags", freeform_tags)
|
2280
|
+
_setter("id", id)
|
2281
|
+
_setter("is_enabled", is_enabled)
|
2282
|
+
_setter("lifecycle_details", lifecycle_details)
|
2283
|
+
_setter("log_group_id", log_group_id)
|
2284
|
+
_setter("log_set", log_set)
|
2285
|
+
_setter("log_set_ext_regex", log_set_ext_regex)
|
2286
|
+
_setter("log_set_key", log_set_key)
|
2287
|
+
_setter("log_source_name", log_source_name)
|
2288
|
+
_setter("name", name)
|
2289
|
+
_setter("namespace", namespace)
|
2290
|
+
_setter("object_name_filters", object_name_filters)
|
2291
|
+
_setter("os_bucket_name", os_bucket_name)
|
2292
|
+
_setter("os_namespace", os_namespace)
|
2293
|
+
_setter("overrides", overrides)
|
2294
|
+
_setter("poll_since", poll_since)
|
2295
|
+
_setter("poll_till", poll_till)
|
2296
|
+
_setter("state", state)
|
2297
|
+
_setter("time_created", time_created)
|
2298
|
+
_setter("time_updated", time_updated)
|
2299
|
+
_setter("timezone", timezone)
|
1822
2300
|
|
1823
2301
|
@property
|
1824
2302
|
@pulumi.getter(name="charEncoding")
|
@@ -2044,10 +2522,25 @@ class GetLogAnalyticsObjectCollectionRulesLogAnalyticsObjectCollectionRuleCollec
|
|
2044
2522
|
match_value: str,
|
2045
2523
|
property_name: str,
|
2046
2524
|
property_value: str):
|
2047
|
-
|
2048
|
-
|
2049
|
-
|
2050
|
-
|
2525
|
+
GetLogAnalyticsObjectCollectionRulesLogAnalyticsObjectCollectionRuleCollectionItemOverrideResult._configure(
|
2526
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2527
|
+
match_type=match_type,
|
2528
|
+
match_value=match_value,
|
2529
|
+
property_name=property_name,
|
2530
|
+
property_value=property_value,
|
2531
|
+
)
|
2532
|
+
@staticmethod
|
2533
|
+
def _configure(
|
2534
|
+
_setter: Callable[[Any, Any], None],
|
2535
|
+
match_type: str,
|
2536
|
+
match_value: str,
|
2537
|
+
property_name: str,
|
2538
|
+
property_value: str,
|
2539
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2540
|
+
_setter("match_type", match_type)
|
2541
|
+
_setter("match_value", match_value)
|
2542
|
+
_setter("property_name", property_name)
|
2543
|
+
_setter("property_value", property_value)
|
2051
2544
|
|
2052
2545
|
@property
|
2053
2546
|
@pulumi.getter(name="matchType")
|
@@ -2079,8 +2572,19 @@ class GetLogAnalyticsPreferenceItemResult(dict):
|
|
2079
2572
|
:param str name: The preference name.
|
2080
2573
|
:param str value: The preference value.
|
2081
2574
|
"""
|
2082
|
-
|
2083
|
-
|
2575
|
+
GetLogAnalyticsPreferenceItemResult._configure(
|
2576
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2577
|
+
name=name,
|
2578
|
+
value=value,
|
2579
|
+
)
|
2580
|
+
@staticmethod
|
2581
|
+
def _configure(
|
2582
|
+
_setter: Callable[[Any, Any], None],
|
2583
|
+
name: str,
|
2584
|
+
value: str,
|
2585
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2586
|
+
_setter("name", name)
|
2587
|
+
_setter("value", value)
|
2084
2588
|
|
2085
2589
|
@property
|
2086
2590
|
@pulumi.getter
|
@@ -2114,11 +2618,28 @@ class GetLogAnalyticsResourceCategoriesListCategoryResult(dict):
|
|
2114
2618
|
:param str name: The unique name that identifies the category.
|
2115
2619
|
:param str type: The category type. Values include "PRODUCT", "TIER", "VENDOR" and "GENERIC".
|
2116
2620
|
"""
|
2117
|
-
|
2118
|
-
|
2119
|
-
|
2120
|
-
|
2121
|
-
|
2621
|
+
GetLogAnalyticsResourceCategoriesListCategoryResult._configure(
|
2622
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2623
|
+
description=description,
|
2624
|
+
display_name=display_name,
|
2625
|
+
is_system=is_system,
|
2626
|
+
name=name,
|
2627
|
+
type=type,
|
2628
|
+
)
|
2629
|
+
@staticmethod
|
2630
|
+
def _configure(
|
2631
|
+
_setter: Callable[[Any, Any], None],
|
2632
|
+
description: str,
|
2633
|
+
display_name: str,
|
2634
|
+
is_system: bool,
|
2635
|
+
name: str,
|
2636
|
+
type: str,
|
2637
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2638
|
+
_setter("description", description)
|
2639
|
+
_setter("display_name", display_name)
|
2640
|
+
_setter("is_system", is_system)
|
2641
|
+
_setter("name", name)
|
2642
|
+
_setter("type", type)
|
2122
2643
|
|
2123
2644
|
@property
|
2124
2645
|
@pulumi.getter
|
@@ -2174,10 +2695,25 @@ class GetLogAnalyticsResourceCategoriesListItemResult(dict):
|
|
2174
2695
|
:param str resource_id: The unique identifier of the resource, usually a name or ocid.
|
2175
2696
|
:param str resource_type: The resource type.
|
2176
2697
|
"""
|
2177
|
-
|
2178
|
-
|
2179
|
-
|
2180
|
-
|
2698
|
+
GetLogAnalyticsResourceCategoriesListItemResult._configure(
|
2699
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2700
|
+
category_name=category_name,
|
2701
|
+
is_system=is_system,
|
2702
|
+
resource_id=resource_id,
|
2703
|
+
resource_type=resource_type,
|
2704
|
+
)
|
2705
|
+
@staticmethod
|
2706
|
+
def _configure(
|
2707
|
+
_setter: Callable[[Any, Any], None],
|
2708
|
+
category_name: str,
|
2709
|
+
is_system: bool,
|
2710
|
+
resource_id: str,
|
2711
|
+
resource_type: str,
|
2712
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2713
|
+
_setter("category_name", category_name)
|
2714
|
+
_setter("is_system", is_system)
|
2715
|
+
_setter("resource_id", resource_id)
|
2716
|
+
_setter("resource_type", resource_type)
|
2181
2717
|
|
2182
2718
|
@property
|
2183
2719
|
@pulumi.getter(name="categoryName")
|
@@ -2219,7 +2755,16 @@ class GetNamespaceEffectivePropertiesEffectivePropertyCollectionResult(dict):
|
|
2219
2755
|
"""
|
2220
2756
|
:param Sequence['GetNamespaceEffectivePropertiesEffectivePropertyCollectionItemArgs'] items: A list of properties and their effective values.
|
2221
2757
|
"""
|
2222
|
-
|
2758
|
+
GetNamespaceEffectivePropertiesEffectivePropertyCollectionResult._configure(
|
2759
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2760
|
+
items=items,
|
2761
|
+
)
|
2762
|
+
@staticmethod
|
2763
|
+
def _configure(
|
2764
|
+
_setter: Callable[[Any, Any], None],
|
2765
|
+
items: Sequence['outputs.GetNamespaceEffectivePropertiesEffectivePropertyCollectionItemResult'],
|
2766
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2767
|
+
_setter("items", items)
|
2223
2768
|
|
2224
2769
|
@property
|
2225
2770
|
@pulumi.getter
|
@@ -2243,10 +2788,25 @@ class GetNamespaceEffectivePropertiesEffectivePropertyCollectionItemResult(dict)
|
|
2243
2788
|
:param Sequence['GetNamespaceEffectivePropertiesEffectivePropertyCollectionItemPatternArgs'] patterns: A list of pattern level override values for the property.
|
2244
2789
|
:param str value: The effective value of the property. This is determined by considering the value set at the most effective level.
|
2245
2790
|
"""
|
2246
|
-
|
2247
|
-
|
2248
|
-
|
2249
|
-
|
2791
|
+
GetNamespaceEffectivePropertiesEffectivePropertyCollectionItemResult._configure(
|
2792
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2793
|
+
effective_level=effective_level,
|
2794
|
+
name=name,
|
2795
|
+
patterns=patterns,
|
2796
|
+
value=value,
|
2797
|
+
)
|
2798
|
+
@staticmethod
|
2799
|
+
def _configure(
|
2800
|
+
_setter: Callable[[Any, Any], None],
|
2801
|
+
effective_level: str,
|
2802
|
+
name: str,
|
2803
|
+
patterns: Sequence['outputs.GetNamespaceEffectivePropertiesEffectivePropertyCollectionItemPatternResult'],
|
2804
|
+
value: str,
|
2805
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2806
|
+
_setter("effective_level", effective_level)
|
2807
|
+
_setter("name", name)
|
2808
|
+
_setter("patterns", patterns)
|
2809
|
+
_setter("value", value)
|
2250
2810
|
|
2251
2811
|
@property
|
2252
2812
|
@pulumi.getter(name="effectiveLevel")
|
@@ -2292,9 +2852,22 @@ class GetNamespaceEffectivePropertiesEffectivePropertyCollectionItemPatternResul
|
|
2292
2852
|
:param str id: The pattern id.
|
2293
2853
|
:param str value: The effective value of the property. This is determined by considering the value set at the most effective level.
|
2294
2854
|
"""
|
2295
|
-
|
2296
|
-
|
2297
|
-
|
2855
|
+
GetNamespaceEffectivePropertiesEffectivePropertyCollectionItemPatternResult._configure(
|
2856
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2857
|
+
effective_level=effective_level,
|
2858
|
+
id=id,
|
2859
|
+
value=value,
|
2860
|
+
)
|
2861
|
+
@staticmethod
|
2862
|
+
def _configure(
|
2863
|
+
_setter: Callable[[Any, Any], None],
|
2864
|
+
effective_level: str,
|
2865
|
+
id: str,
|
2866
|
+
value: str,
|
2867
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2868
|
+
_setter("effective_level", effective_level)
|
2869
|
+
_setter("id", id)
|
2870
|
+
_setter("value", value)
|
2298
2871
|
|
2299
2872
|
@property
|
2300
2873
|
@pulumi.getter(name="effectiveLevel")
|
@@ -2330,10 +2903,23 @@ class GetNamespaceEffectivePropertiesFilterResult(dict):
|
|
2330
2903
|
"""
|
2331
2904
|
:param str name: The property name used for filtering.
|
2332
2905
|
"""
|
2333
|
-
|
2334
|
-
|
2906
|
+
GetNamespaceEffectivePropertiesFilterResult._configure(
|
2907
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2908
|
+
name=name,
|
2909
|
+
values=values,
|
2910
|
+
regex=regex,
|
2911
|
+
)
|
2912
|
+
@staticmethod
|
2913
|
+
def _configure(
|
2914
|
+
_setter: Callable[[Any, Any], None],
|
2915
|
+
name: str,
|
2916
|
+
values: Sequence[str],
|
2917
|
+
regex: Optional[bool] = None,
|
2918
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2919
|
+
_setter("name", name)
|
2920
|
+
_setter("values", values)
|
2335
2921
|
if regex is not None:
|
2336
|
-
|
2922
|
+
_setter("regex", regex)
|
2337
2923
|
|
2338
2924
|
@property
|
2339
2925
|
@pulumi.getter
|
@@ -2371,12 +2957,31 @@ class GetNamespaceIngestTimeRuleActionResult(dict):
|
|
2371
2957
|
:param str resource_group: The resourceGroup of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
|
2372
2958
|
:param str type: Discriminator.
|
2373
2959
|
"""
|
2374
|
-
|
2375
|
-
|
2376
|
-
|
2377
|
-
|
2378
|
-
|
2379
|
-
|
2960
|
+
GetNamespaceIngestTimeRuleActionResult._configure(
|
2961
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2962
|
+
compartment_id=compartment_id,
|
2963
|
+
dimensions=dimensions,
|
2964
|
+
metric_name=metric_name,
|
2965
|
+
namespace=namespace,
|
2966
|
+
resource_group=resource_group,
|
2967
|
+
type=type,
|
2968
|
+
)
|
2969
|
+
@staticmethod
|
2970
|
+
def _configure(
|
2971
|
+
_setter: Callable[[Any, Any], None],
|
2972
|
+
compartment_id: str,
|
2973
|
+
dimensions: Sequence[str],
|
2974
|
+
metric_name: str,
|
2975
|
+
namespace: str,
|
2976
|
+
resource_group: str,
|
2977
|
+
type: str,
|
2978
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2979
|
+
_setter("compartment_id", compartment_id)
|
2980
|
+
_setter("dimensions", dimensions)
|
2981
|
+
_setter("metric_name", metric_name)
|
2982
|
+
_setter("namespace", namespace)
|
2983
|
+
_setter("resource_group", resource_group)
|
2984
|
+
_setter("type", type)
|
2380
2985
|
|
2381
2986
|
@property
|
2382
2987
|
@pulumi.getter(name="compartmentId")
|
@@ -2442,11 +3047,28 @@ class GetNamespaceIngestTimeRuleConditionResult(dict):
|
|
2442
3047
|
:param str field_value: The field value to be evaluated.
|
2443
3048
|
:param str kind: Discriminator.
|
2444
3049
|
"""
|
2445
|
-
|
2446
|
-
|
2447
|
-
|
2448
|
-
|
2449
|
-
|
3050
|
+
GetNamespaceIngestTimeRuleConditionResult._configure(
|
3051
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3052
|
+
additional_conditions=additional_conditions,
|
3053
|
+
field_name=field_name,
|
3054
|
+
field_operator=field_operator,
|
3055
|
+
field_value=field_value,
|
3056
|
+
kind=kind,
|
3057
|
+
)
|
3058
|
+
@staticmethod
|
3059
|
+
def _configure(
|
3060
|
+
_setter: Callable[[Any, Any], None],
|
3061
|
+
additional_conditions: Sequence['outputs.GetNamespaceIngestTimeRuleConditionAdditionalConditionResult'],
|
3062
|
+
field_name: str,
|
3063
|
+
field_operator: str,
|
3064
|
+
field_value: str,
|
3065
|
+
kind: str,
|
3066
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3067
|
+
_setter("additional_conditions", additional_conditions)
|
3068
|
+
_setter("field_name", field_name)
|
3069
|
+
_setter("field_operator", field_operator)
|
3070
|
+
_setter("field_value", field_value)
|
3071
|
+
_setter("kind", kind)
|
2450
3072
|
|
2451
3073
|
@property
|
2452
3074
|
@pulumi.getter(name="additionalConditions")
|
@@ -2500,9 +3122,22 @@ class GetNamespaceIngestTimeRuleConditionAdditionalConditionResult(dict):
|
|
2500
3122
|
:param str condition_operator: The operator to be used for evaluating the additional field.
|
2501
3123
|
:param str condition_value: The additional field value to be evaluated.
|
2502
3124
|
"""
|
2503
|
-
|
2504
|
-
|
2505
|
-
|
3125
|
+
GetNamespaceIngestTimeRuleConditionAdditionalConditionResult._configure(
|
3126
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3127
|
+
condition_field=condition_field,
|
3128
|
+
condition_operator=condition_operator,
|
3129
|
+
condition_value=condition_value,
|
3130
|
+
)
|
3131
|
+
@staticmethod
|
3132
|
+
def _configure(
|
3133
|
+
_setter: Callable[[Any, Any], None],
|
3134
|
+
condition_field: str,
|
3135
|
+
condition_operator: str,
|
3136
|
+
condition_value: str,
|
3137
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3138
|
+
_setter("condition_field", condition_field)
|
3139
|
+
_setter("condition_operator", condition_operator)
|
3140
|
+
_setter("condition_value", condition_value)
|
2506
3141
|
|
2507
3142
|
@property
|
2508
3143
|
@pulumi.getter(name="conditionField")
|
@@ -2535,10 +3170,23 @@ class GetNamespaceIngestTimeRulesFilterResult(dict):
|
|
2535
3170
|
name: str,
|
2536
3171
|
values: Sequence[str],
|
2537
3172
|
regex: Optional[bool] = None):
|
2538
|
-
|
2539
|
-
|
3173
|
+
GetNamespaceIngestTimeRulesFilterResult._configure(
|
3174
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3175
|
+
name=name,
|
3176
|
+
values=values,
|
3177
|
+
regex=regex,
|
3178
|
+
)
|
3179
|
+
@staticmethod
|
3180
|
+
def _configure(
|
3181
|
+
_setter: Callable[[Any, Any], None],
|
3182
|
+
name: str,
|
3183
|
+
values: Sequence[str],
|
3184
|
+
regex: Optional[bool] = None,
|
3185
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3186
|
+
_setter("name", name)
|
3187
|
+
_setter("values", values)
|
2540
3188
|
if regex is not None:
|
2541
|
-
|
3189
|
+
_setter("regex", regex)
|
2542
3190
|
|
2543
3191
|
@property
|
2544
3192
|
@pulumi.getter
|
@@ -2560,7 +3208,16 @@ class GetNamespaceIngestTimeRulesFilterResult(dict):
|
|
2560
3208
|
class GetNamespaceIngestTimeRulesIngestTimeRuleSummaryCollectionResult(dict):
|
2561
3209
|
def __init__(__self__, *,
|
2562
3210
|
items: Sequence['outputs.GetNamespaceIngestTimeRulesIngestTimeRuleSummaryCollectionItemResult']):
|
2563
|
-
|
3211
|
+
GetNamespaceIngestTimeRulesIngestTimeRuleSummaryCollectionResult._configure(
|
3212
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3213
|
+
items=items,
|
3214
|
+
)
|
3215
|
+
@staticmethod
|
3216
|
+
def _configure(
|
3217
|
+
_setter: Callable[[Any, Any], None],
|
3218
|
+
items: Sequence['outputs.GetNamespaceIngestTimeRulesIngestTimeRuleSummaryCollectionItemResult'],
|
3219
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3220
|
+
_setter("items", items)
|
2564
3221
|
|
2565
3222
|
@property
|
2566
3223
|
@pulumi.getter
|
@@ -2599,19 +3256,52 @@ class GetNamespaceIngestTimeRulesIngestTimeRuleSummaryCollectionItemResult(dict)
|
|
2599
3256
|
:param str time_created: The date and time the resource was created, in the format defined by RFC3339.
|
2600
3257
|
:param str time_updated: The date and time the resource was last updated, in the format defined by RFC3339.
|
2601
3258
|
"""
|
2602
|
-
|
2603
|
-
|
2604
|
-
|
2605
|
-
|
2606
|
-
|
2607
|
-
|
2608
|
-
|
2609
|
-
|
2610
|
-
|
2611
|
-
|
2612
|
-
|
2613
|
-
|
2614
|
-
|
3259
|
+
GetNamespaceIngestTimeRulesIngestTimeRuleSummaryCollectionItemResult._configure(
|
3260
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3261
|
+
compartment_id=compartment_id,
|
3262
|
+
condition_kind=condition_kind,
|
3263
|
+
defined_tags=defined_tags,
|
3264
|
+
description=description,
|
3265
|
+
display_name=display_name,
|
3266
|
+
field_name=field_name,
|
3267
|
+
field_value=field_value,
|
3268
|
+
freeform_tags=freeform_tags,
|
3269
|
+
id=id,
|
3270
|
+
is_enabled=is_enabled,
|
3271
|
+
state=state,
|
3272
|
+
time_created=time_created,
|
3273
|
+
time_updated=time_updated,
|
3274
|
+
)
|
3275
|
+
@staticmethod
|
3276
|
+
def _configure(
|
3277
|
+
_setter: Callable[[Any, Any], None],
|
3278
|
+
compartment_id: str,
|
3279
|
+
condition_kind: str,
|
3280
|
+
defined_tags: Mapping[str, Any],
|
3281
|
+
description: str,
|
3282
|
+
display_name: str,
|
3283
|
+
field_name: str,
|
3284
|
+
field_value: str,
|
3285
|
+
freeform_tags: Mapping[str, Any],
|
3286
|
+
id: str,
|
3287
|
+
is_enabled: bool,
|
3288
|
+
state: str,
|
3289
|
+
time_created: str,
|
3290
|
+
time_updated: str,
|
3291
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3292
|
+
_setter("compartment_id", compartment_id)
|
3293
|
+
_setter("condition_kind", condition_kind)
|
3294
|
+
_setter("defined_tags", defined_tags)
|
3295
|
+
_setter("description", description)
|
3296
|
+
_setter("display_name", display_name)
|
3297
|
+
_setter("field_name", field_name)
|
3298
|
+
_setter("field_value", field_value)
|
3299
|
+
_setter("freeform_tags", freeform_tags)
|
3300
|
+
_setter("id", id)
|
3301
|
+
_setter("is_enabled", is_enabled)
|
3302
|
+
_setter("state", state)
|
3303
|
+
_setter("time_created", time_created)
|
3304
|
+
_setter("time_updated", time_updated)
|
2615
3305
|
|
2616
3306
|
@property
|
2617
3307
|
@pulumi.getter(name="compartmentId")
|
@@ -2727,10 +3417,23 @@ class GetNamespacePropertiesMetadataFilterResult(dict):
|
|
2727
3417
|
"""
|
2728
3418
|
:param str name: The property name used for filtering.
|
2729
3419
|
"""
|
2730
|
-
|
2731
|
-
|
3420
|
+
GetNamespacePropertiesMetadataFilterResult._configure(
|
3421
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3422
|
+
name=name,
|
3423
|
+
values=values,
|
3424
|
+
regex=regex,
|
3425
|
+
)
|
3426
|
+
@staticmethod
|
3427
|
+
def _configure(
|
3428
|
+
_setter: Callable[[Any, Any], None],
|
3429
|
+
name: str,
|
3430
|
+
values: Sequence[str],
|
3431
|
+
regex: Optional[bool] = None,
|
3432
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3433
|
+
_setter("name", name)
|
3434
|
+
_setter("values", values)
|
2732
3435
|
if regex is not None:
|
2733
|
-
|
3436
|
+
_setter("regex", regex)
|
2734
3437
|
|
2735
3438
|
@property
|
2736
3439
|
@pulumi.getter
|
@@ -2758,7 +3461,16 @@ class GetNamespacePropertiesMetadataPropertyMetadataSummaryCollectionResult(dict
|
|
2758
3461
|
"""
|
2759
3462
|
:param Sequence['GetNamespacePropertiesMetadataPropertyMetadataSummaryCollectionItemArgs'] items: An array of properties along with their metadata summary.
|
2760
3463
|
"""
|
2761
|
-
|
3464
|
+
GetNamespacePropertiesMetadataPropertyMetadataSummaryCollectionResult._configure(
|
3465
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3466
|
+
items=items,
|
3467
|
+
)
|
3468
|
+
@staticmethod
|
3469
|
+
def _configure(
|
3470
|
+
_setter: Callable[[Any, Any], None],
|
3471
|
+
items: Sequence['outputs.GetNamespacePropertiesMetadataPropertyMetadataSummaryCollectionItemResult'],
|
3472
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3473
|
+
_setter("items", items)
|
2762
3474
|
|
2763
3475
|
@property
|
2764
3476
|
@pulumi.getter
|
@@ -2784,11 +3496,28 @@ class GetNamespacePropertiesMetadataPropertyMetadataSummaryCollectionItemResult(
|
|
2784
3496
|
:param Sequence['GetNamespacePropertiesMetadataPropertyMetadataSummaryCollectionItemLevelArgs'] levels: A list of levels at which the property could be defined.
|
2785
3497
|
:param str name: The property name used for filtering.
|
2786
3498
|
"""
|
2787
|
-
|
2788
|
-
|
2789
|
-
|
2790
|
-
|
2791
|
-
|
3499
|
+
GetNamespacePropertiesMetadataPropertyMetadataSummaryCollectionItemResult._configure(
|
3500
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3501
|
+
default_value=default_value,
|
3502
|
+
description=description,
|
3503
|
+
display_name=display_name,
|
3504
|
+
levels=levels,
|
3505
|
+
name=name,
|
3506
|
+
)
|
3507
|
+
@staticmethod
|
3508
|
+
def _configure(
|
3509
|
+
_setter: Callable[[Any, Any], None],
|
3510
|
+
default_value: str,
|
3511
|
+
description: str,
|
3512
|
+
display_name: str,
|
3513
|
+
levels: Sequence['outputs.GetNamespacePropertiesMetadataPropertyMetadataSummaryCollectionItemLevelResult'],
|
3514
|
+
name: str,
|
3515
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3516
|
+
_setter("default_value", default_value)
|
3517
|
+
_setter("description", description)
|
3518
|
+
_setter("display_name", display_name)
|
3519
|
+
_setter("levels", levels)
|
3520
|
+
_setter("name", name)
|
2792
3521
|
|
2793
3522
|
@property
|
2794
3523
|
@pulumi.getter(name="defaultValue")
|
@@ -2840,8 +3569,19 @@ class GetNamespacePropertiesMetadataPropertyMetadataSummaryCollectionItemLevelRe
|
|
2840
3569
|
:param str constraints: The constraints that apply to the properties at a certain level.
|
2841
3570
|
:param str name: The property name used for filtering.
|
2842
3571
|
"""
|
2843
|
-
|
2844
|
-
|
3572
|
+
GetNamespacePropertiesMetadataPropertyMetadataSummaryCollectionItemLevelResult._configure(
|
3573
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3574
|
+
constraints=constraints,
|
3575
|
+
name=name,
|
3576
|
+
)
|
3577
|
+
@staticmethod
|
3578
|
+
def _configure(
|
3579
|
+
_setter: Callable[[Any, Any], None],
|
3580
|
+
constraints: str,
|
3581
|
+
name: str,
|
3582
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3583
|
+
_setter("constraints", constraints)
|
3584
|
+
_setter("name", name)
|
2845
3585
|
|
2846
3586
|
@property
|
2847
3587
|
@pulumi.getter
|
@@ -2866,10 +3606,23 @@ class GetNamespaceRulesFilterResult(dict):
|
|
2866
3606
|
name: str,
|
2867
3607
|
values: Sequence[str],
|
2868
3608
|
regex: Optional[bool] = None):
|
2869
|
-
|
2870
|
-
|
3609
|
+
GetNamespaceRulesFilterResult._configure(
|
3610
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3611
|
+
name=name,
|
3612
|
+
values=values,
|
3613
|
+
regex=regex,
|
3614
|
+
)
|
3615
|
+
@staticmethod
|
3616
|
+
def _configure(
|
3617
|
+
_setter: Callable[[Any, Any], None],
|
3618
|
+
name: str,
|
3619
|
+
values: Sequence[str],
|
3620
|
+
regex: Optional[bool] = None,
|
3621
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3622
|
+
_setter("name", name)
|
3623
|
+
_setter("values", values)
|
2871
3624
|
if regex is not None:
|
2872
|
-
|
3625
|
+
_setter("regex", regex)
|
2873
3626
|
|
2874
3627
|
@property
|
2875
3628
|
@pulumi.getter
|
@@ -2894,7 +3647,16 @@ class GetNamespaceRulesRuleSummaryCollectionResult(dict):
|
|
2894
3647
|
"""
|
2895
3648
|
:param Sequence['GetNamespaceRulesRuleSummaryCollectionItemArgs'] items: An array of rule summary objects.
|
2896
3649
|
"""
|
2897
|
-
|
3650
|
+
GetNamespaceRulesRuleSummaryCollectionResult._configure(
|
3651
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3652
|
+
items=items,
|
3653
|
+
)
|
3654
|
+
@staticmethod
|
3655
|
+
def _configure(
|
3656
|
+
_setter: Callable[[Any, Any], None],
|
3657
|
+
items: Sequence['outputs.GetNamespaceRulesRuleSummaryCollectionItemResult'],
|
3658
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3659
|
+
_setter("items", items)
|
2898
3660
|
|
2899
3661
|
@property
|
2900
3662
|
@pulumi.getter
|
@@ -2936,19 +3698,52 @@ class GetNamespaceRulesRuleSummaryCollectionItemResult(dict):
|
|
2936
3698
|
:param str time_last_executed: The date and time the scheduled task last executed, in the format defined by RFC3339.
|
2937
3699
|
:param str time_updated: The date and time the resource was last updated, in the format defined by RFC3339.
|
2938
3700
|
"""
|
2939
|
-
|
2940
|
-
|
2941
|
-
|
2942
|
-
|
2943
|
-
|
2944
|
-
|
2945
|
-
|
2946
|
-
|
2947
|
-
|
2948
|
-
|
2949
|
-
|
2950
|
-
|
2951
|
-
|
3701
|
+
GetNamespaceRulesRuleSummaryCollectionItemResult._configure(
|
3702
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3703
|
+
compartment_id=compartment_id,
|
3704
|
+
defined_tags=defined_tags,
|
3705
|
+
description=description,
|
3706
|
+
display_name=display_name,
|
3707
|
+
freeform_tags=freeform_tags,
|
3708
|
+
id=id,
|
3709
|
+
is_enabled=is_enabled,
|
3710
|
+
kind=kind,
|
3711
|
+
last_execution_status=last_execution_status,
|
3712
|
+
state=state,
|
3713
|
+
time_created=time_created,
|
3714
|
+
time_last_executed=time_last_executed,
|
3715
|
+
time_updated=time_updated,
|
3716
|
+
)
|
3717
|
+
@staticmethod
|
3718
|
+
def _configure(
|
3719
|
+
_setter: Callable[[Any, Any], None],
|
3720
|
+
compartment_id: str,
|
3721
|
+
defined_tags: Mapping[str, Any],
|
3722
|
+
description: str,
|
3723
|
+
display_name: str,
|
3724
|
+
freeform_tags: Mapping[str, Any],
|
3725
|
+
id: str,
|
3726
|
+
is_enabled: bool,
|
3727
|
+
kind: str,
|
3728
|
+
last_execution_status: str,
|
3729
|
+
state: str,
|
3730
|
+
time_created: str,
|
3731
|
+
time_last_executed: str,
|
3732
|
+
time_updated: str,
|
3733
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3734
|
+
_setter("compartment_id", compartment_id)
|
3735
|
+
_setter("defined_tags", defined_tags)
|
3736
|
+
_setter("description", description)
|
3737
|
+
_setter("display_name", display_name)
|
3738
|
+
_setter("freeform_tags", freeform_tags)
|
3739
|
+
_setter("id", id)
|
3740
|
+
_setter("is_enabled", is_enabled)
|
3741
|
+
_setter("kind", kind)
|
3742
|
+
_setter("last_execution_status", last_execution_status)
|
3743
|
+
_setter("state", state)
|
3744
|
+
_setter("time_created", time_created)
|
3745
|
+
_setter("time_last_executed", time_last_executed)
|
3746
|
+
_setter("time_updated", time_updated)
|
2952
3747
|
|
2953
3748
|
@property
|
2954
3749
|
@pulumi.getter(name="compartmentId")
|
@@ -3076,14 +3871,37 @@ class GetNamespaceScheduledTaskActionResult(dict):
|
|
3076
3871
|
:param str saved_search_id: The ManagementSavedSearch id [OCID] utilized in the action.
|
3077
3872
|
:param str type: Schedule type discriminator.
|
3078
3873
|
"""
|
3079
|
-
|
3080
|
-
|
3081
|
-
|
3082
|
-
|
3083
|
-
|
3084
|
-
|
3085
|
-
|
3086
|
-
|
3874
|
+
GetNamespaceScheduledTaskActionResult._configure(
|
3875
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3876
|
+
compartment_id_in_subtree=compartment_id_in_subtree,
|
3877
|
+
data_type=data_type,
|
3878
|
+
metric_extractions=metric_extractions,
|
3879
|
+
purge_compartment_id=purge_compartment_id,
|
3880
|
+
purge_duration=purge_duration,
|
3881
|
+
query_string=query_string,
|
3882
|
+
saved_search_id=saved_search_id,
|
3883
|
+
type=type,
|
3884
|
+
)
|
3885
|
+
@staticmethod
|
3886
|
+
def _configure(
|
3887
|
+
_setter: Callable[[Any, Any], None],
|
3888
|
+
compartment_id_in_subtree: bool,
|
3889
|
+
data_type: str,
|
3890
|
+
metric_extractions: Sequence['outputs.GetNamespaceScheduledTaskActionMetricExtractionResult'],
|
3891
|
+
purge_compartment_id: str,
|
3892
|
+
purge_duration: str,
|
3893
|
+
query_string: str,
|
3894
|
+
saved_search_id: str,
|
3895
|
+
type: str,
|
3896
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3897
|
+
_setter("compartment_id_in_subtree", compartment_id_in_subtree)
|
3898
|
+
_setter("data_type", data_type)
|
3899
|
+
_setter("metric_extractions", metric_extractions)
|
3900
|
+
_setter("purge_compartment_id", purge_compartment_id)
|
3901
|
+
_setter("purge_duration", purge_duration)
|
3902
|
+
_setter("query_string", query_string)
|
3903
|
+
_setter("saved_search_id", saved_search_id)
|
3904
|
+
_setter("type", type)
|
3087
3905
|
|
3088
3906
|
@property
|
3089
3907
|
@pulumi.getter(name="compartmentIdInSubtree")
|
@@ -3163,10 +3981,25 @@ class GetNamespaceScheduledTaskActionMetricExtractionResult(dict):
|
|
3163
3981
|
:param str namespace: The Logging Analytics namespace used for the request.
|
3164
3982
|
:param str resource_group: The resource group of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
|
3165
3983
|
"""
|
3166
|
-
|
3167
|
-
|
3168
|
-
|
3169
|
-
|
3984
|
+
GetNamespaceScheduledTaskActionMetricExtractionResult._configure(
|
3985
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3986
|
+
compartment_id=compartment_id,
|
3987
|
+
metric_name=metric_name,
|
3988
|
+
namespace=namespace,
|
3989
|
+
resource_group=resource_group,
|
3990
|
+
)
|
3991
|
+
@staticmethod
|
3992
|
+
def _configure(
|
3993
|
+
_setter: Callable[[Any, Any], None],
|
3994
|
+
compartment_id: str,
|
3995
|
+
metric_name: str,
|
3996
|
+
namespace: str,
|
3997
|
+
resource_group: str,
|
3998
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3999
|
+
_setter("compartment_id", compartment_id)
|
4000
|
+
_setter("metric_name", metric_name)
|
4001
|
+
_setter("namespace", namespace)
|
4002
|
+
_setter("resource_group", resource_group)
|
3170
4003
|
|
3171
4004
|
@property
|
3172
4005
|
@pulumi.getter(name="compartmentId")
|
@@ -3205,7 +4038,16 @@ class GetNamespaceScheduledTaskActionMetricExtractionResult(dict):
|
|
3205
4038
|
class GetNamespaceScheduledTaskScheduleResult(dict):
|
3206
4039
|
def __init__(__self__, *,
|
3207
4040
|
schedules: Sequence['outputs.GetNamespaceScheduledTaskScheduleScheduleResult']):
|
3208
|
-
|
4041
|
+
GetNamespaceScheduledTaskScheduleResult._configure(
|
4042
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4043
|
+
schedules=schedules,
|
4044
|
+
)
|
4045
|
+
@staticmethod
|
4046
|
+
def _configure(
|
4047
|
+
_setter: Callable[[Any, Any], None],
|
4048
|
+
schedules: Sequence['outputs.GetNamespaceScheduledTaskScheduleScheduleResult'],
|
4049
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4050
|
+
_setter("schedules", schedules)
|
3209
4051
|
|
3210
4052
|
@property
|
3211
4053
|
@pulumi.getter
|
@@ -3230,12 +4072,31 @@ class GetNamespaceScheduledTaskScheduleScheduleResult(dict):
|
|
3230
4072
|
:param str time_zone: Time zone, by default UTC.
|
3231
4073
|
:param str type: Schedule type discriminator.
|
3232
4074
|
"""
|
3233
|
-
|
3234
|
-
|
3235
|
-
|
3236
|
-
|
3237
|
-
|
3238
|
-
|
4075
|
+
GetNamespaceScheduledTaskScheduleScheduleResult._configure(
|
4076
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4077
|
+
expression=expression,
|
4078
|
+
misfire_policy=misfire_policy,
|
4079
|
+
recurring_interval=recurring_interval,
|
4080
|
+
repeat_count=repeat_count,
|
4081
|
+
time_zone=time_zone,
|
4082
|
+
type=type,
|
4083
|
+
)
|
4084
|
+
@staticmethod
|
4085
|
+
def _configure(
|
4086
|
+
_setter: Callable[[Any, Any], None],
|
4087
|
+
expression: str,
|
4088
|
+
misfire_policy: str,
|
4089
|
+
recurring_interval: str,
|
4090
|
+
repeat_count: int,
|
4091
|
+
time_zone: str,
|
4092
|
+
type: str,
|
4093
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4094
|
+
_setter("expression", expression)
|
4095
|
+
_setter("misfire_policy", misfire_policy)
|
4096
|
+
_setter("recurring_interval", recurring_interval)
|
4097
|
+
_setter("repeat_count", repeat_count)
|
4098
|
+
_setter("time_zone", time_zone)
|
4099
|
+
_setter("type", type)
|
3239
4100
|
|
3240
4101
|
@property
|
3241
4102
|
@pulumi.getter
|
@@ -3292,10 +4153,23 @@ class GetNamespaceScheduledTasksFilterResult(dict):
|
|
3292
4153
|
name: str,
|
3293
4154
|
values: Sequence[str],
|
3294
4155
|
regex: Optional[bool] = None):
|
3295
|
-
|
3296
|
-
|
4156
|
+
GetNamespaceScheduledTasksFilterResult._configure(
|
4157
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4158
|
+
name=name,
|
4159
|
+
values=values,
|
4160
|
+
regex=regex,
|
4161
|
+
)
|
4162
|
+
@staticmethod
|
4163
|
+
def _configure(
|
4164
|
+
_setter: Callable[[Any, Any], None],
|
4165
|
+
name: str,
|
4166
|
+
values: Sequence[str],
|
4167
|
+
regex: Optional[bool] = None,
|
4168
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4169
|
+
_setter("name", name)
|
4170
|
+
_setter("values", values)
|
3297
4171
|
if regex is not None:
|
3298
|
-
|
4172
|
+
_setter("regex", regex)
|
3299
4173
|
|
3300
4174
|
@property
|
3301
4175
|
@pulumi.getter
|
@@ -3317,7 +4191,16 @@ class GetNamespaceScheduledTasksFilterResult(dict):
|
|
3317
4191
|
class GetNamespaceScheduledTasksScheduledTaskCollectionResult(dict):
|
3318
4192
|
def __init__(__self__, *,
|
3319
4193
|
items: Sequence['outputs.GetNamespaceScheduledTasksScheduledTaskCollectionItemResult']):
|
3320
|
-
|
4194
|
+
GetNamespaceScheduledTasksScheduledTaskCollectionResult._configure(
|
4195
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4196
|
+
items=items,
|
4197
|
+
)
|
4198
|
+
@staticmethod
|
4199
|
+
def _configure(
|
4200
|
+
_setter: Callable[[Any, Any], None],
|
4201
|
+
items: Sequence['outputs.GetNamespaceScheduledTasksScheduledTaskCollectionItemResult'],
|
4202
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4203
|
+
_setter("items", items)
|
3321
4204
|
|
3322
4205
|
@property
|
3323
4206
|
@pulumi.getter
|
@@ -3364,24 +4247,67 @@ class GetNamespaceScheduledTasksScheduledTaskCollectionItemResult(dict):
|
|
3364
4247
|
:param str time_updated: The date and time the scheduled task was last updated, in the format defined by RFC3339.
|
3365
4248
|
:param str work_request_id: most recent Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
|
3366
4249
|
"""
|
3367
|
-
|
3368
|
-
|
3369
|
-
|
3370
|
-
|
3371
|
-
|
3372
|
-
|
3373
|
-
|
3374
|
-
|
3375
|
-
|
3376
|
-
|
3377
|
-
|
3378
|
-
|
3379
|
-
|
3380
|
-
|
3381
|
-
|
3382
|
-
|
3383
|
-
|
3384
|
-
|
4250
|
+
GetNamespaceScheduledTasksScheduledTaskCollectionItemResult._configure(
|
4251
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4252
|
+
actions=actions,
|
4253
|
+
compartment_id=compartment_id,
|
4254
|
+
defined_tags=defined_tags,
|
4255
|
+
display_name=display_name,
|
4256
|
+
freeform_tags=freeform_tags,
|
4257
|
+
id=id,
|
4258
|
+
kind=kind,
|
4259
|
+
namespace=namespace,
|
4260
|
+
num_occurrences=num_occurrences,
|
4261
|
+
saved_search_id=saved_search_id,
|
4262
|
+
scheduled_task_id=scheduled_task_id,
|
4263
|
+
schedules=schedules,
|
4264
|
+
state=state,
|
4265
|
+
task_status=task_status,
|
4266
|
+
task_type=task_type,
|
4267
|
+
time_created=time_created,
|
4268
|
+
time_updated=time_updated,
|
4269
|
+
work_request_id=work_request_id,
|
4270
|
+
)
|
4271
|
+
@staticmethod
|
4272
|
+
def _configure(
|
4273
|
+
_setter: Callable[[Any, Any], None],
|
4274
|
+
actions: Sequence['outputs.GetNamespaceScheduledTasksScheduledTaskCollectionItemActionResult'],
|
4275
|
+
compartment_id: str,
|
4276
|
+
defined_tags: Mapping[str, Any],
|
4277
|
+
display_name: str,
|
4278
|
+
freeform_tags: Mapping[str, Any],
|
4279
|
+
id: str,
|
4280
|
+
kind: str,
|
4281
|
+
namespace: str,
|
4282
|
+
num_occurrences: str,
|
4283
|
+
saved_search_id: str,
|
4284
|
+
scheduled_task_id: str,
|
4285
|
+
schedules: Sequence['outputs.GetNamespaceScheduledTasksScheduledTaskCollectionItemScheduleResult'],
|
4286
|
+
state: str,
|
4287
|
+
task_status: str,
|
4288
|
+
task_type: str,
|
4289
|
+
time_created: str,
|
4290
|
+
time_updated: str,
|
4291
|
+
work_request_id: str,
|
4292
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4293
|
+
_setter("actions", actions)
|
4294
|
+
_setter("compartment_id", compartment_id)
|
4295
|
+
_setter("defined_tags", defined_tags)
|
4296
|
+
_setter("display_name", display_name)
|
4297
|
+
_setter("freeform_tags", freeform_tags)
|
4298
|
+
_setter("id", id)
|
4299
|
+
_setter("kind", kind)
|
4300
|
+
_setter("namespace", namespace)
|
4301
|
+
_setter("num_occurrences", num_occurrences)
|
4302
|
+
_setter("saved_search_id", saved_search_id)
|
4303
|
+
_setter("scheduled_task_id", scheduled_task_id)
|
4304
|
+
_setter("schedules", schedules)
|
4305
|
+
_setter("state", state)
|
4306
|
+
_setter("task_status", task_status)
|
4307
|
+
_setter("task_type", task_type)
|
4308
|
+
_setter("time_created", time_created)
|
4309
|
+
_setter("time_updated", time_updated)
|
4310
|
+
_setter("work_request_id", work_request_id)
|
3385
4311
|
|
3386
4312
|
@property
|
3387
4313
|
@pulumi.getter
|
@@ -3542,14 +4468,37 @@ class GetNamespaceScheduledTasksScheduledTaskCollectionItemActionResult(dict):
|
|
3542
4468
|
:param str saved_search_id: The ManagementSavedSearch id [OCID] utilized in the action.
|
3543
4469
|
:param str type: Schedule type discriminator.
|
3544
4470
|
"""
|
3545
|
-
|
3546
|
-
|
3547
|
-
|
3548
|
-
|
3549
|
-
|
3550
|
-
|
3551
|
-
|
3552
|
-
|
4471
|
+
GetNamespaceScheduledTasksScheduledTaskCollectionItemActionResult._configure(
|
4472
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4473
|
+
compartment_id_in_subtree=compartment_id_in_subtree,
|
4474
|
+
data_type=data_type,
|
4475
|
+
metric_extractions=metric_extractions,
|
4476
|
+
purge_compartment_id=purge_compartment_id,
|
4477
|
+
purge_duration=purge_duration,
|
4478
|
+
query_string=query_string,
|
4479
|
+
saved_search_id=saved_search_id,
|
4480
|
+
type=type,
|
4481
|
+
)
|
4482
|
+
@staticmethod
|
4483
|
+
def _configure(
|
4484
|
+
_setter: Callable[[Any, Any], None],
|
4485
|
+
compartment_id_in_subtree: bool,
|
4486
|
+
data_type: str,
|
4487
|
+
metric_extractions: Sequence['outputs.GetNamespaceScheduledTasksScheduledTaskCollectionItemActionMetricExtractionResult'],
|
4488
|
+
purge_compartment_id: str,
|
4489
|
+
purge_duration: str,
|
4490
|
+
query_string: str,
|
4491
|
+
saved_search_id: str,
|
4492
|
+
type: str,
|
4493
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4494
|
+
_setter("compartment_id_in_subtree", compartment_id_in_subtree)
|
4495
|
+
_setter("data_type", data_type)
|
4496
|
+
_setter("metric_extractions", metric_extractions)
|
4497
|
+
_setter("purge_compartment_id", purge_compartment_id)
|
4498
|
+
_setter("purge_duration", purge_duration)
|
4499
|
+
_setter("query_string", query_string)
|
4500
|
+
_setter("saved_search_id", saved_search_id)
|
4501
|
+
_setter("type", type)
|
3553
4502
|
|
3554
4503
|
@property
|
3555
4504
|
@pulumi.getter(name="compartmentIdInSubtree")
|
@@ -3624,10 +4573,25 @@ class GetNamespaceScheduledTasksScheduledTaskCollectionItemActionMetricExtractio
|
|
3624
4573
|
:param str compartment_id: The ID of the compartment in which to list resources.
|
3625
4574
|
:param str namespace: The Logging Analytics namespace used for the request.
|
3626
4575
|
"""
|
3627
|
-
|
3628
|
-
|
3629
|
-
|
3630
|
-
|
4576
|
+
GetNamespaceScheduledTasksScheduledTaskCollectionItemActionMetricExtractionResult._configure(
|
4577
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4578
|
+
compartment_id=compartment_id,
|
4579
|
+
metric_name=metric_name,
|
4580
|
+
namespace=namespace,
|
4581
|
+
resource_group=resource_group,
|
4582
|
+
)
|
4583
|
+
@staticmethod
|
4584
|
+
def _configure(
|
4585
|
+
_setter: Callable[[Any, Any], None],
|
4586
|
+
compartment_id: str,
|
4587
|
+
metric_name: str,
|
4588
|
+
namespace: str,
|
4589
|
+
resource_group: str,
|
4590
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4591
|
+
_setter("compartment_id", compartment_id)
|
4592
|
+
_setter("metric_name", metric_name)
|
4593
|
+
_setter("namespace", namespace)
|
4594
|
+
_setter("resource_group", resource_group)
|
3631
4595
|
|
3632
4596
|
@property
|
3633
4597
|
@pulumi.getter(name="compartmentId")
|
@@ -3660,7 +4624,16 @@ class GetNamespaceScheduledTasksScheduledTaskCollectionItemActionMetricExtractio
|
|
3660
4624
|
class GetNamespaceScheduledTasksScheduledTaskCollectionItemScheduleResult(dict):
|
3661
4625
|
def __init__(__self__, *,
|
3662
4626
|
schedules: Sequence['outputs.GetNamespaceScheduledTasksScheduledTaskCollectionItemScheduleScheduleResult']):
|
3663
|
-
|
4627
|
+
GetNamespaceScheduledTasksScheduledTaskCollectionItemScheduleResult._configure(
|
4628
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4629
|
+
schedules=schedules,
|
4630
|
+
)
|
4631
|
+
@staticmethod
|
4632
|
+
def _configure(
|
4633
|
+
_setter: Callable[[Any, Any], None],
|
4634
|
+
schedules: Sequence['outputs.GetNamespaceScheduledTasksScheduledTaskCollectionItemScheduleScheduleResult'],
|
4635
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4636
|
+
_setter("schedules", schedules)
|
3664
4637
|
|
3665
4638
|
@property
|
3666
4639
|
@pulumi.getter
|
@@ -3685,12 +4658,31 @@ class GetNamespaceScheduledTasksScheduledTaskCollectionItemScheduleScheduleResul
|
|
3685
4658
|
:param str time_zone: Time zone, by default UTC.
|
3686
4659
|
:param str type: Schedule type discriminator.
|
3687
4660
|
"""
|
3688
|
-
|
3689
|
-
|
3690
|
-
|
3691
|
-
|
3692
|
-
|
3693
|
-
|
4661
|
+
GetNamespaceScheduledTasksScheduledTaskCollectionItemScheduleScheduleResult._configure(
|
4662
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4663
|
+
expression=expression,
|
4664
|
+
misfire_policy=misfire_policy,
|
4665
|
+
recurring_interval=recurring_interval,
|
4666
|
+
repeat_count=repeat_count,
|
4667
|
+
time_zone=time_zone,
|
4668
|
+
type=type,
|
4669
|
+
)
|
4670
|
+
@staticmethod
|
4671
|
+
def _configure(
|
4672
|
+
_setter: Callable[[Any, Any], None],
|
4673
|
+
expression: str,
|
4674
|
+
misfire_policy: str,
|
4675
|
+
recurring_interval: str,
|
4676
|
+
repeat_count: int,
|
4677
|
+
time_zone: str,
|
4678
|
+
type: str,
|
4679
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4680
|
+
_setter("expression", expression)
|
4681
|
+
_setter("misfire_policy", misfire_policy)
|
4682
|
+
_setter("recurring_interval", recurring_interval)
|
4683
|
+
_setter("repeat_count", repeat_count)
|
4684
|
+
_setter("time_zone", time_zone)
|
4685
|
+
_setter("type", type)
|
3694
4686
|
|
3695
4687
|
@property
|
3696
4688
|
@pulumi.getter
|
@@ -3752,9 +4744,22 @@ class GetNamespaceStorageEncryptionKeyInfoItemResult(dict):
|
|
3752
4744
|
:param str key_source: This is the source of the encryption key.
|
3753
4745
|
:param str key_type: This is the type of data to be encrypted. It can be either active or archival.
|
3754
4746
|
"""
|
3755
|
-
|
3756
|
-
|
3757
|
-
|
4747
|
+
GetNamespaceStorageEncryptionKeyInfoItemResult._configure(
|
4748
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4749
|
+
key_id=key_id,
|
4750
|
+
key_source=key_source,
|
4751
|
+
key_type=key_type,
|
4752
|
+
)
|
4753
|
+
@staticmethod
|
4754
|
+
def _configure(
|
4755
|
+
_setter: Callable[[Any, Any], None],
|
4756
|
+
key_id: str,
|
4757
|
+
key_source: str,
|
4758
|
+
key_type: str,
|
4759
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4760
|
+
_setter("key_id", key_id)
|
4761
|
+
_setter("key_source", key_source)
|
4762
|
+
_setter("key_type", key_type)
|
3758
4763
|
|
3759
4764
|
@property
|
3760
4765
|
@pulumi.getter(name="keyId")
|
@@ -3787,10 +4792,23 @@ class GetNamespaceStorageOverlappingRecallsFilterResult(dict):
|
|
3787
4792
|
name: str,
|
3788
4793
|
values: Sequence[str],
|
3789
4794
|
regex: Optional[bool] = None):
|
3790
|
-
|
3791
|
-
|
4795
|
+
GetNamespaceStorageOverlappingRecallsFilterResult._configure(
|
4796
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4797
|
+
name=name,
|
4798
|
+
values=values,
|
4799
|
+
regex=regex,
|
4800
|
+
)
|
4801
|
+
@staticmethod
|
4802
|
+
def _configure(
|
4803
|
+
_setter: Callable[[Any, Any], None],
|
4804
|
+
name: str,
|
4805
|
+
values: Sequence[str],
|
4806
|
+
regex: Optional[bool] = None,
|
4807
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4808
|
+
_setter("name", name)
|
4809
|
+
_setter("values", values)
|
3792
4810
|
if regex is not None:
|
3793
|
-
|
4811
|
+
_setter("regex", regex)
|
3794
4812
|
|
3795
4813
|
@property
|
3796
4814
|
@pulumi.getter
|
@@ -3815,7 +4833,16 @@ class GetNamespaceStorageOverlappingRecallsOverlappingRecallCollectionResult(dic
|
|
3815
4833
|
"""
|
3816
4834
|
:param Sequence['GetNamespaceStorageOverlappingRecallsOverlappingRecallCollectionItemArgs'] items: This is the array of overlapping recall requests
|
3817
4835
|
"""
|
3818
|
-
|
4836
|
+
GetNamespaceStorageOverlappingRecallsOverlappingRecallCollectionResult._configure(
|
4837
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4838
|
+
items=items,
|
4839
|
+
)
|
4840
|
+
@staticmethod
|
4841
|
+
def _configure(
|
4842
|
+
_setter: Callable[[Any, Any], None],
|
4843
|
+
items: Sequence['outputs.GetNamespaceStorageOverlappingRecallsOverlappingRecallCollectionItemResult'],
|
4844
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4845
|
+
_setter("items", items)
|
3819
4846
|
|
3820
4847
|
@property
|
3821
4848
|
@pulumi.getter
|
@@ -3847,14 +4874,37 @@ class GetNamespaceStorageOverlappingRecallsOverlappingRecallCollectionItemResult
|
|
3847
4874
|
:param str time_data_started: This is the start of the time range for recalled data
|
3848
4875
|
:param str time_started: This is the time when the recall operation was started for this recall request
|
3849
4876
|
"""
|
3850
|
-
|
3851
|
-
|
3852
|
-
|
3853
|
-
|
3854
|
-
|
3855
|
-
|
3856
|
-
|
3857
|
-
|
4877
|
+
GetNamespaceStorageOverlappingRecallsOverlappingRecallCollectionItemResult._configure(
|
4878
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4879
|
+
created_by=created_by,
|
4880
|
+
log_sets=log_sets,
|
4881
|
+
purpose=purpose,
|
4882
|
+
query_string=query_string,
|
4883
|
+
status=status,
|
4884
|
+
time_data_ended=time_data_ended,
|
4885
|
+
time_data_started=time_data_started,
|
4886
|
+
time_started=time_started,
|
4887
|
+
)
|
4888
|
+
@staticmethod
|
4889
|
+
def _configure(
|
4890
|
+
_setter: Callable[[Any, Any], None],
|
4891
|
+
created_by: str,
|
4892
|
+
log_sets: str,
|
4893
|
+
purpose: str,
|
4894
|
+
query_string: str,
|
4895
|
+
status: str,
|
4896
|
+
time_data_ended: str,
|
4897
|
+
time_data_started: str,
|
4898
|
+
time_started: str,
|
4899
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4900
|
+
_setter("created_by", created_by)
|
4901
|
+
_setter("log_sets", log_sets)
|
4902
|
+
_setter("purpose", purpose)
|
4903
|
+
_setter("query_string", query_string)
|
4904
|
+
_setter("status", status)
|
4905
|
+
_setter("time_data_ended", time_data_ended)
|
4906
|
+
_setter("time_data_started", time_data_started)
|
4907
|
+
_setter("time_started", time_started)
|
3858
4908
|
|
3859
4909
|
@property
|
3860
4910
|
@pulumi.getter(name="createdBy")
|
@@ -3927,10 +4977,23 @@ class GetNamespacesFilterResult(dict):
|
|
3927
4977
|
name: str,
|
3928
4978
|
values: Sequence[str],
|
3929
4979
|
regex: Optional[bool] = None):
|
3930
|
-
|
3931
|
-
|
4980
|
+
GetNamespacesFilterResult._configure(
|
4981
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4982
|
+
name=name,
|
4983
|
+
values=values,
|
4984
|
+
regex=regex,
|
4985
|
+
)
|
4986
|
+
@staticmethod
|
4987
|
+
def _configure(
|
4988
|
+
_setter: Callable[[Any, Any], None],
|
4989
|
+
name: str,
|
4990
|
+
values: Sequence[str],
|
4991
|
+
regex: Optional[bool] = None,
|
4992
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4993
|
+
_setter("name", name)
|
4994
|
+
_setter("values", values)
|
3932
4995
|
if regex is not None:
|
3933
|
-
|
4996
|
+
_setter("regex", regex)
|
3934
4997
|
|
3935
4998
|
@property
|
3936
4999
|
@pulumi.getter
|
@@ -3952,7 +5015,16 @@ class GetNamespacesFilterResult(dict):
|
|
3952
5015
|
class GetNamespacesNamespaceCollectionResult(dict):
|
3953
5016
|
def __init__(__self__, *,
|
3954
5017
|
items: Sequence['outputs.GetNamespacesNamespaceCollectionItemResult']):
|
3955
|
-
|
5018
|
+
GetNamespacesNamespaceCollectionResult._configure(
|
5019
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5020
|
+
items=items,
|
5021
|
+
)
|
5022
|
+
@staticmethod
|
5023
|
+
def _configure(
|
5024
|
+
_setter: Callable[[Any, Any], None],
|
5025
|
+
items: Sequence['outputs.GetNamespacesNamespaceCollectionItemResult'],
|
5026
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5027
|
+
_setter("items", items)
|
3956
5028
|
|
3957
5029
|
@property
|
3958
5030
|
@pulumi.getter
|
@@ -3971,9 +5043,22 @@ class GetNamespacesNamespaceCollectionItemResult(dict):
|
|
3971
5043
|
:param bool is_onboarded: This indicates if the tenancy is onboarded to Logging Analytics
|
3972
5044
|
:param str namespace: This is the namespace name of a tenancy
|
3973
5045
|
"""
|
3974
|
-
|
3975
|
-
|
3976
|
-
|
5046
|
+
GetNamespacesNamespaceCollectionItemResult._configure(
|
5047
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5048
|
+
compartment_id=compartment_id,
|
5049
|
+
is_onboarded=is_onboarded,
|
5050
|
+
namespace=namespace,
|
5051
|
+
)
|
5052
|
+
@staticmethod
|
5053
|
+
def _configure(
|
5054
|
+
_setter: Callable[[Any, Any], None],
|
5055
|
+
compartment_id: str,
|
5056
|
+
is_onboarded: bool,
|
5057
|
+
namespace: str,
|
5058
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5059
|
+
_setter("compartment_id", compartment_id)
|
5060
|
+
_setter("is_onboarded", is_onboarded)
|
5061
|
+
_setter("namespace", namespace)
|
3977
5062
|
|
3978
5063
|
@property
|
3979
5064
|
@pulumi.getter(name="compartmentId")
|