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
|
|
@@ -122,18 +122,39 @@ class BackendSetBackend(dict):
|
|
122
122
|
:param bool offline: Whether the load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
|
123
123
|
:param int weight: The load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives 3 times the number of new connections as a server weighted '1'. For more information on load balancing policies, see [How Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
|
124
124
|
"""
|
125
|
-
|
126
|
-
|
125
|
+
BackendSetBackend._configure(
|
126
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
127
|
+
ip_address=ip_address,
|
128
|
+
port=port,
|
129
|
+
backup=backup,
|
130
|
+
drain=drain,
|
131
|
+
name=name,
|
132
|
+
offline=offline,
|
133
|
+
weight=weight,
|
134
|
+
)
|
135
|
+
@staticmethod
|
136
|
+
def _configure(
|
137
|
+
_setter: Callable[[Any, Any], None],
|
138
|
+
ip_address: str,
|
139
|
+
port: int,
|
140
|
+
backup: Optional[bool] = None,
|
141
|
+
drain: Optional[bool] = None,
|
142
|
+
name: Optional[str] = None,
|
143
|
+
offline: Optional[bool] = None,
|
144
|
+
weight: Optional[int] = None,
|
145
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
146
|
+
_setter("ip_address", ip_address)
|
147
|
+
_setter("port", port)
|
127
148
|
if backup is not None:
|
128
|
-
|
149
|
+
_setter("backup", backup)
|
129
150
|
if drain is not None:
|
130
|
-
|
151
|
+
_setter("drain", drain)
|
131
152
|
if name is not None:
|
132
|
-
|
153
|
+
_setter("name", name)
|
133
154
|
if offline is not None:
|
134
|
-
|
155
|
+
_setter("offline", offline)
|
135
156
|
if weight is not None:
|
136
|
-
|
157
|
+
_setter("weight", weight)
|
137
158
|
|
138
159
|
@property
|
139
160
|
@pulumi.getter(name="ipAddress")
|
@@ -252,23 +273,48 @@ class BackendSetHealthChecker(dict):
|
|
252
273
|
:param int timeout_in_millis: (Updatable) The maximum time, in milliseconds, to wait for a reply to a health check. A health check is successful only if a reply returns within this timeout period. Example: `3000`
|
253
274
|
:param str url_path: (Updatable) The path against which to run the health check. Example: `/healthcheck`
|
254
275
|
"""
|
255
|
-
|
276
|
+
BackendSetHealthChecker._configure(
|
277
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
278
|
+
protocol=protocol,
|
279
|
+
interval_ms=interval_ms,
|
280
|
+
is_force_plain_text=is_force_plain_text,
|
281
|
+
port=port,
|
282
|
+
response_body_regex=response_body_regex,
|
283
|
+
retries=retries,
|
284
|
+
return_code=return_code,
|
285
|
+
timeout_in_millis=timeout_in_millis,
|
286
|
+
url_path=url_path,
|
287
|
+
)
|
288
|
+
@staticmethod
|
289
|
+
def _configure(
|
290
|
+
_setter: Callable[[Any, Any], None],
|
291
|
+
protocol: str,
|
292
|
+
interval_ms: Optional[int] = None,
|
293
|
+
is_force_plain_text: Optional[bool] = None,
|
294
|
+
port: Optional[int] = None,
|
295
|
+
response_body_regex: Optional[str] = None,
|
296
|
+
retries: Optional[int] = None,
|
297
|
+
return_code: Optional[int] = None,
|
298
|
+
timeout_in_millis: Optional[int] = None,
|
299
|
+
url_path: Optional[str] = None,
|
300
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
301
|
+
_setter("protocol", protocol)
|
256
302
|
if interval_ms is not None:
|
257
|
-
|
303
|
+
_setter("interval_ms", interval_ms)
|
258
304
|
if is_force_plain_text is not None:
|
259
|
-
|
305
|
+
_setter("is_force_plain_text", is_force_plain_text)
|
260
306
|
if port is not None:
|
261
|
-
|
307
|
+
_setter("port", port)
|
262
308
|
if response_body_regex is not None:
|
263
|
-
|
309
|
+
_setter("response_body_regex", response_body_regex)
|
264
310
|
if retries is not None:
|
265
|
-
|
311
|
+
_setter("retries", retries)
|
266
312
|
if return_code is not None:
|
267
|
-
|
313
|
+
_setter("return_code", return_code)
|
268
314
|
if timeout_in_millis is not None:
|
269
|
-
|
315
|
+
_setter("timeout_in_millis", timeout_in_millis)
|
270
316
|
if url_path is not None:
|
271
|
-
|
317
|
+
_setter("url_path", url_path)
|
272
318
|
|
273
319
|
@property
|
274
320
|
@pulumi.getter
|
@@ -417,20 +463,41 @@ class BackendSetLbCookieSessionPersistenceConfiguration(dict):
|
|
417
463
|
|
418
464
|
Example: `/example`
|
419
465
|
"""
|
466
|
+
BackendSetLbCookieSessionPersistenceConfiguration._configure(
|
467
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
468
|
+
cookie_name=cookie_name,
|
469
|
+
disable_fallback=disable_fallback,
|
470
|
+
domain=domain,
|
471
|
+
is_http_only=is_http_only,
|
472
|
+
is_secure=is_secure,
|
473
|
+
max_age_in_seconds=max_age_in_seconds,
|
474
|
+
path=path,
|
475
|
+
)
|
476
|
+
@staticmethod
|
477
|
+
def _configure(
|
478
|
+
_setter: Callable[[Any, Any], None],
|
479
|
+
cookie_name: Optional[str] = None,
|
480
|
+
disable_fallback: Optional[bool] = None,
|
481
|
+
domain: Optional[str] = None,
|
482
|
+
is_http_only: Optional[bool] = None,
|
483
|
+
is_secure: Optional[bool] = None,
|
484
|
+
max_age_in_seconds: Optional[int] = None,
|
485
|
+
path: Optional[str] = None,
|
486
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
420
487
|
if cookie_name is not None:
|
421
|
-
|
488
|
+
_setter("cookie_name", cookie_name)
|
422
489
|
if disable_fallback is not None:
|
423
|
-
|
490
|
+
_setter("disable_fallback", disable_fallback)
|
424
491
|
if domain is not None:
|
425
|
-
|
492
|
+
_setter("domain", domain)
|
426
493
|
if is_http_only is not None:
|
427
|
-
|
494
|
+
_setter("is_http_only", is_http_only)
|
428
495
|
if is_secure is not None:
|
429
|
-
|
496
|
+
_setter("is_secure", is_secure)
|
430
497
|
if max_age_in_seconds is not None:
|
431
|
-
|
498
|
+
_setter("max_age_in_seconds", max_age_in_seconds)
|
432
499
|
if path is not None:
|
433
|
-
|
500
|
+
_setter("path", path)
|
434
501
|
|
435
502
|
@property
|
436
503
|
@pulumi.getter(name="cookieName")
|
@@ -541,9 +608,20 @@ class BackendSetSessionPersistenceConfiguration(dict):
|
|
541
608
|
:param str cookie_name: (Updatable) The name of the cookie used to detect a session initiated by the backend server. Use '*' to specify that any cookie set by the backend causes the session to persist. Example: `example_cookie`
|
542
609
|
:param bool disable_fallback: (Updatable) Whether the load balancer is prevented from directing traffic from a persistent session client to a different backend server if the original server is unavailable. Defaults to false. Example: `false`
|
543
610
|
"""
|
544
|
-
|
611
|
+
BackendSetSessionPersistenceConfiguration._configure(
|
612
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
613
|
+
cookie_name=cookie_name,
|
614
|
+
disable_fallback=disable_fallback,
|
615
|
+
)
|
616
|
+
@staticmethod
|
617
|
+
def _configure(
|
618
|
+
_setter: Callable[[Any, Any], None],
|
619
|
+
cookie_name: str,
|
620
|
+
disable_fallback: Optional[bool] = None,
|
621
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
622
|
+
_setter("cookie_name", cookie_name)
|
545
623
|
if disable_fallback is not None:
|
546
|
-
|
624
|
+
_setter("disable_fallback", disable_fallback)
|
547
625
|
|
548
626
|
@property
|
549
627
|
@pulumi.getter(name="cookieName")
|
@@ -648,22 +726,45 @@ class BackendSetSslConfiguration(dict):
|
|
648
726
|
** IMPORTANT **
|
649
727
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
650
728
|
"""
|
729
|
+
BackendSetSslConfiguration._configure(
|
730
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
731
|
+
certificate_ids=certificate_ids,
|
732
|
+
certificate_name=certificate_name,
|
733
|
+
cipher_suite_name=cipher_suite_name,
|
734
|
+
protocols=protocols,
|
735
|
+
server_order_preference=server_order_preference,
|
736
|
+
trusted_certificate_authority_ids=trusted_certificate_authority_ids,
|
737
|
+
verify_depth=verify_depth,
|
738
|
+
verify_peer_certificate=verify_peer_certificate,
|
739
|
+
)
|
740
|
+
@staticmethod
|
741
|
+
def _configure(
|
742
|
+
_setter: Callable[[Any, Any], None],
|
743
|
+
certificate_ids: Optional[Sequence[str]] = None,
|
744
|
+
certificate_name: Optional[str] = None,
|
745
|
+
cipher_suite_name: Optional[str] = None,
|
746
|
+
protocols: Optional[Sequence[str]] = None,
|
747
|
+
server_order_preference: Optional[str] = None,
|
748
|
+
trusted_certificate_authority_ids: Optional[Sequence[str]] = None,
|
749
|
+
verify_depth: Optional[int] = None,
|
750
|
+
verify_peer_certificate: Optional[bool] = None,
|
751
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
651
752
|
if certificate_ids is not None:
|
652
|
-
|
753
|
+
_setter("certificate_ids", certificate_ids)
|
653
754
|
if certificate_name is not None:
|
654
|
-
|
755
|
+
_setter("certificate_name", certificate_name)
|
655
756
|
if cipher_suite_name is not None:
|
656
|
-
|
757
|
+
_setter("cipher_suite_name", cipher_suite_name)
|
657
758
|
if protocols is not None:
|
658
|
-
|
759
|
+
_setter("protocols", protocols)
|
659
760
|
if server_order_preference is not None:
|
660
|
-
|
761
|
+
_setter("server_order_preference", server_order_preference)
|
661
762
|
if trusted_certificate_authority_ids is not None:
|
662
|
-
|
763
|
+
_setter("trusted_certificate_authority_ids", trusted_certificate_authority_ids)
|
663
764
|
if verify_depth is not None:
|
664
|
-
|
765
|
+
_setter("verify_depth", verify_depth)
|
665
766
|
if verify_peer_certificate is not None:
|
666
|
-
|
767
|
+
_setter("verify_peer_certificate", verify_peer_certificate)
|
667
768
|
|
668
769
|
@property
|
669
770
|
@pulumi.getter(name="certificateIds")
|
@@ -798,9 +899,20 @@ class ListenerConnectionConfiguration(dict):
|
|
798
899
|
Example: `1200`
|
799
900
|
:param int backend_tcp_proxy_protocol_version: (Updatable) The backend TCP Proxy Protocol version. Example: `1`
|
800
901
|
"""
|
801
|
-
|
902
|
+
ListenerConnectionConfiguration._configure(
|
903
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
904
|
+
idle_timeout_in_seconds=idle_timeout_in_seconds,
|
905
|
+
backend_tcp_proxy_protocol_version=backend_tcp_proxy_protocol_version,
|
906
|
+
)
|
907
|
+
@staticmethod
|
908
|
+
def _configure(
|
909
|
+
_setter: Callable[[Any, Any], None],
|
910
|
+
idle_timeout_in_seconds: str,
|
911
|
+
backend_tcp_proxy_protocol_version: Optional[int] = None,
|
912
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
913
|
+
_setter("idle_timeout_in_seconds", idle_timeout_in_seconds)
|
802
914
|
if backend_tcp_proxy_protocol_version is not None:
|
803
|
-
|
915
|
+
_setter("backend_tcp_proxy_protocol_version", backend_tcp_proxy_protocol_version)
|
804
916
|
|
805
917
|
@property
|
806
918
|
@pulumi.getter(name="idleTimeoutInSeconds")
|
@@ -910,22 +1022,45 @@ class ListenerSslConfiguration(dict):
|
|
910
1022
|
** IMPORTANT **
|
911
1023
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
912
1024
|
"""
|
1025
|
+
ListenerSslConfiguration._configure(
|
1026
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1027
|
+
certificate_ids=certificate_ids,
|
1028
|
+
certificate_name=certificate_name,
|
1029
|
+
cipher_suite_name=cipher_suite_name,
|
1030
|
+
protocols=protocols,
|
1031
|
+
server_order_preference=server_order_preference,
|
1032
|
+
trusted_certificate_authority_ids=trusted_certificate_authority_ids,
|
1033
|
+
verify_depth=verify_depth,
|
1034
|
+
verify_peer_certificate=verify_peer_certificate,
|
1035
|
+
)
|
1036
|
+
@staticmethod
|
1037
|
+
def _configure(
|
1038
|
+
_setter: Callable[[Any, Any], None],
|
1039
|
+
certificate_ids: Optional[Sequence[str]] = None,
|
1040
|
+
certificate_name: Optional[str] = None,
|
1041
|
+
cipher_suite_name: Optional[str] = None,
|
1042
|
+
protocols: Optional[Sequence[str]] = None,
|
1043
|
+
server_order_preference: Optional[str] = None,
|
1044
|
+
trusted_certificate_authority_ids: Optional[Sequence[str]] = None,
|
1045
|
+
verify_depth: Optional[int] = None,
|
1046
|
+
verify_peer_certificate: Optional[bool] = None,
|
1047
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
913
1048
|
if certificate_ids is not None:
|
914
|
-
|
1049
|
+
_setter("certificate_ids", certificate_ids)
|
915
1050
|
if certificate_name is not None:
|
916
|
-
|
1051
|
+
_setter("certificate_name", certificate_name)
|
917
1052
|
if cipher_suite_name is not None:
|
918
|
-
|
1053
|
+
_setter("cipher_suite_name", cipher_suite_name)
|
919
1054
|
if protocols is not None:
|
920
|
-
|
1055
|
+
_setter("protocols", protocols)
|
921
1056
|
if server_order_preference is not None:
|
922
|
-
|
1057
|
+
_setter("server_order_preference", server_order_preference)
|
923
1058
|
if trusted_certificate_authority_ids is not None:
|
924
|
-
|
1059
|
+
_setter("trusted_certificate_authority_ids", trusted_certificate_authority_ids)
|
925
1060
|
if verify_depth is not None:
|
926
|
-
|
1061
|
+
_setter("verify_depth", verify_depth)
|
927
1062
|
if verify_peer_certificate is not None:
|
928
|
-
|
1063
|
+
_setter("verify_peer_certificate", verify_peer_certificate)
|
929
1064
|
|
930
1065
|
@property
|
931
1066
|
@pulumi.getter(name="certificateIds")
|
@@ -1061,12 +1196,25 @@ class LoadBalancerIpAddressDetail(dict):
|
|
1061
1196
|
:param bool is_public: Whether the IP address is public or private.
|
1062
1197
|
:param Sequence['LoadBalancerIpAddressDetailReservedIpArgs'] reserved_ips: Pre-created public IP that will be used as the IP of this load balancer. This reserved IP will not be deleted when load balancer is deleted. This ip should not be already mapped to any other resource.
|
1063
1198
|
"""
|
1199
|
+
LoadBalancerIpAddressDetail._configure(
|
1200
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1201
|
+
ip_address=ip_address,
|
1202
|
+
is_public=is_public,
|
1203
|
+
reserved_ips=reserved_ips,
|
1204
|
+
)
|
1205
|
+
@staticmethod
|
1206
|
+
def _configure(
|
1207
|
+
_setter: Callable[[Any, Any], None],
|
1208
|
+
ip_address: Optional[str] = None,
|
1209
|
+
is_public: Optional[bool] = None,
|
1210
|
+
reserved_ips: Optional[Sequence['outputs.LoadBalancerIpAddressDetailReservedIp']] = None,
|
1211
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1064
1212
|
if ip_address is not None:
|
1065
|
-
|
1213
|
+
_setter("ip_address", ip_address)
|
1066
1214
|
if is_public is not None:
|
1067
|
-
|
1215
|
+
_setter("is_public", is_public)
|
1068
1216
|
if reserved_ips is not None:
|
1069
|
-
|
1217
|
+
_setter("reserved_ips", reserved_ips)
|
1070
1218
|
|
1071
1219
|
@property
|
1072
1220
|
@pulumi.getter(name="ipAddress")
|
@@ -1097,18 +1245,21 @@ class LoadBalancerIpAddressDetail(dict):
|
|
1097
1245
|
class LoadBalancerIpAddressDetailReservedIp(dict):
|
1098
1246
|
def __init__(__self__, *,
|
1099
1247
|
id: Optional[str] = None):
|
1100
|
-
|
1101
|
-
|
1102
|
-
|
1248
|
+
LoadBalancerIpAddressDetailReservedIp._configure(
|
1249
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1250
|
+
id=id,
|
1251
|
+
)
|
1252
|
+
@staticmethod
|
1253
|
+
def _configure(
|
1254
|
+
_setter: Callable[[Any, Any], None],
|
1255
|
+
id: Optional[str] = None,
|
1256
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1103
1257
|
if id is not None:
|
1104
|
-
|
1258
|
+
_setter("id", id)
|
1105
1259
|
|
1106
1260
|
@property
|
1107
1261
|
@pulumi.getter
|
1108
1262
|
def id(self) -> Optional[str]:
|
1109
|
-
"""
|
1110
|
-
Ocid of the pre-created public IP. That should be attahed to this load balancer.
|
1111
|
-
"""
|
1112
1263
|
return pulumi.get(self, "id")
|
1113
1264
|
|
1114
1265
|
|
@@ -1116,18 +1267,21 @@ class LoadBalancerIpAddressDetailReservedIp(dict):
|
|
1116
1267
|
class LoadBalancerReservedIp(dict):
|
1117
1268
|
def __init__(__self__, *,
|
1118
1269
|
id: Optional[str] = None):
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1270
|
+
LoadBalancerReservedIp._configure(
|
1271
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1272
|
+
id=id,
|
1273
|
+
)
|
1274
|
+
@staticmethod
|
1275
|
+
def _configure(
|
1276
|
+
_setter: Callable[[Any, Any], None],
|
1277
|
+
id: Optional[str] = None,
|
1278
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1122
1279
|
if id is not None:
|
1123
|
-
|
1280
|
+
_setter("id", id)
|
1124
1281
|
|
1125
1282
|
@property
|
1126
1283
|
@pulumi.getter
|
1127
1284
|
def id(self) -> Optional[str]:
|
1128
|
-
"""
|
1129
|
-
Ocid of the pre-created public IP. That should be attahed to this load balancer.
|
1130
|
-
"""
|
1131
1285
|
return pulumi.get(self, "id")
|
1132
1286
|
|
1133
1287
|
|
@@ -1146,9 +1300,22 @@ class LoadBalancerRoutingPolicyRule(dict):
|
|
1146
1300
|
** IMPORTANT **
|
1147
1301
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1148
1302
|
"""
|
1149
|
-
|
1150
|
-
|
1151
|
-
|
1303
|
+
LoadBalancerRoutingPolicyRule._configure(
|
1304
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1305
|
+
actions=actions,
|
1306
|
+
condition=condition,
|
1307
|
+
name=name,
|
1308
|
+
)
|
1309
|
+
@staticmethod
|
1310
|
+
def _configure(
|
1311
|
+
_setter: Callable[[Any, Any], None],
|
1312
|
+
actions: Sequence['outputs.LoadBalancerRoutingPolicyRuleAction'],
|
1313
|
+
condition: str,
|
1314
|
+
name: str,
|
1315
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1316
|
+
_setter("actions", actions)
|
1317
|
+
_setter("condition", condition)
|
1318
|
+
_setter("name", name)
|
1152
1319
|
|
1153
1320
|
@property
|
1154
1321
|
@pulumi.getter
|
@@ -1209,8 +1376,19 @@ class LoadBalancerRoutingPolicyRuleAction(dict):
|
|
1209
1376
|
** IMPORTANT **
|
1210
1377
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1211
1378
|
"""
|
1212
|
-
|
1213
|
-
|
1379
|
+
LoadBalancerRoutingPolicyRuleAction._configure(
|
1380
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1381
|
+
backend_set_name=backend_set_name,
|
1382
|
+
name=name,
|
1383
|
+
)
|
1384
|
+
@staticmethod
|
1385
|
+
def _configure(
|
1386
|
+
_setter: Callable[[Any, Any], None],
|
1387
|
+
backend_set_name: str,
|
1388
|
+
name: str,
|
1389
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1390
|
+
_setter("backend_set_name", backend_set_name)
|
1391
|
+
_setter("name", name)
|
1214
1392
|
|
1215
1393
|
@property
|
1216
1394
|
@pulumi.getter(name="backendSetName")
|
@@ -1265,8 +1443,19 @@ class LoadBalancerShapeDetails(dict):
|
|
1265
1443
|
Example: `1500`
|
1266
1444
|
:param int minimum_bandwidth_in_mbps: (Updatable) Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between 10 and the maximumBandwidthInMbps. Example: `150`
|
1267
1445
|
"""
|
1268
|
-
|
1269
|
-
|
1446
|
+
LoadBalancerShapeDetails._configure(
|
1447
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1448
|
+
maximum_bandwidth_in_mbps=maximum_bandwidth_in_mbps,
|
1449
|
+
minimum_bandwidth_in_mbps=minimum_bandwidth_in_mbps,
|
1450
|
+
)
|
1451
|
+
@staticmethod
|
1452
|
+
def _configure(
|
1453
|
+
_setter: Callable[[Any, Any], None],
|
1454
|
+
maximum_bandwidth_in_mbps: int,
|
1455
|
+
minimum_bandwidth_in_mbps: int,
|
1456
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1457
|
+
_setter("maximum_bandwidth_in_mbps", maximum_bandwidth_in_mbps)
|
1458
|
+
_setter("minimum_bandwidth_in_mbps", minimum_bandwidth_in_mbps)
|
1270
1459
|
|
1271
1460
|
@property
|
1272
1461
|
@pulumi.getter(name="maximumBandwidthInMbps")
|
@@ -1324,9 +1513,22 @@ class PathRouteSetPathRoute(dict):
|
|
1324
1513
|
Example: `/example/video/123`
|
1325
1514
|
:param 'PathRouteSetPathRoutePathMatchTypeArgs' path_match_type: (Updatable) The type of matching to apply to incoming URIs.
|
1326
1515
|
"""
|
1327
|
-
|
1328
|
-
|
1329
|
-
|
1516
|
+
PathRouteSetPathRoute._configure(
|
1517
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1518
|
+
backend_set_name=backend_set_name,
|
1519
|
+
path=path,
|
1520
|
+
path_match_type=path_match_type,
|
1521
|
+
)
|
1522
|
+
@staticmethod
|
1523
|
+
def _configure(
|
1524
|
+
_setter: Callable[[Any, Any], None],
|
1525
|
+
backend_set_name: str,
|
1526
|
+
path: str,
|
1527
|
+
path_match_type: 'outputs.PathRouteSetPathRoutePathMatchType',
|
1528
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1529
|
+
_setter("backend_set_name", backend_set_name)
|
1530
|
+
_setter("path", path)
|
1531
|
+
_setter("path_match_type", path_match_type)
|
1330
1532
|
|
1331
1533
|
@property
|
1332
1534
|
@pulumi.getter(name="backendSetName")
|
@@ -1392,7 +1594,16 @@ class PathRouteSetPathRoutePathMatchType(dict):
|
|
1392
1594
|
** IMPORTANT **
|
1393
1595
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1394
1596
|
"""
|
1395
|
-
|
1597
|
+
PathRouteSetPathRoutePathMatchType._configure(
|
1598
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1599
|
+
match_type=match_type,
|
1600
|
+
)
|
1601
|
+
@staticmethod
|
1602
|
+
def _configure(
|
1603
|
+
_setter: Callable[[Any, Any], None],
|
1604
|
+
match_type: str,
|
1605
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1606
|
+
_setter("match_type", match_type)
|
1396
1607
|
|
1397
1608
|
@property
|
1398
1609
|
@pulumi.getter(name="matchType")
|
@@ -1527,31 +1738,64 @@ class RuleSetItem(dict):
|
|
1527
1738
|
|
1528
1739
|
Example: `example_value`
|
1529
1740
|
"""
|
1530
|
-
|
1741
|
+
RuleSetItem._configure(
|
1742
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1743
|
+
action=action,
|
1744
|
+
allowed_methods=allowed_methods,
|
1745
|
+
are_invalid_characters_allowed=are_invalid_characters_allowed,
|
1746
|
+
conditions=conditions,
|
1747
|
+
description=description,
|
1748
|
+
header=header,
|
1749
|
+
http_large_header_size_in_kb=http_large_header_size_in_kb,
|
1750
|
+
prefix=prefix,
|
1751
|
+
redirect_uri=redirect_uri,
|
1752
|
+
response_code=response_code,
|
1753
|
+
status_code=status_code,
|
1754
|
+
suffix=suffix,
|
1755
|
+
value=value,
|
1756
|
+
)
|
1757
|
+
@staticmethod
|
1758
|
+
def _configure(
|
1759
|
+
_setter: Callable[[Any, Any], None],
|
1760
|
+
action: str,
|
1761
|
+
allowed_methods: Optional[Sequence[str]] = None,
|
1762
|
+
are_invalid_characters_allowed: Optional[bool] = None,
|
1763
|
+
conditions: Optional[Sequence['outputs.RuleSetItemCondition']] = None,
|
1764
|
+
description: Optional[str] = None,
|
1765
|
+
header: Optional[str] = None,
|
1766
|
+
http_large_header_size_in_kb: Optional[int] = None,
|
1767
|
+
prefix: Optional[str] = None,
|
1768
|
+
redirect_uri: Optional['outputs.RuleSetItemRedirectUri'] = None,
|
1769
|
+
response_code: Optional[int] = None,
|
1770
|
+
status_code: Optional[int] = None,
|
1771
|
+
suffix: Optional[str] = None,
|
1772
|
+
value: Optional[str] = None,
|
1773
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1774
|
+
_setter("action", action)
|
1531
1775
|
if allowed_methods is not None:
|
1532
|
-
|
1776
|
+
_setter("allowed_methods", allowed_methods)
|
1533
1777
|
if are_invalid_characters_allowed is not None:
|
1534
|
-
|
1778
|
+
_setter("are_invalid_characters_allowed", are_invalid_characters_allowed)
|
1535
1779
|
if conditions is not None:
|
1536
|
-
|
1780
|
+
_setter("conditions", conditions)
|
1537
1781
|
if description is not None:
|
1538
|
-
|
1782
|
+
_setter("description", description)
|
1539
1783
|
if header is not None:
|
1540
|
-
|
1784
|
+
_setter("header", header)
|
1541
1785
|
if http_large_header_size_in_kb is not None:
|
1542
|
-
|
1786
|
+
_setter("http_large_header_size_in_kb", http_large_header_size_in_kb)
|
1543
1787
|
if prefix is not None:
|
1544
|
-
|
1788
|
+
_setter("prefix", prefix)
|
1545
1789
|
if redirect_uri is not None:
|
1546
|
-
|
1790
|
+
_setter("redirect_uri", redirect_uri)
|
1547
1791
|
if response_code is not None:
|
1548
|
-
|
1792
|
+
_setter("response_code", response_code)
|
1549
1793
|
if status_code is not None:
|
1550
|
-
|
1794
|
+
_setter("status_code", status_code)
|
1551
1795
|
if suffix is not None:
|
1552
|
-
|
1796
|
+
_setter("suffix", suffix)
|
1553
1797
|
if value is not None:
|
1554
|
-
|
1798
|
+
_setter("value", value)
|
1555
1799
|
|
1556
1800
|
@property
|
1557
1801
|
@pulumi.getter
|
@@ -1751,10 +1995,23 @@ class RuleSetItemCondition(dict):
|
|
1751
1995
|
* **PREFIX_MATCH** - The beginning portion of the incoming URI path must exactly match the `attributeValue` string.
|
1752
1996
|
* **SUFFIX_MATCH** - The ending portion of the incoming URI path must exactly match the `attributeValue` string.
|
1753
1997
|
"""
|
1754
|
-
|
1755
|
-
|
1998
|
+
RuleSetItemCondition._configure(
|
1999
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2000
|
+
attribute_name=attribute_name,
|
2001
|
+
attribute_value=attribute_value,
|
2002
|
+
operator=operator,
|
2003
|
+
)
|
2004
|
+
@staticmethod
|
2005
|
+
def _configure(
|
2006
|
+
_setter: Callable[[Any, Any], None],
|
2007
|
+
attribute_name: str,
|
2008
|
+
attribute_value: str,
|
2009
|
+
operator: Optional[str] = None,
|
2010
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2011
|
+
_setter("attribute_name", attribute_name)
|
2012
|
+
_setter("attribute_value", attribute_value)
|
1756
2013
|
if operator is not None:
|
1757
|
-
|
2014
|
+
_setter("operator", operator)
|
1758
2015
|
|
1759
2016
|
@property
|
1760
2017
|
@pulumi.getter(name="attributeName")
|
@@ -1861,16 +2118,33 @@ class RuleSetItemRedirectUri(dict):
|
|
1861
2118
|
* **protocol={protocol}&hostname={host}** appears as `protocol=http&hostname=example.com` in the redirect URI if the protocol is `HTTP` and the hostname is `example.com` in the incoming HTTP request.
|
1862
2119
|
* **port={port}&hostname={host}** appears as `port=8080&hostname=example.com` in the redirect URI if the port is `8080` and the hostname is `example.com` in the incoming HTTP request URI.
|
1863
2120
|
"""
|
2121
|
+
RuleSetItemRedirectUri._configure(
|
2122
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2123
|
+
host=host,
|
2124
|
+
path=path,
|
2125
|
+
port=port,
|
2126
|
+
protocol=protocol,
|
2127
|
+
query=query,
|
2128
|
+
)
|
2129
|
+
@staticmethod
|
2130
|
+
def _configure(
|
2131
|
+
_setter: Callable[[Any, Any], None],
|
2132
|
+
host: Optional[str] = None,
|
2133
|
+
path: Optional[str] = None,
|
2134
|
+
port: Optional[int] = None,
|
2135
|
+
protocol: Optional[str] = None,
|
2136
|
+
query: Optional[str] = None,
|
2137
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1864
2138
|
if host is not None:
|
1865
|
-
|
2139
|
+
_setter("host", host)
|
1866
2140
|
if path is not None:
|
1867
|
-
|
2141
|
+
_setter("path", path)
|
1868
2142
|
if port is not None:
|
1869
|
-
|
2143
|
+
_setter("port", port)
|
1870
2144
|
if protocol is not None:
|
1871
|
-
|
2145
|
+
_setter("protocol", protocol)
|
1872
2146
|
if query is not None:
|
1873
|
-
|
2147
|
+
_setter("query", query)
|
1874
2148
|
|
1875
2149
|
@property
|
1876
2150
|
@pulumi.getter
|
@@ -1984,10 +2258,25 @@ class GetBackendHealthHealthCheckResultResult(dict):
|
|
1984
2258
|
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet hosting the load balancer that reported this health check status.
|
1985
2259
|
:param str timestamp: The date and time the data was retrieved, in the format defined by RFC3339. Example: `2017-06-02T18:28:11+00:00`
|
1986
2260
|
"""
|
1987
|
-
|
1988
|
-
|
1989
|
-
|
1990
|
-
|
2261
|
+
GetBackendHealthHealthCheckResultResult._configure(
|
2262
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2263
|
+
health_check_status=health_check_status,
|
2264
|
+
source_ip_address=source_ip_address,
|
2265
|
+
subnet_id=subnet_id,
|
2266
|
+
timestamp=timestamp,
|
2267
|
+
)
|
2268
|
+
@staticmethod
|
2269
|
+
def _configure(
|
2270
|
+
_setter: Callable[[Any, Any], None],
|
2271
|
+
health_check_status: str,
|
2272
|
+
source_ip_address: str,
|
2273
|
+
subnet_id: str,
|
2274
|
+
timestamp: str,
|
2275
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2276
|
+
_setter("health_check_status", health_check_status)
|
2277
|
+
_setter("source_ip_address", source_ip_address)
|
2278
|
+
_setter("subnet_id", subnet_id)
|
2279
|
+
_setter("timestamp", timestamp)
|
1991
2280
|
|
1992
2281
|
@property
|
1993
2282
|
@pulumi.getter(name="healthCheckStatus")
|
@@ -2044,16 +2333,43 @@ class GetBackendSetsBackendsetResult(dict):
|
|
2044
2333
|
:param Sequence['GetBackendSetsBackendsetSessionPersistenceConfigurationArgs'] session_persistence_configurations: The configuration details for implementing session persistence based on a user-specified cookie name (application cookie stickiness).
|
2045
2334
|
:param Sequence['GetBackendSetsBackendsetSslConfigurationArgs'] ssl_configurations: A listener's SSL handling configuration.
|
2046
2335
|
"""
|
2047
|
-
|
2048
|
-
|
2049
|
-
|
2050
|
-
|
2051
|
-
|
2052
|
-
|
2053
|
-
|
2054
|
-
|
2055
|
-
|
2056
|
-
|
2336
|
+
GetBackendSetsBackendsetResult._configure(
|
2337
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2338
|
+
backends=backends,
|
2339
|
+
health_checkers=health_checkers,
|
2340
|
+
id=id,
|
2341
|
+
lb_cookie_session_persistence_configurations=lb_cookie_session_persistence_configurations,
|
2342
|
+
load_balancer_id=load_balancer_id,
|
2343
|
+
name=name,
|
2344
|
+
policy=policy,
|
2345
|
+
session_persistence_configurations=session_persistence_configurations,
|
2346
|
+
ssl_configurations=ssl_configurations,
|
2347
|
+
state=state,
|
2348
|
+
)
|
2349
|
+
@staticmethod
|
2350
|
+
def _configure(
|
2351
|
+
_setter: Callable[[Any, Any], None],
|
2352
|
+
backends: Sequence['outputs.GetBackendSetsBackendsetBackendResult'],
|
2353
|
+
health_checkers: Sequence['outputs.GetBackendSetsBackendsetHealthCheckerResult'],
|
2354
|
+
id: str,
|
2355
|
+
lb_cookie_session_persistence_configurations: Sequence['outputs.GetBackendSetsBackendsetLbCookieSessionPersistenceConfigurationResult'],
|
2356
|
+
load_balancer_id: str,
|
2357
|
+
name: str,
|
2358
|
+
policy: str,
|
2359
|
+
session_persistence_configurations: Sequence['outputs.GetBackendSetsBackendsetSessionPersistenceConfigurationResult'],
|
2360
|
+
ssl_configurations: Sequence['outputs.GetBackendSetsBackendsetSslConfigurationResult'],
|
2361
|
+
state: str,
|
2362
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2363
|
+
_setter("backends", backends)
|
2364
|
+
_setter("health_checkers", health_checkers)
|
2365
|
+
_setter("id", id)
|
2366
|
+
_setter("lb_cookie_session_persistence_configurations", lb_cookie_session_persistence_configurations)
|
2367
|
+
_setter("load_balancer_id", load_balancer_id)
|
2368
|
+
_setter("name", name)
|
2369
|
+
_setter("policy", policy)
|
2370
|
+
_setter("session_persistence_configurations", session_persistence_configurations)
|
2371
|
+
_setter("ssl_configurations", ssl_configurations)
|
2372
|
+
_setter("state", state)
|
2057
2373
|
|
2058
2374
|
@property
|
2059
2375
|
@pulumi.getter
|
@@ -2146,13 +2462,34 @@ class GetBackendSetsBackendsetBackendResult(dict):
|
|
2146
2462
|
:param int port: The backend server port against which to run the health check. If the port is not specified, the load balancer uses the port information from the `Backend` object. Example: `8080`
|
2147
2463
|
:param int weight: The load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives 3 times the number of new connections as a server weighted '1'. For more information on load balancing policies, see [How Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
|
2148
2464
|
"""
|
2149
|
-
|
2150
|
-
|
2151
|
-
|
2152
|
-
|
2153
|
-
|
2154
|
-
|
2155
|
-
|
2465
|
+
GetBackendSetsBackendsetBackendResult._configure(
|
2466
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2467
|
+
backup=backup,
|
2468
|
+
drain=drain,
|
2469
|
+
ip_address=ip_address,
|
2470
|
+
name=name,
|
2471
|
+
offline=offline,
|
2472
|
+
port=port,
|
2473
|
+
weight=weight,
|
2474
|
+
)
|
2475
|
+
@staticmethod
|
2476
|
+
def _configure(
|
2477
|
+
_setter: Callable[[Any, Any], None],
|
2478
|
+
backup: bool,
|
2479
|
+
drain: bool,
|
2480
|
+
ip_address: str,
|
2481
|
+
name: str,
|
2482
|
+
offline: bool,
|
2483
|
+
port: int,
|
2484
|
+
weight: int,
|
2485
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2486
|
+
_setter("backup", backup)
|
2487
|
+
_setter("drain", drain)
|
2488
|
+
_setter("ip_address", ip_address)
|
2489
|
+
_setter("name", name)
|
2490
|
+
_setter("offline", offline)
|
2491
|
+
_setter("port", port)
|
2492
|
+
_setter("weight", weight)
|
2156
2493
|
|
2157
2494
|
@property
|
2158
2495
|
@pulumi.getter
|
@@ -2234,15 +2571,40 @@ class GetBackendSetsBackendsetHealthCheckerResult(dict):
|
|
2234
2571
|
:param int timeout_in_millis: The maximum time, in milliseconds, to wait for a reply to a health check. A health check is successful only if a reply returns within this timeout period. Defaults to 3000 (3 seconds). Example: `3000`
|
2235
2572
|
:param str url_path: The path against which to run the health check. Example: `/healthcheck`
|
2236
2573
|
"""
|
2237
|
-
|
2238
|
-
|
2239
|
-
|
2240
|
-
|
2241
|
-
|
2242
|
-
|
2243
|
-
|
2244
|
-
|
2245
|
-
|
2574
|
+
GetBackendSetsBackendsetHealthCheckerResult._configure(
|
2575
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2576
|
+
interval_ms=interval_ms,
|
2577
|
+
is_force_plain_text=is_force_plain_text,
|
2578
|
+
port=port,
|
2579
|
+
protocol=protocol,
|
2580
|
+
response_body_regex=response_body_regex,
|
2581
|
+
retries=retries,
|
2582
|
+
return_code=return_code,
|
2583
|
+
timeout_in_millis=timeout_in_millis,
|
2584
|
+
url_path=url_path,
|
2585
|
+
)
|
2586
|
+
@staticmethod
|
2587
|
+
def _configure(
|
2588
|
+
_setter: Callable[[Any, Any], None],
|
2589
|
+
interval_ms: int,
|
2590
|
+
is_force_plain_text: bool,
|
2591
|
+
port: int,
|
2592
|
+
protocol: str,
|
2593
|
+
response_body_regex: str,
|
2594
|
+
retries: int,
|
2595
|
+
return_code: int,
|
2596
|
+
timeout_in_millis: int,
|
2597
|
+
url_path: str,
|
2598
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2599
|
+
_setter("interval_ms", interval_ms)
|
2600
|
+
_setter("is_force_plain_text", is_force_plain_text)
|
2601
|
+
_setter("port", port)
|
2602
|
+
_setter("protocol", protocol)
|
2603
|
+
_setter("response_body_regex", response_body_regex)
|
2604
|
+
_setter("retries", retries)
|
2605
|
+
_setter("return_code", return_code)
|
2606
|
+
_setter("timeout_in_millis", timeout_in_millis)
|
2607
|
+
_setter("url_path", url_path)
|
2246
2608
|
|
2247
2609
|
@property
|
2248
2610
|
@pulumi.getter(name="intervalMs")
|
@@ -2336,13 +2698,34 @@ class GetBackendSetsBackendsetLbCookieSessionPersistenceConfigurationResult(dict
|
|
2336
2698
|
:param int max_age_in_seconds: The amount of time the cookie remains valid. The `Set-cookie` header inserted by the load balancer contains a `Max-Age` attribute with the specified value.
|
2337
2699
|
:param str path: The path in which the cookie is valid. The `Set-cookie header` inserted by the load balancer contains a `Path` attribute with the specified value.
|
2338
2700
|
"""
|
2339
|
-
|
2340
|
-
|
2341
|
-
|
2342
|
-
|
2343
|
-
|
2344
|
-
|
2345
|
-
|
2701
|
+
GetBackendSetsBackendsetLbCookieSessionPersistenceConfigurationResult._configure(
|
2702
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2703
|
+
cookie_name=cookie_name,
|
2704
|
+
disable_fallback=disable_fallback,
|
2705
|
+
domain=domain,
|
2706
|
+
is_http_only=is_http_only,
|
2707
|
+
is_secure=is_secure,
|
2708
|
+
max_age_in_seconds=max_age_in_seconds,
|
2709
|
+
path=path,
|
2710
|
+
)
|
2711
|
+
@staticmethod
|
2712
|
+
def _configure(
|
2713
|
+
_setter: Callable[[Any, Any], None],
|
2714
|
+
cookie_name: str,
|
2715
|
+
disable_fallback: bool,
|
2716
|
+
domain: str,
|
2717
|
+
is_http_only: bool,
|
2718
|
+
is_secure: bool,
|
2719
|
+
max_age_in_seconds: int,
|
2720
|
+
path: str,
|
2721
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2722
|
+
_setter("cookie_name", cookie_name)
|
2723
|
+
_setter("disable_fallback", disable_fallback)
|
2724
|
+
_setter("domain", domain)
|
2725
|
+
_setter("is_http_only", is_http_only)
|
2726
|
+
_setter("is_secure", is_secure)
|
2727
|
+
_setter("max_age_in_seconds", max_age_in_seconds)
|
2728
|
+
_setter("path", path)
|
2346
2729
|
|
2347
2730
|
@property
|
2348
2731
|
@pulumi.getter(name="cookieName")
|
@@ -2410,8 +2793,19 @@ class GetBackendSetsBackendsetSessionPersistenceConfigurationResult(dict):
|
|
2410
2793
|
:param str cookie_name: The name of the cookie used to detect a session initiated by the backend server. Use '*' to specify that any cookie set by the backend causes the session to persist. Example: `example_cookie`
|
2411
2794
|
:param bool disable_fallback: Whether the load balancer is prevented from directing traffic from a persistent session client to a different backend server if the original server is unavailable. Defaults to false. Example: `false`
|
2412
2795
|
"""
|
2413
|
-
|
2414
|
-
|
2796
|
+
GetBackendSetsBackendsetSessionPersistenceConfigurationResult._configure(
|
2797
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2798
|
+
cookie_name=cookie_name,
|
2799
|
+
disable_fallback=disable_fallback,
|
2800
|
+
)
|
2801
|
+
@staticmethod
|
2802
|
+
def _configure(
|
2803
|
+
_setter: Callable[[Any, Any], None],
|
2804
|
+
cookie_name: str,
|
2805
|
+
disable_fallback: bool,
|
2806
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2807
|
+
_setter("cookie_name", cookie_name)
|
2808
|
+
_setter("disable_fallback", disable_fallback)
|
2415
2809
|
|
2416
2810
|
@property
|
2417
2811
|
@pulumi.getter(name="cookieName")
|
@@ -2451,14 +2845,37 @@ class GetBackendSetsBackendsetSslConfigurationResult(dict):
|
|
2451
2845
|
:param int verify_depth: The maximum depth for peer certificate chain verification. Example: `3`
|
2452
2846
|
:param bool verify_peer_certificate: Whether the load balancer listener should verify peer certificates. Example: `true`
|
2453
2847
|
"""
|
2454
|
-
|
2455
|
-
|
2456
|
-
|
2457
|
-
|
2458
|
-
|
2459
|
-
|
2460
|
-
|
2461
|
-
|
2848
|
+
GetBackendSetsBackendsetSslConfigurationResult._configure(
|
2849
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2850
|
+
certificate_ids=certificate_ids,
|
2851
|
+
certificate_name=certificate_name,
|
2852
|
+
cipher_suite_name=cipher_suite_name,
|
2853
|
+
protocols=protocols,
|
2854
|
+
server_order_preference=server_order_preference,
|
2855
|
+
trusted_certificate_authority_ids=trusted_certificate_authority_ids,
|
2856
|
+
verify_depth=verify_depth,
|
2857
|
+
verify_peer_certificate=verify_peer_certificate,
|
2858
|
+
)
|
2859
|
+
@staticmethod
|
2860
|
+
def _configure(
|
2861
|
+
_setter: Callable[[Any, Any], None],
|
2862
|
+
certificate_ids: Sequence[str],
|
2863
|
+
certificate_name: str,
|
2864
|
+
cipher_suite_name: str,
|
2865
|
+
protocols: Sequence[str],
|
2866
|
+
server_order_preference: str,
|
2867
|
+
trusted_certificate_authority_ids: Sequence[str],
|
2868
|
+
verify_depth: int,
|
2869
|
+
verify_peer_certificate: bool,
|
2870
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2871
|
+
_setter("certificate_ids", certificate_ids)
|
2872
|
+
_setter("certificate_name", certificate_name)
|
2873
|
+
_setter("cipher_suite_name", cipher_suite_name)
|
2874
|
+
_setter("protocols", protocols)
|
2875
|
+
_setter("server_order_preference", server_order_preference)
|
2876
|
+
_setter("trusted_certificate_authority_ids", trusted_certificate_authority_ids)
|
2877
|
+
_setter("verify_depth", verify_depth)
|
2878
|
+
_setter("verify_peer_certificate", verify_peer_certificate)
|
2462
2879
|
|
2463
2880
|
@property
|
2464
2881
|
@pulumi.getter(name="certificateIds")
|
@@ -2534,10 +2951,23 @@ class GetBackendSetsFilterResult(dict):
|
|
2534
2951
|
"""
|
2535
2952
|
:param str name: A friendly name for the backend set. It must be unique and it cannot be changed.
|
2536
2953
|
"""
|
2537
|
-
|
2538
|
-
|
2954
|
+
GetBackendSetsFilterResult._configure(
|
2955
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2956
|
+
name=name,
|
2957
|
+
values=values,
|
2958
|
+
regex=regex,
|
2959
|
+
)
|
2960
|
+
@staticmethod
|
2961
|
+
def _configure(
|
2962
|
+
_setter: Callable[[Any, Any], None],
|
2963
|
+
name: str,
|
2964
|
+
values: Sequence[str],
|
2965
|
+
regex: Optional[bool] = None,
|
2966
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2967
|
+
_setter("name", name)
|
2968
|
+
_setter("values", values)
|
2539
2969
|
if regex is not None:
|
2540
|
-
|
2970
|
+
_setter("regex", regex)
|
2541
2971
|
|
2542
2972
|
@property
|
2543
2973
|
@pulumi.getter
|
@@ -2582,17 +3012,44 @@ class GetBackendsBackendResult(dict):
|
|
2582
3012
|
:param int weight: The load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives 3 times the number of new connections as a server weighted '1'. For more information on load balancing policies, see [How Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
|
2583
3013
|
:param bool backup: Whether the load balancer should treat this server as a backup unit. If `true`, the load balancer forwards no ingress traffic to this backend server unless all other backend servers not marked as "backup" fail the health check policy.
|
2584
3014
|
"""
|
2585
|
-
|
2586
|
-
|
2587
|
-
|
2588
|
-
|
2589
|
-
|
2590
|
-
|
2591
|
-
|
2592
|
-
|
2593
|
-
|
3015
|
+
GetBackendsBackendResult._configure(
|
3016
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3017
|
+
backendset_name=backendset_name,
|
3018
|
+
drain=drain,
|
3019
|
+
ip_address=ip_address,
|
3020
|
+
load_balancer_id=load_balancer_id,
|
3021
|
+
name=name,
|
3022
|
+
offline=offline,
|
3023
|
+
port=port,
|
3024
|
+
state=state,
|
3025
|
+
weight=weight,
|
3026
|
+
backup=backup,
|
3027
|
+
)
|
3028
|
+
@staticmethod
|
3029
|
+
def _configure(
|
3030
|
+
_setter: Callable[[Any, Any], None],
|
3031
|
+
backendset_name: str,
|
3032
|
+
drain: bool,
|
3033
|
+
ip_address: str,
|
3034
|
+
load_balancer_id: str,
|
3035
|
+
name: str,
|
3036
|
+
offline: bool,
|
3037
|
+
port: int,
|
3038
|
+
state: str,
|
3039
|
+
weight: int,
|
3040
|
+
backup: Optional[bool] = None,
|
3041
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3042
|
+
_setter("backendset_name", backendset_name)
|
3043
|
+
_setter("drain", drain)
|
3044
|
+
_setter("ip_address", ip_address)
|
3045
|
+
_setter("load_balancer_id", load_balancer_id)
|
3046
|
+
_setter("name", name)
|
3047
|
+
_setter("offline", offline)
|
3048
|
+
_setter("port", port)
|
3049
|
+
_setter("state", state)
|
3050
|
+
_setter("weight", weight)
|
2594
3051
|
if backup is not None:
|
2595
|
-
|
3052
|
+
_setter("backup", backup)
|
2596
3053
|
|
2597
3054
|
@property
|
2598
3055
|
@pulumi.getter(name="backendsetName")
|
@@ -2681,10 +3138,23 @@ class GetBackendsFilterResult(dict):
|
|
2681
3138
|
"""
|
2682
3139
|
:param str name: A read-only field showing the IP address and port that uniquely identify this backend server in the backend set. Example: `10.0.0.3:8080`
|
2683
3140
|
"""
|
2684
|
-
|
2685
|
-
|
3141
|
+
GetBackendsFilterResult._configure(
|
3142
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3143
|
+
name=name,
|
3144
|
+
values=values,
|
3145
|
+
regex=regex,
|
3146
|
+
)
|
3147
|
+
@staticmethod
|
3148
|
+
def _configure(
|
3149
|
+
_setter: Callable[[Any, Any], None],
|
3150
|
+
name: str,
|
3151
|
+
values: Sequence[str],
|
3152
|
+
regex: Optional[bool] = None,
|
3153
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3154
|
+
_setter("name", name)
|
3155
|
+
_setter("values", values)
|
2686
3156
|
if regex is not None:
|
2687
|
-
|
3157
|
+
_setter("regex", regex)
|
2688
3158
|
|
2689
3159
|
@property
|
2690
3160
|
@pulumi.getter
|
@@ -2721,14 +3191,35 @@ class GetCertificatesCertificateResult(dict):
|
|
2721
3191
|
:param str load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the load balancer associated with the certificate bundles to be listed.
|
2722
3192
|
:param str public_certificate: The public certificate, in PEM format, that you received from your SSL certificate provider.
|
2723
3193
|
"""
|
2724
|
-
|
2725
|
-
|
2726
|
-
|
2727
|
-
|
2728
|
-
|
2729
|
-
|
3194
|
+
GetCertificatesCertificateResult._configure(
|
3195
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3196
|
+
ca_certificate=ca_certificate,
|
3197
|
+
certificate_name=certificate_name,
|
3198
|
+
load_balancer_id=load_balancer_id,
|
3199
|
+
private_key=private_key,
|
3200
|
+
public_certificate=public_certificate,
|
3201
|
+
state=state,
|
3202
|
+
passphrase=passphrase,
|
3203
|
+
)
|
3204
|
+
@staticmethod
|
3205
|
+
def _configure(
|
3206
|
+
_setter: Callable[[Any, Any], None],
|
3207
|
+
ca_certificate: str,
|
3208
|
+
certificate_name: str,
|
3209
|
+
load_balancer_id: str,
|
3210
|
+
private_key: str,
|
3211
|
+
public_certificate: str,
|
3212
|
+
state: str,
|
3213
|
+
passphrase: Optional[str] = None,
|
3214
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3215
|
+
_setter("ca_certificate", ca_certificate)
|
3216
|
+
_setter("certificate_name", certificate_name)
|
3217
|
+
_setter("load_balancer_id", load_balancer_id)
|
3218
|
+
_setter("private_key", private_key)
|
3219
|
+
_setter("public_certificate", public_certificate)
|
3220
|
+
_setter("state", state)
|
2730
3221
|
if passphrase is not None:
|
2731
|
-
|
3222
|
+
_setter("passphrase", passphrase)
|
2732
3223
|
|
2733
3224
|
@property
|
2734
3225
|
@pulumi.getter(name="caCertificate")
|
@@ -2784,10 +3275,23 @@ class GetCertificatesFilterResult(dict):
|
|
2784
3275
|
name: str,
|
2785
3276
|
values: Sequence[str],
|
2786
3277
|
regex: Optional[bool] = None):
|
2787
|
-
|
2788
|
-
|
3278
|
+
GetCertificatesFilterResult._configure(
|
3279
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3280
|
+
name=name,
|
3281
|
+
values=values,
|
3282
|
+
regex=regex,
|
3283
|
+
)
|
3284
|
+
@staticmethod
|
3285
|
+
def _configure(
|
3286
|
+
_setter: Callable[[Any, Any], None],
|
3287
|
+
name: str,
|
3288
|
+
values: Sequence[str],
|
3289
|
+
regex: Optional[bool] = None,
|
3290
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3291
|
+
_setter("name", name)
|
3292
|
+
_setter("values", values)
|
2789
3293
|
if regex is not None:
|
2790
|
-
|
3294
|
+
_setter("regex", regex)
|
2791
3295
|
|
2792
3296
|
@property
|
2793
3297
|
@pulumi.getter
|
@@ -2814,10 +3318,23 @@ class GetHostnamesFilterResult(dict):
|
|
2814
3318
|
"""
|
2815
3319
|
:param str name: A friendly name for the hostname resource. It must be unique and it cannot be changed. Avoid entering confidential information. Example: `example_hostname_001`
|
2816
3320
|
"""
|
2817
|
-
|
2818
|
-
|
3321
|
+
GetHostnamesFilterResult._configure(
|
3322
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3323
|
+
name=name,
|
3324
|
+
values=values,
|
3325
|
+
regex=regex,
|
3326
|
+
)
|
3327
|
+
@staticmethod
|
3328
|
+
def _configure(
|
3329
|
+
_setter: Callable[[Any, Any], None],
|
3330
|
+
name: str,
|
3331
|
+
values: Sequence[str],
|
3332
|
+
regex: Optional[bool] = None,
|
3333
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3334
|
+
_setter("name", name)
|
3335
|
+
_setter("values", values)
|
2819
3336
|
if regex is not None:
|
2820
|
-
|
3337
|
+
_setter("regex", regex)
|
2821
3338
|
|
2822
3339
|
@property
|
2823
3340
|
@pulumi.getter
|
@@ -2850,10 +3367,25 @@ class GetHostnamesHostnameResult(dict):
|
|
2850
3367
|
:param str load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the load balancer associated with the hostnames to retrieve.
|
2851
3368
|
:param str name: A friendly name for the hostname resource. It must be unique and it cannot be changed. Avoid entering confidential information. Example: `example_hostname_001`
|
2852
3369
|
"""
|
2853
|
-
|
2854
|
-
|
2855
|
-
|
2856
|
-
|
3370
|
+
GetHostnamesHostnameResult._configure(
|
3371
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3372
|
+
hostname=hostname,
|
3373
|
+
load_balancer_id=load_balancer_id,
|
3374
|
+
name=name,
|
3375
|
+
state=state,
|
3376
|
+
)
|
3377
|
+
@staticmethod
|
3378
|
+
def _configure(
|
3379
|
+
_setter: Callable[[Any, Any], None],
|
3380
|
+
hostname: str,
|
3381
|
+
load_balancer_id: str,
|
3382
|
+
name: str,
|
3383
|
+
state: str,
|
3384
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3385
|
+
_setter("hostname", hostname)
|
3386
|
+
_setter("load_balancer_id", load_balancer_id)
|
3387
|
+
_setter("name", name)
|
3388
|
+
_setter("state", state)
|
2857
3389
|
|
2858
3390
|
@property
|
2859
3391
|
@pulumi.getter
|
@@ -2894,10 +3426,23 @@ class GetListenerRulesFilterResult(dict):
|
|
2894
3426
|
"""
|
2895
3427
|
:param str name: The name of the rule set that the rule belongs to.
|
2896
3428
|
"""
|
2897
|
-
|
2898
|
-
|
3429
|
+
GetListenerRulesFilterResult._configure(
|
3430
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3431
|
+
name=name,
|
3432
|
+
values=values,
|
3433
|
+
regex=regex,
|
3434
|
+
)
|
3435
|
+
@staticmethod
|
3436
|
+
def _configure(
|
3437
|
+
_setter: Callable[[Any, Any], None],
|
3438
|
+
name: str,
|
3439
|
+
values: Sequence[str],
|
3440
|
+
regex: Optional[bool] = None,
|
3441
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3442
|
+
_setter("name", name)
|
3443
|
+
_setter("values", values)
|
2899
3444
|
if regex is not None:
|
2900
|
-
|
3445
|
+
_setter("regex", regex)
|
2901
3446
|
|
2902
3447
|
@property
|
2903
3448
|
@pulumi.getter
|
@@ -2928,9 +3473,22 @@ class GetListenerRulesListenerRuleResult(dict):
|
|
2928
3473
|
:param str name: The name of the rule set that the rule belongs to.
|
2929
3474
|
:param Sequence['GetListenerRulesListenerRuleRuleArgs'] rules: A rule object that applies to the listener.
|
2930
3475
|
"""
|
2931
|
-
|
2932
|
-
|
2933
|
-
|
3476
|
+
GetListenerRulesListenerRuleResult._configure(
|
3477
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3478
|
+
name=name,
|
3479
|
+
rules=rules,
|
3480
|
+
state=state,
|
3481
|
+
)
|
3482
|
+
@staticmethod
|
3483
|
+
def _configure(
|
3484
|
+
_setter: Callable[[Any, Any], None],
|
3485
|
+
name: str,
|
3486
|
+
rules: Sequence['outputs.GetListenerRulesListenerRuleRuleResult'],
|
3487
|
+
state: str,
|
3488
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3489
|
+
_setter("name", name)
|
3490
|
+
_setter("rules", rules)
|
3491
|
+
_setter("state", state)
|
2934
3492
|
|
2935
3493
|
@property
|
2936
3494
|
@pulumi.getter
|
@@ -2990,19 +3548,52 @@ class GetListenerRulesListenerRuleRuleResult(dict):
|
|
2990
3548
|
* value cannot contain `$`
|
2991
3549
|
* value cannot contain patterns like `{variable_name}`. They are reserved for future extensions. Currently, such values are invalid.
|
2992
3550
|
"""
|
2993
|
-
|
2994
|
-
|
2995
|
-
|
2996
|
-
|
2997
|
-
|
2998
|
-
|
2999
|
-
|
3000
|
-
|
3001
|
-
|
3002
|
-
|
3003
|
-
|
3004
|
-
|
3005
|
-
|
3551
|
+
GetListenerRulesListenerRuleRuleResult._configure(
|
3552
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3553
|
+
action=action,
|
3554
|
+
allowed_methods=allowed_methods,
|
3555
|
+
are_invalid_characters_allowed=are_invalid_characters_allowed,
|
3556
|
+
conditions=conditions,
|
3557
|
+
description=description,
|
3558
|
+
header=header,
|
3559
|
+
http_large_header_size_in_kb=http_large_header_size_in_kb,
|
3560
|
+
prefix=prefix,
|
3561
|
+
redirect_uris=redirect_uris,
|
3562
|
+
response_code=response_code,
|
3563
|
+
status_code=status_code,
|
3564
|
+
suffix=suffix,
|
3565
|
+
value=value,
|
3566
|
+
)
|
3567
|
+
@staticmethod
|
3568
|
+
def _configure(
|
3569
|
+
_setter: Callable[[Any, Any], None],
|
3570
|
+
action: str,
|
3571
|
+
allowed_methods: Sequence[str],
|
3572
|
+
are_invalid_characters_allowed: bool,
|
3573
|
+
conditions: Sequence['outputs.GetListenerRulesListenerRuleRuleConditionResult'],
|
3574
|
+
description: str,
|
3575
|
+
header: str,
|
3576
|
+
http_large_header_size_in_kb: int,
|
3577
|
+
prefix: str,
|
3578
|
+
redirect_uris: Sequence['outputs.GetListenerRulesListenerRuleRuleRedirectUriResult'],
|
3579
|
+
response_code: int,
|
3580
|
+
status_code: int,
|
3581
|
+
suffix: str,
|
3582
|
+
value: str,
|
3583
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3584
|
+
_setter("action", action)
|
3585
|
+
_setter("allowed_methods", allowed_methods)
|
3586
|
+
_setter("are_invalid_characters_allowed", are_invalid_characters_allowed)
|
3587
|
+
_setter("conditions", conditions)
|
3588
|
+
_setter("description", description)
|
3589
|
+
_setter("header", header)
|
3590
|
+
_setter("http_large_header_size_in_kb", http_large_header_size_in_kb)
|
3591
|
+
_setter("prefix", prefix)
|
3592
|
+
_setter("redirect_uris", redirect_uris)
|
3593
|
+
_setter("response_code", response_code)
|
3594
|
+
_setter("status_code", status_code)
|
3595
|
+
_setter("suffix", suffix)
|
3596
|
+
_setter("value", value)
|
3006
3597
|
|
3007
3598
|
@property
|
3008
3599
|
@pulumi.getter
|
@@ -3127,9 +3718,22 @@ class GetListenerRulesListenerRuleRuleConditionResult(dict):
|
|
3127
3718
|
* **PREFIX_MATCH** - The beginning portion of the incoming URI path must exactly match the `attributeValue` string.
|
3128
3719
|
* **SUFFIX_MATCH** - The ending portion of the incoming URI path must exactly match the `attributeValue` string.
|
3129
3720
|
"""
|
3130
|
-
|
3131
|
-
|
3132
|
-
|
3721
|
+
GetListenerRulesListenerRuleRuleConditionResult._configure(
|
3722
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3723
|
+
attribute_name=attribute_name,
|
3724
|
+
attribute_value=attribute_value,
|
3725
|
+
operator=operator,
|
3726
|
+
)
|
3727
|
+
@staticmethod
|
3728
|
+
def _configure(
|
3729
|
+
_setter: Callable[[Any, Any], None],
|
3730
|
+
attribute_name: str,
|
3731
|
+
attribute_value: str,
|
3732
|
+
operator: str,
|
3733
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3734
|
+
_setter("attribute_name", attribute_name)
|
3735
|
+
_setter("attribute_value", attribute_value)
|
3736
|
+
_setter("operator", operator)
|
3133
3737
|
|
3134
3738
|
@property
|
3135
3739
|
@pulumi.getter(name="attributeName")
|
@@ -3175,11 +3779,28 @@ class GetListenerRulesListenerRuleRuleRedirectUriResult(dict):
|
|
3175
3779
|
:param str protocol: The HTTP protocol to use in the redirect URI.
|
3176
3780
|
:param str query: The query string to use in the redirect URI.
|
3177
3781
|
"""
|
3178
|
-
|
3179
|
-
|
3180
|
-
|
3181
|
-
|
3182
|
-
|
3782
|
+
GetListenerRulesListenerRuleRuleRedirectUriResult._configure(
|
3783
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3784
|
+
host=host,
|
3785
|
+
path=path,
|
3786
|
+
port=port,
|
3787
|
+
protocol=protocol,
|
3788
|
+
query=query,
|
3789
|
+
)
|
3790
|
+
@staticmethod
|
3791
|
+
def _configure(
|
3792
|
+
_setter: Callable[[Any, Any], None],
|
3793
|
+
host: str,
|
3794
|
+
path: str,
|
3795
|
+
port: int,
|
3796
|
+
protocol: str,
|
3797
|
+
query: str,
|
3798
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3799
|
+
_setter("host", host)
|
3800
|
+
_setter("path", path)
|
3801
|
+
_setter("port", port)
|
3802
|
+
_setter("protocol", protocol)
|
3803
|
+
_setter("query", query)
|
3183
3804
|
|
3184
3805
|
@property
|
3185
3806
|
@pulumi.getter
|
@@ -3231,10 +3852,23 @@ class GetLoadBalancerRoutingPoliciesFilterResult(dict):
|
|
3231
3852
|
"""
|
3232
3853
|
:param str name: A unique name for the routing policy rule. Avoid entering confidential information.
|
3233
3854
|
"""
|
3234
|
-
|
3235
|
-
|
3855
|
+
GetLoadBalancerRoutingPoliciesFilterResult._configure(
|
3856
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3857
|
+
name=name,
|
3858
|
+
values=values,
|
3859
|
+
regex=regex,
|
3860
|
+
)
|
3861
|
+
@staticmethod
|
3862
|
+
def _configure(
|
3863
|
+
_setter: Callable[[Any, Any], None],
|
3864
|
+
name: str,
|
3865
|
+
values: Sequence[str],
|
3866
|
+
regex: Optional[bool] = None,
|
3867
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3868
|
+
_setter("name", name)
|
3869
|
+
_setter("values", values)
|
3236
3870
|
if regex is not None:
|
3237
|
-
|
3871
|
+
_setter("regex", regex)
|
3238
3872
|
|
3239
3873
|
@property
|
3240
3874
|
@pulumi.getter
|
@@ -3269,11 +3903,28 @@ class GetLoadBalancerRoutingPoliciesRoutingPolicyResult(dict):
|
|
3269
3903
|
:param str name: A unique name for the routing policy rule. Avoid entering confidential information.
|
3270
3904
|
:param Sequence['GetLoadBalancerRoutingPoliciesRoutingPolicyRuleArgs'] rules: The ordered list of routing rules.
|
3271
3905
|
"""
|
3272
|
-
|
3273
|
-
|
3274
|
-
|
3275
|
-
|
3276
|
-
|
3906
|
+
GetLoadBalancerRoutingPoliciesRoutingPolicyResult._configure(
|
3907
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3908
|
+
condition_language_version=condition_language_version,
|
3909
|
+
load_balancer_id=load_balancer_id,
|
3910
|
+
name=name,
|
3911
|
+
rules=rules,
|
3912
|
+
state=state,
|
3913
|
+
)
|
3914
|
+
@staticmethod
|
3915
|
+
def _configure(
|
3916
|
+
_setter: Callable[[Any, Any], None],
|
3917
|
+
condition_language_version: str,
|
3918
|
+
load_balancer_id: str,
|
3919
|
+
name: str,
|
3920
|
+
rules: Sequence['outputs.GetLoadBalancerRoutingPoliciesRoutingPolicyRuleResult'],
|
3921
|
+
state: str,
|
3922
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3923
|
+
_setter("condition_language_version", condition_language_version)
|
3924
|
+
_setter("load_balancer_id", load_balancer_id)
|
3925
|
+
_setter("name", name)
|
3926
|
+
_setter("rules", rules)
|
3927
|
+
_setter("state", state)
|
3277
3928
|
|
3278
3929
|
@property
|
3279
3930
|
@pulumi.getter(name="conditionLanguageVersion")
|
@@ -3324,9 +3975,22 @@ class GetLoadBalancerRoutingPoliciesRoutingPolicyRuleResult(dict):
|
|
3324
3975
|
:param str condition: A routing rule to evaluate defined conditions against the incoming HTTP request and perform an action.
|
3325
3976
|
:param str name: A unique name for the routing policy rule. Avoid entering confidential information.
|
3326
3977
|
"""
|
3327
|
-
|
3328
|
-
|
3329
|
-
|
3978
|
+
GetLoadBalancerRoutingPoliciesRoutingPolicyRuleResult._configure(
|
3979
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3980
|
+
actions=actions,
|
3981
|
+
condition=condition,
|
3982
|
+
name=name,
|
3983
|
+
)
|
3984
|
+
@staticmethod
|
3985
|
+
def _configure(
|
3986
|
+
_setter: Callable[[Any, Any], None],
|
3987
|
+
actions: Sequence['outputs.GetLoadBalancerRoutingPoliciesRoutingPolicyRuleActionResult'],
|
3988
|
+
condition: str,
|
3989
|
+
name: str,
|
3990
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3991
|
+
_setter("actions", actions)
|
3992
|
+
_setter("condition", condition)
|
3993
|
+
_setter("name", name)
|
3330
3994
|
|
3331
3995
|
@property
|
3332
3996
|
@pulumi.getter
|
@@ -3362,8 +4026,19 @@ class GetLoadBalancerRoutingPoliciesRoutingPolicyRuleActionResult(dict):
|
|
3362
4026
|
:param str backend_set_name: Name of the backend set the listener will forward the traffic to. Example: `backendSetForImages`
|
3363
4027
|
:param str name: A unique name for the routing policy rule. Avoid entering confidential information.
|
3364
4028
|
"""
|
3365
|
-
|
3366
|
-
|
4029
|
+
GetLoadBalancerRoutingPoliciesRoutingPolicyRuleActionResult._configure(
|
4030
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4031
|
+
backend_set_name=backend_set_name,
|
4032
|
+
name=name,
|
4033
|
+
)
|
4034
|
+
@staticmethod
|
4035
|
+
def _configure(
|
4036
|
+
_setter: Callable[[Any, Any], None],
|
4037
|
+
backend_set_name: str,
|
4038
|
+
name: str,
|
4039
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4040
|
+
_setter("backend_set_name", backend_set_name)
|
4041
|
+
_setter("name", name)
|
3367
4042
|
|
3368
4043
|
@property
|
3369
4044
|
@pulumi.getter(name="backendSetName")
|
@@ -3393,9 +4068,22 @@ class GetLoadBalancerRoutingPolicyRuleResult(dict):
|
|
3393
4068
|
:param str condition: A routing rule to evaluate defined conditions against the incoming HTTP request and perform an action.
|
3394
4069
|
:param str name: A unique name for the routing policy rule. Avoid entering confidential information.
|
3395
4070
|
"""
|
3396
|
-
|
3397
|
-
|
3398
|
-
|
4071
|
+
GetLoadBalancerRoutingPolicyRuleResult._configure(
|
4072
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4073
|
+
actions=actions,
|
4074
|
+
condition=condition,
|
4075
|
+
name=name,
|
4076
|
+
)
|
4077
|
+
@staticmethod
|
4078
|
+
def _configure(
|
4079
|
+
_setter: Callable[[Any, Any], None],
|
4080
|
+
actions: Sequence['outputs.GetLoadBalancerRoutingPolicyRuleActionResult'],
|
4081
|
+
condition: str,
|
4082
|
+
name: str,
|
4083
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4084
|
+
_setter("actions", actions)
|
4085
|
+
_setter("condition", condition)
|
4086
|
+
_setter("name", name)
|
3399
4087
|
|
3400
4088
|
@property
|
3401
4089
|
@pulumi.getter
|
@@ -3431,8 +4119,19 @@ class GetLoadBalancerRoutingPolicyRuleActionResult(dict):
|
|
3431
4119
|
:param str backend_set_name: Name of the backend set the listener will forward the traffic to. Example: `backendSetForImages`
|
3432
4120
|
:param str name: A unique name for the routing policy rule. Avoid entering confidential information.
|
3433
4121
|
"""
|
3434
|
-
|
3435
|
-
|
4122
|
+
GetLoadBalancerRoutingPolicyRuleActionResult._configure(
|
4123
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4124
|
+
backend_set_name=backend_set_name,
|
4125
|
+
name=name,
|
4126
|
+
)
|
4127
|
+
@staticmethod
|
4128
|
+
def _configure(
|
4129
|
+
_setter: Callable[[Any, Any], None],
|
4130
|
+
backend_set_name: str,
|
4131
|
+
name: str,
|
4132
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4133
|
+
_setter("backend_set_name", backend_set_name)
|
4134
|
+
_setter("name", name)
|
3436
4135
|
|
3437
4136
|
@property
|
3438
4137
|
@pulumi.getter(name="backendSetName")
|
@@ -3460,10 +4159,23 @@ class GetLoadBalancersFilterResult(dict):
|
|
3460
4159
|
"""
|
3461
4160
|
:param str name: A unique name for the routing policy rule. Avoid entering confidential information.
|
3462
4161
|
"""
|
3463
|
-
|
3464
|
-
|
4162
|
+
GetLoadBalancersFilterResult._configure(
|
4163
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4164
|
+
name=name,
|
4165
|
+
values=values,
|
4166
|
+
regex=regex,
|
4167
|
+
)
|
4168
|
+
@staticmethod
|
4169
|
+
def _configure(
|
4170
|
+
_setter: Callable[[Any, Any], None],
|
4171
|
+
name: str,
|
4172
|
+
values: Sequence[str],
|
4173
|
+
regex: Optional[bool] = None,
|
4174
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4175
|
+
_setter("name", name)
|
4176
|
+
_setter("values", values)
|
3465
4177
|
if regex is not None:
|
3466
|
-
|
4178
|
+
_setter("regex", regex)
|
3467
4179
|
|
3468
4180
|
@property
|
3469
4181
|
@pulumi.getter
|
@@ -3521,23 +4233,64 @@ class GetLoadBalancersLoadBalancerResult(dict):
|
|
3521
4233
|
:param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
3522
4234
|
:param str time_created: The date and time the load balancer was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
|
3523
4235
|
"""
|
3524
|
-
|
3525
|
-
|
3526
|
-
|
3527
|
-
|
3528
|
-
|
3529
|
-
|
3530
|
-
|
3531
|
-
|
3532
|
-
|
3533
|
-
|
3534
|
-
|
3535
|
-
|
3536
|
-
|
3537
|
-
|
3538
|
-
|
3539
|
-
|
3540
|
-
|
4236
|
+
GetLoadBalancersLoadBalancerResult._configure(
|
4237
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4238
|
+
compartment_id=compartment_id,
|
4239
|
+
defined_tags=defined_tags,
|
4240
|
+
display_name=display_name,
|
4241
|
+
freeform_tags=freeform_tags,
|
4242
|
+
id=id,
|
4243
|
+
ip_address_details=ip_address_details,
|
4244
|
+
ip_addresses=ip_addresses,
|
4245
|
+
ip_mode=ip_mode,
|
4246
|
+
is_private=is_private,
|
4247
|
+
network_security_group_ids=network_security_group_ids,
|
4248
|
+
reserved_ips=reserved_ips,
|
4249
|
+
shape=shape,
|
4250
|
+
shape_details=shape_details,
|
4251
|
+
state=state,
|
4252
|
+
subnet_ids=subnet_ids,
|
4253
|
+
system_tags=system_tags,
|
4254
|
+
time_created=time_created,
|
4255
|
+
)
|
4256
|
+
@staticmethod
|
4257
|
+
def _configure(
|
4258
|
+
_setter: Callable[[Any, Any], None],
|
4259
|
+
compartment_id: str,
|
4260
|
+
defined_tags: Mapping[str, Any],
|
4261
|
+
display_name: str,
|
4262
|
+
freeform_tags: Mapping[str, Any],
|
4263
|
+
id: str,
|
4264
|
+
ip_address_details: Sequence['outputs.GetLoadBalancersLoadBalancerIpAddressDetailResult'],
|
4265
|
+
ip_addresses: Sequence[str],
|
4266
|
+
ip_mode: str,
|
4267
|
+
is_private: bool,
|
4268
|
+
network_security_group_ids: Sequence[str],
|
4269
|
+
reserved_ips: Sequence['outputs.GetLoadBalancersLoadBalancerReservedIpResult'],
|
4270
|
+
shape: str,
|
4271
|
+
shape_details: Sequence['outputs.GetLoadBalancersLoadBalancerShapeDetailResult'],
|
4272
|
+
state: str,
|
4273
|
+
subnet_ids: Sequence[str],
|
4274
|
+
system_tags: Mapping[str, Any],
|
4275
|
+
time_created: str,
|
4276
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4277
|
+
_setter("compartment_id", compartment_id)
|
4278
|
+
_setter("defined_tags", defined_tags)
|
4279
|
+
_setter("display_name", display_name)
|
4280
|
+
_setter("freeform_tags", freeform_tags)
|
4281
|
+
_setter("id", id)
|
4282
|
+
_setter("ip_address_details", ip_address_details)
|
4283
|
+
_setter("ip_addresses", ip_addresses)
|
4284
|
+
_setter("ip_mode", ip_mode)
|
4285
|
+
_setter("is_private", is_private)
|
4286
|
+
_setter("network_security_group_ids", network_security_group_ids)
|
4287
|
+
_setter("reserved_ips", reserved_ips)
|
4288
|
+
_setter("shape", shape)
|
4289
|
+
_setter("shape_details", shape_details)
|
4290
|
+
_setter("state", state)
|
4291
|
+
_setter("subnet_ids", subnet_ids)
|
4292
|
+
_setter("system_tags", system_tags)
|
4293
|
+
_setter("time_created", time_created)
|
3541
4294
|
|
3542
4295
|
@property
|
3543
4296
|
@pulumi.getter(name="compartmentId")
|
@@ -3684,9 +4437,22 @@ class GetLoadBalancersLoadBalancerIpAddressDetailResult(dict):
|
|
3684
4437
|
:param bool is_public: Whether the IP address is public or private.
|
3685
4438
|
:param Sequence['GetLoadBalancersLoadBalancerIpAddressDetailReservedIpArgs'] reserved_ips: Pre-created public IP that will be used as the IP of this load balancer. This reserved IP will not be deleted when load balancer is deleted. This ip should not be already mapped to any other resource.
|
3686
4439
|
"""
|
3687
|
-
|
3688
|
-
|
3689
|
-
|
4440
|
+
GetLoadBalancersLoadBalancerIpAddressDetailResult._configure(
|
4441
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4442
|
+
ip_address=ip_address,
|
4443
|
+
is_public=is_public,
|
4444
|
+
reserved_ips=reserved_ips,
|
4445
|
+
)
|
4446
|
+
@staticmethod
|
4447
|
+
def _configure(
|
4448
|
+
_setter: Callable[[Any, Any], None],
|
4449
|
+
ip_address: str,
|
4450
|
+
is_public: bool,
|
4451
|
+
reserved_ips: Sequence['outputs.GetLoadBalancersLoadBalancerIpAddressDetailReservedIpResult'],
|
4452
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4453
|
+
_setter("ip_address", ip_address)
|
4454
|
+
_setter("is_public", is_public)
|
4455
|
+
_setter("reserved_ips", reserved_ips)
|
3690
4456
|
|
3691
4457
|
@property
|
3692
4458
|
@pulumi.getter(name="ipAddress")
|
@@ -3720,7 +4486,16 @@ class GetLoadBalancersLoadBalancerIpAddressDetailReservedIpResult(dict):
|
|
3720
4486
|
"""
|
3721
4487
|
:param str id: Ocid of the pre-created public IP. That should be attahed to this load balancer.
|
3722
4488
|
"""
|
3723
|
-
|
4489
|
+
GetLoadBalancersLoadBalancerIpAddressDetailReservedIpResult._configure(
|
4490
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4491
|
+
id=id,
|
4492
|
+
)
|
4493
|
+
@staticmethod
|
4494
|
+
def _configure(
|
4495
|
+
_setter: Callable[[Any, Any], None],
|
4496
|
+
id: str,
|
4497
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4498
|
+
_setter("id", id)
|
3724
4499
|
|
3725
4500
|
@property
|
3726
4501
|
@pulumi.getter
|
@@ -3738,7 +4513,16 @@ class GetLoadBalancersLoadBalancerReservedIpResult(dict):
|
|
3738
4513
|
"""
|
3739
4514
|
:param str id: Ocid of the pre-created public IP. That should be attahed to this load balancer.
|
3740
4515
|
"""
|
3741
|
-
|
4516
|
+
GetLoadBalancersLoadBalancerReservedIpResult._configure(
|
4517
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4518
|
+
id=id,
|
4519
|
+
)
|
4520
|
+
@staticmethod
|
4521
|
+
def _configure(
|
4522
|
+
_setter: Callable[[Any, Any], None],
|
4523
|
+
id: str,
|
4524
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4525
|
+
_setter("id", id)
|
3742
4526
|
|
3743
4527
|
@property
|
3744
4528
|
@pulumi.getter
|
@@ -3758,8 +4542,19 @@ class GetLoadBalancersLoadBalancerShapeDetailResult(dict):
|
|
3758
4542
|
:param int maximum_bandwidth_in_mbps: Bandwidth in Mbps that determines the maximum bandwidth (ingress plus egress) that the load balancer can achieve. This bandwidth cannot be always guaranteed. For a guaranteed bandwidth use the minimumBandwidthInMbps parameter.
|
3759
4543
|
:param int minimum_bandwidth_in_mbps: Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between 0 and the maximumBandwidthInMbps in multiples of 10. The current allowed maximum value is defined in [Service Limits](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/servicelimits.htm). Example: `150`
|
3760
4544
|
"""
|
3761
|
-
|
3762
|
-
|
4545
|
+
GetLoadBalancersLoadBalancerShapeDetailResult._configure(
|
4546
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4547
|
+
maximum_bandwidth_in_mbps=maximum_bandwidth_in_mbps,
|
4548
|
+
minimum_bandwidth_in_mbps=minimum_bandwidth_in_mbps,
|
4549
|
+
)
|
4550
|
+
@staticmethod
|
4551
|
+
def _configure(
|
4552
|
+
_setter: Callable[[Any, Any], None],
|
4553
|
+
maximum_bandwidth_in_mbps: int,
|
4554
|
+
minimum_bandwidth_in_mbps: int,
|
4555
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4556
|
+
_setter("maximum_bandwidth_in_mbps", maximum_bandwidth_in_mbps)
|
4557
|
+
_setter("minimum_bandwidth_in_mbps", minimum_bandwidth_in_mbps)
|
3763
4558
|
|
3764
4559
|
@property
|
3765
4560
|
@pulumi.getter(name="maximumBandwidthInMbps")
|
@@ -3787,10 +4582,23 @@ class GetPathRouteSetsFilterResult(dict):
|
|
3787
4582
|
"""
|
3788
4583
|
:param str name: The unique name for this set of path route rules. Avoid entering confidential information. Example: `example_path_route_set`
|
3789
4584
|
"""
|
3790
|
-
|
3791
|
-
|
4585
|
+
GetPathRouteSetsFilterResult._configure(
|
4586
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4587
|
+
name=name,
|
4588
|
+
values=values,
|
4589
|
+
regex=regex,
|
4590
|
+
)
|
4591
|
+
@staticmethod
|
4592
|
+
def _configure(
|
4593
|
+
_setter: Callable[[Any, Any], None],
|
4594
|
+
name: str,
|
4595
|
+
values: Sequence[str],
|
4596
|
+
regex: Optional[bool] = None,
|
4597
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4598
|
+
_setter("name", name)
|
4599
|
+
_setter("values", values)
|
3792
4600
|
if regex is not None:
|
3793
|
-
|
4601
|
+
_setter("regex", regex)
|
3794
4602
|
|
3795
4603
|
@property
|
3796
4604
|
@pulumi.getter
|
@@ -3823,10 +4631,25 @@ class GetPathRouteSetsPathRouteSetResult(dict):
|
|
3823
4631
|
:param str name: The unique name for this set of path route rules. Avoid entering confidential information. Example: `example_path_route_set`
|
3824
4632
|
:param Sequence['GetPathRouteSetsPathRouteSetPathRouteArgs'] path_routes: The set of path route rules.
|
3825
4633
|
"""
|
3826
|
-
|
3827
|
-
|
3828
|
-
|
3829
|
-
|
4634
|
+
GetPathRouteSetsPathRouteSetResult._configure(
|
4635
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4636
|
+
load_balancer_id=load_balancer_id,
|
4637
|
+
name=name,
|
4638
|
+
path_routes=path_routes,
|
4639
|
+
state=state,
|
4640
|
+
)
|
4641
|
+
@staticmethod
|
4642
|
+
def _configure(
|
4643
|
+
_setter: Callable[[Any, Any], None],
|
4644
|
+
load_balancer_id: str,
|
4645
|
+
name: str,
|
4646
|
+
path_routes: Sequence['outputs.GetPathRouteSetsPathRouteSetPathRouteResult'],
|
4647
|
+
state: str,
|
4648
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4649
|
+
_setter("load_balancer_id", load_balancer_id)
|
4650
|
+
_setter("name", name)
|
4651
|
+
_setter("path_routes", path_routes)
|
4652
|
+
_setter("state", state)
|
3830
4653
|
|
3831
4654
|
@property
|
3832
4655
|
@pulumi.getter(name="loadBalancerId")
|
@@ -3872,9 +4695,22 @@ class GetPathRouteSetsPathRouteSetPathRouteResult(dict):
|
|
3872
4695
|
* Regular expressions are not supported.
|
3873
4696
|
:param 'GetPathRouteSetsPathRouteSetPathRoutePathMatchTypeArgs' path_match_type: The type of matching to apply to incoming URIs.
|
3874
4697
|
"""
|
3875
|
-
|
3876
|
-
|
3877
|
-
|
4698
|
+
GetPathRouteSetsPathRouteSetPathRouteResult._configure(
|
4699
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4700
|
+
backend_set_name=backend_set_name,
|
4701
|
+
path=path,
|
4702
|
+
path_match_type=path_match_type,
|
4703
|
+
)
|
4704
|
+
@staticmethod
|
4705
|
+
def _configure(
|
4706
|
+
_setter: Callable[[Any, Any], None],
|
4707
|
+
backend_set_name: str,
|
4708
|
+
path: str,
|
4709
|
+
path_match_type: 'outputs.GetPathRouteSetsPathRouteSetPathRoutePathMatchTypeResult',
|
4710
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4711
|
+
_setter("backend_set_name", backend_set_name)
|
4712
|
+
_setter("path", path)
|
4713
|
+
_setter("path_match_type", path_match_type)
|
3878
4714
|
|
3879
4715
|
@property
|
3880
4716
|
@pulumi.getter(name="backendSetName")
|
@@ -3915,7 +4751,16 @@ class GetPathRouteSetsPathRouteSetPathRoutePathMatchTypeResult(dict):
|
|
3915
4751
|
* **PREFIX_MATCH** - Looks for a `path` string that matches the beginning portion of the incoming URI path.
|
3916
4752
|
* **SUFFIX_MATCH** - Looks for a `path` string that matches the ending portion of the incoming URI path.
|
3917
4753
|
"""
|
3918
|
-
|
4754
|
+
GetPathRouteSetsPathRouteSetPathRoutePathMatchTypeResult._configure(
|
4755
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4756
|
+
match_type=match_type,
|
4757
|
+
)
|
4758
|
+
@staticmethod
|
4759
|
+
def _configure(
|
4760
|
+
_setter: Callable[[Any, Any], None],
|
4761
|
+
match_type: str,
|
4762
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4763
|
+
_setter("match_type", match_type)
|
3919
4764
|
|
3920
4765
|
@property
|
3921
4766
|
@pulumi.getter(name="matchType")
|
@@ -3939,10 +4784,23 @@ class GetPoliciesFilterResult(dict):
|
|
3939
4784
|
"""
|
3940
4785
|
:param str name: The name of a load balancing policy. Example: 'LEAST_CONNECTIONS'
|
3941
4786
|
"""
|
3942
|
-
|
3943
|
-
|
4787
|
+
GetPoliciesFilterResult._configure(
|
4788
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4789
|
+
name=name,
|
4790
|
+
values=values,
|
4791
|
+
regex=regex,
|
4792
|
+
)
|
4793
|
+
@staticmethod
|
4794
|
+
def _configure(
|
4795
|
+
_setter: Callable[[Any, Any], None],
|
4796
|
+
name: str,
|
4797
|
+
values: Sequence[str],
|
4798
|
+
regex: Optional[bool] = None,
|
4799
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4800
|
+
_setter("name", name)
|
4801
|
+
_setter("values", values)
|
3944
4802
|
if regex is not None:
|
3945
|
-
|
4803
|
+
_setter("regex", regex)
|
3946
4804
|
|
3947
4805
|
@property
|
3948
4806
|
@pulumi.getter
|
@@ -3970,7 +4828,16 @@ class GetPoliciesPolicyResult(dict):
|
|
3970
4828
|
"""
|
3971
4829
|
:param str name: The name of a load balancing policy. Example: 'LEAST_CONNECTIONS'
|
3972
4830
|
"""
|
3973
|
-
|
4831
|
+
GetPoliciesPolicyResult._configure(
|
4832
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4833
|
+
name=name,
|
4834
|
+
)
|
4835
|
+
@staticmethod
|
4836
|
+
def _configure(
|
4837
|
+
_setter: Callable[[Any, Any], None],
|
4838
|
+
name: str,
|
4839
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4840
|
+
_setter("name", name)
|
3974
4841
|
|
3975
4842
|
@property
|
3976
4843
|
@pulumi.getter
|
@@ -3990,10 +4857,23 @@ class GetProtocolsFilterResult(dict):
|
|
3990
4857
|
"""
|
3991
4858
|
:param str name: The name of a protocol. Example: 'HTTP'
|
3992
4859
|
"""
|
3993
|
-
|
3994
|
-
|
4860
|
+
GetProtocolsFilterResult._configure(
|
4861
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4862
|
+
name=name,
|
4863
|
+
values=values,
|
4864
|
+
regex=regex,
|
4865
|
+
)
|
4866
|
+
@staticmethod
|
4867
|
+
def _configure(
|
4868
|
+
_setter: Callable[[Any, Any], None],
|
4869
|
+
name: str,
|
4870
|
+
values: Sequence[str],
|
4871
|
+
regex: Optional[bool] = None,
|
4872
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4873
|
+
_setter("name", name)
|
4874
|
+
_setter("values", values)
|
3995
4875
|
if regex is not None:
|
3996
|
-
|
4876
|
+
_setter("regex", regex)
|
3997
4877
|
|
3998
4878
|
@property
|
3999
4879
|
@pulumi.getter
|
@@ -4021,7 +4901,16 @@ class GetProtocolsProtocolResult(dict):
|
|
4021
4901
|
"""
|
4022
4902
|
:param str name: The name of a protocol. Example: 'HTTP'
|
4023
4903
|
"""
|
4024
|
-
|
4904
|
+
GetProtocolsProtocolResult._configure(
|
4905
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4906
|
+
name=name,
|
4907
|
+
)
|
4908
|
+
@staticmethod
|
4909
|
+
def _configure(
|
4910
|
+
_setter: Callable[[Any, Any], None],
|
4911
|
+
name: str,
|
4912
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4913
|
+
_setter("name", name)
|
4025
4914
|
|
4026
4915
|
@property
|
4027
4916
|
@pulumi.getter
|
@@ -4068,19 +4957,52 @@ class GetRuleSetItemResult(dict):
|
|
4068
4957
|
* value cannot contain `$`
|
4069
4958
|
* value cannot contain patterns like `{variable_name}`. They are reserved for future extensions. Currently, such values are invalid.
|
4070
4959
|
"""
|
4071
|
-
|
4072
|
-
|
4073
|
-
|
4074
|
-
|
4075
|
-
|
4076
|
-
|
4077
|
-
|
4078
|
-
|
4079
|
-
|
4080
|
-
|
4081
|
-
|
4082
|
-
|
4083
|
-
|
4960
|
+
GetRuleSetItemResult._configure(
|
4961
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4962
|
+
action=action,
|
4963
|
+
allowed_methods=allowed_methods,
|
4964
|
+
are_invalid_characters_allowed=are_invalid_characters_allowed,
|
4965
|
+
conditions=conditions,
|
4966
|
+
description=description,
|
4967
|
+
header=header,
|
4968
|
+
http_large_header_size_in_kb=http_large_header_size_in_kb,
|
4969
|
+
prefix=prefix,
|
4970
|
+
redirect_uris=redirect_uris,
|
4971
|
+
response_code=response_code,
|
4972
|
+
status_code=status_code,
|
4973
|
+
suffix=suffix,
|
4974
|
+
value=value,
|
4975
|
+
)
|
4976
|
+
@staticmethod
|
4977
|
+
def _configure(
|
4978
|
+
_setter: Callable[[Any, Any], None],
|
4979
|
+
action: str,
|
4980
|
+
allowed_methods: Sequence[str],
|
4981
|
+
are_invalid_characters_allowed: bool,
|
4982
|
+
conditions: Sequence['outputs.GetRuleSetItemConditionResult'],
|
4983
|
+
description: str,
|
4984
|
+
header: str,
|
4985
|
+
http_large_header_size_in_kb: int,
|
4986
|
+
prefix: str,
|
4987
|
+
redirect_uris: Sequence['outputs.GetRuleSetItemRedirectUriResult'],
|
4988
|
+
response_code: int,
|
4989
|
+
status_code: int,
|
4990
|
+
suffix: str,
|
4991
|
+
value: str,
|
4992
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4993
|
+
_setter("action", action)
|
4994
|
+
_setter("allowed_methods", allowed_methods)
|
4995
|
+
_setter("are_invalid_characters_allowed", are_invalid_characters_allowed)
|
4996
|
+
_setter("conditions", conditions)
|
4997
|
+
_setter("description", description)
|
4998
|
+
_setter("header", header)
|
4999
|
+
_setter("http_large_header_size_in_kb", http_large_header_size_in_kb)
|
5000
|
+
_setter("prefix", prefix)
|
5001
|
+
_setter("redirect_uris", redirect_uris)
|
5002
|
+
_setter("response_code", response_code)
|
5003
|
+
_setter("status_code", status_code)
|
5004
|
+
_setter("suffix", suffix)
|
5005
|
+
_setter("value", value)
|
4084
5006
|
|
4085
5007
|
@property
|
4086
5008
|
@pulumi.getter
|
@@ -4208,9 +5130,22 @@ class GetRuleSetItemConditionResult(dict):
|
|
4208
5130
|
* **PREFIX_MATCH** - The beginning portion of the incoming URI path must exactly match the `attributeValue` string.
|
4209
5131
|
* **SUFFIX_MATCH** - The ending portion of the incoming URI path must exactly match the `attributeValue` string.
|
4210
5132
|
"""
|
4211
|
-
|
4212
|
-
|
4213
|
-
|
5133
|
+
GetRuleSetItemConditionResult._configure(
|
5134
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5135
|
+
attribute_name=attribute_name,
|
5136
|
+
attribute_value=attribute_value,
|
5137
|
+
operator=operator,
|
5138
|
+
)
|
5139
|
+
@staticmethod
|
5140
|
+
def _configure(
|
5141
|
+
_setter: Callable[[Any, Any], None],
|
5142
|
+
attribute_name: str,
|
5143
|
+
attribute_value: str,
|
5144
|
+
operator: str,
|
5145
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5146
|
+
_setter("attribute_name", attribute_name)
|
5147
|
+
_setter("attribute_value", attribute_value)
|
5148
|
+
_setter("operator", operator)
|
4214
5149
|
|
4215
5150
|
@property
|
4216
5151
|
@pulumi.getter(name="attributeName")
|
@@ -4259,11 +5194,28 @@ class GetRuleSetItemRedirectUriResult(dict):
|
|
4259
5194
|
:param str protocol: The HTTP protocol to use in the redirect URI.
|
4260
5195
|
:param str query: The query string to use in the redirect URI.
|
4261
5196
|
"""
|
4262
|
-
|
4263
|
-
|
4264
|
-
|
4265
|
-
|
4266
|
-
|
5197
|
+
GetRuleSetItemRedirectUriResult._configure(
|
5198
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5199
|
+
host=host,
|
5200
|
+
path=path,
|
5201
|
+
port=port,
|
5202
|
+
protocol=protocol,
|
5203
|
+
query=query,
|
5204
|
+
)
|
5205
|
+
@staticmethod
|
5206
|
+
def _configure(
|
5207
|
+
_setter: Callable[[Any, Any], None],
|
5208
|
+
host: str,
|
5209
|
+
path: str,
|
5210
|
+
port: int,
|
5211
|
+
protocol: str,
|
5212
|
+
query: str,
|
5213
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5214
|
+
_setter("host", host)
|
5215
|
+
_setter("path", path)
|
5216
|
+
_setter("port", port)
|
5217
|
+
_setter("protocol", protocol)
|
5218
|
+
_setter("query", query)
|
4267
5219
|
|
4268
5220
|
@property
|
4269
5221
|
@pulumi.getter
|
@@ -4315,10 +5267,23 @@ class GetRuleSetsFilterResult(dict):
|
|
4315
5267
|
"""
|
4316
5268
|
:param str name: The name for this set of rules. It must be unique and it cannot be changed. Avoid entering confidential information. Example: `example_rule_set`
|
4317
5269
|
"""
|
4318
|
-
|
4319
|
-
|
5270
|
+
GetRuleSetsFilterResult._configure(
|
5271
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5272
|
+
name=name,
|
5273
|
+
values=values,
|
5274
|
+
regex=regex,
|
5275
|
+
)
|
5276
|
+
@staticmethod
|
5277
|
+
def _configure(
|
5278
|
+
_setter: Callable[[Any, Any], None],
|
5279
|
+
name: str,
|
5280
|
+
values: Sequence[str],
|
5281
|
+
regex: Optional[bool] = None,
|
5282
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5283
|
+
_setter("name", name)
|
5284
|
+
_setter("values", values)
|
4320
5285
|
if regex is not None:
|
4321
|
-
|
5286
|
+
_setter("regex", regex)
|
4322
5287
|
|
4323
5288
|
@property
|
4324
5289
|
@pulumi.getter
|
@@ -4352,11 +5317,28 @@ class GetRuleSetsRuleSetResult(dict):
|
|
4352
5317
|
:param str load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the specified load balancer.
|
4353
5318
|
:param str name: The name for this set of rules. It must be unique and it cannot be changed. Avoid entering confidential information. Example: `example_rule_set`
|
4354
5319
|
"""
|
4355
|
-
|
4356
|
-
|
4357
|
-
|
4358
|
-
|
4359
|
-
|
5320
|
+
GetRuleSetsRuleSetResult._configure(
|
5321
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5322
|
+
id=id,
|
5323
|
+
items=items,
|
5324
|
+
load_balancer_id=load_balancer_id,
|
5325
|
+
name=name,
|
5326
|
+
state=state,
|
5327
|
+
)
|
5328
|
+
@staticmethod
|
5329
|
+
def _configure(
|
5330
|
+
_setter: Callable[[Any, Any], None],
|
5331
|
+
id: str,
|
5332
|
+
items: Sequence['outputs.GetRuleSetsRuleSetItemResult'],
|
5333
|
+
load_balancer_id: str,
|
5334
|
+
name: str,
|
5335
|
+
state: str,
|
5336
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5337
|
+
_setter("id", id)
|
5338
|
+
_setter("items", items)
|
5339
|
+
_setter("load_balancer_id", load_balancer_id)
|
5340
|
+
_setter("name", name)
|
5341
|
+
_setter("state", state)
|
4360
5342
|
|
4361
5343
|
@property
|
4362
5344
|
@pulumi.getter
|
@@ -4429,19 +5411,52 @@ class GetRuleSetsRuleSetItemResult(dict):
|
|
4429
5411
|
* value cannot contain `$`
|
4430
5412
|
* value cannot contain patterns like `{variable_name}`. They are reserved for future extensions. Currently, such values are invalid.
|
4431
5413
|
"""
|
4432
|
-
|
4433
|
-
|
4434
|
-
|
4435
|
-
|
4436
|
-
|
4437
|
-
|
4438
|
-
|
4439
|
-
|
4440
|
-
|
4441
|
-
|
4442
|
-
|
4443
|
-
|
4444
|
-
|
5414
|
+
GetRuleSetsRuleSetItemResult._configure(
|
5415
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5416
|
+
action=action,
|
5417
|
+
allowed_methods=allowed_methods,
|
5418
|
+
are_invalid_characters_allowed=are_invalid_characters_allowed,
|
5419
|
+
conditions=conditions,
|
5420
|
+
description=description,
|
5421
|
+
header=header,
|
5422
|
+
http_large_header_size_in_kb=http_large_header_size_in_kb,
|
5423
|
+
prefix=prefix,
|
5424
|
+
redirect_uris=redirect_uris,
|
5425
|
+
response_code=response_code,
|
5426
|
+
status_code=status_code,
|
5427
|
+
suffix=suffix,
|
5428
|
+
value=value,
|
5429
|
+
)
|
5430
|
+
@staticmethod
|
5431
|
+
def _configure(
|
5432
|
+
_setter: Callable[[Any, Any], None],
|
5433
|
+
action: str,
|
5434
|
+
allowed_methods: Sequence[str],
|
5435
|
+
are_invalid_characters_allowed: bool,
|
5436
|
+
conditions: Sequence['outputs.GetRuleSetsRuleSetItemConditionResult'],
|
5437
|
+
description: str,
|
5438
|
+
header: str,
|
5439
|
+
http_large_header_size_in_kb: int,
|
5440
|
+
prefix: str,
|
5441
|
+
redirect_uris: Sequence['outputs.GetRuleSetsRuleSetItemRedirectUriResult'],
|
5442
|
+
response_code: int,
|
5443
|
+
status_code: int,
|
5444
|
+
suffix: str,
|
5445
|
+
value: str,
|
5446
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5447
|
+
_setter("action", action)
|
5448
|
+
_setter("allowed_methods", allowed_methods)
|
5449
|
+
_setter("are_invalid_characters_allowed", are_invalid_characters_allowed)
|
5450
|
+
_setter("conditions", conditions)
|
5451
|
+
_setter("description", description)
|
5452
|
+
_setter("header", header)
|
5453
|
+
_setter("http_large_header_size_in_kb", http_large_header_size_in_kb)
|
5454
|
+
_setter("prefix", prefix)
|
5455
|
+
_setter("redirect_uris", redirect_uris)
|
5456
|
+
_setter("response_code", response_code)
|
5457
|
+
_setter("status_code", status_code)
|
5458
|
+
_setter("suffix", suffix)
|
5459
|
+
_setter("value", value)
|
4445
5460
|
|
4446
5461
|
@property
|
4447
5462
|
@pulumi.getter
|
@@ -4569,9 +5584,22 @@ class GetRuleSetsRuleSetItemConditionResult(dict):
|
|
4569
5584
|
* **PREFIX_MATCH** - The beginning portion of the incoming URI path must exactly match the `attributeValue` string.
|
4570
5585
|
* **SUFFIX_MATCH** - The ending portion of the incoming URI path must exactly match the `attributeValue` string.
|
4571
5586
|
"""
|
4572
|
-
|
4573
|
-
|
4574
|
-
|
5587
|
+
GetRuleSetsRuleSetItemConditionResult._configure(
|
5588
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5589
|
+
attribute_name=attribute_name,
|
5590
|
+
attribute_value=attribute_value,
|
5591
|
+
operator=operator,
|
5592
|
+
)
|
5593
|
+
@staticmethod
|
5594
|
+
def _configure(
|
5595
|
+
_setter: Callable[[Any, Any], None],
|
5596
|
+
attribute_name: str,
|
5597
|
+
attribute_value: str,
|
5598
|
+
operator: str,
|
5599
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5600
|
+
_setter("attribute_name", attribute_name)
|
5601
|
+
_setter("attribute_value", attribute_value)
|
5602
|
+
_setter("operator", operator)
|
4575
5603
|
|
4576
5604
|
@property
|
4577
5605
|
@pulumi.getter(name="attributeName")
|
@@ -4620,11 +5648,28 @@ class GetRuleSetsRuleSetItemRedirectUriResult(dict):
|
|
4620
5648
|
:param str protocol: The HTTP protocol to use in the redirect URI.
|
4621
5649
|
:param str query: The query string to use in the redirect URI.
|
4622
5650
|
"""
|
4623
|
-
|
4624
|
-
|
4625
|
-
|
4626
|
-
|
4627
|
-
|
5651
|
+
GetRuleSetsRuleSetItemRedirectUriResult._configure(
|
5652
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5653
|
+
host=host,
|
5654
|
+
path=path,
|
5655
|
+
port=port,
|
5656
|
+
protocol=protocol,
|
5657
|
+
query=query,
|
5658
|
+
)
|
5659
|
+
@staticmethod
|
5660
|
+
def _configure(
|
5661
|
+
_setter: Callable[[Any, Any], None],
|
5662
|
+
host: str,
|
5663
|
+
path: str,
|
5664
|
+
port: int,
|
5665
|
+
protocol: str,
|
5666
|
+
query: str,
|
5667
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5668
|
+
_setter("host", host)
|
5669
|
+
_setter("path", path)
|
5670
|
+
_setter("port", port)
|
5671
|
+
_setter("protocol", protocol)
|
5672
|
+
_setter("query", query)
|
4628
5673
|
|
4629
5674
|
@property
|
4630
5675
|
@pulumi.getter
|
@@ -4676,10 +5721,23 @@ class GetShapesFilterResult(dict):
|
|
4676
5721
|
"""
|
4677
5722
|
:param str name: The name of the shape. Example: `100Mbps`
|
4678
5723
|
"""
|
4679
|
-
|
4680
|
-
|
5724
|
+
GetShapesFilterResult._configure(
|
5725
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5726
|
+
name=name,
|
5727
|
+
values=values,
|
5728
|
+
regex=regex,
|
5729
|
+
)
|
5730
|
+
@staticmethod
|
5731
|
+
def _configure(
|
5732
|
+
_setter: Callable[[Any, Any], None],
|
5733
|
+
name: str,
|
5734
|
+
values: Sequence[str],
|
5735
|
+
regex: Optional[bool] = None,
|
5736
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5737
|
+
_setter("name", name)
|
5738
|
+
_setter("values", values)
|
4681
5739
|
if regex is not None:
|
4682
|
-
|
5740
|
+
_setter("regex", regex)
|
4683
5741
|
|
4684
5742
|
@property
|
4685
5743
|
@pulumi.getter
|
@@ -4707,7 +5765,16 @@ class GetShapesShapeResult(dict):
|
|
4707
5765
|
"""
|
4708
5766
|
:param str name: The name of the shape. Example: `100Mbps`
|
4709
5767
|
"""
|
4710
|
-
|
5768
|
+
GetShapesShapeResult._configure(
|
5769
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5770
|
+
name=name,
|
5771
|
+
)
|
5772
|
+
@staticmethod
|
5773
|
+
def _configure(
|
5774
|
+
_setter: Callable[[Any, Any], None],
|
5775
|
+
name: str,
|
5776
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5777
|
+
_setter("name", name)
|
4711
5778
|
|
4712
5779
|
@property
|
4713
5780
|
@pulumi.getter
|
@@ -4727,10 +5794,23 @@ class GetSslCipherSuitesFilterResult(dict):
|
|
4727
5794
|
"""
|
4728
5795
|
:param str name: A friendly name for the SSL cipher suite. It must be unique and it cannot be changed.
|
4729
5796
|
"""
|
4730
|
-
|
4731
|
-
|
5797
|
+
GetSslCipherSuitesFilterResult._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)
|
4732
5812
|
if regex is not None:
|
4733
|
-
|
5813
|
+
_setter("regex", regex)
|
4734
5814
|
|
4735
5815
|
@property
|
4736
5816
|
@pulumi.getter
|
@@ -4763,10 +5843,25 @@ class GetSslCipherSuitesSslCipherSuiteResult(dict):
|
|
4763
5843
|
:param str load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated load balancer.
|
4764
5844
|
:param str name: A friendly name for the SSL cipher suite. It must be unique and it cannot be changed.
|
4765
5845
|
"""
|
4766
|
-
|
4767
|
-
|
4768
|
-
|
4769
|
-
|
5846
|
+
GetSslCipherSuitesSslCipherSuiteResult._configure(
|
5847
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5848
|
+
ciphers=ciphers,
|
5849
|
+
load_balancer_id=load_balancer_id,
|
5850
|
+
name=name,
|
5851
|
+
state=state,
|
5852
|
+
)
|
5853
|
+
@staticmethod
|
5854
|
+
def _configure(
|
5855
|
+
_setter: Callable[[Any, Any], None],
|
5856
|
+
ciphers: Sequence[str],
|
5857
|
+
load_balancer_id: str,
|
5858
|
+
name: str,
|
5859
|
+
state: str,
|
5860
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5861
|
+
_setter("ciphers", ciphers)
|
5862
|
+
_setter("load_balancer_id", load_balancer_id)
|
5863
|
+
_setter("name", name)
|
5864
|
+
_setter("state", state)
|
4770
5865
|
|
4771
5866
|
@property
|
4772
5867
|
@pulumi.getter
|