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
|
|
@@ -120,10 +120,21 @@ class ConfigAvailabilityConfiguration(dict):
|
|
120
120
|
:param int max_allowed_failures_per_interval: (Updatable) Intervals with failed runs more than this value will be classified as UNAVAILABLE.
|
121
121
|
:param int min_allowed_runs_per_interval: (Updatable) Intervals with runs less than this value will be classified as UNKNOWN and excluded from the availability calculations.
|
122
122
|
"""
|
123
|
+
ConfigAvailabilityConfiguration._configure(
|
124
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
125
|
+
max_allowed_failures_per_interval=max_allowed_failures_per_interval,
|
126
|
+
min_allowed_runs_per_interval=min_allowed_runs_per_interval,
|
127
|
+
)
|
128
|
+
@staticmethod
|
129
|
+
def _configure(
|
130
|
+
_setter: Callable[[Any, Any], None],
|
131
|
+
max_allowed_failures_per_interval: Optional[int] = None,
|
132
|
+
min_allowed_runs_per_interval: Optional[int] = None,
|
133
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
123
134
|
if max_allowed_failures_per_interval is not None:
|
124
|
-
|
135
|
+
_setter("max_allowed_failures_per_interval", max_allowed_failures_per_interval)
|
125
136
|
if min_allowed_runs_per_interval is not None:
|
126
|
-
|
137
|
+
_setter("min_allowed_runs_per_interval", min_allowed_runs_per_interval)
|
127
138
|
|
128
139
|
@property
|
129
140
|
@pulumi.getter(name="maxAllowedFailuresPerInterval")
|
@@ -230,40 +241,81 @@ class ConfigConfiguration(dict):
|
|
230
241
|
:param str verify_response_content: (Updatable) Verify response content against regular expression based string. If response content does not match the verifyResponseContent value, then it will be considered a failure.
|
231
242
|
:param Sequence['ConfigConfigurationVerifyTextArgs'] verify_texts: (Updatable) Verifies all the search strings present in the response. If any search string is not present in the response, then it will be considered as a failure.
|
232
243
|
"""
|
244
|
+
ConfigConfiguration._configure(
|
245
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
246
|
+
client_certificate_details=client_certificate_details,
|
247
|
+
config_type=config_type,
|
248
|
+
dns_configuration=dns_configuration,
|
249
|
+
is_certificate_validation_enabled=is_certificate_validation_enabled,
|
250
|
+
is_default_snapshot_enabled=is_default_snapshot_enabled,
|
251
|
+
is_failure_retried=is_failure_retried,
|
252
|
+
is_redirection_enabled=is_redirection_enabled,
|
253
|
+
network_configuration=network_configuration,
|
254
|
+
req_authentication_details=req_authentication_details,
|
255
|
+
req_authentication_scheme=req_authentication_scheme,
|
256
|
+
request_headers=request_headers,
|
257
|
+
request_method=request_method,
|
258
|
+
request_post_body=request_post_body,
|
259
|
+
request_query_params=request_query_params,
|
260
|
+
verify_response_codes=verify_response_codes,
|
261
|
+
verify_response_content=verify_response_content,
|
262
|
+
verify_texts=verify_texts,
|
263
|
+
)
|
264
|
+
@staticmethod
|
265
|
+
def _configure(
|
266
|
+
_setter: Callable[[Any, Any], None],
|
267
|
+
client_certificate_details: Optional['outputs.ConfigConfigurationClientCertificateDetails'] = None,
|
268
|
+
config_type: Optional[str] = None,
|
269
|
+
dns_configuration: Optional['outputs.ConfigConfigurationDnsConfiguration'] = None,
|
270
|
+
is_certificate_validation_enabled: Optional[bool] = None,
|
271
|
+
is_default_snapshot_enabled: Optional[bool] = None,
|
272
|
+
is_failure_retried: Optional[bool] = None,
|
273
|
+
is_redirection_enabled: Optional[bool] = None,
|
274
|
+
network_configuration: Optional['outputs.ConfigConfigurationNetworkConfiguration'] = None,
|
275
|
+
req_authentication_details: Optional['outputs.ConfigConfigurationReqAuthenticationDetails'] = None,
|
276
|
+
req_authentication_scheme: Optional[str] = None,
|
277
|
+
request_headers: Optional[Sequence['outputs.ConfigConfigurationRequestHeader']] = None,
|
278
|
+
request_method: Optional[str] = None,
|
279
|
+
request_post_body: Optional[str] = None,
|
280
|
+
request_query_params: Optional[Sequence['outputs.ConfigConfigurationRequestQueryParam']] = None,
|
281
|
+
verify_response_codes: Optional[Sequence[str]] = None,
|
282
|
+
verify_response_content: Optional[str] = None,
|
283
|
+
verify_texts: Optional[Sequence['outputs.ConfigConfigurationVerifyText']] = None,
|
284
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
233
285
|
if client_certificate_details is not None:
|
234
|
-
|
286
|
+
_setter("client_certificate_details", client_certificate_details)
|
235
287
|
if config_type is not None:
|
236
|
-
|
288
|
+
_setter("config_type", config_type)
|
237
289
|
if dns_configuration is not None:
|
238
|
-
|
290
|
+
_setter("dns_configuration", dns_configuration)
|
239
291
|
if is_certificate_validation_enabled is not None:
|
240
|
-
|
292
|
+
_setter("is_certificate_validation_enabled", is_certificate_validation_enabled)
|
241
293
|
if is_default_snapshot_enabled is not None:
|
242
|
-
|
294
|
+
_setter("is_default_snapshot_enabled", is_default_snapshot_enabled)
|
243
295
|
if is_failure_retried is not None:
|
244
|
-
|
296
|
+
_setter("is_failure_retried", is_failure_retried)
|
245
297
|
if is_redirection_enabled is not None:
|
246
|
-
|
298
|
+
_setter("is_redirection_enabled", is_redirection_enabled)
|
247
299
|
if network_configuration is not None:
|
248
|
-
|
300
|
+
_setter("network_configuration", network_configuration)
|
249
301
|
if req_authentication_details is not None:
|
250
|
-
|
302
|
+
_setter("req_authentication_details", req_authentication_details)
|
251
303
|
if req_authentication_scheme is not None:
|
252
|
-
|
304
|
+
_setter("req_authentication_scheme", req_authentication_scheme)
|
253
305
|
if request_headers is not None:
|
254
|
-
|
306
|
+
_setter("request_headers", request_headers)
|
255
307
|
if request_method is not None:
|
256
|
-
|
308
|
+
_setter("request_method", request_method)
|
257
309
|
if request_post_body is not None:
|
258
|
-
|
310
|
+
_setter("request_post_body", request_post_body)
|
259
311
|
if request_query_params is not None:
|
260
|
-
|
312
|
+
_setter("request_query_params", request_query_params)
|
261
313
|
if verify_response_codes is not None:
|
262
|
-
|
314
|
+
_setter("verify_response_codes", verify_response_codes)
|
263
315
|
if verify_response_content is not None:
|
264
|
-
|
316
|
+
_setter("verify_response_content", verify_response_content)
|
265
317
|
if verify_texts is not None:
|
266
|
-
|
318
|
+
_setter("verify_texts", verify_texts)
|
267
319
|
|
268
320
|
@property
|
269
321
|
@pulumi.getter(name="clientCertificateDetails")
|
@@ -430,10 +482,21 @@ class ConfigConfigurationClientCertificateDetails(dict):
|
|
430
482
|
:param 'ConfigConfigurationClientCertificateDetailsClientCertificateArgs' client_certificate: (Updatable) Client certificate in PEM format.
|
431
483
|
:param 'ConfigConfigurationClientCertificateDetailsPrivateKeyArgs' private_key: (Updatable) The private key associated with the client certificate in PEM format.
|
432
484
|
"""
|
485
|
+
ConfigConfigurationClientCertificateDetails._configure(
|
486
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
487
|
+
client_certificate=client_certificate,
|
488
|
+
private_key=private_key,
|
489
|
+
)
|
490
|
+
@staticmethod
|
491
|
+
def _configure(
|
492
|
+
_setter: Callable[[Any, Any], None],
|
493
|
+
client_certificate: Optional['outputs.ConfigConfigurationClientCertificateDetailsClientCertificate'] = None,
|
494
|
+
private_key: Optional['outputs.ConfigConfigurationClientCertificateDetailsPrivateKey'] = None,
|
495
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
433
496
|
if client_certificate is not None:
|
434
|
-
|
497
|
+
_setter("client_certificate", client_certificate)
|
435
498
|
if private_key is not None:
|
436
|
-
|
499
|
+
_setter("private_key", private_key)
|
437
500
|
|
438
501
|
@property
|
439
502
|
@pulumi.getter(name="clientCertificate")
|
@@ -478,10 +541,21 @@ class ConfigConfigurationClientCertificateDetailsClientCertificate(dict):
|
|
478
541
|
:param str content: (Updatable) Content of the private key file.
|
479
542
|
:param str file_name: (Updatable) Name of the private key file.
|
480
543
|
"""
|
544
|
+
ConfigConfigurationClientCertificateDetailsClientCertificate._configure(
|
545
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
546
|
+
content=content,
|
547
|
+
file_name=file_name,
|
548
|
+
)
|
549
|
+
@staticmethod
|
550
|
+
def _configure(
|
551
|
+
_setter: Callable[[Any, Any], None],
|
552
|
+
content: Optional[str] = None,
|
553
|
+
file_name: Optional[str] = None,
|
554
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
481
555
|
if content is not None:
|
482
|
-
|
556
|
+
_setter("content", content)
|
483
557
|
if file_name is not None:
|
484
|
-
|
558
|
+
_setter("file_name", file_name)
|
485
559
|
|
486
560
|
@property
|
487
561
|
@pulumi.getter
|
@@ -526,10 +600,21 @@ class ConfigConfigurationClientCertificateDetailsPrivateKey(dict):
|
|
526
600
|
:param str content: (Updatable) Content of the private key file.
|
527
601
|
:param str file_name: (Updatable) Name of the private key file.
|
528
602
|
"""
|
603
|
+
ConfigConfigurationClientCertificateDetailsPrivateKey._configure(
|
604
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
605
|
+
content=content,
|
606
|
+
file_name=file_name,
|
607
|
+
)
|
608
|
+
@staticmethod
|
609
|
+
def _configure(
|
610
|
+
_setter: Callable[[Any, Any], None],
|
611
|
+
content: Optional[str] = None,
|
612
|
+
file_name: Optional[str] = None,
|
613
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
529
614
|
if content is not None:
|
530
|
-
|
615
|
+
_setter("content", content)
|
531
616
|
if file_name is not None:
|
532
|
-
|
617
|
+
_setter("file_name", file_name)
|
533
618
|
|
534
619
|
@property
|
535
620
|
@pulumi.getter
|
@@ -576,10 +661,21 @@ class ConfigConfigurationDnsConfiguration(dict):
|
|
576
661
|
:param bool is_override_dns: (Updatable) If isOverrideDns is true, then DNS settings will be overridden.
|
577
662
|
:param str override_dns_ip: (Updatable) Attribute to override the DNS IP value. This value will be honored only if isOverrideDns is set to true.
|
578
663
|
"""
|
664
|
+
ConfigConfigurationDnsConfiguration._configure(
|
665
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
666
|
+
is_override_dns=is_override_dns,
|
667
|
+
override_dns_ip=override_dns_ip,
|
668
|
+
)
|
669
|
+
@staticmethod
|
670
|
+
def _configure(
|
671
|
+
_setter: Callable[[Any, Any], None],
|
672
|
+
is_override_dns: Optional[bool] = None,
|
673
|
+
override_dns_ip: Optional[str] = None,
|
674
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
579
675
|
if is_override_dns is not None:
|
580
|
-
|
676
|
+
_setter("is_override_dns", is_override_dns)
|
581
677
|
if override_dns_ip is not None:
|
582
|
-
|
678
|
+
_setter("override_dns_ip", override_dns_ip)
|
583
679
|
|
584
680
|
@property
|
585
681
|
@pulumi.getter(name="isOverrideDns")
|
@@ -636,16 +732,33 @@ class ConfigConfigurationNetworkConfiguration(dict):
|
|
636
732
|
:param str protocol: (Updatable) Type of protocol.
|
637
733
|
:param int transmission_rate: (Updatable) Number of probe packets sent out simultaneously.
|
638
734
|
"""
|
735
|
+
ConfigConfigurationNetworkConfiguration._configure(
|
736
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
737
|
+
number_of_hops=number_of_hops,
|
738
|
+
probe_mode=probe_mode,
|
739
|
+
probe_per_hop=probe_per_hop,
|
740
|
+
protocol=protocol,
|
741
|
+
transmission_rate=transmission_rate,
|
742
|
+
)
|
743
|
+
@staticmethod
|
744
|
+
def _configure(
|
745
|
+
_setter: Callable[[Any, Any], None],
|
746
|
+
number_of_hops: Optional[int] = None,
|
747
|
+
probe_mode: Optional[str] = None,
|
748
|
+
probe_per_hop: Optional[int] = None,
|
749
|
+
protocol: Optional[str] = None,
|
750
|
+
transmission_rate: Optional[int] = None,
|
751
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
639
752
|
if number_of_hops is not None:
|
640
|
-
|
753
|
+
_setter("number_of_hops", number_of_hops)
|
641
754
|
if probe_mode is not None:
|
642
|
-
|
755
|
+
_setter("probe_mode", probe_mode)
|
643
756
|
if probe_per_hop is not None:
|
644
|
-
|
757
|
+
_setter("probe_per_hop", probe_per_hop)
|
645
758
|
if protocol is not None:
|
646
|
-
|
759
|
+
_setter("protocol", protocol)
|
647
760
|
if transmission_rate is not None:
|
648
|
-
|
761
|
+
_setter("transmission_rate", transmission_rate)
|
649
762
|
|
650
763
|
@property
|
651
764
|
@pulumi.getter(name="numberOfHops")
|
@@ -740,22 +853,45 @@ class ConfigConfigurationReqAuthenticationDetails(dict):
|
|
740
853
|
:param str auth_user_password: (Updatable) User password for authentication.
|
741
854
|
:param str oauth_scheme: (Updatable) Request HTTP OAuth scheme.
|
742
855
|
"""
|
856
|
+
ConfigConfigurationReqAuthenticationDetails._configure(
|
857
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
858
|
+
auth_headers=auth_headers,
|
859
|
+
auth_request_method=auth_request_method,
|
860
|
+
auth_request_post_body=auth_request_post_body,
|
861
|
+
auth_token=auth_token,
|
862
|
+
auth_url=auth_url,
|
863
|
+
auth_user_name=auth_user_name,
|
864
|
+
auth_user_password=auth_user_password,
|
865
|
+
oauth_scheme=oauth_scheme,
|
866
|
+
)
|
867
|
+
@staticmethod
|
868
|
+
def _configure(
|
869
|
+
_setter: Callable[[Any, Any], None],
|
870
|
+
auth_headers: Optional[Sequence['outputs.ConfigConfigurationReqAuthenticationDetailsAuthHeader']] = None,
|
871
|
+
auth_request_method: Optional[str] = None,
|
872
|
+
auth_request_post_body: Optional[str] = None,
|
873
|
+
auth_token: Optional[str] = None,
|
874
|
+
auth_url: Optional[str] = None,
|
875
|
+
auth_user_name: Optional[str] = None,
|
876
|
+
auth_user_password: Optional[str] = None,
|
877
|
+
oauth_scheme: Optional[str] = None,
|
878
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
743
879
|
if auth_headers is not None:
|
744
|
-
|
880
|
+
_setter("auth_headers", auth_headers)
|
745
881
|
if auth_request_method is not None:
|
746
|
-
|
882
|
+
_setter("auth_request_method", auth_request_method)
|
747
883
|
if auth_request_post_body is not None:
|
748
|
-
|
884
|
+
_setter("auth_request_post_body", auth_request_post_body)
|
749
885
|
if auth_token is not None:
|
750
|
-
|
886
|
+
_setter("auth_token", auth_token)
|
751
887
|
if auth_url is not None:
|
752
|
-
|
888
|
+
_setter("auth_url", auth_url)
|
753
889
|
if auth_user_name is not None:
|
754
|
-
|
890
|
+
_setter("auth_user_name", auth_user_name)
|
755
891
|
if auth_user_password is not None:
|
756
|
-
|
892
|
+
_setter("auth_user_password", auth_user_password)
|
757
893
|
if oauth_scheme is not None:
|
758
|
-
|
894
|
+
_setter("oauth_scheme", oauth_scheme)
|
759
895
|
|
760
896
|
@property
|
761
897
|
@pulumi.getter(name="authHeaders")
|
@@ -850,10 +986,21 @@ class ConfigConfigurationReqAuthenticationDetailsAuthHeader(dict):
|
|
850
986
|
:param str header_name: (Updatable) Name of the header.
|
851
987
|
:param str header_value: (Updatable) Value of the header.
|
852
988
|
"""
|
989
|
+
ConfigConfigurationReqAuthenticationDetailsAuthHeader._configure(
|
990
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
991
|
+
header_name=header_name,
|
992
|
+
header_value=header_value,
|
993
|
+
)
|
994
|
+
@staticmethod
|
995
|
+
def _configure(
|
996
|
+
_setter: Callable[[Any, Any], None],
|
997
|
+
header_name: Optional[str] = None,
|
998
|
+
header_value: Optional[str] = None,
|
999
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
853
1000
|
if header_name is not None:
|
854
|
-
|
1001
|
+
_setter("header_name", header_name)
|
855
1002
|
if header_value is not None:
|
856
|
-
|
1003
|
+
_setter("header_value", header_value)
|
857
1004
|
|
858
1005
|
@property
|
859
1006
|
@pulumi.getter(name="headerName")
|
@@ -900,10 +1047,21 @@ class ConfigConfigurationRequestHeader(dict):
|
|
900
1047
|
:param str header_name: (Updatable) Name of the header.
|
901
1048
|
:param str header_value: (Updatable) Value of the header.
|
902
1049
|
"""
|
1050
|
+
ConfigConfigurationRequestHeader._configure(
|
1051
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1052
|
+
header_name=header_name,
|
1053
|
+
header_value=header_value,
|
1054
|
+
)
|
1055
|
+
@staticmethod
|
1056
|
+
def _configure(
|
1057
|
+
_setter: Callable[[Any, Any], None],
|
1058
|
+
header_name: Optional[str] = None,
|
1059
|
+
header_value: Optional[str] = None,
|
1060
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
903
1061
|
if header_name is not None:
|
904
|
-
|
1062
|
+
_setter("header_name", header_name)
|
905
1063
|
if header_value is not None:
|
906
|
-
|
1064
|
+
_setter("header_value", header_value)
|
907
1065
|
|
908
1066
|
@property
|
909
1067
|
@pulumi.getter(name="headerName")
|
@@ -950,10 +1108,21 @@ class ConfigConfigurationRequestQueryParam(dict):
|
|
950
1108
|
:param str param_name: (Updatable) Name of the parameter.
|
951
1109
|
:param str param_value: (Updatable) Value of the parameter.
|
952
1110
|
"""
|
1111
|
+
ConfigConfigurationRequestQueryParam._configure(
|
1112
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1113
|
+
param_name=param_name,
|
1114
|
+
param_value=param_value,
|
1115
|
+
)
|
1116
|
+
@staticmethod
|
1117
|
+
def _configure(
|
1118
|
+
_setter: Callable[[Any, Any], None],
|
1119
|
+
param_name: Optional[str] = None,
|
1120
|
+
param_value: Optional[str] = None,
|
1121
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
953
1122
|
if param_name is not None:
|
954
|
-
|
1123
|
+
_setter("param_name", param_name)
|
955
1124
|
if param_value is not None:
|
956
|
-
|
1125
|
+
_setter("param_value", param_value)
|
957
1126
|
|
958
1127
|
@property
|
959
1128
|
@pulumi.getter(name="paramName")
|
@@ -979,8 +1148,17 @@ class ConfigConfigurationVerifyText(dict):
|
|
979
1148
|
"""
|
980
1149
|
:param str text: (Updatable) Verification text in the response.
|
981
1150
|
"""
|
1151
|
+
ConfigConfigurationVerifyText._configure(
|
1152
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1153
|
+
text=text,
|
1154
|
+
)
|
1155
|
+
@staticmethod
|
1156
|
+
def _configure(
|
1157
|
+
_setter: Callable[[Any, Any], None],
|
1158
|
+
text: Optional[str] = None,
|
1159
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
982
1160
|
if text is not None:
|
983
|
-
|
1161
|
+
_setter("text", text)
|
984
1162
|
|
985
1163
|
@property
|
986
1164
|
@pulumi.getter
|
@@ -1019,10 +1197,21 @@ class ConfigMaintenanceWindowSchedule(dict):
|
|
1019
1197
|
:param str time_ended: (Updatable) End time of the maintenance window, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2020-02-12T22:47:12.613Z`
|
1020
1198
|
:param str time_started: (Updatable) Start time of the maintenance window, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2020-02-12T22:47:12.613Z`
|
1021
1199
|
"""
|
1200
|
+
ConfigMaintenanceWindowSchedule._configure(
|
1201
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1202
|
+
time_ended=time_ended,
|
1203
|
+
time_started=time_started,
|
1204
|
+
)
|
1205
|
+
@staticmethod
|
1206
|
+
def _configure(
|
1207
|
+
_setter: Callable[[Any, Any], None],
|
1208
|
+
time_ended: Optional[str] = None,
|
1209
|
+
time_started: Optional[str] = None,
|
1210
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1022
1211
|
if time_ended is not None:
|
1023
|
-
|
1212
|
+
_setter("time_ended", time_ended)
|
1024
1213
|
if time_started is not None:
|
1025
|
-
|
1214
|
+
_setter("time_started", time_started)
|
1026
1215
|
|
1027
1216
|
@property
|
1028
1217
|
@pulumi.getter(name="timeEnded")
|
@@ -1081,14 +1270,31 @@ class ConfigScriptParameter(dict):
|
|
1081
1270
|
:param bool is_secret: Describes if the parameter value is secret and should be kept confidential. isSecret is specified in either CreateScript or UpdateScript API.
|
1082
1271
|
:param Sequence['ConfigScriptParameterMonitorScriptParameterArgs'] monitor_script_parameters: Details of the script parameter that can be used to overwrite the parameter present in the script.
|
1083
1272
|
"""
|
1084
|
-
|
1085
|
-
|
1273
|
+
ConfigScriptParameter._configure(
|
1274
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1275
|
+
param_name=param_name,
|
1276
|
+
param_value=param_value,
|
1277
|
+
is_overwritten=is_overwritten,
|
1278
|
+
is_secret=is_secret,
|
1279
|
+
monitor_script_parameters=monitor_script_parameters,
|
1280
|
+
)
|
1281
|
+
@staticmethod
|
1282
|
+
def _configure(
|
1283
|
+
_setter: Callable[[Any, Any], None],
|
1284
|
+
param_name: str,
|
1285
|
+
param_value: str,
|
1286
|
+
is_overwritten: Optional[bool] = None,
|
1287
|
+
is_secret: Optional[bool] = None,
|
1288
|
+
monitor_script_parameters: Optional[Sequence['outputs.ConfigScriptParameterMonitorScriptParameter']] = None,
|
1289
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1290
|
+
_setter("param_name", param_name)
|
1291
|
+
_setter("param_value", param_value)
|
1086
1292
|
if is_overwritten is not None:
|
1087
|
-
|
1293
|
+
_setter("is_overwritten", is_overwritten)
|
1088
1294
|
if is_secret is not None:
|
1089
|
-
|
1295
|
+
_setter("is_secret", is_secret)
|
1090
1296
|
if monitor_script_parameters is not None:
|
1091
|
-
|
1297
|
+
_setter("monitor_script_parameters", monitor_script_parameters)
|
1092
1298
|
|
1093
1299
|
@property
|
1094
1300
|
@pulumi.getter(name="paramName")
|
@@ -1159,10 +1365,21 @@ class ConfigScriptParameterMonitorScriptParameter(dict):
|
|
1159
1365
|
:param str param_name: (Updatable) Name of the parameter.
|
1160
1366
|
:param str param_value: (Updatable) Value of the parameter.
|
1161
1367
|
"""
|
1368
|
+
ConfigScriptParameterMonitorScriptParameter._configure(
|
1369
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1370
|
+
param_name=param_name,
|
1371
|
+
param_value=param_value,
|
1372
|
+
)
|
1373
|
+
@staticmethod
|
1374
|
+
def _configure(
|
1375
|
+
_setter: Callable[[Any, Any], None],
|
1376
|
+
param_name: Optional[str] = None,
|
1377
|
+
param_value: Optional[str] = None,
|
1378
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1162
1379
|
if param_name is not None:
|
1163
|
-
|
1380
|
+
_setter("param_name", param_name)
|
1164
1381
|
if param_value is not None:
|
1165
|
-
|
1382
|
+
_setter("param_value", param_value)
|
1166
1383
|
|
1167
1384
|
@property
|
1168
1385
|
@pulumi.getter(name="paramName")
|
@@ -1207,9 +1424,20 @@ class ConfigVantagePoint(dict):
|
|
1207
1424
|
:param str name: Name of the vantage point.
|
1208
1425
|
:param str display_name: Unique name that can be edited. The name should not contain any confidential information.
|
1209
1426
|
"""
|
1210
|
-
|
1427
|
+
ConfigVantagePoint._configure(
|
1428
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1429
|
+
name=name,
|
1430
|
+
display_name=display_name,
|
1431
|
+
)
|
1432
|
+
@staticmethod
|
1433
|
+
def _configure(
|
1434
|
+
_setter: Callable[[Any, Any], None],
|
1435
|
+
name: str,
|
1436
|
+
display_name: Optional[str] = None,
|
1437
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1438
|
+
_setter("name", name)
|
1211
1439
|
if display_name is not None:
|
1212
|
-
|
1440
|
+
_setter("display_name", display_name)
|
1213
1441
|
|
1214
1442
|
@property
|
1215
1443
|
@pulumi.getter
|
@@ -1264,10 +1492,25 @@ class DedicatedVantagePointDvpStackDetails(dict):
|
|
1264
1492
|
:param str dvp_stream_id: (Updatable) Stream [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Resource Manager stack for dedicated vantage point.
|
1265
1493
|
:param str dvp_version: (Updatable) Version of the dedicated vantage point.
|
1266
1494
|
"""
|
1267
|
-
|
1268
|
-
|
1269
|
-
|
1270
|
-
|
1495
|
+
DedicatedVantagePointDvpStackDetails._configure(
|
1496
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1497
|
+
dvp_stack_id=dvp_stack_id,
|
1498
|
+
dvp_stack_type=dvp_stack_type,
|
1499
|
+
dvp_stream_id=dvp_stream_id,
|
1500
|
+
dvp_version=dvp_version,
|
1501
|
+
)
|
1502
|
+
@staticmethod
|
1503
|
+
def _configure(
|
1504
|
+
_setter: Callable[[Any, Any], None],
|
1505
|
+
dvp_stack_id: str,
|
1506
|
+
dvp_stack_type: str,
|
1507
|
+
dvp_stream_id: str,
|
1508
|
+
dvp_version: str,
|
1509
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1510
|
+
_setter("dvp_stack_id", dvp_stack_id)
|
1511
|
+
_setter("dvp_stack_type", dvp_stack_type)
|
1512
|
+
_setter("dvp_stream_id", dvp_stream_id)
|
1513
|
+
_setter("dvp_version", dvp_version)
|
1271
1514
|
|
1272
1515
|
@property
|
1273
1516
|
@pulumi.getter(name="dvpStackId")
|
@@ -1315,14 +1558,29 @@ class DedicatedVantagePointMonitorStatusCountMap(dict):
|
|
1315
1558
|
:param int invalid: Number of invalid monitors using the script.
|
1316
1559
|
:param int total: Total number of monitors using the script.
|
1317
1560
|
"""
|
1561
|
+
DedicatedVantagePointMonitorStatusCountMap._configure(
|
1562
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1563
|
+
disabled=disabled,
|
1564
|
+
enabled=enabled,
|
1565
|
+
invalid=invalid,
|
1566
|
+
total=total,
|
1567
|
+
)
|
1568
|
+
@staticmethod
|
1569
|
+
def _configure(
|
1570
|
+
_setter: Callable[[Any, Any], None],
|
1571
|
+
disabled: Optional[int] = None,
|
1572
|
+
enabled: Optional[int] = None,
|
1573
|
+
invalid: Optional[int] = None,
|
1574
|
+
total: Optional[int] = None,
|
1575
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1318
1576
|
if disabled is not None:
|
1319
|
-
|
1577
|
+
_setter("disabled", disabled)
|
1320
1578
|
if enabled is not None:
|
1321
|
-
|
1579
|
+
_setter("enabled", enabled)
|
1322
1580
|
if invalid is not None:
|
1323
|
-
|
1581
|
+
_setter("invalid", invalid)
|
1324
1582
|
if total is not None:
|
1325
|
-
|
1583
|
+
_setter("total", total)
|
1326
1584
|
|
1327
1585
|
@property
|
1328
1586
|
@pulumi.getter
|
@@ -1370,14 +1628,29 @@ class ScriptMonitorStatusCountMap(dict):
|
|
1370
1628
|
:param int invalid: Number of invalid monitors using the script.
|
1371
1629
|
:param int total: Total number of monitors using the script.
|
1372
1630
|
"""
|
1631
|
+
ScriptMonitorStatusCountMap._configure(
|
1632
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1633
|
+
disabled=disabled,
|
1634
|
+
enabled=enabled,
|
1635
|
+
invalid=invalid,
|
1636
|
+
total=total,
|
1637
|
+
)
|
1638
|
+
@staticmethod
|
1639
|
+
def _configure(
|
1640
|
+
_setter: Callable[[Any, Any], None],
|
1641
|
+
disabled: Optional[int] = None,
|
1642
|
+
enabled: Optional[int] = None,
|
1643
|
+
invalid: Optional[int] = None,
|
1644
|
+
total: Optional[int] = None,
|
1645
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1373
1646
|
if disabled is not None:
|
1374
|
-
|
1647
|
+
_setter("disabled", disabled)
|
1375
1648
|
if enabled is not None:
|
1376
|
-
|
1649
|
+
_setter("enabled", enabled)
|
1377
1650
|
if invalid is not None:
|
1378
|
-
|
1651
|
+
_setter("invalid", invalid)
|
1379
1652
|
if total is not None:
|
1380
|
-
|
1653
|
+
_setter("total", total)
|
1381
1654
|
|
1382
1655
|
@property
|
1383
1656
|
@pulumi.getter
|
@@ -1456,15 +1729,32 @@ class ScriptParameter(dict):
|
|
1456
1729
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1457
1730
|
:param Sequence['ScriptParameterScriptParameterArgs'] script_parameters: Details of the script parameters, paramName must be from the script content and these details can be used to overwrite the default parameter present in the script content.
|
1458
1731
|
"""
|
1459
|
-
|
1732
|
+
ScriptParameter._configure(
|
1733
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1734
|
+
param_name=param_name,
|
1735
|
+
is_overwritten=is_overwritten,
|
1736
|
+
is_secret=is_secret,
|
1737
|
+
param_value=param_value,
|
1738
|
+
script_parameters=script_parameters,
|
1739
|
+
)
|
1740
|
+
@staticmethod
|
1741
|
+
def _configure(
|
1742
|
+
_setter: Callable[[Any, Any], None],
|
1743
|
+
param_name: str,
|
1744
|
+
is_overwritten: Optional[bool] = None,
|
1745
|
+
is_secret: Optional[bool] = None,
|
1746
|
+
param_value: Optional[str] = None,
|
1747
|
+
script_parameters: Optional[Sequence['outputs.ScriptParameterScriptParameter']] = None,
|
1748
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1749
|
+
_setter("param_name", param_name)
|
1460
1750
|
if is_overwritten is not None:
|
1461
|
-
|
1751
|
+
_setter("is_overwritten", is_overwritten)
|
1462
1752
|
if is_secret is not None:
|
1463
|
-
|
1753
|
+
_setter("is_secret", is_secret)
|
1464
1754
|
if param_value is not None:
|
1465
|
-
|
1755
|
+
_setter("param_value", param_value)
|
1466
1756
|
if script_parameters is not None:
|
1467
|
-
|
1757
|
+
_setter("script_parameters", script_parameters)
|
1468
1758
|
|
1469
1759
|
@property
|
1470
1760
|
@pulumi.getter(name="paramName")
|
@@ -1547,12 +1837,25 @@ class ScriptParameterScriptParameter(dict):
|
|
1547
1837
|
** IMPORTANT **
|
1548
1838
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1549
1839
|
"""
|
1840
|
+
ScriptParameterScriptParameter._configure(
|
1841
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1842
|
+
is_secret=is_secret,
|
1843
|
+
param_name=param_name,
|
1844
|
+
param_value=param_value,
|
1845
|
+
)
|
1846
|
+
@staticmethod
|
1847
|
+
def _configure(
|
1848
|
+
_setter: Callable[[Any, Any], None],
|
1849
|
+
is_secret: Optional[bool] = None,
|
1850
|
+
param_name: Optional[str] = None,
|
1851
|
+
param_value: Optional[str] = None,
|
1852
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1550
1853
|
if is_secret is not None:
|
1551
|
-
|
1854
|
+
_setter("is_secret", is_secret)
|
1552
1855
|
if param_name is not None:
|
1553
|
-
|
1856
|
+
_setter("param_name", param_name)
|
1554
1857
|
if param_value is not None:
|
1555
|
-
|
1858
|
+
_setter("param_value", param_value)
|
1556
1859
|
|
1557
1860
|
@property
|
1558
1861
|
@pulumi.getter(name="isSecret")
|
@@ -1596,10 +1899,25 @@ class GetDedicatedVantagePointDvpStackDetailResult(dict):
|
|
1596
1899
|
:param str dvp_stream_id: Stream [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Resource Manager stack for dedicated vantage point.
|
1597
1900
|
:param str dvp_version: Version of the dedicated vantage point.
|
1598
1901
|
"""
|
1599
|
-
|
1600
|
-
|
1601
|
-
|
1602
|
-
|
1902
|
+
GetDedicatedVantagePointDvpStackDetailResult._configure(
|
1903
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1904
|
+
dvp_stack_id=dvp_stack_id,
|
1905
|
+
dvp_stack_type=dvp_stack_type,
|
1906
|
+
dvp_stream_id=dvp_stream_id,
|
1907
|
+
dvp_version=dvp_version,
|
1908
|
+
)
|
1909
|
+
@staticmethod
|
1910
|
+
def _configure(
|
1911
|
+
_setter: Callable[[Any, Any], None],
|
1912
|
+
dvp_stack_id: str,
|
1913
|
+
dvp_stack_type: str,
|
1914
|
+
dvp_stream_id: str,
|
1915
|
+
dvp_version: str,
|
1916
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1917
|
+
_setter("dvp_stack_id", dvp_stack_id)
|
1918
|
+
_setter("dvp_stack_type", dvp_stack_type)
|
1919
|
+
_setter("dvp_stream_id", dvp_stream_id)
|
1920
|
+
_setter("dvp_version", dvp_version)
|
1603
1921
|
|
1604
1922
|
@property
|
1605
1923
|
@pulumi.getter(name="dvpStackId")
|
@@ -1647,10 +1965,25 @@ class GetDedicatedVantagePointMonitorStatusCountMapResult(dict):
|
|
1647
1965
|
:param int invalid: Number of invalid monitors using the script.
|
1648
1966
|
:param int total: Total number of monitors using the script.
|
1649
1967
|
"""
|
1650
|
-
|
1651
|
-
|
1652
|
-
|
1653
|
-
|
1968
|
+
GetDedicatedVantagePointMonitorStatusCountMapResult._configure(
|
1969
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1970
|
+
disabled=disabled,
|
1971
|
+
enabled=enabled,
|
1972
|
+
invalid=invalid,
|
1973
|
+
total=total,
|
1974
|
+
)
|
1975
|
+
@staticmethod
|
1976
|
+
def _configure(
|
1977
|
+
_setter: Callable[[Any, Any], None],
|
1978
|
+
disabled: int,
|
1979
|
+
enabled: int,
|
1980
|
+
invalid: int,
|
1981
|
+
total: int,
|
1982
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1983
|
+
_setter("disabled", disabled)
|
1984
|
+
_setter("enabled", enabled)
|
1985
|
+
_setter("invalid", invalid)
|
1986
|
+
_setter("total", total)
|
1654
1987
|
|
1655
1988
|
@property
|
1656
1989
|
@pulumi.getter
|
@@ -1689,7 +2022,16 @@ class GetDedicatedVantagePointMonitorStatusCountMapResult(dict):
|
|
1689
2022
|
class GetDedicatedVantagePointsDedicatedVantagePointCollectionResult(dict):
|
1690
2023
|
def __init__(__self__, *,
|
1691
2024
|
items: Sequence['outputs.GetDedicatedVantagePointsDedicatedVantagePointCollectionItemResult']):
|
1692
|
-
|
2025
|
+
GetDedicatedVantagePointsDedicatedVantagePointCollectionResult._configure(
|
2026
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2027
|
+
items=items,
|
2028
|
+
)
|
2029
|
+
@staticmethod
|
2030
|
+
def _configure(
|
2031
|
+
_setter: Callable[[Any, Any], None],
|
2032
|
+
items: Sequence['outputs.GetDedicatedVantagePointsDedicatedVantagePointCollectionItemResult'],
|
2033
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2034
|
+
_setter("items", items)
|
1693
2035
|
|
1694
2036
|
@property
|
1695
2037
|
@pulumi.getter
|
@@ -1726,18 +2068,49 @@ class GetDedicatedVantagePointsDedicatedVantagePointCollectionItemResult(dict):
|
|
1726
2068
|
:param str time_created: The time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2020-02-12T22:47:12.613Z`
|
1727
2069
|
:param str time_updated: The time the resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2020-02-13T22:47:12.613Z`
|
1728
2070
|
"""
|
1729
|
-
|
1730
|
-
|
1731
|
-
|
1732
|
-
|
1733
|
-
|
1734
|
-
|
1735
|
-
|
1736
|
-
|
1737
|
-
|
1738
|
-
|
1739
|
-
|
1740
|
-
|
2071
|
+
GetDedicatedVantagePointsDedicatedVantagePointCollectionItemResult._configure(
|
2072
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2073
|
+
apm_domain_id=apm_domain_id,
|
2074
|
+
defined_tags=defined_tags,
|
2075
|
+
display_name=display_name,
|
2076
|
+
dvp_stack_details=dvp_stack_details,
|
2077
|
+
freeform_tags=freeform_tags,
|
2078
|
+
id=id,
|
2079
|
+
monitor_status_count_maps=monitor_status_count_maps,
|
2080
|
+
name=name,
|
2081
|
+
region=region,
|
2082
|
+
status=status,
|
2083
|
+
time_created=time_created,
|
2084
|
+
time_updated=time_updated,
|
2085
|
+
)
|
2086
|
+
@staticmethod
|
2087
|
+
def _configure(
|
2088
|
+
_setter: Callable[[Any, Any], None],
|
2089
|
+
apm_domain_id: str,
|
2090
|
+
defined_tags: Mapping[str, Any],
|
2091
|
+
display_name: str,
|
2092
|
+
dvp_stack_details: Sequence['outputs.GetDedicatedVantagePointsDedicatedVantagePointCollectionItemDvpStackDetailResult'],
|
2093
|
+
freeform_tags: Mapping[str, Any],
|
2094
|
+
id: str,
|
2095
|
+
monitor_status_count_maps: Sequence['outputs.GetDedicatedVantagePointsDedicatedVantagePointCollectionItemMonitorStatusCountMapResult'],
|
2096
|
+
name: str,
|
2097
|
+
region: str,
|
2098
|
+
status: str,
|
2099
|
+
time_created: str,
|
2100
|
+
time_updated: str,
|
2101
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2102
|
+
_setter("apm_domain_id", apm_domain_id)
|
2103
|
+
_setter("defined_tags", defined_tags)
|
2104
|
+
_setter("display_name", display_name)
|
2105
|
+
_setter("dvp_stack_details", dvp_stack_details)
|
2106
|
+
_setter("freeform_tags", freeform_tags)
|
2107
|
+
_setter("id", id)
|
2108
|
+
_setter("monitor_status_count_maps", monitor_status_count_maps)
|
2109
|
+
_setter("name", name)
|
2110
|
+
_setter("region", region)
|
2111
|
+
_setter("status", status)
|
2112
|
+
_setter("time_created", time_created)
|
2113
|
+
_setter("time_updated", time_updated)
|
1741
2114
|
|
1742
2115
|
@property
|
1743
2116
|
@pulumi.getter(name="apmDomainId")
|
@@ -1849,10 +2222,25 @@ class GetDedicatedVantagePointsDedicatedVantagePointCollectionItemDvpStackDetail
|
|
1849
2222
|
:param str dvp_stream_id: Stream [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Resource Manager stack for dedicated vantage point.
|
1850
2223
|
:param str dvp_version: Version of the dedicated vantage point.
|
1851
2224
|
"""
|
1852
|
-
|
1853
|
-
|
1854
|
-
|
1855
|
-
|
2225
|
+
GetDedicatedVantagePointsDedicatedVantagePointCollectionItemDvpStackDetailResult._configure(
|
2226
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2227
|
+
dvp_stack_id=dvp_stack_id,
|
2228
|
+
dvp_stack_type=dvp_stack_type,
|
2229
|
+
dvp_stream_id=dvp_stream_id,
|
2230
|
+
dvp_version=dvp_version,
|
2231
|
+
)
|
2232
|
+
@staticmethod
|
2233
|
+
def _configure(
|
2234
|
+
_setter: Callable[[Any, Any], None],
|
2235
|
+
dvp_stack_id: str,
|
2236
|
+
dvp_stack_type: str,
|
2237
|
+
dvp_stream_id: str,
|
2238
|
+
dvp_version: str,
|
2239
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2240
|
+
_setter("dvp_stack_id", dvp_stack_id)
|
2241
|
+
_setter("dvp_stack_type", dvp_stack_type)
|
2242
|
+
_setter("dvp_stream_id", dvp_stream_id)
|
2243
|
+
_setter("dvp_version", dvp_version)
|
1856
2244
|
|
1857
2245
|
@property
|
1858
2246
|
@pulumi.getter(name="dvpStackId")
|
@@ -1900,10 +2288,25 @@ class GetDedicatedVantagePointsDedicatedVantagePointCollectionItemMonitorStatusC
|
|
1900
2288
|
:param int invalid: Number of invalid monitors using the script.
|
1901
2289
|
:param int total: Total number of monitors using the script.
|
1902
2290
|
"""
|
1903
|
-
|
1904
|
-
|
1905
|
-
|
1906
|
-
|
2291
|
+
GetDedicatedVantagePointsDedicatedVantagePointCollectionItemMonitorStatusCountMapResult._configure(
|
2292
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2293
|
+
disabled=disabled,
|
2294
|
+
enabled=enabled,
|
2295
|
+
invalid=invalid,
|
2296
|
+
total=total,
|
2297
|
+
)
|
2298
|
+
@staticmethod
|
2299
|
+
def _configure(
|
2300
|
+
_setter: Callable[[Any, Any], None],
|
2301
|
+
disabled: int,
|
2302
|
+
enabled: int,
|
2303
|
+
invalid: int,
|
2304
|
+
total: int,
|
2305
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2306
|
+
_setter("disabled", disabled)
|
2307
|
+
_setter("enabled", enabled)
|
2308
|
+
_setter("invalid", invalid)
|
2309
|
+
_setter("total", total)
|
1907
2310
|
|
1908
2311
|
@property
|
1909
2312
|
@pulumi.getter
|
@@ -1947,10 +2350,23 @@ class GetDedicatedVantagePointsFilterResult(dict):
|
|
1947
2350
|
"""
|
1948
2351
|
:param str name: A filter to return only the resources that match the entire name.
|
1949
2352
|
"""
|
1950
|
-
|
1951
|
-
|
2353
|
+
GetDedicatedVantagePointsFilterResult._configure(
|
2354
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2355
|
+
name=name,
|
2356
|
+
values=values,
|
2357
|
+
regex=regex,
|
2358
|
+
)
|
2359
|
+
@staticmethod
|
2360
|
+
def _configure(
|
2361
|
+
_setter: Callable[[Any, Any], None],
|
2362
|
+
name: str,
|
2363
|
+
values: Sequence[str],
|
2364
|
+
regex: Optional[bool] = None,
|
2365
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2366
|
+
_setter("name", name)
|
2367
|
+
_setter("values", values)
|
1952
2368
|
if regex is not None:
|
1953
|
-
|
2369
|
+
_setter("regex", regex)
|
1954
2370
|
|
1955
2371
|
@property
|
1956
2372
|
@pulumi.getter
|
@@ -1980,8 +2396,19 @@ class GetMonitorAvailabilityConfigurationResult(dict):
|
|
1980
2396
|
:param int max_allowed_failures_per_interval: Maximum number of failed runs allowed in an interval. If an interval has more failed runs than the specified value, then the interval will be classified as UNAVAILABLE.
|
1981
2397
|
:param int min_allowed_runs_per_interval: Minimum number of runs allowed in an interval. If an interval has fewer runs than the specified value, then the interval will be classified as UNKNOWN and will be excluded from the availability calculations.
|
1982
2398
|
"""
|
1983
|
-
|
1984
|
-
|
2399
|
+
GetMonitorAvailabilityConfigurationResult._configure(
|
2400
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2401
|
+
max_allowed_failures_per_interval=max_allowed_failures_per_interval,
|
2402
|
+
min_allowed_runs_per_interval=min_allowed_runs_per_interval,
|
2403
|
+
)
|
2404
|
+
@staticmethod
|
2405
|
+
def _configure(
|
2406
|
+
_setter: Callable[[Any, Any], None],
|
2407
|
+
max_allowed_failures_per_interval: int,
|
2408
|
+
min_allowed_runs_per_interval: int,
|
2409
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2410
|
+
_setter("max_allowed_failures_per_interval", max_allowed_failures_per_interval)
|
2411
|
+
_setter("min_allowed_runs_per_interval", min_allowed_runs_per_interval)
|
1985
2412
|
|
1986
2413
|
@property
|
1987
2414
|
@pulumi.getter(name="maxAllowedFailuresPerInterval")
|
@@ -2039,23 +2466,64 @@ class GetMonitorConfigurationResult(dict):
|
|
2039
2466
|
:param str verify_response_content: Verify response content against regular expression based string. If response content does not match the verifyResponseContent value, then it will be considered a failure.
|
2040
2467
|
:param Sequence['GetMonitorConfigurationVerifyTextArgs'] verify_texts: Verifies all the search strings present in the response. If any search string is not present in the response, then it will be considered as a failure.
|
2041
2468
|
"""
|
2042
|
-
|
2043
|
-
|
2044
|
-
|
2045
|
-
|
2046
|
-
|
2047
|
-
|
2048
|
-
|
2049
|
-
|
2050
|
-
|
2051
|
-
|
2052
|
-
|
2053
|
-
|
2054
|
-
|
2055
|
-
|
2056
|
-
|
2057
|
-
|
2058
|
-
|
2469
|
+
GetMonitorConfigurationResult._configure(
|
2470
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2471
|
+
client_certificate_details=client_certificate_details,
|
2472
|
+
config_type=config_type,
|
2473
|
+
dns_configurations=dns_configurations,
|
2474
|
+
is_certificate_validation_enabled=is_certificate_validation_enabled,
|
2475
|
+
is_default_snapshot_enabled=is_default_snapshot_enabled,
|
2476
|
+
is_failure_retried=is_failure_retried,
|
2477
|
+
is_redirection_enabled=is_redirection_enabled,
|
2478
|
+
network_configurations=network_configurations,
|
2479
|
+
req_authentication_details=req_authentication_details,
|
2480
|
+
req_authentication_scheme=req_authentication_scheme,
|
2481
|
+
request_headers=request_headers,
|
2482
|
+
request_method=request_method,
|
2483
|
+
request_post_body=request_post_body,
|
2484
|
+
request_query_params=request_query_params,
|
2485
|
+
verify_response_codes=verify_response_codes,
|
2486
|
+
verify_response_content=verify_response_content,
|
2487
|
+
verify_texts=verify_texts,
|
2488
|
+
)
|
2489
|
+
@staticmethod
|
2490
|
+
def _configure(
|
2491
|
+
_setter: Callable[[Any, Any], None],
|
2492
|
+
client_certificate_details: Sequence['outputs.GetMonitorConfigurationClientCertificateDetailResult'],
|
2493
|
+
config_type: str,
|
2494
|
+
dns_configurations: Sequence['outputs.GetMonitorConfigurationDnsConfigurationResult'],
|
2495
|
+
is_certificate_validation_enabled: bool,
|
2496
|
+
is_default_snapshot_enabled: bool,
|
2497
|
+
is_failure_retried: bool,
|
2498
|
+
is_redirection_enabled: bool,
|
2499
|
+
network_configurations: Sequence['outputs.GetMonitorConfigurationNetworkConfigurationResult'],
|
2500
|
+
req_authentication_details: Sequence['outputs.GetMonitorConfigurationReqAuthenticationDetailResult'],
|
2501
|
+
req_authentication_scheme: str,
|
2502
|
+
request_headers: Sequence['outputs.GetMonitorConfigurationRequestHeaderResult'],
|
2503
|
+
request_method: str,
|
2504
|
+
request_post_body: str,
|
2505
|
+
request_query_params: Sequence['outputs.GetMonitorConfigurationRequestQueryParamResult'],
|
2506
|
+
verify_response_codes: Sequence[str],
|
2507
|
+
verify_response_content: str,
|
2508
|
+
verify_texts: Sequence['outputs.GetMonitorConfigurationVerifyTextResult'],
|
2509
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2510
|
+
_setter("client_certificate_details", client_certificate_details)
|
2511
|
+
_setter("config_type", config_type)
|
2512
|
+
_setter("dns_configurations", dns_configurations)
|
2513
|
+
_setter("is_certificate_validation_enabled", is_certificate_validation_enabled)
|
2514
|
+
_setter("is_default_snapshot_enabled", is_default_snapshot_enabled)
|
2515
|
+
_setter("is_failure_retried", is_failure_retried)
|
2516
|
+
_setter("is_redirection_enabled", is_redirection_enabled)
|
2517
|
+
_setter("network_configurations", network_configurations)
|
2518
|
+
_setter("req_authentication_details", req_authentication_details)
|
2519
|
+
_setter("req_authentication_scheme", req_authentication_scheme)
|
2520
|
+
_setter("request_headers", request_headers)
|
2521
|
+
_setter("request_method", request_method)
|
2522
|
+
_setter("request_post_body", request_post_body)
|
2523
|
+
_setter("request_query_params", request_query_params)
|
2524
|
+
_setter("verify_response_codes", verify_response_codes)
|
2525
|
+
_setter("verify_response_content", verify_response_content)
|
2526
|
+
_setter("verify_texts", verify_texts)
|
2059
2527
|
|
2060
2528
|
@property
|
2061
2529
|
@pulumi.getter(name="clientCertificateDetails")
|
@@ -2203,8 +2671,19 @@ class GetMonitorConfigurationClientCertificateDetailResult(dict):
|
|
2203
2671
|
:param Sequence['GetMonitorConfigurationClientCertificateDetailClientCertificateArgs'] client_certificates: Client certificate in PEM format.
|
2204
2672
|
:param Sequence['GetMonitorConfigurationClientCertificateDetailPrivateKeyArgs'] private_keys: The private key associated with the client certificate in PEM format.
|
2205
2673
|
"""
|
2206
|
-
|
2207
|
-
|
2674
|
+
GetMonitorConfigurationClientCertificateDetailResult._configure(
|
2675
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2676
|
+
client_certificates=client_certificates,
|
2677
|
+
private_keys=private_keys,
|
2678
|
+
)
|
2679
|
+
@staticmethod
|
2680
|
+
def _configure(
|
2681
|
+
_setter: Callable[[Any, Any], None],
|
2682
|
+
client_certificates: Sequence['outputs.GetMonitorConfigurationClientCertificateDetailClientCertificateResult'],
|
2683
|
+
private_keys: Sequence['outputs.GetMonitorConfigurationClientCertificateDetailPrivateKeyResult'],
|
2684
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2685
|
+
_setter("client_certificates", client_certificates)
|
2686
|
+
_setter("private_keys", private_keys)
|
2208
2687
|
|
2209
2688
|
@property
|
2210
2689
|
@pulumi.getter(name="clientCertificates")
|
@@ -2232,8 +2711,19 @@ class GetMonitorConfigurationClientCertificateDetailClientCertificateResult(dict
|
|
2232
2711
|
:param str content: Content of the private key file.
|
2233
2712
|
:param str file_name: Name of the private key file.
|
2234
2713
|
"""
|
2235
|
-
|
2236
|
-
|
2714
|
+
GetMonitorConfigurationClientCertificateDetailClientCertificateResult._configure(
|
2715
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2716
|
+
content=content,
|
2717
|
+
file_name=file_name,
|
2718
|
+
)
|
2719
|
+
@staticmethod
|
2720
|
+
def _configure(
|
2721
|
+
_setter: Callable[[Any, Any], None],
|
2722
|
+
content: str,
|
2723
|
+
file_name: str,
|
2724
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2725
|
+
_setter("content", content)
|
2726
|
+
_setter("file_name", file_name)
|
2237
2727
|
|
2238
2728
|
@property
|
2239
2729
|
@pulumi.getter
|
@@ -2261,8 +2751,19 @@ class GetMonitorConfigurationClientCertificateDetailPrivateKeyResult(dict):
|
|
2261
2751
|
:param str content: Content of the private key file.
|
2262
2752
|
:param str file_name: Name of the private key file.
|
2263
2753
|
"""
|
2264
|
-
|
2265
|
-
|
2754
|
+
GetMonitorConfigurationClientCertificateDetailPrivateKeyResult._configure(
|
2755
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2756
|
+
content=content,
|
2757
|
+
file_name=file_name,
|
2758
|
+
)
|
2759
|
+
@staticmethod
|
2760
|
+
def _configure(
|
2761
|
+
_setter: Callable[[Any, Any], None],
|
2762
|
+
content: str,
|
2763
|
+
file_name: str,
|
2764
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2765
|
+
_setter("content", content)
|
2766
|
+
_setter("file_name", file_name)
|
2266
2767
|
|
2267
2768
|
@property
|
2268
2769
|
@pulumi.getter
|
@@ -2290,8 +2791,19 @@ class GetMonitorConfigurationDnsConfigurationResult(dict):
|
|
2290
2791
|
:param bool is_override_dns: If isOverrideDns is true, then DNS settings will be overridden.
|
2291
2792
|
:param str override_dns_ip: Attribute to override the DNS IP value. This value will be honored only if isOverrideDns is set to true.
|
2292
2793
|
"""
|
2293
|
-
|
2294
|
-
|
2794
|
+
GetMonitorConfigurationDnsConfigurationResult._configure(
|
2795
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2796
|
+
is_override_dns=is_override_dns,
|
2797
|
+
override_dns_ip=override_dns_ip,
|
2798
|
+
)
|
2799
|
+
@staticmethod
|
2800
|
+
def _configure(
|
2801
|
+
_setter: Callable[[Any, Any], None],
|
2802
|
+
is_override_dns: bool,
|
2803
|
+
override_dns_ip: str,
|
2804
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2805
|
+
_setter("is_override_dns", is_override_dns)
|
2806
|
+
_setter("override_dns_ip", override_dns_ip)
|
2295
2807
|
|
2296
2808
|
@property
|
2297
2809
|
@pulumi.getter(name="isOverrideDns")
|
@@ -2325,11 +2837,28 @@ class GetMonitorConfigurationNetworkConfigurationResult(dict):
|
|
2325
2837
|
:param str protocol: Type of protocol.
|
2326
2838
|
:param int transmission_rate: Number of probe packets sent out simultaneously.
|
2327
2839
|
"""
|
2328
|
-
|
2329
|
-
|
2330
|
-
|
2331
|
-
|
2332
|
-
|
2840
|
+
GetMonitorConfigurationNetworkConfigurationResult._configure(
|
2841
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2842
|
+
number_of_hops=number_of_hops,
|
2843
|
+
probe_mode=probe_mode,
|
2844
|
+
probe_per_hop=probe_per_hop,
|
2845
|
+
protocol=protocol,
|
2846
|
+
transmission_rate=transmission_rate,
|
2847
|
+
)
|
2848
|
+
@staticmethod
|
2849
|
+
def _configure(
|
2850
|
+
_setter: Callable[[Any, Any], None],
|
2851
|
+
number_of_hops: int,
|
2852
|
+
probe_mode: str,
|
2853
|
+
probe_per_hop: int,
|
2854
|
+
protocol: str,
|
2855
|
+
transmission_rate: int,
|
2856
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2857
|
+
_setter("number_of_hops", number_of_hops)
|
2858
|
+
_setter("probe_mode", probe_mode)
|
2859
|
+
_setter("probe_per_hop", probe_per_hop)
|
2860
|
+
_setter("protocol", protocol)
|
2861
|
+
_setter("transmission_rate", transmission_rate)
|
2333
2862
|
|
2334
2863
|
@property
|
2335
2864
|
@pulumi.getter(name="numberOfHops")
|
@@ -2393,14 +2922,37 @@ class GetMonitorConfigurationReqAuthenticationDetailResult(dict):
|
|
2393
2922
|
:param str auth_user_password: User password for authentication.
|
2394
2923
|
:param str oauth_scheme: Request HTTP OAuth scheme.
|
2395
2924
|
"""
|
2396
|
-
|
2397
|
-
|
2398
|
-
|
2399
|
-
|
2400
|
-
|
2401
|
-
|
2402
|
-
|
2403
|
-
|
2925
|
+
GetMonitorConfigurationReqAuthenticationDetailResult._configure(
|
2926
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2927
|
+
auth_headers=auth_headers,
|
2928
|
+
auth_request_method=auth_request_method,
|
2929
|
+
auth_request_post_body=auth_request_post_body,
|
2930
|
+
auth_token=auth_token,
|
2931
|
+
auth_url=auth_url,
|
2932
|
+
auth_user_name=auth_user_name,
|
2933
|
+
auth_user_password=auth_user_password,
|
2934
|
+
oauth_scheme=oauth_scheme,
|
2935
|
+
)
|
2936
|
+
@staticmethod
|
2937
|
+
def _configure(
|
2938
|
+
_setter: Callable[[Any, Any], None],
|
2939
|
+
auth_headers: Sequence['outputs.GetMonitorConfigurationReqAuthenticationDetailAuthHeaderResult'],
|
2940
|
+
auth_request_method: str,
|
2941
|
+
auth_request_post_body: str,
|
2942
|
+
auth_token: str,
|
2943
|
+
auth_url: str,
|
2944
|
+
auth_user_name: str,
|
2945
|
+
auth_user_password: str,
|
2946
|
+
oauth_scheme: str,
|
2947
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2948
|
+
_setter("auth_headers", auth_headers)
|
2949
|
+
_setter("auth_request_method", auth_request_method)
|
2950
|
+
_setter("auth_request_post_body", auth_request_post_body)
|
2951
|
+
_setter("auth_token", auth_token)
|
2952
|
+
_setter("auth_url", auth_url)
|
2953
|
+
_setter("auth_user_name", auth_user_name)
|
2954
|
+
_setter("auth_user_password", auth_user_password)
|
2955
|
+
_setter("oauth_scheme", oauth_scheme)
|
2404
2956
|
|
2405
2957
|
@property
|
2406
2958
|
@pulumi.getter(name="authHeaders")
|
@@ -2476,8 +3028,19 @@ class GetMonitorConfigurationReqAuthenticationDetailAuthHeaderResult(dict):
|
|
2476
3028
|
:param str header_name: Name of the header.
|
2477
3029
|
:param str header_value: Value of the header.
|
2478
3030
|
"""
|
2479
|
-
|
2480
|
-
|
3031
|
+
GetMonitorConfigurationReqAuthenticationDetailAuthHeaderResult._configure(
|
3032
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3033
|
+
header_name=header_name,
|
3034
|
+
header_value=header_value,
|
3035
|
+
)
|
3036
|
+
@staticmethod
|
3037
|
+
def _configure(
|
3038
|
+
_setter: Callable[[Any, Any], None],
|
3039
|
+
header_name: str,
|
3040
|
+
header_value: str,
|
3041
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3042
|
+
_setter("header_name", header_name)
|
3043
|
+
_setter("header_value", header_value)
|
2481
3044
|
|
2482
3045
|
@property
|
2483
3046
|
@pulumi.getter(name="headerName")
|
@@ -2505,8 +3068,19 @@ class GetMonitorConfigurationRequestHeaderResult(dict):
|
|
2505
3068
|
:param str header_name: Name of the header.
|
2506
3069
|
:param str header_value: Value of the header.
|
2507
3070
|
"""
|
2508
|
-
|
2509
|
-
|
3071
|
+
GetMonitorConfigurationRequestHeaderResult._configure(
|
3072
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3073
|
+
header_name=header_name,
|
3074
|
+
header_value=header_value,
|
3075
|
+
)
|
3076
|
+
@staticmethod
|
3077
|
+
def _configure(
|
3078
|
+
_setter: Callable[[Any, Any], None],
|
3079
|
+
header_name: str,
|
3080
|
+
header_value: str,
|
3081
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3082
|
+
_setter("header_name", header_name)
|
3083
|
+
_setter("header_value", header_value)
|
2510
3084
|
|
2511
3085
|
@property
|
2512
3086
|
@pulumi.getter(name="headerName")
|
@@ -2534,8 +3108,19 @@ class GetMonitorConfigurationRequestQueryParamResult(dict):
|
|
2534
3108
|
:param str param_name: Name of the parameter.
|
2535
3109
|
:param str param_value: Value of the parameter.
|
2536
3110
|
"""
|
2537
|
-
|
2538
|
-
|
3111
|
+
GetMonitorConfigurationRequestQueryParamResult._configure(
|
3112
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3113
|
+
param_name=param_name,
|
3114
|
+
param_value=param_value,
|
3115
|
+
)
|
3116
|
+
@staticmethod
|
3117
|
+
def _configure(
|
3118
|
+
_setter: Callable[[Any, Any], None],
|
3119
|
+
param_name: str,
|
3120
|
+
param_value: str,
|
3121
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3122
|
+
_setter("param_name", param_name)
|
3123
|
+
_setter("param_value", param_value)
|
2539
3124
|
|
2540
3125
|
@property
|
2541
3126
|
@pulumi.getter(name="paramName")
|
@@ -2561,7 +3146,16 @@ class GetMonitorConfigurationVerifyTextResult(dict):
|
|
2561
3146
|
"""
|
2562
3147
|
:param str text: Verification text in the response.
|
2563
3148
|
"""
|
2564
|
-
|
3149
|
+
GetMonitorConfigurationVerifyTextResult._configure(
|
3150
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3151
|
+
text=text,
|
3152
|
+
)
|
3153
|
+
@staticmethod
|
3154
|
+
def _configure(
|
3155
|
+
_setter: Callable[[Any, Any], None],
|
3156
|
+
text: str,
|
3157
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3158
|
+
_setter("text", text)
|
2565
3159
|
|
2566
3160
|
@property
|
2567
3161
|
@pulumi.getter
|
@@ -2581,8 +3175,19 @@ class GetMonitorMaintenanceWindowScheduleResult(dict):
|
|
2581
3175
|
:param str time_ended: End time of the maintenance window, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2020-02-12T22:47:12.613Z`
|
2582
3176
|
:param str time_started: Start time of the maintenance window, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2020-02-12T22:47:12.613Z`
|
2583
3177
|
"""
|
2584
|
-
|
2585
|
-
|
3178
|
+
GetMonitorMaintenanceWindowScheduleResult._configure(
|
3179
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3180
|
+
time_ended=time_ended,
|
3181
|
+
time_started=time_started,
|
3182
|
+
)
|
3183
|
+
@staticmethod
|
3184
|
+
def _configure(
|
3185
|
+
_setter: Callable[[Any, Any], None],
|
3186
|
+
time_ended: str,
|
3187
|
+
time_started: str,
|
3188
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3189
|
+
_setter("time_ended", time_ended)
|
3190
|
+
_setter("time_started", time_started)
|
2586
3191
|
|
2587
3192
|
@property
|
2588
3193
|
@pulumi.getter(name="timeEnded")
|
@@ -2616,11 +3221,28 @@ class GetMonitorScriptParameterResult(dict):
|
|
2616
3221
|
:param str param_name: Name of the parameter.
|
2617
3222
|
:param str param_value: Value of the parameter.
|
2618
3223
|
"""
|
2619
|
-
|
2620
|
-
|
2621
|
-
|
2622
|
-
|
2623
|
-
|
3224
|
+
GetMonitorScriptParameterResult._configure(
|
3225
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3226
|
+
is_overwritten=is_overwritten,
|
3227
|
+
is_secret=is_secret,
|
3228
|
+
monitor_script_parameters=monitor_script_parameters,
|
3229
|
+
param_name=param_name,
|
3230
|
+
param_value=param_value,
|
3231
|
+
)
|
3232
|
+
@staticmethod
|
3233
|
+
def _configure(
|
3234
|
+
_setter: Callable[[Any, Any], None],
|
3235
|
+
is_overwritten: bool,
|
3236
|
+
is_secret: bool,
|
3237
|
+
monitor_script_parameters: Sequence['outputs.GetMonitorScriptParameterMonitorScriptParameterResult'],
|
3238
|
+
param_name: str,
|
3239
|
+
param_value: str,
|
3240
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3241
|
+
_setter("is_overwritten", is_overwritten)
|
3242
|
+
_setter("is_secret", is_secret)
|
3243
|
+
_setter("monitor_script_parameters", monitor_script_parameters)
|
3244
|
+
_setter("param_name", param_name)
|
3245
|
+
_setter("param_value", param_value)
|
2624
3246
|
|
2625
3247
|
@property
|
2626
3248
|
@pulumi.getter(name="isOverwritten")
|
@@ -2672,8 +3294,19 @@ class GetMonitorScriptParameterMonitorScriptParameterResult(dict):
|
|
2672
3294
|
:param str param_name: Name of the parameter.
|
2673
3295
|
:param str param_value: Value of the parameter.
|
2674
3296
|
"""
|
2675
|
-
|
2676
|
-
|
3297
|
+
GetMonitorScriptParameterMonitorScriptParameterResult._configure(
|
3298
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3299
|
+
param_name=param_name,
|
3300
|
+
param_value=param_value,
|
3301
|
+
)
|
3302
|
+
@staticmethod
|
3303
|
+
def _configure(
|
3304
|
+
_setter: Callable[[Any, Any], None],
|
3305
|
+
param_name: str,
|
3306
|
+
param_value: str,
|
3307
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3308
|
+
_setter("param_name", param_name)
|
3309
|
+
_setter("param_value", param_value)
|
2677
3310
|
|
2678
3311
|
@property
|
2679
3312
|
@pulumi.getter(name="paramName")
|
@@ -2701,8 +3334,19 @@ class GetMonitorVantagePointResult(dict):
|
|
2701
3334
|
:param str display_name: Unique name that can be edited. The name should not contain any confidential information.
|
2702
3335
|
:param str name: Name of the vantage point.
|
2703
3336
|
"""
|
2704
|
-
|
2705
|
-
|
3337
|
+
GetMonitorVantagePointResult._configure(
|
3338
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3339
|
+
display_name=display_name,
|
3340
|
+
name=name,
|
3341
|
+
)
|
3342
|
+
@staticmethod
|
3343
|
+
def _configure(
|
3344
|
+
_setter: Callable[[Any, Any], None],
|
3345
|
+
display_name: str,
|
3346
|
+
name: str,
|
3347
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3348
|
+
_setter("display_name", display_name)
|
3349
|
+
_setter("name", name)
|
2706
3350
|
|
2707
3351
|
@property
|
2708
3352
|
@pulumi.getter(name="displayName")
|
@@ -2730,10 +3374,23 @@ class GetMonitorsFilterResult(dict):
|
|
2730
3374
|
"""
|
2731
3375
|
:param str name: Name of the vantage point.
|
2732
3376
|
"""
|
2733
|
-
|
2734
|
-
|
3377
|
+
GetMonitorsFilterResult._configure(
|
3378
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3379
|
+
name=name,
|
3380
|
+
values=values,
|
3381
|
+
regex=regex,
|
3382
|
+
)
|
3383
|
+
@staticmethod
|
3384
|
+
def _configure(
|
3385
|
+
_setter: Callable[[Any, Any], None],
|
3386
|
+
name: str,
|
3387
|
+
values: Sequence[str],
|
3388
|
+
regex: Optional[bool] = None,
|
3389
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3390
|
+
_setter("name", name)
|
3391
|
+
_setter("values", values)
|
2735
3392
|
if regex is not None:
|
2736
|
-
|
3393
|
+
_setter("regex", regex)
|
2737
3394
|
|
2738
3395
|
@property
|
2739
3396
|
@pulumi.getter
|
@@ -2758,7 +3415,16 @@ class GetMonitorsFilterResult(dict):
|
|
2758
3415
|
class GetMonitorsMonitorCollectionResult(dict):
|
2759
3416
|
def __init__(__self__, *,
|
2760
3417
|
items: Sequence['outputs.GetMonitorsMonitorCollectionItemResult']):
|
2761
|
-
|
3418
|
+
GetMonitorsMonitorCollectionResult._configure(
|
3419
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3420
|
+
items=items,
|
3421
|
+
)
|
3422
|
+
@staticmethod
|
3423
|
+
def _configure(
|
3424
|
+
_setter: Callable[[Any, Any], None],
|
3425
|
+
items: Sequence['outputs.GetMonitorsMonitorCollectionItemResult'],
|
3426
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3427
|
+
_setter("items", items)
|
2762
3428
|
|
2763
3429
|
@property
|
2764
3430
|
@pulumi.getter
|
@@ -2819,30 +3485,85 @@ class GetMonitorsMonitorCollectionItemResult(dict):
|
|
2819
3485
|
:param int vantage_point_count: Number of vantage points where monitor is running.
|
2820
3486
|
:param Sequence['GetMonitorsMonitorCollectionItemVantagePointArgs'] vantage_points: List of public and dedicated vantage points where the monitor is running.
|
2821
3487
|
"""
|
2822
|
-
|
2823
|
-
|
2824
|
-
|
2825
|
-
|
2826
|
-
|
2827
|
-
|
2828
|
-
|
2829
|
-
|
2830
|
-
|
2831
|
-
|
2832
|
-
|
2833
|
-
|
2834
|
-
|
2835
|
-
|
2836
|
-
|
2837
|
-
|
2838
|
-
|
2839
|
-
|
2840
|
-
|
2841
|
-
|
2842
|
-
|
2843
|
-
|
2844
|
-
|
2845
|
-
|
3488
|
+
GetMonitorsMonitorCollectionItemResult._configure(
|
3489
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3490
|
+
apm_domain_id=apm_domain_id,
|
3491
|
+
availability_configurations=availability_configurations,
|
3492
|
+
batch_interval_in_seconds=batch_interval_in_seconds,
|
3493
|
+
configurations=configurations,
|
3494
|
+
defined_tags=defined_tags,
|
3495
|
+
display_name=display_name,
|
3496
|
+
freeform_tags=freeform_tags,
|
3497
|
+
id=id,
|
3498
|
+
is_run_now=is_run_now,
|
3499
|
+
is_run_once=is_run_once,
|
3500
|
+
maintenance_window_schedules=maintenance_window_schedules,
|
3501
|
+
monitor_type=monitor_type,
|
3502
|
+
repeat_interval_in_seconds=repeat_interval_in_seconds,
|
3503
|
+
scheduling_policy=scheduling_policy,
|
3504
|
+
script_id=script_id,
|
3505
|
+
script_name=script_name,
|
3506
|
+
script_parameters=script_parameters,
|
3507
|
+
status=status,
|
3508
|
+
target=target,
|
3509
|
+
time_created=time_created,
|
3510
|
+
time_updated=time_updated,
|
3511
|
+
timeout_in_seconds=timeout_in_seconds,
|
3512
|
+
vantage_point_count=vantage_point_count,
|
3513
|
+
vantage_points=vantage_points,
|
3514
|
+
)
|
3515
|
+
@staticmethod
|
3516
|
+
def _configure(
|
3517
|
+
_setter: Callable[[Any, Any], None],
|
3518
|
+
apm_domain_id: str,
|
3519
|
+
availability_configurations: Sequence['outputs.GetMonitorsMonitorCollectionItemAvailabilityConfigurationResult'],
|
3520
|
+
batch_interval_in_seconds: int,
|
3521
|
+
configurations: Sequence['outputs.GetMonitorsMonitorCollectionItemConfigurationResult'],
|
3522
|
+
defined_tags: Mapping[str, Any],
|
3523
|
+
display_name: str,
|
3524
|
+
freeform_tags: Mapping[str, Any],
|
3525
|
+
id: str,
|
3526
|
+
is_run_now: bool,
|
3527
|
+
is_run_once: bool,
|
3528
|
+
maintenance_window_schedules: Sequence['outputs.GetMonitorsMonitorCollectionItemMaintenanceWindowScheduleResult'],
|
3529
|
+
monitor_type: str,
|
3530
|
+
repeat_interval_in_seconds: int,
|
3531
|
+
scheduling_policy: str,
|
3532
|
+
script_id: str,
|
3533
|
+
script_name: str,
|
3534
|
+
script_parameters: Sequence['outputs.GetMonitorsMonitorCollectionItemScriptParameterResult'],
|
3535
|
+
status: str,
|
3536
|
+
target: str,
|
3537
|
+
time_created: str,
|
3538
|
+
time_updated: str,
|
3539
|
+
timeout_in_seconds: int,
|
3540
|
+
vantage_point_count: int,
|
3541
|
+
vantage_points: Sequence['outputs.GetMonitorsMonitorCollectionItemVantagePointResult'],
|
3542
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3543
|
+
_setter("apm_domain_id", apm_domain_id)
|
3544
|
+
_setter("availability_configurations", availability_configurations)
|
3545
|
+
_setter("batch_interval_in_seconds", batch_interval_in_seconds)
|
3546
|
+
_setter("configurations", configurations)
|
3547
|
+
_setter("defined_tags", defined_tags)
|
3548
|
+
_setter("display_name", display_name)
|
3549
|
+
_setter("freeform_tags", freeform_tags)
|
3550
|
+
_setter("id", id)
|
3551
|
+
_setter("is_run_now", is_run_now)
|
3552
|
+
_setter("is_run_once", is_run_once)
|
3553
|
+
_setter("maintenance_window_schedules", maintenance_window_schedules)
|
3554
|
+
_setter("monitor_type", monitor_type)
|
3555
|
+
_setter("repeat_interval_in_seconds", repeat_interval_in_seconds)
|
3556
|
+
_setter("scheduling_policy", scheduling_policy)
|
3557
|
+
_setter("script_id", script_id)
|
3558
|
+
_setter("script_name", script_name)
|
3559
|
+
_setter("script_parameters", script_parameters)
|
3560
|
+
_setter("status", status)
|
3561
|
+
_setter("target", target)
|
3562
|
+
_setter("time_created", time_created)
|
3563
|
+
_setter("time_updated", time_updated)
|
3564
|
+
_setter("timeout_in_seconds", timeout_in_seconds)
|
3565
|
+
_setter("vantage_point_count", vantage_point_count)
|
3566
|
+
_setter("vantage_points", vantage_points)
|
2846
3567
|
|
2847
3568
|
@property
|
2848
3569
|
@pulumi.getter(name="apmDomainId")
|
@@ -3046,8 +3767,19 @@ class GetMonitorsMonitorCollectionItemAvailabilityConfigurationResult(dict):
|
|
3046
3767
|
:param int max_allowed_failures_per_interval: Maximum number of failed runs allowed in an interval. If an interval has more failed runs than the specified value, then the interval will be classified as UNAVAILABLE.
|
3047
3768
|
:param int min_allowed_runs_per_interval: Minimum number of runs allowed in an interval. If an interval has fewer runs than the specified value, then the interval will be classified as UNKNOWN and will be excluded from the availability calculations.
|
3048
3769
|
"""
|
3049
|
-
|
3050
|
-
|
3770
|
+
GetMonitorsMonitorCollectionItemAvailabilityConfigurationResult._configure(
|
3771
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3772
|
+
max_allowed_failures_per_interval=max_allowed_failures_per_interval,
|
3773
|
+
min_allowed_runs_per_interval=min_allowed_runs_per_interval,
|
3774
|
+
)
|
3775
|
+
@staticmethod
|
3776
|
+
def _configure(
|
3777
|
+
_setter: Callable[[Any, Any], None],
|
3778
|
+
max_allowed_failures_per_interval: int,
|
3779
|
+
min_allowed_runs_per_interval: int,
|
3780
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3781
|
+
_setter("max_allowed_failures_per_interval", max_allowed_failures_per_interval)
|
3782
|
+
_setter("min_allowed_runs_per_interval", min_allowed_runs_per_interval)
|
3051
3783
|
|
3052
3784
|
@property
|
3053
3785
|
@pulumi.getter(name="maxAllowedFailuresPerInterval")
|
@@ -3105,23 +3837,64 @@ class GetMonitorsMonitorCollectionItemConfigurationResult(dict):
|
|
3105
3837
|
:param str verify_response_content: Verify response content against regular expression based string. If response content does not match the verifyResponseContent value, then it will be considered a failure.
|
3106
3838
|
:param Sequence['GetMonitorsMonitorCollectionItemConfigurationVerifyTextArgs'] verify_texts: Verifies all the search strings present in the response. If any search string is not present in the response, then it will be considered as a failure.
|
3107
3839
|
"""
|
3108
|
-
|
3109
|
-
|
3110
|
-
|
3111
|
-
|
3112
|
-
|
3113
|
-
|
3114
|
-
|
3115
|
-
|
3116
|
-
|
3117
|
-
|
3118
|
-
|
3119
|
-
|
3120
|
-
|
3121
|
-
|
3122
|
-
|
3123
|
-
|
3124
|
-
|
3840
|
+
GetMonitorsMonitorCollectionItemConfigurationResult._configure(
|
3841
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3842
|
+
client_certificate_details=client_certificate_details,
|
3843
|
+
config_type=config_type,
|
3844
|
+
dns_configurations=dns_configurations,
|
3845
|
+
is_certificate_validation_enabled=is_certificate_validation_enabled,
|
3846
|
+
is_default_snapshot_enabled=is_default_snapshot_enabled,
|
3847
|
+
is_failure_retried=is_failure_retried,
|
3848
|
+
is_redirection_enabled=is_redirection_enabled,
|
3849
|
+
network_configurations=network_configurations,
|
3850
|
+
req_authentication_details=req_authentication_details,
|
3851
|
+
req_authentication_scheme=req_authentication_scheme,
|
3852
|
+
request_headers=request_headers,
|
3853
|
+
request_method=request_method,
|
3854
|
+
request_post_body=request_post_body,
|
3855
|
+
request_query_params=request_query_params,
|
3856
|
+
verify_response_codes=verify_response_codes,
|
3857
|
+
verify_response_content=verify_response_content,
|
3858
|
+
verify_texts=verify_texts,
|
3859
|
+
)
|
3860
|
+
@staticmethod
|
3861
|
+
def _configure(
|
3862
|
+
_setter: Callable[[Any, Any], None],
|
3863
|
+
client_certificate_details: Sequence['outputs.GetMonitorsMonitorCollectionItemConfigurationClientCertificateDetailResult'],
|
3864
|
+
config_type: str,
|
3865
|
+
dns_configurations: Sequence['outputs.GetMonitorsMonitorCollectionItemConfigurationDnsConfigurationResult'],
|
3866
|
+
is_certificate_validation_enabled: bool,
|
3867
|
+
is_default_snapshot_enabled: bool,
|
3868
|
+
is_failure_retried: bool,
|
3869
|
+
is_redirection_enabled: bool,
|
3870
|
+
network_configurations: Sequence['outputs.GetMonitorsMonitorCollectionItemConfigurationNetworkConfigurationResult'],
|
3871
|
+
req_authentication_details: Sequence['outputs.GetMonitorsMonitorCollectionItemConfigurationReqAuthenticationDetailResult'],
|
3872
|
+
req_authentication_scheme: str,
|
3873
|
+
request_headers: Sequence['outputs.GetMonitorsMonitorCollectionItemConfigurationRequestHeaderResult'],
|
3874
|
+
request_method: str,
|
3875
|
+
request_post_body: str,
|
3876
|
+
request_query_params: Sequence['outputs.GetMonitorsMonitorCollectionItemConfigurationRequestQueryParamResult'],
|
3877
|
+
verify_response_codes: Sequence[str],
|
3878
|
+
verify_response_content: str,
|
3879
|
+
verify_texts: Sequence['outputs.GetMonitorsMonitorCollectionItemConfigurationVerifyTextResult'],
|
3880
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3881
|
+
_setter("client_certificate_details", client_certificate_details)
|
3882
|
+
_setter("config_type", config_type)
|
3883
|
+
_setter("dns_configurations", dns_configurations)
|
3884
|
+
_setter("is_certificate_validation_enabled", is_certificate_validation_enabled)
|
3885
|
+
_setter("is_default_snapshot_enabled", is_default_snapshot_enabled)
|
3886
|
+
_setter("is_failure_retried", is_failure_retried)
|
3887
|
+
_setter("is_redirection_enabled", is_redirection_enabled)
|
3888
|
+
_setter("network_configurations", network_configurations)
|
3889
|
+
_setter("req_authentication_details", req_authentication_details)
|
3890
|
+
_setter("req_authentication_scheme", req_authentication_scheme)
|
3891
|
+
_setter("request_headers", request_headers)
|
3892
|
+
_setter("request_method", request_method)
|
3893
|
+
_setter("request_post_body", request_post_body)
|
3894
|
+
_setter("request_query_params", request_query_params)
|
3895
|
+
_setter("verify_response_codes", verify_response_codes)
|
3896
|
+
_setter("verify_response_content", verify_response_content)
|
3897
|
+
_setter("verify_texts", verify_texts)
|
3125
3898
|
|
3126
3899
|
@property
|
3127
3900
|
@pulumi.getter(name="clientCertificateDetails")
|
@@ -3269,8 +4042,19 @@ class GetMonitorsMonitorCollectionItemConfigurationClientCertificateDetailResult
|
|
3269
4042
|
:param Sequence['GetMonitorsMonitorCollectionItemConfigurationClientCertificateDetailClientCertificateArgs'] client_certificates: Client certificate in PEM format.
|
3270
4043
|
:param Sequence['GetMonitorsMonitorCollectionItemConfigurationClientCertificateDetailPrivateKeyArgs'] private_keys: The private key associated with the client certificate in PEM format.
|
3271
4044
|
"""
|
3272
|
-
|
3273
|
-
|
4045
|
+
GetMonitorsMonitorCollectionItemConfigurationClientCertificateDetailResult._configure(
|
4046
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4047
|
+
client_certificates=client_certificates,
|
4048
|
+
private_keys=private_keys,
|
4049
|
+
)
|
4050
|
+
@staticmethod
|
4051
|
+
def _configure(
|
4052
|
+
_setter: Callable[[Any, Any], None],
|
4053
|
+
client_certificates: Sequence['outputs.GetMonitorsMonitorCollectionItemConfigurationClientCertificateDetailClientCertificateResult'],
|
4054
|
+
private_keys: Sequence['outputs.GetMonitorsMonitorCollectionItemConfigurationClientCertificateDetailPrivateKeyResult'],
|
4055
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4056
|
+
_setter("client_certificates", client_certificates)
|
4057
|
+
_setter("private_keys", private_keys)
|
3274
4058
|
|
3275
4059
|
@property
|
3276
4060
|
@pulumi.getter(name="clientCertificates")
|
@@ -3298,8 +4082,19 @@ class GetMonitorsMonitorCollectionItemConfigurationClientCertificateDetailClient
|
|
3298
4082
|
:param str content: Content of the private key file.
|
3299
4083
|
:param str file_name: Name of the private key file.
|
3300
4084
|
"""
|
3301
|
-
|
3302
|
-
|
4085
|
+
GetMonitorsMonitorCollectionItemConfigurationClientCertificateDetailClientCertificateResult._configure(
|
4086
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4087
|
+
content=content,
|
4088
|
+
file_name=file_name,
|
4089
|
+
)
|
4090
|
+
@staticmethod
|
4091
|
+
def _configure(
|
4092
|
+
_setter: Callable[[Any, Any], None],
|
4093
|
+
content: str,
|
4094
|
+
file_name: str,
|
4095
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4096
|
+
_setter("content", content)
|
4097
|
+
_setter("file_name", file_name)
|
3303
4098
|
|
3304
4099
|
@property
|
3305
4100
|
@pulumi.getter
|
@@ -3327,8 +4122,19 @@ class GetMonitorsMonitorCollectionItemConfigurationClientCertificateDetailPrivat
|
|
3327
4122
|
:param str content: Content of the private key file.
|
3328
4123
|
:param str file_name: Name of the private key file.
|
3329
4124
|
"""
|
3330
|
-
|
3331
|
-
|
4125
|
+
GetMonitorsMonitorCollectionItemConfigurationClientCertificateDetailPrivateKeyResult._configure(
|
4126
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4127
|
+
content=content,
|
4128
|
+
file_name=file_name,
|
4129
|
+
)
|
4130
|
+
@staticmethod
|
4131
|
+
def _configure(
|
4132
|
+
_setter: Callable[[Any, Any], None],
|
4133
|
+
content: str,
|
4134
|
+
file_name: str,
|
4135
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4136
|
+
_setter("content", content)
|
4137
|
+
_setter("file_name", file_name)
|
3332
4138
|
|
3333
4139
|
@property
|
3334
4140
|
@pulumi.getter
|
@@ -3356,8 +4162,19 @@ class GetMonitorsMonitorCollectionItemConfigurationDnsConfigurationResult(dict):
|
|
3356
4162
|
:param bool is_override_dns: If isOverrideDns is true, then DNS settings will be overridden.
|
3357
4163
|
:param str override_dns_ip: Attribute to override the DNS IP value. This value will be honored only if isOverrideDns is set to true.
|
3358
4164
|
"""
|
3359
|
-
|
3360
|
-
|
4165
|
+
GetMonitorsMonitorCollectionItemConfigurationDnsConfigurationResult._configure(
|
4166
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4167
|
+
is_override_dns=is_override_dns,
|
4168
|
+
override_dns_ip=override_dns_ip,
|
4169
|
+
)
|
4170
|
+
@staticmethod
|
4171
|
+
def _configure(
|
4172
|
+
_setter: Callable[[Any, Any], None],
|
4173
|
+
is_override_dns: bool,
|
4174
|
+
override_dns_ip: str,
|
4175
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4176
|
+
_setter("is_override_dns", is_override_dns)
|
4177
|
+
_setter("override_dns_ip", override_dns_ip)
|
3361
4178
|
|
3362
4179
|
@property
|
3363
4180
|
@pulumi.getter(name="isOverrideDns")
|
@@ -3391,11 +4208,28 @@ class GetMonitorsMonitorCollectionItemConfigurationNetworkConfigurationResult(di
|
|
3391
4208
|
:param str protocol: Type of protocol.
|
3392
4209
|
:param int transmission_rate: Number of probe packets sent out simultaneously.
|
3393
4210
|
"""
|
3394
|
-
|
3395
|
-
|
3396
|
-
|
3397
|
-
|
3398
|
-
|
4211
|
+
GetMonitorsMonitorCollectionItemConfigurationNetworkConfigurationResult._configure(
|
4212
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4213
|
+
number_of_hops=number_of_hops,
|
4214
|
+
probe_mode=probe_mode,
|
4215
|
+
probe_per_hop=probe_per_hop,
|
4216
|
+
protocol=protocol,
|
4217
|
+
transmission_rate=transmission_rate,
|
4218
|
+
)
|
4219
|
+
@staticmethod
|
4220
|
+
def _configure(
|
4221
|
+
_setter: Callable[[Any, Any], None],
|
4222
|
+
number_of_hops: int,
|
4223
|
+
probe_mode: str,
|
4224
|
+
probe_per_hop: int,
|
4225
|
+
protocol: str,
|
4226
|
+
transmission_rate: int,
|
4227
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4228
|
+
_setter("number_of_hops", number_of_hops)
|
4229
|
+
_setter("probe_mode", probe_mode)
|
4230
|
+
_setter("probe_per_hop", probe_per_hop)
|
4231
|
+
_setter("protocol", protocol)
|
4232
|
+
_setter("transmission_rate", transmission_rate)
|
3399
4233
|
|
3400
4234
|
@property
|
3401
4235
|
@pulumi.getter(name="numberOfHops")
|
@@ -3459,14 +4293,37 @@ class GetMonitorsMonitorCollectionItemConfigurationReqAuthenticationDetailResult
|
|
3459
4293
|
:param str auth_user_password: User password for authentication.
|
3460
4294
|
:param str oauth_scheme: Request HTTP OAuth scheme.
|
3461
4295
|
"""
|
3462
|
-
|
3463
|
-
|
3464
|
-
|
3465
|
-
|
3466
|
-
|
3467
|
-
|
3468
|
-
|
3469
|
-
|
4296
|
+
GetMonitorsMonitorCollectionItemConfigurationReqAuthenticationDetailResult._configure(
|
4297
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4298
|
+
auth_headers=auth_headers,
|
4299
|
+
auth_request_method=auth_request_method,
|
4300
|
+
auth_request_post_body=auth_request_post_body,
|
4301
|
+
auth_token=auth_token,
|
4302
|
+
auth_url=auth_url,
|
4303
|
+
auth_user_name=auth_user_name,
|
4304
|
+
auth_user_password=auth_user_password,
|
4305
|
+
oauth_scheme=oauth_scheme,
|
4306
|
+
)
|
4307
|
+
@staticmethod
|
4308
|
+
def _configure(
|
4309
|
+
_setter: Callable[[Any, Any], None],
|
4310
|
+
auth_headers: Sequence['outputs.GetMonitorsMonitorCollectionItemConfigurationReqAuthenticationDetailAuthHeaderResult'],
|
4311
|
+
auth_request_method: str,
|
4312
|
+
auth_request_post_body: str,
|
4313
|
+
auth_token: str,
|
4314
|
+
auth_url: str,
|
4315
|
+
auth_user_name: str,
|
4316
|
+
auth_user_password: str,
|
4317
|
+
oauth_scheme: str,
|
4318
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4319
|
+
_setter("auth_headers", auth_headers)
|
4320
|
+
_setter("auth_request_method", auth_request_method)
|
4321
|
+
_setter("auth_request_post_body", auth_request_post_body)
|
4322
|
+
_setter("auth_token", auth_token)
|
4323
|
+
_setter("auth_url", auth_url)
|
4324
|
+
_setter("auth_user_name", auth_user_name)
|
4325
|
+
_setter("auth_user_password", auth_user_password)
|
4326
|
+
_setter("oauth_scheme", oauth_scheme)
|
3470
4327
|
|
3471
4328
|
@property
|
3472
4329
|
@pulumi.getter(name="authHeaders")
|
@@ -3542,8 +4399,19 @@ class GetMonitorsMonitorCollectionItemConfigurationReqAuthenticationDetailAuthHe
|
|
3542
4399
|
:param str header_name: Name of the header.
|
3543
4400
|
:param str header_value: Value of the header.
|
3544
4401
|
"""
|
3545
|
-
|
3546
|
-
|
4402
|
+
GetMonitorsMonitorCollectionItemConfigurationReqAuthenticationDetailAuthHeaderResult._configure(
|
4403
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4404
|
+
header_name=header_name,
|
4405
|
+
header_value=header_value,
|
4406
|
+
)
|
4407
|
+
@staticmethod
|
4408
|
+
def _configure(
|
4409
|
+
_setter: Callable[[Any, Any], None],
|
4410
|
+
header_name: str,
|
4411
|
+
header_value: str,
|
4412
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4413
|
+
_setter("header_name", header_name)
|
4414
|
+
_setter("header_value", header_value)
|
3547
4415
|
|
3548
4416
|
@property
|
3549
4417
|
@pulumi.getter(name="headerName")
|
@@ -3571,8 +4439,19 @@ class GetMonitorsMonitorCollectionItemConfigurationRequestHeaderResult(dict):
|
|
3571
4439
|
:param str header_name: Name of the header.
|
3572
4440
|
:param str header_value: Value of the header.
|
3573
4441
|
"""
|
3574
|
-
|
3575
|
-
|
4442
|
+
GetMonitorsMonitorCollectionItemConfigurationRequestHeaderResult._configure(
|
4443
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4444
|
+
header_name=header_name,
|
4445
|
+
header_value=header_value,
|
4446
|
+
)
|
4447
|
+
@staticmethod
|
4448
|
+
def _configure(
|
4449
|
+
_setter: Callable[[Any, Any], None],
|
4450
|
+
header_name: str,
|
4451
|
+
header_value: str,
|
4452
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4453
|
+
_setter("header_name", header_name)
|
4454
|
+
_setter("header_value", header_value)
|
3576
4455
|
|
3577
4456
|
@property
|
3578
4457
|
@pulumi.getter(name="headerName")
|
@@ -3600,8 +4479,19 @@ class GetMonitorsMonitorCollectionItemConfigurationRequestQueryParamResult(dict)
|
|
3600
4479
|
:param str param_name: Name of the parameter.
|
3601
4480
|
:param str param_value: Value of the parameter.
|
3602
4481
|
"""
|
3603
|
-
|
3604
|
-
|
4482
|
+
GetMonitorsMonitorCollectionItemConfigurationRequestQueryParamResult._configure(
|
4483
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4484
|
+
param_name=param_name,
|
4485
|
+
param_value=param_value,
|
4486
|
+
)
|
4487
|
+
@staticmethod
|
4488
|
+
def _configure(
|
4489
|
+
_setter: Callable[[Any, Any], None],
|
4490
|
+
param_name: str,
|
4491
|
+
param_value: str,
|
4492
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4493
|
+
_setter("param_name", param_name)
|
4494
|
+
_setter("param_value", param_value)
|
3605
4495
|
|
3606
4496
|
@property
|
3607
4497
|
@pulumi.getter(name="paramName")
|
@@ -3627,7 +4517,16 @@ class GetMonitorsMonitorCollectionItemConfigurationVerifyTextResult(dict):
|
|
3627
4517
|
"""
|
3628
4518
|
:param str text: Verification text in the response.
|
3629
4519
|
"""
|
3630
|
-
|
4520
|
+
GetMonitorsMonitorCollectionItemConfigurationVerifyTextResult._configure(
|
4521
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4522
|
+
text=text,
|
4523
|
+
)
|
4524
|
+
@staticmethod
|
4525
|
+
def _configure(
|
4526
|
+
_setter: Callable[[Any, Any], None],
|
4527
|
+
text: str,
|
4528
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4529
|
+
_setter("text", text)
|
3631
4530
|
|
3632
4531
|
@property
|
3633
4532
|
@pulumi.getter
|
@@ -3647,8 +4546,19 @@ class GetMonitorsMonitorCollectionItemMaintenanceWindowScheduleResult(dict):
|
|
3647
4546
|
:param str time_ended: End time of the maintenance window, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2020-02-12T22:47:12.613Z`
|
3648
4547
|
:param str time_started: Start time of the maintenance window, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2020-02-12T22:47:12.613Z`
|
3649
4548
|
"""
|
3650
|
-
|
3651
|
-
|
4549
|
+
GetMonitorsMonitorCollectionItemMaintenanceWindowScheduleResult._configure(
|
4550
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4551
|
+
time_ended=time_ended,
|
4552
|
+
time_started=time_started,
|
4553
|
+
)
|
4554
|
+
@staticmethod
|
4555
|
+
def _configure(
|
4556
|
+
_setter: Callable[[Any, Any], None],
|
4557
|
+
time_ended: str,
|
4558
|
+
time_started: str,
|
4559
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4560
|
+
_setter("time_ended", time_ended)
|
4561
|
+
_setter("time_started", time_started)
|
3652
4562
|
|
3653
4563
|
@property
|
3654
4564
|
@pulumi.getter(name="timeEnded")
|
@@ -3682,11 +4592,28 @@ class GetMonitorsMonitorCollectionItemScriptParameterResult(dict):
|
|
3682
4592
|
:param str param_name: Name of the parameter.
|
3683
4593
|
:param str param_value: Value of the parameter.
|
3684
4594
|
"""
|
3685
|
-
|
3686
|
-
|
3687
|
-
|
3688
|
-
|
3689
|
-
|
4595
|
+
GetMonitorsMonitorCollectionItemScriptParameterResult._configure(
|
4596
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4597
|
+
is_overwritten=is_overwritten,
|
4598
|
+
is_secret=is_secret,
|
4599
|
+
monitor_script_parameters=monitor_script_parameters,
|
4600
|
+
param_name=param_name,
|
4601
|
+
param_value=param_value,
|
4602
|
+
)
|
4603
|
+
@staticmethod
|
4604
|
+
def _configure(
|
4605
|
+
_setter: Callable[[Any, Any], None],
|
4606
|
+
is_overwritten: bool,
|
4607
|
+
is_secret: bool,
|
4608
|
+
monitor_script_parameters: Sequence['outputs.GetMonitorsMonitorCollectionItemScriptParameterMonitorScriptParameterResult'],
|
4609
|
+
param_name: str,
|
4610
|
+
param_value: str,
|
4611
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4612
|
+
_setter("is_overwritten", is_overwritten)
|
4613
|
+
_setter("is_secret", is_secret)
|
4614
|
+
_setter("monitor_script_parameters", monitor_script_parameters)
|
4615
|
+
_setter("param_name", param_name)
|
4616
|
+
_setter("param_value", param_value)
|
3690
4617
|
|
3691
4618
|
@property
|
3692
4619
|
@pulumi.getter(name="isOverwritten")
|
@@ -3738,8 +4665,19 @@ class GetMonitorsMonitorCollectionItemScriptParameterMonitorScriptParameterResul
|
|
3738
4665
|
:param str param_name: Name of the parameter.
|
3739
4666
|
:param str param_value: Value of the parameter.
|
3740
4667
|
"""
|
3741
|
-
|
3742
|
-
|
4668
|
+
GetMonitorsMonitorCollectionItemScriptParameterMonitorScriptParameterResult._configure(
|
4669
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4670
|
+
param_name=param_name,
|
4671
|
+
param_value=param_value,
|
4672
|
+
)
|
4673
|
+
@staticmethod
|
4674
|
+
def _configure(
|
4675
|
+
_setter: Callable[[Any, Any], None],
|
4676
|
+
param_name: str,
|
4677
|
+
param_value: str,
|
4678
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4679
|
+
_setter("param_name", param_name)
|
4680
|
+
_setter("param_value", param_value)
|
3743
4681
|
|
3744
4682
|
@property
|
3745
4683
|
@pulumi.getter(name="paramName")
|
@@ -3767,8 +4705,19 @@ class GetMonitorsMonitorCollectionItemVantagePointResult(dict):
|
|
3767
4705
|
:param str display_name: A filter to return only the resources that match the entire display name.
|
3768
4706
|
:param str name: Name of the vantage point.
|
3769
4707
|
"""
|
3770
|
-
|
3771
|
-
|
4708
|
+
GetMonitorsMonitorCollectionItemVantagePointResult._configure(
|
4709
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4710
|
+
display_name=display_name,
|
4711
|
+
name=name,
|
4712
|
+
)
|
4713
|
+
@staticmethod
|
4714
|
+
def _configure(
|
4715
|
+
_setter: Callable[[Any, Any], None],
|
4716
|
+
display_name: str,
|
4717
|
+
name: str,
|
4718
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4719
|
+
_setter("display_name", display_name)
|
4720
|
+
_setter("name", name)
|
3772
4721
|
|
3773
4722
|
@property
|
3774
4723
|
@pulumi.getter(name="displayName")
|
@@ -3800,10 +4749,25 @@ class GetResultResultDataSetResult(dict):
|
|
3800
4749
|
:param str string_content: Data content in string format. Example: HAR.
|
3801
4750
|
:param str timestamp: The time when the data was generated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2020-02-13T22:47:12.613Z`
|
3802
4751
|
"""
|
3803
|
-
|
3804
|
-
|
3805
|
-
|
3806
|
-
|
4752
|
+
GetResultResultDataSetResult._configure(
|
4753
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4754
|
+
byte_content=byte_content,
|
4755
|
+
name=name,
|
4756
|
+
string_content=string_content,
|
4757
|
+
timestamp=timestamp,
|
4758
|
+
)
|
4759
|
+
@staticmethod
|
4760
|
+
def _configure(
|
4761
|
+
_setter: Callable[[Any, Any], None],
|
4762
|
+
byte_content: str,
|
4763
|
+
name: str,
|
4764
|
+
string_content: str,
|
4765
|
+
timestamp: str,
|
4766
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4767
|
+
_setter("byte_content", byte_content)
|
4768
|
+
_setter("name", name)
|
4769
|
+
_setter("string_content", string_content)
|
4770
|
+
_setter("timestamp", timestamp)
|
3807
4771
|
|
3808
4772
|
@property
|
3809
4773
|
@pulumi.getter(name="byteContent")
|
@@ -3851,10 +4815,25 @@ class GetScriptMonitorStatusCountMapResult(dict):
|
|
3851
4815
|
:param int invalid: Number of invalid monitors using the script.
|
3852
4816
|
:param int total: Total number of monitors using the script.
|
3853
4817
|
"""
|
3854
|
-
|
3855
|
-
|
3856
|
-
|
3857
|
-
|
4818
|
+
GetScriptMonitorStatusCountMapResult._configure(
|
4819
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4820
|
+
disabled=disabled,
|
4821
|
+
enabled=enabled,
|
4822
|
+
invalid=invalid,
|
4823
|
+
total=total,
|
4824
|
+
)
|
4825
|
+
@staticmethod
|
4826
|
+
def _configure(
|
4827
|
+
_setter: Callable[[Any, Any], None],
|
4828
|
+
disabled: int,
|
4829
|
+
enabled: int,
|
4830
|
+
invalid: int,
|
4831
|
+
total: int,
|
4832
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4833
|
+
_setter("disabled", disabled)
|
4834
|
+
_setter("enabled", enabled)
|
4835
|
+
_setter("invalid", invalid)
|
4836
|
+
_setter("total", total)
|
3858
4837
|
|
3859
4838
|
@property
|
3860
4839
|
@pulumi.getter
|
@@ -3904,11 +4883,28 @@ class GetScriptParameterResult(dict):
|
|
3904
4883
|
:param str param_value: Value of the parameter.
|
3905
4884
|
:param Sequence['GetScriptParameterScriptParameterArgs'] script_parameters: Details of the script parameters, paramName must be from the script content and these details can be used to overwrite the default parameter present in the script content.
|
3906
4885
|
"""
|
3907
|
-
|
3908
|
-
|
3909
|
-
|
3910
|
-
|
3911
|
-
|
4886
|
+
GetScriptParameterResult._configure(
|
4887
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4888
|
+
is_overwritten=is_overwritten,
|
4889
|
+
is_secret=is_secret,
|
4890
|
+
param_name=param_name,
|
4891
|
+
param_value=param_value,
|
4892
|
+
script_parameters=script_parameters,
|
4893
|
+
)
|
4894
|
+
@staticmethod
|
4895
|
+
def _configure(
|
4896
|
+
_setter: Callable[[Any, Any], None],
|
4897
|
+
is_overwritten: bool,
|
4898
|
+
is_secret: bool,
|
4899
|
+
param_name: str,
|
4900
|
+
param_value: str,
|
4901
|
+
script_parameters: Sequence['outputs.GetScriptParameterScriptParameterResult'],
|
4902
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4903
|
+
_setter("is_overwritten", is_overwritten)
|
4904
|
+
_setter("is_secret", is_secret)
|
4905
|
+
_setter("param_name", param_name)
|
4906
|
+
_setter("param_value", param_value)
|
4907
|
+
_setter("script_parameters", script_parameters)
|
3912
4908
|
|
3913
4909
|
@property
|
3914
4910
|
@pulumi.getter(name="isOverwritten")
|
@@ -3962,9 +4958,22 @@ class GetScriptParameterScriptParameterResult(dict):
|
|
3962
4958
|
:param str param_name: Name of the parameter.
|
3963
4959
|
:param str param_value: Value of the parameter.
|
3964
4960
|
"""
|
3965
|
-
|
3966
|
-
|
3967
|
-
|
4961
|
+
GetScriptParameterScriptParameterResult._configure(
|
4962
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4963
|
+
is_secret=is_secret,
|
4964
|
+
param_name=param_name,
|
4965
|
+
param_value=param_value,
|
4966
|
+
)
|
4967
|
+
@staticmethod
|
4968
|
+
def _configure(
|
4969
|
+
_setter: Callable[[Any, Any], None],
|
4970
|
+
is_secret: bool,
|
4971
|
+
param_name: str,
|
4972
|
+
param_value: str,
|
4973
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4974
|
+
_setter("is_secret", is_secret)
|
4975
|
+
_setter("param_name", param_name)
|
4976
|
+
_setter("param_value", param_value)
|
3968
4977
|
|
3969
4978
|
@property
|
3970
4979
|
@pulumi.getter(name="isSecret")
|
@@ -3997,10 +5006,23 @@ class GetScriptsFilterResult(dict):
|
|
3997
5006
|
name: str,
|
3998
5007
|
values: Sequence[str],
|
3999
5008
|
regex: Optional[bool] = None):
|
4000
|
-
|
4001
|
-
|
5009
|
+
GetScriptsFilterResult._configure(
|
5010
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5011
|
+
name=name,
|
5012
|
+
values=values,
|
5013
|
+
regex=regex,
|
5014
|
+
)
|
5015
|
+
@staticmethod
|
5016
|
+
def _configure(
|
5017
|
+
_setter: Callable[[Any, Any], None],
|
5018
|
+
name: str,
|
5019
|
+
values: Sequence[str],
|
5020
|
+
regex: Optional[bool] = None,
|
5021
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5022
|
+
_setter("name", name)
|
5023
|
+
_setter("values", values)
|
4002
5024
|
if regex is not None:
|
4003
|
-
|
5025
|
+
_setter("regex", regex)
|
4004
5026
|
|
4005
5027
|
@property
|
4006
5028
|
@pulumi.getter
|
@@ -4022,7 +5044,16 @@ class GetScriptsFilterResult(dict):
|
|
4022
5044
|
class GetScriptsScriptCollectionResult(dict):
|
4023
5045
|
def __init__(__self__, *,
|
4024
5046
|
items: Sequence['outputs.GetScriptsScriptCollectionItemResult']):
|
4025
|
-
|
5047
|
+
GetScriptsScriptCollectionResult._configure(
|
5048
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5049
|
+
items=items,
|
5050
|
+
)
|
5051
|
+
@staticmethod
|
5052
|
+
def _configure(
|
5053
|
+
_setter: Callable[[Any, Any], None],
|
5054
|
+
items: Sequence['outputs.GetScriptsScriptCollectionItemResult'],
|
5055
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5056
|
+
_setter("items", items)
|
4026
5057
|
|
4027
5058
|
@property
|
4028
5059
|
@pulumi.getter
|
@@ -4063,20 +5094,55 @@ class GetScriptsScriptCollectionItemResult(dict):
|
|
4063
5094
|
:param str time_updated: The time the resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2020-02-13T22:47:12.613Z`
|
4064
5095
|
:param str time_uploaded: The time the script was uploaded.
|
4065
5096
|
"""
|
4066
|
-
|
4067
|
-
|
4068
|
-
|
4069
|
-
|
4070
|
-
|
4071
|
-
|
4072
|
-
|
4073
|
-
|
4074
|
-
|
4075
|
-
|
4076
|
-
|
4077
|
-
|
4078
|
-
|
4079
|
-
|
5097
|
+
GetScriptsScriptCollectionItemResult._configure(
|
5098
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5099
|
+
apm_domain_id=apm_domain_id,
|
5100
|
+
content=content,
|
5101
|
+
content_file_name=content_file_name,
|
5102
|
+
content_size_in_bytes=content_size_in_bytes,
|
5103
|
+
content_type=content_type,
|
5104
|
+
defined_tags=defined_tags,
|
5105
|
+
display_name=display_name,
|
5106
|
+
freeform_tags=freeform_tags,
|
5107
|
+
id=id,
|
5108
|
+
monitor_status_count_maps=monitor_status_count_maps,
|
5109
|
+
parameters=parameters,
|
5110
|
+
time_created=time_created,
|
5111
|
+
time_updated=time_updated,
|
5112
|
+
time_uploaded=time_uploaded,
|
5113
|
+
)
|
5114
|
+
@staticmethod
|
5115
|
+
def _configure(
|
5116
|
+
_setter: Callable[[Any, Any], None],
|
5117
|
+
apm_domain_id: str,
|
5118
|
+
content: str,
|
5119
|
+
content_file_name: str,
|
5120
|
+
content_size_in_bytes: int,
|
5121
|
+
content_type: str,
|
5122
|
+
defined_tags: Mapping[str, Any],
|
5123
|
+
display_name: str,
|
5124
|
+
freeform_tags: Mapping[str, Any],
|
5125
|
+
id: str,
|
5126
|
+
monitor_status_count_maps: Sequence['outputs.GetScriptsScriptCollectionItemMonitorStatusCountMapResult'],
|
5127
|
+
parameters: Sequence['outputs.GetScriptsScriptCollectionItemParameterResult'],
|
5128
|
+
time_created: str,
|
5129
|
+
time_updated: str,
|
5130
|
+
time_uploaded: str,
|
5131
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5132
|
+
_setter("apm_domain_id", apm_domain_id)
|
5133
|
+
_setter("content", content)
|
5134
|
+
_setter("content_file_name", content_file_name)
|
5135
|
+
_setter("content_size_in_bytes", content_size_in_bytes)
|
5136
|
+
_setter("content_type", content_type)
|
5137
|
+
_setter("defined_tags", defined_tags)
|
5138
|
+
_setter("display_name", display_name)
|
5139
|
+
_setter("freeform_tags", freeform_tags)
|
5140
|
+
_setter("id", id)
|
5141
|
+
_setter("monitor_status_count_maps", monitor_status_count_maps)
|
5142
|
+
_setter("parameters", parameters)
|
5143
|
+
_setter("time_created", time_created)
|
5144
|
+
_setter("time_updated", time_updated)
|
5145
|
+
_setter("time_uploaded", time_uploaded)
|
4080
5146
|
|
4081
5147
|
@property
|
4082
5148
|
@pulumi.getter(name="apmDomainId")
|
@@ -4204,10 +5270,25 @@ class GetScriptsScriptCollectionItemMonitorStatusCountMapResult(dict):
|
|
4204
5270
|
:param int invalid: Number of invalid monitors using the script.
|
4205
5271
|
:param int total: Total number of monitors using the script.
|
4206
5272
|
"""
|
4207
|
-
|
4208
|
-
|
4209
|
-
|
4210
|
-
|
5273
|
+
GetScriptsScriptCollectionItemMonitorStatusCountMapResult._configure(
|
5274
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5275
|
+
disabled=disabled,
|
5276
|
+
enabled=enabled,
|
5277
|
+
invalid=invalid,
|
5278
|
+
total=total,
|
5279
|
+
)
|
5280
|
+
@staticmethod
|
5281
|
+
def _configure(
|
5282
|
+
_setter: Callable[[Any, Any], None],
|
5283
|
+
disabled: int,
|
5284
|
+
enabled: int,
|
5285
|
+
invalid: int,
|
5286
|
+
total: int,
|
5287
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5288
|
+
_setter("disabled", disabled)
|
5289
|
+
_setter("enabled", enabled)
|
5290
|
+
_setter("invalid", invalid)
|
5291
|
+
_setter("total", total)
|
4211
5292
|
|
4212
5293
|
@property
|
4213
5294
|
@pulumi.getter
|
@@ -4257,11 +5338,28 @@ class GetScriptsScriptCollectionItemParameterResult(dict):
|
|
4257
5338
|
:param str param_value: Value of the parameter.
|
4258
5339
|
:param Sequence['GetScriptsScriptCollectionItemParameterScriptParameterArgs'] script_parameters: Details of the script parameters, paramName must be from the script content and these details can be used to overwrite the default parameter present in the script content.
|
4259
5340
|
"""
|
4260
|
-
|
4261
|
-
|
4262
|
-
|
4263
|
-
|
4264
|
-
|
5341
|
+
GetScriptsScriptCollectionItemParameterResult._configure(
|
5342
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5343
|
+
is_overwritten=is_overwritten,
|
5344
|
+
is_secret=is_secret,
|
5345
|
+
param_name=param_name,
|
5346
|
+
param_value=param_value,
|
5347
|
+
script_parameters=script_parameters,
|
5348
|
+
)
|
5349
|
+
@staticmethod
|
5350
|
+
def _configure(
|
5351
|
+
_setter: Callable[[Any, Any], None],
|
5352
|
+
is_overwritten: bool,
|
5353
|
+
is_secret: bool,
|
5354
|
+
param_name: str,
|
5355
|
+
param_value: str,
|
5356
|
+
script_parameters: Sequence['outputs.GetScriptsScriptCollectionItemParameterScriptParameterResult'],
|
5357
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5358
|
+
_setter("is_overwritten", is_overwritten)
|
5359
|
+
_setter("is_secret", is_secret)
|
5360
|
+
_setter("param_name", param_name)
|
5361
|
+
_setter("param_value", param_value)
|
5362
|
+
_setter("script_parameters", script_parameters)
|
4265
5363
|
|
4266
5364
|
@property
|
4267
5365
|
@pulumi.getter(name="isOverwritten")
|
@@ -4315,9 +5413,22 @@ class GetScriptsScriptCollectionItemParameterScriptParameterResult(dict):
|
|
4315
5413
|
:param str param_name: Name of the parameter.
|
4316
5414
|
:param str param_value: Value of the parameter.
|
4317
5415
|
"""
|
4318
|
-
|
4319
|
-
|
4320
|
-
|
5416
|
+
GetScriptsScriptCollectionItemParameterScriptParameterResult._configure(
|
5417
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5418
|
+
is_secret=is_secret,
|
5419
|
+
param_name=param_name,
|
5420
|
+
param_value=param_value,
|
5421
|
+
)
|
5422
|
+
@staticmethod
|
5423
|
+
def _configure(
|
5424
|
+
_setter: Callable[[Any, Any], None],
|
5425
|
+
is_secret: bool,
|
5426
|
+
param_name: str,
|
5427
|
+
param_value: str,
|
5428
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5429
|
+
_setter("is_secret", is_secret)
|
5430
|
+
_setter("param_name", param_name)
|
5431
|
+
_setter("param_value", param_value)
|
4321
5432
|
|
4322
5433
|
@property
|
4323
5434
|
@pulumi.getter(name="isSecret")
|
@@ -4355,9 +5466,22 @@ class GetVantagePointItemResult(dict):
|
|
4355
5466
|
:param Sequence['GetVantagePointItemGeoArgs'] geos: Geographic summary of a vantage point.
|
4356
5467
|
:param str name: A filter to return only the resources that match the entire name.
|
4357
5468
|
"""
|
4358
|
-
|
4359
|
-
|
4360
|
-
|
5469
|
+
GetVantagePointItemResult._configure(
|
5470
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5471
|
+
display_name=display_name,
|
5472
|
+
geos=geos,
|
5473
|
+
name=name,
|
5474
|
+
)
|
5475
|
+
@staticmethod
|
5476
|
+
def _configure(
|
5477
|
+
_setter: Callable[[Any, Any], None],
|
5478
|
+
display_name: str,
|
5479
|
+
geos: Sequence['outputs.GetVantagePointItemGeoResult'],
|
5480
|
+
name: str,
|
5481
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5482
|
+
_setter("display_name", display_name)
|
5483
|
+
_setter("geos", geos)
|
5484
|
+
_setter("name", name)
|
4361
5485
|
|
4362
5486
|
@property
|
4363
5487
|
@pulumi.getter(name="displayName")
|
@@ -4401,12 +5525,31 @@ class GetVantagePointItemGeoResult(dict):
|
|
4401
5525
|
:param float latitude: Degrees north of the Equator.
|
4402
5526
|
:param float longitude: Degrees east of the prime meridian.
|
4403
5527
|
"""
|
4404
|
-
|
4405
|
-
|
4406
|
-
|
4407
|
-
|
4408
|
-
|
4409
|
-
|
5528
|
+
GetVantagePointItemGeoResult._configure(
|
5529
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5530
|
+
admin_div_code=admin_div_code,
|
5531
|
+
city_name=city_name,
|
5532
|
+
country_code=country_code,
|
5533
|
+
country_name=country_name,
|
5534
|
+
latitude=latitude,
|
5535
|
+
longitude=longitude,
|
5536
|
+
)
|
5537
|
+
@staticmethod
|
5538
|
+
def _configure(
|
5539
|
+
_setter: Callable[[Any, Any], None],
|
5540
|
+
admin_div_code: str,
|
5541
|
+
city_name: str,
|
5542
|
+
country_code: str,
|
5543
|
+
country_name: str,
|
5544
|
+
latitude: float,
|
5545
|
+
longitude: float,
|
5546
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5547
|
+
_setter("admin_div_code", admin_div_code)
|
5548
|
+
_setter("city_name", city_name)
|
5549
|
+
_setter("country_code", country_code)
|
5550
|
+
_setter("country_name", country_name)
|
5551
|
+
_setter("latitude", latitude)
|
5552
|
+
_setter("longitude", longitude)
|
4410
5553
|
|
4411
5554
|
@property
|
4412
5555
|
@pulumi.getter(name="adminDivCode")
|
@@ -4466,10 +5609,23 @@ class GetVantagePointsFilterResult(dict):
|
|
4466
5609
|
"""
|
4467
5610
|
:param str name: A filter to return only the resources that match the entire name.
|
4468
5611
|
"""
|
4469
|
-
|
4470
|
-
|
5612
|
+
GetVantagePointsFilterResult._configure(
|
5613
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5614
|
+
name=name,
|
5615
|
+
values=values,
|
5616
|
+
regex=regex,
|
5617
|
+
)
|
5618
|
+
@staticmethod
|
5619
|
+
def _configure(
|
5620
|
+
_setter: Callable[[Any, Any], None],
|
5621
|
+
name: str,
|
5622
|
+
values: Sequence[str],
|
5623
|
+
regex: Optional[bool] = None,
|
5624
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5625
|
+
_setter("name", name)
|
5626
|
+
_setter("values", values)
|
4471
5627
|
if regex is not None:
|
4472
|
-
|
5628
|
+
_setter("regex", regex)
|
4473
5629
|
|
4474
5630
|
@property
|
4475
5631
|
@pulumi.getter
|
@@ -4497,7 +5653,16 @@ class GetVantagePointsPublicVantagePointCollectionResult(dict):
|
|
4497
5653
|
"""
|
4498
5654
|
:param Sequence['GetVantagePointsPublicVantagePointCollectionItemArgs'] items: List of PublicVantagePointSummary items.
|
4499
5655
|
"""
|
4500
|
-
|
5656
|
+
GetVantagePointsPublicVantagePointCollectionResult._configure(
|
5657
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5658
|
+
items=items,
|
5659
|
+
)
|
5660
|
+
@staticmethod
|
5661
|
+
def _configure(
|
5662
|
+
_setter: Callable[[Any, Any], None],
|
5663
|
+
items: Sequence['outputs.GetVantagePointsPublicVantagePointCollectionItemResult'],
|
5664
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5665
|
+
_setter("items", items)
|
4501
5666
|
|
4502
5667
|
@property
|
4503
5668
|
@pulumi.getter
|
@@ -4519,9 +5684,22 @@ class GetVantagePointsPublicVantagePointCollectionItemResult(dict):
|
|
4519
5684
|
:param Sequence['GetVantagePointsPublicVantagePointCollectionItemGeoArgs'] geos: Geographic summary of a vantage point.
|
4520
5685
|
:param str name: A filter to return only the resources that match the entire name.
|
4521
5686
|
"""
|
4522
|
-
|
4523
|
-
|
4524
|
-
|
5687
|
+
GetVantagePointsPublicVantagePointCollectionItemResult._configure(
|
5688
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5689
|
+
display_name=display_name,
|
5690
|
+
geos=geos,
|
5691
|
+
name=name,
|
5692
|
+
)
|
5693
|
+
@staticmethod
|
5694
|
+
def _configure(
|
5695
|
+
_setter: Callable[[Any, Any], None],
|
5696
|
+
display_name: str,
|
5697
|
+
geos: Sequence['outputs.GetVantagePointsPublicVantagePointCollectionItemGeoResult'],
|
5698
|
+
name: str,
|
5699
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5700
|
+
_setter("display_name", display_name)
|
5701
|
+
_setter("geos", geos)
|
5702
|
+
_setter("name", name)
|
4525
5703
|
|
4526
5704
|
@property
|
4527
5705
|
@pulumi.getter(name="displayName")
|
@@ -4565,12 +5743,31 @@ class GetVantagePointsPublicVantagePointCollectionItemGeoResult(dict):
|
|
4565
5743
|
:param float latitude: Degrees north of the equator.
|
4566
5744
|
:param float longitude: Degrees east of the prime meridian.
|
4567
5745
|
"""
|
4568
|
-
|
4569
|
-
|
4570
|
-
|
4571
|
-
|
4572
|
-
|
4573
|
-
|
5746
|
+
GetVantagePointsPublicVantagePointCollectionItemGeoResult._configure(
|
5747
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5748
|
+
admin_div_code=admin_div_code,
|
5749
|
+
city_name=city_name,
|
5750
|
+
country_code=country_code,
|
5751
|
+
country_name=country_name,
|
5752
|
+
latitude=latitude,
|
5753
|
+
longitude=longitude,
|
5754
|
+
)
|
5755
|
+
@staticmethod
|
5756
|
+
def _configure(
|
5757
|
+
_setter: Callable[[Any, Any], None],
|
5758
|
+
admin_div_code: str,
|
5759
|
+
city_name: str,
|
5760
|
+
country_code: str,
|
5761
|
+
country_name: str,
|
5762
|
+
latitude: float,
|
5763
|
+
longitude: float,
|
5764
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5765
|
+
_setter("admin_div_code", admin_div_code)
|
5766
|
+
_setter("city_name", city_name)
|
5767
|
+
_setter("country_code", country_code)
|
5768
|
+
_setter("country_name", country_name)
|
5769
|
+
_setter("latitude", latitude)
|
5770
|
+
_setter("longitude", longitude)
|
4574
5771
|
|
4575
5772
|
@property
|
4576
5773
|
@pulumi.getter(name="adminDivCode")
|