pulumi-oci 1.11.0a1695814503__py3-none-any.whl → 1.12.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +43 -0
- pulumi_oci/adm/_inputs.py +116 -23
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +55 -13
- pulumi_oci/adm/outputs.py +469 -101
- pulumi_oci/adm/vulnerability_audit.py +119 -31
- pulumi_oci/aianomalydetection/_inputs.py +355 -84
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +73 -19
- pulumi_oci/aianomalydetection/data_asset.py +84 -21
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +98 -24
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +84 -21
- pulumi_oci/aianomalydetection/outputs.py +1189 -292
- pulumi_oci/aianomalydetection/project.py +61 -15
- pulumi_oci/aidocument/_inputs.py +315 -72
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +154 -54
- pulumi_oci/aidocument/outputs.py +932 -210
- pulumi_oci/aidocument/processor_job.py +82 -17
- pulumi_oci/aidocument/project.py +64 -16
- pulumi_oci/ailanguage/_inputs.py +321 -68
- pulumi_oci/ailanguage/endpoint.py +79 -21
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +109 -26
- pulumi_oci/ailanguage/outputs.py +1086 -239
- pulumi_oci/ailanguage/project.py +64 -16
- pulumi_oci/aivision/_inputs.py +99 -22
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +151 -40
- pulumi_oci/aivision/outputs.py +379 -92
- pulumi_oci/aivision/project.py +64 -16
- pulumi_oci/analytics/_inputs.py +100 -20
- pulumi_oci/analytics/analytics_instance.py +116 -30
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +70 -18
- pulumi_oci/analytics/analytics_instance_vanity_url.py +61 -15
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +295 -64
- pulumi_oci/announcementsservice/_inputs.py +56 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +93 -24
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +31 -5
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +37 -7
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +170 -34
- pulumi_oci/apigateway/_inputs.py +1983 -398
- pulumi_oci/apigateway/api.py +67 -17
- pulumi_oci/apigateway/certificate.py +79 -21
- pulumi_oci/apigateway/deployment.py +81 -20
- pulumi_oci/apigateway/gateway.py +102 -27
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +7817 -1589
- pulumi_oci/apigateway/subscriber.py +67 -17
- pulumi_oci/apigateway/usage_plan.py +61 -15
- pulumi_oci/apm/_inputs.py +33 -7
- pulumi_oci/apm/apm_domain.py +67 -17
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +89 -21
- pulumi_oci/apmconfig/_inputs.py +96 -21
- pulumi_oci/apmconfig/config.py +130 -38
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +337 -78
- pulumi_oci/apmsynthetics/_inputs.py +446 -91
- pulumi_oci/apmsynthetics/config.py +163 -44
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +78 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +1 -1
- pulumi_oci/apmsynthetics/get_script.py +1 -1
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +1520 -323
- pulumi_oci/apmsynthetics/script.py +82 -22
- pulumi_oci/apmtraces/_inputs.py +17 -4
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +225 -50
- pulumi_oci/appmgmtcontrol/_inputs.py +17 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +40 -8
- pulumi_oci/appmgmtcontrol/outputs.py +61 -14
- pulumi_oci/artifacts/_inputs.py +94 -18
- pulumi_oci/artifacts/container_configuration.py +34 -6
- pulumi_oci/artifacts/container_image_signature.py +88 -24
- pulumi_oci/artifacts/container_repository.py +96 -25
- pulumi_oci/artifacts/generic_artifact.py +64 -16
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +515 -121
- pulumi_oci/artifacts/repository.py +67 -17
- pulumi_oci/audit/_inputs.py +17 -4
- pulumi_oci/audit/configuration.py +31 -5
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +191 -48
- pulumi_oci/autoscaling/_inputs.py +167 -41
- pulumi_oci/autoscaling/auto_scaling_configuration.py +81 -33
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +510 -111
- pulumi_oci/bastion/_inputs.py +71 -15
- pulumi_oci/bastion/bastion.py +109 -31
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +266 -66
- pulumi_oci/bastion/session.py +89 -21
- pulumi_oci/bigdataservice/_inputs.py +866 -182
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +80 -18
- pulumi_oci/bigdataservice/bds_instance.py +231 -60
- pulumi_oci/bigdataservice/bds_instance_api_key.py +64 -16
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +73 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +37 -7
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +2639 -577
- pulumi_oci/blockchain/_inputs.py +197 -36
- pulumi_oci/blockchain/blockchain_platform.py +153 -44
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +48 -9
- pulumi_oci/blockchain/outputs.py +674 -132
- pulumi_oci/blockchain/peer.py +63 -14
- pulumi_oci/budget/_inputs.py +33 -7
- pulumi_oci/budget/budget.py +127 -40
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +161 -45
- pulumi_oci/budget/rule.py +91 -25
- pulumi_oci/certificatesmanagement/_inputs.py +662 -156
- pulumi_oci/certificatesmanagement/ca_bundle.py +64 -16
- pulumi_oci/certificatesmanagement/certificate.py +102 -27
- pulumi_oci/certificatesmanagement/certificate_authority.py +110 -28
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +2271 -536
- pulumi_oci/cloudbridge/_inputs.py +488 -112
- pulumi_oci/cloudbridge/agent.py +97 -27
- pulumi_oci/cloudbridge/agent_dependency.py +100 -28
- pulumi_oci/cloudbridge/agent_plugin.py +64 -16
- pulumi_oci/cloudbridge/asset.py +129 -31
- pulumi_oci/cloudbridge/asset_source.py +131 -35
- pulumi_oci/cloudbridge/discovery_schedule.py +64 -16
- pulumi_oci/cloudbridge/environment.py +58 -14
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +58 -14
- pulumi_oci/cloudbridge/outputs.py +1748 -427
- pulumi_oci/cloudguard/_inputs.py +1352 -316
- pulumi_oci/cloudguard/cloud_guard_configuration.py +43 -9
- pulumi_oci/cloudguard/cloud_guard_data_source.py +81 -20
- pulumi_oci/cloudguard/data_mask_rule.py +96 -25
- pulumi_oci/cloudguard/detector_recipe.py +88 -24
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +88 -24
- pulumi_oci/cloudguard/outputs.py +4456 -1066
- pulumi_oci/cloudguard/responder_recipe.py +82 -22
- pulumi_oci/cloudguard/security_recipe.py +70 -18
- pulumi_oci/cloudguard/security_zone.py +73 -19
- pulumi_oci/cloudguard/target.py +100 -28
- pulumi_oci/cloudmigrations/_inputs.py +1111 -259
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +70 -18
- pulumi_oci/cloudmigrations/migration_asset.py +103 -29
- pulumi_oci/cloudmigrations/migration_plan.py +91 -25
- pulumi_oci/cloudmigrations/outputs.py +3596 -861
- pulumi_oci/cloudmigrations/replication_schedule.py +64 -16
- pulumi_oci/cloudmigrations/target_asset.py +105 -28
- pulumi_oci/computecloud/__init__.py +15 -0
- pulumi_oci/computecloud/_inputs.py +927 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1004 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +703 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +368 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +244 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +264 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +244 -0
- pulumi_oci/computecloud/outputs.py +2650 -0
- pulumi_oci/computeinstanceagent/_inputs.py +33 -7
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +71 -15
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1033 -219
- pulumi_oci/containerengine/addon.py +61 -15
- pulumi_oci/containerengine/cluster.py +121 -30
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +25 -3
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +31 -5
- pulumi_oci/containerengine/cluster_workload_mapping.py +58 -14
- pulumi_oci/containerengine/container_instance.py +143 -39
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +170 -49
- pulumi_oci/containerengine/outputs.py +2481 -536
- pulumi_oci/containerengine/virtual_node_pool.py +119 -31
- pulumi_oci/containerinstances/_inputs.py +33 -7
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +935 -226
- pulumi_oci/core/_inputs.py +4772 -994
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +43 -9
- pulumi_oci/core/app_catalog_subscription.py +76 -20
- pulumi_oci/core/boot_volume.py +132 -40
- pulumi_oci/core/boot_volume_backup.py +102 -27
- pulumi_oci/core/capture_filter.py +61 -15
- pulumi_oci/core/cluster_network.py +86 -20
- pulumi_oci/core/compute_capacity_report.py +40 -8
- pulumi_oci/core/compute_capacity_reservation.py +76 -20
- pulumi_oci/core/compute_cluster.py +55 -13
- pulumi_oci/core/compute_image_capability_schema.py +67 -17
- pulumi_oci/core/console_history.py +55 -13
- pulumi_oci/core/cpe.py +64 -16
- pulumi_oci/core/cross_connect.py +111 -30
- pulumi_oci/core/cross_connect_group.py +72 -17
- pulumi_oci/core/dedicated_vm_host.py +79 -21
- pulumi_oci/core/default_dhcp_options.py +67 -17
- pulumi_oci/core/default_route_table.py +61 -15
- pulumi_oci/core/default_security_list.py +67 -17
- pulumi_oci/core/dhcp_options.py +67 -17
- pulumi_oci/core/drg.py +58 -14
- pulumi_oci/core/drg_attachment.py +96 -25
- pulumi_oci/core/drg_attachment_management.py +111 -30
- pulumi_oci/core/drg_attachments_list.py +40 -8
- pulumi_oci/core/drg_route_distribution.py +58 -14
- pulumi_oci/core/drg_route_distribution_statement.py +48 -9
- pulumi_oci/core/drg_route_table.py +70 -18
- pulumi_oci/core/drg_route_table_route_rule.py +58 -14
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +21 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +99 -26
- pulumi_oci/core/instance.py +277 -94
- pulumi_oci/core/instance_configuration.py +72 -17
- pulumi_oci/core/instance_console_connection.py +61 -15
- pulumi_oci/core/instance_pool.py +91 -25
- pulumi_oci/core/instance_pool_instance.py +73 -19
- pulumi_oci/core/internet_gateway.py +67 -17
- pulumi_oci/core/ipsec.py +82 -22
- pulumi_oci/core/ipsec_connection_tunnel_management.py +120 -33
- pulumi_oci/core/ipv6.py +67 -17
- pulumi_oci/core/listing_resource_version_agreement.py +127 -11
- pulumi_oci/core/local_peering_gateway.py +82 -22
- pulumi_oci/core/nat_gateway.py +76 -20
- pulumi_oci/core/network_security_group.py +55 -13
- pulumi_oci/core/network_security_group_security_rule.py +112 -27
- pulumi_oci/core/outputs.py +14633 -3342
- pulumi_oci/core/private_ip.py +79 -21
- pulumi_oci/core/public_ip.py +82 -22
- pulumi_oci/core/public_ip_pool.py +52 -12
- pulumi_oci/core/public_ip_pool_capacity.py +37 -7
- pulumi_oci/core/remote_peering_connection.py +76 -20
- pulumi_oci/core/route_table.py +61 -15
- pulumi_oci/core/route_table_attachment.py +31 -5
- pulumi_oci/core/security_list.py +67 -17
- pulumi_oci/core/service_gateway.py +70 -18
- pulumi_oci/core/shape_management.py +37 -7
- pulumi_oci/core/subnet.py +127 -37
- pulumi_oci/core/vcn.py +137 -59
- pulumi_oci/core/virtual_circuit.py +160 -51
- pulumi_oci/core/virtual_network.py +109 -31
- pulumi_oci/core/vlan.py +85 -23
- pulumi_oci/core/vnic_attachment.py +72 -17
- pulumi_oci/core/volume.py +138 -45
- pulumi_oci/core/volume_attachment.py +124 -39
- pulumi_oci/core/volume_backup.py +105 -28
- pulumi_oci/core/volume_backup_policy.py +58 -14
- pulumi_oci/core/volume_backup_policy_assignment.py +34 -6
- pulumi_oci/core/volume_group.py +105 -28
- pulumi_oci/core/volume_group_backup.py +99 -26
- pulumi_oci/core/vtap.py +136 -40
- pulumi_oci/database/_inputs.py +3681 -752
- pulumi_oci/database/application_vip.py +67 -17
- pulumi_oci/database/autonomous_container_database.py +280 -83
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +88 -24
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +37 -7
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +43 -9
- pulumi_oci/database/autonomous_database.py +752 -247
- pulumi_oci/database/autonomous_database_backup.py +105 -28
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +43 -9
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +37 -7
- pulumi_oci/database/autonomous_database_wallet.py +54 -18
- pulumi_oci/database/autonomous_exadata_infrastructure.py +123 -37
- pulumi_oci/database/autonomous_vm_cluster.py +193 -59
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +49 -11
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +49 -11
- pulumi_oci/database/backup.py +79 -21
- pulumi_oci/database/backup_cancel_management.py +31 -5
- pulumi_oci/database/backup_destination.py +99 -29
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +243 -74
- pulumi_oci/database/cloud_database_management.py +84 -21
- pulumi_oci/database/cloud_exadata_infrastructure.py +147 -42
- pulumi_oci/database/cloud_vm_cluster.py +255 -78
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +43 -9
- pulumi_oci/database/data_guard_association.py +249 -76
- pulumi_oci/database/database.py +159 -46
- pulumi_oci/database/database_software_image.py +103 -29
- pulumi_oci/database/database_upgrade.py +129 -36
- pulumi_oci/database/db_home.py +120 -33
- pulumi_oci/database/db_node.py +100 -28
- pulumi_oci/database/db_node_console_connection.py +61 -15
- pulumi_oci/database/db_system.py +303 -89
- pulumi_oci/database/db_systems_upgrade.py +181 -55
- pulumi_oci/database/exadata_infrastructure.py +248 -74
- pulumi_oci/database/exadata_infrastructure_compute.py +166 -50
- pulumi_oci/database/exadata_infrastructure_storage.py +195 -58
- pulumi_oci/database/exadata_iorm_config.py +43 -9
- pulumi_oci/database/external_container_database.py +85 -23
- pulumi_oci/database/external_container_database_management.py +43 -9
- pulumi_oci/database/external_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_database_connector.py +95 -23
- pulumi_oci/database/external_non_container_database.py +88 -24
- pulumi_oci/database/external_non_container_database_management.py +43 -9
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_pluggable_database.py +100 -28
- pulumi_oci/database/external_pluggable_database_management.py +37 -7
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +21 -4
- pulumi_oci/database/get_autonomous_container_database.py +4 -2
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -2
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +21 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +3 -3
- pulumi_oci/database/get_autonomous_databases.py +39 -2
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +3 -3
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +1 -1
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_histories.py +2 -2
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +1 -1
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +1 -1
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +1 -1
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_nodes.py +1 -1
- pulumi_oci/database/get_db_server.py +1 -1
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +1 -1
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +1 -1
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_versions.py +1 -1
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +1 -1
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +2 -2
- pulumi_oci/database/get_maintenance_runs.py +2 -2
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +1 -1
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +1 -1
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_vm_cluster.py +1 -1
- pulumi_oci/database/get_vm_cluster_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +66 -15
- pulumi_oci/database/maintenance_run.py +152 -48
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12935 -3083
- pulumi_oci/database/pluggable_database.py +91 -25
- pulumi_oci/database/pluggable_database_managements_management.py +114 -31
- pulumi_oci/database/pluggable_databases_local_clone.py +85 -23
- pulumi_oci/database/pluggable_databases_remote_clone.py +97 -27
- pulumi_oci/database/vm_cluster.py +171 -50
- pulumi_oci/database/vm_cluster_add_virtual_network.py +109 -31
- pulumi_oci/database/vm_cluster_network.py +103 -29
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +103 -29
- pulumi_oci/databasemanagement/_inputs.py +1848 -402
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +67 -17
- pulumi_oci/databasemanagement/external_asm.py +73 -19
- pulumi_oci/databasemanagement/external_cluster.py +79 -21
- pulumi_oci/databasemanagement/external_cluster_instance.py +73 -19
- pulumi_oci/databasemanagement/external_db_node.py +70 -18
- pulumi_oci/databasemanagement/external_db_system.py +80 -18
- pulumi_oci/databasemanagement/external_db_system_connector.py +73 -19
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +37 -7
- pulumi_oci/databasemanagement/external_db_system_discovery.py +67 -17
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +43 -9
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +91 -25
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +37 -7
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +84 -21
- pulumi_oci/databasemanagement/external_listener.py +100 -28
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/managed_database_group.py +52 -12
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/outputs.py +7869 -1808
- pulumi_oci/databasemigration/_inputs.py +962 -150
- pulumi_oci/databasemigration/agent.py +82 -22
- pulumi_oci/databasemigration/connection.py +163 -39
- pulumi_oci/databasemigration/get_agent.py +1 -1
- pulumi_oci/databasemigration/get_agent_images.py +1 -1
- pulumi_oci/databasemigration/get_agents.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +12 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +1 -1
- pulumi_oci/databasemigration/job.py +70 -18
- pulumi_oci/databasemigration/migration.py +238 -48
- pulumi_oci/databasemigration/outputs.py +2788 -458
- pulumi_oci/databasetools/_inputs.py +137 -23
- pulumi_oci/databasetools/database_tools_connection.py +116 -30
- pulumi_oci/databasetools/database_tools_private_endpoint.py +103 -29
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +514 -102
- pulumi_oci/datacatalog/_inputs.py +97 -19
- pulumi_oci/datacatalog/catalog.py +70 -18
- pulumi_oci/datacatalog/catalog_private_endpoint.py +70 -18
- pulumi_oci/datacatalog/connection.py +94 -39
- pulumi_oci/datacatalog/data_asset.py +79 -34
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +67 -17
- pulumi_oci/datacatalog/outputs.py +403 -100
- pulumi_oci/dataflow/_inputs.py +421 -78
- pulumi_oci/dataflow/application.py +217 -62
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +241 -70
- pulumi_oci/dataflow/outputs.py +1579 -345
- pulumi_oci/dataflow/pool.py +91 -25
- pulumi_oci/dataflow/private_endpoint.py +97 -27
- pulumi_oci/dataflow/run_statement.py +46 -10
- pulumi_oci/dataflow/sql_endpoint.py +151 -40
- pulumi_oci/dataintegration/_inputs.py +530 -119
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1752 -412
- pulumi_oci/dataintegration/workspace.py +139 -41
- pulumi_oci/dataintegration/workspace_application.py +146 -40
- pulumi_oci/dataintegration/workspace_folder.py +99 -26
- pulumi_oci/dataintegration/workspace_project.py +93 -24
- pulumi_oci/datalabellingservice/_inputs.py +160 -29
- pulumi_oci/datalabellingservice/dataset.py +134 -31
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +518 -96
- pulumi_oci/datasafe/_inputs.py +1508 -333
- pulumi_oci/datasafe/add_sdm_columns.py +25 -3
- pulumi_oci/datasafe/alert.py +103 -29
- pulumi_oci/datasafe/audit_archive_retrieval.py +91 -25
- pulumi_oci/datasafe/audit_policy.py +100 -28
- pulumi_oci/datasafe/audit_profile.py +100 -28
- pulumi_oci/datasafe/audit_trail.py +103 -29
- pulumi_oci/datasafe/compare_security_assessment.py +31 -5
- pulumi_oci/datasafe/compare_user_assessment.py +31 -5
- pulumi_oci/datasafe/data_safe_configuration.py +52 -12
- pulumi_oci/datasafe/data_safe_private_endpoint.py +88 -24
- pulumi_oci/datasafe/discovery_jobs_result.py +82 -25
- pulumi_oci/datasafe/discovery_mod.py +124 -36
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +27 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +73 -19
- pulumi_oci/datasafe/mask_data.py +31 -5
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +31 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +94 -26
- pulumi_oci/datasafe/masking_policy.py +112 -32
- pulumi_oci/datasafe/on_prem_connector.py +67 -17
- pulumi_oci/datasafe/outputs.py +6826 -1649
- pulumi_oci/datasafe/report_definition.py +127 -37
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +70 -18
- pulumi_oci/datasafe/security_assessment.py +115 -33
- pulumi_oci/datasafe/sensitive_data_model.py +109 -31
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +31 -5
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +124 -36
- pulumi_oci/datasafe/sensitive_type.py +112 -32
- pulumi_oci/datasafe/set_security_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/set_user_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/target_alert_policy_association.py +79 -21
- pulumi_oci/datasafe/target_database.py +111 -25
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/user_assessment.py +109 -31
- pulumi_oci/datascience/__init__.py +3 -0
- pulumi_oci/datascience/_inputs.py +1035 -188
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +297 -0
- pulumi_oci/datascience/get_private_endpoints.py +216 -0
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/job.py +133 -34
- pulumi_oci/datascience/job_run.py +107 -27
- pulumi_oci/datascience/model.py +118 -34
- pulumi_oci/datascience/model_artifact_export.py +55 -13
- pulumi_oci/datascience/model_artifact_import.py +55 -13
- pulumi_oci/datascience/model_deployment.py +95 -23
- pulumi_oci/datascience/model_provenance.py +61 -15
- pulumi_oci/datascience/model_version_set.py +67 -17
- pulumi_oci/datascience/notebook_session.py +104 -23
- pulumi_oci/datascience/outputs.py +3349 -646
- pulumi_oci/datascience/pipeline.py +129 -31
- pulumi_oci/datascience/pipeline_run.py +125 -33
- pulumi_oci/datascience/private_endpoint.py +850 -0
- pulumi_oci/datascience/project.py +58 -14
- pulumi_oci/devops/_inputs.py +1616 -278
- pulumi_oci/devops/build_pipeline.py +78 -19
- pulumi_oci/devops/build_pipeline_stage.py +178 -44
- pulumi_oci/devops/build_run.py +95 -23
- pulumi_oci/devops/connection.py +108 -29
- pulumi_oci/devops/deploy_artifact.py +90 -23
- pulumi_oci/devops/deploy_environment.py +107 -27
- pulumi_oci/devops/deploy_pipeline.py +84 -21
- pulumi_oci/devops/deploy_stage.py +480 -128
- pulumi_oci/devops/deployment.py +130 -33
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +5561 -1068
- pulumi_oci/devops/project.py +78 -19
- pulumi_oci/devops/repository.py +114 -31
- pulumi_oci/devops/repository_mirror.py +25 -3
- pulumi_oci/devops/repository_ref.py +58 -14
- pulumi_oci/devops/trigger.py +94 -26
- pulumi_oci/disasterrecovery/_inputs.py +362 -84
- pulumi_oci/disasterrecovery/dr_plan.py +76 -20
- pulumi_oci/disasterrecovery/dr_plan_execution.py +99 -26
- pulumi_oci/disasterrecovery/dr_protection_group.py +101 -25
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1198 -288
- pulumi_oci/dns/_inputs.py +462 -94
- pulumi_oci/dns/action_create_zone_from_zone_file.py +85 -23
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1297 -300
- pulumi_oci/dns/record.py +64 -25
- pulumi_oci/dns/resolver.py +91 -25
- pulumi_oci/dns/resolver_endpoint.py +94 -26
- pulumi_oci/dns/rrset.py +61 -15
- pulumi_oci/dns/steering_policy.py +82 -22
- pulumi_oci/dns/steering_policy_attachment.py +58 -14
- pulumi_oci/dns/tsig_key.py +67 -17
- pulumi_oci/dns/view.py +64 -16
- pulumi_oci/dns/zone.py +97 -27
- pulumi_oci/email/_inputs.py +65 -13
- pulumi_oci/email/dkim.py +76 -20
- pulumi_oci/email/email_domain.py +64 -16
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +245 -59
- pulumi_oci/email/sender.py +55 -13
- pulumi_oci/email/suppression.py +49 -11
- pulumi_oci/emwarehouse/_inputs.py +33 -7
- pulumi_oci/emwarehouse/em_warehouse.py +82 -22
- pulumi_oci/emwarehouse/get_em_warehouse.py +1 -1
- pulumi_oci/emwarehouse/get_em_warehouses.py +1 -1
- pulumi_oci/emwarehouse/get_etl_run.py +1 -1
- pulumi_oci/emwarehouse/get_etl_runs.py +1 -1
- pulumi_oci/emwarehouse/get_resource_usage.py +1 -1
- pulumi_oci/emwarehouse/outputs.py +217 -52
- pulumi_oci/events/_inputs.py +61 -14
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +192 -46
- pulumi_oci/events/rule.py +81 -20
- pulumi_oci/filestorage/_inputs.py +289 -62
- pulumi_oci/filestorage/export.py +55 -13
- pulumi_oci/filestorage/export_set.py +58 -14
- pulumi_oci/filestorage/file_system.py +95 -27
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +70 -18
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +116 -30
- pulumi_oci/filestorage/outbound_connector.py +85 -23
- pulumi_oci/filestorage/outputs.py +915 -231
- pulumi_oci/filestorage/replication.py +88 -24
- pulumi_oci/filestorage/snapshot.py +73 -19
- pulumi_oci/functions/_inputs.py +281 -50
- pulumi_oci/functions/application.py +104 -26
- pulumi_oci/functions/function.py +124 -31
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +67 -17
- pulumi_oci/functions/outputs.py +1740 -359
- pulumi_oci/fusionapps/_inputs.py +170 -34
- pulumi_oci/fusionapps/fusion_environment.py +149 -41
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +58 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +40 -8
- pulumi_oci/fusionapps/fusion_environment_family.py +81 -20
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +64 -16
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +67 -17
- pulumi_oci/fusionapps/outputs.py +170 -34
- pulumi_oci/genericartifactscontent/artifact_by_path.py +76 -20
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/goldengate/_inputs.py +310 -62
- pulumi_oci/goldengate/connection.py +433 -139
- pulumi_oci/goldengate/connection_assignment.py +46 -10
- pulumi_oci/goldengate/database_registration.py +148 -44
- pulumi_oci/goldengate/deployment.py +197 -69
- pulumi_oci/goldengate/deployment_backup.py +100 -28
- pulumi_oci/goldengate/get_connection.py +1 -1
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -1
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +1529 -375
- pulumi_oci/healthchecks/_inputs.py +81 -16
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +112 -32
- pulumi_oci/healthchecks/http_probe.py +82 -22
- pulumi_oci/healthchecks/outputs.py +455 -115
- pulumi_oci/healthchecks/ping_monitor.py +94 -26
- pulumi_oci/healthchecks/ping_probe.py +64 -16
- pulumi_oci/identity/_inputs.py +6778 -1455
- pulumi_oci/identity/api_key.py +43 -9
- pulumi_oci/identity/auth_token.py +46 -10
- pulumi_oci/identity/authentication_policy.py +47 -7
- pulumi_oci/identity/compartment.py +67 -17
- pulumi_oci/identity/customer_secret_key.py +46 -10
- pulumi_oci/identity/db_credential.py +49 -11
- pulumi_oci/identity/domain.py +127 -37
- pulumi_oci/identity/domain_replication_to_region.py +31 -5
- pulumi_oci/identity/domains_account_recovery_setting.py +124 -36
- pulumi_oci/identity/domains_api_key.py +131 -35
- pulumi_oci/identity/domains_app.py +772 -217
- pulumi_oci/identity/domains_app_role.py +165 -48
- pulumi_oci/identity/domains_auth_token.py +134 -36
- pulumi_oci/identity/domains_authentication_factor_setting.py +297 -77
- pulumi_oci/identity/domains_customer_secret_key.py +143 -39
- pulumi_oci/identity/domains_dynamic_resource_group.py +129 -36
- pulumi_oci/identity/domains_grant.py +159 -41
- pulumi_oci/identity/domains_group.py +176 -45
- pulumi_oci/identity/domains_identity_provider.py +384 -116
- pulumi_oci/identity/domains_identity_setting.py +172 -47
- pulumi_oci/identity/domains_kmsi_setting.py +148 -44
- pulumi_oci/identity/domains_my_api_key.py +108 -29
- pulumi_oci/identity/domains_my_auth_token.py +111 -30
- pulumi_oci/identity/domains_my_customer_secret_key.py +120 -33
- pulumi_oci/identity/domains_my_oauth2client_credential.py +129 -36
- pulumi_oci/identity/domains_my_request.py +128 -34
- pulumi_oci/identity/domains_my_smtp_credential.py +114 -31
- pulumi_oci/identity/domains_my_support_account.py +105 -28
- pulumi_oci/identity/domains_my_user_db_credential.py +135 -38
- pulumi_oci/identity/domains_oauth2client_credential.py +152 -42
- pulumi_oci/identity/domains_password_policy.py +319 -101
- pulumi_oci/identity/domains_security_question.py +118 -34
- pulumi_oci/identity/domains_security_question_setting.py +130 -38
- pulumi_oci/identity/domains_smtp_credential.py +137 -37
- pulumi_oci/identity/domains_user.py +430 -108
- pulumi_oci/identity/domains_user_db_credential.py +158 -44
- pulumi_oci/identity/dynamic_group.py +64 -16
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +58 -14
- pulumi_oci/identity/identity_provider.py +94 -26
- pulumi_oci/identity/idp_group_mapping.py +49 -11
- pulumi_oci/identity/import_standard_tags_management.py +34 -6
- pulumi_oci/identity/network_source.py +76 -20
- pulumi_oci/identity/outputs.py +26012 -6023
- pulumi_oci/identity/policy.py +79 -21
- pulumi_oci/identity/smtp_credential.py +49 -11
- pulumi_oci/identity/tag.py +78 -19
- pulumi_oci/identity/tag_default.py +55 -13
- pulumi_oci/identity/tag_namespace.py +61 -15
- pulumi_oci/identity/ui_password.py +37 -7
- pulumi_oci/identity/user.py +85 -23
- pulumi_oci/identity/user_capabilities_management.py +55 -13
- pulumi_oci/identity/user_group_membership.py +46 -10
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +34 -6
- pulumi_oci/integration/_inputs.py +131 -28
- pulumi_oci/integration/get_integration_instance.py +12 -2
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +202 -41
- pulumi_oci/integration/outputs.py +447 -100
- pulumi_oci/jms/_inputs.py +187 -35
- pulumi_oci/jms/fleet.py +101 -25
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/outputs.py +1287 -278
- pulumi_oci/kms/__init__.py +3 -0
- pulumi_oci/kms/_inputs.py +664 -42
- pulumi_oci/kms/ekms_private_endpoint.py +769 -0
- pulumi_oci/kms/encrypted_data.py +71 -23
- pulumi_oci/kms/generated_key.py +69 -16
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +274 -0
- pulumi_oci/kms/get_ekms_private_endpoints.py +136 -0
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +27 -4
- pulumi_oci/kms/get_key_version.py +29 -3
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +5 -5
- pulumi_oci/kms/get_replication_status.py +4 -1
- pulumi_oci/kms/get_vault.py +27 -4
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +224 -91
- pulumi_oci/kms/key_version.py +152 -43
- pulumi_oci/kms/outputs.py +2104 -173
- pulumi_oci/kms/sign.py +75 -29
- pulumi_oci/kms/vault.py +216 -34
- pulumi_oci/kms/vault_verification.py +31 -5
- pulumi_oci/kms/verify.py +83 -33
- pulumi_oci/licensemanager/_inputs.py +55 -12
- pulumi_oci/licensemanager/configuration.py +37 -7
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +100 -28
- pulumi_oci/licensemanager/outputs.py +362 -91
- pulumi_oci/licensemanager/product_license.py +103 -29
- pulumi_oci/limits/_inputs.py +84 -17
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +228 -51
- pulumi_oci/limits/quota.py +70 -18
- pulumi_oci/loadbalancer/_inputs.py +575 -132
- pulumi_oci/loadbalancer/backend.py +73 -19
- pulumi_oci/loadbalancer/backend_set.py +87 -17
- pulumi_oci/loadbalancer/certificate.py +58 -14
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +40 -8
- pulumi_oci/loadbalancer/listener.py +98 -24
- pulumi_oci/loadbalancer/load_balancer.py +105 -28
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +46 -10
- pulumi_oci/loadbalancer/outputs.py +1420 -325
- pulumi_oci/loadbalancer/path_route_set.py +40 -8
- pulumi_oci/loadbalancer/rule_set.py +40 -8
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +40 -21
- pulumi_oci/loganalytics/_inputs.py +375 -79
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +1 -1
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +115 -33
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +58 -14
- pulumi_oci/loganalytics/log_analytics_log_group.py +61 -15
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +163 -49
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +31 -5
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +43 -9
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +43 -9
- pulumi_oci/loganalytics/namespace.py +37 -7
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +87 -22
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +37 -7
- pulumi_oci/loganalytics/namespace_scheduled_task.py +110 -28
- pulumi_oci/loganalytics/outputs.py +1401 -316
- pulumi_oci/logging/_inputs.py +284 -65
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +87 -22
- pulumi_oci/logging/log_group.py +58 -14
- pulumi_oci/logging/log_saved_search.py +64 -16
- pulumi_oci/logging/outputs.py +718 -170
- pulumi_oci/logging/unified_agent_configuration.py +89 -21
- pulumi_oci/managementagent/_inputs.py +125 -26
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +112 -32
- pulumi_oci/managementagent/management_agent_install_key.py +70 -18
- pulumi_oci/managementagent/outputs.py +520 -125
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +31 -5
- pulumi_oci/marketplace/_inputs.py +238 -45
- pulumi_oci/marketplace/accepted_agreement.py +70 -18
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +55 -13
- pulumi_oci/marketplace/outputs.py +1266 -257
- pulumi_oci/marketplace/publication.py +99 -26
- pulumi_oci/mediaservices/_inputs.py +274 -57
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +139 -41
- pulumi_oci/mediaservices/media_workflow.py +79 -21
- pulumi_oci/mediaservices/media_workflow_configuration.py +64 -16
- pulumi_oci/mediaservices/media_workflow_job.py +103 -29
- pulumi_oci/mediaservices/outputs.py +1093 -253
- pulumi_oci/mediaservices/stream_cdn_config.py +78 -19
- pulumi_oci/mediaservices/stream_distribution_channel.py +58 -14
- pulumi_oci/mediaservices/stream_packaging_config.py +81 -20
- pulumi_oci/meteringcomputation/_inputs.py +440 -103
- pulumi_oci/meteringcomputation/custom_table.py +42 -7
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +1 -1
- pulumi_oci/meteringcomputation/get_schedules.py +1 -1
- pulumi_oci/meteringcomputation/outputs.py +1074 -242
- pulumi_oci/meteringcomputation/query.py +36 -5
- pulumi_oci/meteringcomputation/schedule.py +107 -27
- pulumi_oci/meteringcomputation/usage.py +93 -24
- pulumi_oci/monitoring/_inputs.py +81 -16
- pulumi_oci/monitoring/alarm.py +147 -42
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +333 -79
- pulumi_oci/mysql/_inputs.py +1053 -242
- pulumi_oci/mysql/channel.py +89 -21
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_backups.py +1 -1
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +1 -1
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +43 -3
- pulumi_oci/mysql/get_replicas.py +39 -2
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +61 -15
- pulumi_oci/mysql/mysql_backup.py +97 -27
- pulumi_oci/mysql/mysql_configuration.py +95 -23
- pulumi_oci/mysql/mysql_db_system.py +217 -62
- pulumi_oci/mysql/outputs.py +3298 -788
- pulumi_oci/mysql/replica.py +245 -65
- pulumi_oci/networkfirewall/_inputs.py +239 -50
- pulumi_oci/networkfirewall/get_network_firewall.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +94 -26
- pulumi_oci/networkfirewall/network_firewall_policy.py +103 -29
- pulumi_oci/networkfirewall/outputs.py +787 -172
- pulumi_oci/networkloadbalancer/_inputs.py +272 -61
- pulumi_oci/networkloadbalancer/backend.py +79 -21
- pulumi_oci/networkloadbalancer/backend_set.py +63 -14
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +55 -13
- pulumi_oci/networkloadbalancer/network_load_balancer.py +97 -27
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +66 -15
- pulumi_oci/networkloadbalancer/outputs.py +716 -160
- pulumi_oci/nosql/_inputs.py +131 -28
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +61 -15
- pulumi_oci/nosql/outputs.py +416 -95
- pulumi_oci/nosql/table.py +87 -22
- pulumi_oci/objectstorage/_inputs.py +210 -45
- pulumi_oci/objectstorage/bucket.py +124 -36
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +37 -7
- pulumi_oci/objectstorage/object_lifecycle_policy.py +40 -8
- pulumi_oci/objectstorage/outputs.py +576 -139
- pulumi_oci/objectstorage/preauthrequest.py +79 -24
- pulumi_oci/objectstorage/replication_policy.py +67 -20
- pulumi_oci/objectstorage/storage_object.py +132 -37
- pulumi_oci/oce/_inputs.py +17 -4
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +148 -44
- pulumi_oci/oce/outputs.py +105 -31
- pulumi_oci/ocvp/_inputs.py +139 -26
- pulumi_oci/ocvp/esxi_host.py +139 -54
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +587 -145
- pulumi_oci/ocvp/sddc.py +289 -91
- pulumi_oci/oda/_inputs.py +94 -18
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +112 -32
- pulumi_oci/oda/oda_private_endpoint.py +70 -18
- pulumi_oci/oda/oda_private_endpoint_attachment.py +43 -9
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +49 -11
- pulumi_oci/oda/outputs.py +354 -79
- pulumi_oci/onesubsription/_inputs.py +161 -31
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +3104 -809
- pulumi_oci/ons/_inputs.py +33 -7
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +67 -17
- pulumi_oci/ons/outputs.py +139 -33
- pulumi_oci/ons/subscription.py +70 -18
- pulumi_oci/opa/_inputs.py +39 -9
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +109 -31
- pulumi_oci/opa/outputs.py +163 -41
- pulumi_oci/opensearch/_inputs.py +33 -7
- pulumi_oci/opensearch/cluster.py +217 -67
- pulumi_oci/opensearch/get_opensearch_cluster.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/outputs.py +200 -51
- pulumi_oci/operatoraccesscontrol/_inputs.py +65 -13
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +112 -32
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +151 -45
- pulumi_oci/operatoraccesscontrol/outputs.py +451 -116
- pulumi_oci/opsi/_inputs.py +476 -101
- pulumi_oci/opsi/awr_hub.py +73 -19
- pulumi_oci/opsi/database_insight.py +193 -54
- pulumi_oci/opsi/enterprise_manager_bridge.py +76 -20
- pulumi_oci/opsi/exadata_insight.py +130 -38
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +130 -38
- pulumi_oci/opsi/news_report.py +99 -26
- pulumi_oci/opsi/operations_insights_private_endpoint.py +94 -26
- pulumi_oci/opsi/operations_insights_warehouse.py +85 -23
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +31 -5
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +25 -3
- pulumi_oci/opsi/operations_insights_warehouse_user.py +88 -24
- pulumi_oci/opsi/opsi_configuration.py +103 -29
- pulumi_oci/opsi/outputs.py +2124 -508
- pulumi_oci/optimizer/_inputs.py +240 -41
- pulumi_oci/optimizer/enrollment_status.py +46 -10
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1112 -222
- pulumi_oci/optimizer/profile.py +97 -22
- pulumi_oci/optimizer/recommendation.py +76 -20
- pulumi_oci/optimizer/resource_action.py +82 -22
- pulumi_oci/osmanagement/_inputs.py +211 -36
- pulumi_oci/osmanagement/get_managed_instance.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_managed_instances.py +1 -1
- pulumi_oci/osmanagement/get_software_source.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_sources.py +1 -1
- pulumi_oci/osmanagement/managed_instance.py +106 -30
- pulumi_oci/osmanagement/managed_instance_group.py +64 -16
- pulumi_oci/osmanagement/managed_instance_management.py +78 -19
- pulumi_oci/osmanagement/outputs.py +644 -136
- pulumi_oci/osmanagement/software_source.py +115 -33
- pulumi_oci/ospgateway/_inputs.py +544 -147
- pulumi_oci/ospgateway/address_action_verification.py +196 -60
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +2149 -563
- pulumi_oci/ospgateway/subscription.py +114 -31
- pulumi_oci/osubbillingschedule/_inputs.py +17 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +73 -18
- pulumi_oci/osuborganizationsubscription/_inputs.py +17 -4
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +64 -15
- pulumi_oci/osubsubscription/_inputs.py +49 -10
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +326 -79
- pulumi_oci/osubusage/_inputs.py +33 -7
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +354 -93
- pulumi_oci/provider.py +51 -14
- pulumi_oci/queue/_inputs.py +17 -4
- pulumi_oci/queue/get_queue.py +28 -15
- pulumi_oci/queue/get_queues.py +11 -11
- pulumi_oci/queue/outputs.py +116 -38
- pulumi_oci/queue/queue.py +211 -84
- pulumi_oci/recoverymod/_inputs.py +90 -19
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +361 -86
- pulumi_oci/recoverymod/protected_database.py +115 -33
- pulumi_oci/recoverymod/protection_policy.py +67 -17
- pulumi_oci/recoverymod/recovery_service_subnet.py +70 -18
- pulumi_oci/resourcemanager/_inputs.py +33 -7
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +161 -38
- pulumi_oci/resourcemanager/private_endpoint.py +88 -24
- pulumi_oci/sch/_inputs.py +220 -46
- pulumi_oci/sch/connector.py +95 -23
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +685 -145
- pulumi_oci/secrets/_inputs.py +17 -4
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +58 -13
- pulumi_oci/servicecatalog/_inputs.py +97 -19
- pulumi_oci/servicecatalog/catalog.py +52 -12
- pulumi_oci/servicecatalog/catalog_association.py +40 -8
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +334 -70
- pulumi_oci/servicecatalog/private_application.py +87 -22
- pulumi_oci/servicemanagerproxy/_inputs.py +17 -4
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +125 -26
- pulumi_oci/servicemesh/_inputs.py +493 -95
- pulumi_oci/servicemesh/access_policy.py +76 -20
- pulumi_oci/servicemesh/get_access_policies.py +1 -1
- pulumi_oci/servicemesh/get_access_policy.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateways.py +1 -1
- pulumi_oci/servicemesh/get_mesh.py +1 -1
- pulumi_oci/servicemesh/get_meshes.py +1 -1
- pulumi_oci/servicemesh/get_proxy_detail.py +21 -1
- pulumi_oci/servicemesh/get_virtual_deployment.py +1 -1
- pulumi_oci/servicemesh/get_virtual_deployments.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_virtual_services.py +1 -1
- pulumi_oci/servicemesh/ingress_gateway.py +98 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +82 -22
- pulumi_oci/servicemesh/mesh.py +81 -20
- pulumi_oci/servicemesh/outputs.py +1669 -347
- pulumi_oci/servicemesh/virtual_deployment.py +98 -24
- pulumi_oci/servicemesh/virtual_service.py +98 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +82 -22
- pulumi_oci/stackmonitoring/__init__.py +3 -0
- pulumi_oci/stackmonitoring/_inputs.py +548 -105
- pulumi_oci/stackmonitoring/config.py +697 -0
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +248 -0
- pulumi_oci/stackmonitoring/get_configs.py +193 -0
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +151 -40
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +58 -14
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +40 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +124 -36
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +70 -18
- pulumi_oci/stackmonitoring/outputs.py +1085 -177
- pulumi_oci/streaming/_inputs.py +97 -19
- pulumi_oci/streaming/connect_harness.py +52 -12
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +313 -70
- pulumi_oci/streaming/stream.py +73 -19
- pulumi_oci/streaming/stream_pool.py +91 -20
- pulumi_oci/usageproxy/_inputs.py +129 -25
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +682 -151
- pulumi_oci/usageproxy/subscription_redeemable_user.py +43 -9
- pulumi_oci/vault/_inputs.py +58 -13
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +198 -48
- pulumi_oci/vault/secret.py +102 -27
- pulumi_oci/vbs/_inputs.py +17 -4
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +85 -23
- pulumi_oci/vbs/outputs.py +79 -20
- pulumi_oci/visualbuilder/_inputs.py +93 -20
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +360 -81
- pulumi_oci/visualbuilder/vb_instance.py +120 -33
- pulumi_oci/vnmonitoring/_inputs.py +229 -56
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +500 -123
- pulumi_oci/vnmonitoring/path_analysi.py +93 -19
- pulumi_oci/vnmonitoring/path_analyzer_test.py +105 -23
- pulumi_oci/vulnerabilityscanning/_inputs.py +220 -39
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +72 -17
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +78 -19
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +99 -21
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +79 -21
- pulumi_oci/vulnerabilityscanning/outputs.py +770 -150
- pulumi_oci/waa/_inputs.py +63 -10
- pulumi_oci/waa/app_acceleration.py +79 -21
- pulumi_oci/waa/app_acceleration_policy.py +83 -19
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +232 -43
- pulumi_oci/waas/_inputs.py +960 -225
- pulumi_oci/waas/address_list.py +58 -14
- pulumi_oci/waas/certificate.py +97 -27
- pulumi_oci/waas/custom_protection_rule.py +64 -16
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +72 -17
- pulumi_oci/waas/outputs.py +2925 -705
- pulumi_oci/waas/policy.py +98 -24
- pulumi_oci/waas/protection_rule.py +55 -13
- pulumi_oci/waas/purge_cache.py +31 -5
- pulumi_oci/waf/_inputs.py +500 -102
- pulumi_oci/waf/app_firewall.py +79 -21
- pulumi_oci/waf/app_firewall_policy.py +122 -27
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +79 -21
- pulumi_oci/waf/outputs.py +1595 -334
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/METADATA +1 -1
- pulumi_oci-1.12.0.dist-info/RECORD +2330 -0
- pulumi_oci-1.11.0a1695814503.dist-info/RECORD +0 -2312
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
pulumi_oci/functions/outputs.py
CHANGED
@@ -6,7 +6,7 @@ import copy
|
|
6
6
|
import warnings
|
7
7
|
import pulumi
|
8
8
|
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
from . import outputs
|
12
12
|
|
@@ -136,9 +136,20 @@ class ApplicationImagePolicyConfig(dict):
|
|
136
136
|
:param bool is_policy_enabled: (Updatable) Define if image signature verification policy is enabled for the application.
|
137
137
|
:param Sequence['ApplicationImagePolicyConfigKeyDetailArgs'] key_details: (Updatable) A list of KMS key details.
|
138
138
|
"""
|
139
|
-
|
139
|
+
ApplicationImagePolicyConfig._configure(
|
140
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
141
|
+
is_policy_enabled=is_policy_enabled,
|
142
|
+
key_details=key_details,
|
143
|
+
)
|
144
|
+
@staticmethod
|
145
|
+
def _configure(
|
146
|
+
_setter: Callable[[Any, Any], None],
|
147
|
+
is_policy_enabled: bool,
|
148
|
+
key_details: Optional[Sequence['outputs.ApplicationImagePolicyConfigKeyDetail']] = None,
|
149
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
150
|
+
_setter("is_policy_enabled", is_policy_enabled)
|
140
151
|
if key_details is not None:
|
141
|
-
|
152
|
+
_setter("key_details", key_details)
|
142
153
|
|
143
154
|
@property
|
144
155
|
@pulumi.getter(name="isPolicyEnabled")
|
@@ -181,7 +192,16 @@ class ApplicationImagePolicyConfigKeyDetail(dict):
|
|
181
192
|
"""
|
182
193
|
:param str kms_key_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the KMS key that will be used to verify the image signature.
|
183
194
|
"""
|
184
|
-
|
195
|
+
ApplicationImagePolicyConfigKeyDetail._configure(
|
196
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
197
|
+
kms_key_id=kms_key_id,
|
198
|
+
)
|
199
|
+
@staticmethod
|
200
|
+
def _configure(
|
201
|
+
_setter: Callable[[Any, Any], None],
|
202
|
+
kms_key_id: str,
|
203
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
204
|
+
_setter("kms_key_id", kms_key_id)
|
185
205
|
|
186
206
|
@property
|
187
207
|
@pulumi.getter(name="kmsKeyId")
|
@@ -224,10 +244,21 @@ class ApplicationTraceConfig(dict):
|
|
224
244
|
** IMPORTANT **
|
225
245
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
226
246
|
"""
|
247
|
+
ApplicationTraceConfig._configure(
|
248
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
249
|
+
domain_id=domain_id,
|
250
|
+
is_enabled=is_enabled,
|
251
|
+
)
|
252
|
+
@staticmethod
|
253
|
+
def _configure(
|
254
|
+
_setter: Callable[[Any, Any], None],
|
255
|
+
domain_id: Optional[str] = None,
|
256
|
+
is_enabled: Optional[bool] = None,
|
257
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
227
258
|
if domain_id is not None:
|
228
|
-
|
259
|
+
_setter("domain_id", domain_id)
|
229
260
|
if is_enabled is not None:
|
230
|
-
|
261
|
+
_setter("is_enabled", is_enabled)
|
231
262
|
|
232
263
|
@property
|
233
264
|
@pulumi.getter(name="domainId")
|
@@ -259,9 +290,20 @@ class FunctionProvisionedConcurrencyConfig(dict):
|
|
259
290
|
:param str strategy: (Updatable) The strategy for provisioned concurrency to be used.
|
260
291
|
:param int count: (Updatable) Configuration specifying a constant amount of provisioned concurrency.
|
261
292
|
"""
|
262
|
-
|
293
|
+
FunctionProvisionedConcurrencyConfig._configure(
|
294
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
295
|
+
strategy=strategy,
|
296
|
+
count=count,
|
297
|
+
)
|
298
|
+
@staticmethod
|
299
|
+
def _configure(
|
300
|
+
_setter: Callable[[Any, Any], None],
|
301
|
+
strategy: str,
|
302
|
+
count: Optional[int] = None,
|
303
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
304
|
+
_setter("strategy", strategy)
|
263
305
|
if count is not None:
|
264
|
-
|
306
|
+
_setter("count", count)
|
265
307
|
|
266
308
|
@property
|
267
309
|
@pulumi.getter
|
@@ -308,8 +350,19 @@ class FunctionSourceDetails(dict):
|
|
308
350
|
:param str pbf_listing_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the PbfListing this function is sourced from.
|
309
351
|
:param str source_type: Type of the Function Source. Possible values: PRE_BUILT_FUNCTIONS.
|
310
352
|
"""
|
311
|
-
|
312
|
-
|
353
|
+
FunctionSourceDetails._configure(
|
354
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
355
|
+
pbf_listing_id=pbf_listing_id,
|
356
|
+
source_type=source_type,
|
357
|
+
)
|
358
|
+
@staticmethod
|
359
|
+
def _configure(
|
360
|
+
_setter: Callable[[Any, Any], None],
|
361
|
+
pbf_listing_id: str,
|
362
|
+
source_type: str,
|
363
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
364
|
+
_setter("pbf_listing_id", pbf_listing_id)
|
365
|
+
_setter("source_type", source_type)
|
313
366
|
|
314
367
|
@property
|
315
368
|
@pulumi.getter(name="pbfListingId")
|
@@ -356,8 +409,17 @@ class FunctionTraceConfig(dict):
|
|
356
409
|
** IMPORTANT **
|
357
410
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
358
411
|
"""
|
412
|
+
FunctionTraceConfig._configure(
|
413
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
414
|
+
is_enabled=is_enabled,
|
415
|
+
)
|
416
|
+
@staticmethod
|
417
|
+
def _configure(
|
418
|
+
_setter: Callable[[Any, Any], None],
|
419
|
+
is_enabled: Optional[bool] = None,
|
420
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
359
421
|
if is_enabled is not None:
|
360
|
-
|
422
|
+
_setter("is_enabled", is_enabled)
|
361
423
|
|
362
424
|
@property
|
363
425
|
@pulumi.getter(name="isEnabled")
|
@@ -381,8 +443,19 @@ class GetApplicationImagePolicyConfigResult(dict):
|
|
381
443
|
:param bool is_policy_enabled: Define if image signature verification policy is enabled for the application.
|
382
444
|
:param Sequence['GetApplicationImagePolicyConfigKeyDetailArgs'] key_details: A list of KMS key details.
|
383
445
|
"""
|
384
|
-
|
385
|
-
|
446
|
+
GetApplicationImagePolicyConfigResult._configure(
|
447
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
448
|
+
is_policy_enabled=is_policy_enabled,
|
449
|
+
key_details=key_details,
|
450
|
+
)
|
451
|
+
@staticmethod
|
452
|
+
def _configure(
|
453
|
+
_setter: Callable[[Any, Any], None],
|
454
|
+
is_policy_enabled: bool,
|
455
|
+
key_details: Sequence['outputs.GetApplicationImagePolicyConfigKeyDetailResult'],
|
456
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
457
|
+
_setter("is_policy_enabled", is_policy_enabled)
|
458
|
+
_setter("key_details", key_details)
|
386
459
|
|
387
460
|
@property
|
388
461
|
@pulumi.getter(name="isPolicyEnabled")
|
@@ -408,7 +481,16 @@ class GetApplicationImagePolicyConfigKeyDetailResult(dict):
|
|
408
481
|
"""
|
409
482
|
:param str kms_key_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the KMS key that will be used to verify the image signature.
|
410
483
|
"""
|
411
|
-
|
484
|
+
GetApplicationImagePolicyConfigKeyDetailResult._configure(
|
485
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
486
|
+
kms_key_id=kms_key_id,
|
487
|
+
)
|
488
|
+
@staticmethod
|
489
|
+
def _configure(
|
490
|
+
_setter: Callable[[Any, Any], None],
|
491
|
+
kms_key_id: str,
|
492
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
493
|
+
_setter("kms_key_id", kms_key_id)
|
412
494
|
|
413
495
|
@property
|
414
496
|
@pulumi.getter(name="kmsKeyId")
|
@@ -428,8 +510,19 @@ class GetApplicationTraceConfigResult(dict):
|
|
428
510
|
:param str domain_id: The OCID of the collector (e.g. an APM Domain) trace events will be sent to.
|
429
511
|
:param bool is_enabled: Define if tracing is enabled for the resource.
|
430
512
|
"""
|
431
|
-
|
432
|
-
|
513
|
+
GetApplicationTraceConfigResult._configure(
|
514
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
515
|
+
domain_id=domain_id,
|
516
|
+
is_enabled=is_enabled,
|
517
|
+
)
|
518
|
+
@staticmethod
|
519
|
+
def _configure(
|
520
|
+
_setter: Callable[[Any, Any], None],
|
521
|
+
domain_id: str,
|
522
|
+
is_enabled: bool,
|
523
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
524
|
+
_setter("domain_id", domain_id)
|
525
|
+
_setter("is_enabled", is_enabled)
|
433
526
|
|
434
527
|
@property
|
435
528
|
@pulumi.getter(name="domainId")
|
@@ -483,21 +576,58 @@ class GetApplicationsApplicationResult(dict):
|
|
483
576
|
:param str time_updated: The time the application was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-09-12T22:47:12.613Z`
|
484
577
|
:param Sequence['GetApplicationsApplicationTraceConfigArgs'] trace_configs: Define the tracing configuration for an application.
|
485
578
|
"""
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
579
|
+
GetApplicationsApplicationResult._configure(
|
580
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
581
|
+
compartment_id=compartment_id,
|
582
|
+
config=config,
|
583
|
+
defined_tags=defined_tags,
|
584
|
+
display_name=display_name,
|
585
|
+
freeform_tags=freeform_tags,
|
586
|
+
id=id,
|
587
|
+
image_policy_configs=image_policy_configs,
|
588
|
+
network_security_group_ids=network_security_group_ids,
|
589
|
+
shape=shape,
|
590
|
+
state=state,
|
591
|
+
subnet_ids=subnet_ids,
|
592
|
+
syslog_url=syslog_url,
|
593
|
+
time_created=time_created,
|
594
|
+
time_updated=time_updated,
|
595
|
+
trace_configs=trace_configs,
|
596
|
+
)
|
597
|
+
@staticmethod
|
598
|
+
def _configure(
|
599
|
+
_setter: Callable[[Any, Any], None],
|
600
|
+
compartment_id: str,
|
601
|
+
config: Mapping[str, Any],
|
602
|
+
defined_tags: Mapping[str, Any],
|
603
|
+
display_name: str,
|
604
|
+
freeform_tags: Mapping[str, Any],
|
605
|
+
id: str,
|
606
|
+
image_policy_configs: Sequence['outputs.GetApplicationsApplicationImagePolicyConfigResult'],
|
607
|
+
network_security_group_ids: Sequence[str],
|
608
|
+
shape: str,
|
609
|
+
state: str,
|
610
|
+
subnet_ids: Sequence[str],
|
611
|
+
syslog_url: str,
|
612
|
+
time_created: str,
|
613
|
+
time_updated: str,
|
614
|
+
trace_configs: Sequence['outputs.GetApplicationsApplicationTraceConfigResult'],
|
615
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
616
|
+
_setter("compartment_id", compartment_id)
|
617
|
+
_setter("config", config)
|
618
|
+
_setter("defined_tags", defined_tags)
|
619
|
+
_setter("display_name", display_name)
|
620
|
+
_setter("freeform_tags", freeform_tags)
|
621
|
+
_setter("id", id)
|
622
|
+
_setter("image_policy_configs", image_policy_configs)
|
623
|
+
_setter("network_security_group_ids", network_security_group_ids)
|
624
|
+
_setter("shape", shape)
|
625
|
+
_setter("state", state)
|
626
|
+
_setter("subnet_ids", subnet_ids)
|
627
|
+
_setter("syslog_url", syslog_url)
|
628
|
+
_setter("time_created", time_created)
|
629
|
+
_setter("time_updated", time_updated)
|
630
|
+
_setter("trace_configs", trace_configs)
|
501
631
|
|
502
632
|
@property
|
503
633
|
@pulumi.getter(name="compartmentId")
|
@@ -629,8 +759,19 @@ class GetApplicationsApplicationImagePolicyConfigResult(dict):
|
|
629
759
|
:param bool is_policy_enabled: Define if image signature verification policy is enabled for the application.
|
630
760
|
:param Sequence['GetApplicationsApplicationImagePolicyConfigKeyDetailArgs'] key_details: A list of KMS key details.
|
631
761
|
"""
|
632
|
-
|
633
|
-
|
762
|
+
GetApplicationsApplicationImagePolicyConfigResult._configure(
|
763
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
764
|
+
is_policy_enabled=is_policy_enabled,
|
765
|
+
key_details=key_details,
|
766
|
+
)
|
767
|
+
@staticmethod
|
768
|
+
def _configure(
|
769
|
+
_setter: Callable[[Any, Any], None],
|
770
|
+
is_policy_enabled: bool,
|
771
|
+
key_details: Sequence['outputs.GetApplicationsApplicationImagePolicyConfigKeyDetailResult'],
|
772
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
773
|
+
_setter("is_policy_enabled", is_policy_enabled)
|
774
|
+
_setter("key_details", key_details)
|
634
775
|
|
635
776
|
@property
|
636
777
|
@pulumi.getter(name="isPolicyEnabled")
|
@@ -656,7 +797,16 @@ class GetApplicationsApplicationImagePolicyConfigKeyDetailResult(dict):
|
|
656
797
|
"""
|
657
798
|
:param str kms_key_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the KMS key that will be used to verify the image signature.
|
658
799
|
"""
|
659
|
-
|
800
|
+
GetApplicationsApplicationImagePolicyConfigKeyDetailResult._configure(
|
801
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
802
|
+
kms_key_id=kms_key_id,
|
803
|
+
)
|
804
|
+
@staticmethod
|
805
|
+
def _configure(
|
806
|
+
_setter: Callable[[Any, Any], None],
|
807
|
+
kms_key_id: str,
|
808
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
809
|
+
_setter("kms_key_id", kms_key_id)
|
660
810
|
|
661
811
|
@property
|
662
812
|
@pulumi.getter(name="kmsKeyId")
|
@@ -676,8 +826,19 @@ class GetApplicationsApplicationTraceConfigResult(dict):
|
|
676
826
|
:param str domain_id: The OCID of the collector (e.g. an APM Domain) trace events will be sent to.
|
677
827
|
:param bool is_enabled: Define if tracing is enabled for the resource.
|
678
828
|
"""
|
679
|
-
|
680
|
-
|
829
|
+
GetApplicationsApplicationTraceConfigResult._configure(
|
830
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
831
|
+
domain_id=domain_id,
|
832
|
+
is_enabled=is_enabled,
|
833
|
+
)
|
834
|
+
@staticmethod
|
835
|
+
def _configure(
|
836
|
+
_setter: Callable[[Any, Any], None],
|
837
|
+
domain_id: str,
|
838
|
+
is_enabled: bool,
|
839
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
840
|
+
_setter("domain_id", domain_id)
|
841
|
+
_setter("is_enabled", is_enabled)
|
681
842
|
|
682
843
|
@property
|
683
844
|
@pulumi.getter(name="domainId")
|
@@ -702,10 +863,23 @@ class GetApplicationsFilterResult(dict):
|
|
702
863
|
name: str,
|
703
864
|
values: Sequence[str],
|
704
865
|
regex: Optional[bool] = None):
|
705
|
-
|
706
|
-
|
866
|
+
GetApplicationsFilterResult._configure(
|
867
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
868
|
+
name=name,
|
869
|
+
values=values,
|
870
|
+
regex=regex,
|
871
|
+
)
|
872
|
+
@staticmethod
|
873
|
+
def _configure(
|
874
|
+
_setter: Callable[[Any, Any], None],
|
875
|
+
name: str,
|
876
|
+
values: Sequence[str],
|
877
|
+
regex: Optional[bool] = None,
|
878
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
879
|
+
_setter("name", name)
|
880
|
+
_setter("values", values)
|
707
881
|
if regex is not None:
|
708
|
-
|
882
|
+
_setter("regex", regex)
|
709
883
|
|
710
884
|
@property
|
711
885
|
@pulumi.getter
|
@@ -732,8 +906,19 @@ class GetFunctionProvisionedConcurrencyConfigResult(dict):
|
|
732
906
|
:param int count: Configuration specifying a constant amount of provisioned concurrency.
|
733
907
|
:param str strategy: The strategy for provisioned concurrency to be used.
|
734
908
|
"""
|
735
|
-
|
736
|
-
|
909
|
+
GetFunctionProvisionedConcurrencyConfigResult._configure(
|
910
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
911
|
+
count=count,
|
912
|
+
strategy=strategy,
|
913
|
+
)
|
914
|
+
@staticmethod
|
915
|
+
def _configure(
|
916
|
+
_setter: Callable[[Any, Any], None],
|
917
|
+
count: int,
|
918
|
+
strategy: str,
|
919
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
920
|
+
_setter("count", count)
|
921
|
+
_setter("strategy", strategy)
|
737
922
|
|
738
923
|
@property
|
739
924
|
@pulumi.getter
|
@@ -761,8 +946,19 @@ class GetFunctionSourceDetailResult(dict):
|
|
761
946
|
:param str pbf_listing_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the PbfListing this function is sourced from.
|
762
947
|
:param str source_type: Type of the Function Source. Possible values: PRE_BUILT_FUNCTIONS.
|
763
948
|
"""
|
764
|
-
|
765
|
-
|
949
|
+
GetFunctionSourceDetailResult._configure(
|
950
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
951
|
+
pbf_listing_id=pbf_listing_id,
|
952
|
+
source_type=source_type,
|
953
|
+
)
|
954
|
+
@staticmethod
|
955
|
+
def _configure(
|
956
|
+
_setter: Callable[[Any, Any], None],
|
957
|
+
pbf_listing_id: str,
|
958
|
+
source_type: str,
|
959
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
960
|
+
_setter("pbf_listing_id", pbf_listing_id)
|
961
|
+
_setter("source_type", source_type)
|
766
962
|
|
767
963
|
@property
|
768
964
|
@pulumi.getter(name="pbfListingId")
|
@@ -788,7 +984,16 @@ class GetFunctionTraceConfigResult(dict):
|
|
788
984
|
"""
|
789
985
|
:param bool is_enabled: Define if tracing is enabled for the resource.
|
790
986
|
"""
|
791
|
-
|
987
|
+
GetFunctionTraceConfigResult._configure(
|
988
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
989
|
+
is_enabled=is_enabled,
|
990
|
+
)
|
991
|
+
@staticmethod
|
992
|
+
def _configure(
|
993
|
+
_setter: Callable[[Any, Any], None],
|
994
|
+
is_enabled: bool,
|
995
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
996
|
+
_setter("is_enabled", is_enabled)
|
792
997
|
|
793
998
|
@property
|
794
999
|
@pulumi.getter(name="isEnabled")
|
@@ -805,10 +1010,23 @@ class GetFunctionsFilterResult(dict):
|
|
805
1010
|
name: str,
|
806
1011
|
values: Sequence[str],
|
807
1012
|
regex: Optional[bool] = None):
|
808
|
-
|
809
|
-
|
1013
|
+
GetFunctionsFilterResult._configure(
|
1014
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1015
|
+
name=name,
|
1016
|
+
values=values,
|
1017
|
+
regex=regex,
|
1018
|
+
)
|
1019
|
+
@staticmethod
|
1020
|
+
def _configure(
|
1021
|
+
_setter: Callable[[Any, Any], None],
|
1022
|
+
name: str,
|
1023
|
+
values: Sequence[str],
|
1024
|
+
regex: Optional[bool] = None,
|
1025
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1026
|
+
_setter("name", name)
|
1027
|
+
_setter("values", values)
|
810
1028
|
if regex is not None:
|
811
|
-
|
1029
|
+
_setter("regex", regex)
|
812
1030
|
|
813
1031
|
@property
|
814
1032
|
@pulumi.getter
|
@@ -869,25 +1087,70 @@ class GetFunctionsFunctionResult(dict):
|
|
869
1087
|
:param int timeout_in_seconds: Timeout for executions of the function. Value in seconds.
|
870
1088
|
:param Sequence['GetFunctionsFunctionTraceConfigArgs'] trace_configs: Define the tracing configuration for a function.
|
871
1089
|
"""
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
1090
|
+
GetFunctionsFunctionResult._configure(
|
1091
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1092
|
+
application_id=application_id,
|
1093
|
+
compartment_id=compartment_id,
|
1094
|
+
config=config,
|
1095
|
+
defined_tags=defined_tags,
|
1096
|
+
display_name=display_name,
|
1097
|
+
freeform_tags=freeform_tags,
|
1098
|
+
id=id,
|
1099
|
+
image=image,
|
1100
|
+
image_digest=image_digest,
|
1101
|
+
invoke_endpoint=invoke_endpoint,
|
1102
|
+
memory_in_mbs=memory_in_mbs,
|
1103
|
+
provisioned_concurrency_configs=provisioned_concurrency_configs,
|
1104
|
+
shape=shape,
|
1105
|
+
source_details=source_details,
|
1106
|
+
state=state,
|
1107
|
+
time_created=time_created,
|
1108
|
+
time_updated=time_updated,
|
1109
|
+
timeout_in_seconds=timeout_in_seconds,
|
1110
|
+
trace_configs=trace_configs,
|
1111
|
+
)
|
1112
|
+
@staticmethod
|
1113
|
+
def _configure(
|
1114
|
+
_setter: Callable[[Any, Any], None],
|
1115
|
+
application_id: str,
|
1116
|
+
compartment_id: str,
|
1117
|
+
config: Mapping[str, Any],
|
1118
|
+
defined_tags: Mapping[str, Any],
|
1119
|
+
display_name: str,
|
1120
|
+
freeform_tags: Mapping[str, Any],
|
1121
|
+
id: str,
|
1122
|
+
image: str,
|
1123
|
+
image_digest: str,
|
1124
|
+
invoke_endpoint: str,
|
1125
|
+
memory_in_mbs: str,
|
1126
|
+
provisioned_concurrency_configs: Sequence['outputs.GetFunctionsFunctionProvisionedConcurrencyConfigResult'],
|
1127
|
+
shape: str,
|
1128
|
+
source_details: Sequence['outputs.GetFunctionsFunctionSourceDetailResult'],
|
1129
|
+
state: str,
|
1130
|
+
time_created: str,
|
1131
|
+
time_updated: str,
|
1132
|
+
timeout_in_seconds: int,
|
1133
|
+
trace_configs: Sequence['outputs.GetFunctionsFunctionTraceConfigResult'],
|
1134
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1135
|
+
_setter("application_id", application_id)
|
1136
|
+
_setter("compartment_id", compartment_id)
|
1137
|
+
_setter("config", config)
|
1138
|
+
_setter("defined_tags", defined_tags)
|
1139
|
+
_setter("display_name", display_name)
|
1140
|
+
_setter("freeform_tags", freeform_tags)
|
1141
|
+
_setter("id", id)
|
1142
|
+
_setter("image", image)
|
1143
|
+
_setter("image_digest", image_digest)
|
1144
|
+
_setter("invoke_endpoint", invoke_endpoint)
|
1145
|
+
_setter("memory_in_mbs", memory_in_mbs)
|
1146
|
+
_setter("provisioned_concurrency_configs", provisioned_concurrency_configs)
|
1147
|
+
_setter("shape", shape)
|
1148
|
+
_setter("source_details", source_details)
|
1149
|
+
_setter("state", state)
|
1150
|
+
_setter("time_created", time_created)
|
1151
|
+
_setter("time_updated", time_updated)
|
1152
|
+
_setter("timeout_in_seconds", timeout_in_seconds)
|
1153
|
+
_setter("trace_configs", trace_configs)
|
891
1154
|
|
892
1155
|
@property
|
893
1156
|
@pulumi.getter(name="applicationId")
|
@@ -1051,8 +1314,19 @@ class GetFunctionsFunctionProvisionedConcurrencyConfigResult(dict):
|
|
1051
1314
|
:param int count: Configuration specifying a constant amount of provisioned concurrency.
|
1052
1315
|
:param str strategy: The strategy for provisioned concurrency to be used.
|
1053
1316
|
"""
|
1054
|
-
|
1055
|
-
|
1317
|
+
GetFunctionsFunctionProvisionedConcurrencyConfigResult._configure(
|
1318
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1319
|
+
count=count,
|
1320
|
+
strategy=strategy,
|
1321
|
+
)
|
1322
|
+
@staticmethod
|
1323
|
+
def _configure(
|
1324
|
+
_setter: Callable[[Any, Any], None],
|
1325
|
+
count: int,
|
1326
|
+
strategy: str,
|
1327
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1328
|
+
_setter("count", count)
|
1329
|
+
_setter("strategy", strategy)
|
1056
1330
|
|
1057
1331
|
@property
|
1058
1332
|
@pulumi.getter
|
@@ -1080,8 +1354,19 @@ class GetFunctionsFunctionSourceDetailResult(dict):
|
|
1080
1354
|
:param str pbf_listing_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the PbfListing this function is sourced from.
|
1081
1355
|
:param str source_type: Type of the Function Source. Possible values: PRE_BUILT_FUNCTIONS.
|
1082
1356
|
"""
|
1083
|
-
|
1084
|
-
|
1357
|
+
GetFunctionsFunctionSourceDetailResult._configure(
|
1358
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1359
|
+
pbf_listing_id=pbf_listing_id,
|
1360
|
+
source_type=source_type,
|
1361
|
+
)
|
1362
|
+
@staticmethod
|
1363
|
+
def _configure(
|
1364
|
+
_setter: Callable[[Any, Any], None],
|
1365
|
+
pbf_listing_id: str,
|
1366
|
+
source_type: str,
|
1367
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1368
|
+
_setter("pbf_listing_id", pbf_listing_id)
|
1369
|
+
_setter("source_type", source_type)
|
1085
1370
|
|
1086
1371
|
@property
|
1087
1372
|
@pulumi.getter(name="pbfListingId")
|
@@ -1107,7 +1392,16 @@ class GetFunctionsFunctionTraceConfigResult(dict):
|
|
1107
1392
|
"""
|
1108
1393
|
:param bool is_enabled: Define if tracing is enabled for the resource.
|
1109
1394
|
"""
|
1110
|
-
|
1395
|
+
GetFunctionsFunctionTraceConfigResult._configure(
|
1396
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1397
|
+
is_enabled=is_enabled,
|
1398
|
+
)
|
1399
|
+
@staticmethod
|
1400
|
+
def _configure(
|
1401
|
+
_setter: Callable[[Any, Any], None],
|
1402
|
+
is_enabled: bool,
|
1403
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1404
|
+
_setter("is_enabled", is_enabled)
|
1111
1405
|
|
1112
1406
|
@property
|
1113
1407
|
@pulumi.getter(name="isEnabled")
|
@@ -1131,10 +1425,25 @@ class GetFusionEnvironmentAdminUserItemResult(dict):
|
|
1131
1425
|
:param str last_name: Admin users last name
|
1132
1426
|
:param str username: Admin username
|
1133
1427
|
"""
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1428
|
+
GetFusionEnvironmentAdminUserItemResult._configure(
|
1429
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1430
|
+
email_address=email_address,
|
1431
|
+
first_name=first_name,
|
1432
|
+
last_name=last_name,
|
1433
|
+
username=username,
|
1434
|
+
)
|
1435
|
+
@staticmethod
|
1436
|
+
def _configure(
|
1437
|
+
_setter: Callable[[Any, Any], None],
|
1438
|
+
email_address: str,
|
1439
|
+
first_name: str,
|
1440
|
+
last_name: str,
|
1441
|
+
username: str,
|
1442
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1443
|
+
_setter("email_address", email_address)
|
1444
|
+
_setter("first_name", first_name)
|
1445
|
+
_setter("last_name", last_name)
|
1446
|
+
_setter("username", username)
|
1138
1447
|
|
1139
1448
|
@property
|
1140
1449
|
@pulumi.getter(name="emailAddress")
|
@@ -1176,7 +1485,16 @@ class GetFusionEnvironmentAdminUsersAdminUserCollectionResult(dict):
|
|
1176
1485
|
"""
|
1177
1486
|
:param Sequence['GetFusionEnvironmentAdminUsersAdminUserCollectionItemArgs'] items: A page of AdminUserSummary objects.
|
1178
1487
|
"""
|
1179
|
-
|
1488
|
+
GetFusionEnvironmentAdminUsersAdminUserCollectionResult._configure(
|
1489
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1490
|
+
items=items,
|
1491
|
+
)
|
1492
|
+
@staticmethod
|
1493
|
+
def _configure(
|
1494
|
+
_setter: Callable[[Any, Any], None],
|
1495
|
+
items: Sequence['outputs.GetFusionEnvironmentAdminUsersAdminUserCollectionItemResult'],
|
1496
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1497
|
+
_setter("items", items)
|
1180
1498
|
|
1181
1499
|
@property
|
1182
1500
|
@pulumi.getter
|
@@ -1206,14 +1524,37 @@ class GetFusionEnvironmentAdminUsersAdminUserCollectionItemResult(dict):
|
|
1206
1524
|
:param str last_name: Admin users last name
|
1207
1525
|
:param str username: Admin username
|
1208
1526
|
"""
|
1209
|
-
|
1210
|
-
|
1211
|
-
|
1212
|
-
|
1213
|
-
|
1214
|
-
|
1215
|
-
|
1216
|
-
|
1527
|
+
GetFusionEnvironmentAdminUsersAdminUserCollectionItemResult._configure(
|
1528
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1529
|
+
email_address=email_address,
|
1530
|
+
first_name=first_name,
|
1531
|
+
fusion_environment_id=fusion_environment_id,
|
1532
|
+
id=id,
|
1533
|
+
items=items,
|
1534
|
+
last_name=last_name,
|
1535
|
+
password=password,
|
1536
|
+
username=username,
|
1537
|
+
)
|
1538
|
+
@staticmethod
|
1539
|
+
def _configure(
|
1540
|
+
_setter: Callable[[Any, Any], None],
|
1541
|
+
email_address: str,
|
1542
|
+
first_name: str,
|
1543
|
+
fusion_environment_id: str,
|
1544
|
+
id: str,
|
1545
|
+
items: Sequence['outputs.GetFusionEnvironmentAdminUsersAdminUserCollectionItemItemResult'],
|
1546
|
+
last_name: str,
|
1547
|
+
password: str,
|
1548
|
+
username: str,
|
1549
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1550
|
+
_setter("email_address", email_address)
|
1551
|
+
_setter("first_name", first_name)
|
1552
|
+
_setter("fusion_environment_id", fusion_environment_id)
|
1553
|
+
_setter("id", id)
|
1554
|
+
_setter("items", items)
|
1555
|
+
_setter("last_name", last_name)
|
1556
|
+
_setter("password", password)
|
1557
|
+
_setter("username", username)
|
1217
1558
|
|
1218
1559
|
@property
|
1219
1560
|
@pulumi.getter(name="emailAddress")
|
@@ -1287,10 +1628,25 @@ class GetFusionEnvironmentAdminUsersAdminUserCollectionItemItemResult(dict):
|
|
1287
1628
|
:param str last_name: Admin users last name
|
1288
1629
|
:param str username: Admin username
|
1289
1630
|
"""
|
1290
|
-
|
1291
|
-
|
1292
|
-
|
1293
|
-
|
1631
|
+
GetFusionEnvironmentAdminUsersAdminUserCollectionItemItemResult._configure(
|
1632
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1633
|
+
email_address=email_address,
|
1634
|
+
first_name=first_name,
|
1635
|
+
last_name=last_name,
|
1636
|
+
username=username,
|
1637
|
+
)
|
1638
|
+
@staticmethod
|
1639
|
+
def _configure(
|
1640
|
+
_setter: Callable[[Any, Any], None],
|
1641
|
+
email_address: str,
|
1642
|
+
first_name: str,
|
1643
|
+
last_name: str,
|
1644
|
+
username: str,
|
1645
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1646
|
+
_setter("email_address", email_address)
|
1647
|
+
_setter("first_name", first_name)
|
1648
|
+
_setter("last_name", last_name)
|
1649
|
+
_setter("username", username)
|
1294
1650
|
|
1295
1651
|
@property
|
1296
1652
|
@pulumi.getter(name="emailAddress")
|
@@ -1331,10 +1687,23 @@ class GetFusionEnvironmentAdminUsersFilterResult(dict):
|
|
1331
1687
|
name: str,
|
1332
1688
|
values: Sequence[str],
|
1333
1689
|
regex: Optional[bool] = None):
|
1334
|
-
|
1335
|
-
|
1690
|
+
GetFusionEnvironmentAdminUsersFilterResult._configure(
|
1691
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1692
|
+
name=name,
|
1693
|
+
values=values,
|
1694
|
+
regex=regex,
|
1695
|
+
)
|
1696
|
+
@staticmethod
|
1697
|
+
def _configure(
|
1698
|
+
_setter: Callable[[Any, Any], None],
|
1699
|
+
name: str,
|
1700
|
+
values: Sequence[str],
|
1701
|
+
regex: Optional[bool] = None,
|
1702
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1703
|
+
_setter("name", name)
|
1704
|
+
_setter("values", values)
|
1336
1705
|
if regex is not None:
|
1337
|
-
|
1706
|
+
_setter("regex", regex)
|
1338
1707
|
|
1339
1708
|
@property
|
1340
1709
|
@pulumi.getter
|
@@ -1360,11 +1729,28 @@ class GetFusionEnvironmentCreateFusionEnvironmentAdminUserDetailResult(dict):
|
|
1360
1729
|
last_name: str,
|
1361
1730
|
password: str,
|
1362
1731
|
username: str):
|
1363
|
-
|
1364
|
-
|
1365
|
-
|
1366
|
-
|
1367
|
-
|
1732
|
+
GetFusionEnvironmentCreateFusionEnvironmentAdminUserDetailResult._configure(
|
1733
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1734
|
+
email_address=email_address,
|
1735
|
+
first_name=first_name,
|
1736
|
+
last_name=last_name,
|
1737
|
+
password=password,
|
1738
|
+
username=username,
|
1739
|
+
)
|
1740
|
+
@staticmethod
|
1741
|
+
def _configure(
|
1742
|
+
_setter: Callable[[Any, Any], None],
|
1743
|
+
email_address: str,
|
1744
|
+
first_name: str,
|
1745
|
+
last_name: str,
|
1746
|
+
password: str,
|
1747
|
+
username: str,
|
1748
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1749
|
+
_setter("email_address", email_address)
|
1750
|
+
_setter("first_name", first_name)
|
1751
|
+
_setter("last_name", last_name)
|
1752
|
+
_setter("password", password)
|
1753
|
+
_setter("username", username)
|
1368
1754
|
|
1369
1755
|
@property
|
1370
1756
|
@pulumi.getter(name="emailAddress")
|
@@ -1396,7 +1782,16 @@ class GetFusionEnvironmentCreateFusionEnvironmentAdminUserDetailResult(dict):
|
|
1396
1782
|
class GetFusionEnvironmentDataMaskingActivitiesDataMaskingActivityCollectionResult(dict):
|
1397
1783
|
def __init__(__self__, *,
|
1398
1784
|
items: Sequence['outputs.GetFusionEnvironmentDataMaskingActivitiesDataMaskingActivityCollectionItemResult']):
|
1399
|
-
|
1785
|
+
GetFusionEnvironmentDataMaskingActivitiesDataMaskingActivityCollectionResult._configure(
|
1786
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1787
|
+
items=items,
|
1788
|
+
)
|
1789
|
+
@staticmethod
|
1790
|
+
def _configure(
|
1791
|
+
_setter: Callable[[Any, Any], None],
|
1792
|
+
items: Sequence['outputs.GetFusionEnvironmentDataMaskingActivitiesDataMaskingActivityCollectionItemResult'],
|
1793
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1794
|
+
_setter("items", items)
|
1400
1795
|
|
1401
1796
|
@property
|
1402
1797
|
@pulumi.getter
|
@@ -1420,12 +1815,31 @@ class GetFusionEnvironmentDataMaskingActivitiesDataMaskingActivityCollectionItem
|
|
1420
1815
|
:param str time_masking_finish: The time the data masking activity ended. An RFC3339 formatted datetime string.
|
1421
1816
|
:param str time_masking_start: The time the data masking activity started. An RFC3339 formatted datetime string.
|
1422
1817
|
"""
|
1423
|
-
|
1424
|
-
|
1425
|
-
|
1426
|
-
|
1427
|
-
|
1428
|
-
|
1818
|
+
GetFusionEnvironmentDataMaskingActivitiesDataMaskingActivityCollectionItemResult._configure(
|
1819
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1820
|
+
fusion_environment_id=fusion_environment_id,
|
1821
|
+
id=id,
|
1822
|
+
is_resume_data_masking=is_resume_data_masking,
|
1823
|
+
state=state,
|
1824
|
+
time_masking_finish=time_masking_finish,
|
1825
|
+
time_masking_start=time_masking_start,
|
1826
|
+
)
|
1827
|
+
@staticmethod
|
1828
|
+
def _configure(
|
1829
|
+
_setter: Callable[[Any, Any], None],
|
1830
|
+
fusion_environment_id: str,
|
1831
|
+
id: str,
|
1832
|
+
is_resume_data_masking: bool,
|
1833
|
+
state: str,
|
1834
|
+
time_masking_finish: str,
|
1835
|
+
time_masking_start: str,
|
1836
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1837
|
+
_setter("fusion_environment_id", fusion_environment_id)
|
1838
|
+
_setter("id", id)
|
1839
|
+
_setter("is_resume_data_masking", is_resume_data_masking)
|
1840
|
+
_setter("state", state)
|
1841
|
+
_setter("time_masking_finish", time_masking_finish)
|
1842
|
+
_setter("time_masking_start", time_masking_start)
|
1429
1843
|
|
1430
1844
|
@property
|
1431
1845
|
@pulumi.getter(name="fusionEnvironmentId")
|
@@ -1479,10 +1893,23 @@ class GetFusionEnvironmentDataMaskingActivitiesFilterResult(dict):
|
|
1479
1893
|
name: str,
|
1480
1894
|
values: Sequence[str],
|
1481
1895
|
regex: Optional[bool] = None):
|
1482
|
-
|
1483
|
-
|
1896
|
+
GetFusionEnvironmentDataMaskingActivitiesFilterResult._configure(
|
1897
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1898
|
+
name=name,
|
1899
|
+
values=values,
|
1900
|
+
regex=regex,
|
1901
|
+
)
|
1902
|
+
@staticmethod
|
1903
|
+
def _configure(
|
1904
|
+
_setter: Callable[[Any, Any], None],
|
1905
|
+
name: str,
|
1906
|
+
values: Sequence[str],
|
1907
|
+
regex: Optional[bool] = None,
|
1908
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1909
|
+
_setter("name", name)
|
1910
|
+
_setter("values", values)
|
1484
1911
|
if regex is not None:
|
1485
|
-
|
1912
|
+
_setter("regex", regex)
|
1486
1913
|
|
1487
1914
|
@property
|
1488
1915
|
@pulumi.getter
|
@@ -1506,10 +1933,23 @@ class GetFusionEnvironmentFamiliesFilterResult(dict):
|
|
1506
1933
|
name: str,
|
1507
1934
|
values: Sequence[str],
|
1508
1935
|
regex: Optional[bool] = None):
|
1509
|
-
|
1510
|
-
|
1936
|
+
GetFusionEnvironmentFamiliesFilterResult._configure(
|
1937
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1938
|
+
name=name,
|
1939
|
+
values=values,
|
1940
|
+
regex=regex,
|
1941
|
+
)
|
1942
|
+
@staticmethod
|
1943
|
+
def _configure(
|
1944
|
+
_setter: Callable[[Any, Any], None],
|
1945
|
+
name: str,
|
1946
|
+
values: Sequence[str],
|
1947
|
+
regex: Optional[bool] = None,
|
1948
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1949
|
+
_setter("name", name)
|
1950
|
+
_setter("values", values)
|
1511
1951
|
if regex is not None:
|
1512
|
-
|
1952
|
+
_setter("regex", regex)
|
1513
1953
|
|
1514
1954
|
@property
|
1515
1955
|
@pulumi.getter
|
@@ -1531,7 +1971,16 @@ class GetFusionEnvironmentFamiliesFilterResult(dict):
|
|
1531
1971
|
class GetFusionEnvironmentFamiliesFusionEnvironmentFamilyCollectionResult(dict):
|
1532
1972
|
def __init__(__self__, *,
|
1533
1973
|
items: Sequence['outputs.GetFusionEnvironmentFamiliesFusionEnvironmentFamilyCollectionItemResult']):
|
1534
|
-
|
1974
|
+
GetFusionEnvironmentFamiliesFusionEnvironmentFamilyCollectionResult._configure(
|
1975
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1976
|
+
items=items,
|
1977
|
+
)
|
1978
|
+
@staticmethod
|
1979
|
+
def _configure(
|
1980
|
+
_setter: Callable[[Any, Any], None],
|
1981
|
+
items: Sequence['outputs.GetFusionEnvironmentFamiliesFusionEnvironmentFamilyCollectionItemResult'],
|
1982
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1983
|
+
_setter("items", items)
|
1535
1984
|
|
1536
1985
|
@property
|
1537
1986
|
@pulumi.getter
|
@@ -1569,19 +2018,52 @@ class GetFusionEnvironmentFamiliesFusionEnvironmentFamilyCollectionItemResult(di
|
|
1569
2018
|
:param str system_name: Environment Specific Guid/ System Name
|
1570
2019
|
:param str time_created: The time the the FusionEnvironmentFamily was created. An RFC3339 formatted datetime string.
|
1571
2020
|
"""
|
1572
|
-
|
1573
|
-
|
1574
|
-
|
1575
|
-
|
1576
|
-
|
1577
|
-
|
1578
|
-
|
1579
|
-
|
1580
|
-
|
1581
|
-
|
1582
|
-
|
1583
|
-
|
1584
|
-
|
2021
|
+
GetFusionEnvironmentFamiliesFusionEnvironmentFamilyCollectionItemResult._configure(
|
2022
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2023
|
+
compartment_id=compartment_id,
|
2024
|
+
defined_tags=defined_tags,
|
2025
|
+
display_name=display_name,
|
2026
|
+
family_maintenance_policies=family_maintenance_policies,
|
2027
|
+
freeform_tags=freeform_tags,
|
2028
|
+
id=id,
|
2029
|
+
is_subscription_update_needed=is_subscription_update_needed,
|
2030
|
+
lifecycle_details=lifecycle_details,
|
2031
|
+
state=state,
|
2032
|
+
subscription_ids=subscription_ids,
|
2033
|
+
system_name=system_name,
|
2034
|
+
time_created=time_created,
|
2035
|
+
time_updated=time_updated,
|
2036
|
+
)
|
2037
|
+
@staticmethod
|
2038
|
+
def _configure(
|
2039
|
+
_setter: Callable[[Any, Any], None],
|
2040
|
+
compartment_id: str,
|
2041
|
+
defined_tags: Mapping[str, Any],
|
2042
|
+
display_name: str,
|
2043
|
+
family_maintenance_policies: Sequence['outputs.GetFusionEnvironmentFamiliesFusionEnvironmentFamilyCollectionItemFamilyMaintenancePolicyResult'],
|
2044
|
+
freeform_tags: Mapping[str, Any],
|
2045
|
+
id: str,
|
2046
|
+
is_subscription_update_needed: bool,
|
2047
|
+
lifecycle_details: str,
|
2048
|
+
state: str,
|
2049
|
+
subscription_ids: Sequence[str],
|
2050
|
+
system_name: str,
|
2051
|
+
time_created: str,
|
2052
|
+
time_updated: str,
|
2053
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2054
|
+
_setter("compartment_id", compartment_id)
|
2055
|
+
_setter("defined_tags", defined_tags)
|
2056
|
+
_setter("display_name", display_name)
|
2057
|
+
_setter("family_maintenance_policies", family_maintenance_policies)
|
2058
|
+
_setter("freeform_tags", freeform_tags)
|
2059
|
+
_setter("id", id)
|
2060
|
+
_setter("is_subscription_update_needed", is_subscription_update_needed)
|
2061
|
+
_setter("lifecycle_details", lifecycle_details)
|
2062
|
+
_setter("state", state)
|
2063
|
+
_setter("subscription_ids", subscription_ids)
|
2064
|
+
_setter("system_name", system_name)
|
2065
|
+
_setter("time_created", time_created)
|
2066
|
+
_setter("time_updated", time_updated)
|
1585
2067
|
|
1586
2068
|
@property
|
1587
2069
|
@pulumi.getter(name="compartmentId")
|
@@ -1696,9 +2178,22 @@ class GetFusionEnvironmentFamiliesFusionEnvironmentFamilyCollectionItemFamilyMai
|
|
1696
2178
|
:param bool is_monthly_patching_enabled: When True, monthly patching is enabled for the environment family.
|
1697
2179
|
:param str quarterly_upgrade_begin_times: The quarterly maintenance month group schedule of the Fusion environment family.
|
1698
2180
|
"""
|
1699
|
-
|
1700
|
-
|
1701
|
-
|
2181
|
+
GetFusionEnvironmentFamiliesFusionEnvironmentFamilyCollectionItemFamilyMaintenancePolicyResult._configure(
|
2182
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2183
|
+
concurrent_maintenance=concurrent_maintenance,
|
2184
|
+
is_monthly_patching_enabled=is_monthly_patching_enabled,
|
2185
|
+
quarterly_upgrade_begin_times=quarterly_upgrade_begin_times,
|
2186
|
+
)
|
2187
|
+
@staticmethod
|
2188
|
+
def _configure(
|
2189
|
+
_setter: Callable[[Any, Any], None],
|
2190
|
+
concurrent_maintenance: str,
|
2191
|
+
is_monthly_patching_enabled: bool,
|
2192
|
+
quarterly_upgrade_begin_times: str,
|
2193
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2194
|
+
_setter("concurrent_maintenance", concurrent_maintenance)
|
2195
|
+
_setter("is_monthly_patching_enabled", is_monthly_patching_enabled)
|
2196
|
+
_setter("quarterly_upgrade_begin_times", quarterly_upgrade_begin_times)
|
1702
2197
|
|
1703
2198
|
@property
|
1704
2199
|
@pulumi.getter(name="concurrentMaintenance")
|
@@ -1736,9 +2231,22 @@ class GetFusionEnvironmentFamilyFamilyMaintenancePolicyResult(dict):
|
|
1736
2231
|
:param bool is_monthly_patching_enabled: When True, monthly patching is enabled for the environment family.
|
1737
2232
|
:param str quarterly_upgrade_begin_times: The quarterly maintenance month group schedule of the Fusion environment family.
|
1738
2233
|
"""
|
1739
|
-
|
1740
|
-
|
1741
|
-
|
2234
|
+
GetFusionEnvironmentFamilyFamilyMaintenancePolicyResult._configure(
|
2235
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2236
|
+
concurrent_maintenance=concurrent_maintenance,
|
2237
|
+
is_monthly_patching_enabled=is_monthly_patching_enabled,
|
2238
|
+
quarterly_upgrade_begin_times=quarterly_upgrade_begin_times,
|
2239
|
+
)
|
2240
|
+
@staticmethod
|
2241
|
+
def _configure(
|
2242
|
+
_setter: Callable[[Any, Any], None],
|
2243
|
+
concurrent_maintenance: str,
|
2244
|
+
is_monthly_patching_enabled: bool,
|
2245
|
+
quarterly_upgrade_begin_times: str,
|
2246
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2247
|
+
_setter("concurrent_maintenance", concurrent_maintenance)
|
2248
|
+
_setter("is_monthly_patching_enabled", is_monthly_patching_enabled)
|
2249
|
+
_setter("quarterly_upgrade_begin_times", quarterly_upgrade_begin_times)
|
1742
2250
|
|
1743
2251
|
@property
|
1744
2252
|
@pulumi.getter(name="concurrentMaintenance")
|
@@ -1773,8 +2281,19 @@ class GetFusionEnvironmentFamilyLimitsAndUsageDevelopmentLimitAndUsageResult(dic
|
|
1773
2281
|
"""
|
1774
2282
|
:param int usage: The usage of current environment.
|
1775
2283
|
"""
|
1776
|
-
|
1777
|
-
|
2284
|
+
GetFusionEnvironmentFamilyLimitsAndUsageDevelopmentLimitAndUsageResult._configure(
|
2285
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2286
|
+
limit=limit,
|
2287
|
+
usage=usage,
|
2288
|
+
)
|
2289
|
+
@staticmethod
|
2290
|
+
def _configure(
|
2291
|
+
_setter: Callable[[Any, Any], None],
|
2292
|
+
limit: int,
|
2293
|
+
usage: int,
|
2294
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2295
|
+
_setter("limit", limit)
|
2296
|
+
_setter("usage", usage)
|
1778
2297
|
|
1779
2298
|
@property
|
1780
2299
|
@pulumi.getter
|
@@ -1798,8 +2317,19 @@ class GetFusionEnvironmentFamilyLimitsAndUsageProductionLimitAndUsageResult(dict
|
|
1798
2317
|
"""
|
1799
2318
|
:param int usage: The usage of current environment.
|
1800
2319
|
"""
|
1801
|
-
|
1802
|
-
|
2320
|
+
GetFusionEnvironmentFamilyLimitsAndUsageProductionLimitAndUsageResult._configure(
|
2321
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2322
|
+
limit=limit,
|
2323
|
+
usage=usage,
|
2324
|
+
)
|
2325
|
+
@staticmethod
|
2326
|
+
def _configure(
|
2327
|
+
_setter: Callable[[Any, Any], None],
|
2328
|
+
limit: int,
|
2329
|
+
usage: int,
|
2330
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2331
|
+
_setter("limit", limit)
|
2332
|
+
_setter("usage", usage)
|
1803
2333
|
|
1804
2334
|
@property
|
1805
2335
|
@pulumi.getter
|
@@ -1823,8 +2353,19 @@ class GetFusionEnvironmentFamilyLimitsAndUsageTestLimitAndUsageResult(dict):
|
|
1823
2353
|
"""
|
1824
2354
|
:param int usage: The usage of current environment.
|
1825
2355
|
"""
|
1826
|
-
|
1827
|
-
|
2356
|
+
GetFusionEnvironmentFamilyLimitsAndUsageTestLimitAndUsageResult._configure(
|
2357
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2358
|
+
limit=limit,
|
2359
|
+
usage=usage,
|
2360
|
+
)
|
2361
|
+
@staticmethod
|
2362
|
+
def _configure(
|
2363
|
+
_setter: Callable[[Any, Any], None],
|
2364
|
+
limit: int,
|
2365
|
+
usage: int,
|
2366
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2367
|
+
_setter("limit", limit)
|
2368
|
+
_setter("usage", usage)
|
1828
2369
|
|
1829
2370
|
@property
|
1830
2371
|
@pulumi.getter
|
@@ -1853,10 +2394,25 @@ class GetFusionEnvironmentFamilySubscriptionDetailSubscriptionResult(dict):
|
|
1853
2394
|
:param str service_name: The type of subscription, such as 'CLOUDCM'/'SAAS'/'CRM', etc.
|
1854
2395
|
:param Sequence['GetFusionEnvironmentFamilySubscriptionDetailSubscriptionSkusArgs'] skuses: Stock keeping unit.
|
1855
2396
|
"""
|
1856
|
-
|
1857
|
-
|
1858
|
-
|
1859
|
-
|
2397
|
+
GetFusionEnvironmentFamilySubscriptionDetailSubscriptionResult._configure(
|
2398
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2399
|
+
classic_subscription_id=classic_subscription_id,
|
2400
|
+
id=id,
|
2401
|
+
service_name=service_name,
|
2402
|
+
skuses=skuses,
|
2403
|
+
)
|
2404
|
+
@staticmethod
|
2405
|
+
def _configure(
|
2406
|
+
_setter: Callable[[Any, Any], None],
|
2407
|
+
classic_subscription_id: str,
|
2408
|
+
id: str,
|
2409
|
+
service_name: str,
|
2410
|
+
skuses: Sequence['outputs.GetFusionEnvironmentFamilySubscriptionDetailSubscriptionSkusResult'],
|
2411
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2412
|
+
_setter("classic_subscription_id", classic_subscription_id)
|
2413
|
+
_setter("id", id)
|
2414
|
+
_setter("service_name", service_name)
|
2415
|
+
_setter("skuses", skuses)
|
1860
2416
|
|
1861
2417
|
@property
|
1862
2418
|
@pulumi.getter(name="classicSubscriptionId")
|
@@ -1906,11 +2462,28 @@ class GetFusionEnvironmentFamilySubscriptionDetailSubscriptionSkusResult(dict):
|
|
1906
2462
|
:param int quantity: Quantity of the stock units.
|
1907
2463
|
:param str sku: Stock keeping unit id.
|
1908
2464
|
"""
|
1909
|
-
|
1910
|
-
|
1911
|
-
|
1912
|
-
|
1913
|
-
|
2465
|
+
GetFusionEnvironmentFamilySubscriptionDetailSubscriptionSkusResult._configure(
|
2466
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2467
|
+
description=description,
|
2468
|
+
license_part_description=license_part_description,
|
2469
|
+
metric_name=metric_name,
|
2470
|
+
quantity=quantity,
|
2471
|
+
sku=sku,
|
2472
|
+
)
|
2473
|
+
@staticmethod
|
2474
|
+
def _configure(
|
2475
|
+
_setter: Callable[[Any, Any], None],
|
2476
|
+
description: str,
|
2477
|
+
license_part_description: str,
|
2478
|
+
metric_name: str,
|
2479
|
+
quantity: int,
|
2480
|
+
sku: str,
|
2481
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2482
|
+
_setter("description", description)
|
2483
|
+
_setter("license_part_description", license_part_description)
|
2484
|
+
_setter("metric_name", metric_name)
|
2485
|
+
_setter("quantity", quantity)
|
2486
|
+
_setter("sku", sku)
|
1914
2487
|
|
1915
2488
|
@property
|
1916
2489
|
@pulumi.getter
|
@@ -1963,13 +2536,34 @@ class GetFusionEnvironmentKmsKeyInfoResult(dict):
|
|
1963
2536
|
scheduled_key_status: str,
|
1964
2537
|
scheduled_key_version: str,
|
1965
2538
|
scheduled_lifecycle_state: str):
|
1966
|
-
|
1967
|
-
|
1968
|
-
|
1969
|
-
|
1970
|
-
|
1971
|
-
|
1972
|
-
|
2539
|
+
GetFusionEnvironmentKmsKeyInfoResult._configure(
|
2540
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2541
|
+
active_key_id=active_key_id,
|
2542
|
+
active_key_version=active_key_version,
|
2543
|
+
current_key_lifecycle_state=current_key_lifecycle_state,
|
2544
|
+
scheduled_key_id=scheduled_key_id,
|
2545
|
+
scheduled_key_status=scheduled_key_status,
|
2546
|
+
scheduled_key_version=scheduled_key_version,
|
2547
|
+
scheduled_lifecycle_state=scheduled_lifecycle_state,
|
2548
|
+
)
|
2549
|
+
@staticmethod
|
2550
|
+
def _configure(
|
2551
|
+
_setter: Callable[[Any, Any], None],
|
2552
|
+
active_key_id: str,
|
2553
|
+
active_key_version: str,
|
2554
|
+
current_key_lifecycle_state: str,
|
2555
|
+
scheduled_key_id: str,
|
2556
|
+
scheduled_key_status: str,
|
2557
|
+
scheduled_key_version: str,
|
2558
|
+
scheduled_lifecycle_state: str,
|
2559
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2560
|
+
_setter("active_key_id", active_key_id)
|
2561
|
+
_setter("active_key_version", active_key_version)
|
2562
|
+
_setter("current_key_lifecycle_state", current_key_lifecycle_state)
|
2563
|
+
_setter("scheduled_key_id", scheduled_key_id)
|
2564
|
+
_setter("scheduled_key_status", scheduled_key_status)
|
2565
|
+
_setter("scheduled_key_version", scheduled_key_version)
|
2566
|
+
_setter("scheduled_lifecycle_state", scheduled_lifecycle_state)
|
1973
2567
|
|
1974
2568
|
@property
|
1975
2569
|
@pulumi.getter(name="activeKeyId")
|
@@ -2018,9 +2612,22 @@ class GetFusionEnvironmentMaintenancePolicyResult(dict):
|
|
2018
2612
|
:param str monthly_patching_override: Whether the Fusion environment will be updated monthly or updated on the quarterly cycle. This setting overrides the monthly patching setting of its Fusion environment family.
|
2019
2613
|
:param Sequence['GetFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTimeArgs'] quarterly_upgrade_begin_times: Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.
|
2020
2614
|
"""
|
2021
|
-
|
2022
|
-
|
2023
|
-
|
2615
|
+
GetFusionEnvironmentMaintenancePolicyResult._configure(
|
2616
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2617
|
+
environment_maintenance_override=environment_maintenance_override,
|
2618
|
+
monthly_patching_override=monthly_patching_override,
|
2619
|
+
quarterly_upgrade_begin_times=quarterly_upgrade_begin_times,
|
2620
|
+
)
|
2621
|
+
@staticmethod
|
2622
|
+
def _configure(
|
2623
|
+
_setter: Callable[[Any, Any], None],
|
2624
|
+
environment_maintenance_override: str,
|
2625
|
+
monthly_patching_override: str,
|
2626
|
+
quarterly_upgrade_begin_times: Sequence['outputs.GetFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTimeResult'],
|
2627
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2628
|
+
_setter("environment_maintenance_override", environment_maintenance_override)
|
2629
|
+
_setter("monthly_patching_override", monthly_patching_override)
|
2630
|
+
_setter("quarterly_upgrade_begin_times", quarterly_upgrade_begin_times)
|
2024
2631
|
|
2025
2632
|
@property
|
2026
2633
|
@pulumi.getter(name="environmentMaintenanceOverride")
|
@@ -2056,8 +2663,19 @@ class GetFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTimeResult(dict)
|
|
2056
2663
|
:param str begin_times_value: The frequency and month when maintenance occurs for the Fusion environment.
|
2057
2664
|
:param str override_type: Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
|
2058
2665
|
"""
|
2059
|
-
|
2060
|
-
|
2666
|
+
GetFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTimeResult._configure(
|
2667
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2668
|
+
begin_times_value=begin_times_value,
|
2669
|
+
override_type=override_type,
|
2670
|
+
)
|
2671
|
+
@staticmethod
|
2672
|
+
def _configure(
|
2673
|
+
_setter: Callable[[Any, Any], None],
|
2674
|
+
begin_times_value: str,
|
2675
|
+
override_type: str,
|
2676
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2677
|
+
_setter("begin_times_value", begin_times_value)
|
2678
|
+
_setter("override_type", override_type)
|
2061
2679
|
|
2062
2680
|
@property
|
2063
2681
|
@pulumi.getter(name="beginTimesValue")
|
@@ -2087,9 +2705,22 @@ class GetFusionEnvironmentRefreshResult(dict):
|
|
2087
2705
|
:param str time_finished: The time of when the last refresh finish
|
2088
2706
|
:param str time_of_restoration_point: The point of time of the latest DB backup for the last refresh
|
2089
2707
|
"""
|
2090
|
-
|
2091
|
-
|
2092
|
-
|
2708
|
+
GetFusionEnvironmentRefreshResult._configure(
|
2709
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2710
|
+
source_fusion_environment_id=source_fusion_environment_id,
|
2711
|
+
time_finished=time_finished,
|
2712
|
+
time_of_restoration_point=time_of_restoration_point,
|
2713
|
+
)
|
2714
|
+
@staticmethod
|
2715
|
+
def _configure(
|
2716
|
+
_setter: Callable[[Any, Any], None],
|
2717
|
+
source_fusion_environment_id: str,
|
2718
|
+
time_finished: str,
|
2719
|
+
time_of_restoration_point: str,
|
2720
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2721
|
+
_setter("source_fusion_environment_id", source_fusion_environment_id)
|
2722
|
+
_setter("time_finished", time_finished)
|
2723
|
+
_setter("time_of_restoration_point", time_of_restoration_point)
|
2093
2724
|
|
2094
2725
|
@property
|
2095
2726
|
@pulumi.getter(name="sourceFusionEnvironmentId")
|
@@ -2122,10 +2753,23 @@ class GetFusionEnvironmentRefreshActivitiesFilterResult(dict):
|
|
2122
2753
|
name: str,
|
2123
2754
|
values: Sequence[str],
|
2124
2755
|
regex: Optional[bool] = None):
|
2125
|
-
|
2126
|
-
|
2756
|
+
GetFusionEnvironmentRefreshActivitiesFilterResult._configure(
|
2757
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2758
|
+
name=name,
|
2759
|
+
values=values,
|
2760
|
+
regex=regex,
|
2761
|
+
)
|
2762
|
+
@staticmethod
|
2763
|
+
def _configure(
|
2764
|
+
_setter: Callable[[Any, Any], None],
|
2765
|
+
name: str,
|
2766
|
+
values: Sequence[str],
|
2767
|
+
regex: Optional[bool] = None,
|
2768
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2769
|
+
_setter("name", name)
|
2770
|
+
_setter("values", values)
|
2127
2771
|
if regex is not None:
|
2128
|
-
|
2772
|
+
_setter("regex", regex)
|
2129
2773
|
|
2130
2774
|
@property
|
2131
2775
|
@pulumi.getter
|
@@ -2147,7 +2791,16 @@ class GetFusionEnvironmentRefreshActivitiesFilterResult(dict):
|
|
2147
2791
|
class GetFusionEnvironmentRefreshActivitiesRefreshActivityCollectionResult(dict):
|
2148
2792
|
def __init__(__self__, *,
|
2149
2793
|
items: Sequence['outputs.GetFusionEnvironmentRefreshActivitiesRefreshActivityCollectionItemResult']):
|
2150
|
-
|
2794
|
+
GetFusionEnvironmentRefreshActivitiesRefreshActivityCollectionResult._configure(
|
2795
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2796
|
+
items=items,
|
2797
|
+
)
|
2798
|
+
@staticmethod
|
2799
|
+
def _configure(
|
2800
|
+
_setter: Callable[[Any, Any], None],
|
2801
|
+
items: Sequence['outputs.GetFusionEnvironmentRefreshActivitiesRefreshActivityCollectionItemResult'],
|
2802
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2803
|
+
_setter("items", items)
|
2151
2804
|
|
2152
2805
|
@property
|
2153
2806
|
@pulumi.getter
|
@@ -2187,20 +2840,55 @@ class GetFusionEnvironmentRefreshActivitiesRefreshActivityCollectionItemResult(d
|
|
2187
2840
|
:param str time_of_restoration_point: The date and time of the most recent source environment backup used for the environment refresh.
|
2188
2841
|
:param str time_updated: The time the refresh activity record was updated. An RFC3339 formatted datetime string.
|
2189
2842
|
"""
|
2190
|
-
|
2191
|
-
|
2192
|
-
|
2193
|
-
|
2194
|
-
|
2195
|
-
|
2196
|
-
|
2197
|
-
|
2198
|
-
|
2199
|
-
|
2200
|
-
|
2201
|
-
|
2202
|
-
|
2203
|
-
|
2843
|
+
GetFusionEnvironmentRefreshActivitiesRefreshActivityCollectionItemResult._configure(
|
2844
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2845
|
+
display_name=display_name,
|
2846
|
+
fusion_environment_id=fusion_environment_id,
|
2847
|
+
id=id,
|
2848
|
+
lifecycle_details=lifecycle_details,
|
2849
|
+
refresh_activity_id=refresh_activity_id,
|
2850
|
+
refresh_issue_details_lists=refresh_issue_details_lists,
|
2851
|
+
service_availability=service_availability,
|
2852
|
+
source_fusion_environment_id=source_fusion_environment_id,
|
2853
|
+
state=state,
|
2854
|
+
time_accepted=time_accepted,
|
2855
|
+
time_expected_finish=time_expected_finish,
|
2856
|
+
time_finished=time_finished,
|
2857
|
+
time_of_restoration_point=time_of_restoration_point,
|
2858
|
+
time_updated=time_updated,
|
2859
|
+
)
|
2860
|
+
@staticmethod
|
2861
|
+
def _configure(
|
2862
|
+
_setter: Callable[[Any, Any], None],
|
2863
|
+
display_name: str,
|
2864
|
+
fusion_environment_id: str,
|
2865
|
+
id: str,
|
2866
|
+
lifecycle_details: str,
|
2867
|
+
refresh_activity_id: str,
|
2868
|
+
refresh_issue_details_lists: Sequence['outputs.GetFusionEnvironmentRefreshActivitiesRefreshActivityCollectionItemRefreshIssueDetailsListResult'],
|
2869
|
+
service_availability: str,
|
2870
|
+
source_fusion_environment_id: str,
|
2871
|
+
state: str,
|
2872
|
+
time_accepted: str,
|
2873
|
+
time_expected_finish: str,
|
2874
|
+
time_finished: str,
|
2875
|
+
time_of_restoration_point: str,
|
2876
|
+
time_updated: str,
|
2877
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2878
|
+
_setter("display_name", display_name)
|
2879
|
+
_setter("fusion_environment_id", fusion_environment_id)
|
2880
|
+
_setter("id", id)
|
2881
|
+
_setter("lifecycle_details", lifecycle_details)
|
2882
|
+
_setter("refresh_activity_id", refresh_activity_id)
|
2883
|
+
_setter("refresh_issue_details_lists", refresh_issue_details_lists)
|
2884
|
+
_setter("service_availability", service_availability)
|
2885
|
+
_setter("source_fusion_environment_id", source_fusion_environment_id)
|
2886
|
+
_setter("state", state)
|
2887
|
+
_setter("time_accepted", time_accepted)
|
2888
|
+
_setter("time_expected_finish", time_expected_finish)
|
2889
|
+
_setter("time_finished", time_finished)
|
2890
|
+
_setter("time_of_restoration_point", time_of_restoration_point)
|
2891
|
+
_setter("time_updated", time_updated)
|
2204
2892
|
|
2205
2893
|
@property
|
2206
2894
|
@pulumi.getter(name="displayName")
|
@@ -2319,7 +3007,16 @@ class GetFusionEnvironmentRefreshActivitiesRefreshActivityCollectionItemRefreshI
|
|
2319
3007
|
"""
|
2320
3008
|
:param str refresh_issues: Detail reasons of refresh failure or validation failure that needs to be shown to customer.
|
2321
3009
|
"""
|
2322
|
-
|
3010
|
+
GetFusionEnvironmentRefreshActivitiesRefreshActivityCollectionItemRefreshIssueDetailsListResult._configure(
|
3011
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3012
|
+
refresh_issues=refresh_issues,
|
3013
|
+
)
|
3014
|
+
@staticmethod
|
3015
|
+
def _configure(
|
3016
|
+
_setter: Callable[[Any, Any], None],
|
3017
|
+
refresh_issues: str,
|
3018
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3019
|
+
_setter("refresh_issues", refresh_issues)
|
2323
3020
|
|
2324
3021
|
@property
|
2325
3022
|
@pulumi.getter(name="refreshIssues")
|
@@ -2337,7 +3034,16 @@ class GetFusionEnvironmentRefreshActivityRefreshIssueDetailsListResult(dict):
|
|
2337
3034
|
"""
|
2338
3035
|
:param str refresh_issues: Detail reasons of refresh failure or validation failure that needs to be shown to customer.
|
2339
3036
|
"""
|
2340
|
-
|
3037
|
+
GetFusionEnvironmentRefreshActivityRefreshIssueDetailsListResult._configure(
|
3038
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3039
|
+
refresh_issues=refresh_issues,
|
3040
|
+
)
|
3041
|
+
@staticmethod
|
3042
|
+
def _configure(
|
3043
|
+
_setter: Callable[[Any, Any], None],
|
3044
|
+
refresh_issues: str,
|
3045
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3046
|
+
_setter("refresh_issues", refresh_issues)
|
2341
3047
|
|
2342
3048
|
@property
|
2343
3049
|
@pulumi.getter(name="refreshIssues")
|
@@ -2358,9 +3064,22 @@ class GetFusionEnvironmentRuleResult(dict):
|
|
2358
3064
|
:param str action: Rule type
|
2359
3065
|
:param str description: A brief description of the access control rule. Avoid entering confidential information. example: `192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.`
|
2360
3066
|
"""
|
2361
|
-
|
2362
|
-
|
2363
|
-
|
3067
|
+
GetFusionEnvironmentRuleResult._configure(
|
3068
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3069
|
+
action=action,
|
3070
|
+
conditions=conditions,
|
3071
|
+
description=description,
|
3072
|
+
)
|
3073
|
+
@staticmethod
|
3074
|
+
def _configure(
|
3075
|
+
_setter: Callable[[Any, Any], None],
|
3076
|
+
action: str,
|
3077
|
+
conditions: Sequence['outputs.GetFusionEnvironmentRuleConditionResult'],
|
3078
|
+
description: str,
|
3079
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3080
|
+
_setter("action", action)
|
3081
|
+
_setter("conditions", conditions)
|
3082
|
+
_setter("description", description)
|
2364
3083
|
|
2365
3084
|
@property
|
2366
3085
|
@pulumi.getter
|
@@ -2393,8 +3112,19 @@ class GetFusionEnvironmentRuleConditionResult(dict):
|
|
2393
3112
|
:param str attribute_name: RuleCondition type
|
2394
3113
|
:param str attribute_value: The OCID of the originating VCN that an incoming packet must match. You can use this condition in conjunction with `SourceVcnIpAddressCondition`. **NOTE:** If you define this condition for a rule without a `SourceVcnIpAddressCondition`, this condition matches all incoming traffic in the specified VCN.
|
2395
3114
|
"""
|
2396
|
-
|
2397
|
-
|
3115
|
+
GetFusionEnvironmentRuleConditionResult._configure(
|
3116
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3117
|
+
attribute_name=attribute_name,
|
3118
|
+
attribute_value=attribute_value,
|
3119
|
+
)
|
3120
|
+
@staticmethod
|
3121
|
+
def _configure(
|
3122
|
+
_setter: Callable[[Any, Any], None],
|
3123
|
+
attribute_name: str,
|
3124
|
+
attribute_value: str,
|
3125
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3126
|
+
_setter("attribute_name", attribute_name)
|
3127
|
+
_setter("attribute_value", attribute_value)
|
2398
3128
|
|
2399
3129
|
@property
|
2400
3130
|
@pulumi.getter(name="attributeName")
|
@@ -2419,10 +3149,23 @@ class GetFusionEnvironmentScheduledActivitiesFilterResult(dict):
|
|
2419
3149
|
name: str,
|
2420
3150
|
values: Sequence[str],
|
2421
3151
|
regex: Optional[bool] = None):
|
2422
|
-
|
2423
|
-
|
3152
|
+
GetFusionEnvironmentScheduledActivitiesFilterResult._configure(
|
3153
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3154
|
+
name=name,
|
3155
|
+
values=values,
|
3156
|
+
regex=regex,
|
3157
|
+
)
|
3158
|
+
@staticmethod
|
3159
|
+
def _configure(
|
3160
|
+
_setter: Callable[[Any, Any], None],
|
3161
|
+
name: str,
|
3162
|
+
values: Sequence[str],
|
3163
|
+
regex: Optional[bool] = None,
|
3164
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3165
|
+
_setter("name", name)
|
3166
|
+
_setter("values", values)
|
2424
3167
|
if regex is not None:
|
2425
|
-
|
3168
|
+
_setter("regex", regex)
|
2426
3169
|
|
2427
3170
|
@property
|
2428
3171
|
@pulumi.getter
|
@@ -2444,7 +3187,16 @@ class GetFusionEnvironmentScheduledActivitiesFilterResult(dict):
|
|
2444
3187
|
class GetFusionEnvironmentScheduledActivitiesScheduledActivityCollectionResult(dict):
|
2445
3188
|
def __init__(__self__, *,
|
2446
3189
|
items: Sequence['outputs.GetFusionEnvironmentScheduledActivitiesScheduledActivityCollectionItemResult']):
|
2447
|
-
|
3190
|
+
GetFusionEnvironmentScheduledActivitiesScheduledActivityCollectionResult._configure(
|
3191
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3192
|
+
items=items,
|
3193
|
+
)
|
3194
|
+
@staticmethod
|
3195
|
+
def _configure(
|
3196
|
+
_setter: Callable[[Any, Any], None],
|
3197
|
+
items: Sequence['outputs.GetFusionEnvironmentScheduledActivitiesScheduledActivityCollectionItemResult'],
|
3198
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3199
|
+
_setter("items", items)
|
2448
3200
|
|
2449
3201
|
@property
|
2450
3202
|
@pulumi.getter
|
@@ -2485,21 +3237,58 @@ class GetFusionEnvironmentScheduledActivitiesScheduledActivityCollectionItemResu
|
|
2485
3237
|
:param str time_scheduled_start: Current time the scheduled activity is scheduled to start. An RFC3339 formatted datetime string.
|
2486
3238
|
:param str time_updated: The time the scheduled activity record was updated. An RFC3339 formatted datetime string.
|
2487
3239
|
"""
|
2488
|
-
|
2489
|
-
|
2490
|
-
|
2491
|
-
|
2492
|
-
|
2493
|
-
|
2494
|
-
|
2495
|
-
|
2496
|
-
|
2497
|
-
|
2498
|
-
|
2499
|
-
|
2500
|
-
|
2501
|
-
|
2502
|
-
|
3240
|
+
GetFusionEnvironmentScheduledActivitiesScheduledActivityCollectionItemResult._configure(
|
3241
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3242
|
+
actions=actions,
|
3243
|
+
delay_in_hours=delay_in_hours,
|
3244
|
+
display_name=display_name,
|
3245
|
+
freeform_tags=freeform_tags,
|
3246
|
+
fusion_environment_id=fusion_environment_id,
|
3247
|
+
id=id,
|
3248
|
+
lifecycle_details=lifecycle_details,
|
3249
|
+
run_cycle=run_cycle,
|
3250
|
+
service_availability=service_availability,
|
3251
|
+
state=state,
|
3252
|
+
time_accepted=time_accepted,
|
3253
|
+
time_expected_finish=time_expected_finish,
|
3254
|
+
time_finished=time_finished,
|
3255
|
+
time_scheduled_start=time_scheduled_start,
|
3256
|
+
time_updated=time_updated,
|
3257
|
+
)
|
3258
|
+
@staticmethod
|
3259
|
+
def _configure(
|
3260
|
+
_setter: Callable[[Any, Any], None],
|
3261
|
+
actions: Sequence['outputs.GetFusionEnvironmentScheduledActivitiesScheduledActivityCollectionItemActionResult'],
|
3262
|
+
delay_in_hours: int,
|
3263
|
+
display_name: str,
|
3264
|
+
freeform_tags: Mapping[str, Any],
|
3265
|
+
fusion_environment_id: str,
|
3266
|
+
id: str,
|
3267
|
+
lifecycle_details: str,
|
3268
|
+
run_cycle: str,
|
3269
|
+
service_availability: str,
|
3270
|
+
state: str,
|
3271
|
+
time_accepted: str,
|
3272
|
+
time_expected_finish: str,
|
3273
|
+
time_finished: str,
|
3274
|
+
time_scheduled_start: str,
|
3275
|
+
time_updated: str,
|
3276
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3277
|
+
_setter("actions", actions)
|
3278
|
+
_setter("delay_in_hours", delay_in_hours)
|
3279
|
+
_setter("display_name", display_name)
|
3280
|
+
_setter("freeform_tags", freeform_tags)
|
3281
|
+
_setter("fusion_environment_id", fusion_environment_id)
|
3282
|
+
_setter("id", id)
|
3283
|
+
_setter("lifecycle_details", lifecycle_details)
|
3284
|
+
_setter("run_cycle", run_cycle)
|
3285
|
+
_setter("service_availability", service_availability)
|
3286
|
+
_setter("state", state)
|
3287
|
+
_setter("time_accepted", time_accepted)
|
3288
|
+
_setter("time_expected_finish", time_expected_finish)
|
3289
|
+
_setter("time_finished", time_finished)
|
3290
|
+
_setter("time_scheduled_start", time_scheduled_start)
|
3291
|
+
_setter("time_updated", time_updated)
|
2503
3292
|
|
2504
3293
|
@property
|
2505
3294
|
@pulumi.getter
|
@@ -2639,15 +3428,40 @@ class GetFusionEnvironmentScheduledActivitiesScheduledActivityCollectionItemActi
|
|
2639
3428
|
:param str state: A filter that returns all resources that match the specified status
|
2640
3429
|
:param str version: name of the repo
|
2641
3430
|
"""
|
2642
|
-
|
2643
|
-
|
2644
|
-
|
2645
|
-
|
2646
|
-
|
2647
|
-
|
2648
|
-
|
2649
|
-
|
2650
|
-
|
3431
|
+
GetFusionEnvironmentScheduledActivitiesScheduledActivityCollectionItemActionResult._configure(
|
3432
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3433
|
+
action_type=action_type,
|
3434
|
+
artifact=artifact,
|
3435
|
+
category=category,
|
3436
|
+
description=description,
|
3437
|
+
mode=mode,
|
3438
|
+
qualifier=qualifier,
|
3439
|
+
reference_key=reference_key,
|
3440
|
+
state=state,
|
3441
|
+
version=version,
|
3442
|
+
)
|
3443
|
+
@staticmethod
|
3444
|
+
def _configure(
|
3445
|
+
_setter: Callable[[Any, Any], None],
|
3446
|
+
action_type: str,
|
3447
|
+
artifact: str,
|
3448
|
+
category: str,
|
3449
|
+
description: str,
|
3450
|
+
mode: str,
|
3451
|
+
qualifier: str,
|
3452
|
+
reference_key: str,
|
3453
|
+
state: str,
|
3454
|
+
version: str,
|
3455
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3456
|
+
_setter("action_type", action_type)
|
3457
|
+
_setter("artifact", artifact)
|
3458
|
+
_setter("category", category)
|
3459
|
+
_setter("description", description)
|
3460
|
+
_setter("mode", mode)
|
3461
|
+
_setter("qualifier", qualifier)
|
3462
|
+
_setter("reference_key", reference_key)
|
3463
|
+
_setter("state", state)
|
3464
|
+
_setter("version", version)
|
2651
3465
|
|
2652
3466
|
@property
|
2653
3467
|
@pulumi.getter(name="actionType")
|
@@ -2745,15 +3559,40 @@ class GetFusionEnvironmentScheduledActivityActionResult(dict):
|
|
2745
3559
|
:param str state: The current state of the scheduledActivity.
|
2746
3560
|
:param str version: name of the repo
|
2747
3561
|
"""
|
2748
|
-
|
2749
|
-
|
2750
|
-
|
2751
|
-
|
2752
|
-
|
2753
|
-
|
2754
|
-
|
2755
|
-
|
2756
|
-
|
3562
|
+
GetFusionEnvironmentScheduledActivityActionResult._configure(
|
3563
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3564
|
+
action_type=action_type,
|
3565
|
+
artifact=artifact,
|
3566
|
+
category=category,
|
3567
|
+
description=description,
|
3568
|
+
mode=mode,
|
3569
|
+
qualifier=qualifier,
|
3570
|
+
reference_key=reference_key,
|
3571
|
+
state=state,
|
3572
|
+
version=version,
|
3573
|
+
)
|
3574
|
+
@staticmethod
|
3575
|
+
def _configure(
|
3576
|
+
_setter: Callable[[Any, Any], None],
|
3577
|
+
action_type: str,
|
3578
|
+
artifact: str,
|
3579
|
+
category: str,
|
3580
|
+
description: str,
|
3581
|
+
mode: str,
|
3582
|
+
qualifier: str,
|
3583
|
+
reference_key: str,
|
3584
|
+
state: str,
|
3585
|
+
version: str,
|
3586
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3587
|
+
_setter("action_type", action_type)
|
3588
|
+
_setter("artifact", artifact)
|
3589
|
+
_setter("category", category)
|
3590
|
+
_setter("description", description)
|
3591
|
+
_setter("mode", mode)
|
3592
|
+
_setter("qualifier", qualifier)
|
3593
|
+
_setter("reference_key", reference_key)
|
3594
|
+
_setter("state", state)
|
3595
|
+
_setter("version", version)
|
2757
3596
|
|
2758
3597
|
@property
|
2759
3598
|
@pulumi.getter(name="actionType")
|
@@ -2834,10 +3673,23 @@ class GetFusionEnvironmentServiceAttachmentsFilterResult(dict):
|
|
2834
3673
|
name: str,
|
2835
3674
|
values: Sequence[str],
|
2836
3675
|
regex: Optional[bool] = None):
|
2837
|
-
|
2838
|
-
|
3676
|
+
GetFusionEnvironmentServiceAttachmentsFilterResult._configure(
|
3677
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3678
|
+
name=name,
|
3679
|
+
values=values,
|
3680
|
+
regex=regex,
|
3681
|
+
)
|
3682
|
+
@staticmethod
|
3683
|
+
def _configure(
|
3684
|
+
_setter: Callable[[Any, Any], None],
|
3685
|
+
name: str,
|
3686
|
+
values: Sequence[str],
|
3687
|
+
regex: Optional[bool] = None,
|
3688
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3689
|
+
_setter("name", name)
|
3690
|
+
_setter("values", values)
|
2839
3691
|
if regex is not None:
|
2840
|
-
|
3692
|
+
_setter("regex", regex)
|
2841
3693
|
|
2842
3694
|
@property
|
2843
3695
|
@pulumi.getter
|
@@ -2859,7 +3711,16 @@ class GetFusionEnvironmentServiceAttachmentsFilterResult(dict):
|
|
2859
3711
|
class GetFusionEnvironmentServiceAttachmentsServiceAttachmentCollectionResult(dict):
|
2860
3712
|
def __init__(__self__, *,
|
2861
3713
|
items: Sequence['outputs.GetFusionEnvironmentServiceAttachmentsServiceAttachmentCollectionItemResult']):
|
2862
|
-
|
3714
|
+
GetFusionEnvironmentServiceAttachmentsServiceAttachmentCollectionResult._configure(
|
3715
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3716
|
+
items=items,
|
3717
|
+
)
|
3718
|
+
@staticmethod
|
3719
|
+
def _configure(
|
3720
|
+
_setter: Callable[[Any, Any], None],
|
3721
|
+
items: Sequence['outputs.GetFusionEnvironmentServiceAttachmentsServiceAttachmentCollectionItemResult'],
|
3722
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3723
|
+
_setter("items", items)
|
2863
3724
|
|
2864
3725
|
@property
|
2865
3726
|
@pulumi.getter
|
@@ -2898,19 +3759,52 @@ class GetFusionEnvironmentServiceAttachmentsServiceAttachmentCollectionItemResul
|
|
2898
3759
|
:param str time_created: The time the the ServiceInstance was created. An RFC3339 formatted datetime string
|
2899
3760
|
:param str time_updated: The time the ServiceInstance was updated. An RFC3339 formatted datetime string
|
2900
3761
|
"""
|
2901
|
-
|
2902
|
-
|
2903
|
-
|
2904
|
-
|
2905
|
-
|
2906
|
-
|
2907
|
-
|
2908
|
-
|
2909
|
-
|
2910
|
-
|
2911
|
-
|
2912
|
-
|
2913
|
-
|
3762
|
+
GetFusionEnvironmentServiceAttachmentsServiceAttachmentCollectionItemResult._configure(
|
3763
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3764
|
+
compartment_id=compartment_id,
|
3765
|
+
defined_tags=defined_tags,
|
3766
|
+
display_name=display_name,
|
3767
|
+
freeform_tags=freeform_tags,
|
3768
|
+
fusion_environment_id=fusion_environment_id,
|
3769
|
+
id=id,
|
3770
|
+
is_sku_based=is_sku_based,
|
3771
|
+
service_instance_id=service_instance_id,
|
3772
|
+
service_instance_type=service_instance_type,
|
3773
|
+
service_url=service_url,
|
3774
|
+
state=state,
|
3775
|
+
time_created=time_created,
|
3776
|
+
time_updated=time_updated,
|
3777
|
+
)
|
3778
|
+
@staticmethod
|
3779
|
+
def _configure(
|
3780
|
+
_setter: Callable[[Any, Any], None],
|
3781
|
+
compartment_id: str,
|
3782
|
+
defined_tags: Mapping[str, Any],
|
3783
|
+
display_name: str,
|
3784
|
+
freeform_tags: Mapping[str, Any],
|
3785
|
+
fusion_environment_id: str,
|
3786
|
+
id: str,
|
3787
|
+
is_sku_based: bool,
|
3788
|
+
service_instance_id: str,
|
3789
|
+
service_instance_type: str,
|
3790
|
+
service_url: str,
|
3791
|
+
state: str,
|
3792
|
+
time_created: str,
|
3793
|
+
time_updated: str,
|
3794
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3795
|
+
_setter("compartment_id", compartment_id)
|
3796
|
+
_setter("defined_tags", defined_tags)
|
3797
|
+
_setter("display_name", display_name)
|
3798
|
+
_setter("freeform_tags", freeform_tags)
|
3799
|
+
_setter("fusion_environment_id", fusion_environment_id)
|
3800
|
+
_setter("id", id)
|
3801
|
+
_setter("is_sku_based", is_sku_based)
|
3802
|
+
_setter("service_instance_id", service_instance_id)
|
3803
|
+
_setter("service_instance_type", service_instance_type)
|
3804
|
+
_setter("service_url", service_url)
|
3805
|
+
_setter("state", state)
|
3806
|
+
_setter("time_created", time_created)
|
3807
|
+
_setter("time_updated", time_updated)
|
2914
3808
|
|
2915
3809
|
@property
|
2916
3810
|
@pulumi.getter(name="compartmentId")
|
@@ -3024,7 +3918,16 @@ class GetFusionEnvironmentTimeAvailableForRefreshItemResult(dict):
|
|
3024
3918
|
"""
|
3025
3919
|
:param str time_available_for_refresh: refresh time.
|
3026
3920
|
"""
|
3027
|
-
|
3921
|
+
GetFusionEnvironmentTimeAvailableForRefreshItemResult._configure(
|
3922
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3923
|
+
time_available_for_refresh=time_available_for_refresh,
|
3924
|
+
)
|
3925
|
+
@staticmethod
|
3926
|
+
def _configure(
|
3927
|
+
_setter: Callable[[Any, Any], None],
|
3928
|
+
time_available_for_refresh: str,
|
3929
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3930
|
+
_setter("time_available_for_refresh", time_available_for_refresh)
|
3028
3931
|
|
3029
3932
|
@property
|
3030
3933
|
@pulumi.getter(name="timeAvailableForRefresh")
|
@@ -3041,10 +3944,23 @@ class GetFusionEnvironmentTimeAvailableForRefreshsFilterResult(dict):
|
|
3041
3944
|
name: str,
|
3042
3945
|
values: Sequence[str],
|
3043
3946
|
regex: Optional[bool] = None):
|
3044
|
-
|
3045
|
-
|
3947
|
+
GetFusionEnvironmentTimeAvailableForRefreshsFilterResult._configure(
|
3948
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3949
|
+
name=name,
|
3950
|
+
values=values,
|
3951
|
+
regex=regex,
|
3952
|
+
)
|
3953
|
+
@staticmethod
|
3954
|
+
def _configure(
|
3955
|
+
_setter: Callable[[Any, Any], None],
|
3956
|
+
name: str,
|
3957
|
+
values: Sequence[str],
|
3958
|
+
regex: Optional[bool] = None,
|
3959
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3960
|
+
_setter("name", name)
|
3961
|
+
_setter("values", values)
|
3046
3962
|
if regex is not None:
|
3047
|
-
|
3963
|
+
_setter("regex", regex)
|
3048
3964
|
|
3049
3965
|
@property
|
3050
3966
|
@pulumi.getter
|
@@ -3069,7 +3985,16 @@ class GetFusionEnvironmentTimeAvailableForRefreshsTimeAvailableForRefreshCollect
|
|
3069
3985
|
"""
|
3070
3986
|
:param Sequence['GetFusionEnvironmentTimeAvailableForRefreshsTimeAvailableForRefreshCollectionItemArgs'] items: A list of available refresh time objects.
|
3071
3987
|
"""
|
3072
|
-
|
3988
|
+
GetFusionEnvironmentTimeAvailableForRefreshsTimeAvailableForRefreshCollectionResult._configure(
|
3989
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3990
|
+
items=items,
|
3991
|
+
)
|
3992
|
+
@staticmethod
|
3993
|
+
def _configure(
|
3994
|
+
_setter: Callable[[Any, Any], None],
|
3995
|
+
items: Sequence['outputs.GetFusionEnvironmentTimeAvailableForRefreshsTimeAvailableForRefreshCollectionItemResult'],
|
3996
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3997
|
+
_setter("items", items)
|
3073
3998
|
|
3074
3999
|
@property
|
3075
4000
|
@pulumi.getter
|
@@ -3087,7 +4012,16 @@ class GetFusionEnvironmentTimeAvailableForRefreshsTimeAvailableForRefreshCollect
|
|
3087
4012
|
"""
|
3088
4013
|
:param str time_available_for_refresh: refresh time.
|
3089
4014
|
"""
|
3090
|
-
|
4015
|
+
GetFusionEnvironmentTimeAvailableForRefreshsTimeAvailableForRefreshCollectionItemResult._configure(
|
4016
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4017
|
+
time_available_for_refresh=time_available_for_refresh,
|
4018
|
+
)
|
4019
|
+
@staticmethod
|
4020
|
+
def _configure(
|
4021
|
+
_setter: Callable[[Any, Any], None],
|
4022
|
+
time_available_for_refresh: str,
|
4023
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4024
|
+
_setter("time_available_for_refresh", time_available_for_refresh)
|
3091
4025
|
|
3092
4026
|
@property
|
3093
4027
|
@pulumi.getter(name="timeAvailableForRefresh")
|
@@ -3104,10 +4038,23 @@ class GetFusionEnvironmentsFilterResult(dict):
|
|
3104
4038
|
name: str,
|
3105
4039
|
values: Sequence[str],
|
3106
4040
|
regex: Optional[bool] = None):
|
3107
|
-
|
3108
|
-
|
4041
|
+
GetFusionEnvironmentsFilterResult._configure(
|
4042
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4043
|
+
name=name,
|
4044
|
+
values=values,
|
4045
|
+
regex=regex,
|
4046
|
+
)
|
4047
|
+
@staticmethod
|
4048
|
+
def _configure(
|
4049
|
+
_setter: Callable[[Any, Any], None],
|
4050
|
+
name: str,
|
4051
|
+
values: Sequence[str],
|
4052
|
+
regex: Optional[bool] = None,
|
4053
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4054
|
+
_setter("name", name)
|
4055
|
+
_setter("values", values)
|
3109
4056
|
if regex is not None:
|
3110
|
-
|
4057
|
+
_setter("regex", regex)
|
3111
4058
|
|
3112
4059
|
@property
|
3113
4060
|
@pulumi.getter
|
@@ -3129,7 +4076,16 @@ class GetFusionEnvironmentsFilterResult(dict):
|
|
3129
4076
|
class GetFusionEnvironmentsFusionEnvironmentCollectionResult(dict):
|
3130
4077
|
def __init__(__self__, *,
|
3131
4078
|
items: Sequence['outputs.GetFusionEnvironmentsFusionEnvironmentCollectionItemResult']):
|
3132
|
-
|
4079
|
+
GetFusionEnvironmentsFusionEnvironmentCollectionResult._configure(
|
4080
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4081
|
+
items=items,
|
4082
|
+
)
|
4083
|
+
@staticmethod
|
4084
|
+
def _configure(
|
4085
|
+
_setter: Callable[[Any, Any], None],
|
4086
|
+
items: Sequence['outputs.GetFusionEnvironmentsFusionEnvironmentCollectionItemResult'],
|
4087
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4088
|
+
_setter("items", items)
|
3133
4089
|
|
3134
4090
|
@property
|
3135
4091
|
@pulumi.getter
|
@@ -3199,35 +4155,100 @@ class GetFusionEnvironmentsFusionEnvironmentCollectionItemResult(dict):
|
|
3199
4155
|
:param str time_updated: The time the FusionEnvironment was updated. An RFC3339 formatted datetime string
|
3200
4156
|
:param str version: Version of Fusion Apps used by this environment
|
3201
4157
|
"""
|
3202
|
-
|
3203
|
-
|
3204
|
-
|
3205
|
-
|
3206
|
-
|
3207
|
-
|
3208
|
-
|
3209
|
-
|
3210
|
-
|
3211
|
-
|
3212
|
-
|
3213
|
-
|
3214
|
-
|
3215
|
-
|
3216
|
-
|
3217
|
-
|
3218
|
-
|
3219
|
-
|
3220
|
-
|
3221
|
-
|
3222
|
-
|
3223
|
-
|
3224
|
-
|
3225
|
-
|
3226
|
-
|
3227
|
-
|
3228
|
-
|
3229
|
-
|
3230
|
-
|
4158
|
+
GetFusionEnvironmentsFusionEnvironmentCollectionItemResult._configure(
|
4159
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4160
|
+
additional_language_packs=additional_language_packs,
|
4161
|
+
applied_patch_bundles=applied_patch_bundles,
|
4162
|
+
compartment_id=compartment_id,
|
4163
|
+
create_fusion_environment_admin_user_details=create_fusion_environment_admin_user_details,
|
4164
|
+
defined_tags=defined_tags,
|
4165
|
+
display_name=display_name,
|
4166
|
+
dns_prefix=dns_prefix,
|
4167
|
+
domain_id=domain_id,
|
4168
|
+
freeform_tags=freeform_tags,
|
4169
|
+
fusion_environment_family_id=fusion_environment_family_id,
|
4170
|
+
fusion_environment_type=fusion_environment_type,
|
4171
|
+
id=id,
|
4172
|
+
idcs_domain_url=idcs_domain_url,
|
4173
|
+
is_break_glass_enabled=is_break_glass_enabled,
|
4174
|
+
kms_key_id=kms_key_id,
|
4175
|
+
kms_key_infos=kms_key_infos,
|
4176
|
+
lifecycle_details=lifecycle_details,
|
4177
|
+
lockbox_id=lockbox_id,
|
4178
|
+
maintenance_policies=maintenance_policies,
|
4179
|
+
public_url=public_url,
|
4180
|
+
refreshes=refreshes,
|
4181
|
+
rules=rules,
|
4182
|
+
state=state,
|
4183
|
+
subscription_ids=subscription_ids,
|
4184
|
+
system_name=system_name,
|
4185
|
+
time_created=time_created,
|
4186
|
+
time_upcoming_maintenance=time_upcoming_maintenance,
|
4187
|
+
time_updated=time_updated,
|
4188
|
+
version=version,
|
4189
|
+
)
|
4190
|
+
@staticmethod
|
4191
|
+
def _configure(
|
4192
|
+
_setter: Callable[[Any, Any], None],
|
4193
|
+
additional_language_packs: Sequence[str],
|
4194
|
+
applied_patch_bundles: Sequence[str],
|
4195
|
+
compartment_id: str,
|
4196
|
+
create_fusion_environment_admin_user_details: Sequence['outputs.GetFusionEnvironmentsFusionEnvironmentCollectionItemCreateFusionEnvironmentAdminUserDetailResult'],
|
4197
|
+
defined_tags: Mapping[str, Any],
|
4198
|
+
display_name: str,
|
4199
|
+
dns_prefix: str,
|
4200
|
+
domain_id: str,
|
4201
|
+
freeform_tags: Mapping[str, Any],
|
4202
|
+
fusion_environment_family_id: str,
|
4203
|
+
fusion_environment_type: str,
|
4204
|
+
id: str,
|
4205
|
+
idcs_domain_url: str,
|
4206
|
+
is_break_glass_enabled: bool,
|
4207
|
+
kms_key_id: str,
|
4208
|
+
kms_key_infos: Sequence['outputs.GetFusionEnvironmentsFusionEnvironmentCollectionItemKmsKeyInfoResult'],
|
4209
|
+
lifecycle_details: str,
|
4210
|
+
lockbox_id: str,
|
4211
|
+
maintenance_policies: Sequence['outputs.GetFusionEnvironmentsFusionEnvironmentCollectionItemMaintenancePolicyResult'],
|
4212
|
+
public_url: str,
|
4213
|
+
refreshes: Sequence['outputs.GetFusionEnvironmentsFusionEnvironmentCollectionItemRefreshResult'],
|
4214
|
+
rules: Sequence['outputs.GetFusionEnvironmentsFusionEnvironmentCollectionItemRuleResult'],
|
4215
|
+
state: str,
|
4216
|
+
subscription_ids: Sequence[str],
|
4217
|
+
system_name: str,
|
4218
|
+
time_created: str,
|
4219
|
+
time_upcoming_maintenance: str,
|
4220
|
+
time_updated: str,
|
4221
|
+
version: str,
|
4222
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4223
|
+
_setter("additional_language_packs", additional_language_packs)
|
4224
|
+
_setter("applied_patch_bundles", applied_patch_bundles)
|
4225
|
+
_setter("compartment_id", compartment_id)
|
4226
|
+
_setter("create_fusion_environment_admin_user_details", create_fusion_environment_admin_user_details)
|
4227
|
+
_setter("defined_tags", defined_tags)
|
4228
|
+
_setter("display_name", display_name)
|
4229
|
+
_setter("dns_prefix", dns_prefix)
|
4230
|
+
_setter("domain_id", domain_id)
|
4231
|
+
_setter("freeform_tags", freeform_tags)
|
4232
|
+
_setter("fusion_environment_family_id", fusion_environment_family_id)
|
4233
|
+
_setter("fusion_environment_type", fusion_environment_type)
|
4234
|
+
_setter("id", id)
|
4235
|
+
_setter("idcs_domain_url", idcs_domain_url)
|
4236
|
+
_setter("is_break_glass_enabled", is_break_glass_enabled)
|
4237
|
+
_setter("kms_key_id", kms_key_id)
|
4238
|
+
_setter("kms_key_infos", kms_key_infos)
|
4239
|
+
_setter("lifecycle_details", lifecycle_details)
|
4240
|
+
_setter("lockbox_id", lockbox_id)
|
4241
|
+
_setter("maintenance_policies", maintenance_policies)
|
4242
|
+
_setter("public_url", public_url)
|
4243
|
+
_setter("refreshes", refreshes)
|
4244
|
+
_setter("rules", rules)
|
4245
|
+
_setter("state", state)
|
4246
|
+
_setter("subscription_ids", subscription_ids)
|
4247
|
+
_setter("system_name", system_name)
|
4248
|
+
_setter("time_created", time_created)
|
4249
|
+
_setter("time_upcoming_maintenance", time_upcoming_maintenance)
|
4250
|
+
_setter("time_updated", time_updated)
|
4251
|
+
_setter("version", version)
|
3231
4252
|
|
3232
4253
|
@property
|
3233
4254
|
@pulumi.getter(name="additionalLanguagePacks")
|
@@ -3467,11 +4488,28 @@ class GetFusionEnvironmentsFusionEnvironmentCollectionItemCreateFusionEnvironmen
|
|
3467
4488
|
last_name: str,
|
3468
4489
|
password: str,
|
3469
4490
|
username: str):
|
3470
|
-
|
3471
|
-
|
3472
|
-
|
3473
|
-
|
3474
|
-
|
4491
|
+
GetFusionEnvironmentsFusionEnvironmentCollectionItemCreateFusionEnvironmentAdminUserDetailResult._configure(
|
4492
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4493
|
+
email_address=email_address,
|
4494
|
+
first_name=first_name,
|
4495
|
+
last_name=last_name,
|
4496
|
+
password=password,
|
4497
|
+
username=username,
|
4498
|
+
)
|
4499
|
+
@staticmethod
|
4500
|
+
def _configure(
|
4501
|
+
_setter: Callable[[Any, Any], None],
|
4502
|
+
email_address: str,
|
4503
|
+
first_name: str,
|
4504
|
+
last_name: str,
|
4505
|
+
password: str,
|
4506
|
+
username: str,
|
4507
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4508
|
+
_setter("email_address", email_address)
|
4509
|
+
_setter("first_name", first_name)
|
4510
|
+
_setter("last_name", last_name)
|
4511
|
+
_setter("password", password)
|
4512
|
+
_setter("username", username)
|
3475
4513
|
|
3476
4514
|
@property
|
3477
4515
|
@pulumi.getter(name="emailAddress")
|
@@ -3509,13 +4547,34 @@ class GetFusionEnvironmentsFusionEnvironmentCollectionItemKmsKeyInfoResult(dict)
|
|
3509
4547
|
scheduled_key_status: str,
|
3510
4548
|
scheduled_key_version: str,
|
3511
4549
|
scheduled_lifecycle_state: str):
|
3512
|
-
|
3513
|
-
|
3514
|
-
|
3515
|
-
|
3516
|
-
|
3517
|
-
|
3518
|
-
|
4550
|
+
GetFusionEnvironmentsFusionEnvironmentCollectionItemKmsKeyInfoResult._configure(
|
4551
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4552
|
+
active_key_id=active_key_id,
|
4553
|
+
active_key_version=active_key_version,
|
4554
|
+
current_key_lifecycle_state=current_key_lifecycle_state,
|
4555
|
+
scheduled_key_id=scheduled_key_id,
|
4556
|
+
scheduled_key_status=scheduled_key_status,
|
4557
|
+
scheduled_key_version=scheduled_key_version,
|
4558
|
+
scheduled_lifecycle_state=scheduled_lifecycle_state,
|
4559
|
+
)
|
4560
|
+
@staticmethod
|
4561
|
+
def _configure(
|
4562
|
+
_setter: Callable[[Any, Any], None],
|
4563
|
+
active_key_id: str,
|
4564
|
+
active_key_version: str,
|
4565
|
+
current_key_lifecycle_state: str,
|
4566
|
+
scheduled_key_id: str,
|
4567
|
+
scheduled_key_status: str,
|
4568
|
+
scheduled_key_version: str,
|
4569
|
+
scheduled_lifecycle_state: str,
|
4570
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4571
|
+
_setter("active_key_id", active_key_id)
|
4572
|
+
_setter("active_key_version", active_key_version)
|
4573
|
+
_setter("current_key_lifecycle_state", current_key_lifecycle_state)
|
4574
|
+
_setter("scheduled_key_id", scheduled_key_id)
|
4575
|
+
_setter("scheduled_key_status", scheduled_key_status)
|
4576
|
+
_setter("scheduled_key_version", scheduled_key_version)
|
4577
|
+
_setter("scheduled_lifecycle_state", scheduled_lifecycle_state)
|
3519
4578
|
|
3520
4579
|
@property
|
3521
4580
|
@pulumi.getter(name="activeKeyId")
|
@@ -3564,9 +4623,22 @@ class GetFusionEnvironmentsFusionEnvironmentCollectionItemMaintenancePolicyResul
|
|
3564
4623
|
:param str monthly_patching_override: Whether the Fusion environment will be updated monthly or updated on the quarterly cycle. This setting overrides the monthly patching setting of its Fusion environment family.
|
3565
4624
|
:param Sequence['GetFusionEnvironmentsFusionEnvironmentCollectionItemMaintenancePolicyQuarterlyUpgradeBeginTimeArgs'] quarterly_upgrade_begin_times: Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.
|
3566
4625
|
"""
|
3567
|
-
|
3568
|
-
|
3569
|
-
|
4626
|
+
GetFusionEnvironmentsFusionEnvironmentCollectionItemMaintenancePolicyResult._configure(
|
4627
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4628
|
+
environment_maintenance_override=environment_maintenance_override,
|
4629
|
+
monthly_patching_override=monthly_patching_override,
|
4630
|
+
quarterly_upgrade_begin_times=quarterly_upgrade_begin_times,
|
4631
|
+
)
|
4632
|
+
@staticmethod
|
4633
|
+
def _configure(
|
4634
|
+
_setter: Callable[[Any, Any], None],
|
4635
|
+
environment_maintenance_override: str,
|
4636
|
+
monthly_patching_override: str,
|
4637
|
+
quarterly_upgrade_begin_times: Sequence['outputs.GetFusionEnvironmentsFusionEnvironmentCollectionItemMaintenancePolicyQuarterlyUpgradeBeginTimeResult'],
|
4638
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4639
|
+
_setter("environment_maintenance_override", environment_maintenance_override)
|
4640
|
+
_setter("monthly_patching_override", monthly_patching_override)
|
4641
|
+
_setter("quarterly_upgrade_begin_times", quarterly_upgrade_begin_times)
|
3570
4642
|
|
3571
4643
|
@property
|
3572
4644
|
@pulumi.getter(name="environmentMaintenanceOverride")
|
@@ -3602,8 +4674,19 @@ class GetFusionEnvironmentsFusionEnvironmentCollectionItemMaintenancePolicyQuart
|
|
3602
4674
|
:param str begin_times_value: The frequency and month when maintenance occurs for the Fusion environment.
|
3603
4675
|
:param str override_type: Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
|
3604
4676
|
"""
|
3605
|
-
|
3606
|
-
|
4677
|
+
GetFusionEnvironmentsFusionEnvironmentCollectionItemMaintenancePolicyQuarterlyUpgradeBeginTimeResult._configure(
|
4678
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4679
|
+
begin_times_value=begin_times_value,
|
4680
|
+
override_type=override_type,
|
4681
|
+
)
|
4682
|
+
@staticmethod
|
4683
|
+
def _configure(
|
4684
|
+
_setter: Callable[[Any, Any], None],
|
4685
|
+
begin_times_value: str,
|
4686
|
+
override_type: str,
|
4687
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4688
|
+
_setter("begin_times_value", begin_times_value)
|
4689
|
+
_setter("override_type", override_type)
|
3607
4690
|
|
3608
4691
|
@property
|
3609
4692
|
@pulumi.getter(name="beginTimesValue")
|
@@ -3633,9 +4716,22 @@ class GetFusionEnvironmentsFusionEnvironmentCollectionItemRefreshResult(dict):
|
|
3633
4716
|
:param str time_finished: The time of when the last refresh finish
|
3634
4717
|
:param str time_of_restoration_point: The point of time of the latest DB backup for the last refresh
|
3635
4718
|
"""
|
3636
|
-
|
3637
|
-
|
3638
|
-
|
4719
|
+
GetFusionEnvironmentsFusionEnvironmentCollectionItemRefreshResult._configure(
|
4720
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4721
|
+
source_fusion_environment_id=source_fusion_environment_id,
|
4722
|
+
time_finished=time_finished,
|
4723
|
+
time_of_restoration_point=time_of_restoration_point,
|
4724
|
+
)
|
4725
|
+
@staticmethod
|
4726
|
+
def _configure(
|
4727
|
+
_setter: Callable[[Any, Any], None],
|
4728
|
+
source_fusion_environment_id: str,
|
4729
|
+
time_finished: str,
|
4730
|
+
time_of_restoration_point: str,
|
4731
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4732
|
+
_setter("source_fusion_environment_id", source_fusion_environment_id)
|
4733
|
+
_setter("time_finished", time_finished)
|
4734
|
+
_setter("time_of_restoration_point", time_of_restoration_point)
|
3639
4735
|
|
3640
4736
|
@property
|
3641
4737
|
@pulumi.getter(name="sourceFusionEnvironmentId")
|
@@ -3672,9 +4768,22 @@ class GetFusionEnvironmentsFusionEnvironmentCollectionItemRuleResult(dict):
|
|
3672
4768
|
:param str action: Rule type
|
3673
4769
|
:param str description: A brief description of the access control rule. Avoid entering confidential information. example: `192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.`
|
3674
4770
|
"""
|
3675
|
-
|
3676
|
-
|
3677
|
-
|
4771
|
+
GetFusionEnvironmentsFusionEnvironmentCollectionItemRuleResult._configure(
|
4772
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4773
|
+
action=action,
|
4774
|
+
conditions=conditions,
|
4775
|
+
description=description,
|
4776
|
+
)
|
4777
|
+
@staticmethod
|
4778
|
+
def _configure(
|
4779
|
+
_setter: Callable[[Any, Any], None],
|
4780
|
+
action: str,
|
4781
|
+
conditions: Sequence['outputs.GetFusionEnvironmentsFusionEnvironmentCollectionItemRuleConditionResult'],
|
4782
|
+
description: str,
|
4783
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4784
|
+
_setter("action", action)
|
4785
|
+
_setter("conditions", conditions)
|
4786
|
+
_setter("description", description)
|
3678
4787
|
|
3679
4788
|
@property
|
3680
4789
|
@pulumi.getter
|
@@ -3707,8 +4816,19 @@ class GetFusionEnvironmentsFusionEnvironmentCollectionItemRuleConditionResult(di
|
|
3707
4816
|
:param str attribute_name: RuleCondition type
|
3708
4817
|
:param str attribute_value: The OCID of the originating VCN that an incoming packet must match. You can use this condition in conjunction with `SourceVcnIpAddressCondition`. **NOTE:** If you define this condition for a rule without a `SourceVcnIpAddressCondition`, this condition matches all incoming traffic in the specified VCN.
|
3709
4818
|
"""
|
3710
|
-
|
3711
|
-
|
4819
|
+
GetFusionEnvironmentsFusionEnvironmentCollectionItemRuleConditionResult._configure(
|
4820
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4821
|
+
attribute_name=attribute_name,
|
4822
|
+
attribute_value=attribute_value,
|
4823
|
+
)
|
4824
|
+
@staticmethod
|
4825
|
+
def _configure(
|
4826
|
+
_setter: Callable[[Any, Any], None],
|
4827
|
+
attribute_name: str,
|
4828
|
+
attribute_value: str,
|
4829
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4830
|
+
_setter("attribute_name", attribute_name)
|
4831
|
+
_setter("attribute_value", attribute_value)
|
3712
4832
|
|
3713
4833
|
@property
|
3714
4834
|
@pulumi.getter(name="attributeName")
|
@@ -3734,7 +4854,16 @@ class GetPbfListingPublisherDetailResult(dict):
|
|
3734
4854
|
"""
|
3735
4855
|
:param str name: A brief descriptive name for the PBF trigger.
|
3736
4856
|
"""
|
3737
|
-
|
4857
|
+
GetPbfListingPublisherDetailResult._configure(
|
4858
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4859
|
+
name=name,
|
4860
|
+
)
|
4861
|
+
@staticmethod
|
4862
|
+
def _configure(
|
4863
|
+
_setter: Callable[[Any, Any], None],
|
4864
|
+
name: str,
|
4865
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4866
|
+
_setter("name", name)
|
3738
4867
|
|
3739
4868
|
@property
|
3740
4869
|
@pulumi.getter
|
@@ -3752,7 +4881,16 @@ class GetPbfListingTriggerResult(dict):
|
|
3752
4881
|
"""
|
3753
4882
|
:param str name: A brief descriptive name for the PBF trigger.
|
3754
4883
|
"""
|
3755
|
-
|
4884
|
+
GetPbfListingTriggerResult._configure(
|
4885
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4886
|
+
name=name,
|
4887
|
+
)
|
4888
|
+
@staticmethod
|
4889
|
+
def _configure(
|
4890
|
+
_setter: Callable[[Any, Any], None],
|
4891
|
+
name: str,
|
4892
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4893
|
+
_setter("name", name)
|
3756
4894
|
|
3757
4895
|
@property
|
3758
4896
|
@pulumi.getter
|
@@ -3772,10 +4910,23 @@ class GetPbfListingTriggersFilterResult(dict):
|
|
3772
4910
|
"""
|
3773
4911
|
:param str name: A filter to return only resources that match the service trigger source of a PBF.
|
3774
4912
|
"""
|
3775
|
-
|
3776
|
-
|
4913
|
+
GetPbfListingTriggersFilterResult._configure(
|
4914
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4915
|
+
name=name,
|
4916
|
+
values=values,
|
4917
|
+
regex=regex,
|
4918
|
+
)
|
4919
|
+
@staticmethod
|
4920
|
+
def _configure(
|
4921
|
+
_setter: Callable[[Any, Any], None],
|
4922
|
+
name: str,
|
4923
|
+
values: Sequence[str],
|
4924
|
+
regex: Optional[bool] = None,
|
4925
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4926
|
+
_setter("name", name)
|
4927
|
+
_setter("values", values)
|
3777
4928
|
if regex is not None:
|
3778
|
-
|
4929
|
+
_setter("regex", regex)
|
3779
4930
|
|
3780
4931
|
@property
|
3781
4932
|
@pulumi.getter
|
@@ -3803,7 +4954,16 @@ class GetPbfListingTriggersTriggersCollectionResult(dict):
|
|
3803
4954
|
"""
|
3804
4955
|
:param Sequence['GetPbfListingTriggersTriggersCollectionItemArgs'] items: List of TriggerSummary.
|
3805
4956
|
"""
|
3806
|
-
|
4957
|
+
GetPbfListingTriggersTriggersCollectionResult._configure(
|
4958
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4959
|
+
items=items,
|
4960
|
+
)
|
4961
|
+
@staticmethod
|
4962
|
+
def _configure(
|
4963
|
+
_setter: Callable[[Any, Any], None],
|
4964
|
+
items: Sequence['outputs.GetPbfListingTriggersTriggersCollectionItemResult'],
|
4965
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4966
|
+
_setter("items", items)
|
3807
4967
|
|
3808
4968
|
@property
|
3809
4969
|
@pulumi.getter
|
@@ -3821,7 +4981,16 @@ class GetPbfListingTriggersTriggersCollectionItemResult(dict):
|
|
3821
4981
|
"""
|
3822
4982
|
:param str name: A filter to return only resources that match the service trigger source of a PBF.
|
3823
4983
|
"""
|
3824
|
-
|
4984
|
+
GetPbfListingTriggersTriggersCollectionItemResult._configure(
|
4985
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4986
|
+
name=name,
|
4987
|
+
)
|
4988
|
+
@staticmethod
|
4989
|
+
def _configure(
|
4990
|
+
_setter: Callable[[Any, Any], None],
|
4991
|
+
name: str,
|
4992
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4993
|
+
_setter("name", name)
|
3825
4994
|
|
3826
4995
|
@property
|
3827
4996
|
@pulumi.getter
|
@@ -3843,9 +5012,22 @@ class GetPbfListingVersionConfigResult(dict):
|
|
3843
5012
|
:param bool is_optional: Is this a required config or an optional one. Requests with required config params missing will be rejected.
|
3844
5013
|
:param str key: The key name of the config param.
|
3845
5014
|
"""
|
3846
|
-
|
3847
|
-
|
3848
|
-
|
5015
|
+
GetPbfListingVersionConfigResult._configure(
|
5016
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5017
|
+
description=description,
|
5018
|
+
is_optional=is_optional,
|
5019
|
+
key=key,
|
5020
|
+
)
|
5021
|
+
@staticmethod
|
5022
|
+
def _configure(
|
5023
|
+
_setter: Callable[[Any, Any], None],
|
5024
|
+
description: str,
|
5025
|
+
is_optional: bool,
|
5026
|
+
key: str,
|
5027
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5028
|
+
_setter("description", description)
|
5029
|
+
_setter("is_optional", is_optional)
|
5030
|
+
_setter("key", key)
|
3849
5031
|
|
3850
5032
|
@property
|
3851
5033
|
@pulumi.getter
|
@@ -3881,8 +5063,19 @@ class GetPbfListingVersionRequirementResult(dict):
|
|
3881
5063
|
:param str min_memory_required_in_mbs: Minimum memory required by this PBF. The user should use memory greater than or equal to this value while configuring the Function.
|
3882
5064
|
:param Sequence['GetPbfListingVersionRequirementPolicyArgs'] policies: List of policies required for this PBF execution.
|
3883
5065
|
"""
|
3884
|
-
|
3885
|
-
|
5066
|
+
GetPbfListingVersionRequirementResult._configure(
|
5067
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5068
|
+
min_memory_required_in_mbs=min_memory_required_in_mbs,
|
5069
|
+
policies=policies,
|
5070
|
+
)
|
5071
|
+
@staticmethod
|
5072
|
+
def _configure(
|
5073
|
+
_setter: Callable[[Any, Any], None],
|
5074
|
+
min_memory_required_in_mbs: str,
|
5075
|
+
policies: Sequence['outputs.GetPbfListingVersionRequirementPolicyResult'],
|
5076
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5077
|
+
_setter("min_memory_required_in_mbs", min_memory_required_in_mbs)
|
5078
|
+
_setter("policies", policies)
|
3886
5079
|
|
3887
5080
|
@property
|
3888
5081
|
@pulumi.getter(name="minMemoryRequiredInMbs")
|
@@ -3910,8 +5103,19 @@ class GetPbfListingVersionRequirementPolicyResult(dict):
|
|
3910
5103
|
:param str description: Details about why this policy is required and what it will be used for.
|
3911
5104
|
:param str policy: Policy required for PBF execution
|
3912
5105
|
"""
|
3913
|
-
|
3914
|
-
|
5106
|
+
GetPbfListingVersionRequirementPolicyResult._configure(
|
5107
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5108
|
+
description=description,
|
5109
|
+
policy=policy,
|
5110
|
+
)
|
5111
|
+
@staticmethod
|
5112
|
+
def _configure(
|
5113
|
+
_setter: Callable[[Any, Any], None],
|
5114
|
+
description: str,
|
5115
|
+
policy: str,
|
5116
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5117
|
+
_setter("description", description)
|
5118
|
+
_setter("policy", policy)
|
3915
5119
|
|
3916
5120
|
@property
|
3917
5121
|
@pulumi.getter
|
@@ -3937,7 +5141,16 @@ class GetPbfListingVersionTriggerResult(dict):
|
|
3937
5141
|
"""
|
3938
5142
|
:param str name: A brief descriptive name for the PBF trigger.
|
3939
5143
|
"""
|
3940
|
-
|
5144
|
+
GetPbfListingVersionTriggerResult._configure(
|
5145
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5146
|
+
name=name,
|
5147
|
+
)
|
5148
|
+
@staticmethod
|
5149
|
+
def _configure(
|
5150
|
+
_setter: Callable[[Any, Any], None],
|
5151
|
+
name: str,
|
5152
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5153
|
+
_setter("name", name)
|
3941
5154
|
|
3942
5155
|
@property
|
3943
5156
|
@pulumi.getter
|
@@ -3957,10 +5170,23 @@ class GetPbfListingVersionsFilterResult(dict):
|
|
3957
5170
|
"""
|
3958
5171
|
:param str name: Matches a PbfListingVersion based on a provided semantic version name for a PbfListingVersion. Each PbfListingVersion name is unique with respect to its associated PbfListing.
|
3959
5172
|
"""
|
3960
|
-
|
3961
|
-
|
5173
|
+
GetPbfListingVersionsFilterResult._configure(
|
5174
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5175
|
+
name=name,
|
5176
|
+
values=values,
|
5177
|
+
regex=regex,
|
5178
|
+
)
|
5179
|
+
@staticmethod
|
5180
|
+
def _configure(
|
5181
|
+
_setter: Callable[[Any, Any], None],
|
5182
|
+
name: str,
|
5183
|
+
values: Sequence[str],
|
5184
|
+
regex: Optional[bool] = None,
|
5185
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5186
|
+
_setter("name", name)
|
5187
|
+
_setter("values", values)
|
3962
5188
|
if regex is not None:
|
3963
|
-
|
5189
|
+
_setter("regex", regex)
|
3964
5190
|
|
3965
5191
|
@property
|
3966
5192
|
@pulumi.getter
|
@@ -3988,7 +5214,16 @@ class GetPbfListingVersionsPbfListingVersionsCollectionResult(dict):
|
|
3988
5214
|
"""
|
3989
5215
|
:param Sequence['GetPbfListingVersionsPbfListingVersionsCollectionItemArgs'] items: List of PbfListingVersionSummary.
|
3990
5216
|
"""
|
3991
|
-
|
5217
|
+
GetPbfListingVersionsPbfListingVersionsCollectionResult._configure(
|
5218
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5219
|
+
items=items,
|
5220
|
+
)
|
5221
|
+
@staticmethod
|
5222
|
+
def _configure(
|
5223
|
+
_setter: Callable[[Any, Any], None],
|
5224
|
+
items: Sequence['outputs.GetPbfListingVersionsPbfListingVersionsCollectionItemResult'],
|
5225
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5226
|
+
_setter("items", items)
|
3992
5227
|
|
3993
5228
|
@property
|
3994
5229
|
@pulumi.getter
|
@@ -4030,19 +5265,52 @@ class GetPbfListingVersionsPbfListingVersionsCollectionItemResult(dict):
|
|
4030
5265
|
:param str time_updated: The last time the PbfListingVersion was updated. An RFC3339 formatted datetime string.
|
4031
5266
|
:param Sequence['GetPbfListingVersionsPbfListingVersionsCollectionItemTriggerArgs'] triggers: An array of Trigger. A list of triggers that may activate the PBF.
|
4032
5267
|
"""
|
4033
|
-
|
4034
|
-
|
4035
|
-
|
4036
|
-
|
4037
|
-
|
4038
|
-
|
4039
|
-
|
4040
|
-
|
4041
|
-
|
4042
|
-
|
4043
|
-
|
4044
|
-
|
4045
|
-
|
5268
|
+
GetPbfListingVersionsPbfListingVersionsCollectionItemResult._configure(
|
5269
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5270
|
+
change_summary=change_summary,
|
5271
|
+
configs=configs,
|
5272
|
+
defined_tags=defined_tags,
|
5273
|
+
freeform_tags=freeform_tags,
|
5274
|
+
id=id,
|
5275
|
+
name=name,
|
5276
|
+
pbf_listing_id=pbf_listing_id,
|
5277
|
+
requirements=requirements,
|
5278
|
+
state=state,
|
5279
|
+
system_tags=system_tags,
|
5280
|
+
time_created=time_created,
|
5281
|
+
time_updated=time_updated,
|
5282
|
+
triggers=triggers,
|
5283
|
+
)
|
5284
|
+
@staticmethod
|
5285
|
+
def _configure(
|
5286
|
+
_setter: Callable[[Any, Any], None],
|
5287
|
+
change_summary: str,
|
5288
|
+
configs: Sequence['outputs.GetPbfListingVersionsPbfListingVersionsCollectionItemConfigResult'],
|
5289
|
+
defined_tags: Mapping[str, Any],
|
5290
|
+
freeform_tags: Mapping[str, Any],
|
5291
|
+
id: str,
|
5292
|
+
name: str,
|
5293
|
+
pbf_listing_id: str,
|
5294
|
+
requirements: Sequence['outputs.GetPbfListingVersionsPbfListingVersionsCollectionItemRequirementResult'],
|
5295
|
+
state: str,
|
5296
|
+
system_tags: Mapping[str, Any],
|
5297
|
+
time_created: str,
|
5298
|
+
time_updated: str,
|
5299
|
+
triggers: Sequence['outputs.GetPbfListingVersionsPbfListingVersionsCollectionItemTriggerResult'],
|
5300
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5301
|
+
_setter("change_summary", change_summary)
|
5302
|
+
_setter("configs", configs)
|
5303
|
+
_setter("defined_tags", defined_tags)
|
5304
|
+
_setter("freeform_tags", freeform_tags)
|
5305
|
+
_setter("id", id)
|
5306
|
+
_setter("name", name)
|
5307
|
+
_setter("pbf_listing_id", pbf_listing_id)
|
5308
|
+
_setter("requirements", requirements)
|
5309
|
+
_setter("state", state)
|
5310
|
+
_setter("system_tags", system_tags)
|
5311
|
+
_setter("time_created", time_created)
|
5312
|
+
_setter("time_updated", time_updated)
|
5313
|
+
_setter("triggers", triggers)
|
4046
5314
|
|
4047
5315
|
@property
|
4048
5316
|
@pulumi.getter(name="changeSummary")
|
@@ -4160,9 +5428,22 @@ class GetPbfListingVersionsPbfListingVersionsCollectionItemConfigResult(dict):
|
|
4160
5428
|
:param bool is_optional: Is this a required config or an optional one. Requests with required config params missing will be rejected.
|
4161
5429
|
:param str key: The key name of the config param.
|
4162
5430
|
"""
|
4163
|
-
|
4164
|
-
|
4165
|
-
|
5431
|
+
GetPbfListingVersionsPbfListingVersionsCollectionItemConfigResult._configure(
|
5432
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5433
|
+
description=description,
|
5434
|
+
is_optional=is_optional,
|
5435
|
+
key=key,
|
5436
|
+
)
|
5437
|
+
@staticmethod
|
5438
|
+
def _configure(
|
5439
|
+
_setter: Callable[[Any, Any], None],
|
5440
|
+
description: str,
|
5441
|
+
is_optional: bool,
|
5442
|
+
key: str,
|
5443
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5444
|
+
_setter("description", description)
|
5445
|
+
_setter("is_optional", is_optional)
|
5446
|
+
_setter("key", key)
|
4166
5447
|
|
4167
5448
|
@property
|
4168
5449
|
@pulumi.getter
|
@@ -4198,8 +5479,19 @@ class GetPbfListingVersionsPbfListingVersionsCollectionItemRequirementResult(dic
|
|
4198
5479
|
:param str min_memory_required_in_mbs: Minimum memory required by this PBF. The user should use memory greater than or equal to this value while configuring the Function.
|
4199
5480
|
:param Sequence['GetPbfListingVersionsPbfListingVersionsCollectionItemRequirementPolicyArgs'] policies: List of policies required for this PBF execution.
|
4200
5481
|
"""
|
4201
|
-
|
4202
|
-
|
5482
|
+
GetPbfListingVersionsPbfListingVersionsCollectionItemRequirementResult._configure(
|
5483
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5484
|
+
min_memory_required_in_mbs=min_memory_required_in_mbs,
|
5485
|
+
policies=policies,
|
5486
|
+
)
|
5487
|
+
@staticmethod
|
5488
|
+
def _configure(
|
5489
|
+
_setter: Callable[[Any, Any], None],
|
5490
|
+
min_memory_required_in_mbs: str,
|
5491
|
+
policies: Sequence['outputs.GetPbfListingVersionsPbfListingVersionsCollectionItemRequirementPolicyResult'],
|
5492
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5493
|
+
_setter("min_memory_required_in_mbs", min_memory_required_in_mbs)
|
5494
|
+
_setter("policies", policies)
|
4203
5495
|
|
4204
5496
|
@property
|
4205
5497
|
@pulumi.getter(name="minMemoryRequiredInMbs")
|
@@ -4227,8 +5519,19 @@ class GetPbfListingVersionsPbfListingVersionsCollectionItemRequirementPolicyResu
|
|
4227
5519
|
:param str description: Details about why this policy is required and what it will be used for.
|
4228
5520
|
:param str policy: Policy required for PBF execution
|
4229
5521
|
"""
|
4230
|
-
|
4231
|
-
|
5522
|
+
GetPbfListingVersionsPbfListingVersionsCollectionItemRequirementPolicyResult._configure(
|
5523
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5524
|
+
description=description,
|
5525
|
+
policy=policy,
|
5526
|
+
)
|
5527
|
+
@staticmethod
|
5528
|
+
def _configure(
|
5529
|
+
_setter: Callable[[Any, Any], None],
|
5530
|
+
description: str,
|
5531
|
+
policy: str,
|
5532
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5533
|
+
_setter("description", description)
|
5534
|
+
_setter("policy", policy)
|
4232
5535
|
|
4233
5536
|
@property
|
4234
5537
|
@pulumi.getter
|
@@ -4254,7 +5557,16 @@ class GetPbfListingVersionsPbfListingVersionsCollectionItemTriggerResult(dict):
|
|
4254
5557
|
"""
|
4255
5558
|
:param str name: Matches a PbfListingVersion based on a provided semantic version name for a PbfListingVersion. Each PbfListingVersion name is unique with respect to its associated PbfListing.
|
4256
5559
|
"""
|
4257
|
-
|
5560
|
+
GetPbfListingVersionsPbfListingVersionsCollectionItemTriggerResult._configure(
|
5561
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5562
|
+
name=name,
|
5563
|
+
)
|
5564
|
+
@staticmethod
|
5565
|
+
def _configure(
|
5566
|
+
_setter: Callable[[Any, Any], None],
|
5567
|
+
name: str,
|
5568
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5569
|
+
_setter("name", name)
|
4258
5570
|
|
4259
5571
|
@property
|
4260
5572
|
@pulumi.getter
|
@@ -4274,10 +5586,23 @@ class GetPbfListingsFilterResult(dict):
|
|
4274
5586
|
"""
|
4275
5587
|
:param str name: A filter to return only resources that match the entire PBF name given.
|
4276
5588
|
"""
|
4277
|
-
|
4278
|
-
|
5589
|
+
GetPbfListingsFilterResult._configure(
|
5590
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5591
|
+
name=name,
|
5592
|
+
values=values,
|
5593
|
+
regex=regex,
|
5594
|
+
)
|
5595
|
+
@staticmethod
|
5596
|
+
def _configure(
|
5597
|
+
_setter: Callable[[Any, Any], None],
|
5598
|
+
name: str,
|
5599
|
+
values: Sequence[str],
|
5600
|
+
regex: Optional[bool] = None,
|
5601
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5602
|
+
_setter("name", name)
|
5603
|
+
_setter("values", values)
|
4279
5604
|
if regex is not None:
|
4280
|
-
|
5605
|
+
_setter("regex", regex)
|
4281
5606
|
|
4282
5607
|
@property
|
4283
5608
|
@pulumi.getter
|
@@ -4305,7 +5630,16 @@ class GetPbfListingsPbfListingsCollectionResult(dict):
|
|
4305
5630
|
"""
|
4306
5631
|
:param Sequence['GetPbfListingsPbfListingsCollectionItemArgs'] items: List of PbfListingSummary.
|
4307
5632
|
"""
|
4308
|
-
|
5633
|
+
GetPbfListingsPbfListingsCollectionResult._configure(
|
5634
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5635
|
+
items=items,
|
5636
|
+
)
|
5637
|
+
@staticmethod
|
5638
|
+
def _configure(
|
5639
|
+
_setter: Callable[[Any, Any], None],
|
5640
|
+
items: Sequence['outputs.GetPbfListingsPbfListingsCollectionItemResult'],
|
5641
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5642
|
+
_setter("items", items)
|
4309
5643
|
|
4310
5644
|
@property
|
4311
5645
|
@pulumi.getter
|
@@ -4343,17 +5677,46 @@ class GetPbfListingsPbfListingsCollectionItemResult(dict):
|
|
4343
5677
|
:param str time_updated: The last time the PbfListing was updated. An RFC3339 formatted datetime string.
|
4344
5678
|
:param Sequence['GetPbfListingsPbfListingsCollectionItemTriggerArgs'] triggers: An array of Trigger. A list of triggers that may activate the PBF.
|
4345
5679
|
"""
|
4346
|
-
|
4347
|
-
|
4348
|
-
|
4349
|
-
|
4350
|
-
|
4351
|
-
|
4352
|
-
|
4353
|
-
|
4354
|
-
|
4355
|
-
|
4356
|
-
|
5680
|
+
GetPbfListingsPbfListingsCollectionItemResult._configure(
|
5681
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5682
|
+
defined_tags=defined_tags,
|
5683
|
+
description=description,
|
5684
|
+
freeform_tags=freeform_tags,
|
5685
|
+
id=id,
|
5686
|
+
name=name,
|
5687
|
+
publisher_details=publisher_details,
|
5688
|
+
state=state,
|
5689
|
+
system_tags=system_tags,
|
5690
|
+
time_created=time_created,
|
5691
|
+
time_updated=time_updated,
|
5692
|
+
triggers=triggers,
|
5693
|
+
)
|
5694
|
+
@staticmethod
|
5695
|
+
def _configure(
|
5696
|
+
_setter: Callable[[Any, Any], None],
|
5697
|
+
defined_tags: Mapping[str, Any],
|
5698
|
+
description: str,
|
5699
|
+
freeform_tags: Mapping[str, Any],
|
5700
|
+
id: str,
|
5701
|
+
name: str,
|
5702
|
+
publisher_details: Sequence['outputs.GetPbfListingsPbfListingsCollectionItemPublisherDetailResult'],
|
5703
|
+
state: str,
|
5704
|
+
system_tags: Mapping[str, Any],
|
5705
|
+
time_created: str,
|
5706
|
+
time_updated: str,
|
5707
|
+
triggers: Sequence['outputs.GetPbfListingsPbfListingsCollectionItemTriggerResult'],
|
5708
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5709
|
+
_setter("defined_tags", defined_tags)
|
5710
|
+
_setter("description", description)
|
5711
|
+
_setter("freeform_tags", freeform_tags)
|
5712
|
+
_setter("id", id)
|
5713
|
+
_setter("name", name)
|
5714
|
+
_setter("publisher_details", publisher_details)
|
5715
|
+
_setter("state", state)
|
5716
|
+
_setter("system_tags", system_tags)
|
5717
|
+
_setter("time_created", time_created)
|
5718
|
+
_setter("time_updated", time_updated)
|
5719
|
+
_setter("triggers", triggers)
|
4357
5720
|
|
4358
5721
|
@property
|
4359
5722
|
@pulumi.getter(name="definedTags")
|
@@ -4451,7 +5814,16 @@ class GetPbfListingsPbfListingsCollectionItemPublisherDetailResult(dict):
|
|
4451
5814
|
"""
|
4452
5815
|
:param str name: A filter to return only resources that match the entire PBF name given.
|
4453
5816
|
"""
|
4454
|
-
|
5817
|
+
GetPbfListingsPbfListingsCollectionItemPublisherDetailResult._configure(
|
5818
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5819
|
+
name=name,
|
5820
|
+
)
|
5821
|
+
@staticmethod
|
5822
|
+
def _configure(
|
5823
|
+
_setter: Callable[[Any, Any], None],
|
5824
|
+
name: str,
|
5825
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5826
|
+
_setter("name", name)
|
4455
5827
|
|
4456
5828
|
@property
|
4457
5829
|
@pulumi.getter
|
@@ -4469,7 +5841,16 @@ class GetPbfListingsPbfListingsCollectionItemTriggerResult(dict):
|
|
4469
5841
|
"""
|
4470
5842
|
:param str name: A filter to return only resources that match the entire PBF name given.
|
4471
5843
|
"""
|
4472
|
-
|
5844
|
+
GetPbfListingsPbfListingsCollectionItemTriggerResult._configure(
|
5845
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5846
|
+
name=name,
|
5847
|
+
)
|
5848
|
+
@staticmethod
|
5849
|
+
def _configure(
|
5850
|
+
_setter: Callable[[Any, Any], None],
|
5851
|
+
name: str,
|
5852
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5853
|
+
_setter("name", name)
|
4473
5854
|
|
4474
5855
|
@property
|
4475
5856
|
@pulumi.getter
|