pulumi-oci 1.11.0a1695814503__py3-none-any.whl → 1.12.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +43 -0
- pulumi_oci/adm/_inputs.py +116 -23
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +55 -13
- pulumi_oci/adm/outputs.py +469 -101
- pulumi_oci/adm/vulnerability_audit.py +119 -31
- pulumi_oci/aianomalydetection/_inputs.py +355 -84
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +73 -19
- pulumi_oci/aianomalydetection/data_asset.py +84 -21
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +98 -24
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +84 -21
- pulumi_oci/aianomalydetection/outputs.py +1189 -292
- pulumi_oci/aianomalydetection/project.py +61 -15
- pulumi_oci/aidocument/_inputs.py +315 -72
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +154 -54
- pulumi_oci/aidocument/outputs.py +932 -210
- pulumi_oci/aidocument/processor_job.py +82 -17
- pulumi_oci/aidocument/project.py +64 -16
- pulumi_oci/ailanguage/_inputs.py +321 -68
- pulumi_oci/ailanguage/endpoint.py +79 -21
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +109 -26
- pulumi_oci/ailanguage/outputs.py +1086 -239
- pulumi_oci/ailanguage/project.py +64 -16
- pulumi_oci/aivision/_inputs.py +99 -22
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +151 -40
- pulumi_oci/aivision/outputs.py +379 -92
- pulumi_oci/aivision/project.py +64 -16
- pulumi_oci/analytics/_inputs.py +100 -20
- pulumi_oci/analytics/analytics_instance.py +116 -30
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +70 -18
- pulumi_oci/analytics/analytics_instance_vanity_url.py +61 -15
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +295 -64
- pulumi_oci/announcementsservice/_inputs.py +56 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +93 -24
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +31 -5
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +37 -7
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +170 -34
- pulumi_oci/apigateway/_inputs.py +1983 -398
- pulumi_oci/apigateway/api.py +67 -17
- pulumi_oci/apigateway/certificate.py +79 -21
- pulumi_oci/apigateway/deployment.py +81 -20
- pulumi_oci/apigateway/gateway.py +102 -27
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +7817 -1589
- pulumi_oci/apigateway/subscriber.py +67 -17
- pulumi_oci/apigateway/usage_plan.py +61 -15
- pulumi_oci/apm/_inputs.py +33 -7
- pulumi_oci/apm/apm_domain.py +67 -17
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +89 -21
- pulumi_oci/apmconfig/_inputs.py +96 -21
- pulumi_oci/apmconfig/config.py +130 -38
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +337 -78
- pulumi_oci/apmsynthetics/_inputs.py +446 -91
- pulumi_oci/apmsynthetics/config.py +163 -44
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +78 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +1 -1
- pulumi_oci/apmsynthetics/get_script.py +1 -1
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +1520 -323
- pulumi_oci/apmsynthetics/script.py +82 -22
- pulumi_oci/apmtraces/_inputs.py +17 -4
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +225 -50
- pulumi_oci/appmgmtcontrol/_inputs.py +17 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +40 -8
- pulumi_oci/appmgmtcontrol/outputs.py +61 -14
- pulumi_oci/artifacts/_inputs.py +94 -18
- pulumi_oci/artifacts/container_configuration.py +34 -6
- pulumi_oci/artifacts/container_image_signature.py +88 -24
- pulumi_oci/artifacts/container_repository.py +96 -25
- pulumi_oci/artifacts/generic_artifact.py +64 -16
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +515 -121
- pulumi_oci/artifacts/repository.py +67 -17
- pulumi_oci/audit/_inputs.py +17 -4
- pulumi_oci/audit/configuration.py +31 -5
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +191 -48
- pulumi_oci/autoscaling/_inputs.py +167 -41
- pulumi_oci/autoscaling/auto_scaling_configuration.py +81 -33
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +510 -111
- pulumi_oci/bastion/_inputs.py +71 -15
- pulumi_oci/bastion/bastion.py +109 -31
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +266 -66
- pulumi_oci/bastion/session.py +89 -21
- pulumi_oci/bigdataservice/_inputs.py +866 -182
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +80 -18
- pulumi_oci/bigdataservice/bds_instance.py +231 -60
- pulumi_oci/bigdataservice/bds_instance_api_key.py +64 -16
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +73 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +37 -7
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +2639 -577
- pulumi_oci/blockchain/_inputs.py +197 -36
- pulumi_oci/blockchain/blockchain_platform.py +153 -44
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +48 -9
- pulumi_oci/blockchain/outputs.py +674 -132
- pulumi_oci/blockchain/peer.py +63 -14
- pulumi_oci/budget/_inputs.py +33 -7
- pulumi_oci/budget/budget.py +127 -40
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +161 -45
- pulumi_oci/budget/rule.py +91 -25
- pulumi_oci/certificatesmanagement/_inputs.py +662 -156
- pulumi_oci/certificatesmanagement/ca_bundle.py +64 -16
- pulumi_oci/certificatesmanagement/certificate.py +102 -27
- pulumi_oci/certificatesmanagement/certificate_authority.py +110 -28
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +2271 -536
- pulumi_oci/cloudbridge/_inputs.py +488 -112
- pulumi_oci/cloudbridge/agent.py +97 -27
- pulumi_oci/cloudbridge/agent_dependency.py +100 -28
- pulumi_oci/cloudbridge/agent_plugin.py +64 -16
- pulumi_oci/cloudbridge/asset.py +129 -31
- pulumi_oci/cloudbridge/asset_source.py +131 -35
- pulumi_oci/cloudbridge/discovery_schedule.py +64 -16
- pulumi_oci/cloudbridge/environment.py +58 -14
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +58 -14
- pulumi_oci/cloudbridge/outputs.py +1748 -427
- pulumi_oci/cloudguard/_inputs.py +1352 -316
- pulumi_oci/cloudguard/cloud_guard_configuration.py +43 -9
- pulumi_oci/cloudguard/cloud_guard_data_source.py +81 -20
- pulumi_oci/cloudguard/data_mask_rule.py +96 -25
- pulumi_oci/cloudguard/detector_recipe.py +88 -24
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +88 -24
- pulumi_oci/cloudguard/outputs.py +4456 -1066
- pulumi_oci/cloudguard/responder_recipe.py +82 -22
- pulumi_oci/cloudguard/security_recipe.py +70 -18
- pulumi_oci/cloudguard/security_zone.py +73 -19
- pulumi_oci/cloudguard/target.py +100 -28
- pulumi_oci/cloudmigrations/_inputs.py +1111 -259
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +70 -18
- pulumi_oci/cloudmigrations/migration_asset.py +103 -29
- pulumi_oci/cloudmigrations/migration_plan.py +91 -25
- pulumi_oci/cloudmigrations/outputs.py +3596 -861
- pulumi_oci/cloudmigrations/replication_schedule.py +64 -16
- pulumi_oci/cloudmigrations/target_asset.py +105 -28
- pulumi_oci/computecloud/__init__.py +15 -0
- pulumi_oci/computecloud/_inputs.py +927 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1004 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +703 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +368 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +244 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +264 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +244 -0
- pulumi_oci/computecloud/outputs.py +2650 -0
- pulumi_oci/computeinstanceagent/_inputs.py +33 -7
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +71 -15
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1033 -219
- pulumi_oci/containerengine/addon.py +61 -15
- pulumi_oci/containerengine/cluster.py +121 -30
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +25 -3
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +31 -5
- pulumi_oci/containerengine/cluster_workload_mapping.py +58 -14
- pulumi_oci/containerengine/container_instance.py +143 -39
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +170 -49
- pulumi_oci/containerengine/outputs.py +2481 -536
- pulumi_oci/containerengine/virtual_node_pool.py +119 -31
- pulumi_oci/containerinstances/_inputs.py +33 -7
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +935 -226
- pulumi_oci/core/_inputs.py +4772 -994
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +43 -9
- pulumi_oci/core/app_catalog_subscription.py +76 -20
- pulumi_oci/core/boot_volume.py +132 -40
- pulumi_oci/core/boot_volume_backup.py +102 -27
- pulumi_oci/core/capture_filter.py +61 -15
- pulumi_oci/core/cluster_network.py +86 -20
- pulumi_oci/core/compute_capacity_report.py +40 -8
- pulumi_oci/core/compute_capacity_reservation.py +76 -20
- pulumi_oci/core/compute_cluster.py +55 -13
- pulumi_oci/core/compute_image_capability_schema.py +67 -17
- pulumi_oci/core/console_history.py +55 -13
- pulumi_oci/core/cpe.py +64 -16
- pulumi_oci/core/cross_connect.py +111 -30
- pulumi_oci/core/cross_connect_group.py +72 -17
- pulumi_oci/core/dedicated_vm_host.py +79 -21
- pulumi_oci/core/default_dhcp_options.py +67 -17
- pulumi_oci/core/default_route_table.py +61 -15
- pulumi_oci/core/default_security_list.py +67 -17
- pulumi_oci/core/dhcp_options.py +67 -17
- pulumi_oci/core/drg.py +58 -14
- pulumi_oci/core/drg_attachment.py +96 -25
- pulumi_oci/core/drg_attachment_management.py +111 -30
- pulumi_oci/core/drg_attachments_list.py +40 -8
- pulumi_oci/core/drg_route_distribution.py +58 -14
- pulumi_oci/core/drg_route_distribution_statement.py +48 -9
- pulumi_oci/core/drg_route_table.py +70 -18
- pulumi_oci/core/drg_route_table_route_rule.py +58 -14
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +21 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +99 -26
- pulumi_oci/core/instance.py +277 -94
- pulumi_oci/core/instance_configuration.py +72 -17
- pulumi_oci/core/instance_console_connection.py +61 -15
- pulumi_oci/core/instance_pool.py +91 -25
- pulumi_oci/core/instance_pool_instance.py +73 -19
- pulumi_oci/core/internet_gateway.py +67 -17
- pulumi_oci/core/ipsec.py +82 -22
- pulumi_oci/core/ipsec_connection_tunnel_management.py +120 -33
- pulumi_oci/core/ipv6.py +67 -17
- pulumi_oci/core/listing_resource_version_agreement.py +127 -11
- pulumi_oci/core/local_peering_gateway.py +82 -22
- pulumi_oci/core/nat_gateway.py +76 -20
- pulumi_oci/core/network_security_group.py +55 -13
- pulumi_oci/core/network_security_group_security_rule.py +112 -27
- pulumi_oci/core/outputs.py +14633 -3342
- pulumi_oci/core/private_ip.py +79 -21
- pulumi_oci/core/public_ip.py +82 -22
- pulumi_oci/core/public_ip_pool.py +52 -12
- pulumi_oci/core/public_ip_pool_capacity.py +37 -7
- pulumi_oci/core/remote_peering_connection.py +76 -20
- pulumi_oci/core/route_table.py +61 -15
- pulumi_oci/core/route_table_attachment.py +31 -5
- pulumi_oci/core/security_list.py +67 -17
- pulumi_oci/core/service_gateway.py +70 -18
- pulumi_oci/core/shape_management.py +37 -7
- pulumi_oci/core/subnet.py +127 -37
- pulumi_oci/core/vcn.py +137 -59
- pulumi_oci/core/virtual_circuit.py +160 -51
- pulumi_oci/core/virtual_network.py +109 -31
- pulumi_oci/core/vlan.py +85 -23
- pulumi_oci/core/vnic_attachment.py +72 -17
- pulumi_oci/core/volume.py +138 -45
- pulumi_oci/core/volume_attachment.py +124 -39
- pulumi_oci/core/volume_backup.py +105 -28
- pulumi_oci/core/volume_backup_policy.py +58 -14
- pulumi_oci/core/volume_backup_policy_assignment.py +34 -6
- pulumi_oci/core/volume_group.py +105 -28
- pulumi_oci/core/volume_group_backup.py +99 -26
- pulumi_oci/core/vtap.py +136 -40
- pulumi_oci/database/_inputs.py +3681 -752
- pulumi_oci/database/application_vip.py +67 -17
- pulumi_oci/database/autonomous_container_database.py +280 -83
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +88 -24
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +37 -7
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +43 -9
- pulumi_oci/database/autonomous_database.py +752 -247
- pulumi_oci/database/autonomous_database_backup.py +105 -28
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +43 -9
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +37 -7
- pulumi_oci/database/autonomous_database_wallet.py +54 -18
- pulumi_oci/database/autonomous_exadata_infrastructure.py +123 -37
- pulumi_oci/database/autonomous_vm_cluster.py +193 -59
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +49 -11
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +49 -11
- pulumi_oci/database/backup.py +79 -21
- pulumi_oci/database/backup_cancel_management.py +31 -5
- pulumi_oci/database/backup_destination.py +99 -29
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +243 -74
- pulumi_oci/database/cloud_database_management.py +84 -21
- pulumi_oci/database/cloud_exadata_infrastructure.py +147 -42
- pulumi_oci/database/cloud_vm_cluster.py +255 -78
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +43 -9
- pulumi_oci/database/data_guard_association.py +249 -76
- pulumi_oci/database/database.py +159 -46
- pulumi_oci/database/database_software_image.py +103 -29
- pulumi_oci/database/database_upgrade.py +129 -36
- pulumi_oci/database/db_home.py +120 -33
- pulumi_oci/database/db_node.py +100 -28
- pulumi_oci/database/db_node_console_connection.py +61 -15
- pulumi_oci/database/db_system.py +303 -89
- pulumi_oci/database/db_systems_upgrade.py +181 -55
- pulumi_oci/database/exadata_infrastructure.py +248 -74
- pulumi_oci/database/exadata_infrastructure_compute.py +166 -50
- pulumi_oci/database/exadata_infrastructure_storage.py +195 -58
- pulumi_oci/database/exadata_iorm_config.py +43 -9
- pulumi_oci/database/external_container_database.py +85 -23
- pulumi_oci/database/external_container_database_management.py +43 -9
- pulumi_oci/database/external_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_database_connector.py +95 -23
- pulumi_oci/database/external_non_container_database.py +88 -24
- pulumi_oci/database/external_non_container_database_management.py +43 -9
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_pluggable_database.py +100 -28
- pulumi_oci/database/external_pluggable_database_management.py +37 -7
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +21 -4
- pulumi_oci/database/get_autonomous_container_database.py +4 -2
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -2
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +21 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +3 -3
- pulumi_oci/database/get_autonomous_databases.py +39 -2
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +3 -3
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +1 -1
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_histories.py +2 -2
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +1 -1
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +1 -1
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +1 -1
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_nodes.py +1 -1
- pulumi_oci/database/get_db_server.py +1 -1
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +1 -1
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +1 -1
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_versions.py +1 -1
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +1 -1
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +2 -2
- pulumi_oci/database/get_maintenance_runs.py +2 -2
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +1 -1
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +1 -1
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_vm_cluster.py +1 -1
- pulumi_oci/database/get_vm_cluster_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +66 -15
- pulumi_oci/database/maintenance_run.py +152 -48
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12935 -3083
- pulumi_oci/database/pluggable_database.py +91 -25
- pulumi_oci/database/pluggable_database_managements_management.py +114 -31
- pulumi_oci/database/pluggable_databases_local_clone.py +85 -23
- pulumi_oci/database/pluggable_databases_remote_clone.py +97 -27
- pulumi_oci/database/vm_cluster.py +171 -50
- pulumi_oci/database/vm_cluster_add_virtual_network.py +109 -31
- pulumi_oci/database/vm_cluster_network.py +103 -29
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +103 -29
- pulumi_oci/databasemanagement/_inputs.py +1848 -402
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +67 -17
- pulumi_oci/databasemanagement/external_asm.py +73 -19
- pulumi_oci/databasemanagement/external_cluster.py +79 -21
- pulumi_oci/databasemanagement/external_cluster_instance.py +73 -19
- pulumi_oci/databasemanagement/external_db_node.py +70 -18
- pulumi_oci/databasemanagement/external_db_system.py +80 -18
- pulumi_oci/databasemanagement/external_db_system_connector.py +73 -19
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +37 -7
- pulumi_oci/databasemanagement/external_db_system_discovery.py +67 -17
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +43 -9
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +91 -25
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +37 -7
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +84 -21
- pulumi_oci/databasemanagement/external_listener.py +100 -28
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/managed_database_group.py +52 -12
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/outputs.py +7869 -1808
- pulumi_oci/databasemigration/_inputs.py +962 -150
- pulumi_oci/databasemigration/agent.py +82 -22
- pulumi_oci/databasemigration/connection.py +163 -39
- pulumi_oci/databasemigration/get_agent.py +1 -1
- pulumi_oci/databasemigration/get_agent_images.py +1 -1
- pulumi_oci/databasemigration/get_agents.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +12 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +1 -1
- pulumi_oci/databasemigration/job.py +70 -18
- pulumi_oci/databasemigration/migration.py +238 -48
- pulumi_oci/databasemigration/outputs.py +2788 -458
- pulumi_oci/databasetools/_inputs.py +137 -23
- pulumi_oci/databasetools/database_tools_connection.py +116 -30
- pulumi_oci/databasetools/database_tools_private_endpoint.py +103 -29
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +514 -102
- pulumi_oci/datacatalog/_inputs.py +97 -19
- pulumi_oci/datacatalog/catalog.py +70 -18
- pulumi_oci/datacatalog/catalog_private_endpoint.py +70 -18
- pulumi_oci/datacatalog/connection.py +94 -39
- pulumi_oci/datacatalog/data_asset.py +79 -34
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +67 -17
- pulumi_oci/datacatalog/outputs.py +403 -100
- pulumi_oci/dataflow/_inputs.py +421 -78
- pulumi_oci/dataflow/application.py +217 -62
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +241 -70
- pulumi_oci/dataflow/outputs.py +1579 -345
- pulumi_oci/dataflow/pool.py +91 -25
- pulumi_oci/dataflow/private_endpoint.py +97 -27
- pulumi_oci/dataflow/run_statement.py +46 -10
- pulumi_oci/dataflow/sql_endpoint.py +151 -40
- pulumi_oci/dataintegration/_inputs.py +530 -119
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1752 -412
- pulumi_oci/dataintegration/workspace.py +139 -41
- pulumi_oci/dataintegration/workspace_application.py +146 -40
- pulumi_oci/dataintegration/workspace_folder.py +99 -26
- pulumi_oci/dataintegration/workspace_project.py +93 -24
- pulumi_oci/datalabellingservice/_inputs.py +160 -29
- pulumi_oci/datalabellingservice/dataset.py +134 -31
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +518 -96
- pulumi_oci/datasafe/_inputs.py +1508 -333
- pulumi_oci/datasafe/add_sdm_columns.py +25 -3
- pulumi_oci/datasafe/alert.py +103 -29
- pulumi_oci/datasafe/audit_archive_retrieval.py +91 -25
- pulumi_oci/datasafe/audit_policy.py +100 -28
- pulumi_oci/datasafe/audit_profile.py +100 -28
- pulumi_oci/datasafe/audit_trail.py +103 -29
- pulumi_oci/datasafe/compare_security_assessment.py +31 -5
- pulumi_oci/datasafe/compare_user_assessment.py +31 -5
- pulumi_oci/datasafe/data_safe_configuration.py +52 -12
- pulumi_oci/datasafe/data_safe_private_endpoint.py +88 -24
- pulumi_oci/datasafe/discovery_jobs_result.py +82 -25
- pulumi_oci/datasafe/discovery_mod.py +124 -36
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +27 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +73 -19
- pulumi_oci/datasafe/mask_data.py +31 -5
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +31 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +94 -26
- pulumi_oci/datasafe/masking_policy.py +112 -32
- pulumi_oci/datasafe/on_prem_connector.py +67 -17
- pulumi_oci/datasafe/outputs.py +6826 -1649
- pulumi_oci/datasafe/report_definition.py +127 -37
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +70 -18
- pulumi_oci/datasafe/security_assessment.py +115 -33
- pulumi_oci/datasafe/sensitive_data_model.py +109 -31
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +31 -5
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +124 -36
- pulumi_oci/datasafe/sensitive_type.py +112 -32
- pulumi_oci/datasafe/set_security_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/set_user_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/target_alert_policy_association.py +79 -21
- pulumi_oci/datasafe/target_database.py +111 -25
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/user_assessment.py +109 -31
- pulumi_oci/datascience/__init__.py +3 -0
- pulumi_oci/datascience/_inputs.py +1035 -188
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +297 -0
- pulumi_oci/datascience/get_private_endpoints.py +216 -0
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/job.py +133 -34
- pulumi_oci/datascience/job_run.py +107 -27
- pulumi_oci/datascience/model.py +118 -34
- pulumi_oci/datascience/model_artifact_export.py +55 -13
- pulumi_oci/datascience/model_artifact_import.py +55 -13
- pulumi_oci/datascience/model_deployment.py +95 -23
- pulumi_oci/datascience/model_provenance.py +61 -15
- pulumi_oci/datascience/model_version_set.py +67 -17
- pulumi_oci/datascience/notebook_session.py +104 -23
- pulumi_oci/datascience/outputs.py +3349 -646
- pulumi_oci/datascience/pipeline.py +129 -31
- pulumi_oci/datascience/pipeline_run.py +125 -33
- pulumi_oci/datascience/private_endpoint.py +850 -0
- pulumi_oci/datascience/project.py +58 -14
- pulumi_oci/devops/_inputs.py +1616 -278
- pulumi_oci/devops/build_pipeline.py +78 -19
- pulumi_oci/devops/build_pipeline_stage.py +178 -44
- pulumi_oci/devops/build_run.py +95 -23
- pulumi_oci/devops/connection.py +108 -29
- pulumi_oci/devops/deploy_artifact.py +90 -23
- pulumi_oci/devops/deploy_environment.py +107 -27
- pulumi_oci/devops/deploy_pipeline.py +84 -21
- pulumi_oci/devops/deploy_stage.py +480 -128
- pulumi_oci/devops/deployment.py +130 -33
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +5561 -1068
- pulumi_oci/devops/project.py +78 -19
- pulumi_oci/devops/repository.py +114 -31
- pulumi_oci/devops/repository_mirror.py +25 -3
- pulumi_oci/devops/repository_ref.py +58 -14
- pulumi_oci/devops/trigger.py +94 -26
- pulumi_oci/disasterrecovery/_inputs.py +362 -84
- pulumi_oci/disasterrecovery/dr_plan.py +76 -20
- pulumi_oci/disasterrecovery/dr_plan_execution.py +99 -26
- pulumi_oci/disasterrecovery/dr_protection_group.py +101 -25
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1198 -288
- pulumi_oci/dns/_inputs.py +462 -94
- pulumi_oci/dns/action_create_zone_from_zone_file.py +85 -23
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1297 -300
- pulumi_oci/dns/record.py +64 -25
- pulumi_oci/dns/resolver.py +91 -25
- pulumi_oci/dns/resolver_endpoint.py +94 -26
- pulumi_oci/dns/rrset.py +61 -15
- pulumi_oci/dns/steering_policy.py +82 -22
- pulumi_oci/dns/steering_policy_attachment.py +58 -14
- pulumi_oci/dns/tsig_key.py +67 -17
- pulumi_oci/dns/view.py +64 -16
- pulumi_oci/dns/zone.py +97 -27
- pulumi_oci/email/_inputs.py +65 -13
- pulumi_oci/email/dkim.py +76 -20
- pulumi_oci/email/email_domain.py +64 -16
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +245 -59
- pulumi_oci/email/sender.py +55 -13
- pulumi_oci/email/suppression.py +49 -11
- pulumi_oci/emwarehouse/_inputs.py +33 -7
- pulumi_oci/emwarehouse/em_warehouse.py +82 -22
- pulumi_oci/emwarehouse/get_em_warehouse.py +1 -1
- pulumi_oci/emwarehouse/get_em_warehouses.py +1 -1
- pulumi_oci/emwarehouse/get_etl_run.py +1 -1
- pulumi_oci/emwarehouse/get_etl_runs.py +1 -1
- pulumi_oci/emwarehouse/get_resource_usage.py +1 -1
- pulumi_oci/emwarehouse/outputs.py +217 -52
- pulumi_oci/events/_inputs.py +61 -14
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +192 -46
- pulumi_oci/events/rule.py +81 -20
- pulumi_oci/filestorage/_inputs.py +289 -62
- pulumi_oci/filestorage/export.py +55 -13
- pulumi_oci/filestorage/export_set.py +58 -14
- pulumi_oci/filestorage/file_system.py +95 -27
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +70 -18
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +116 -30
- pulumi_oci/filestorage/outbound_connector.py +85 -23
- pulumi_oci/filestorage/outputs.py +915 -231
- pulumi_oci/filestorage/replication.py +88 -24
- pulumi_oci/filestorage/snapshot.py +73 -19
- pulumi_oci/functions/_inputs.py +281 -50
- pulumi_oci/functions/application.py +104 -26
- pulumi_oci/functions/function.py +124 -31
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +67 -17
- pulumi_oci/functions/outputs.py +1740 -359
- pulumi_oci/fusionapps/_inputs.py +170 -34
- pulumi_oci/fusionapps/fusion_environment.py +149 -41
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +58 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +40 -8
- pulumi_oci/fusionapps/fusion_environment_family.py +81 -20
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +64 -16
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +67 -17
- pulumi_oci/fusionapps/outputs.py +170 -34
- pulumi_oci/genericartifactscontent/artifact_by_path.py +76 -20
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/goldengate/_inputs.py +310 -62
- pulumi_oci/goldengate/connection.py +433 -139
- pulumi_oci/goldengate/connection_assignment.py +46 -10
- pulumi_oci/goldengate/database_registration.py +148 -44
- pulumi_oci/goldengate/deployment.py +197 -69
- pulumi_oci/goldengate/deployment_backup.py +100 -28
- pulumi_oci/goldengate/get_connection.py +1 -1
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -1
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +1529 -375
- pulumi_oci/healthchecks/_inputs.py +81 -16
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +112 -32
- pulumi_oci/healthchecks/http_probe.py +82 -22
- pulumi_oci/healthchecks/outputs.py +455 -115
- pulumi_oci/healthchecks/ping_monitor.py +94 -26
- pulumi_oci/healthchecks/ping_probe.py +64 -16
- pulumi_oci/identity/_inputs.py +6778 -1455
- pulumi_oci/identity/api_key.py +43 -9
- pulumi_oci/identity/auth_token.py +46 -10
- pulumi_oci/identity/authentication_policy.py +47 -7
- pulumi_oci/identity/compartment.py +67 -17
- pulumi_oci/identity/customer_secret_key.py +46 -10
- pulumi_oci/identity/db_credential.py +49 -11
- pulumi_oci/identity/domain.py +127 -37
- pulumi_oci/identity/domain_replication_to_region.py +31 -5
- pulumi_oci/identity/domains_account_recovery_setting.py +124 -36
- pulumi_oci/identity/domains_api_key.py +131 -35
- pulumi_oci/identity/domains_app.py +772 -217
- pulumi_oci/identity/domains_app_role.py +165 -48
- pulumi_oci/identity/domains_auth_token.py +134 -36
- pulumi_oci/identity/domains_authentication_factor_setting.py +297 -77
- pulumi_oci/identity/domains_customer_secret_key.py +143 -39
- pulumi_oci/identity/domains_dynamic_resource_group.py +129 -36
- pulumi_oci/identity/domains_grant.py +159 -41
- pulumi_oci/identity/domains_group.py +176 -45
- pulumi_oci/identity/domains_identity_provider.py +384 -116
- pulumi_oci/identity/domains_identity_setting.py +172 -47
- pulumi_oci/identity/domains_kmsi_setting.py +148 -44
- pulumi_oci/identity/domains_my_api_key.py +108 -29
- pulumi_oci/identity/domains_my_auth_token.py +111 -30
- pulumi_oci/identity/domains_my_customer_secret_key.py +120 -33
- pulumi_oci/identity/domains_my_oauth2client_credential.py +129 -36
- pulumi_oci/identity/domains_my_request.py +128 -34
- pulumi_oci/identity/domains_my_smtp_credential.py +114 -31
- pulumi_oci/identity/domains_my_support_account.py +105 -28
- pulumi_oci/identity/domains_my_user_db_credential.py +135 -38
- pulumi_oci/identity/domains_oauth2client_credential.py +152 -42
- pulumi_oci/identity/domains_password_policy.py +319 -101
- pulumi_oci/identity/domains_security_question.py +118 -34
- pulumi_oci/identity/domains_security_question_setting.py +130 -38
- pulumi_oci/identity/domains_smtp_credential.py +137 -37
- pulumi_oci/identity/domains_user.py +430 -108
- pulumi_oci/identity/domains_user_db_credential.py +158 -44
- pulumi_oci/identity/dynamic_group.py +64 -16
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +58 -14
- pulumi_oci/identity/identity_provider.py +94 -26
- pulumi_oci/identity/idp_group_mapping.py +49 -11
- pulumi_oci/identity/import_standard_tags_management.py +34 -6
- pulumi_oci/identity/network_source.py +76 -20
- pulumi_oci/identity/outputs.py +26012 -6023
- pulumi_oci/identity/policy.py +79 -21
- pulumi_oci/identity/smtp_credential.py +49 -11
- pulumi_oci/identity/tag.py +78 -19
- pulumi_oci/identity/tag_default.py +55 -13
- pulumi_oci/identity/tag_namespace.py +61 -15
- pulumi_oci/identity/ui_password.py +37 -7
- pulumi_oci/identity/user.py +85 -23
- pulumi_oci/identity/user_capabilities_management.py +55 -13
- pulumi_oci/identity/user_group_membership.py +46 -10
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +34 -6
- pulumi_oci/integration/_inputs.py +131 -28
- pulumi_oci/integration/get_integration_instance.py +12 -2
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +202 -41
- pulumi_oci/integration/outputs.py +447 -100
- pulumi_oci/jms/_inputs.py +187 -35
- pulumi_oci/jms/fleet.py +101 -25
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/outputs.py +1287 -278
- pulumi_oci/kms/__init__.py +3 -0
- pulumi_oci/kms/_inputs.py +664 -42
- pulumi_oci/kms/ekms_private_endpoint.py +769 -0
- pulumi_oci/kms/encrypted_data.py +71 -23
- pulumi_oci/kms/generated_key.py +69 -16
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +274 -0
- pulumi_oci/kms/get_ekms_private_endpoints.py +136 -0
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +27 -4
- pulumi_oci/kms/get_key_version.py +29 -3
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +5 -5
- pulumi_oci/kms/get_replication_status.py +4 -1
- pulumi_oci/kms/get_vault.py +27 -4
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +224 -91
- pulumi_oci/kms/key_version.py +152 -43
- pulumi_oci/kms/outputs.py +2104 -173
- pulumi_oci/kms/sign.py +75 -29
- pulumi_oci/kms/vault.py +216 -34
- pulumi_oci/kms/vault_verification.py +31 -5
- pulumi_oci/kms/verify.py +83 -33
- pulumi_oci/licensemanager/_inputs.py +55 -12
- pulumi_oci/licensemanager/configuration.py +37 -7
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +100 -28
- pulumi_oci/licensemanager/outputs.py +362 -91
- pulumi_oci/licensemanager/product_license.py +103 -29
- pulumi_oci/limits/_inputs.py +84 -17
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +228 -51
- pulumi_oci/limits/quota.py +70 -18
- pulumi_oci/loadbalancer/_inputs.py +575 -132
- pulumi_oci/loadbalancer/backend.py +73 -19
- pulumi_oci/loadbalancer/backend_set.py +87 -17
- pulumi_oci/loadbalancer/certificate.py +58 -14
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +40 -8
- pulumi_oci/loadbalancer/listener.py +98 -24
- pulumi_oci/loadbalancer/load_balancer.py +105 -28
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +46 -10
- pulumi_oci/loadbalancer/outputs.py +1420 -325
- pulumi_oci/loadbalancer/path_route_set.py +40 -8
- pulumi_oci/loadbalancer/rule_set.py +40 -8
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +40 -21
- pulumi_oci/loganalytics/_inputs.py +375 -79
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +1 -1
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +115 -33
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +58 -14
- pulumi_oci/loganalytics/log_analytics_log_group.py +61 -15
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +163 -49
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +31 -5
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +43 -9
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +43 -9
- pulumi_oci/loganalytics/namespace.py +37 -7
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +87 -22
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +37 -7
- pulumi_oci/loganalytics/namespace_scheduled_task.py +110 -28
- pulumi_oci/loganalytics/outputs.py +1401 -316
- pulumi_oci/logging/_inputs.py +284 -65
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +87 -22
- pulumi_oci/logging/log_group.py +58 -14
- pulumi_oci/logging/log_saved_search.py +64 -16
- pulumi_oci/logging/outputs.py +718 -170
- pulumi_oci/logging/unified_agent_configuration.py +89 -21
- pulumi_oci/managementagent/_inputs.py +125 -26
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +112 -32
- pulumi_oci/managementagent/management_agent_install_key.py +70 -18
- pulumi_oci/managementagent/outputs.py +520 -125
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +31 -5
- pulumi_oci/marketplace/_inputs.py +238 -45
- pulumi_oci/marketplace/accepted_agreement.py +70 -18
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +55 -13
- pulumi_oci/marketplace/outputs.py +1266 -257
- pulumi_oci/marketplace/publication.py +99 -26
- pulumi_oci/mediaservices/_inputs.py +274 -57
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +139 -41
- pulumi_oci/mediaservices/media_workflow.py +79 -21
- pulumi_oci/mediaservices/media_workflow_configuration.py +64 -16
- pulumi_oci/mediaservices/media_workflow_job.py +103 -29
- pulumi_oci/mediaservices/outputs.py +1093 -253
- pulumi_oci/mediaservices/stream_cdn_config.py +78 -19
- pulumi_oci/mediaservices/stream_distribution_channel.py +58 -14
- pulumi_oci/mediaservices/stream_packaging_config.py +81 -20
- pulumi_oci/meteringcomputation/_inputs.py +440 -103
- pulumi_oci/meteringcomputation/custom_table.py +42 -7
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +1 -1
- pulumi_oci/meteringcomputation/get_schedules.py +1 -1
- pulumi_oci/meteringcomputation/outputs.py +1074 -242
- pulumi_oci/meteringcomputation/query.py +36 -5
- pulumi_oci/meteringcomputation/schedule.py +107 -27
- pulumi_oci/meteringcomputation/usage.py +93 -24
- pulumi_oci/monitoring/_inputs.py +81 -16
- pulumi_oci/monitoring/alarm.py +147 -42
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +333 -79
- pulumi_oci/mysql/_inputs.py +1053 -242
- pulumi_oci/mysql/channel.py +89 -21
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_backups.py +1 -1
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +1 -1
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +43 -3
- pulumi_oci/mysql/get_replicas.py +39 -2
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +61 -15
- pulumi_oci/mysql/mysql_backup.py +97 -27
- pulumi_oci/mysql/mysql_configuration.py +95 -23
- pulumi_oci/mysql/mysql_db_system.py +217 -62
- pulumi_oci/mysql/outputs.py +3298 -788
- pulumi_oci/mysql/replica.py +245 -65
- pulumi_oci/networkfirewall/_inputs.py +239 -50
- pulumi_oci/networkfirewall/get_network_firewall.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +94 -26
- pulumi_oci/networkfirewall/network_firewall_policy.py +103 -29
- pulumi_oci/networkfirewall/outputs.py +787 -172
- pulumi_oci/networkloadbalancer/_inputs.py +272 -61
- pulumi_oci/networkloadbalancer/backend.py +79 -21
- pulumi_oci/networkloadbalancer/backend_set.py +63 -14
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +55 -13
- pulumi_oci/networkloadbalancer/network_load_balancer.py +97 -27
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +66 -15
- pulumi_oci/networkloadbalancer/outputs.py +716 -160
- pulumi_oci/nosql/_inputs.py +131 -28
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +61 -15
- pulumi_oci/nosql/outputs.py +416 -95
- pulumi_oci/nosql/table.py +87 -22
- pulumi_oci/objectstorage/_inputs.py +210 -45
- pulumi_oci/objectstorage/bucket.py +124 -36
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +37 -7
- pulumi_oci/objectstorage/object_lifecycle_policy.py +40 -8
- pulumi_oci/objectstorage/outputs.py +576 -139
- pulumi_oci/objectstorage/preauthrequest.py +79 -24
- pulumi_oci/objectstorage/replication_policy.py +67 -20
- pulumi_oci/objectstorage/storage_object.py +132 -37
- pulumi_oci/oce/_inputs.py +17 -4
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +148 -44
- pulumi_oci/oce/outputs.py +105 -31
- pulumi_oci/ocvp/_inputs.py +139 -26
- pulumi_oci/ocvp/esxi_host.py +139 -54
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +587 -145
- pulumi_oci/ocvp/sddc.py +289 -91
- pulumi_oci/oda/_inputs.py +94 -18
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +112 -32
- pulumi_oci/oda/oda_private_endpoint.py +70 -18
- pulumi_oci/oda/oda_private_endpoint_attachment.py +43 -9
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +49 -11
- pulumi_oci/oda/outputs.py +354 -79
- pulumi_oci/onesubsription/_inputs.py +161 -31
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +3104 -809
- pulumi_oci/ons/_inputs.py +33 -7
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +67 -17
- pulumi_oci/ons/outputs.py +139 -33
- pulumi_oci/ons/subscription.py +70 -18
- pulumi_oci/opa/_inputs.py +39 -9
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +109 -31
- pulumi_oci/opa/outputs.py +163 -41
- pulumi_oci/opensearch/_inputs.py +33 -7
- pulumi_oci/opensearch/cluster.py +217 -67
- pulumi_oci/opensearch/get_opensearch_cluster.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/outputs.py +200 -51
- pulumi_oci/operatoraccesscontrol/_inputs.py +65 -13
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +112 -32
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +151 -45
- pulumi_oci/operatoraccesscontrol/outputs.py +451 -116
- pulumi_oci/opsi/_inputs.py +476 -101
- pulumi_oci/opsi/awr_hub.py +73 -19
- pulumi_oci/opsi/database_insight.py +193 -54
- pulumi_oci/opsi/enterprise_manager_bridge.py +76 -20
- pulumi_oci/opsi/exadata_insight.py +130 -38
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +130 -38
- pulumi_oci/opsi/news_report.py +99 -26
- pulumi_oci/opsi/operations_insights_private_endpoint.py +94 -26
- pulumi_oci/opsi/operations_insights_warehouse.py +85 -23
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +31 -5
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +25 -3
- pulumi_oci/opsi/operations_insights_warehouse_user.py +88 -24
- pulumi_oci/opsi/opsi_configuration.py +103 -29
- pulumi_oci/opsi/outputs.py +2124 -508
- pulumi_oci/optimizer/_inputs.py +240 -41
- pulumi_oci/optimizer/enrollment_status.py +46 -10
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1112 -222
- pulumi_oci/optimizer/profile.py +97 -22
- pulumi_oci/optimizer/recommendation.py +76 -20
- pulumi_oci/optimizer/resource_action.py +82 -22
- pulumi_oci/osmanagement/_inputs.py +211 -36
- pulumi_oci/osmanagement/get_managed_instance.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_managed_instances.py +1 -1
- pulumi_oci/osmanagement/get_software_source.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_sources.py +1 -1
- pulumi_oci/osmanagement/managed_instance.py +106 -30
- pulumi_oci/osmanagement/managed_instance_group.py +64 -16
- pulumi_oci/osmanagement/managed_instance_management.py +78 -19
- pulumi_oci/osmanagement/outputs.py +644 -136
- pulumi_oci/osmanagement/software_source.py +115 -33
- pulumi_oci/ospgateway/_inputs.py +544 -147
- pulumi_oci/ospgateway/address_action_verification.py +196 -60
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +2149 -563
- pulumi_oci/ospgateway/subscription.py +114 -31
- pulumi_oci/osubbillingschedule/_inputs.py +17 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +73 -18
- pulumi_oci/osuborganizationsubscription/_inputs.py +17 -4
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +64 -15
- pulumi_oci/osubsubscription/_inputs.py +49 -10
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +326 -79
- pulumi_oci/osubusage/_inputs.py +33 -7
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +354 -93
- pulumi_oci/provider.py +51 -14
- pulumi_oci/queue/_inputs.py +17 -4
- pulumi_oci/queue/get_queue.py +28 -15
- pulumi_oci/queue/get_queues.py +11 -11
- pulumi_oci/queue/outputs.py +116 -38
- pulumi_oci/queue/queue.py +211 -84
- pulumi_oci/recoverymod/_inputs.py +90 -19
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +361 -86
- pulumi_oci/recoverymod/protected_database.py +115 -33
- pulumi_oci/recoverymod/protection_policy.py +67 -17
- pulumi_oci/recoverymod/recovery_service_subnet.py +70 -18
- pulumi_oci/resourcemanager/_inputs.py +33 -7
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +161 -38
- pulumi_oci/resourcemanager/private_endpoint.py +88 -24
- pulumi_oci/sch/_inputs.py +220 -46
- pulumi_oci/sch/connector.py +95 -23
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +685 -145
- pulumi_oci/secrets/_inputs.py +17 -4
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +58 -13
- pulumi_oci/servicecatalog/_inputs.py +97 -19
- pulumi_oci/servicecatalog/catalog.py +52 -12
- pulumi_oci/servicecatalog/catalog_association.py +40 -8
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +334 -70
- pulumi_oci/servicecatalog/private_application.py +87 -22
- pulumi_oci/servicemanagerproxy/_inputs.py +17 -4
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +125 -26
- pulumi_oci/servicemesh/_inputs.py +493 -95
- pulumi_oci/servicemesh/access_policy.py +76 -20
- pulumi_oci/servicemesh/get_access_policies.py +1 -1
- pulumi_oci/servicemesh/get_access_policy.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateways.py +1 -1
- pulumi_oci/servicemesh/get_mesh.py +1 -1
- pulumi_oci/servicemesh/get_meshes.py +1 -1
- pulumi_oci/servicemesh/get_proxy_detail.py +21 -1
- pulumi_oci/servicemesh/get_virtual_deployment.py +1 -1
- pulumi_oci/servicemesh/get_virtual_deployments.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_virtual_services.py +1 -1
- pulumi_oci/servicemesh/ingress_gateway.py +98 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +82 -22
- pulumi_oci/servicemesh/mesh.py +81 -20
- pulumi_oci/servicemesh/outputs.py +1669 -347
- pulumi_oci/servicemesh/virtual_deployment.py +98 -24
- pulumi_oci/servicemesh/virtual_service.py +98 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +82 -22
- pulumi_oci/stackmonitoring/__init__.py +3 -0
- pulumi_oci/stackmonitoring/_inputs.py +548 -105
- pulumi_oci/stackmonitoring/config.py +697 -0
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +248 -0
- pulumi_oci/stackmonitoring/get_configs.py +193 -0
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +151 -40
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +58 -14
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +40 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +124 -36
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +70 -18
- pulumi_oci/stackmonitoring/outputs.py +1085 -177
- pulumi_oci/streaming/_inputs.py +97 -19
- pulumi_oci/streaming/connect_harness.py +52 -12
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +313 -70
- pulumi_oci/streaming/stream.py +73 -19
- pulumi_oci/streaming/stream_pool.py +91 -20
- pulumi_oci/usageproxy/_inputs.py +129 -25
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +682 -151
- pulumi_oci/usageproxy/subscription_redeemable_user.py +43 -9
- pulumi_oci/vault/_inputs.py +58 -13
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +198 -48
- pulumi_oci/vault/secret.py +102 -27
- pulumi_oci/vbs/_inputs.py +17 -4
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +85 -23
- pulumi_oci/vbs/outputs.py +79 -20
- pulumi_oci/visualbuilder/_inputs.py +93 -20
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +360 -81
- pulumi_oci/visualbuilder/vb_instance.py +120 -33
- pulumi_oci/vnmonitoring/_inputs.py +229 -56
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +500 -123
- pulumi_oci/vnmonitoring/path_analysi.py +93 -19
- pulumi_oci/vnmonitoring/path_analyzer_test.py +105 -23
- pulumi_oci/vulnerabilityscanning/_inputs.py +220 -39
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +72 -17
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +78 -19
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +99 -21
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +79 -21
- pulumi_oci/vulnerabilityscanning/outputs.py +770 -150
- pulumi_oci/waa/_inputs.py +63 -10
- pulumi_oci/waa/app_acceleration.py +79 -21
- pulumi_oci/waa/app_acceleration_policy.py +83 -19
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +232 -43
- pulumi_oci/waas/_inputs.py +960 -225
- pulumi_oci/waas/address_list.py +58 -14
- pulumi_oci/waas/certificate.py +97 -27
- pulumi_oci/waas/custom_protection_rule.py +64 -16
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +72 -17
- pulumi_oci/waas/outputs.py +2925 -705
- pulumi_oci/waas/policy.py +98 -24
- pulumi_oci/waas/protection_rule.py +55 -13
- pulumi_oci/waas/purge_cache.py +31 -5
- pulumi_oci/waf/_inputs.py +500 -102
- pulumi_oci/waf/app_firewall.py +79 -21
- pulumi_oci/waf/app_firewall_policy.py +122 -27
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +79 -21
- pulumi_oci/waf/outputs.py +1595 -334
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/METADATA +1 -1
- pulumi_oci-1.12.0.dist-info/RECORD +2330 -0
- pulumi_oci-1.11.0a1695814503.dist-info/RECORD +0 -2312
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
pulumi_oci/optimizer/outputs.py
CHANGED
@@ -6,7 +6,7 @@ import copy
|
|
6
6
|
import warnings
|
7
7
|
import pulumi
|
8
8
|
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
from . import outputs
|
12
12
|
|
@@ -84,8 +84,17 @@ class ProfileLevelsConfiguration(dict):
|
|
84
84
|
"""
|
85
85
|
:param Sequence['ProfileLevelsConfigurationItemArgs'] items: (Updatable) The list of tags specified in the current profile override.
|
86
86
|
"""
|
87
|
+
ProfileLevelsConfiguration._configure(
|
88
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
89
|
+
items=items,
|
90
|
+
)
|
91
|
+
@staticmethod
|
92
|
+
def _configure(
|
93
|
+
_setter: Callable[[Any, Any], None],
|
94
|
+
items: Optional[Sequence['outputs.ProfileLevelsConfigurationItem']] = None,
|
95
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
87
96
|
if items is not None:
|
88
|
-
|
97
|
+
_setter("items", items)
|
89
98
|
|
90
99
|
@property
|
91
100
|
@pulumi.getter
|
@@ -122,10 +131,21 @@ class ProfileLevelsConfigurationItem(dict):
|
|
122
131
|
:param str level: (Updatable) The pre-defined profile level.
|
123
132
|
:param str recommendation_id: (Updatable) The unique OCID of the recommendation.
|
124
133
|
"""
|
134
|
+
ProfileLevelsConfigurationItem._configure(
|
135
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
136
|
+
level=level,
|
137
|
+
recommendation_id=recommendation_id,
|
138
|
+
)
|
139
|
+
@staticmethod
|
140
|
+
def _configure(
|
141
|
+
_setter: Callable[[Any, Any], None],
|
142
|
+
level: Optional[str] = None,
|
143
|
+
recommendation_id: Optional[str] = None,
|
144
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
125
145
|
if level is not None:
|
126
|
-
|
146
|
+
_setter("level", level)
|
127
147
|
if recommendation_id is not None:
|
128
|
-
|
148
|
+
_setter("recommendation_id", recommendation_id)
|
129
149
|
|
130
150
|
@property
|
131
151
|
@pulumi.getter
|
@@ -151,7 +171,16 @@ class ProfileTargetCompartments(dict):
|
|
151
171
|
"""
|
152
172
|
:param Sequence[str] items: (Updatable) The list of tags specified in the current profile override.
|
153
173
|
"""
|
154
|
-
|
174
|
+
ProfileTargetCompartments._configure(
|
175
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
176
|
+
items=items,
|
177
|
+
)
|
178
|
+
@staticmethod
|
179
|
+
def _configure(
|
180
|
+
_setter: Callable[[Any, Any], None],
|
181
|
+
items: Sequence[str],
|
182
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
183
|
+
_setter("items", items)
|
155
184
|
|
156
185
|
@property
|
157
186
|
@pulumi.getter
|
@@ -169,7 +198,16 @@ class ProfileTargetTags(dict):
|
|
169
198
|
"""
|
170
199
|
:param Sequence['ProfileTargetTagsItemArgs'] items: (Updatable) The list of tags specified in the current profile override.
|
171
200
|
"""
|
172
|
-
|
201
|
+
ProfileTargetTags._configure(
|
202
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
203
|
+
items=items,
|
204
|
+
)
|
205
|
+
@staticmethod
|
206
|
+
def _configure(
|
207
|
+
_setter: Callable[[Any, Any], None],
|
208
|
+
items: Sequence['outputs.ProfileTargetTagsItem'],
|
209
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
210
|
+
_setter("items", items)
|
173
211
|
|
174
212
|
@property
|
175
213
|
@pulumi.getter
|
@@ -224,11 +262,26 @@ class ProfileTargetTagsItem(dict):
|
|
224
262
|
** IMPORTANT **
|
225
263
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
226
264
|
"""
|
227
|
-
|
228
|
-
|
229
|
-
|
265
|
+
ProfileTargetTagsItem._configure(
|
266
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
267
|
+
tag_definition_name=tag_definition_name,
|
268
|
+
tag_namespace_name=tag_namespace_name,
|
269
|
+
tag_value_type=tag_value_type,
|
270
|
+
tag_values=tag_values,
|
271
|
+
)
|
272
|
+
@staticmethod
|
273
|
+
def _configure(
|
274
|
+
_setter: Callable[[Any, Any], None],
|
275
|
+
tag_definition_name: str,
|
276
|
+
tag_namespace_name: str,
|
277
|
+
tag_value_type: str,
|
278
|
+
tag_values: Optional[Sequence[str]] = None,
|
279
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
280
|
+
_setter("tag_definition_name", tag_definition_name)
|
281
|
+
_setter("tag_namespace_name", tag_namespace_name)
|
282
|
+
_setter("tag_value_type", tag_value_type)
|
230
283
|
if tag_values is not None:
|
231
|
-
|
284
|
+
_setter("tag_values", tag_values)
|
232
285
|
|
233
286
|
@property
|
234
287
|
@pulumi.getter(name="tagDefinitionName")
|
@@ -280,10 +333,21 @@ class RecommendationResourceCount(dict):
|
|
280
333
|
:param int count: The count of resources.
|
281
334
|
:param str status: (Updatable) The status of the recommendation.
|
282
335
|
"""
|
336
|
+
RecommendationResourceCount._configure(
|
337
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
338
|
+
count=count,
|
339
|
+
status=status,
|
340
|
+
)
|
341
|
+
@staticmethod
|
342
|
+
def _configure(
|
343
|
+
_setter: Callable[[Any, Any], None],
|
344
|
+
count: Optional[int] = None,
|
345
|
+
status: Optional[str] = None,
|
346
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
283
347
|
if count is not None:
|
284
|
-
|
348
|
+
_setter("count", count)
|
285
349
|
if status is not None:
|
286
|
-
|
350
|
+
_setter("status", status)
|
287
351
|
|
288
352
|
@property
|
289
353
|
@pulumi.getter
|
@@ -309,8 +373,17 @@ class RecommendationSupportedLevel(dict):
|
|
309
373
|
"""
|
310
374
|
:param Sequence['RecommendationSupportedLevelItemArgs'] items: The list of supported levels.
|
311
375
|
"""
|
376
|
+
RecommendationSupportedLevel._configure(
|
377
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
378
|
+
items=items,
|
379
|
+
)
|
380
|
+
@staticmethod
|
381
|
+
def _configure(
|
382
|
+
_setter: Callable[[Any, Any], None],
|
383
|
+
items: Optional[Sequence['outputs.RecommendationSupportedLevelItem']] = None,
|
384
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
312
385
|
if items is not None:
|
313
|
-
|
386
|
+
_setter("items", items)
|
314
387
|
|
315
388
|
@property
|
316
389
|
@pulumi.getter
|
@@ -328,8 +401,17 @@ class RecommendationSupportedLevelItem(dict):
|
|
328
401
|
"""
|
329
402
|
:param str name: The name of the profile level.
|
330
403
|
"""
|
404
|
+
RecommendationSupportedLevelItem._configure(
|
405
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
406
|
+
name=name,
|
407
|
+
)
|
408
|
+
@staticmethod
|
409
|
+
def _configure(
|
410
|
+
_setter: Callable[[Any, Any], None],
|
411
|
+
name: Optional[str] = None,
|
412
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
331
413
|
if name is not None:
|
332
|
-
|
414
|
+
_setter("name", name)
|
333
415
|
|
334
416
|
@property
|
335
417
|
@pulumi.getter
|
@@ -351,12 +433,25 @@ class ResourceActionAction(dict):
|
|
351
433
|
:param str type: The status of the resource action.
|
352
434
|
:param str url: The URL path to documentation that explains how to perform the action.
|
353
435
|
"""
|
436
|
+
ResourceActionAction._configure(
|
437
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
438
|
+
description=description,
|
439
|
+
type=type,
|
440
|
+
url=url,
|
441
|
+
)
|
442
|
+
@staticmethod
|
443
|
+
def _configure(
|
444
|
+
_setter: Callable[[Any, Any], None],
|
445
|
+
description: Optional[str] = None,
|
446
|
+
type: Optional[str] = None,
|
447
|
+
url: Optional[str] = None,
|
448
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
354
449
|
if description is not None:
|
355
|
-
|
450
|
+
_setter("description", description)
|
356
451
|
if type is not None:
|
357
|
-
|
452
|
+
_setter("type", type)
|
358
453
|
if url is not None:
|
359
|
-
|
454
|
+
_setter("url", url)
|
360
455
|
|
361
456
|
@property
|
362
457
|
@pulumi.getter
|
@@ -387,7 +482,16 @@ class ResourceActionAction(dict):
|
|
387
482
|
class GetCategoriesCategoryCollectionResult(dict):
|
388
483
|
def __init__(__self__, *,
|
389
484
|
items: Sequence['outputs.GetCategoriesCategoryCollectionItemResult']):
|
390
|
-
|
485
|
+
GetCategoriesCategoryCollectionResult._configure(
|
486
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
487
|
+
items=items,
|
488
|
+
)
|
489
|
+
@staticmethod
|
490
|
+
def _configure(
|
491
|
+
_setter: Callable[[Any, Any], None],
|
492
|
+
items: Sequence['outputs.GetCategoriesCategoryCollectionItemResult'],
|
493
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
494
|
+
_setter("items", items)
|
391
495
|
|
392
496
|
@property
|
393
497
|
@pulumi.getter
|
@@ -424,18 +528,49 @@ class GetCategoriesCategoryCollectionItemResult(dict):
|
|
424
528
|
:param str time_created: The date and time the category details were created, in the format defined by RFC3339.
|
425
529
|
:param str time_updated: The date and time the category details were last updated, in the format defined by RFC3339.
|
426
530
|
"""
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
531
|
+
GetCategoriesCategoryCollectionItemResult._configure(
|
532
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
533
|
+
compartment_id=compartment_id,
|
534
|
+
compartment_name=compartment_name,
|
535
|
+
description=description,
|
536
|
+
estimated_cost_saving=estimated_cost_saving,
|
537
|
+
extended_metadata=extended_metadata,
|
538
|
+
id=id,
|
539
|
+
name=name,
|
540
|
+
recommendation_counts=recommendation_counts,
|
541
|
+
resource_counts=resource_counts,
|
542
|
+
state=state,
|
543
|
+
time_created=time_created,
|
544
|
+
time_updated=time_updated,
|
545
|
+
)
|
546
|
+
@staticmethod
|
547
|
+
def _configure(
|
548
|
+
_setter: Callable[[Any, Any], None],
|
549
|
+
compartment_id: str,
|
550
|
+
compartment_name: str,
|
551
|
+
description: str,
|
552
|
+
estimated_cost_saving: float,
|
553
|
+
extended_metadata: Mapping[str, Any],
|
554
|
+
id: str,
|
555
|
+
name: str,
|
556
|
+
recommendation_counts: Sequence['outputs.GetCategoriesCategoryCollectionItemRecommendationCountResult'],
|
557
|
+
resource_counts: Sequence['outputs.GetCategoriesCategoryCollectionItemResourceCountResult'],
|
558
|
+
state: str,
|
559
|
+
time_created: str,
|
560
|
+
time_updated: str,
|
561
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
562
|
+
_setter("compartment_id", compartment_id)
|
563
|
+
_setter("compartment_name", compartment_name)
|
564
|
+
_setter("description", description)
|
565
|
+
_setter("estimated_cost_saving", estimated_cost_saving)
|
566
|
+
_setter("extended_metadata", extended_metadata)
|
567
|
+
_setter("id", id)
|
568
|
+
_setter("name", name)
|
569
|
+
_setter("recommendation_counts", recommendation_counts)
|
570
|
+
_setter("resource_counts", resource_counts)
|
571
|
+
_setter("state", state)
|
572
|
+
_setter("time_created", time_created)
|
573
|
+
_setter("time_updated", time_updated)
|
439
574
|
|
440
575
|
@property
|
441
576
|
@pulumi.getter(name="compartmentId")
|
@@ -543,8 +678,19 @@ class GetCategoriesCategoryCollectionItemRecommendationCountResult(dict):
|
|
543
678
|
:param int count: The count of resources.
|
544
679
|
:param str importance: The level of importance assigned to the recommendation.
|
545
680
|
"""
|
546
|
-
|
547
|
-
|
681
|
+
GetCategoriesCategoryCollectionItemRecommendationCountResult._configure(
|
682
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
683
|
+
count=count,
|
684
|
+
importance=importance,
|
685
|
+
)
|
686
|
+
@staticmethod
|
687
|
+
def _configure(
|
688
|
+
_setter: Callable[[Any, Any], None],
|
689
|
+
count: int,
|
690
|
+
importance: str,
|
691
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
692
|
+
_setter("count", count)
|
693
|
+
_setter("importance", importance)
|
548
694
|
|
549
695
|
@property
|
550
696
|
@pulumi.getter
|
@@ -572,8 +718,19 @@ class GetCategoriesCategoryCollectionItemResourceCountResult(dict):
|
|
572
718
|
:param int count: The count of resources.
|
573
719
|
:param str status: The recommendation status of the resource.
|
574
720
|
"""
|
575
|
-
|
576
|
-
|
721
|
+
GetCategoriesCategoryCollectionItemResourceCountResult._configure(
|
722
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
723
|
+
count=count,
|
724
|
+
status=status,
|
725
|
+
)
|
726
|
+
@staticmethod
|
727
|
+
def _configure(
|
728
|
+
_setter: Callable[[Any, Any], None],
|
729
|
+
count: int,
|
730
|
+
status: str,
|
731
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
732
|
+
_setter("count", count)
|
733
|
+
_setter("status", status)
|
577
734
|
|
578
735
|
@property
|
579
736
|
@pulumi.getter
|
@@ -601,10 +758,23 @@ class GetCategoriesFilterResult(dict):
|
|
601
758
|
"""
|
602
759
|
:param str name: Optional. A filter that returns results that match the name specified.
|
603
760
|
"""
|
604
|
-
|
605
|
-
|
761
|
+
GetCategoriesFilterResult._configure(
|
762
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
763
|
+
name=name,
|
764
|
+
values=values,
|
765
|
+
regex=regex,
|
766
|
+
)
|
767
|
+
@staticmethod
|
768
|
+
def _configure(
|
769
|
+
_setter: Callable[[Any, Any], None],
|
770
|
+
name: str,
|
771
|
+
values: Sequence[str],
|
772
|
+
regex: Optional[bool] = None,
|
773
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
774
|
+
_setter("name", name)
|
775
|
+
_setter("values", values)
|
606
776
|
if regex is not None:
|
607
|
-
|
777
|
+
_setter("regex", regex)
|
608
778
|
|
609
779
|
@property
|
610
780
|
@pulumi.getter
|
@@ -634,8 +804,19 @@ class GetCategoryRecommendationCountResult(dict):
|
|
634
804
|
:param int count: The count of resources.
|
635
805
|
:param str importance: The level of importance assigned to the recommendation.
|
636
806
|
"""
|
637
|
-
|
638
|
-
|
807
|
+
GetCategoryRecommendationCountResult._configure(
|
808
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
809
|
+
count=count,
|
810
|
+
importance=importance,
|
811
|
+
)
|
812
|
+
@staticmethod
|
813
|
+
def _configure(
|
814
|
+
_setter: Callable[[Any, Any], None],
|
815
|
+
count: int,
|
816
|
+
importance: str,
|
817
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
818
|
+
_setter("count", count)
|
819
|
+
_setter("importance", importance)
|
639
820
|
|
640
821
|
@property
|
641
822
|
@pulumi.getter
|
@@ -663,8 +844,19 @@ class GetCategoryResourceCountResult(dict):
|
|
663
844
|
:param int count: The count of resources.
|
664
845
|
:param str status: The recommendation status of the resource.
|
665
846
|
"""
|
666
|
-
|
667
|
-
|
847
|
+
GetCategoryResourceCountResult._configure(
|
848
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
849
|
+
count=count,
|
850
|
+
status=status,
|
851
|
+
)
|
852
|
+
@staticmethod
|
853
|
+
def _configure(
|
854
|
+
_setter: Callable[[Any, Any], None],
|
855
|
+
count: int,
|
856
|
+
status: str,
|
857
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
858
|
+
_setter("count", count)
|
859
|
+
_setter("status", status)
|
668
860
|
|
669
861
|
@property
|
670
862
|
@pulumi.getter
|
@@ -687,7 +879,16 @@ class GetCategoryResourceCountResult(dict):
|
|
687
879
|
class GetEnrollmentStatusesEnrollmentStatusCollectionResult(dict):
|
688
880
|
def __init__(__self__, *,
|
689
881
|
items: Sequence['outputs.GetEnrollmentStatusesEnrollmentStatusCollectionItemResult']):
|
690
|
-
|
882
|
+
GetEnrollmentStatusesEnrollmentStatusCollectionResult._configure(
|
883
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
884
|
+
items=items,
|
885
|
+
)
|
886
|
+
@staticmethod
|
887
|
+
def _configure(
|
888
|
+
_setter: Callable[[Any, Any], None],
|
889
|
+
items: Sequence['outputs.GetEnrollmentStatusesEnrollmentStatusCollectionItemResult'],
|
890
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
891
|
+
_setter("items", items)
|
691
892
|
|
692
893
|
@property
|
693
894
|
@pulumi.getter
|
@@ -715,14 +916,37 @@ class GetEnrollmentStatusesEnrollmentStatusCollectionItemResult(dict):
|
|
715
916
|
:param str time_created: The date and time the enrollment status was created, in the format defined by RFC3339.
|
716
917
|
:param str time_updated: The date and time the enrollment status was last updated, in the format defined by RFC3339.
|
717
918
|
"""
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
919
|
+
GetEnrollmentStatusesEnrollmentStatusCollectionItemResult._configure(
|
920
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
921
|
+
compartment_id=compartment_id,
|
922
|
+
enrollment_status_id=enrollment_status_id,
|
923
|
+
id=id,
|
924
|
+
state=state,
|
925
|
+
status=status,
|
926
|
+
status_reason=status_reason,
|
927
|
+
time_created=time_created,
|
928
|
+
time_updated=time_updated,
|
929
|
+
)
|
930
|
+
@staticmethod
|
931
|
+
def _configure(
|
932
|
+
_setter: Callable[[Any, Any], None],
|
933
|
+
compartment_id: str,
|
934
|
+
enrollment_status_id: str,
|
935
|
+
id: str,
|
936
|
+
state: str,
|
937
|
+
status: str,
|
938
|
+
status_reason: str,
|
939
|
+
time_created: str,
|
940
|
+
time_updated: str,
|
941
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
942
|
+
_setter("compartment_id", compartment_id)
|
943
|
+
_setter("enrollment_status_id", enrollment_status_id)
|
944
|
+
_setter("id", id)
|
945
|
+
_setter("state", state)
|
946
|
+
_setter("status", status)
|
947
|
+
_setter("status_reason", status_reason)
|
948
|
+
_setter("time_created", time_created)
|
949
|
+
_setter("time_updated", time_updated)
|
726
950
|
|
727
951
|
@property
|
728
952
|
@pulumi.getter(name="compartmentId")
|
@@ -792,10 +1016,23 @@ class GetEnrollmentStatusesFilterResult(dict):
|
|
792
1016
|
name: str,
|
793
1017
|
values: Sequence[str],
|
794
1018
|
regex: Optional[bool] = None):
|
795
|
-
|
796
|
-
|
1019
|
+
GetEnrollmentStatusesFilterResult._configure(
|
1020
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1021
|
+
name=name,
|
1022
|
+
values=values,
|
1023
|
+
regex=regex,
|
1024
|
+
)
|
1025
|
+
@staticmethod
|
1026
|
+
def _configure(
|
1027
|
+
_setter: Callable[[Any, Any], None],
|
1028
|
+
name: str,
|
1029
|
+
values: Sequence[str],
|
1030
|
+
regex: Optional[bool] = None,
|
1031
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1032
|
+
_setter("name", name)
|
1033
|
+
_setter("values", values)
|
797
1034
|
if regex is not None:
|
798
|
-
|
1035
|
+
_setter("regex", regex)
|
799
1036
|
|
800
1037
|
@property
|
801
1038
|
@pulumi.getter
|
@@ -822,10 +1059,23 @@ class GetHistoriesFilterResult(dict):
|
|
822
1059
|
"""
|
823
1060
|
:param str name: Optional. A filter that returns results that match the name specified.
|
824
1061
|
"""
|
825
|
-
|
826
|
-
|
1062
|
+
GetHistoriesFilterResult._configure(
|
1063
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1064
|
+
name=name,
|
1065
|
+
values=values,
|
1066
|
+
regex=regex,
|
1067
|
+
)
|
1068
|
+
@staticmethod
|
1069
|
+
def _configure(
|
1070
|
+
_setter: Callable[[Any, Any], None],
|
1071
|
+
name: str,
|
1072
|
+
values: Sequence[str],
|
1073
|
+
regex: Optional[bool] = None,
|
1074
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1075
|
+
_setter("name", name)
|
1076
|
+
_setter("values", values)
|
827
1077
|
if regex is not None:
|
828
|
-
|
1078
|
+
_setter("regex", regex)
|
829
1079
|
|
830
1080
|
@property
|
831
1081
|
@pulumi.getter
|
@@ -853,7 +1103,16 @@ class GetHistoriesHistoryCollectionResult(dict):
|
|
853
1103
|
"""
|
854
1104
|
:param Sequence['GetHistoriesHistoryCollectionItemArgs'] items: A collection of history summaries.
|
855
1105
|
"""
|
856
|
-
|
1106
|
+
GetHistoriesHistoryCollectionResult._configure(
|
1107
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1108
|
+
items=items,
|
1109
|
+
)
|
1110
|
+
@staticmethod
|
1111
|
+
def _configure(
|
1112
|
+
_setter: Callable[[Any, Any], None],
|
1113
|
+
items: Sequence['outputs.GetHistoriesHistoryCollectionItemResult'],
|
1114
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1115
|
+
_setter("items", items)
|
857
1116
|
|
858
1117
|
@property
|
859
1118
|
@pulumi.getter
|
@@ -903,23 +1162,64 @@ class GetHistoriesHistoryCollectionItemResult(dict):
|
|
903
1162
|
:param str status: A filter that returns recommendations that match the status specified.
|
904
1163
|
:param str time_created: The date and time the recommendation history was created, in the format defined by RFC3339.
|
905
1164
|
"""
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
1165
|
+
GetHistoriesHistoryCollectionItemResult._configure(
|
1166
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1167
|
+
actions=actions,
|
1168
|
+
category_id=category_id,
|
1169
|
+
compartment_id=compartment_id,
|
1170
|
+
compartment_name=compartment_name,
|
1171
|
+
estimated_cost_saving=estimated_cost_saving,
|
1172
|
+
extended_metadata=extended_metadata,
|
1173
|
+
id=id,
|
1174
|
+
metadata=metadata,
|
1175
|
+
name=name,
|
1176
|
+
recommendation_id=recommendation_id,
|
1177
|
+
recommendation_name=recommendation_name,
|
1178
|
+
resource_action_id=resource_action_id,
|
1179
|
+
resource_id=resource_id,
|
1180
|
+
resource_type=resource_type,
|
1181
|
+
state=state,
|
1182
|
+
status=status,
|
1183
|
+
time_created=time_created,
|
1184
|
+
)
|
1185
|
+
@staticmethod
|
1186
|
+
def _configure(
|
1187
|
+
_setter: Callable[[Any, Any], None],
|
1188
|
+
actions: Sequence['outputs.GetHistoriesHistoryCollectionItemActionResult'],
|
1189
|
+
category_id: str,
|
1190
|
+
compartment_id: str,
|
1191
|
+
compartment_name: str,
|
1192
|
+
estimated_cost_saving: float,
|
1193
|
+
extended_metadata: Mapping[str, Any],
|
1194
|
+
id: str,
|
1195
|
+
metadata: Mapping[str, Any],
|
1196
|
+
name: str,
|
1197
|
+
recommendation_id: str,
|
1198
|
+
recommendation_name: str,
|
1199
|
+
resource_action_id: str,
|
1200
|
+
resource_id: str,
|
1201
|
+
resource_type: str,
|
1202
|
+
state: str,
|
1203
|
+
status: str,
|
1204
|
+
time_created: str,
|
1205
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1206
|
+
_setter("actions", actions)
|
1207
|
+
_setter("category_id", category_id)
|
1208
|
+
_setter("compartment_id", compartment_id)
|
1209
|
+
_setter("compartment_name", compartment_name)
|
1210
|
+
_setter("estimated_cost_saving", estimated_cost_saving)
|
1211
|
+
_setter("extended_metadata", extended_metadata)
|
1212
|
+
_setter("id", id)
|
1213
|
+
_setter("metadata", metadata)
|
1214
|
+
_setter("name", name)
|
1215
|
+
_setter("recommendation_id", recommendation_id)
|
1216
|
+
_setter("recommendation_name", recommendation_name)
|
1217
|
+
_setter("resource_action_id", resource_action_id)
|
1218
|
+
_setter("resource_id", resource_id)
|
1219
|
+
_setter("resource_type", resource_type)
|
1220
|
+
_setter("state", state)
|
1221
|
+
_setter("status", status)
|
1222
|
+
_setter("time_created", time_created)
|
923
1223
|
|
924
1224
|
@property
|
925
1225
|
@pulumi.getter
|
@@ -1069,9 +1369,22 @@ class GetHistoriesHistoryCollectionItemActionResult(dict):
|
|
1069
1369
|
:param str type: The status of the resource action.
|
1070
1370
|
:param str url: The URL path to documentation that explains how to perform the action.
|
1071
1371
|
"""
|
1072
|
-
|
1073
|
-
|
1074
|
-
|
1372
|
+
GetHistoriesHistoryCollectionItemActionResult._configure(
|
1373
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1374
|
+
description=description,
|
1375
|
+
type=type,
|
1376
|
+
url=url,
|
1377
|
+
)
|
1378
|
+
@staticmethod
|
1379
|
+
def _configure(
|
1380
|
+
_setter: Callable[[Any, Any], None],
|
1381
|
+
description: str,
|
1382
|
+
type: str,
|
1383
|
+
url: str,
|
1384
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1385
|
+
_setter("description", description)
|
1386
|
+
_setter("type", type)
|
1387
|
+
_setter("url", url)
|
1075
1388
|
|
1076
1389
|
@property
|
1077
1390
|
@pulumi.getter
|
@@ -1117,13 +1430,34 @@ class GetProfileLevelItemResult(dict):
|
|
1117
1430
|
:param str time_updated: The date and time the category details were last updated, in the format defined by RFC3339.
|
1118
1431
|
:param Sequence[int] valid_intervals: An array of aggregation intervals (in days) allowed for profiles using this profile level.
|
1119
1432
|
"""
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1433
|
+
GetProfileLevelItemResult._configure(
|
1434
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1435
|
+
default_interval=default_interval,
|
1436
|
+
metrics=metrics,
|
1437
|
+
name=name,
|
1438
|
+
recommendation_name=recommendation_name,
|
1439
|
+
time_created=time_created,
|
1440
|
+
time_updated=time_updated,
|
1441
|
+
valid_intervals=valid_intervals,
|
1442
|
+
)
|
1443
|
+
@staticmethod
|
1444
|
+
def _configure(
|
1445
|
+
_setter: Callable[[Any, Any], None],
|
1446
|
+
default_interval: int,
|
1447
|
+
metrics: Sequence['outputs.GetProfileLevelItemMetricResult'],
|
1448
|
+
name: str,
|
1449
|
+
recommendation_name: str,
|
1450
|
+
time_created: str,
|
1451
|
+
time_updated: str,
|
1452
|
+
valid_intervals: Sequence[int],
|
1453
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1454
|
+
_setter("default_interval", default_interval)
|
1455
|
+
_setter("metrics", metrics)
|
1456
|
+
_setter("name", name)
|
1457
|
+
_setter("recommendation_name", recommendation_name)
|
1458
|
+
_setter("time_created", time_created)
|
1459
|
+
_setter("time_updated", time_updated)
|
1460
|
+
_setter("valid_intervals", valid_intervals)
|
1127
1461
|
|
1128
1462
|
@property
|
1129
1463
|
@pulumi.getter(name="defaultInterval")
|
@@ -1195,10 +1529,25 @@ class GetProfileLevelItemMetricResult(dict):
|
|
1195
1529
|
:param float target: Optional. The metric value that the recommendation will target.
|
1196
1530
|
:param float threshold: The threshold that must be crossed for the recommendation to appear.
|
1197
1531
|
"""
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1532
|
+
GetProfileLevelItemMetricResult._configure(
|
1533
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1534
|
+
name=name,
|
1535
|
+
statistic=statistic,
|
1536
|
+
target=target,
|
1537
|
+
threshold=threshold,
|
1538
|
+
)
|
1539
|
+
@staticmethod
|
1540
|
+
def _configure(
|
1541
|
+
_setter: Callable[[Any, Any], None],
|
1542
|
+
name: str,
|
1543
|
+
statistic: str,
|
1544
|
+
target: float,
|
1545
|
+
threshold: float,
|
1546
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1547
|
+
_setter("name", name)
|
1548
|
+
_setter("statistic", statistic)
|
1549
|
+
_setter("target", target)
|
1550
|
+
_setter("threshold", threshold)
|
1202
1551
|
|
1203
1552
|
@property
|
1204
1553
|
@pulumi.getter
|
@@ -1240,7 +1589,16 @@ class GetProfileLevelsConfigurationResult(dict):
|
|
1240
1589
|
"""
|
1241
1590
|
:param Sequence['GetProfileLevelsConfigurationItemArgs'] items: The list of tags specified in the current profile override.
|
1242
1591
|
"""
|
1243
|
-
|
1592
|
+
GetProfileLevelsConfigurationResult._configure(
|
1593
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1594
|
+
items=items,
|
1595
|
+
)
|
1596
|
+
@staticmethod
|
1597
|
+
def _configure(
|
1598
|
+
_setter: Callable[[Any, Any], None],
|
1599
|
+
items: Sequence['outputs.GetProfileLevelsConfigurationItemResult'],
|
1600
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1601
|
+
_setter("items", items)
|
1244
1602
|
|
1245
1603
|
@property
|
1246
1604
|
@pulumi.getter
|
@@ -1260,8 +1618,19 @@ class GetProfileLevelsConfigurationItemResult(dict):
|
|
1260
1618
|
:param str level: The pre-defined profile level.
|
1261
1619
|
:param str recommendation_id: The unique OCID of the recommendation.
|
1262
1620
|
"""
|
1263
|
-
|
1264
|
-
|
1621
|
+
GetProfileLevelsConfigurationItemResult._configure(
|
1622
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1623
|
+
level=level,
|
1624
|
+
recommendation_id=recommendation_id,
|
1625
|
+
)
|
1626
|
+
@staticmethod
|
1627
|
+
def _configure(
|
1628
|
+
_setter: Callable[[Any, Any], None],
|
1629
|
+
level: str,
|
1630
|
+
recommendation_id: str,
|
1631
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1632
|
+
_setter("level", level)
|
1633
|
+
_setter("recommendation_id", recommendation_id)
|
1265
1634
|
|
1266
1635
|
@property
|
1267
1636
|
@pulumi.getter
|
@@ -1289,10 +1658,23 @@ class GetProfileLevelsFilterResult(dict):
|
|
1289
1658
|
"""
|
1290
1659
|
:param str name: Optional. A filter that returns results that match the name specified.
|
1291
1660
|
"""
|
1292
|
-
|
1293
|
-
|
1661
|
+
GetProfileLevelsFilterResult._configure(
|
1662
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1663
|
+
name=name,
|
1664
|
+
values=values,
|
1665
|
+
regex=regex,
|
1666
|
+
)
|
1667
|
+
@staticmethod
|
1668
|
+
def _configure(
|
1669
|
+
_setter: Callable[[Any, Any], None],
|
1670
|
+
name: str,
|
1671
|
+
values: Sequence[str],
|
1672
|
+
regex: Optional[bool] = None,
|
1673
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1674
|
+
_setter("name", name)
|
1675
|
+
_setter("values", values)
|
1294
1676
|
if regex is not None:
|
1295
|
-
|
1677
|
+
_setter("regex", regex)
|
1296
1678
|
|
1297
1679
|
@property
|
1298
1680
|
@pulumi.getter
|
@@ -1320,7 +1702,16 @@ class GetProfileLevelsProfileLevelCollectionResult(dict):
|
|
1320
1702
|
"""
|
1321
1703
|
:param Sequence['GetProfileLevelsProfileLevelCollectionItemArgs'] items: A collection of profile levels.
|
1322
1704
|
"""
|
1323
|
-
|
1705
|
+
GetProfileLevelsProfileLevelCollectionResult._configure(
|
1706
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1707
|
+
items=items,
|
1708
|
+
)
|
1709
|
+
@staticmethod
|
1710
|
+
def _configure(
|
1711
|
+
_setter: Callable[[Any, Any], None],
|
1712
|
+
items: Sequence['outputs.GetProfileLevelsProfileLevelCollectionItemResult'],
|
1713
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1714
|
+
_setter("items", items)
|
1324
1715
|
|
1325
1716
|
@property
|
1326
1717
|
@pulumi.getter
|
@@ -1350,13 +1741,34 @@ class GetProfileLevelsProfileLevelCollectionItemResult(dict):
|
|
1350
1741
|
:param str time_updated: The date and time the category details were last updated, in the format defined by RFC3339.
|
1351
1742
|
:param Sequence[int] valid_intervals: An array of aggregation intervals (in days) allowed for profiles using this profile level.
|
1352
1743
|
"""
|
1353
|
-
|
1354
|
-
|
1355
|
-
|
1356
|
-
|
1357
|
-
|
1358
|
-
|
1359
|
-
|
1744
|
+
GetProfileLevelsProfileLevelCollectionItemResult._configure(
|
1745
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1746
|
+
default_interval=default_interval,
|
1747
|
+
metrics=metrics,
|
1748
|
+
name=name,
|
1749
|
+
recommendation_name=recommendation_name,
|
1750
|
+
time_created=time_created,
|
1751
|
+
time_updated=time_updated,
|
1752
|
+
valid_intervals=valid_intervals,
|
1753
|
+
)
|
1754
|
+
@staticmethod
|
1755
|
+
def _configure(
|
1756
|
+
_setter: Callable[[Any, Any], None],
|
1757
|
+
default_interval: int,
|
1758
|
+
metrics: Sequence['outputs.GetProfileLevelsProfileLevelCollectionItemMetricResult'],
|
1759
|
+
name: str,
|
1760
|
+
recommendation_name: str,
|
1761
|
+
time_created: str,
|
1762
|
+
time_updated: str,
|
1763
|
+
valid_intervals: Sequence[int],
|
1764
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1765
|
+
_setter("default_interval", default_interval)
|
1766
|
+
_setter("metrics", metrics)
|
1767
|
+
_setter("name", name)
|
1768
|
+
_setter("recommendation_name", recommendation_name)
|
1769
|
+
_setter("time_created", time_created)
|
1770
|
+
_setter("time_updated", time_updated)
|
1771
|
+
_setter("valid_intervals", valid_intervals)
|
1360
1772
|
|
1361
1773
|
@property
|
1362
1774
|
@pulumi.getter(name="defaultInterval")
|
@@ -1428,10 +1840,25 @@ class GetProfileLevelsProfileLevelCollectionItemMetricResult(dict):
|
|
1428
1840
|
:param float target: Optional. The metric value that the recommendation will target.
|
1429
1841
|
:param float threshold: The threshold that must be crossed for the recommendation to appear.
|
1430
1842
|
"""
|
1431
|
-
|
1432
|
-
|
1433
|
-
|
1434
|
-
|
1843
|
+
GetProfileLevelsProfileLevelCollectionItemMetricResult._configure(
|
1844
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1845
|
+
name=name,
|
1846
|
+
statistic=statistic,
|
1847
|
+
target=target,
|
1848
|
+
threshold=threshold,
|
1849
|
+
)
|
1850
|
+
@staticmethod
|
1851
|
+
def _configure(
|
1852
|
+
_setter: Callable[[Any, Any], None],
|
1853
|
+
name: str,
|
1854
|
+
statistic: str,
|
1855
|
+
target: float,
|
1856
|
+
threshold: float,
|
1857
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1858
|
+
_setter("name", name)
|
1859
|
+
_setter("statistic", statistic)
|
1860
|
+
_setter("target", target)
|
1861
|
+
_setter("threshold", threshold)
|
1435
1862
|
|
1436
1863
|
@property
|
1437
1864
|
@pulumi.getter
|
@@ -1473,7 +1900,16 @@ class GetProfileTargetCompartmentResult(dict):
|
|
1473
1900
|
"""
|
1474
1901
|
:param Sequence[str] items: The list of tags specified in the current profile override.
|
1475
1902
|
"""
|
1476
|
-
|
1903
|
+
GetProfileTargetCompartmentResult._configure(
|
1904
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1905
|
+
items=items,
|
1906
|
+
)
|
1907
|
+
@staticmethod
|
1908
|
+
def _configure(
|
1909
|
+
_setter: Callable[[Any, Any], None],
|
1910
|
+
items: Sequence[str],
|
1911
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1912
|
+
_setter("items", items)
|
1477
1913
|
|
1478
1914
|
@property
|
1479
1915
|
@pulumi.getter
|
@@ -1491,7 +1927,16 @@ class GetProfileTargetTagResult(dict):
|
|
1491
1927
|
"""
|
1492
1928
|
:param Sequence['GetProfileTargetTagItemArgs'] items: The list of tags specified in the current profile override.
|
1493
1929
|
"""
|
1494
|
-
|
1930
|
+
GetProfileTargetTagResult._configure(
|
1931
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1932
|
+
items=items,
|
1933
|
+
)
|
1934
|
+
@staticmethod
|
1935
|
+
def _configure(
|
1936
|
+
_setter: Callable[[Any, Any], None],
|
1937
|
+
items: Sequence['outputs.GetProfileTargetTagItemResult'],
|
1938
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1939
|
+
_setter("items", items)
|
1495
1940
|
|
1496
1941
|
@property
|
1497
1942
|
@pulumi.getter
|
@@ -1515,10 +1960,25 @@ class GetProfileTargetTagItemResult(dict):
|
|
1515
1960
|
:param str tag_value_type: Specifies which tag value types in the `tagValues` field result in overrides of the recommendation criteria.
|
1516
1961
|
:param Sequence[str] tag_values: The list of tag values. The tag value is the value that the user applying the tag adds to the tag key.
|
1517
1962
|
"""
|
1518
|
-
|
1519
|
-
|
1520
|
-
|
1521
|
-
|
1963
|
+
GetProfileTargetTagItemResult._configure(
|
1964
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1965
|
+
tag_definition_name=tag_definition_name,
|
1966
|
+
tag_namespace_name=tag_namespace_name,
|
1967
|
+
tag_value_type=tag_value_type,
|
1968
|
+
tag_values=tag_values,
|
1969
|
+
)
|
1970
|
+
@staticmethod
|
1971
|
+
def _configure(
|
1972
|
+
_setter: Callable[[Any, Any], None],
|
1973
|
+
tag_definition_name: str,
|
1974
|
+
tag_namespace_name: str,
|
1975
|
+
tag_value_type: str,
|
1976
|
+
tag_values: Sequence[str],
|
1977
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1978
|
+
_setter("tag_definition_name", tag_definition_name)
|
1979
|
+
_setter("tag_namespace_name", tag_namespace_name)
|
1980
|
+
_setter("tag_value_type", tag_value_type)
|
1981
|
+
_setter("tag_values", tag_values)
|
1522
1982
|
|
1523
1983
|
@property
|
1524
1984
|
@pulumi.getter(name="tagDefinitionName")
|
@@ -1562,10 +2022,23 @@ class GetProfilesFilterResult(dict):
|
|
1562
2022
|
"""
|
1563
2023
|
:param str name: Optional. A filter that returns results that match the name specified.
|
1564
2024
|
"""
|
1565
|
-
|
1566
|
-
|
2025
|
+
GetProfilesFilterResult._configure(
|
2026
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2027
|
+
name=name,
|
2028
|
+
values=values,
|
2029
|
+
regex=regex,
|
2030
|
+
)
|
2031
|
+
@staticmethod
|
2032
|
+
def _configure(
|
2033
|
+
_setter: Callable[[Any, Any], None],
|
2034
|
+
name: str,
|
2035
|
+
values: Sequence[str],
|
2036
|
+
regex: Optional[bool] = None,
|
2037
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2038
|
+
_setter("name", name)
|
2039
|
+
_setter("values", values)
|
1567
2040
|
if regex is not None:
|
1568
|
-
|
2041
|
+
_setter("regex", regex)
|
1569
2042
|
|
1570
2043
|
@property
|
1571
2044
|
@pulumi.getter
|
@@ -1593,7 +2066,16 @@ class GetProfilesProfileCollectionResult(dict):
|
|
1593
2066
|
"""
|
1594
2067
|
:param Sequence['GetProfilesProfileCollectionItemArgs'] items: The list of tags specified in the current profile override.
|
1595
2068
|
"""
|
1596
|
-
|
2069
|
+
GetProfilesProfileCollectionResult._configure(
|
2070
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2071
|
+
items=items,
|
2072
|
+
)
|
2073
|
+
@staticmethod
|
2074
|
+
def _configure(
|
2075
|
+
_setter: Callable[[Any, Any], None],
|
2076
|
+
items: Sequence['outputs.GetProfilesProfileCollectionItemResult'],
|
2077
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2078
|
+
_setter("items", items)
|
1597
2079
|
|
1598
2080
|
@property
|
1599
2081
|
@pulumi.getter
|
@@ -1635,19 +2117,52 @@ class GetProfilesProfileCollectionItemResult(dict):
|
|
1635
2117
|
:param str time_created: The date and time the profile was created, in the format defined by RFC3339.
|
1636
2118
|
:param str time_updated: The date and time the profile was last updated, in the format defined by RFC3339.
|
1637
2119
|
"""
|
1638
|
-
|
1639
|
-
|
1640
|
-
|
1641
|
-
|
1642
|
-
|
1643
|
-
|
1644
|
-
|
1645
|
-
|
1646
|
-
|
1647
|
-
|
1648
|
-
|
1649
|
-
|
1650
|
-
|
2120
|
+
GetProfilesProfileCollectionItemResult._configure(
|
2121
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2122
|
+
aggregation_interval_in_days=aggregation_interval_in_days,
|
2123
|
+
compartment_id=compartment_id,
|
2124
|
+
defined_tags=defined_tags,
|
2125
|
+
description=description,
|
2126
|
+
freeform_tags=freeform_tags,
|
2127
|
+
id=id,
|
2128
|
+
levels_configurations=levels_configurations,
|
2129
|
+
name=name,
|
2130
|
+
state=state,
|
2131
|
+
target_compartments=target_compartments,
|
2132
|
+
target_tags=target_tags,
|
2133
|
+
time_created=time_created,
|
2134
|
+
time_updated=time_updated,
|
2135
|
+
)
|
2136
|
+
@staticmethod
|
2137
|
+
def _configure(
|
2138
|
+
_setter: Callable[[Any, Any], None],
|
2139
|
+
aggregation_interval_in_days: int,
|
2140
|
+
compartment_id: str,
|
2141
|
+
defined_tags: Mapping[str, Any],
|
2142
|
+
description: str,
|
2143
|
+
freeform_tags: Mapping[str, Any],
|
2144
|
+
id: str,
|
2145
|
+
levels_configurations: Sequence['outputs.GetProfilesProfileCollectionItemLevelsConfigurationResult'],
|
2146
|
+
name: str,
|
2147
|
+
state: str,
|
2148
|
+
target_compartments: Sequence['outputs.GetProfilesProfileCollectionItemTargetCompartmentResult'],
|
2149
|
+
target_tags: Sequence['outputs.GetProfilesProfileCollectionItemTargetTagResult'],
|
2150
|
+
time_created: str,
|
2151
|
+
time_updated: str,
|
2152
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2153
|
+
_setter("aggregation_interval_in_days", aggregation_interval_in_days)
|
2154
|
+
_setter("compartment_id", compartment_id)
|
2155
|
+
_setter("defined_tags", defined_tags)
|
2156
|
+
_setter("description", description)
|
2157
|
+
_setter("freeform_tags", freeform_tags)
|
2158
|
+
_setter("id", id)
|
2159
|
+
_setter("levels_configurations", levels_configurations)
|
2160
|
+
_setter("name", name)
|
2161
|
+
_setter("state", state)
|
2162
|
+
_setter("target_compartments", target_compartments)
|
2163
|
+
_setter("target_tags", target_tags)
|
2164
|
+
_setter("time_created", time_created)
|
2165
|
+
_setter("time_updated", time_updated)
|
1651
2166
|
|
1652
2167
|
@property
|
1653
2168
|
@pulumi.getter(name="aggregationIntervalInDays")
|
@@ -1761,7 +2276,16 @@ class GetProfilesProfileCollectionItemLevelsConfigurationResult(dict):
|
|
1761
2276
|
"""
|
1762
2277
|
:param Sequence['GetProfilesProfileCollectionItemLevelsConfigurationItemArgs'] items: The list of tags specified in the current profile override.
|
1763
2278
|
"""
|
1764
|
-
|
2279
|
+
GetProfilesProfileCollectionItemLevelsConfigurationResult._configure(
|
2280
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2281
|
+
items=items,
|
2282
|
+
)
|
2283
|
+
@staticmethod
|
2284
|
+
def _configure(
|
2285
|
+
_setter: Callable[[Any, Any], None],
|
2286
|
+
items: Sequence['outputs.GetProfilesProfileCollectionItemLevelsConfigurationItemResult'],
|
2287
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2288
|
+
_setter("items", items)
|
1765
2289
|
|
1766
2290
|
@property
|
1767
2291
|
@pulumi.getter
|
@@ -1781,8 +2305,19 @@ class GetProfilesProfileCollectionItemLevelsConfigurationItemResult(dict):
|
|
1781
2305
|
:param str level: The pre-defined profile level.
|
1782
2306
|
:param str recommendation_id: The unique OCID of the recommendation.
|
1783
2307
|
"""
|
1784
|
-
|
1785
|
-
|
2308
|
+
GetProfilesProfileCollectionItemLevelsConfigurationItemResult._configure(
|
2309
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2310
|
+
level=level,
|
2311
|
+
recommendation_id=recommendation_id,
|
2312
|
+
)
|
2313
|
+
@staticmethod
|
2314
|
+
def _configure(
|
2315
|
+
_setter: Callable[[Any, Any], None],
|
2316
|
+
level: str,
|
2317
|
+
recommendation_id: str,
|
2318
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2319
|
+
_setter("level", level)
|
2320
|
+
_setter("recommendation_id", recommendation_id)
|
1786
2321
|
|
1787
2322
|
@property
|
1788
2323
|
@pulumi.getter
|
@@ -1808,7 +2343,16 @@ class GetProfilesProfileCollectionItemTargetCompartmentResult(dict):
|
|
1808
2343
|
"""
|
1809
2344
|
:param Sequence[str] items: The list of tags specified in the current profile override.
|
1810
2345
|
"""
|
1811
|
-
|
2346
|
+
GetProfilesProfileCollectionItemTargetCompartmentResult._configure(
|
2347
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2348
|
+
items=items,
|
2349
|
+
)
|
2350
|
+
@staticmethod
|
2351
|
+
def _configure(
|
2352
|
+
_setter: Callable[[Any, Any], None],
|
2353
|
+
items: Sequence[str],
|
2354
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2355
|
+
_setter("items", items)
|
1812
2356
|
|
1813
2357
|
@property
|
1814
2358
|
@pulumi.getter
|
@@ -1826,7 +2370,16 @@ class GetProfilesProfileCollectionItemTargetTagResult(dict):
|
|
1826
2370
|
"""
|
1827
2371
|
:param Sequence['GetProfilesProfileCollectionItemTargetTagItemArgs'] items: The list of tags specified in the current profile override.
|
1828
2372
|
"""
|
1829
|
-
|
2373
|
+
GetProfilesProfileCollectionItemTargetTagResult._configure(
|
2374
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2375
|
+
items=items,
|
2376
|
+
)
|
2377
|
+
@staticmethod
|
2378
|
+
def _configure(
|
2379
|
+
_setter: Callable[[Any, Any], None],
|
2380
|
+
items: Sequence['outputs.GetProfilesProfileCollectionItemTargetTagItemResult'],
|
2381
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2382
|
+
_setter("items", items)
|
1830
2383
|
|
1831
2384
|
@property
|
1832
2385
|
@pulumi.getter
|
@@ -1850,10 +2403,25 @@ class GetProfilesProfileCollectionItemTargetTagItemResult(dict):
|
|
1850
2403
|
:param str tag_value_type: Specifies which tag value types in the `tagValues` field result in overrides of the recommendation criteria.
|
1851
2404
|
:param Sequence[str] tag_values: The list of tag values. The tag value is the value that the user applying the tag adds to the tag key.
|
1852
2405
|
"""
|
1853
|
-
|
1854
|
-
|
1855
|
-
|
1856
|
-
|
2406
|
+
GetProfilesProfileCollectionItemTargetTagItemResult._configure(
|
2407
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2408
|
+
tag_definition_name=tag_definition_name,
|
2409
|
+
tag_namespace_name=tag_namespace_name,
|
2410
|
+
tag_value_type=tag_value_type,
|
2411
|
+
tag_values=tag_values,
|
2412
|
+
)
|
2413
|
+
@staticmethod
|
2414
|
+
def _configure(
|
2415
|
+
_setter: Callable[[Any, Any], None],
|
2416
|
+
tag_definition_name: str,
|
2417
|
+
tag_namespace_name: str,
|
2418
|
+
tag_value_type: str,
|
2419
|
+
tag_values: Sequence[str],
|
2420
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2421
|
+
_setter("tag_definition_name", tag_definition_name)
|
2422
|
+
_setter("tag_namespace_name", tag_namespace_name)
|
2423
|
+
_setter("tag_value_type", tag_value_type)
|
2424
|
+
_setter("tag_values", tag_values)
|
1857
2425
|
|
1858
2426
|
@property
|
1859
2427
|
@pulumi.getter(name="tagDefinitionName")
|
@@ -1897,8 +2465,19 @@ class GetRecommendationResourceCountResult(dict):
|
|
1897
2465
|
:param int count: The count of resources.
|
1898
2466
|
:param str status: The current status of the recommendation.
|
1899
2467
|
"""
|
1900
|
-
|
1901
|
-
|
2468
|
+
GetRecommendationResourceCountResult._configure(
|
2469
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2470
|
+
count=count,
|
2471
|
+
status=status,
|
2472
|
+
)
|
2473
|
+
@staticmethod
|
2474
|
+
def _configure(
|
2475
|
+
_setter: Callable[[Any, Any], None],
|
2476
|
+
count: int,
|
2477
|
+
status: str,
|
2478
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2479
|
+
_setter("count", count)
|
2480
|
+
_setter("status", status)
|
1902
2481
|
|
1903
2482
|
@property
|
1904
2483
|
@pulumi.getter
|
@@ -1926,10 +2505,23 @@ class GetRecommendationStrategiesFilterResult(dict):
|
|
1926
2505
|
"""
|
1927
2506
|
:param str name: Optional. A filter that returns results that match the name specified.
|
1928
2507
|
"""
|
1929
|
-
|
1930
|
-
|
2508
|
+
GetRecommendationStrategiesFilterResult._configure(
|
2509
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2510
|
+
name=name,
|
2511
|
+
values=values,
|
2512
|
+
regex=regex,
|
2513
|
+
)
|
2514
|
+
@staticmethod
|
2515
|
+
def _configure(
|
2516
|
+
_setter: Callable[[Any, Any], None],
|
2517
|
+
name: str,
|
2518
|
+
values: Sequence[str],
|
2519
|
+
regex: Optional[bool] = None,
|
2520
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2521
|
+
_setter("name", name)
|
2522
|
+
_setter("values", values)
|
1931
2523
|
if regex is not None:
|
1932
|
-
|
2524
|
+
_setter("regex", regex)
|
1933
2525
|
|
1934
2526
|
@property
|
1935
2527
|
@pulumi.getter
|
@@ -1957,7 +2549,16 @@ class GetRecommendationStrategiesRecommendationStrategyCollectionResult(dict):
|
|
1957
2549
|
"""
|
1958
2550
|
:param Sequence['GetRecommendationStrategiesRecommendationStrategyCollectionItemArgs'] items: A collection of recommendation strategy summaries.
|
1959
2551
|
"""
|
1960
|
-
|
2552
|
+
GetRecommendationStrategiesRecommendationStrategyCollectionResult._configure(
|
2553
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2554
|
+
items=items,
|
2555
|
+
)
|
2556
|
+
@staticmethod
|
2557
|
+
def _configure(
|
2558
|
+
_setter: Callable[[Any, Any], None],
|
2559
|
+
items: Sequence['outputs.GetRecommendationStrategiesRecommendationStrategyCollectionItemResult'],
|
2560
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2561
|
+
_setter("items", items)
|
1961
2562
|
|
1962
2563
|
@property
|
1963
2564
|
@pulumi.getter
|
@@ -1977,8 +2578,19 @@ class GetRecommendationStrategiesRecommendationStrategyCollectionItemResult(dict
|
|
1977
2578
|
:param str name: Optional. A filter that returns results that match the name specified.
|
1978
2579
|
:param Sequence['GetRecommendationStrategiesRecommendationStrategyCollectionItemStrategyArgs'] strategies: The list of strategies used.
|
1979
2580
|
"""
|
1980
|
-
|
1981
|
-
|
2581
|
+
GetRecommendationStrategiesRecommendationStrategyCollectionItemResult._configure(
|
2582
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2583
|
+
name=name,
|
2584
|
+
strategies=strategies,
|
2585
|
+
)
|
2586
|
+
@staticmethod
|
2587
|
+
def _configure(
|
2588
|
+
_setter: Callable[[Any, Any], None],
|
2589
|
+
name: str,
|
2590
|
+
strategies: Sequence['outputs.GetRecommendationStrategiesRecommendationStrategyCollectionItemStrategyResult'],
|
2591
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2592
|
+
_setter("name", name)
|
2593
|
+
_setter("strategies", strategies)
|
1982
2594
|
|
1983
2595
|
@property
|
1984
2596
|
@pulumi.getter
|
@@ -2008,9 +2620,22 @@ class GetRecommendationStrategiesRecommendationStrategyCollectionItemStrategyRes
|
|
2008
2620
|
:param Sequence['GetRecommendationStrategiesRecommendationStrategyCollectionItemStrategyParametersDefinitionArgs'] parameters_definitions: The list of strategies for the parameters.
|
2009
2621
|
:param str strategy_name: The name of the strategy.
|
2010
2622
|
"""
|
2011
|
-
|
2012
|
-
|
2013
|
-
|
2623
|
+
GetRecommendationStrategiesRecommendationStrategyCollectionItemStrategyResult._configure(
|
2624
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2625
|
+
is_default=is_default,
|
2626
|
+
parameters_definitions=parameters_definitions,
|
2627
|
+
strategy_name=strategy_name,
|
2628
|
+
)
|
2629
|
+
@staticmethod
|
2630
|
+
def _configure(
|
2631
|
+
_setter: Callable[[Any, Any], None],
|
2632
|
+
is_default: bool,
|
2633
|
+
parameters_definitions: Sequence['outputs.GetRecommendationStrategiesRecommendationStrategyCollectionItemStrategyParametersDefinitionResult'],
|
2634
|
+
strategy_name: str,
|
2635
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2636
|
+
_setter("is_default", is_default)
|
2637
|
+
_setter("parameters_definitions", parameters_definitions)
|
2638
|
+
_setter("strategy_name", strategy_name)
|
2014
2639
|
|
2015
2640
|
@property
|
2016
2641
|
@pulumi.getter(name="isDefault")
|
@@ -2054,12 +2679,31 @@ class GetRecommendationStrategiesRecommendationStrategyCollectionItemStrategyPar
|
|
2054
2679
|
:param Sequence[Any] possible_values: The list of possible values used for these strategy parameters.
|
2055
2680
|
:param str type: The type of strategy parameter.
|
2056
2681
|
"""
|
2057
|
-
|
2058
|
-
|
2059
|
-
|
2060
|
-
|
2061
|
-
|
2062
|
-
|
2682
|
+
GetRecommendationStrategiesRecommendationStrategyCollectionItemStrategyParametersDefinitionResult._configure(
|
2683
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2684
|
+
default_values=default_values,
|
2685
|
+
description=description,
|
2686
|
+
is_required=is_required,
|
2687
|
+
name=name,
|
2688
|
+
possible_values=possible_values,
|
2689
|
+
type=type,
|
2690
|
+
)
|
2691
|
+
@staticmethod
|
2692
|
+
def _configure(
|
2693
|
+
_setter: Callable[[Any, Any], None],
|
2694
|
+
default_values: Sequence[Any],
|
2695
|
+
description: str,
|
2696
|
+
is_required: bool,
|
2697
|
+
name: str,
|
2698
|
+
possible_values: Sequence[Any],
|
2699
|
+
type: str,
|
2700
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2701
|
+
_setter("default_values", default_values)
|
2702
|
+
_setter("description", description)
|
2703
|
+
_setter("is_required", is_required)
|
2704
|
+
_setter("name", name)
|
2705
|
+
_setter("possible_values", possible_values)
|
2706
|
+
_setter("type", type)
|
2063
2707
|
|
2064
2708
|
@property
|
2065
2709
|
@pulumi.getter(name="defaultValues")
|
@@ -2119,8 +2763,19 @@ class GetRecommendationStrategyItemResult(dict):
|
|
2119
2763
|
:param str name: Optional. A filter that returns results that match the name specified.
|
2120
2764
|
:param Sequence['GetRecommendationStrategyItemStrategyArgs'] strategies: The list of strategies used.
|
2121
2765
|
"""
|
2122
|
-
|
2123
|
-
|
2766
|
+
GetRecommendationStrategyItemResult._configure(
|
2767
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2768
|
+
name=name,
|
2769
|
+
strategies=strategies,
|
2770
|
+
)
|
2771
|
+
@staticmethod
|
2772
|
+
def _configure(
|
2773
|
+
_setter: Callable[[Any, Any], None],
|
2774
|
+
name: str,
|
2775
|
+
strategies: Sequence['outputs.GetRecommendationStrategyItemStrategyResult'],
|
2776
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2777
|
+
_setter("name", name)
|
2778
|
+
_setter("strategies", strategies)
|
2124
2779
|
|
2125
2780
|
@property
|
2126
2781
|
@pulumi.getter
|
@@ -2150,9 +2805,22 @@ class GetRecommendationStrategyItemStrategyResult(dict):
|
|
2150
2805
|
:param Sequence['GetRecommendationStrategyItemStrategyParametersDefinitionArgs'] parameters_definitions: The list of strategies for the parameters.
|
2151
2806
|
:param str strategy_name: The name of the strategy.
|
2152
2807
|
"""
|
2153
|
-
|
2154
|
-
|
2155
|
-
|
2808
|
+
GetRecommendationStrategyItemStrategyResult._configure(
|
2809
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2810
|
+
is_default=is_default,
|
2811
|
+
parameters_definitions=parameters_definitions,
|
2812
|
+
strategy_name=strategy_name,
|
2813
|
+
)
|
2814
|
+
@staticmethod
|
2815
|
+
def _configure(
|
2816
|
+
_setter: Callable[[Any, Any], None],
|
2817
|
+
is_default: bool,
|
2818
|
+
parameters_definitions: Sequence['outputs.GetRecommendationStrategyItemStrategyParametersDefinitionResult'],
|
2819
|
+
strategy_name: str,
|
2820
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2821
|
+
_setter("is_default", is_default)
|
2822
|
+
_setter("parameters_definitions", parameters_definitions)
|
2823
|
+
_setter("strategy_name", strategy_name)
|
2156
2824
|
|
2157
2825
|
@property
|
2158
2826
|
@pulumi.getter(name="isDefault")
|
@@ -2196,12 +2864,31 @@ class GetRecommendationStrategyItemStrategyParametersDefinitionResult(dict):
|
|
2196
2864
|
:param Sequence[Any] possible_values: The list of possible values used for these strategy parameters.
|
2197
2865
|
:param str type: The type of strategy parameter.
|
2198
2866
|
"""
|
2199
|
-
|
2200
|
-
|
2201
|
-
|
2202
|
-
|
2203
|
-
|
2204
|
-
|
2867
|
+
GetRecommendationStrategyItemStrategyParametersDefinitionResult._configure(
|
2868
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2869
|
+
default_values=default_values,
|
2870
|
+
description=description,
|
2871
|
+
is_required=is_required,
|
2872
|
+
name=name,
|
2873
|
+
possible_values=possible_values,
|
2874
|
+
type=type,
|
2875
|
+
)
|
2876
|
+
@staticmethod
|
2877
|
+
def _configure(
|
2878
|
+
_setter: Callable[[Any, Any], None],
|
2879
|
+
default_values: Sequence[Any],
|
2880
|
+
description: str,
|
2881
|
+
is_required: bool,
|
2882
|
+
name: str,
|
2883
|
+
possible_values: Sequence[Any],
|
2884
|
+
type: str,
|
2885
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2886
|
+
_setter("default_values", default_values)
|
2887
|
+
_setter("description", description)
|
2888
|
+
_setter("is_required", is_required)
|
2889
|
+
_setter("name", name)
|
2890
|
+
_setter("possible_values", possible_values)
|
2891
|
+
_setter("type", type)
|
2205
2892
|
|
2206
2893
|
@property
|
2207
2894
|
@pulumi.getter(name="defaultValues")
|
@@ -2259,7 +2946,16 @@ class GetRecommendationSupportedLevelResult(dict):
|
|
2259
2946
|
"""
|
2260
2947
|
:param Sequence['GetRecommendationSupportedLevelItemArgs'] items: The list of supported levels.
|
2261
2948
|
"""
|
2262
|
-
|
2949
|
+
GetRecommendationSupportedLevelResult._configure(
|
2950
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2951
|
+
items=items,
|
2952
|
+
)
|
2953
|
+
@staticmethod
|
2954
|
+
def _configure(
|
2955
|
+
_setter: Callable[[Any, Any], None],
|
2956
|
+
items: Sequence['outputs.GetRecommendationSupportedLevelItemResult'],
|
2957
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2958
|
+
_setter("items", items)
|
2263
2959
|
|
2264
2960
|
@property
|
2265
2961
|
@pulumi.getter
|
@@ -2277,7 +2973,16 @@ class GetRecommendationSupportedLevelItemResult(dict):
|
|
2277
2973
|
"""
|
2278
2974
|
:param str name: The name of the profile level.
|
2279
2975
|
"""
|
2280
|
-
|
2976
|
+
GetRecommendationSupportedLevelItemResult._configure(
|
2977
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2978
|
+
name=name,
|
2979
|
+
)
|
2980
|
+
@staticmethod
|
2981
|
+
def _configure(
|
2982
|
+
_setter: Callable[[Any, Any], None],
|
2983
|
+
name: str,
|
2984
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2985
|
+
_setter("name", name)
|
2281
2986
|
|
2282
2987
|
@property
|
2283
2988
|
@pulumi.getter
|
@@ -2297,10 +3002,23 @@ class GetRecommendationsFilterResult(dict):
|
|
2297
3002
|
"""
|
2298
3003
|
:param str name: Optional. A filter that returns results that match the name specified.
|
2299
3004
|
"""
|
2300
|
-
|
2301
|
-
|
3005
|
+
GetRecommendationsFilterResult._configure(
|
3006
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3007
|
+
name=name,
|
3008
|
+
values=values,
|
3009
|
+
regex=regex,
|
3010
|
+
)
|
3011
|
+
@staticmethod
|
3012
|
+
def _configure(
|
3013
|
+
_setter: Callable[[Any, Any], None],
|
3014
|
+
name: str,
|
3015
|
+
values: Sequence[str],
|
3016
|
+
regex: Optional[bool] = None,
|
3017
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3018
|
+
_setter("name", name)
|
3019
|
+
_setter("values", values)
|
2302
3020
|
if regex is not None:
|
2303
|
-
|
3021
|
+
_setter("regex", regex)
|
2304
3022
|
|
2305
3023
|
@property
|
2306
3024
|
@pulumi.getter
|
@@ -2328,7 +3046,16 @@ class GetRecommendationsRecommendationCollectionResult(dict):
|
|
2328
3046
|
"""
|
2329
3047
|
:param Sequence['GetRecommendationsRecommendationCollectionItemArgs'] items: The list of supported levels.
|
2330
3048
|
"""
|
2331
|
-
|
3049
|
+
GetRecommendationsRecommendationCollectionResult._configure(
|
3050
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3051
|
+
items=items,
|
3052
|
+
)
|
3053
|
+
@staticmethod
|
3054
|
+
def _configure(
|
3055
|
+
_setter: Callable[[Any, Any], None],
|
3056
|
+
items: Sequence['outputs.GetRecommendationsRecommendationCollectionItemResult'],
|
3057
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3058
|
+
_setter("items", items)
|
2332
3059
|
|
2333
3060
|
@property
|
2334
3061
|
@pulumi.getter
|
@@ -2377,23 +3104,64 @@ class GetRecommendationsRecommendationCollectionItemResult(dict):
|
|
2377
3104
|
:param str time_status_end: The date and time the current status will change. The format is defined by RFC3339.
|
2378
3105
|
:param str time_updated: The date and time the recommendation details were last updated, in the format defined by RFC3339.
|
2379
3106
|
"""
|
2380
|
-
|
2381
|
-
|
2382
|
-
|
2383
|
-
|
2384
|
-
|
2385
|
-
|
2386
|
-
|
2387
|
-
|
2388
|
-
|
2389
|
-
|
2390
|
-
|
2391
|
-
|
2392
|
-
|
2393
|
-
|
2394
|
-
|
2395
|
-
|
2396
|
-
|
3107
|
+
GetRecommendationsRecommendationCollectionItemResult._configure(
|
3108
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3109
|
+
category_id=category_id,
|
3110
|
+
compartment_id=compartment_id,
|
3111
|
+
description=description,
|
3112
|
+
estimated_cost_saving=estimated_cost_saving,
|
3113
|
+
extended_metadata=extended_metadata,
|
3114
|
+
id=id,
|
3115
|
+
importance=importance,
|
3116
|
+
name=name,
|
3117
|
+
recommendation_id=recommendation_id,
|
3118
|
+
resource_counts=resource_counts,
|
3119
|
+
state=state,
|
3120
|
+
status=status,
|
3121
|
+
supported_levels=supported_levels,
|
3122
|
+
time_created=time_created,
|
3123
|
+
time_status_begin=time_status_begin,
|
3124
|
+
time_status_end=time_status_end,
|
3125
|
+
time_updated=time_updated,
|
3126
|
+
)
|
3127
|
+
@staticmethod
|
3128
|
+
def _configure(
|
3129
|
+
_setter: Callable[[Any, Any], None],
|
3130
|
+
category_id: str,
|
3131
|
+
compartment_id: str,
|
3132
|
+
description: str,
|
3133
|
+
estimated_cost_saving: float,
|
3134
|
+
extended_metadata: Mapping[str, Any],
|
3135
|
+
id: str,
|
3136
|
+
importance: str,
|
3137
|
+
name: str,
|
3138
|
+
recommendation_id: str,
|
3139
|
+
resource_counts: Sequence['outputs.GetRecommendationsRecommendationCollectionItemResourceCountResult'],
|
3140
|
+
state: str,
|
3141
|
+
status: str,
|
3142
|
+
supported_levels: Sequence['outputs.GetRecommendationsRecommendationCollectionItemSupportedLevelResult'],
|
3143
|
+
time_created: str,
|
3144
|
+
time_status_begin: str,
|
3145
|
+
time_status_end: str,
|
3146
|
+
time_updated: str,
|
3147
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3148
|
+
_setter("category_id", category_id)
|
3149
|
+
_setter("compartment_id", compartment_id)
|
3150
|
+
_setter("description", description)
|
3151
|
+
_setter("estimated_cost_saving", estimated_cost_saving)
|
3152
|
+
_setter("extended_metadata", extended_metadata)
|
3153
|
+
_setter("id", id)
|
3154
|
+
_setter("importance", importance)
|
3155
|
+
_setter("name", name)
|
3156
|
+
_setter("recommendation_id", recommendation_id)
|
3157
|
+
_setter("resource_counts", resource_counts)
|
3158
|
+
_setter("state", state)
|
3159
|
+
_setter("status", status)
|
3160
|
+
_setter("supported_levels", supported_levels)
|
3161
|
+
_setter("time_created", time_created)
|
3162
|
+
_setter("time_status_begin", time_status_begin)
|
3163
|
+
_setter("time_status_end", time_status_end)
|
3164
|
+
_setter("time_updated", time_updated)
|
2397
3165
|
|
2398
3166
|
@property
|
2399
3167
|
@pulumi.getter(name="categoryId")
|
@@ -2538,8 +3306,19 @@ class GetRecommendationsRecommendationCollectionItemResourceCountResult(dict):
|
|
2538
3306
|
:param int count: The count of resources.
|
2539
3307
|
:param str status: A filter that returns recommendations that match the status specified.
|
2540
3308
|
"""
|
2541
|
-
|
2542
|
-
|
3309
|
+
GetRecommendationsRecommendationCollectionItemResourceCountResult._configure(
|
3310
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3311
|
+
count=count,
|
3312
|
+
status=status,
|
3313
|
+
)
|
3314
|
+
@staticmethod
|
3315
|
+
def _configure(
|
3316
|
+
_setter: Callable[[Any, Any], None],
|
3317
|
+
count: int,
|
3318
|
+
status: str,
|
3319
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3320
|
+
_setter("count", count)
|
3321
|
+
_setter("status", status)
|
2543
3322
|
|
2544
3323
|
@property
|
2545
3324
|
@pulumi.getter
|
@@ -2565,7 +3344,16 @@ class GetRecommendationsRecommendationCollectionItemSupportedLevelResult(dict):
|
|
2565
3344
|
"""
|
2566
3345
|
:param Sequence['GetRecommendationsRecommendationCollectionItemSupportedLevelItemArgs'] items: The list of supported levels.
|
2567
3346
|
"""
|
2568
|
-
|
3347
|
+
GetRecommendationsRecommendationCollectionItemSupportedLevelResult._configure(
|
3348
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3349
|
+
items=items,
|
3350
|
+
)
|
3351
|
+
@staticmethod
|
3352
|
+
def _configure(
|
3353
|
+
_setter: Callable[[Any, Any], None],
|
3354
|
+
items: Sequence['outputs.GetRecommendationsRecommendationCollectionItemSupportedLevelItemResult'],
|
3355
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3356
|
+
_setter("items", items)
|
2569
3357
|
|
2570
3358
|
@property
|
2571
3359
|
@pulumi.getter
|
@@ -2583,7 +3371,16 @@ class GetRecommendationsRecommendationCollectionItemSupportedLevelItemResult(dic
|
|
2583
3371
|
"""
|
2584
3372
|
:param str name: Optional. A filter that returns results that match the name specified.
|
2585
3373
|
"""
|
2586
|
-
|
3374
|
+
GetRecommendationsRecommendationCollectionItemSupportedLevelItemResult._configure(
|
3375
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3376
|
+
name=name,
|
3377
|
+
)
|
3378
|
+
@staticmethod
|
3379
|
+
def _configure(
|
3380
|
+
_setter: Callable[[Any, Any], None],
|
3381
|
+
name: str,
|
3382
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3383
|
+
_setter("name", name)
|
2587
3384
|
|
2588
3385
|
@property
|
2589
3386
|
@pulumi.getter
|
@@ -2605,9 +3402,22 @@ class GetResourceActionActionResult(dict):
|
|
2605
3402
|
:param str type: The status of the resource action.
|
2606
3403
|
:param str url: The URL path to documentation that explains how to perform the action.
|
2607
3404
|
"""
|
2608
|
-
|
2609
|
-
|
2610
|
-
|
3405
|
+
GetResourceActionActionResult._configure(
|
3406
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3407
|
+
description=description,
|
3408
|
+
type=type,
|
3409
|
+
url=url,
|
3410
|
+
)
|
3411
|
+
@staticmethod
|
3412
|
+
def _configure(
|
3413
|
+
_setter: Callable[[Any, Any], None],
|
3414
|
+
description: str,
|
3415
|
+
type: str,
|
3416
|
+
url: str,
|
3417
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3418
|
+
_setter("description", description)
|
3419
|
+
_setter("type", type)
|
3420
|
+
_setter("url", url)
|
2611
3421
|
|
2612
3422
|
@property
|
2613
3423
|
@pulumi.getter
|
@@ -2643,10 +3453,23 @@ class GetResourceActionsFilterResult(dict):
|
|
2643
3453
|
"""
|
2644
3454
|
:param str name: Optional. A filter that returns results that match the name specified.
|
2645
3455
|
"""
|
2646
|
-
|
2647
|
-
|
3456
|
+
GetResourceActionsFilterResult._configure(
|
3457
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3458
|
+
name=name,
|
3459
|
+
values=values,
|
3460
|
+
regex=regex,
|
3461
|
+
)
|
3462
|
+
@staticmethod
|
3463
|
+
def _configure(
|
3464
|
+
_setter: Callable[[Any, Any], None],
|
3465
|
+
name: str,
|
3466
|
+
values: Sequence[str],
|
3467
|
+
regex: Optional[bool] = None,
|
3468
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3469
|
+
_setter("name", name)
|
3470
|
+
_setter("values", values)
|
2648
3471
|
if regex is not None:
|
2649
|
-
|
3472
|
+
_setter("regex", regex)
|
2650
3473
|
|
2651
3474
|
@property
|
2652
3475
|
@pulumi.getter
|
@@ -2671,7 +3494,16 @@ class GetResourceActionsFilterResult(dict):
|
|
2671
3494
|
class GetResourceActionsResourceActionCollectionResult(dict):
|
2672
3495
|
def __init__(__self__, *,
|
2673
3496
|
items: Sequence['outputs.GetResourceActionsResourceActionCollectionItemResult']):
|
2674
|
-
|
3497
|
+
GetResourceActionsResourceActionCollectionResult._configure(
|
3498
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3499
|
+
items=items,
|
3500
|
+
)
|
3501
|
+
@staticmethod
|
3502
|
+
def _configure(
|
3503
|
+
_setter: Callable[[Any, Any], None],
|
3504
|
+
items: Sequence['outputs.GetResourceActionsResourceActionCollectionItemResult'],
|
3505
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3506
|
+
_setter("items", items)
|
2675
3507
|
|
2676
3508
|
@property
|
2677
3509
|
@pulumi.getter
|
@@ -2721,25 +3553,70 @@ class GetResourceActionsResourceActionCollectionItemResult(dict):
|
|
2721
3553
|
:param str time_status_end: The date and time the current status will change. The format is defined by RFC3339.
|
2722
3554
|
:param str time_updated: The date and time the resource action details were last updated, in the format defined by RFC3339.
|
2723
3555
|
"""
|
2724
|
-
|
2725
|
-
|
2726
|
-
|
2727
|
-
|
2728
|
-
|
2729
|
-
|
2730
|
-
|
2731
|
-
|
2732
|
-
|
2733
|
-
|
2734
|
-
|
2735
|
-
|
2736
|
-
|
2737
|
-
|
2738
|
-
|
2739
|
-
|
2740
|
-
|
2741
|
-
|
2742
|
-
|
3556
|
+
GetResourceActionsResourceActionCollectionItemResult._configure(
|
3557
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3558
|
+
actions=actions,
|
3559
|
+
category_id=category_id,
|
3560
|
+
compartment_id=compartment_id,
|
3561
|
+
compartment_name=compartment_name,
|
3562
|
+
estimated_cost_saving=estimated_cost_saving,
|
3563
|
+
extended_metadata=extended_metadata,
|
3564
|
+
id=id,
|
3565
|
+
metadata=metadata,
|
3566
|
+
name=name,
|
3567
|
+
recommendation_id=recommendation_id,
|
3568
|
+
resource_action_id=resource_action_id,
|
3569
|
+
resource_id=resource_id,
|
3570
|
+
resource_type=resource_type,
|
3571
|
+
state=state,
|
3572
|
+
status=status,
|
3573
|
+
time_created=time_created,
|
3574
|
+
time_status_begin=time_status_begin,
|
3575
|
+
time_status_end=time_status_end,
|
3576
|
+
time_updated=time_updated,
|
3577
|
+
)
|
3578
|
+
@staticmethod
|
3579
|
+
def _configure(
|
3580
|
+
_setter: Callable[[Any, Any], None],
|
3581
|
+
actions: Sequence['outputs.GetResourceActionsResourceActionCollectionItemActionResult'],
|
3582
|
+
category_id: str,
|
3583
|
+
compartment_id: str,
|
3584
|
+
compartment_name: str,
|
3585
|
+
estimated_cost_saving: float,
|
3586
|
+
extended_metadata: Mapping[str, Any],
|
3587
|
+
id: str,
|
3588
|
+
metadata: Mapping[str, Any],
|
3589
|
+
name: str,
|
3590
|
+
recommendation_id: str,
|
3591
|
+
resource_action_id: str,
|
3592
|
+
resource_id: str,
|
3593
|
+
resource_type: str,
|
3594
|
+
state: str,
|
3595
|
+
status: str,
|
3596
|
+
time_created: str,
|
3597
|
+
time_status_begin: str,
|
3598
|
+
time_status_end: str,
|
3599
|
+
time_updated: str,
|
3600
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3601
|
+
_setter("actions", actions)
|
3602
|
+
_setter("category_id", category_id)
|
3603
|
+
_setter("compartment_id", compartment_id)
|
3604
|
+
_setter("compartment_name", compartment_name)
|
3605
|
+
_setter("estimated_cost_saving", estimated_cost_saving)
|
3606
|
+
_setter("extended_metadata", extended_metadata)
|
3607
|
+
_setter("id", id)
|
3608
|
+
_setter("metadata", metadata)
|
3609
|
+
_setter("name", name)
|
3610
|
+
_setter("recommendation_id", recommendation_id)
|
3611
|
+
_setter("resource_action_id", resource_action_id)
|
3612
|
+
_setter("resource_id", resource_id)
|
3613
|
+
_setter("resource_type", resource_type)
|
3614
|
+
_setter("state", state)
|
3615
|
+
_setter("status", status)
|
3616
|
+
_setter("time_created", time_created)
|
3617
|
+
_setter("time_status_begin", time_status_begin)
|
3618
|
+
_setter("time_status_end", time_status_end)
|
3619
|
+
_setter("time_updated", time_updated)
|
2743
3620
|
|
2744
3621
|
@property
|
2745
3622
|
@pulumi.getter
|
@@ -2902,9 +3779,22 @@ class GetResourceActionsResourceActionCollectionItemActionResult(dict):
|
|
2902
3779
|
:param str type: The status of the resource action.
|
2903
3780
|
:param str url: The URL path to documentation that explains how to perform the action.
|
2904
3781
|
"""
|
2905
|
-
|
2906
|
-
|
2907
|
-
|
3782
|
+
GetResourceActionsResourceActionCollectionItemActionResult._configure(
|
3783
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3784
|
+
description=description,
|
3785
|
+
type=type,
|
3786
|
+
url=url,
|
3787
|
+
)
|
3788
|
+
@staticmethod
|
3789
|
+
def _configure(
|
3790
|
+
_setter: Callable[[Any, Any], None],
|
3791
|
+
description: str,
|
3792
|
+
type: str,
|
3793
|
+
url: str,
|
3794
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3795
|
+
_setter("description", description)
|
3796
|
+
_setter("type", type)
|
3797
|
+
_setter("url", url)
|
2908
3798
|
|
2909
3799
|
@property
|
2910
3800
|
@pulumi.getter
|