pulumi-oci 1.11.0a1695814503__py3-none-any.whl → 1.12.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +43 -0
- pulumi_oci/adm/_inputs.py +116 -23
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +55 -13
- pulumi_oci/adm/outputs.py +469 -101
- pulumi_oci/adm/vulnerability_audit.py +119 -31
- pulumi_oci/aianomalydetection/_inputs.py +355 -84
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +73 -19
- pulumi_oci/aianomalydetection/data_asset.py +84 -21
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +98 -24
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +84 -21
- pulumi_oci/aianomalydetection/outputs.py +1189 -292
- pulumi_oci/aianomalydetection/project.py +61 -15
- pulumi_oci/aidocument/_inputs.py +315 -72
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +154 -54
- pulumi_oci/aidocument/outputs.py +932 -210
- pulumi_oci/aidocument/processor_job.py +82 -17
- pulumi_oci/aidocument/project.py +64 -16
- pulumi_oci/ailanguage/_inputs.py +321 -68
- pulumi_oci/ailanguage/endpoint.py +79 -21
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +109 -26
- pulumi_oci/ailanguage/outputs.py +1086 -239
- pulumi_oci/ailanguage/project.py +64 -16
- pulumi_oci/aivision/_inputs.py +99 -22
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +151 -40
- pulumi_oci/aivision/outputs.py +379 -92
- pulumi_oci/aivision/project.py +64 -16
- pulumi_oci/analytics/_inputs.py +100 -20
- pulumi_oci/analytics/analytics_instance.py +116 -30
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +70 -18
- pulumi_oci/analytics/analytics_instance_vanity_url.py +61 -15
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +295 -64
- pulumi_oci/announcementsservice/_inputs.py +56 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +93 -24
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +31 -5
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +37 -7
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +170 -34
- pulumi_oci/apigateway/_inputs.py +1983 -398
- pulumi_oci/apigateway/api.py +67 -17
- pulumi_oci/apigateway/certificate.py +79 -21
- pulumi_oci/apigateway/deployment.py +81 -20
- pulumi_oci/apigateway/gateway.py +102 -27
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +7817 -1589
- pulumi_oci/apigateway/subscriber.py +67 -17
- pulumi_oci/apigateway/usage_plan.py +61 -15
- pulumi_oci/apm/_inputs.py +33 -7
- pulumi_oci/apm/apm_domain.py +67 -17
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +89 -21
- pulumi_oci/apmconfig/_inputs.py +96 -21
- pulumi_oci/apmconfig/config.py +130 -38
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +337 -78
- pulumi_oci/apmsynthetics/_inputs.py +446 -91
- pulumi_oci/apmsynthetics/config.py +163 -44
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +78 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +1 -1
- pulumi_oci/apmsynthetics/get_script.py +1 -1
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +1520 -323
- pulumi_oci/apmsynthetics/script.py +82 -22
- pulumi_oci/apmtraces/_inputs.py +17 -4
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +225 -50
- pulumi_oci/appmgmtcontrol/_inputs.py +17 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +40 -8
- pulumi_oci/appmgmtcontrol/outputs.py +61 -14
- pulumi_oci/artifacts/_inputs.py +94 -18
- pulumi_oci/artifacts/container_configuration.py +34 -6
- pulumi_oci/artifacts/container_image_signature.py +88 -24
- pulumi_oci/artifacts/container_repository.py +96 -25
- pulumi_oci/artifacts/generic_artifact.py +64 -16
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +515 -121
- pulumi_oci/artifacts/repository.py +67 -17
- pulumi_oci/audit/_inputs.py +17 -4
- pulumi_oci/audit/configuration.py +31 -5
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +191 -48
- pulumi_oci/autoscaling/_inputs.py +167 -41
- pulumi_oci/autoscaling/auto_scaling_configuration.py +81 -33
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +510 -111
- pulumi_oci/bastion/_inputs.py +71 -15
- pulumi_oci/bastion/bastion.py +109 -31
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +266 -66
- pulumi_oci/bastion/session.py +89 -21
- pulumi_oci/bigdataservice/_inputs.py +866 -182
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +80 -18
- pulumi_oci/bigdataservice/bds_instance.py +231 -60
- pulumi_oci/bigdataservice/bds_instance_api_key.py +64 -16
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +73 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +37 -7
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +2639 -577
- pulumi_oci/blockchain/_inputs.py +197 -36
- pulumi_oci/blockchain/blockchain_platform.py +153 -44
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +48 -9
- pulumi_oci/blockchain/outputs.py +674 -132
- pulumi_oci/blockchain/peer.py +63 -14
- pulumi_oci/budget/_inputs.py +33 -7
- pulumi_oci/budget/budget.py +127 -40
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +161 -45
- pulumi_oci/budget/rule.py +91 -25
- pulumi_oci/certificatesmanagement/_inputs.py +662 -156
- pulumi_oci/certificatesmanagement/ca_bundle.py +64 -16
- pulumi_oci/certificatesmanagement/certificate.py +102 -27
- pulumi_oci/certificatesmanagement/certificate_authority.py +110 -28
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +2271 -536
- pulumi_oci/cloudbridge/_inputs.py +488 -112
- pulumi_oci/cloudbridge/agent.py +97 -27
- pulumi_oci/cloudbridge/agent_dependency.py +100 -28
- pulumi_oci/cloudbridge/agent_plugin.py +64 -16
- pulumi_oci/cloudbridge/asset.py +129 -31
- pulumi_oci/cloudbridge/asset_source.py +131 -35
- pulumi_oci/cloudbridge/discovery_schedule.py +64 -16
- pulumi_oci/cloudbridge/environment.py +58 -14
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +58 -14
- pulumi_oci/cloudbridge/outputs.py +1748 -427
- pulumi_oci/cloudguard/_inputs.py +1352 -316
- pulumi_oci/cloudguard/cloud_guard_configuration.py +43 -9
- pulumi_oci/cloudguard/cloud_guard_data_source.py +81 -20
- pulumi_oci/cloudguard/data_mask_rule.py +96 -25
- pulumi_oci/cloudguard/detector_recipe.py +88 -24
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +88 -24
- pulumi_oci/cloudguard/outputs.py +4456 -1066
- pulumi_oci/cloudguard/responder_recipe.py +82 -22
- pulumi_oci/cloudguard/security_recipe.py +70 -18
- pulumi_oci/cloudguard/security_zone.py +73 -19
- pulumi_oci/cloudguard/target.py +100 -28
- pulumi_oci/cloudmigrations/_inputs.py +1111 -259
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +70 -18
- pulumi_oci/cloudmigrations/migration_asset.py +103 -29
- pulumi_oci/cloudmigrations/migration_plan.py +91 -25
- pulumi_oci/cloudmigrations/outputs.py +3596 -861
- pulumi_oci/cloudmigrations/replication_schedule.py +64 -16
- pulumi_oci/cloudmigrations/target_asset.py +105 -28
- pulumi_oci/computecloud/__init__.py +15 -0
- pulumi_oci/computecloud/_inputs.py +927 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1004 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +703 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +368 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +244 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +264 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +244 -0
- pulumi_oci/computecloud/outputs.py +2650 -0
- pulumi_oci/computeinstanceagent/_inputs.py +33 -7
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +71 -15
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1033 -219
- pulumi_oci/containerengine/addon.py +61 -15
- pulumi_oci/containerengine/cluster.py +121 -30
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +25 -3
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +31 -5
- pulumi_oci/containerengine/cluster_workload_mapping.py +58 -14
- pulumi_oci/containerengine/container_instance.py +143 -39
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +170 -49
- pulumi_oci/containerengine/outputs.py +2481 -536
- pulumi_oci/containerengine/virtual_node_pool.py +119 -31
- pulumi_oci/containerinstances/_inputs.py +33 -7
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +935 -226
- pulumi_oci/core/_inputs.py +4772 -994
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +43 -9
- pulumi_oci/core/app_catalog_subscription.py +76 -20
- pulumi_oci/core/boot_volume.py +132 -40
- pulumi_oci/core/boot_volume_backup.py +102 -27
- pulumi_oci/core/capture_filter.py +61 -15
- pulumi_oci/core/cluster_network.py +86 -20
- pulumi_oci/core/compute_capacity_report.py +40 -8
- pulumi_oci/core/compute_capacity_reservation.py +76 -20
- pulumi_oci/core/compute_cluster.py +55 -13
- pulumi_oci/core/compute_image_capability_schema.py +67 -17
- pulumi_oci/core/console_history.py +55 -13
- pulumi_oci/core/cpe.py +64 -16
- pulumi_oci/core/cross_connect.py +111 -30
- pulumi_oci/core/cross_connect_group.py +72 -17
- pulumi_oci/core/dedicated_vm_host.py +79 -21
- pulumi_oci/core/default_dhcp_options.py +67 -17
- pulumi_oci/core/default_route_table.py +61 -15
- pulumi_oci/core/default_security_list.py +67 -17
- pulumi_oci/core/dhcp_options.py +67 -17
- pulumi_oci/core/drg.py +58 -14
- pulumi_oci/core/drg_attachment.py +96 -25
- pulumi_oci/core/drg_attachment_management.py +111 -30
- pulumi_oci/core/drg_attachments_list.py +40 -8
- pulumi_oci/core/drg_route_distribution.py +58 -14
- pulumi_oci/core/drg_route_distribution_statement.py +48 -9
- pulumi_oci/core/drg_route_table.py +70 -18
- pulumi_oci/core/drg_route_table_route_rule.py +58 -14
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +21 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +99 -26
- pulumi_oci/core/instance.py +277 -94
- pulumi_oci/core/instance_configuration.py +72 -17
- pulumi_oci/core/instance_console_connection.py +61 -15
- pulumi_oci/core/instance_pool.py +91 -25
- pulumi_oci/core/instance_pool_instance.py +73 -19
- pulumi_oci/core/internet_gateway.py +67 -17
- pulumi_oci/core/ipsec.py +82 -22
- pulumi_oci/core/ipsec_connection_tunnel_management.py +120 -33
- pulumi_oci/core/ipv6.py +67 -17
- pulumi_oci/core/listing_resource_version_agreement.py +127 -11
- pulumi_oci/core/local_peering_gateway.py +82 -22
- pulumi_oci/core/nat_gateway.py +76 -20
- pulumi_oci/core/network_security_group.py +55 -13
- pulumi_oci/core/network_security_group_security_rule.py +112 -27
- pulumi_oci/core/outputs.py +14633 -3342
- pulumi_oci/core/private_ip.py +79 -21
- pulumi_oci/core/public_ip.py +82 -22
- pulumi_oci/core/public_ip_pool.py +52 -12
- pulumi_oci/core/public_ip_pool_capacity.py +37 -7
- pulumi_oci/core/remote_peering_connection.py +76 -20
- pulumi_oci/core/route_table.py +61 -15
- pulumi_oci/core/route_table_attachment.py +31 -5
- pulumi_oci/core/security_list.py +67 -17
- pulumi_oci/core/service_gateway.py +70 -18
- pulumi_oci/core/shape_management.py +37 -7
- pulumi_oci/core/subnet.py +127 -37
- pulumi_oci/core/vcn.py +137 -59
- pulumi_oci/core/virtual_circuit.py +160 -51
- pulumi_oci/core/virtual_network.py +109 -31
- pulumi_oci/core/vlan.py +85 -23
- pulumi_oci/core/vnic_attachment.py +72 -17
- pulumi_oci/core/volume.py +138 -45
- pulumi_oci/core/volume_attachment.py +124 -39
- pulumi_oci/core/volume_backup.py +105 -28
- pulumi_oci/core/volume_backup_policy.py +58 -14
- pulumi_oci/core/volume_backup_policy_assignment.py +34 -6
- pulumi_oci/core/volume_group.py +105 -28
- pulumi_oci/core/volume_group_backup.py +99 -26
- pulumi_oci/core/vtap.py +136 -40
- pulumi_oci/database/_inputs.py +3681 -752
- pulumi_oci/database/application_vip.py +67 -17
- pulumi_oci/database/autonomous_container_database.py +280 -83
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +88 -24
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +37 -7
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +43 -9
- pulumi_oci/database/autonomous_database.py +752 -247
- pulumi_oci/database/autonomous_database_backup.py +105 -28
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +43 -9
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +37 -7
- pulumi_oci/database/autonomous_database_wallet.py +54 -18
- pulumi_oci/database/autonomous_exadata_infrastructure.py +123 -37
- pulumi_oci/database/autonomous_vm_cluster.py +193 -59
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +49 -11
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +49 -11
- pulumi_oci/database/backup.py +79 -21
- pulumi_oci/database/backup_cancel_management.py +31 -5
- pulumi_oci/database/backup_destination.py +99 -29
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +243 -74
- pulumi_oci/database/cloud_database_management.py +84 -21
- pulumi_oci/database/cloud_exadata_infrastructure.py +147 -42
- pulumi_oci/database/cloud_vm_cluster.py +255 -78
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +43 -9
- pulumi_oci/database/data_guard_association.py +249 -76
- pulumi_oci/database/database.py +159 -46
- pulumi_oci/database/database_software_image.py +103 -29
- pulumi_oci/database/database_upgrade.py +129 -36
- pulumi_oci/database/db_home.py +120 -33
- pulumi_oci/database/db_node.py +100 -28
- pulumi_oci/database/db_node_console_connection.py +61 -15
- pulumi_oci/database/db_system.py +303 -89
- pulumi_oci/database/db_systems_upgrade.py +181 -55
- pulumi_oci/database/exadata_infrastructure.py +248 -74
- pulumi_oci/database/exadata_infrastructure_compute.py +166 -50
- pulumi_oci/database/exadata_infrastructure_storage.py +195 -58
- pulumi_oci/database/exadata_iorm_config.py +43 -9
- pulumi_oci/database/external_container_database.py +85 -23
- pulumi_oci/database/external_container_database_management.py +43 -9
- pulumi_oci/database/external_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_database_connector.py +95 -23
- pulumi_oci/database/external_non_container_database.py +88 -24
- pulumi_oci/database/external_non_container_database_management.py +43 -9
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_pluggable_database.py +100 -28
- pulumi_oci/database/external_pluggable_database_management.py +37 -7
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +21 -4
- pulumi_oci/database/get_autonomous_container_database.py +4 -2
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -2
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +21 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +3 -3
- pulumi_oci/database/get_autonomous_databases.py +39 -2
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +3 -3
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +1 -1
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_histories.py +2 -2
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +1 -1
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +1 -1
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +1 -1
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_nodes.py +1 -1
- pulumi_oci/database/get_db_server.py +1 -1
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +1 -1
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +1 -1
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_versions.py +1 -1
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +1 -1
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +2 -2
- pulumi_oci/database/get_maintenance_runs.py +2 -2
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +1 -1
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +1 -1
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_vm_cluster.py +1 -1
- pulumi_oci/database/get_vm_cluster_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +66 -15
- pulumi_oci/database/maintenance_run.py +152 -48
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12935 -3083
- pulumi_oci/database/pluggable_database.py +91 -25
- pulumi_oci/database/pluggable_database_managements_management.py +114 -31
- pulumi_oci/database/pluggable_databases_local_clone.py +85 -23
- pulumi_oci/database/pluggable_databases_remote_clone.py +97 -27
- pulumi_oci/database/vm_cluster.py +171 -50
- pulumi_oci/database/vm_cluster_add_virtual_network.py +109 -31
- pulumi_oci/database/vm_cluster_network.py +103 -29
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +103 -29
- pulumi_oci/databasemanagement/_inputs.py +1848 -402
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +67 -17
- pulumi_oci/databasemanagement/external_asm.py +73 -19
- pulumi_oci/databasemanagement/external_cluster.py +79 -21
- pulumi_oci/databasemanagement/external_cluster_instance.py +73 -19
- pulumi_oci/databasemanagement/external_db_node.py +70 -18
- pulumi_oci/databasemanagement/external_db_system.py +80 -18
- pulumi_oci/databasemanagement/external_db_system_connector.py +73 -19
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +37 -7
- pulumi_oci/databasemanagement/external_db_system_discovery.py +67 -17
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +43 -9
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +91 -25
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +37 -7
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +84 -21
- pulumi_oci/databasemanagement/external_listener.py +100 -28
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/managed_database_group.py +52 -12
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/outputs.py +7869 -1808
- pulumi_oci/databasemigration/_inputs.py +962 -150
- pulumi_oci/databasemigration/agent.py +82 -22
- pulumi_oci/databasemigration/connection.py +163 -39
- pulumi_oci/databasemigration/get_agent.py +1 -1
- pulumi_oci/databasemigration/get_agent_images.py +1 -1
- pulumi_oci/databasemigration/get_agents.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +12 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +1 -1
- pulumi_oci/databasemigration/job.py +70 -18
- pulumi_oci/databasemigration/migration.py +238 -48
- pulumi_oci/databasemigration/outputs.py +2788 -458
- pulumi_oci/databasetools/_inputs.py +137 -23
- pulumi_oci/databasetools/database_tools_connection.py +116 -30
- pulumi_oci/databasetools/database_tools_private_endpoint.py +103 -29
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +514 -102
- pulumi_oci/datacatalog/_inputs.py +97 -19
- pulumi_oci/datacatalog/catalog.py +70 -18
- pulumi_oci/datacatalog/catalog_private_endpoint.py +70 -18
- pulumi_oci/datacatalog/connection.py +94 -39
- pulumi_oci/datacatalog/data_asset.py +79 -34
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +67 -17
- pulumi_oci/datacatalog/outputs.py +403 -100
- pulumi_oci/dataflow/_inputs.py +421 -78
- pulumi_oci/dataflow/application.py +217 -62
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +241 -70
- pulumi_oci/dataflow/outputs.py +1579 -345
- pulumi_oci/dataflow/pool.py +91 -25
- pulumi_oci/dataflow/private_endpoint.py +97 -27
- pulumi_oci/dataflow/run_statement.py +46 -10
- pulumi_oci/dataflow/sql_endpoint.py +151 -40
- pulumi_oci/dataintegration/_inputs.py +530 -119
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1752 -412
- pulumi_oci/dataintegration/workspace.py +139 -41
- pulumi_oci/dataintegration/workspace_application.py +146 -40
- pulumi_oci/dataintegration/workspace_folder.py +99 -26
- pulumi_oci/dataintegration/workspace_project.py +93 -24
- pulumi_oci/datalabellingservice/_inputs.py +160 -29
- pulumi_oci/datalabellingservice/dataset.py +134 -31
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +518 -96
- pulumi_oci/datasafe/_inputs.py +1508 -333
- pulumi_oci/datasafe/add_sdm_columns.py +25 -3
- pulumi_oci/datasafe/alert.py +103 -29
- pulumi_oci/datasafe/audit_archive_retrieval.py +91 -25
- pulumi_oci/datasafe/audit_policy.py +100 -28
- pulumi_oci/datasafe/audit_profile.py +100 -28
- pulumi_oci/datasafe/audit_trail.py +103 -29
- pulumi_oci/datasafe/compare_security_assessment.py +31 -5
- pulumi_oci/datasafe/compare_user_assessment.py +31 -5
- pulumi_oci/datasafe/data_safe_configuration.py +52 -12
- pulumi_oci/datasafe/data_safe_private_endpoint.py +88 -24
- pulumi_oci/datasafe/discovery_jobs_result.py +82 -25
- pulumi_oci/datasafe/discovery_mod.py +124 -36
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +27 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +73 -19
- pulumi_oci/datasafe/mask_data.py +31 -5
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +31 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +94 -26
- pulumi_oci/datasafe/masking_policy.py +112 -32
- pulumi_oci/datasafe/on_prem_connector.py +67 -17
- pulumi_oci/datasafe/outputs.py +6826 -1649
- pulumi_oci/datasafe/report_definition.py +127 -37
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +70 -18
- pulumi_oci/datasafe/security_assessment.py +115 -33
- pulumi_oci/datasafe/sensitive_data_model.py +109 -31
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +31 -5
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +124 -36
- pulumi_oci/datasafe/sensitive_type.py +112 -32
- pulumi_oci/datasafe/set_security_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/set_user_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/target_alert_policy_association.py +79 -21
- pulumi_oci/datasafe/target_database.py +111 -25
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/user_assessment.py +109 -31
- pulumi_oci/datascience/__init__.py +3 -0
- pulumi_oci/datascience/_inputs.py +1035 -188
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +297 -0
- pulumi_oci/datascience/get_private_endpoints.py +216 -0
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/job.py +133 -34
- pulumi_oci/datascience/job_run.py +107 -27
- pulumi_oci/datascience/model.py +118 -34
- pulumi_oci/datascience/model_artifact_export.py +55 -13
- pulumi_oci/datascience/model_artifact_import.py +55 -13
- pulumi_oci/datascience/model_deployment.py +95 -23
- pulumi_oci/datascience/model_provenance.py +61 -15
- pulumi_oci/datascience/model_version_set.py +67 -17
- pulumi_oci/datascience/notebook_session.py +104 -23
- pulumi_oci/datascience/outputs.py +3349 -646
- pulumi_oci/datascience/pipeline.py +129 -31
- pulumi_oci/datascience/pipeline_run.py +125 -33
- pulumi_oci/datascience/private_endpoint.py +850 -0
- pulumi_oci/datascience/project.py +58 -14
- pulumi_oci/devops/_inputs.py +1616 -278
- pulumi_oci/devops/build_pipeline.py +78 -19
- pulumi_oci/devops/build_pipeline_stage.py +178 -44
- pulumi_oci/devops/build_run.py +95 -23
- pulumi_oci/devops/connection.py +108 -29
- pulumi_oci/devops/deploy_artifact.py +90 -23
- pulumi_oci/devops/deploy_environment.py +107 -27
- pulumi_oci/devops/deploy_pipeline.py +84 -21
- pulumi_oci/devops/deploy_stage.py +480 -128
- pulumi_oci/devops/deployment.py +130 -33
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +5561 -1068
- pulumi_oci/devops/project.py +78 -19
- pulumi_oci/devops/repository.py +114 -31
- pulumi_oci/devops/repository_mirror.py +25 -3
- pulumi_oci/devops/repository_ref.py +58 -14
- pulumi_oci/devops/trigger.py +94 -26
- pulumi_oci/disasterrecovery/_inputs.py +362 -84
- pulumi_oci/disasterrecovery/dr_plan.py +76 -20
- pulumi_oci/disasterrecovery/dr_plan_execution.py +99 -26
- pulumi_oci/disasterrecovery/dr_protection_group.py +101 -25
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1198 -288
- pulumi_oci/dns/_inputs.py +462 -94
- pulumi_oci/dns/action_create_zone_from_zone_file.py +85 -23
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1297 -300
- pulumi_oci/dns/record.py +64 -25
- pulumi_oci/dns/resolver.py +91 -25
- pulumi_oci/dns/resolver_endpoint.py +94 -26
- pulumi_oci/dns/rrset.py +61 -15
- pulumi_oci/dns/steering_policy.py +82 -22
- pulumi_oci/dns/steering_policy_attachment.py +58 -14
- pulumi_oci/dns/tsig_key.py +67 -17
- pulumi_oci/dns/view.py +64 -16
- pulumi_oci/dns/zone.py +97 -27
- pulumi_oci/email/_inputs.py +65 -13
- pulumi_oci/email/dkim.py +76 -20
- pulumi_oci/email/email_domain.py +64 -16
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +245 -59
- pulumi_oci/email/sender.py +55 -13
- pulumi_oci/email/suppression.py +49 -11
- pulumi_oci/emwarehouse/_inputs.py +33 -7
- pulumi_oci/emwarehouse/em_warehouse.py +82 -22
- pulumi_oci/emwarehouse/get_em_warehouse.py +1 -1
- pulumi_oci/emwarehouse/get_em_warehouses.py +1 -1
- pulumi_oci/emwarehouse/get_etl_run.py +1 -1
- pulumi_oci/emwarehouse/get_etl_runs.py +1 -1
- pulumi_oci/emwarehouse/get_resource_usage.py +1 -1
- pulumi_oci/emwarehouse/outputs.py +217 -52
- pulumi_oci/events/_inputs.py +61 -14
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +192 -46
- pulumi_oci/events/rule.py +81 -20
- pulumi_oci/filestorage/_inputs.py +289 -62
- pulumi_oci/filestorage/export.py +55 -13
- pulumi_oci/filestorage/export_set.py +58 -14
- pulumi_oci/filestorage/file_system.py +95 -27
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +70 -18
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +116 -30
- pulumi_oci/filestorage/outbound_connector.py +85 -23
- pulumi_oci/filestorage/outputs.py +915 -231
- pulumi_oci/filestorage/replication.py +88 -24
- pulumi_oci/filestorage/snapshot.py +73 -19
- pulumi_oci/functions/_inputs.py +281 -50
- pulumi_oci/functions/application.py +104 -26
- pulumi_oci/functions/function.py +124 -31
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +67 -17
- pulumi_oci/functions/outputs.py +1740 -359
- pulumi_oci/fusionapps/_inputs.py +170 -34
- pulumi_oci/fusionapps/fusion_environment.py +149 -41
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +58 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +40 -8
- pulumi_oci/fusionapps/fusion_environment_family.py +81 -20
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +64 -16
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +67 -17
- pulumi_oci/fusionapps/outputs.py +170 -34
- pulumi_oci/genericartifactscontent/artifact_by_path.py +76 -20
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/goldengate/_inputs.py +310 -62
- pulumi_oci/goldengate/connection.py +433 -139
- pulumi_oci/goldengate/connection_assignment.py +46 -10
- pulumi_oci/goldengate/database_registration.py +148 -44
- pulumi_oci/goldengate/deployment.py +197 -69
- pulumi_oci/goldengate/deployment_backup.py +100 -28
- pulumi_oci/goldengate/get_connection.py +1 -1
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -1
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +1529 -375
- pulumi_oci/healthchecks/_inputs.py +81 -16
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +112 -32
- pulumi_oci/healthchecks/http_probe.py +82 -22
- pulumi_oci/healthchecks/outputs.py +455 -115
- pulumi_oci/healthchecks/ping_monitor.py +94 -26
- pulumi_oci/healthchecks/ping_probe.py +64 -16
- pulumi_oci/identity/_inputs.py +6778 -1455
- pulumi_oci/identity/api_key.py +43 -9
- pulumi_oci/identity/auth_token.py +46 -10
- pulumi_oci/identity/authentication_policy.py +47 -7
- pulumi_oci/identity/compartment.py +67 -17
- pulumi_oci/identity/customer_secret_key.py +46 -10
- pulumi_oci/identity/db_credential.py +49 -11
- pulumi_oci/identity/domain.py +127 -37
- pulumi_oci/identity/domain_replication_to_region.py +31 -5
- pulumi_oci/identity/domains_account_recovery_setting.py +124 -36
- pulumi_oci/identity/domains_api_key.py +131 -35
- pulumi_oci/identity/domains_app.py +772 -217
- pulumi_oci/identity/domains_app_role.py +165 -48
- pulumi_oci/identity/domains_auth_token.py +134 -36
- pulumi_oci/identity/domains_authentication_factor_setting.py +297 -77
- pulumi_oci/identity/domains_customer_secret_key.py +143 -39
- pulumi_oci/identity/domains_dynamic_resource_group.py +129 -36
- pulumi_oci/identity/domains_grant.py +159 -41
- pulumi_oci/identity/domains_group.py +176 -45
- pulumi_oci/identity/domains_identity_provider.py +384 -116
- pulumi_oci/identity/domains_identity_setting.py +172 -47
- pulumi_oci/identity/domains_kmsi_setting.py +148 -44
- pulumi_oci/identity/domains_my_api_key.py +108 -29
- pulumi_oci/identity/domains_my_auth_token.py +111 -30
- pulumi_oci/identity/domains_my_customer_secret_key.py +120 -33
- pulumi_oci/identity/domains_my_oauth2client_credential.py +129 -36
- pulumi_oci/identity/domains_my_request.py +128 -34
- pulumi_oci/identity/domains_my_smtp_credential.py +114 -31
- pulumi_oci/identity/domains_my_support_account.py +105 -28
- pulumi_oci/identity/domains_my_user_db_credential.py +135 -38
- pulumi_oci/identity/domains_oauth2client_credential.py +152 -42
- pulumi_oci/identity/domains_password_policy.py +319 -101
- pulumi_oci/identity/domains_security_question.py +118 -34
- pulumi_oci/identity/domains_security_question_setting.py +130 -38
- pulumi_oci/identity/domains_smtp_credential.py +137 -37
- pulumi_oci/identity/domains_user.py +430 -108
- pulumi_oci/identity/domains_user_db_credential.py +158 -44
- pulumi_oci/identity/dynamic_group.py +64 -16
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +58 -14
- pulumi_oci/identity/identity_provider.py +94 -26
- pulumi_oci/identity/idp_group_mapping.py +49 -11
- pulumi_oci/identity/import_standard_tags_management.py +34 -6
- pulumi_oci/identity/network_source.py +76 -20
- pulumi_oci/identity/outputs.py +26012 -6023
- pulumi_oci/identity/policy.py +79 -21
- pulumi_oci/identity/smtp_credential.py +49 -11
- pulumi_oci/identity/tag.py +78 -19
- pulumi_oci/identity/tag_default.py +55 -13
- pulumi_oci/identity/tag_namespace.py +61 -15
- pulumi_oci/identity/ui_password.py +37 -7
- pulumi_oci/identity/user.py +85 -23
- pulumi_oci/identity/user_capabilities_management.py +55 -13
- pulumi_oci/identity/user_group_membership.py +46 -10
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +34 -6
- pulumi_oci/integration/_inputs.py +131 -28
- pulumi_oci/integration/get_integration_instance.py +12 -2
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +202 -41
- pulumi_oci/integration/outputs.py +447 -100
- pulumi_oci/jms/_inputs.py +187 -35
- pulumi_oci/jms/fleet.py +101 -25
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/outputs.py +1287 -278
- pulumi_oci/kms/__init__.py +3 -0
- pulumi_oci/kms/_inputs.py +664 -42
- pulumi_oci/kms/ekms_private_endpoint.py +769 -0
- pulumi_oci/kms/encrypted_data.py +71 -23
- pulumi_oci/kms/generated_key.py +69 -16
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +274 -0
- pulumi_oci/kms/get_ekms_private_endpoints.py +136 -0
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +27 -4
- pulumi_oci/kms/get_key_version.py +29 -3
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +5 -5
- pulumi_oci/kms/get_replication_status.py +4 -1
- pulumi_oci/kms/get_vault.py +27 -4
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +224 -91
- pulumi_oci/kms/key_version.py +152 -43
- pulumi_oci/kms/outputs.py +2104 -173
- pulumi_oci/kms/sign.py +75 -29
- pulumi_oci/kms/vault.py +216 -34
- pulumi_oci/kms/vault_verification.py +31 -5
- pulumi_oci/kms/verify.py +83 -33
- pulumi_oci/licensemanager/_inputs.py +55 -12
- pulumi_oci/licensemanager/configuration.py +37 -7
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +100 -28
- pulumi_oci/licensemanager/outputs.py +362 -91
- pulumi_oci/licensemanager/product_license.py +103 -29
- pulumi_oci/limits/_inputs.py +84 -17
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +228 -51
- pulumi_oci/limits/quota.py +70 -18
- pulumi_oci/loadbalancer/_inputs.py +575 -132
- pulumi_oci/loadbalancer/backend.py +73 -19
- pulumi_oci/loadbalancer/backend_set.py +87 -17
- pulumi_oci/loadbalancer/certificate.py +58 -14
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +40 -8
- pulumi_oci/loadbalancer/listener.py +98 -24
- pulumi_oci/loadbalancer/load_balancer.py +105 -28
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +46 -10
- pulumi_oci/loadbalancer/outputs.py +1420 -325
- pulumi_oci/loadbalancer/path_route_set.py +40 -8
- pulumi_oci/loadbalancer/rule_set.py +40 -8
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +40 -21
- pulumi_oci/loganalytics/_inputs.py +375 -79
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +1 -1
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +115 -33
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +58 -14
- pulumi_oci/loganalytics/log_analytics_log_group.py +61 -15
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +163 -49
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +31 -5
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +43 -9
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +43 -9
- pulumi_oci/loganalytics/namespace.py +37 -7
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +87 -22
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +37 -7
- pulumi_oci/loganalytics/namespace_scheduled_task.py +110 -28
- pulumi_oci/loganalytics/outputs.py +1401 -316
- pulumi_oci/logging/_inputs.py +284 -65
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +87 -22
- pulumi_oci/logging/log_group.py +58 -14
- pulumi_oci/logging/log_saved_search.py +64 -16
- pulumi_oci/logging/outputs.py +718 -170
- pulumi_oci/logging/unified_agent_configuration.py +89 -21
- pulumi_oci/managementagent/_inputs.py +125 -26
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +112 -32
- pulumi_oci/managementagent/management_agent_install_key.py +70 -18
- pulumi_oci/managementagent/outputs.py +520 -125
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +31 -5
- pulumi_oci/marketplace/_inputs.py +238 -45
- pulumi_oci/marketplace/accepted_agreement.py +70 -18
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +55 -13
- pulumi_oci/marketplace/outputs.py +1266 -257
- pulumi_oci/marketplace/publication.py +99 -26
- pulumi_oci/mediaservices/_inputs.py +274 -57
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +139 -41
- pulumi_oci/mediaservices/media_workflow.py +79 -21
- pulumi_oci/mediaservices/media_workflow_configuration.py +64 -16
- pulumi_oci/mediaservices/media_workflow_job.py +103 -29
- pulumi_oci/mediaservices/outputs.py +1093 -253
- pulumi_oci/mediaservices/stream_cdn_config.py +78 -19
- pulumi_oci/mediaservices/stream_distribution_channel.py +58 -14
- pulumi_oci/mediaservices/stream_packaging_config.py +81 -20
- pulumi_oci/meteringcomputation/_inputs.py +440 -103
- pulumi_oci/meteringcomputation/custom_table.py +42 -7
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +1 -1
- pulumi_oci/meteringcomputation/get_schedules.py +1 -1
- pulumi_oci/meteringcomputation/outputs.py +1074 -242
- pulumi_oci/meteringcomputation/query.py +36 -5
- pulumi_oci/meteringcomputation/schedule.py +107 -27
- pulumi_oci/meteringcomputation/usage.py +93 -24
- pulumi_oci/monitoring/_inputs.py +81 -16
- pulumi_oci/monitoring/alarm.py +147 -42
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +333 -79
- pulumi_oci/mysql/_inputs.py +1053 -242
- pulumi_oci/mysql/channel.py +89 -21
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_backups.py +1 -1
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +1 -1
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +43 -3
- pulumi_oci/mysql/get_replicas.py +39 -2
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +61 -15
- pulumi_oci/mysql/mysql_backup.py +97 -27
- pulumi_oci/mysql/mysql_configuration.py +95 -23
- pulumi_oci/mysql/mysql_db_system.py +217 -62
- pulumi_oci/mysql/outputs.py +3298 -788
- pulumi_oci/mysql/replica.py +245 -65
- pulumi_oci/networkfirewall/_inputs.py +239 -50
- pulumi_oci/networkfirewall/get_network_firewall.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +94 -26
- pulumi_oci/networkfirewall/network_firewall_policy.py +103 -29
- pulumi_oci/networkfirewall/outputs.py +787 -172
- pulumi_oci/networkloadbalancer/_inputs.py +272 -61
- pulumi_oci/networkloadbalancer/backend.py +79 -21
- pulumi_oci/networkloadbalancer/backend_set.py +63 -14
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +55 -13
- pulumi_oci/networkloadbalancer/network_load_balancer.py +97 -27
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +66 -15
- pulumi_oci/networkloadbalancer/outputs.py +716 -160
- pulumi_oci/nosql/_inputs.py +131 -28
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +61 -15
- pulumi_oci/nosql/outputs.py +416 -95
- pulumi_oci/nosql/table.py +87 -22
- pulumi_oci/objectstorage/_inputs.py +210 -45
- pulumi_oci/objectstorage/bucket.py +124 -36
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +37 -7
- pulumi_oci/objectstorage/object_lifecycle_policy.py +40 -8
- pulumi_oci/objectstorage/outputs.py +576 -139
- pulumi_oci/objectstorage/preauthrequest.py +79 -24
- pulumi_oci/objectstorage/replication_policy.py +67 -20
- pulumi_oci/objectstorage/storage_object.py +132 -37
- pulumi_oci/oce/_inputs.py +17 -4
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +148 -44
- pulumi_oci/oce/outputs.py +105 -31
- pulumi_oci/ocvp/_inputs.py +139 -26
- pulumi_oci/ocvp/esxi_host.py +139 -54
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +587 -145
- pulumi_oci/ocvp/sddc.py +289 -91
- pulumi_oci/oda/_inputs.py +94 -18
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +112 -32
- pulumi_oci/oda/oda_private_endpoint.py +70 -18
- pulumi_oci/oda/oda_private_endpoint_attachment.py +43 -9
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +49 -11
- pulumi_oci/oda/outputs.py +354 -79
- pulumi_oci/onesubsription/_inputs.py +161 -31
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +3104 -809
- pulumi_oci/ons/_inputs.py +33 -7
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +67 -17
- pulumi_oci/ons/outputs.py +139 -33
- pulumi_oci/ons/subscription.py +70 -18
- pulumi_oci/opa/_inputs.py +39 -9
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +109 -31
- pulumi_oci/opa/outputs.py +163 -41
- pulumi_oci/opensearch/_inputs.py +33 -7
- pulumi_oci/opensearch/cluster.py +217 -67
- pulumi_oci/opensearch/get_opensearch_cluster.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/outputs.py +200 -51
- pulumi_oci/operatoraccesscontrol/_inputs.py +65 -13
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +112 -32
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +151 -45
- pulumi_oci/operatoraccesscontrol/outputs.py +451 -116
- pulumi_oci/opsi/_inputs.py +476 -101
- pulumi_oci/opsi/awr_hub.py +73 -19
- pulumi_oci/opsi/database_insight.py +193 -54
- pulumi_oci/opsi/enterprise_manager_bridge.py +76 -20
- pulumi_oci/opsi/exadata_insight.py +130 -38
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +130 -38
- pulumi_oci/opsi/news_report.py +99 -26
- pulumi_oci/opsi/operations_insights_private_endpoint.py +94 -26
- pulumi_oci/opsi/operations_insights_warehouse.py +85 -23
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +31 -5
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +25 -3
- pulumi_oci/opsi/operations_insights_warehouse_user.py +88 -24
- pulumi_oci/opsi/opsi_configuration.py +103 -29
- pulumi_oci/opsi/outputs.py +2124 -508
- pulumi_oci/optimizer/_inputs.py +240 -41
- pulumi_oci/optimizer/enrollment_status.py +46 -10
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1112 -222
- pulumi_oci/optimizer/profile.py +97 -22
- pulumi_oci/optimizer/recommendation.py +76 -20
- pulumi_oci/optimizer/resource_action.py +82 -22
- pulumi_oci/osmanagement/_inputs.py +211 -36
- pulumi_oci/osmanagement/get_managed_instance.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_managed_instances.py +1 -1
- pulumi_oci/osmanagement/get_software_source.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_sources.py +1 -1
- pulumi_oci/osmanagement/managed_instance.py +106 -30
- pulumi_oci/osmanagement/managed_instance_group.py +64 -16
- pulumi_oci/osmanagement/managed_instance_management.py +78 -19
- pulumi_oci/osmanagement/outputs.py +644 -136
- pulumi_oci/osmanagement/software_source.py +115 -33
- pulumi_oci/ospgateway/_inputs.py +544 -147
- pulumi_oci/ospgateway/address_action_verification.py +196 -60
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +2149 -563
- pulumi_oci/ospgateway/subscription.py +114 -31
- pulumi_oci/osubbillingschedule/_inputs.py +17 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +73 -18
- pulumi_oci/osuborganizationsubscription/_inputs.py +17 -4
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +64 -15
- pulumi_oci/osubsubscription/_inputs.py +49 -10
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +326 -79
- pulumi_oci/osubusage/_inputs.py +33 -7
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +354 -93
- pulumi_oci/provider.py +51 -14
- pulumi_oci/queue/_inputs.py +17 -4
- pulumi_oci/queue/get_queue.py +28 -15
- pulumi_oci/queue/get_queues.py +11 -11
- pulumi_oci/queue/outputs.py +116 -38
- pulumi_oci/queue/queue.py +211 -84
- pulumi_oci/recoverymod/_inputs.py +90 -19
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +361 -86
- pulumi_oci/recoverymod/protected_database.py +115 -33
- pulumi_oci/recoverymod/protection_policy.py +67 -17
- pulumi_oci/recoverymod/recovery_service_subnet.py +70 -18
- pulumi_oci/resourcemanager/_inputs.py +33 -7
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +161 -38
- pulumi_oci/resourcemanager/private_endpoint.py +88 -24
- pulumi_oci/sch/_inputs.py +220 -46
- pulumi_oci/sch/connector.py +95 -23
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +685 -145
- pulumi_oci/secrets/_inputs.py +17 -4
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +58 -13
- pulumi_oci/servicecatalog/_inputs.py +97 -19
- pulumi_oci/servicecatalog/catalog.py +52 -12
- pulumi_oci/servicecatalog/catalog_association.py +40 -8
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +334 -70
- pulumi_oci/servicecatalog/private_application.py +87 -22
- pulumi_oci/servicemanagerproxy/_inputs.py +17 -4
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +125 -26
- pulumi_oci/servicemesh/_inputs.py +493 -95
- pulumi_oci/servicemesh/access_policy.py +76 -20
- pulumi_oci/servicemesh/get_access_policies.py +1 -1
- pulumi_oci/servicemesh/get_access_policy.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateways.py +1 -1
- pulumi_oci/servicemesh/get_mesh.py +1 -1
- pulumi_oci/servicemesh/get_meshes.py +1 -1
- pulumi_oci/servicemesh/get_proxy_detail.py +21 -1
- pulumi_oci/servicemesh/get_virtual_deployment.py +1 -1
- pulumi_oci/servicemesh/get_virtual_deployments.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_virtual_services.py +1 -1
- pulumi_oci/servicemesh/ingress_gateway.py +98 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +82 -22
- pulumi_oci/servicemesh/mesh.py +81 -20
- pulumi_oci/servicemesh/outputs.py +1669 -347
- pulumi_oci/servicemesh/virtual_deployment.py +98 -24
- pulumi_oci/servicemesh/virtual_service.py +98 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +82 -22
- pulumi_oci/stackmonitoring/__init__.py +3 -0
- pulumi_oci/stackmonitoring/_inputs.py +548 -105
- pulumi_oci/stackmonitoring/config.py +697 -0
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +248 -0
- pulumi_oci/stackmonitoring/get_configs.py +193 -0
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +151 -40
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +58 -14
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +40 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +124 -36
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +70 -18
- pulumi_oci/stackmonitoring/outputs.py +1085 -177
- pulumi_oci/streaming/_inputs.py +97 -19
- pulumi_oci/streaming/connect_harness.py +52 -12
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +313 -70
- pulumi_oci/streaming/stream.py +73 -19
- pulumi_oci/streaming/stream_pool.py +91 -20
- pulumi_oci/usageproxy/_inputs.py +129 -25
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +682 -151
- pulumi_oci/usageproxy/subscription_redeemable_user.py +43 -9
- pulumi_oci/vault/_inputs.py +58 -13
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +198 -48
- pulumi_oci/vault/secret.py +102 -27
- pulumi_oci/vbs/_inputs.py +17 -4
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +85 -23
- pulumi_oci/vbs/outputs.py +79 -20
- pulumi_oci/visualbuilder/_inputs.py +93 -20
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +360 -81
- pulumi_oci/visualbuilder/vb_instance.py +120 -33
- pulumi_oci/vnmonitoring/_inputs.py +229 -56
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +500 -123
- pulumi_oci/vnmonitoring/path_analysi.py +93 -19
- pulumi_oci/vnmonitoring/path_analyzer_test.py +105 -23
- pulumi_oci/vulnerabilityscanning/_inputs.py +220 -39
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +72 -17
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +78 -19
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +99 -21
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +79 -21
- pulumi_oci/vulnerabilityscanning/outputs.py +770 -150
- pulumi_oci/waa/_inputs.py +63 -10
- pulumi_oci/waa/app_acceleration.py +79 -21
- pulumi_oci/waa/app_acceleration_policy.py +83 -19
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +232 -43
- pulumi_oci/waas/_inputs.py +960 -225
- pulumi_oci/waas/address_list.py +58 -14
- pulumi_oci/waas/certificate.py +97 -27
- pulumi_oci/waas/custom_protection_rule.py +64 -16
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +72 -17
- pulumi_oci/waas/outputs.py +2925 -705
- pulumi_oci/waas/policy.py +98 -24
- pulumi_oci/waas/protection_rule.py +55 -13
- pulumi_oci/waas/purge_cache.py +31 -5
- pulumi_oci/waf/_inputs.py +500 -102
- pulumi_oci/waf/app_firewall.py +79 -21
- pulumi_oci/waf/app_firewall_policy.py +122 -27
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +79 -21
- pulumi_oci/waf/outputs.py +1595 -334
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/METADATA +1 -1
- pulumi_oci-1.12.0.dist-info/RECORD +2330 -0
- pulumi_oci-1.11.0a1695814503.dist-info/RECORD +0 -2312
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
@@ -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
|
|
@@ -93,11 +93,24 @@ class DrPlanExecutionExecutionOptions(dict):
|
|
93
93
|
:param bool are_prechecks_enabled: A flag indicating whether prechecks should be executed before the plan execution. Example: `false`
|
94
94
|
:param bool are_warnings_ignored: A flag indicating whether warnings should be ignored during the switchover precheck. Example: `true`
|
95
95
|
"""
|
96
|
-
|
96
|
+
DrPlanExecutionExecutionOptions._configure(
|
97
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
98
|
+
plan_execution_type=plan_execution_type,
|
99
|
+
are_prechecks_enabled=are_prechecks_enabled,
|
100
|
+
are_warnings_ignored=are_warnings_ignored,
|
101
|
+
)
|
102
|
+
@staticmethod
|
103
|
+
def _configure(
|
104
|
+
_setter: Callable[[Any, Any], None],
|
105
|
+
plan_execution_type: str,
|
106
|
+
are_prechecks_enabled: Optional[bool] = None,
|
107
|
+
are_warnings_ignored: Optional[bool] = None,
|
108
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
109
|
+
_setter("plan_execution_type", plan_execution_type)
|
97
110
|
if are_prechecks_enabled is not None:
|
98
|
-
|
111
|
+
_setter("are_prechecks_enabled", are_prechecks_enabled)
|
99
112
|
if are_warnings_ignored is not None:
|
100
|
-
|
113
|
+
_setter("are_warnings_ignored", are_warnings_ignored)
|
101
114
|
|
102
115
|
@property
|
103
116
|
@pulumi.getter(name="planExecutionType")
|
@@ -176,24 +189,49 @@ class DrPlanExecutionGroupExecution(dict):
|
|
176
189
|
:param str time_started: The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
177
190
|
:param str type: The plan group type.
|
178
191
|
"""
|
192
|
+
DrPlanExecutionGroupExecution._configure(
|
193
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
194
|
+
display_name=display_name,
|
195
|
+
execution_duration_in_sec=execution_duration_in_sec,
|
196
|
+
group_id=group_id,
|
197
|
+
status=status,
|
198
|
+
status_details=status_details,
|
199
|
+
step_executions=step_executions,
|
200
|
+
time_ended=time_ended,
|
201
|
+
time_started=time_started,
|
202
|
+
type=type,
|
203
|
+
)
|
204
|
+
@staticmethod
|
205
|
+
def _configure(
|
206
|
+
_setter: Callable[[Any, Any], None],
|
207
|
+
display_name: Optional[str] = None,
|
208
|
+
execution_duration_in_sec: Optional[int] = None,
|
209
|
+
group_id: Optional[str] = None,
|
210
|
+
status: Optional[str] = None,
|
211
|
+
status_details: Optional[str] = None,
|
212
|
+
step_executions: Optional[Sequence['outputs.DrPlanExecutionGroupExecutionStepExecution']] = None,
|
213
|
+
time_ended: Optional[str] = None,
|
214
|
+
time_started: Optional[str] = None,
|
215
|
+
type: Optional[str] = None,
|
216
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
179
217
|
if display_name is not None:
|
180
|
-
|
218
|
+
_setter("display_name", display_name)
|
181
219
|
if execution_duration_in_sec is not None:
|
182
|
-
|
220
|
+
_setter("execution_duration_in_sec", execution_duration_in_sec)
|
183
221
|
if group_id is not None:
|
184
|
-
|
222
|
+
_setter("group_id", group_id)
|
185
223
|
if status is not None:
|
186
|
-
|
224
|
+
_setter("status", status)
|
187
225
|
if status_details is not None:
|
188
|
-
|
226
|
+
_setter("status_details", status_details)
|
189
227
|
if step_executions is not None:
|
190
|
-
|
228
|
+
_setter("step_executions", step_executions)
|
191
229
|
if time_ended is not None:
|
192
|
-
|
230
|
+
_setter("time_ended", time_ended)
|
193
231
|
if time_started is not None:
|
194
|
-
|
232
|
+
_setter("time_started", time_started)
|
195
233
|
if type is not None:
|
196
|
-
|
234
|
+
_setter("type", type)
|
197
235
|
|
198
236
|
@property
|
199
237
|
@pulumi.getter(name="displayName")
|
@@ -324,26 +362,53 @@ class DrPlanExecutionGroupExecutionStepExecution(dict):
|
|
324
362
|
:param str time_started: The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
325
363
|
:param str type: The plan group type.
|
326
364
|
"""
|
365
|
+
DrPlanExecutionGroupExecutionStepExecution._configure(
|
366
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
367
|
+
display_name=display_name,
|
368
|
+
execution_duration_in_sec=execution_duration_in_sec,
|
369
|
+
group_id=group_id,
|
370
|
+
log_locations=log_locations,
|
371
|
+
status=status,
|
372
|
+
status_details=status_details,
|
373
|
+
step_id=step_id,
|
374
|
+
time_ended=time_ended,
|
375
|
+
time_started=time_started,
|
376
|
+
type=type,
|
377
|
+
)
|
378
|
+
@staticmethod
|
379
|
+
def _configure(
|
380
|
+
_setter: Callable[[Any, Any], None],
|
381
|
+
display_name: Optional[str] = None,
|
382
|
+
execution_duration_in_sec: Optional[int] = None,
|
383
|
+
group_id: Optional[str] = None,
|
384
|
+
log_locations: Optional[Sequence['outputs.DrPlanExecutionGroupExecutionStepExecutionLogLocation']] = None,
|
385
|
+
status: Optional[str] = None,
|
386
|
+
status_details: Optional[str] = None,
|
387
|
+
step_id: Optional[str] = None,
|
388
|
+
time_ended: Optional[str] = None,
|
389
|
+
time_started: Optional[str] = None,
|
390
|
+
type: Optional[str] = None,
|
391
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
327
392
|
if display_name is not None:
|
328
|
-
|
393
|
+
_setter("display_name", display_name)
|
329
394
|
if execution_duration_in_sec is not None:
|
330
|
-
|
395
|
+
_setter("execution_duration_in_sec", execution_duration_in_sec)
|
331
396
|
if group_id is not None:
|
332
|
-
|
397
|
+
_setter("group_id", group_id)
|
333
398
|
if log_locations is not None:
|
334
|
-
|
399
|
+
_setter("log_locations", log_locations)
|
335
400
|
if status is not None:
|
336
|
-
|
401
|
+
_setter("status", status)
|
337
402
|
if status_details is not None:
|
338
|
-
|
403
|
+
_setter("status_details", status_details)
|
339
404
|
if step_id is not None:
|
340
|
-
|
405
|
+
_setter("step_id", step_id)
|
341
406
|
if time_ended is not None:
|
342
|
-
|
407
|
+
_setter("time_ended", time_ended)
|
343
408
|
if time_started is not None:
|
344
|
-
|
409
|
+
_setter("time_started", time_started)
|
345
410
|
if type is not None:
|
346
|
-
|
411
|
+
_setter("type", type)
|
347
412
|
|
348
413
|
@property
|
349
414
|
@pulumi.getter(name="displayName")
|
@@ -437,12 +502,25 @@ class DrPlanExecutionGroupExecutionStepExecutionLogLocation(dict):
|
|
437
502
|
:param str namespace: The namespace in Object Storage (Note - this is usually the tenancy name). Example: `myocitenancy`
|
438
503
|
:param str object: The object name inside the Object Storage bucket. Example: `switchover_plan_executions`
|
439
504
|
"""
|
505
|
+
DrPlanExecutionGroupExecutionStepExecutionLogLocation._configure(
|
506
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
507
|
+
bucket=bucket,
|
508
|
+
namespace=namespace,
|
509
|
+
object=object,
|
510
|
+
)
|
511
|
+
@staticmethod
|
512
|
+
def _configure(
|
513
|
+
_setter: Callable[[Any, Any], None],
|
514
|
+
bucket: Optional[str] = None,
|
515
|
+
namespace: Optional[str] = None,
|
516
|
+
object: Optional[str] = None,
|
517
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
440
518
|
if bucket is not None:
|
441
|
-
|
519
|
+
_setter("bucket", bucket)
|
442
520
|
if namespace is not None:
|
443
|
-
|
521
|
+
_setter("namespace", namespace)
|
444
522
|
if object is not None:
|
445
|
-
|
523
|
+
_setter("object", object)
|
446
524
|
|
447
525
|
@property
|
448
526
|
@pulumi.getter
|
@@ -480,12 +558,25 @@ class DrPlanExecutionLogLocation(dict):
|
|
480
558
|
:param str namespace: The namespace in Object Storage (Note - this is usually the tenancy name). Example: `myocitenancy`
|
481
559
|
:param str object: The object name inside the Object Storage bucket. Example: `switchover_plan_executions`
|
482
560
|
"""
|
561
|
+
DrPlanExecutionLogLocation._configure(
|
562
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
563
|
+
bucket=bucket,
|
564
|
+
namespace=namespace,
|
565
|
+
object=object,
|
566
|
+
)
|
567
|
+
@staticmethod
|
568
|
+
def _configure(
|
569
|
+
_setter: Callable[[Any, Any], None],
|
570
|
+
bucket: Optional[str] = None,
|
571
|
+
namespace: Optional[str] = None,
|
572
|
+
object: Optional[str] = None,
|
573
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
483
574
|
if bucket is not None:
|
484
|
-
|
575
|
+
_setter("bucket", bucket)
|
485
576
|
if namespace is not None:
|
486
|
-
|
577
|
+
_setter("namespace", namespace)
|
487
578
|
if object is not None:
|
488
|
-
|
579
|
+
_setter("object", object)
|
489
580
|
|
490
581
|
@property
|
491
582
|
@pulumi.getter
|
@@ -546,14 +637,29 @@ class DrPlanPlanGroup(dict):
|
|
546
637
|
** IMPORTANT **
|
547
638
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
548
639
|
"""
|
640
|
+
DrPlanPlanGroup._configure(
|
641
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
642
|
+
display_name=display_name,
|
643
|
+
id=id,
|
644
|
+
steps=steps,
|
645
|
+
type=type,
|
646
|
+
)
|
647
|
+
@staticmethod
|
648
|
+
def _configure(
|
649
|
+
_setter: Callable[[Any, Any], None],
|
650
|
+
display_name: Optional[str] = None,
|
651
|
+
id: Optional[str] = None,
|
652
|
+
steps: Optional[Sequence['outputs.DrPlanPlanGroupStep']] = None,
|
653
|
+
type: Optional[str] = None,
|
654
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
549
655
|
if display_name is not None:
|
550
|
-
|
656
|
+
_setter("display_name", display_name)
|
551
657
|
if id is not None:
|
552
|
-
|
658
|
+
_setter("id", id)
|
553
659
|
if steps is not None:
|
554
|
-
|
660
|
+
_setter("steps", steps)
|
555
661
|
if type is not None:
|
556
|
-
|
662
|
+
_setter("type", type)
|
557
663
|
|
558
664
|
@property
|
559
665
|
@pulumi.getter(name="displayName")
|
@@ -646,24 +752,49 @@ class DrPlanPlanGroupStep(dict):
|
|
646
752
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
647
753
|
:param Sequence['DrPlanPlanGroupStepUserDefinedStepArgs'] user_defined_steps: The details for a user-defined step in a DR Plan.
|
648
754
|
"""
|
755
|
+
DrPlanPlanGroupStep._configure(
|
756
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
757
|
+
display_name=display_name,
|
758
|
+
error_mode=error_mode,
|
759
|
+
group_id=group_id,
|
760
|
+
id=id,
|
761
|
+
is_enabled=is_enabled,
|
762
|
+
member_id=member_id,
|
763
|
+
timeout=timeout,
|
764
|
+
type=type,
|
765
|
+
user_defined_steps=user_defined_steps,
|
766
|
+
)
|
767
|
+
@staticmethod
|
768
|
+
def _configure(
|
769
|
+
_setter: Callable[[Any, Any], None],
|
770
|
+
display_name: Optional[str] = None,
|
771
|
+
error_mode: Optional[str] = None,
|
772
|
+
group_id: Optional[str] = None,
|
773
|
+
id: Optional[str] = None,
|
774
|
+
is_enabled: Optional[bool] = None,
|
775
|
+
member_id: Optional[str] = None,
|
776
|
+
timeout: Optional[int] = None,
|
777
|
+
type: Optional[str] = None,
|
778
|
+
user_defined_steps: Optional[Sequence['outputs.DrPlanPlanGroupStepUserDefinedStep']] = None,
|
779
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
649
780
|
if display_name is not None:
|
650
|
-
|
781
|
+
_setter("display_name", display_name)
|
651
782
|
if error_mode is not None:
|
652
|
-
|
783
|
+
_setter("error_mode", error_mode)
|
653
784
|
if group_id is not None:
|
654
|
-
|
785
|
+
_setter("group_id", group_id)
|
655
786
|
if id is not None:
|
656
|
-
|
787
|
+
_setter("id", id)
|
657
788
|
if is_enabled is not None:
|
658
|
-
|
789
|
+
_setter("is_enabled", is_enabled)
|
659
790
|
if member_id is not None:
|
660
|
-
|
791
|
+
_setter("member_id", member_id)
|
661
792
|
if timeout is not None:
|
662
|
-
|
793
|
+
_setter("timeout", timeout)
|
663
794
|
if type is not None:
|
664
|
-
|
795
|
+
_setter("type", type)
|
665
796
|
if user_defined_steps is not None:
|
666
|
-
|
797
|
+
_setter("user_defined_steps", user_defined_steps)
|
667
798
|
|
668
799
|
@property
|
669
800
|
@pulumi.getter(name="displayName")
|
@@ -798,24 +929,49 @@ class DrPlanPlanGroupStepUserDefinedStep(dict):
|
|
798
929
|
:param str script_command: The script name and arguments. Example: `/usr/bin/python3 /home/opc/scripts/my_app_script.py arg1 arg2 arg3`
|
799
930
|
:param str step_type: The type of the step.
|
800
931
|
"""
|
932
|
+
DrPlanPlanGroupStepUserDefinedStep._configure(
|
933
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
934
|
+
function_id=function_id,
|
935
|
+
function_region=function_region,
|
936
|
+
object_storage_script_locations=object_storage_script_locations,
|
937
|
+
request_body=request_body,
|
938
|
+
run_as_user=run_as_user,
|
939
|
+
run_on_instance_id=run_on_instance_id,
|
940
|
+
run_on_instance_region=run_on_instance_region,
|
941
|
+
script_command=script_command,
|
942
|
+
step_type=step_type,
|
943
|
+
)
|
944
|
+
@staticmethod
|
945
|
+
def _configure(
|
946
|
+
_setter: Callable[[Any, Any], None],
|
947
|
+
function_id: Optional[str] = None,
|
948
|
+
function_region: Optional[str] = None,
|
949
|
+
object_storage_script_locations: Optional[Sequence['outputs.DrPlanPlanGroupStepUserDefinedStepObjectStorageScriptLocation']] = None,
|
950
|
+
request_body: Optional[str] = None,
|
951
|
+
run_as_user: Optional[str] = None,
|
952
|
+
run_on_instance_id: Optional[str] = None,
|
953
|
+
run_on_instance_region: Optional[str] = None,
|
954
|
+
script_command: Optional[str] = None,
|
955
|
+
step_type: Optional[str] = None,
|
956
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
801
957
|
if function_id is not None:
|
802
|
-
|
958
|
+
_setter("function_id", function_id)
|
803
959
|
if function_region is not None:
|
804
|
-
|
960
|
+
_setter("function_region", function_region)
|
805
961
|
if object_storage_script_locations is not None:
|
806
|
-
|
962
|
+
_setter("object_storage_script_locations", object_storage_script_locations)
|
807
963
|
if request_body is not None:
|
808
|
-
|
964
|
+
_setter("request_body", request_body)
|
809
965
|
if run_as_user is not None:
|
810
|
-
|
966
|
+
_setter("run_as_user", run_as_user)
|
811
967
|
if run_on_instance_id is not None:
|
812
|
-
|
968
|
+
_setter("run_on_instance_id", run_on_instance_id)
|
813
969
|
if run_on_instance_region is not None:
|
814
|
-
|
970
|
+
_setter("run_on_instance_region", run_on_instance_region)
|
815
971
|
if script_command is not None:
|
816
|
-
|
972
|
+
_setter("script_command", script_command)
|
817
973
|
if step_type is not None:
|
818
|
-
|
974
|
+
_setter("step_type", step_type)
|
819
975
|
|
820
976
|
@property
|
821
977
|
@pulumi.getter(name="functionId")
|
@@ -901,12 +1057,25 @@ class DrPlanPlanGroupStepUserDefinedStepObjectStorageScriptLocation(dict):
|
|
901
1057
|
:param str namespace: The namespace in Object Storage (Note - this is usually the tenancy name). Example: `myocitenancy`
|
902
1058
|
:param str object: The object name inside the Object Storage bucket. Example: `validate_app_start.sh`
|
903
1059
|
"""
|
1060
|
+
DrPlanPlanGroupStepUserDefinedStepObjectStorageScriptLocation._configure(
|
1061
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1062
|
+
bucket=bucket,
|
1063
|
+
namespace=namespace,
|
1064
|
+
object=object,
|
1065
|
+
)
|
1066
|
+
@staticmethod
|
1067
|
+
def _configure(
|
1068
|
+
_setter: Callable[[Any, Any], None],
|
1069
|
+
bucket: Optional[str] = None,
|
1070
|
+
namespace: Optional[str] = None,
|
1071
|
+
object: Optional[str] = None,
|
1072
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
904
1073
|
if bucket is not None:
|
905
|
-
|
1074
|
+
_setter("bucket", bucket)
|
906
1075
|
if namespace is not None:
|
907
|
-
|
1076
|
+
_setter("namespace", namespace)
|
908
1077
|
if object is not None:
|
909
|
-
|
1078
|
+
_setter("object", object)
|
910
1079
|
|
911
1080
|
@property
|
912
1081
|
@pulumi.getter
|
@@ -963,11 +1132,24 @@ class DrProtectionGroupAssociation(dict):
|
|
963
1132
|
:param str peer_id: The OCID of the peer (remote) DR Protection Group. Example: `ocid1.drprotectiongroup.oc1.iad.<unique_id>`
|
964
1133
|
:param str peer_region: The region of the peer (remote) DR Protection Group. Example: `us-ashburn-1`
|
965
1134
|
"""
|
966
|
-
|
1135
|
+
DrProtectionGroupAssociation._configure(
|
1136
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1137
|
+
role=role,
|
1138
|
+
peer_id=peer_id,
|
1139
|
+
peer_region=peer_region,
|
1140
|
+
)
|
1141
|
+
@staticmethod
|
1142
|
+
def _configure(
|
1143
|
+
_setter: Callable[[Any, Any], None],
|
1144
|
+
role: str,
|
1145
|
+
peer_id: Optional[str] = None,
|
1146
|
+
peer_region: Optional[str] = None,
|
1147
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1148
|
+
_setter("role", role)
|
967
1149
|
if peer_id is not None:
|
968
|
-
|
1150
|
+
_setter("peer_id", peer_id)
|
969
1151
|
if peer_region is not None:
|
970
|
-
|
1152
|
+
_setter("peer_region", peer_region)
|
971
1153
|
|
972
1154
|
@property
|
973
1155
|
@pulumi.getter
|
@@ -1005,10 +1187,23 @@ class DrProtectionGroupLogLocation(dict):
|
|
1005
1187
|
:param str namespace: (Updatable) The namespace in Object Storage (Note - this is usually the tenancy name). Example: `myocitenancy`
|
1006
1188
|
:param str object: The object name inside the Object Storage bucket. Example: `switchover_plan_executions`
|
1007
1189
|
"""
|
1008
|
-
|
1009
|
-
|
1190
|
+
DrProtectionGroupLogLocation._configure(
|
1191
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1192
|
+
bucket=bucket,
|
1193
|
+
namespace=namespace,
|
1194
|
+
object=object,
|
1195
|
+
)
|
1196
|
+
@staticmethod
|
1197
|
+
def _configure(
|
1198
|
+
_setter: Callable[[Any, Any], None],
|
1199
|
+
bucket: str,
|
1200
|
+
namespace: str,
|
1201
|
+
object: Optional[str] = None,
|
1202
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1203
|
+
_setter("bucket", bucket)
|
1204
|
+
_setter("namespace", namespace)
|
1010
1205
|
if object is not None:
|
1011
|
-
|
1206
|
+
_setter("object", object)
|
1012
1207
|
|
1013
1208
|
@property
|
1014
1209
|
@pulumi.getter
|
@@ -1095,24 +1290,51 @@ class DrProtectionGroupMember(dict):
|
|
1095
1290
|
:param Sequence['DrProtectionGroupMemberVnicMappingArgs'] vnic_mapping: (Updatable) A list of Compute Instance VNIC mappings.
|
1096
1291
|
:param Sequence['DrProtectionGroupMemberVnicMappingArgs'] vnic_mappings: (Updatable) A list of Compute Instance VNIC mappings.
|
1097
1292
|
"""
|
1098
|
-
|
1099
|
-
|
1293
|
+
DrProtectionGroupMember._configure(
|
1294
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1295
|
+
member_id=member_id,
|
1296
|
+
member_type=member_type,
|
1297
|
+
destination_capacity_reservation_id=destination_capacity_reservation_id,
|
1298
|
+
destination_compartment_id=destination_compartment_id,
|
1299
|
+
destination_dedicated_vm_host_id=destination_dedicated_vm_host_id,
|
1300
|
+
is_movable=is_movable,
|
1301
|
+
is_retain_fault_domain=is_retain_fault_domain,
|
1302
|
+
password_vault_secret_id=password_vault_secret_id,
|
1303
|
+
vnic_mapping=vnic_mapping,
|
1304
|
+
vnic_mappings=vnic_mappings,
|
1305
|
+
)
|
1306
|
+
@staticmethod
|
1307
|
+
def _configure(
|
1308
|
+
_setter: Callable[[Any, Any], None],
|
1309
|
+
member_id: str,
|
1310
|
+
member_type: str,
|
1311
|
+
destination_capacity_reservation_id: Optional[str] = None,
|
1312
|
+
destination_compartment_id: Optional[str] = None,
|
1313
|
+
destination_dedicated_vm_host_id: Optional[str] = None,
|
1314
|
+
is_movable: Optional[bool] = None,
|
1315
|
+
is_retain_fault_domain: Optional[bool] = None,
|
1316
|
+
password_vault_secret_id: Optional[str] = None,
|
1317
|
+
vnic_mapping: Optional[Sequence['outputs.DrProtectionGroupMemberVnicMapping']] = None,
|
1318
|
+
vnic_mappings: Optional[Sequence['outputs.DrProtectionGroupMemberVnicMapping']] = None,
|
1319
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1320
|
+
_setter("member_id", member_id)
|
1321
|
+
_setter("member_type", member_type)
|
1100
1322
|
if destination_capacity_reservation_id is not None:
|
1101
|
-
|
1323
|
+
_setter("destination_capacity_reservation_id", destination_capacity_reservation_id)
|
1102
1324
|
if destination_compartment_id is not None:
|
1103
|
-
|
1325
|
+
_setter("destination_compartment_id", destination_compartment_id)
|
1104
1326
|
if destination_dedicated_vm_host_id is not None:
|
1105
|
-
|
1327
|
+
_setter("destination_dedicated_vm_host_id", destination_dedicated_vm_host_id)
|
1106
1328
|
if is_movable is not None:
|
1107
|
-
|
1329
|
+
_setter("is_movable", is_movable)
|
1108
1330
|
if is_retain_fault_domain is not None:
|
1109
|
-
|
1331
|
+
_setter("is_retain_fault_domain", is_retain_fault_domain)
|
1110
1332
|
if password_vault_secret_id is not None:
|
1111
|
-
|
1333
|
+
_setter("password_vault_secret_id", password_vault_secret_id)
|
1112
1334
|
if vnic_mapping is not None:
|
1113
|
-
|
1335
|
+
_setter("vnic_mapping", vnic_mapping)
|
1114
1336
|
if vnic_mappings is not None:
|
1115
|
-
|
1337
|
+
_setter("vnic_mappings", vnic_mappings)
|
1116
1338
|
|
1117
1339
|
@property
|
1118
1340
|
@pulumi.getter(name="memberId")
|
@@ -1235,16 +1457,33 @@ class DrProtectionGroupMemberVnicMapping(dict):
|
|
1235
1457
|
:param str destination_subnet_id: (Updatable) The OCID of the destination (remote) subnet to which this VNIC should connect. Example: `ocid1.subnet.oc1..<unique_id>`
|
1236
1458
|
:param str source_vnic_id: (Updatable) The OCID of the VNIC. Example: `ocid1.vnic.oc1..<unique_id>`
|
1237
1459
|
"""
|
1460
|
+
DrProtectionGroupMemberVnicMapping._configure(
|
1461
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1462
|
+
destination_nsg_id_lists=destination_nsg_id_lists,
|
1463
|
+
destination_primary_private_ip_address=destination_primary_private_ip_address,
|
1464
|
+
destination_primary_private_ip_hostname_label=destination_primary_private_ip_hostname_label,
|
1465
|
+
destination_subnet_id=destination_subnet_id,
|
1466
|
+
source_vnic_id=source_vnic_id,
|
1467
|
+
)
|
1468
|
+
@staticmethod
|
1469
|
+
def _configure(
|
1470
|
+
_setter: Callable[[Any, Any], None],
|
1471
|
+
destination_nsg_id_lists: Optional[Sequence[str]] = None,
|
1472
|
+
destination_primary_private_ip_address: Optional[str] = None,
|
1473
|
+
destination_primary_private_ip_hostname_label: Optional[str] = None,
|
1474
|
+
destination_subnet_id: Optional[str] = None,
|
1475
|
+
source_vnic_id: Optional[str] = None,
|
1476
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1238
1477
|
if destination_nsg_id_lists is not None:
|
1239
|
-
|
1478
|
+
_setter("destination_nsg_id_lists", destination_nsg_id_lists)
|
1240
1479
|
if destination_primary_private_ip_address is not None:
|
1241
|
-
|
1480
|
+
_setter("destination_primary_private_ip_address", destination_primary_private_ip_address)
|
1242
1481
|
if destination_primary_private_ip_hostname_label is not None:
|
1243
|
-
|
1482
|
+
_setter("destination_primary_private_ip_hostname_label", destination_primary_private_ip_hostname_label)
|
1244
1483
|
if destination_subnet_id is not None:
|
1245
|
-
|
1484
|
+
_setter("destination_subnet_id", destination_subnet_id)
|
1246
1485
|
if source_vnic_id is not None:
|
1247
|
-
|
1486
|
+
_setter("source_vnic_id", source_vnic_id)
|
1248
1487
|
|
1249
1488
|
@property
|
1250
1489
|
@pulumi.getter(name="destinationNsgIdLists")
|
@@ -1298,9 +1537,22 @@ class GetDrPlanExecutionExecutionOptionResult(dict):
|
|
1298
1537
|
:param bool are_warnings_ignored: A flag indicating whether warnings should be ignored during the plan execution. Example: `false`
|
1299
1538
|
:param str plan_execution_type: The type of the DR Plan executed.
|
1300
1539
|
"""
|
1301
|
-
|
1302
|
-
|
1303
|
-
|
1540
|
+
GetDrPlanExecutionExecutionOptionResult._configure(
|
1541
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1542
|
+
are_prechecks_enabled=are_prechecks_enabled,
|
1543
|
+
are_warnings_ignored=are_warnings_ignored,
|
1544
|
+
plan_execution_type=plan_execution_type,
|
1545
|
+
)
|
1546
|
+
@staticmethod
|
1547
|
+
def _configure(
|
1548
|
+
_setter: Callable[[Any, Any], None],
|
1549
|
+
are_prechecks_enabled: bool,
|
1550
|
+
are_warnings_ignored: bool,
|
1551
|
+
plan_execution_type: str,
|
1552
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1553
|
+
_setter("are_prechecks_enabled", are_prechecks_enabled)
|
1554
|
+
_setter("are_warnings_ignored", are_warnings_ignored)
|
1555
|
+
_setter("plan_execution_type", plan_execution_type)
|
1304
1556
|
|
1305
1557
|
@property
|
1306
1558
|
@pulumi.getter(name="arePrechecksEnabled")
|
@@ -1350,15 +1602,40 @@ class GetDrPlanExecutionGroupExecutionResult(dict):
|
|
1350
1602
|
:param str time_started: The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
1351
1603
|
:param str type: The plan group type.
|
1352
1604
|
"""
|
1353
|
-
|
1354
|
-
|
1355
|
-
|
1356
|
-
|
1357
|
-
|
1358
|
-
|
1359
|
-
|
1360
|
-
|
1361
|
-
|
1605
|
+
GetDrPlanExecutionGroupExecutionResult._configure(
|
1606
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1607
|
+
display_name=display_name,
|
1608
|
+
execution_duration_in_sec=execution_duration_in_sec,
|
1609
|
+
group_id=group_id,
|
1610
|
+
status=status,
|
1611
|
+
status_details=status_details,
|
1612
|
+
step_executions=step_executions,
|
1613
|
+
time_ended=time_ended,
|
1614
|
+
time_started=time_started,
|
1615
|
+
type=type,
|
1616
|
+
)
|
1617
|
+
@staticmethod
|
1618
|
+
def _configure(
|
1619
|
+
_setter: Callable[[Any, Any], None],
|
1620
|
+
display_name: str,
|
1621
|
+
execution_duration_in_sec: int,
|
1622
|
+
group_id: str,
|
1623
|
+
status: str,
|
1624
|
+
status_details: str,
|
1625
|
+
step_executions: Sequence['outputs.GetDrPlanExecutionGroupExecutionStepExecutionResult'],
|
1626
|
+
time_ended: str,
|
1627
|
+
time_started: str,
|
1628
|
+
type: str,
|
1629
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1630
|
+
_setter("display_name", display_name)
|
1631
|
+
_setter("execution_duration_in_sec", execution_duration_in_sec)
|
1632
|
+
_setter("group_id", group_id)
|
1633
|
+
_setter("status", status)
|
1634
|
+
_setter("status_details", status_details)
|
1635
|
+
_setter("step_executions", step_executions)
|
1636
|
+
_setter("time_ended", time_ended)
|
1637
|
+
_setter("time_started", time_started)
|
1638
|
+
_setter("type", type)
|
1362
1639
|
|
1363
1640
|
@property
|
1364
1641
|
@pulumi.getter(name="displayName")
|
@@ -1458,16 +1735,43 @@ class GetDrPlanExecutionGroupExecutionStepExecutionResult(dict):
|
|
1458
1735
|
:param str time_started: The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
1459
1736
|
:param str type: The plan group type.
|
1460
1737
|
"""
|
1461
|
-
|
1462
|
-
|
1463
|
-
|
1464
|
-
|
1465
|
-
|
1466
|
-
|
1467
|
-
|
1468
|
-
|
1469
|
-
|
1470
|
-
|
1738
|
+
GetDrPlanExecutionGroupExecutionStepExecutionResult._configure(
|
1739
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1740
|
+
display_name=display_name,
|
1741
|
+
execution_duration_in_sec=execution_duration_in_sec,
|
1742
|
+
group_id=group_id,
|
1743
|
+
log_locations=log_locations,
|
1744
|
+
status=status,
|
1745
|
+
status_details=status_details,
|
1746
|
+
step_id=step_id,
|
1747
|
+
time_ended=time_ended,
|
1748
|
+
time_started=time_started,
|
1749
|
+
type=type,
|
1750
|
+
)
|
1751
|
+
@staticmethod
|
1752
|
+
def _configure(
|
1753
|
+
_setter: Callable[[Any, Any], None],
|
1754
|
+
display_name: str,
|
1755
|
+
execution_duration_in_sec: int,
|
1756
|
+
group_id: str,
|
1757
|
+
log_locations: Sequence['outputs.GetDrPlanExecutionGroupExecutionStepExecutionLogLocationResult'],
|
1758
|
+
status: str,
|
1759
|
+
status_details: str,
|
1760
|
+
step_id: str,
|
1761
|
+
time_ended: str,
|
1762
|
+
time_started: str,
|
1763
|
+
type: str,
|
1764
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1765
|
+
_setter("display_name", display_name)
|
1766
|
+
_setter("execution_duration_in_sec", execution_duration_in_sec)
|
1767
|
+
_setter("group_id", group_id)
|
1768
|
+
_setter("log_locations", log_locations)
|
1769
|
+
_setter("status", status)
|
1770
|
+
_setter("status_details", status_details)
|
1771
|
+
_setter("step_id", step_id)
|
1772
|
+
_setter("time_ended", time_ended)
|
1773
|
+
_setter("time_started", time_started)
|
1774
|
+
_setter("type", type)
|
1471
1775
|
|
1472
1776
|
@property
|
1473
1777
|
@pulumi.getter(name="displayName")
|
@@ -1561,9 +1865,22 @@ class GetDrPlanExecutionGroupExecutionStepExecutionLogLocationResult(dict):
|
|
1561
1865
|
:param str namespace: The namespace in Object Storage (Note - this is usually the tenancy name). Example: `myocitenancy`
|
1562
1866
|
:param str object: The object name inside the Object Storage bucket. Example: `switchover_plan_executions`
|
1563
1867
|
"""
|
1564
|
-
|
1565
|
-
|
1566
|
-
|
1868
|
+
GetDrPlanExecutionGroupExecutionStepExecutionLogLocationResult._configure(
|
1869
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1870
|
+
bucket=bucket,
|
1871
|
+
namespace=namespace,
|
1872
|
+
object=object,
|
1873
|
+
)
|
1874
|
+
@staticmethod
|
1875
|
+
def _configure(
|
1876
|
+
_setter: Callable[[Any, Any], None],
|
1877
|
+
bucket: str,
|
1878
|
+
namespace: str,
|
1879
|
+
object: str,
|
1880
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1881
|
+
_setter("bucket", bucket)
|
1882
|
+
_setter("namespace", namespace)
|
1883
|
+
_setter("object", object)
|
1567
1884
|
|
1568
1885
|
@property
|
1569
1886
|
@pulumi.getter
|
@@ -1601,9 +1918,22 @@ class GetDrPlanExecutionLogLocationResult(dict):
|
|
1601
1918
|
:param str namespace: The namespace in Object Storage (Note - this is usually the tenancy name). Example: `myocitenancy`
|
1602
1919
|
:param str object: The object name inside the Object Storage bucket. Example: `switchover_plan_executions`
|
1603
1920
|
"""
|
1604
|
-
|
1605
|
-
|
1606
|
-
|
1921
|
+
GetDrPlanExecutionLogLocationResult._configure(
|
1922
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1923
|
+
bucket=bucket,
|
1924
|
+
namespace=namespace,
|
1925
|
+
object=object,
|
1926
|
+
)
|
1927
|
+
@staticmethod
|
1928
|
+
def _configure(
|
1929
|
+
_setter: Callable[[Any, Any], None],
|
1930
|
+
bucket: str,
|
1931
|
+
namespace: str,
|
1932
|
+
object: str,
|
1933
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1934
|
+
_setter("bucket", bucket)
|
1935
|
+
_setter("namespace", namespace)
|
1936
|
+
_setter("object", object)
|
1607
1937
|
|
1608
1938
|
@property
|
1609
1939
|
@pulumi.getter
|
@@ -1634,7 +1964,16 @@ class GetDrPlanExecutionLogLocationResult(dict):
|
|
1634
1964
|
class GetDrPlanExecutionsDrPlanExecutionCollectionResult(dict):
|
1635
1965
|
def __init__(__self__, *,
|
1636
1966
|
items: Sequence['outputs.GetDrPlanExecutionsDrPlanExecutionCollectionItemResult']):
|
1637
|
-
|
1967
|
+
GetDrPlanExecutionsDrPlanExecutionCollectionResult._configure(
|
1968
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1969
|
+
items=items,
|
1970
|
+
)
|
1971
|
+
@staticmethod
|
1972
|
+
def _configure(
|
1973
|
+
_setter: Callable[[Any, Any], None],
|
1974
|
+
items: Sequence['outputs.GetDrPlanExecutionsDrPlanExecutionCollectionItemResult'],
|
1975
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1976
|
+
_setter("items", items)
|
1638
1977
|
|
1639
1978
|
@property
|
1640
1979
|
@pulumi.getter
|
@@ -1689,27 +2028,76 @@ class GetDrPlanExecutionsDrPlanExecutionCollectionItemResult(dict):
|
|
1689
2028
|
:param str time_started: The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
1690
2029
|
:param str time_updated: The time at which DR Plan Execution was last updated. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
1691
2030
|
"""
|
1692
|
-
|
1693
|
-
|
1694
|
-
|
1695
|
-
|
1696
|
-
|
1697
|
-
|
1698
|
-
|
1699
|
-
|
1700
|
-
|
1701
|
-
|
1702
|
-
|
1703
|
-
|
1704
|
-
|
1705
|
-
|
1706
|
-
|
1707
|
-
|
1708
|
-
|
1709
|
-
|
1710
|
-
|
1711
|
-
|
1712
|
-
|
2031
|
+
GetDrPlanExecutionsDrPlanExecutionCollectionItemResult._configure(
|
2032
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2033
|
+
compartment_id=compartment_id,
|
2034
|
+
defined_tags=defined_tags,
|
2035
|
+
display_name=display_name,
|
2036
|
+
dr_protection_group_id=dr_protection_group_id,
|
2037
|
+
execution_duration_in_sec=execution_duration_in_sec,
|
2038
|
+
execution_options=execution_options,
|
2039
|
+
freeform_tags=freeform_tags,
|
2040
|
+
group_executions=group_executions,
|
2041
|
+
id=id,
|
2042
|
+
life_cycle_details=life_cycle_details,
|
2043
|
+
log_locations=log_locations,
|
2044
|
+
peer_dr_protection_group_id=peer_dr_protection_group_id,
|
2045
|
+
peer_region=peer_region,
|
2046
|
+
plan_execution_type=plan_execution_type,
|
2047
|
+
plan_id=plan_id,
|
2048
|
+
state=state,
|
2049
|
+
system_tags=system_tags,
|
2050
|
+
time_created=time_created,
|
2051
|
+
time_ended=time_ended,
|
2052
|
+
time_started=time_started,
|
2053
|
+
time_updated=time_updated,
|
2054
|
+
)
|
2055
|
+
@staticmethod
|
2056
|
+
def _configure(
|
2057
|
+
_setter: Callable[[Any, Any], None],
|
2058
|
+
compartment_id: str,
|
2059
|
+
defined_tags: Mapping[str, Any],
|
2060
|
+
display_name: str,
|
2061
|
+
dr_protection_group_id: str,
|
2062
|
+
execution_duration_in_sec: int,
|
2063
|
+
execution_options: Sequence['outputs.GetDrPlanExecutionsDrPlanExecutionCollectionItemExecutionOptionResult'],
|
2064
|
+
freeform_tags: Mapping[str, Any],
|
2065
|
+
group_executions: Sequence['outputs.GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionResult'],
|
2066
|
+
id: str,
|
2067
|
+
life_cycle_details: str,
|
2068
|
+
log_locations: Sequence['outputs.GetDrPlanExecutionsDrPlanExecutionCollectionItemLogLocationResult'],
|
2069
|
+
peer_dr_protection_group_id: str,
|
2070
|
+
peer_region: str,
|
2071
|
+
plan_execution_type: str,
|
2072
|
+
plan_id: str,
|
2073
|
+
state: str,
|
2074
|
+
system_tags: Mapping[str, Any],
|
2075
|
+
time_created: str,
|
2076
|
+
time_ended: str,
|
2077
|
+
time_started: str,
|
2078
|
+
time_updated: str,
|
2079
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2080
|
+
_setter("compartment_id", compartment_id)
|
2081
|
+
_setter("defined_tags", defined_tags)
|
2082
|
+
_setter("display_name", display_name)
|
2083
|
+
_setter("dr_protection_group_id", dr_protection_group_id)
|
2084
|
+
_setter("execution_duration_in_sec", execution_duration_in_sec)
|
2085
|
+
_setter("execution_options", execution_options)
|
2086
|
+
_setter("freeform_tags", freeform_tags)
|
2087
|
+
_setter("group_executions", group_executions)
|
2088
|
+
_setter("id", id)
|
2089
|
+
_setter("life_cycle_details", life_cycle_details)
|
2090
|
+
_setter("log_locations", log_locations)
|
2091
|
+
_setter("peer_dr_protection_group_id", peer_dr_protection_group_id)
|
2092
|
+
_setter("peer_region", peer_region)
|
2093
|
+
_setter("plan_execution_type", plan_execution_type)
|
2094
|
+
_setter("plan_id", plan_id)
|
2095
|
+
_setter("state", state)
|
2096
|
+
_setter("system_tags", system_tags)
|
2097
|
+
_setter("time_created", time_created)
|
2098
|
+
_setter("time_ended", time_ended)
|
2099
|
+
_setter("time_started", time_started)
|
2100
|
+
_setter("time_updated", time_updated)
|
1713
2101
|
|
1714
2102
|
@property
|
1715
2103
|
@pulumi.getter(name="compartmentId")
|
@@ -1891,9 +2279,22 @@ class GetDrPlanExecutionsDrPlanExecutionCollectionItemExecutionOptionResult(dict
|
|
1891
2279
|
:param bool are_warnings_ignored: A flag indicating whether warnings should be ignored during the plan execution. Example: `false`
|
1892
2280
|
:param str plan_execution_type: The type of the DR Plan executed.
|
1893
2281
|
"""
|
1894
|
-
|
1895
|
-
|
1896
|
-
|
2282
|
+
GetDrPlanExecutionsDrPlanExecutionCollectionItemExecutionOptionResult._configure(
|
2283
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2284
|
+
are_prechecks_enabled=are_prechecks_enabled,
|
2285
|
+
are_warnings_ignored=are_warnings_ignored,
|
2286
|
+
plan_execution_type=plan_execution_type,
|
2287
|
+
)
|
2288
|
+
@staticmethod
|
2289
|
+
def _configure(
|
2290
|
+
_setter: Callable[[Any, Any], None],
|
2291
|
+
are_prechecks_enabled: bool,
|
2292
|
+
are_warnings_ignored: bool,
|
2293
|
+
plan_execution_type: str,
|
2294
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2295
|
+
_setter("are_prechecks_enabled", are_prechecks_enabled)
|
2296
|
+
_setter("are_warnings_ignored", are_warnings_ignored)
|
2297
|
+
_setter("plan_execution_type", plan_execution_type)
|
1897
2298
|
|
1898
2299
|
@property
|
1899
2300
|
@pulumi.getter(name="arePrechecksEnabled")
|
@@ -1943,15 +2344,40 @@ class GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionResult(dict)
|
|
1943
2344
|
:param str time_started: The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
1944
2345
|
:param str type: The plan group type.
|
1945
2346
|
"""
|
1946
|
-
|
1947
|
-
|
1948
|
-
|
1949
|
-
|
1950
|
-
|
1951
|
-
|
1952
|
-
|
1953
|
-
|
1954
|
-
|
2347
|
+
GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionResult._configure(
|
2348
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2349
|
+
display_name=display_name,
|
2350
|
+
execution_duration_in_sec=execution_duration_in_sec,
|
2351
|
+
group_id=group_id,
|
2352
|
+
status=status,
|
2353
|
+
status_details=status_details,
|
2354
|
+
step_executions=step_executions,
|
2355
|
+
time_ended=time_ended,
|
2356
|
+
time_started=time_started,
|
2357
|
+
type=type,
|
2358
|
+
)
|
2359
|
+
@staticmethod
|
2360
|
+
def _configure(
|
2361
|
+
_setter: Callable[[Any, Any], None],
|
2362
|
+
display_name: str,
|
2363
|
+
execution_duration_in_sec: int,
|
2364
|
+
group_id: str,
|
2365
|
+
status: str,
|
2366
|
+
status_details: str,
|
2367
|
+
step_executions: Sequence['outputs.GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutionResult'],
|
2368
|
+
time_ended: str,
|
2369
|
+
time_started: str,
|
2370
|
+
type: str,
|
2371
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2372
|
+
_setter("display_name", display_name)
|
2373
|
+
_setter("execution_duration_in_sec", execution_duration_in_sec)
|
2374
|
+
_setter("group_id", group_id)
|
2375
|
+
_setter("status", status)
|
2376
|
+
_setter("status_details", status_details)
|
2377
|
+
_setter("step_executions", step_executions)
|
2378
|
+
_setter("time_ended", time_ended)
|
2379
|
+
_setter("time_started", time_started)
|
2380
|
+
_setter("type", type)
|
1955
2381
|
|
1956
2382
|
@property
|
1957
2383
|
@pulumi.getter(name="displayName")
|
@@ -2051,16 +2477,43 @@ class GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutio
|
|
2051
2477
|
:param str time_started: The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
2052
2478
|
:param str type: The plan group type.
|
2053
2479
|
"""
|
2054
|
-
|
2055
|
-
|
2056
|
-
|
2057
|
-
|
2058
|
-
|
2059
|
-
|
2060
|
-
|
2061
|
-
|
2062
|
-
|
2063
|
-
|
2480
|
+
GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutionResult._configure(
|
2481
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2482
|
+
display_name=display_name,
|
2483
|
+
execution_duration_in_sec=execution_duration_in_sec,
|
2484
|
+
group_id=group_id,
|
2485
|
+
log_locations=log_locations,
|
2486
|
+
status=status,
|
2487
|
+
status_details=status_details,
|
2488
|
+
step_id=step_id,
|
2489
|
+
time_ended=time_ended,
|
2490
|
+
time_started=time_started,
|
2491
|
+
type=type,
|
2492
|
+
)
|
2493
|
+
@staticmethod
|
2494
|
+
def _configure(
|
2495
|
+
_setter: Callable[[Any, Any], None],
|
2496
|
+
display_name: str,
|
2497
|
+
execution_duration_in_sec: int,
|
2498
|
+
group_id: str,
|
2499
|
+
log_locations: Sequence['outputs.GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutionLogLocationResult'],
|
2500
|
+
status: str,
|
2501
|
+
status_details: str,
|
2502
|
+
step_id: str,
|
2503
|
+
time_ended: str,
|
2504
|
+
time_started: str,
|
2505
|
+
type: str,
|
2506
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2507
|
+
_setter("display_name", display_name)
|
2508
|
+
_setter("execution_duration_in_sec", execution_duration_in_sec)
|
2509
|
+
_setter("group_id", group_id)
|
2510
|
+
_setter("log_locations", log_locations)
|
2511
|
+
_setter("status", status)
|
2512
|
+
_setter("status_details", status_details)
|
2513
|
+
_setter("step_id", step_id)
|
2514
|
+
_setter("time_ended", time_ended)
|
2515
|
+
_setter("time_started", time_started)
|
2516
|
+
_setter("type", type)
|
2064
2517
|
|
2065
2518
|
@property
|
2066
2519
|
@pulumi.getter(name="displayName")
|
@@ -2154,9 +2607,22 @@ class GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutio
|
|
2154
2607
|
:param str namespace: The namespace in Object Storage (Note - this is usually the tenancy name). Example: `myocitenancy`
|
2155
2608
|
:param str object: The object name inside the Object Storage bucket. Example: `switchover_plan_executions`
|
2156
2609
|
"""
|
2157
|
-
|
2158
|
-
|
2159
|
-
|
2610
|
+
GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutionLogLocationResult._configure(
|
2611
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2612
|
+
bucket=bucket,
|
2613
|
+
namespace=namespace,
|
2614
|
+
object=object,
|
2615
|
+
)
|
2616
|
+
@staticmethod
|
2617
|
+
def _configure(
|
2618
|
+
_setter: Callable[[Any, Any], None],
|
2619
|
+
bucket: str,
|
2620
|
+
namespace: str,
|
2621
|
+
object: str,
|
2622
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2623
|
+
_setter("bucket", bucket)
|
2624
|
+
_setter("namespace", namespace)
|
2625
|
+
_setter("object", object)
|
2160
2626
|
|
2161
2627
|
@property
|
2162
2628
|
@pulumi.getter
|
@@ -2194,9 +2660,22 @@ class GetDrPlanExecutionsDrPlanExecutionCollectionItemLogLocationResult(dict):
|
|
2194
2660
|
:param str namespace: The namespace in Object Storage (Note - this is usually the tenancy name). Example: `myocitenancy`
|
2195
2661
|
:param str object: The object name inside the Object Storage bucket. Example: `switchover_plan_executions`
|
2196
2662
|
"""
|
2197
|
-
|
2198
|
-
|
2199
|
-
|
2663
|
+
GetDrPlanExecutionsDrPlanExecutionCollectionItemLogLocationResult._configure(
|
2664
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2665
|
+
bucket=bucket,
|
2666
|
+
namespace=namespace,
|
2667
|
+
object=object,
|
2668
|
+
)
|
2669
|
+
@staticmethod
|
2670
|
+
def _configure(
|
2671
|
+
_setter: Callable[[Any, Any], None],
|
2672
|
+
bucket: str,
|
2673
|
+
namespace: str,
|
2674
|
+
object: str,
|
2675
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2676
|
+
_setter("bucket", bucket)
|
2677
|
+
_setter("namespace", namespace)
|
2678
|
+
_setter("object", object)
|
2200
2679
|
|
2201
2680
|
@property
|
2202
2681
|
@pulumi.getter
|
@@ -2229,10 +2708,23 @@ class GetDrPlanExecutionsFilterResult(dict):
|
|
2229
2708
|
name: str,
|
2230
2709
|
values: Sequence[str],
|
2231
2710
|
regex: Optional[bool] = None):
|
2232
|
-
|
2233
|
-
|
2711
|
+
GetDrPlanExecutionsFilterResult._configure(
|
2712
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2713
|
+
name=name,
|
2714
|
+
values=values,
|
2715
|
+
regex=regex,
|
2716
|
+
)
|
2717
|
+
@staticmethod
|
2718
|
+
def _configure(
|
2719
|
+
_setter: Callable[[Any, Any], None],
|
2720
|
+
name: str,
|
2721
|
+
values: Sequence[str],
|
2722
|
+
regex: Optional[bool] = None,
|
2723
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2724
|
+
_setter("name", name)
|
2725
|
+
_setter("values", values)
|
2234
2726
|
if regex is not None:
|
2235
|
-
|
2727
|
+
_setter("regex", regex)
|
2236
2728
|
|
2237
2729
|
@property
|
2238
2730
|
@pulumi.getter
|
@@ -2263,10 +2755,25 @@ class GetDrPlanPlanGroupResult(dict):
|
|
2263
2755
|
:param Sequence['GetDrPlanPlanGroupStepArgs'] steps: The list of steps in this plan group.
|
2264
2756
|
:param str type: The type of this DR Plan.
|
2265
2757
|
"""
|
2266
|
-
|
2267
|
-
|
2268
|
-
|
2269
|
-
|
2758
|
+
GetDrPlanPlanGroupResult._configure(
|
2759
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2760
|
+
display_name=display_name,
|
2761
|
+
id=id,
|
2762
|
+
steps=steps,
|
2763
|
+
type=type,
|
2764
|
+
)
|
2765
|
+
@staticmethod
|
2766
|
+
def _configure(
|
2767
|
+
_setter: Callable[[Any, Any], None],
|
2768
|
+
display_name: str,
|
2769
|
+
id: str,
|
2770
|
+
steps: Sequence['outputs.GetDrPlanPlanGroupStepResult'],
|
2771
|
+
type: str,
|
2772
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2773
|
+
_setter("display_name", display_name)
|
2774
|
+
_setter("id", id)
|
2775
|
+
_setter("steps", steps)
|
2776
|
+
_setter("type", type)
|
2270
2777
|
|
2271
2778
|
@property
|
2272
2779
|
@pulumi.getter(name="displayName")
|
@@ -2324,15 +2831,40 @@ class GetDrPlanPlanGroupStepResult(dict):
|
|
2324
2831
|
:param str type: The type of this DR Plan.
|
2325
2832
|
:param Sequence['GetDrPlanPlanGroupStepUserDefinedStepArgs'] user_defined_steps: The details for a user-defined step in a DR Plan.
|
2326
2833
|
"""
|
2327
|
-
|
2328
|
-
|
2329
|
-
|
2330
|
-
|
2331
|
-
|
2332
|
-
|
2333
|
-
|
2334
|
-
|
2335
|
-
|
2834
|
+
GetDrPlanPlanGroupStepResult._configure(
|
2835
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2836
|
+
display_name=display_name,
|
2837
|
+
error_mode=error_mode,
|
2838
|
+
group_id=group_id,
|
2839
|
+
id=id,
|
2840
|
+
is_enabled=is_enabled,
|
2841
|
+
member_id=member_id,
|
2842
|
+
timeout=timeout,
|
2843
|
+
type=type,
|
2844
|
+
user_defined_steps=user_defined_steps,
|
2845
|
+
)
|
2846
|
+
@staticmethod
|
2847
|
+
def _configure(
|
2848
|
+
_setter: Callable[[Any, Any], None],
|
2849
|
+
display_name: str,
|
2850
|
+
error_mode: str,
|
2851
|
+
group_id: str,
|
2852
|
+
id: str,
|
2853
|
+
is_enabled: bool,
|
2854
|
+
member_id: str,
|
2855
|
+
timeout: int,
|
2856
|
+
type: str,
|
2857
|
+
user_defined_steps: Sequence['outputs.GetDrPlanPlanGroupStepUserDefinedStepResult'],
|
2858
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2859
|
+
_setter("display_name", display_name)
|
2860
|
+
_setter("error_mode", error_mode)
|
2861
|
+
_setter("group_id", group_id)
|
2862
|
+
_setter("id", id)
|
2863
|
+
_setter("is_enabled", is_enabled)
|
2864
|
+
_setter("member_id", member_id)
|
2865
|
+
_setter("timeout", timeout)
|
2866
|
+
_setter("type", type)
|
2867
|
+
_setter("user_defined_steps", user_defined_steps)
|
2336
2868
|
|
2337
2869
|
@property
|
2338
2870
|
@pulumi.getter(name="displayName")
|
@@ -2430,15 +2962,40 @@ class GetDrPlanPlanGroupStepUserDefinedStepResult(dict):
|
|
2430
2962
|
:param str script_command: The script name and arguments. Example: `/usr/bin/python3 /home/opc/scripts/my_app_script.py arg1 arg2 arg3`
|
2431
2963
|
:param str step_type: The type of the step.
|
2432
2964
|
"""
|
2433
|
-
|
2434
|
-
|
2435
|
-
|
2436
|
-
|
2437
|
-
|
2438
|
-
|
2439
|
-
|
2440
|
-
|
2441
|
-
|
2965
|
+
GetDrPlanPlanGroupStepUserDefinedStepResult._configure(
|
2966
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2967
|
+
function_id=function_id,
|
2968
|
+
function_region=function_region,
|
2969
|
+
object_storage_script_locations=object_storage_script_locations,
|
2970
|
+
request_body=request_body,
|
2971
|
+
run_as_user=run_as_user,
|
2972
|
+
run_on_instance_id=run_on_instance_id,
|
2973
|
+
run_on_instance_region=run_on_instance_region,
|
2974
|
+
script_command=script_command,
|
2975
|
+
step_type=step_type,
|
2976
|
+
)
|
2977
|
+
@staticmethod
|
2978
|
+
def _configure(
|
2979
|
+
_setter: Callable[[Any, Any], None],
|
2980
|
+
function_id: str,
|
2981
|
+
function_region: str,
|
2982
|
+
object_storage_script_locations: Sequence['outputs.GetDrPlanPlanGroupStepUserDefinedStepObjectStorageScriptLocationResult'],
|
2983
|
+
request_body: str,
|
2984
|
+
run_as_user: str,
|
2985
|
+
run_on_instance_id: str,
|
2986
|
+
run_on_instance_region: str,
|
2987
|
+
script_command: str,
|
2988
|
+
step_type: str,
|
2989
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2990
|
+
_setter("function_id", function_id)
|
2991
|
+
_setter("function_region", function_region)
|
2992
|
+
_setter("object_storage_script_locations", object_storage_script_locations)
|
2993
|
+
_setter("request_body", request_body)
|
2994
|
+
_setter("run_as_user", run_as_user)
|
2995
|
+
_setter("run_on_instance_id", run_on_instance_id)
|
2996
|
+
_setter("run_on_instance_region", run_on_instance_region)
|
2997
|
+
_setter("script_command", script_command)
|
2998
|
+
_setter("step_type", step_type)
|
2442
2999
|
|
2443
3000
|
@property
|
2444
3001
|
@pulumi.getter(name="functionId")
|
@@ -2524,9 +3081,22 @@ class GetDrPlanPlanGroupStepUserDefinedStepObjectStorageScriptLocationResult(dic
|
|
2524
3081
|
:param str namespace: The namespace in Object Storage (Note - this is usually the tenancy name). Example: `myocitenancy`
|
2525
3082
|
:param str object: The object name inside the Object Storage bucket. Example: `validate_app_start.sh`
|
2526
3083
|
"""
|
2527
|
-
|
2528
|
-
|
2529
|
-
|
3084
|
+
GetDrPlanPlanGroupStepUserDefinedStepObjectStorageScriptLocationResult._configure(
|
3085
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3086
|
+
bucket=bucket,
|
3087
|
+
namespace=namespace,
|
3088
|
+
object=object,
|
3089
|
+
)
|
3090
|
+
@staticmethod
|
3091
|
+
def _configure(
|
3092
|
+
_setter: Callable[[Any, Any], None],
|
3093
|
+
bucket: str,
|
3094
|
+
namespace: str,
|
3095
|
+
object: str,
|
3096
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3097
|
+
_setter("bucket", bucket)
|
3098
|
+
_setter("namespace", namespace)
|
3099
|
+
_setter("object", object)
|
2530
3100
|
|
2531
3101
|
@property
|
2532
3102
|
@pulumi.getter
|
@@ -2557,7 +3127,16 @@ class GetDrPlanPlanGroupStepUserDefinedStepObjectStorageScriptLocationResult(dic
|
|
2557
3127
|
class GetDrPlansDrPlanCollectionResult(dict):
|
2558
3128
|
def __init__(__self__, *,
|
2559
3129
|
items: Sequence['outputs.GetDrPlansDrPlanCollectionItemResult']):
|
2560
|
-
|
3130
|
+
GetDrPlansDrPlanCollectionResult._configure(
|
3131
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3132
|
+
items=items,
|
3133
|
+
)
|
3134
|
+
@staticmethod
|
3135
|
+
def _configure(
|
3136
|
+
_setter: Callable[[Any, Any], None],
|
3137
|
+
items: Sequence['outputs.GetDrPlansDrPlanCollectionItemResult'],
|
3138
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3139
|
+
_setter("items", items)
|
2561
3140
|
|
2562
3141
|
@property
|
2563
3142
|
@pulumi.getter
|
@@ -2600,21 +3179,58 @@ class GetDrPlansDrPlanCollectionItemResult(dict):
|
|
2600
3179
|
:param str time_updated: The date and time the DR Plan was updated. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
2601
3180
|
:param str type: The type of this DR Plan.
|
2602
3181
|
"""
|
2603
|
-
|
2604
|
-
|
2605
|
-
|
2606
|
-
|
2607
|
-
|
2608
|
-
|
2609
|
-
|
2610
|
-
|
2611
|
-
|
2612
|
-
|
2613
|
-
|
2614
|
-
|
2615
|
-
|
2616
|
-
|
2617
|
-
|
3182
|
+
GetDrPlansDrPlanCollectionItemResult._configure(
|
3183
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3184
|
+
compartment_id=compartment_id,
|
3185
|
+
defined_tags=defined_tags,
|
3186
|
+
display_name=display_name,
|
3187
|
+
dr_protection_group_id=dr_protection_group_id,
|
3188
|
+
freeform_tags=freeform_tags,
|
3189
|
+
id=id,
|
3190
|
+
life_cycle_details=life_cycle_details,
|
3191
|
+
peer_dr_protection_group_id=peer_dr_protection_group_id,
|
3192
|
+
peer_region=peer_region,
|
3193
|
+
plan_groups=plan_groups,
|
3194
|
+
state=state,
|
3195
|
+
system_tags=system_tags,
|
3196
|
+
time_created=time_created,
|
3197
|
+
time_updated=time_updated,
|
3198
|
+
type=type,
|
3199
|
+
)
|
3200
|
+
@staticmethod
|
3201
|
+
def _configure(
|
3202
|
+
_setter: Callable[[Any, Any], None],
|
3203
|
+
compartment_id: str,
|
3204
|
+
defined_tags: Mapping[str, Any],
|
3205
|
+
display_name: str,
|
3206
|
+
dr_protection_group_id: str,
|
3207
|
+
freeform_tags: Mapping[str, Any],
|
3208
|
+
id: str,
|
3209
|
+
life_cycle_details: str,
|
3210
|
+
peer_dr_protection_group_id: str,
|
3211
|
+
peer_region: str,
|
3212
|
+
plan_groups: Sequence['outputs.GetDrPlansDrPlanCollectionItemPlanGroupResult'],
|
3213
|
+
state: str,
|
3214
|
+
system_tags: Mapping[str, Any],
|
3215
|
+
time_created: str,
|
3216
|
+
time_updated: str,
|
3217
|
+
type: str,
|
3218
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3219
|
+
_setter("compartment_id", compartment_id)
|
3220
|
+
_setter("defined_tags", defined_tags)
|
3221
|
+
_setter("display_name", display_name)
|
3222
|
+
_setter("dr_protection_group_id", dr_protection_group_id)
|
3223
|
+
_setter("freeform_tags", freeform_tags)
|
3224
|
+
_setter("id", id)
|
3225
|
+
_setter("life_cycle_details", life_cycle_details)
|
3226
|
+
_setter("peer_dr_protection_group_id", peer_dr_protection_group_id)
|
3227
|
+
_setter("peer_region", peer_region)
|
3228
|
+
_setter("plan_groups", plan_groups)
|
3229
|
+
_setter("state", state)
|
3230
|
+
_setter("system_tags", system_tags)
|
3231
|
+
_setter("time_created", time_created)
|
3232
|
+
_setter("time_updated", time_updated)
|
3233
|
+
_setter("type", type)
|
2618
3234
|
|
2619
3235
|
@property
|
2620
3236
|
@pulumi.getter(name="compartmentId")
|
@@ -2750,10 +3366,25 @@ class GetDrPlansDrPlanCollectionItemPlanGroupResult(dict):
|
|
2750
3366
|
:param Sequence['GetDrPlansDrPlanCollectionItemPlanGroupStepArgs'] steps: The list of steps in this plan group.
|
2751
3367
|
:param str type: The type of this DR Plan.
|
2752
3368
|
"""
|
2753
|
-
|
2754
|
-
|
2755
|
-
|
2756
|
-
|
3369
|
+
GetDrPlansDrPlanCollectionItemPlanGroupResult._configure(
|
3370
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3371
|
+
display_name=display_name,
|
3372
|
+
id=id,
|
3373
|
+
steps=steps,
|
3374
|
+
type=type,
|
3375
|
+
)
|
3376
|
+
@staticmethod
|
3377
|
+
def _configure(
|
3378
|
+
_setter: Callable[[Any, Any], None],
|
3379
|
+
display_name: str,
|
3380
|
+
id: str,
|
3381
|
+
steps: Sequence['outputs.GetDrPlansDrPlanCollectionItemPlanGroupStepResult'],
|
3382
|
+
type: str,
|
3383
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3384
|
+
_setter("display_name", display_name)
|
3385
|
+
_setter("id", id)
|
3386
|
+
_setter("steps", steps)
|
3387
|
+
_setter("type", type)
|
2757
3388
|
|
2758
3389
|
@property
|
2759
3390
|
@pulumi.getter(name="displayName")
|
@@ -2811,15 +3442,40 @@ class GetDrPlansDrPlanCollectionItemPlanGroupStepResult(dict):
|
|
2811
3442
|
:param str type: The type of this DR Plan.
|
2812
3443
|
:param Sequence['GetDrPlansDrPlanCollectionItemPlanGroupStepUserDefinedStepArgs'] user_defined_steps: The details for a user-defined step in a DR Plan.
|
2813
3444
|
"""
|
2814
|
-
|
2815
|
-
|
2816
|
-
|
2817
|
-
|
2818
|
-
|
2819
|
-
|
2820
|
-
|
2821
|
-
|
2822
|
-
|
3445
|
+
GetDrPlansDrPlanCollectionItemPlanGroupStepResult._configure(
|
3446
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3447
|
+
display_name=display_name,
|
3448
|
+
error_mode=error_mode,
|
3449
|
+
group_id=group_id,
|
3450
|
+
id=id,
|
3451
|
+
is_enabled=is_enabled,
|
3452
|
+
member_id=member_id,
|
3453
|
+
timeout=timeout,
|
3454
|
+
type=type,
|
3455
|
+
user_defined_steps=user_defined_steps,
|
3456
|
+
)
|
3457
|
+
@staticmethod
|
3458
|
+
def _configure(
|
3459
|
+
_setter: Callable[[Any, Any], None],
|
3460
|
+
display_name: str,
|
3461
|
+
error_mode: str,
|
3462
|
+
group_id: str,
|
3463
|
+
id: str,
|
3464
|
+
is_enabled: bool,
|
3465
|
+
member_id: str,
|
3466
|
+
timeout: int,
|
3467
|
+
type: str,
|
3468
|
+
user_defined_steps: Sequence['outputs.GetDrPlansDrPlanCollectionItemPlanGroupStepUserDefinedStepResult'],
|
3469
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3470
|
+
_setter("display_name", display_name)
|
3471
|
+
_setter("error_mode", error_mode)
|
3472
|
+
_setter("group_id", group_id)
|
3473
|
+
_setter("id", id)
|
3474
|
+
_setter("is_enabled", is_enabled)
|
3475
|
+
_setter("member_id", member_id)
|
3476
|
+
_setter("timeout", timeout)
|
3477
|
+
_setter("type", type)
|
3478
|
+
_setter("user_defined_steps", user_defined_steps)
|
2823
3479
|
|
2824
3480
|
@property
|
2825
3481
|
@pulumi.getter(name="displayName")
|
@@ -2917,15 +3573,40 @@ class GetDrPlansDrPlanCollectionItemPlanGroupStepUserDefinedStepResult(dict):
|
|
2917
3573
|
:param str script_command: The script name and arguments. Example: `/usr/bin/python3 /home/opc/scripts/my_app_script.py arg1 arg2 arg3`
|
2918
3574
|
:param str step_type: The type of the step.
|
2919
3575
|
"""
|
2920
|
-
|
2921
|
-
|
2922
|
-
|
2923
|
-
|
2924
|
-
|
2925
|
-
|
2926
|
-
|
2927
|
-
|
2928
|
-
|
3576
|
+
GetDrPlansDrPlanCollectionItemPlanGroupStepUserDefinedStepResult._configure(
|
3577
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3578
|
+
function_id=function_id,
|
3579
|
+
function_region=function_region,
|
3580
|
+
object_storage_script_locations=object_storage_script_locations,
|
3581
|
+
request_body=request_body,
|
3582
|
+
run_as_user=run_as_user,
|
3583
|
+
run_on_instance_id=run_on_instance_id,
|
3584
|
+
run_on_instance_region=run_on_instance_region,
|
3585
|
+
script_command=script_command,
|
3586
|
+
step_type=step_type,
|
3587
|
+
)
|
3588
|
+
@staticmethod
|
3589
|
+
def _configure(
|
3590
|
+
_setter: Callable[[Any, Any], None],
|
3591
|
+
function_id: str,
|
3592
|
+
function_region: str,
|
3593
|
+
object_storage_script_locations: Sequence['outputs.GetDrPlansDrPlanCollectionItemPlanGroupStepUserDefinedStepObjectStorageScriptLocationResult'],
|
3594
|
+
request_body: str,
|
3595
|
+
run_as_user: str,
|
3596
|
+
run_on_instance_id: str,
|
3597
|
+
run_on_instance_region: str,
|
3598
|
+
script_command: str,
|
3599
|
+
step_type: str,
|
3600
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3601
|
+
_setter("function_id", function_id)
|
3602
|
+
_setter("function_region", function_region)
|
3603
|
+
_setter("object_storage_script_locations", object_storage_script_locations)
|
3604
|
+
_setter("request_body", request_body)
|
3605
|
+
_setter("run_as_user", run_as_user)
|
3606
|
+
_setter("run_on_instance_id", run_on_instance_id)
|
3607
|
+
_setter("run_on_instance_region", run_on_instance_region)
|
3608
|
+
_setter("script_command", script_command)
|
3609
|
+
_setter("step_type", step_type)
|
2929
3610
|
|
2930
3611
|
@property
|
2931
3612
|
@pulumi.getter(name="functionId")
|
@@ -3011,9 +3692,22 @@ class GetDrPlansDrPlanCollectionItemPlanGroupStepUserDefinedStepObjectStorageScr
|
|
3011
3692
|
:param str namespace: The namespace in Object Storage (Note - this is usually the tenancy name). Example: `myocitenancy`
|
3012
3693
|
:param str object: The object name inside the Object Storage bucket. Example: `validate_app_start.sh`
|
3013
3694
|
"""
|
3014
|
-
|
3015
|
-
|
3016
|
-
|
3695
|
+
GetDrPlansDrPlanCollectionItemPlanGroupStepUserDefinedStepObjectStorageScriptLocationResult._configure(
|
3696
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3697
|
+
bucket=bucket,
|
3698
|
+
namespace=namespace,
|
3699
|
+
object=object,
|
3700
|
+
)
|
3701
|
+
@staticmethod
|
3702
|
+
def _configure(
|
3703
|
+
_setter: Callable[[Any, Any], None],
|
3704
|
+
bucket: str,
|
3705
|
+
namespace: str,
|
3706
|
+
object: str,
|
3707
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3708
|
+
_setter("bucket", bucket)
|
3709
|
+
_setter("namespace", namespace)
|
3710
|
+
_setter("object", object)
|
3017
3711
|
|
3018
3712
|
@property
|
3019
3713
|
@pulumi.getter
|
@@ -3046,10 +3740,23 @@ class GetDrPlansFilterResult(dict):
|
|
3046
3740
|
name: str,
|
3047
3741
|
values: Sequence[str],
|
3048
3742
|
regex: Optional[bool] = None):
|
3049
|
-
|
3050
|
-
|
3743
|
+
GetDrPlansFilterResult._configure(
|
3744
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3745
|
+
name=name,
|
3746
|
+
values=values,
|
3747
|
+
regex=regex,
|
3748
|
+
)
|
3749
|
+
@staticmethod
|
3750
|
+
def _configure(
|
3751
|
+
_setter: Callable[[Any, Any], None],
|
3752
|
+
name: str,
|
3753
|
+
values: Sequence[str],
|
3754
|
+
regex: Optional[bool] = None,
|
3755
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3756
|
+
_setter("name", name)
|
3757
|
+
_setter("values", values)
|
3051
3758
|
if regex is not None:
|
3052
|
-
|
3759
|
+
_setter("regex", regex)
|
3053
3760
|
|
3054
3761
|
@property
|
3055
3762
|
@pulumi.getter
|
@@ -3078,9 +3785,22 @@ class GetDrProtectionGroupAssociationResult(dict):
|
|
3078
3785
|
:param str peer_region: The region of the peer (remote) DR Protection Group. Example: `us-ashburn-1`
|
3079
3786
|
:param str role: The role of the DR Protection Group.
|
3080
3787
|
"""
|
3081
|
-
|
3082
|
-
|
3083
|
-
|
3788
|
+
GetDrProtectionGroupAssociationResult._configure(
|
3789
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3790
|
+
peer_id=peer_id,
|
3791
|
+
peer_region=peer_region,
|
3792
|
+
role=role,
|
3793
|
+
)
|
3794
|
+
@staticmethod
|
3795
|
+
def _configure(
|
3796
|
+
_setter: Callable[[Any, Any], None],
|
3797
|
+
peer_id: str,
|
3798
|
+
peer_region: str,
|
3799
|
+
role: str,
|
3800
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3801
|
+
_setter("peer_id", peer_id)
|
3802
|
+
_setter("peer_region", peer_region)
|
3803
|
+
_setter("role", role)
|
3084
3804
|
|
3085
3805
|
@property
|
3086
3806
|
@pulumi.getter(name="peerId")
|
@@ -3118,9 +3838,22 @@ class GetDrProtectionGroupLogLocationResult(dict):
|
|
3118
3838
|
:param str namespace: The namespace in Object Storage (Note - this is usually the tenancy name). Example: `myocitenancy`
|
3119
3839
|
:param str object: The object name inside the Object Storage bucket. Example: `switchover_plan_executions`
|
3120
3840
|
"""
|
3121
|
-
|
3122
|
-
|
3123
|
-
|
3841
|
+
GetDrProtectionGroupLogLocationResult._configure(
|
3842
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3843
|
+
bucket=bucket,
|
3844
|
+
namespace=namespace,
|
3845
|
+
object=object,
|
3846
|
+
)
|
3847
|
+
@staticmethod
|
3848
|
+
def _configure(
|
3849
|
+
_setter: Callable[[Any, Any], None],
|
3850
|
+
bucket: str,
|
3851
|
+
namespace: str,
|
3852
|
+
object: str,
|
3853
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3854
|
+
_setter("bucket", bucket)
|
3855
|
+
_setter("namespace", namespace)
|
3856
|
+
_setter("object", object)
|
3124
3857
|
|
3125
3858
|
@property
|
3126
3859
|
@pulumi.getter
|
@@ -3172,16 +3905,43 @@ class GetDrProtectionGroupMemberResult(dict):
|
|
3172
3905
|
:param Sequence['GetDrProtectionGroupMemberVnicMappingArgs'] vnic_mapping: A list of compute instance VNIC mappings.
|
3173
3906
|
:param Sequence['GetDrProtectionGroupMemberVnicMappingArgs'] vnic_mappings: A list of compute instance VNIC mappings.
|
3174
3907
|
"""
|
3175
|
-
|
3176
|
-
|
3177
|
-
|
3178
|
-
|
3179
|
-
|
3180
|
-
|
3181
|
-
|
3182
|
-
|
3183
|
-
|
3184
|
-
|
3908
|
+
GetDrProtectionGroupMemberResult._configure(
|
3909
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3910
|
+
destination_capacity_reservation_id=destination_capacity_reservation_id,
|
3911
|
+
destination_compartment_id=destination_compartment_id,
|
3912
|
+
destination_dedicated_vm_host_id=destination_dedicated_vm_host_id,
|
3913
|
+
is_movable=is_movable,
|
3914
|
+
is_retain_fault_domain=is_retain_fault_domain,
|
3915
|
+
member_id=member_id,
|
3916
|
+
member_type=member_type,
|
3917
|
+
password_vault_secret_id=password_vault_secret_id,
|
3918
|
+
vnic_mapping=vnic_mapping,
|
3919
|
+
vnic_mappings=vnic_mappings,
|
3920
|
+
)
|
3921
|
+
@staticmethod
|
3922
|
+
def _configure(
|
3923
|
+
_setter: Callable[[Any, Any], None],
|
3924
|
+
destination_capacity_reservation_id: str,
|
3925
|
+
destination_compartment_id: str,
|
3926
|
+
destination_dedicated_vm_host_id: str,
|
3927
|
+
is_movable: bool,
|
3928
|
+
is_retain_fault_domain: bool,
|
3929
|
+
member_id: str,
|
3930
|
+
member_type: str,
|
3931
|
+
password_vault_secret_id: str,
|
3932
|
+
vnic_mapping: Sequence['outputs.GetDrProtectionGroupMemberVnicMappingResult'],
|
3933
|
+
vnic_mappings: Sequence['outputs.GetDrProtectionGroupMemberVnicMappingResult'],
|
3934
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3935
|
+
_setter("destination_capacity_reservation_id", destination_capacity_reservation_id)
|
3936
|
+
_setter("destination_compartment_id", destination_compartment_id)
|
3937
|
+
_setter("destination_dedicated_vm_host_id", destination_dedicated_vm_host_id)
|
3938
|
+
_setter("is_movable", is_movable)
|
3939
|
+
_setter("is_retain_fault_domain", is_retain_fault_domain)
|
3940
|
+
_setter("member_id", member_id)
|
3941
|
+
_setter("member_type", member_type)
|
3942
|
+
_setter("password_vault_secret_id", password_vault_secret_id)
|
3943
|
+
_setter("vnic_mapping", vnic_mapping)
|
3944
|
+
_setter("vnic_mappings", vnic_mappings)
|
3185
3945
|
|
3186
3946
|
@property
|
3187
3947
|
@pulumi.getter(name="destinationCapacityReservationId")
|
@@ -3279,11 +4039,28 @@ class GetDrProtectionGroupMemberVnicMappingResult(dict):
|
|
3279
4039
|
:param str destination_subnet_id: The OCID of the destination (remote) subnet to which this VNIC should connect. Example: `ocid1.subnet.oc1..<unique_id>`
|
3280
4040
|
:param str source_vnic_id: The OCID of the VNIC. Example: `ocid1.vnic.oc1..<unique_id>`
|
3281
4041
|
"""
|
3282
|
-
|
3283
|
-
|
3284
|
-
|
3285
|
-
|
3286
|
-
|
4042
|
+
GetDrProtectionGroupMemberVnicMappingResult._configure(
|
4043
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4044
|
+
destination_nsg_id_lists=destination_nsg_id_lists,
|
4045
|
+
destination_primary_private_ip_address=destination_primary_private_ip_address,
|
4046
|
+
destination_primary_private_ip_hostname_label=destination_primary_private_ip_hostname_label,
|
4047
|
+
destination_subnet_id=destination_subnet_id,
|
4048
|
+
source_vnic_id=source_vnic_id,
|
4049
|
+
)
|
4050
|
+
@staticmethod
|
4051
|
+
def _configure(
|
4052
|
+
_setter: Callable[[Any, Any], None],
|
4053
|
+
destination_nsg_id_lists: Sequence[str],
|
4054
|
+
destination_primary_private_ip_address: str,
|
4055
|
+
destination_primary_private_ip_hostname_label: str,
|
4056
|
+
destination_subnet_id: str,
|
4057
|
+
source_vnic_id: str,
|
4058
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4059
|
+
_setter("destination_nsg_id_lists", destination_nsg_id_lists)
|
4060
|
+
_setter("destination_primary_private_ip_address", destination_primary_private_ip_address)
|
4061
|
+
_setter("destination_primary_private_ip_hostname_label", destination_primary_private_ip_hostname_label)
|
4062
|
+
_setter("destination_subnet_id", destination_subnet_id)
|
4063
|
+
_setter("source_vnic_id", source_vnic_id)
|
3287
4064
|
|
3288
4065
|
@property
|
3289
4066
|
@pulumi.getter(name="destinationNsgIdLists")
|
@@ -3330,7 +4107,16 @@ class GetDrProtectionGroupMemberVnicMappingResult(dict):
|
|
3330
4107
|
class GetDrProtectionGroupsDrProtectionGroupCollectionResult(dict):
|
3331
4108
|
def __init__(__self__, *,
|
3332
4109
|
items: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemResult']):
|
3333
|
-
|
4110
|
+
GetDrProtectionGroupsDrProtectionGroupCollectionResult._configure(
|
4111
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4112
|
+
items=items,
|
4113
|
+
)
|
4114
|
+
@staticmethod
|
4115
|
+
def _configure(
|
4116
|
+
_setter: Callable[[Any, Any], None],
|
4117
|
+
items: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemResult'],
|
4118
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4119
|
+
_setter("items", items)
|
3334
4120
|
|
3335
4121
|
@property
|
3336
4122
|
@pulumi.getter
|
@@ -3375,23 +4161,64 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemResult(dict):
|
|
3375
4161
|
:param str time_created: The date and time the DR Protection Group was created. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
3376
4162
|
:param str time_updated: The date and time the DR Protection Group was updated. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
3377
4163
|
"""
|
3378
|
-
|
3379
|
-
|
3380
|
-
|
3381
|
-
|
3382
|
-
|
3383
|
-
|
3384
|
-
|
3385
|
-
|
3386
|
-
|
3387
|
-
|
3388
|
-
|
3389
|
-
|
3390
|
-
|
3391
|
-
|
3392
|
-
|
3393
|
-
|
3394
|
-
|
4164
|
+
GetDrProtectionGroupsDrProtectionGroupCollectionItemResult._configure(
|
4165
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4166
|
+
associations=associations,
|
4167
|
+
compartment_id=compartment_id,
|
4168
|
+
defined_tags=defined_tags,
|
4169
|
+
disassociate_trigger=disassociate_trigger,
|
4170
|
+
display_name=display_name,
|
4171
|
+
freeform_tags=freeform_tags,
|
4172
|
+
id=id,
|
4173
|
+
life_cycle_details=life_cycle_details,
|
4174
|
+
log_locations=log_locations,
|
4175
|
+
members=members,
|
4176
|
+
peer_id=peer_id,
|
4177
|
+
peer_region=peer_region,
|
4178
|
+
role=role,
|
4179
|
+
state=state,
|
4180
|
+
system_tags=system_tags,
|
4181
|
+
time_created=time_created,
|
4182
|
+
time_updated=time_updated,
|
4183
|
+
)
|
4184
|
+
@staticmethod
|
4185
|
+
def _configure(
|
4186
|
+
_setter: Callable[[Any, Any], None],
|
4187
|
+
associations: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemAssociationResult'],
|
4188
|
+
compartment_id: str,
|
4189
|
+
defined_tags: Mapping[str, Any],
|
4190
|
+
disassociate_trigger: int,
|
4191
|
+
display_name: str,
|
4192
|
+
freeform_tags: Mapping[str, Any],
|
4193
|
+
id: str,
|
4194
|
+
life_cycle_details: str,
|
4195
|
+
log_locations: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemLogLocationResult'],
|
4196
|
+
members: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberResult'],
|
4197
|
+
peer_id: str,
|
4198
|
+
peer_region: str,
|
4199
|
+
role: str,
|
4200
|
+
state: str,
|
4201
|
+
system_tags: Mapping[str, Any],
|
4202
|
+
time_created: str,
|
4203
|
+
time_updated: str,
|
4204
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4205
|
+
_setter("associations", associations)
|
4206
|
+
_setter("compartment_id", compartment_id)
|
4207
|
+
_setter("defined_tags", defined_tags)
|
4208
|
+
_setter("disassociate_trigger", disassociate_trigger)
|
4209
|
+
_setter("display_name", display_name)
|
4210
|
+
_setter("freeform_tags", freeform_tags)
|
4211
|
+
_setter("id", id)
|
4212
|
+
_setter("life_cycle_details", life_cycle_details)
|
4213
|
+
_setter("log_locations", log_locations)
|
4214
|
+
_setter("members", members)
|
4215
|
+
_setter("peer_id", peer_id)
|
4216
|
+
_setter("peer_region", peer_region)
|
4217
|
+
_setter("role", role)
|
4218
|
+
_setter("state", state)
|
4219
|
+
_setter("system_tags", system_tags)
|
4220
|
+
_setter("time_created", time_created)
|
4221
|
+
_setter("time_updated", time_updated)
|
3395
4222
|
|
3396
4223
|
@property
|
3397
4224
|
@pulumi.getter
|
@@ -3535,9 +4362,22 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemAssociationResult(dict
|
|
3535
4362
|
:param str peer_region: The region of the peer (remote) DR Protection Group. Example: `us-ashburn-1`
|
3536
4363
|
:param str role: The DR Protection Group Role.
|
3537
4364
|
"""
|
3538
|
-
|
3539
|
-
|
3540
|
-
|
4365
|
+
GetDrProtectionGroupsDrProtectionGroupCollectionItemAssociationResult._configure(
|
4366
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4367
|
+
peer_id=peer_id,
|
4368
|
+
peer_region=peer_region,
|
4369
|
+
role=role,
|
4370
|
+
)
|
4371
|
+
@staticmethod
|
4372
|
+
def _configure(
|
4373
|
+
_setter: Callable[[Any, Any], None],
|
4374
|
+
peer_id: str,
|
4375
|
+
peer_region: str,
|
4376
|
+
role: str,
|
4377
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4378
|
+
_setter("peer_id", peer_id)
|
4379
|
+
_setter("peer_region", peer_region)
|
4380
|
+
_setter("role", role)
|
3541
4381
|
|
3542
4382
|
@property
|
3543
4383
|
@pulumi.getter(name="peerId")
|
@@ -3575,9 +4415,22 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemLogLocationResult(dict
|
|
3575
4415
|
:param str namespace: The namespace in Object Storage (Note - this is usually the tenancy name). Example: `myocitenancy`
|
3576
4416
|
:param str object: The object name inside the Object Storage bucket. Example: `switchover_plan_executions`
|
3577
4417
|
"""
|
3578
|
-
|
3579
|
-
|
3580
|
-
|
4418
|
+
GetDrProtectionGroupsDrProtectionGroupCollectionItemLogLocationResult._configure(
|
4419
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4420
|
+
bucket=bucket,
|
4421
|
+
namespace=namespace,
|
4422
|
+
object=object,
|
4423
|
+
)
|
4424
|
+
@staticmethod
|
4425
|
+
def _configure(
|
4426
|
+
_setter: Callable[[Any, Any], None],
|
4427
|
+
bucket: str,
|
4428
|
+
namespace: str,
|
4429
|
+
object: str,
|
4430
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4431
|
+
_setter("bucket", bucket)
|
4432
|
+
_setter("namespace", namespace)
|
4433
|
+
_setter("object", object)
|
3581
4434
|
|
3582
4435
|
@property
|
3583
4436
|
@pulumi.getter
|
@@ -3629,16 +4482,43 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberResult(dict):
|
|
3629
4482
|
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVnicMappingArgs'] vnic_mapping: A list of compute instance VNIC mappings.
|
3630
4483
|
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVnicMappingArgs'] vnic_mappings: A list of compute instance VNIC mappings.
|
3631
4484
|
"""
|
3632
|
-
|
3633
|
-
|
3634
|
-
|
3635
|
-
|
3636
|
-
|
3637
|
-
|
3638
|
-
|
3639
|
-
|
3640
|
-
|
3641
|
-
|
4485
|
+
GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberResult._configure(
|
4486
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4487
|
+
destination_capacity_reservation_id=destination_capacity_reservation_id,
|
4488
|
+
destination_compartment_id=destination_compartment_id,
|
4489
|
+
destination_dedicated_vm_host_id=destination_dedicated_vm_host_id,
|
4490
|
+
is_movable=is_movable,
|
4491
|
+
is_retain_fault_domain=is_retain_fault_domain,
|
4492
|
+
member_id=member_id,
|
4493
|
+
member_type=member_type,
|
4494
|
+
password_vault_secret_id=password_vault_secret_id,
|
4495
|
+
vnic_mapping=vnic_mapping,
|
4496
|
+
vnic_mappings=vnic_mappings,
|
4497
|
+
)
|
4498
|
+
@staticmethod
|
4499
|
+
def _configure(
|
4500
|
+
_setter: Callable[[Any, Any], None],
|
4501
|
+
destination_capacity_reservation_id: str,
|
4502
|
+
destination_compartment_id: str,
|
4503
|
+
destination_dedicated_vm_host_id: str,
|
4504
|
+
is_movable: bool,
|
4505
|
+
is_retain_fault_domain: bool,
|
4506
|
+
member_id: str,
|
4507
|
+
member_type: str,
|
4508
|
+
password_vault_secret_id: str,
|
4509
|
+
vnic_mapping: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVnicMappingResult'],
|
4510
|
+
vnic_mappings: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVnicMappingResult'],
|
4511
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4512
|
+
_setter("destination_capacity_reservation_id", destination_capacity_reservation_id)
|
4513
|
+
_setter("destination_compartment_id", destination_compartment_id)
|
4514
|
+
_setter("destination_dedicated_vm_host_id", destination_dedicated_vm_host_id)
|
4515
|
+
_setter("is_movable", is_movable)
|
4516
|
+
_setter("is_retain_fault_domain", is_retain_fault_domain)
|
4517
|
+
_setter("member_id", member_id)
|
4518
|
+
_setter("member_type", member_type)
|
4519
|
+
_setter("password_vault_secret_id", password_vault_secret_id)
|
4520
|
+
_setter("vnic_mapping", vnic_mapping)
|
4521
|
+
_setter("vnic_mappings", vnic_mappings)
|
3642
4522
|
|
3643
4523
|
@property
|
3644
4524
|
@pulumi.getter(name="destinationCapacityReservationId")
|
@@ -3736,11 +4616,28 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVnicMappingResul
|
|
3736
4616
|
:param str destination_subnet_id: The OCID of the destination (remote) subnet to which this VNIC should connect. Example: `ocid1.subnet.oc1..<unique_id>`
|
3737
4617
|
:param str source_vnic_id: The OCID of the VNIC. Example: `ocid1.vnic.oc1..<unique_id>`
|
3738
4618
|
"""
|
3739
|
-
|
3740
|
-
|
3741
|
-
|
3742
|
-
|
3743
|
-
|
4619
|
+
GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVnicMappingResult._configure(
|
4620
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4621
|
+
destination_nsg_id_lists=destination_nsg_id_lists,
|
4622
|
+
destination_primary_private_ip_address=destination_primary_private_ip_address,
|
4623
|
+
destination_primary_private_ip_hostname_label=destination_primary_private_ip_hostname_label,
|
4624
|
+
destination_subnet_id=destination_subnet_id,
|
4625
|
+
source_vnic_id=source_vnic_id,
|
4626
|
+
)
|
4627
|
+
@staticmethod
|
4628
|
+
def _configure(
|
4629
|
+
_setter: Callable[[Any, Any], None],
|
4630
|
+
destination_nsg_id_lists: Sequence[str],
|
4631
|
+
destination_primary_private_ip_address: str,
|
4632
|
+
destination_primary_private_ip_hostname_label: str,
|
4633
|
+
destination_subnet_id: str,
|
4634
|
+
source_vnic_id: str,
|
4635
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4636
|
+
_setter("destination_nsg_id_lists", destination_nsg_id_lists)
|
4637
|
+
_setter("destination_primary_private_ip_address", destination_primary_private_ip_address)
|
4638
|
+
_setter("destination_primary_private_ip_hostname_label", destination_primary_private_ip_hostname_label)
|
4639
|
+
_setter("destination_subnet_id", destination_subnet_id)
|
4640
|
+
_setter("source_vnic_id", source_vnic_id)
|
3744
4641
|
|
3745
4642
|
@property
|
3746
4643
|
@pulumi.getter(name="destinationNsgIdLists")
|
@@ -3789,10 +4686,23 @@ class GetDrProtectionGroupsFilterResult(dict):
|
|
3789
4686
|
name: str,
|
3790
4687
|
values: Sequence[str],
|
3791
4688
|
regex: Optional[bool] = None):
|
3792
|
-
|
3793
|
-
|
4689
|
+
GetDrProtectionGroupsFilterResult._configure(
|
4690
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4691
|
+
name=name,
|
4692
|
+
values=values,
|
4693
|
+
regex=regex,
|
4694
|
+
)
|
4695
|
+
@staticmethod
|
4696
|
+
def _configure(
|
4697
|
+
_setter: Callable[[Any, Any], None],
|
4698
|
+
name: str,
|
4699
|
+
values: Sequence[str],
|
4700
|
+
regex: Optional[bool] = None,
|
4701
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4702
|
+
_setter("name", name)
|
4703
|
+
_setter("values", values)
|
3794
4704
|
if regex is not None:
|
3795
|
-
|
4705
|
+
_setter("regex", regex)
|
3796
4706
|
|
3797
4707
|
@property
|
3798
4708
|
@pulumi.getter
|