pulumi-oci 1.11.0a1695829678__py3-none-any.whl → 1.12.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +35 -0
- pulumi_oci/adm/_inputs.py +116 -23
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +55 -13
- pulumi_oci/adm/outputs.py +469 -101
- pulumi_oci/adm/vulnerability_audit.py +119 -31
- pulumi_oci/aianomalydetection/_inputs.py +355 -84
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +73 -19
- pulumi_oci/aianomalydetection/data_asset.py +84 -21
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +98 -24
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +84 -21
- pulumi_oci/aianomalydetection/outputs.py +1189 -292
- pulumi_oci/aianomalydetection/project.py +61 -15
- pulumi_oci/aidocument/_inputs.py +315 -72
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +154 -54
- pulumi_oci/aidocument/outputs.py +932 -210
- pulumi_oci/aidocument/processor_job.py +82 -17
- pulumi_oci/aidocument/project.py +64 -16
- pulumi_oci/ailanguage/_inputs.py +321 -68
- pulumi_oci/ailanguage/endpoint.py +79 -21
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +109 -26
- pulumi_oci/ailanguage/outputs.py +1086 -239
- pulumi_oci/ailanguage/project.py +64 -16
- pulumi_oci/aivision/_inputs.py +99 -22
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +151 -40
- pulumi_oci/aivision/outputs.py +379 -92
- pulumi_oci/aivision/project.py +64 -16
- pulumi_oci/analytics/_inputs.py +100 -20
- pulumi_oci/analytics/analytics_instance.py +116 -30
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +70 -18
- pulumi_oci/analytics/analytics_instance_vanity_url.py +61 -15
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +295 -64
- pulumi_oci/announcementsservice/_inputs.py +56 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +93 -24
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +31 -5
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +37 -7
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +170 -34
- pulumi_oci/apigateway/_inputs.py +1983 -398
- pulumi_oci/apigateway/api.py +67 -17
- pulumi_oci/apigateway/certificate.py +79 -21
- pulumi_oci/apigateway/deployment.py +81 -20
- pulumi_oci/apigateway/gateway.py +102 -27
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +7817 -1589
- pulumi_oci/apigateway/subscriber.py +67 -17
- pulumi_oci/apigateway/usage_plan.py +61 -15
- pulumi_oci/apm/_inputs.py +33 -7
- pulumi_oci/apm/apm_domain.py +67 -17
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +89 -21
- pulumi_oci/apmconfig/_inputs.py +96 -21
- pulumi_oci/apmconfig/config.py +130 -38
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +337 -78
- pulumi_oci/apmsynthetics/_inputs.py +446 -91
- pulumi_oci/apmsynthetics/config.py +163 -44
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +78 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +1 -1
- pulumi_oci/apmsynthetics/get_script.py +1 -1
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +1520 -323
- pulumi_oci/apmsynthetics/script.py +82 -22
- pulumi_oci/apmtraces/_inputs.py +17 -4
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +225 -50
- pulumi_oci/appmgmtcontrol/_inputs.py +17 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +40 -8
- pulumi_oci/appmgmtcontrol/outputs.py +61 -14
- pulumi_oci/artifacts/_inputs.py +94 -18
- pulumi_oci/artifacts/container_configuration.py +34 -6
- pulumi_oci/artifacts/container_image_signature.py +88 -24
- pulumi_oci/artifacts/container_repository.py +96 -25
- pulumi_oci/artifacts/generic_artifact.py +64 -16
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +515 -121
- pulumi_oci/artifacts/repository.py +67 -17
- pulumi_oci/audit/_inputs.py +17 -4
- pulumi_oci/audit/configuration.py +31 -5
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +191 -48
- pulumi_oci/autoscaling/_inputs.py +167 -41
- pulumi_oci/autoscaling/auto_scaling_configuration.py +81 -33
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +510 -111
- pulumi_oci/bastion/_inputs.py +71 -15
- pulumi_oci/bastion/bastion.py +109 -31
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +266 -66
- pulumi_oci/bastion/session.py +89 -21
- pulumi_oci/bigdataservice/_inputs.py +866 -182
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +80 -18
- pulumi_oci/bigdataservice/bds_instance.py +231 -60
- pulumi_oci/bigdataservice/bds_instance_api_key.py +64 -16
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +73 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +37 -7
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +2639 -577
- pulumi_oci/blockchain/_inputs.py +197 -36
- pulumi_oci/blockchain/blockchain_platform.py +153 -44
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +48 -9
- pulumi_oci/blockchain/outputs.py +674 -132
- pulumi_oci/blockchain/peer.py +63 -14
- pulumi_oci/budget/_inputs.py +33 -7
- pulumi_oci/budget/budget.py +127 -40
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +161 -45
- pulumi_oci/budget/rule.py +91 -25
- pulumi_oci/certificatesmanagement/_inputs.py +662 -156
- pulumi_oci/certificatesmanagement/ca_bundle.py +64 -16
- pulumi_oci/certificatesmanagement/certificate.py +102 -27
- pulumi_oci/certificatesmanagement/certificate_authority.py +110 -28
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +2271 -536
- pulumi_oci/cloudbridge/_inputs.py +488 -112
- pulumi_oci/cloudbridge/agent.py +97 -27
- pulumi_oci/cloudbridge/agent_dependency.py +100 -28
- pulumi_oci/cloudbridge/agent_plugin.py +64 -16
- pulumi_oci/cloudbridge/asset.py +129 -31
- pulumi_oci/cloudbridge/asset_source.py +131 -35
- pulumi_oci/cloudbridge/discovery_schedule.py +64 -16
- pulumi_oci/cloudbridge/environment.py +58 -14
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +58 -14
- pulumi_oci/cloudbridge/outputs.py +1748 -427
- pulumi_oci/cloudguard/_inputs.py +1352 -316
- pulumi_oci/cloudguard/cloud_guard_configuration.py +43 -9
- pulumi_oci/cloudguard/cloud_guard_data_source.py +81 -20
- pulumi_oci/cloudguard/data_mask_rule.py +96 -25
- pulumi_oci/cloudguard/detector_recipe.py +88 -24
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +88 -24
- pulumi_oci/cloudguard/outputs.py +4456 -1066
- pulumi_oci/cloudguard/responder_recipe.py +82 -22
- pulumi_oci/cloudguard/security_recipe.py +70 -18
- pulumi_oci/cloudguard/security_zone.py +73 -19
- pulumi_oci/cloudguard/target.py +100 -28
- pulumi_oci/cloudmigrations/_inputs.py +1111 -259
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +70 -18
- pulumi_oci/cloudmigrations/migration_asset.py +103 -29
- pulumi_oci/cloudmigrations/migration_plan.py +91 -25
- pulumi_oci/cloudmigrations/outputs.py +3596 -861
- pulumi_oci/cloudmigrations/replication_schedule.py +64 -16
- pulumi_oci/cloudmigrations/target_asset.py +105 -28
- pulumi_oci/computecloud/__init__.py +15 -0
- pulumi_oci/computecloud/_inputs.py +927 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1004 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +703 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +368 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +244 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +264 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +244 -0
- pulumi_oci/computecloud/outputs.py +2650 -0
- pulumi_oci/computeinstanceagent/_inputs.py +33 -7
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +71 -15
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1033 -219
- pulumi_oci/containerengine/addon.py +61 -15
- pulumi_oci/containerengine/cluster.py +121 -30
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +25 -3
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +31 -5
- pulumi_oci/containerengine/cluster_workload_mapping.py +58 -14
- pulumi_oci/containerengine/container_instance.py +143 -39
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +170 -49
- pulumi_oci/containerengine/outputs.py +2481 -536
- pulumi_oci/containerengine/virtual_node_pool.py +119 -31
- pulumi_oci/containerinstances/_inputs.py +33 -7
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +935 -226
- pulumi_oci/core/_inputs.py +4772 -994
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +43 -9
- pulumi_oci/core/app_catalog_subscription.py +76 -20
- pulumi_oci/core/boot_volume.py +132 -40
- pulumi_oci/core/boot_volume_backup.py +102 -27
- pulumi_oci/core/capture_filter.py +61 -15
- pulumi_oci/core/cluster_network.py +86 -20
- pulumi_oci/core/compute_capacity_report.py +40 -8
- pulumi_oci/core/compute_capacity_reservation.py +76 -20
- pulumi_oci/core/compute_cluster.py +55 -13
- pulumi_oci/core/compute_image_capability_schema.py +67 -17
- pulumi_oci/core/console_history.py +55 -13
- pulumi_oci/core/cpe.py +64 -16
- pulumi_oci/core/cross_connect.py +111 -30
- pulumi_oci/core/cross_connect_group.py +72 -17
- pulumi_oci/core/dedicated_vm_host.py +79 -21
- pulumi_oci/core/default_dhcp_options.py +67 -17
- pulumi_oci/core/default_route_table.py +61 -15
- pulumi_oci/core/default_security_list.py +67 -17
- pulumi_oci/core/dhcp_options.py +67 -17
- pulumi_oci/core/drg.py +58 -14
- pulumi_oci/core/drg_attachment.py +96 -25
- pulumi_oci/core/drg_attachment_management.py +111 -30
- pulumi_oci/core/drg_attachments_list.py +40 -8
- pulumi_oci/core/drg_route_distribution.py +58 -14
- pulumi_oci/core/drg_route_distribution_statement.py +48 -9
- pulumi_oci/core/drg_route_table.py +70 -18
- pulumi_oci/core/drg_route_table_route_rule.py +58 -14
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +21 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +99 -26
- pulumi_oci/core/instance.py +277 -94
- pulumi_oci/core/instance_configuration.py +72 -17
- pulumi_oci/core/instance_console_connection.py +61 -15
- pulumi_oci/core/instance_pool.py +91 -25
- pulumi_oci/core/instance_pool_instance.py +73 -19
- pulumi_oci/core/internet_gateway.py +67 -17
- pulumi_oci/core/ipsec.py +82 -22
- pulumi_oci/core/ipsec_connection_tunnel_management.py +120 -33
- pulumi_oci/core/ipv6.py +67 -17
- pulumi_oci/core/listing_resource_version_agreement.py +127 -11
- pulumi_oci/core/local_peering_gateway.py +82 -22
- pulumi_oci/core/nat_gateway.py +76 -20
- pulumi_oci/core/network_security_group.py +55 -13
- pulumi_oci/core/network_security_group_security_rule.py +112 -27
- pulumi_oci/core/outputs.py +14631 -3340
- pulumi_oci/core/private_ip.py +79 -21
- pulumi_oci/core/public_ip.py +82 -22
- pulumi_oci/core/public_ip_pool.py +52 -12
- pulumi_oci/core/public_ip_pool_capacity.py +37 -7
- pulumi_oci/core/remote_peering_connection.py +76 -20
- pulumi_oci/core/route_table.py +61 -15
- pulumi_oci/core/route_table_attachment.py +31 -5
- pulumi_oci/core/security_list.py +67 -17
- pulumi_oci/core/service_gateway.py +70 -18
- pulumi_oci/core/shape_management.py +37 -7
- pulumi_oci/core/subnet.py +127 -37
- pulumi_oci/core/vcn.py +109 -31
- pulumi_oci/core/virtual_circuit.py +160 -51
- pulumi_oci/core/virtual_network.py +109 -31
- pulumi_oci/core/vlan.py +85 -23
- pulumi_oci/core/vnic_attachment.py +72 -17
- pulumi_oci/core/volume.py +138 -45
- pulumi_oci/core/volume_attachment.py +124 -39
- pulumi_oci/core/volume_backup.py +105 -28
- pulumi_oci/core/volume_backup_policy.py +58 -14
- pulumi_oci/core/volume_backup_policy_assignment.py +34 -6
- pulumi_oci/core/volume_group.py +105 -28
- pulumi_oci/core/volume_group_backup.py +99 -26
- pulumi_oci/core/vtap.py +136 -40
- pulumi_oci/database/_inputs.py +3678 -749
- pulumi_oci/database/application_vip.py +67 -17
- pulumi_oci/database/autonomous_container_database.py +280 -83
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +88 -24
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +37 -7
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +43 -9
- pulumi_oci/database/autonomous_database.py +677 -186
- pulumi_oci/database/autonomous_database_backup.py +105 -28
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +43 -9
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +37 -7
- pulumi_oci/database/autonomous_database_wallet.py +46 -10
- pulumi_oci/database/autonomous_exadata_infrastructure.py +123 -37
- pulumi_oci/database/autonomous_vm_cluster.py +193 -59
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +49 -11
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +49 -11
- pulumi_oci/database/backup.py +79 -21
- pulumi_oci/database/backup_cancel_management.py +31 -5
- pulumi_oci/database/backup_destination.py +99 -29
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +243 -74
- pulumi_oci/database/cloud_database_management.py +84 -21
- pulumi_oci/database/cloud_exadata_infrastructure.py +147 -42
- pulumi_oci/database/cloud_vm_cluster.py +255 -78
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +43 -9
- pulumi_oci/database/data_guard_association.py +249 -76
- pulumi_oci/database/database.py +159 -46
- pulumi_oci/database/database_software_image.py +103 -29
- pulumi_oci/database/database_upgrade.py +129 -36
- pulumi_oci/database/db_home.py +120 -33
- pulumi_oci/database/db_node.py +100 -28
- pulumi_oci/database/db_node_console_connection.py +61 -15
- pulumi_oci/database/db_system.py +303 -89
- pulumi_oci/database/db_systems_upgrade.py +181 -55
- pulumi_oci/database/exadata_infrastructure.py +248 -74
- pulumi_oci/database/exadata_infrastructure_compute.py +166 -50
- pulumi_oci/database/exadata_infrastructure_storage.py +195 -58
- pulumi_oci/database/exadata_iorm_config.py +43 -9
- pulumi_oci/database/external_container_database.py +85 -23
- pulumi_oci/database/external_container_database_management.py +43 -9
- pulumi_oci/database/external_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_database_connector.py +95 -23
- pulumi_oci/database/external_non_container_database.py +88 -24
- pulumi_oci/database/external_non_container_database_management.py +43 -9
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_pluggable_database.py +100 -28
- pulumi_oci/database/external_pluggable_database_management.py +37 -7
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +1 -1
- pulumi_oci/database/get_autonomous_container_database.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -1
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +21 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +1 -1
- pulumi_oci/database/get_autonomous_databases.py +39 -2
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +1 -1
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +1 -1
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_histories.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +1 -1
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +1 -1
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +1 -1
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_nodes.py +1 -1
- pulumi_oci/database/get_db_server.py +1 -1
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +1 -1
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +1 -1
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_versions.py +1 -1
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +1 -1
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +1 -1
- pulumi_oci/database/get_maintenance_runs.py +1 -1
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +1 -1
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +1 -1
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_vm_cluster.py +1 -1
- pulumi_oci/database/get_vm_cluster_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +66 -15
- pulumi_oci/database/maintenance_run.py +148 -44
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12905 -3057
- pulumi_oci/database/pluggable_database.py +91 -25
- pulumi_oci/database/pluggable_database_managements_management.py +114 -31
- pulumi_oci/database/pluggable_databases_local_clone.py +85 -23
- pulumi_oci/database/pluggable_databases_remote_clone.py +97 -27
- pulumi_oci/database/vm_cluster.py +171 -50
- pulumi_oci/database/vm_cluster_add_virtual_network.py +109 -31
- pulumi_oci/database/vm_cluster_network.py +103 -29
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +103 -29
- pulumi_oci/databasemanagement/_inputs.py +1848 -402
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +67 -17
- pulumi_oci/databasemanagement/external_asm.py +73 -19
- pulumi_oci/databasemanagement/external_cluster.py +79 -21
- pulumi_oci/databasemanagement/external_cluster_instance.py +73 -19
- pulumi_oci/databasemanagement/external_db_node.py +70 -18
- pulumi_oci/databasemanagement/external_db_system.py +80 -18
- pulumi_oci/databasemanagement/external_db_system_connector.py +73 -19
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +37 -7
- pulumi_oci/databasemanagement/external_db_system_discovery.py +67 -17
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +43 -9
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +91 -25
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +37 -7
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +84 -21
- pulumi_oci/databasemanagement/external_listener.py +100 -28
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/managed_database_group.py +52 -12
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/outputs.py +7807 -1812
- pulumi_oci/databasemigration/_inputs.py +962 -150
- pulumi_oci/databasemigration/agent.py +82 -22
- pulumi_oci/databasemigration/connection.py +163 -39
- pulumi_oci/databasemigration/get_agent.py +1 -1
- pulumi_oci/databasemigration/get_agent_images.py +1 -1
- pulumi_oci/databasemigration/get_agents.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +12 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +1 -1
- pulumi_oci/databasemigration/job.py +70 -18
- pulumi_oci/databasemigration/migration.py +238 -48
- pulumi_oci/databasemigration/outputs.py +2788 -458
- pulumi_oci/databasetools/_inputs.py +137 -23
- pulumi_oci/databasetools/database_tools_connection.py +116 -30
- pulumi_oci/databasetools/database_tools_private_endpoint.py +103 -29
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +514 -102
- pulumi_oci/datacatalog/_inputs.py +97 -19
- pulumi_oci/datacatalog/catalog.py +70 -18
- pulumi_oci/datacatalog/catalog_private_endpoint.py +70 -18
- pulumi_oci/datacatalog/connection.py +94 -39
- pulumi_oci/datacatalog/data_asset.py +79 -34
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +67 -17
- pulumi_oci/datacatalog/outputs.py +403 -100
- pulumi_oci/dataflow/_inputs.py +421 -78
- pulumi_oci/dataflow/application.py +217 -62
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +241 -70
- pulumi_oci/dataflow/outputs.py +1579 -345
- pulumi_oci/dataflow/pool.py +91 -25
- pulumi_oci/dataflow/private_endpoint.py +97 -27
- pulumi_oci/dataflow/run_statement.py +46 -10
- pulumi_oci/dataflow/sql_endpoint.py +151 -40
- pulumi_oci/dataintegration/_inputs.py +530 -119
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1752 -412
- pulumi_oci/dataintegration/workspace.py +139 -41
- pulumi_oci/dataintegration/workspace_application.py +146 -40
- pulumi_oci/dataintegration/workspace_folder.py +99 -26
- pulumi_oci/dataintegration/workspace_project.py +93 -24
- pulumi_oci/datalabellingservice/_inputs.py +160 -29
- pulumi_oci/datalabellingservice/dataset.py +134 -31
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +518 -96
- pulumi_oci/datasafe/_inputs.py +1508 -333
- pulumi_oci/datasafe/add_sdm_columns.py +25 -3
- pulumi_oci/datasafe/alert.py +103 -29
- pulumi_oci/datasafe/audit_archive_retrieval.py +91 -25
- pulumi_oci/datasafe/audit_policy.py +100 -28
- pulumi_oci/datasafe/audit_profile.py +100 -28
- pulumi_oci/datasafe/audit_trail.py +103 -29
- pulumi_oci/datasafe/compare_security_assessment.py +31 -5
- pulumi_oci/datasafe/compare_user_assessment.py +31 -5
- pulumi_oci/datasafe/data_safe_configuration.py +52 -12
- pulumi_oci/datasafe/data_safe_private_endpoint.py +88 -24
- pulumi_oci/datasafe/discovery_jobs_result.py +82 -25
- pulumi_oci/datasafe/discovery_mod.py +124 -36
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +27 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +73 -19
- pulumi_oci/datasafe/mask_data.py +31 -5
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +31 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +94 -26
- pulumi_oci/datasafe/masking_policy.py +112 -32
- pulumi_oci/datasafe/on_prem_connector.py +67 -17
- pulumi_oci/datasafe/outputs.py +6826 -1649
- pulumi_oci/datasafe/report_definition.py +127 -37
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +70 -18
- pulumi_oci/datasafe/security_assessment.py +115 -33
- pulumi_oci/datasafe/sensitive_data_model.py +109 -31
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +31 -5
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +124 -36
- pulumi_oci/datasafe/sensitive_type.py +112 -32
- pulumi_oci/datasafe/set_security_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/set_user_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/target_alert_policy_association.py +79 -21
- pulumi_oci/datasafe/target_database.py +111 -25
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/user_assessment.py +109 -31
- pulumi_oci/datascience/__init__.py +3 -0
- pulumi_oci/datascience/_inputs.py +1035 -188
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +297 -0
- pulumi_oci/datascience/get_private_endpoints.py +216 -0
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/job.py +133 -34
- pulumi_oci/datascience/job_run.py +107 -27
- pulumi_oci/datascience/model.py +118 -34
- pulumi_oci/datascience/model_artifact_export.py +55 -13
- pulumi_oci/datascience/model_artifact_import.py +55 -13
- pulumi_oci/datascience/model_deployment.py +95 -23
- pulumi_oci/datascience/model_provenance.py +61 -15
- pulumi_oci/datascience/model_version_set.py +67 -17
- pulumi_oci/datascience/notebook_session.py +104 -23
- pulumi_oci/datascience/outputs.py +3349 -646
- pulumi_oci/datascience/pipeline.py +129 -31
- pulumi_oci/datascience/pipeline_run.py +125 -33
- pulumi_oci/datascience/private_endpoint.py +850 -0
- pulumi_oci/datascience/project.py +58 -14
- pulumi_oci/devops/_inputs.py +1616 -278
- pulumi_oci/devops/build_pipeline.py +78 -19
- pulumi_oci/devops/build_pipeline_stage.py +178 -44
- pulumi_oci/devops/build_run.py +95 -23
- pulumi_oci/devops/connection.py +108 -29
- pulumi_oci/devops/deploy_artifact.py +90 -23
- pulumi_oci/devops/deploy_environment.py +107 -27
- pulumi_oci/devops/deploy_pipeline.py +84 -21
- pulumi_oci/devops/deploy_stage.py +480 -128
- pulumi_oci/devops/deployment.py +130 -33
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +5561 -1068
- pulumi_oci/devops/project.py +78 -19
- pulumi_oci/devops/repository.py +114 -31
- pulumi_oci/devops/repository_mirror.py +25 -3
- pulumi_oci/devops/repository_ref.py +58 -14
- pulumi_oci/devops/trigger.py +94 -26
- pulumi_oci/disasterrecovery/_inputs.py +362 -84
- pulumi_oci/disasterrecovery/dr_plan.py +76 -20
- pulumi_oci/disasterrecovery/dr_plan_execution.py +99 -26
- pulumi_oci/disasterrecovery/dr_protection_group.py +101 -25
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1198 -288
- pulumi_oci/dns/_inputs.py +462 -94
- pulumi_oci/dns/action_create_zone_from_zone_file.py +85 -23
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1297 -300
- pulumi_oci/dns/record.py +64 -25
- pulumi_oci/dns/resolver.py +91 -25
- pulumi_oci/dns/resolver_endpoint.py +94 -26
- pulumi_oci/dns/rrset.py +61 -15
- pulumi_oci/dns/steering_policy.py +82 -22
- pulumi_oci/dns/steering_policy_attachment.py +58 -14
- pulumi_oci/dns/tsig_key.py +67 -17
- pulumi_oci/dns/view.py +64 -16
- pulumi_oci/dns/zone.py +97 -27
- pulumi_oci/email/_inputs.py +65 -13
- pulumi_oci/email/dkim.py +76 -20
- pulumi_oci/email/email_domain.py +64 -16
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +245 -59
- pulumi_oci/email/sender.py +55 -13
- pulumi_oci/email/suppression.py +49 -11
- pulumi_oci/emwarehouse/_inputs.py +33 -7
- pulumi_oci/emwarehouse/em_warehouse.py +82 -22
- pulumi_oci/emwarehouse/get_em_warehouse.py +1 -1
- pulumi_oci/emwarehouse/get_em_warehouses.py +1 -1
- pulumi_oci/emwarehouse/get_etl_run.py +1 -1
- pulumi_oci/emwarehouse/get_etl_runs.py +1 -1
- pulumi_oci/emwarehouse/get_resource_usage.py +1 -1
- pulumi_oci/emwarehouse/outputs.py +217 -52
- pulumi_oci/events/_inputs.py +61 -14
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +192 -46
- pulumi_oci/events/rule.py +81 -20
- pulumi_oci/filestorage/_inputs.py +289 -62
- pulumi_oci/filestorage/export.py +55 -13
- pulumi_oci/filestorage/export_set.py +58 -14
- pulumi_oci/filestorage/file_system.py +95 -27
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +70 -18
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +116 -30
- pulumi_oci/filestorage/outbound_connector.py +85 -23
- pulumi_oci/filestorage/outputs.py +915 -231
- pulumi_oci/filestorage/replication.py +88 -24
- pulumi_oci/filestorage/snapshot.py +73 -19
- pulumi_oci/functions/_inputs.py +281 -50
- pulumi_oci/functions/application.py +104 -26
- pulumi_oci/functions/function.py +124 -31
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +67 -17
- pulumi_oci/functions/outputs.py +1740 -359
- pulumi_oci/fusionapps/_inputs.py +170 -34
- pulumi_oci/fusionapps/fusion_environment.py +149 -41
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +58 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +40 -8
- pulumi_oci/fusionapps/fusion_environment_family.py +81 -20
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +64 -16
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +67 -17
- pulumi_oci/fusionapps/outputs.py +170 -34
- pulumi_oci/genericartifactscontent/artifact_by_path.py +76 -20
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/goldengate/_inputs.py +310 -62
- pulumi_oci/goldengate/connection.py +433 -139
- pulumi_oci/goldengate/connection_assignment.py +46 -10
- pulumi_oci/goldengate/database_registration.py +148 -44
- pulumi_oci/goldengate/deployment.py +197 -69
- pulumi_oci/goldengate/deployment_backup.py +100 -28
- pulumi_oci/goldengate/get_connection.py +1 -1
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -1
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +1529 -375
- pulumi_oci/healthchecks/_inputs.py +81 -16
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +112 -32
- pulumi_oci/healthchecks/http_probe.py +82 -22
- pulumi_oci/healthchecks/outputs.py +455 -115
- pulumi_oci/healthchecks/ping_monitor.py +94 -26
- pulumi_oci/healthchecks/ping_probe.py +64 -16
- pulumi_oci/identity/_inputs.py +6778 -1455
- pulumi_oci/identity/api_key.py +43 -9
- pulumi_oci/identity/auth_token.py +46 -10
- pulumi_oci/identity/authentication_policy.py +47 -7
- pulumi_oci/identity/compartment.py +67 -17
- pulumi_oci/identity/customer_secret_key.py +46 -10
- pulumi_oci/identity/db_credential.py +49 -11
- pulumi_oci/identity/domain.py +127 -37
- pulumi_oci/identity/domain_replication_to_region.py +31 -5
- pulumi_oci/identity/domains_account_recovery_setting.py +124 -36
- pulumi_oci/identity/domains_api_key.py +131 -35
- pulumi_oci/identity/domains_app.py +772 -217
- pulumi_oci/identity/domains_app_role.py +165 -48
- pulumi_oci/identity/domains_auth_token.py +134 -36
- pulumi_oci/identity/domains_authentication_factor_setting.py +297 -77
- pulumi_oci/identity/domains_customer_secret_key.py +143 -39
- pulumi_oci/identity/domains_dynamic_resource_group.py +129 -36
- pulumi_oci/identity/domains_grant.py +159 -41
- pulumi_oci/identity/domains_group.py +176 -45
- pulumi_oci/identity/domains_identity_provider.py +384 -116
- pulumi_oci/identity/domains_identity_setting.py +172 -47
- pulumi_oci/identity/domains_kmsi_setting.py +148 -44
- pulumi_oci/identity/domains_my_api_key.py +108 -29
- pulumi_oci/identity/domains_my_auth_token.py +111 -30
- pulumi_oci/identity/domains_my_customer_secret_key.py +120 -33
- pulumi_oci/identity/domains_my_oauth2client_credential.py +129 -36
- pulumi_oci/identity/domains_my_request.py +128 -34
- pulumi_oci/identity/domains_my_smtp_credential.py +114 -31
- pulumi_oci/identity/domains_my_support_account.py +105 -28
- pulumi_oci/identity/domains_my_user_db_credential.py +135 -38
- pulumi_oci/identity/domains_oauth2client_credential.py +152 -42
- pulumi_oci/identity/domains_password_policy.py +319 -101
- pulumi_oci/identity/domains_security_question.py +118 -34
- pulumi_oci/identity/domains_security_question_setting.py +130 -38
- pulumi_oci/identity/domains_smtp_credential.py +137 -37
- pulumi_oci/identity/domains_user.py +430 -108
- pulumi_oci/identity/domains_user_db_credential.py +158 -44
- pulumi_oci/identity/dynamic_group.py +64 -16
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +58 -14
- pulumi_oci/identity/identity_provider.py +94 -26
- pulumi_oci/identity/idp_group_mapping.py +49 -11
- pulumi_oci/identity/import_standard_tags_management.py +34 -6
- pulumi_oci/identity/network_source.py +76 -20
- pulumi_oci/identity/outputs.py +26012 -6023
- pulumi_oci/identity/policy.py +79 -21
- pulumi_oci/identity/smtp_credential.py +49 -11
- pulumi_oci/identity/tag.py +78 -19
- pulumi_oci/identity/tag_default.py +55 -13
- pulumi_oci/identity/tag_namespace.py +61 -15
- pulumi_oci/identity/ui_password.py +37 -7
- pulumi_oci/identity/user.py +85 -23
- pulumi_oci/identity/user_capabilities_management.py +55 -13
- pulumi_oci/identity/user_group_membership.py +46 -10
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +34 -6
- pulumi_oci/integration/_inputs.py +131 -28
- pulumi_oci/integration/get_integration_instance.py +1 -1
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +155 -43
- pulumi_oci/integration/outputs.py +441 -101
- pulumi_oci/jms/_inputs.py +187 -35
- pulumi_oci/jms/fleet.py +101 -25
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/outputs.py +1287 -278
- pulumi_oci/kms/__init__.py +3 -0
- pulumi_oci/kms/_inputs.py +664 -42
- pulumi_oci/kms/ekms_private_endpoint.py +769 -0
- pulumi_oci/kms/encrypted_data.py +71 -23
- pulumi_oci/kms/generated_key.py +69 -16
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +274 -0
- pulumi_oci/kms/get_ekms_private_endpoints.py +136 -0
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +27 -4
- pulumi_oci/kms/get_key_version.py +29 -3
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +5 -5
- pulumi_oci/kms/get_replication_status.py +4 -1
- pulumi_oci/kms/get_vault.py +27 -4
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +224 -91
- pulumi_oci/kms/key_version.py +152 -43
- pulumi_oci/kms/outputs.py +2104 -173
- pulumi_oci/kms/sign.py +75 -29
- pulumi_oci/kms/vault.py +216 -34
- pulumi_oci/kms/vault_verification.py +31 -5
- pulumi_oci/kms/verify.py +83 -33
- pulumi_oci/licensemanager/_inputs.py +55 -12
- pulumi_oci/licensemanager/configuration.py +37 -7
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +100 -28
- pulumi_oci/licensemanager/outputs.py +362 -91
- pulumi_oci/licensemanager/product_license.py +103 -29
- pulumi_oci/limits/_inputs.py +84 -17
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +228 -51
- pulumi_oci/limits/quota.py +70 -18
- pulumi_oci/loadbalancer/_inputs.py +575 -132
- pulumi_oci/loadbalancer/backend.py +73 -19
- pulumi_oci/loadbalancer/backend_set.py +87 -17
- pulumi_oci/loadbalancer/certificate.py +58 -14
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +40 -8
- pulumi_oci/loadbalancer/listener.py +98 -24
- pulumi_oci/loadbalancer/load_balancer.py +105 -28
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +46 -10
- pulumi_oci/loadbalancer/outputs.py +1420 -325
- pulumi_oci/loadbalancer/path_route_set.py +40 -8
- pulumi_oci/loadbalancer/rule_set.py +40 -8
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +40 -21
- pulumi_oci/loganalytics/_inputs.py +375 -79
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +1 -1
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +115 -33
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +58 -14
- pulumi_oci/loganalytics/log_analytics_log_group.py +61 -15
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +163 -49
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +31 -5
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +43 -9
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +43 -9
- pulumi_oci/loganalytics/namespace.py +37 -7
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +87 -22
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +37 -7
- pulumi_oci/loganalytics/namespace_scheduled_task.py +110 -28
- pulumi_oci/loganalytics/outputs.py +1401 -316
- pulumi_oci/logging/_inputs.py +284 -65
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +87 -22
- pulumi_oci/logging/log_group.py +58 -14
- pulumi_oci/logging/log_saved_search.py +64 -16
- pulumi_oci/logging/outputs.py +718 -170
- pulumi_oci/logging/unified_agent_configuration.py +89 -21
- pulumi_oci/managementagent/_inputs.py +125 -26
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +112 -32
- pulumi_oci/managementagent/management_agent_install_key.py +70 -18
- pulumi_oci/managementagent/outputs.py +520 -125
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +31 -5
- pulumi_oci/marketplace/_inputs.py +238 -45
- pulumi_oci/marketplace/accepted_agreement.py +70 -18
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +55 -13
- pulumi_oci/marketplace/outputs.py +1266 -257
- pulumi_oci/marketplace/publication.py +99 -26
- pulumi_oci/mediaservices/_inputs.py +274 -57
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +139 -41
- pulumi_oci/mediaservices/media_workflow.py +79 -21
- pulumi_oci/mediaservices/media_workflow_configuration.py +64 -16
- pulumi_oci/mediaservices/media_workflow_job.py +103 -29
- pulumi_oci/mediaservices/outputs.py +1093 -253
- pulumi_oci/mediaservices/stream_cdn_config.py +78 -19
- pulumi_oci/mediaservices/stream_distribution_channel.py +58 -14
- pulumi_oci/mediaservices/stream_packaging_config.py +81 -20
- pulumi_oci/meteringcomputation/_inputs.py +440 -103
- pulumi_oci/meteringcomputation/custom_table.py +42 -7
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +1 -1
- pulumi_oci/meteringcomputation/get_schedules.py +1 -1
- pulumi_oci/meteringcomputation/outputs.py +1074 -242
- pulumi_oci/meteringcomputation/query.py +36 -5
- pulumi_oci/meteringcomputation/schedule.py +107 -27
- pulumi_oci/meteringcomputation/usage.py +93 -24
- pulumi_oci/monitoring/_inputs.py +81 -16
- pulumi_oci/monitoring/alarm.py +147 -42
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +333 -79
- pulumi_oci/mysql/_inputs.py +1053 -242
- pulumi_oci/mysql/channel.py +89 -21
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_backups.py +1 -1
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +1 -1
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +43 -3
- pulumi_oci/mysql/get_replicas.py +39 -2
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +61 -15
- pulumi_oci/mysql/mysql_backup.py +97 -27
- pulumi_oci/mysql/mysql_configuration.py +95 -23
- pulumi_oci/mysql/mysql_db_system.py +217 -62
- pulumi_oci/mysql/outputs.py +3298 -788
- pulumi_oci/mysql/replica.py +245 -65
- pulumi_oci/networkfirewall/_inputs.py +239 -50
- pulumi_oci/networkfirewall/get_network_firewall.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +94 -26
- pulumi_oci/networkfirewall/network_firewall_policy.py +103 -29
- pulumi_oci/networkfirewall/outputs.py +787 -172
- pulumi_oci/networkloadbalancer/_inputs.py +272 -61
- pulumi_oci/networkloadbalancer/backend.py +79 -21
- pulumi_oci/networkloadbalancer/backend_set.py +63 -14
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +55 -13
- pulumi_oci/networkloadbalancer/network_load_balancer.py +97 -27
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +66 -15
- pulumi_oci/networkloadbalancer/outputs.py +716 -160
- pulumi_oci/nosql/_inputs.py +131 -28
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +61 -15
- pulumi_oci/nosql/outputs.py +416 -95
- pulumi_oci/nosql/table.py +87 -22
- pulumi_oci/objectstorage/_inputs.py +210 -45
- pulumi_oci/objectstorage/bucket.py +124 -36
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +37 -7
- pulumi_oci/objectstorage/object_lifecycle_policy.py +40 -8
- pulumi_oci/objectstorage/outputs.py +576 -139
- pulumi_oci/objectstorage/preauthrequest.py +79 -24
- pulumi_oci/objectstorage/replication_policy.py +67 -20
- pulumi_oci/objectstorage/storage_object.py +132 -37
- pulumi_oci/oce/_inputs.py +17 -4
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +148 -44
- pulumi_oci/oce/outputs.py +105 -31
- pulumi_oci/ocvp/_inputs.py +139 -26
- pulumi_oci/ocvp/esxi_host.py +139 -54
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +587 -145
- pulumi_oci/ocvp/sddc.py +289 -91
- pulumi_oci/oda/_inputs.py +94 -18
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +112 -32
- pulumi_oci/oda/oda_private_endpoint.py +70 -18
- pulumi_oci/oda/oda_private_endpoint_attachment.py +43 -9
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +49 -11
- pulumi_oci/oda/outputs.py +354 -79
- pulumi_oci/onesubsription/_inputs.py +161 -31
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +3104 -809
- pulumi_oci/ons/_inputs.py +33 -7
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +67 -17
- pulumi_oci/ons/outputs.py +139 -33
- pulumi_oci/ons/subscription.py +70 -18
- pulumi_oci/opa/_inputs.py +39 -9
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +109 -31
- pulumi_oci/opa/outputs.py +163 -41
- pulumi_oci/opensearch/_inputs.py +33 -7
- pulumi_oci/opensearch/cluster.py +217 -67
- pulumi_oci/opensearch/get_opensearch_cluster.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/outputs.py +200 -51
- pulumi_oci/operatoraccesscontrol/_inputs.py +65 -13
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +112 -32
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +151 -45
- pulumi_oci/operatoraccesscontrol/outputs.py +451 -116
- pulumi_oci/opsi/_inputs.py +476 -101
- pulumi_oci/opsi/awr_hub.py +73 -19
- pulumi_oci/opsi/database_insight.py +193 -54
- pulumi_oci/opsi/enterprise_manager_bridge.py +76 -20
- pulumi_oci/opsi/exadata_insight.py +130 -38
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +130 -38
- pulumi_oci/opsi/news_report.py +99 -26
- pulumi_oci/opsi/operations_insights_private_endpoint.py +94 -26
- pulumi_oci/opsi/operations_insights_warehouse.py +85 -23
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +31 -5
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +25 -3
- pulumi_oci/opsi/operations_insights_warehouse_user.py +88 -24
- pulumi_oci/opsi/opsi_configuration.py +103 -29
- pulumi_oci/opsi/outputs.py +2124 -508
- pulumi_oci/optimizer/_inputs.py +240 -41
- pulumi_oci/optimizer/enrollment_status.py +46 -10
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1112 -222
- pulumi_oci/optimizer/profile.py +97 -22
- pulumi_oci/optimizer/recommendation.py +76 -20
- pulumi_oci/optimizer/resource_action.py +82 -22
- pulumi_oci/osmanagement/_inputs.py +211 -36
- pulumi_oci/osmanagement/get_managed_instance.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_managed_instances.py +1 -1
- pulumi_oci/osmanagement/get_software_source.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_sources.py +1 -1
- pulumi_oci/osmanagement/managed_instance.py +106 -30
- pulumi_oci/osmanagement/managed_instance_group.py +64 -16
- pulumi_oci/osmanagement/managed_instance_management.py +78 -19
- pulumi_oci/osmanagement/outputs.py +644 -136
- pulumi_oci/osmanagement/software_source.py +115 -33
- pulumi_oci/ospgateway/_inputs.py +544 -147
- pulumi_oci/ospgateway/address_action_verification.py +196 -60
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +2149 -563
- pulumi_oci/ospgateway/subscription.py +114 -31
- pulumi_oci/osubbillingschedule/_inputs.py +17 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +73 -18
- pulumi_oci/osuborganizationsubscription/_inputs.py +17 -4
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +64 -15
- pulumi_oci/osubsubscription/_inputs.py +49 -10
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +326 -79
- pulumi_oci/osubusage/_inputs.py +33 -7
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +354 -93
- pulumi_oci/provider.py +51 -14
- pulumi_oci/queue/_inputs.py +17 -4
- pulumi_oci/queue/get_queue.py +28 -15
- pulumi_oci/queue/get_queues.py +11 -11
- pulumi_oci/queue/outputs.py +116 -38
- pulumi_oci/queue/queue.py +211 -84
- pulumi_oci/recoverymod/_inputs.py +90 -19
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +361 -86
- pulumi_oci/recoverymod/protected_database.py +115 -33
- pulumi_oci/recoverymod/protection_policy.py +67 -17
- pulumi_oci/recoverymod/recovery_service_subnet.py +70 -18
- pulumi_oci/resourcemanager/_inputs.py +33 -7
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +161 -38
- pulumi_oci/resourcemanager/private_endpoint.py +88 -24
- pulumi_oci/sch/_inputs.py +220 -46
- pulumi_oci/sch/connector.py +95 -23
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +685 -145
- pulumi_oci/secrets/_inputs.py +17 -4
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +58 -13
- pulumi_oci/servicecatalog/_inputs.py +97 -19
- pulumi_oci/servicecatalog/catalog.py +52 -12
- pulumi_oci/servicecatalog/catalog_association.py +40 -8
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +334 -70
- pulumi_oci/servicecatalog/private_application.py +87 -22
- pulumi_oci/servicemanagerproxy/_inputs.py +17 -4
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +125 -26
- pulumi_oci/servicemesh/_inputs.py +493 -95
- pulumi_oci/servicemesh/access_policy.py +76 -20
- pulumi_oci/servicemesh/get_access_policies.py +1 -1
- pulumi_oci/servicemesh/get_access_policy.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateways.py +1 -1
- pulumi_oci/servicemesh/get_mesh.py +1 -1
- pulumi_oci/servicemesh/get_meshes.py +1 -1
- pulumi_oci/servicemesh/get_proxy_detail.py +21 -1
- pulumi_oci/servicemesh/get_virtual_deployment.py +1 -1
- pulumi_oci/servicemesh/get_virtual_deployments.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_virtual_services.py +1 -1
- pulumi_oci/servicemesh/ingress_gateway.py +98 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +82 -22
- pulumi_oci/servicemesh/mesh.py +81 -20
- pulumi_oci/servicemesh/outputs.py +1669 -347
- pulumi_oci/servicemesh/virtual_deployment.py +98 -24
- pulumi_oci/servicemesh/virtual_service.py +98 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +82 -22
- pulumi_oci/stackmonitoring/_inputs.py +511 -108
- pulumi_oci/stackmonitoring/config.py +73 -19
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +1 -1
- pulumi_oci/stackmonitoring/get_configs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +151 -40
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +58 -14
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +40 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +124 -36
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +70 -18
- pulumi_oci/stackmonitoring/outputs.py +920 -193
- pulumi_oci/streaming/_inputs.py +97 -19
- pulumi_oci/streaming/connect_harness.py +52 -12
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +313 -70
- pulumi_oci/streaming/stream.py +73 -19
- pulumi_oci/streaming/stream_pool.py +91 -20
- pulumi_oci/usageproxy/_inputs.py +129 -25
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +682 -151
- pulumi_oci/usageproxy/subscription_redeemable_user.py +43 -9
- pulumi_oci/vault/_inputs.py +58 -13
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +198 -48
- pulumi_oci/vault/secret.py +102 -27
- pulumi_oci/vbs/_inputs.py +17 -4
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +85 -23
- pulumi_oci/vbs/outputs.py +79 -20
- pulumi_oci/visualbuilder/_inputs.py +93 -20
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +360 -81
- pulumi_oci/visualbuilder/vb_instance.py +120 -33
- pulumi_oci/vnmonitoring/_inputs.py +229 -56
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +500 -123
- pulumi_oci/vnmonitoring/path_analysi.py +93 -19
- pulumi_oci/vnmonitoring/path_analyzer_test.py +105 -23
- pulumi_oci/vulnerabilityscanning/_inputs.py +220 -39
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +72 -17
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +78 -19
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +99 -21
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +79 -21
- pulumi_oci/vulnerabilityscanning/outputs.py +770 -150
- pulumi_oci/waa/_inputs.py +63 -10
- pulumi_oci/waa/app_acceleration.py +79 -21
- pulumi_oci/waa/app_acceleration_policy.py +83 -19
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +232 -43
- pulumi_oci/waas/_inputs.py +960 -225
- pulumi_oci/waas/address_list.py +58 -14
- pulumi_oci/waas/certificate.py +97 -27
- pulumi_oci/waas/custom_protection_rule.py +64 -16
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +72 -17
- pulumi_oci/waas/outputs.py +2925 -705
- pulumi_oci/waas/policy.py +98 -24
- pulumi_oci/waas/protection_rule.py +55 -13
- pulumi_oci/waas/purge_cache.py +31 -5
- pulumi_oci/waf/_inputs.py +500 -102
- pulumi_oci/waf/app_firewall.py +79 -21
- pulumi_oci/waf/app_firewall_policy.py +122 -27
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +79 -21
- pulumi_oci/waf/outputs.py +1595 -334
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/METADATA +1 -1
- pulumi_oci-1.12.0.dist-info/RECORD +2330 -0
- pulumi_oci-1.11.0a1695829678.dist-info/RECORD +0 -2315
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ import copy
|
|
6
6
|
import warnings
|
7
7
|
import pulumi
|
8
8
|
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
from . import outputs
|
12
12
|
|
@@ -114,9 +114,22 @@ class AccessPolicyRule(dict):
|
|
114
114
|
:param 'AccessPolicyRuleDestinationArgs' destination: (Updatable) Target of the access policy. This can either be the source or the destination of the traffic.
|
115
115
|
:param 'AccessPolicyRuleSourceArgs' source: (Updatable) Target of the access policy. This can either be the source or the destination of the traffic.
|
116
116
|
"""
|
117
|
-
|
118
|
-
|
119
|
-
|
117
|
+
AccessPolicyRule._configure(
|
118
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
119
|
+
action=action,
|
120
|
+
destination=destination,
|
121
|
+
source=source,
|
122
|
+
)
|
123
|
+
@staticmethod
|
124
|
+
def _configure(
|
125
|
+
_setter: Callable[[Any, Any], None],
|
126
|
+
action: str,
|
127
|
+
destination: 'outputs.AccessPolicyRuleDestination',
|
128
|
+
source: 'outputs.AccessPolicyRuleSource',
|
129
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
130
|
+
_setter("action", action)
|
131
|
+
_setter("destination", destination)
|
132
|
+
_setter("source", source)
|
120
133
|
|
121
134
|
@property
|
122
135
|
@pulumi.getter
|
@@ -187,19 +200,40 @@ class AccessPolicyRuleDestination(dict):
|
|
187
200
|
** IMPORTANT **
|
188
201
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
189
202
|
"""
|
190
|
-
|
203
|
+
AccessPolicyRuleDestination._configure(
|
204
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
205
|
+
type=type,
|
206
|
+
hostnames=hostnames,
|
207
|
+
ingress_gateway_id=ingress_gateway_id,
|
208
|
+
ip_addresses=ip_addresses,
|
209
|
+
ports=ports,
|
210
|
+
protocol=protocol,
|
211
|
+
virtual_service_id=virtual_service_id,
|
212
|
+
)
|
213
|
+
@staticmethod
|
214
|
+
def _configure(
|
215
|
+
_setter: Callable[[Any, Any], None],
|
216
|
+
type: str,
|
217
|
+
hostnames: Optional[Sequence[str]] = None,
|
218
|
+
ingress_gateway_id: Optional[str] = None,
|
219
|
+
ip_addresses: Optional[Sequence[str]] = None,
|
220
|
+
ports: Optional[Sequence[int]] = None,
|
221
|
+
protocol: Optional[str] = None,
|
222
|
+
virtual_service_id: Optional[str] = None,
|
223
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
224
|
+
_setter("type", type)
|
191
225
|
if hostnames is not None:
|
192
|
-
|
226
|
+
_setter("hostnames", hostnames)
|
193
227
|
if ingress_gateway_id is not None:
|
194
|
-
|
228
|
+
_setter("ingress_gateway_id", ingress_gateway_id)
|
195
229
|
if ip_addresses is not None:
|
196
|
-
|
230
|
+
_setter("ip_addresses", ip_addresses)
|
197
231
|
if ports is not None:
|
198
|
-
|
232
|
+
_setter("ports", ports)
|
199
233
|
if protocol is not None:
|
200
|
-
|
234
|
+
_setter("protocol", protocol)
|
201
235
|
if virtual_service_id is not None:
|
202
|
-
|
236
|
+
_setter("virtual_service_id", virtual_service_id)
|
203
237
|
|
204
238
|
@property
|
205
239
|
@pulumi.getter
|
@@ -306,19 +340,40 @@ class AccessPolicyRuleSource(dict):
|
|
306
340
|
** IMPORTANT **
|
307
341
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
308
342
|
"""
|
309
|
-
|
343
|
+
AccessPolicyRuleSource._configure(
|
344
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
345
|
+
type=type,
|
346
|
+
hostnames=hostnames,
|
347
|
+
ingress_gateway_id=ingress_gateway_id,
|
348
|
+
ip_addresses=ip_addresses,
|
349
|
+
ports=ports,
|
350
|
+
protocol=protocol,
|
351
|
+
virtual_service_id=virtual_service_id,
|
352
|
+
)
|
353
|
+
@staticmethod
|
354
|
+
def _configure(
|
355
|
+
_setter: Callable[[Any, Any], None],
|
356
|
+
type: str,
|
357
|
+
hostnames: Optional[Sequence[str]] = None,
|
358
|
+
ingress_gateway_id: Optional[str] = None,
|
359
|
+
ip_addresses: Optional[Sequence[str]] = None,
|
360
|
+
ports: Optional[Sequence[int]] = None,
|
361
|
+
protocol: Optional[str] = None,
|
362
|
+
virtual_service_id: Optional[str] = None,
|
363
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
364
|
+
_setter("type", type)
|
310
365
|
if hostnames is not None:
|
311
|
-
|
366
|
+
_setter("hostnames", hostnames)
|
312
367
|
if ingress_gateway_id is not None:
|
313
|
-
|
368
|
+
_setter("ingress_gateway_id", ingress_gateway_id)
|
314
369
|
if ip_addresses is not None:
|
315
|
-
|
370
|
+
_setter("ip_addresses", ip_addresses)
|
316
371
|
if ports is not None:
|
317
|
-
|
372
|
+
_setter("ports", ports)
|
318
373
|
if protocol is not None:
|
319
|
-
|
374
|
+
_setter("protocol", protocol)
|
320
375
|
if virtual_service_id is not None:
|
321
|
-
|
376
|
+
_setter("virtual_service_id", virtual_service_id)
|
322
377
|
|
323
378
|
@property
|
324
379
|
@pulumi.getter
|
@@ -405,8 +460,17 @@ class IngressGatewayAccessLogging(dict):
|
|
405
460
|
"""
|
406
461
|
:param bool is_enabled: (Updatable) Determines if the logging configuration is enabled.
|
407
462
|
"""
|
463
|
+
IngressGatewayAccessLogging._configure(
|
464
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
465
|
+
is_enabled=is_enabled,
|
466
|
+
)
|
467
|
+
@staticmethod
|
468
|
+
def _configure(
|
469
|
+
_setter: Callable[[Any, Any], None],
|
470
|
+
is_enabled: Optional[bool] = None,
|
471
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
408
472
|
if is_enabled is not None:
|
409
|
-
|
473
|
+
_setter("is_enabled", is_enabled)
|
410
474
|
|
411
475
|
@property
|
412
476
|
@pulumi.getter(name="isEnabled")
|
@@ -432,10 +496,23 @@ class IngressGatewayHost(dict):
|
|
432
496
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
433
497
|
:param Sequence[str] hostnames: (Updatable) Hostnames of the host. Applicable only for HTTP and TLS_PASSTHROUGH listeners. Wildcard hostnames are supported in the prefix form. Examples of valid hostnames are "www.example.com", "*.example.com", "*.com".
|
434
498
|
"""
|
435
|
-
|
436
|
-
|
499
|
+
IngressGatewayHost._configure(
|
500
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
501
|
+
listeners=listeners,
|
502
|
+
name=name,
|
503
|
+
hostnames=hostnames,
|
504
|
+
)
|
505
|
+
@staticmethod
|
506
|
+
def _configure(
|
507
|
+
_setter: Callable[[Any, Any], None],
|
508
|
+
listeners: Sequence['outputs.IngressGatewayHostListener'],
|
509
|
+
name: str,
|
510
|
+
hostnames: Optional[Sequence[str]] = None,
|
511
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
512
|
+
_setter("listeners", listeners)
|
513
|
+
_setter("name", name)
|
437
514
|
if hostnames is not None:
|
438
|
-
|
515
|
+
_setter("hostnames", hostnames)
|
439
516
|
|
440
517
|
@property
|
441
518
|
@pulumi.getter
|
@@ -477,10 +554,23 @@ class IngressGatewayHostListener(dict):
|
|
477
554
|
:param str protocol: (Updatable) Type of protocol used.
|
478
555
|
:param 'IngressGatewayHostListenerTlsArgs' tls: (Updatable) TLS enforcement config for the ingress listener.
|
479
556
|
"""
|
480
|
-
|
481
|
-
|
557
|
+
IngressGatewayHostListener._configure(
|
558
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
559
|
+
port=port,
|
560
|
+
protocol=protocol,
|
561
|
+
tls=tls,
|
562
|
+
)
|
563
|
+
@staticmethod
|
564
|
+
def _configure(
|
565
|
+
_setter: Callable[[Any, Any], None],
|
566
|
+
port: int,
|
567
|
+
protocol: str,
|
568
|
+
tls: Optional['outputs.IngressGatewayHostListenerTls'] = None,
|
569
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
570
|
+
_setter("port", port)
|
571
|
+
_setter("protocol", protocol)
|
482
572
|
if tls is not None:
|
483
|
-
|
573
|
+
_setter("tls", tls)
|
484
574
|
|
485
575
|
@property
|
486
576
|
@pulumi.getter
|
@@ -537,11 +627,24 @@ class IngressGatewayHostListenerTls(dict):
|
|
537
627
|
:param 'IngressGatewayHostListenerTlsClientValidationArgs' client_validation: (Updatable) Resource representing the TLS configuration used for validating client certificates.
|
538
628
|
:param 'IngressGatewayHostListenerTlsServerCertificateArgs' server_certificate: (Updatable) Resource representing the location of the TLS certificate.
|
539
629
|
"""
|
540
|
-
|
630
|
+
IngressGatewayHostListenerTls._configure(
|
631
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
632
|
+
mode=mode,
|
633
|
+
client_validation=client_validation,
|
634
|
+
server_certificate=server_certificate,
|
635
|
+
)
|
636
|
+
@staticmethod
|
637
|
+
def _configure(
|
638
|
+
_setter: Callable[[Any, Any], None],
|
639
|
+
mode: str,
|
640
|
+
client_validation: Optional['outputs.IngressGatewayHostListenerTlsClientValidation'] = None,
|
641
|
+
server_certificate: Optional['outputs.IngressGatewayHostListenerTlsServerCertificate'] = None,
|
642
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
643
|
+
_setter("mode", mode)
|
541
644
|
if client_validation is not None:
|
542
|
-
|
645
|
+
_setter("client_validation", client_validation)
|
543
646
|
if server_certificate is not None:
|
544
|
-
|
647
|
+
_setter("server_certificate", server_certificate)
|
545
648
|
|
546
649
|
@property
|
547
650
|
@pulumi.getter
|
@@ -596,10 +699,21 @@ class IngressGatewayHostListenerTlsClientValidation(dict):
|
|
596
699
|
:param Sequence[str] subject_alternate_names: (Updatable) A list of alternate names to verify the subject identity in the certificate presented by the client.
|
597
700
|
:param 'IngressGatewayHostListenerTlsClientValidationTrustedCaBundleArgs' trusted_ca_bundle: (Updatable) Resource representing the CA bundle.
|
598
701
|
"""
|
702
|
+
IngressGatewayHostListenerTlsClientValidation._configure(
|
703
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
704
|
+
subject_alternate_names=subject_alternate_names,
|
705
|
+
trusted_ca_bundle=trusted_ca_bundle,
|
706
|
+
)
|
707
|
+
@staticmethod
|
708
|
+
def _configure(
|
709
|
+
_setter: Callable[[Any, Any], None],
|
710
|
+
subject_alternate_names: Optional[Sequence[str]] = None,
|
711
|
+
trusted_ca_bundle: Optional['outputs.IngressGatewayHostListenerTlsClientValidationTrustedCaBundle'] = None,
|
712
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
599
713
|
if subject_alternate_names is not None:
|
600
|
-
|
714
|
+
_setter("subject_alternate_names", subject_alternate_names)
|
601
715
|
if trusted_ca_bundle is not None:
|
602
|
-
|
716
|
+
_setter("trusted_ca_bundle", trusted_ca_bundle)
|
603
717
|
|
604
718
|
@property
|
605
719
|
@pulumi.getter(name="subjectAlternateNames")
|
@@ -648,11 +762,24 @@ class IngressGatewayHostListenerTlsClientValidationTrustedCaBundle(dict):
|
|
648
762
|
:param str ca_bundle_id: (Updatable) The OCID of the CA Bundle resource.
|
649
763
|
:param str secret_name: (Updatable) Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
|
650
764
|
"""
|
651
|
-
|
765
|
+
IngressGatewayHostListenerTlsClientValidationTrustedCaBundle._configure(
|
766
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
767
|
+
type=type,
|
768
|
+
ca_bundle_id=ca_bundle_id,
|
769
|
+
secret_name=secret_name,
|
770
|
+
)
|
771
|
+
@staticmethod
|
772
|
+
def _configure(
|
773
|
+
_setter: Callable[[Any, Any], None],
|
774
|
+
type: str,
|
775
|
+
ca_bundle_id: Optional[str] = None,
|
776
|
+
secret_name: Optional[str] = None,
|
777
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
778
|
+
_setter("type", type)
|
652
779
|
if ca_bundle_id is not None:
|
653
|
-
|
780
|
+
_setter("ca_bundle_id", ca_bundle_id)
|
654
781
|
if secret_name is not None:
|
655
|
-
|
782
|
+
_setter("secret_name", secret_name)
|
656
783
|
|
657
784
|
@property
|
658
785
|
@pulumi.getter
|
@@ -709,11 +836,24 @@ class IngressGatewayHostListenerTlsServerCertificate(dict):
|
|
709
836
|
:param str certificate_id: (Updatable) The OCID of the leaf certificate resource.
|
710
837
|
:param str secret_name: (Updatable) Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
|
711
838
|
"""
|
712
|
-
|
839
|
+
IngressGatewayHostListenerTlsServerCertificate._configure(
|
840
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
841
|
+
type=type,
|
842
|
+
certificate_id=certificate_id,
|
843
|
+
secret_name=secret_name,
|
844
|
+
)
|
845
|
+
@staticmethod
|
846
|
+
def _configure(
|
847
|
+
_setter: Callable[[Any, Any], None],
|
848
|
+
type: str,
|
849
|
+
certificate_id: Optional[str] = None,
|
850
|
+
secret_name: Optional[str] = None,
|
851
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
852
|
+
_setter("type", type)
|
713
853
|
if certificate_id is not None:
|
714
|
-
|
854
|
+
_setter("certificate_id", certificate_id)
|
715
855
|
if secret_name is not None:
|
716
|
-
|
856
|
+
_setter("secret_name", secret_name)
|
717
857
|
|
718
858
|
@property
|
719
859
|
@pulumi.getter
|
@@ -768,10 +908,21 @@ class IngressGatewayMtls(dict):
|
|
768
908
|
:param str certificate_id: (Updatable) The OCID of the leaf certificate resource.
|
769
909
|
:param int maximum_validity: (Updatable) The number of days the mTLS certificate is valid. This value should be less than the Maximum Validity Duration for Certificates (Days) setting on the Certificate Authority associated with this Mesh. The certificate will be automatically renewed after 2/3 of the validity period, so a certificate with a maximum validity of 45 days will be renewed every 30 days.
|
770
910
|
"""
|
911
|
+
IngressGatewayMtls._configure(
|
912
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
913
|
+
certificate_id=certificate_id,
|
914
|
+
maximum_validity=maximum_validity,
|
915
|
+
)
|
916
|
+
@staticmethod
|
917
|
+
def _configure(
|
918
|
+
_setter: Callable[[Any, Any], None],
|
919
|
+
certificate_id: Optional[str] = None,
|
920
|
+
maximum_validity: Optional[int] = None,
|
921
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
771
922
|
if certificate_id is not None:
|
772
|
-
|
923
|
+
_setter("certificate_id", certificate_id)
|
773
924
|
if maximum_validity is not None:
|
774
|
-
|
925
|
+
_setter("maximum_validity", maximum_validity)
|
775
926
|
|
776
927
|
@property
|
777
928
|
@pulumi.getter(name="certificateId")
|
@@ -844,22 +995,47 @@ class IngressGatewayRouteTableRouteRule(dict):
|
|
844
995
|
:param str path_type: (Updatable) Match type for the route
|
845
996
|
:param str request_timeout_in_ms: (Updatable) The maximum duration in milliseconds for the upstream service to respond to a request. If provided, the timeout value overrides the default timeout of 15 seconds for the HTTP based route rules, and disabled (no timeout) when 'isGrpc' is true. The value 0 (zero) indicates that the timeout is disabled. For streaming responses from the upstream service, consider either keeping the timeout disabled or set a sufficiently high value.
|
846
997
|
"""
|
847
|
-
|
848
|
-
|
998
|
+
IngressGatewayRouteTableRouteRule._configure(
|
999
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1000
|
+
destinations=destinations,
|
1001
|
+
type=type,
|
1002
|
+
ingress_gateway_host=ingress_gateway_host,
|
1003
|
+
is_grpc=is_grpc,
|
1004
|
+
is_host_rewrite_enabled=is_host_rewrite_enabled,
|
1005
|
+
is_path_rewrite_enabled=is_path_rewrite_enabled,
|
1006
|
+
path=path,
|
1007
|
+
path_type=path_type,
|
1008
|
+
request_timeout_in_ms=request_timeout_in_ms,
|
1009
|
+
)
|
1010
|
+
@staticmethod
|
1011
|
+
def _configure(
|
1012
|
+
_setter: Callable[[Any, Any], None],
|
1013
|
+
destinations: Sequence['outputs.IngressGatewayRouteTableRouteRuleDestination'],
|
1014
|
+
type: str,
|
1015
|
+
ingress_gateway_host: Optional['outputs.IngressGatewayRouteTableRouteRuleIngressGatewayHost'] = None,
|
1016
|
+
is_grpc: Optional[bool] = None,
|
1017
|
+
is_host_rewrite_enabled: Optional[bool] = None,
|
1018
|
+
is_path_rewrite_enabled: Optional[bool] = None,
|
1019
|
+
path: Optional[str] = None,
|
1020
|
+
path_type: Optional[str] = None,
|
1021
|
+
request_timeout_in_ms: Optional[str] = None,
|
1022
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1023
|
+
_setter("destinations", destinations)
|
1024
|
+
_setter("type", type)
|
849
1025
|
if ingress_gateway_host is not None:
|
850
|
-
|
1026
|
+
_setter("ingress_gateway_host", ingress_gateway_host)
|
851
1027
|
if is_grpc is not None:
|
852
|
-
|
1028
|
+
_setter("is_grpc", is_grpc)
|
853
1029
|
if is_host_rewrite_enabled is not None:
|
854
|
-
|
1030
|
+
_setter("is_host_rewrite_enabled", is_host_rewrite_enabled)
|
855
1031
|
if is_path_rewrite_enabled is not None:
|
856
|
-
|
1032
|
+
_setter("is_path_rewrite_enabled", is_path_rewrite_enabled)
|
857
1033
|
if path is not None:
|
858
|
-
|
1034
|
+
_setter("path", path)
|
859
1035
|
if path_type is not None:
|
860
|
-
|
1036
|
+
_setter("path_type", path_type)
|
861
1037
|
if request_timeout_in_ms is not None:
|
862
|
-
|
1038
|
+
_setter("request_timeout_in_ms", request_timeout_in_ms)
|
863
1039
|
|
864
1040
|
@property
|
865
1041
|
@pulumi.getter
|
@@ -966,11 +1142,24 @@ class IngressGatewayRouteTableRouteRuleDestination(dict):
|
|
966
1142
|
:param int port: (Updatable) The port of the ingress gateway host listener. Leave empty to match all ports for the host.
|
967
1143
|
:param int weight: (Updatable) Weight of traffic target.
|
968
1144
|
"""
|
969
|
-
|
1145
|
+
IngressGatewayRouteTableRouteRuleDestination._configure(
|
1146
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1147
|
+
virtual_service_id=virtual_service_id,
|
1148
|
+
port=port,
|
1149
|
+
weight=weight,
|
1150
|
+
)
|
1151
|
+
@staticmethod
|
1152
|
+
def _configure(
|
1153
|
+
_setter: Callable[[Any, Any], None],
|
1154
|
+
virtual_service_id: str,
|
1155
|
+
port: Optional[int] = None,
|
1156
|
+
weight: Optional[int] = None,
|
1157
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1158
|
+
_setter("virtual_service_id", virtual_service_id)
|
970
1159
|
if port is not None:
|
971
|
-
|
1160
|
+
_setter("port", port)
|
972
1161
|
if weight is not None:
|
973
|
-
|
1162
|
+
_setter("weight", weight)
|
974
1163
|
|
975
1164
|
@property
|
976
1165
|
@pulumi.getter(name="virtualServiceId")
|
@@ -1006,9 +1195,20 @@ class IngressGatewayRouteTableRouteRuleIngressGatewayHost(dict):
|
|
1006
1195
|
:param str name: (Updatable) Name of the ingress gateway host that this route should apply to.
|
1007
1196
|
:param int port: (Updatable) The port of the ingress gateway host listener. Leave empty to match all ports for the host.
|
1008
1197
|
"""
|
1009
|
-
|
1198
|
+
IngressGatewayRouteTableRouteRuleIngressGatewayHost._configure(
|
1199
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1200
|
+
name=name,
|
1201
|
+
port=port,
|
1202
|
+
)
|
1203
|
+
@staticmethod
|
1204
|
+
def _configure(
|
1205
|
+
_setter: Callable[[Any, Any], None],
|
1206
|
+
name: str,
|
1207
|
+
port: Optional[int] = None,
|
1208
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1209
|
+
_setter("name", name)
|
1010
1210
|
if port is not None:
|
1011
|
-
|
1211
|
+
_setter("port", port)
|
1012
1212
|
|
1013
1213
|
@property
|
1014
1214
|
@pulumi.getter
|
@@ -1034,7 +1234,16 @@ class MeshCertificateAuthority(dict):
|
|
1034
1234
|
"""
|
1035
1235
|
:param str id: The OCID of the certificate authority resource.
|
1036
1236
|
"""
|
1037
|
-
|
1237
|
+
MeshCertificateAuthority._configure(
|
1238
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1239
|
+
id=id,
|
1240
|
+
)
|
1241
|
+
@staticmethod
|
1242
|
+
def _configure(
|
1243
|
+
_setter: Callable[[Any, Any], None],
|
1244
|
+
id: str,
|
1245
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1246
|
+
_setter("id", id)
|
1038
1247
|
|
1039
1248
|
@property
|
1040
1249
|
@pulumi.getter
|
@@ -1056,7 +1265,16 @@ class MeshMtls(dict):
|
|
1056
1265
|
** IMPORTANT **
|
1057
1266
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1058
1267
|
"""
|
1059
|
-
|
1268
|
+
MeshMtls._configure(
|
1269
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1270
|
+
minimum=minimum,
|
1271
|
+
)
|
1272
|
+
@staticmethod
|
1273
|
+
def _configure(
|
1274
|
+
_setter: Callable[[Any, Any], None],
|
1275
|
+
minimum: str,
|
1276
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1277
|
+
_setter("minimum", minimum)
|
1060
1278
|
|
1061
1279
|
@property
|
1062
1280
|
@pulumi.getter
|
@@ -1095,8 +1313,17 @@ class VirtualDeploymentAccessLogging(dict):
|
|
1095
1313
|
"""
|
1096
1314
|
:param bool is_enabled: (Updatable) Determines if the logging configuration is enabled.
|
1097
1315
|
"""
|
1316
|
+
VirtualDeploymentAccessLogging._configure(
|
1317
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1318
|
+
is_enabled=is_enabled,
|
1319
|
+
)
|
1320
|
+
@staticmethod
|
1321
|
+
def _configure(
|
1322
|
+
_setter: Callable[[Any, Any], None],
|
1323
|
+
is_enabled: Optional[bool] = None,
|
1324
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1098
1325
|
if is_enabled is not None:
|
1099
|
-
|
1326
|
+
_setter("is_enabled", is_enabled)
|
1100
1327
|
|
1101
1328
|
@property
|
1102
1329
|
@pulumi.getter(name="isEnabled")
|
@@ -1139,12 +1366,27 @@ class VirtualDeploymentListener(dict):
|
|
1139
1366
|
:param str idle_timeout_in_ms: (Updatable) The maximum duration in milliseconds for which the request's stream may be idle. The value 0 (zero) indicates that the timeout is disabled.
|
1140
1367
|
:param str request_timeout_in_ms: (Updatable) The maximum duration in milliseconds for the deployed service to respond to an incoming request through the listener. If provided, the timeout value overrides the default timeout of 15 seconds for the HTTP/HTTP2 listeners, and disabled (no timeout) for the GRPC listeners. The value 0 (zero) indicates that the timeout is disabled. The timeout cannot be configured for the TCP and TLS_PASSTHROUGH listeners. For streaming responses from the deployed service, consider either keeping the timeout disabled or set a sufficiently high value.
|
1141
1368
|
"""
|
1142
|
-
|
1143
|
-
|
1369
|
+
VirtualDeploymentListener._configure(
|
1370
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1371
|
+
port=port,
|
1372
|
+
protocol=protocol,
|
1373
|
+
idle_timeout_in_ms=idle_timeout_in_ms,
|
1374
|
+
request_timeout_in_ms=request_timeout_in_ms,
|
1375
|
+
)
|
1376
|
+
@staticmethod
|
1377
|
+
def _configure(
|
1378
|
+
_setter: Callable[[Any, Any], None],
|
1379
|
+
port: int,
|
1380
|
+
protocol: str,
|
1381
|
+
idle_timeout_in_ms: Optional[str] = None,
|
1382
|
+
request_timeout_in_ms: Optional[str] = None,
|
1383
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1384
|
+
_setter("port", port)
|
1385
|
+
_setter("protocol", protocol)
|
1144
1386
|
if idle_timeout_in_ms is not None:
|
1145
|
-
|
1387
|
+
_setter("idle_timeout_in_ms", idle_timeout_in_ms)
|
1146
1388
|
if request_timeout_in_ms is not None:
|
1147
|
-
|
1389
|
+
_setter("request_timeout_in_ms", request_timeout_in_ms)
|
1148
1390
|
|
1149
1391
|
@property
|
1150
1392
|
@pulumi.getter
|
@@ -1188,9 +1430,20 @@ class VirtualDeploymentServiceDiscovery(dict):
|
|
1188
1430
|
:param str type: (Updatable) Type of service discovery.
|
1189
1431
|
:param str hostname: (Updatable) The hostname of the virtual deployments.
|
1190
1432
|
"""
|
1191
|
-
|
1433
|
+
VirtualDeploymentServiceDiscovery._configure(
|
1434
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1435
|
+
type=type,
|
1436
|
+
hostname=hostname,
|
1437
|
+
)
|
1438
|
+
@staticmethod
|
1439
|
+
def _configure(
|
1440
|
+
_setter: Callable[[Any, Any], None],
|
1441
|
+
type: str,
|
1442
|
+
hostname: Optional[str] = None,
|
1443
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1444
|
+
_setter("type", type)
|
1192
1445
|
if hostname is not None:
|
1193
|
-
|
1446
|
+
_setter("hostname", hostname)
|
1194
1447
|
|
1195
1448
|
@property
|
1196
1449
|
@pulumi.getter
|
@@ -1216,7 +1469,16 @@ class VirtualServiceDefaultRoutingPolicy(dict):
|
|
1216
1469
|
"""
|
1217
1470
|
:param str type: (Updatable) Type of the virtual service routing policy.
|
1218
1471
|
"""
|
1219
|
-
|
1472
|
+
VirtualServiceDefaultRoutingPolicy._configure(
|
1473
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1474
|
+
type=type,
|
1475
|
+
)
|
1476
|
+
@staticmethod
|
1477
|
+
def _configure(
|
1478
|
+
_setter: Callable[[Any, Any], None],
|
1479
|
+
type: str,
|
1480
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1481
|
+
_setter("type", type)
|
1220
1482
|
|
1221
1483
|
@property
|
1222
1484
|
@pulumi.getter
|
@@ -1257,11 +1519,24 @@ class VirtualServiceMtls(dict):
|
|
1257
1519
|
:param str certificate_id: The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
|
1258
1520
|
:param int maximum_validity: (Updatable) The number of days the mTLS certificate is valid. This value should be less than the Maximum Validity Duration for Certificates (Days) setting on the Certificate Authority associated with this Mesh. The certificate will be automatically renewed after 2/3 of the validity period, so a certificate with a maximum validity of 45 days will be renewed every 30 days.
|
1259
1521
|
"""
|
1260
|
-
|
1522
|
+
VirtualServiceMtls._configure(
|
1523
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1524
|
+
mode=mode,
|
1525
|
+
certificate_id=certificate_id,
|
1526
|
+
maximum_validity=maximum_validity,
|
1527
|
+
)
|
1528
|
+
@staticmethod
|
1529
|
+
def _configure(
|
1530
|
+
_setter: Callable[[Any, Any], None],
|
1531
|
+
mode: str,
|
1532
|
+
certificate_id: Optional[str] = None,
|
1533
|
+
maximum_validity: Optional[int] = None,
|
1534
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1535
|
+
_setter("mode", mode)
|
1261
1536
|
if certificate_id is not None:
|
1262
|
-
|
1537
|
+
_setter("certificate_id", certificate_id)
|
1263
1538
|
if maximum_validity is not None:
|
1264
|
-
|
1539
|
+
_setter("maximum_validity", maximum_validity)
|
1265
1540
|
|
1266
1541
|
@property
|
1267
1542
|
@pulumi.getter
|
@@ -1326,16 +1601,35 @@ class VirtualServiceRouteTableRouteRule(dict):
|
|
1326
1601
|
:param str path_type: (Updatable) Match type for the route
|
1327
1602
|
:param str request_timeout_in_ms: (Updatable) The maximum duration in milliseconds for the target service to respond to a request. If provided, the timeout value overrides the default timeout of 15 seconds for the HTTP based route rules, and disabled (no timeout) when 'isGrpc' is true. The value 0 (zero) indicates that the timeout is disabled. For streaming responses from the target service, consider either keeping the timeout disabled or set a sufficiently high value.
|
1328
1603
|
"""
|
1329
|
-
|
1330
|
-
|
1604
|
+
VirtualServiceRouteTableRouteRule._configure(
|
1605
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1606
|
+
destinations=destinations,
|
1607
|
+
type=type,
|
1608
|
+
is_grpc=is_grpc,
|
1609
|
+
path=path,
|
1610
|
+
path_type=path_type,
|
1611
|
+
request_timeout_in_ms=request_timeout_in_ms,
|
1612
|
+
)
|
1613
|
+
@staticmethod
|
1614
|
+
def _configure(
|
1615
|
+
_setter: Callable[[Any, Any], None],
|
1616
|
+
destinations: Sequence['outputs.VirtualServiceRouteTableRouteRuleDestination'],
|
1617
|
+
type: str,
|
1618
|
+
is_grpc: Optional[bool] = None,
|
1619
|
+
path: Optional[str] = None,
|
1620
|
+
path_type: Optional[str] = None,
|
1621
|
+
request_timeout_in_ms: Optional[str] = None,
|
1622
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1623
|
+
_setter("destinations", destinations)
|
1624
|
+
_setter("type", type)
|
1331
1625
|
if is_grpc is not None:
|
1332
|
-
|
1626
|
+
_setter("is_grpc", is_grpc)
|
1333
1627
|
if path is not None:
|
1334
|
-
|
1628
|
+
_setter("path", path)
|
1335
1629
|
if path_type is not None:
|
1336
|
-
|
1630
|
+
_setter("path_type", path_type)
|
1337
1631
|
if request_timeout_in_ms is not None:
|
1338
|
-
|
1632
|
+
_setter("request_timeout_in_ms", request_timeout_in_ms)
|
1339
1633
|
|
1340
1634
|
@property
|
1341
1635
|
@pulumi.getter
|
@@ -1414,10 +1708,23 @@ class VirtualServiceRouteTableRouteRuleDestination(dict):
|
|
1414
1708
|
:param int weight: (Updatable) Weight of traffic target.
|
1415
1709
|
:param int port: (Updatable) Port on virtual deployment to target. If port is missing, the rule will target all ports on the virtual deployment.
|
1416
1710
|
"""
|
1417
|
-
|
1418
|
-
|
1711
|
+
VirtualServiceRouteTableRouteRuleDestination._configure(
|
1712
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1713
|
+
virtual_deployment_id=virtual_deployment_id,
|
1714
|
+
weight=weight,
|
1715
|
+
port=port,
|
1716
|
+
)
|
1717
|
+
@staticmethod
|
1718
|
+
def _configure(
|
1719
|
+
_setter: Callable[[Any, Any], None],
|
1720
|
+
virtual_deployment_id: str,
|
1721
|
+
weight: int,
|
1722
|
+
port: Optional[int] = None,
|
1723
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1724
|
+
_setter("virtual_deployment_id", virtual_deployment_id)
|
1725
|
+
_setter("weight", weight)
|
1419
1726
|
if port is not None:
|
1420
|
-
|
1727
|
+
_setter("port", port)
|
1421
1728
|
|
1422
1729
|
@property
|
1423
1730
|
@pulumi.getter(name="virtualDeploymentId")
|
@@ -1448,7 +1755,16 @@ class VirtualServiceRouteTableRouteRuleDestination(dict):
|
|
1448
1755
|
class GetAccessPoliciesAccessPolicyCollectionResult(dict):
|
1449
1756
|
def __init__(__self__, *,
|
1450
1757
|
items: Sequence['outputs.GetAccessPoliciesAccessPolicyCollectionItemResult']):
|
1451
|
-
|
1758
|
+
GetAccessPoliciesAccessPolicyCollectionResult._configure(
|
1759
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1760
|
+
items=items,
|
1761
|
+
)
|
1762
|
+
@staticmethod
|
1763
|
+
def _configure(
|
1764
|
+
_setter: Callable[[Any, Any], None],
|
1765
|
+
items: Sequence['outputs.GetAccessPoliciesAccessPolicyCollectionItemResult'],
|
1766
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1767
|
+
_setter("items", items)
|
1452
1768
|
|
1453
1769
|
@property
|
1454
1770
|
@pulumi.getter
|
@@ -1487,19 +1803,52 @@ class GetAccessPoliciesAccessPolicyCollectionItemResult(dict):
|
|
1487
1803
|
:param str time_created: The time when this resource was created in an RFC3339 formatted datetime string.
|
1488
1804
|
:param str time_updated: The time when this resource was updated in an RFC3339 formatted datetime string.
|
1489
1805
|
"""
|
1490
|
-
|
1491
|
-
|
1492
|
-
|
1493
|
-
|
1494
|
-
|
1495
|
-
|
1496
|
-
|
1497
|
-
|
1498
|
-
|
1499
|
-
|
1500
|
-
|
1501
|
-
|
1502
|
-
|
1806
|
+
GetAccessPoliciesAccessPolicyCollectionItemResult._configure(
|
1807
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1808
|
+
compartment_id=compartment_id,
|
1809
|
+
defined_tags=defined_tags,
|
1810
|
+
description=description,
|
1811
|
+
freeform_tags=freeform_tags,
|
1812
|
+
id=id,
|
1813
|
+
lifecycle_details=lifecycle_details,
|
1814
|
+
mesh_id=mesh_id,
|
1815
|
+
name=name,
|
1816
|
+
rules=rules,
|
1817
|
+
state=state,
|
1818
|
+
system_tags=system_tags,
|
1819
|
+
time_created=time_created,
|
1820
|
+
time_updated=time_updated,
|
1821
|
+
)
|
1822
|
+
@staticmethod
|
1823
|
+
def _configure(
|
1824
|
+
_setter: Callable[[Any, Any], None],
|
1825
|
+
compartment_id: str,
|
1826
|
+
defined_tags: Mapping[str, Any],
|
1827
|
+
description: str,
|
1828
|
+
freeform_tags: Mapping[str, Any],
|
1829
|
+
id: str,
|
1830
|
+
lifecycle_details: str,
|
1831
|
+
mesh_id: str,
|
1832
|
+
name: str,
|
1833
|
+
rules: Sequence['outputs.GetAccessPoliciesAccessPolicyCollectionItemRuleResult'],
|
1834
|
+
state: str,
|
1835
|
+
system_tags: Mapping[str, Any],
|
1836
|
+
time_created: str,
|
1837
|
+
time_updated: str,
|
1838
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1839
|
+
_setter("compartment_id", compartment_id)
|
1840
|
+
_setter("defined_tags", defined_tags)
|
1841
|
+
_setter("description", description)
|
1842
|
+
_setter("freeform_tags", freeform_tags)
|
1843
|
+
_setter("id", id)
|
1844
|
+
_setter("lifecycle_details", lifecycle_details)
|
1845
|
+
_setter("mesh_id", mesh_id)
|
1846
|
+
_setter("name", name)
|
1847
|
+
_setter("rules", rules)
|
1848
|
+
_setter("state", state)
|
1849
|
+
_setter("system_tags", system_tags)
|
1850
|
+
_setter("time_created", time_created)
|
1851
|
+
_setter("time_updated", time_updated)
|
1503
1852
|
|
1504
1853
|
@property
|
1505
1854
|
@pulumi.getter(name="compartmentId")
|
@@ -1617,9 +1966,22 @@ class GetAccessPoliciesAccessPolicyCollectionItemRuleResult(dict):
|
|
1617
1966
|
:param Sequence['GetAccessPoliciesAccessPolicyCollectionItemRuleDestinationArgs'] destinations: Target of the access policy. This can either be the source or the destination of the traffic.
|
1618
1967
|
:param Sequence['GetAccessPoliciesAccessPolicyCollectionItemRuleSourceArgs'] sources: Target of the access policy. This can either be the source or the destination of the traffic.
|
1619
1968
|
"""
|
1620
|
-
|
1621
|
-
|
1622
|
-
|
1969
|
+
GetAccessPoliciesAccessPolicyCollectionItemRuleResult._configure(
|
1970
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1971
|
+
action=action,
|
1972
|
+
destinations=destinations,
|
1973
|
+
sources=sources,
|
1974
|
+
)
|
1975
|
+
@staticmethod
|
1976
|
+
def _configure(
|
1977
|
+
_setter: Callable[[Any, Any], None],
|
1978
|
+
action: str,
|
1979
|
+
destinations: Sequence['outputs.GetAccessPoliciesAccessPolicyCollectionItemRuleDestinationResult'],
|
1980
|
+
sources: Sequence['outputs.GetAccessPoliciesAccessPolicyCollectionItemRuleSourceResult'],
|
1981
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1982
|
+
_setter("action", action)
|
1983
|
+
_setter("destinations", destinations)
|
1984
|
+
_setter("sources", sources)
|
1623
1985
|
|
1624
1986
|
@property
|
1625
1987
|
@pulumi.getter
|
@@ -1665,13 +2027,34 @@ class GetAccessPoliciesAccessPolicyCollectionItemRuleDestinationResult(dict):
|
|
1665
2027
|
:param str type: Traffic type of the target.
|
1666
2028
|
:param str virtual_service_id: The OCID of the virtual service resource.
|
1667
2029
|
"""
|
1668
|
-
|
1669
|
-
|
1670
|
-
|
1671
|
-
|
1672
|
-
|
1673
|
-
|
1674
|
-
|
2030
|
+
GetAccessPoliciesAccessPolicyCollectionItemRuleDestinationResult._configure(
|
2031
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2032
|
+
hostnames=hostnames,
|
2033
|
+
ingress_gateway_id=ingress_gateway_id,
|
2034
|
+
ip_addresses=ip_addresses,
|
2035
|
+
ports=ports,
|
2036
|
+
protocol=protocol,
|
2037
|
+
type=type,
|
2038
|
+
virtual_service_id=virtual_service_id,
|
2039
|
+
)
|
2040
|
+
@staticmethod
|
2041
|
+
def _configure(
|
2042
|
+
_setter: Callable[[Any, Any], None],
|
2043
|
+
hostnames: Sequence[str],
|
2044
|
+
ingress_gateway_id: str,
|
2045
|
+
ip_addresses: Sequence[str],
|
2046
|
+
ports: Sequence[int],
|
2047
|
+
protocol: str,
|
2048
|
+
type: str,
|
2049
|
+
virtual_service_id: str,
|
2050
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2051
|
+
_setter("hostnames", hostnames)
|
2052
|
+
_setter("ingress_gateway_id", ingress_gateway_id)
|
2053
|
+
_setter("ip_addresses", ip_addresses)
|
2054
|
+
_setter("ports", ports)
|
2055
|
+
_setter("protocol", protocol)
|
2056
|
+
_setter("type", type)
|
2057
|
+
_setter("virtual_service_id", virtual_service_id)
|
1675
2058
|
|
1676
2059
|
@property
|
1677
2060
|
@pulumi.getter
|
@@ -1749,13 +2132,34 @@ class GetAccessPoliciesAccessPolicyCollectionItemRuleSourceResult(dict):
|
|
1749
2132
|
:param str type: Traffic type of the target.
|
1750
2133
|
:param str virtual_service_id: The OCID of the virtual service resource.
|
1751
2134
|
"""
|
1752
|
-
|
1753
|
-
|
1754
|
-
|
1755
|
-
|
1756
|
-
|
1757
|
-
|
1758
|
-
|
2135
|
+
GetAccessPoliciesAccessPolicyCollectionItemRuleSourceResult._configure(
|
2136
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2137
|
+
hostnames=hostnames,
|
2138
|
+
ingress_gateway_id=ingress_gateway_id,
|
2139
|
+
ip_addresses=ip_addresses,
|
2140
|
+
ports=ports,
|
2141
|
+
protocol=protocol,
|
2142
|
+
type=type,
|
2143
|
+
virtual_service_id=virtual_service_id,
|
2144
|
+
)
|
2145
|
+
@staticmethod
|
2146
|
+
def _configure(
|
2147
|
+
_setter: Callable[[Any, Any], None],
|
2148
|
+
hostnames: Sequence[str],
|
2149
|
+
ingress_gateway_id: str,
|
2150
|
+
ip_addresses: Sequence[str],
|
2151
|
+
ports: Sequence[int],
|
2152
|
+
protocol: str,
|
2153
|
+
type: str,
|
2154
|
+
virtual_service_id: str,
|
2155
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2156
|
+
_setter("hostnames", hostnames)
|
2157
|
+
_setter("ingress_gateway_id", ingress_gateway_id)
|
2158
|
+
_setter("ip_addresses", ip_addresses)
|
2159
|
+
_setter("ports", ports)
|
2160
|
+
_setter("protocol", protocol)
|
2161
|
+
_setter("type", type)
|
2162
|
+
_setter("virtual_service_id", virtual_service_id)
|
1759
2163
|
|
1760
2164
|
@property
|
1761
2165
|
@pulumi.getter
|
@@ -1823,10 +2227,23 @@ class GetAccessPoliciesFilterResult(dict):
|
|
1823
2227
|
"""
|
1824
2228
|
:param str name: A filter to return only resources that match the entire name given.
|
1825
2229
|
"""
|
1826
|
-
|
1827
|
-
|
2230
|
+
GetAccessPoliciesFilterResult._configure(
|
2231
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2232
|
+
name=name,
|
2233
|
+
values=values,
|
2234
|
+
regex=regex,
|
2235
|
+
)
|
2236
|
+
@staticmethod
|
2237
|
+
def _configure(
|
2238
|
+
_setter: Callable[[Any, Any], None],
|
2239
|
+
name: str,
|
2240
|
+
values: Sequence[str],
|
2241
|
+
regex: Optional[bool] = None,
|
2242
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2243
|
+
_setter("name", name)
|
2244
|
+
_setter("values", values)
|
1828
2245
|
if regex is not None:
|
1829
|
-
|
2246
|
+
_setter("regex", regex)
|
1830
2247
|
|
1831
2248
|
@property
|
1832
2249
|
@pulumi.getter
|
@@ -1858,9 +2275,22 @@ class GetAccessPolicyRuleResult(dict):
|
|
1858
2275
|
:param Sequence['GetAccessPolicyRuleDestinationArgs'] destinations: Target of the access policy. This can either be the source or the destination of the traffic.
|
1859
2276
|
:param Sequence['GetAccessPolicyRuleSourceArgs'] sources: Target of the access policy. This can either be the source or the destination of the traffic.
|
1860
2277
|
"""
|
1861
|
-
|
1862
|
-
|
1863
|
-
|
2278
|
+
GetAccessPolicyRuleResult._configure(
|
2279
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2280
|
+
action=action,
|
2281
|
+
destinations=destinations,
|
2282
|
+
sources=sources,
|
2283
|
+
)
|
2284
|
+
@staticmethod
|
2285
|
+
def _configure(
|
2286
|
+
_setter: Callable[[Any, Any], None],
|
2287
|
+
action: str,
|
2288
|
+
destinations: Sequence['outputs.GetAccessPolicyRuleDestinationResult'],
|
2289
|
+
sources: Sequence['outputs.GetAccessPolicyRuleSourceResult'],
|
2290
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2291
|
+
_setter("action", action)
|
2292
|
+
_setter("destinations", destinations)
|
2293
|
+
_setter("sources", sources)
|
1864
2294
|
|
1865
2295
|
@property
|
1866
2296
|
@pulumi.getter
|
@@ -1906,13 +2336,34 @@ class GetAccessPolicyRuleDestinationResult(dict):
|
|
1906
2336
|
:param str type: Traffic type of the target.
|
1907
2337
|
:param str virtual_service_id: The OCID of the virtual service resource.
|
1908
2338
|
"""
|
1909
|
-
|
1910
|
-
|
1911
|
-
|
1912
|
-
|
1913
|
-
|
1914
|
-
|
1915
|
-
|
2339
|
+
GetAccessPolicyRuleDestinationResult._configure(
|
2340
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2341
|
+
hostnames=hostnames,
|
2342
|
+
ingress_gateway_id=ingress_gateway_id,
|
2343
|
+
ip_addresses=ip_addresses,
|
2344
|
+
ports=ports,
|
2345
|
+
protocol=protocol,
|
2346
|
+
type=type,
|
2347
|
+
virtual_service_id=virtual_service_id,
|
2348
|
+
)
|
2349
|
+
@staticmethod
|
2350
|
+
def _configure(
|
2351
|
+
_setter: Callable[[Any, Any], None],
|
2352
|
+
hostnames: Sequence[str],
|
2353
|
+
ingress_gateway_id: str,
|
2354
|
+
ip_addresses: Sequence[str],
|
2355
|
+
ports: Sequence[int],
|
2356
|
+
protocol: str,
|
2357
|
+
type: str,
|
2358
|
+
virtual_service_id: str,
|
2359
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2360
|
+
_setter("hostnames", hostnames)
|
2361
|
+
_setter("ingress_gateway_id", ingress_gateway_id)
|
2362
|
+
_setter("ip_addresses", ip_addresses)
|
2363
|
+
_setter("ports", ports)
|
2364
|
+
_setter("protocol", protocol)
|
2365
|
+
_setter("type", type)
|
2366
|
+
_setter("virtual_service_id", virtual_service_id)
|
1916
2367
|
|
1917
2368
|
@property
|
1918
2369
|
@pulumi.getter
|
@@ -1990,13 +2441,34 @@ class GetAccessPolicyRuleSourceResult(dict):
|
|
1990
2441
|
:param str type: Traffic type of the target.
|
1991
2442
|
:param str virtual_service_id: The OCID of the virtual service resource.
|
1992
2443
|
"""
|
1993
|
-
|
1994
|
-
|
1995
|
-
|
1996
|
-
|
1997
|
-
|
1998
|
-
|
1999
|
-
|
2444
|
+
GetAccessPolicyRuleSourceResult._configure(
|
2445
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2446
|
+
hostnames=hostnames,
|
2447
|
+
ingress_gateway_id=ingress_gateway_id,
|
2448
|
+
ip_addresses=ip_addresses,
|
2449
|
+
ports=ports,
|
2450
|
+
protocol=protocol,
|
2451
|
+
type=type,
|
2452
|
+
virtual_service_id=virtual_service_id,
|
2453
|
+
)
|
2454
|
+
@staticmethod
|
2455
|
+
def _configure(
|
2456
|
+
_setter: Callable[[Any, Any], None],
|
2457
|
+
hostnames: Sequence[str],
|
2458
|
+
ingress_gateway_id: str,
|
2459
|
+
ip_addresses: Sequence[str],
|
2460
|
+
ports: Sequence[int],
|
2461
|
+
protocol: str,
|
2462
|
+
type: str,
|
2463
|
+
virtual_service_id: str,
|
2464
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2465
|
+
_setter("hostnames", hostnames)
|
2466
|
+
_setter("ingress_gateway_id", ingress_gateway_id)
|
2467
|
+
_setter("ip_addresses", ip_addresses)
|
2468
|
+
_setter("ports", ports)
|
2469
|
+
_setter("protocol", protocol)
|
2470
|
+
_setter("type", type)
|
2471
|
+
_setter("virtual_service_id", virtual_service_id)
|
2000
2472
|
|
2001
2473
|
@property
|
2002
2474
|
@pulumi.getter
|
@@ -2062,7 +2534,16 @@ class GetIngressGatewayAccessLoggingResult(dict):
|
|
2062
2534
|
"""
|
2063
2535
|
:param bool is_enabled: Determines if the logging configuration is enabled.
|
2064
2536
|
"""
|
2065
|
-
|
2537
|
+
GetIngressGatewayAccessLoggingResult._configure(
|
2538
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2539
|
+
is_enabled=is_enabled,
|
2540
|
+
)
|
2541
|
+
@staticmethod
|
2542
|
+
def _configure(
|
2543
|
+
_setter: Callable[[Any, Any], None],
|
2544
|
+
is_enabled: bool,
|
2545
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2546
|
+
_setter("is_enabled", is_enabled)
|
2066
2547
|
|
2067
2548
|
@property
|
2068
2549
|
@pulumi.getter(name="isEnabled")
|
@@ -2084,9 +2565,22 @@ class GetIngressGatewayHostResult(dict):
|
|
2084
2565
|
:param Sequence['GetIngressGatewayHostListenerArgs'] listeners: The listeners for the ingress gateway.
|
2085
2566
|
:param str name: A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example: `My unique resource name`
|
2086
2567
|
"""
|
2087
|
-
|
2088
|
-
|
2089
|
-
|
2568
|
+
GetIngressGatewayHostResult._configure(
|
2569
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2570
|
+
hostnames=hostnames,
|
2571
|
+
listeners=listeners,
|
2572
|
+
name=name,
|
2573
|
+
)
|
2574
|
+
@staticmethod
|
2575
|
+
def _configure(
|
2576
|
+
_setter: Callable[[Any, Any], None],
|
2577
|
+
hostnames: Sequence[str],
|
2578
|
+
listeners: Sequence['outputs.GetIngressGatewayHostListenerResult'],
|
2579
|
+
name: str,
|
2580
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2581
|
+
_setter("hostnames", hostnames)
|
2582
|
+
_setter("listeners", listeners)
|
2583
|
+
_setter("name", name)
|
2090
2584
|
|
2091
2585
|
@property
|
2092
2586
|
@pulumi.getter
|
@@ -2124,9 +2618,22 @@ class GetIngressGatewayHostListenerResult(dict):
|
|
2124
2618
|
:param str protocol: Type of protocol used.
|
2125
2619
|
:param Sequence['GetIngressGatewayHostListenerTlArgs'] tls: TLS enforcement config for the ingress listener.
|
2126
2620
|
"""
|
2127
|
-
|
2128
|
-
|
2129
|
-
|
2621
|
+
GetIngressGatewayHostListenerResult._configure(
|
2622
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2623
|
+
port=port,
|
2624
|
+
protocol=protocol,
|
2625
|
+
tls=tls,
|
2626
|
+
)
|
2627
|
+
@staticmethod
|
2628
|
+
def _configure(
|
2629
|
+
_setter: Callable[[Any, Any], None],
|
2630
|
+
port: int,
|
2631
|
+
protocol: str,
|
2632
|
+
tls: Sequence['outputs.GetIngressGatewayHostListenerTlResult'],
|
2633
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2634
|
+
_setter("port", port)
|
2635
|
+
_setter("protocol", protocol)
|
2636
|
+
_setter("tls", tls)
|
2130
2637
|
|
2131
2638
|
@property
|
2132
2639
|
@pulumi.getter
|
@@ -2164,9 +2671,22 @@ class GetIngressGatewayHostListenerTlResult(dict):
|
|
2164
2671
|
:param str mode: DISABLED: Connection can only be plaintext. PERMISSIVE: Connection can be either plaintext or TLS/mTLS. If the clientValidation.trustedCaBundle property is configured for the listener, mTLS is performed and the client's certificates are validated by the gateway. TLS: Connection can only be TLS. MUTUAL_TLS: Connection can only be MTLS.
|
2165
2672
|
:param Sequence['GetIngressGatewayHostListenerTlServerCertificateArgs'] server_certificates: Resource representing the location of the TLS certificate.
|
2166
2673
|
"""
|
2167
|
-
|
2168
|
-
|
2169
|
-
|
2674
|
+
GetIngressGatewayHostListenerTlResult._configure(
|
2675
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2676
|
+
client_validations=client_validations,
|
2677
|
+
mode=mode,
|
2678
|
+
server_certificates=server_certificates,
|
2679
|
+
)
|
2680
|
+
@staticmethod
|
2681
|
+
def _configure(
|
2682
|
+
_setter: Callable[[Any, Any], None],
|
2683
|
+
client_validations: Sequence['outputs.GetIngressGatewayHostListenerTlClientValidationResult'],
|
2684
|
+
mode: str,
|
2685
|
+
server_certificates: Sequence['outputs.GetIngressGatewayHostListenerTlServerCertificateResult'],
|
2686
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2687
|
+
_setter("client_validations", client_validations)
|
2688
|
+
_setter("mode", mode)
|
2689
|
+
_setter("server_certificates", server_certificates)
|
2170
2690
|
|
2171
2691
|
@property
|
2172
2692
|
@pulumi.getter(name="clientValidations")
|
@@ -2202,8 +2722,19 @@ class GetIngressGatewayHostListenerTlClientValidationResult(dict):
|
|
2202
2722
|
:param Sequence[str] subject_alternate_names: A list of alternate names to verify the subject identity in the certificate presented by the client.
|
2203
2723
|
:param Sequence['GetIngressGatewayHostListenerTlClientValidationTrustedCaBundleArgs'] trusted_ca_bundles: Resource representing the CA bundle.
|
2204
2724
|
"""
|
2205
|
-
|
2206
|
-
|
2725
|
+
GetIngressGatewayHostListenerTlClientValidationResult._configure(
|
2726
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2727
|
+
subject_alternate_names=subject_alternate_names,
|
2728
|
+
trusted_ca_bundles=trusted_ca_bundles,
|
2729
|
+
)
|
2730
|
+
@staticmethod
|
2731
|
+
def _configure(
|
2732
|
+
_setter: Callable[[Any, Any], None],
|
2733
|
+
subject_alternate_names: Sequence[str],
|
2734
|
+
trusted_ca_bundles: Sequence['outputs.GetIngressGatewayHostListenerTlClientValidationTrustedCaBundleResult'],
|
2735
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2736
|
+
_setter("subject_alternate_names", subject_alternate_names)
|
2737
|
+
_setter("trusted_ca_bundles", trusted_ca_bundles)
|
2207
2738
|
|
2208
2739
|
@property
|
2209
2740
|
@pulumi.getter(name="subjectAlternateNames")
|
@@ -2233,9 +2764,22 @@ class GetIngressGatewayHostListenerTlClientValidationTrustedCaBundleResult(dict)
|
|
2233
2764
|
:param str secret_name: Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
|
2234
2765
|
:param str type: Type of certificate.
|
2235
2766
|
"""
|
2236
|
-
|
2237
|
-
|
2238
|
-
|
2767
|
+
GetIngressGatewayHostListenerTlClientValidationTrustedCaBundleResult._configure(
|
2768
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2769
|
+
ca_bundle_id=ca_bundle_id,
|
2770
|
+
secret_name=secret_name,
|
2771
|
+
type=type,
|
2772
|
+
)
|
2773
|
+
@staticmethod
|
2774
|
+
def _configure(
|
2775
|
+
_setter: Callable[[Any, Any], None],
|
2776
|
+
ca_bundle_id: str,
|
2777
|
+
secret_name: str,
|
2778
|
+
type: str,
|
2779
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2780
|
+
_setter("ca_bundle_id", ca_bundle_id)
|
2781
|
+
_setter("secret_name", secret_name)
|
2782
|
+
_setter("type", type)
|
2239
2783
|
|
2240
2784
|
@property
|
2241
2785
|
@pulumi.getter(name="caBundleId")
|
@@ -2273,9 +2817,22 @@ class GetIngressGatewayHostListenerTlServerCertificateResult(dict):
|
|
2273
2817
|
:param str secret_name: Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
|
2274
2818
|
:param str type: Type of certificate.
|
2275
2819
|
"""
|
2276
|
-
|
2277
|
-
|
2278
|
-
|
2820
|
+
GetIngressGatewayHostListenerTlServerCertificateResult._configure(
|
2821
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2822
|
+
certificate_id=certificate_id,
|
2823
|
+
secret_name=secret_name,
|
2824
|
+
type=type,
|
2825
|
+
)
|
2826
|
+
@staticmethod
|
2827
|
+
def _configure(
|
2828
|
+
_setter: Callable[[Any, Any], None],
|
2829
|
+
certificate_id: str,
|
2830
|
+
secret_name: str,
|
2831
|
+
type: str,
|
2832
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2833
|
+
_setter("certificate_id", certificate_id)
|
2834
|
+
_setter("secret_name", secret_name)
|
2835
|
+
_setter("type", type)
|
2279
2836
|
|
2280
2837
|
@property
|
2281
2838
|
@pulumi.getter(name="certificateId")
|
@@ -2311,8 +2868,19 @@ class GetIngressGatewayMtlResult(dict):
|
|
2311
2868
|
:param str certificate_id: The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
|
2312
2869
|
:param int maximum_validity: The number of days the mTLS certificate is valid. This value should be less than the Maximum Validity Duration for Certificates (Days) setting on the Certificate Authority associated with this Mesh. The certificate will be automatically renewed after 2/3 of the validity period, so a certificate with a maximum validity of 45 days will be renewed every 30 days.
|
2313
2870
|
"""
|
2314
|
-
|
2315
|
-
|
2871
|
+
GetIngressGatewayMtlResult._configure(
|
2872
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2873
|
+
certificate_id=certificate_id,
|
2874
|
+
maximum_validity=maximum_validity,
|
2875
|
+
)
|
2876
|
+
@staticmethod
|
2877
|
+
def _configure(
|
2878
|
+
_setter: Callable[[Any, Any], None],
|
2879
|
+
certificate_id: str,
|
2880
|
+
maximum_validity: int,
|
2881
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2882
|
+
_setter("certificate_id", certificate_id)
|
2883
|
+
_setter("maximum_validity", maximum_validity)
|
2316
2884
|
|
2317
2885
|
@property
|
2318
2886
|
@pulumi.getter(name="certificateId")
|
@@ -2354,15 +2922,40 @@ class GetIngressGatewayRouteTableRouteRuleResult(dict):
|
|
2354
2922
|
:param str request_timeout_in_ms: The maximum duration in milliseconds for the upstream service to respond to a request. If provided, the timeout value overrides the default timeout of 15 seconds for the HTTP based route rules, and disabled (no timeout) when 'isGrpc' is true. The value 0 (zero) indicates that the timeout is disabled. For streaming responses from the upstream service, consider either keeping the timeout disabled or set a sufficiently high value.
|
2355
2923
|
:param str type: Type of protocol.
|
2356
2924
|
"""
|
2357
|
-
|
2358
|
-
|
2359
|
-
|
2360
|
-
|
2361
|
-
|
2362
|
-
|
2363
|
-
|
2364
|
-
|
2365
|
-
|
2925
|
+
GetIngressGatewayRouteTableRouteRuleResult._configure(
|
2926
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2927
|
+
destinations=destinations,
|
2928
|
+
ingress_gateway_hosts=ingress_gateway_hosts,
|
2929
|
+
is_grpc=is_grpc,
|
2930
|
+
is_host_rewrite_enabled=is_host_rewrite_enabled,
|
2931
|
+
is_path_rewrite_enabled=is_path_rewrite_enabled,
|
2932
|
+
path=path,
|
2933
|
+
path_type=path_type,
|
2934
|
+
request_timeout_in_ms=request_timeout_in_ms,
|
2935
|
+
type=type,
|
2936
|
+
)
|
2937
|
+
@staticmethod
|
2938
|
+
def _configure(
|
2939
|
+
_setter: Callable[[Any, Any], None],
|
2940
|
+
destinations: Sequence['outputs.GetIngressGatewayRouteTableRouteRuleDestinationResult'],
|
2941
|
+
ingress_gateway_hosts: Sequence['outputs.GetIngressGatewayRouteTableRouteRuleIngressGatewayHostResult'],
|
2942
|
+
is_grpc: bool,
|
2943
|
+
is_host_rewrite_enabled: bool,
|
2944
|
+
is_path_rewrite_enabled: bool,
|
2945
|
+
path: str,
|
2946
|
+
path_type: str,
|
2947
|
+
request_timeout_in_ms: str,
|
2948
|
+
type: str,
|
2949
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2950
|
+
_setter("destinations", destinations)
|
2951
|
+
_setter("ingress_gateway_hosts", ingress_gateway_hosts)
|
2952
|
+
_setter("is_grpc", is_grpc)
|
2953
|
+
_setter("is_host_rewrite_enabled", is_host_rewrite_enabled)
|
2954
|
+
_setter("is_path_rewrite_enabled", is_path_rewrite_enabled)
|
2955
|
+
_setter("path", path)
|
2956
|
+
_setter("path_type", path_type)
|
2957
|
+
_setter("request_timeout_in_ms", request_timeout_in_ms)
|
2958
|
+
_setter("type", type)
|
2366
2959
|
|
2367
2960
|
@property
|
2368
2961
|
@pulumi.getter
|
@@ -2448,9 +3041,22 @@ class GetIngressGatewayRouteTableRouteRuleDestinationResult(dict):
|
|
2448
3041
|
:param str virtual_service_id: The OCID of the virtual service where the request will be routed.
|
2449
3042
|
:param int weight: Weight of traffic target.
|
2450
3043
|
"""
|
2451
|
-
|
2452
|
-
|
2453
|
-
|
3044
|
+
GetIngressGatewayRouteTableRouteRuleDestinationResult._configure(
|
3045
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3046
|
+
port=port,
|
3047
|
+
virtual_service_id=virtual_service_id,
|
3048
|
+
weight=weight,
|
3049
|
+
)
|
3050
|
+
@staticmethod
|
3051
|
+
def _configure(
|
3052
|
+
_setter: Callable[[Any, Any], None],
|
3053
|
+
port: int,
|
3054
|
+
virtual_service_id: str,
|
3055
|
+
weight: int,
|
3056
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3057
|
+
_setter("port", port)
|
3058
|
+
_setter("virtual_service_id", virtual_service_id)
|
3059
|
+
_setter("weight", weight)
|
2454
3060
|
|
2455
3061
|
@property
|
2456
3062
|
@pulumi.getter
|
@@ -2486,8 +3092,19 @@ class GetIngressGatewayRouteTableRouteRuleIngressGatewayHostResult(dict):
|
|
2486
3092
|
:param str name: Name of the ingress gateway host that this route should apply to.
|
2487
3093
|
:param int port: The port of the ingress gateway host listener. Leave empty to match all ports for the host.
|
2488
3094
|
"""
|
2489
|
-
|
2490
|
-
|
3095
|
+
GetIngressGatewayRouteTableRouteRuleIngressGatewayHostResult._configure(
|
3096
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3097
|
+
name=name,
|
3098
|
+
port=port,
|
3099
|
+
)
|
3100
|
+
@staticmethod
|
3101
|
+
def _configure(
|
3102
|
+
_setter: Callable[[Any, Any], None],
|
3103
|
+
name: str,
|
3104
|
+
port: int,
|
3105
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3106
|
+
_setter("name", name)
|
3107
|
+
_setter("port", port)
|
2491
3108
|
|
2492
3109
|
@property
|
2493
3110
|
@pulumi.getter
|
@@ -2515,10 +3132,23 @@ class GetIngressGatewayRouteTablesFilterResult(dict):
|
|
2515
3132
|
"""
|
2516
3133
|
:param str name: A filter to return only resources that match the entire name given.
|
2517
3134
|
"""
|
2518
|
-
|
2519
|
-
|
3135
|
+
GetIngressGatewayRouteTablesFilterResult._configure(
|
3136
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3137
|
+
name=name,
|
3138
|
+
values=values,
|
3139
|
+
regex=regex,
|
3140
|
+
)
|
3141
|
+
@staticmethod
|
3142
|
+
def _configure(
|
3143
|
+
_setter: Callable[[Any, Any], None],
|
3144
|
+
name: str,
|
3145
|
+
values: Sequence[str],
|
3146
|
+
regex: Optional[bool] = None,
|
3147
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3148
|
+
_setter("name", name)
|
3149
|
+
_setter("values", values)
|
2520
3150
|
if regex is not None:
|
2521
|
-
|
3151
|
+
_setter("regex", regex)
|
2522
3152
|
|
2523
3153
|
@property
|
2524
3154
|
@pulumi.getter
|
@@ -2543,7 +3173,16 @@ class GetIngressGatewayRouteTablesFilterResult(dict):
|
|
2543
3173
|
class GetIngressGatewayRouteTablesIngressGatewayRouteTableCollectionResult(dict):
|
2544
3174
|
def __init__(__self__, *,
|
2545
3175
|
items: Sequence['outputs.GetIngressGatewayRouteTablesIngressGatewayRouteTableCollectionItemResult']):
|
2546
|
-
|
3176
|
+
GetIngressGatewayRouteTablesIngressGatewayRouteTableCollectionResult._configure(
|
3177
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3178
|
+
items=items,
|
3179
|
+
)
|
3180
|
+
@staticmethod
|
3181
|
+
def _configure(
|
3182
|
+
_setter: Callable[[Any, Any], None],
|
3183
|
+
items: Sequence['outputs.GetIngressGatewayRouteTablesIngressGatewayRouteTableCollectionItemResult'],
|
3184
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3185
|
+
_setter("items", items)
|
2547
3186
|
|
2548
3187
|
@property
|
2549
3188
|
@pulumi.getter
|
@@ -2584,20 +3223,55 @@ class GetIngressGatewayRouteTablesIngressGatewayRouteTableCollectionItemResult(d
|
|
2584
3223
|
:param str time_created: The time when this resource was created in an RFC3339 formatted datetime string.
|
2585
3224
|
:param str time_updated: The time when this resource was updated in an RFC3339 formatted datetime string.
|
2586
3225
|
"""
|
2587
|
-
|
2588
|
-
|
2589
|
-
|
2590
|
-
|
2591
|
-
|
2592
|
-
|
2593
|
-
|
2594
|
-
|
2595
|
-
|
2596
|
-
|
2597
|
-
|
2598
|
-
|
2599
|
-
|
2600
|
-
|
3226
|
+
GetIngressGatewayRouteTablesIngressGatewayRouteTableCollectionItemResult._configure(
|
3227
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3228
|
+
compartment_id=compartment_id,
|
3229
|
+
defined_tags=defined_tags,
|
3230
|
+
description=description,
|
3231
|
+
freeform_tags=freeform_tags,
|
3232
|
+
id=id,
|
3233
|
+
ingress_gateway_id=ingress_gateway_id,
|
3234
|
+
lifecycle_details=lifecycle_details,
|
3235
|
+
name=name,
|
3236
|
+
priority=priority,
|
3237
|
+
route_rules=route_rules,
|
3238
|
+
state=state,
|
3239
|
+
system_tags=system_tags,
|
3240
|
+
time_created=time_created,
|
3241
|
+
time_updated=time_updated,
|
3242
|
+
)
|
3243
|
+
@staticmethod
|
3244
|
+
def _configure(
|
3245
|
+
_setter: Callable[[Any, Any], None],
|
3246
|
+
compartment_id: str,
|
3247
|
+
defined_tags: Mapping[str, Any],
|
3248
|
+
description: str,
|
3249
|
+
freeform_tags: Mapping[str, Any],
|
3250
|
+
id: str,
|
3251
|
+
ingress_gateway_id: str,
|
3252
|
+
lifecycle_details: str,
|
3253
|
+
name: str,
|
3254
|
+
priority: int,
|
3255
|
+
route_rules: Sequence['outputs.GetIngressGatewayRouteTablesIngressGatewayRouteTableCollectionItemRouteRuleResult'],
|
3256
|
+
state: str,
|
3257
|
+
system_tags: Mapping[str, Any],
|
3258
|
+
time_created: str,
|
3259
|
+
time_updated: str,
|
3260
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3261
|
+
_setter("compartment_id", compartment_id)
|
3262
|
+
_setter("defined_tags", defined_tags)
|
3263
|
+
_setter("description", description)
|
3264
|
+
_setter("freeform_tags", freeform_tags)
|
3265
|
+
_setter("id", id)
|
3266
|
+
_setter("ingress_gateway_id", ingress_gateway_id)
|
3267
|
+
_setter("lifecycle_details", lifecycle_details)
|
3268
|
+
_setter("name", name)
|
3269
|
+
_setter("priority", priority)
|
3270
|
+
_setter("route_rules", route_rules)
|
3271
|
+
_setter("state", state)
|
3272
|
+
_setter("system_tags", system_tags)
|
3273
|
+
_setter("time_created", time_created)
|
3274
|
+
_setter("time_updated", time_updated)
|
2601
3275
|
|
2602
3276
|
@property
|
2603
3277
|
@pulumi.getter(name="compartmentId")
|
@@ -2735,15 +3409,40 @@ class GetIngressGatewayRouteTablesIngressGatewayRouteTableCollectionItemRouteRul
|
|
2735
3409
|
:param str request_timeout_in_ms: The maximum duration in milliseconds for the upstream service to respond to a request. If provided, the timeout value overrides the default timeout of 15 seconds for the HTTP based route rules, and disabled (no timeout) when 'isGrpc' is true. The value 0 (zero) indicates that the timeout is disabled. For streaming responses from the upstream service, consider either keeping the timeout disabled or set a sufficiently high value.
|
2736
3410
|
:param str type: Type of protocol.
|
2737
3411
|
"""
|
2738
|
-
|
2739
|
-
|
2740
|
-
|
2741
|
-
|
2742
|
-
|
2743
|
-
|
2744
|
-
|
2745
|
-
|
2746
|
-
|
3412
|
+
GetIngressGatewayRouteTablesIngressGatewayRouteTableCollectionItemRouteRuleResult._configure(
|
3413
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3414
|
+
destinations=destinations,
|
3415
|
+
ingress_gateway_hosts=ingress_gateway_hosts,
|
3416
|
+
is_grpc=is_grpc,
|
3417
|
+
is_host_rewrite_enabled=is_host_rewrite_enabled,
|
3418
|
+
is_path_rewrite_enabled=is_path_rewrite_enabled,
|
3419
|
+
path=path,
|
3420
|
+
path_type=path_type,
|
3421
|
+
request_timeout_in_ms=request_timeout_in_ms,
|
3422
|
+
type=type,
|
3423
|
+
)
|
3424
|
+
@staticmethod
|
3425
|
+
def _configure(
|
3426
|
+
_setter: Callable[[Any, Any], None],
|
3427
|
+
destinations: Sequence['outputs.GetIngressGatewayRouteTablesIngressGatewayRouteTableCollectionItemRouteRuleDestinationResult'],
|
3428
|
+
ingress_gateway_hosts: Sequence['outputs.GetIngressGatewayRouteTablesIngressGatewayRouteTableCollectionItemRouteRuleIngressGatewayHostResult'],
|
3429
|
+
is_grpc: bool,
|
3430
|
+
is_host_rewrite_enabled: bool,
|
3431
|
+
is_path_rewrite_enabled: bool,
|
3432
|
+
path: str,
|
3433
|
+
path_type: str,
|
3434
|
+
request_timeout_in_ms: str,
|
3435
|
+
type: str,
|
3436
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3437
|
+
_setter("destinations", destinations)
|
3438
|
+
_setter("ingress_gateway_hosts", ingress_gateway_hosts)
|
3439
|
+
_setter("is_grpc", is_grpc)
|
3440
|
+
_setter("is_host_rewrite_enabled", is_host_rewrite_enabled)
|
3441
|
+
_setter("is_path_rewrite_enabled", is_path_rewrite_enabled)
|
3442
|
+
_setter("path", path)
|
3443
|
+
_setter("path_type", path_type)
|
3444
|
+
_setter("request_timeout_in_ms", request_timeout_in_ms)
|
3445
|
+
_setter("type", type)
|
2747
3446
|
|
2748
3447
|
@property
|
2749
3448
|
@pulumi.getter
|
@@ -2829,9 +3528,22 @@ class GetIngressGatewayRouteTablesIngressGatewayRouteTableCollectionItemRouteRul
|
|
2829
3528
|
:param str virtual_service_id: The OCID of the virtual service where the request will be routed.
|
2830
3529
|
:param int weight: Weight of traffic target.
|
2831
3530
|
"""
|
2832
|
-
|
2833
|
-
|
2834
|
-
|
3531
|
+
GetIngressGatewayRouteTablesIngressGatewayRouteTableCollectionItemRouteRuleDestinationResult._configure(
|
3532
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3533
|
+
port=port,
|
3534
|
+
virtual_service_id=virtual_service_id,
|
3535
|
+
weight=weight,
|
3536
|
+
)
|
3537
|
+
@staticmethod
|
3538
|
+
def _configure(
|
3539
|
+
_setter: Callable[[Any, Any], None],
|
3540
|
+
port: int,
|
3541
|
+
virtual_service_id: str,
|
3542
|
+
weight: int,
|
3543
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3544
|
+
_setter("port", port)
|
3545
|
+
_setter("virtual_service_id", virtual_service_id)
|
3546
|
+
_setter("weight", weight)
|
2835
3547
|
|
2836
3548
|
@property
|
2837
3549
|
@pulumi.getter
|
@@ -2867,8 +3579,19 @@ class GetIngressGatewayRouteTablesIngressGatewayRouteTableCollectionItemRouteRul
|
|
2867
3579
|
:param str name: A filter to return only resources that match the entire name given.
|
2868
3580
|
:param int port: The port of the ingress gateway host listener. Leave empty to match all ports for the host.
|
2869
3581
|
"""
|
2870
|
-
|
2871
|
-
|
3582
|
+
GetIngressGatewayRouteTablesIngressGatewayRouteTableCollectionItemRouteRuleIngressGatewayHostResult._configure(
|
3583
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3584
|
+
name=name,
|
3585
|
+
port=port,
|
3586
|
+
)
|
3587
|
+
@staticmethod
|
3588
|
+
def _configure(
|
3589
|
+
_setter: Callable[[Any, Any], None],
|
3590
|
+
name: str,
|
3591
|
+
port: int,
|
3592
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3593
|
+
_setter("name", name)
|
3594
|
+
_setter("port", port)
|
2872
3595
|
|
2873
3596
|
@property
|
2874
3597
|
@pulumi.getter
|
@@ -2896,10 +3619,23 @@ class GetIngressGatewaysFilterResult(dict):
|
|
2896
3619
|
"""
|
2897
3620
|
:param str name: A filter to return only resources that match the entire name given.
|
2898
3621
|
"""
|
2899
|
-
|
2900
|
-
|
3622
|
+
GetIngressGatewaysFilterResult._configure(
|
3623
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3624
|
+
name=name,
|
3625
|
+
values=values,
|
3626
|
+
regex=regex,
|
3627
|
+
)
|
3628
|
+
@staticmethod
|
3629
|
+
def _configure(
|
3630
|
+
_setter: Callable[[Any, Any], None],
|
3631
|
+
name: str,
|
3632
|
+
values: Sequence[str],
|
3633
|
+
regex: Optional[bool] = None,
|
3634
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3635
|
+
_setter("name", name)
|
3636
|
+
_setter("values", values)
|
2901
3637
|
if regex is not None:
|
2902
|
-
|
3638
|
+
_setter("regex", regex)
|
2903
3639
|
|
2904
3640
|
@property
|
2905
3641
|
@pulumi.getter
|
@@ -2924,7 +3660,16 @@ class GetIngressGatewaysFilterResult(dict):
|
|
2924
3660
|
class GetIngressGatewaysIngressGatewayCollectionResult(dict):
|
2925
3661
|
def __init__(__self__, *,
|
2926
3662
|
items: Sequence['outputs.GetIngressGatewaysIngressGatewayCollectionItemResult']):
|
2927
|
-
|
3663
|
+
GetIngressGatewaysIngressGatewayCollectionResult._configure(
|
3664
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3665
|
+
items=items,
|
3666
|
+
)
|
3667
|
+
@staticmethod
|
3668
|
+
def _configure(
|
3669
|
+
_setter: Callable[[Any, Any], None],
|
3670
|
+
items: Sequence['outputs.GetIngressGatewaysIngressGatewayCollectionItemResult'],
|
3671
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3672
|
+
_setter("items", items)
|
2928
3673
|
|
2929
3674
|
@property
|
2930
3675
|
@pulumi.getter
|
@@ -2967,21 +3712,58 @@ class GetIngressGatewaysIngressGatewayCollectionItemResult(dict):
|
|
2967
3712
|
:param str time_created: The time when this resource was created in an RFC3339 formatted datetime string.
|
2968
3713
|
:param str time_updated: The time when this resource was updated in an RFC3339 formatted datetime string.
|
2969
3714
|
"""
|
2970
|
-
|
2971
|
-
|
2972
|
-
|
2973
|
-
|
2974
|
-
|
2975
|
-
|
2976
|
-
|
2977
|
-
|
2978
|
-
|
2979
|
-
|
2980
|
-
|
2981
|
-
|
2982
|
-
|
2983
|
-
|
2984
|
-
|
3715
|
+
GetIngressGatewaysIngressGatewayCollectionItemResult._configure(
|
3716
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3717
|
+
access_loggings=access_loggings,
|
3718
|
+
compartment_id=compartment_id,
|
3719
|
+
defined_tags=defined_tags,
|
3720
|
+
description=description,
|
3721
|
+
freeform_tags=freeform_tags,
|
3722
|
+
hosts=hosts,
|
3723
|
+
id=id,
|
3724
|
+
lifecycle_details=lifecycle_details,
|
3725
|
+
mesh_id=mesh_id,
|
3726
|
+
mtls=mtls,
|
3727
|
+
name=name,
|
3728
|
+
state=state,
|
3729
|
+
system_tags=system_tags,
|
3730
|
+
time_created=time_created,
|
3731
|
+
time_updated=time_updated,
|
3732
|
+
)
|
3733
|
+
@staticmethod
|
3734
|
+
def _configure(
|
3735
|
+
_setter: Callable[[Any, Any], None],
|
3736
|
+
access_loggings: Sequence['outputs.GetIngressGatewaysIngressGatewayCollectionItemAccessLoggingResult'],
|
3737
|
+
compartment_id: str,
|
3738
|
+
defined_tags: Mapping[str, Any],
|
3739
|
+
description: str,
|
3740
|
+
freeform_tags: Mapping[str, Any],
|
3741
|
+
hosts: Sequence['outputs.GetIngressGatewaysIngressGatewayCollectionItemHostResult'],
|
3742
|
+
id: str,
|
3743
|
+
lifecycle_details: str,
|
3744
|
+
mesh_id: str,
|
3745
|
+
mtls: Sequence['outputs.GetIngressGatewaysIngressGatewayCollectionItemMtlResult'],
|
3746
|
+
name: str,
|
3747
|
+
state: str,
|
3748
|
+
system_tags: Mapping[str, Any],
|
3749
|
+
time_created: str,
|
3750
|
+
time_updated: str,
|
3751
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3752
|
+
_setter("access_loggings", access_loggings)
|
3753
|
+
_setter("compartment_id", compartment_id)
|
3754
|
+
_setter("defined_tags", defined_tags)
|
3755
|
+
_setter("description", description)
|
3756
|
+
_setter("freeform_tags", freeform_tags)
|
3757
|
+
_setter("hosts", hosts)
|
3758
|
+
_setter("id", id)
|
3759
|
+
_setter("lifecycle_details", lifecycle_details)
|
3760
|
+
_setter("mesh_id", mesh_id)
|
3761
|
+
_setter("mtls", mtls)
|
3762
|
+
_setter("name", name)
|
3763
|
+
_setter("state", state)
|
3764
|
+
_setter("system_tags", system_tags)
|
3765
|
+
_setter("time_created", time_created)
|
3766
|
+
_setter("time_updated", time_updated)
|
2985
3767
|
|
2986
3768
|
@property
|
2987
3769
|
@pulumi.getter(name="accessLoggings")
|
@@ -3111,7 +3893,16 @@ class GetIngressGatewaysIngressGatewayCollectionItemAccessLoggingResult(dict):
|
|
3111
3893
|
"""
|
3112
3894
|
:param bool is_enabled: Determines if the logging configuration is enabled.
|
3113
3895
|
"""
|
3114
|
-
|
3896
|
+
GetIngressGatewaysIngressGatewayCollectionItemAccessLoggingResult._configure(
|
3897
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3898
|
+
is_enabled=is_enabled,
|
3899
|
+
)
|
3900
|
+
@staticmethod
|
3901
|
+
def _configure(
|
3902
|
+
_setter: Callable[[Any, Any], None],
|
3903
|
+
is_enabled: bool,
|
3904
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3905
|
+
_setter("is_enabled", is_enabled)
|
3115
3906
|
|
3116
3907
|
@property
|
3117
3908
|
@pulumi.getter(name="isEnabled")
|
@@ -3133,9 +3924,22 @@ class GetIngressGatewaysIngressGatewayCollectionItemHostResult(dict):
|
|
3133
3924
|
:param Sequence['GetIngressGatewaysIngressGatewayCollectionItemHostListenerArgs'] listeners: The listeners for the ingress gateway.
|
3134
3925
|
:param str name: A filter to return only resources that match the entire name given.
|
3135
3926
|
"""
|
3136
|
-
|
3137
|
-
|
3138
|
-
|
3927
|
+
GetIngressGatewaysIngressGatewayCollectionItemHostResult._configure(
|
3928
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3929
|
+
hostnames=hostnames,
|
3930
|
+
listeners=listeners,
|
3931
|
+
name=name,
|
3932
|
+
)
|
3933
|
+
@staticmethod
|
3934
|
+
def _configure(
|
3935
|
+
_setter: Callable[[Any, Any], None],
|
3936
|
+
hostnames: Sequence[str],
|
3937
|
+
listeners: Sequence['outputs.GetIngressGatewaysIngressGatewayCollectionItemHostListenerResult'],
|
3938
|
+
name: str,
|
3939
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3940
|
+
_setter("hostnames", hostnames)
|
3941
|
+
_setter("listeners", listeners)
|
3942
|
+
_setter("name", name)
|
3139
3943
|
|
3140
3944
|
@property
|
3141
3945
|
@pulumi.getter
|
@@ -3173,9 +3977,22 @@ class GetIngressGatewaysIngressGatewayCollectionItemHostListenerResult(dict):
|
|
3173
3977
|
:param str protocol: Type of protocol used.
|
3174
3978
|
:param Sequence['GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlArgs'] tls: TLS enforcement config for the ingress listener.
|
3175
3979
|
"""
|
3176
|
-
|
3177
|
-
|
3178
|
-
|
3980
|
+
GetIngressGatewaysIngressGatewayCollectionItemHostListenerResult._configure(
|
3981
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3982
|
+
port=port,
|
3983
|
+
protocol=protocol,
|
3984
|
+
tls=tls,
|
3985
|
+
)
|
3986
|
+
@staticmethod
|
3987
|
+
def _configure(
|
3988
|
+
_setter: Callable[[Any, Any], None],
|
3989
|
+
port: int,
|
3990
|
+
protocol: str,
|
3991
|
+
tls: Sequence['outputs.GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlResult'],
|
3992
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3993
|
+
_setter("port", port)
|
3994
|
+
_setter("protocol", protocol)
|
3995
|
+
_setter("tls", tls)
|
3179
3996
|
|
3180
3997
|
@property
|
3181
3998
|
@pulumi.getter
|
@@ -3213,9 +4030,22 @@ class GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlResult(dict):
|
|
3213
4030
|
:param str mode: DISABLED: Connection can only be plaintext. PERMISSIVE: Connection can be either plaintext or TLS/mTLS. If the clientValidation.trustedCaBundle property is configured for the listener, mTLS is performed and the client's certificates are validated by the gateway. TLS: Connection can only be TLS. MUTUAL_TLS: Connection can only be MTLS.
|
3214
4031
|
:param Sequence['GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlServerCertificateArgs'] server_certificates: Resource representing the location of the TLS certificate.
|
3215
4032
|
"""
|
3216
|
-
|
3217
|
-
|
3218
|
-
|
4033
|
+
GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlResult._configure(
|
4034
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4035
|
+
client_validations=client_validations,
|
4036
|
+
mode=mode,
|
4037
|
+
server_certificates=server_certificates,
|
4038
|
+
)
|
4039
|
+
@staticmethod
|
4040
|
+
def _configure(
|
4041
|
+
_setter: Callable[[Any, Any], None],
|
4042
|
+
client_validations: Sequence['outputs.GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlClientValidationResult'],
|
4043
|
+
mode: str,
|
4044
|
+
server_certificates: Sequence['outputs.GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlServerCertificateResult'],
|
4045
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4046
|
+
_setter("client_validations", client_validations)
|
4047
|
+
_setter("mode", mode)
|
4048
|
+
_setter("server_certificates", server_certificates)
|
3219
4049
|
|
3220
4050
|
@property
|
3221
4051
|
@pulumi.getter(name="clientValidations")
|
@@ -3251,8 +4081,19 @@ class GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlClientValidati
|
|
3251
4081
|
:param Sequence[str] subject_alternate_names: A list of alternate names to verify the subject identity in the certificate presented by the client.
|
3252
4082
|
:param Sequence['GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlClientValidationTrustedCaBundleArgs'] trusted_ca_bundles: Resource representing the CA bundle.
|
3253
4083
|
"""
|
3254
|
-
|
3255
|
-
|
4084
|
+
GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlClientValidationResult._configure(
|
4085
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4086
|
+
subject_alternate_names=subject_alternate_names,
|
4087
|
+
trusted_ca_bundles=trusted_ca_bundles,
|
4088
|
+
)
|
4089
|
+
@staticmethod
|
4090
|
+
def _configure(
|
4091
|
+
_setter: Callable[[Any, Any], None],
|
4092
|
+
subject_alternate_names: Sequence[str],
|
4093
|
+
trusted_ca_bundles: Sequence['outputs.GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlClientValidationTrustedCaBundleResult'],
|
4094
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4095
|
+
_setter("subject_alternate_names", subject_alternate_names)
|
4096
|
+
_setter("trusted_ca_bundles", trusted_ca_bundles)
|
3256
4097
|
|
3257
4098
|
@property
|
3258
4099
|
@pulumi.getter(name="subjectAlternateNames")
|
@@ -3282,9 +4123,22 @@ class GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlClientValidati
|
|
3282
4123
|
:param str secret_name: Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
|
3283
4124
|
:param str type: Type of certificate.
|
3284
4125
|
"""
|
3285
|
-
|
3286
|
-
|
3287
|
-
|
4126
|
+
GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlClientValidationTrustedCaBundleResult._configure(
|
4127
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4128
|
+
ca_bundle_id=ca_bundle_id,
|
4129
|
+
secret_name=secret_name,
|
4130
|
+
type=type,
|
4131
|
+
)
|
4132
|
+
@staticmethod
|
4133
|
+
def _configure(
|
4134
|
+
_setter: Callable[[Any, Any], None],
|
4135
|
+
ca_bundle_id: str,
|
4136
|
+
secret_name: str,
|
4137
|
+
type: str,
|
4138
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4139
|
+
_setter("ca_bundle_id", ca_bundle_id)
|
4140
|
+
_setter("secret_name", secret_name)
|
4141
|
+
_setter("type", type)
|
3288
4142
|
|
3289
4143
|
@property
|
3290
4144
|
@pulumi.getter(name="caBundleId")
|
@@ -3322,9 +4176,22 @@ class GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlServerCertific
|
|
3322
4176
|
:param str secret_name: Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
|
3323
4177
|
:param str type: Type of certificate.
|
3324
4178
|
"""
|
3325
|
-
|
3326
|
-
|
3327
|
-
|
4179
|
+
GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlServerCertificateResult._configure(
|
4180
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4181
|
+
certificate_id=certificate_id,
|
4182
|
+
secret_name=secret_name,
|
4183
|
+
type=type,
|
4184
|
+
)
|
4185
|
+
@staticmethod
|
4186
|
+
def _configure(
|
4187
|
+
_setter: Callable[[Any, Any], None],
|
4188
|
+
certificate_id: str,
|
4189
|
+
secret_name: str,
|
4190
|
+
type: str,
|
4191
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4192
|
+
_setter("certificate_id", certificate_id)
|
4193
|
+
_setter("secret_name", secret_name)
|
4194
|
+
_setter("type", type)
|
3328
4195
|
|
3329
4196
|
@property
|
3330
4197
|
@pulumi.getter(name="certificateId")
|
@@ -3360,8 +4227,19 @@ class GetIngressGatewaysIngressGatewayCollectionItemMtlResult(dict):
|
|
3360
4227
|
:param str certificate_id: The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
|
3361
4228
|
:param int maximum_validity: The number of days the mTLS certificate is valid. This value should be less than the Maximum Validity Duration for Certificates (Days) setting on the Certificate Authority associated with this Mesh. The certificate will be automatically renewed after 2/3 of the validity period, so a certificate with a maximum validity of 45 days will be renewed every 30 days.
|
3362
4229
|
"""
|
3363
|
-
|
3364
|
-
|
4230
|
+
GetIngressGatewaysIngressGatewayCollectionItemMtlResult._configure(
|
4231
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4232
|
+
certificate_id=certificate_id,
|
4233
|
+
maximum_validity=maximum_validity,
|
4234
|
+
)
|
4235
|
+
@staticmethod
|
4236
|
+
def _configure(
|
4237
|
+
_setter: Callable[[Any, Any], None],
|
4238
|
+
certificate_id: str,
|
4239
|
+
maximum_validity: int,
|
4240
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4241
|
+
_setter("certificate_id", certificate_id)
|
4242
|
+
_setter("maximum_validity", maximum_validity)
|
3365
4243
|
|
3366
4244
|
@property
|
3367
4245
|
@pulumi.getter(name="certificateId")
|
@@ -3387,7 +4265,16 @@ class GetMeshCertificateAuthorityResult(dict):
|
|
3387
4265
|
"""
|
3388
4266
|
:param str id: Unique identifier that is immutable on creation.
|
3389
4267
|
"""
|
3390
|
-
|
4268
|
+
GetMeshCertificateAuthorityResult._configure(
|
4269
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4270
|
+
id=id,
|
4271
|
+
)
|
4272
|
+
@staticmethod
|
4273
|
+
def _configure(
|
4274
|
+
_setter: Callable[[Any, Any], None],
|
4275
|
+
id: str,
|
4276
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4277
|
+
_setter("id", id)
|
3391
4278
|
|
3392
4279
|
@property
|
3393
4280
|
@pulumi.getter
|
@@ -3405,7 +4292,16 @@ class GetMeshMtlResult(dict):
|
|
3405
4292
|
"""
|
3406
4293
|
:param str minimum: DISABLED: No minimum virtual services within this mesh can use any mTLS authentication mode. PERMISSIVE: Virtual services within this mesh can use either PERMISSIVE or STRICT modes. STRICT: All virtual services within this mesh must use STRICT mode.
|
3407
4294
|
"""
|
3408
|
-
|
4295
|
+
GetMeshMtlResult._configure(
|
4296
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4297
|
+
minimum=minimum,
|
4298
|
+
)
|
4299
|
+
@staticmethod
|
4300
|
+
def _configure(
|
4301
|
+
_setter: Callable[[Any, Any], None],
|
4302
|
+
minimum: str,
|
4303
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4304
|
+
_setter("minimum", minimum)
|
3409
4305
|
|
3410
4306
|
@property
|
3411
4307
|
@pulumi.getter
|
@@ -3422,10 +4318,23 @@ class GetMeshesFilterResult(dict):
|
|
3422
4318
|
name: str,
|
3423
4319
|
values: Sequence[str],
|
3424
4320
|
regex: Optional[bool] = None):
|
3425
|
-
|
3426
|
-
|
4321
|
+
GetMeshesFilterResult._configure(
|
4322
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4323
|
+
name=name,
|
4324
|
+
values=values,
|
4325
|
+
regex=regex,
|
4326
|
+
)
|
4327
|
+
@staticmethod
|
4328
|
+
def _configure(
|
4329
|
+
_setter: Callable[[Any, Any], None],
|
4330
|
+
name: str,
|
4331
|
+
values: Sequence[str],
|
4332
|
+
regex: Optional[bool] = None,
|
4333
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4334
|
+
_setter("name", name)
|
4335
|
+
_setter("values", values)
|
3427
4336
|
if regex is not None:
|
3428
|
-
|
4337
|
+
_setter("regex", regex)
|
3429
4338
|
|
3430
4339
|
@property
|
3431
4340
|
@pulumi.getter
|
@@ -3447,7 +4356,16 @@ class GetMeshesFilterResult(dict):
|
|
3447
4356
|
class GetMeshesMeshCollectionResult(dict):
|
3448
4357
|
def __init__(__self__, *,
|
3449
4358
|
items: Sequence['outputs.GetMeshesMeshCollectionItemResult']):
|
3450
|
-
|
4359
|
+
GetMeshesMeshCollectionResult._configure(
|
4360
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4361
|
+
items=items,
|
4362
|
+
)
|
4363
|
+
@staticmethod
|
4364
|
+
def _configure(
|
4365
|
+
_setter: Callable[[Any, Any], None],
|
4366
|
+
items: Sequence['outputs.GetMeshesMeshCollectionItemResult'],
|
4367
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4368
|
+
_setter("items", items)
|
3451
4369
|
|
3452
4370
|
@property
|
3453
4371
|
@pulumi.getter
|
@@ -3486,19 +4404,52 @@ class GetMeshesMeshCollectionItemResult(dict):
|
|
3486
4404
|
:param str time_created: The time when this resource was created in an RFC3339 formatted datetime string.
|
3487
4405
|
:param str time_updated: The time when this resource was updated in an RFC3339 formatted datetime string.
|
3488
4406
|
"""
|
3489
|
-
|
3490
|
-
|
3491
|
-
|
3492
|
-
|
3493
|
-
|
3494
|
-
|
3495
|
-
|
3496
|
-
|
3497
|
-
|
3498
|
-
|
3499
|
-
|
3500
|
-
|
3501
|
-
|
4407
|
+
GetMeshesMeshCollectionItemResult._configure(
|
4408
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4409
|
+
certificate_authorities=certificate_authorities,
|
4410
|
+
compartment_id=compartment_id,
|
4411
|
+
defined_tags=defined_tags,
|
4412
|
+
description=description,
|
4413
|
+
display_name=display_name,
|
4414
|
+
freeform_tags=freeform_tags,
|
4415
|
+
id=id,
|
4416
|
+
lifecycle_details=lifecycle_details,
|
4417
|
+
mtls=mtls,
|
4418
|
+
state=state,
|
4419
|
+
system_tags=system_tags,
|
4420
|
+
time_created=time_created,
|
4421
|
+
time_updated=time_updated,
|
4422
|
+
)
|
4423
|
+
@staticmethod
|
4424
|
+
def _configure(
|
4425
|
+
_setter: Callable[[Any, Any], None],
|
4426
|
+
certificate_authorities: Sequence['outputs.GetMeshesMeshCollectionItemCertificateAuthorityResult'],
|
4427
|
+
compartment_id: str,
|
4428
|
+
defined_tags: Mapping[str, Any],
|
4429
|
+
description: str,
|
4430
|
+
display_name: str,
|
4431
|
+
freeform_tags: Mapping[str, Any],
|
4432
|
+
id: str,
|
4433
|
+
lifecycle_details: str,
|
4434
|
+
mtls: Sequence['outputs.GetMeshesMeshCollectionItemMtlResult'],
|
4435
|
+
state: str,
|
4436
|
+
system_tags: Mapping[str, Any],
|
4437
|
+
time_created: str,
|
4438
|
+
time_updated: str,
|
4439
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4440
|
+
_setter("certificate_authorities", certificate_authorities)
|
4441
|
+
_setter("compartment_id", compartment_id)
|
4442
|
+
_setter("defined_tags", defined_tags)
|
4443
|
+
_setter("description", description)
|
4444
|
+
_setter("display_name", display_name)
|
4445
|
+
_setter("freeform_tags", freeform_tags)
|
4446
|
+
_setter("id", id)
|
4447
|
+
_setter("lifecycle_details", lifecycle_details)
|
4448
|
+
_setter("mtls", mtls)
|
4449
|
+
_setter("state", state)
|
4450
|
+
_setter("system_tags", system_tags)
|
4451
|
+
_setter("time_created", time_created)
|
4452
|
+
_setter("time_updated", time_updated)
|
3502
4453
|
|
3503
4454
|
@property
|
3504
4455
|
@pulumi.getter(name="certificateAuthorities")
|
@@ -3612,7 +4563,16 @@ class GetMeshesMeshCollectionItemCertificateAuthorityResult(dict):
|
|
3612
4563
|
"""
|
3613
4564
|
:param str id: Unique Mesh identifier.
|
3614
4565
|
"""
|
3615
|
-
|
4566
|
+
GetMeshesMeshCollectionItemCertificateAuthorityResult._configure(
|
4567
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4568
|
+
id=id,
|
4569
|
+
)
|
4570
|
+
@staticmethod
|
4571
|
+
def _configure(
|
4572
|
+
_setter: Callable[[Any, Any], None],
|
4573
|
+
id: str,
|
4574
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4575
|
+
_setter("id", id)
|
3616
4576
|
|
3617
4577
|
@property
|
3618
4578
|
@pulumi.getter
|
@@ -3630,7 +4590,16 @@ class GetMeshesMeshCollectionItemMtlResult(dict):
|
|
3630
4590
|
"""
|
3631
4591
|
:param str minimum: DISABLED: No minimum virtual services within this mesh can use any mTLS authentication mode. PERMISSIVE: Virtual services within this mesh can use either PERMISSIVE or STRICT modes. STRICT: All virtual services within this mesh must use STRICT mode.
|
3632
4592
|
"""
|
3633
|
-
|
4593
|
+
GetMeshesMeshCollectionItemMtlResult._configure(
|
4594
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4595
|
+
minimum=minimum,
|
4596
|
+
)
|
4597
|
+
@staticmethod
|
4598
|
+
def _configure(
|
4599
|
+
_setter: Callable[[Any, Any], None],
|
4600
|
+
minimum: str,
|
4601
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4602
|
+
_setter("minimum", minimum)
|
3634
4603
|
|
3635
4604
|
@property
|
3636
4605
|
@pulumi.getter
|
@@ -3648,7 +4617,16 @@ class GetVirtualDeploymentAccessLoggingResult(dict):
|
|
3648
4617
|
"""
|
3649
4618
|
:param bool is_enabled: Determines if the logging configuration is enabled.
|
3650
4619
|
"""
|
3651
|
-
|
4620
|
+
GetVirtualDeploymentAccessLoggingResult._configure(
|
4621
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4622
|
+
is_enabled=is_enabled,
|
4623
|
+
)
|
4624
|
+
@staticmethod
|
4625
|
+
def _configure(
|
4626
|
+
_setter: Callable[[Any, Any], None],
|
4627
|
+
is_enabled: bool,
|
4628
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4629
|
+
_setter("is_enabled", is_enabled)
|
3652
4630
|
|
3653
4631
|
@property
|
3654
4632
|
@pulumi.getter(name="isEnabled")
|
@@ -3672,10 +4650,25 @@ class GetVirtualDeploymentListenerResult(dict):
|
|
3672
4650
|
:param str protocol: Type of protocol used in virtual deployment.
|
3673
4651
|
:param str request_timeout_in_ms: The maximum duration in milliseconds for the deployed service to respond to an incoming request through the listener. If provided, the timeout value overrides the default timeout of 15 seconds for the HTTP/HTTP2 listeners, and disabled (no timeout) for the GRPC listeners. The value 0 (zero) indicates that the timeout is disabled. The timeout cannot be configured for the TCP and TLS_PASSTHROUGH listeners. For streaming responses from the deployed service, consider either keeping the timeout disabled or set a sufficiently high value.
|
3674
4652
|
"""
|
3675
|
-
|
3676
|
-
|
3677
|
-
|
3678
|
-
|
4653
|
+
GetVirtualDeploymentListenerResult._configure(
|
4654
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4655
|
+
idle_timeout_in_ms=idle_timeout_in_ms,
|
4656
|
+
port=port,
|
4657
|
+
protocol=protocol,
|
4658
|
+
request_timeout_in_ms=request_timeout_in_ms,
|
4659
|
+
)
|
4660
|
+
@staticmethod
|
4661
|
+
def _configure(
|
4662
|
+
_setter: Callable[[Any, Any], None],
|
4663
|
+
idle_timeout_in_ms: str,
|
4664
|
+
port: int,
|
4665
|
+
protocol: str,
|
4666
|
+
request_timeout_in_ms: str,
|
4667
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4668
|
+
_setter("idle_timeout_in_ms", idle_timeout_in_ms)
|
4669
|
+
_setter("port", port)
|
4670
|
+
_setter("protocol", protocol)
|
4671
|
+
_setter("request_timeout_in_ms", request_timeout_in_ms)
|
3679
4672
|
|
3680
4673
|
@property
|
3681
4674
|
@pulumi.getter(name="idleTimeoutInMs")
|
@@ -3719,8 +4712,19 @@ class GetVirtualDeploymentServiceDiscoveryResult(dict):
|
|
3719
4712
|
:param str hostname: The hostname of the virtual deployments.
|
3720
4713
|
:param str type: Type of service discovery.
|
3721
4714
|
"""
|
3722
|
-
|
3723
|
-
|
4715
|
+
GetVirtualDeploymentServiceDiscoveryResult._configure(
|
4716
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4717
|
+
hostname=hostname,
|
4718
|
+
type=type,
|
4719
|
+
)
|
4720
|
+
@staticmethod
|
4721
|
+
def _configure(
|
4722
|
+
_setter: Callable[[Any, Any], None],
|
4723
|
+
hostname: str,
|
4724
|
+
type: str,
|
4725
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4726
|
+
_setter("hostname", hostname)
|
4727
|
+
_setter("type", type)
|
3724
4728
|
|
3725
4729
|
@property
|
3726
4730
|
@pulumi.getter
|
@@ -3748,10 +4752,23 @@ class GetVirtualDeploymentsFilterResult(dict):
|
|
3748
4752
|
"""
|
3749
4753
|
:param str name: A filter to return only resources that match the entire name given.
|
3750
4754
|
"""
|
3751
|
-
|
3752
|
-
|
4755
|
+
GetVirtualDeploymentsFilterResult._configure(
|
4756
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4757
|
+
name=name,
|
4758
|
+
values=values,
|
4759
|
+
regex=regex,
|
4760
|
+
)
|
4761
|
+
@staticmethod
|
4762
|
+
def _configure(
|
4763
|
+
_setter: Callable[[Any, Any], None],
|
4764
|
+
name: str,
|
4765
|
+
values: Sequence[str],
|
4766
|
+
regex: Optional[bool] = None,
|
4767
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4768
|
+
_setter("name", name)
|
4769
|
+
_setter("values", values)
|
3753
4770
|
if regex is not None:
|
3754
|
-
|
4771
|
+
_setter("regex", regex)
|
3755
4772
|
|
3756
4773
|
@property
|
3757
4774
|
@pulumi.getter
|
@@ -3776,7 +4793,16 @@ class GetVirtualDeploymentsFilterResult(dict):
|
|
3776
4793
|
class GetVirtualDeploymentsVirtualDeploymentCollectionResult(dict):
|
3777
4794
|
def __init__(__self__, *,
|
3778
4795
|
items: Sequence['outputs.GetVirtualDeploymentsVirtualDeploymentCollectionItemResult']):
|
3779
|
-
|
4796
|
+
GetVirtualDeploymentsVirtualDeploymentCollectionResult._configure(
|
4797
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4798
|
+
items=items,
|
4799
|
+
)
|
4800
|
+
@staticmethod
|
4801
|
+
def _configure(
|
4802
|
+
_setter: Callable[[Any, Any], None],
|
4803
|
+
items: Sequence['outputs.GetVirtualDeploymentsVirtualDeploymentCollectionItemResult'],
|
4804
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4805
|
+
_setter("items", items)
|
3780
4806
|
|
3781
4807
|
@property
|
3782
4808
|
@pulumi.getter
|
@@ -3819,21 +4845,58 @@ class GetVirtualDeploymentsVirtualDeploymentCollectionItemResult(dict):
|
|
3819
4845
|
:param str time_updated: The time when this resource was updated in an RFC3339 formatted datetime string.
|
3820
4846
|
:param str virtual_service_id: Unique VirtualService identifier.
|
3821
4847
|
"""
|
3822
|
-
|
3823
|
-
|
3824
|
-
|
3825
|
-
|
3826
|
-
|
3827
|
-
|
3828
|
-
|
3829
|
-
|
3830
|
-
|
3831
|
-
|
3832
|
-
|
3833
|
-
|
3834
|
-
|
3835
|
-
|
3836
|
-
|
4848
|
+
GetVirtualDeploymentsVirtualDeploymentCollectionItemResult._configure(
|
4849
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4850
|
+
access_loggings=access_loggings,
|
4851
|
+
compartment_id=compartment_id,
|
4852
|
+
defined_tags=defined_tags,
|
4853
|
+
description=description,
|
4854
|
+
freeform_tags=freeform_tags,
|
4855
|
+
id=id,
|
4856
|
+
lifecycle_details=lifecycle_details,
|
4857
|
+
listeners=listeners,
|
4858
|
+
name=name,
|
4859
|
+
service_discoveries=service_discoveries,
|
4860
|
+
state=state,
|
4861
|
+
system_tags=system_tags,
|
4862
|
+
time_created=time_created,
|
4863
|
+
time_updated=time_updated,
|
4864
|
+
virtual_service_id=virtual_service_id,
|
4865
|
+
)
|
4866
|
+
@staticmethod
|
4867
|
+
def _configure(
|
4868
|
+
_setter: Callable[[Any, Any], None],
|
4869
|
+
access_loggings: Sequence['outputs.GetVirtualDeploymentsVirtualDeploymentCollectionItemAccessLoggingResult'],
|
4870
|
+
compartment_id: str,
|
4871
|
+
defined_tags: Mapping[str, Any],
|
4872
|
+
description: str,
|
4873
|
+
freeform_tags: Mapping[str, Any],
|
4874
|
+
id: str,
|
4875
|
+
lifecycle_details: str,
|
4876
|
+
listeners: Sequence['outputs.GetVirtualDeploymentsVirtualDeploymentCollectionItemListenerResult'],
|
4877
|
+
name: str,
|
4878
|
+
service_discoveries: Sequence['outputs.GetVirtualDeploymentsVirtualDeploymentCollectionItemServiceDiscoveryResult'],
|
4879
|
+
state: str,
|
4880
|
+
system_tags: Mapping[str, Any],
|
4881
|
+
time_created: str,
|
4882
|
+
time_updated: str,
|
4883
|
+
virtual_service_id: str,
|
4884
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4885
|
+
_setter("access_loggings", access_loggings)
|
4886
|
+
_setter("compartment_id", compartment_id)
|
4887
|
+
_setter("defined_tags", defined_tags)
|
4888
|
+
_setter("description", description)
|
4889
|
+
_setter("freeform_tags", freeform_tags)
|
4890
|
+
_setter("id", id)
|
4891
|
+
_setter("lifecycle_details", lifecycle_details)
|
4892
|
+
_setter("listeners", listeners)
|
4893
|
+
_setter("name", name)
|
4894
|
+
_setter("service_discoveries", service_discoveries)
|
4895
|
+
_setter("state", state)
|
4896
|
+
_setter("system_tags", system_tags)
|
4897
|
+
_setter("time_created", time_created)
|
4898
|
+
_setter("time_updated", time_updated)
|
4899
|
+
_setter("virtual_service_id", virtual_service_id)
|
3837
4900
|
|
3838
4901
|
@property
|
3839
4902
|
@pulumi.getter(name="accessLoggings")
|
@@ -3963,7 +5026,16 @@ class GetVirtualDeploymentsVirtualDeploymentCollectionItemAccessLoggingResult(di
|
|
3963
5026
|
"""
|
3964
5027
|
:param bool is_enabled: Determines if the logging configuration is enabled.
|
3965
5028
|
"""
|
3966
|
-
|
5029
|
+
GetVirtualDeploymentsVirtualDeploymentCollectionItemAccessLoggingResult._configure(
|
5030
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5031
|
+
is_enabled=is_enabled,
|
5032
|
+
)
|
5033
|
+
@staticmethod
|
5034
|
+
def _configure(
|
5035
|
+
_setter: Callable[[Any, Any], None],
|
5036
|
+
is_enabled: bool,
|
5037
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5038
|
+
_setter("is_enabled", is_enabled)
|
3967
5039
|
|
3968
5040
|
@property
|
3969
5041
|
@pulumi.getter(name="isEnabled")
|
@@ -3987,10 +5059,25 @@ class GetVirtualDeploymentsVirtualDeploymentCollectionItemListenerResult(dict):
|
|
3987
5059
|
:param str protocol: Type of protocol used in virtual deployment.
|
3988
5060
|
:param str request_timeout_in_ms: The maximum duration in milliseconds for the deployed service to respond to an incoming request through the listener. If provided, the timeout value overrides the default timeout of 15 seconds for the HTTP/HTTP2 listeners, and disabled (no timeout) for the GRPC listeners. The value 0 (zero) indicates that the timeout is disabled. The timeout cannot be configured for the TCP and TLS_PASSTHROUGH listeners. For streaming responses from the deployed service, consider either keeping the timeout disabled or set a sufficiently high value.
|
3989
5061
|
"""
|
3990
|
-
|
3991
|
-
|
3992
|
-
|
3993
|
-
|
5062
|
+
GetVirtualDeploymentsVirtualDeploymentCollectionItemListenerResult._configure(
|
5063
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5064
|
+
idle_timeout_in_ms=idle_timeout_in_ms,
|
5065
|
+
port=port,
|
5066
|
+
protocol=protocol,
|
5067
|
+
request_timeout_in_ms=request_timeout_in_ms,
|
5068
|
+
)
|
5069
|
+
@staticmethod
|
5070
|
+
def _configure(
|
5071
|
+
_setter: Callable[[Any, Any], None],
|
5072
|
+
idle_timeout_in_ms: str,
|
5073
|
+
port: int,
|
5074
|
+
protocol: str,
|
5075
|
+
request_timeout_in_ms: str,
|
5076
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5077
|
+
_setter("idle_timeout_in_ms", idle_timeout_in_ms)
|
5078
|
+
_setter("port", port)
|
5079
|
+
_setter("protocol", protocol)
|
5080
|
+
_setter("request_timeout_in_ms", request_timeout_in_ms)
|
3994
5081
|
|
3995
5082
|
@property
|
3996
5083
|
@pulumi.getter(name="idleTimeoutInMs")
|
@@ -4034,8 +5121,19 @@ class GetVirtualDeploymentsVirtualDeploymentCollectionItemServiceDiscoveryResult
|
|
4034
5121
|
:param str hostname: The hostname of the virtual deployments.
|
4035
5122
|
:param str type: Type of service discovery.
|
4036
5123
|
"""
|
4037
|
-
|
4038
|
-
|
5124
|
+
GetVirtualDeploymentsVirtualDeploymentCollectionItemServiceDiscoveryResult._configure(
|
5125
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5126
|
+
hostname=hostname,
|
5127
|
+
type=type,
|
5128
|
+
)
|
5129
|
+
@staticmethod
|
5130
|
+
def _configure(
|
5131
|
+
_setter: Callable[[Any, Any], None],
|
5132
|
+
hostname: str,
|
5133
|
+
type: str,
|
5134
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5135
|
+
_setter("hostname", hostname)
|
5136
|
+
_setter("type", type)
|
4039
5137
|
|
4040
5138
|
@property
|
4041
5139
|
@pulumi.getter
|
@@ -4061,7 +5159,16 @@ class GetVirtualServiceDefaultRoutingPolicyResult(dict):
|
|
4061
5159
|
"""
|
4062
5160
|
:param str type: Type of the virtual service routing policy.
|
4063
5161
|
"""
|
4064
|
-
|
5162
|
+
GetVirtualServiceDefaultRoutingPolicyResult._configure(
|
5163
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5164
|
+
type=type,
|
5165
|
+
)
|
5166
|
+
@staticmethod
|
5167
|
+
def _configure(
|
5168
|
+
_setter: Callable[[Any, Any], None],
|
5169
|
+
type: str,
|
5170
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5171
|
+
_setter("type", type)
|
4065
5172
|
|
4066
5173
|
@property
|
4067
5174
|
@pulumi.getter
|
@@ -4083,9 +5190,22 @@ class GetVirtualServiceMtlResult(dict):
|
|
4083
5190
|
:param int maximum_validity: The number of days the mTLS certificate is valid. This value should be less than the Maximum Validity Duration for Certificates (Days) setting on the Certificate Authority associated with this Mesh. The certificate will be automatically renewed after 2/3 of the validity period, so a certificate with a maximum validity of 45 days will be renewed every 30 days.
|
4084
5191
|
:param str mode: DISABLED: Connection is not tunneled. PERMISSIVE: Connection can be either plaintext or an mTLS tunnel. STRICT: Connection is an mTLS tunnel. Clients without a valid certificate will be rejected.
|
4085
5192
|
"""
|
4086
|
-
|
4087
|
-
|
4088
|
-
|
5193
|
+
GetVirtualServiceMtlResult._configure(
|
5194
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5195
|
+
certificate_id=certificate_id,
|
5196
|
+
maximum_validity=maximum_validity,
|
5197
|
+
mode=mode,
|
5198
|
+
)
|
5199
|
+
@staticmethod
|
5200
|
+
def _configure(
|
5201
|
+
_setter: Callable[[Any, Any], None],
|
5202
|
+
certificate_id: str,
|
5203
|
+
maximum_validity: int,
|
5204
|
+
mode: str,
|
5205
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5206
|
+
_setter("certificate_id", certificate_id)
|
5207
|
+
_setter("maximum_validity", maximum_validity)
|
5208
|
+
_setter("mode", mode)
|
4089
5209
|
|
4090
5210
|
@property
|
4091
5211
|
@pulumi.getter(name="certificateId")
|
@@ -4129,12 +5249,31 @@ class GetVirtualServiceRouteTableRouteRuleResult(dict):
|
|
4129
5249
|
:param str request_timeout_in_ms: The maximum duration in milliseconds for the target service to respond to a request. If provided, the timeout value overrides the default timeout of 15 seconds for the HTTP based route rules, and disabled (no timeout) when 'isGrpc' is true. The value 0 (zero) indicates that the timeout is disabled. For streaming responses from the target service, consider either keeping the timeout disabled or set a sufficiently high value.
|
4130
5250
|
:param str type: Type of protocol.
|
4131
5251
|
"""
|
4132
|
-
|
4133
|
-
|
4134
|
-
|
4135
|
-
|
4136
|
-
|
4137
|
-
|
5252
|
+
GetVirtualServiceRouteTableRouteRuleResult._configure(
|
5253
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5254
|
+
destinations=destinations,
|
5255
|
+
is_grpc=is_grpc,
|
5256
|
+
path=path,
|
5257
|
+
path_type=path_type,
|
5258
|
+
request_timeout_in_ms=request_timeout_in_ms,
|
5259
|
+
type=type,
|
5260
|
+
)
|
5261
|
+
@staticmethod
|
5262
|
+
def _configure(
|
5263
|
+
_setter: Callable[[Any, Any], None],
|
5264
|
+
destinations: Sequence['outputs.GetVirtualServiceRouteTableRouteRuleDestinationResult'],
|
5265
|
+
is_grpc: bool,
|
5266
|
+
path: str,
|
5267
|
+
path_type: str,
|
5268
|
+
request_timeout_in_ms: str,
|
5269
|
+
type: str,
|
5270
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5271
|
+
_setter("destinations", destinations)
|
5272
|
+
_setter("is_grpc", is_grpc)
|
5273
|
+
_setter("path", path)
|
5274
|
+
_setter("path_type", path_type)
|
5275
|
+
_setter("request_timeout_in_ms", request_timeout_in_ms)
|
5276
|
+
_setter("type", type)
|
4138
5277
|
|
4139
5278
|
@property
|
4140
5279
|
@pulumi.getter
|
@@ -4196,9 +5335,22 @@ class GetVirtualServiceRouteTableRouteRuleDestinationResult(dict):
|
|
4196
5335
|
:param str virtual_deployment_id: The OCID of the virtual deployment where the request will be routed.
|
4197
5336
|
:param int weight: Weight of traffic target.
|
4198
5337
|
"""
|
4199
|
-
|
4200
|
-
|
4201
|
-
|
5338
|
+
GetVirtualServiceRouteTableRouteRuleDestinationResult._configure(
|
5339
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5340
|
+
port=port,
|
5341
|
+
virtual_deployment_id=virtual_deployment_id,
|
5342
|
+
weight=weight,
|
5343
|
+
)
|
5344
|
+
@staticmethod
|
5345
|
+
def _configure(
|
5346
|
+
_setter: Callable[[Any, Any], None],
|
5347
|
+
port: int,
|
5348
|
+
virtual_deployment_id: str,
|
5349
|
+
weight: int,
|
5350
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5351
|
+
_setter("port", port)
|
5352
|
+
_setter("virtual_deployment_id", virtual_deployment_id)
|
5353
|
+
_setter("weight", weight)
|
4202
5354
|
|
4203
5355
|
@property
|
4204
5356
|
@pulumi.getter
|
@@ -4234,10 +5386,23 @@ class GetVirtualServiceRouteTablesFilterResult(dict):
|
|
4234
5386
|
"""
|
4235
5387
|
:param str name: A filter to return only resources that match the entire name given.
|
4236
5388
|
"""
|
4237
|
-
|
4238
|
-
|
5389
|
+
GetVirtualServiceRouteTablesFilterResult._configure(
|
5390
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5391
|
+
name=name,
|
5392
|
+
values=values,
|
5393
|
+
regex=regex,
|
5394
|
+
)
|
5395
|
+
@staticmethod
|
5396
|
+
def _configure(
|
5397
|
+
_setter: Callable[[Any, Any], None],
|
5398
|
+
name: str,
|
5399
|
+
values: Sequence[str],
|
5400
|
+
regex: Optional[bool] = None,
|
5401
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5402
|
+
_setter("name", name)
|
5403
|
+
_setter("values", values)
|
4239
5404
|
if regex is not None:
|
4240
|
-
|
5405
|
+
_setter("regex", regex)
|
4241
5406
|
|
4242
5407
|
@property
|
4243
5408
|
@pulumi.getter
|
@@ -4262,7 +5427,16 @@ class GetVirtualServiceRouteTablesFilterResult(dict):
|
|
4262
5427
|
class GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionResult(dict):
|
4263
5428
|
def __init__(__self__, *,
|
4264
5429
|
items: Sequence['outputs.GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemResult']):
|
4265
|
-
|
5430
|
+
GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionResult._configure(
|
5431
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5432
|
+
items=items,
|
5433
|
+
)
|
5434
|
+
@staticmethod
|
5435
|
+
def _configure(
|
5436
|
+
_setter: Callable[[Any, Any], None],
|
5437
|
+
items: Sequence['outputs.GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemResult'],
|
5438
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5439
|
+
_setter("items", items)
|
4266
5440
|
|
4267
5441
|
@property
|
4268
5442
|
@pulumi.getter
|
@@ -4303,20 +5477,55 @@ class GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemResult(d
|
|
4303
5477
|
:param str time_updated: The time when this resource was updated in an RFC3339 formatted datetime string.
|
4304
5478
|
:param str virtual_service_id: Unique VirtualService identifier.
|
4305
5479
|
"""
|
4306
|
-
|
4307
|
-
|
4308
|
-
|
4309
|
-
|
4310
|
-
|
4311
|
-
|
4312
|
-
|
4313
|
-
|
4314
|
-
|
4315
|
-
|
4316
|
-
|
4317
|
-
|
4318
|
-
|
4319
|
-
|
5480
|
+
GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemResult._configure(
|
5481
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5482
|
+
compartment_id=compartment_id,
|
5483
|
+
defined_tags=defined_tags,
|
5484
|
+
description=description,
|
5485
|
+
freeform_tags=freeform_tags,
|
5486
|
+
id=id,
|
5487
|
+
lifecycle_details=lifecycle_details,
|
5488
|
+
name=name,
|
5489
|
+
priority=priority,
|
5490
|
+
route_rules=route_rules,
|
5491
|
+
state=state,
|
5492
|
+
system_tags=system_tags,
|
5493
|
+
time_created=time_created,
|
5494
|
+
time_updated=time_updated,
|
5495
|
+
virtual_service_id=virtual_service_id,
|
5496
|
+
)
|
5497
|
+
@staticmethod
|
5498
|
+
def _configure(
|
5499
|
+
_setter: Callable[[Any, Any], None],
|
5500
|
+
compartment_id: str,
|
5501
|
+
defined_tags: Mapping[str, Any],
|
5502
|
+
description: str,
|
5503
|
+
freeform_tags: Mapping[str, Any],
|
5504
|
+
id: str,
|
5505
|
+
lifecycle_details: str,
|
5506
|
+
name: str,
|
5507
|
+
priority: int,
|
5508
|
+
route_rules: Sequence['outputs.GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRuleResult'],
|
5509
|
+
state: str,
|
5510
|
+
system_tags: Mapping[str, Any],
|
5511
|
+
time_created: str,
|
5512
|
+
time_updated: str,
|
5513
|
+
virtual_service_id: str,
|
5514
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5515
|
+
_setter("compartment_id", compartment_id)
|
5516
|
+
_setter("defined_tags", defined_tags)
|
5517
|
+
_setter("description", description)
|
5518
|
+
_setter("freeform_tags", freeform_tags)
|
5519
|
+
_setter("id", id)
|
5520
|
+
_setter("lifecycle_details", lifecycle_details)
|
5521
|
+
_setter("name", name)
|
5522
|
+
_setter("priority", priority)
|
5523
|
+
_setter("route_rules", route_rules)
|
5524
|
+
_setter("state", state)
|
5525
|
+
_setter("system_tags", system_tags)
|
5526
|
+
_setter("time_created", time_created)
|
5527
|
+
_setter("time_updated", time_updated)
|
5528
|
+
_setter("virtual_service_id", virtual_service_id)
|
4320
5529
|
|
4321
5530
|
@property
|
4322
5531
|
@pulumi.getter(name="compartmentId")
|
@@ -4448,12 +5657,31 @@ class GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRul
|
|
4448
5657
|
:param str request_timeout_in_ms: The maximum duration in milliseconds for the target service to respond to a request. If provided, the timeout value overrides the default timeout of 15 seconds for the HTTP based route rules, and disabled (no timeout) when 'isGrpc' is true. The value 0 (zero) indicates that the timeout is disabled. For streaming responses from the target service, consider either keeping the timeout disabled or set a sufficiently high value.
|
4449
5658
|
:param str type: Type of protocol.
|
4450
5659
|
"""
|
4451
|
-
|
4452
|
-
|
4453
|
-
|
4454
|
-
|
4455
|
-
|
4456
|
-
|
5660
|
+
GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRuleResult._configure(
|
5661
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5662
|
+
destinations=destinations,
|
5663
|
+
is_grpc=is_grpc,
|
5664
|
+
path=path,
|
5665
|
+
path_type=path_type,
|
5666
|
+
request_timeout_in_ms=request_timeout_in_ms,
|
5667
|
+
type=type,
|
5668
|
+
)
|
5669
|
+
@staticmethod
|
5670
|
+
def _configure(
|
5671
|
+
_setter: Callable[[Any, Any], None],
|
5672
|
+
destinations: Sequence['outputs.GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRuleDestinationResult'],
|
5673
|
+
is_grpc: bool,
|
5674
|
+
path: str,
|
5675
|
+
path_type: str,
|
5676
|
+
request_timeout_in_ms: str,
|
5677
|
+
type: str,
|
5678
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5679
|
+
_setter("destinations", destinations)
|
5680
|
+
_setter("is_grpc", is_grpc)
|
5681
|
+
_setter("path", path)
|
5682
|
+
_setter("path_type", path_type)
|
5683
|
+
_setter("request_timeout_in_ms", request_timeout_in_ms)
|
5684
|
+
_setter("type", type)
|
4457
5685
|
|
4458
5686
|
@property
|
4459
5687
|
@pulumi.getter
|
@@ -4515,9 +5743,22 @@ class GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRul
|
|
4515
5743
|
:param str virtual_deployment_id: The OCID of the virtual deployment where the request will be routed.
|
4516
5744
|
:param int weight: Weight of traffic target.
|
4517
5745
|
"""
|
4518
|
-
|
4519
|
-
|
4520
|
-
|
5746
|
+
GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRuleDestinationResult._configure(
|
5747
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5748
|
+
port=port,
|
5749
|
+
virtual_deployment_id=virtual_deployment_id,
|
5750
|
+
weight=weight,
|
5751
|
+
)
|
5752
|
+
@staticmethod
|
5753
|
+
def _configure(
|
5754
|
+
_setter: Callable[[Any, Any], None],
|
5755
|
+
port: int,
|
5756
|
+
virtual_deployment_id: str,
|
5757
|
+
weight: int,
|
5758
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5759
|
+
_setter("port", port)
|
5760
|
+
_setter("virtual_deployment_id", virtual_deployment_id)
|
5761
|
+
_setter("weight", weight)
|
4521
5762
|
|
4522
5763
|
@property
|
4523
5764
|
@pulumi.getter
|
@@ -4553,10 +5794,23 @@ class GetVirtualServicesFilterResult(dict):
|
|
4553
5794
|
"""
|
4554
5795
|
:param str name: A filter to return only resources that match the entire name given.
|
4555
5796
|
"""
|
4556
|
-
|
4557
|
-
|
5797
|
+
GetVirtualServicesFilterResult._configure(
|
5798
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5799
|
+
name=name,
|
5800
|
+
values=values,
|
5801
|
+
regex=regex,
|
5802
|
+
)
|
5803
|
+
@staticmethod
|
5804
|
+
def _configure(
|
5805
|
+
_setter: Callable[[Any, Any], None],
|
5806
|
+
name: str,
|
5807
|
+
values: Sequence[str],
|
5808
|
+
regex: Optional[bool] = None,
|
5809
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5810
|
+
_setter("name", name)
|
5811
|
+
_setter("values", values)
|
4558
5812
|
if regex is not None:
|
4559
|
-
|
5813
|
+
_setter("regex", regex)
|
4560
5814
|
|
4561
5815
|
@property
|
4562
5816
|
@pulumi.getter
|
@@ -4581,7 +5835,16 @@ class GetVirtualServicesFilterResult(dict):
|
|
4581
5835
|
class GetVirtualServicesVirtualServiceCollectionResult(dict):
|
4582
5836
|
def __init__(__self__, *,
|
4583
5837
|
items: Sequence['outputs.GetVirtualServicesVirtualServiceCollectionItemResult']):
|
4584
|
-
|
5838
|
+
GetVirtualServicesVirtualServiceCollectionResult._configure(
|
5839
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5840
|
+
items=items,
|
5841
|
+
)
|
5842
|
+
@staticmethod
|
5843
|
+
def _configure(
|
5844
|
+
_setter: Callable[[Any, Any], None],
|
5845
|
+
items: Sequence['outputs.GetVirtualServicesVirtualServiceCollectionItemResult'],
|
5846
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5847
|
+
_setter("items", items)
|
4585
5848
|
|
4586
5849
|
@property
|
4587
5850
|
@pulumi.getter
|
@@ -4624,21 +5887,58 @@ class GetVirtualServicesVirtualServiceCollectionItemResult(dict):
|
|
4624
5887
|
:param str time_created: The time when this resource was created in an RFC3339 formatted datetime string.
|
4625
5888
|
:param str time_updated: The time when this resource was updated in an RFC3339 formatted datetime string.
|
4626
5889
|
"""
|
4627
|
-
|
4628
|
-
|
4629
|
-
|
4630
|
-
|
4631
|
-
|
4632
|
-
|
4633
|
-
|
4634
|
-
|
4635
|
-
|
4636
|
-
|
4637
|
-
|
4638
|
-
|
4639
|
-
|
4640
|
-
|
4641
|
-
|
5890
|
+
GetVirtualServicesVirtualServiceCollectionItemResult._configure(
|
5891
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5892
|
+
compartment_id=compartment_id,
|
5893
|
+
default_routing_policies=default_routing_policies,
|
5894
|
+
defined_tags=defined_tags,
|
5895
|
+
description=description,
|
5896
|
+
freeform_tags=freeform_tags,
|
5897
|
+
hosts=hosts,
|
5898
|
+
id=id,
|
5899
|
+
lifecycle_details=lifecycle_details,
|
5900
|
+
mesh_id=mesh_id,
|
5901
|
+
mtls=mtls,
|
5902
|
+
name=name,
|
5903
|
+
state=state,
|
5904
|
+
system_tags=system_tags,
|
5905
|
+
time_created=time_created,
|
5906
|
+
time_updated=time_updated,
|
5907
|
+
)
|
5908
|
+
@staticmethod
|
5909
|
+
def _configure(
|
5910
|
+
_setter: Callable[[Any, Any], None],
|
5911
|
+
compartment_id: str,
|
5912
|
+
default_routing_policies: Sequence['outputs.GetVirtualServicesVirtualServiceCollectionItemDefaultRoutingPolicyResult'],
|
5913
|
+
defined_tags: Mapping[str, Any],
|
5914
|
+
description: str,
|
5915
|
+
freeform_tags: Mapping[str, Any],
|
5916
|
+
hosts: Sequence[str],
|
5917
|
+
id: str,
|
5918
|
+
lifecycle_details: str,
|
5919
|
+
mesh_id: str,
|
5920
|
+
mtls: Sequence['outputs.GetVirtualServicesVirtualServiceCollectionItemMtlResult'],
|
5921
|
+
name: str,
|
5922
|
+
state: str,
|
5923
|
+
system_tags: Mapping[str, Any],
|
5924
|
+
time_created: str,
|
5925
|
+
time_updated: str,
|
5926
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5927
|
+
_setter("compartment_id", compartment_id)
|
5928
|
+
_setter("default_routing_policies", default_routing_policies)
|
5929
|
+
_setter("defined_tags", defined_tags)
|
5930
|
+
_setter("description", description)
|
5931
|
+
_setter("freeform_tags", freeform_tags)
|
5932
|
+
_setter("hosts", hosts)
|
5933
|
+
_setter("id", id)
|
5934
|
+
_setter("lifecycle_details", lifecycle_details)
|
5935
|
+
_setter("mesh_id", mesh_id)
|
5936
|
+
_setter("mtls", mtls)
|
5937
|
+
_setter("name", name)
|
5938
|
+
_setter("state", state)
|
5939
|
+
_setter("system_tags", system_tags)
|
5940
|
+
_setter("time_created", time_created)
|
5941
|
+
_setter("time_updated", time_updated)
|
4642
5942
|
|
4643
5943
|
@property
|
4644
5944
|
@pulumi.getter(name="compartmentId")
|
@@ -4768,7 +6068,16 @@ class GetVirtualServicesVirtualServiceCollectionItemDefaultRoutingPolicyResult(d
|
|
4768
6068
|
"""
|
4769
6069
|
:param str type: Type of the virtual service routing policy.
|
4770
6070
|
"""
|
4771
|
-
|
6071
|
+
GetVirtualServicesVirtualServiceCollectionItemDefaultRoutingPolicyResult._configure(
|
6072
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6073
|
+
type=type,
|
6074
|
+
)
|
6075
|
+
@staticmethod
|
6076
|
+
def _configure(
|
6077
|
+
_setter: Callable[[Any, Any], None],
|
6078
|
+
type: str,
|
6079
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6080
|
+
_setter("type", type)
|
4772
6081
|
|
4773
6082
|
@property
|
4774
6083
|
@pulumi.getter
|
@@ -4790,9 +6099,22 @@ class GetVirtualServicesVirtualServiceCollectionItemMtlResult(dict):
|
|
4790
6099
|
:param int maximum_validity: The number of days the mTLS certificate is valid. This value should be less than the Maximum Validity Duration for Certificates (Days) setting on the Certificate Authority associated with this Mesh. The certificate will be automatically renewed after 2/3 of the validity period, so a certificate with a maximum validity of 45 days will be renewed every 30 days.
|
4791
6100
|
:param str mode: DISABLED: Connection is not tunneled. PERMISSIVE: Connection can be either plaintext or an mTLS tunnel. STRICT: Connection is an mTLS tunnel. Clients without a valid certificate will be rejected.
|
4792
6101
|
"""
|
4793
|
-
|
4794
|
-
|
4795
|
-
|
6102
|
+
GetVirtualServicesVirtualServiceCollectionItemMtlResult._configure(
|
6103
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6104
|
+
certificate_id=certificate_id,
|
6105
|
+
maximum_validity=maximum_validity,
|
6106
|
+
mode=mode,
|
6107
|
+
)
|
6108
|
+
@staticmethod
|
6109
|
+
def _configure(
|
6110
|
+
_setter: Callable[[Any, Any], None],
|
6111
|
+
certificate_id: str,
|
6112
|
+
maximum_validity: int,
|
6113
|
+
mode: str,
|
6114
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6115
|
+
_setter("certificate_id", certificate_id)
|
6116
|
+
_setter("maximum_validity", maximum_validity)
|
6117
|
+
_setter("mode", mode)
|
4796
6118
|
|
4797
6119
|
@property
|
4798
6120
|
@pulumi.getter(name="certificateId")
|