pulumi-oci 1.11.0a1695829678__py3-none-any.whl → 1.12.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +35 -0
- pulumi_oci/adm/_inputs.py +116 -23
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +55 -13
- pulumi_oci/adm/outputs.py +469 -101
- pulumi_oci/adm/vulnerability_audit.py +119 -31
- pulumi_oci/aianomalydetection/_inputs.py +355 -84
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +73 -19
- pulumi_oci/aianomalydetection/data_asset.py +84 -21
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +98 -24
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +84 -21
- pulumi_oci/aianomalydetection/outputs.py +1189 -292
- pulumi_oci/aianomalydetection/project.py +61 -15
- pulumi_oci/aidocument/_inputs.py +315 -72
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +154 -54
- pulumi_oci/aidocument/outputs.py +932 -210
- pulumi_oci/aidocument/processor_job.py +82 -17
- pulumi_oci/aidocument/project.py +64 -16
- pulumi_oci/ailanguage/_inputs.py +321 -68
- pulumi_oci/ailanguage/endpoint.py +79 -21
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +109 -26
- pulumi_oci/ailanguage/outputs.py +1086 -239
- pulumi_oci/ailanguage/project.py +64 -16
- pulumi_oci/aivision/_inputs.py +99 -22
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +151 -40
- pulumi_oci/aivision/outputs.py +379 -92
- pulumi_oci/aivision/project.py +64 -16
- pulumi_oci/analytics/_inputs.py +100 -20
- pulumi_oci/analytics/analytics_instance.py +116 -30
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +70 -18
- pulumi_oci/analytics/analytics_instance_vanity_url.py +61 -15
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +295 -64
- pulumi_oci/announcementsservice/_inputs.py +56 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +93 -24
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +31 -5
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +37 -7
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +170 -34
- pulumi_oci/apigateway/_inputs.py +1983 -398
- pulumi_oci/apigateway/api.py +67 -17
- pulumi_oci/apigateway/certificate.py +79 -21
- pulumi_oci/apigateway/deployment.py +81 -20
- pulumi_oci/apigateway/gateway.py +102 -27
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +7817 -1589
- pulumi_oci/apigateway/subscriber.py +67 -17
- pulumi_oci/apigateway/usage_plan.py +61 -15
- pulumi_oci/apm/_inputs.py +33 -7
- pulumi_oci/apm/apm_domain.py +67 -17
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +89 -21
- pulumi_oci/apmconfig/_inputs.py +96 -21
- pulumi_oci/apmconfig/config.py +130 -38
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +337 -78
- pulumi_oci/apmsynthetics/_inputs.py +446 -91
- pulumi_oci/apmsynthetics/config.py +163 -44
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +78 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +1 -1
- pulumi_oci/apmsynthetics/get_script.py +1 -1
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +1520 -323
- pulumi_oci/apmsynthetics/script.py +82 -22
- pulumi_oci/apmtraces/_inputs.py +17 -4
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +225 -50
- pulumi_oci/appmgmtcontrol/_inputs.py +17 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +40 -8
- pulumi_oci/appmgmtcontrol/outputs.py +61 -14
- pulumi_oci/artifacts/_inputs.py +94 -18
- pulumi_oci/artifacts/container_configuration.py +34 -6
- pulumi_oci/artifacts/container_image_signature.py +88 -24
- pulumi_oci/artifacts/container_repository.py +96 -25
- pulumi_oci/artifacts/generic_artifact.py +64 -16
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +515 -121
- pulumi_oci/artifacts/repository.py +67 -17
- pulumi_oci/audit/_inputs.py +17 -4
- pulumi_oci/audit/configuration.py +31 -5
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +191 -48
- pulumi_oci/autoscaling/_inputs.py +167 -41
- pulumi_oci/autoscaling/auto_scaling_configuration.py +81 -33
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +510 -111
- pulumi_oci/bastion/_inputs.py +71 -15
- pulumi_oci/bastion/bastion.py +109 -31
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +266 -66
- pulumi_oci/bastion/session.py +89 -21
- pulumi_oci/bigdataservice/_inputs.py +866 -182
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +80 -18
- pulumi_oci/bigdataservice/bds_instance.py +231 -60
- pulumi_oci/bigdataservice/bds_instance_api_key.py +64 -16
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +73 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +37 -7
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +2639 -577
- pulumi_oci/blockchain/_inputs.py +197 -36
- pulumi_oci/blockchain/blockchain_platform.py +153 -44
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +48 -9
- pulumi_oci/blockchain/outputs.py +674 -132
- pulumi_oci/blockchain/peer.py +63 -14
- pulumi_oci/budget/_inputs.py +33 -7
- pulumi_oci/budget/budget.py +127 -40
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +161 -45
- pulumi_oci/budget/rule.py +91 -25
- pulumi_oci/certificatesmanagement/_inputs.py +662 -156
- pulumi_oci/certificatesmanagement/ca_bundle.py +64 -16
- pulumi_oci/certificatesmanagement/certificate.py +102 -27
- pulumi_oci/certificatesmanagement/certificate_authority.py +110 -28
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +2271 -536
- pulumi_oci/cloudbridge/_inputs.py +488 -112
- pulumi_oci/cloudbridge/agent.py +97 -27
- pulumi_oci/cloudbridge/agent_dependency.py +100 -28
- pulumi_oci/cloudbridge/agent_plugin.py +64 -16
- pulumi_oci/cloudbridge/asset.py +129 -31
- pulumi_oci/cloudbridge/asset_source.py +131 -35
- pulumi_oci/cloudbridge/discovery_schedule.py +64 -16
- pulumi_oci/cloudbridge/environment.py +58 -14
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +58 -14
- pulumi_oci/cloudbridge/outputs.py +1748 -427
- pulumi_oci/cloudguard/_inputs.py +1352 -316
- pulumi_oci/cloudguard/cloud_guard_configuration.py +43 -9
- pulumi_oci/cloudguard/cloud_guard_data_source.py +81 -20
- pulumi_oci/cloudguard/data_mask_rule.py +96 -25
- pulumi_oci/cloudguard/detector_recipe.py +88 -24
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +88 -24
- pulumi_oci/cloudguard/outputs.py +4456 -1066
- pulumi_oci/cloudguard/responder_recipe.py +82 -22
- pulumi_oci/cloudguard/security_recipe.py +70 -18
- pulumi_oci/cloudguard/security_zone.py +73 -19
- pulumi_oci/cloudguard/target.py +100 -28
- pulumi_oci/cloudmigrations/_inputs.py +1111 -259
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +70 -18
- pulumi_oci/cloudmigrations/migration_asset.py +103 -29
- pulumi_oci/cloudmigrations/migration_plan.py +91 -25
- pulumi_oci/cloudmigrations/outputs.py +3596 -861
- pulumi_oci/cloudmigrations/replication_schedule.py +64 -16
- pulumi_oci/cloudmigrations/target_asset.py +105 -28
- pulumi_oci/computecloud/__init__.py +15 -0
- pulumi_oci/computecloud/_inputs.py +927 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1004 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +703 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +368 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +244 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +264 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +244 -0
- pulumi_oci/computecloud/outputs.py +2650 -0
- pulumi_oci/computeinstanceagent/_inputs.py +33 -7
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +71 -15
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1033 -219
- pulumi_oci/containerengine/addon.py +61 -15
- pulumi_oci/containerengine/cluster.py +121 -30
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +25 -3
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +31 -5
- pulumi_oci/containerengine/cluster_workload_mapping.py +58 -14
- pulumi_oci/containerengine/container_instance.py +143 -39
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +170 -49
- pulumi_oci/containerengine/outputs.py +2481 -536
- pulumi_oci/containerengine/virtual_node_pool.py +119 -31
- pulumi_oci/containerinstances/_inputs.py +33 -7
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +935 -226
- pulumi_oci/core/_inputs.py +4772 -994
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +43 -9
- pulumi_oci/core/app_catalog_subscription.py +76 -20
- pulumi_oci/core/boot_volume.py +132 -40
- pulumi_oci/core/boot_volume_backup.py +102 -27
- pulumi_oci/core/capture_filter.py +61 -15
- pulumi_oci/core/cluster_network.py +86 -20
- pulumi_oci/core/compute_capacity_report.py +40 -8
- pulumi_oci/core/compute_capacity_reservation.py +76 -20
- pulumi_oci/core/compute_cluster.py +55 -13
- pulumi_oci/core/compute_image_capability_schema.py +67 -17
- pulumi_oci/core/console_history.py +55 -13
- pulumi_oci/core/cpe.py +64 -16
- pulumi_oci/core/cross_connect.py +111 -30
- pulumi_oci/core/cross_connect_group.py +72 -17
- pulumi_oci/core/dedicated_vm_host.py +79 -21
- pulumi_oci/core/default_dhcp_options.py +67 -17
- pulumi_oci/core/default_route_table.py +61 -15
- pulumi_oci/core/default_security_list.py +67 -17
- pulumi_oci/core/dhcp_options.py +67 -17
- pulumi_oci/core/drg.py +58 -14
- pulumi_oci/core/drg_attachment.py +96 -25
- pulumi_oci/core/drg_attachment_management.py +111 -30
- pulumi_oci/core/drg_attachments_list.py +40 -8
- pulumi_oci/core/drg_route_distribution.py +58 -14
- pulumi_oci/core/drg_route_distribution_statement.py +48 -9
- pulumi_oci/core/drg_route_table.py +70 -18
- pulumi_oci/core/drg_route_table_route_rule.py +58 -14
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +21 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +99 -26
- pulumi_oci/core/instance.py +277 -94
- pulumi_oci/core/instance_configuration.py +72 -17
- pulumi_oci/core/instance_console_connection.py +61 -15
- pulumi_oci/core/instance_pool.py +91 -25
- pulumi_oci/core/instance_pool_instance.py +73 -19
- pulumi_oci/core/internet_gateway.py +67 -17
- pulumi_oci/core/ipsec.py +82 -22
- pulumi_oci/core/ipsec_connection_tunnel_management.py +120 -33
- pulumi_oci/core/ipv6.py +67 -17
- pulumi_oci/core/listing_resource_version_agreement.py +127 -11
- pulumi_oci/core/local_peering_gateway.py +82 -22
- pulumi_oci/core/nat_gateway.py +76 -20
- pulumi_oci/core/network_security_group.py +55 -13
- pulumi_oci/core/network_security_group_security_rule.py +112 -27
- pulumi_oci/core/outputs.py +14631 -3340
- pulumi_oci/core/private_ip.py +79 -21
- pulumi_oci/core/public_ip.py +82 -22
- pulumi_oci/core/public_ip_pool.py +52 -12
- pulumi_oci/core/public_ip_pool_capacity.py +37 -7
- pulumi_oci/core/remote_peering_connection.py +76 -20
- pulumi_oci/core/route_table.py +61 -15
- pulumi_oci/core/route_table_attachment.py +31 -5
- pulumi_oci/core/security_list.py +67 -17
- pulumi_oci/core/service_gateway.py +70 -18
- pulumi_oci/core/shape_management.py +37 -7
- pulumi_oci/core/subnet.py +127 -37
- pulumi_oci/core/vcn.py +109 -31
- pulumi_oci/core/virtual_circuit.py +160 -51
- pulumi_oci/core/virtual_network.py +109 -31
- pulumi_oci/core/vlan.py +85 -23
- pulumi_oci/core/vnic_attachment.py +72 -17
- pulumi_oci/core/volume.py +138 -45
- pulumi_oci/core/volume_attachment.py +124 -39
- pulumi_oci/core/volume_backup.py +105 -28
- pulumi_oci/core/volume_backup_policy.py +58 -14
- pulumi_oci/core/volume_backup_policy_assignment.py +34 -6
- pulumi_oci/core/volume_group.py +105 -28
- pulumi_oci/core/volume_group_backup.py +99 -26
- pulumi_oci/core/vtap.py +136 -40
- pulumi_oci/database/_inputs.py +3678 -749
- pulumi_oci/database/application_vip.py +67 -17
- pulumi_oci/database/autonomous_container_database.py +280 -83
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +88 -24
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +37 -7
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +43 -9
- pulumi_oci/database/autonomous_database.py +677 -186
- pulumi_oci/database/autonomous_database_backup.py +105 -28
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +43 -9
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +37 -7
- pulumi_oci/database/autonomous_database_wallet.py +46 -10
- pulumi_oci/database/autonomous_exadata_infrastructure.py +123 -37
- pulumi_oci/database/autonomous_vm_cluster.py +193 -59
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +49 -11
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +49 -11
- pulumi_oci/database/backup.py +79 -21
- pulumi_oci/database/backup_cancel_management.py +31 -5
- pulumi_oci/database/backup_destination.py +99 -29
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +243 -74
- pulumi_oci/database/cloud_database_management.py +84 -21
- pulumi_oci/database/cloud_exadata_infrastructure.py +147 -42
- pulumi_oci/database/cloud_vm_cluster.py +255 -78
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +43 -9
- pulumi_oci/database/data_guard_association.py +249 -76
- pulumi_oci/database/database.py +159 -46
- pulumi_oci/database/database_software_image.py +103 -29
- pulumi_oci/database/database_upgrade.py +129 -36
- pulumi_oci/database/db_home.py +120 -33
- pulumi_oci/database/db_node.py +100 -28
- pulumi_oci/database/db_node_console_connection.py +61 -15
- pulumi_oci/database/db_system.py +303 -89
- pulumi_oci/database/db_systems_upgrade.py +181 -55
- pulumi_oci/database/exadata_infrastructure.py +248 -74
- pulumi_oci/database/exadata_infrastructure_compute.py +166 -50
- pulumi_oci/database/exadata_infrastructure_storage.py +195 -58
- pulumi_oci/database/exadata_iorm_config.py +43 -9
- pulumi_oci/database/external_container_database.py +85 -23
- pulumi_oci/database/external_container_database_management.py +43 -9
- pulumi_oci/database/external_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_database_connector.py +95 -23
- pulumi_oci/database/external_non_container_database.py +88 -24
- pulumi_oci/database/external_non_container_database_management.py +43 -9
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_pluggable_database.py +100 -28
- pulumi_oci/database/external_pluggable_database_management.py +37 -7
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +1 -1
- pulumi_oci/database/get_autonomous_container_database.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -1
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +21 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +1 -1
- pulumi_oci/database/get_autonomous_databases.py +39 -2
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +1 -1
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +1 -1
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_histories.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +1 -1
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +1 -1
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +1 -1
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_nodes.py +1 -1
- pulumi_oci/database/get_db_server.py +1 -1
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +1 -1
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +1 -1
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_versions.py +1 -1
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +1 -1
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +1 -1
- pulumi_oci/database/get_maintenance_runs.py +1 -1
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +1 -1
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +1 -1
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_vm_cluster.py +1 -1
- pulumi_oci/database/get_vm_cluster_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +66 -15
- pulumi_oci/database/maintenance_run.py +148 -44
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12905 -3057
- pulumi_oci/database/pluggable_database.py +91 -25
- pulumi_oci/database/pluggable_database_managements_management.py +114 -31
- pulumi_oci/database/pluggable_databases_local_clone.py +85 -23
- pulumi_oci/database/pluggable_databases_remote_clone.py +97 -27
- pulumi_oci/database/vm_cluster.py +171 -50
- pulumi_oci/database/vm_cluster_add_virtual_network.py +109 -31
- pulumi_oci/database/vm_cluster_network.py +103 -29
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +103 -29
- pulumi_oci/databasemanagement/_inputs.py +1848 -402
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +67 -17
- pulumi_oci/databasemanagement/external_asm.py +73 -19
- pulumi_oci/databasemanagement/external_cluster.py +79 -21
- pulumi_oci/databasemanagement/external_cluster_instance.py +73 -19
- pulumi_oci/databasemanagement/external_db_node.py +70 -18
- pulumi_oci/databasemanagement/external_db_system.py +80 -18
- pulumi_oci/databasemanagement/external_db_system_connector.py +73 -19
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +37 -7
- pulumi_oci/databasemanagement/external_db_system_discovery.py +67 -17
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +43 -9
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +91 -25
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +37 -7
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +84 -21
- pulumi_oci/databasemanagement/external_listener.py +100 -28
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/managed_database_group.py +52 -12
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/outputs.py +7807 -1812
- pulumi_oci/databasemigration/_inputs.py +962 -150
- pulumi_oci/databasemigration/agent.py +82 -22
- pulumi_oci/databasemigration/connection.py +163 -39
- pulumi_oci/databasemigration/get_agent.py +1 -1
- pulumi_oci/databasemigration/get_agent_images.py +1 -1
- pulumi_oci/databasemigration/get_agents.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +12 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +1 -1
- pulumi_oci/databasemigration/job.py +70 -18
- pulumi_oci/databasemigration/migration.py +238 -48
- pulumi_oci/databasemigration/outputs.py +2788 -458
- pulumi_oci/databasetools/_inputs.py +137 -23
- pulumi_oci/databasetools/database_tools_connection.py +116 -30
- pulumi_oci/databasetools/database_tools_private_endpoint.py +103 -29
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +514 -102
- pulumi_oci/datacatalog/_inputs.py +97 -19
- pulumi_oci/datacatalog/catalog.py +70 -18
- pulumi_oci/datacatalog/catalog_private_endpoint.py +70 -18
- pulumi_oci/datacatalog/connection.py +94 -39
- pulumi_oci/datacatalog/data_asset.py +79 -34
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +67 -17
- pulumi_oci/datacatalog/outputs.py +403 -100
- pulumi_oci/dataflow/_inputs.py +421 -78
- pulumi_oci/dataflow/application.py +217 -62
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +241 -70
- pulumi_oci/dataflow/outputs.py +1579 -345
- pulumi_oci/dataflow/pool.py +91 -25
- pulumi_oci/dataflow/private_endpoint.py +97 -27
- pulumi_oci/dataflow/run_statement.py +46 -10
- pulumi_oci/dataflow/sql_endpoint.py +151 -40
- pulumi_oci/dataintegration/_inputs.py +530 -119
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1752 -412
- pulumi_oci/dataintegration/workspace.py +139 -41
- pulumi_oci/dataintegration/workspace_application.py +146 -40
- pulumi_oci/dataintegration/workspace_folder.py +99 -26
- pulumi_oci/dataintegration/workspace_project.py +93 -24
- pulumi_oci/datalabellingservice/_inputs.py +160 -29
- pulumi_oci/datalabellingservice/dataset.py +134 -31
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +518 -96
- pulumi_oci/datasafe/_inputs.py +1508 -333
- pulumi_oci/datasafe/add_sdm_columns.py +25 -3
- pulumi_oci/datasafe/alert.py +103 -29
- pulumi_oci/datasafe/audit_archive_retrieval.py +91 -25
- pulumi_oci/datasafe/audit_policy.py +100 -28
- pulumi_oci/datasafe/audit_profile.py +100 -28
- pulumi_oci/datasafe/audit_trail.py +103 -29
- pulumi_oci/datasafe/compare_security_assessment.py +31 -5
- pulumi_oci/datasafe/compare_user_assessment.py +31 -5
- pulumi_oci/datasafe/data_safe_configuration.py +52 -12
- pulumi_oci/datasafe/data_safe_private_endpoint.py +88 -24
- pulumi_oci/datasafe/discovery_jobs_result.py +82 -25
- pulumi_oci/datasafe/discovery_mod.py +124 -36
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +27 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +73 -19
- pulumi_oci/datasafe/mask_data.py +31 -5
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +31 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +94 -26
- pulumi_oci/datasafe/masking_policy.py +112 -32
- pulumi_oci/datasafe/on_prem_connector.py +67 -17
- pulumi_oci/datasafe/outputs.py +6826 -1649
- pulumi_oci/datasafe/report_definition.py +127 -37
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +70 -18
- pulumi_oci/datasafe/security_assessment.py +115 -33
- pulumi_oci/datasafe/sensitive_data_model.py +109 -31
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +31 -5
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +124 -36
- pulumi_oci/datasafe/sensitive_type.py +112 -32
- pulumi_oci/datasafe/set_security_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/set_user_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/target_alert_policy_association.py +79 -21
- pulumi_oci/datasafe/target_database.py +111 -25
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/user_assessment.py +109 -31
- pulumi_oci/datascience/__init__.py +3 -0
- pulumi_oci/datascience/_inputs.py +1035 -188
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +297 -0
- pulumi_oci/datascience/get_private_endpoints.py +216 -0
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/job.py +133 -34
- pulumi_oci/datascience/job_run.py +107 -27
- pulumi_oci/datascience/model.py +118 -34
- pulumi_oci/datascience/model_artifact_export.py +55 -13
- pulumi_oci/datascience/model_artifact_import.py +55 -13
- pulumi_oci/datascience/model_deployment.py +95 -23
- pulumi_oci/datascience/model_provenance.py +61 -15
- pulumi_oci/datascience/model_version_set.py +67 -17
- pulumi_oci/datascience/notebook_session.py +104 -23
- pulumi_oci/datascience/outputs.py +3349 -646
- pulumi_oci/datascience/pipeline.py +129 -31
- pulumi_oci/datascience/pipeline_run.py +125 -33
- pulumi_oci/datascience/private_endpoint.py +850 -0
- pulumi_oci/datascience/project.py +58 -14
- pulumi_oci/devops/_inputs.py +1616 -278
- pulumi_oci/devops/build_pipeline.py +78 -19
- pulumi_oci/devops/build_pipeline_stage.py +178 -44
- pulumi_oci/devops/build_run.py +95 -23
- pulumi_oci/devops/connection.py +108 -29
- pulumi_oci/devops/deploy_artifact.py +90 -23
- pulumi_oci/devops/deploy_environment.py +107 -27
- pulumi_oci/devops/deploy_pipeline.py +84 -21
- pulumi_oci/devops/deploy_stage.py +480 -128
- pulumi_oci/devops/deployment.py +130 -33
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +5561 -1068
- pulumi_oci/devops/project.py +78 -19
- pulumi_oci/devops/repository.py +114 -31
- pulumi_oci/devops/repository_mirror.py +25 -3
- pulumi_oci/devops/repository_ref.py +58 -14
- pulumi_oci/devops/trigger.py +94 -26
- pulumi_oci/disasterrecovery/_inputs.py +362 -84
- pulumi_oci/disasterrecovery/dr_plan.py +76 -20
- pulumi_oci/disasterrecovery/dr_plan_execution.py +99 -26
- pulumi_oci/disasterrecovery/dr_protection_group.py +101 -25
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1198 -288
- pulumi_oci/dns/_inputs.py +462 -94
- pulumi_oci/dns/action_create_zone_from_zone_file.py +85 -23
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1297 -300
- pulumi_oci/dns/record.py +64 -25
- pulumi_oci/dns/resolver.py +91 -25
- pulumi_oci/dns/resolver_endpoint.py +94 -26
- pulumi_oci/dns/rrset.py +61 -15
- pulumi_oci/dns/steering_policy.py +82 -22
- pulumi_oci/dns/steering_policy_attachment.py +58 -14
- pulumi_oci/dns/tsig_key.py +67 -17
- pulumi_oci/dns/view.py +64 -16
- pulumi_oci/dns/zone.py +97 -27
- pulumi_oci/email/_inputs.py +65 -13
- pulumi_oci/email/dkim.py +76 -20
- pulumi_oci/email/email_domain.py +64 -16
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +245 -59
- pulumi_oci/email/sender.py +55 -13
- pulumi_oci/email/suppression.py +49 -11
- pulumi_oci/emwarehouse/_inputs.py +33 -7
- pulumi_oci/emwarehouse/em_warehouse.py +82 -22
- pulumi_oci/emwarehouse/get_em_warehouse.py +1 -1
- pulumi_oci/emwarehouse/get_em_warehouses.py +1 -1
- pulumi_oci/emwarehouse/get_etl_run.py +1 -1
- pulumi_oci/emwarehouse/get_etl_runs.py +1 -1
- pulumi_oci/emwarehouse/get_resource_usage.py +1 -1
- pulumi_oci/emwarehouse/outputs.py +217 -52
- pulumi_oci/events/_inputs.py +61 -14
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +192 -46
- pulumi_oci/events/rule.py +81 -20
- pulumi_oci/filestorage/_inputs.py +289 -62
- pulumi_oci/filestorage/export.py +55 -13
- pulumi_oci/filestorage/export_set.py +58 -14
- pulumi_oci/filestorage/file_system.py +95 -27
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +70 -18
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +116 -30
- pulumi_oci/filestorage/outbound_connector.py +85 -23
- pulumi_oci/filestorage/outputs.py +915 -231
- pulumi_oci/filestorage/replication.py +88 -24
- pulumi_oci/filestorage/snapshot.py +73 -19
- pulumi_oci/functions/_inputs.py +281 -50
- pulumi_oci/functions/application.py +104 -26
- pulumi_oci/functions/function.py +124 -31
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +67 -17
- pulumi_oci/functions/outputs.py +1740 -359
- pulumi_oci/fusionapps/_inputs.py +170 -34
- pulumi_oci/fusionapps/fusion_environment.py +149 -41
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +58 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +40 -8
- pulumi_oci/fusionapps/fusion_environment_family.py +81 -20
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +64 -16
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +67 -17
- pulumi_oci/fusionapps/outputs.py +170 -34
- pulumi_oci/genericartifactscontent/artifact_by_path.py +76 -20
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/goldengate/_inputs.py +310 -62
- pulumi_oci/goldengate/connection.py +433 -139
- pulumi_oci/goldengate/connection_assignment.py +46 -10
- pulumi_oci/goldengate/database_registration.py +148 -44
- pulumi_oci/goldengate/deployment.py +197 -69
- pulumi_oci/goldengate/deployment_backup.py +100 -28
- pulumi_oci/goldengate/get_connection.py +1 -1
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -1
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +1529 -375
- pulumi_oci/healthchecks/_inputs.py +81 -16
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +112 -32
- pulumi_oci/healthchecks/http_probe.py +82 -22
- pulumi_oci/healthchecks/outputs.py +455 -115
- pulumi_oci/healthchecks/ping_monitor.py +94 -26
- pulumi_oci/healthchecks/ping_probe.py +64 -16
- pulumi_oci/identity/_inputs.py +6778 -1455
- pulumi_oci/identity/api_key.py +43 -9
- pulumi_oci/identity/auth_token.py +46 -10
- pulumi_oci/identity/authentication_policy.py +47 -7
- pulumi_oci/identity/compartment.py +67 -17
- pulumi_oci/identity/customer_secret_key.py +46 -10
- pulumi_oci/identity/db_credential.py +49 -11
- pulumi_oci/identity/domain.py +127 -37
- pulumi_oci/identity/domain_replication_to_region.py +31 -5
- pulumi_oci/identity/domains_account_recovery_setting.py +124 -36
- pulumi_oci/identity/domains_api_key.py +131 -35
- pulumi_oci/identity/domains_app.py +772 -217
- pulumi_oci/identity/domains_app_role.py +165 -48
- pulumi_oci/identity/domains_auth_token.py +134 -36
- pulumi_oci/identity/domains_authentication_factor_setting.py +297 -77
- pulumi_oci/identity/domains_customer_secret_key.py +143 -39
- pulumi_oci/identity/domains_dynamic_resource_group.py +129 -36
- pulumi_oci/identity/domains_grant.py +159 -41
- pulumi_oci/identity/domains_group.py +176 -45
- pulumi_oci/identity/domains_identity_provider.py +384 -116
- pulumi_oci/identity/domains_identity_setting.py +172 -47
- pulumi_oci/identity/domains_kmsi_setting.py +148 -44
- pulumi_oci/identity/domains_my_api_key.py +108 -29
- pulumi_oci/identity/domains_my_auth_token.py +111 -30
- pulumi_oci/identity/domains_my_customer_secret_key.py +120 -33
- pulumi_oci/identity/domains_my_oauth2client_credential.py +129 -36
- pulumi_oci/identity/domains_my_request.py +128 -34
- pulumi_oci/identity/domains_my_smtp_credential.py +114 -31
- pulumi_oci/identity/domains_my_support_account.py +105 -28
- pulumi_oci/identity/domains_my_user_db_credential.py +135 -38
- pulumi_oci/identity/domains_oauth2client_credential.py +152 -42
- pulumi_oci/identity/domains_password_policy.py +319 -101
- pulumi_oci/identity/domains_security_question.py +118 -34
- pulumi_oci/identity/domains_security_question_setting.py +130 -38
- pulumi_oci/identity/domains_smtp_credential.py +137 -37
- pulumi_oci/identity/domains_user.py +430 -108
- pulumi_oci/identity/domains_user_db_credential.py +158 -44
- pulumi_oci/identity/dynamic_group.py +64 -16
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +58 -14
- pulumi_oci/identity/identity_provider.py +94 -26
- pulumi_oci/identity/idp_group_mapping.py +49 -11
- pulumi_oci/identity/import_standard_tags_management.py +34 -6
- pulumi_oci/identity/network_source.py +76 -20
- pulumi_oci/identity/outputs.py +26012 -6023
- pulumi_oci/identity/policy.py +79 -21
- pulumi_oci/identity/smtp_credential.py +49 -11
- pulumi_oci/identity/tag.py +78 -19
- pulumi_oci/identity/tag_default.py +55 -13
- pulumi_oci/identity/tag_namespace.py +61 -15
- pulumi_oci/identity/ui_password.py +37 -7
- pulumi_oci/identity/user.py +85 -23
- pulumi_oci/identity/user_capabilities_management.py +55 -13
- pulumi_oci/identity/user_group_membership.py +46 -10
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +34 -6
- pulumi_oci/integration/_inputs.py +131 -28
- pulumi_oci/integration/get_integration_instance.py +1 -1
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +155 -43
- pulumi_oci/integration/outputs.py +441 -101
- pulumi_oci/jms/_inputs.py +187 -35
- pulumi_oci/jms/fleet.py +101 -25
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/outputs.py +1287 -278
- pulumi_oci/kms/__init__.py +3 -0
- pulumi_oci/kms/_inputs.py +664 -42
- pulumi_oci/kms/ekms_private_endpoint.py +769 -0
- pulumi_oci/kms/encrypted_data.py +71 -23
- pulumi_oci/kms/generated_key.py +69 -16
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +274 -0
- pulumi_oci/kms/get_ekms_private_endpoints.py +136 -0
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +27 -4
- pulumi_oci/kms/get_key_version.py +29 -3
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +5 -5
- pulumi_oci/kms/get_replication_status.py +4 -1
- pulumi_oci/kms/get_vault.py +27 -4
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +224 -91
- pulumi_oci/kms/key_version.py +152 -43
- pulumi_oci/kms/outputs.py +2104 -173
- pulumi_oci/kms/sign.py +75 -29
- pulumi_oci/kms/vault.py +216 -34
- pulumi_oci/kms/vault_verification.py +31 -5
- pulumi_oci/kms/verify.py +83 -33
- pulumi_oci/licensemanager/_inputs.py +55 -12
- pulumi_oci/licensemanager/configuration.py +37 -7
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +100 -28
- pulumi_oci/licensemanager/outputs.py +362 -91
- pulumi_oci/licensemanager/product_license.py +103 -29
- pulumi_oci/limits/_inputs.py +84 -17
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +228 -51
- pulumi_oci/limits/quota.py +70 -18
- pulumi_oci/loadbalancer/_inputs.py +575 -132
- pulumi_oci/loadbalancer/backend.py +73 -19
- pulumi_oci/loadbalancer/backend_set.py +87 -17
- pulumi_oci/loadbalancer/certificate.py +58 -14
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +40 -8
- pulumi_oci/loadbalancer/listener.py +98 -24
- pulumi_oci/loadbalancer/load_balancer.py +105 -28
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +46 -10
- pulumi_oci/loadbalancer/outputs.py +1420 -325
- pulumi_oci/loadbalancer/path_route_set.py +40 -8
- pulumi_oci/loadbalancer/rule_set.py +40 -8
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +40 -21
- pulumi_oci/loganalytics/_inputs.py +375 -79
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +1 -1
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +115 -33
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +58 -14
- pulumi_oci/loganalytics/log_analytics_log_group.py +61 -15
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +163 -49
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +31 -5
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +43 -9
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +43 -9
- pulumi_oci/loganalytics/namespace.py +37 -7
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +87 -22
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +37 -7
- pulumi_oci/loganalytics/namespace_scheduled_task.py +110 -28
- pulumi_oci/loganalytics/outputs.py +1401 -316
- pulumi_oci/logging/_inputs.py +284 -65
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +87 -22
- pulumi_oci/logging/log_group.py +58 -14
- pulumi_oci/logging/log_saved_search.py +64 -16
- pulumi_oci/logging/outputs.py +718 -170
- pulumi_oci/logging/unified_agent_configuration.py +89 -21
- pulumi_oci/managementagent/_inputs.py +125 -26
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +112 -32
- pulumi_oci/managementagent/management_agent_install_key.py +70 -18
- pulumi_oci/managementagent/outputs.py +520 -125
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +31 -5
- pulumi_oci/marketplace/_inputs.py +238 -45
- pulumi_oci/marketplace/accepted_agreement.py +70 -18
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +55 -13
- pulumi_oci/marketplace/outputs.py +1266 -257
- pulumi_oci/marketplace/publication.py +99 -26
- pulumi_oci/mediaservices/_inputs.py +274 -57
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +139 -41
- pulumi_oci/mediaservices/media_workflow.py +79 -21
- pulumi_oci/mediaservices/media_workflow_configuration.py +64 -16
- pulumi_oci/mediaservices/media_workflow_job.py +103 -29
- pulumi_oci/mediaservices/outputs.py +1093 -253
- pulumi_oci/mediaservices/stream_cdn_config.py +78 -19
- pulumi_oci/mediaservices/stream_distribution_channel.py +58 -14
- pulumi_oci/mediaservices/stream_packaging_config.py +81 -20
- pulumi_oci/meteringcomputation/_inputs.py +440 -103
- pulumi_oci/meteringcomputation/custom_table.py +42 -7
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +1 -1
- pulumi_oci/meteringcomputation/get_schedules.py +1 -1
- pulumi_oci/meteringcomputation/outputs.py +1074 -242
- pulumi_oci/meteringcomputation/query.py +36 -5
- pulumi_oci/meteringcomputation/schedule.py +107 -27
- pulumi_oci/meteringcomputation/usage.py +93 -24
- pulumi_oci/monitoring/_inputs.py +81 -16
- pulumi_oci/monitoring/alarm.py +147 -42
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +333 -79
- pulumi_oci/mysql/_inputs.py +1053 -242
- pulumi_oci/mysql/channel.py +89 -21
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_backups.py +1 -1
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +1 -1
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +43 -3
- pulumi_oci/mysql/get_replicas.py +39 -2
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +61 -15
- pulumi_oci/mysql/mysql_backup.py +97 -27
- pulumi_oci/mysql/mysql_configuration.py +95 -23
- pulumi_oci/mysql/mysql_db_system.py +217 -62
- pulumi_oci/mysql/outputs.py +3298 -788
- pulumi_oci/mysql/replica.py +245 -65
- pulumi_oci/networkfirewall/_inputs.py +239 -50
- pulumi_oci/networkfirewall/get_network_firewall.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +94 -26
- pulumi_oci/networkfirewall/network_firewall_policy.py +103 -29
- pulumi_oci/networkfirewall/outputs.py +787 -172
- pulumi_oci/networkloadbalancer/_inputs.py +272 -61
- pulumi_oci/networkloadbalancer/backend.py +79 -21
- pulumi_oci/networkloadbalancer/backend_set.py +63 -14
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +55 -13
- pulumi_oci/networkloadbalancer/network_load_balancer.py +97 -27
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +66 -15
- pulumi_oci/networkloadbalancer/outputs.py +716 -160
- pulumi_oci/nosql/_inputs.py +131 -28
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +61 -15
- pulumi_oci/nosql/outputs.py +416 -95
- pulumi_oci/nosql/table.py +87 -22
- pulumi_oci/objectstorage/_inputs.py +210 -45
- pulumi_oci/objectstorage/bucket.py +124 -36
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +37 -7
- pulumi_oci/objectstorage/object_lifecycle_policy.py +40 -8
- pulumi_oci/objectstorage/outputs.py +576 -139
- pulumi_oci/objectstorage/preauthrequest.py +79 -24
- pulumi_oci/objectstorage/replication_policy.py +67 -20
- pulumi_oci/objectstorage/storage_object.py +132 -37
- pulumi_oci/oce/_inputs.py +17 -4
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +148 -44
- pulumi_oci/oce/outputs.py +105 -31
- pulumi_oci/ocvp/_inputs.py +139 -26
- pulumi_oci/ocvp/esxi_host.py +139 -54
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +587 -145
- pulumi_oci/ocvp/sddc.py +289 -91
- pulumi_oci/oda/_inputs.py +94 -18
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +112 -32
- pulumi_oci/oda/oda_private_endpoint.py +70 -18
- pulumi_oci/oda/oda_private_endpoint_attachment.py +43 -9
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +49 -11
- pulumi_oci/oda/outputs.py +354 -79
- pulumi_oci/onesubsription/_inputs.py +161 -31
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +3104 -809
- pulumi_oci/ons/_inputs.py +33 -7
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +67 -17
- pulumi_oci/ons/outputs.py +139 -33
- pulumi_oci/ons/subscription.py +70 -18
- pulumi_oci/opa/_inputs.py +39 -9
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +109 -31
- pulumi_oci/opa/outputs.py +163 -41
- pulumi_oci/opensearch/_inputs.py +33 -7
- pulumi_oci/opensearch/cluster.py +217 -67
- pulumi_oci/opensearch/get_opensearch_cluster.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/outputs.py +200 -51
- pulumi_oci/operatoraccesscontrol/_inputs.py +65 -13
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +112 -32
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +151 -45
- pulumi_oci/operatoraccesscontrol/outputs.py +451 -116
- pulumi_oci/opsi/_inputs.py +476 -101
- pulumi_oci/opsi/awr_hub.py +73 -19
- pulumi_oci/opsi/database_insight.py +193 -54
- pulumi_oci/opsi/enterprise_manager_bridge.py +76 -20
- pulumi_oci/opsi/exadata_insight.py +130 -38
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +130 -38
- pulumi_oci/opsi/news_report.py +99 -26
- pulumi_oci/opsi/operations_insights_private_endpoint.py +94 -26
- pulumi_oci/opsi/operations_insights_warehouse.py +85 -23
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +31 -5
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +25 -3
- pulumi_oci/opsi/operations_insights_warehouse_user.py +88 -24
- pulumi_oci/opsi/opsi_configuration.py +103 -29
- pulumi_oci/opsi/outputs.py +2124 -508
- pulumi_oci/optimizer/_inputs.py +240 -41
- pulumi_oci/optimizer/enrollment_status.py +46 -10
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1112 -222
- pulumi_oci/optimizer/profile.py +97 -22
- pulumi_oci/optimizer/recommendation.py +76 -20
- pulumi_oci/optimizer/resource_action.py +82 -22
- pulumi_oci/osmanagement/_inputs.py +211 -36
- pulumi_oci/osmanagement/get_managed_instance.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_managed_instances.py +1 -1
- pulumi_oci/osmanagement/get_software_source.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_sources.py +1 -1
- pulumi_oci/osmanagement/managed_instance.py +106 -30
- pulumi_oci/osmanagement/managed_instance_group.py +64 -16
- pulumi_oci/osmanagement/managed_instance_management.py +78 -19
- pulumi_oci/osmanagement/outputs.py +644 -136
- pulumi_oci/osmanagement/software_source.py +115 -33
- pulumi_oci/ospgateway/_inputs.py +544 -147
- pulumi_oci/ospgateway/address_action_verification.py +196 -60
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +2149 -563
- pulumi_oci/ospgateway/subscription.py +114 -31
- pulumi_oci/osubbillingschedule/_inputs.py +17 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +73 -18
- pulumi_oci/osuborganizationsubscription/_inputs.py +17 -4
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +64 -15
- pulumi_oci/osubsubscription/_inputs.py +49 -10
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +326 -79
- pulumi_oci/osubusage/_inputs.py +33 -7
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +354 -93
- pulumi_oci/provider.py +51 -14
- pulumi_oci/queue/_inputs.py +17 -4
- pulumi_oci/queue/get_queue.py +28 -15
- pulumi_oci/queue/get_queues.py +11 -11
- pulumi_oci/queue/outputs.py +116 -38
- pulumi_oci/queue/queue.py +211 -84
- pulumi_oci/recoverymod/_inputs.py +90 -19
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +361 -86
- pulumi_oci/recoverymod/protected_database.py +115 -33
- pulumi_oci/recoverymod/protection_policy.py +67 -17
- pulumi_oci/recoverymod/recovery_service_subnet.py +70 -18
- pulumi_oci/resourcemanager/_inputs.py +33 -7
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +161 -38
- pulumi_oci/resourcemanager/private_endpoint.py +88 -24
- pulumi_oci/sch/_inputs.py +220 -46
- pulumi_oci/sch/connector.py +95 -23
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +685 -145
- pulumi_oci/secrets/_inputs.py +17 -4
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +58 -13
- pulumi_oci/servicecatalog/_inputs.py +97 -19
- pulumi_oci/servicecatalog/catalog.py +52 -12
- pulumi_oci/servicecatalog/catalog_association.py +40 -8
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +334 -70
- pulumi_oci/servicecatalog/private_application.py +87 -22
- pulumi_oci/servicemanagerproxy/_inputs.py +17 -4
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +125 -26
- pulumi_oci/servicemesh/_inputs.py +493 -95
- pulumi_oci/servicemesh/access_policy.py +76 -20
- pulumi_oci/servicemesh/get_access_policies.py +1 -1
- pulumi_oci/servicemesh/get_access_policy.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateways.py +1 -1
- pulumi_oci/servicemesh/get_mesh.py +1 -1
- pulumi_oci/servicemesh/get_meshes.py +1 -1
- pulumi_oci/servicemesh/get_proxy_detail.py +21 -1
- pulumi_oci/servicemesh/get_virtual_deployment.py +1 -1
- pulumi_oci/servicemesh/get_virtual_deployments.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_virtual_services.py +1 -1
- pulumi_oci/servicemesh/ingress_gateway.py +98 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +82 -22
- pulumi_oci/servicemesh/mesh.py +81 -20
- pulumi_oci/servicemesh/outputs.py +1669 -347
- pulumi_oci/servicemesh/virtual_deployment.py +98 -24
- pulumi_oci/servicemesh/virtual_service.py +98 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +82 -22
- pulumi_oci/stackmonitoring/_inputs.py +511 -108
- pulumi_oci/stackmonitoring/config.py +73 -19
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +1 -1
- pulumi_oci/stackmonitoring/get_configs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +151 -40
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +58 -14
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +40 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +124 -36
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +70 -18
- pulumi_oci/stackmonitoring/outputs.py +920 -193
- pulumi_oci/streaming/_inputs.py +97 -19
- pulumi_oci/streaming/connect_harness.py +52 -12
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +313 -70
- pulumi_oci/streaming/stream.py +73 -19
- pulumi_oci/streaming/stream_pool.py +91 -20
- pulumi_oci/usageproxy/_inputs.py +129 -25
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +682 -151
- pulumi_oci/usageproxy/subscription_redeemable_user.py +43 -9
- pulumi_oci/vault/_inputs.py +58 -13
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +198 -48
- pulumi_oci/vault/secret.py +102 -27
- pulumi_oci/vbs/_inputs.py +17 -4
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +85 -23
- pulumi_oci/vbs/outputs.py +79 -20
- pulumi_oci/visualbuilder/_inputs.py +93 -20
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +360 -81
- pulumi_oci/visualbuilder/vb_instance.py +120 -33
- pulumi_oci/vnmonitoring/_inputs.py +229 -56
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +500 -123
- pulumi_oci/vnmonitoring/path_analysi.py +93 -19
- pulumi_oci/vnmonitoring/path_analyzer_test.py +105 -23
- pulumi_oci/vulnerabilityscanning/_inputs.py +220 -39
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +72 -17
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +78 -19
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +99 -21
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +79 -21
- pulumi_oci/vulnerabilityscanning/outputs.py +770 -150
- pulumi_oci/waa/_inputs.py +63 -10
- pulumi_oci/waa/app_acceleration.py +79 -21
- pulumi_oci/waa/app_acceleration_policy.py +83 -19
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +232 -43
- pulumi_oci/waas/_inputs.py +960 -225
- pulumi_oci/waas/address_list.py +58 -14
- pulumi_oci/waas/certificate.py +97 -27
- pulumi_oci/waas/custom_protection_rule.py +64 -16
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +72 -17
- pulumi_oci/waas/outputs.py +2925 -705
- pulumi_oci/waas/policy.py +98 -24
- pulumi_oci/waas/protection_rule.py +55 -13
- pulumi_oci/waas/purge_cache.py +31 -5
- pulumi_oci/waf/_inputs.py +500 -102
- pulumi_oci/waf/app_firewall.py +79 -21
- pulumi_oci/waf/app_firewall_policy.py +122 -27
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +79 -21
- pulumi_oci/waf/outputs.py +1595 -334
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/METADATA +1 -1
- pulumi_oci-1.12.0.dist-info/RECORD +2330 -0
- pulumi_oci-1.11.0a1695829678.dist-info/RECORD +0 -2315
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ import copy
|
|
6
6
|
import warnings
|
7
7
|
import pulumi
|
8
8
|
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
from . import outputs
|
12
12
|
|
@@ -105,17 +105,36 @@ class CustomTableSavedCustomTable(dict):
|
|
105
105
|
:param Sequence[str] row_group_bies: (Updatable) The row groupBy key list. example: `["tagNamespace", "tagKey", "tagValue", "service", "skuName", "skuPartNumber", "unit", "compartmentName", "compartmentPath", "compartmentId", "platform", "region", "logicalAd", "resourceId", "tenantId", "tenantName"]`
|
106
106
|
:param float version: (Updatable) The version of the custom table.
|
107
107
|
"""
|
108
|
-
|
108
|
+
CustomTableSavedCustomTable._configure(
|
109
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
110
|
+
display_name=display_name,
|
111
|
+
column_group_bies=column_group_bies,
|
112
|
+
compartment_depth=compartment_depth,
|
113
|
+
group_by_tags=group_by_tags,
|
114
|
+
row_group_bies=row_group_bies,
|
115
|
+
version=version,
|
116
|
+
)
|
117
|
+
@staticmethod
|
118
|
+
def _configure(
|
119
|
+
_setter: Callable[[Any, Any], None],
|
120
|
+
display_name: str,
|
121
|
+
column_group_bies: Optional[Sequence[str]] = None,
|
122
|
+
compartment_depth: Optional[float] = None,
|
123
|
+
group_by_tags: Optional[Sequence['outputs.CustomTableSavedCustomTableGroupByTag']] = None,
|
124
|
+
row_group_bies: Optional[Sequence[str]] = None,
|
125
|
+
version: Optional[float] = None,
|
126
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
127
|
+
_setter("display_name", display_name)
|
109
128
|
if column_group_bies is not None:
|
110
|
-
|
129
|
+
_setter("column_group_bies", column_group_bies)
|
111
130
|
if compartment_depth is not None:
|
112
|
-
|
131
|
+
_setter("compartment_depth", compartment_depth)
|
113
132
|
if group_by_tags is not None:
|
114
|
-
|
133
|
+
_setter("group_by_tags", group_by_tags)
|
115
134
|
if row_group_bies is not None:
|
116
|
-
|
135
|
+
_setter("row_group_bies", row_group_bies)
|
117
136
|
if version is not None:
|
118
|
-
|
137
|
+
_setter("version", version)
|
119
138
|
|
120
139
|
@property
|
121
140
|
@pulumi.getter(name="displayName")
|
@@ -177,12 +196,25 @@ class CustomTableSavedCustomTableGroupByTag(dict):
|
|
177
196
|
:param str namespace: (Updatable) The tag namespace.
|
178
197
|
:param str value: (Updatable) The tag value.
|
179
198
|
"""
|
199
|
+
CustomTableSavedCustomTableGroupByTag._configure(
|
200
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
201
|
+
key=key,
|
202
|
+
namespace=namespace,
|
203
|
+
value=value,
|
204
|
+
)
|
205
|
+
@staticmethod
|
206
|
+
def _configure(
|
207
|
+
_setter: Callable[[Any, Any], None],
|
208
|
+
key: Optional[str] = None,
|
209
|
+
namespace: Optional[str] = None,
|
210
|
+
value: Optional[str] = None,
|
211
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
180
212
|
if key is not None:
|
181
|
-
|
213
|
+
_setter("key", key)
|
182
214
|
if namespace is not None:
|
183
|
-
|
215
|
+
_setter("namespace", namespace)
|
184
216
|
if value is not None:
|
185
|
-
|
217
|
+
_setter("value", value)
|
186
218
|
|
187
219
|
@property
|
188
220
|
@pulumi.getter
|
@@ -247,10 +279,25 @@ class QueryQueryDefinition(dict):
|
|
247
279
|
** IMPORTANT **
|
248
280
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
249
281
|
"""
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
282
|
+
QueryQueryDefinition._configure(
|
283
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
284
|
+
cost_analysis_ui=cost_analysis_ui,
|
285
|
+
display_name=display_name,
|
286
|
+
report_query=report_query,
|
287
|
+
version=version,
|
288
|
+
)
|
289
|
+
@staticmethod
|
290
|
+
def _configure(
|
291
|
+
_setter: Callable[[Any, Any], None],
|
292
|
+
cost_analysis_ui: 'outputs.QueryQueryDefinitionCostAnalysisUi',
|
293
|
+
display_name: str,
|
294
|
+
report_query: 'outputs.QueryQueryDefinitionReportQuery',
|
295
|
+
version: float,
|
296
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
297
|
+
_setter("cost_analysis_ui", cost_analysis_ui)
|
298
|
+
_setter("display_name", display_name)
|
299
|
+
_setter("report_query", report_query)
|
300
|
+
_setter("version", version)
|
254
301
|
|
255
302
|
@property
|
256
303
|
@pulumi.getter(name="costAnalysisUi")
|
@@ -315,10 +362,21 @@ class QueryQueryDefinitionCostAnalysisUi(dict):
|
|
315
362
|
:param str graph: (Updatable) The graph type.
|
316
363
|
:param bool is_cumulative_graph: (Updatable) A cumulative graph.
|
317
364
|
"""
|
365
|
+
QueryQueryDefinitionCostAnalysisUi._configure(
|
366
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
367
|
+
graph=graph,
|
368
|
+
is_cumulative_graph=is_cumulative_graph,
|
369
|
+
)
|
370
|
+
@staticmethod
|
371
|
+
def _configure(
|
372
|
+
_setter: Callable[[Any, Any], None],
|
373
|
+
graph: Optional[str] = None,
|
374
|
+
is_cumulative_graph: Optional[bool] = None,
|
375
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
318
376
|
if graph is not None:
|
319
|
-
|
377
|
+
_setter("graph", graph)
|
320
378
|
if is_cumulative_graph is not None:
|
321
|
-
|
379
|
+
_setter("is_cumulative_graph", is_cumulative_graph)
|
322
380
|
|
323
381
|
@property
|
324
382
|
@pulumi.getter
|
@@ -399,28 +457,59 @@ class QueryQueryDefinitionReportQuery(dict):
|
|
399
457
|
:param str time_usage_ended: (Updatable) The usage end time.
|
400
458
|
:param str time_usage_started: (Updatable) The usage start time.
|
401
459
|
"""
|
402
|
-
|
403
|
-
|
460
|
+
QueryQueryDefinitionReportQuery._configure(
|
461
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
462
|
+
granularity=granularity,
|
463
|
+
tenant_id=tenant_id,
|
464
|
+
compartment_depth=compartment_depth,
|
465
|
+
date_range_name=date_range_name,
|
466
|
+
filter=filter,
|
467
|
+
forecast=forecast,
|
468
|
+
group_bies=group_bies,
|
469
|
+
group_by_tags=group_by_tags,
|
470
|
+
is_aggregate_by_time=is_aggregate_by_time,
|
471
|
+
query_type=query_type,
|
472
|
+
time_usage_ended=time_usage_ended,
|
473
|
+
time_usage_started=time_usage_started,
|
474
|
+
)
|
475
|
+
@staticmethod
|
476
|
+
def _configure(
|
477
|
+
_setter: Callable[[Any, Any], None],
|
478
|
+
granularity: str,
|
479
|
+
tenant_id: str,
|
480
|
+
compartment_depth: Optional[float] = None,
|
481
|
+
date_range_name: Optional[str] = None,
|
482
|
+
filter: Optional[str] = None,
|
483
|
+
forecast: Optional['outputs.QueryQueryDefinitionReportQueryForecast'] = None,
|
484
|
+
group_bies: Optional[Sequence[str]] = None,
|
485
|
+
group_by_tags: Optional[Sequence['outputs.QueryQueryDefinitionReportQueryGroupByTag']] = None,
|
486
|
+
is_aggregate_by_time: Optional[bool] = None,
|
487
|
+
query_type: Optional[str] = None,
|
488
|
+
time_usage_ended: Optional[str] = None,
|
489
|
+
time_usage_started: Optional[str] = None,
|
490
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
491
|
+
_setter("granularity", granularity)
|
492
|
+
_setter("tenant_id", tenant_id)
|
404
493
|
if compartment_depth is not None:
|
405
|
-
|
494
|
+
_setter("compartment_depth", compartment_depth)
|
406
495
|
if date_range_name is not None:
|
407
|
-
|
496
|
+
_setter("date_range_name", date_range_name)
|
408
497
|
if filter is not None:
|
409
|
-
|
498
|
+
_setter("filter", filter)
|
410
499
|
if forecast is not None:
|
411
|
-
|
500
|
+
_setter("forecast", forecast)
|
412
501
|
if group_bies is not None:
|
413
|
-
|
502
|
+
_setter("group_bies", group_bies)
|
414
503
|
if group_by_tags is not None:
|
415
|
-
|
504
|
+
_setter("group_by_tags", group_by_tags)
|
416
505
|
if is_aggregate_by_time is not None:
|
417
|
-
|
506
|
+
_setter("is_aggregate_by_time", is_aggregate_by_time)
|
418
507
|
if query_type is not None:
|
419
|
-
|
508
|
+
_setter("query_type", query_type)
|
420
509
|
if time_usage_ended is not None:
|
421
|
-
|
510
|
+
_setter("time_usage_ended", time_usage_ended)
|
422
511
|
if time_usage_started is not None:
|
423
|
-
|
512
|
+
_setter("time_usage_started", time_usage_started)
|
424
513
|
|
425
514
|
@property
|
426
515
|
@pulumi.getter
|
@@ -551,11 +640,24 @@ class QueryQueryDefinitionReportQueryForecast(dict):
|
|
551
640
|
:param str forecast_type: (Updatable) BASIC uses the exponential smoothing (ETS) model to project future usage/costs based on history data. The basis for projections is a periodic set of equivalent historical days for which the projection is being made.
|
552
641
|
:param str time_forecast_started: (Updatable) The forecast start time. Defaults to UTC-1 if not specified.
|
553
642
|
"""
|
554
|
-
|
643
|
+
QueryQueryDefinitionReportQueryForecast._configure(
|
644
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
645
|
+
time_forecast_ended=time_forecast_ended,
|
646
|
+
forecast_type=forecast_type,
|
647
|
+
time_forecast_started=time_forecast_started,
|
648
|
+
)
|
649
|
+
@staticmethod
|
650
|
+
def _configure(
|
651
|
+
_setter: Callable[[Any, Any], None],
|
652
|
+
time_forecast_ended: str,
|
653
|
+
forecast_type: Optional[str] = None,
|
654
|
+
time_forecast_started: Optional[str] = None,
|
655
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
656
|
+
_setter("time_forecast_ended", time_forecast_ended)
|
555
657
|
if forecast_type is not None:
|
556
|
-
|
658
|
+
_setter("forecast_type", forecast_type)
|
557
659
|
if time_forecast_started is not None:
|
558
|
-
|
660
|
+
_setter("time_forecast_started", time_forecast_started)
|
559
661
|
|
560
662
|
@property
|
561
663
|
@pulumi.getter(name="timeForecastEnded")
|
@@ -593,12 +695,25 @@ class QueryQueryDefinitionReportQueryGroupByTag(dict):
|
|
593
695
|
:param str namespace: (Updatable) The tag namespace.
|
594
696
|
:param str value: (Updatable) The tag value.
|
595
697
|
"""
|
698
|
+
QueryQueryDefinitionReportQueryGroupByTag._configure(
|
699
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
700
|
+
key=key,
|
701
|
+
namespace=namespace,
|
702
|
+
value=value,
|
703
|
+
)
|
704
|
+
@staticmethod
|
705
|
+
def _configure(
|
706
|
+
_setter: Callable[[Any, Any], None],
|
707
|
+
key: Optional[str] = None,
|
708
|
+
namespace: Optional[str] = None,
|
709
|
+
value: Optional[str] = None,
|
710
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
596
711
|
if key is not None:
|
597
|
-
|
712
|
+
_setter("key", key)
|
598
713
|
if namespace is not None:
|
599
|
-
|
714
|
+
_setter("namespace", namespace)
|
600
715
|
if value is not None:
|
601
|
-
|
716
|
+
_setter("value", value)
|
602
717
|
|
603
718
|
@property
|
604
719
|
@pulumi.getter
|
@@ -673,20 +788,43 @@ class ScheduleQueryProperties(dict):
|
|
673
788
|
:param bool is_aggregate_by_time: Specifies whether aggregated by time. If isAggregateByTime is true, all usage or cost over the query time period will be added up.
|
674
789
|
:param str query_type: The query usage type. COST by default if it is missing. Usage - Query the usage data. Cost - Query the cost/billing data. Allowed values are: USAGE COST USAGE_AND_COST
|
675
790
|
"""
|
676
|
-
|
677
|
-
|
791
|
+
ScheduleQueryProperties._configure(
|
792
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
793
|
+
date_range=date_range,
|
794
|
+
granularity=granularity,
|
795
|
+
compartment_depth=compartment_depth,
|
796
|
+
filter=filter,
|
797
|
+
group_bies=group_bies,
|
798
|
+
group_by_tags=group_by_tags,
|
799
|
+
is_aggregate_by_time=is_aggregate_by_time,
|
800
|
+
query_type=query_type,
|
801
|
+
)
|
802
|
+
@staticmethod
|
803
|
+
def _configure(
|
804
|
+
_setter: Callable[[Any, Any], None],
|
805
|
+
date_range: 'outputs.ScheduleQueryPropertiesDateRange',
|
806
|
+
granularity: str,
|
807
|
+
compartment_depth: Optional[float] = None,
|
808
|
+
filter: Optional[str] = None,
|
809
|
+
group_bies: Optional[Sequence[str]] = None,
|
810
|
+
group_by_tags: Optional[Sequence['outputs.ScheduleQueryPropertiesGroupByTag']] = None,
|
811
|
+
is_aggregate_by_time: Optional[bool] = None,
|
812
|
+
query_type: Optional[str] = None,
|
813
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
814
|
+
_setter("date_range", date_range)
|
815
|
+
_setter("granularity", granularity)
|
678
816
|
if compartment_depth is not None:
|
679
|
-
|
817
|
+
_setter("compartment_depth", compartment_depth)
|
680
818
|
if filter is not None:
|
681
|
-
|
819
|
+
_setter("filter", filter)
|
682
820
|
if group_bies is not None:
|
683
|
-
|
821
|
+
_setter("group_bies", group_bies)
|
684
822
|
if group_by_tags is not None:
|
685
|
-
|
823
|
+
_setter("group_by_tags", group_by_tags)
|
686
824
|
if is_aggregate_by_time is not None:
|
687
|
-
|
825
|
+
_setter("is_aggregate_by_time", is_aggregate_by_time)
|
688
826
|
if query_type is not None:
|
689
|
-
|
827
|
+
_setter("query_type", query_type)
|
690
828
|
|
691
829
|
@property
|
692
830
|
@pulumi.getter(name="dateRange")
|
@@ -788,13 +926,28 @@ class ScheduleQueryPropertiesDateRange(dict):
|
|
788
926
|
:param str time_usage_ended: The usage end time.
|
789
927
|
:param str time_usage_started: The usage start time.
|
790
928
|
"""
|
791
|
-
|
929
|
+
ScheduleQueryPropertiesDateRange._configure(
|
930
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
931
|
+
date_range_type=date_range_type,
|
932
|
+
dynamic_date_range_type=dynamic_date_range_type,
|
933
|
+
time_usage_ended=time_usage_ended,
|
934
|
+
time_usage_started=time_usage_started,
|
935
|
+
)
|
936
|
+
@staticmethod
|
937
|
+
def _configure(
|
938
|
+
_setter: Callable[[Any, Any], None],
|
939
|
+
date_range_type: str,
|
940
|
+
dynamic_date_range_type: Optional[str] = None,
|
941
|
+
time_usage_ended: Optional[str] = None,
|
942
|
+
time_usage_started: Optional[str] = None,
|
943
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
944
|
+
_setter("date_range_type", date_range_type)
|
792
945
|
if dynamic_date_range_type is not None:
|
793
|
-
|
946
|
+
_setter("dynamic_date_range_type", dynamic_date_range_type)
|
794
947
|
if time_usage_ended is not None:
|
795
|
-
|
948
|
+
_setter("time_usage_ended", time_usage_ended)
|
796
949
|
if time_usage_started is not None:
|
797
|
-
|
950
|
+
_setter("time_usage_started", time_usage_started)
|
798
951
|
|
799
952
|
@property
|
800
953
|
@pulumi.getter(name="dateRangeType")
|
@@ -837,12 +990,25 @@ class ScheduleQueryPropertiesGroupByTag(dict):
|
|
837
990
|
:param str namespace: (Updatable) The namespace needed to determine the object storage bucket.
|
838
991
|
:param str value: The tag value.
|
839
992
|
"""
|
993
|
+
ScheduleQueryPropertiesGroupByTag._configure(
|
994
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
995
|
+
key=key,
|
996
|
+
namespace=namespace,
|
997
|
+
value=value,
|
998
|
+
)
|
999
|
+
@staticmethod
|
1000
|
+
def _configure(
|
1001
|
+
_setter: Callable[[Any, Any], None],
|
1002
|
+
key: Optional[str] = None,
|
1003
|
+
namespace: Optional[str] = None,
|
1004
|
+
value: Optional[str] = None,
|
1005
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
840
1006
|
if key is not None:
|
841
|
-
|
1007
|
+
_setter("key", key)
|
842
1008
|
if namespace is not None:
|
843
|
-
|
1009
|
+
_setter("namespace", namespace)
|
844
1010
|
if value is not None:
|
845
|
-
|
1011
|
+
_setter("value", value)
|
846
1012
|
|
847
1013
|
@property
|
848
1014
|
@pulumi.getter
|
@@ -899,10 +1065,25 @@ class ScheduleResultLocation(dict):
|
|
899
1065
|
:param str namespace: (Updatable) The namespace needed to determine the object storage bucket.
|
900
1066
|
:param str region: (Updatable) The destination Object Store Region specified by the customer.
|
901
1067
|
"""
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
1068
|
+
ScheduleResultLocation._configure(
|
1069
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1070
|
+
bucket=bucket,
|
1071
|
+
location_type=location_type,
|
1072
|
+
namespace=namespace,
|
1073
|
+
region=region,
|
1074
|
+
)
|
1075
|
+
@staticmethod
|
1076
|
+
def _configure(
|
1077
|
+
_setter: Callable[[Any, Any], None],
|
1078
|
+
bucket: str,
|
1079
|
+
location_type: str,
|
1080
|
+
namespace: str,
|
1081
|
+
region: str,
|
1082
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1083
|
+
_setter("bucket", bucket)
|
1084
|
+
_setter("location_type", location_type)
|
1085
|
+
_setter("namespace", namespace)
|
1086
|
+
_setter("region", region)
|
906
1087
|
|
907
1088
|
@property
|
908
1089
|
@pulumi.getter
|
@@ -969,11 +1150,24 @@ class UsageForecast(dict):
|
|
969
1150
|
:param str forecast_type: BASIC uses the exponential smoothing (ETS) model to project future usage/costs based on history data. The basis for projections is a periodic set of equivalent historical days for which the projection is being made.
|
970
1151
|
:param str time_forecast_started: The forecast start time. Defaults to UTC-1 if not specified.
|
971
1152
|
"""
|
972
|
-
|
1153
|
+
UsageForecast._configure(
|
1154
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1155
|
+
time_forecast_ended=time_forecast_ended,
|
1156
|
+
forecast_type=forecast_type,
|
1157
|
+
time_forecast_started=time_forecast_started,
|
1158
|
+
)
|
1159
|
+
@staticmethod
|
1160
|
+
def _configure(
|
1161
|
+
_setter: Callable[[Any, Any], None],
|
1162
|
+
time_forecast_ended: str,
|
1163
|
+
forecast_type: Optional[str] = None,
|
1164
|
+
time_forecast_started: Optional[str] = None,
|
1165
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1166
|
+
_setter("time_forecast_ended", time_forecast_ended)
|
973
1167
|
if forecast_type is not None:
|
974
|
-
|
1168
|
+
_setter("forecast_type", forecast_type)
|
975
1169
|
if time_forecast_started is not None:
|
976
|
-
|
1170
|
+
_setter("time_forecast_started", time_forecast_started)
|
977
1171
|
|
978
1172
|
@property
|
979
1173
|
@pulumi.getter(name="timeForecastEnded")
|
@@ -1011,12 +1205,25 @@ class UsageGroupByTag(dict):
|
|
1011
1205
|
:param str namespace: The tag namespace.
|
1012
1206
|
:param str value: The tag value.
|
1013
1207
|
"""
|
1208
|
+
UsageGroupByTag._configure(
|
1209
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1210
|
+
key=key,
|
1211
|
+
namespace=namespace,
|
1212
|
+
value=value,
|
1213
|
+
)
|
1214
|
+
@staticmethod
|
1215
|
+
def _configure(
|
1216
|
+
_setter: Callable[[Any, Any], None],
|
1217
|
+
key: Optional[str] = None,
|
1218
|
+
namespace: Optional[str] = None,
|
1219
|
+
value: Optional[str] = None,
|
1220
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1014
1221
|
if key is not None:
|
1015
|
-
|
1222
|
+
_setter("key", key)
|
1016
1223
|
if namespace is not None:
|
1017
|
-
|
1224
|
+
_setter("namespace", namespace)
|
1018
1225
|
if value is not None:
|
1019
|
-
|
1226
|
+
_setter("value", value)
|
1020
1227
|
|
1021
1228
|
@property
|
1022
1229
|
@pulumi.getter
|
@@ -1161,64 +1368,129 @@ class UsageItem(dict):
|
|
1161
1368
|
:param float unit_price: The price per unit.
|
1162
1369
|
:param float weight: The resource size being metered.
|
1163
1370
|
"""
|
1371
|
+
UsageItem._configure(
|
1372
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1373
|
+
ad=ad,
|
1374
|
+
compartment_id=compartment_id,
|
1375
|
+
compartment_name=compartment_name,
|
1376
|
+
compartment_path=compartment_path,
|
1377
|
+
computed_amount=computed_amount,
|
1378
|
+
computed_quantity=computed_quantity,
|
1379
|
+
currency=currency,
|
1380
|
+
discount=discount,
|
1381
|
+
is_forecast=is_forecast,
|
1382
|
+
list_rate=list_rate,
|
1383
|
+
overage=overage,
|
1384
|
+
overages_flag=overages_flag,
|
1385
|
+
platform=platform,
|
1386
|
+
region=region,
|
1387
|
+
resource_id=resource_id,
|
1388
|
+
resource_name=resource_name,
|
1389
|
+
service=service,
|
1390
|
+
shape=shape,
|
1391
|
+
sku_name=sku_name,
|
1392
|
+
sku_part_number=sku_part_number,
|
1393
|
+
subscription_id=subscription_id,
|
1394
|
+
tags=tags,
|
1395
|
+
tenant_id=tenant_id,
|
1396
|
+
tenant_name=tenant_name,
|
1397
|
+
time_usage_ended=time_usage_ended,
|
1398
|
+
time_usage_started=time_usage_started,
|
1399
|
+
unit=unit,
|
1400
|
+
unit_price=unit_price,
|
1401
|
+
weight=weight,
|
1402
|
+
)
|
1403
|
+
@staticmethod
|
1404
|
+
def _configure(
|
1405
|
+
_setter: Callable[[Any, Any], None],
|
1406
|
+
ad: Optional[str] = None,
|
1407
|
+
compartment_id: Optional[str] = None,
|
1408
|
+
compartment_name: Optional[str] = None,
|
1409
|
+
compartment_path: Optional[str] = None,
|
1410
|
+
computed_amount: Optional[float] = None,
|
1411
|
+
computed_quantity: Optional[float] = None,
|
1412
|
+
currency: Optional[str] = None,
|
1413
|
+
discount: Optional[float] = None,
|
1414
|
+
is_forecast: Optional[bool] = None,
|
1415
|
+
list_rate: Optional[float] = None,
|
1416
|
+
overage: Optional[str] = None,
|
1417
|
+
overages_flag: Optional[str] = None,
|
1418
|
+
platform: Optional[str] = None,
|
1419
|
+
region: Optional[str] = None,
|
1420
|
+
resource_id: Optional[str] = None,
|
1421
|
+
resource_name: Optional[str] = None,
|
1422
|
+
service: Optional[str] = None,
|
1423
|
+
shape: Optional[str] = None,
|
1424
|
+
sku_name: Optional[str] = None,
|
1425
|
+
sku_part_number: Optional[str] = None,
|
1426
|
+
subscription_id: Optional[str] = None,
|
1427
|
+
tags: Optional[Sequence['outputs.UsageItemTag']] = None,
|
1428
|
+
tenant_id: Optional[str] = None,
|
1429
|
+
tenant_name: Optional[str] = None,
|
1430
|
+
time_usage_ended: Optional[str] = None,
|
1431
|
+
time_usage_started: Optional[str] = None,
|
1432
|
+
unit: Optional[str] = None,
|
1433
|
+
unit_price: Optional[float] = None,
|
1434
|
+
weight: Optional[float] = None,
|
1435
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1164
1436
|
if ad is not None:
|
1165
|
-
|
1437
|
+
_setter("ad", ad)
|
1166
1438
|
if compartment_id is not None:
|
1167
|
-
|
1439
|
+
_setter("compartment_id", compartment_id)
|
1168
1440
|
if compartment_name is not None:
|
1169
|
-
|
1441
|
+
_setter("compartment_name", compartment_name)
|
1170
1442
|
if compartment_path is not None:
|
1171
|
-
|
1443
|
+
_setter("compartment_path", compartment_path)
|
1172
1444
|
if computed_amount is not None:
|
1173
|
-
|
1445
|
+
_setter("computed_amount", computed_amount)
|
1174
1446
|
if computed_quantity is not None:
|
1175
|
-
|
1447
|
+
_setter("computed_quantity", computed_quantity)
|
1176
1448
|
if currency is not None:
|
1177
|
-
|
1449
|
+
_setter("currency", currency)
|
1178
1450
|
if discount is not None:
|
1179
|
-
|
1451
|
+
_setter("discount", discount)
|
1180
1452
|
if is_forecast is not None:
|
1181
|
-
|
1453
|
+
_setter("is_forecast", is_forecast)
|
1182
1454
|
if list_rate is not None:
|
1183
|
-
|
1455
|
+
_setter("list_rate", list_rate)
|
1184
1456
|
if overage is not None:
|
1185
|
-
|
1457
|
+
_setter("overage", overage)
|
1186
1458
|
if overages_flag is not None:
|
1187
|
-
|
1459
|
+
_setter("overages_flag", overages_flag)
|
1188
1460
|
if platform is not None:
|
1189
|
-
|
1461
|
+
_setter("platform", platform)
|
1190
1462
|
if region is not None:
|
1191
|
-
|
1463
|
+
_setter("region", region)
|
1192
1464
|
if resource_id is not None:
|
1193
|
-
|
1465
|
+
_setter("resource_id", resource_id)
|
1194
1466
|
if resource_name is not None:
|
1195
|
-
|
1467
|
+
_setter("resource_name", resource_name)
|
1196
1468
|
if service is not None:
|
1197
|
-
|
1469
|
+
_setter("service", service)
|
1198
1470
|
if shape is not None:
|
1199
|
-
|
1471
|
+
_setter("shape", shape)
|
1200
1472
|
if sku_name is not None:
|
1201
|
-
|
1473
|
+
_setter("sku_name", sku_name)
|
1202
1474
|
if sku_part_number is not None:
|
1203
|
-
|
1475
|
+
_setter("sku_part_number", sku_part_number)
|
1204
1476
|
if subscription_id is not None:
|
1205
|
-
|
1477
|
+
_setter("subscription_id", subscription_id)
|
1206
1478
|
if tags is not None:
|
1207
|
-
|
1479
|
+
_setter("tags", tags)
|
1208
1480
|
if tenant_id is not None:
|
1209
|
-
|
1481
|
+
_setter("tenant_id", tenant_id)
|
1210
1482
|
if tenant_name is not None:
|
1211
|
-
|
1483
|
+
_setter("tenant_name", tenant_name)
|
1212
1484
|
if time_usage_ended is not None:
|
1213
|
-
|
1485
|
+
_setter("time_usage_ended", time_usage_ended)
|
1214
1486
|
if time_usage_started is not None:
|
1215
|
-
|
1487
|
+
_setter("time_usage_started", time_usage_started)
|
1216
1488
|
if unit is not None:
|
1217
|
-
|
1489
|
+
_setter("unit", unit)
|
1218
1490
|
if unit_price is not None:
|
1219
|
-
|
1491
|
+
_setter("unit_price", unit_price)
|
1220
1492
|
if weight is not None:
|
1221
|
-
|
1493
|
+
_setter("weight", weight)
|
1222
1494
|
|
1223
1495
|
@property
|
1224
1496
|
@pulumi.getter
|
@@ -1468,12 +1740,25 @@ class UsageItemTag(dict):
|
|
1468
1740
|
:param str namespace: The tag namespace.
|
1469
1741
|
:param str value: The tag value.
|
1470
1742
|
"""
|
1743
|
+
UsageItemTag._configure(
|
1744
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1745
|
+
key=key,
|
1746
|
+
namespace=namespace,
|
1747
|
+
value=value,
|
1748
|
+
)
|
1749
|
+
@staticmethod
|
1750
|
+
def _configure(
|
1751
|
+
_setter: Callable[[Any, Any], None],
|
1752
|
+
key: Optional[str] = None,
|
1753
|
+
namespace: Optional[str] = None,
|
1754
|
+
value: Optional[str] = None,
|
1755
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1471
1756
|
if key is not None:
|
1472
|
-
|
1757
|
+
_setter("key", key)
|
1473
1758
|
if namespace is not None:
|
1474
|
-
|
1759
|
+
_setter("namespace", namespace)
|
1475
1760
|
if value is not None:
|
1476
|
-
|
1761
|
+
_setter("value", value)
|
1477
1762
|
|
1478
1763
|
@property
|
1479
1764
|
@pulumi.getter
|
@@ -1509,8 +1794,19 @@ class GetConfigurationItemResult(dict):
|
|
1509
1794
|
:param str key: The configuration key.
|
1510
1795
|
:param Sequence[str] values: The configuration value.
|
1511
1796
|
"""
|
1512
|
-
|
1513
|
-
|
1797
|
+
GetConfigurationItemResult._configure(
|
1798
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1799
|
+
key=key,
|
1800
|
+
values=values,
|
1801
|
+
)
|
1802
|
+
@staticmethod
|
1803
|
+
def _configure(
|
1804
|
+
_setter: Callable[[Any, Any], None],
|
1805
|
+
key: str,
|
1806
|
+
values: Sequence[str],
|
1807
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1808
|
+
_setter("key", key)
|
1809
|
+
_setter("values", values)
|
1514
1810
|
|
1515
1811
|
@property
|
1516
1812
|
@pulumi.getter
|
@@ -1546,12 +1842,31 @@ class GetCustomTableSavedCustomTableResult(dict):
|
|
1546
1842
|
:param Sequence[str] row_group_bies: The row groupBy key list. example: `["tagNamespace", "tagKey", "tagValue", "service", "skuName", "skuPartNumber", "unit", "compartmentName", "compartmentPath", "compartmentId", "platform", "region", "logicalAd", "resourceId", "tenantId", "tenantName"]`
|
1547
1843
|
:param float version: The version of the custom table.
|
1548
1844
|
"""
|
1549
|
-
|
1550
|
-
|
1551
|
-
|
1552
|
-
|
1553
|
-
|
1554
|
-
|
1845
|
+
GetCustomTableSavedCustomTableResult._configure(
|
1846
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1847
|
+
column_group_bies=column_group_bies,
|
1848
|
+
compartment_depth=compartment_depth,
|
1849
|
+
display_name=display_name,
|
1850
|
+
group_by_tags=group_by_tags,
|
1851
|
+
row_group_bies=row_group_bies,
|
1852
|
+
version=version,
|
1853
|
+
)
|
1854
|
+
@staticmethod
|
1855
|
+
def _configure(
|
1856
|
+
_setter: Callable[[Any, Any], None],
|
1857
|
+
column_group_bies: Sequence[str],
|
1858
|
+
compartment_depth: float,
|
1859
|
+
display_name: str,
|
1860
|
+
group_by_tags: Sequence['outputs.GetCustomTableSavedCustomTableGroupByTagResult'],
|
1861
|
+
row_group_bies: Sequence[str],
|
1862
|
+
version: float,
|
1863
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1864
|
+
_setter("column_group_bies", column_group_bies)
|
1865
|
+
_setter("compartment_depth", compartment_depth)
|
1866
|
+
_setter("display_name", display_name)
|
1867
|
+
_setter("group_by_tags", group_by_tags)
|
1868
|
+
_setter("row_group_bies", row_group_bies)
|
1869
|
+
_setter("version", version)
|
1555
1870
|
|
1556
1871
|
@property
|
1557
1872
|
@pulumi.getter(name="columnGroupBies")
|
@@ -1613,9 +1928,22 @@ class GetCustomTableSavedCustomTableGroupByTagResult(dict):
|
|
1613
1928
|
:param str namespace: The tag namespace.
|
1614
1929
|
:param str value: The tag value.
|
1615
1930
|
"""
|
1616
|
-
|
1617
|
-
|
1618
|
-
|
1931
|
+
GetCustomTableSavedCustomTableGroupByTagResult._configure(
|
1932
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1933
|
+
key=key,
|
1934
|
+
namespace=namespace,
|
1935
|
+
value=value,
|
1936
|
+
)
|
1937
|
+
@staticmethod
|
1938
|
+
def _configure(
|
1939
|
+
_setter: Callable[[Any, Any], None],
|
1940
|
+
key: str,
|
1941
|
+
namespace: str,
|
1942
|
+
value: str,
|
1943
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1944
|
+
_setter("key", key)
|
1945
|
+
_setter("namespace", namespace)
|
1946
|
+
_setter("value", value)
|
1619
1947
|
|
1620
1948
|
@property
|
1621
1949
|
@pulumi.getter
|
@@ -1646,7 +1974,16 @@ class GetCustomTableSavedCustomTableGroupByTagResult(dict):
|
|
1646
1974
|
class GetCustomTablesCustomTableCollectionResult(dict):
|
1647
1975
|
def __init__(__self__, *,
|
1648
1976
|
items: Sequence['outputs.GetCustomTablesCustomTableCollectionItemResult']):
|
1649
|
-
|
1977
|
+
GetCustomTablesCustomTableCollectionResult._configure(
|
1978
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1979
|
+
items=items,
|
1980
|
+
)
|
1981
|
+
@staticmethod
|
1982
|
+
def _configure(
|
1983
|
+
_setter: Callable[[Any, Any], None],
|
1984
|
+
items: Sequence['outputs.GetCustomTablesCustomTableCollectionItemResult'],
|
1985
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1986
|
+
_setter("items", items)
|
1650
1987
|
|
1651
1988
|
@property
|
1652
1989
|
@pulumi.getter
|
@@ -1667,10 +2004,25 @@ class GetCustomTablesCustomTableCollectionItemResult(dict):
|
|
1667
2004
|
:param Sequence['GetCustomTablesCustomTableCollectionItemSavedCustomTableArgs'] saved_custom_tables: The custom table for Cost Analysis UI rendering.
|
1668
2005
|
:param str saved_report_id: The saved report ID in which to list resources.
|
1669
2006
|
"""
|
1670
|
-
|
1671
|
-
|
1672
|
-
|
1673
|
-
|
2007
|
+
GetCustomTablesCustomTableCollectionItemResult._configure(
|
2008
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2009
|
+
compartment_id=compartment_id,
|
2010
|
+
id=id,
|
2011
|
+
saved_custom_tables=saved_custom_tables,
|
2012
|
+
saved_report_id=saved_report_id,
|
2013
|
+
)
|
2014
|
+
@staticmethod
|
2015
|
+
def _configure(
|
2016
|
+
_setter: Callable[[Any, Any], None],
|
2017
|
+
compartment_id: str,
|
2018
|
+
id: str,
|
2019
|
+
saved_custom_tables: Sequence['outputs.GetCustomTablesCustomTableCollectionItemSavedCustomTableResult'],
|
2020
|
+
saved_report_id: str,
|
2021
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2022
|
+
_setter("compartment_id", compartment_id)
|
2023
|
+
_setter("id", id)
|
2024
|
+
_setter("saved_custom_tables", saved_custom_tables)
|
2025
|
+
_setter("saved_report_id", saved_report_id)
|
1674
2026
|
|
1675
2027
|
@property
|
1676
2028
|
@pulumi.getter(name="compartmentId")
|
@@ -1722,12 +2074,31 @@ class GetCustomTablesCustomTableCollectionItemSavedCustomTableResult(dict):
|
|
1722
2074
|
:param Sequence[str] row_group_bies: The row groupBy key list. example: `["tagNamespace", "tagKey", "tagValue", "service", "skuName", "skuPartNumber", "unit", "compartmentName", "compartmentPath", "compartmentId", "platform", "region", "logicalAd", "resourceId", "tenantId", "tenantName"]`
|
1723
2075
|
:param float version: The version of the custom table.
|
1724
2076
|
"""
|
1725
|
-
|
1726
|
-
|
1727
|
-
|
1728
|
-
|
1729
|
-
|
1730
|
-
|
2077
|
+
GetCustomTablesCustomTableCollectionItemSavedCustomTableResult._configure(
|
2078
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2079
|
+
column_group_bies=column_group_bies,
|
2080
|
+
compartment_depth=compartment_depth,
|
2081
|
+
display_name=display_name,
|
2082
|
+
group_by_tags=group_by_tags,
|
2083
|
+
row_group_bies=row_group_bies,
|
2084
|
+
version=version,
|
2085
|
+
)
|
2086
|
+
@staticmethod
|
2087
|
+
def _configure(
|
2088
|
+
_setter: Callable[[Any, Any], None],
|
2089
|
+
column_group_bies: Sequence[str],
|
2090
|
+
compartment_depth: float,
|
2091
|
+
display_name: str,
|
2092
|
+
group_by_tags: Sequence['outputs.GetCustomTablesCustomTableCollectionItemSavedCustomTableGroupByTagResult'],
|
2093
|
+
row_group_bies: Sequence[str],
|
2094
|
+
version: float,
|
2095
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2096
|
+
_setter("column_group_bies", column_group_bies)
|
2097
|
+
_setter("compartment_depth", compartment_depth)
|
2098
|
+
_setter("display_name", display_name)
|
2099
|
+
_setter("group_by_tags", group_by_tags)
|
2100
|
+
_setter("row_group_bies", row_group_bies)
|
2101
|
+
_setter("version", version)
|
1731
2102
|
|
1732
2103
|
@property
|
1733
2104
|
@pulumi.getter(name="columnGroupBies")
|
@@ -1789,9 +2160,22 @@ class GetCustomTablesCustomTableCollectionItemSavedCustomTableGroupByTagResult(d
|
|
1789
2160
|
:param str namespace: The tag namespace.
|
1790
2161
|
:param str value: The tag value.
|
1791
2162
|
"""
|
1792
|
-
|
1793
|
-
|
1794
|
-
|
2163
|
+
GetCustomTablesCustomTableCollectionItemSavedCustomTableGroupByTagResult._configure(
|
2164
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2165
|
+
key=key,
|
2166
|
+
namespace=namespace,
|
2167
|
+
value=value,
|
2168
|
+
)
|
2169
|
+
@staticmethod
|
2170
|
+
def _configure(
|
2171
|
+
_setter: Callable[[Any, Any], None],
|
2172
|
+
key: str,
|
2173
|
+
namespace: str,
|
2174
|
+
value: str,
|
2175
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2176
|
+
_setter("key", key)
|
2177
|
+
_setter("namespace", namespace)
|
2178
|
+
_setter("value", value)
|
1795
2179
|
|
1796
2180
|
@property
|
1797
2181
|
@pulumi.getter
|
@@ -1824,10 +2208,23 @@ class GetCustomTablesFilterResult(dict):
|
|
1824
2208
|
name: str,
|
1825
2209
|
values: Sequence[str],
|
1826
2210
|
regex: Optional[bool] = None):
|
1827
|
-
|
1828
|
-
|
2211
|
+
GetCustomTablesFilterResult._configure(
|
2212
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2213
|
+
name=name,
|
2214
|
+
values=values,
|
2215
|
+
regex=regex,
|
2216
|
+
)
|
2217
|
+
@staticmethod
|
2218
|
+
def _configure(
|
2219
|
+
_setter: Callable[[Any, Any], None],
|
2220
|
+
name: str,
|
2221
|
+
values: Sequence[str],
|
2222
|
+
regex: Optional[bool] = None,
|
2223
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2224
|
+
_setter("name", name)
|
2225
|
+
_setter("values", values)
|
1829
2226
|
if regex is not None:
|
1830
|
-
|
2227
|
+
_setter("regex", regex)
|
1831
2228
|
|
1832
2229
|
@property
|
1833
2230
|
@pulumi.getter
|
@@ -1851,10 +2248,23 @@ class GetQueriesFilterResult(dict):
|
|
1851
2248
|
name: str,
|
1852
2249
|
values: Sequence[str],
|
1853
2250
|
regex: Optional[bool] = None):
|
1854
|
-
|
1855
|
-
|
2251
|
+
GetQueriesFilterResult._configure(
|
2252
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2253
|
+
name=name,
|
2254
|
+
values=values,
|
2255
|
+
regex=regex,
|
2256
|
+
)
|
2257
|
+
@staticmethod
|
2258
|
+
def _configure(
|
2259
|
+
_setter: Callable[[Any, Any], None],
|
2260
|
+
name: str,
|
2261
|
+
values: Sequence[str],
|
2262
|
+
regex: Optional[bool] = None,
|
2263
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2264
|
+
_setter("name", name)
|
2265
|
+
_setter("values", values)
|
1856
2266
|
if regex is not None:
|
1857
|
-
|
2267
|
+
_setter("regex", regex)
|
1858
2268
|
|
1859
2269
|
@property
|
1860
2270
|
@pulumi.getter
|
@@ -1876,7 +2286,16 @@ class GetQueriesFilterResult(dict):
|
|
1876
2286
|
class GetQueriesQueryCollectionResult(dict):
|
1877
2287
|
def __init__(__self__, *,
|
1878
2288
|
items: Sequence['outputs.GetQueriesQueryCollectionItemResult']):
|
1879
|
-
|
2289
|
+
GetQueriesQueryCollectionResult._configure(
|
2290
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2291
|
+
items=items,
|
2292
|
+
)
|
2293
|
+
@staticmethod
|
2294
|
+
def _configure(
|
2295
|
+
_setter: Callable[[Any, Any], None],
|
2296
|
+
items: Sequence['outputs.GetQueriesQueryCollectionItemResult'],
|
2297
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2298
|
+
_setter("items", items)
|
1880
2299
|
|
1881
2300
|
@property
|
1882
2301
|
@pulumi.getter
|
@@ -1895,9 +2314,22 @@ class GetQueriesQueryCollectionItemResult(dict):
|
|
1895
2314
|
:param str id: The query OCID.
|
1896
2315
|
:param Sequence['GetQueriesQueryCollectionItemQueryDefinitionArgs'] query_definitions: The common fields for queries.
|
1897
2316
|
"""
|
1898
|
-
|
1899
|
-
|
1900
|
-
|
2317
|
+
GetQueriesQueryCollectionItemResult._configure(
|
2318
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2319
|
+
compartment_id=compartment_id,
|
2320
|
+
id=id,
|
2321
|
+
query_definitions=query_definitions,
|
2322
|
+
)
|
2323
|
+
@staticmethod
|
2324
|
+
def _configure(
|
2325
|
+
_setter: Callable[[Any, Any], None],
|
2326
|
+
compartment_id: str,
|
2327
|
+
id: str,
|
2328
|
+
query_definitions: Sequence['outputs.GetQueriesQueryCollectionItemQueryDefinitionResult'],
|
2329
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2330
|
+
_setter("compartment_id", compartment_id)
|
2331
|
+
_setter("id", id)
|
2332
|
+
_setter("query_definitions", query_definitions)
|
1901
2333
|
|
1902
2334
|
@property
|
1903
2335
|
@pulumi.getter(name="compartmentId")
|
@@ -1937,10 +2369,25 @@ class GetQueriesQueryCollectionItemQueryDefinitionResult(dict):
|
|
1937
2369
|
:param Sequence['GetQueriesQueryCollectionItemQueryDefinitionReportQueryArgs'] report_queries: The request of the generated Cost Analysis report.
|
1938
2370
|
:param float version: The saved query version.
|
1939
2371
|
"""
|
1940
|
-
|
1941
|
-
|
1942
|
-
|
1943
|
-
|
2372
|
+
GetQueriesQueryCollectionItemQueryDefinitionResult._configure(
|
2373
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2374
|
+
cost_analysis_uis=cost_analysis_uis,
|
2375
|
+
display_name=display_name,
|
2376
|
+
report_queries=report_queries,
|
2377
|
+
version=version,
|
2378
|
+
)
|
2379
|
+
@staticmethod
|
2380
|
+
def _configure(
|
2381
|
+
_setter: Callable[[Any, Any], None],
|
2382
|
+
cost_analysis_uis: Sequence['outputs.GetQueriesQueryCollectionItemQueryDefinitionCostAnalysisUiResult'],
|
2383
|
+
display_name: str,
|
2384
|
+
report_queries: Sequence['outputs.GetQueriesQueryCollectionItemQueryDefinitionReportQueryResult'],
|
2385
|
+
version: float,
|
2386
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2387
|
+
_setter("cost_analysis_uis", cost_analysis_uis)
|
2388
|
+
_setter("display_name", display_name)
|
2389
|
+
_setter("report_queries", report_queries)
|
2390
|
+
_setter("version", version)
|
1944
2391
|
|
1945
2392
|
@property
|
1946
2393
|
@pulumi.getter(name="costAnalysisUis")
|
@@ -1984,8 +2431,19 @@ class GetQueriesQueryCollectionItemQueryDefinitionCostAnalysisUiResult(dict):
|
|
1984
2431
|
:param str graph: The graph type.
|
1985
2432
|
:param bool is_cumulative_graph: A cumulative graph.
|
1986
2433
|
"""
|
1987
|
-
|
1988
|
-
|
2434
|
+
GetQueriesQueryCollectionItemQueryDefinitionCostAnalysisUiResult._configure(
|
2435
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2436
|
+
graph=graph,
|
2437
|
+
is_cumulative_graph=is_cumulative_graph,
|
2438
|
+
)
|
2439
|
+
@staticmethod
|
2440
|
+
def _configure(
|
2441
|
+
_setter: Callable[[Any, Any], None],
|
2442
|
+
graph: str,
|
2443
|
+
is_cumulative_graph: bool,
|
2444
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2445
|
+
_setter("graph", graph)
|
2446
|
+
_setter("is_cumulative_graph", is_cumulative_graph)
|
1989
2447
|
|
1990
2448
|
@property
|
1991
2449
|
@pulumi.getter
|
@@ -2033,18 +2491,49 @@ class GetQueriesQueryCollectionItemQueryDefinitionReportQueryResult(dict):
|
|
2033
2491
|
:param str time_usage_ended: The usage end time.
|
2034
2492
|
:param str time_usage_started: The usage start time.
|
2035
2493
|
"""
|
2036
|
-
|
2037
|
-
|
2038
|
-
|
2039
|
-
|
2040
|
-
|
2041
|
-
|
2042
|
-
|
2043
|
-
|
2044
|
-
|
2045
|
-
|
2046
|
-
|
2047
|
-
|
2494
|
+
GetQueriesQueryCollectionItemQueryDefinitionReportQueryResult._configure(
|
2495
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2496
|
+
compartment_depth=compartment_depth,
|
2497
|
+
date_range_name=date_range_name,
|
2498
|
+
filter=filter,
|
2499
|
+
forecasts=forecasts,
|
2500
|
+
granularity=granularity,
|
2501
|
+
group_bies=group_bies,
|
2502
|
+
group_by_tags=group_by_tags,
|
2503
|
+
is_aggregate_by_time=is_aggregate_by_time,
|
2504
|
+
query_type=query_type,
|
2505
|
+
tenant_id=tenant_id,
|
2506
|
+
time_usage_ended=time_usage_ended,
|
2507
|
+
time_usage_started=time_usage_started,
|
2508
|
+
)
|
2509
|
+
@staticmethod
|
2510
|
+
def _configure(
|
2511
|
+
_setter: Callable[[Any, Any], None],
|
2512
|
+
compartment_depth: float,
|
2513
|
+
date_range_name: str,
|
2514
|
+
filter: str,
|
2515
|
+
forecasts: Sequence['outputs.GetQueriesQueryCollectionItemQueryDefinitionReportQueryForecastResult'],
|
2516
|
+
granularity: str,
|
2517
|
+
group_bies: Sequence[str],
|
2518
|
+
group_by_tags: Sequence['outputs.GetQueriesQueryCollectionItemQueryDefinitionReportQueryGroupByTagResult'],
|
2519
|
+
is_aggregate_by_time: bool,
|
2520
|
+
query_type: str,
|
2521
|
+
tenant_id: str,
|
2522
|
+
time_usage_ended: str,
|
2523
|
+
time_usage_started: str,
|
2524
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2525
|
+
_setter("compartment_depth", compartment_depth)
|
2526
|
+
_setter("date_range_name", date_range_name)
|
2527
|
+
_setter("filter", filter)
|
2528
|
+
_setter("forecasts", forecasts)
|
2529
|
+
_setter("granularity", granularity)
|
2530
|
+
_setter("group_bies", group_bies)
|
2531
|
+
_setter("group_by_tags", group_by_tags)
|
2532
|
+
_setter("is_aggregate_by_time", is_aggregate_by_time)
|
2533
|
+
_setter("query_type", query_type)
|
2534
|
+
_setter("tenant_id", tenant_id)
|
2535
|
+
_setter("time_usage_ended", time_usage_ended)
|
2536
|
+
_setter("time_usage_started", time_usage_started)
|
2048
2537
|
|
2049
2538
|
@property
|
2050
2539
|
@pulumi.getter(name="compartmentDepth")
|
@@ -2154,9 +2643,22 @@ class GetQueriesQueryCollectionItemQueryDefinitionReportQueryForecastResult(dict
|
|
2154
2643
|
:param str time_forecast_ended: The forecast end time.
|
2155
2644
|
:param str time_forecast_started: The forecast start time. Defaults to UTC-1 if not specified.
|
2156
2645
|
"""
|
2157
|
-
|
2158
|
-
|
2159
|
-
|
2646
|
+
GetQueriesQueryCollectionItemQueryDefinitionReportQueryForecastResult._configure(
|
2647
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2648
|
+
forecast_type=forecast_type,
|
2649
|
+
time_forecast_ended=time_forecast_ended,
|
2650
|
+
time_forecast_started=time_forecast_started,
|
2651
|
+
)
|
2652
|
+
@staticmethod
|
2653
|
+
def _configure(
|
2654
|
+
_setter: Callable[[Any, Any], None],
|
2655
|
+
forecast_type: str,
|
2656
|
+
time_forecast_ended: str,
|
2657
|
+
time_forecast_started: str,
|
2658
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2659
|
+
_setter("forecast_type", forecast_type)
|
2660
|
+
_setter("time_forecast_ended", time_forecast_ended)
|
2661
|
+
_setter("time_forecast_started", time_forecast_started)
|
2160
2662
|
|
2161
2663
|
@property
|
2162
2664
|
@pulumi.getter(name="forecastType")
|
@@ -2194,9 +2696,22 @@ class GetQueriesQueryCollectionItemQueryDefinitionReportQueryGroupByTagResult(di
|
|
2194
2696
|
:param str namespace: The tag namespace.
|
2195
2697
|
:param str value: The tag value.
|
2196
2698
|
"""
|
2197
|
-
|
2198
|
-
|
2199
|
-
|
2699
|
+
GetQueriesQueryCollectionItemQueryDefinitionReportQueryGroupByTagResult._configure(
|
2700
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2701
|
+
key=key,
|
2702
|
+
namespace=namespace,
|
2703
|
+
value=value,
|
2704
|
+
)
|
2705
|
+
@staticmethod
|
2706
|
+
def _configure(
|
2707
|
+
_setter: Callable[[Any, Any], None],
|
2708
|
+
key: str,
|
2709
|
+
namespace: str,
|
2710
|
+
value: str,
|
2711
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2712
|
+
_setter("key", key)
|
2713
|
+
_setter("namespace", namespace)
|
2714
|
+
_setter("value", value)
|
2200
2715
|
|
2201
2716
|
@property
|
2202
2717
|
@pulumi.getter
|
@@ -2236,10 +2751,25 @@ class GetQueryQueryDefinitionResult(dict):
|
|
2236
2751
|
:param Sequence['GetQueryQueryDefinitionReportQueryArgs'] report_queries: The request of the generated Cost Analysis report.
|
2237
2752
|
:param float version: The saved query version.
|
2238
2753
|
"""
|
2239
|
-
|
2240
|
-
|
2241
|
-
|
2242
|
-
|
2754
|
+
GetQueryQueryDefinitionResult._configure(
|
2755
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2756
|
+
cost_analysis_uis=cost_analysis_uis,
|
2757
|
+
display_name=display_name,
|
2758
|
+
report_queries=report_queries,
|
2759
|
+
version=version,
|
2760
|
+
)
|
2761
|
+
@staticmethod
|
2762
|
+
def _configure(
|
2763
|
+
_setter: Callable[[Any, Any], None],
|
2764
|
+
cost_analysis_uis: Sequence['outputs.GetQueryQueryDefinitionCostAnalysisUiResult'],
|
2765
|
+
display_name: str,
|
2766
|
+
report_queries: Sequence['outputs.GetQueryQueryDefinitionReportQueryResult'],
|
2767
|
+
version: float,
|
2768
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2769
|
+
_setter("cost_analysis_uis", cost_analysis_uis)
|
2770
|
+
_setter("display_name", display_name)
|
2771
|
+
_setter("report_queries", report_queries)
|
2772
|
+
_setter("version", version)
|
2243
2773
|
|
2244
2774
|
@property
|
2245
2775
|
@pulumi.getter(name="costAnalysisUis")
|
@@ -2283,8 +2813,19 @@ class GetQueryQueryDefinitionCostAnalysisUiResult(dict):
|
|
2283
2813
|
:param str graph: The graph type.
|
2284
2814
|
:param bool is_cumulative_graph: A cumulative graph.
|
2285
2815
|
"""
|
2286
|
-
|
2287
|
-
|
2816
|
+
GetQueryQueryDefinitionCostAnalysisUiResult._configure(
|
2817
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2818
|
+
graph=graph,
|
2819
|
+
is_cumulative_graph=is_cumulative_graph,
|
2820
|
+
)
|
2821
|
+
@staticmethod
|
2822
|
+
def _configure(
|
2823
|
+
_setter: Callable[[Any, Any], None],
|
2824
|
+
graph: str,
|
2825
|
+
is_cumulative_graph: bool,
|
2826
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2827
|
+
_setter("graph", graph)
|
2828
|
+
_setter("is_cumulative_graph", is_cumulative_graph)
|
2288
2829
|
|
2289
2830
|
@property
|
2290
2831
|
@pulumi.getter
|
@@ -2332,18 +2873,49 @@ class GetQueryQueryDefinitionReportQueryResult(dict):
|
|
2332
2873
|
:param str time_usage_ended: The usage end time.
|
2333
2874
|
:param str time_usage_started: The usage start time.
|
2334
2875
|
"""
|
2335
|
-
|
2336
|
-
|
2337
|
-
|
2338
|
-
|
2339
|
-
|
2340
|
-
|
2341
|
-
|
2342
|
-
|
2343
|
-
|
2344
|
-
|
2345
|
-
|
2346
|
-
|
2876
|
+
GetQueryQueryDefinitionReportQueryResult._configure(
|
2877
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2878
|
+
compartment_depth=compartment_depth,
|
2879
|
+
date_range_name=date_range_name,
|
2880
|
+
filter=filter,
|
2881
|
+
forecasts=forecasts,
|
2882
|
+
granularity=granularity,
|
2883
|
+
group_bies=group_bies,
|
2884
|
+
group_by_tags=group_by_tags,
|
2885
|
+
is_aggregate_by_time=is_aggregate_by_time,
|
2886
|
+
query_type=query_type,
|
2887
|
+
tenant_id=tenant_id,
|
2888
|
+
time_usage_ended=time_usage_ended,
|
2889
|
+
time_usage_started=time_usage_started,
|
2890
|
+
)
|
2891
|
+
@staticmethod
|
2892
|
+
def _configure(
|
2893
|
+
_setter: Callable[[Any, Any], None],
|
2894
|
+
compartment_depth: float,
|
2895
|
+
date_range_name: str,
|
2896
|
+
filter: str,
|
2897
|
+
forecasts: Sequence['outputs.GetQueryQueryDefinitionReportQueryForecastResult'],
|
2898
|
+
granularity: str,
|
2899
|
+
group_bies: Sequence[str],
|
2900
|
+
group_by_tags: Sequence['outputs.GetQueryQueryDefinitionReportQueryGroupByTagResult'],
|
2901
|
+
is_aggregate_by_time: bool,
|
2902
|
+
query_type: str,
|
2903
|
+
tenant_id: str,
|
2904
|
+
time_usage_ended: str,
|
2905
|
+
time_usage_started: str,
|
2906
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2907
|
+
_setter("compartment_depth", compartment_depth)
|
2908
|
+
_setter("date_range_name", date_range_name)
|
2909
|
+
_setter("filter", filter)
|
2910
|
+
_setter("forecasts", forecasts)
|
2911
|
+
_setter("granularity", granularity)
|
2912
|
+
_setter("group_bies", group_bies)
|
2913
|
+
_setter("group_by_tags", group_by_tags)
|
2914
|
+
_setter("is_aggregate_by_time", is_aggregate_by_time)
|
2915
|
+
_setter("query_type", query_type)
|
2916
|
+
_setter("tenant_id", tenant_id)
|
2917
|
+
_setter("time_usage_ended", time_usage_ended)
|
2918
|
+
_setter("time_usage_started", time_usage_started)
|
2347
2919
|
|
2348
2920
|
@property
|
2349
2921
|
@pulumi.getter(name="compartmentDepth")
|
@@ -2453,9 +3025,22 @@ class GetQueryQueryDefinitionReportQueryForecastResult(dict):
|
|
2453
3025
|
:param str time_forecast_ended: The forecast end time.
|
2454
3026
|
:param str time_forecast_started: The forecast start time. Defaults to UTC-1 if not specified.
|
2455
3027
|
"""
|
2456
|
-
|
2457
|
-
|
2458
|
-
|
3028
|
+
GetQueryQueryDefinitionReportQueryForecastResult._configure(
|
3029
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3030
|
+
forecast_type=forecast_type,
|
3031
|
+
time_forecast_ended=time_forecast_ended,
|
3032
|
+
time_forecast_started=time_forecast_started,
|
3033
|
+
)
|
3034
|
+
@staticmethod
|
3035
|
+
def _configure(
|
3036
|
+
_setter: Callable[[Any, Any], None],
|
3037
|
+
forecast_type: str,
|
3038
|
+
time_forecast_ended: str,
|
3039
|
+
time_forecast_started: str,
|
3040
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3041
|
+
_setter("forecast_type", forecast_type)
|
3042
|
+
_setter("time_forecast_ended", time_forecast_ended)
|
3043
|
+
_setter("time_forecast_started", time_forecast_started)
|
2459
3044
|
|
2460
3045
|
@property
|
2461
3046
|
@pulumi.getter(name="forecastType")
|
@@ -2493,9 +3078,22 @@ class GetQueryQueryDefinitionReportQueryGroupByTagResult(dict):
|
|
2493
3078
|
:param str namespace: The tag namespace.
|
2494
3079
|
:param str value: The tag value.
|
2495
3080
|
"""
|
2496
|
-
|
2497
|
-
|
2498
|
-
|
3081
|
+
GetQueryQueryDefinitionReportQueryGroupByTagResult._configure(
|
3082
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3083
|
+
key=key,
|
3084
|
+
namespace=namespace,
|
3085
|
+
value=value,
|
3086
|
+
)
|
3087
|
+
@staticmethod
|
3088
|
+
def _configure(
|
3089
|
+
_setter: Callable[[Any, Any], None],
|
3090
|
+
key: str,
|
3091
|
+
namespace: str,
|
3092
|
+
value: str,
|
3093
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3094
|
+
_setter("key", key)
|
3095
|
+
_setter("namespace", namespace)
|
3096
|
+
_setter("value", value)
|
2499
3097
|
|
2500
3098
|
@property
|
2501
3099
|
@pulumi.getter
|
@@ -2543,14 +3141,37 @@ class GetScheduleQueryPropertyResult(dict):
|
|
2543
3141
|
:param bool is_aggregate_by_time: Specifies whether aggregated by time. If isAggregateByTime is true, all usage or cost over the query time period will be added up.
|
2544
3142
|
:param str query_type: The query usage type. COST by default if it is missing. Usage - Query the usage data. Cost - Query the cost/billing data. Allowed values are: USAGE COST USAGE_AND_COST
|
2545
3143
|
"""
|
2546
|
-
|
2547
|
-
|
2548
|
-
|
2549
|
-
|
2550
|
-
|
2551
|
-
|
2552
|
-
|
2553
|
-
|
3144
|
+
GetScheduleQueryPropertyResult._configure(
|
3145
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3146
|
+
compartment_depth=compartment_depth,
|
3147
|
+
date_ranges=date_ranges,
|
3148
|
+
filter=filter,
|
3149
|
+
granularity=granularity,
|
3150
|
+
group_bies=group_bies,
|
3151
|
+
group_by_tags=group_by_tags,
|
3152
|
+
is_aggregate_by_time=is_aggregate_by_time,
|
3153
|
+
query_type=query_type,
|
3154
|
+
)
|
3155
|
+
@staticmethod
|
3156
|
+
def _configure(
|
3157
|
+
_setter: Callable[[Any, Any], None],
|
3158
|
+
compartment_depth: float,
|
3159
|
+
date_ranges: Sequence['outputs.GetScheduleQueryPropertyDateRangeResult'],
|
3160
|
+
filter: str,
|
3161
|
+
granularity: str,
|
3162
|
+
group_bies: Sequence[str],
|
3163
|
+
group_by_tags: Sequence['outputs.GetScheduleQueryPropertyGroupByTagResult'],
|
3164
|
+
is_aggregate_by_time: bool,
|
3165
|
+
query_type: str,
|
3166
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3167
|
+
_setter("compartment_depth", compartment_depth)
|
3168
|
+
_setter("date_ranges", date_ranges)
|
3169
|
+
_setter("filter", filter)
|
3170
|
+
_setter("granularity", granularity)
|
3171
|
+
_setter("group_bies", group_bies)
|
3172
|
+
_setter("group_by_tags", group_by_tags)
|
3173
|
+
_setter("is_aggregate_by_time", is_aggregate_by_time)
|
3174
|
+
_setter("query_type", query_type)
|
2554
3175
|
|
2555
3176
|
@property
|
2556
3177
|
@pulumi.getter(name="compartmentDepth")
|
@@ -2629,10 +3250,25 @@ class GetScheduleQueryPropertyDateRangeResult(dict):
|
|
2629
3250
|
:param str time_usage_ended: The usage end time.
|
2630
3251
|
:param str time_usage_started: The usage start time.
|
2631
3252
|
"""
|
2632
|
-
|
2633
|
-
|
2634
|
-
|
2635
|
-
|
3253
|
+
GetScheduleQueryPropertyDateRangeResult._configure(
|
3254
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3255
|
+
date_range_type=date_range_type,
|
3256
|
+
dynamic_date_range_type=dynamic_date_range_type,
|
3257
|
+
time_usage_ended=time_usage_ended,
|
3258
|
+
time_usage_started=time_usage_started,
|
3259
|
+
)
|
3260
|
+
@staticmethod
|
3261
|
+
def _configure(
|
3262
|
+
_setter: Callable[[Any, Any], None],
|
3263
|
+
date_range_type: str,
|
3264
|
+
dynamic_date_range_type: str,
|
3265
|
+
time_usage_ended: str,
|
3266
|
+
time_usage_started: str,
|
3267
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3268
|
+
_setter("date_range_type", date_range_type)
|
3269
|
+
_setter("dynamic_date_range_type", dynamic_date_range_type)
|
3270
|
+
_setter("time_usage_ended", time_usage_ended)
|
3271
|
+
_setter("time_usage_started", time_usage_started)
|
2636
3272
|
|
2637
3273
|
@property
|
2638
3274
|
@pulumi.getter(name="dateRangeType")
|
@@ -2675,9 +3311,22 @@ class GetScheduleQueryPropertyGroupByTagResult(dict):
|
|
2675
3311
|
:param str namespace: The namespace needed to determine the object storage bucket.
|
2676
3312
|
:param str value: The tag value.
|
2677
3313
|
"""
|
2678
|
-
|
2679
|
-
|
2680
|
-
|
3314
|
+
GetScheduleQueryPropertyGroupByTagResult._configure(
|
3315
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3316
|
+
key=key,
|
3317
|
+
namespace=namespace,
|
3318
|
+
value=value,
|
3319
|
+
)
|
3320
|
+
@staticmethod
|
3321
|
+
def _configure(
|
3322
|
+
_setter: Callable[[Any, Any], None],
|
3323
|
+
key: str,
|
3324
|
+
namespace: str,
|
3325
|
+
value: str,
|
3326
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3327
|
+
_setter("key", key)
|
3328
|
+
_setter("namespace", namespace)
|
3329
|
+
_setter("value", value)
|
2681
3330
|
|
2682
3331
|
@property
|
2683
3332
|
@pulumi.getter
|
@@ -2717,10 +3366,25 @@ class GetScheduleResultLocationResult(dict):
|
|
2717
3366
|
:param str namespace: The namespace needed to determine the object storage bucket.
|
2718
3367
|
:param str region: The destination Object Store Region specified by the customer.
|
2719
3368
|
"""
|
2720
|
-
|
2721
|
-
|
2722
|
-
|
2723
|
-
|
3369
|
+
GetScheduleResultLocationResult._configure(
|
3370
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3371
|
+
bucket=bucket,
|
3372
|
+
location_type=location_type,
|
3373
|
+
namespace=namespace,
|
3374
|
+
region=region,
|
3375
|
+
)
|
3376
|
+
@staticmethod
|
3377
|
+
def _configure(
|
3378
|
+
_setter: Callable[[Any, Any], None],
|
3379
|
+
bucket: str,
|
3380
|
+
location_type: str,
|
3381
|
+
namespace: str,
|
3382
|
+
region: str,
|
3383
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3384
|
+
_setter("bucket", bucket)
|
3385
|
+
_setter("location_type", location_type)
|
3386
|
+
_setter("namespace", namespace)
|
3387
|
+
_setter("region", region)
|
2724
3388
|
|
2725
3389
|
@property
|
2726
3390
|
@pulumi.getter
|
@@ -2761,10 +3425,23 @@ class GetScheduledRunsFilterResult(dict):
|
|
2761
3425
|
name: str,
|
2762
3426
|
values: Sequence[str],
|
2763
3427
|
regex: Optional[bool] = None):
|
2764
|
-
|
2765
|
-
|
3428
|
+
GetScheduledRunsFilterResult._configure(
|
3429
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3430
|
+
name=name,
|
3431
|
+
values=values,
|
3432
|
+
regex=regex,
|
3433
|
+
)
|
3434
|
+
@staticmethod
|
3435
|
+
def _configure(
|
3436
|
+
_setter: Callable[[Any, Any], None],
|
3437
|
+
name: str,
|
3438
|
+
values: Sequence[str],
|
3439
|
+
regex: Optional[bool] = None,
|
3440
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3441
|
+
_setter("name", name)
|
3442
|
+
_setter("values", values)
|
2766
3443
|
if regex is not None:
|
2767
|
-
|
3444
|
+
_setter("regex", regex)
|
2768
3445
|
|
2769
3446
|
@property
|
2770
3447
|
@pulumi.getter
|
@@ -2786,7 +3463,16 @@ class GetScheduledRunsFilterResult(dict):
|
|
2786
3463
|
class GetScheduledRunsScheduledRunCollectionResult(dict):
|
2787
3464
|
def __init__(__self__, *,
|
2788
3465
|
items: Sequence['outputs.GetScheduledRunsScheduledRunCollectionItemResult']):
|
2789
|
-
|
3466
|
+
GetScheduledRunsScheduledRunCollectionResult._configure(
|
3467
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3468
|
+
items=items,
|
3469
|
+
)
|
3470
|
+
@staticmethod
|
3471
|
+
def _configure(
|
3472
|
+
_setter: Callable[[Any, Any], None],
|
3473
|
+
items: Sequence['outputs.GetScheduledRunsScheduledRunCollectionItemResult'],
|
3474
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3475
|
+
_setter("items", items)
|
2790
3476
|
|
2791
3477
|
@property
|
2792
3478
|
@pulumi.getter
|
@@ -2811,12 +3497,31 @@ class GetScheduledRunsScheduledRunCollectionItemResult(dict):
|
|
2811
3497
|
:param str time_created: The time when schedule started executing
|
2812
3498
|
:param str time_finished: The time when schedule finished executing
|
2813
3499
|
"""
|
2814
|
-
|
2815
|
-
|
2816
|
-
|
2817
|
-
|
2818
|
-
|
2819
|
-
|
3500
|
+
GetScheduledRunsScheduledRunCollectionItemResult._configure(
|
3501
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3502
|
+
id=id,
|
3503
|
+
lifecycle_details=lifecycle_details,
|
3504
|
+
schedule_id=schedule_id,
|
3505
|
+
state=state,
|
3506
|
+
time_created=time_created,
|
3507
|
+
time_finished=time_finished,
|
3508
|
+
)
|
3509
|
+
@staticmethod
|
3510
|
+
def _configure(
|
3511
|
+
_setter: Callable[[Any, Any], None],
|
3512
|
+
id: str,
|
3513
|
+
lifecycle_details: str,
|
3514
|
+
schedule_id: str,
|
3515
|
+
state: str,
|
3516
|
+
time_created: str,
|
3517
|
+
time_finished: str,
|
3518
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3519
|
+
_setter("id", id)
|
3520
|
+
_setter("lifecycle_details", lifecycle_details)
|
3521
|
+
_setter("schedule_id", schedule_id)
|
3522
|
+
_setter("state", state)
|
3523
|
+
_setter("time_created", time_created)
|
3524
|
+
_setter("time_finished", time_finished)
|
2820
3525
|
|
2821
3526
|
@property
|
2822
3527
|
@pulumi.getter
|
@@ -2876,10 +3581,23 @@ class GetSchedulesFilterResult(dict):
|
|
2876
3581
|
"""
|
2877
3582
|
:param str name: Query parameter for filtering by name
|
2878
3583
|
"""
|
2879
|
-
|
2880
|
-
|
3584
|
+
GetSchedulesFilterResult._configure(
|
3585
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3586
|
+
name=name,
|
3587
|
+
values=values,
|
3588
|
+
regex=regex,
|
3589
|
+
)
|
3590
|
+
@staticmethod
|
3591
|
+
def _configure(
|
3592
|
+
_setter: Callable[[Any, Any], None],
|
3593
|
+
name: str,
|
3594
|
+
values: Sequence[str],
|
3595
|
+
regex: Optional[bool] = None,
|
3596
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3597
|
+
_setter("name", name)
|
3598
|
+
_setter("values", values)
|
2881
3599
|
if regex is not None:
|
2882
|
-
|
3600
|
+
_setter("regex", regex)
|
2883
3601
|
|
2884
3602
|
@property
|
2885
3603
|
@pulumi.getter
|
@@ -2904,7 +3622,16 @@ class GetSchedulesFilterResult(dict):
|
|
2904
3622
|
class GetSchedulesScheduleCollectionResult(dict):
|
2905
3623
|
def __init__(__self__, *,
|
2906
3624
|
items: Sequence['outputs.GetSchedulesScheduleCollectionItemResult']):
|
2907
|
-
|
3625
|
+
GetSchedulesScheduleCollectionResult._configure(
|
3626
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3627
|
+
items=items,
|
3628
|
+
)
|
3629
|
+
@staticmethod
|
3630
|
+
def _configure(
|
3631
|
+
_setter: Callable[[Any, Any], None],
|
3632
|
+
items: Sequence['outputs.GetSchedulesScheduleCollectionItemResult'],
|
3633
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3634
|
+
_setter("items", items)
|
2908
3635
|
|
2909
3636
|
@property
|
2910
3637
|
@pulumi.getter
|
@@ -2949,22 +3676,61 @@ class GetSchedulesScheduleCollectionItemResult(dict):
|
|
2949
3676
|
:param str time_next_run: The date and time of the next job execution.
|
2950
3677
|
:param str time_scheduled: The date and time of the first time job execution.
|
2951
3678
|
"""
|
2952
|
-
|
2953
|
-
|
2954
|
-
|
2955
|
-
|
2956
|
-
|
2957
|
-
|
2958
|
-
|
2959
|
-
|
2960
|
-
|
2961
|
-
|
2962
|
-
|
2963
|
-
|
2964
|
-
|
2965
|
-
|
2966
|
-
|
2967
|
-
|
3679
|
+
GetSchedulesScheduleCollectionItemResult._configure(
|
3680
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3681
|
+
compartment_id=compartment_id,
|
3682
|
+
defined_tags=defined_tags,
|
3683
|
+
description=description,
|
3684
|
+
freeform_tags=freeform_tags,
|
3685
|
+
id=id,
|
3686
|
+
name=name,
|
3687
|
+
output_file_format=output_file_format,
|
3688
|
+
query_properties=query_properties,
|
3689
|
+
result_locations=result_locations,
|
3690
|
+
saved_report_id=saved_report_id,
|
3691
|
+
schedule_recurrences=schedule_recurrences,
|
3692
|
+
state=state,
|
3693
|
+
system_tags=system_tags,
|
3694
|
+
time_created=time_created,
|
3695
|
+
time_next_run=time_next_run,
|
3696
|
+
time_scheduled=time_scheduled,
|
3697
|
+
)
|
3698
|
+
@staticmethod
|
3699
|
+
def _configure(
|
3700
|
+
_setter: Callable[[Any, Any], None],
|
3701
|
+
compartment_id: str,
|
3702
|
+
defined_tags: Mapping[str, Any],
|
3703
|
+
description: str,
|
3704
|
+
freeform_tags: Mapping[str, Any],
|
3705
|
+
id: str,
|
3706
|
+
name: str,
|
3707
|
+
output_file_format: str,
|
3708
|
+
query_properties: Sequence['outputs.GetSchedulesScheduleCollectionItemQueryPropertyResult'],
|
3709
|
+
result_locations: Sequence['outputs.GetSchedulesScheduleCollectionItemResultLocationResult'],
|
3710
|
+
saved_report_id: str,
|
3711
|
+
schedule_recurrences: str,
|
3712
|
+
state: str,
|
3713
|
+
system_tags: Mapping[str, Any],
|
3714
|
+
time_created: str,
|
3715
|
+
time_next_run: str,
|
3716
|
+
time_scheduled: str,
|
3717
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3718
|
+
_setter("compartment_id", compartment_id)
|
3719
|
+
_setter("defined_tags", defined_tags)
|
3720
|
+
_setter("description", description)
|
3721
|
+
_setter("freeform_tags", freeform_tags)
|
3722
|
+
_setter("id", id)
|
3723
|
+
_setter("name", name)
|
3724
|
+
_setter("output_file_format", output_file_format)
|
3725
|
+
_setter("query_properties", query_properties)
|
3726
|
+
_setter("result_locations", result_locations)
|
3727
|
+
_setter("saved_report_id", saved_report_id)
|
3728
|
+
_setter("schedule_recurrences", schedule_recurrences)
|
3729
|
+
_setter("state", state)
|
3730
|
+
_setter("system_tags", system_tags)
|
3731
|
+
_setter("time_created", time_created)
|
3732
|
+
_setter("time_next_run", time_next_run)
|
3733
|
+
_setter("time_scheduled", time_scheduled)
|
2968
3734
|
|
2969
3735
|
@property
|
2970
3736
|
@pulumi.getter(name="compartmentId")
|
@@ -3116,14 +3882,37 @@ class GetSchedulesScheduleCollectionItemQueryPropertyResult(dict):
|
|
3116
3882
|
:param bool is_aggregate_by_time: Specifies whether aggregated by time. If isAggregateByTime is true, all usage or cost over the query time period will be added up.
|
3117
3883
|
:param str query_type: The query usage type. COST by default if it is missing. Usage - Query the usage data. Cost - Query the cost/billing data. Allowed values are: USAGE COST USAGE_AND_COST
|
3118
3884
|
"""
|
3119
|
-
|
3120
|
-
|
3121
|
-
|
3122
|
-
|
3123
|
-
|
3124
|
-
|
3125
|
-
|
3126
|
-
|
3885
|
+
GetSchedulesScheduleCollectionItemQueryPropertyResult._configure(
|
3886
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3887
|
+
compartment_depth=compartment_depth,
|
3888
|
+
date_ranges=date_ranges,
|
3889
|
+
filter=filter,
|
3890
|
+
granularity=granularity,
|
3891
|
+
group_bies=group_bies,
|
3892
|
+
group_by_tags=group_by_tags,
|
3893
|
+
is_aggregate_by_time=is_aggregate_by_time,
|
3894
|
+
query_type=query_type,
|
3895
|
+
)
|
3896
|
+
@staticmethod
|
3897
|
+
def _configure(
|
3898
|
+
_setter: Callable[[Any, Any], None],
|
3899
|
+
compartment_depth: float,
|
3900
|
+
date_ranges: Sequence['outputs.GetSchedulesScheduleCollectionItemQueryPropertyDateRangeResult'],
|
3901
|
+
filter: str,
|
3902
|
+
granularity: str,
|
3903
|
+
group_bies: Sequence[str],
|
3904
|
+
group_by_tags: Sequence['outputs.GetSchedulesScheduleCollectionItemQueryPropertyGroupByTagResult'],
|
3905
|
+
is_aggregate_by_time: bool,
|
3906
|
+
query_type: str,
|
3907
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3908
|
+
_setter("compartment_depth", compartment_depth)
|
3909
|
+
_setter("date_ranges", date_ranges)
|
3910
|
+
_setter("filter", filter)
|
3911
|
+
_setter("granularity", granularity)
|
3912
|
+
_setter("group_bies", group_bies)
|
3913
|
+
_setter("group_by_tags", group_by_tags)
|
3914
|
+
_setter("is_aggregate_by_time", is_aggregate_by_time)
|
3915
|
+
_setter("query_type", query_type)
|
3127
3916
|
|
3128
3917
|
@property
|
3129
3918
|
@pulumi.getter(name="compartmentDepth")
|
@@ -3202,10 +3991,25 @@ class GetSchedulesScheduleCollectionItemQueryPropertyDateRangeResult(dict):
|
|
3202
3991
|
:param str time_usage_ended: The usage end time.
|
3203
3992
|
:param str time_usage_started: The usage start time.
|
3204
3993
|
"""
|
3205
|
-
|
3206
|
-
|
3207
|
-
|
3208
|
-
|
3994
|
+
GetSchedulesScheduleCollectionItemQueryPropertyDateRangeResult._configure(
|
3995
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3996
|
+
date_range_type=date_range_type,
|
3997
|
+
dynamic_date_range_type=dynamic_date_range_type,
|
3998
|
+
time_usage_ended=time_usage_ended,
|
3999
|
+
time_usage_started=time_usage_started,
|
4000
|
+
)
|
4001
|
+
@staticmethod
|
4002
|
+
def _configure(
|
4003
|
+
_setter: Callable[[Any, Any], None],
|
4004
|
+
date_range_type: str,
|
4005
|
+
dynamic_date_range_type: str,
|
4006
|
+
time_usage_ended: str,
|
4007
|
+
time_usage_started: str,
|
4008
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4009
|
+
_setter("date_range_type", date_range_type)
|
4010
|
+
_setter("dynamic_date_range_type", dynamic_date_range_type)
|
4011
|
+
_setter("time_usage_ended", time_usage_ended)
|
4012
|
+
_setter("time_usage_started", time_usage_started)
|
3209
4013
|
|
3210
4014
|
@property
|
3211
4015
|
@pulumi.getter(name="dateRangeType")
|
@@ -3248,9 +4052,22 @@ class GetSchedulesScheduleCollectionItemQueryPropertyGroupByTagResult(dict):
|
|
3248
4052
|
:param str namespace: The namespace needed to determine the object storage bucket.
|
3249
4053
|
:param str value: The tag value.
|
3250
4054
|
"""
|
3251
|
-
|
3252
|
-
|
3253
|
-
|
4055
|
+
GetSchedulesScheduleCollectionItemQueryPropertyGroupByTagResult._configure(
|
4056
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4057
|
+
key=key,
|
4058
|
+
namespace=namespace,
|
4059
|
+
value=value,
|
4060
|
+
)
|
4061
|
+
@staticmethod
|
4062
|
+
def _configure(
|
4063
|
+
_setter: Callable[[Any, Any], None],
|
4064
|
+
key: str,
|
4065
|
+
namespace: str,
|
4066
|
+
value: str,
|
4067
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4068
|
+
_setter("key", key)
|
4069
|
+
_setter("namespace", namespace)
|
4070
|
+
_setter("value", value)
|
3254
4071
|
|
3255
4072
|
@property
|
3256
4073
|
@pulumi.getter
|
@@ -3290,10 +4107,25 @@ class GetSchedulesScheduleCollectionItemResultLocationResult(dict):
|
|
3290
4107
|
:param str namespace: The namespace needed to determine the object storage bucket.
|
3291
4108
|
:param str region: The destination Object Store Region specified by the customer.
|
3292
4109
|
"""
|
3293
|
-
|
3294
|
-
|
3295
|
-
|
3296
|
-
|
4110
|
+
GetSchedulesScheduleCollectionItemResultLocationResult._configure(
|
4111
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4112
|
+
bucket=bucket,
|
4113
|
+
location_type=location_type,
|
4114
|
+
namespace=namespace,
|
4115
|
+
region=region,
|
4116
|
+
)
|
4117
|
+
@staticmethod
|
4118
|
+
def _configure(
|
4119
|
+
_setter: Callable[[Any, Any], None],
|
4120
|
+
bucket: str,
|
4121
|
+
location_type: str,
|
4122
|
+
namespace: str,
|
4123
|
+
region: str,
|
4124
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4125
|
+
_setter("bucket", bucket)
|
4126
|
+
_setter("location_type", location_type)
|
4127
|
+
_setter("namespace", namespace)
|
4128
|
+
_setter("region", region)
|
3297
4129
|
|
3298
4130
|
@property
|
3299
4131
|
@pulumi.getter
|