pulumi-oci 2.11.0a1726726622__py3-none-any.whl → 2.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 +207 -0
- pulumi_oci/_utilities.py +1 -1
- pulumi_oci/adm/_inputs.py +346 -0
- pulumi_oci/adm/get_knowledgebase.py +20 -4
- pulumi_oci/adm/get_knowledgebases.py +20 -4
- pulumi_oci/adm/get_remediation_recipe.py +26 -4
- pulumi_oci/adm/get_remediation_recipes.py +20 -4
- pulumi_oci/adm/get_remediation_run.py +26 -4
- pulumi_oci/adm/get_remediation_run_application_dependency_recommendations.py +19 -4
- pulumi_oci/adm/get_remediation_run_stage.py +26 -4
- pulumi_oci/adm/get_remediation_run_stages.py +19 -4
- pulumi_oci/adm/get_remediation_runs.py +22 -4
- pulumi_oci/adm/get_vulnerability_audit.py +37 -4
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +33 -4
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +31 -4
- pulumi_oci/adm/get_vulnerability_audits.py +30 -4
- pulumi_oci/adm/knowledge_base.py +5 -0
- pulumi_oci/adm/outputs.py +5 -0
- pulumi_oci/adm/remediation_recipe.py +5 -0
- pulumi_oci/adm/remediation_run.py +5 -0
- pulumi_oci/adm/vulnerability_audit.py +5 -0
- pulumi_oci/aianomalydetection/_inputs.py +375 -0
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +5 -0
- pulumi_oci/aianomalydetection/data_asset.py +5 -0
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +5 -0
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +24 -4
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +20 -4
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +28 -4
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +25 -4
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +24 -4
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +21 -4
- pulumi_oci/aianomalydetection/get_detection_model.py +25 -4
- pulumi_oci/aianomalydetection/get_detection_models.py +21 -4
- pulumi_oci/aianomalydetection/get_detection_project.py +21 -4
- pulumi_oci/aianomalydetection/get_detection_projects.py +19 -4
- pulumi_oci/aianomalydetection/model.py +5 -0
- pulumi_oci/aianomalydetection/outputs.py +5 -0
- pulumi_oci/aianomalydetection/project.py +5 -0
- pulumi_oci/aidocument/_inputs.py +366 -0
- pulumi_oci/aidocument/get_model.py +36 -4
- pulumi_oci/aidocument/get_models.py +22 -4
- pulumi_oci/aidocument/get_processor_job.py +23 -4
- pulumi_oci/aidocument/get_project.py +22 -4
- pulumi_oci/aidocument/get_projects.py +20 -4
- pulumi_oci/aidocument/model.py +5 -0
- pulumi_oci/aidocument/outputs.py +5 -0
- pulumi_oci/aidocument/processor_job.py +5 -0
- pulumi_oci/aidocument/project.py +5 -0
- pulumi_oci/ailanguage/_inputs.py +345 -0
- pulumi_oci/ailanguage/endpoint.py +5 -0
- pulumi_oci/ailanguage/get_endpoint.py +24 -4
- pulumi_oci/ailanguage/get_endpoints.py +24 -4
- pulumi_oci/ailanguage/get_model.py +27 -4
- pulumi_oci/ailanguage/get_model_evaluation_results.py +15 -4
- pulumi_oci/ailanguage/get_model_type.py +14 -4
- pulumi_oci/ailanguage/get_models.py +22 -4
- pulumi_oci/ailanguage/get_project.py +21 -4
- pulumi_oci/ailanguage/get_projects.py +20 -4
- pulumi_oci/ailanguage/model.py +5 -0
- pulumi_oci/ailanguage/outputs.py +5 -0
- pulumi_oci/ailanguage/project.py +5 -0
- pulumi_oci/aivision/_inputs.py +107 -0
- pulumi_oci/aivision/get_model.py +38 -4
- pulumi_oci/aivision/get_models.py +22 -4
- pulumi_oci/aivision/get_project.py +22 -4
- pulumi_oci/aivision/get_projects.py +20 -4
- pulumi_oci/aivision/model.py +5 -0
- pulumi_oci/aivision/outputs.py +5 -0
- pulumi_oci/aivision/project.py +5 -0
- pulumi_oci/analytics/_inputs.py +113 -0
- pulumi_oci/analytics/analytics_instance.py +59 -5
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +5 -0
- pulumi_oci/analytics/analytics_instance_vanity_url.py +5 -0
- pulumi_oci/analytics/get_analytics_instance.py +49 -7
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +23 -4
- pulumi_oci/analytics/get_analytics_instances.py +23 -4
- pulumi_oci/analytics/outputs.py +17 -1
- pulumi_oci/announcementsservice/_inputs.py +70 -0
- pulumi_oci/announcementsservice/announcement_subscription.py +5 -0
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +5 -0
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +5 -0
- pulumi_oci/announcementsservice/get_announcement_subscription.py +26 -4
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +20 -4
- pulumi_oci/announcementsservice/get_services.py +19 -4
- pulumi_oci/announcementsservice/outputs.py +5 -0
- pulumi_oci/apigateway/_inputs.py +2309 -29
- pulumi_oci/apigateway/api.py +5 -0
- pulumi_oci/apigateway/certificate.py +5 -0
- pulumi_oci/apigateway/deployment.py +5 -0
- pulumi_oci/apigateway/gateway.py +5 -0
- pulumi_oci/apigateway/get_api.py +23 -4
- pulumi_oci/apigateway/get_api_content.py +13 -4
- pulumi_oci/apigateway/get_api_deployment_specification.py +15 -4
- pulumi_oci/apigateway/get_api_validation.py +13 -4
- pulumi_oci/apigateway/get_apis.py +19 -4
- pulumi_oci/apigateway/get_certificate.py +25 -4
- pulumi_oci/apigateway/get_certificates.py +19 -4
- pulumi_oci/apigateway/get_deployment.py +24 -4
- pulumi_oci/apigateway/get_deployments.py +21 -4
- pulumi_oci/apigateway/get_gateway.py +28 -4
- pulumi_oci/apigateway/get_gateways.py +21 -4
- pulumi_oci/apigateway/get_subscriber.py +22 -4
- pulumi_oci/apigateway/get_subscribers.py +19 -4
- pulumi_oci/apigateway/get_usage_plan.py +21 -4
- pulumi_oci/apigateway/get_usage_plans.py +19 -4
- pulumi_oci/apigateway/outputs.py +5 -0
- pulumi_oci/apigateway/subscriber.py +5 -0
- pulumi_oci/apigateway/usage_plan.py +5 -0
- pulumi_oci/apm/_inputs.py +28 -0
- pulumi_oci/apm/apm_domain.py +5 -0
- pulumi_oci/apm/get_apm_domain.py +22 -4
- pulumi_oci/apm/get_apm_domains.py +19 -4
- pulumi_oci/apm/get_data_keys.py +17 -4
- pulumi_oci/apm/outputs.py +5 -0
- pulumi_oci/apmconfig/_inputs.py +115 -0
- pulumi_oci/apmconfig/config.py +5 -0
- pulumi_oci/apmconfig/get_config.py +34 -4
- pulumi_oci/apmconfig/get_configs.py +29 -4
- pulumi_oci/apmconfig/outputs.py +5 -0
- pulumi_oci/apmsynthetics/_inputs.py +774 -0
- pulumi_oci/apmsynthetics/config.py +5 -0
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +5 -0
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +24 -4
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +21 -4
- pulumi_oci/apmsynthetics/get_monitor.py +39 -4
- pulumi_oci/apmsynthetics/get_monitors.py +29 -4
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +23 -4
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +36 -4
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py +25 -4
- pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py +19 -4
- pulumi_oci/apmsynthetics/get_result.py +23 -4
- pulumi_oci/apmsynthetics/get_script.py +26 -4
- pulumi_oci/apmsynthetics/get_scripts.py +19 -4
- pulumi_oci/apmsynthetics/get_vantage_point.py +17 -4
- pulumi_oci/apmsynthetics/get_vantage_points.py +19 -4
- pulumi_oci/apmsynthetics/on_premise_vantage_point.py +5 -0
- pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +5 -0
- pulumi_oci/apmsynthetics/outputs.py +5 -0
- pulumi_oci/apmsynthetics/script.py +5 -0
- pulumi_oci/apmtraces/_inputs.py +16 -0
- pulumi_oci/apmtraces/get_query_quick_picks.py +15 -4
- pulumi_oci/apmtraces/get_trace.py +39 -4
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +23 -4
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +24 -4
- pulumi_oci/apmtraces/outputs.py +5 -0
- pulumi_oci/appmgmtcontrol/_inputs.py +16 -0
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +21 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +17 -4
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +5 -0
- pulumi_oci/appmgmtcontrol/outputs.py +5 -0
- pulumi_oci/artifacts/_inputs.py +70 -0
- pulumi_oci/artifacts/container_configuration.py +5 -0
- pulumi_oci/artifacts/container_image_signature.py +5 -0
- pulumi_oci/artifacts/container_repository.py +5 -0
- pulumi_oci/artifacts/generic_artifact.py +5 -0
- pulumi_oci/artifacts/get_container_configuration.py +14 -4
- pulumi_oci/artifacts/get_container_image.py +30 -4
- pulumi_oci/artifacts/get_container_image_signature.py +26 -4
- pulumi_oci/artifacts/get_container_images.py +31 -4
- pulumi_oci/artifacts/get_container_repositories.py +25 -4
- pulumi_oci/artifacts/get_container_repository.py +29 -4
- pulumi_oci/artifacts/get_container_signatures.py +33 -4
- pulumi_oci/artifacts/get_generic_artifact.py +23 -4
- pulumi_oci/artifacts/get_generic_artifacts.py +28 -4
- pulumi_oci/artifacts/get_repositories.py +22 -4
- pulumi_oci/artifacts/get_repository.py +21 -4
- pulumi_oci/artifacts/outputs.py +5 -0
- pulumi_oci/artifacts/repository.py +5 -0
- pulumi_oci/audit/_inputs.py +16 -0
- pulumi_oci/audit/configuration.py +5 -0
- pulumi_oci/audit/get_configuration.py +13 -4
- pulumi_oci/audit/get_events.py +19 -4
- pulumi_oci/audit/outputs.py +5 -0
- pulumi_oci/autoscaling/_inputs.py +186 -0
- pulumi_oci/autoscaling/auto_scaling_configuration.py +5 -0
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +23 -4
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +17 -4
- pulumi_oci/autoscaling/outputs.py +5 -0
- pulumi_oci/bastion/_inputs.py +76 -0
- pulumi_oci/bastion/bastion.py +5 -0
- pulumi_oci/bastion/get_bastion.py +31 -4
- pulumi_oci/bastion/get_bastions.py +21 -4
- pulumi_oci/bastion/get_session.py +26 -4
- pulumi_oci/bastion/get_sessions.py +21 -4
- pulumi_oci/bastion/outputs.py +5 -0
- pulumi_oci/bastion/session.py +5 -0
- pulumi_oci/bigdataservice/__init__.py +3 -0
- pulumi_oci/bigdataservice/_inputs.py +1098 -10
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +5 -0
- pulumi_oci/bigdataservice/bds_instance.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_api_key.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +141 -2
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_resource_principal_configuration.py +529 -0
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +23 -4
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +21 -4
- pulumi_oci/bigdataservice/get_bds_instance.py +46 -4
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +23 -4
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +21 -4
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +21 -4
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +15 -4
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +24 -4
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +25 -4
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +21 -4
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +15 -4
- pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configuration.py +255 -0
- pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configurations.py +191 -0
- pulumi_oci/bigdataservice/get_bds_instances.py +19 -4
- pulumi_oci/bigdataservice/outputs.py +180 -0
- pulumi_oci/blockchain/_inputs.py +193 -0
- pulumi_oci/blockchain/blockchain_platform.py +5 -0
- pulumi_oci/blockchain/get_blockchain_platform.py +39 -4
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +15 -4
- pulumi_oci/blockchain/get_blockchain_platforms.py +19 -4
- pulumi_oci/blockchain/get_osn.py +18 -4
- pulumi_oci/blockchain/get_osns.py +17 -4
- pulumi_oci/blockchain/get_peer.py +21 -4
- pulumi_oci/blockchain/get_peers.py +17 -4
- pulumi_oci/blockchain/osn.py +5 -0
- pulumi_oci/blockchain/outputs.py +5 -0
- pulumi_oci/blockchain/peer.py +5 -0
- pulumi_oci/budget/_inputs.py +25 -0
- pulumi_oci/budget/budget.py +5 -0
- pulumi_oci/budget/get_alert_rule.py +27 -4
- pulumi_oci/budget/get_alert_rules.py +19 -4
- pulumi_oci/budget/get_budget.py +34 -4
- pulumi_oci/budget/get_budgets.py +21 -4
- pulumi_oci/budget/outputs.py +5 -0
- pulumi_oci/budget/rule.py +5 -0
- pulumi_oci/capacitymanagement/__init__.py +8 -0
- pulumi_oci/capacitymanagement/_inputs.py +755 -3
- pulumi_oci/capacitymanagement/get_internal_namespace_occ_overviews.py +242 -0
- pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +31 -11
- pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_block_details.py +163 -0
- pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_blocks.py +270 -0
- pulumi_oci/capacitymanagement/get_namespace_occ_overviews.py +223 -0
- pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +29 -5
- pulumi_oci/capacitymanagement/get_occ_availability_catalog_content.py +12 -4
- pulumi_oci/capacitymanagement/get_occ_availability_catalog_occ_availabilities.py +23 -4
- pulumi_oci/capacitymanagement/get_occ_availability_catalogs.py +22 -4
- pulumi_oci/capacitymanagement/get_occ_capacity_request.py +47 -6
- pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +49 -9
- pulumi_oci/capacitymanagement/get_occ_customer_group.py +25 -5
- pulumi_oci/capacitymanagement/get_occ_customer_groups.py +20 -4
- pulumi_oci/capacitymanagement/get_occ_handover_resource_block_details.py +163 -0
- pulumi_oci/capacitymanagement/get_occ_handover_resource_blocks.py +248 -0
- pulumi_oci/capacitymanagement/occ_availability_catalog.py +9 -4
- pulumi_oci/capacitymanagement/occ_capacity_request.py +83 -32
- pulumi_oci/capacitymanagement/occ_customer_group.py +695 -0
- pulumi_oci/capacitymanagement/occ_customer_group_occ_customer.py +417 -0
- pulumi_oci/capacitymanagement/outputs.py +1673 -166
- pulumi_oci/certificatesmanagement/_inputs.py +753 -0
- pulumi_oci/certificatesmanagement/ca_bundle.py +5 -0
- pulumi_oci/certificatesmanagement/certificate.py +5 -0
- pulumi_oci/certificatesmanagement/certificate_authority.py +5 -0
- pulumi_oci/certificatesmanagement/get_association.py +19 -4
- pulumi_oci/certificatesmanagement/get_associations.py +25 -4
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +21 -4
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +21 -4
- pulumi_oci/certificatesmanagement/get_certificate.py +31 -4
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +23 -4
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +30 -4
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +24 -4
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +17 -4
- pulumi_oci/certificatesmanagement/get_certificate_version.py +24 -4
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +17 -4
- pulumi_oci/certificatesmanagement/get_certificates.py +23 -4
- pulumi_oci/certificatesmanagement/outputs.py +5 -0
- pulumi_oci/cloudbridge/_inputs.py +521 -0
- pulumi_oci/cloudbridge/agent.py +5 -0
- pulumi_oci/cloudbridge/agent_dependency.py +5 -0
- pulumi_oci/cloudbridge/agent_plugin.py +5 -0
- pulumi_oci/cloudbridge/asset.py +5 -0
- pulumi_oci/cloudbridge/asset_source.py +5 -0
- pulumi_oci/cloudbridge/discovery_schedule.py +5 -0
- pulumi_oci/cloudbridge/environment.py +5 -0
- pulumi_oci/cloudbridge/get_agent.py +30 -4
- pulumi_oci/cloudbridge/get_agent_dependencies.py +23 -4
- pulumi_oci/cloudbridge/get_agent_dependency.py +28 -4
- pulumi_oci/cloudbridge/get_agent_plugin.py +24 -4
- pulumi_oci/cloudbridge/get_agents.py +23 -4
- pulumi_oci/cloudbridge/get_appliance_image.py +15 -4
- pulumi_oci/cloudbridge/get_appliance_images.py +17 -4
- pulumi_oci/cloudbridge/get_asset.py +29 -4
- pulumi_oci/cloudbridge/get_asset_source.py +31 -4
- pulumi_oci/cloudbridge/get_asset_sources.py +21 -4
- pulumi_oci/cloudbridge/get_assets.py +29 -4
- pulumi_oci/cloudbridge/get_discovery_schedule.py +22 -4
- pulumi_oci/cloudbridge/get_discovery_schedules.py +21 -4
- pulumi_oci/cloudbridge/get_environment.py +21 -4
- pulumi_oci/cloudbridge/get_environments.py +21 -4
- pulumi_oci/cloudbridge/get_inventories.py +17 -4
- pulumi_oci/cloudbridge/get_inventory.py +21 -4
- pulumi_oci/cloudbridge/inventory.py +5 -0
- pulumi_oci/cloudbridge/outputs.py +5 -0
- pulumi_oci/cloudguard/_inputs.py +1794 -25
- pulumi_oci/cloudguard/adhoc_query.py +5 -0
- pulumi_oci/cloudguard/cloud_guard_configuration.py +5 -0
- pulumi_oci/cloudguard/cloud_guard_data_source.py +5 -0
- pulumi_oci/cloudguard/data_mask_rule.py +5 -0
- pulumi_oci/cloudguard/detector_recipe.py +5 -0
- pulumi_oci/cloudguard/get_adhoc_queries.py +25 -4
- pulumi_oci/cloudguard/get_adhoc_query.py +23 -4
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +15 -4
- pulumi_oci/cloudguard/get_data_mask_rule.py +26 -4
- pulumi_oci/cloudguard/get_data_mask_rules.py +29 -4
- pulumi_oci/cloudguard/get_data_source.py +25 -4
- pulumi_oci/cloudguard/get_data_source_event.py +15 -4
- pulumi_oci/cloudguard/get_data_source_events.py +17 -4
- pulumi_oci/cloudguard/get_data_sources.py +27 -4
- pulumi_oci/cloudguard/get_detector_recipe.py +28 -4
- pulumi_oci/cloudguard/get_detector_recipes.py +25 -4
- pulumi_oci/cloudguard/get_guard_target.py +29 -4
- pulumi_oci/cloudguard/get_guard_targets.py +25 -4
- pulumi_oci/cloudguard/get_managed_list.py +27 -4
- pulumi_oci/cloudguard/get_managed_lists.py +27 -4
- pulumi_oci/cloudguard/get_problem_entities.py +15 -4
- pulumi_oci/cloudguard/get_problem_entity.py +13 -4
- pulumi_oci/cloudguard/get_responder_recipe.py +26 -4
- pulumi_oci/cloudguard/get_responder_recipes.py +25 -4
- pulumi_oci/cloudguard/get_saved_queries.py +21 -4
- pulumi_oci/cloudguard/get_saved_query.py +22 -4
- pulumi_oci/cloudguard/get_security_policies.py +20 -4
- pulumi_oci/cloudguard/get_security_policy.py +25 -4
- pulumi_oci/cloudguard/get_security_recipe.py +23 -4
- pulumi_oci/cloudguard/get_security_recipes.py +20 -4
- pulumi_oci/cloudguard/get_security_zone.py +24 -4
- pulumi_oci/cloudguard/get_security_zones.py +24 -4
- pulumi_oci/cloudguard/get_wlp_agent.py +24 -4
- pulumi_oci/cloudguard/get_wlp_agents.py +15 -4
- pulumi_oci/cloudguard/managed_list.py +5 -0
- pulumi_oci/cloudguard/outputs.py +5 -0
- pulumi_oci/cloudguard/responder_recipe.py +5 -0
- pulumi_oci/cloudguard/saved_query.py +5 -0
- pulumi_oci/cloudguard/security_recipe.py +5 -0
- pulumi_oci/cloudguard/security_zone.py +5 -0
- pulumi_oci/cloudguard/target.py +5 -0
- pulumi_oci/cloudguard/wlp_agent.py +5 -0
- pulumi_oci/cloudmigrations/_inputs.py +1382 -19
- pulumi_oci/cloudmigrations/get_migration.py +23 -4
- pulumi_oci/cloudmigrations/get_migration_asset.py +32 -4
- pulumi_oci/cloudmigrations/get_migration_assets.py +21 -4
- pulumi_oci/cloudmigrations/get_migration_plan.py +28 -4
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +21 -4
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +23 -4
- pulumi_oci/cloudmigrations/get_migration_plans.py +23 -4
- pulumi_oci/cloudmigrations/get_migrations.py +21 -4
- pulumi_oci/cloudmigrations/get_replication_schedule.py +22 -4
- pulumi_oci/cloudmigrations/get_replication_schedules.py +21 -4
- pulumi_oci/cloudmigrations/get_target_asset.py +32 -4
- pulumi_oci/cloudmigrations/get_target_assets.py +21 -4
- pulumi_oci/cloudmigrations/migration.py +5 -0
- pulumi_oci/cloudmigrations/migration_asset.py +5 -0
- pulumi_oci/cloudmigrations/migration_plan.py +5 -0
- pulumi_oci/cloudmigrations/outputs.py +5 -0
- pulumi_oci/cloudmigrations/replication_schedule.py +5 -0
- pulumi_oci/cloudmigrations/target_asset.py +5 -0
- pulumi_oci/clusterplacementgroups/_inputs.py +57 -0
- pulumi_oci/clusterplacementgroups/cluster_placement_group.py +5 -0
- pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py +27 -4
- pulumi_oci/clusterplacementgroups/get_cluster_placement_groups.py +24 -4
- pulumi_oci/clusterplacementgroups/outputs.py +5 -0
- pulumi_oci/computecloud/_inputs.py +228 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +5 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +5 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +32 -4
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +27 -4
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +24 -4
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +27 -4
- pulumi_oci/computecloud/outputs.py +5 -0
- pulumi_oci/computeinstanceagent/_inputs.py +31 -0
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +20 -4
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +21 -4
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +21 -4
- pulumi_oci/computeinstanceagent/outputs.py +5 -0
- pulumi_oci/config/__init__.pyi +5 -0
- pulumi_oci/config/vars.py +5 -0
- pulumi_oci/containerengine/__init__.py +1 -0
- pulumi_oci/containerengine/_inputs.py +1161 -0
- pulumi_oci/containerengine/addon.py +5 -0
- pulumi_oci/containerengine/cluster.py +5 -0
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +5 -0
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +5 -0
- pulumi_oci/containerengine/cluster_workload_mapping.py +5 -0
- pulumi_oci/containerengine/container_instance.py +5 -0
- pulumi_oci/containerengine/get_addon.py +21 -4
- pulumi_oci/containerengine/get_addon_options.py +17 -4
- pulumi_oci/containerengine/get_addons.py +15 -4
- pulumi_oci/containerengine/get_cluster.py +352 -0
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +15 -4
- pulumi_oci/containerengine/get_cluster_kube_config.py +19 -4
- pulumi_oci/containerengine/get_cluster_option.py +16 -4
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +21 -4
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +15 -4
- pulumi_oci/containerengine/get_clusters.py +19 -4
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +14 -4
- pulumi_oci/containerengine/get_node_pool.py +35 -4
- pulumi_oci/containerengine/get_node_pool_option.py +18 -4
- pulumi_oci/containerengine/get_node_pools.py +21 -4
- pulumi_oci/containerengine/get_pod_shapes.py +19 -4
- pulumi_oci/containerengine/get_virtual_node_pool.py +30 -4
- pulumi_oci/containerengine/get_virtual_node_pools.py +21 -4
- pulumi_oci/containerengine/get_work_request_errors.py +17 -4
- pulumi_oci/containerengine/get_work_request_log_entries.py +17 -4
- pulumi_oci/containerengine/get_work_requests.py +23 -4
- pulumi_oci/containerengine/node_pool.py +5 -0
- pulumi_oci/containerengine/outputs.py +497 -0
- pulumi_oci/containerengine/virtual_node_pool.py +5 -0
- pulumi_oci/containerinstances/_inputs.py +31 -0
- pulumi_oci/containerinstances/get_container_instance.py +34 -4
- pulumi_oci/containerinstances/get_container_instance_shape.py +15 -4
- pulumi_oci/containerinstances/get_container_instance_shapes.py +17 -4
- pulumi_oci/containerinstances/get_container_instances.py +21 -4
- pulumi_oci/containerinstances/outputs.py +5 -0
- pulumi_oci/core/_inputs.py +5856 -160
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +5 -0
- pulumi_oci/core/app_catalog_subscription.py +5 -0
- pulumi_oci/core/boot_volume.py +5 -0
- pulumi_oci/core/boot_volume_backup.py +5 -0
- pulumi_oci/core/capture_filter.py +5 -0
- pulumi_oci/core/cluster_network.py +12 -7
- pulumi_oci/core/compute_capacity_report.py +5 -0
- pulumi_oci/core/compute_capacity_reservation.py +5 -0
- pulumi_oci/core/compute_capacity_topology.py +5 -0
- pulumi_oci/core/compute_cluster.py +5 -0
- pulumi_oci/core/compute_image_capability_schema.py +5 -0
- pulumi_oci/core/console_history.py +5 -0
- pulumi_oci/core/cpe.py +5 -0
- pulumi_oci/core/cross_connect.py +5 -0
- pulumi_oci/core/cross_connect_group.py +5 -0
- pulumi_oci/core/dedicated_vm_host.py +5 -0
- pulumi_oci/core/default_dhcp_options.py +5 -0
- pulumi_oci/core/default_route_table.py +5 -0
- pulumi_oci/core/default_security_list.py +5 -0
- pulumi_oci/core/dhcp_options.py +5 -0
- pulumi_oci/core/drg.py +5 -0
- pulumi_oci/core/drg_attachment.py +5 -0
- pulumi_oci/core/drg_attachment_management.py +5 -0
- pulumi_oci/core/drg_attachments_list.py +5 -0
- pulumi_oci/core/drg_route_distribution.py +5 -0
- pulumi_oci/core/drg_route_distribution_statement.py +5 -0
- pulumi_oci/core/drg_route_table.py +5 -0
- pulumi_oci/core/drg_route_table_route_rule.py +5 -0
- pulumi_oci/core/get_app_catalog_listing.py +19 -4
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +21 -4
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +15 -4
- pulumi_oci/core/get_app_catalog_listings.py +19 -4
- pulumi_oci/core/get_app_catalog_subscriptions.py +17 -4
- pulumi_oci/core/get_block_volume_replica.py +23 -4
- pulumi_oci/core/get_block_volume_replicas.py +23 -4
- pulumi_oci/core/get_boot_volume.py +35 -4
- pulumi_oci/core/get_boot_volume_attachments.py +21 -4
- pulumi_oci/core/get_boot_volume_backup.py +30 -4
- pulumi_oci/core/get_boot_volume_backups.py +23 -4
- pulumi_oci/core/get_boot_volume_replica.py +24 -4
- pulumi_oci/core/get_boot_volume_replicas.py +23 -4
- pulumi_oci/core/get_boot_volumes.py +19 -4
- pulumi_oci/core/get_byoip_allocated_ranges.py +15 -4
- pulumi_oci/core/get_byoip_range.py +26 -4
- pulumi_oci/core/get_byoip_ranges.py +19 -4
- pulumi_oci/core/get_capture_filter.py +21 -4
- pulumi_oci/core/get_capture_filters.py +21 -4
- pulumi_oci/core/get_cluster_network.py +24 -4
- pulumi_oci/core/get_cluster_network_instances.py +19 -4
- pulumi_oci/core/get_cluster_networks.py +19 -4
- pulumi_oci/core/get_cnv_dns_resolver_association.py +14 -4
- pulumi_oci/core/get_compute_capacity_reservation.py +24 -4
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +19 -4
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +19 -4
- pulumi_oci/core/get_compute_capacity_reservations.py +21 -4
- pulumi_oci/core/get_compute_capacity_topologies.py +19 -4
- pulumi_oci/core/get_compute_capacity_topology.py +21 -4
- pulumi_oci/core/get_compute_capacity_topology_compute_bare_metal_hosts.py +25 -4
- pulumi_oci/core/get_compute_capacity_topology_compute_hpc_islands.py +19 -4
- pulumi_oci/core/get_compute_capacity_topology_compute_network_blocks.py +21 -4
- pulumi_oci/core/get_compute_cluster.py +19 -4
- pulumi_oci/core/get_compute_clusters.py +19 -4
- pulumi_oci/core/get_compute_global_image_capability_schema.py +18 -4
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +17 -4
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +18 -4
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +17 -4
- pulumi_oci/core/get_compute_image_capability_schema.py +23 -4
- pulumi_oci/core/get_compute_image_capability_schemas.py +19 -4
- pulumi_oci/core/get_console_histories.py +21 -4
- pulumi_oci/core/get_console_history_data.py +17 -4
- pulumi_oci/core/get_cpe_device_shape.py +15 -4
- pulumi_oci/core/get_cpe_device_shapes.py +13 -4
- pulumi_oci/core/get_cpes.py +15 -4
- pulumi_oci/core/get_cross_connect.py +29 -4
- pulumi_oci/core/get_cross_connect_group.py +22 -4
- pulumi_oci/core/get_cross_connect_groups.py +19 -4
- pulumi_oci/core/get_cross_connect_locations.py +15 -4
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +15 -4
- pulumi_oci/core/get_cross_connect_status.py +16 -4
- pulumi_oci/core/get_cross_connects.py +21 -4
- pulumi_oci/core/get_dedicated_vm_host.py +25 -4
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +19 -4
- pulumi_oci/core/get_dedicated_vm_host_instances.py +19 -4
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +19 -4
- pulumi_oci/core/get_dedicated_vm_hosts.py +27 -4
- pulumi_oci/core/get_dhcp_options.py +21 -4
- pulumi_oci/core/get_drg_attachments.py +29 -4
- pulumi_oci/core/get_drg_route_distribution.py +20 -4
- pulumi_oci/core/get_drg_route_distribution_statements.py +15 -4
- pulumi_oci/core/get_drg_route_distributions.py +19 -4
- pulumi_oci/core/get_drg_route_rule.py +22 -4
- pulumi_oci/core/get_drg_route_table_route_rules.py +17 -4
- pulumi_oci/core/get_drg_route_tables.py +21 -4
- pulumi_oci/core/get_drgs.py +15 -4
- pulumi_oci/core/get_fast_connect_provider_service.py +23 -4
- pulumi_oci/core/get_fast_connect_provider_service_key.py +17 -4
- pulumi_oci/core/get_fast_connect_provider_services.py +15 -4
- pulumi_oci/core/get_image.py +30 -4
- pulumi_oci/core/get_image_shape.py +17 -4
- pulumi_oci/core/get_image_shapes.py +15 -4
- pulumi_oci/core/get_images.py +29 -4
- pulumi_oci/core/get_instance.py +84 -5
- pulumi_oci/core/get_instance_configuration.py +21 -4
- pulumi_oci/core/get_instance_configurations.py +15 -4
- pulumi_oci/core/get_instance_console_connections.py +17 -4
- pulumi_oci/core/get_instance_credentials.py +14 -4
- pulumi_oci/core/get_instance_devices.py +19 -4
- pulumi_oci/core/get_instance_maintenance_event.py +36 -4
- pulumi_oci/core/get_instance_maintenance_events.py +27 -4
- pulumi_oci/core/get_instance_maintenance_reboot.py +13 -4
- pulumi_oci/core/get_instance_measured_boot_report.py +14 -4
- pulumi_oci/core/get_instance_pool.py +25 -4
- pulumi_oci/core/get_instance_pool_instances.py +19 -4
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +19 -4
- pulumi_oci/core/get_instance_pools.py +19 -4
- pulumi_oci/core/get_instances.py +25 -4
- pulumi_oci/core/get_internet_gateways.py +21 -4
- pulumi_oci/core/get_ip_inventory_subnet.py +17 -4
- pulumi_oci/core/get_ip_inventory_subnet_cidr.py +17 -4
- pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +22 -4
- pulumi_oci/core/get_ipsec_algorithm.py +14 -4
- pulumi_oci/core/get_ipsec_config.py +17 -4
- pulumi_oci/core/get_ipsec_connection_tunnel.py +35 -4
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +19 -4
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +19 -4
- pulumi_oci/core/get_ipsec_connection_tunnels.py +15 -4
- pulumi_oci/core/get_ipsec_connections.py +19 -4
- pulumi_oci/core/get_ipsec_status.py +17 -4
- pulumi_oci/core/get_ipv6.py +22 -4
- pulumi_oci/core/get_ipv6s.py +19 -4
- pulumi_oci/core/get_letter_of_authority.py +18 -4
- pulumi_oci/core/get_listing_resource_version.py +21 -4
- pulumi_oci/core/get_listing_resource_versions.py +15 -4
- pulumi_oci/core/get_local_peering_gateways.py +17 -4
- pulumi_oci/core/get_nat_gateway.py +23 -4
- pulumi_oci/core/get_nat_gateways.py +21 -4
- pulumi_oci/core/get_network_security_group.py +19 -4
- pulumi_oci/core/get_network_security_group_security_rules.py +17 -4
- pulumi_oci/core/get_network_security_group_vnics.py +15 -4
- pulumi_oci/core/get_network_security_groups.py +23 -4
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +13 -4
- pulumi_oci/core/get_private_ip.py +25 -4
- pulumi_oci/core/get_private_ips.py +21 -4
- pulumi_oci/core/get_public_ip.py +27 -4
- pulumi_oci/core/get_public_ip_pool.py +19 -4
- pulumi_oci/core/get_public_ip_pools.py +19 -4
- pulumi_oci/core/get_public_ips.py +23 -4
- pulumi_oci/core/get_remote_peering_connections.py +17 -4
- pulumi_oci/core/get_route_tables.py +21 -4
- pulumi_oci/core/get_security_lists.py +21 -4
- pulumi_oci/core/get_service_gateways.py +19 -4
- pulumi_oci/core/get_services.py +13 -4
- pulumi_oci/core/get_shape.py +19 -4
- pulumi_oci/core/get_shapes.py +19 -4
- pulumi_oci/core/get_subnet.py +33 -4
- pulumi_oci/core/get_subnets.py +21 -4
- pulumi_oci/core/get_tunnel_security_associations.py +17 -4
- pulumi_oci/core/get_vcn.py +46 -5
- pulumi_oci/core/get_vcns.py +19 -4
- pulumi_oci/core/get_virtual_circuit.py +40 -4
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +15 -4
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +15 -4
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +17 -4
- pulumi_oci/core/get_virtual_circuits.py +19 -4
- pulumi_oci/core/get_virtual_networks.py +19 -4
- pulumi_oci/core/get_vlan.py +24 -4
- pulumi_oci/core/get_vlans.py +21 -4
- pulumi_oci/core/get_vnic.py +44 -5
- pulumi_oci/core/get_vnic_attachments.py +21 -4
- pulumi_oci/core/get_volume.py +35 -4
- pulumi_oci/core/get_volume_attachments.py +21 -4
- pulumi_oci/core/get_volume_backup_policies.py +15 -4
- pulumi_oci/core/get_volume_backup_policy_assignments.py +15 -4
- pulumi_oci/core/get_volume_backups.py +23 -4
- pulumi_oci/core/get_volume_group_backups.py +19 -4
- pulumi_oci/core/get_volume_group_replica.py +23 -4
- pulumi_oci/core/get_volume_group_replicas.py +21 -4
- pulumi_oci/core/get_volume_groups.py +21 -4
- pulumi_oci/core/get_volumes.py +25 -4
- pulumi_oci/core/get_vtap.py +33 -4
- pulumi_oci/core/get_vtaps.py +29 -4
- pulumi_oci/core/image.py +5 -0
- pulumi_oci/core/instance.py +92 -0
- pulumi_oci/core/instance_configuration.py +17 -0
- pulumi_oci/core/instance_console_connection.py +5 -0
- pulumi_oci/core/instance_maintenance_event.py +5 -0
- pulumi_oci/core/instance_pool.py +5 -0
- pulumi_oci/core/instance_pool_instance.py +5 -0
- pulumi_oci/core/internet_gateway.py +5 -0
- pulumi_oci/core/ipsec.py +188 -23
- pulumi_oci/core/ipsec_connection_tunnel_management.py +5 -0
- pulumi_oci/core/ipv6.py +5 -0
- pulumi_oci/core/listing_resource_version_agreement.py +5 -0
- pulumi_oci/core/local_peering_gateway.py +5 -0
- pulumi_oci/core/nat_gateway.py +5 -0
- pulumi_oci/core/network_security_group.py +5 -0
- pulumi_oci/core/network_security_group_security_rule.py +7 -2
- pulumi_oci/core/outputs.py +714 -107
- pulumi_oci/core/private_ip.py +5 -0
- pulumi_oci/core/public_ip.py +5 -0
- pulumi_oci/core/public_ip_pool.py +5 -0
- pulumi_oci/core/public_ip_pool_capacity.py +5 -0
- pulumi_oci/core/remote_peering_connection.py +5 -0
- pulumi_oci/core/route_table.py +5 -0
- pulumi_oci/core/route_table_attachment.py +5 -0
- pulumi_oci/core/security_list.py +5 -0
- pulumi_oci/core/service_gateway.py +18 -7
- pulumi_oci/core/shape_management.py +5 -0
- pulumi_oci/core/subnet.py +5 -0
- pulumi_oci/core/vcn.py +70 -23
- pulumi_oci/core/virtual_circuit.py +5 -0
- pulumi_oci/core/virtual_network.py +40 -1
- pulumi_oci/core/vlan.py +5 -0
- pulumi_oci/core/vnic_attachment.py +7 -0
- pulumi_oci/core/volume.py +5 -0
- pulumi_oci/core/volume_attachment.py +5 -0
- pulumi_oci/core/volume_backup.py +5 -0
- pulumi_oci/core/volume_backup_policy.py +5 -0
- pulumi_oci/core/volume_backup_policy_assignment.py +5 -0
- pulumi_oci/core/volume_group.py +5 -0
- pulumi_oci/core/volume_group_backup.py +5 -0
- pulumi_oci/core/vtap.py +5 -0
- pulumi_oci/database/_inputs.py +5192 -45
- pulumi_oci/database/application_vip.py +5 -0
- pulumi_oci/database/autonomous_container_database.py +5 -0
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +5 -0
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +5 -0
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +5 -0
- pulumi_oci/database/autonomous_database.py +53 -28
- pulumi_oci/database/autonomous_database_backup.py +17 -12
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +5 -0
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +5 -0
- pulumi_oci/database/autonomous_database_saas_admin_user.py +5 -0
- pulumi_oci/database/autonomous_database_software_image.py +5 -0
- pulumi_oci/database/autonomous_database_wallet.py +5 -0
- pulumi_oci/database/autonomous_exadata_infrastructure.py +7 -0
- pulumi_oci/database/autonomous_vm_cluster.py +7 -0
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +5 -0
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +5 -0
- pulumi_oci/database/backup.py +17 -12
- pulumi_oci/database/backup_cancel_management.py +5 -0
- pulumi_oci/database/backup_destination.py +5 -0
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -0
- pulumi_oci/database/cloud_database_management.py +5 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +7 -0
- pulumi_oci/database/cloud_vm_cluster.py +76 -0
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +5 -0
- pulumi_oci/database/data_guard_association.py +5 -0
- pulumi_oci/database/database.py +20 -15
- pulumi_oci/database/database_software_image.py +5 -0
- pulumi_oci/database/database_upgrade.py +17 -12
- pulumi_oci/database/db_home.py +5 -0
- pulumi_oci/database/db_node.py +5 -0
- pulumi_oci/database/db_node_console_connection.py +5 -0
- pulumi_oci/database/db_node_console_history.py +5 -0
- pulumi_oci/database/db_system.py +14 -9
- pulumi_oci/database/db_systems_upgrade.py +5 -0
- pulumi_oci/database/exadata_infrastructure.py +7 -0
- pulumi_oci/database/exadata_infrastructure_compute.py +5 -0
- pulumi_oci/database/exadata_infrastructure_storage.py +5 -0
- pulumi_oci/database/exadata_iorm_config.py +5 -0
- pulumi_oci/database/exadb_vm_cluster.py +5 -0
- pulumi_oci/database/exascale_db_storage_vault.py +5 -0
- pulumi_oci/database/external_container_database.py +5 -0
- pulumi_oci/database/external_container_database_management.py +5 -0
- pulumi_oci/database/external_container_databases_stack_monitoring.py +5 -0
- pulumi_oci/database/external_database_connector.py +5 -0
- pulumi_oci/database/external_non_container_database.py +5 -0
- pulumi_oci/database/external_non_container_database_management.py +5 -0
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +5 -0
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +5 -0
- pulumi_oci/database/external_pluggable_database.py +5 -0
- pulumi_oci/database/external_pluggable_database_management.py +5 -0
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +5 -0
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +5 -0
- pulumi_oci/database/get_application_vip.py +23 -4
- pulumi_oci/database/get_application_vips.py +19 -4
- pulumi_oci/database/get_autonomous_character_sets.py +19 -4
- pulumi_oci/database/get_autonomous_container_database.py +74 -5
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +37 -4
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +15 -4
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +23 -4
- pulumi_oci/database/get_autonomous_container_database_versions.py +17 -4
- pulumi_oci/database/get_autonomous_container_databases.py +31 -4
- pulumi_oci/database/get_autonomous_container_patches.py +19 -4
- pulumi_oci/database/get_autonomous_database.py +166 -8
- pulumi_oci/database/get_autonomous_database_backup.py +37 -7
- pulumi_oci/database/get_autonomous_database_backups.py +23 -4
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +25 -4
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +15 -4
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +16 -4
- pulumi_oci/database/get_autonomous_database_peers.py +15 -4
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +15 -4
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +14 -4
- pulumi_oci/database/get_autonomous_database_software_image.py +24 -4
- pulumi_oci/database/get_autonomous_database_software_images.py +21 -4
- pulumi_oci/database/get_autonomous_database_wallet.py +19 -4
- pulumi_oci/database/get_autonomous_databases.py +125 -9
- pulumi_oci/database/get_autonomous_databases_clones.py +23 -4
- pulumi_oci/database/get_autonomous_db_preview_versions.py +15 -4
- pulumi_oci/database/get_autonomous_db_versions.py +17 -4
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +33 -4
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +15 -4
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +17 -4
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +21 -4
- pulumi_oci/database/get_autonomous_patch.py +22 -4
- pulumi_oci/database/get_autonomous_virtual_machine.py +24 -4
- pulumi_oci/database/get_autonomous_virtual_machines.py +19 -4
- pulumi_oci/database/get_autonomous_vm_cluster.py +62 -4
- pulumi_oci/database/get_autonomous_vm_cluster_acd_resource_usages.py +17 -4
- pulumi_oci/database/get_autonomous_vm_cluster_resource_usage.py +32 -4
- pulumi_oci/database/get_autonomous_vm_clusters.py +21 -4
- pulumi_oci/database/get_backup_destination.py +28 -4
- pulumi_oci/database/get_backup_destinations.py +17 -4
- pulumi_oci/database/get_backups.py +19 -4
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +67 -4
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +17 -4
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +31 -4
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +23 -4
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +47 -4
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +20 -4
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +21 -4
- pulumi_oci/database/get_cloud_vm_cluster.py +77 -5
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +16 -4
- pulumi_oci/database/get_cloud_vm_clusters.py +21 -4
- pulumi_oci/database/get_data_guard_association.py +56 -4
- pulumi_oci/database/get_data_guard_associations.py +15 -4
- pulumi_oci/database/get_database.py +50 -7
- pulumi_oci/database/get_database_maintenance_run_histories.py +25 -4
- pulumi_oci/database/get_database_maintenance_run_history.py +14 -4
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +19 -4
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +24 -4
- pulumi_oci/database/get_database_software_image.py +29 -4
- pulumi_oci/database/get_database_software_images.py +25 -4
- pulumi_oci/database/get_database_upgrade_history_entries.py +19 -4
- pulumi_oci/database/get_database_upgrade_history_entry.py +25 -4
- pulumi_oci/database/get_databases.py +23 -4
- pulumi_oci/database/get_db_home.py +32 -4
- pulumi_oci/database/get_db_home_patch_history_entries.py +15 -4
- pulumi_oci/database/get_db_home_patches.py +15 -4
- pulumi_oci/database/get_db_homes.py +27 -4
- pulumi_oci/database/get_db_node.py +36 -4
- pulumi_oci/database/get_db_node_console_connection.py +22 -4
- pulumi_oci/database/get_db_node_console_connections.py +15 -4
- pulumi_oci/database/get_db_node_console_histories.py +19 -4
- pulumi_oci/database/get_db_node_console_history.py +21 -4
- pulumi_oci/database/get_db_node_console_history_content.py +14 -4
- pulumi_oci/database/get_db_nodes.py +23 -4
- pulumi_oci/database/get_db_server.py +33 -4
- pulumi_oci/database/get_db_servers.py +21 -4
- pulumi_oci/database/get_db_system_compute_performances.py +15 -4
- pulumi_oci/database/get_db_system_history_entries.py +15 -4
- pulumi_oci/database/get_db_system_patches.py +15 -4
- pulumi_oci/database/get_db_system_shapes.py +17 -4
- pulumi_oci/database/get_db_system_storage_performances.py +17 -4
- pulumi_oci/database/get_db_systems.py +23 -4
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +19 -4
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +24 -4
- pulumi_oci/database/get_db_versions.py +25 -4
- pulumi_oci/database/get_exadata_infrastructure.py +60 -4
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +15 -4
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +20 -4
- pulumi_oci/database/get_exadata_infrastructures.py +19 -4
- pulumi_oci/database/get_exadata_iorm_config.py +16 -4
- pulumi_oci/database/get_exadb_vm_cluster.py +51 -4
- pulumi_oci/database/get_exadb_vm_cluster_update.py +22 -4
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +17 -4
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py +22 -4
- pulumi_oci/database/get_exadb_vm_cluster_updates.py +19 -4
- pulumi_oci/database/get_exadb_vm_clusters.py +21 -4
- pulumi_oci/database/get_exascale_db_storage_vault.py +27 -4
- pulumi_oci/database/get_exascale_db_storage_vaults.py +19 -4
- pulumi_oci/database/get_external_container_database.py +30 -4
- pulumi_oci/database/get_external_container_databases.py +19 -4
- pulumi_oci/database/get_external_database_connector.py +26 -4
- pulumi_oci/database/get_external_database_connectors.py +21 -4
- pulumi_oci/database/get_external_non_container_database.py +31 -4
- pulumi_oci/database/get_external_non_container_databases.py +19 -4
- pulumi_oci/database/get_external_pluggable_database.py +33 -4
- pulumi_oci/database/get_external_pluggable_databases.py +21 -4
- pulumi_oci/database/get_flex_components.py +17 -4
- pulumi_oci/database/get_gi_version_minor_versions.py +25 -4
- pulumi_oci/database/get_gi_versions.py +19 -4
- pulumi_oci/database/get_infrastructure_target_version.py +18 -4
- pulumi_oci/database/get_key_store.py +22 -4
- pulumi_oci/database/get_key_stores.py +15 -4
- pulumi_oci/database/get_maintenance_run.py +42 -4
- pulumi_oci/database/get_maintenance_runs.py +27 -4
- pulumi_oci/database/get_managed_preferred_credential.py +22 -4
- pulumi_oci/database/get_managed_preferred_credentials.py +15 -4
- pulumi_oci/database/get_oneoff_patch.py +27 -4
- pulumi_oci/database/get_oneoff_patches.py +19 -4
- pulumi_oci/database/get_pluggable_database.py +47 -5
- pulumi_oci/database/get_pluggable_databases.py +21 -4
- pulumi_oci/database/get_system_versions.py +19 -4
- pulumi_oci/database/get_vm_cluster.py +57 -5
- pulumi_oci/database/get_vm_cluster_network.py +29 -4
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +17 -4
- pulumi_oci/database/get_vm_cluster_networks.py +21 -4
- pulumi_oci/database/get_vm_cluster_patch.py +21 -4
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +15 -4
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +20 -4
- pulumi_oci/database/get_vm_cluster_patches.py +15 -4
- pulumi_oci/database/get_vm_cluster_recommended_network.py +37 -4
- pulumi_oci/database/get_vm_cluster_update.py +22 -4
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +19 -4
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +21 -4
- pulumi_oci/database/get_vm_cluster_updates.py +19 -4
- pulumi_oci/database/get_vm_clusters.py +21 -4
- pulumi_oci/database/key_store.py +5 -0
- pulumi_oci/database/maintenance_run.py +5 -0
- pulumi_oci/database/oneoff_patch.py +5 -0
- pulumi_oci/database/outputs.py +1436 -74
- pulumi_oci/database/pluggable_database.py +39 -0
- pulumi_oci/database/pluggable_database_managements_management.py +5 -0
- pulumi_oci/database/pluggable_databases_local_clone.py +5 -0
- pulumi_oci/database/pluggable_databases_remote_clone.py +5 -0
- pulumi_oci/database/vm_cluster.py +76 -0
- pulumi_oci/database/vm_cluster_add_virtual_network.py +33 -0
- pulumi_oci/database/vm_cluster_network.py +5 -0
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +33 -0
- pulumi_oci/databasemanagement/_inputs.py +2985 -55
- pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +5 -0
- pulumi_oci/databasemanagement/database_dbm_features_management.py +5 -0
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +5 -0
- pulumi_oci/databasemanagement/external_asm.py +5 -0
- pulumi_oci/databasemanagement/external_asm_instance.py +5 -0
- pulumi_oci/databasemanagement/external_cluster.py +5 -0
- pulumi_oci/databasemanagement/external_cluster_instance.py +5 -0
- pulumi_oci/databasemanagement/external_db_home.py +5 -0
- pulumi_oci/databasemanagement/external_db_node.py +5 -0
- pulumi_oci/databasemanagement/external_db_system.py +5 -0
- pulumi_oci/databasemanagement/external_db_system_connector.py +5 -0
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +5 -0
- pulumi_oci/databasemanagement/external_db_system_discovery.py +5 -0
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +5 -0
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +5 -0
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +5 -0
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +5 -0
- pulumi_oci/databasemanagement/external_exadata_storage_grid.py +5 -0
- pulumi_oci/databasemanagement/external_exadata_storage_server.py +5 -0
- pulumi_oci/databasemanagement/external_listener.py +5 -0
- pulumi_oci/databasemanagement/externalcontainerdatabase_external_container_dbm_features_management.py +5 -0
- pulumi_oci/databasemanagement/externalnoncontainerdatabase_external_non_container_dbm_features_management.py +5 -0
- pulumi_oci/databasemanagement/externalpluggabledatabase_external_pluggable_dbm_features_management.py +5 -0
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +26 -4
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +15 -4
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +17 -4
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +25 -4
- pulumi_oci/databasemanagement/get_external_asm.py +30 -4
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +15 -4
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +17 -4
- pulumi_oci/databasemanagement/get_external_asm_instance.py +27 -4
- pulumi_oci/databasemanagement/get_external_asm_instances.py +19 -4
- pulumi_oci/databasemanagement/get_external_asm_users.py +17 -4
- pulumi_oci/databasemanagement/get_external_asms.py +19 -4
- pulumi_oci/databasemanagement/get_external_cluster.py +32 -4
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +30 -4
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +19 -4
- pulumi_oci/databasemanagement/get_external_clusters.py +19 -4
- pulumi_oci/databasemanagement/get_external_databases.py +21 -4
- pulumi_oci/databasemanagement/get_external_db_home.py +25 -4
- pulumi_oci/databasemanagement/get_external_db_homes.py +19 -4
- pulumi_oci/databasemanagement/get_external_db_node.py +29 -4
- pulumi_oci/databasemanagement/get_external_db_nodes.py +19 -4
- pulumi_oci/databasemanagement/get_external_db_system.py +27 -4
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +28 -4
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +19 -4
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +17 -4
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +26 -4
- pulumi_oci/databasemanagement/get_external_db_systems.py +17 -4
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +33 -4
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +17 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +30 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +19 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +28 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +36 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +15 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +13 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +13 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +19 -4
- pulumi_oci/databasemanagement/get_external_listener.py +39 -4
- pulumi_oci/databasemanagement/get_external_listener_services.py +19 -4
- pulumi_oci/databasemanagement/get_external_listeners.py +19 -4
- pulumi_oci/databasemanagement/get_job_executions_status.py +24 -4
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +26 -4
- pulumi_oci/databasemanagement/get_managed_database.py +34 -4
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +19 -4
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +27 -4
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +29 -4
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +27 -4
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +29 -4
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_group.py +22 -4
- pulumi_oci/databasemanagement/get_managed_database_groups.py +20 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +24 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +19 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +25 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +28 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +25 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +31 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +24 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +19 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +41 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +25 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +22 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +27 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +31 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +19 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +23 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +30 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +15 -4
- pulumi_oci/databasemanagement/get_managed_database_user.py +40 -4
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_users.py +19 -4
- pulumi_oci/databasemanagement/get_managed_databases.py +24 -4
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +17 -4
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +15 -4
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +23 -4
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +23 -4
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +17 -4
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +21 -4
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +17 -4
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +21 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +25 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_database_configuration_data.py +15 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +21 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_databases.py +15 -4
- pulumi_oci/databasemanagement/get_named_credential.py +26 -4
- pulumi_oci/databasemanagement/get_named_credentials.py +23 -4
- pulumi_oci/databasemanagement/managed_database.py +5 -0
- pulumi_oci/databasemanagement/managed_database_group.py +5 -0
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +5 -0
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +5 -0
- pulumi_oci/databasemanagement/named_credential.py +5 -0
- pulumi_oci/databasemanagement/outputs.py +5 -0
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +5 -0
- pulumi_oci/databasemigration/_inputs.py +687 -0
- pulumi_oci/databasemigration/connection.py +5 -0
- pulumi_oci/databasemigration/get_connection.py +53 -4
- pulumi_oci/databasemigration/get_connections.py +25 -4
- pulumi_oci/databasemigration/get_job_advisor_report.py +18 -4
- pulumi_oci/databasemigration/get_job_output.py +13 -4
- pulumi_oci/databasemigration/get_migration.py +39 -4
- pulumi_oci/databasemigration/get_migration_object_types.py +15 -4
- pulumi_oci/databasemigration/get_migrations.py +39 -4
- pulumi_oci/databasemigration/job.py +5 -0
- pulumi_oci/databasemigration/migration.py +5 -0
- pulumi_oci/databasemigration/outputs.py +5 -0
- pulumi_oci/databasetools/_inputs.py +215 -0
- pulumi_oci/databasetools/database_tools_connection.py +5 -0
- pulumi_oci/databasetools/database_tools_private_endpoint.py +5 -0
- pulumi_oci/databasetools/get_database_tools_connection.py +33 -4
- pulumi_oci/databasetools/get_database_tools_connections.py +25 -4
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +23 -4
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +21 -4
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +32 -4
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +23 -4
- pulumi_oci/databasetools/outputs.py +5 -0
- pulumi_oci/datacatalog/_inputs.py +130 -0
- pulumi_oci/datacatalog/catalog.py +5 -0
- pulumi_oci/datacatalog/catalog_private_endpoint.py +5 -0
- pulumi_oci/datacatalog/connection.py +5 -0
- pulumi_oci/datacatalog/data_asset.py +5 -0
- pulumi_oci/datacatalog/get_catalog.py +26 -4
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +25 -4
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +19 -4
- pulumi_oci/datacatalog/get_catalog_type.py +27 -4
- pulumi_oci/datacatalog/get_catalog_types.py +31 -4
- pulumi_oci/datacatalog/get_catalogs.py +19 -4
- pulumi_oci/datacatalog/get_connection.py +33 -4
- pulumi_oci/datacatalog/get_connections.py +39 -4
- pulumi_oci/datacatalog/get_data_asset.py +30 -4
- pulumi_oci/datacatalog/get_data_assets.py +29 -4
- pulumi_oci/datacatalog/get_metastore.py +24 -4
- pulumi_oci/datacatalog/get_metastores.py +19 -4
- pulumi_oci/datacatalog/metastore.py +5 -0
- pulumi_oci/datacatalog/outputs.py +5 -0
- pulumi_oci/dataflow/_inputs.py +420 -0
- pulumi_oci/dataflow/application.py +5 -0
- pulumi_oci/dataflow/get_application.py +45 -4
- pulumi_oci/dataflow/get_applications.py +23 -4
- pulumi_oci/dataflow/get_invoke_run.py +57 -4
- pulumi_oci/dataflow/get_invoke_runs.py +29 -4
- pulumi_oci/dataflow/get_pool.py +27 -4
- pulumi_oci/dataflow/get_pools.py +23 -4
- pulumi_oci/dataflow/get_private_endpoint.py +28 -4
- pulumi_oci/dataflow/get_private_endpoints.py +23 -4
- pulumi_oci/dataflow/get_run_log.py +18 -4
- pulumi_oci/dataflow/get_run_logs.py +15 -4
- pulumi_oci/dataflow/get_run_statement.py +20 -4
- pulumi_oci/dataflow/get_run_statements.py +17 -4
- pulumi_oci/dataflow/get_sql_endpoint.py +36 -4
- pulumi_oci/dataflow/get_sql_endpoints.py +21 -4
- pulumi_oci/dataflow/invoke_run.py +5 -0
- pulumi_oci/dataflow/outputs.py +5 -0
- pulumi_oci/dataflow/pool.py +5 -0
- pulumi_oci/dataflow/private_endpoint.py +5 -0
- pulumi_oci/dataflow/run_statement.py +5 -0
- pulumi_oci/dataflow/sql_endpoint.py +5 -0
- pulumi_oci/dataintegration/_inputs.py +3126 -70
- pulumi_oci/dataintegration/get_workspace.py +34 -4
- pulumi_oci/dataintegration/get_workspace_application.py +38 -4
- pulumi_oci/dataintegration/get_workspace_application_patch.py +36 -4
- pulumi_oci/dataintegration/get_workspace_application_patches.py +23 -4
- pulumi_oci/dataintegration/get_workspace_application_schedule.py +30 -4
- pulumi_oci/dataintegration/get_workspace_application_schedules.py +25 -4
- pulumi_oci/dataintegration/get_workspace_application_task_schedule.py +43 -4
- pulumi_oci/dataintegration/get_workspace_application_task_schedules.py +27 -4
- pulumi_oci/dataintegration/get_workspace_applications.py +23 -4
- pulumi_oci/dataintegration/get_workspace_export_request.py +32 -4
- pulumi_oci/dataintegration/get_workspace_export_requests.py +25 -4
- pulumi_oci/dataintegration/get_workspace_folder.py +27 -4
- pulumi_oci/dataintegration/get_workspace_folders.py +25 -4
- pulumi_oci/dataintegration/get_workspace_import_request.py +30 -4
- pulumi_oci/dataintegration/get_workspace_import_requests.py +25 -4
- pulumi_oci/dataintegration/get_workspace_project.py +26 -4
- pulumi_oci/dataintegration/get_workspace_projects.py +23 -4
- pulumi_oci/dataintegration/get_workspace_task.py +41 -4
- pulumi_oci/dataintegration/get_workspace_tasks.py +27 -4
- pulumi_oci/dataintegration/get_workspaces.py +19 -4
- pulumi_oci/dataintegration/outputs.py +5 -0
- pulumi_oci/dataintegration/workspace.py +5 -0
- pulumi_oci/dataintegration/workspace_application.py +5 -0
- pulumi_oci/dataintegration/workspace_application_patch.py +5 -0
- pulumi_oci/dataintegration/workspace_application_schedule.py +5 -0
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +5 -0
- pulumi_oci/dataintegration/workspace_export_request.py +5 -0
- pulumi_oci/dataintegration/workspace_folder.py +5 -0
- pulumi_oci/dataintegration/workspace_import_request.py +5 -0
- pulumi_oci/dataintegration/workspace_project.py +5 -0
- pulumi_oci/dataintegration/workspace_task.py +5 -0
- pulumi_oci/datalabellingservice/_inputs.py +174 -0
- pulumi_oci/datalabellingservice/dataset.py +5 -0
- pulumi_oci/datalabellingservice/get_annotation_format.py +13 -4
- pulumi_oci/datalabellingservice/get_annotation_formats.py +15 -4
- pulumi_oci/datalabellingservice/get_dataset.py +30 -4
- pulumi_oci/datalabellingservice/get_datasets.py +22 -4
- pulumi_oci/datalabellingservice/outputs.py +5 -0
- pulumi_oci/datasafe/__init__.py +12 -0
- pulumi_oci/datasafe/_inputs.py +2641 -137
- pulumi_oci/datasafe/add_sdm_columns.py +5 -0
- pulumi_oci/datasafe/alert.py +5 -0
- pulumi_oci/datasafe/alert_policy.py +5 -0
- pulumi_oci/datasafe/alert_policy_rule.py +5 -0
- pulumi_oci/datasafe/audit_archive_retrieval.py +5 -0
- pulumi_oci/datasafe/audit_policy.py +5 -0
- pulumi_oci/datasafe/audit_policy_management.py +5 -0
- pulumi_oci/datasafe/audit_profile.py +5 -0
- pulumi_oci/datasafe/audit_profile_management.py +5 -0
- pulumi_oci/datasafe/audit_trail.py +5 -0
- pulumi_oci/datasafe/audit_trail_management.py +5 -0
- pulumi_oci/datasafe/calculate_audit_volume_available.py +5 -0
- pulumi_oci/datasafe/calculate_audit_volume_collected.py +5 -0
- pulumi_oci/datasafe/compare_security_assessment.py +5 -0
- pulumi_oci/datasafe/compare_user_assessment.py +5 -0
- pulumi_oci/datasafe/data_safe_configuration.py +5 -0
- pulumi_oci/datasafe/data_safe_private_endpoint.py +5 -0
- pulumi_oci/datasafe/database_security_config.py +5 -0
- pulumi_oci/datasafe/database_security_config_management.py +5 -0
- pulumi_oci/datasafe/discovery_jobs_result.py +5 -0
- pulumi_oci/datasafe/discovery_mod.py +5 -0
- pulumi_oci/datasafe/get_alert.py +35 -4
- pulumi_oci/datasafe/get_alert_analytic.py +29 -4
- pulumi_oci/datasafe/get_alert_policies.py +33 -4
- pulumi_oci/datasafe/get_alert_policy.py +26 -4
- pulumi_oci/datasafe/get_alert_policy_rule.py +20 -4
- pulumi_oci/datasafe/get_alert_policy_rules.py +15 -4
- pulumi_oci/datasafe/get_alerts.py +24 -4
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +28 -4
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +29 -4
- pulumi_oci/datasafe/get_audit_event.py +19 -4
- pulumi_oci/datasafe/get_audit_event_analytic.py +29 -4
- pulumi_oci/datasafe/get_audit_events.py +21 -4
- pulumi_oci/datasafe/get_audit_policies.py +27 -4
- pulumi_oci/datasafe/get_audit_policy.py +30 -4
- pulumi_oci/datasafe/get_audit_profile.py +30 -4
- pulumi_oci/datasafe/get_audit_profile_analytic.py +19 -4
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +21 -4
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +23 -4
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +19 -4
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +21 -4
- pulumi_oci/datasafe/get_audit_profiles.py +33 -4
- pulumi_oci/datasafe/get_audit_trail.py +36 -4
- pulumi_oci/datasafe/get_audit_trail_analytic.py +21 -4
- pulumi_oci/datasafe/get_audit_trails.py +29 -4
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +11 -4
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +17 -4
- pulumi_oci/datasafe/get_data_safe_configuration.py +20 -4
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +26 -4
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +25 -4
- pulumi_oci/datasafe/get_discovery_analytic.py +21 -4
- pulumi_oci/datasafe/get_discovery_analytics.py +27 -4
- pulumi_oci/datasafe/get_discovery_job.py +36 -4
- pulumi_oci/datasafe/get_discovery_jobs_result.py +33 -4
- pulumi_oci/datasafe/get_discovery_jobs_results.py +27 -4
- pulumi_oci/datasafe/get_library_masking_format.py +23 -4
- pulumi_oci/datasafe/get_library_masking_formats.py +31 -4
- pulumi_oci/datasafe/get_list_user_grants.py +31 -4
- pulumi_oci/datasafe/get_masking_analytic.py +21 -4
- pulumi_oci/datasafe/get_masking_analytics.py +23 -4
- pulumi_oci/datasafe/get_masking_policies.py +33 -4
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +29 -4
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +43 -4
- pulumi_oci/datasafe/get_masking_policy.py +30 -4
- pulumi_oci/datasafe/get_masking_policy_health_report.py +22 -4
- pulumi_oci/datasafe/get_masking_policy_health_report_logs.py +17 -4
- pulumi_oci/datasafe/get_masking_policy_health_reports.py +29 -4
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +21 -4
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +17 -4
- pulumi_oci/datasafe/get_masking_report.py +30 -4
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +27 -4
- pulumi_oci/datasafe/get_masking_reports.py +23 -4
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +25 -4
- pulumi_oci/datasafe/get_onprem_connector.py +23 -4
- pulumi_oci/datasafe/get_onprem_connectors.py +25 -4
- pulumi_oci/datasafe/get_report.py +24 -4
- pulumi_oci/datasafe/get_report_content.py +12 -4
- pulumi_oci/datasafe/get_report_definition.py +39 -4
- pulumi_oci/datasafe/get_report_definitions.py +29 -4
- pulumi_oci/datasafe/get_reports.py +54 -5
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +23 -4
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +25 -4
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +27 -4
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +27 -4
- pulumi_oci/datasafe/get_security_assessment.py +38 -4
- pulumi_oci/datasafe/get_security_assessment_comparison.py +18 -4
- pulumi_oci/datasafe/get_security_assessment_finding.py +31 -4
- pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +29 -4
- pulumi_oci/datasafe/get_security_assessment_findings.py +31 -4
- pulumi_oci/datasafe/get_security_assessment_findings_change_audit_logs.py +33 -4
- pulumi_oci/datasafe/get_security_assessment_security_feature_analytics.py +21 -4
- pulumi_oci/datasafe/get_security_assessment_security_features.py +43 -4
- pulumi_oci/datasafe/get_security_assessments.py +39 -4
- pulumi_oci/datasafe/get_security_policies.py +25 -4
- pulumi_oci/datasafe/get_security_policy.py +22 -4
- pulumi_oci/datasafe/get_security_policy_deployment.py +24 -4
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +17 -4
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +19 -4
- pulumi_oci/datasafe/get_security_policy_deployments.py +29 -4
- pulumi_oci/datasafe/get_security_policy_report.py +23 -4
- pulumi_oci/datasafe/get_security_policy_report_database_table_access_entries.py +17 -4
- pulumi_oci/datasafe/get_security_policy_report_database_table_access_entry.py +36 -4
- pulumi_oci/datasafe/get_security_policy_report_database_view_access_entries.py +19 -4
- pulumi_oci/datasafe/get_security_policy_report_database_view_access_entry.py +34 -4
- pulumi_oci/datasafe/get_security_policy_report_role_grant_paths.py +19 -4
- pulumi_oci/datasafe/get_security_policy_reports.py +27 -4
- pulumi_oci/datasafe/get_sensitive_data_model.py +30 -4
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +21 -4
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +17 -4
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +17 -4
- pulumi_oci/datasafe/get_sensitive_data_models.py +31 -4
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +35 -4
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +47 -4
- pulumi_oci/datasafe/get_sensitive_type.py +31 -4
- pulumi_oci/datasafe/get_sensitive_types.py +39 -4
- pulumi_oci/datasafe/get_sql_collection.py +392 -0
- pulumi_oci/datasafe/get_sql_collection_analytics.py +309 -0
- pulumi_oci/datasafe/get_sql_collection_log_insights.py +207 -0
- pulumi_oci/datasafe/get_sql_collections.py +364 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +337 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +250 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +234 -0
- pulumi_oci/datasafe/get_sql_firewall_policies.py +386 -0
- pulumi_oci/datasafe/get_sql_firewall_policy.py +393 -0
- pulumi_oci/datasafe/get_sql_firewall_policy_analytics.py +305 -0
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +306 -0
- pulumi_oci/datasafe/get_sql_firewall_violations.py +208 -0
- pulumi_oci/datasafe/get_target_alert_policy_association.py +25 -4
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +31 -4
- pulumi_oci/datasafe/get_target_database.py +29 -4
- pulumi_oci/datasafe/get_target_database_peer_target_database.py +25 -4
- pulumi_oci/datasafe/get_target_database_peer_target_databases.py +15 -4
- pulumi_oci/datasafe/get_target_database_role.py +23 -4
- pulumi_oci/datasafe/get_target_database_roles.py +23 -4
- pulumi_oci/datasafe/get_target_databases.py +31 -4
- pulumi_oci/datasafe/get_target_databases_columns.py +29 -4
- pulumi_oci/datasafe/get_target_databases_schemas.py +21 -4
- pulumi_oci/datasafe/get_target_databases_tables.py +23 -4
- pulumi_oci/datasafe/get_user_assessment.py +36 -4
- pulumi_oci/datasafe/get_user_assessment_comparison.py +17 -4
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +25 -4
- pulumi_oci/datasafe/get_user_assessment_profiles.py +49 -4
- pulumi_oci/datasafe/get_user_assessment_user_access_analytics.py +15 -4
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +43 -4
- pulumi_oci/datasafe/get_user_assessment_users.py +53 -4
- pulumi_oci/datasafe/get_user_assessments.py +40 -4
- pulumi_oci/datasafe/library_masing_format.py +5 -0
- pulumi_oci/datasafe/mask_data.py +5 -0
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +5 -0
- pulumi_oci/datasafe/masking_policies_masking_column.py +5 -0
- pulumi_oci/datasafe/masking_policy.py +5 -0
- pulumi_oci/datasafe/masking_policy_health_report_management.py +5 -0
- pulumi_oci/datasafe/masking_report_management.py +5 -0
- pulumi_oci/datasafe/on_prem_connector.py +5 -0
- pulumi_oci/datasafe/outputs.py +1813 -2
- pulumi_oci/datasafe/report.py +5 -0
- pulumi_oci/datasafe/report_definition.py +5 -0
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +5 -0
- pulumi_oci/datasafe/security_assessment.py +5 -0
- pulumi_oci/datasafe/security_policy.py +5 -0
- pulumi_oci/datasafe/security_policy_deployment.py +5 -0
- pulumi_oci/datasafe/security_policy_deployment_management.py +5 -0
- pulumi_oci/datasafe/security_policy_management.py +5 -0
- pulumi_oci/datasafe/sensitive_data_model.py +5 -0
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +5 -0
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +5 -0
- pulumi_oci/datasafe/sensitive_type.py +5 -0
- pulumi_oci/datasafe/set_security_assessment_baseline.py +5 -0
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +5 -0
- pulumi_oci/datasafe/set_user_assessment_baseline.py +5 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +5 -0
- pulumi_oci/datasafe/sql_collection.py +5 -0
- pulumi_oci/datasafe/sql_firewall_policy.py +5 -0
- pulumi_oci/datasafe/sql_firewall_policy_management.py +5 -0
- pulumi_oci/datasafe/target_alert_policy_association.py +5 -0
- pulumi_oci/datasafe/target_database.py +5 -0
- pulumi_oci/datasafe/target_database_peer_target_database.py +5 -0
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +5 -0
- pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +5 -0
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +5 -0
- pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +5 -0
- pulumi_oci/datasafe/user_assessment.py +5 -0
- pulumi_oci/datascience/_inputs.py +1414 -7
- pulumi_oci/datascience/get_fast_launch_job_configs.py +15 -4
- pulumi_oci/datascience/get_job.py +34 -4
- pulumi_oci/datascience/get_job_run.py +32 -4
- pulumi_oci/datascience/get_job_runs.py +24 -4
- pulumi_oci/datascience/get_job_shapes.py +15 -4
- pulumi_oci/datascience/get_jobs.py +24 -4
- pulumi_oci/datascience/get_model.py +31 -4
- pulumi_oci/datascience/get_model_deployment.py +27 -4
- pulumi_oci/datascience/get_model_deployment_shapes.py +15 -4
- pulumi_oci/datascience/get_model_deployments.py +24 -4
- pulumi_oci/datascience/get_model_provenance.py +18 -4
- pulumi_oci/datascience/get_model_version_set.py +23 -4
- pulumi_oci/datascience/get_model_version_sets.py +24 -4
- pulumi_oci/datascience/get_models.py +28 -4
- pulumi_oci/datascience/get_notebook_session.py +26 -4
- pulumi_oci/datascience/get_notebook_session_shapes.py +15 -4
- pulumi_oci/datascience/get_notebook_sessions.py +24 -4
- pulumi_oci/datascience/get_pipeline.py +30 -4
- pulumi_oci/datascience/get_pipeline_run.py +34 -4
- pulumi_oci/datascience/get_pipeline_runs.py +24 -4
- pulumi_oci/datascience/get_pipelines.py +24 -4
- pulumi_oci/datascience/get_private_endpoint.py +28 -4
- pulumi_oci/datascience/get_private_endpoints.py +23 -4
- pulumi_oci/datascience/get_project.py +21 -4
- pulumi_oci/datascience/get_projects.py +22 -4
- pulumi_oci/datascience/job.py +5 -0
- pulumi_oci/datascience/job_run.py +5 -0
- pulumi_oci/datascience/model.py +5 -0
- pulumi_oci/datascience/model_artifact_export.py +5 -0
- pulumi_oci/datascience/model_artifact_import.py +5 -0
- pulumi_oci/datascience/model_deployment.py +5 -0
- pulumi_oci/datascience/model_provenance.py +5 -0
- pulumi_oci/datascience/model_version_set.py +5 -0
- pulumi_oci/datascience/notebook_session.py +5 -0
- pulumi_oci/datascience/outputs.py +5 -0
- pulumi_oci/datascience/pipeline.py +5 -0
- pulumi_oci/datascience/pipeline_run.py +5 -0
- pulumi_oci/datascience/private_endpoint.py +5 -0
- pulumi_oci/datascience/project.py +5 -0
- pulumi_oci/delegateaccesscontrol/_inputs.py +76 -0
- pulumi_oci/delegateaccesscontrol/delegation_control.py +5 -0
- pulumi_oci/delegateaccesscontrol/delegation_subscription.py +5 -0
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +45 -4
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +18 -4
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +15 -4
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +27 -4
- pulumi_oci/delegateaccesscontrol/get_delegation_control.py +33 -4
- pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +15 -4
- pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +23 -4
- pulumi_oci/delegateaccesscontrol/get_delegation_subscription.py +24 -4
- pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +19 -4
- pulumi_oci/delegateaccesscontrol/get_service_provider.py +25 -4
- pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +20 -4
- pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +23 -4
- pulumi_oci/delegateaccesscontrol/get_service_providers.py +23 -4
- pulumi_oci/delegateaccesscontrol/outputs.py +5 -0
- pulumi_oci/demandsignal/_inputs.py +85 -0
- pulumi_oci/demandsignal/get_occ_demand_signal.py +24 -4
- pulumi_oci/demandsignal/get_occ_demand_signals.py +20 -4
- pulumi_oci/demandsignal/occ_demand_signal.py +5 -0
- pulumi_oci/demandsignal/outputs.py +5 -0
- pulumi_oci/desktops/_inputs.py +371 -5
- pulumi_oci/desktops/desktop_pool.py +191 -21
- pulumi_oci/desktops/get_desktop.py +21 -4
- pulumi_oci/desktops/get_desktop_pool.py +82 -8
- pulumi_oci/desktops/get_desktop_pool_desktops.py +24 -4
- pulumi_oci/desktops/get_desktop_pool_volumes.py +24 -4
- pulumi_oci/desktops/get_desktop_pools.py +22 -4
- pulumi_oci/desktops/get_desktops.py +24 -4
- pulumi_oci/desktops/outputs.py +485 -19
- pulumi_oci/devops/_inputs.py +1834 -9
- pulumi_oci/devops/build_pipeline.py +5 -0
- pulumi_oci/devops/build_pipeline_stage.py +5 -0
- pulumi_oci/devops/build_run.py +5 -0
- pulumi_oci/devops/connection.py +5 -0
- pulumi_oci/devops/deploy_artifact.py +5 -0
- pulumi_oci/devops/deploy_environment.py +5 -0
- pulumi_oci/devops/deploy_pipeline.py +5 -0
- pulumi_oci/devops/deploy_stage.py +5 -0
- pulumi_oci/devops/deployment.py +5 -0
- pulumi_oci/devops/get_build_pipeline.py +24 -4
- pulumi_oci/devops/get_build_pipeline_stage.py +37 -4
- pulumi_oci/devops/get_build_pipeline_stages.py +22 -4
- pulumi_oci/devops/get_build_pipelines.py +22 -4
- pulumi_oci/devops/get_build_run.py +28 -4
- pulumi_oci/devops/get_build_runs.py +24 -4
- pulumi_oci/devops/get_connection.py +29 -4
- pulumi_oci/devops/get_connections.py +24 -4
- pulumi_oci/devops/get_deploy_artifact.py +26 -4
- pulumi_oci/devops/get_deploy_artifacts.py +22 -4
- pulumi_oci/devops/get_deploy_environment.py +28 -4
- pulumi_oci/devops/get_deploy_environments.py +22 -4
- pulumi_oci/devops/get_deploy_pipeline.py +26 -4
- pulumi_oci/devops/get_deploy_pipelines.py +22 -4
- pulumi_oci/devops/get_deploy_stage.py +82 -4
- pulumi_oci/devops/get_deploy_stages.py +22 -4
- pulumi_oci/devops/get_deployment.py +33 -4
- pulumi_oci/devops/get_deployments.py +28 -4
- pulumi_oci/devops/get_project.py +24 -4
- pulumi_oci/devops/get_project_repository_setting.py +14 -4
- pulumi_oci/devops/get_projects.py +20 -4
- pulumi_oci/devops/get_repo_file_line.py +19 -4
- pulumi_oci/devops/get_repositories.py +23 -4
- pulumi_oci/devops/get_repository.py +37 -4
- pulumi_oci/devops/get_repository_archive_content.py +16 -4
- pulumi_oci/devops/get_repository_author.py +15 -4
- pulumi_oci/devops/get_repository_authors.py +17 -4
- pulumi_oci/devops/get_repository_commit.py +22 -4
- pulumi_oci/devops/get_repository_commits.py +29 -4
- pulumi_oci/devops/get_repository_diff.py +28 -4
- pulumi_oci/devops/get_repository_diffs.py +23 -4
- pulumi_oci/devops/get_repository_file_diff.py +28 -4
- pulumi_oci/devops/get_repository_file_line.py +19 -4
- pulumi_oci/devops/get_repository_mirror_record.py +19 -4
- pulumi_oci/devops/get_repository_mirror_records.py +15 -4
- pulumi_oci/devops/get_repository_object.py +20 -4
- pulumi_oci/devops/get_repository_object_content.py +16 -4
- pulumi_oci/devops/get_repository_path.py +21 -4
- pulumi_oci/devops/get_repository_paths.py +23 -4
- pulumi_oci/devops/get_repository_protected_branches.py +17 -4
- pulumi_oci/devops/get_repository_ref.py +20 -4
- pulumi_oci/devops/get_repository_refs.py +21 -4
- pulumi_oci/devops/get_repository_setting.py +15 -4
- pulumi_oci/devops/get_trigger.py +28 -4
- pulumi_oci/devops/get_triggers.py +22 -4
- pulumi_oci/devops/outputs.py +5 -0
- pulumi_oci/devops/project.py +5 -0
- pulumi_oci/devops/project_repository_setting.py +5 -0
- pulumi_oci/devops/repository.py +5 -0
- pulumi_oci/devops/repository_mirror.py +5 -0
- pulumi_oci/devops/repository_protected_branch_management.py +5 -0
- pulumi_oci/devops/repository_ref.py +5 -0
- pulumi_oci/devops/repository_setting.py +5 -0
- pulumi_oci/devops/trigger.py +5 -0
- pulumi_oci/disasterrecovery/_inputs.py +584 -0
- pulumi_oci/disasterrecovery/dr_plan.py +5 -0
- pulumi_oci/disasterrecovery/dr_plan_execution.py +5 -0
- pulumi_oci/disasterrecovery/dr_protection_group.py +5 -0
- pulumi_oci/disasterrecovery/get_dr_plan.py +26 -4
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +32 -4
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +21 -4
- pulumi_oci/disasterrecovery/get_dr_plans.py +23 -4
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +29 -4
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +25 -4
- pulumi_oci/disasterrecovery/outputs.py +5 -0
- pulumi_oci/dns/_inputs.py +472 -0
- pulumi_oci/dns/action_create_zone_from_zone_file.py +5 -0
- pulumi_oci/dns/get_records.py +29 -4
- pulumi_oci/dns/get_resolver.py +28 -4
- pulumi_oci/dns/get_resolver_endpoint.py +29 -4
- pulumi_oci/dns/get_resolver_endpoints.py +21 -4
- pulumi_oci/dns/get_resolvers.py +22 -4
- pulumi_oci/dns/get_rrset.py +25 -4
- pulumi_oci/dns/get_rrsets.py +25 -4
- pulumi_oci/dns/get_steering_policies.py +30 -4
- pulumi_oci/dns/get_steering_policy.py +24 -4
- pulumi_oci/dns/get_steering_policy_attachment.py +21 -4
- pulumi_oci/dns/get_steering_policy_attachments.py +32 -4
- pulumi_oci/dns/get_tsig_key.py +22 -4
- pulumi_oci/dns/get_tsig_keys.py +20 -4
- pulumi_oci/dns/get_view.py +23 -4
- pulumi_oci/dns/get_views.py +22 -4
- pulumi_oci/dns/get_zones.py +37 -4
- pulumi_oci/dns/outputs.py +5 -0
- pulumi_oci/dns/record.py +5 -0
- pulumi_oci/dns/resolver.py +5 -0
- pulumi_oci/dns/resolver_endpoint.py +5 -0
- pulumi_oci/dns/rrset.py +5 -0
- pulumi_oci/dns/steering_policy.py +5 -0
- pulumi_oci/dns/steering_policy_attachment.py +5 -0
- pulumi_oci/dns/tsig_key.py +5 -0
- pulumi_oci/dns/view.py +5 -0
- pulumi_oci/dns/zone.py +5 -0
- pulumi_oci/email/_inputs.py +61 -0
- pulumi_oci/email/dkim.py +5 -0
- pulumi_oci/email/email_domain.py +5 -0
- pulumi_oci/email/email_return_path.py +5 -0
- pulumi_oci/email/get_configuration.py +14 -4
- pulumi_oci/email/get_dkim.py +26 -4
- pulumi_oci/email/get_dkims.py +20 -4
- pulumi_oci/email/get_email_domain.py +24 -4
- pulumi_oci/email/get_email_domains.py +20 -4
- pulumi_oci/email/get_email_return_path.py +25 -4
- pulumi_oci/email/get_email_return_paths.py +22 -4
- pulumi_oci/email/get_sender.py +21 -4
- pulumi_oci/email/get_senders.py +21 -4
- pulumi_oci/email/get_suppression.py +20 -4
- pulumi_oci/email/get_suppressions.py +21 -4
- pulumi_oci/email/outputs.py +5 -0
- pulumi_oci/email/sender.py +5 -0
- pulumi_oci/email/suppression.py +5 -0
- pulumi_oci/events/_inputs.py +71 -0
- pulumi_oci/events/get_rule.py +23 -4
- pulumi_oci/events/get_rules.py +19 -4
- pulumi_oci/events/outputs.py +5 -0
- pulumi_oci/events/rule.py +5 -0
- pulumi_oci/filestorage/_inputs.py +265 -0
- pulumi_oci/filestorage/export.py +5 -0
- pulumi_oci/filestorage/export_set.py +5 -0
- pulumi_oci/filestorage/file_system.py +5 -0
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +5 -0
- pulumi_oci/filestorage/get_export_sets.py +22 -4
- pulumi_oci/filestorage/get_exports.py +22 -4
- pulumi_oci/filestorage/get_file_systems.py +28 -4
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +22 -4
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +21 -4
- pulumi_oci/filestorage/get_mount_targets.py +24 -4
- pulumi_oci/filestorage/get_outbound_connector.py +24 -4
- pulumi_oci/filestorage/get_outbound_connectors.py +22 -4
- pulumi_oci/filestorage/get_replication.py +28 -4
- pulumi_oci/filestorage/get_replication_target.py +27 -4
- pulumi_oci/filestorage/get_replication_targets.py +22 -4
- pulumi_oci/filestorage/get_replications.py +24 -4
- pulumi_oci/filestorage/get_snapshot.py +25 -4
- pulumi_oci/filestorage/get_snapshots.py +22 -4
- pulumi_oci/filestorage/mount_target.py +5 -0
- pulumi_oci/filestorage/outbound_connector.py +5 -0
- pulumi_oci/filestorage/outputs.py +5 -0
- pulumi_oci/filestorage/replication.py +5 -0
- pulumi_oci/filestorage/snapshot.py +5 -0
- pulumi_oci/fleetappsmanagement/__init__.py +43 -0
- pulumi_oci/fleetappsmanagement/_inputs.py +2057 -0
- pulumi_oci/fleetappsmanagement/fleet.py +955 -0
- pulumi_oci/fleetappsmanagement/fleet_credential.py +615 -0
- pulumi_oci/fleetappsmanagement/fleet_property.py +585 -0
- pulumi_oci/fleetappsmanagement/fleet_resource.py +851 -0
- pulumi_oci/fleetappsmanagement/get_announcements.py +166 -0
- pulumi_oci/fleetappsmanagement/get_fleet.py +394 -0
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +164 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +273 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +240 -0
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +218 -0
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +286 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +398 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +237 -0
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleets.py +284 -0
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +311 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +365 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +199 -0
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +123 -0
- pulumi_oci/fleetappsmanagement/get_onboardings.py +177 -0
- pulumi_oci/fleetappsmanagement/get_properties.py +221 -0
- pulumi_oci/fleetappsmanagement/get_property.py +323 -0
- pulumi_oci/fleetappsmanagement/get_runbook.py +377 -0
- pulumi_oci/fleetappsmanagement/get_runbooks.py +284 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +436 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +185 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +262 -0
- pulumi_oci/fleetappsmanagement/get_task_record.py +307 -0
- pulumi_oci/fleetappsmanagement/get_task_records.py +240 -0
- pulumi_oci/fleetappsmanagement/maintenance_window.py +935 -0
- pulumi_oci/fleetappsmanagement/onboarding.py +477 -0
- pulumi_oci/fleetappsmanagement/outputs.py +8128 -0
- pulumi_oci/fleetappsmanagement/property.py +697 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +1035 -0
- pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
- pulumi_oci/fleetsoftwareupdate/_inputs.py +942 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +809 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +1236 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +324 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +213 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +464 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +254 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +2134 -0
- pulumi_oci/functions/_inputs.py +217 -0
- pulumi_oci/functions/application.py +5 -0
- pulumi_oci/functions/function.py +5 -0
- pulumi_oci/functions/get_application.py +26 -4
- pulumi_oci/functions/get_applications.py +20 -4
- pulumi_oci/functions/get_function.py +30 -4
- pulumi_oci/functions/get_functions.py +20 -4
- pulumi_oci/functions/get_fusion_environment.py +40 -4
- pulumi_oci/functions/get_fusion_environment_admin_user.py +18 -4
- pulumi_oci/functions/get_fusion_environment_admin_users.py +15 -4
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +17 -4
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +18 -4
- pulumi_oci/functions/get_fusion_environment_families.py +21 -4
- pulumi_oci/functions/get_fusion_environment_family.py +24 -4
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +15 -4
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +13 -4
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +23 -4
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +40 -5
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +25 -4
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +26 -4
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +25 -4
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +21 -4
- pulumi_oci/functions/get_fusion_environment_status.py +13 -4
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +13 -4
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +15 -4
- pulumi_oci/functions/get_fusion_environments.py +21 -4
- pulumi_oci/functions/get_pbf_listing.py +22 -4
- pulumi_oci/functions/get_pbf_listing_triggers.py +15 -4
- pulumi_oci/functions/get_pbf_listing_version.py +24 -4
- pulumi_oci/functions/get_pbf_listing_versions.py +23 -4
- pulumi_oci/functions/get_pbf_listings.py +25 -4
- pulumi_oci/functions/invoke_function.py +5 -0
- pulumi_oci/functions/outputs.py +16 -0
- pulumi_oci/fusionapps/_inputs.py +203 -16
- pulumi_oci/fusionapps/fusion_environment.py +7 -2
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +26 -22
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +5 -0
- pulumi_oci/fusionapps/fusion_environment_family.py +5 -0
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +53 -51
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +5 -0
- pulumi_oci/fusionapps/outputs.py +16 -10
- pulumi_oci/generativeai/_inputs.py +174 -0
- pulumi_oci/generativeai/dedicated_ai_cluster.py +12 -0
- pulumi_oci/generativeai/endpoint.py +5 -0
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +26 -4
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +20 -4
- pulumi_oci/generativeai/get_endpoint.py +25 -4
- pulumi_oci/generativeai/get_endpoints.py +20 -4
- pulumi_oci/generativeai/get_model.py +34 -4
- pulumi_oci/generativeai/get_models.py +24 -4
- pulumi_oci/generativeai/model.py +5 -0
- pulumi_oci/generativeai/outputs.py +9 -0
- pulumi_oci/genericartifactscontent/artifact_by_path.py +5 -0
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +27 -4
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +12 -4
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1289 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +323 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +191 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +660 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +191 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2063 -0
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +747 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1821 -0
- pulumi_oci/goldengate/_inputs.py +352 -0
- pulumi_oci/goldengate/connection.py +5 -0
- pulumi_oci/goldengate/connection_assignment.py +5 -0
- pulumi_oci/goldengate/database_registration.py +5 -0
- pulumi_oci/goldengate/deployment.py +5 -0
- pulumi_oci/goldengate/deployment_backup.py +5 -0
- pulumi_oci/goldengate/deployment_certificate.py +5 -0
- pulumi_oci/goldengate/get_connection.py +95 -4
- pulumi_oci/goldengate/get_connection_assignment.py +20 -4
- pulumi_oci/goldengate/get_connection_assignments.py +23 -4
- pulumi_oci/goldengate/get_connections.py +29 -4
- pulumi_oci/goldengate/get_database_registration.py +37 -4
- pulumi_oci/goldengate/get_database_registrations.py +19 -4
- pulumi_oci/goldengate/get_deployment.py +53 -4
- pulumi_oci/goldengate/get_deployment_backup.py +34 -4
- pulumi_oci/goldengate/get_deployment_backups.py +21 -4
- pulumi_oci/goldengate/get_deployment_certificate.py +34 -4
- pulumi_oci/goldengate/get_deployment_certificates.py +17 -4
- pulumi_oci/goldengate/get_deployment_type.py +15 -4
- pulumi_oci/goldengate/get_deployment_types.py +21 -4
- pulumi_oci/goldengate/get_deployment_upgrade.py +40 -4
- pulumi_oci/goldengate/get_deployment_upgrades.py +21 -4
- pulumi_oci/goldengate/get_deployment_versions.py +19 -4
- pulumi_oci/goldengate/get_deployments.py +29 -4
- pulumi_oci/goldengate/get_message.py +13 -4
- pulumi_oci/goldengate/get_messages.py +15 -4
- pulumi_oci/goldengate/get_trail_file.py +18 -4
- pulumi_oci/goldengate/get_trail_files.py +19 -4
- pulumi_oci/goldengate/get_trail_sequence.py +20 -4
- pulumi_oci/goldengate/get_trail_sequences.py +21 -4
- pulumi_oci/goldengate/outputs.py +5 -0
- pulumi_oci/healthchecks/_inputs.py +55 -0
- pulumi_oci/healthchecks/get_http_monitor.py +29 -4
- pulumi_oci/healthchecks/get_http_monitors.py +19 -4
- pulumi_oci/healthchecks/get_http_probe_results.py +21 -4
- pulumi_oci/healthchecks/get_ping_monitor.py +26 -4
- pulumi_oci/healthchecks/get_ping_monitors.py +19 -4
- pulumi_oci/healthchecks/get_ping_probe_results.py +21 -4
- pulumi_oci/healthchecks/get_vantage_points.py +17 -4
- pulumi_oci/healthchecks/http_monitor.py +5 -0
- pulumi_oci/healthchecks/http_probe.py +5 -0
- pulumi_oci/healthchecks/outputs.py +5 -0
- pulumi_oci/healthchecks/ping_monitor.py +5 -0
- pulumi_oci/healthchecks/ping_probe.py +5 -0
- pulumi_oci/identity/_inputs.py +29835 -970
- pulumi_oci/identity/api_key.py +5 -0
- pulumi_oci/identity/auth_token.py +5 -0
- pulumi_oci/identity/authentication_policy.py +5 -0
- pulumi_oci/identity/compartment.py +5 -0
- pulumi_oci/identity/customer_secret_key.py +5 -0
- pulumi_oci/identity/db_credential.py +5 -0
- pulumi_oci/identity/domain.py +5 -0
- pulumi_oci/identity/domain_replication_to_region.py +5 -0
- pulumi_oci/identity/domains_account_recovery_setting.py +5 -0
- pulumi_oci/identity/domains_api_key.py +5 -0
- pulumi_oci/identity/domains_app.py +5 -0
- pulumi_oci/identity/domains_app_role.py +5 -0
- pulumi_oci/identity/domains_approval_workflow.py +5 -0
- pulumi_oci/identity/domains_approval_workflow_assignment.py +5 -0
- pulumi_oci/identity/domains_approval_workflow_step.py +5 -0
- pulumi_oci/identity/domains_auth_token.py +5 -0
- pulumi_oci/identity/domains_authentication_factor_setting.py +5 -0
- pulumi_oci/identity/domains_cloud_gate.py +5 -0
- pulumi_oci/identity/domains_cloud_gate_mapping.py +5 -0
- pulumi_oci/identity/domains_cloud_gate_server.py +5 -0
- pulumi_oci/identity/domains_condition.py +5 -0
- pulumi_oci/identity/domains_customer_secret_key.py +5 -0
- pulumi_oci/identity/domains_dynamic_resource_group.py +5 -0
- pulumi_oci/identity/domains_grant.py +5 -0
- pulumi_oci/identity/domains_group.py +5 -0
- pulumi_oci/identity/domains_identity_propagation_trust.py +5 -0
- pulumi_oci/identity/domains_identity_provider.py +5 -0
- pulumi_oci/identity/domains_identity_setting.py +5 -0
- pulumi_oci/identity/domains_kmsi_setting.py +5 -0
- pulumi_oci/identity/domains_my_api_key.py +5 -0
- pulumi_oci/identity/domains_my_auth_token.py +5 -0
- pulumi_oci/identity/domains_my_customer_secret_key.py +5 -0
- pulumi_oci/identity/domains_my_oauth2client_credential.py +5 -0
- pulumi_oci/identity/domains_my_request.py +5 -0
- pulumi_oci/identity/domains_my_smtp_credential.py +5 -0
- pulumi_oci/identity/domains_my_support_account.py +5 -0
- pulumi_oci/identity/domains_my_user_db_credential.py +5 -0
- pulumi_oci/identity/domains_network_perimeter.py +5 -0
- pulumi_oci/identity/domains_notification_setting.py +5 -0
- pulumi_oci/identity/domains_oauth2client_credential.py +5 -0
- pulumi_oci/identity/domains_oauth_client_certificate.py +5 -0
- pulumi_oci/identity/domains_oauth_partner_certificate.py +5 -0
- pulumi_oci/identity/domains_password_policy.py +5 -0
- pulumi_oci/identity/domains_policy.py +5 -0
- pulumi_oci/identity/domains_rule.py +5 -0
- pulumi_oci/identity/domains_security_question.py +5 -0
- pulumi_oci/identity/domains_security_question_setting.py +5 -0
- pulumi_oci/identity/domains_self_registration_profile.py +5 -0
- pulumi_oci/identity/domains_setting.py +5 -0
- pulumi_oci/identity/domains_smtp_credential.py +5 -0
- pulumi_oci/identity/domains_social_identity_provider.py +5 -0
- pulumi_oci/identity/domains_user.py +5 -0
- pulumi_oci/identity/domains_user_db_credential.py +5 -0
- pulumi_oci/identity/dynamic_group.py +5 -0
- pulumi_oci/identity/get_allowed_domain_license_types.py +15 -4
- pulumi_oci/identity/get_api_keys.py +15 -4
- pulumi_oci/identity/get_auth_tokens.py +15 -4
- pulumi_oci/identity/get_authentication_policy.py +14 -4
- pulumi_oci/identity/get_availability_domain.py +16 -4
- pulumi_oci/identity/get_availability_domains.py +15 -4
- pulumi_oci/identity/get_compartment.py +20 -4
- pulumi_oci/identity/get_compartments.py +23 -4
- pulumi_oci/identity/get_cost_tracking_tags.py +15 -4
- pulumi_oci/identity/get_customer_secret_keys.py +15 -4
- pulumi_oci/identity/get_db_credentials.py +19 -4
- pulumi_oci/identity/get_domain.py +33 -4
- pulumi_oci/identity/get_domains.py +31 -4
- pulumi_oci/identity/get_domains_account_mgmt_info.py +55 -4
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +36 -4
- pulumi_oci/identity/get_domains_account_recovery_setting.py +38 -4
- pulumi_oci/identity/get_domains_account_recovery_settings.py +27 -4
- pulumi_oci/identity/get_domains_api_key.py +39 -4
- pulumi_oci/identity/get_domains_api_keys.py +36 -4
- pulumi_oci/identity/get_domains_app.py +138 -4
- pulumi_oci/identity/get_domains_app_role.py +47 -4
- pulumi_oci/identity/get_domains_app_roles.py +36 -4
- pulumi_oci/identity/get_domains_approval_workflow.py +38 -4
- pulumi_oci/identity/get_domains_approval_workflow_assignment.py +37 -4
- pulumi_oci/identity/get_domains_approval_workflow_assignments.py +36 -4
- pulumi_oci/identity/get_domains_approval_workflow_step.py +39 -4
- pulumi_oci/identity/get_domains_approval_workflow_steps.py +36 -4
- pulumi_oci/identity/get_domains_approval_workflows.py +32 -4
- pulumi_oci/identity/get_domains_apps.py +36 -4
- pulumi_oci/identity/get_domains_auth_token.py +39 -4
- pulumi_oci/identity/get_domains_auth_tokens.py +36 -4
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +59 -4
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +27 -4
- pulumi_oci/identity/get_domains_branding_setting.py +52 -4
- pulumi_oci/identity/get_domains_branding_settings.py +27 -4
- pulumi_oci/identity/get_domains_cloud_gate.py +45 -4
- pulumi_oci/identity/get_domains_cloud_gate_mapping.py +44 -4
- pulumi_oci/identity/get_domains_cloud_gate_mappings.py +36 -4
- pulumi_oci/identity/get_domains_cloud_gate_server.py +42 -4
- pulumi_oci/identity/get_domains_cloud_gate_servers.py +36 -4
- pulumi_oci/identity/get_domains_cloud_gates.py +36 -4
- pulumi_oci/identity/get_domains_condition.py +41 -4
- pulumi_oci/identity/get_domains_conditions.py +36 -4
- pulumi_oci/identity/get_domains_customer_secret_key.py +41 -4
- pulumi_oci/identity/get_domains_customer_secret_keys.py +36 -4
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +40 -4
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +36 -4
- pulumi_oci/identity/get_domains_grant.py +43 -4
- pulumi_oci/identity/get_domains_grants.py +36 -4
- pulumi_oci/identity/get_domains_group.py +45 -4
- pulumi_oci/identity/get_domains_groups.py +36 -4
- pulumi_oci/identity/get_domains_identity_propagation_trust.py +52 -4
- pulumi_oci/identity/get_domains_identity_propagation_trusts.py +36 -4
- pulumi_oci/identity/get_domains_identity_provider.py +80 -4
- pulumi_oci/identity/get_domains_identity_providers.py +36 -4
- pulumi_oci/identity/get_domains_identity_setting.py +44 -4
- pulumi_oci/identity/get_domains_identity_settings.py +27 -4
- pulumi_oci/identity/get_domains_kmsi_setting.py +42 -4
- pulumi_oci/identity/get_domains_kmsi_settings.py +27 -4
- pulumi_oci/identity/get_domains_my_api_key.py +34 -4
- pulumi_oci/identity/get_domains_my_api_keys.py +32 -4
- pulumi_oci/identity/get_domains_my_apps.py +32 -4
- pulumi_oci/identity/get_domains_my_auth_token.py +34 -4
- pulumi_oci/identity/get_domains_my_auth_tokens.py +32 -4
- pulumi_oci/identity/get_domains_my_completed_approval.py +40 -4
- pulumi_oci/identity/get_domains_my_completed_approvals.py +32 -4
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +36 -4
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +32 -4
- pulumi_oci/identity/get_domains_my_device.py +60 -4
- pulumi_oci/identity/get_domains_my_devices.py +36 -4
- pulumi_oci/identity/get_domains_my_groups.py +36 -4
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +37 -4
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +32 -4
- pulumi_oci/identity/get_domains_my_pending_approval.py +40 -4
- pulumi_oci/identity/get_domains_my_pending_approvals.py +32 -4
- pulumi_oci/identity/get_domains_my_requestable_groups.py +32 -4
- pulumi_oci/identity/get_domains_my_requests.py +36 -4
- pulumi_oci/identity/get_domains_my_smtp_credential.py +35 -4
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +32 -4
- pulumi_oci/identity/get_domains_my_support_account.py +34 -4
- pulumi_oci/identity/get_domains_my_support_accounts.py +32 -4
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +43 -4
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +36 -4
- pulumi_oci/identity/get_domains_my_user_db_credential.py +41 -4
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +32 -4
- pulumi_oci/identity/get_domains_network_perimeter.py +38 -4
- pulumi_oci/identity/get_domains_network_perimeters.py +36 -4
- pulumi_oci/identity/get_domains_notification_setting.py +42 -4
- pulumi_oci/identity/get_domains_notification_settings.py +27 -4
- pulumi_oci/identity/get_domains_oauth2client_credential.py +42 -4
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +36 -4
- pulumi_oci/identity/get_domains_oauth_client_certificate.py +41 -4
- pulumi_oci/identity/get_domains_oauth_client_certificates.py +32 -4
- pulumi_oci/identity/get_domains_oauth_partner_certificate.py +41 -4
- pulumi_oci/identity/get_domains_oauth_partner_certificates.py +32 -4
- pulumi_oci/identity/get_domains_password_policies.py +36 -4
- pulumi_oci/identity/get_domains_password_policy.py +72 -4
- pulumi_oci/identity/get_domains_policies.py +36 -4
- pulumi_oci/identity/get_domains_policy.py +41 -4
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +36 -4
- pulumi_oci/identity/get_domains_rule.py +44 -4
- pulumi_oci/identity/get_domains_rules.py +36 -4
- pulumi_oci/identity/get_domains_security_question.py +38 -4
- pulumi_oci/identity/get_domains_security_question_setting.py +39 -4
- pulumi_oci/identity/get_domains_security_question_settings.py +27 -4
- pulumi_oci/identity/get_domains_security_questions.py +37 -4
- pulumi_oci/identity/get_domains_self_registration_profile.py +54 -4
- pulumi_oci/identity/get_domains_self_registration_profiles.py +36 -4
- pulumi_oci/identity/get_domains_setting.py +82 -4
- pulumi_oci/identity/get_domains_settings.py +27 -4
- pulumi_oci/identity/get_domains_smtp_credential.py +40 -4
- pulumi_oci/identity/get_domains_smtp_credentials.py +36 -4
- pulumi_oci/identity/get_domains_social_identity_provider.py +57 -4
- pulumi_oci/identity/get_domains_social_identity_providers.py +32 -4
- pulumi_oci/identity/get_domains_user.py +78 -4
- pulumi_oci/identity/get_domains_user_attributes_setting.py +35 -4
- pulumi_oci/identity/get_domains_user_attributes_settings.py +27 -4
- pulumi_oci/identity/get_domains_user_db_credential.py +46 -4
- pulumi_oci/identity/get_domains_user_db_credentials.py +36 -4
- pulumi_oci/identity/get_domains_users.py +36 -4
- pulumi_oci/identity/get_dynamic_groups.py +19 -4
- pulumi_oci/identity/get_fault_domains.py +17 -4
- pulumi_oci/identity/get_group.py +20 -4
- pulumi_oci/identity/get_groups.py +19 -4
- pulumi_oci/identity/get_iam_work_request.py +20 -4
- pulumi_oci/identity/get_iam_work_request_errors.py +15 -4
- pulumi_oci/identity/get_iam_work_request_logs.py +15 -4
- pulumi_oci/identity/get_iam_work_requests.py +17 -4
- pulumi_oci/identity/get_identity_provider_groups.py +19 -4
- pulumi_oci/identity/get_identity_providers.py +21 -4
- pulumi_oci/identity/get_idp_group_mappings.py +15 -4
- pulumi_oci/identity/get_network_source.py +23 -4
- pulumi_oci/identity/get_network_sources.py +19 -4
- pulumi_oci/identity/get_policies.py +19 -4
- pulumi_oci/identity/get_region_subscriptions.py +15 -4
- pulumi_oci/identity/get_regions.py +13 -4
- pulumi_oci/identity/get_smtp_credentials.py +15 -4
- pulumi_oci/identity/get_tag.py +23 -4
- pulumi_oci/identity/get_tag_default.py +20 -4
- pulumi_oci/identity/get_tag_defaults.py +20 -4
- pulumi_oci/identity/get_tag_namespaces.py +19 -4
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +17 -4
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +15 -4
- pulumi_oci/identity/get_tags.py +17 -4
- pulumi_oci/identity/get_tenancy.py +18 -4
- pulumi_oci/identity/get_ui_password.py +16 -4
- pulumi_oci/identity/get_user.py +28 -4
- pulumi_oci/identity/get_user_group_memberships.py +19 -4
- pulumi_oci/identity/get_users.py +23 -4
- pulumi_oci/identity/group.py +5 -0
- pulumi_oci/identity/identity_provider.py +5 -0
- pulumi_oci/identity/idp_group_mapping.py +5 -0
- pulumi_oci/identity/import_standard_tags_management.py +5 -0
- pulumi_oci/identity/network_source.py +5 -0
- pulumi_oci/identity/outputs.py +5 -0
- pulumi_oci/identity/policy.py +5 -0
- pulumi_oci/identity/smtp_credential.py +5 -0
- pulumi_oci/identity/tag.py +5 -0
- pulumi_oci/identity/tag_default.py +5 -0
- pulumi_oci/identity/tag_namespace.py +5 -0
- pulumi_oci/identity/ui_password.py +5 -0
- pulumi_oci/identity/user.py +5 -0
- pulumi_oci/identity/user_capabilities_management.py +5 -0
- pulumi_oci/identity/user_group_membership.py +5 -0
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +5 -0
- pulumi_oci/integration/__init__.py +1 -0
- pulumi_oci/integration/_inputs.py +458 -2
- pulumi_oci/integration/get_integration_instance.py +105 -5
- pulumi_oci/integration/get_integration_instances.py +19 -4
- pulumi_oci/integration/integration_instance.py +177 -0
- pulumi_oci/integration/oracle_managed_custom_endpoint.py +307 -0
- pulumi_oci/integration/outputs.py +592 -19
- pulumi_oci/integration/private_endpoint_outbound_connection.py +5 -0
- pulumi_oci/jms/_inputs.py +521 -0
- pulumi_oci/jms/fleet.py +5 -0
- pulumi_oci/jms/fleet_advanced_feature_configuration.py +5 -0
- pulumi_oci/jms/get_agent_installers.py +21 -4
- pulumi_oci/jms/get_announcements.py +19 -4
- pulumi_oci/jms/get_fleet.py +29 -4
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +21 -4
- pulumi_oci/jms/get_fleet_blocklists.py +19 -4
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +31 -4
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +33 -4
- pulumi_oci/jms/get_fleet_diagnoses.py +15 -4
- pulumi_oci/jms/get_fleet_drs_file.py +20 -4
- pulumi_oci/jms/get_fleet_drs_files.py +15 -4
- pulumi_oci/jms/get_fleet_export_setting.py +23 -4
- pulumi_oci/jms/get_fleet_export_status.py +15 -4
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +29 -4
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +25 -4
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +29 -4
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +25 -4
- pulumi_oci/jms/get_fleets.py +22 -4
- pulumi_oci/jms/get_installation_site.py +35 -4
- pulumi_oci/jms/get_installation_sites.py +37 -4
- pulumi_oci/jms/get_java_downloads_java_download_records.py +29 -4
- pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -4
- pulumi_oci/jms/get_java_downloads_java_download_report_content.py +12 -4
- pulumi_oci/jms/get_java_downloads_java_download_reports.py +21 -4
- pulumi_oci/jms/get_java_downloads_java_download_token.py +30 -4
- pulumi_oci/jms/get_java_downloads_java_download_tokens.py +26 -4
- pulumi_oci/jms/get_java_downloads_java_license.py +14 -4
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +23 -4
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +22 -4
- pulumi_oci/jms/get_java_downloads_java_licenses.py +17 -4
- pulumi_oci/jms/get_java_families.py +19 -4
- pulumi_oci/jms/get_java_family.py +20 -4
- pulumi_oci/jms/get_java_release.py +25 -4
- pulumi_oci/jms/get_java_releases.py +23 -4
- pulumi_oci/jms/get_jms_plugin.py +28 -4
- pulumi_oci/jms/get_jms_plugins.py +32 -4
- pulumi_oci/jms/get_list_jre_usage.py +23 -4
- pulumi_oci/jms/get_summarize_resource_inventory.py +21 -4
- pulumi_oci/jms/java_downloads_java_download_report.py +5 -0
- pulumi_oci/jms/java_downloads_java_download_token.py +5 -0
- pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +5 -0
- pulumi_oci/jms/jms_plugin.py +5 -0
- pulumi_oci/jms/outputs.py +5 -0
- pulumi_oci/kms/_inputs.py +352 -0
- pulumi_oci/kms/ekms_private_endpoint.py +5 -0
- pulumi_oci/kms/encrypted_data.py +5 -0
- pulumi_oci/kms/generated_key.py +5 -0
- pulumi_oci/kms/get_decrypted_data.py +20 -4
- pulumi_oci/kms/get_ekms_private_endpoint.py +25 -4
- pulumi_oci/kms/get_ekms_private_endpoints.py +15 -4
- pulumi_oci/kms/get_encrypted_data.py +19 -4
- pulumi_oci/kms/get_key.py +36 -4
- pulumi_oci/kms/get_key_version.py +29 -4
- pulumi_oci/kms/get_key_versions.py +17 -4
- pulumi_oci/kms/get_keys.py +25 -4
- pulumi_oci/kms/get_replication_status.py +15 -4
- pulumi_oci/kms/get_vault.py +31 -4
- pulumi_oci/kms/get_vault_replicas.py +15 -4
- pulumi_oci/kms/get_vault_usage.py +16 -4
- pulumi_oci/kms/get_vaults.py +15 -4
- pulumi_oci/kms/key.py +5 -0
- pulumi_oci/kms/key_version.py +5 -0
- pulumi_oci/kms/outputs.py +5 -0
- pulumi_oci/kms/sign.py +5 -0
- pulumi_oci/kms/vault.py +5 -0
- pulumi_oci/kms/vault_verification.py +5 -0
- pulumi_oci/kms/verify.py +5 -0
- pulumi_oci/licensemanager/_inputs.py +51 -0
- pulumi_oci/licensemanager/configuration.py +5 -0
- pulumi_oci/licensemanager/get_configuration.py +15 -4
- pulumi_oci/licensemanager/get_license_metric.py +18 -4
- pulumi_oci/licensemanager/get_license_record.py +29 -4
- pulumi_oci/licensemanager/get_license_records.py +15 -4
- pulumi_oci/licensemanager/get_product_license.py +32 -4
- pulumi_oci/licensemanager/get_product_license_consumers.py +17 -4
- pulumi_oci/licensemanager/get_product_licenses.py +17 -4
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +15 -4
- pulumi_oci/licensemanager/get_top_utilized_resources.py +17 -4
- pulumi_oci/licensemanager/license_record.py +5 -0
- pulumi_oci/licensemanager/outputs.py +5 -0
- pulumi_oci/licensemanager/product_license.py +5 -0
- pulumi_oci/limits/_inputs.py +77 -0
- pulumi_oci/limits/get_limit_definitions.py +21 -4
- pulumi_oci/limits/get_limit_values.py +25 -4
- pulumi_oci/limits/get_quota.py +22 -4
- pulumi_oci/limits/get_quotas.py +19 -4
- pulumi_oci/limits/get_resource_availability.py +25 -4
- pulumi_oci/limits/get_services.py +17 -4
- pulumi_oci/limits/outputs.py +5 -0
- pulumi_oci/limits/quota.py +5 -0
- pulumi_oci/loadbalancer/_inputs.py +911 -3
- pulumi_oci/loadbalancer/backend.py +5 -0
- pulumi_oci/loadbalancer/backend_set.py +5 -0
- pulumi_oci/loadbalancer/certificate.py +5 -0
- pulumi_oci/loadbalancer/get_backend_health.py +18 -4
- pulumi_oci/loadbalancer/get_backend_set_health.py +19 -4
- pulumi_oci/loadbalancer/get_backend_sets.py +15 -4
- pulumi_oci/loadbalancer/get_backends.py +17 -4
- pulumi_oci/loadbalancer/get_certificates.py +15 -4
- pulumi_oci/loadbalancer/get_health.py +17 -4
- pulumi_oci/loadbalancer/get_hostnames.py +15 -4
- pulumi_oci/loadbalancer/get_listener_rules.py +17 -4
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +15 -4
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +18 -4
- pulumi_oci/loadbalancer/get_load_balancers.py +21 -4
- pulumi_oci/loadbalancer/get_path_route_sets.py +15 -4
- pulumi_oci/loadbalancer/get_policies.py +15 -4
- pulumi_oci/loadbalancer/get_protocols.py +15 -4
- pulumi_oci/loadbalancer/get_rule_set.py +16 -4
- pulumi_oci/loadbalancer/get_rule_sets.py +15 -4
- pulumi_oci/loadbalancer/get_shapes.py +15 -4
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +16 -4
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +15 -4
- pulumi_oci/loadbalancer/hostname.py +5 -0
- pulumi_oci/loadbalancer/listener.py +9 -2
- pulumi_oci/loadbalancer/load_balancer.py +5 -0
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +5 -0
- pulumi_oci/loadbalancer/outputs.py +21 -2
- pulumi_oci/loadbalancer/path_route_set.py +5 -0
- pulumi_oci/loadbalancer/rule_set.py +5 -0
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +5 -0
- pulumi_oci/loganalytics/_inputs.py +374 -0
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +19 -4
- pulumi_oci/loganalytics/get_log_analytics_category.py +18 -4
- pulumi_oci/loganalytics/get_log_analytics_entities.py +39 -4
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +17 -4
- pulumi_oci/loganalytics/get_log_analytics_entity.py +35 -4
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +19 -4
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +21 -4
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +19 -4
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +15 -4
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +41 -4
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +21 -4
- pulumi_oci/loganalytics/get_log_analytics_preference.py +13 -4
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +20 -4
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +16 -4
- pulumi_oci/loganalytics/get_log_sets_count.py +13 -4
- pulumi_oci/loganalytics/get_namespace.py +14 -4
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +27 -4
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +25 -4
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +27 -4
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +23 -4
- pulumi_oci/loganalytics/get_namespace_rules.py +25 -4
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +17 -4
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +29 -4
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +23 -4
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +13 -4
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +19 -4
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +17 -4
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +18 -4
- pulumi_oci/loganalytics/get_namespaces.py +15 -4
- pulumi_oci/loganalytics/log_analytics_entity.py +5 -0
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +5 -0
- pulumi_oci/loganalytics/log_analytics_log_group.py +5 -0
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +5 -0
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +5 -0
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +5 -0
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +5 -0
- pulumi_oci/loganalytics/namespace.py +5 -0
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +5 -0
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +5 -0
- pulumi_oci/loganalytics/namespace_scheduled_task.py +5 -0
- pulumi_oci/loganalytics/outputs.py +5 -0
- pulumi_oci/logging/_inputs.py +1114 -0
- pulumi_oci/logging/get_log.py +26 -4
- pulumi_oci/logging/get_log_group.py +20 -4
- pulumi_oci/logging/get_log_groups.py +19 -4
- pulumi_oci/logging/get_log_saved_search.py +21 -4
- pulumi_oci/logging/get_log_saved_searches.py +19 -4
- pulumi_oci/logging/get_logs.py +25 -4
- pulumi_oci/logging/get_unified_agent_configuration.py +24 -4
- pulumi_oci/logging/get_unified_agent_configurations.py +25 -4
- pulumi_oci/logging/log.py +5 -0
- pulumi_oci/logging/log_group.py +5 -0
- pulumi_oci/logging/log_saved_search.py +5 -0
- pulumi_oci/logging/outputs.py +5 -0
- pulumi_oci/logging/unified_agent_configuration.py +5 -0
- pulumi_oci/managementagent/_inputs.py +256 -0
- pulumi_oci/managementagent/get_management_agent.py +40 -4
- pulumi_oci/managementagent/get_management_agent_available_histories.py +19 -4
- pulumi_oci/managementagent/get_management_agent_count.py +19 -4
- pulumi_oci/managementagent/get_management_agent_data_source.py +32 -4
- pulumi_oci/managementagent/get_management_agent_data_sources.py +17 -4
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +13 -4
- pulumi_oci/managementagent/get_management_agent_images.py +21 -4
- pulumi_oci/managementagent/get_management_agent_install_key.py +24 -4
- pulumi_oci/managementagent/get_management_agent_install_keys.py +23 -4
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +15 -4
- pulumi_oci/managementagent/get_management_agent_plugins.py +23 -4
- pulumi_oci/managementagent/get_management_agents.py +45 -4
- pulumi_oci/managementagent/management_agent.py +5 -0
- pulumi_oci/managementagent/management_agent_data_source.py +5 -0
- pulumi_oci/managementagent/management_agent_install_key.py +5 -0
- pulumi_oci/managementagent/outputs.py +5 -0
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +13 -4
- pulumi_oci/managementdashboard/management_dashboards_import.py +5 -0
- pulumi_oci/marketplace/_inputs.py +217 -0
- pulumi_oci/marketplace/accepted_agreement.py +5 -0
- pulumi_oci/marketplace/get_accepted_agreement.py +21 -4
- pulumi_oci/marketplace/get_accepted_agreements.py +23 -4
- pulumi_oci/marketplace/get_categories.py +15 -4
- pulumi_oci/marketplace/get_listing.py +43 -4
- pulumi_oci/marketplace/get_listing_package.py +29 -4
- pulumi_oci/marketplace/get_listing_package_agreements.py +19 -4
- pulumi_oci/marketplace/get_listing_packages.py +21 -4
- pulumi_oci/marketplace/get_listing_taxes.py +17 -4
- pulumi_oci/marketplace/get_listings.py +35 -4
- pulumi_oci/marketplace/get_publication.py +28 -4
- pulumi_oci/marketplace/get_publication_package.py +26 -4
- pulumi_oci/marketplace/get_publication_packages.py +19 -4
- pulumi_oci/marketplace/get_publications.py +23 -4
- pulumi_oci/marketplace/get_publishers.py +17 -4
- pulumi_oci/marketplace/listing_package_agreement.py +5 -0
- pulumi_oci/marketplace/outputs.py +5 -0
- pulumi_oci/marketplace/publication.py +5 -0
- pulumi_oci/mediaservices/_inputs.py +472 -0
- pulumi_oci/mediaservices/get_media_asset.py +36 -4
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +23 -4
- pulumi_oci/mediaservices/get_media_assets.py +37 -4
- pulumi_oci/mediaservices/get_media_workflow.py +27 -4
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +24 -4
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +20 -4
- pulumi_oci/mediaservices/get_media_workflow_job.py +33 -4
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +17 -4
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +19 -4
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +22 -4
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +19 -4
- pulumi_oci/mediaservices/get_media_workflows.py +20 -4
- pulumi_oci/mediaservices/get_stream_cdn_config.py +26 -4
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +20 -4
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +23 -4
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +20 -4
- pulumi_oci/mediaservices/get_stream_packaging_config.py +26 -4
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +21 -4
- pulumi_oci/mediaservices/get_system_media_workflow.py +15 -4
- pulumi_oci/mediaservices/media_asset.py +5 -0
- pulumi_oci/mediaservices/media_workflow.py +5 -0
- pulumi_oci/mediaservices/media_workflow_configuration.py +5 -0
- pulumi_oci/mediaservices/media_workflow_job.py +5 -0
- pulumi_oci/mediaservices/outputs.py +5 -0
- pulumi_oci/mediaservices/stream_cdn_config.py +5 -0
- pulumi_oci/mediaservices/stream_distribution_channel.py +5 -0
- pulumi_oci/mediaservices/stream_packaging_config.py +5 -0
- pulumi_oci/meteringcomputation/_inputs.py +767 -0
- pulumi_oci/meteringcomputation/custom_table.py +5 -0
- pulumi_oci/meteringcomputation/get_average_carbon_emission.py +13 -4
- pulumi_oci/meteringcomputation/get_clean_energy_usage.py +14 -4
- pulumi_oci/meteringcomputation/get_configuration.py +13 -4
- pulumi_oci/meteringcomputation/get_custom_table.py +15 -4
- pulumi_oci/meteringcomputation/get_custom_tables.py +17 -4
- pulumi_oci/meteringcomputation/get_queries.py +15 -4
- pulumi_oci/meteringcomputation/get_query.py +14 -4
- pulumi_oci/meteringcomputation/get_schedule.py +27 -4
- pulumi_oci/meteringcomputation/get_scheduled_run.py +17 -4
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +15 -4
- pulumi_oci/meteringcomputation/get_schedules.py +17 -4
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_config.py +13 -4
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_queries.py +15 -4
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_query.py +14 -4
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_group.py +18 -4
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py +17 -4
- pulumi_oci/meteringcomputation/outputs.py +5 -0
- pulumi_oci/meteringcomputation/query.py +5 -0
- pulumi_oci/meteringcomputation/schedule.py +5 -0
- pulumi_oci/meteringcomputation/usage.py +5 -0
- pulumi_oci/meteringcomputation/usage_carbon_emission.py +5 -0
- pulumi_oci/meteringcomputation/usage_carbon_emissions_query.py +5 -0
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +5 -0
- pulumi_oci/monitoring/_inputs.py +284 -13
- pulumi_oci/monitoring/alarm.py +5 -0
- pulumi_oci/monitoring/alarm_suppression.py +169 -35
- pulumi_oci/monitoring/get_alarm.py +40 -4
- pulumi_oci/monitoring/get_alarm_history_collection.py +20 -4
- pulumi_oci/monitoring/get_alarm_statuses.py +32 -7
- pulumi_oci/monitoring/get_alarm_suppression.py +57 -7
- pulumi_oci/monitoring/get_alarm_suppressions.py +155 -17
- pulumi_oci/monitoring/get_alarms.py +21 -4
- pulumi_oci/monitoring/get_metric_data.py +29 -4
- pulumi_oci/monitoring/get_metrics.py +27 -4
- pulumi_oci/monitoring/outputs.py +296 -18
- pulumi_oci/mysql/_inputs.py +1624 -179
- pulumi_oci/mysql/channel.py +5 -0
- pulumi_oci/mysql/get_channel.py +24 -4
- pulumi_oci/mysql/get_channels.py +25 -4
- pulumi_oci/mysql/get_heat_wave_cluster.py +20 -4
- pulumi_oci/mysql/get_mysql_backup.py +35 -4
- pulumi_oci/mysql/get_mysql_backups.py +25 -4
- pulumi_oci/mysql/get_mysql_configuration.py +25 -4
- pulumi_oci/mysql/get_mysql_configurations.py +25 -4
- pulumi_oci/mysql/get_mysql_db_system.py +51 -4
- pulumi_oci/mysql/get_mysql_db_systems.py +29 -4
- pulumi_oci/mysql/get_mysql_version.py +15 -4
- pulumi_oci/mysql/get_replica.py +33 -4
- pulumi_oci/mysql/get_replicas.py +27 -4
- pulumi_oci/mysql/get_shapes.py +21 -4
- pulumi_oci/mysql/heat_wave_cluster.py +5 -0
- pulumi_oci/mysql/mysql_backup.py +5 -0
- pulumi_oci/mysql/mysql_configuration.py +5 -0
- pulumi_oci/mysql/mysql_db_system.py +12 -7
- pulumi_oci/mysql/outputs.py +5 -0
- pulumi_oci/mysql/replica.py +5 -0
- pulumi_oci/networkfirewall/_inputs.py +292 -0
- pulumi_oci/networkfirewall/get_network_firewall.py +27 -4
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +20 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +22 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_address_list.py +18 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_address_lists.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_application.py +18 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_application_group.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_application_groups.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_applications.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profile.py +25 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profiles.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rule.py +21 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rules.py +19 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +19 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secrets.py +15 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_security_rule.py +20 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_security_rules.py +19 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_service.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_service_list.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_service_lists.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_services.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +22 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +19 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_url_list.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_url_lists.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewalls.py +24 -4
- pulumi_oci/networkfirewall/network_firewall.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_address_list.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_application.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_application_group.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_decryption_profile.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_decryption_rule.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_security_rule.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_service.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_service_list.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_url_list.py +5 -0
- pulumi_oci/networkfirewall/outputs.py +5 -0
- pulumi_oci/networkloadbalancer/_inputs.py +351 -0
- pulumi_oci/networkloadbalancer/backend.py +5 -0
- pulumi_oci/networkloadbalancer/backend_set.py +5 -0
- pulumi_oci/networkloadbalancer/get_backend_health.py +18 -4
- pulumi_oci/networkloadbalancer/get_backend_set.py +22 -4
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +19 -4
- pulumi_oci/networkloadbalancer/get_backend_sets.py +15 -4
- pulumi_oci/networkloadbalancer/get_backends.py +17 -4
- pulumi_oci/networkloadbalancer/get_listener.py +22 -4
- pulumi_oci/networkloadbalancer/get_listeners.py +15 -4
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +32 -4
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +17 -4
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +19 -4
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +13 -4
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +13 -4
- pulumi_oci/networkloadbalancer/listener.py +5 -0
- pulumi_oci/networkloadbalancer/network_load_balancer.py +5 -0
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +5 -0
- pulumi_oci/networkloadbalancer/outputs.py +5 -0
- pulumi_oci/nosql/_inputs.py +179 -0
- pulumi_oci/nosql/get_index.py +23 -4
- pulumi_oci/nosql/get_indexes.py +21 -4
- pulumi_oci/nosql/get_table.py +31 -4
- pulumi_oci/nosql/get_tables.py +19 -4
- pulumi_oci/nosql/index.py +5 -0
- pulumi_oci/nosql/outputs.py +5 -0
- pulumi_oci/nosql/table.py +5 -0
- pulumi_oci/nosql/table_replica.py +5 -0
- pulumi_oci/objectstorage/__init__.py +3 -0
- pulumi_oci/objectstorage/_inputs.py +325 -0
- pulumi_oci/objectstorage/bucket.py +5 -0
- pulumi_oci/objectstorage/get_bucket.py +34 -4
- pulumi_oci/objectstorage/get_bucket_summaries.py +17 -4
- pulumi_oci/objectstorage/get_namespace.py +13 -4
- pulumi_oci/objectstorage/get_namespace_metadata.py +14 -4
- pulumi_oci/objectstorage/get_object.py +44 -4
- pulumi_oci/objectstorage/get_object_head.py +22 -4
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +16 -4
- pulumi_oci/objectstorage/get_object_versions.py +36 -10
- pulumi_oci/objectstorage/get_objects.py +34 -10
- pulumi_oci/objectstorage/get_preauthrequest.py +25 -4
- pulumi_oci/objectstorage/get_preauthrequests.py +19 -4
- pulumi_oci/objectstorage/get_private_endpoint.py +263 -0
- pulumi_oci/objectstorage/get_private_endpoint_summaries.py +128 -0
- pulumi_oci/objectstorage/get_replication_policies.py +17 -4
- pulumi_oci/objectstorage/get_replication_policy.py +24 -4
- pulumi_oci/objectstorage/get_replication_sources.py +17 -4
- pulumi_oci/objectstorage/namespace_metadata.py +5 -0
- pulumi_oci/objectstorage/object_lifecycle_policy.py +5 -0
- pulumi_oci/objectstorage/outputs.py +263 -0
- pulumi_oci/objectstorage/preauthrequest.py +5 -0
- pulumi_oci/objectstorage/private_endpoint.py +630 -0
- pulumi_oci/objectstorage/replication_policy.py +5 -0
- pulumi_oci/objectstorage/storage_object.py +12 -7
- pulumi_oci/oce/_inputs.py +19 -0
- pulumi_oci/oce/get_oce_instance.py +38 -4
- pulumi_oci/oce/get_oce_instances.py +21 -4
- pulumi_oci/oce/instance.py +5 -0
- pulumi_oci/oce/outputs.py +5 -0
- pulumi_oci/ocvp/_inputs.py +443 -0
- pulumi_oci/ocvp/cluster.py +5 -0
- pulumi_oci/ocvp/esxi_host.py +5 -0
- pulumi_oci/ocvp/get_cluster.py +37 -4
- pulumi_oci/ocvp/get_clusters.py +21 -4
- pulumi_oci/ocvp/get_exsi_host.py +42 -4
- pulumi_oci/ocvp/get_exsi_hosts.py +29 -4
- pulumi_oci/ocvp/get_retrieve_password.py +15 -4
- pulumi_oci/ocvp/get_sddc.py +74 -4
- pulumi_oci/ocvp/get_sddcs.py +21 -4
- pulumi_oci/ocvp/get_supported_commitments.py +17 -4
- pulumi_oci/ocvp/get_supported_host_shapes.py +23 -4
- pulumi_oci/ocvp/get_supported_skus.py +17 -4
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +21 -4
- pulumi_oci/ocvp/outputs.py +5 -0
- pulumi_oci/ocvp/sddc.py +5 -0
- pulumi_oci/oda/_inputs.py +75 -0
- pulumi_oci/oda/get_oda_instance.py +34 -4
- pulumi_oci/oda/get_oda_instances.py +19 -4
- pulumi_oci/oda/get_oda_private_endpoint.py +22 -4
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +18 -4
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +19 -4
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +17 -4
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +19 -4
- pulumi_oci/oda/get_oda_private_endpoints.py +19 -4
- pulumi_oci/oda/oda_instance.py +5 -0
- pulumi_oci/oda/oda_private_endpoint.py +5 -0
- pulumi_oci/oda/oda_private_endpoint_attachment.py +5 -0
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +5 -0
- pulumi_oci/oda/outputs.py +5 -0
- pulumi_oci/onesubsription/_inputs.py +124 -0
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +25 -4
- pulumi_oci/onesubsription/get_billing_schedules.py +19 -4
- pulumi_oci/onesubsription/get_commitment.py +19 -4
- pulumi_oci/onesubsription/get_commitments.py +17 -4
- pulumi_oci/onesubsription/get_computed_usage.py +40 -4
- pulumi_oci/onesubsription/get_computed_usages.py +25 -4
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +19 -4
- pulumi_oci/onesubsription/get_invoices.py +23 -4
- pulumi_oci/onesubsription/get_organization_subscriptions.py +15 -4
- pulumi_oci/onesubsription/get_ratecards.py +23 -4
- pulumi_oci/onesubsription/get_subscribed_service.py +124 -4
- pulumi_oci/onesubsription/get_subscribed_services.py +21 -4
- pulumi_oci/onesubsription/get_subscriptions.py +23 -4
- pulumi_oci/onesubsription/outputs.py +5 -0
- pulumi_oci/ons/_inputs.py +28 -0
- pulumi_oci/ons/get_notification_topic.py +22 -4
- pulumi_oci/ons/get_notification_topics.py +20 -4
- pulumi_oci/ons/get_subscription.py +22 -4
- pulumi_oci/ons/get_subscriptions.py +17 -4
- pulumi_oci/ons/notification_topic.py +5 -0
- pulumi_oci/ons/outputs.py +5 -0
- pulumi_oci/ons/subscription.py +5 -0
- pulumi_oci/opa/_inputs.py +45 -0
- pulumi_oci/opa/get_opa_instance.py +32 -4
- pulumi_oci/opa/get_opa_instances.py +20 -4
- pulumi_oci/opa/opa_instance.py +5 -0
- pulumi_oci/opa/outputs.py +5 -0
- pulumi_oci/opensearch/_inputs.py +25 -0
- pulumi_oci/opensearch/cluster.py +5 -0
- pulumi_oci/opensearch/get_opensearch_cluster.py +51 -4
- pulumi_oci/opensearch/get_opensearch_clusters.py +20 -4
- pulumi_oci/opensearch/get_opensearch_version.py +13 -4
- pulumi_oci/opensearch/get_opensearch_versions.py +15 -4
- pulumi_oci/opensearch/outputs.py +5 -0
- pulumi_oci/operatoraccesscontrol/_inputs.py +46 -0
- pulumi_oci/operatoraccesscontrol/get_access_request.py +49 -4
- pulumi_oci/operatoraccesscontrol/get_access_request_audit_log_report.py +18 -4
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +13 -4
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +25 -4
- pulumi_oci/operatoraccesscontrol/get_action.py +18 -4
- pulumi_oci/operatoraccesscontrol/get_actions.py +21 -4
- pulumi_oci/operatoraccesscontrol/get_control.py +32 -4
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +42 -4
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +23 -4
- pulumi_oci/operatoraccesscontrol/get_controls.py +21 -4
- pulumi_oci/operatoraccesscontrol/operator_control.py +5 -0
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +5 -0
- pulumi_oci/operatoraccesscontrol/outputs.py +5 -0
- pulumi_oci/opsi/_inputs.py +732 -75
- pulumi_oci/opsi/awr_hub.py +5 -0
- pulumi_oci/opsi/awr_hub_source.py +5 -0
- pulumi_oci/opsi/awr_hub_source_awrhubsources_management.py +5 -0
- pulumi_oci/opsi/database_insight.py +167 -21
- pulumi_oci/opsi/enterprise_manager_bridge.py +5 -0
- pulumi_oci/opsi/exadata_insight.py +49 -0
- pulumi_oci/opsi/get_awr_hub.py +25 -4
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +19 -4
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +21 -4
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +17 -4
- pulumi_oci/opsi/get_awr_hub_source.py +34 -4
- pulumi_oci/opsi/get_awr_hub_sources.py +27 -4
- pulumi_oci/opsi/get_awr_hubs.py +22 -4
- pulumi_oci/opsi/get_database_insight.py +88 -5
- pulumi_oci/opsi/get_database_insights.py +34 -4
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +25 -4
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +22 -4
- pulumi_oci/opsi/get_exadata_insight.py +38 -4
- pulumi_oci/opsi/get_exadata_insights.py +26 -4
- pulumi_oci/opsi/get_host_insight.py +38 -4
- pulumi_oci/opsi/get_host_insights.py +30 -6
- pulumi_oci/opsi/get_importable_agent_entities.py +13 -4
- pulumi_oci/opsi/get_importable_agent_entity.py +13 -4
- pulumi_oci/opsi/get_importable_compute_entities.py +13 -4
- pulumi_oci/opsi/get_importable_compute_entity.py +13 -4
- pulumi_oci/opsi/get_news_report.py +29 -4
- pulumi_oci/opsi/get_news_reports.py +23 -4
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +27 -4
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +27 -4
- pulumi_oci/opsi/get_operations_insights_warehouse.py +28 -4
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +15 -4
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +26 -4
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +22 -4
- pulumi_oci/opsi/get_operations_insights_warehouses.py +20 -4
- pulumi_oci/opsi/get_opsi_configuration.py +32 -4
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +21 -4
- pulumi_oci/opsi/get_opsi_configurations.py +21 -4
- pulumi_oci/opsi/host_insight.py +5 -48
- pulumi_oci/opsi/news_report.py +5 -0
- pulumi_oci/opsi/operations_insights_private_endpoint.py +5 -0
- pulumi_oci/opsi/operations_insights_warehouse.py +5 -0
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +5 -0
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +5 -0
- pulumi_oci/opsi/operations_insights_warehouse_user.py +5 -0
- pulumi_oci/opsi/opsi_configuration.py +5 -0
- pulumi_oci/opsi/outputs.py +410 -109
- pulumi_oci/optimizer/_inputs.py +226 -0
- pulumi_oci/optimizer/enrollment_status.py +5 -0
- pulumi_oci/optimizer/get_categories.py +25 -4
- pulumi_oci/optimizer/get_category.py +23 -4
- pulumi_oci/optimizer/get_enrollment_status.py +18 -4
- pulumi_oci/optimizer/get_enrollment_statuses.py +19 -4
- pulumi_oci/optimizer/get_histories.py +31 -4
- pulumi_oci/optimizer/get_profile.py +25 -4
- pulumi_oci/optimizer/get_profile_level.py +19 -4
- pulumi_oci/optimizer/get_profile_levels.py +21 -4
- pulumi_oci/optimizer/get_profiles.py +19 -4
- pulumi_oci/optimizer/get_recommendation.py +27 -4
- pulumi_oci/optimizer/get_recommendation_strategies.py +21 -4
- pulumi_oci/optimizer/get_recommendation_strategy.py +19 -4
- pulumi_oci/optimizer/get_recommendations.py +31 -4
- pulumi_oci/optimizer/get_resource_action.py +31 -4
- pulumi_oci/optimizer/get_resource_actions.py +35 -4
- pulumi_oci/optimizer/outputs.py +5 -0
- pulumi_oci/optimizer/profile.py +5 -0
- pulumi_oci/optimizer/recommendation.py +5 -0
- pulumi_oci/optimizer/resource_action.py +5 -0
- pulumi_oci/osmanagement/_inputs.py +190 -0
- pulumi_oci/osmanagement/get_managed_instance.py +37 -4
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +19 -4
- pulumi_oci/osmanagement/get_managed_instance_group.py +22 -4
- pulumi_oci/osmanagement/get_managed_instance_groups.py +21 -4
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +23 -4
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +25 -4
- pulumi_oci/osmanagement/get_managed_instances.py +19 -4
- pulumi_oci/osmanagement/get_software_source.py +33 -4
- pulumi_oci/osmanagement/get_software_source_module_stream.py +21 -4
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +21 -4
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +23 -4
- pulumi_oci/osmanagement/get_software_sources.py +19 -4
- pulumi_oci/osmanagement/managed_instance.py +5 -0
- pulumi_oci/osmanagement/managed_instance_group.py +5 -0
- pulumi_oci/osmanagement/managed_instance_management.py +5 -0
- pulumi_oci/osmanagement/outputs.py +5 -0
- pulumi_oci/osmanagement/software_source.py +5 -0
- pulumi_oci/osmanagementhub/_inputs.py +1538 -12
- pulumi_oci/osmanagementhub/event.py +5 -0
- pulumi_oci/osmanagementhub/get_entitlements.py +19 -4
- pulumi_oci/osmanagementhub/get_errata.py +31 -4
- pulumi_oci/osmanagementhub/get_erratum.py +28 -4
- pulumi_oci/osmanagementhub/get_event.py +28 -4
- pulumi_oci/osmanagementhub/get_events.py +34 -4
- pulumi_oci/osmanagementhub/get_lifecycle_environment.py +27 -4
- pulumi_oci/osmanagementhub/get_lifecycle_environments.py +31 -4
- pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -4
- pulumi_oci/osmanagementhub/get_lifecycle_stages.py +33 -4
- pulumi_oci/osmanagementhub/get_managed_instance.py +49 -4
- pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +21 -4
- pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +21 -4
- pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +27 -4
- pulumi_oci/osmanagementhub/get_managed_instance_errata.py +23 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group.py +33 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +21 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +23 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +21 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +25 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +23 -4
- pulumi_oci/osmanagementhub/get_managed_instance_groups.py +35 -4
- pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +25 -4
- pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +23 -4
- pulumi_oci/osmanagementhub/get_managed_instance_modules.py +21 -4
- pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +25 -4
- pulumi_oci/osmanagementhub/get_managed_instances.py +59 -4
- pulumi_oci/osmanagementhub/get_management_station.py +32 -4
- pulumi_oci/osmanagementhub/get_management_station_mirrors.py +21 -4
- pulumi_oci/osmanagementhub/get_management_stations.py +24 -4
- pulumi_oci/osmanagementhub/get_profile.py +35 -4
- pulumi_oci/osmanagementhub/get_profiles.py +37 -4
- pulumi_oci/osmanagementhub/get_scheduled_job.py +36 -4
- pulumi_oci/osmanagementhub/get_scheduled_jobs.py +48 -4
- pulumi_oci/osmanagementhub/get_software_package.py +27 -4
- pulumi_oci/osmanagementhub/get_software_package_software_source.py +35 -4
- pulumi_oci/osmanagementhub/get_software_packages.py +25 -4
- pulumi_oci/osmanagementhub/get_software_source.py +44 -4
- pulumi_oci/osmanagementhub/get_software_source_module_stream.py +23 -4
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +22 -4
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +21 -4
- pulumi_oci/osmanagementhub/get_software_source_module_streams.py +23 -4
- pulumi_oci/osmanagementhub/get_software_source_package_group.py +22 -4
- pulumi_oci/osmanagementhub/get_software_source_package_groups.py +23 -4
- pulumi_oci/osmanagementhub/get_software_source_software_package.py +29 -4
- pulumi_oci/osmanagementhub/get_software_source_software_packages.py +21 -4
- pulumi_oci/osmanagementhub/get_software_source_vendors.py +17 -4
- pulumi_oci/osmanagementhub/get_software_sources.py +41 -4
- pulumi_oci/osmanagementhub/get_windows_update.py +21 -4
- pulumi_oci/osmanagementhub/get_windows_updates.py +21 -4
- pulumi_oci/osmanagementhub/lifecycle_environment.py +5 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +5 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +5 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +5 -0
- pulumi_oci/osmanagementhub/management_station.py +5 -0
- pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +5 -0
- pulumi_oci/osmanagementhub/management_station_refresh_management.py +5 -0
- pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +5 -0
- pulumi_oci/osmanagementhub/outputs.py +5 -0
- pulumi_oci/osmanagementhub/profile.py +5 -0
- pulumi_oci/osmanagementhub/scheduled_job.py +5 -0
- pulumi_oci/osmanagementhub/software_source.py +5 -0
- pulumi_oci/osmanagementhub/software_source_add_packages_management.py +5 -0
- pulumi_oci/osmanagementhub/software_source_change_availability_management.py +5 -0
- pulumi_oci/ospgateway/_inputs.py +668 -0
- pulumi_oci/ospgateway/address_action_verification.py +5 -0
- pulumi_oci/ospgateway/get_address.py +42 -4
- pulumi_oci/ospgateway/get_address_rule.py +19 -4
- pulumi_oci/ospgateway/get_invoice.py +40 -4
- pulumi_oci/ospgateway/get_invoices.py +33 -4
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +17 -4
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +19 -4
- pulumi_oci/ospgateway/get_subscription.py +38 -4
- pulumi_oci/ospgateway/get_subscriptions.py +17 -4
- pulumi_oci/ospgateway/outputs.py +5 -0
- pulumi_oci/ospgateway/subscription.py +5 -0
- pulumi_oci/osubbillingschedule/_inputs.py +19 -0
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +21 -4
- pulumi_oci/osubbillingschedule/outputs.py +5 -0
- pulumi_oci/osuborganizationsubscription/_inputs.py +19 -0
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +19 -4
- pulumi_oci/osuborganizationsubscription/outputs.py +5 -0
- pulumi_oci/osubsubscription/_inputs.py +40 -0
- pulumi_oci/osubsubscription/get_commitment.py +22 -4
- pulumi_oci/osubsubscription/get_commitments.py +21 -4
- pulumi_oci/osubsubscription/get_ratecards.py +25 -4
- pulumi_oci/osubsubscription/get_subscriptions.py +27 -4
- pulumi_oci/osubsubscription/outputs.py +5 -0
- pulumi_oci/osubusage/_inputs.py +31 -0
- pulumi_oci/osubusage/get_commitment_aggregateds.py +27 -4
- pulumi_oci/osubusage/get_computed_usage.py +42 -4
- pulumi_oci/osubusage/get_computed_usages.py +27 -4
- pulumi_oci/osubusage/outputs.py +5 -0
- pulumi_oci/provider.py +5 -0
- pulumi_oci/psql/_inputs.py +351 -0
- pulumi_oci/psql/backup.py +5 -0
- pulumi_oci/psql/configuration.py +5 -0
- pulumi_oci/psql/db_system.py +5 -0
- pulumi_oci/psql/get_backup.py +29 -4
- pulumi_oci/psql/get_backups.py +26 -4
- pulumi_oci/psql/get_configuration.py +29 -4
- pulumi_oci/psql/get_configurations.py +25 -4
- pulumi_oci/psql/get_db_system.py +41 -4
- pulumi_oci/psql/get_db_system_connection_detail.py +15 -4
- pulumi_oci/psql/get_db_system_primary_db_instance.py +13 -4
- pulumi_oci/psql/get_db_systems.py +20 -4
- pulumi_oci/psql/get_default_configuration.py +23 -4
- pulumi_oci/psql/get_default_configurations.py +23 -4
- pulumi_oci/psql/get_shapes.py +16 -4
- pulumi_oci/psql/outputs.py +5 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/_inputs.py +16 -0
- pulumi_oci/queue/get_queue.py +30 -4
- pulumi_oci/queue/get_queues.py +20 -4
- pulumi_oci/queue/outputs.py +5 -0
- pulumi_oci/queue/queue.py +5 -0
- pulumi_oci/recoverymod/_inputs.py +86 -0
- pulumi_oci/recoverymod/get_protected_database.py +36 -4
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +17 -4
- pulumi_oci/recoverymod/get_protected_databases.py +24 -4
- pulumi_oci/recoverymod/get_protection_policies.py +23 -4
- pulumi_oci/recoverymod/get_protection_policy.py +25 -4
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +25 -4
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +22 -4
- pulumi_oci/recoverymod/outputs.py +5 -0
- pulumi_oci/recoverymod/protected_database.py +5 -0
- pulumi_oci/recoverymod/protection_policy.py +5 -0
- pulumi_oci/recoverymod/recovery_service_subnet.py +5 -0
- pulumi_oci/redis/_inputs.py +53 -0
- pulumi_oci/redis/get_redis_cluster.py +33 -4
- pulumi_oci/redis/get_redis_cluster_nodes.py +17 -4
- pulumi_oci/redis/get_redis_clusters.py +20 -4
- pulumi_oci/redis/outputs.py +5 -0
- pulumi_oci/redis/redis_cluster.py +5 -0
- pulumi_oci/resourcemanager/_inputs.py +25 -0
- pulumi_oci/resourcemanager/get_private_endpoint.py +25 -4
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +15 -4
- pulumi_oci/resourcemanager/get_private_endpoints.py +21 -4
- pulumi_oci/resourcemanager/get_stack.py +21 -4
- pulumi_oci/resourcemanager/get_stack_tf_state.py +14 -4
- pulumi_oci/resourcemanager/get_stacks.py +20 -4
- pulumi_oci/resourcemanager/outputs.py +5 -0
- pulumi_oci/resourcemanager/private_endpoint.py +5 -0
- pulumi_oci/resourcescheduler/_inputs.py +72 -0
- pulumi_oci/resourcescheduler/get_schedule.py +30 -4
- pulumi_oci/resourcescheduler/get_schedules.py +21 -4
- pulumi_oci/resourcescheduler/outputs.py +5 -0
- pulumi_oci/resourcescheduler/schedule.py +5 -0
- pulumi_oci/sch/_inputs.py +285 -0
- pulumi_oci/sch/connector.py +5 -0
- pulumi_oci/sch/get_connector_plugin.py +20 -4
- pulumi_oci/sch/get_connector_plugins.py +19 -4
- pulumi_oci/sch/get_service_connector.py +25 -4
- pulumi_oci/sch/get_service_connectors.py +19 -4
- pulumi_oci/sch/outputs.py +5 -0
- pulumi_oci/secrets/_inputs.py +16 -0
- pulumi_oci/secrets/get_secretbundle.py +25 -4
- pulumi_oci/secrets/get_secretbundle_versions.py +15 -4
- pulumi_oci/secrets/outputs.py +5 -0
- pulumi_oci/securityattribute/__init__.py +15 -0
- pulumi_oci/securityattribute/_inputs.py +209 -0
- pulumi_oci/securityattribute/get_security_attribute.py +262 -0
- pulumi_oci/securityattribute/get_security_attribute_namespace.py +253 -0
- pulumi_oci/securityattribute/get_security_attribute_namespaces.py +210 -0
- pulumi_oci/securityattribute/get_security_attributes.py +169 -0
- pulumi_oci/securityattribute/outputs.py +466 -0
- pulumi_oci/securityattribute/security_attribute.py +588 -0
- pulumi_oci/securityattribute/security_attribute_namespace.py +609 -0
- pulumi_oci/servicecatalog/_inputs.py +76 -0
- pulumi_oci/servicecatalog/catalog.py +5 -0
- pulumi_oci/servicecatalog/catalog_association.py +5 -0
- pulumi_oci/servicecatalog/get_private_application.py +25 -4
- pulumi_oci/servicecatalog/get_private_application_package.py +19 -4
- pulumi_oci/servicecatalog/get_private_application_packages.py +21 -4
- pulumi_oci/servicecatalog/get_private_applications.py +19 -4
- pulumi_oci/servicecatalog/get_service_catalog.py +19 -4
- pulumi_oci/servicecatalog/get_service_catalog_association.py +16 -4
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +21 -4
- pulumi_oci/servicecatalog/get_service_catalogs.py +19 -4
- pulumi_oci/servicecatalog/outputs.py +5 -0
- pulumi_oci/servicecatalog/private_application.py +5 -0
- pulumi_oci/servicemanagerproxy/_inputs.py +16 -0
- pulumi_oci/servicemanagerproxy/get_service_environment.py +19 -4
- pulumi_oci/servicemanagerproxy/get_service_environments.py +21 -4
- pulumi_oci/servicemanagerproxy/outputs.py +5 -0
- pulumi_oci/servicemesh/_inputs.py +530 -0
- pulumi_oci/servicemesh/access_policy.py +5 -0
- pulumi_oci/servicemesh/get_access_policies.py +22 -4
- pulumi_oci/servicemesh/get_access_policy.py +24 -4
- pulumi_oci/servicemesh/get_ingress_gateway.py +26 -4
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +25 -4
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +22 -4
- pulumi_oci/servicemesh/get_ingress_gateways.py +22 -4
- pulumi_oci/servicemesh/get_mesh.py +24 -4
- pulumi_oci/servicemesh/get_meshes.py +20 -4
- pulumi_oci/servicemesh/get_proxy_detail.py +11 -4
- pulumi_oci/servicemesh/get_virtual_deployment.py +26 -4
- pulumi_oci/servicemesh/get_virtual_deployments.py +22 -4
- pulumi_oci/servicemesh/get_virtual_service.py +26 -4
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +25 -4
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +22 -4
- pulumi_oci/servicemesh/get_virtual_services.py +22 -4
- pulumi_oci/servicemesh/ingress_gateway.py +5 -0
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +5 -0
- pulumi_oci/servicemesh/mesh.py +5 -0
- pulumi_oci/servicemesh/outputs.py +5 -0
- pulumi_oci/servicemesh/virtual_deployment.py +5 -0
- pulumi_oci/servicemesh/virtual_service.py +5 -0
- pulumi_oci/servicemesh/virtual_service_route_table.py +5 -0
- pulumi_oci/stackmonitoring/__init__.py +5 -0
- pulumi_oci/stackmonitoring/_inputs.py +1419 -6
- pulumi_oci/stackmonitoring/baselineable_metric.py +5 -0
- pulumi_oci/stackmonitoring/config.py +5 -0
- pulumi_oci/stackmonitoring/discovery_job.py +5 -0
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +28 -4
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +27 -4
- pulumi_oci/stackmonitoring/get_baselineable_metrics_evaluate.py +17 -4
- pulumi_oci/stackmonitoring/get_config.py +24 -4
- pulumi_oci/stackmonitoring/get_configs.py +21 -4
- pulumi_oci/stackmonitoring/get_discovery_job.py +26 -4
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +17 -4
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +17 -4
- pulumi_oci/stackmonitoring/get_maintenance_window.py +254 -0
- pulumi_oci/stackmonitoring/get_maintenance_windows.py +210 -0
- pulumi_oci/stackmonitoring/get_metric_extension.py +32 -4
- pulumi_oci/stackmonitoring/get_metric_extensions.py +25 -4
- pulumi_oci/stackmonitoring/get_monitored_resource.py +37 -4
- pulumi_oci/stackmonitoring/get_monitored_resource_task.py +23 -4
- pulumi_oci/stackmonitoring/get_monitored_resource_tasks.py +17 -4
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +26 -4
- pulumi_oci/stackmonitoring/get_monitored_resource_types.py +27 -4
- pulumi_oci/stackmonitoring/get_monitored_resources.py +21 -4
- pulumi_oci/stackmonitoring/get_process_set.py +22 -4
- pulumi_oci/stackmonitoring/get_process_sets.py +17 -4
- pulumi_oci/stackmonitoring/maintenance_window.py +551 -0
- pulumi_oci/stackmonitoring/maintenance_windows_retry_failed_operation.py +217 -0
- pulumi_oci/stackmonitoring/maintenance_windows_stop.py +217 -0
- pulumi_oci/stackmonitoring/metric_extension.py +5 -0
- pulumi_oci/stackmonitoring/metric_extension_metric_extension_on_given_resources_management.py +5 -0
- pulumi_oci/stackmonitoring/metric_extensions_test_management.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resource.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resource_task.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resource_type.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resources_search.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +5 -0
- pulumi_oci/stackmonitoring/outputs.py +608 -0
- pulumi_oci/stackmonitoring/process_set.py +5 -0
- pulumi_oci/streaming/_inputs.py +101 -0
- pulumi_oci/streaming/connect_harness.py +5 -0
- pulumi_oci/streaming/get_connect_harness.py +19 -4
- pulumi_oci/streaming/get_connect_harnesses.py +20 -4
- pulumi_oci/streaming/get_stream.py +23 -4
- pulumi_oci/streaming/get_stream_pool.py +24 -4
- pulumi_oci/streaming/get_stream_pools.py +20 -4
- pulumi_oci/streaming/get_streams.py +22 -4
- pulumi_oci/streaming/outputs.py +5 -0
- pulumi_oci/streaming/stream.py +5 -0
- pulumi_oci/streaming/stream_pool.py +5 -0
- pulumi_oci/usageproxy/_inputs.py +94 -0
- pulumi_oci/usageproxy/get_resource_quotas.py +19 -4
- pulumi_oci/usageproxy/get_resources.py +19 -4
- pulumi_oci/usageproxy/get_subscription_product.py +19 -4
- pulumi_oci/usageproxy/get_subscription_products.py +21 -4
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +16 -4
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +17 -4
- pulumi_oci/usageproxy/get_subscription_redemption.py +19 -4
- pulumi_oci/usageproxy/get_subscription_redemptions.py +21 -4
- pulumi_oci/usageproxy/get_subscription_reward.py +16 -4
- pulumi_oci/usageproxy/get_subscription_rewards.py +17 -4
- pulumi_oci/usageproxy/get_usagelimits.py +23 -4
- pulumi_oci/usageproxy/outputs.py +5 -0
- pulumi_oci/usageproxy/subscription_redeemable_user.py +5 -0
- pulumi_oci/vault/_inputs.py +103 -0
- pulumi_oci/vault/get_secret.py +32 -4
- pulumi_oci/vault/get_secret_version.py +21 -4
- pulumi_oci/vault/get_secrets.py +21 -4
- pulumi_oci/vault/outputs.py +5 -0
- pulumi_oci/vault/secret.py +5 -0
- pulumi_oci/vbs/_inputs.py +19 -0
- pulumi_oci/vbs/get_inst_vbs_instance.py +26 -4
- pulumi_oci/vbs/get_inst_vbs_instances.py +20 -4
- pulumi_oci/vbs/inst_vbs_instance.py +5 -0
- pulumi_oci/vbs/outputs.py +5 -0
- pulumi_oci/visualbuilder/_inputs.py +107 -0
- pulumi_oci/visualbuilder/get_vb_instance.py +34 -4
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +15 -4
- pulumi_oci/visualbuilder/get_vb_instances.py +19 -4
- pulumi_oci/visualbuilder/outputs.py +5 -0
- pulumi_oci/visualbuilder/vb_instance.py +5 -0
- pulumi_oci/vnmonitoring/_inputs.py +270 -0
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +25 -4
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +19 -4
- pulumi_oci/vnmonitoring/outputs.py +5 -0
- pulumi_oci/vnmonitoring/path_analysi.py +5 -0
- pulumi_oci/vnmonitoring/path_analyzer_test.py +5 -0
- pulumi_oci/vulnerabilityscanning/_inputs.py +216 -0
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +5 -0
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +5 -0
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +22 -4
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +19 -4
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +23 -4
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +19 -4
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +24 -4
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +19 -4
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +24 -4
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +19 -4
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +19 -4
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +5 -0
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +5 -0
- pulumi_oci/vulnerabilityscanning/outputs.py +5 -0
- pulumi_oci/waa/_inputs.py +67 -0
- pulumi_oci/waa/app_acceleration.py +5 -0
- pulumi_oci/waa/app_acceleration_policy.py +5 -0
- pulumi_oci/waa/get_app_acceleration.py +24 -4
- pulumi_oci/waa/get_app_acceleration_policies.py +20 -4
- pulumi_oci/waa/get_app_acceleration_policy.py +23 -4
- pulumi_oci/waa/get_app_accelerations.py +22 -4
- pulumi_oci/waa/outputs.py +5 -0
- pulumi_oci/waas/_inputs.py +1251 -34
- pulumi_oci/waas/address_list.py +5 -0
- pulumi_oci/waas/certificate.py +5 -0
- pulumi_oci/waas/custom_protection_rule.py +5 -0
- pulumi_oci/waas/get_address_list.py +20 -4
- pulumi_oci/waas/get_address_lists.py +25 -4
- pulumi_oci/waas/get_certificate.py +31 -4
- pulumi_oci/waas/get_certificates.py +25 -4
- pulumi_oci/waas/get_custom_protection_rule.py +21 -4
- pulumi_oci/waas/get_custom_protection_rules.py +25 -4
- pulumi_oci/waas/get_edge_subnets.py +13 -4
- pulumi_oci/waas/get_http_redirect.py +21 -4
- pulumi_oci/waas/get_http_redirects.py +25 -4
- pulumi_oci/waas/get_protection_rule.py +21 -4
- pulumi_oci/waas/get_protection_rules.py +19 -4
- pulumi_oci/waas/get_waas_policies.py +25 -4
- pulumi_oci/waas/get_waas_policy.py +25 -4
- pulumi_oci/waas/http_redirect.py +5 -0
- pulumi_oci/waas/outputs.py +5 -0
- pulumi_oci/waas/policy.py +5 -0
- pulumi_oci/waas/protection_rule.py +5 -0
- pulumi_oci/waas/purge_cache.py +5 -0
- pulumi_oci/waf/_inputs.py +590 -0
- pulumi_oci/waf/app_firewall.py +5 -0
- pulumi_oci/waf/app_firewall_policy.py +5 -0
- pulumi_oci/waf/get_firewalls.py +22 -4
- pulumi_oci/waf/get_network_address_list.py +24 -4
- pulumi_oci/waf/get_network_address_lists.py +20 -4
- pulumi_oci/waf/get_protection_capabilities.py +25 -4
- pulumi_oci/waf/get_protection_capability_group_tags.py +19 -4
- pulumi_oci/waf/get_web_app_firewall.py +24 -4
- pulumi_oci/waf/get_web_app_firewall_policies.py +20 -4
- pulumi_oci/waf/get_web_app_firewall_policy.py +27 -4
- pulumi_oci/waf/network_address_list.py +5 -0
- pulumi_oci/waf/outputs.py +5 -0
- pulumi_oci/zpr/__init__.py +14 -0
- pulumi_oci/zpr/_inputs.py +79 -0
- pulumi_oci/zpr/configuration.py +516 -0
- pulumi_oci/zpr/get_configuration.py +230 -0
- pulumi_oci/zpr/get_zpr_policies.py +191 -0
- pulumi_oci/zpr/get_zpr_policy.py +264 -0
- pulumi_oci/zpr/outputs.py +203 -0
- pulumi_oci/zpr/zpr_policy.py +614 -0
- {pulumi_oci-2.11.0a1726726622.dist-info → pulumi_oci-2.12.0.dist-info}/METADATA +3 -2
- pulumi_oci-2.12.0.dist-info/RECORD +2920 -0
- pulumi_oci-2.11.0a1726726622.dist-info/RECORD +0 -2815
- {pulumi_oci-2.11.0a1726726622.dist-info → pulumi_oci-2.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.11.0a1726726622.dist-info → pulumi_oci-2.12.0.dist-info}/top_level.txt +0 -0
@@ -4,9 +4,14 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
+
import sys
|
7
8
|
import pulumi
|
8
9
|
import pulumi.runtime
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
10
15
|
from .. import _utilities
|
11
16
|
from . import outputs
|
12
17
|
|
@@ -14,11 +19,27 @@ __all__ = [
|
|
14
19
|
'OccAvailabilityCatalogDetail',
|
15
20
|
'OccAvailabilityCatalogMetadataDetails',
|
16
21
|
'OccCapacityRequestDetail',
|
22
|
+
'OccCapacityRequestDetailAssociatedOccHandoverResourceBlockList',
|
17
23
|
'OccCapacityRequestPatchOperation',
|
24
|
+
'OccCustomerGroupCustomersList',
|
25
|
+
'GetInternalNamespaceOccOverviewsFilterResult',
|
26
|
+
'GetInternalNamespaceOccOverviewsOccOverviewCollectionResult',
|
27
|
+
'GetInternalNamespaceOccOverviewsOccOverviewCollectionItemResult',
|
18
28
|
'GetInternalOccAvailabilityCatalogsFilterResult',
|
19
29
|
'GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionResult',
|
20
30
|
'GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemResult',
|
21
31
|
'GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemMetadataDetailResult',
|
32
|
+
'GetInternalOccHandoverResourceBlockDetailsFilterResult',
|
33
|
+
'GetInternalOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionResult',
|
34
|
+
'GetInternalOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemResult',
|
35
|
+
'GetInternalOccHandoverResourceBlocksFilterResult',
|
36
|
+
'GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionResult',
|
37
|
+
'GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemResult',
|
38
|
+
'GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestResult',
|
39
|
+
'GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailResult',
|
40
|
+
'GetNamespaceOccOverviewsFilterResult',
|
41
|
+
'GetNamespaceOccOverviewsOccOverviewCollectionResult',
|
42
|
+
'GetNamespaceOccOverviewsOccOverviewCollectionItemResult',
|
22
43
|
'GetOccAvailabilityCatalogDetailResult',
|
23
44
|
'GetOccAvailabilityCatalogMetadataDetailResult',
|
24
45
|
'GetOccAvailabilityCatalogOccAvailabilitiesFilterResult',
|
@@ -30,17 +51,27 @@ __all__ = [
|
|
30
51
|
'GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailResult',
|
31
52
|
'GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemMetadataDetailResult',
|
32
53
|
'GetOccCapacityRequestDetailResult',
|
54
|
+
'GetOccCapacityRequestDetailAssociatedOccHandoverResourceBlockListResult',
|
33
55
|
'GetOccCapacityRequestPatchOperationResult',
|
34
56
|
'GetOccCapacityRequestsFilterResult',
|
35
57
|
'GetOccCapacityRequestsOccCapacityRequestCollectionResult',
|
36
58
|
'GetOccCapacityRequestsOccCapacityRequestCollectionItemResult',
|
37
59
|
'GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailResult',
|
60
|
+
'GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailAssociatedOccHandoverResourceBlockListResult',
|
38
61
|
'GetOccCapacityRequestsOccCapacityRequestCollectionItemPatchOperationResult',
|
39
62
|
'GetOccCustomerGroupCustomersListResult',
|
40
63
|
'GetOccCustomerGroupsFilterResult',
|
41
64
|
'GetOccCustomerGroupsOccCustomerGroupCollectionResult',
|
42
65
|
'GetOccCustomerGroupsOccCustomerGroupCollectionItemResult',
|
43
66
|
'GetOccCustomerGroupsOccCustomerGroupCollectionItemCustomersListResult',
|
67
|
+
'GetOccHandoverResourceBlockDetailsFilterResult',
|
68
|
+
'GetOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionResult',
|
69
|
+
'GetOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemResult',
|
70
|
+
'GetOccHandoverResourceBlocksFilterResult',
|
71
|
+
'GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionResult',
|
72
|
+
'GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemResult',
|
73
|
+
'GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestResult',
|
74
|
+
'GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailResult',
|
44
75
|
]
|
45
76
|
|
46
77
|
@pulumi.output_type
|
@@ -56,10 +87,16 @@ class OccAvailabilityCatalogDetail(dict):
|
|
56
87
|
suggest = "date_expected_capacity_handover"
|
57
88
|
elif key == "dateFinalCustomerOrder":
|
58
89
|
suggest = "date_final_customer_order"
|
90
|
+
elif key == "demandedQuantity":
|
91
|
+
suggest = "demanded_quantity"
|
59
92
|
elif key == "resourceName":
|
60
93
|
suggest = "resource_name"
|
61
94
|
elif key == "resourceType":
|
62
95
|
suggest = "resource_type"
|
96
|
+
elif key == "systemTags":
|
97
|
+
suggest = "system_tags"
|
98
|
+
elif key == "totalAvailableQuantity":
|
99
|
+
suggest = "total_available_quantity"
|
63
100
|
elif key == "workloadType":
|
64
101
|
suggest = "workload_type"
|
65
102
|
|
@@ -79,19 +116,25 @@ class OccAvailabilityCatalogDetail(dict):
|
|
79
116
|
catalog_id: Optional[str] = None,
|
80
117
|
date_expected_capacity_handover: Optional[str] = None,
|
81
118
|
date_final_customer_order: Optional[str] = None,
|
119
|
+
demanded_quantity: Optional[str] = None,
|
82
120
|
namespace: Optional[str] = None,
|
83
121
|
resource_name: Optional[str] = None,
|
84
122
|
resource_type: Optional[str] = None,
|
123
|
+
system_tags: Optional[Mapping[str, str]] = None,
|
124
|
+
total_available_quantity: Optional[str] = None,
|
85
125
|
unit: Optional[str] = None,
|
86
126
|
workload_type: Optional[str] = None):
|
87
127
|
"""
|
88
|
-
:param str available_quantity: The quantity of available
|
128
|
+
:param str available_quantity: The quantity of resource currently available that the customer can request.
|
89
129
|
:param str catalog_id: The OCID of the availability catalog.
|
90
130
|
:param str date_expected_capacity_handover: The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
|
91
131
|
:param str date_final_customer_order: The date by which the customer must place the order to have their capacity requirements met by the customer handover date.
|
132
|
+
:param str demanded_quantity: The quantity of resource currently demanded by the customer.
|
92
133
|
:param str namespace: The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
|
93
134
|
:param str resource_name: The name of the resource that the customer can request.
|
94
135
|
:param str resource_type: The different types of resources against which customers can place capacity requests.
|
136
|
+
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
137
|
+
:param str total_available_quantity: The total quantity of resource that the customer can request.
|
95
138
|
:param str unit: The unit in which the resource available is measured.
|
96
139
|
:param str workload_type: The type of workload (Generic/ROW).
|
97
140
|
"""
|
@@ -103,12 +146,18 @@ class OccAvailabilityCatalogDetail(dict):
|
|
103
146
|
pulumi.set(__self__, "date_expected_capacity_handover", date_expected_capacity_handover)
|
104
147
|
if date_final_customer_order is not None:
|
105
148
|
pulumi.set(__self__, "date_final_customer_order", date_final_customer_order)
|
149
|
+
if demanded_quantity is not None:
|
150
|
+
pulumi.set(__self__, "demanded_quantity", demanded_quantity)
|
106
151
|
if namespace is not None:
|
107
152
|
pulumi.set(__self__, "namespace", namespace)
|
108
153
|
if resource_name is not None:
|
109
154
|
pulumi.set(__self__, "resource_name", resource_name)
|
110
155
|
if resource_type is not None:
|
111
156
|
pulumi.set(__self__, "resource_type", resource_type)
|
157
|
+
if system_tags is not None:
|
158
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
159
|
+
if total_available_quantity is not None:
|
160
|
+
pulumi.set(__self__, "total_available_quantity", total_available_quantity)
|
112
161
|
if unit is not None:
|
113
162
|
pulumi.set(__self__, "unit", unit)
|
114
163
|
if workload_type is not None:
|
@@ -118,7 +167,7 @@ class OccAvailabilityCatalogDetail(dict):
|
|
118
167
|
@pulumi.getter(name="availableQuantity")
|
119
168
|
def available_quantity(self) -> Optional[str]:
|
120
169
|
"""
|
121
|
-
The quantity of available
|
170
|
+
The quantity of resource currently available that the customer can request.
|
122
171
|
"""
|
123
172
|
return pulumi.get(self, "available_quantity")
|
124
173
|
|
@@ -146,6 +195,14 @@ class OccAvailabilityCatalogDetail(dict):
|
|
146
195
|
"""
|
147
196
|
return pulumi.get(self, "date_final_customer_order")
|
148
197
|
|
198
|
+
@property
|
199
|
+
@pulumi.getter(name="demandedQuantity")
|
200
|
+
def demanded_quantity(self) -> Optional[str]:
|
201
|
+
"""
|
202
|
+
The quantity of resource currently demanded by the customer.
|
203
|
+
"""
|
204
|
+
return pulumi.get(self, "demanded_quantity")
|
205
|
+
|
149
206
|
@property
|
150
207
|
@pulumi.getter
|
151
208
|
def namespace(self) -> Optional[str]:
|
@@ -170,6 +227,22 @@ class OccAvailabilityCatalogDetail(dict):
|
|
170
227
|
"""
|
171
228
|
return pulumi.get(self, "resource_type")
|
172
229
|
|
230
|
+
@property
|
231
|
+
@pulumi.getter(name="systemTags")
|
232
|
+
def system_tags(self) -> Optional[Mapping[str, str]]:
|
233
|
+
"""
|
234
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
235
|
+
"""
|
236
|
+
return pulumi.get(self, "system_tags")
|
237
|
+
|
238
|
+
@property
|
239
|
+
@pulumi.getter(name="totalAvailableQuantity")
|
240
|
+
def total_available_quantity(self) -> Optional[str]:
|
241
|
+
"""
|
242
|
+
The total quantity of resource that the customer can request.
|
243
|
+
"""
|
244
|
+
return pulumi.get(self, "total_available_quantity")
|
245
|
+
|
173
246
|
@property
|
174
247
|
@pulumi.getter
|
175
248
|
def unit(self) -> Optional[str]:
|
@@ -237,12 +310,18 @@ class OccCapacityRequestDetail(dict):
|
|
237
310
|
suggest = "workload_type"
|
238
311
|
elif key == "actualHandoverQuantity":
|
239
312
|
suggest = "actual_handover_quantity"
|
313
|
+
elif key == "associatedOccHandoverResourceBlockLists":
|
314
|
+
suggest = "associated_occ_handover_resource_block_lists"
|
315
|
+
elif key == "availabilityDomain":
|
316
|
+
suggest = "availability_domain"
|
240
317
|
elif key == "dateActualHandover":
|
241
318
|
suggest = "date_actual_handover"
|
242
319
|
elif key == "dateExpectedHandover":
|
243
320
|
suggest = "date_expected_handover"
|
244
321
|
elif key == "expectedHandoverQuantity":
|
245
322
|
suggest = "expected_handover_quantity"
|
323
|
+
elif key == "sourceWorkloadType":
|
324
|
+
suggest = "source_workload_type"
|
246
325
|
|
247
326
|
if suggest:
|
248
327
|
pulumi.log.warn(f"Key '{key}' not found in OccCapacityRequestDetail. Access the value via the '{suggest}' property getter instead.")
|
@@ -261,18 +340,24 @@ class OccCapacityRequestDetail(dict):
|
|
261
340
|
resource_type: str,
|
262
341
|
workload_type: str,
|
263
342
|
actual_handover_quantity: Optional[str] = None,
|
343
|
+
associated_occ_handover_resource_block_lists: Optional[Sequence['outputs.OccCapacityRequestDetailAssociatedOccHandoverResourceBlockList']] = None,
|
344
|
+
availability_domain: Optional[str] = None,
|
264
345
|
date_actual_handover: Optional[str] = None,
|
265
346
|
date_expected_handover: Optional[str] = None,
|
266
|
-
expected_handover_quantity: Optional[str] = None
|
347
|
+
expected_handover_quantity: Optional[str] = None,
|
348
|
+
source_workload_type: Optional[str] = None):
|
267
349
|
"""
|
268
350
|
:param str demand_quantity: The number of compute server's with name <resourceName> required by the user.
|
269
351
|
:param str resource_name: The name of the COMPUTE server shape for which the request is made. Do not use CAPACITY_CONSTRAINT as the resource name.
|
270
352
|
:param str resource_type: The type of the resource against which the user wants to place a capacity request.
|
271
353
|
:param str workload_type: The type of the workload (Generic/ROW).
|
272
354
|
:param str actual_handover_quantity: The actual handed over quantity of resources at the time of request resolution.
|
355
|
+
:param Sequence['OccCapacityRequestDetailAssociatedOccHandoverResourceBlockListArgs'] associated_occ_handover_resource_block_lists: A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
|
356
|
+
:param str availability_domain: The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
|
273
357
|
:param str date_actual_handover: The date on which the actual handover quantity of resources is delivered.
|
274
358
|
:param str date_expected_handover: The date on which the latest increment to supplied quantity of resources was delivered.
|
275
359
|
:param str expected_handover_quantity: The incremental quantity of resources supplied as the provisioning is underway.
|
360
|
+
:param str source_workload_type: The WorkloadType from where capacity request are to be transferred.
|
276
361
|
"""
|
277
362
|
pulumi.set(__self__, "demand_quantity", demand_quantity)
|
278
363
|
pulumi.set(__self__, "resource_name", resource_name)
|
@@ -280,12 +365,18 @@ class OccCapacityRequestDetail(dict):
|
|
280
365
|
pulumi.set(__self__, "workload_type", workload_type)
|
281
366
|
if actual_handover_quantity is not None:
|
282
367
|
pulumi.set(__self__, "actual_handover_quantity", actual_handover_quantity)
|
368
|
+
if associated_occ_handover_resource_block_lists is not None:
|
369
|
+
pulumi.set(__self__, "associated_occ_handover_resource_block_lists", associated_occ_handover_resource_block_lists)
|
370
|
+
if availability_domain is not None:
|
371
|
+
pulumi.set(__self__, "availability_domain", availability_domain)
|
283
372
|
if date_actual_handover is not None:
|
284
373
|
pulumi.set(__self__, "date_actual_handover", date_actual_handover)
|
285
374
|
if date_expected_handover is not None:
|
286
375
|
pulumi.set(__self__, "date_expected_handover", date_expected_handover)
|
287
376
|
if expected_handover_quantity is not None:
|
288
377
|
pulumi.set(__self__, "expected_handover_quantity", expected_handover_quantity)
|
378
|
+
if source_workload_type is not None:
|
379
|
+
pulumi.set(__self__, "source_workload_type", source_workload_type)
|
289
380
|
|
290
381
|
@property
|
291
382
|
@pulumi.getter(name="demandQuantity")
|
@@ -327,6 +418,22 @@ class OccCapacityRequestDetail(dict):
|
|
327
418
|
"""
|
328
419
|
return pulumi.get(self, "actual_handover_quantity")
|
329
420
|
|
421
|
+
@property
|
422
|
+
@pulumi.getter(name="associatedOccHandoverResourceBlockLists")
|
423
|
+
def associated_occ_handover_resource_block_lists(self) -> Optional[Sequence['outputs.OccCapacityRequestDetailAssociatedOccHandoverResourceBlockList']]:
|
424
|
+
"""
|
425
|
+
A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
|
426
|
+
"""
|
427
|
+
return pulumi.get(self, "associated_occ_handover_resource_block_lists")
|
428
|
+
|
429
|
+
@property
|
430
|
+
@pulumi.getter(name="availabilityDomain")
|
431
|
+
def availability_domain(self) -> Optional[str]:
|
432
|
+
"""
|
433
|
+
The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
|
434
|
+
"""
|
435
|
+
return pulumi.get(self, "availability_domain")
|
436
|
+
|
330
437
|
@property
|
331
438
|
@pulumi.getter(name="dateActualHandover")
|
332
439
|
def date_actual_handover(self) -> Optional[str]:
|
@@ -351,6 +458,64 @@ class OccCapacityRequestDetail(dict):
|
|
351
458
|
"""
|
352
459
|
return pulumi.get(self, "expected_handover_quantity")
|
353
460
|
|
461
|
+
@property
|
462
|
+
@pulumi.getter(name="sourceWorkloadType")
|
463
|
+
def source_workload_type(self) -> Optional[str]:
|
464
|
+
"""
|
465
|
+
The WorkloadType from where capacity request are to be transferred.
|
466
|
+
"""
|
467
|
+
return pulumi.get(self, "source_workload_type")
|
468
|
+
|
469
|
+
|
470
|
+
@pulumi.output_type
|
471
|
+
class OccCapacityRequestDetailAssociatedOccHandoverResourceBlockList(dict):
|
472
|
+
@staticmethod
|
473
|
+
def __key_warning(key: str):
|
474
|
+
suggest = None
|
475
|
+
if key == "handoverQuantity":
|
476
|
+
suggest = "handover_quantity"
|
477
|
+
elif key == "occHandoverResourceBlockId":
|
478
|
+
suggest = "occ_handover_resource_block_id"
|
479
|
+
|
480
|
+
if suggest:
|
481
|
+
pulumi.log.warn(f"Key '{key}' not found in OccCapacityRequestDetailAssociatedOccHandoverResourceBlockList. Access the value via the '{suggest}' property getter instead.")
|
482
|
+
|
483
|
+
def __getitem__(self, key: str) -> Any:
|
484
|
+
OccCapacityRequestDetailAssociatedOccHandoverResourceBlockList.__key_warning(key)
|
485
|
+
return super().__getitem__(key)
|
486
|
+
|
487
|
+
def get(self, key: str, default = None) -> Any:
|
488
|
+
OccCapacityRequestDetailAssociatedOccHandoverResourceBlockList.__key_warning(key)
|
489
|
+
return super().get(key, default)
|
490
|
+
|
491
|
+
def __init__(__self__, *,
|
492
|
+
handover_quantity: Optional[str] = None,
|
493
|
+
occ_handover_resource_block_id: Optional[str] = None):
|
494
|
+
"""
|
495
|
+
:param str handover_quantity: The total quantity of the resource that was made available to the customer as part of this resource block
|
496
|
+
:param str occ_handover_resource_block_id: The OCID of the handed over resource block.
|
497
|
+
"""
|
498
|
+
if handover_quantity is not None:
|
499
|
+
pulumi.set(__self__, "handover_quantity", handover_quantity)
|
500
|
+
if occ_handover_resource_block_id is not None:
|
501
|
+
pulumi.set(__self__, "occ_handover_resource_block_id", occ_handover_resource_block_id)
|
502
|
+
|
503
|
+
@property
|
504
|
+
@pulumi.getter(name="handoverQuantity")
|
505
|
+
def handover_quantity(self) -> Optional[str]:
|
506
|
+
"""
|
507
|
+
The total quantity of the resource that was made available to the customer as part of this resource block
|
508
|
+
"""
|
509
|
+
return pulumi.get(self, "handover_quantity")
|
510
|
+
|
511
|
+
@property
|
512
|
+
@pulumi.getter(name="occHandoverResourceBlockId")
|
513
|
+
def occ_handover_resource_block_id(self) -> Optional[str]:
|
514
|
+
"""
|
515
|
+
The OCID of the handed over resource block.
|
516
|
+
"""
|
517
|
+
return pulumi.get(self, "occ_handover_resource_block_id")
|
518
|
+
|
354
519
|
|
355
520
|
@pulumi.output_type
|
356
521
|
class OccCapacityRequestPatchOperation(dict):
|
@@ -403,51 +568,883 @@ class OccCapacityRequestPatchOperation(dict):
|
|
403
568
|
"""
|
404
569
|
(Updatable)
|
405
570
|
"""
|
406
|
-
return pulumi.get(self, "from_")
|
571
|
+
return pulumi.get(self, "from_")
|
572
|
+
|
573
|
+
@property
|
574
|
+
@pulumi.getter
|
575
|
+
def operation(self) -> str:
|
576
|
+
"""
|
577
|
+
(Updatable) The operation can be one of these values: `INSERT`, `INSERT_MULTIPLE`, `MERGE`, `MOVE`, `PROHIBIT`, `REMOVE`, `REPLACE`, `REQUIRE`
|
578
|
+
"""
|
579
|
+
return pulumi.get(self, "operation")
|
580
|
+
|
581
|
+
@property
|
582
|
+
@pulumi.getter
|
583
|
+
def selection(self) -> str:
|
584
|
+
"""
|
585
|
+
(Updatable)
|
586
|
+
"""
|
587
|
+
return pulumi.get(self, "selection")
|
588
|
+
|
589
|
+
@property
|
590
|
+
@pulumi.getter
|
591
|
+
def value(self) -> Mapping[str, str]:
|
592
|
+
"""
|
593
|
+
(Updatable)
|
594
|
+
"""
|
595
|
+
return pulumi.get(self, "value")
|
596
|
+
|
597
|
+
@property
|
598
|
+
@pulumi.getter
|
599
|
+
def position(self) -> Optional[str]:
|
600
|
+
"""
|
601
|
+
(Updatable)
|
602
|
+
"""
|
603
|
+
return pulumi.get(self, "position")
|
604
|
+
|
605
|
+
@property
|
606
|
+
@pulumi.getter(name="selectedItem")
|
607
|
+
def selected_item(self) -> Optional[str]:
|
608
|
+
"""
|
609
|
+
(Updatable)
|
610
|
+
"""
|
611
|
+
return pulumi.get(self, "selected_item")
|
612
|
+
|
613
|
+
|
614
|
+
@pulumi.output_type
|
615
|
+
class OccCustomerGroupCustomersList(dict):
|
616
|
+
@staticmethod
|
617
|
+
def __key_warning(key: str):
|
618
|
+
suggest = None
|
619
|
+
if key == "displayName":
|
620
|
+
suggest = "display_name"
|
621
|
+
elif key == "tenancyId":
|
622
|
+
suggest = "tenancy_id"
|
623
|
+
elif key == "occCustomerGroupId":
|
624
|
+
suggest = "occ_customer_group_id"
|
625
|
+
|
626
|
+
if suggest:
|
627
|
+
pulumi.log.warn(f"Key '{key}' not found in OccCustomerGroupCustomersList. Access the value via the '{suggest}' property getter instead.")
|
628
|
+
|
629
|
+
def __getitem__(self, key: str) -> Any:
|
630
|
+
OccCustomerGroupCustomersList.__key_warning(key)
|
631
|
+
return super().__getitem__(key)
|
632
|
+
|
633
|
+
def get(self, key: str, default = None) -> Any:
|
634
|
+
OccCustomerGroupCustomersList.__key_warning(key)
|
635
|
+
return super().get(key, default)
|
636
|
+
|
637
|
+
def __init__(__self__, *,
|
638
|
+
display_name: str,
|
639
|
+
tenancy_id: str,
|
640
|
+
description: Optional[str] = None,
|
641
|
+
occ_customer_group_id: Optional[str] = None,
|
642
|
+
status: Optional[str] = None):
|
643
|
+
"""
|
644
|
+
:param str display_name: The display name for the customer.
|
645
|
+
:param str tenancy_id: The OCID of the tenancy belonging to the customer.
|
646
|
+
:param str description: The description about the customer group.
|
647
|
+
:param str occ_customer_group_id: The OCID of the customer group.
|
648
|
+
:param str status: To determine whether the customer is enabled/disabled.
|
649
|
+
"""
|
650
|
+
pulumi.set(__self__, "display_name", display_name)
|
651
|
+
pulumi.set(__self__, "tenancy_id", tenancy_id)
|
652
|
+
if description is not None:
|
653
|
+
pulumi.set(__self__, "description", description)
|
654
|
+
if occ_customer_group_id is not None:
|
655
|
+
pulumi.set(__self__, "occ_customer_group_id", occ_customer_group_id)
|
656
|
+
if status is not None:
|
657
|
+
pulumi.set(__self__, "status", status)
|
658
|
+
|
659
|
+
@property
|
660
|
+
@pulumi.getter(name="displayName")
|
661
|
+
def display_name(self) -> str:
|
662
|
+
"""
|
663
|
+
The display name for the customer.
|
664
|
+
"""
|
665
|
+
return pulumi.get(self, "display_name")
|
666
|
+
|
667
|
+
@property
|
668
|
+
@pulumi.getter(name="tenancyId")
|
669
|
+
def tenancy_id(self) -> str:
|
670
|
+
"""
|
671
|
+
The OCID of the tenancy belonging to the customer.
|
672
|
+
"""
|
673
|
+
return pulumi.get(self, "tenancy_id")
|
674
|
+
|
675
|
+
@property
|
676
|
+
@pulumi.getter
|
677
|
+
def description(self) -> Optional[str]:
|
678
|
+
"""
|
679
|
+
The description about the customer group.
|
680
|
+
"""
|
681
|
+
return pulumi.get(self, "description")
|
682
|
+
|
683
|
+
@property
|
684
|
+
@pulumi.getter(name="occCustomerGroupId")
|
685
|
+
def occ_customer_group_id(self) -> Optional[str]:
|
686
|
+
"""
|
687
|
+
The OCID of the customer group.
|
688
|
+
"""
|
689
|
+
return pulumi.get(self, "occ_customer_group_id")
|
690
|
+
|
691
|
+
@property
|
692
|
+
@pulumi.getter
|
693
|
+
def status(self) -> Optional[str]:
|
694
|
+
"""
|
695
|
+
To determine whether the customer is enabled/disabled.
|
696
|
+
"""
|
697
|
+
return pulumi.get(self, "status")
|
698
|
+
|
699
|
+
|
700
|
+
@pulumi.output_type
|
701
|
+
class GetInternalNamespaceOccOverviewsFilterResult(dict):
|
702
|
+
def __init__(__self__, *,
|
703
|
+
name: str,
|
704
|
+
values: Sequence[str],
|
705
|
+
regex: Optional[bool] = None):
|
706
|
+
pulumi.set(__self__, "name", name)
|
707
|
+
pulumi.set(__self__, "values", values)
|
708
|
+
if regex is not None:
|
709
|
+
pulumi.set(__self__, "regex", regex)
|
710
|
+
|
711
|
+
@property
|
712
|
+
@pulumi.getter
|
713
|
+
def name(self) -> str:
|
714
|
+
return pulumi.get(self, "name")
|
715
|
+
|
716
|
+
@property
|
717
|
+
@pulumi.getter
|
718
|
+
def values(self) -> Sequence[str]:
|
719
|
+
return pulumi.get(self, "values")
|
720
|
+
|
721
|
+
@property
|
722
|
+
@pulumi.getter
|
723
|
+
def regex(self) -> Optional[bool]:
|
724
|
+
return pulumi.get(self, "regex")
|
725
|
+
|
726
|
+
|
727
|
+
@pulumi.output_type
|
728
|
+
class GetInternalNamespaceOccOverviewsOccOverviewCollectionResult(dict):
|
729
|
+
def __init__(__self__, *,
|
730
|
+
items: Sequence['outputs.GetInternalNamespaceOccOverviewsOccOverviewCollectionItemResult']):
|
731
|
+
"""
|
732
|
+
:param Sequence['GetInternalNamespaceOccOverviewsOccOverviewCollectionItemArgs'] items: An array of overview summary.
|
733
|
+
"""
|
734
|
+
pulumi.set(__self__, "items", items)
|
735
|
+
|
736
|
+
@property
|
737
|
+
@pulumi.getter
|
738
|
+
def items(self) -> Sequence['outputs.GetInternalNamespaceOccOverviewsOccOverviewCollectionItemResult']:
|
739
|
+
"""
|
740
|
+
An array of overview summary.
|
741
|
+
"""
|
742
|
+
return pulumi.get(self, "items")
|
743
|
+
|
744
|
+
|
745
|
+
@pulumi.output_type
|
746
|
+
class GetInternalNamespaceOccOverviewsOccOverviewCollectionItemResult(dict):
|
747
|
+
def __init__(__self__, *,
|
748
|
+
capacity_requests_blob: str,
|
749
|
+
compartment_id: str,
|
750
|
+
period_value: str,
|
751
|
+
resource_name: str,
|
752
|
+
total_available: str,
|
753
|
+
total_cancelled: str,
|
754
|
+
total_demanded: str,
|
755
|
+
total_rejected: str,
|
756
|
+
total_supplied: str,
|
757
|
+
total_unfulfilled: str,
|
758
|
+
unit: str,
|
759
|
+
workload_type_breakdown_blob: str):
|
760
|
+
"""
|
761
|
+
:param str capacity_requests_blob: A raw json blob containing all the capacity requests corresponding to the resource name
|
762
|
+
:param str compartment_id: The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
763
|
+
:param str period_value: The name of the month along with year for which this summary corresponds to.
|
764
|
+
:param str resource_name: The name of the resource for which we have aggregated the value.
|
765
|
+
:param str total_available: The quantity of the resource which is available at the end of the period of aggregationDetails model in consideration.
|
766
|
+
:param str total_cancelled: The quantity of the resource which is cancelled by the customer. Once the capacity request was submitted, the customer can still cancel it. This field sums up those values.
|
767
|
+
:param str total_demanded: The quantity of the resource which is demanded by customers via capacity requests against the resource name at the end of the time period in consideration for overview.
|
768
|
+
:param str total_rejected: The quantity of the resource which is rejected by Oracle.
|
769
|
+
:param str total_supplied: The quantity of the resource which is supplied by Oracle to the customer against the resource name at the end of the time period in consideration.
|
770
|
+
:param str total_unfulfilled: The quantity of the resource which Oracle was unable to supply. For a given capacity request, Oracle sometimes cannot supply the entire value demanded by the customer. In such cases a partial value is provided, thereby leaving behind a portion of unfulfilled values. This field sums that up.
|
771
|
+
:param str unit: The unit e.g SERVER in which the above values like totalAvailable, totalSupplied etc is measured.
|
772
|
+
:param str workload_type_breakdown_blob: A raw json blob containing breakdown of totalAvailable, totalDemanded, totalSupplied, totalRejected, totalCancelled and totalUnfulfilled by workload types
|
773
|
+
"""
|
774
|
+
pulumi.set(__self__, "capacity_requests_blob", capacity_requests_blob)
|
775
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
776
|
+
pulumi.set(__self__, "period_value", period_value)
|
777
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
778
|
+
pulumi.set(__self__, "total_available", total_available)
|
779
|
+
pulumi.set(__self__, "total_cancelled", total_cancelled)
|
780
|
+
pulumi.set(__self__, "total_demanded", total_demanded)
|
781
|
+
pulumi.set(__self__, "total_rejected", total_rejected)
|
782
|
+
pulumi.set(__self__, "total_supplied", total_supplied)
|
783
|
+
pulumi.set(__self__, "total_unfulfilled", total_unfulfilled)
|
784
|
+
pulumi.set(__self__, "unit", unit)
|
785
|
+
pulumi.set(__self__, "workload_type_breakdown_blob", workload_type_breakdown_blob)
|
786
|
+
|
787
|
+
@property
|
788
|
+
@pulumi.getter(name="capacityRequestsBlob")
|
789
|
+
def capacity_requests_blob(self) -> str:
|
790
|
+
"""
|
791
|
+
A raw json blob containing all the capacity requests corresponding to the resource name
|
792
|
+
"""
|
793
|
+
return pulumi.get(self, "capacity_requests_blob")
|
794
|
+
|
795
|
+
@property
|
796
|
+
@pulumi.getter(name="compartmentId")
|
797
|
+
def compartment_id(self) -> str:
|
798
|
+
"""
|
799
|
+
The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
800
|
+
"""
|
801
|
+
return pulumi.get(self, "compartment_id")
|
802
|
+
|
803
|
+
@property
|
804
|
+
@pulumi.getter(name="periodValue")
|
805
|
+
def period_value(self) -> str:
|
806
|
+
"""
|
807
|
+
The name of the month along with year for which this summary corresponds to.
|
808
|
+
"""
|
809
|
+
return pulumi.get(self, "period_value")
|
810
|
+
|
811
|
+
@property
|
812
|
+
@pulumi.getter(name="resourceName")
|
813
|
+
def resource_name(self) -> str:
|
814
|
+
"""
|
815
|
+
The name of the resource for which we have aggregated the value.
|
816
|
+
"""
|
817
|
+
return pulumi.get(self, "resource_name")
|
818
|
+
|
819
|
+
@property
|
820
|
+
@pulumi.getter(name="totalAvailable")
|
821
|
+
def total_available(self) -> str:
|
822
|
+
"""
|
823
|
+
The quantity of the resource which is available at the end of the period of aggregationDetails model in consideration.
|
824
|
+
"""
|
825
|
+
return pulumi.get(self, "total_available")
|
826
|
+
|
827
|
+
@property
|
828
|
+
@pulumi.getter(name="totalCancelled")
|
829
|
+
def total_cancelled(self) -> str:
|
830
|
+
"""
|
831
|
+
The quantity of the resource which is cancelled by the customer. Once the capacity request was submitted, the customer can still cancel it. This field sums up those values.
|
832
|
+
"""
|
833
|
+
return pulumi.get(self, "total_cancelled")
|
834
|
+
|
835
|
+
@property
|
836
|
+
@pulumi.getter(name="totalDemanded")
|
837
|
+
def total_demanded(self) -> str:
|
838
|
+
"""
|
839
|
+
The quantity of the resource which is demanded by customers via capacity requests against the resource name at the end of the time period in consideration for overview.
|
840
|
+
"""
|
841
|
+
return pulumi.get(self, "total_demanded")
|
842
|
+
|
843
|
+
@property
|
844
|
+
@pulumi.getter(name="totalRejected")
|
845
|
+
def total_rejected(self) -> str:
|
846
|
+
"""
|
847
|
+
The quantity of the resource which is rejected by Oracle.
|
848
|
+
"""
|
849
|
+
return pulumi.get(self, "total_rejected")
|
850
|
+
|
851
|
+
@property
|
852
|
+
@pulumi.getter(name="totalSupplied")
|
853
|
+
def total_supplied(self) -> str:
|
854
|
+
"""
|
855
|
+
The quantity of the resource which is supplied by Oracle to the customer against the resource name at the end of the time period in consideration.
|
856
|
+
"""
|
857
|
+
return pulumi.get(self, "total_supplied")
|
858
|
+
|
859
|
+
@property
|
860
|
+
@pulumi.getter(name="totalUnfulfilled")
|
861
|
+
def total_unfulfilled(self) -> str:
|
862
|
+
"""
|
863
|
+
The quantity of the resource which Oracle was unable to supply. For a given capacity request, Oracle sometimes cannot supply the entire value demanded by the customer. In such cases a partial value is provided, thereby leaving behind a portion of unfulfilled values. This field sums that up.
|
864
|
+
"""
|
865
|
+
return pulumi.get(self, "total_unfulfilled")
|
866
|
+
|
867
|
+
@property
|
868
|
+
@pulumi.getter
|
869
|
+
def unit(self) -> str:
|
870
|
+
"""
|
871
|
+
The unit e.g SERVER in which the above values like totalAvailable, totalSupplied etc is measured.
|
872
|
+
"""
|
873
|
+
return pulumi.get(self, "unit")
|
874
|
+
|
875
|
+
@property
|
876
|
+
@pulumi.getter(name="workloadTypeBreakdownBlob")
|
877
|
+
def workload_type_breakdown_blob(self) -> str:
|
878
|
+
"""
|
879
|
+
A raw json blob containing breakdown of totalAvailable, totalDemanded, totalSupplied, totalRejected, totalCancelled and totalUnfulfilled by workload types
|
880
|
+
"""
|
881
|
+
return pulumi.get(self, "workload_type_breakdown_blob")
|
882
|
+
|
883
|
+
|
884
|
+
@pulumi.output_type
|
885
|
+
class GetInternalOccAvailabilityCatalogsFilterResult(dict):
|
886
|
+
def __init__(__self__, *,
|
887
|
+
name: str,
|
888
|
+
values: Sequence[str],
|
889
|
+
regex: Optional[bool] = None):
|
890
|
+
pulumi.set(__self__, "name", name)
|
891
|
+
pulumi.set(__self__, "values", values)
|
892
|
+
if regex is not None:
|
893
|
+
pulumi.set(__self__, "regex", regex)
|
894
|
+
|
895
|
+
@property
|
896
|
+
@pulumi.getter
|
897
|
+
def name(self) -> str:
|
898
|
+
return pulumi.get(self, "name")
|
899
|
+
|
900
|
+
@property
|
901
|
+
@pulumi.getter
|
902
|
+
def values(self) -> Sequence[str]:
|
903
|
+
return pulumi.get(self, "values")
|
904
|
+
|
905
|
+
@property
|
906
|
+
@pulumi.getter
|
907
|
+
def regex(self) -> Optional[bool]:
|
908
|
+
return pulumi.get(self, "regex")
|
909
|
+
|
910
|
+
|
911
|
+
@pulumi.output_type
|
912
|
+
class GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionResult(dict):
|
913
|
+
def __init__(__self__, *,
|
914
|
+
items: Sequence['outputs.GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemResult']):
|
915
|
+
"""
|
916
|
+
:param Sequence['GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemArgs'] items: An array of availability catalogs.
|
917
|
+
"""
|
918
|
+
pulumi.set(__self__, "items", items)
|
919
|
+
|
920
|
+
@property
|
921
|
+
@pulumi.getter
|
922
|
+
def items(self) -> Sequence['outputs.GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemResult']:
|
923
|
+
"""
|
924
|
+
An array of availability catalogs.
|
925
|
+
"""
|
926
|
+
return pulumi.get(self, "items")
|
927
|
+
|
928
|
+
|
929
|
+
@pulumi.output_type
|
930
|
+
class GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemResult(dict):
|
931
|
+
def __init__(__self__, *,
|
932
|
+
catalog_state: str,
|
933
|
+
compartment_id: str,
|
934
|
+
defined_tags: Mapping[str, str],
|
935
|
+
description: str,
|
936
|
+
display_name: str,
|
937
|
+
freeform_tags: Mapping[str, str],
|
938
|
+
id: str,
|
939
|
+
lifecycle_details: str,
|
940
|
+
metadata_details: Sequence['outputs.GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemMetadataDetailResult'],
|
941
|
+
namespace: str,
|
942
|
+
occ_customer_group_id: str,
|
943
|
+
state: str,
|
944
|
+
system_tags: Mapping[str, str],
|
945
|
+
time_created: str,
|
946
|
+
time_updated: str):
|
947
|
+
"""
|
948
|
+
:param str catalog_state: Filter the list of availability catalogs based on the catalog state.
|
949
|
+
:param str compartment_id: The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
950
|
+
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
951
|
+
:param str description: Text information about the availability catalog.
|
952
|
+
:param str display_name: A filter to return only the resources that match the entire display name. The match is not case sensitive.
|
953
|
+
:param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
954
|
+
:param str id: The OCID of the availability catalog to filter the list of availability catalogs.
|
955
|
+
:param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State.
|
956
|
+
:param Sequence['GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemMetadataDetailArgs'] metadata_details: Used for representing the metadata of the catalog. This denotes the version and format of the CSV file for parsing.
|
957
|
+
:param str namespace: The namespace by which we would filter the list.
|
958
|
+
:param str occ_customer_group_id: The customer group ocid by which we would filter the list.
|
959
|
+
:param str state: The current lifecycle state of the customer group.
|
960
|
+
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
961
|
+
:param str time_created: The time when the availability catalog was created.
|
962
|
+
:param str time_updated: The time when the availability catalog was last updated.
|
963
|
+
"""
|
964
|
+
pulumi.set(__self__, "catalog_state", catalog_state)
|
965
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
966
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
967
|
+
pulumi.set(__self__, "description", description)
|
968
|
+
pulumi.set(__self__, "display_name", display_name)
|
969
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
970
|
+
pulumi.set(__self__, "id", id)
|
971
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
972
|
+
pulumi.set(__self__, "metadata_details", metadata_details)
|
973
|
+
pulumi.set(__self__, "namespace", namespace)
|
974
|
+
pulumi.set(__self__, "occ_customer_group_id", occ_customer_group_id)
|
975
|
+
pulumi.set(__self__, "state", state)
|
976
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
977
|
+
pulumi.set(__self__, "time_created", time_created)
|
978
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
979
|
+
|
980
|
+
@property
|
981
|
+
@pulumi.getter(name="catalogState")
|
982
|
+
def catalog_state(self) -> str:
|
983
|
+
"""
|
984
|
+
Filter the list of availability catalogs based on the catalog state.
|
985
|
+
"""
|
986
|
+
return pulumi.get(self, "catalog_state")
|
987
|
+
|
988
|
+
@property
|
989
|
+
@pulumi.getter(name="compartmentId")
|
990
|
+
def compartment_id(self) -> str:
|
991
|
+
"""
|
992
|
+
The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
993
|
+
"""
|
994
|
+
return pulumi.get(self, "compartment_id")
|
995
|
+
|
996
|
+
@property
|
997
|
+
@pulumi.getter(name="definedTags")
|
998
|
+
def defined_tags(self) -> Mapping[str, str]:
|
999
|
+
"""
|
1000
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
1001
|
+
"""
|
1002
|
+
return pulumi.get(self, "defined_tags")
|
1003
|
+
|
1004
|
+
@property
|
1005
|
+
@pulumi.getter
|
1006
|
+
def description(self) -> str:
|
1007
|
+
"""
|
1008
|
+
Text information about the availability catalog.
|
1009
|
+
"""
|
1010
|
+
return pulumi.get(self, "description")
|
1011
|
+
|
1012
|
+
@property
|
1013
|
+
@pulumi.getter(name="displayName")
|
1014
|
+
def display_name(self) -> str:
|
1015
|
+
"""
|
1016
|
+
A filter to return only the resources that match the entire display name. The match is not case sensitive.
|
1017
|
+
"""
|
1018
|
+
return pulumi.get(self, "display_name")
|
1019
|
+
|
1020
|
+
@property
|
1021
|
+
@pulumi.getter(name="freeformTags")
|
1022
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
1023
|
+
"""
|
1024
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1025
|
+
"""
|
1026
|
+
return pulumi.get(self, "freeform_tags")
|
1027
|
+
|
1028
|
+
@property
|
1029
|
+
@pulumi.getter
|
1030
|
+
def id(self) -> str:
|
1031
|
+
"""
|
1032
|
+
The OCID of the availability catalog to filter the list of availability catalogs.
|
1033
|
+
"""
|
1034
|
+
return pulumi.get(self, "id")
|
1035
|
+
|
1036
|
+
@property
|
1037
|
+
@pulumi.getter(name="lifecycleDetails")
|
1038
|
+
def lifecycle_details(self) -> str:
|
1039
|
+
"""
|
1040
|
+
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State.
|
1041
|
+
"""
|
1042
|
+
return pulumi.get(self, "lifecycle_details")
|
1043
|
+
|
1044
|
+
@property
|
1045
|
+
@pulumi.getter(name="metadataDetails")
|
1046
|
+
def metadata_details(self) -> Sequence['outputs.GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemMetadataDetailResult']:
|
1047
|
+
"""
|
1048
|
+
Used for representing the metadata of the catalog. This denotes the version and format of the CSV file for parsing.
|
1049
|
+
"""
|
1050
|
+
return pulumi.get(self, "metadata_details")
|
1051
|
+
|
1052
|
+
@property
|
1053
|
+
@pulumi.getter
|
1054
|
+
def namespace(self) -> str:
|
1055
|
+
"""
|
1056
|
+
The namespace by which we would filter the list.
|
1057
|
+
"""
|
1058
|
+
return pulumi.get(self, "namespace")
|
1059
|
+
|
1060
|
+
@property
|
1061
|
+
@pulumi.getter(name="occCustomerGroupId")
|
1062
|
+
def occ_customer_group_id(self) -> str:
|
1063
|
+
"""
|
1064
|
+
The customer group ocid by which we would filter the list.
|
1065
|
+
"""
|
1066
|
+
return pulumi.get(self, "occ_customer_group_id")
|
1067
|
+
|
1068
|
+
@property
|
1069
|
+
@pulumi.getter
|
1070
|
+
def state(self) -> str:
|
1071
|
+
"""
|
1072
|
+
The current lifecycle state of the customer group.
|
1073
|
+
"""
|
1074
|
+
return pulumi.get(self, "state")
|
1075
|
+
|
1076
|
+
@property
|
1077
|
+
@pulumi.getter(name="systemTags")
|
1078
|
+
def system_tags(self) -> Mapping[str, str]:
|
1079
|
+
"""
|
1080
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1081
|
+
"""
|
1082
|
+
return pulumi.get(self, "system_tags")
|
1083
|
+
|
1084
|
+
@property
|
1085
|
+
@pulumi.getter(name="timeCreated")
|
1086
|
+
def time_created(self) -> str:
|
1087
|
+
"""
|
1088
|
+
The time when the availability catalog was created.
|
1089
|
+
"""
|
1090
|
+
return pulumi.get(self, "time_created")
|
1091
|
+
|
1092
|
+
@property
|
1093
|
+
@pulumi.getter(name="timeUpdated")
|
1094
|
+
def time_updated(self) -> str:
|
1095
|
+
"""
|
1096
|
+
The time when the availability catalog was last updated.
|
1097
|
+
"""
|
1098
|
+
return pulumi.get(self, "time_updated")
|
1099
|
+
|
1100
|
+
|
1101
|
+
@pulumi.output_type
|
1102
|
+
class GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemMetadataDetailResult(dict):
|
1103
|
+
def __init__(__self__, *,
|
1104
|
+
format_version: str):
|
1105
|
+
"""
|
1106
|
+
:param str format_version: The version for the format of the catalog file being uploaded.
|
1107
|
+
"""
|
1108
|
+
pulumi.set(__self__, "format_version", format_version)
|
1109
|
+
|
1110
|
+
@property
|
1111
|
+
@pulumi.getter(name="formatVersion")
|
1112
|
+
def format_version(self) -> str:
|
1113
|
+
"""
|
1114
|
+
The version for the format of the catalog file being uploaded.
|
1115
|
+
"""
|
1116
|
+
return pulumi.get(self, "format_version")
|
1117
|
+
|
1118
|
+
|
1119
|
+
@pulumi.output_type
|
1120
|
+
class GetInternalOccHandoverResourceBlockDetailsFilterResult(dict):
|
1121
|
+
def __init__(__self__, *,
|
1122
|
+
name: str,
|
1123
|
+
values: Sequence[str],
|
1124
|
+
regex: Optional[bool] = None):
|
1125
|
+
pulumi.set(__self__, "name", name)
|
1126
|
+
pulumi.set(__self__, "values", values)
|
1127
|
+
if regex is not None:
|
1128
|
+
pulumi.set(__self__, "regex", regex)
|
1129
|
+
|
1130
|
+
@property
|
1131
|
+
@pulumi.getter
|
1132
|
+
def name(self) -> str:
|
1133
|
+
return pulumi.get(self, "name")
|
1134
|
+
|
1135
|
+
@property
|
1136
|
+
@pulumi.getter
|
1137
|
+
def values(self) -> Sequence[str]:
|
1138
|
+
return pulumi.get(self, "values")
|
1139
|
+
|
1140
|
+
@property
|
1141
|
+
@pulumi.getter
|
1142
|
+
def regex(self) -> Optional[bool]:
|
1143
|
+
return pulumi.get(self, "regex")
|
1144
|
+
|
1145
|
+
|
1146
|
+
@pulumi.output_type
|
1147
|
+
class GetInternalOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionResult(dict):
|
1148
|
+
def __init__(__self__, *,
|
1149
|
+
items: Sequence['outputs.GetInternalOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemResult']):
|
1150
|
+
"""
|
1151
|
+
:param Sequence['GetInternalOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemArgs'] items: An array of details about an occ handover resource block.
|
1152
|
+
"""
|
1153
|
+
pulumi.set(__self__, "items", items)
|
1154
|
+
|
1155
|
+
@property
|
1156
|
+
@pulumi.getter
|
1157
|
+
def items(self) -> Sequence['outputs.GetInternalOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemResult']:
|
1158
|
+
"""
|
1159
|
+
An array of details about an occ handover resource block.
|
1160
|
+
"""
|
1161
|
+
return pulumi.get(self, "items")
|
1162
|
+
|
1163
|
+
|
1164
|
+
@pulumi.output_type
|
1165
|
+
class GetInternalOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemResult(dict):
|
1166
|
+
def __init__(__self__, *,
|
1167
|
+
details: Mapping[str, str],
|
1168
|
+
occ_resource_handover_block_id: str):
|
1169
|
+
"""
|
1170
|
+
:param Mapping[str, str] details: A map that contains additional details for a given handover resource. For example for compute namespace this includes host ocid, host serial etc.
|
1171
|
+
:param str occ_resource_handover_block_id: The OCID of the occResourceHandoverBlock.
|
1172
|
+
"""
|
1173
|
+
pulumi.set(__self__, "details", details)
|
1174
|
+
pulumi.set(__self__, "occ_resource_handover_block_id", occ_resource_handover_block_id)
|
1175
|
+
|
1176
|
+
@property
|
1177
|
+
@pulumi.getter
|
1178
|
+
def details(self) -> Mapping[str, str]:
|
1179
|
+
"""
|
1180
|
+
A map that contains additional details for a given handover resource. For example for compute namespace this includes host ocid, host serial etc.
|
1181
|
+
"""
|
1182
|
+
return pulumi.get(self, "details")
|
1183
|
+
|
1184
|
+
@property
|
1185
|
+
@pulumi.getter(name="occResourceHandoverBlockId")
|
1186
|
+
def occ_resource_handover_block_id(self) -> str:
|
1187
|
+
"""
|
1188
|
+
The OCID of the occResourceHandoverBlock.
|
1189
|
+
"""
|
1190
|
+
return pulumi.get(self, "occ_resource_handover_block_id")
|
1191
|
+
|
1192
|
+
|
1193
|
+
@pulumi.output_type
|
1194
|
+
class GetInternalOccHandoverResourceBlocksFilterResult(dict):
|
1195
|
+
def __init__(__self__, *,
|
1196
|
+
name: str,
|
1197
|
+
values: Sequence[str],
|
1198
|
+
regex: Optional[bool] = None):
|
1199
|
+
pulumi.set(__self__, "name", name)
|
1200
|
+
pulumi.set(__self__, "values", values)
|
1201
|
+
if regex is not None:
|
1202
|
+
pulumi.set(__self__, "regex", regex)
|
1203
|
+
|
1204
|
+
@property
|
1205
|
+
@pulumi.getter
|
1206
|
+
def name(self) -> str:
|
1207
|
+
return pulumi.get(self, "name")
|
1208
|
+
|
1209
|
+
@property
|
1210
|
+
@pulumi.getter
|
1211
|
+
def values(self) -> Sequence[str]:
|
1212
|
+
return pulumi.get(self, "values")
|
1213
|
+
|
1214
|
+
@property
|
1215
|
+
@pulumi.getter
|
1216
|
+
def regex(self) -> Optional[bool]:
|
1217
|
+
return pulumi.get(self, "regex")
|
1218
|
+
|
1219
|
+
|
1220
|
+
@pulumi.output_type
|
1221
|
+
class GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionResult(dict):
|
1222
|
+
def __init__(__self__, *,
|
1223
|
+
items: Sequence['outputs.GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemResult']):
|
1224
|
+
"""
|
1225
|
+
:param Sequence['GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemArgs'] items: An array of occ handover resource blocks.
|
1226
|
+
"""
|
1227
|
+
pulumi.set(__self__, "items", items)
|
1228
|
+
|
1229
|
+
@property
|
1230
|
+
@pulumi.getter
|
1231
|
+
def items(self) -> Sequence['outputs.GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemResult']:
|
1232
|
+
"""
|
1233
|
+
An array of occ handover resource blocks.
|
1234
|
+
"""
|
1235
|
+
return pulumi.get(self, "items")
|
1236
|
+
|
1237
|
+
|
1238
|
+
@pulumi.output_type
|
1239
|
+
class GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemResult(dict):
|
1240
|
+
def __init__(__self__, *,
|
1241
|
+
associated_capacity_requests: Sequence['outputs.GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestResult'],
|
1242
|
+
compartment_id: str,
|
1243
|
+
handover_date: str,
|
1244
|
+
handover_resource_name: str,
|
1245
|
+
id: str,
|
1246
|
+
namespace: str,
|
1247
|
+
occ_customer_group_id: str,
|
1248
|
+
placement_details: Sequence['outputs.GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailResult'],
|
1249
|
+
total_handover_quantity: str):
|
1250
|
+
"""
|
1251
|
+
:param Sequence['GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestArgs'] associated_capacity_requests: A list containing details about the capacity requests against which the resources were provisioned by oracle.
|
1252
|
+
:param str compartment_id: The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
1253
|
+
:param str handover_date: The date on which the resource was handed over to the customer.
|
1254
|
+
:param str handover_resource_name: A filter to return only the list of resources that match the name provided in this filter.
|
1255
|
+
:param str id: The OCID of the resource block.
|
1256
|
+
:param str namespace: The namespace enum value that needs to be passed as a required query parameter.
|
1257
|
+
:param str occ_customer_group_id: The customer group ocid by which we would filter the list.
|
1258
|
+
:param Sequence['GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailArgs'] placement_details: Details like building, room and block where the resource was placed after provisioning in the datacenter.
|
1259
|
+
:param str total_handover_quantity: The total quantity of the resource that was made available to the customer by Oracle.
|
1260
|
+
"""
|
1261
|
+
pulumi.set(__self__, "associated_capacity_requests", associated_capacity_requests)
|
1262
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
1263
|
+
pulumi.set(__self__, "handover_date", handover_date)
|
1264
|
+
pulumi.set(__self__, "handover_resource_name", handover_resource_name)
|
1265
|
+
pulumi.set(__self__, "id", id)
|
1266
|
+
pulumi.set(__self__, "namespace", namespace)
|
1267
|
+
pulumi.set(__self__, "occ_customer_group_id", occ_customer_group_id)
|
1268
|
+
pulumi.set(__self__, "placement_details", placement_details)
|
1269
|
+
pulumi.set(__self__, "total_handover_quantity", total_handover_quantity)
|
1270
|
+
|
1271
|
+
@property
|
1272
|
+
@pulumi.getter(name="associatedCapacityRequests")
|
1273
|
+
def associated_capacity_requests(self) -> Sequence['outputs.GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestResult']:
|
1274
|
+
"""
|
1275
|
+
A list containing details about the capacity requests against which the resources were provisioned by oracle.
|
1276
|
+
"""
|
1277
|
+
return pulumi.get(self, "associated_capacity_requests")
|
1278
|
+
|
1279
|
+
@property
|
1280
|
+
@pulumi.getter(name="compartmentId")
|
1281
|
+
def compartment_id(self) -> str:
|
1282
|
+
"""
|
1283
|
+
The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
1284
|
+
"""
|
1285
|
+
return pulumi.get(self, "compartment_id")
|
1286
|
+
|
1287
|
+
@property
|
1288
|
+
@pulumi.getter(name="handoverDate")
|
1289
|
+
def handover_date(self) -> str:
|
1290
|
+
"""
|
1291
|
+
The date on which the resource was handed over to the customer.
|
1292
|
+
"""
|
1293
|
+
return pulumi.get(self, "handover_date")
|
1294
|
+
|
1295
|
+
@property
|
1296
|
+
@pulumi.getter(name="handoverResourceName")
|
1297
|
+
def handover_resource_name(self) -> str:
|
1298
|
+
"""
|
1299
|
+
A filter to return only the list of resources that match the name provided in this filter.
|
1300
|
+
"""
|
1301
|
+
return pulumi.get(self, "handover_resource_name")
|
1302
|
+
|
1303
|
+
@property
|
1304
|
+
@pulumi.getter
|
1305
|
+
def id(self) -> str:
|
1306
|
+
"""
|
1307
|
+
The OCID of the resource block.
|
1308
|
+
"""
|
1309
|
+
return pulumi.get(self, "id")
|
1310
|
+
|
1311
|
+
@property
|
1312
|
+
@pulumi.getter
|
1313
|
+
def namespace(self) -> str:
|
1314
|
+
"""
|
1315
|
+
The namespace enum value that needs to be passed as a required query parameter.
|
1316
|
+
"""
|
1317
|
+
return pulumi.get(self, "namespace")
|
1318
|
+
|
1319
|
+
@property
|
1320
|
+
@pulumi.getter(name="occCustomerGroupId")
|
1321
|
+
def occ_customer_group_id(self) -> str:
|
1322
|
+
"""
|
1323
|
+
The customer group ocid by which we would filter the list.
|
1324
|
+
"""
|
1325
|
+
return pulumi.get(self, "occ_customer_group_id")
|
1326
|
+
|
1327
|
+
@property
|
1328
|
+
@pulumi.getter(name="placementDetails")
|
1329
|
+
def placement_details(self) -> Sequence['outputs.GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailResult']:
|
1330
|
+
"""
|
1331
|
+
Details like building, room and block where the resource was placed after provisioning in the datacenter.
|
1332
|
+
"""
|
1333
|
+
return pulumi.get(self, "placement_details")
|
1334
|
+
|
1335
|
+
@property
|
1336
|
+
@pulumi.getter(name="totalHandoverQuantity")
|
1337
|
+
def total_handover_quantity(self) -> str:
|
1338
|
+
"""
|
1339
|
+
The total quantity of the resource that was made available to the customer by Oracle.
|
1340
|
+
"""
|
1341
|
+
return pulumi.get(self, "total_handover_quantity")
|
1342
|
+
|
1343
|
+
|
1344
|
+
@pulumi.output_type
|
1345
|
+
class GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestResult(dict):
|
1346
|
+
def __init__(__self__, *,
|
1347
|
+
handover_quantity: str,
|
1348
|
+
occ_capacity_request_id: str):
|
1349
|
+
"""
|
1350
|
+
:param str handover_quantity: The total quantity of the bare metal hardware that was made available corresponding to the capacity request ocid.
|
1351
|
+
:param str occ_capacity_request_id: The OCID of the capacity request against which the resources were provisioned.
|
1352
|
+
"""
|
1353
|
+
pulumi.set(__self__, "handover_quantity", handover_quantity)
|
1354
|
+
pulumi.set(__self__, "occ_capacity_request_id", occ_capacity_request_id)
|
1355
|
+
|
1356
|
+
@property
|
1357
|
+
@pulumi.getter(name="handoverQuantity")
|
1358
|
+
def handover_quantity(self) -> str:
|
1359
|
+
"""
|
1360
|
+
The total quantity of the bare metal hardware that was made available corresponding to the capacity request ocid.
|
1361
|
+
"""
|
1362
|
+
return pulumi.get(self, "handover_quantity")
|
1363
|
+
|
1364
|
+
@property
|
1365
|
+
@pulumi.getter(name="occCapacityRequestId")
|
1366
|
+
def occ_capacity_request_id(self) -> str:
|
1367
|
+
"""
|
1368
|
+
The OCID of the capacity request against which the resources were provisioned.
|
1369
|
+
"""
|
1370
|
+
return pulumi.get(self, "occ_capacity_request_id")
|
1371
|
+
|
1372
|
+
|
1373
|
+
@pulumi.output_type
|
1374
|
+
class GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailResult(dict):
|
1375
|
+
def __init__(__self__, *,
|
1376
|
+
availability_domain: str,
|
1377
|
+
block: str,
|
1378
|
+
building: str,
|
1379
|
+
region: str,
|
1380
|
+
room: str,
|
1381
|
+
workload_type: str):
|
1382
|
+
"""
|
1383
|
+
:param str availability_domain: The availability domain (AD) for which the resources were provisioned.
|
1384
|
+
:param str block: The block in the datacenter room where the resource was placed.
|
1385
|
+
:param str building: The datacenter building where the resource was placed.
|
1386
|
+
:param str region: The name of the region for which the resources were provisioned.
|
1387
|
+
:param str room: The name of the room in the dataacenter building where the resource was placed.
|
1388
|
+
:param str workload_type: The type of workload to which these resources were provisioned.
|
1389
|
+
"""
|
1390
|
+
pulumi.set(__self__, "availability_domain", availability_domain)
|
1391
|
+
pulumi.set(__self__, "block", block)
|
1392
|
+
pulumi.set(__self__, "building", building)
|
1393
|
+
pulumi.set(__self__, "region", region)
|
1394
|
+
pulumi.set(__self__, "room", room)
|
1395
|
+
pulumi.set(__self__, "workload_type", workload_type)
|
1396
|
+
|
1397
|
+
@property
|
1398
|
+
@pulumi.getter(name="availabilityDomain")
|
1399
|
+
def availability_domain(self) -> str:
|
1400
|
+
"""
|
1401
|
+
The availability domain (AD) for which the resources were provisioned.
|
1402
|
+
"""
|
1403
|
+
return pulumi.get(self, "availability_domain")
|
407
1404
|
|
408
1405
|
@property
|
409
1406
|
@pulumi.getter
|
410
|
-
def
|
1407
|
+
def block(self) -> str:
|
411
1408
|
"""
|
412
|
-
|
1409
|
+
The block in the datacenter room where the resource was placed.
|
413
1410
|
"""
|
414
|
-
return pulumi.get(self, "
|
1411
|
+
return pulumi.get(self, "block")
|
415
1412
|
|
416
1413
|
@property
|
417
1414
|
@pulumi.getter
|
418
|
-
def
|
1415
|
+
def building(self) -> str:
|
419
1416
|
"""
|
420
|
-
|
1417
|
+
The datacenter building where the resource was placed.
|
421
1418
|
"""
|
422
|
-
return pulumi.get(self, "
|
1419
|
+
return pulumi.get(self, "building")
|
423
1420
|
|
424
1421
|
@property
|
425
1422
|
@pulumi.getter
|
426
|
-
def
|
1423
|
+
def region(self) -> str:
|
427
1424
|
"""
|
428
|
-
|
1425
|
+
The name of the region for which the resources were provisioned.
|
429
1426
|
"""
|
430
|
-
return pulumi.get(self, "
|
1427
|
+
return pulumi.get(self, "region")
|
431
1428
|
|
432
1429
|
@property
|
433
1430
|
@pulumi.getter
|
434
|
-
def
|
1431
|
+
def room(self) -> str:
|
435
1432
|
"""
|
436
|
-
|
1433
|
+
The name of the room in the dataacenter building where the resource was placed.
|
437
1434
|
"""
|
438
|
-
return pulumi.get(self, "
|
1435
|
+
return pulumi.get(self, "room")
|
439
1436
|
|
440
1437
|
@property
|
441
|
-
@pulumi.getter(name="
|
442
|
-
def
|
1438
|
+
@pulumi.getter(name="workloadType")
|
1439
|
+
def workload_type(self) -> str:
|
443
1440
|
"""
|
444
|
-
|
1441
|
+
The type of workload to which these resources were provisioned.
|
445
1442
|
"""
|
446
|
-
return pulumi.get(self, "
|
1443
|
+
return pulumi.get(self, "workload_type")
|
447
1444
|
|
448
1445
|
|
449
1446
|
@pulumi.output_type
|
450
|
-
class
|
1447
|
+
class GetNamespaceOccOverviewsFilterResult(dict):
|
451
1448
|
def __init__(__self__, *,
|
452
1449
|
name: str,
|
453
1450
|
values: Sequence[str],
|
@@ -474,81 +1471,72 @@ class GetInternalOccAvailabilityCatalogsFilterResult(dict):
|
|
474
1471
|
|
475
1472
|
|
476
1473
|
@pulumi.output_type
|
477
|
-
class
|
1474
|
+
class GetNamespaceOccOverviewsOccOverviewCollectionResult(dict):
|
478
1475
|
def __init__(__self__, *,
|
479
|
-
items: Sequence['outputs.
|
1476
|
+
items: Sequence['outputs.GetNamespaceOccOverviewsOccOverviewCollectionItemResult']):
|
480
1477
|
"""
|
481
|
-
:param Sequence['
|
1478
|
+
:param Sequence['GetNamespaceOccOverviewsOccOverviewCollectionItemArgs'] items: An array of overview summary.
|
482
1479
|
"""
|
483
1480
|
pulumi.set(__self__, "items", items)
|
484
1481
|
|
485
1482
|
@property
|
486
1483
|
@pulumi.getter
|
487
|
-
def items(self) -> Sequence['outputs.
|
1484
|
+
def items(self) -> Sequence['outputs.GetNamespaceOccOverviewsOccOverviewCollectionItemResult']:
|
488
1485
|
"""
|
489
|
-
An array of
|
1486
|
+
An array of overview summary.
|
490
1487
|
"""
|
491
1488
|
return pulumi.get(self, "items")
|
492
1489
|
|
493
1490
|
|
494
1491
|
@pulumi.output_type
|
495
|
-
class
|
1492
|
+
class GetNamespaceOccOverviewsOccOverviewCollectionItemResult(dict):
|
496
1493
|
def __init__(__self__, *,
|
497
|
-
|
1494
|
+
capacity_requests_blob: str,
|
498
1495
|
compartment_id: str,
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
system_tags: Mapping[str, str],
|
510
|
-
time_created: str,
|
511
|
-
time_updated: str):
|
1496
|
+
period_value: str,
|
1497
|
+
resource_name: str,
|
1498
|
+
total_available: str,
|
1499
|
+
total_cancelled: str,
|
1500
|
+
total_demanded: str,
|
1501
|
+
total_rejected: str,
|
1502
|
+
total_supplied: str,
|
1503
|
+
total_unfulfilled: str,
|
1504
|
+
unit: str,
|
1505
|
+
workload_type_breakdown_blob: str):
|
512
1506
|
"""
|
513
|
-
:param str
|
1507
|
+
:param str capacity_requests_blob: A raw json blob containing all the capacity requests corresponding to the resource name
|
514
1508
|
:param str compartment_id: The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
515
|
-
:param
|
516
|
-
:param str
|
517
|
-
:param str
|
518
|
-
:param
|
519
|
-
:param str
|
520
|
-
:param str
|
521
|
-
:param
|
522
|
-
:param str
|
523
|
-
:param str
|
524
|
-
:param str
|
525
|
-
|
526
|
-
|
527
|
-
:param str time_updated: The time when the availability catalog was last updated.
|
528
|
-
"""
|
529
|
-
pulumi.set(__self__, "catalog_state", catalog_state)
|
1509
|
+
:param str period_value: The name of the month along with year for which this summary corresponds to.
|
1510
|
+
:param str resource_name: The name of the resource for which we have aggregated the value.
|
1511
|
+
:param str total_available: The quantity of the resource which is available at the end of the period of aggregationDetails model in consideration.
|
1512
|
+
:param str total_cancelled: The quantity of the resource which is cancelled by the customer. Once the capacity request was submitted, the customer can still cancel it. This field sums up those values.
|
1513
|
+
:param str total_demanded: The quantity of the resource which is demanded by customers via capacity requests against the resource name at the end of the time period in consideration for overview.
|
1514
|
+
:param str total_rejected: The quantity of the resource which is rejected by Oracle.
|
1515
|
+
:param str total_supplied: The quantity of the resource which is supplied by Oracle to the customer against the resource name at the end of the time period in consideration.
|
1516
|
+
:param str total_unfulfilled: The quantity of the resource which Oracle was unable to supply. For a given capacity request, Oracle sometimes cannot supply the entire value demanded by the customer. In such cases a partial value is provided, thereby leaving behind a portion of unfulfilled values. This field sums that up.
|
1517
|
+
:param str unit: The unit e.g SERVER in which the above values like totalAvailable, totalSupplied etc is measured.
|
1518
|
+
:param str workload_type_breakdown_blob: A raw json blob containing breakdown of totalAvailable, totalDemanded, totalSupplied, totalRejected, totalCancelled and totalUnfulfilled by workload types
|
1519
|
+
"""
|
1520
|
+
pulumi.set(__self__, "capacity_requests_blob", capacity_requests_blob)
|
530
1521
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
531
|
-
pulumi.set(__self__, "
|
532
|
-
pulumi.set(__self__, "
|
533
|
-
pulumi.set(__self__, "
|
534
|
-
pulumi.set(__self__, "
|
535
|
-
pulumi.set(__self__, "
|
536
|
-
pulumi.set(__self__, "
|
537
|
-
pulumi.set(__self__, "
|
538
|
-
pulumi.set(__self__, "
|
539
|
-
pulumi.set(__self__, "
|
540
|
-
pulumi.set(__self__, "
|
541
|
-
pulumi.set(__self__, "system_tags", system_tags)
|
542
|
-
pulumi.set(__self__, "time_created", time_created)
|
543
|
-
pulumi.set(__self__, "time_updated", time_updated)
|
1522
|
+
pulumi.set(__self__, "period_value", period_value)
|
1523
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
1524
|
+
pulumi.set(__self__, "total_available", total_available)
|
1525
|
+
pulumi.set(__self__, "total_cancelled", total_cancelled)
|
1526
|
+
pulumi.set(__self__, "total_demanded", total_demanded)
|
1527
|
+
pulumi.set(__self__, "total_rejected", total_rejected)
|
1528
|
+
pulumi.set(__self__, "total_supplied", total_supplied)
|
1529
|
+
pulumi.set(__self__, "total_unfulfilled", total_unfulfilled)
|
1530
|
+
pulumi.set(__self__, "unit", unit)
|
1531
|
+
pulumi.set(__self__, "workload_type_breakdown_blob", workload_type_breakdown_blob)
|
544
1532
|
|
545
1533
|
@property
|
546
|
-
@pulumi.getter(name="
|
547
|
-
def
|
1534
|
+
@pulumi.getter(name="capacityRequestsBlob")
|
1535
|
+
def capacity_requests_blob(self) -> str:
|
548
1536
|
"""
|
549
|
-
|
1537
|
+
A raw json blob containing all the capacity requests corresponding to the resource name
|
550
1538
|
"""
|
551
|
-
return pulumi.get(self, "
|
1539
|
+
return pulumi.get(self, "capacity_requests_blob")
|
552
1540
|
|
553
1541
|
@property
|
554
1542
|
@pulumi.getter(name="compartmentId")
|
@@ -559,126 +1547,84 @@ class GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemResu
|
|
559
1547
|
return pulumi.get(self, "compartment_id")
|
560
1548
|
|
561
1549
|
@property
|
562
|
-
@pulumi.getter(name="
|
563
|
-
def
|
564
|
-
"""
|
565
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
566
|
-
"""
|
567
|
-
return pulumi.get(self, "defined_tags")
|
568
|
-
|
569
|
-
@property
|
570
|
-
@pulumi.getter
|
571
|
-
def description(self) -> str:
|
1550
|
+
@pulumi.getter(name="periodValue")
|
1551
|
+
def period_value(self) -> str:
|
572
1552
|
"""
|
573
|
-
|
1553
|
+
The name of the month along with year for which this summary corresponds to.
|
574
1554
|
"""
|
575
|
-
return pulumi.get(self, "
|
1555
|
+
return pulumi.get(self, "period_value")
|
576
1556
|
|
577
1557
|
@property
|
578
|
-
@pulumi.getter(name="
|
579
|
-
def
|
1558
|
+
@pulumi.getter(name="resourceName")
|
1559
|
+
def resource_name(self) -> str:
|
580
1560
|
"""
|
581
|
-
|
1561
|
+
The name of the resource for which we have aggregated the value.
|
582
1562
|
"""
|
583
|
-
return pulumi.get(self, "
|
1563
|
+
return pulumi.get(self, "resource_name")
|
584
1564
|
|
585
1565
|
@property
|
586
|
-
@pulumi.getter(name="
|
587
|
-
def
|
1566
|
+
@pulumi.getter(name="totalAvailable")
|
1567
|
+
def total_available(self) -> str:
|
588
1568
|
"""
|
589
|
-
|
1569
|
+
The quantity of the resource which is available at the end of the period of aggregationDetails model in consideration.
|
590
1570
|
"""
|
591
|
-
return pulumi.get(self, "
|
1571
|
+
return pulumi.get(self, "total_available")
|
592
1572
|
|
593
1573
|
@property
|
594
|
-
@pulumi.getter
|
595
|
-
def
|
1574
|
+
@pulumi.getter(name="totalCancelled")
|
1575
|
+
def total_cancelled(self) -> str:
|
596
1576
|
"""
|
597
|
-
The
|
1577
|
+
The quantity of the resource which is cancelled by the customer. Once the capacity request was submitted, the customer can still cancel it. This field sums up those values.
|
598
1578
|
"""
|
599
|
-
return pulumi.get(self, "
|
1579
|
+
return pulumi.get(self, "total_cancelled")
|
600
1580
|
|
601
1581
|
@property
|
602
|
-
@pulumi.getter(name="
|
603
|
-
def
|
1582
|
+
@pulumi.getter(name="totalDemanded")
|
1583
|
+
def total_demanded(self) -> str:
|
604
1584
|
"""
|
605
|
-
|
1585
|
+
The quantity of the resource which is demanded by customers via capacity requests against the resource name at the end of the time period in consideration for overview.
|
606
1586
|
"""
|
607
|
-
return pulumi.get(self, "
|
1587
|
+
return pulumi.get(self, "total_demanded")
|
608
1588
|
|
609
1589
|
@property
|
610
|
-
@pulumi.getter(name="
|
611
|
-
def
|
1590
|
+
@pulumi.getter(name="totalRejected")
|
1591
|
+
def total_rejected(self) -> str:
|
612
1592
|
"""
|
613
|
-
|
1593
|
+
The quantity of the resource which is rejected by Oracle.
|
614
1594
|
"""
|
615
|
-
return pulumi.get(self, "
|
1595
|
+
return pulumi.get(self, "total_rejected")
|
616
1596
|
|
617
1597
|
@property
|
618
|
-
@pulumi.getter
|
619
|
-
def
|
1598
|
+
@pulumi.getter(name="totalSupplied")
|
1599
|
+
def total_supplied(self) -> str:
|
620
1600
|
"""
|
621
|
-
The
|
1601
|
+
The quantity of the resource which is supplied by Oracle to the customer against the resource name at the end of the time period in consideration.
|
622
1602
|
"""
|
623
|
-
return pulumi.get(self, "
|
1603
|
+
return pulumi.get(self, "total_supplied")
|
624
1604
|
|
625
1605
|
@property
|
626
|
-
@pulumi.getter(name="
|
627
|
-
def
|
1606
|
+
@pulumi.getter(name="totalUnfulfilled")
|
1607
|
+
def total_unfulfilled(self) -> str:
|
628
1608
|
"""
|
629
|
-
The
|
1609
|
+
The quantity of the resource which Oracle was unable to supply. For a given capacity request, Oracle sometimes cannot supply the entire value demanded by the customer. In such cases a partial value is provided, thereby leaving behind a portion of unfulfilled values. This field sums that up.
|
630
1610
|
"""
|
631
|
-
return pulumi.get(self, "
|
1611
|
+
return pulumi.get(self, "total_unfulfilled")
|
632
1612
|
|
633
1613
|
@property
|
634
1614
|
@pulumi.getter
|
635
|
-
def
|
636
|
-
"""
|
637
|
-
The current lifecycle state of the customer group.
|
638
|
-
"""
|
639
|
-
return pulumi.get(self, "state")
|
640
|
-
|
641
|
-
@property
|
642
|
-
@pulumi.getter(name="systemTags")
|
643
|
-
def system_tags(self) -> Mapping[str, str]:
|
644
|
-
"""
|
645
|
-
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
646
|
-
"""
|
647
|
-
return pulumi.get(self, "system_tags")
|
648
|
-
|
649
|
-
@property
|
650
|
-
@pulumi.getter(name="timeCreated")
|
651
|
-
def time_created(self) -> str:
|
652
|
-
"""
|
653
|
-
The time when the availability catalog was created.
|
654
|
-
"""
|
655
|
-
return pulumi.get(self, "time_created")
|
656
|
-
|
657
|
-
@property
|
658
|
-
@pulumi.getter(name="timeUpdated")
|
659
|
-
def time_updated(self) -> str:
|
660
|
-
"""
|
661
|
-
The time when the availability catalog was last updated.
|
662
|
-
"""
|
663
|
-
return pulumi.get(self, "time_updated")
|
664
|
-
|
665
|
-
|
666
|
-
@pulumi.output_type
|
667
|
-
class GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemMetadataDetailResult(dict):
|
668
|
-
def __init__(__self__, *,
|
669
|
-
format_version: str):
|
1615
|
+
def unit(self) -> str:
|
670
1616
|
"""
|
671
|
-
|
1617
|
+
The unit e.g SERVER in which the above values like totalAvailable, totalSupplied etc is measured.
|
672
1618
|
"""
|
673
|
-
pulumi.
|
1619
|
+
return pulumi.get(self, "unit")
|
674
1620
|
|
675
1621
|
@property
|
676
|
-
@pulumi.getter(name="
|
677
|
-
def
|
1622
|
+
@pulumi.getter(name="workloadTypeBreakdownBlob")
|
1623
|
+
def workload_type_breakdown_blob(self) -> str:
|
678
1624
|
"""
|
679
|
-
|
1625
|
+
A raw json blob containing breakdown of totalAvailable, totalDemanded, totalSupplied, totalRejected, totalCancelled and totalUnfulfilled by workload types
|
680
1626
|
"""
|
681
|
-
return pulumi.get(self, "
|
1627
|
+
return pulumi.get(self, "workload_type_breakdown_blob")
|
682
1628
|
|
683
1629
|
|
684
1630
|
@pulumi.output_type
|
@@ -688,19 +1634,25 @@ class GetOccAvailabilityCatalogDetailResult(dict):
|
|
688
1634
|
catalog_id: str,
|
689
1635
|
date_expected_capacity_handover: str,
|
690
1636
|
date_final_customer_order: str,
|
1637
|
+
demanded_quantity: str,
|
691
1638
|
namespace: str,
|
692
1639
|
resource_name: str,
|
693
1640
|
resource_type: str,
|
1641
|
+
system_tags: Mapping[str, str],
|
1642
|
+
total_available_quantity: str,
|
694
1643
|
unit: str,
|
695
1644
|
workload_type: str):
|
696
1645
|
"""
|
697
|
-
:param str available_quantity: The quantity of available
|
1646
|
+
:param str available_quantity: The quantity of resource currently available that the customer can request.
|
698
1647
|
:param str catalog_id: The OCID of the availability catalog.
|
699
1648
|
:param str date_expected_capacity_handover: The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
|
700
1649
|
:param str date_final_customer_order: The date by which the customer must place the order to have their capacity requirements met by the customer handover date.
|
1650
|
+
:param str demanded_quantity: The quantity of resource currently demanded by the customer.
|
701
1651
|
:param str namespace: The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
|
702
1652
|
:param str resource_name: The name of the resource that the customer can request.
|
703
1653
|
:param str resource_type: The different types of resources against which customers can place capacity requests.
|
1654
|
+
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1655
|
+
:param str total_available_quantity: The total quantity of resource that the customer can request.
|
704
1656
|
:param str unit: The unit in which the resource available is measured.
|
705
1657
|
:param str workload_type: The type of workload (Generic/ROW).
|
706
1658
|
"""
|
@@ -708,9 +1660,12 @@ class GetOccAvailabilityCatalogDetailResult(dict):
|
|
708
1660
|
pulumi.set(__self__, "catalog_id", catalog_id)
|
709
1661
|
pulumi.set(__self__, "date_expected_capacity_handover", date_expected_capacity_handover)
|
710
1662
|
pulumi.set(__self__, "date_final_customer_order", date_final_customer_order)
|
1663
|
+
pulumi.set(__self__, "demanded_quantity", demanded_quantity)
|
711
1664
|
pulumi.set(__self__, "namespace", namespace)
|
712
1665
|
pulumi.set(__self__, "resource_name", resource_name)
|
713
1666
|
pulumi.set(__self__, "resource_type", resource_type)
|
1667
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
1668
|
+
pulumi.set(__self__, "total_available_quantity", total_available_quantity)
|
714
1669
|
pulumi.set(__self__, "unit", unit)
|
715
1670
|
pulumi.set(__self__, "workload_type", workload_type)
|
716
1671
|
|
@@ -718,7 +1673,7 @@ class GetOccAvailabilityCatalogDetailResult(dict):
|
|
718
1673
|
@pulumi.getter(name="availableQuantity")
|
719
1674
|
def available_quantity(self) -> str:
|
720
1675
|
"""
|
721
|
-
The quantity of available
|
1676
|
+
The quantity of resource currently available that the customer can request.
|
722
1677
|
"""
|
723
1678
|
return pulumi.get(self, "available_quantity")
|
724
1679
|
|
@@ -746,6 +1701,14 @@ class GetOccAvailabilityCatalogDetailResult(dict):
|
|
746
1701
|
"""
|
747
1702
|
return pulumi.get(self, "date_final_customer_order")
|
748
1703
|
|
1704
|
+
@property
|
1705
|
+
@pulumi.getter(name="demandedQuantity")
|
1706
|
+
def demanded_quantity(self) -> str:
|
1707
|
+
"""
|
1708
|
+
The quantity of resource currently demanded by the customer.
|
1709
|
+
"""
|
1710
|
+
return pulumi.get(self, "demanded_quantity")
|
1711
|
+
|
749
1712
|
@property
|
750
1713
|
@pulumi.getter
|
751
1714
|
def namespace(self) -> str:
|
@@ -770,6 +1733,22 @@ class GetOccAvailabilityCatalogDetailResult(dict):
|
|
770
1733
|
"""
|
771
1734
|
return pulumi.get(self, "resource_type")
|
772
1735
|
|
1736
|
+
@property
|
1737
|
+
@pulumi.getter(name="systemTags")
|
1738
|
+
def system_tags(self) -> Mapping[str, str]:
|
1739
|
+
"""
|
1740
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1741
|
+
"""
|
1742
|
+
return pulumi.get(self, "system_tags")
|
1743
|
+
|
1744
|
+
@property
|
1745
|
+
@pulumi.getter(name="totalAvailableQuantity")
|
1746
|
+
def total_available_quantity(self) -> str:
|
1747
|
+
"""
|
1748
|
+
The total quantity of resource that the customer can request.
|
1749
|
+
"""
|
1750
|
+
return pulumi.get(self, "total_available_quantity")
|
1751
|
+
|
773
1752
|
@property
|
774
1753
|
@pulumi.getter
|
775
1754
|
def unit(self) -> str:
|
@@ -857,19 +1836,25 @@ class GetOccAvailabilityCatalogOccAvailabilitiesOccAvailabilityCollectionItemRes
|
|
857
1836
|
catalog_id: str,
|
858
1837
|
date_expected_capacity_handover: str,
|
859
1838
|
date_final_customer_order: str,
|
1839
|
+
demanded_quantity: str,
|
860
1840
|
namespace: str,
|
861
1841
|
resource_name: str,
|
862
1842
|
resource_type: str,
|
1843
|
+
system_tags: Mapping[str, str],
|
1844
|
+
total_available_quantity: str,
|
863
1845
|
unit: str,
|
864
1846
|
workload_type: str):
|
865
1847
|
"""
|
866
|
-
:param str available_quantity: The quantity of available
|
1848
|
+
:param str available_quantity: The quantity of resource currently available that the customer can request.
|
867
1849
|
:param str catalog_id: The OCID of the availability catalog.
|
868
1850
|
:param str date_expected_capacity_handover: The capacity handover date of the capacity constraint to filter the list of capacity constraints.
|
869
1851
|
:param str date_final_customer_order: The date by which the customer must place the order to have their capacity requirements met by the customer handover date.
|
1852
|
+
:param str demanded_quantity: The quantity of resource currently demanded by the customer.
|
870
1853
|
:param str namespace: The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
|
871
1854
|
:param str resource_name: The name of the resource to filter the list of capacity constraints.
|
872
1855
|
:param str resource_type: Resource type using which the capacity constraints of an availability catalog can be filtered.
|
1856
|
+
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1857
|
+
:param str total_available_quantity: The total quantity of resource that the customer can request.
|
873
1858
|
:param str unit: The unit in which the resource available is measured.
|
874
1859
|
:param str workload_type: Workload type using the resources in an availability catalog can be filtered.
|
875
1860
|
"""
|
@@ -877,9 +1862,12 @@ class GetOccAvailabilityCatalogOccAvailabilitiesOccAvailabilityCollectionItemRes
|
|
877
1862
|
pulumi.set(__self__, "catalog_id", catalog_id)
|
878
1863
|
pulumi.set(__self__, "date_expected_capacity_handover", date_expected_capacity_handover)
|
879
1864
|
pulumi.set(__self__, "date_final_customer_order", date_final_customer_order)
|
1865
|
+
pulumi.set(__self__, "demanded_quantity", demanded_quantity)
|
880
1866
|
pulumi.set(__self__, "namespace", namespace)
|
881
1867
|
pulumi.set(__self__, "resource_name", resource_name)
|
882
1868
|
pulumi.set(__self__, "resource_type", resource_type)
|
1869
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
1870
|
+
pulumi.set(__self__, "total_available_quantity", total_available_quantity)
|
883
1871
|
pulumi.set(__self__, "unit", unit)
|
884
1872
|
pulumi.set(__self__, "workload_type", workload_type)
|
885
1873
|
|
@@ -887,7 +1875,7 @@ class GetOccAvailabilityCatalogOccAvailabilitiesOccAvailabilityCollectionItemRes
|
|
887
1875
|
@pulumi.getter(name="availableQuantity")
|
888
1876
|
def available_quantity(self) -> str:
|
889
1877
|
"""
|
890
|
-
The quantity of available
|
1878
|
+
The quantity of resource currently available that the customer can request.
|
891
1879
|
"""
|
892
1880
|
return pulumi.get(self, "available_quantity")
|
893
1881
|
|
@@ -915,6 +1903,14 @@ class GetOccAvailabilityCatalogOccAvailabilitiesOccAvailabilityCollectionItemRes
|
|
915
1903
|
"""
|
916
1904
|
return pulumi.get(self, "date_final_customer_order")
|
917
1905
|
|
1906
|
+
@property
|
1907
|
+
@pulumi.getter(name="demandedQuantity")
|
1908
|
+
def demanded_quantity(self) -> str:
|
1909
|
+
"""
|
1910
|
+
The quantity of resource currently demanded by the customer.
|
1911
|
+
"""
|
1912
|
+
return pulumi.get(self, "demanded_quantity")
|
1913
|
+
|
918
1914
|
@property
|
919
1915
|
@pulumi.getter
|
920
1916
|
def namespace(self) -> str:
|
@@ -939,6 +1935,22 @@ class GetOccAvailabilityCatalogOccAvailabilitiesOccAvailabilityCollectionItemRes
|
|
939
1935
|
"""
|
940
1936
|
return pulumi.get(self, "resource_type")
|
941
1937
|
|
1938
|
+
@property
|
1939
|
+
@pulumi.getter(name="systemTags")
|
1940
|
+
def system_tags(self) -> Mapping[str, str]:
|
1941
|
+
"""
|
1942
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1943
|
+
"""
|
1944
|
+
return pulumi.get(self, "system_tags")
|
1945
|
+
|
1946
|
+
@property
|
1947
|
+
@pulumi.getter(name="totalAvailableQuantity")
|
1948
|
+
def total_available_quantity(self) -> str:
|
1949
|
+
"""
|
1950
|
+
The total quantity of resource that the customer can request.
|
1951
|
+
"""
|
1952
|
+
return pulumi.get(self, "total_available_quantity")
|
1953
|
+
|
942
1954
|
@property
|
943
1955
|
@pulumi.getter
|
944
1956
|
def unit(self) -> str:
|
@@ -1020,7 +2032,7 @@ class GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemResult(dict)
|
|
1020
2032
|
:param str compartment_id: The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
1021
2033
|
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
1022
2034
|
:param str description: Text information about the availability catalog.
|
1023
|
-
:param Sequence['GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailArgs'] details: Details about capacity available for
|
2035
|
+
:param Sequence['GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailArgs'] details: Details about capacity available for different resources in catalog.
|
1024
2036
|
:param str display_name: A filter to return only the resources that match the entire display name. The match is not case sensitive.
|
1025
2037
|
:param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1026
2038
|
:param str id: The OCID of the availability catalog to filter the list of availability catalogs.
|
@@ -1092,7 +2104,7 @@ class GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemResult(dict)
|
|
1092
2104
|
@pulumi.getter
|
1093
2105
|
def details(self) -> Sequence['outputs.GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailResult']:
|
1094
2106
|
"""
|
1095
|
-
Details about capacity available for
|
2107
|
+
Details about capacity available for different resources in catalog.
|
1096
2108
|
"""
|
1097
2109
|
return pulumi.get(self, "details")
|
1098
2110
|
|
@@ -1192,19 +2204,25 @@ class GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailResult
|
|
1192
2204
|
catalog_id: str,
|
1193
2205
|
date_expected_capacity_handover: str,
|
1194
2206
|
date_final_customer_order: str,
|
2207
|
+
demanded_quantity: str,
|
1195
2208
|
namespace: str,
|
1196
2209
|
resource_name: str,
|
1197
2210
|
resource_type: str,
|
2211
|
+
system_tags: Mapping[str, str],
|
2212
|
+
total_available_quantity: str,
|
1198
2213
|
unit: str,
|
1199
2214
|
workload_type: str):
|
1200
2215
|
"""
|
1201
|
-
:param str available_quantity: The quantity of available
|
2216
|
+
:param str available_quantity: The quantity of resource currently available that the customer can request.
|
1202
2217
|
:param str catalog_id: The OCID of the availability catalog.
|
1203
2218
|
:param str date_expected_capacity_handover: The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
|
1204
2219
|
:param str date_final_customer_order: The date by which the customer must place the order to have their capacity requirements met by the customer handover date.
|
2220
|
+
:param str demanded_quantity: The quantity of resource currently demanded by the customer.
|
1205
2221
|
:param str namespace: The namespace by which we would filter the list.
|
1206
2222
|
:param str resource_name: The name of the resource that the customer can request.
|
1207
2223
|
:param str resource_type: The different types of resources against which customers can place capacity requests.
|
2224
|
+
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
2225
|
+
:param str total_available_quantity: The total quantity of resource that the customer can request.
|
1208
2226
|
:param str unit: The unit in which the resource available is measured.
|
1209
2227
|
:param str workload_type: The type of workload (Generic/ROW).
|
1210
2228
|
"""
|
@@ -1212,9 +2230,12 @@ class GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailResult
|
|
1212
2230
|
pulumi.set(__self__, "catalog_id", catalog_id)
|
1213
2231
|
pulumi.set(__self__, "date_expected_capacity_handover", date_expected_capacity_handover)
|
1214
2232
|
pulumi.set(__self__, "date_final_customer_order", date_final_customer_order)
|
2233
|
+
pulumi.set(__self__, "demanded_quantity", demanded_quantity)
|
1215
2234
|
pulumi.set(__self__, "namespace", namespace)
|
1216
2235
|
pulumi.set(__self__, "resource_name", resource_name)
|
1217
2236
|
pulumi.set(__self__, "resource_type", resource_type)
|
2237
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
2238
|
+
pulumi.set(__self__, "total_available_quantity", total_available_quantity)
|
1218
2239
|
pulumi.set(__self__, "unit", unit)
|
1219
2240
|
pulumi.set(__self__, "workload_type", workload_type)
|
1220
2241
|
|
@@ -1222,7 +2243,7 @@ class GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailResult
|
|
1222
2243
|
@pulumi.getter(name="availableQuantity")
|
1223
2244
|
def available_quantity(self) -> str:
|
1224
2245
|
"""
|
1225
|
-
The quantity of available
|
2246
|
+
The quantity of resource currently available that the customer can request.
|
1226
2247
|
"""
|
1227
2248
|
return pulumi.get(self, "available_quantity")
|
1228
2249
|
|
@@ -1250,6 +2271,14 @@ class GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailResult
|
|
1250
2271
|
"""
|
1251
2272
|
return pulumi.get(self, "date_final_customer_order")
|
1252
2273
|
|
2274
|
+
@property
|
2275
|
+
@pulumi.getter(name="demandedQuantity")
|
2276
|
+
def demanded_quantity(self) -> str:
|
2277
|
+
"""
|
2278
|
+
The quantity of resource currently demanded by the customer.
|
2279
|
+
"""
|
2280
|
+
return pulumi.get(self, "demanded_quantity")
|
2281
|
+
|
1253
2282
|
@property
|
1254
2283
|
@pulumi.getter
|
1255
2284
|
def namespace(self) -> str:
|
@@ -1274,6 +2303,22 @@ class GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailResult
|
|
1274
2303
|
"""
|
1275
2304
|
return pulumi.get(self, "resource_type")
|
1276
2305
|
|
2306
|
+
@property
|
2307
|
+
@pulumi.getter(name="systemTags")
|
2308
|
+
def system_tags(self) -> Mapping[str, str]:
|
2309
|
+
"""
|
2310
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
2311
|
+
"""
|
2312
|
+
return pulumi.get(self, "system_tags")
|
2313
|
+
|
2314
|
+
@property
|
2315
|
+
@pulumi.getter(name="totalAvailableQuantity")
|
2316
|
+
def total_available_quantity(self) -> str:
|
2317
|
+
"""
|
2318
|
+
The total quantity of resource that the customer can request.
|
2319
|
+
"""
|
2320
|
+
return pulumi.get(self, "total_available_quantity")
|
2321
|
+
|
1277
2322
|
@property
|
1278
2323
|
@pulumi.getter
|
1279
2324
|
def unit(self) -> str:
|
@@ -1313,30 +2358,39 @@ class GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemMetadataDeta
|
|
1313
2358
|
class GetOccCapacityRequestDetailResult(dict):
|
1314
2359
|
def __init__(__self__, *,
|
1315
2360
|
actual_handover_quantity: str,
|
2361
|
+
associated_occ_handover_resource_block_lists: Sequence['outputs.GetOccCapacityRequestDetailAssociatedOccHandoverResourceBlockListResult'],
|
2362
|
+
availability_domain: str,
|
1316
2363
|
date_actual_handover: str,
|
1317
2364
|
date_expected_handover: str,
|
1318
2365
|
demand_quantity: str,
|
1319
2366
|
expected_handover_quantity: str,
|
1320
2367
|
resource_name: str,
|
1321
2368
|
resource_type: str,
|
2369
|
+
source_workload_type: str,
|
1322
2370
|
workload_type: str):
|
1323
2371
|
"""
|
1324
2372
|
:param str actual_handover_quantity: The actual handed over quantity of resources at the time of request resolution.
|
2373
|
+
:param Sequence['GetOccCapacityRequestDetailAssociatedOccHandoverResourceBlockListArgs'] associated_occ_handover_resource_block_lists: A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
|
2374
|
+
:param str availability_domain: The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
|
1325
2375
|
:param str date_actual_handover: The date on which the actual handover quantity of resources is delivered.
|
1326
2376
|
:param str date_expected_handover: The date on which the latest increment to supplied quantity of resources was delivered.
|
1327
2377
|
:param str demand_quantity: The number of compute server's with name <resourceName> required by the user.
|
1328
2378
|
:param str expected_handover_quantity: The incremental quantity of resources supplied as the provisioning is underway.
|
1329
2379
|
:param str resource_name: The name of the COMPUTE server shape for which the request is made. Do not use CAPACITY_CONSTRAINT as the resource name.
|
1330
2380
|
:param str resource_type: The type of the resource against which the user wants to place a capacity request.
|
2381
|
+
:param str source_workload_type: The WorkloadType from where capacity request are to be transferred.
|
1331
2382
|
:param str workload_type: The type of the workload (Generic/ROW).
|
1332
2383
|
"""
|
1333
2384
|
pulumi.set(__self__, "actual_handover_quantity", actual_handover_quantity)
|
2385
|
+
pulumi.set(__self__, "associated_occ_handover_resource_block_lists", associated_occ_handover_resource_block_lists)
|
2386
|
+
pulumi.set(__self__, "availability_domain", availability_domain)
|
1334
2387
|
pulumi.set(__self__, "date_actual_handover", date_actual_handover)
|
1335
2388
|
pulumi.set(__self__, "date_expected_handover", date_expected_handover)
|
1336
2389
|
pulumi.set(__self__, "demand_quantity", demand_quantity)
|
1337
2390
|
pulumi.set(__self__, "expected_handover_quantity", expected_handover_quantity)
|
1338
2391
|
pulumi.set(__self__, "resource_name", resource_name)
|
1339
2392
|
pulumi.set(__self__, "resource_type", resource_type)
|
2393
|
+
pulumi.set(__self__, "source_workload_type", source_workload_type)
|
1340
2394
|
pulumi.set(__self__, "workload_type", workload_type)
|
1341
2395
|
|
1342
2396
|
@property
|
@@ -1347,6 +2401,22 @@ class GetOccCapacityRequestDetailResult(dict):
|
|
1347
2401
|
"""
|
1348
2402
|
return pulumi.get(self, "actual_handover_quantity")
|
1349
2403
|
|
2404
|
+
@property
|
2405
|
+
@pulumi.getter(name="associatedOccHandoverResourceBlockLists")
|
2406
|
+
def associated_occ_handover_resource_block_lists(self) -> Sequence['outputs.GetOccCapacityRequestDetailAssociatedOccHandoverResourceBlockListResult']:
|
2407
|
+
"""
|
2408
|
+
A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
|
2409
|
+
"""
|
2410
|
+
return pulumi.get(self, "associated_occ_handover_resource_block_lists")
|
2411
|
+
|
2412
|
+
@property
|
2413
|
+
@pulumi.getter(name="availabilityDomain")
|
2414
|
+
def availability_domain(self) -> str:
|
2415
|
+
"""
|
2416
|
+
The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
|
2417
|
+
"""
|
2418
|
+
return pulumi.get(self, "availability_domain")
|
2419
|
+
|
1350
2420
|
@property
|
1351
2421
|
@pulumi.getter(name="dateActualHandover")
|
1352
2422
|
def date_actual_handover(self) -> str:
|
@@ -1395,13 +2465,50 @@ class GetOccCapacityRequestDetailResult(dict):
|
|
1395
2465
|
"""
|
1396
2466
|
return pulumi.get(self, "resource_type")
|
1397
2467
|
|
2468
|
+
@property
|
2469
|
+
@pulumi.getter(name="sourceWorkloadType")
|
2470
|
+
def source_workload_type(self) -> str:
|
2471
|
+
"""
|
2472
|
+
The WorkloadType from where capacity request are to be transferred.
|
2473
|
+
"""
|
2474
|
+
return pulumi.get(self, "source_workload_type")
|
2475
|
+
|
1398
2476
|
@property
|
1399
2477
|
@pulumi.getter(name="workloadType")
|
1400
2478
|
def workload_type(self) -> str:
|
1401
2479
|
"""
|
1402
2480
|
The type of the workload (Generic/ROW).
|
1403
2481
|
"""
|
1404
|
-
return pulumi.get(self, "workload_type")
|
2482
|
+
return pulumi.get(self, "workload_type")
|
2483
|
+
|
2484
|
+
|
2485
|
+
@pulumi.output_type
|
2486
|
+
class GetOccCapacityRequestDetailAssociatedOccHandoverResourceBlockListResult(dict):
|
2487
|
+
def __init__(__self__, *,
|
2488
|
+
handover_quantity: str,
|
2489
|
+
occ_handover_resource_block_id: str):
|
2490
|
+
"""
|
2491
|
+
:param str handover_quantity: The total quantity of the resource that was made available to the customer as part of this resource block
|
2492
|
+
:param str occ_handover_resource_block_id: The OCID of the handed over resource block.
|
2493
|
+
"""
|
2494
|
+
pulumi.set(__self__, "handover_quantity", handover_quantity)
|
2495
|
+
pulumi.set(__self__, "occ_handover_resource_block_id", occ_handover_resource_block_id)
|
2496
|
+
|
2497
|
+
@property
|
2498
|
+
@pulumi.getter(name="handoverQuantity")
|
2499
|
+
def handover_quantity(self) -> str:
|
2500
|
+
"""
|
2501
|
+
The total quantity of the resource that was made available to the customer as part of this resource block
|
2502
|
+
"""
|
2503
|
+
return pulumi.get(self, "handover_quantity")
|
2504
|
+
|
2505
|
+
@property
|
2506
|
+
@pulumi.getter(name="occHandoverResourceBlockId")
|
2507
|
+
def occ_handover_resource_block_id(self) -> str:
|
2508
|
+
"""
|
2509
|
+
The OCID of the handed over resource block.
|
2510
|
+
"""
|
2511
|
+
return pulumi.get(self, "occ_handover_resource_block_id")
|
1405
2512
|
|
1406
2513
|
|
1407
2514
|
@pulumi.output_type
|
@@ -1509,12 +2616,13 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemResult(dict):
|
|
1509
2616
|
patch_operations: Sequence['outputs.GetOccCapacityRequestsOccCapacityRequestCollectionItemPatchOperationResult'],
|
1510
2617
|
region: str,
|
1511
2618
|
request_state: str,
|
2619
|
+
request_type: str,
|
1512
2620
|
state: str,
|
1513
2621
|
system_tags: Mapping[str, str],
|
1514
2622
|
time_created: str,
|
1515
2623
|
time_updated: str):
|
1516
2624
|
"""
|
1517
|
-
:param str availability_domain: The availability domain
|
2625
|
+
:param str availability_domain: The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
|
1518
2626
|
:param str compartment_id: The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
1519
2627
|
:param str date_expected_capacity_handover: The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
|
1520
2628
|
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
@@ -1529,6 +2637,7 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemResult(dict):
|
|
1529
2637
|
:param str occ_customer_group_id: The OCID of the customer group to which this customer belongs to.
|
1530
2638
|
:param str region: The name of the region for which the capacity request was made.
|
1531
2639
|
:param str request_state: The different states the capacity request goes through.
|
2640
|
+
:param str request_type: A filter to return only the resources that match the request type. The match is not case sensitive.
|
1532
2641
|
:param str state: The current lifecycle state of the resource.
|
1533
2642
|
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1534
2643
|
:param str time_created: The time when the capacity request was created.
|
@@ -1550,6 +2659,7 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemResult(dict):
|
|
1550
2659
|
pulumi.set(__self__, "patch_operations", patch_operations)
|
1551
2660
|
pulumi.set(__self__, "region", region)
|
1552
2661
|
pulumi.set(__self__, "request_state", request_state)
|
2662
|
+
pulumi.set(__self__, "request_type", request_type)
|
1553
2663
|
pulumi.set(__self__, "state", state)
|
1554
2664
|
pulumi.set(__self__, "system_tags", system_tags)
|
1555
2665
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -1559,7 +2669,7 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemResult(dict):
|
|
1559
2669
|
@pulumi.getter(name="availabilityDomain")
|
1560
2670
|
def availability_domain(self) -> str:
|
1561
2671
|
"""
|
1562
|
-
The availability domain
|
2672
|
+
The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
|
1563
2673
|
"""
|
1564
2674
|
return pulumi.get(self, "availability_domain")
|
1565
2675
|
|
@@ -1680,6 +2790,14 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemResult(dict):
|
|
1680
2790
|
"""
|
1681
2791
|
return pulumi.get(self, "request_state")
|
1682
2792
|
|
2793
|
+
@property
|
2794
|
+
@pulumi.getter(name="requestType")
|
2795
|
+
def request_type(self) -> str:
|
2796
|
+
"""
|
2797
|
+
A filter to return only the resources that match the request type. The match is not case sensitive.
|
2798
|
+
"""
|
2799
|
+
return pulumi.get(self, "request_type")
|
2800
|
+
|
1683
2801
|
@property
|
1684
2802
|
@pulumi.getter
|
1685
2803
|
def state(self) -> str:
|
@@ -1717,30 +2835,39 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemResult(dict):
|
|
1717
2835
|
class GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailResult(dict):
|
1718
2836
|
def __init__(__self__, *,
|
1719
2837
|
actual_handover_quantity: str,
|
2838
|
+
associated_occ_handover_resource_block_lists: Sequence['outputs.GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailAssociatedOccHandoverResourceBlockListResult'],
|
2839
|
+
availability_domain: str,
|
1720
2840
|
date_actual_handover: str,
|
1721
2841
|
date_expected_handover: str,
|
1722
2842
|
demand_quantity: str,
|
1723
2843
|
expected_handover_quantity: str,
|
1724
2844
|
resource_name: str,
|
1725
2845
|
resource_type: str,
|
2846
|
+
source_workload_type: str,
|
1726
2847
|
workload_type: str):
|
1727
2848
|
"""
|
1728
2849
|
:param str actual_handover_quantity: The actual handed over quantity of resources at the time of request resolution.
|
2850
|
+
:param Sequence['GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailAssociatedOccHandoverResourceBlockListArgs'] associated_occ_handover_resource_block_lists: A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
|
2851
|
+
:param str availability_domain: The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
|
1729
2852
|
:param str date_actual_handover: The date on which the actual handover quantity of resources is delivered.
|
1730
2853
|
:param str date_expected_handover: The date on which the latest increment to supplied quantity of resources was delivered.
|
1731
2854
|
:param str demand_quantity: The number of compute server's with name <resourceName> required by the user.
|
1732
2855
|
:param str expected_handover_quantity: The incremental quantity of resources supplied as the provisioning is underway.
|
1733
2856
|
:param str resource_name: The name of the COMPUTE server shape for which the request is made. Do not use CAPACITY_CONSTRAINT as the resource name.
|
1734
2857
|
:param str resource_type: The type of the resource against which the user wants to place a capacity request.
|
2858
|
+
:param str source_workload_type: The WorkloadType from where capacity request are to be transferred.
|
1735
2859
|
:param str workload_type: The type of the workload (Generic/ROW).
|
1736
2860
|
"""
|
1737
2861
|
pulumi.set(__self__, "actual_handover_quantity", actual_handover_quantity)
|
2862
|
+
pulumi.set(__self__, "associated_occ_handover_resource_block_lists", associated_occ_handover_resource_block_lists)
|
2863
|
+
pulumi.set(__self__, "availability_domain", availability_domain)
|
1738
2864
|
pulumi.set(__self__, "date_actual_handover", date_actual_handover)
|
1739
2865
|
pulumi.set(__self__, "date_expected_handover", date_expected_handover)
|
1740
2866
|
pulumi.set(__self__, "demand_quantity", demand_quantity)
|
1741
2867
|
pulumi.set(__self__, "expected_handover_quantity", expected_handover_quantity)
|
1742
2868
|
pulumi.set(__self__, "resource_name", resource_name)
|
1743
2869
|
pulumi.set(__self__, "resource_type", resource_type)
|
2870
|
+
pulumi.set(__self__, "source_workload_type", source_workload_type)
|
1744
2871
|
pulumi.set(__self__, "workload_type", workload_type)
|
1745
2872
|
|
1746
2873
|
@property
|
@@ -1751,6 +2878,22 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailResult(dict):
|
|
1751
2878
|
"""
|
1752
2879
|
return pulumi.get(self, "actual_handover_quantity")
|
1753
2880
|
|
2881
|
+
@property
|
2882
|
+
@pulumi.getter(name="associatedOccHandoverResourceBlockLists")
|
2883
|
+
def associated_occ_handover_resource_block_lists(self) -> Sequence['outputs.GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailAssociatedOccHandoverResourceBlockListResult']:
|
2884
|
+
"""
|
2885
|
+
A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
|
2886
|
+
"""
|
2887
|
+
return pulumi.get(self, "associated_occ_handover_resource_block_lists")
|
2888
|
+
|
2889
|
+
@property
|
2890
|
+
@pulumi.getter(name="availabilityDomain")
|
2891
|
+
def availability_domain(self) -> str:
|
2892
|
+
"""
|
2893
|
+
The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
|
2894
|
+
"""
|
2895
|
+
return pulumi.get(self, "availability_domain")
|
2896
|
+
|
1754
2897
|
@property
|
1755
2898
|
@pulumi.getter(name="dateActualHandover")
|
1756
2899
|
def date_actual_handover(self) -> str:
|
@@ -1799,6 +2942,14 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailResult(dict):
|
|
1799
2942
|
"""
|
1800
2943
|
return pulumi.get(self, "resource_type")
|
1801
2944
|
|
2945
|
+
@property
|
2946
|
+
@pulumi.getter(name="sourceWorkloadType")
|
2947
|
+
def source_workload_type(self) -> str:
|
2948
|
+
"""
|
2949
|
+
The WorkloadType from where capacity request are to be transferred.
|
2950
|
+
"""
|
2951
|
+
return pulumi.get(self, "source_workload_type")
|
2952
|
+
|
1802
2953
|
@property
|
1803
2954
|
@pulumi.getter(name="workloadType")
|
1804
2955
|
def workload_type(self) -> str:
|
@@ -1808,6 +2959,35 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailResult(dict):
|
|
1808
2959
|
return pulumi.get(self, "workload_type")
|
1809
2960
|
|
1810
2961
|
|
2962
|
+
@pulumi.output_type
|
2963
|
+
class GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailAssociatedOccHandoverResourceBlockListResult(dict):
|
2964
|
+
def __init__(__self__, *,
|
2965
|
+
handover_quantity: str,
|
2966
|
+
occ_handover_resource_block_id: str):
|
2967
|
+
"""
|
2968
|
+
:param str handover_quantity: The total quantity of the resource that was made available to the customer as part of this resource block
|
2969
|
+
:param str occ_handover_resource_block_id: The OCID of the handed over resource block.
|
2970
|
+
"""
|
2971
|
+
pulumi.set(__self__, "handover_quantity", handover_quantity)
|
2972
|
+
pulumi.set(__self__, "occ_handover_resource_block_id", occ_handover_resource_block_id)
|
2973
|
+
|
2974
|
+
@property
|
2975
|
+
@pulumi.getter(name="handoverQuantity")
|
2976
|
+
def handover_quantity(self) -> str:
|
2977
|
+
"""
|
2978
|
+
The total quantity of the resource that was made available to the customer as part of this resource block
|
2979
|
+
"""
|
2980
|
+
return pulumi.get(self, "handover_quantity")
|
2981
|
+
|
2982
|
+
@property
|
2983
|
+
@pulumi.getter(name="occHandoverResourceBlockId")
|
2984
|
+
def occ_handover_resource_block_id(self) -> str:
|
2985
|
+
"""
|
2986
|
+
The OCID of the handed over resource block.
|
2987
|
+
"""
|
2988
|
+
return pulumi.get(self, "occ_handover_resource_block_id")
|
2989
|
+
|
2990
|
+
|
1811
2991
|
@pulumi.output_type
|
1812
2992
|
class GetOccCapacityRequestsOccCapacityRequestCollectionItemPatchOperationResult(dict):
|
1813
2993
|
def __init__(__self__, *,
|
@@ -2168,3 +3348,330 @@ class GetOccCustomerGroupsOccCustomerGroupCollectionItemCustomersListResult(dict
|
|
2168
3348
|
return pulumi.get(self, "tenancy_id")
|
2169
3349
|
|
2170
3350
|
|
3351
|
+
@pulumi.output_type
|
3352
|
+
class GetOccHandoverResourceBlockDetailsFilterResult(dict):
|
3353
|
+
def __init__(__self__, *,
|
3354
|
+
name: str,
|
3355
|
+
values: Sequence[str],
|
3356
|
+
regex: Optional[bool] = None):
|
3357
|
+
pulumi.set(__self__, "name", name)
|
3358
|
+
pulumi.set(__self__, "values", values)
|
3359
|
+
if regex is not None:
|
3360
|
+
pulumi.set(__self__, "regex", regex)
|
3361
|
+
|
3362
|
+
@property
|
3363
|
+
@pulumi.getter
|
3364
|
+
def name(self) -> str:
|
3365
|
+
return pulumi.get(self, "name")
|
3366
|
+
|
3367
|
+
@property
|
3368
|
+
@pulumi.getter
|
3369
|
+
def values(self) -> Sequence[str]:
|
3370
|
+
return pulumi.get(self, "values")
|
3371
|
+
|
3372
|
+
@property
|
3373
|
+
@pulumi.getter
|
3374
|
+
def regex(self) -> Optional[bool]:
|
3375
|
+
return pulumi.get(self, "regex")
|
3376
|
+
|
3377
|
+
|
3378
|
+
@pulumi.output_type
|
3379
|
+
class GetOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionResult(dict):
|
3380
|
+
def __init__(__self__, *,
|
3381
|
+
items: Sequence['outputs.GetOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemResult']):
|
3382
|
+
"""
|
3383
|
+
:param Sequence['GetOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemArgs'] items: An array of details about an occ handover resource block.
|
3384
|
+
"""
|
3385
|
+
pulumi.set(__self__, "items", items)
|
3386
|
+
|
3387
|
+
@property
|
3388
|
+
@pulumi.getter
|
3389
|
+
def items(self) -> Sequence['outputs.GetOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemResult']:
|
3390
|
+
"""
|
3391
|
+
An array of details about an occ handover resource block.
|
3392
|
+
"""
|
3393
|
+
return pulumi.get(self, "items")
|
3394
|
+
|
3395
|
+
|
3396
|
+
@pulumi.output_type
|
3397
|
+
class GetOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemResult(dict):
|
3398
|
+
def __init__(__self__, *,
|
3399
|
+
details: Mapping[str, str],
|
3400
|
+
occ_resource_handover_block_id: str):
|
3401
|
+
"""
|
3402
|
+
:param Mapping[str, str] details: A map that contains additional details for a given handover resource. For example for compute namespace this includes host ocid, host serial etc.
|
3403
|
+
:param str occ_resource_handover_block_id: The OCID of the occResourceHandoverBlock.
|
3404
|
+
"""
|
3405
|
+
pulumi.set(__self__, "details", details)
|
3406
|
+
pulumi.set(__self__, "occ_resource_handover_block_id", occ_resource_handover_block_id)
|
3407
|
+
|
3408
|
+
@property
|
3409
|
+
@pulumi.getter
|
3410
|
+
def details(self) -> Mapping[str, str]:
|
3411
|
+
"""
|
3412
|
+
A map that contains additional details for a given handover resource. For example for compute namespace this includes host ocid, host serial etc.
|
3413
|
+
"""
|
3414
|
+
return pulumi.get(self, "details")
|
3415
|
+
|
3416
|
+
@property
|
3417
|
+
@pulumi.getter(name="occResourceHandoverBlockId")
|
3418
|
+
def occ_resource_handover_block_id(self) -> str:
|
3419
|
+
"""
|
3420
|
+
The OCID of the occResourceHandoverBlock.
|
3421
|
+
"""
|
3422
|
+
return pulumi.get(self, "occ_resource_handover_block_id")
|
3423
|
+
|
3424
|
+
|
3425
|
+
@pulumi.output_type
|
3426
|
+
class GetOccHandoverResourceBlocksFilterResult(dict):
|
3427
|
+
def __init__(__self__, *,
|
3428
|
+
name: str,
|
3429
|
+
values: Sequence[str],
|
3430
|
+
regex: Optional[bool] = None):
|
3431
|
+
pulumi.set(__self__, "name", name)
|
3432
|
+
pulumi.set(__self__, "values", values)
|
3433
|
+
if regex is not None:
|
3434
|
+
pulumi.set(__self__, "regex", regex)
|
3435
|
+
|
3436
|
+
@property
|
3437
|
+
@pulumi.getter
|
3438
|
+
def name(self) -> str:
|
3439
|
+
return pulumi.get(self, "name")
|
3440
|
+
|
3441
|
+
@property
|
3442
|
+
@pulumi.getter
|
3443
|
+
def values(self) -> Sequence[str]:
|
3444
|
+
return pulumi.get(self, "values")
|
3445
|
+
|
3446
|
+
@property
|
3447
|
+
@pulumi.getter
|
3448
|
+
def regex(self) -> Optional[bool]:
|
3449
|
+
return pulumi.get(self, "regex")
|
3450
|
+
|
3451
|
+
|
3452
|
+
@pulumi.output_type
|
3453
|
+
class GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionResult(dict):
|
3454
|
+
def __init__(__self__, *,
|
3455
|
+
items: Sequence['outputs.GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemResult']):
|
3456
|
+
"""
|
3457
|
+
:param Sequence['GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemArgs'] items: An array of occ handover resource blocks.
|
3458
|
+
"""
|
3459
|
+
pulumi.set(__self__, "items", items)
|
3460
|
+
|
3461
|
+
@property
|
3462
|
+
@pulumi.getter
|
3463
|
+
def items(self) -> Sequence['outputs.GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemResult']:
|
3464
|
+
"""
|
3465
|
+
An array of occ handover resource blocks.
|
3466
|
+
"""
|
3467
|
+
return pulumi.get(self, "items")
|
3468
|
+
|
3469
|
+
|
3470
|
+
@pulumi.output_type
|
3471
|
+
class GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemResult(dict):
|
3472
|
+
def __init__(__self__, *,
|
3473
|
+
associated_capacity_requests: Sequence['outputs.GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestResult'],
|
3474
|
+
compartment_id: str,
|
3475
|
+
handover_date: str,
|
3476
|
+
handover_resource_name: str,
|
3477
|
+
id: str,
|
3478
|
+
namespace: str,
|
3479
|
+
occ_customer_group_id: str,
|
3480
|
+
placement_details: Sequence['outputs.GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailResult'],
|
3481
|
+
total_handover_quantity: str):
|
3482
|
+
"""
|
3483
|
+
:param Sequence['GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestArgs'] associated_capacity_requests: A list containing details about the capacity requests against which the resources were provisioned by oracle.
|
3484
|
+
:param str compartment_id: The OCID of the compartment or tenancy in which resources are to be listed.
|
3485
|
+
:param str handover_date: The date on which the resource was handed over to the customer.
|
3486
|
+
:param str handover_resource_name: A filter to return only the list of resources that match the name provided in this filter.
|
3487
|
+
:param str id: The OCID of the resource block.
|
3488
|
+
:param str namespace: The namespace by which we would filter the list.
|
3489
|
+
:param str occ_customer_group_id: The OCID of the customer group for which the resources were provisioned.
|
3490
|
+
:param Sequence['GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailArgs'] placement_details: Details like building, room and block where the resource was placed after provisioning in the datacenter.
|
3491
|
+
:param str total_handover_quantity: The total quantity of the resource that was made available to the customer by Oracle.
|
3492
|
+
"""
|
3493
|
+
pulumi.set(__self__, "associated_capacity_requests", associated_capacity_requests)
|
3494
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
3495
|
+
pulumi.set(__self__, "handover_date", handover_date)
|
3496
|
+
pulumi.set(__self__, "handover_resource_name", handover_resource_name)
|
3497
|
+
pulumi.set(__self__, "id", id)
|
3498
|
+
pulumi.set(__self__, "namespace", namespace)
|
3499
|
+
pulumi.set(__self__, "occ_customer_group_id", occ_customer_group_id)
|
3500
|
+
pulumi.set(__self__, "placement_details", placement_details)
|
3501
|
+
pulumi.set(__self__, "total_handover_quantity", total_handover_quantity)
|
3502
|
+
|
3503
|
+
@property
|
3504
|
+
@pulumi.getter(name="associatedCapacityRequests")
|
3505
|
+
def associated_capacity_requests(self) -> Sequence['outputs.GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestResult']:
|
3506
|
+
"""
|
3507
|
+
A list containing details about the capacity requests against which the resources were provisioned by oracle.
|
3508
|
+
"""
|
3509
|
+
return pulumi.get(self, "associated_capacity_requests")
|
3510
|
+
|
3511
|
+
@property
|
3512
|
+
@pulumi.getter(name="compartmentId")
|
3513
|
+
def compartment_id(self) -> str:
|
3514
|
+
"""
|
3515
|
+
The OCID of the compartment or tenancy in which resources are to be listed.
|
3516
|
+
"""
|
3517
|
+
return pulumi.get(self, "compartment_id")
|
3518
|
+
|
3519
|
+
@property
|
3520
|
+
@pulumi.getter(name="handoverDate")
|
3521
|
+
def handover_date(self) -> str:
|
3522
|
+
"""
|
3523
|
+
The date on which the resource was handed over to the customer.
|
3524
|
+
"""
|
3525
|
+
return pulumi.get(self, "handover_date")
|
3526
|
+
|
3527
|
+
@property
|
3528
|
+
@pulumi.getter(name="handoverResourceName")
|
3529
|
+
def handover_resource_name(self) -> str:
|
3530
|
+
"""
|
3531
|
+
A filter to return only the list of resources that match the name provided in this filter.
|
3532
|
+
"""
|
3533
|
+
return pulumi.get(self, "handover_resource_name")
|
3534
|
+
|
3535
|
+
@property
|
3536
|
+
@pulumi.getter
|
3537
|
+
def id(self) -> str:
|
3538
|
+
"""
|
3539
|
+
The OCID of the resource block.
|
3540
|
+
"""
|
3541
|
+
return pulumi.get(self, "id")
|
3542
|
+
|
3543
|
+
@property
|
3544
|
+
@pulumi.getter
|
3545
|
+
def namespace(self) -> str:
|
3546
|
+
"""
|
3547
|
+
The namespace by which we would filter the list.
|
3548
|
+
"""
|
3549
|
+
return pulumi.get(self, "namespace")
|
3550
|
+
|
3551
|
+
@property
|
3552
|
+
@pulumi.getter(name="occCustomerGroupId")
|
3553
|
+
def occ_customer_group_id(self) -> str:
|
3554
|
+
"""
|
3555
|
+
The OCID of the customer group for which the resources were provisioned.
|
3556
|
+
"""
|
3557
|
+
return pulumi.get(self, "occ_customer_group_id")
|
3558
|
+
|
3559
|
+
@property
|
3560
|
+
@pulumi.getter(name="placementDetails")
|
3561
|
+
def placement_details(self) -> Sequence['outputs.GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailResult']:
|
3562
|
+
"""
|
3563
|
+
Details like building, room and block where the resource was placed after provisioning in the datacenter.
|
3564
|
+
"""
|
3565
|
+
return pulumi.get(self, "placement_details")
|
3566
|
+
|
3567
|
+
@property
|
3568
|
+
@pulumi.getter(name="totalHandoverQuantity")
|
3569
|
+
def total_handover_quantity(self) -> str:
|
3570
|
+
"""
|
3571
|
+
The total quantity of the resource that was made available to the customer by Oracle.
|
3572
|
+
"""
|
3573
|
+
return pulumi.get(self, "total_handover_quantity")
|
3574
|
+
|
3575
|
+
|
3576
|
+
@pulumi.output_type
|
3577
|
+
class GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestResult(dict):
|
3578
|
+
def __init__(__self__, *,
|
3579
|
+
handover_quantity: str,
|
3580
|
+
occ_capacity_request_id: str):
|
3581
|
+
"""
|
3582
|
+
:param str handover_quantity: The total quantity of the bare metal hardware that was made available corresponding to the capacity request ocid.
|
3583
|
+
:param str occ_capacity_request_id: The OCID of the capacity request against which the resources were provisioned.
|
3584
|
+
"""
|
3585
|
+
pulumi.set(__self__, "handover_quantity", handover_quantity)
|
3586
|
+
pulumi.set(__self__, "occ_capacity_request_id", occ_capacity_request_id)
|
3587
|
+
|
3588
|
+
@property
|
3589
|
+
@pulumi.getter(name="handoverQuantity")
|
3590
|
+
def handover_quantity(self) -> str:
|
3591
|
+
"""
|
3592
|
+
The total quantity of the bare metal hardware that was made available corresponding to the capacity request ocid.
|
3593
|
+
"""
|
3594
|
+
return pulumi.get(self, "handover_quantity")
|
3595
|
+
|
3596
|
+
@property
|
3597
|
+
@pulumi.getter(name="occCapacityRequestId")
|
3598
|
+
def occ_capacity_request_id(self) -> str:
|
3599
|
+
"""
|
3600
|
+
The OCID of the capacity request against which the resources were provisioned.
|
3601
|
+
"""
|
3602
|
+
return pulumi.get(self, "occ_capacity_request_id")
|
3603
|
+
|
3604
|
+
|
3605
|
+
@pulumi.output_type
|
3606
|
+
class GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailResult(dict):
|
3607
|
+
def __init__(__self__, *,
|
3608
|
+
availability_domain: str,
|
3609
|
+
block: str,
|
3610
|
+
building: str,
|
3611
|
+
region: str,
|
3612
|
+
room: str,
|
3613
|
+
workload_type: str):
|
3614
|
+
"""
|
3615
|
+
:param str availability_domain: The availability domain (AD) for which the resources were provisioned.
|
3616
|
+
:param str block: The block in the datacenter room where the resource was placed.
|
3617
|
+
:param str building: The datacenter building where the resource was placed.
|
3618
|
+
:param str region: The name of the region for which the resources were provisioned.
|
3619
|
+
:param str room: The name of the room in the dataacenter building where the resource was placed.
|
3620
|
+
:param str workload_type: The type of workload to which these resources were provisioned.
|
3621
|
+
"""
|
3622
|
+
pulumi.set(__self__, "availability_domain", availability_domain)
|
3623
|
+
pulumi.set(__self__, "block", block)
|
3624
|
+
pulumi.set(__self__, "building", building)
|
3625
|
+
pulumi.set(__self__, "region", region)
|
3626
|
+
pulumi.set(__self__, "room", room)
|
3627
|
+
pulumi.set(__self__, "workload_type", workload_type)
|
3628
|
+
|
3629
|
+
@property
|
3630
|
+
@pulumi.getter(name="availabilityDomain")
|
3631
|
+
def availability_domain(self) -> str:
|
3632
|
+
"""
|
3633
|
+
The availability domain (AD) for which the resources were provisioned.
|
3634
|
+
"""
|
3635
|
+
return pulumi.get(self, "availability_domain")
|
3636
|
+
|
3637
|
+
@property
|
3638
|
+
@pulumi.getter
|
3639
|
+
def block(self) -> str:
|
3640
|
+
"""
|
3641
|
+
The block in the datacenter room where the resource was placed.
|
3642
|
+
"""
|
3643
|
+
return pulumi.get(self, "block")
|
3644
|
+
|
3645
|
+
@property
|
3646
|
+
@pulumi.getter
|
3647
|
+
def building(self) -> str:
|
3648
|
+
"""
|
3649
|
+
The datacenter building where the resource was placed.
|
3650
|
+
"""
|
3651
|
+
return pulumi.get(self, "building")
|
3652
|
+
|
3653
|
+
@property
|
3654
|
+
@pulumi.getter
|
3655
|
+
def region(self) -> str:
|
3656
|
+
"""
|
3657
|
+
The name of the region for which the resources were provisioned.
|
3658
|
+
"""
|
3659
|
+
return pulumi.get(self, "region")
|
3660
|
+
|
3661
|
+
@property
|
3662
|
+
@pulumi.getter
|
3663
|
+
def room(self) -> str:
|
3664
|
+
"""
|
3665
|
+
The name of the room in the dataacenter building where the resource was placed.
|
3666
|
+
"""
|
3667
|
+
return pulumi.get(self, "room")
|
3668
|
+
|
3669
|
+
@property
|
3670
|
+
@pulumi.getter(name="workloadType")
|
3671
|
+
def workload_type(self) -> str:
|
3672
|
+
"""
|
3673
|
+
The type of workload to which these resources were provisioned.
|
3674
|
+
"""
|
3675
|
+
return pulumi.get(self, "workload_type")
|
3676
|
+
|
3677
|
+
|