pulumi-oci 1.11.0a1695829678__py3-none-any.whl → 1.12.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +35 -0
- pulumi_oci/adm/_inputs.py +116 -23
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +55 -13
- pulumi_oci/adm/outputs.py +469 -101
- pulumi_oci/adm/vulnerability_audit.py +119 -31
- pulumi_oci/aianomalydetection/_inputs.py +355 -84
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +73 -19
- pulumi_oci/aianomalydetection/data_asset.py +84 -21
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +98 -24
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +84 -21
- pulumi_oci/aianomalydetection/outputs.py +1189 -292
- pulumi_oci/aianomalydetection/project.py +61 -15
- pulumi_oci/aidocument/_inputs.py +315 -72
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +154 -54
- pulumi_oci/aidocument/outputs.py +932 -210
- pulumi_oci/aidocument/processor_job.py +82 -17
- pulumi_oci/aidocument/project.py +64 -16
- pulumi_oci/ailanguage/_inputs.py +321 -68
- pulumi_oci/ailanguage/endpoint.py +79 -21
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +109 -26
- pulumi_oci/ailanguage/outputs.py +1086 -239
- pulumi_oci/ailanguage/project.py +64 -16
- pulumi_oci/aivision/_inputs.py +99 -22
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +151 -40
- pulumi_oci/aivision/outputs.py +379 -92
- pulumi_oci/aivision/project.py +64 -16
- pulumi_oci/analytics/_inputs.py +100 -20
- pulumi_oci/analytics/analytics_instance.py +116 -30
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +70 -18
- pulumi_oci/analytics/analytics_instance_vanity_url.py +61 -15
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +295 -64
- pulumi_oci/announcementsservice/_inputs.py +56 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +93 -24
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +31 -5
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +37 -7
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +170 -34
- pulumi_oci/apigateway/_inputs.py +1983 -398
- pulumi_oci/apigateway/api.py +67 -17
- pulumi_oci/apigateway/certificate.py +79 -21
- pulumi_oci/apigateway/deployment.py +81 -20
- pulumi_oci/apigateway/gateway.py +102 -27
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +7817 -1589
- pulumi_oci/apigateway/subscriber.py +67 -17
- pulumi_oci/apigateway/usage_plan.py +61 -15
- pulumi_oci/apm/_inputs.py +33 -7
- pulumi_oci/apm/apm_domain.py +67 -17
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +89 -21
- pulumi_oci/apmconfig/_inputs.py +96 -21
- pulumi_oci/apmconfig/config.py +130 -38
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +337 -78
- pulumi_oci/apmsynthetics/_inputs.py +446 -91
- pulumi_oci/apmsynthetics/config.py +163 -44
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +78 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +1 -1
- pulumi_oci/apmsynthetics/get_script.py +1 -1
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +1520 -323
- pulumi_oci/apmsynthetics/script.py +82 -22
- pulumi_oci/apmtraces/_inputs.py +17 -4
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +225 -50
- pulumi_oci/appmgmtcontrol/_inputs.py +17 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +40 -8
- pulumi_oci/appmgmtcontrol/outputs.py +61 -14
- pulumi_oci/artifacts/_inputs.py +94 -18
- pulumi_oci/artifacts/container_configuration.py +34 -6
- pulumi_oci/artifacts/container_image_signature.py +88 -24
- pulumi_oci/artifacts/container_repository.py +96 -25
- pulumi_oci/artifacts/generic_artifact.py +64 -16
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +515 -121
- pulumi_oci/artifacts/repository.py +67 -17
- pulumi_oci/audit/_inputs.py +17 -4
- pulumi_oci/audit/configuration.py +31 -5
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +191 -48
- pulumi_oci/autoscaling/_inputs.py +167 -41
- pulumi_oci/autoscaling/auto_scaling_configuration.py +81 -33
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +510 -111
- pulumi_oci/bastion/_inputs.py +71 -15
- pulumi_oci/bastion/bastion.py +109 -31
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +266 -66
- pulumi_oci/bastion/session.py +89 -21
- pulumi_oci/bigdataservice/_inputs.py +866 -182
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +80 -18
- pulumi_oci/bigdataservice/bds_instance.py +231 -60
- pulumi_oci/bigdataservice/bds_instance_api_key.py +64 -16
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +73 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +37 -7
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +2639 -577
- pulumi_oci/blockchain/_inputs.py +197 -36
- pulumi_oci/blockchain/blockchain_platform.py +153 -44
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +48 -9
- pulumi_oci/blockchain/outputs.py +674 -132
- pulumi_oci/blockchain/peer.py +63 -14
- pulumi_oci/budget/_inputs.py +33 -7
- pulumi_oci/budget/budget.py +127 -40
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +161 -45
- pulumi_oci/budget/rule.py +91 -25
- pulumi_oci/certificatesmanagement/_inputs.py +662 -156
- pulumi_oci/certificatesmanagement/ca_bundle.py +64 -16
- pulumi_oci/certificatesmanagement/certificate.py +102 -27
- pulumi_oci/certificatesmanagement/certificate_authority.py +110 -28
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +2271 -536
- pulumi_oci/cloudbridge/_inputs.py +488 -112
- pulumi_oci/cloudbridge/agent.py +97 -27
- pulumi_oci/cloudbridge/agent_dependency.py +100 -28
- pulumi_oci/cloudbridge/agent_plugin.py +64 -16
- pulumi_oci/cloudbridge/asset.py +129 -31
- pulumi_oci/cloudbridge/asset_source.py +131 -35
- pulumi_oci/cloudbridge/discovery_schedule.py +64 -16
- pulumi_oci/cloudbridge/environment.py +58 -14
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +58 -14
- pulumi_oci/cloudbridge/outputs.py +1748 -427
- pulumi_oci/cloudguard/_inputs.py +1352 -316
- pulumi_oci/cloudguard/cloud_guard_configuration.py +43 -9
- pulumi_oci/cloudguard/cloud_guard_data_source.py +81 -20
- pulumi_oci/cloudguard/data_mask_rule.py +96 -25
- pulumi_oci/cloudguard/detector_recipe.py +88 -24
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +88 -24
- pulumi_oci/cloudguard/outputs.py +4456 -1066
- pulumi_oci/cloudguard/responder_recipe.py +82 -22
- pulumi_oci/cloudguard/security_recipe.py +70 -18
- pulumi_oci/cloudguard/security_zone.py +73 -19
- pulumi_oci/cloudguard/target.py +100 -28
- pulumi_oci/cloudmigrations/_inputs.py +1111 -259
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +70 -18
- pulumi_oci/cloudmigrations/migration_asset.py +103 -29
- pulumi_oci/cloudmigrations/migration_plan.py +91 -25
- pulumi_oci/cloudmigrations/outputs.py +3596 -861
- pulumi_oci/cloudmigrations/replication_schedule.py +64 -16
- pulumi_oci/cloudmigrations/target_asset.py +105 -28
- pulumi_oci/computecloud/__init__.py +15 -0
- pulumi_oci/computecloud/_inputs.py +927 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1004 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +703 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +368 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +244 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +264 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +244 -0
- pulumi_oci/computecloud/outputs.py +2650 -0
- pulumi_oci/computeinstanceagent/_inputs.py +33 -7
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +71 -15
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1033 -219
- pulumi_oci/containerengine/addon.py +61 -15
- pulumi_oci/containerengine/cluster.py +121 -30
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +25 -3
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +31 -5
- pulumi_oci/containerengine/cluster_workload_mapping.py +58 -14
- pulumi_oci/containerengine/container_instance.py +143 -39
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +170 -49
- pulumi_oci/containerengine/outputs.py +2481 -536
- pulumi_oci/containerengine/virtual_node_pool.py +119 -31
- pulumi_oci/containerinstances/_inputs.py +33 -7
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +935 -226
- pulumi_oci/core/_inputs.py +4772 -994
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +43 -9
- pulumi_oci/core/app_catalog_subscription.py +76 -20
- pulumi_oci/core/boot_volume.py +132 -40
- pulumi_oci/core/boot_volume_backup.py +102 -27
- pulumi_oci/core/capture_filter.py +61 -15
- pulumi_oci/core/cluster_network.py +86 -20
- pulumi_oci/core/compute_capacity_report.py +40 -8
- pulumi_oci/core/compute_capacity_reservation.py +76 -20
- pulumi_oci/core/compute_cluster.py +55 -13
- pulumi_oci/core/compute_image_capability_schema.py +67 -17
- pulumi_oci/core/console_history.py +55 -13
- pulumi_oci/core/cpe.py +64 -16
- pulumi_oci/core/cross_connect.py +111 -30
- pulumi_oci/core/cross_connect_group.py +72 -17
- pulumi_oci/core/dedicated_vm_host.py +79 -21
- pulumi_oci/core/default_dhcp_options.py +67 -17
- pulumi_oci/core/default_route_table.py +61 -15
- pulumi_oci/core/default_security_list.py +67 -17
- pulumi_oci/core/dhcp_options.py +67 -17
- pulumi_oci/core/drg.py +58 -14
- pulumi_oci/core/drg_attachment.py +96 -25
- pulumi_oci/core/drg_attachment_management.py +111 -30
- pulumi_oci/core/drg_attachments_list.py +40 -8
- pulumi_oci/core/drg_route_distribution.py +58 -14
- pulumi_oci/core/drg_route_distribution_statement.py +48 -9
- pulumi_oci/core/drg_route_table.py +70 -18
- pulumi_oci/core/drg_route_table_route_rule.py +58 -14
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +21 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +99 -26
- pulumi_oci/core/instance.py +277 -94
- pulumi_oci/core/instance_configuration.py +72 -17
- pulumi_oci/core/instance_console_connection.py +61 -15
- pulumi_oci/core/instance_pool.py +91 -25
- pulumi_oci/core/instance_pool_instance.py +73 -19
- pulumi_oci/core/internet_gateway.py +67 -17
- pulumi_oci/core/ipsec.py +82 -22
- pulumi_oci/core/ipsec_connection_tunnel_management.py +120 -33
- pulumi_oci/core/ipv6.py +67 -17
- pulumi_oci/core/listing_resource_version_agreement.py +127 -11
- pulumi_oci/core/local_peering_gateway.py +82 -22
- pulumi_oci/core/nat_gateway.py +76 -20
- pulumi_oci/core/network_security_group.py +55 -13
- pulumi_oci/core/network_security_group_security_rule.py +112 -27
- pulumi_oci/core/outputs.py +14631 -3340
- pulumi_oci/core/private_ip.py +79 -21
- pulumi_oci/core/public_ip.py +82 -22
- pulumi_oci/core/public_ip_pool.py +52 -12
- pulumi_oci/core/public_ip_pool_capacity.py +37 -7
- pulumi_oci/core/remote_peering_connection.py +76 -20
- pulumi_oci/core/route_table.py +61 -15
- pulumi_oci/core/route_table_attachment.py +31 -5
- pulumi_oci/core/security_list.py +67 -17
- pulumi_oci/core/service_gateway.py +70 -18
- pulumi_oci/core/shape_management.py +37 -7
- pulumi_oci/core/subnet.py +127 -37
- pulumi_oci/core/vcn.py +109 -31
- pulumi_oci/core/virtual_circuit.py +160 -51
- pulumi_oci/core/virtual_network.py +109 -31
- pulumi_oci/core/vlan.py +85 -23
- pulumi_oci/core/vnic_attachment.py +72 -17
- pulumi_oci/core/volume.py +138 -45
- pulumi_oci/core/volume_attachment.py +124 -39
- pulumi_oci/core/volume_backup.py +105 -28
- pulumi_oci/core/volume_backup_policy.py +58 -14
- pulumi_oci/core/volume_backup_policy_assignment.py +34 -6
- pulumi_oci/core/volume_group.py +105 -28
- pulumi_oci/core/volume_group_backup.py +99 -26
- pulumi_oci/core/vtap.py +136 -40
- pulumi_oci/database/_inputs.py +3678 -749
- pulumi_oci/database/application_vip.py +67 -17
- pulumi_oci/database/autonomous_container_database.py +280 -83
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +88 -24
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +37 -7
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +43 -9
- pulumi_oci/database/autonomous_database.py +677 -186
- pulumi_oci/database/autonomous_database_backup.py +105 -28
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +43 -9
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +37 -7
- pulumi_oci/database/autonomous_database_wallet.py +46 -10
- pulumi_oci/database/autonomous_exadata_infrastructure.py +123 -37
- pulumi_oci/database/autonomous_vm_cluster.py +193 -59
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +49 -11
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +49 -11
- pulumi_oci/database/backup.py +79 -21
- pulumi_oci/database/backup_cancel_management.py +31 -5
- pulumi_oci/database/backup_destination.py +99 -29
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +243 -74
- pulumi_oci/database/cloud_database_management.py +84 -21
- pulumi_oci/database/cloud_exadata_infrastructure.py +147 -42
- pulumi_oci/database/cloud_vm_cluster.py +255 -78
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +43 -9
- pulumi_oci/database/data_guard_association.py +249 -76
- pulumi_oci/database/database.py +159 -46
- pulumi_oci/database/database_software_image.py +103 -29
- pulumi_oci/database/database_upgrade.py +129 -36
- pulumi_oci/database/db_home.py +120 -33
- pulumi_oci/database/db_node.py +100 -28
- pulumi_oci/database/db_node_console_connection.py +61 -15
- pulumi_oci/database/db_system.py +303 -89
- pulumi_oci/database/db_systems_upgrade.py +181 -55
- pulumi_oci/database/exadata_infrastructure.py +248 -74
- pulumi_oci/database/exadata_infrastructure_compute.py +166 -50
- pulumi_oci/database/exadata_infrastructure_storage.py +195 -58
- pulumi_oci/database/exadata_iorm_config.py +43 -9
- pulumi_oci/database/external_container_database.py +85 -23
- pulumi_oci/database/external_container_database_management.py +43 -9
- pulumi_oci/database/external_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_database_connector.py +95 -23
- pulumi_oci/database/external_non_container_database.py +88 -24
- pulumi_oci/database/external_non_container_database_management.py +43 -9
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_pluggable_database.py +100 -28
- pulumi_oci/database/external_pluggable_database_management.py +37 -7
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +1 -1
- pulumi_oci/database/get_autonomous_container_database.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -1
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +21 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +1 -1
- pulumi_oci/database/get_autonomous_databases.py +39 -2
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +1 -1
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +1 -1
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_histories.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +1 -1
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +1 -1
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +1 -1
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_nodes.py +1 -1
- pulumi_oci/database/get_db_server.py +1 -1
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +1 -1
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +1 -1
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_versions.py +1 -1
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +1 -1
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +1 -1
- pulumi_oci/database/get_maintenance_runs.py +1 -1
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +1 -1
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +1 -1
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_vm_cluster.py +1 -1
- pulumi_oci/database/get_vm_cluster_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +66 -15
- pulumi_oci/database/maintenance_run.py +148 -44
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12905 -3057
- pulumi_oci/database/pluggable_database.py +91 -25
- pulumi_oci/database/pluggable_database_managements_management.py +114 -31
- pulumi_oci/database/pluggable_databases_local_clone.py +85 -23
- pulumi_oci/database/pluggable_databases_remote_clone.py +97 -27
- pulumi_oci/database/vm_cluster.py +171 -50
- pulumi_oci/database/vm_cluster_add_virtual_network.py +109 -31
- pulumi_oci/database/vm_cluster_network.py +103 -29
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +103 -29
- pulumi_oci/databasemanagement/_inputs.py +1848 -402
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +67 -17
- pulumi_oci/databasemanagement/external_asm.py +73 -19
- pulumi_oci/databasemanagement/external_cluster.py +79 -21
- pulumi_oci/databasemanagement/external_cluster_instance.py +73 -19
- pulumi_oci/databasemanagement/external_db_node.py +70 -18
- pulumi_oci/databasemanagement/external_db_system.py +80 -18
- pulumi_oci/databasemanagement/external_db_system_connector.py +73 -19
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +37 -7
- pulumi_oci/databasemanagement/external_db_system_discovery.py +67 -17
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +43 -9
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +91 -25
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +37 -7
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +84 -21
- pulumi_oci/databasemanagement/external_listener.py +100 -28
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/managed_database_group.py +52 -12
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/outputs.py +7807 -1812
- pulumi_oci/databasemigration/_inputs.py +962 -150
- pulumi_oci/databasemigration/agent.py +82 -22
- pulumi_oci/databasemigration/connection.py +163 -39
- pulumi_oci/databasemigration/get_agent.py +1 -1
- pulumi_oci/databasemigration/get_agent_images.py +1 -1
- pulumi_oci/databasemigration/get_agents.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +12 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +1 -1
- pulumi_oci/databasemigration/job.py +70 -18
- pulumi_oci/databasemigration/migration.py +238 -48
- pulumi_oci/databasemigration/outputs.py +2788 -458
- pulumi_oci/databasetools/_inputs.py +137 -23
- pulumi_oci/databasetools/database_tools_connection.py +116 -30
- pulumi_oci/databasetools/database_tools_private_endpoint.py +103 -29
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +514 -102
- pulumi_oci/datacatalog/_inputs.py +97 -19
- pulumi_oci/datacatalog/catalog.py +70 -18
- pulumi_oci/datacatalog/catalog_private_endpoint.py +70 -18
- pulumi_oci/datacatalog/connection.py +94 -39
- pulumi_oci/datacatalog/data_asset.py +79 -34
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +67 -17
- pulumi_oci/datacatalog/outputs.py +403 -100
- pulumi_oci/dataflow/_inputs.py +421 -78
- pulumi_oci/dataflow/application.py +217 -62
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +241 -70
- pulumi_oci/dataflow/outputs.py +1579 -345
- pulumi_oci/dataflow/pool.py +91 -25
- pulumi_oci/dataflow/private_endpoint.py +97 -27
- pulumi_oci/dataflow/run_statement.py +46 -10
- pulumi_oci/dataflow/sql_endpoint.py +151 -40
- pulumi_oci/dataintegration/_inputs.py +530 -119
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1752 -412
- pulumi_oci/dataintegration/workspace.py +139 -41
- pulumi_oci/dataintegration/workspace_application.py +146 -40
- pulumi_oci/dataintegration/workspace_folder.py +99 -26
- pulumi_oci/dataintegration/workspace_project.py +93 -24
- pulumi_oci/datalabellingservice/_inputs.py +160 -29
- pulumi_oci/datalabellingservice/dataset.py +134 -31
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +518 -96
- pulumi_oci/datasafe/_inputs.py +1508 -333
- pulumi_oci/datasafe/add_sdm_columns.py +25 -3
- pulumi_oci/datasafe/alert.py +103 -29
- pulumi_oci/datasafe/audit_archive_retrieval.py +91 -25
- pulumi_oci/datasafe/audit_policy.py +100 -28
- pulumi_oci/datasafe/audit_profile.py +100 -28
- pulumi_oci/datasafe/audit_trail.py +103 -29
- pulumi_oci/datasafe/compare_security_assessment.py +31 -5
- pulumi_oci/datasafe/compare_user_assessment.py +31 -5
- pulumi_oci/datasafe/data_safe_configuration.py +52 -12
- pulumi_oci/datasafe/data_safe_private_endpoint.py +88 -24
- pulumi_oci/datasafe/discovery_jobs_result.py +82 -25
- pulumi_oci/datasafe/discovery_mod.py +124 -36
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +27 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +73 -19
- pulumi_oci/datasafe/mask_data.py +31 -5
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +31 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +94 -26
- pulumi_oci/datasafe/masking_policy.py +112 -32
- pulumi_oci/datasafe/on_prem_connector.py +67 -17
- pulumi_oci/datasafe/outputs.py +6826 -1649
- pulumi_oci/datasafe/report_definition.py +127 -37
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +70 -18
- pulumi_oci/datasafe/security_assessment.py +115 -33
- pulumi_oci/datasafe/sensitive_data_model.py +109 -31
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +31 -5
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +124 -36
- pulumi_oci/datasafe/sensitive_type.py +112 -32
- pulumi_oci/datasafe/set_security_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/set_user_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/target_alert_policy_association.py +79 -21
- pulumi_oci/datasafe/target_database.py +111 -25
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/user_assessment.py +109 -31
- pulumi_oci/datascience/__init__.py +3 -0
- pulumi_oci/datascience/_inputs.py +1035 -188
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +297 -0
- pulumi_oci/datascience/get_private_endpoints.py +216 -0
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/job.py +133 -34
- pulumi_oci/datascience/job_run.py +107 -27
- pulumi_oci/datascience/model.py +118 -34
- pulumi_oci/datascience/model_artifact_export.py +55 -13
- pulumi_oci/datascience/model_artifact_import.py +55 -13
- pulumi_oci/datascience/model_deployment.py +95 -23
- pulumi_oci/datascience/model_provenance.py +61 -15
- pulumi_oci/datascience/model_version_set.py +67 -17
- pulumi_oci/datascience/notebook_session.py +104 -23
- pulumi_oci/datascience/outputs.py +3349 -646
- pulumi_oci/datascience/pipeline.py +129 -31
- pulumi_oci/datascience/pipeline_run.py +125 -33
- pulumi_oci/datascience/private_endpoint.py +850 -0
- pulumi_oci/datascience/project.py +58 -14
- pulumi_oci/devops/_inputs.py +1616 -278
- pulumi_oci/devops/build_pipeline.py +78 -19
- pulumi_oci/devops/build_pipeline_stage.py +178 -44
- pulumi_oci/devops/build_run.py +95 -23
- pulumi_oci/devops/connection.py +108 -29
- pulumi_oci/devops/deploy_artifact.py +90 -23
- pulumi_oci/devops/deploy_environment.py +107 -27
- pulumi_oci/devops/deploy_pipeline.py +84 -21
- pulumi_oci/devops/deploy_stage.py +480 -128
- pulumi_oci/devops/deployment.py +130 -33
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +5561 -1068
- pulumi_oci/devops/project.py +78 -19
- pulumi_oci/devops/repository.py +114 -31
- pulumi_oci/devops/repository_mirror.py +25 -3
- pulumi_oci/devops/repository_ref.py +58 -14
- pulumi_oci/devops/trigger.py +94 -26
- pulumi_oci/disasterrecovery/_inputs.py +362 -84
- pulumi_oci/disasterrecovery/dr_plan.py +76 -20
- pulumi_oci/disasterrecovery/dr_plan_execution.py +99 -26
- pulumi_oci/disasterrecovery/dr_protection_group.py +101 -25
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1198 -288
- pulumi_oci/dns/_inputs.py +462 -94
- pulumi_oci/dns/action_create_zone_from_zone_file.py +85 -23
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1297 -300
- pulumi_oci/dns/record.py +64 -25
- pulumi_oci/dns/resolver.py +91 -25
- pulumi_oci/dns/resolver_endpoint.py +94 -26
- pulumi_oci/dns/rrset.py +61 -15
- pulumi_oci/dns/steering_policy.py +82 -22
- pulumi_oci/dns/steering_policy_attachment.py +58 -14
- pulumi_oci/dns/tsig_key.py +67 -17
- pulumi_oci/dns/view.py +64 -16
- pulumi_oci/dns/zone.py +97 -27
- pulumi_oci/email/_inputs.py +65 -13
- pulumi_oci/email/dkim.py +76 -20
- pulumi_oci/email/email_domain.py +64 -16
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +245 -59
- pulumi_oci/email/sender.py +55 -13
- pulumi_oci/email/suppression.py +49 -11
- pulumi_oci/emwarehouse/_inputs.py +33 -7
- pulumi_oci/emwarehouse/em_warehouse.py +82 -22
- pulumi_oci/emwarehouse/get_em_warehouse.py +1 -1
- pulumi_oci/emwarehouse/get_em_warehouses.py +1 -1
- pulumi_oci/emwarehouse/get_etl_run.py +1 -1
- pulumi_oci/emwarehouse/get_etl_runs.py +1 -1
- pulumi_oci/emwarehouse/get_resource_usage.py +1 -1
- pulumi_oci/emwarehouse/outputs.py +217 -52
- pulumi_oci/events/_inputs.py +61 -14
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +192 -46
- pulumi_oci/events/rule.py +81 -20
- pulumi_oci/filestorage/_inputs.py +289 -62
- pulumi_oci/filestorage/export.py +55 -13
- pulumi_oci/filestorage/export_set.py +58 -14
- pulumi_oci/filestorage/file_system.py +95 -27
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +70 -18
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +116 -30
- pulumi_oci/filestorage/outbound_connector.py +85 -23
- pulumi_oci/filestorage/outputs.py +915 -231
- pulumi_oci/filestorage/replication.py +88 -24
- pulumi_oci/filestorage/snapshot.py +73 -19
- pulumi_oci/functions/_inputs.py +281 -50
- pulumi_oci/functions/application.py +104 -26
- pulumi_oci/functions/function.py +124 -31
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +67 -17
- pulumi_oci/functions/outputs.py +1740 -359
- pulumi_oci/fusionapps/_inputs.py +170 -34
- pulumi_oci/fusionapps/fusion_environment.py +149 -41
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +58 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +40 -8
- pulumi_oci/fusionapps/fusion_environment_family.py +81 -20
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +64 -16
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +67 -17
- pulumi_oci/fusionapps/outputs.py +170 -34
- pulumi_oci/genericartifactscontent/artifact_by_path.py +76 -20
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/goldengate/_inputs.py +310 -62
- pulumi_oci/goldengate/connection.py +433 -139
- pulumi_oci/goldengate/connection_assignment.py +46 -10
- pulumi_oci/goldengate/database_registration.py +148 -44
- pulumi_oci/goldengate/deployment.py +197 -69
- pulumi_oci/goldengate/deployment_backup.py +100 -28
- pulumi_oci/goldengate/get_connection.py +1 -1
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -1
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +1529 -375
- pulumi_oci/healthchecks/_inputs.py +81 -16
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +112 -32
- pulumi_oci/healthchecks/http_probe.py +82 -22
- pulumi_oci/healthchecks/outputs.py +455 -115
- pulumi_oci/healthchecks/ping_monitor.py +94 -26
- pulumi_oci/healthchecks/ping_probe.py +64 -16
- pulumi_oci/identity/_inputs.py +6778 -1455
- pulumi_oci/identity/api_key.py +43 -9
- pulumi_oci/identity/auth_token.py +46 -10
- pulumi_oci/identity/authentication_policy.py +47 -7
- pulumi_oci/identity/compartment.py +67 -17
- pulumi_oci/identity/customer_secret_key.py +46 -10
- pulumi_oci/identity/db_credential.py +49 -11
- pulumi_oci/identity/domain.py +127 -37
- pulumi_oci/identity/domain_replication_to_region.py +31 -5
- pulumi_oci/identity/domains_account_recovery_setting.py +124 -36
- pulumi_oci/identity/domains_api_key.py +131 -35
- pulumi_oci/identity/domains_app.py +772 -217
- pulumi_oci/identity/domains_app_role.py +165 -48
- pulumi_oci/identity/domains_auth_token.py +134 -36
- pulumi_oci/identity/domains_authentication_factor_setting.py +297 -77
- pulumi_oci/identity/domains_customer_secret_key.py +143 -39
- pulumi_oci/identity/domains_dynamic_resource_group.py +129 -36
- pulumi_oci/identity/domains_grant.py +159 -41
- pulumi_oci/identity/domains_group.py +176 -45
- pulumi_oci/identity/domains_identity_provider.py +384 -116
- pulumi_oci/identity/domains_identity_setting.py +172 -47
- pulumi_oci/identity/domains_kmsi_setting.py +148 -44
- pulumi_oci/identity/domains_my_api_key.py +108 -29
- pulumi_oci/identity/domains_my_auth_token.py +111 -30
- pulumi_oci/identity/domains_my_customer_secret_key.py +120 -33
- pulumi_oci/identity/domains_my_oauth2client_credential.py +129 -36
- pulumi_oci/identity/domains_my_request.py +128 -34
- pulumi_oci/identity/domains_my_smtp_credential.py +114 -31
- pulumi_oci/identity/domains_my_support_account.py +105 -28
- pulumi_oci/identity/domains_my_user_db_credential.py +135 -38
- pulumi_oci/identity/domains_oauth2client_credential.py +152 -42
- pulumi_oci/identity/domains_password_policy.py +319 -101
- pulumi_oci/identity/domains_security_question.py +118 -34
- pulumi_oci/identity/domains_security_question_setting.py +130 -38
- pulumi_oci/identity/domains_smtp_credential.py +137 -37
- pulumi_oci/identity/domains_user.py +430 -108
- pulumi_oci/identity/domains_user_db_credential.py +158 -44
- pulumi_oci/identity/dynamic_group.py +64 -16
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +58 -14
- pulumi_oci/identity/identity_provider.py +94 -26
- pulumi_oci/identity/idp_group_mapping.py +49 -11
- pulumi_oci/identity/import_standard_tags_management.py +34 -6
- pulumi_oci/identity/network_source.py +76 -20
- pulumi_oci/identity/outputs.py +26012 -6023
- pulumi_oci/identity/policy.py +79 -21
- pulumi_oci/identity/smtp_credential.py +49 -11
- pulumi_oci/identity/tag.py +78 -19
- pulumi_oci/identity/tag_default.py +55 -13
- pulumi_oci/identity/tag_namespace.py +61 -15
- pulumi_oci/identity/ui_password.py +37 -7
- pulumi_oci/identity/user.py +85 -23
- pulumi_oci/identity/user_capabilities_management.py +55 -13
- pulumi_oci/identity/user_group_membership.py +46 -10
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +34 -6
- pulumi_oci/integration/_inputs.py +131 -28
- pulumi_oci/integration/get_integration_instance.py +1 -1
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +155 -43
- pulumi_oci/integration/outputs.py +441 -101
- pulumi_oci/jms/_inputs.py +187 -35
- pulumi_oci/jms/fleet.py +101 -25
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/outputs.py +1287 -278
- pulumi_oci/kms/__init__.py +3 -0
- pulumi_oci/kms/_inputs.py +664 -42
- pulumi_oci/kms/ekms_private_endpoint.py +769 -0
- pulumi_oci/kms/encrypted_data.py +71 -23
- pulumi_oci/kms/generated_key.py +69 -16
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +274 -0
- pulumi_oci/kms/get_ekms_private_endpoints.py +136 -0
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +27 -4
- pulumi_oci/kms/get_key_version.py +29 -3
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +5 -5
- pulumi_oci/kms/get_replication_status.py +4 -1
- pulumi_oci/kms/get_vault.py +27 -4
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +224 -91
- pulumi_oci/kms/key_version.py +152 -43
- pulumi_oci/kms/outputs.py +2104 -173
- pulumi_oci/kms/sign.py +75 -29
- pulumi_oci/kms/vault.py +216 -34
- pulumi_oci/kms/vault_verification.py +31 -5
- pulumi_oci/kms/verify.py +83 -33
- pulumi_oci/licensemanager/_inputs.py +55 -12
- pulumi_oci/licensemanager/configuration.py +37 -7
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +100 -28
- pulumi_oci/licensemanager/outputs.py +362 -91
- pulumi_oci/licensemanager/product_license.py +103 -29
- pulumi_oci/limits/_inputs.py +84 -17
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +228 -51
- pulumi_oci/limits/quota.py +70 -18
- pulumi_oci/loadbalancer/_inputs.py +575 -132
- pulumi_oci/loadbalancer/backend.py +73 -19
- pulumi_oci/loadbalancer/backend_set.py +87 -17
- pulumi_oci/loadbalancer/certificate.py +58 -14
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +40 -8
- pulumi_oci/loadbalancer/listener.py +98 -24
- pulumi_oci/loadbalancer/load_balancer.py +105 -28
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +46 -10
- pulumi_oci/loadbalancer/outputs.py +1420 -325
- pulumi_oci/loadbalancer/path_route_set.py +40 -8
- pulumi_oci/loadbalancer/rule_set.py +40 -8
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +40 -21
- pulumi_oci/loganalytics/_inputs.py +375 -79
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +1 -1
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +115 -33
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +58 -14
- pulumi_oci/loganalytics/log_analytics_log_group.py +61 -15
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +163 -49
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +31 -5
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +43 -9
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +43 -9
- pulumi_oci/loganalytics/namespace.py +37 -7
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +87 -22
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +37 -7
- pulumi_oci/loganalytics/namespace_scheduled_task.py +110 -28
- pulumi_oci/loganalytics/outputs.py +1401 -316
- pulumi_oci/logging/_inputs.py +284 -65
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +87 -22
- pulumi_oci/logging/log_group.py +58 -14
- pulumi_oci/logging/log_saved_search.py +64 -16
- pulumi_oci/logging/outputs.py +718 -170
- pulumi_oci/logging/unified_agent_configuration.py +89 -21
- pulumi_oci/managementagent/_inputs.py +125 -26
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +112 -32
- pulumi_oci/managementagent/management_agent_install_key.py +70 -18
- pulumi_oci/managementagent/outputs.py +520 -125
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +31 -5
- pulumi_oci/marketplace/_inputs.py +238 -45
- pulumi_oci/marketplace/accepted_agreement.py +70 -18
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +55 -13
- pulumi_oci/marketplace/outputs.py +1266 -257
- pulumi_oci/marketplace/publication.py +99 -26
- pulumi_oci/mediaservices/_inputs.py +274 -57
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +139 -41
- pulumi_oci/mediaservices/media_workflow.py +79 -21
- pulumi_oci/mediaservices/media_workflow_configuration.py +64 -16
- pulumi_oci/mediaservices/media_workflow_job.py +103 -29
- pulumi_oci/mediaservices/outputs.py +1093 -253
- pulumi_oci/mediaservices/stream_cdn_config.py +78 -19
- pulumi_oci/mediaservices/stream_distribution_channel.py +58 -14
- pulumi_oci/mediaservices/stream_packaging_config.py +81 -20
- pulumi_oci/meteringcomputation/_inputs.py +440 -103
- pulumi_oci/meteringcomputation/custom_table.py +42 -7
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +1 -1
- pulumi_oci/meteringcomputation/get_schedules.py +1 -1
- pulumi_oci/meteringcomputation/outputs.py +1074 -242
- pulumi_oci/meteringcomputation/query.py +36 -5
- pulumi_oci/meteringcomputation/schedule.py +107 -27
- pulumi_oci/meteringcomputation/usage.py +93 -24
- pulumi_oci/monitoring/_inputs.py +81 -16
- pulumi_oci/monitoring/alarm.py +147 -42
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +333 -79
- pulumi_oci/mysql/_inputs.py +1053 -242
- pulumi_oci/mysql/channel.py +89 -21
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_backups.py +1 -1
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +1 -1
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +43 -3
- pulumi_oci/mysql/get_replicas.py +39 -2
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +61 -15
- pulumi_oci/mysql/mysql_backup.py +97 -27
- pulumi_oci/mysql/mysql_configuration.py +95 -23
- pulumi_oci/mysql/mysql_db_system.py +217 -62
- pulumi_oci/mysql/outputs.py +3298 -788
- pulumi_oci/mysql/replica.py +245 -65
- pulumi_oci/networkfirewall/_inputs.py +239 -50
- pulumi_oci/networkfirewall/get_network_firewall.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +94 -26
- pulumi_oci/networkfirewall/network_firewall_policy.py +103 -29
- pulumi_oci/networkfirewall/outputs.py +787 -172
- pulumi_oci/networkloadbalancer/_inputs.py +272 -61
- pulumi_oci/networkloadbalancer/backend.py +79 -21
- pulumi_oci/networkloadbalancer/backend_set.py +63 -14
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +55 -13
- pulumi_oci/networkloadbalancer/network_load_balancer.py +97 -27
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +66 -15
- pulumi_oci/networkloadbalancer/outputs.py +716 -160
- pulumi_oci/nosql/_inputs.py +131 -28
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +61 -15
- pulumi_oci/nosql/outputs.py +416 -95
- pulumi_oci/nosql/table.py +87 -22
- pulumi_oci/objectstorage/_inputs.py +210 -45
- pulumi_oci/objectstorage/bucket.py +124 -36
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +37 -7
- pulumi_oci/objectstorage/object_lifecycle_policy.py +40 -8
- pulumi_oci/objectstorage/outputs.py +576 -139
- pulumi_oci/objectstorage/preauthrequest.py +79 -24
- pulumi_oci/objectstorage/replication_policy.py +67 -20
- pulumi_oci/objectstorage/storage_object.py +132 -37
- pulumi_oci/oce/_inputs.py +17 -4
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +148 -44
- pulumi_oci/oce/outputs.py +105 -31
- pulumi_oci/ocvp/_inputs.py +139 -26
- pulumi_oci/ocvp/esxi_host.py +139 -54
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +587 -145
- pulumi_oci/ocvp/sddc.py +289 -91
- pulumi_oci/oda/_inputs.py +94 -18
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +112 -32
- pulumi_oci/oda/oda_private_endpoint.py +70 -18
- pulumi_oci/oda/oda_private_endpoint_attachment.py +43 -9
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +49 -11
- pulumi_oci/oda/outputs.py +354 -79
- pulumi_oci/onesubsription/_inputs.py +161 -31
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +3104 -809
- pulumi_oci/ons/_inputs.py +33 -7
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +67 -17
- pulumi_oci/ons/outputs.py +139 -33
- pulumi_oci/ons/subscription.py +70 -18
- pulumi_oci/opa/_inputs.py +39 -9
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +109 -31
- pulumi_oci/opa/outputs.py +163 -41
- pulumi_oci/opensearch/_inputs.py +33 -7
- pulumi_oci/opensearch/cluster.py +217 -67
- pulumi_oci/opensearch/get_opensearch_cluster.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/outputs.py +200 -51
- pulumi_oci/operatoraccesscontrol/_inputs.py +65 -13
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +112 -32
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +151 -45
- pulumi_oci/operatoraccesscontrol/outputs.py +451 -116
- pulumi_oci/opsi/_inputs.py +476 -101
- pulumi_oci/opsi/awr_hub.py +73 -19
- pulumi_oci/opsi/database_insight.py +193 -54
- pulumi_oci/opsi/enterprise_manager_bridge.py +76 -20
- pulumi_oci/opsi/exadata_insight.py +130 -38
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +130 -38
- pulumi_oci/opsi/news_report.py +99 -26
- pulumi_oci/opsi/operations_insights_private_endpoint.py +94 -26
- pulumi_oci/opsi/operations_insights_warehouse.py +85 -23
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +31 -5
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +25 -3
- pulumi_oci/opsi/operations_insights_warehouse_user.py +88 -24
- pulumi_oci/opsi/opsi_configuration.py +103 -29
- pulumi_oci/opsi/outputs.py +2124 -508
- pulumi_oci/optimizer/_inputs.py +240 -41
- pulumi_oci/optimizer/enrollment_status.py +46 -10
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1112 -222
- pulumi_oci/optimizer/profile.py +97 -22
- pulumi_oci/optimizer/recommendation.py +76 -20
- pulumi_oci/optimizer/resource_action.py +82 -22
- pulumi_oci/osmanagement/_inputs.py +211 -36
- pulumi_oci/osmanagement/get_managed_instance.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_managed_instances.py +1 -1
- pulumi_oci/osmanagement/get_software_source.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_sources.py +1 -1
- pulumi_oci/osmanagement/managed_instance.py +106 -30
- pulumi_oci/osmanagement/managed_instance_group.py +64 -16
- pulumi_oci/osmanagement/managed_instance_management.py +78 -19
- pulumi_oci/osmanagement/outputs.py +644 -136
- pulumi_oci/osmanagement/software_source.py +115 -33
- pulumi_oci/ospgateway/_inputs.py +544 -147
- pulumi_oci/ospgateway/address_action_verification.py +196 -60
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +2149 -563
- pulumi_oci/ospgateway/subscription.py +114 -31
- pulumi_oci/osubbillingschedule/_inputs.py +17 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +73 -18
- pulumi_oci/osuborganizationsubscription/_inputs.py +17 -4
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +64 -15
- pulumi_oci/osubsubscription/_inputs.py +49 -10
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +326 -79
- pulumi_oci/osubusage/_inputs.py +33 -7
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +354 -93
- pulumi_oci/provider.py +51 -14
- pulumi_oci/queue/_inputs.py +17 -4
- pulumi_oci/queue/get_queue.py +28 -15
- pulumi_oci/queue/get_queues.py +11 -11
- pulumi_oci/queue/outputs.py +116 -38
- pulumi_oci/queue/queue.py +211 -84
- pulumi_oci/recoverymod/_inputs.py +90 -19
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +361 -86
- pulumi_oci/recoverymod/protected_database.py +115 -33
- pulumi_oci/recoverymod/protection_policy.py +67 -17
- pulumi_oci/recoverymod/recovery_service_subnet.py +70 -18
- pulumi_oci/resourcemanager/_inputs.py +33 -7
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +161 -38
- pulumi_oci/resourcemanager/private_endpoint.py +88 -24
- pulumi_oci/sch/_inputs.py +220 -46
- pulumi_oci/sch/connector.py +95 -23
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +685 -145
- pulumi_oci/secrets/_inputs.py +17 -4
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +58 -13
- pulumi_oci/servicecatalog/_inputs.py +97 -19
- pulumi_oci/servicecatalog/catalog.py +52 -12
- pulumi_oci/servicecatalog/catalog_association.py +40 -8
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +334 -70
- pulumi_oci/servicecatalog/private_application.py +87 -22
- pulumi_oci/servicemanagerproxy/_inputs.py +17 -4
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +125 -26
- pulumi_oci/servicemesh/_inputs.py +493 -95
- pulumi_oci/servicemesh/access_policy.py +76 -20
- pulumi_oci/servicemesh/get_access_policies.py +1 -1
- pulumi_oci/servicemesh/get_access_policy.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateways.py +1 -1
- pulumi_oci/servicemesh/get_mesh.py +1 -1
- pulumi_oci/servicemesh/get_meshes.py +1 -1
- pulumi_oci/servicemesh/get_proxy_detail.py +21 -1
- pulumi_oci/servicemesh/get_virtual_deployment.py +1 -1
- pulumi_oci/servicemesh/get_virtual_deployments.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_virtual_services.py +1 -1
- pulumi_oci/servicemesh/ingress_gateway.py +98 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +82 -22
- pulumi_oci/servicemesh/mesh.py +81 -20
- pulumi_oci/servicemesh/outputs.py +1669 -347
- pulumi_oci/servicemesh/virtual_deployment.py +98 -24
- pulumi_oci/servicemesh/virtual_service.py +98 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +82 -22
- pulumi_oci/stackmonitoring/_inputs.py +511 -108
- pulumi_oci/stackmonitoring/config.py +73 -19
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +1 -1
- pulumi_oci/stackmonitoring/get_configs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +151 -40
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +58 -14
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +40 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +124 -36
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +70 -18
- pulumi_oci/stackmonitoring/outputs.py +920 -193
- pulumi_oci/streaming/_inputs.py +97 -19
- pulumi_oci/streaming/connect_harness.py +52 -12
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +313 -70
- pulumi_oci/streaming/stream.py +73 -19
- pulumi_oci/streaming/stream_pool.py +91 -20
- pulumi_oci/usageproxy/_inputs.py +129 -25
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +682 -151
- pulumi_oci/usageproxy/subscription_redeemable_user.py +43 -9
- pulumi_oci/vault/_inputs.py +58 -13
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +198 -48
- pulumi_oci/vault/secret.py +102 -27
- pulumi_oci/vbs/_inputs.py +17 -4
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +85 -23
- pulumi_oci/vbs/outputs.py +79 -20
- pulumi_oci/visualbuilder/_inputs.py +93 -20
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +360 -81
- pulumi_oci/visualbuilder/vb_instance.py +120 -33
- pulumi_oci/vnmonitoring/_inputs.py +229 -56
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +500 -123
- pulumi_oci/vnmonitoring/path_analysi.py +93 -19
- pulumi_oci/vnmonitoring/path_analyzer_test.py +105 -23
- pulumi_oci/vulnerabilityscanning/_inputs.py +220 -39
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +72 -17
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +78 -19
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +99 -21
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +79 -21
- pulumi_oci/vulnerabilityscanning/outputs.py +770 -150
- pulumi_oci/waa/_inputs.py +63 -10
- pulumi_oci/waa/app_acceleration.py +79 -21
- pulumi_oci/waa/app_acceleration_policy.py +83 -19
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +232 -43
- pulumi_oci/waas/_inputs.py +960 -225
- pulumi_oci/waas/address_list.py +58 -14
- pulumi_oci/waas/certificate.py +97 -27
- pulumi_oci/waas/custom_protection_rule.py +64 -16
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +72 -17
- pulumi_oci/waas/outputs.py +2925 -705
- pulumi_oci/waas/policy.py +98 -24
- pulumi_oci/waas/protection_rule.py +55 -13
- pulumi_oci/waas/purge_cache.py +31 -5
- pulumi_oci/waf/_inputs.py +500 -102
- pulumi_oci/waf/app_firewall.py +79 -21
- pulumi_oci/waf/app_firewall_policy.py +122 -27
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +79 -21
- pulumi_oci/waf/outputs.py +1595 -334
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/METADATA +1 -1
- pulumi_oci-1.12.0.dist-info/RECORD +2330 -0
- pulumi_oci-1.11.0a1695829678.dist-info/RECORD +0 -2315
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
pulumi_oci/goldengate/outputs.py
CHANGED
@@ -6,7 +6,7 @@ import copy
|
|
6
6
|
import warnings
|
7
7
|
import pulumi
|
8
8
|
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
from . import outputs
|
12
12
|
|
@@ -80,10 +80,21 @@ class ConnectionAdditionalAttribute(dict):
|
|
80
80
|
:param str name: (Updatable) The name of the property entry.
|
81
81
|
:param str value: (Updatable) The value of the property entry.
|
82
82
|
"""
|
83
|
+
ConnectionAdditionalAttribute._configure(
|
84
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
85
|
+
name=name,
|
86
|
+
value=value,
|
87
|
+
)
|
88
|
+
@staticmethod
|
89
|
+
def _configure(
|
90
|
+
_setter: Callable[[Any, Any], None],
|
91
|
+
name: Optional[str] = None,
|
92
|
+
value: Optional[str] = None,
|
93
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
83
94
|
if name is not None:
|
84
|
-
|
95
|
+
_setter("name", name)
|
85
96
|
if value is not None:
|
86
|
-
|
97
|
+
_setter("value", value)
|
87
98
|
|
88
99
|
@property
|
89
100
|
@pulumi.getter
|
@@ -130,12 +141,25 @@ class ConnectionBootstrapServer(dict):
|
|
130
141
|
:param int port: (Updatable) The port of an endpoint usually specified for a connection.
|
131
142
|
:param str private_ip: (Updatable) The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
|
132
143
|
"""
|
144
|
+
ConnectionBootstrapServer._configure(
|
145
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
146
|
+
host=host,
|
147
|
+
port=port,
|
148
|
+
private_ip=private_ip,
|
149
|
+
)
|
150
|
+
@staticmethod
|
151
|
+
def _configure(
|
152
|
+
_setter: Callable[[Any, Any], None],
|
153
|
+
host: Optional[str] = None,
|
154
|
+
port: Optional[int] = None,
|
155
|
+
private_ip: Optional[str] = None,
|
156
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
133
157
|
if host is not None:
|
134
|
-
|
158
|
+
_setter("host", host)
|
135
159
|
if port is not None:
|
136
|
-
|
160
|
+
_setter("port", port)
|
137
161
|
if private_ip is not None:
|
138
|
-
|
162
|
+
_setter("private_ip", private_ip)
|
139
163
|
|
140
164
|
@property
|
141
165
|
@pulumi.getter
|
@@ -186,8 +210,17 @@ class ConnectionIngressIp(dict):
|
|
186
210
|
"""
|
187
211
|
:param str ingress_ip: A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
|
188
212
|
"""
|
213
|
+
ConnectionIngressIp._configure(
|
214
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
215
|
+
ingress_ip=ingress_ip,
|
216
|
+
)
|
217
|
+
@staticmethod
|
218
|
+
def _configure(
|
219
|
+
_setter: Callable[[Any, Any], None],
|
220
|
+
ingress_ip: Optional[str] = None,
|
221
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
189
222
|
if ingress_ip is not None:
|
190
|
-
|
223
|
+
_setter("ingress_ip", ingress_ip)
|
191
224
|
|
192
225
|
@property
|
193
226
|
@pulumi.getter(name="ingressIp")
|
@@ -236,18 +269,37 @@ class DeploymentDeploymentDiagnosticData(dict):
|
|
236
269
|
:param str time_diagnostic_end: The time until which the diagnostic collection should collect the logs. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
237
270
|
:param str time_diagnostic_start: The time from which the diagnostic collection should collect the logs. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
238
271
|
"""
|
272
|
+
DeploymentDeploymentDiagnosticData._configure(
|
273
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
274
|
+
bucket=bucket,
|
275
|
+
diagnostic_state=diagnostic_state,
|
276
|
+
namespace=namespace,
|
277
|
+
object=object,
|
278
|
+
time_diagnostic_end=time_diagnostic_end,
|
279
|
+
time_diagnostic_start=time_diagnostic_start,
|
280
|
+
)
|
281
|
+
@staticmethod
|
282
|
+
def _configure(
|
283
|
+
_setter: Callable[[Any, Any], None],
|
284
|
+
bucket: Optional[str] = None,
|
285
|
+
diagnostic_state: Optional[str] = None,
|
286
|
+
namespace: Optional[str] = None,
|
287
|
+
object: Optional[str] = None,
|
288
|
+
time_diagnostic_end: Optional[str] = None,
|
289
|
+
time_diagnostic_start: Optional[str] = None,
|
290
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
239
291
|
if bucket is not None:
|
240
|
-
|
292
|
+
_setter("bucket", bucket)
|
241
293
|
if diagnostic_state is not None:
|
242
|
-
|
294
|
+
_setter("diagnostic_state", diagnostic_state)
|
243
295
|
if namespace is not None:
|
244
|
-
|
296
|
+
_setter("namespace", namespace)
|
245
297
|
if object is not None:
|
246
|
-
|
298
|
+
_setter("object", object)
|
247
299
|
if time_diagnostic_end is not None:
|
248
|
-
|
300
|
+
_setter("time_diagnostic_end", time_diagnostic_end)
|
249
301
|
if time_diagnostic_start is not None:
|
250
|
-
|
302
|
+
_setter("time_diagnostic_start", time_diagnostic_start)
|
251
303
|
|
252
304
|
@property
|
253
305
|
@pulumi.getter
|
@@ -338,16 +390,33 @@ class DeploymentMaintenanceConfiguration(dict):
|
|
338
390
|
:param int major_release_upgrade_period_in_days: (Updatable) Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.
|
339
391
|
:param int security_patch_upgrade_period_in_days: (Updatable) Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default.
|
340
392
|
"""
|
393
|
+
DeploymentMaintenanceConfiguration._configure(
|
394
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
395
|
+
bundle_release_upgrade_period_in_days=bundle_release_upgrade_period_in_days,
|
396
|
+
interim_release_upgrade_period_in_days=interim_release_upgrade_period_in_days,
|
397
|
+
is_interim_release_auto_upgrade_enabled=is_interim_release_auto_upgrade_enabled,
|
398
|
+
major_release_upgrade_period_in_days=major_release_upgrade_period_in_days,
|
399
|
+
security_patch_upgrade_period_in_days=security_patch_upgrade_period_in_days,
|
400
|
+
)
|
401
|
+
@staticmethod
|
402
|
+
def _configure(
|
403
|
+
_setter: Callable[[Any, Any], None],
|
404
|
+
bundle_release_upgrade_period_in_days: Optional[int] = None,
|
405
|
+
interim_release_upgrade_period_in_days: Optional[int] = None,
|
406
|
+
is_interim_release_auto_upgrade_enabled: Optional[bool] = None,
|
407
|
+
major_release_upgrade_period_in_days: Optional[int] = None,
|
408
|
+
security_patch_upgrade_period_in_days: Optional[int] = None,
|
409
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
341
410
|
if bundle_release_upgrade_period_in_days is not None:
|
342
|
-
|
411
|
+
_setter("bundle_release_upgrade_period_in_days", bundle_release_upgrade_period_in_days)
|
343
412
|
if interim_release_upgrade_period_in_days is not None:
|
344
|
-
|
413
|
+
_setter("interim_release_upgrade_period_in_days", interim_release_upgrade_period_in_days)
|
345
414
|
if is_interim_release_auto_upgrade_enabled is not None:
|
346
|
-
|
415
|
+
_setter("is_interim_release_auto_upgrade_enabled", is_interim_release_auto_upgrade_enabled)
|
347
416
|
if major_release_upgrade_period_in_days is not None:
|
348
|
-
|
417
|
+
_setter("major_release_upgrade_period_in_days", major_release_upgrade_period_in_days)
|
349
418
|
if security_patch_upgrade_period_in_days is not None:
|
350
|
-
|
419
|
+
_setter("security_patch_upgrade_period_in_days", security_patch_upgrade_period_in_days)
|
351
420
|
|
352
421
|
@property
|
353
422
|
@pulumi.getter(name="bundleReleaseUpgradePeriodInDays")
|
@@ -416,8 +485,19 @@ class DeploymentMaintenanceWindow(dict):
|
|
416
485
|
:param str day: (Updatable) Days of the week.
|
417
486
|
:param int start_hour: (Updatable) Start hour for maintenance period. Hour is in UTC.
|
418
487
|
"""
|
419
|
-
|
420
|
-
|
488
|
+
DeploymentMaintenanceWindow._configure(
|
489
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
490
|
+
day=day,
|
491
|
+
start_hour=start_hour,
|
492
|
+
)
|
493
|
+
@staticmethod
|
494
|
+
def _configure(
|
495
|
+
_setter: Callable[[Any, Any], None],
|
496
|
+
day: str,
|
497
|
+
start_hour: int,
|
498
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
499
|
+
_setter("day", day)
|
500
|
+
_setter("start_hour", start_hour)
|
421
501
|
|
422
502
|
@property
|
423
503
|
@pulumi.getter
|
@@ -488,23 +568,48 @@ class DeploymentOggData(dict):
|
|
488
568
|
:param str ogg_version: (Updatable) Version of ogg to use by deployment. By updating version you can upgrade your deployment to a newer version. Downgrade to older version is not supported.
|
489
569
|
:param str password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the deployment password is stored.
|
490
570
|
"""
|
491
|
-
|
571
|
+
DeploymentOggData._configure(
|
572
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
573
|
+
deployment_name=deployment_name,
|
574
|
+
admin_password=admin_password,
|
575
|
+
admin_username=admin_username,
|
576
|
+
certificate=certificate,
|
577
|
+
credential_store=credential_store,
|
578
|
+
identity_domain_id=identity_domain_id,
|
579
|
+
key=key,
|
580
|
+
ogg_version=ogg_version,
|
581
|
+
password_secret_id=password_secret_id,
|
582
|
+
)
|
583
|
+
@staticmethod
|
584
|
+
def _configure(
|
585
|
+
_setter: Callable[[Any, Any], None],
|
586
|
+
deployment_name: str,
|
587
|
+
admin_password: Optional[str] = None,
|
588
|
+
admin_username: Optional[str] = None,
|
589
|
+
certificate: Optional[str] = None,
|
590
|
+
credential_store: Optional[str] = None,
|
591
|
+
identity_domain_id: Optional[str] = None,
|
592
|
+
key: Optional[str] = None,
|
593
|
+
ogg_version: Optional[str] = None,
|
594
|
+
password_secret_id: Optional[str] = None,
|
595
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
596
|
+
_setter("deployment_name", deployment_name)
|
492
597
|
if admin_password is not None:
|
493
|
-
|
598
|
+
_setter("admin_password", admin_password)
|
494
599
|
if admin_username is not None:
|
495
|
-
|
600
|
+
_setter("admin_username", admin_username)
|
496
601
|
if certificate is not None:
|
497
|
-
|
602
|
+
_setter("certificate", certificate)
|
498
603
|
if credential_store is not None:
|
499
|
-
|
604
|
+
_setter("credential_store", credential_store)
|
500
605
|
if identity_domain_id is not None:
|
501
|
-
|
606
|
+
_setter("identity_domain_id", identity_domain_id)
|
502
607
|
if key is not None:
|
503
|
-
|
608
|
+
_setter("key", key)
|
504
609
|
if ogg_version is not None:
|
505
|
-
|
610
|
+
_setter("ogg_version", ogg_version)
|
506
611
|
if password_secret_id is not None:
|
507
|
-
|
612
|
+
_setter("password_secret_id", password_secret_id)
|
508
613
|
|
509
614
|
@property
|
510
615
|
@pulumi.getter(name="deploymentName")
|
@@ -588,8 +693,19 @@ class GetConnectionAdditionalAttributeResult(dict):
|
|
588
693
|
:param str name: The name of the property entry.
|
589
694
|
:param str value: The value of the property entry.
|
590
695
|
"""
|
591
|
-
|
592
|
-
|
696
|
+
GetConnectionAdditionalAttributeResult._configure(
|
697
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
698
|
+
name=name,
|
699
|
+
value=value,
|
700
|
+
)
|
701
|
+
@staticmethod
|
702
|
+
def _configure(
|
703
|
+
_setter: Callable[[Any, Any], None],
|
704
|
+
name: str,
|
705
|
+
value: str,
|
706
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
707
|
+
_setter("name", name)
|
708
|
+
_setter("value", value)
|
593
709
|
|
594
710
|
@property
|
595
711
|
@pulumi.getter
|
@@ -612,7 +728,16 @@ class GetConnectionAdditionalAttributeResult(dict):
|
|
612
728
|
class GetConnectionAssignmentsConnectionAssignmentCollectionResult(dict):
|
613
729
|
def __init__(__self__, *,
|
614
730
|
items: Sequence['outputs.GetConnectionAssignmentsConnectionAssignmentCollectionItemResult']):
|
615
|
-
|
731
|
+
GetConnectionAssignmentsConnectionAssignmentCollectionResult._configure(
|
732
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
733
|
+
items=items,
|
734
|
+
)
|
735
|
+
@staticmethod
|
736
|
+
def _configure(
|
737
|
+
_setter: Callable[[Any, Any], None],
|
738
|
+
items: Sequence['outputs.GetConnectionAssignmentsConnectionAssignmentCollectionItemResult'],
|
739
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
740
|
+
_setter("items", items)
|
616
741
|
|
617
742
|
@property
|
618
743
|
@pulumi.getter
|
@@ -641,14 +766,37 @@ class GetConnectionAssignmentsConnectionAssignmentCollectionItemResult(dict):
|
|
641
766
|
:param str time_created: The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
642
767
|
:param str time_updated: The time the resource was last updated. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
643
768
|
"""
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
769
|
+
GetConnectionAssignmentsConnectionAssignmentCollectionItemResult._configure(
|
770
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
771
|
+
alias_name=alias_name,
|
772
|
+
compartment_id=compartment_id,
|
773
|
+
connection_id=connection_id,
|
774
|
+
deployment_id=deployment_id,
|
775
|
+
id=id,
|
776
|
+
state=state,
|
777
|
+
time_created=time_created,
|
778
|
+
time_updated=time_updated,
|
779
|
+
)
|
780
|
+
@staticmethod
|
781
|
+
def _configure(
|
782
|
+
_setter: Callable[[Any, Any], None],
|
783
|
+
alias_name: str,
|
784
|
+
compartment_id: str,
|
785
|
+
connection_id: str,
|
786
|
+
deployment_id: str,
|
787
|
+
id: str,
|
788
|
+
state: str,
|
789
|
+
time_created: str,
|
790
|
+
time_updated: str,
|
791
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
792
|
+
_setter("alias_name", alias_name)
|
793
|
+
_setter("compartment_id", compartment_id)
|
794
|
+
_setter("connection_id", connection_id)
|
795
|
+
_setter("deployment_id", deployment_id)
|
796
|
+
_setter("id", id)
|
797
|
+
_setter("state", state)
|
798
|
+
_setter("time_created", time_created)
|
799
|
+
_setter("time_updated", time_updated)
|
652
800
|
|
653
801
|
@property
|
654
802
|
@pulumi.getter(name="aliasName")
|
@@ -724,10 +872,23 @@ class GetConnectionAssignmentsFilterResult(dict):
|
|
724
872
|
"""
|
725
873
|
:param str name: The name of the connection in the assignment (aliasName).
|
726
874
|
"""
|
727
|
-
|
728
|
-
|
875
|
+
GetConnectionAssignmentsFilterResult._configure(
|
876
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
877
|
+
name=name,
|
878
|
+
values=values,
|
879
|
+
regex=regex,
|
880
|
+
)
|
881
|
+
@staticmethod
|
882
|
+
def _configure(
|
883
|
+
_setter: Callable[[Any, Any], None],
|
884
|
+
name: str,
|
885
|
+
values: Sequence[str],
|
886
|
+
regex: Optional[bool] = None,
|
887
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
888
|
+
_setter("name", name)
|
889
|
+
_setter("values", values)
|
729
890
|
if regex is not None:
|
730
|
-
|
891
|
+
_setter("regex", regex)
|
731
892
|
|
732
893
|
@property
|
733
894
|
@pulumi.getter
|
@@ -759,9 +920,22 @@ class GetConnectionBootstrapServerResult(dict):
|
|
759
920
|
:param int port: The port of an endpoint usually specified for a connection.
|
760
921
|
:param str private_ip: The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
|
761
922
|
"""
|
762
|
-
|
763
|
-
|
764
|
-
|
923
|
+
GetConnectionBootstrapServerResult._configure(
|
924
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
925
|
+
host=host,
|
926
|
+
port=port,
|
927
|
+
private_ip=private_ip,
|
928
|
+
)
|
929
|
+
@staticmethod
|
930
|
+
def _configure(
|
931
|
+
_setter: Callable[[Any, Any], None],
|
932
|
+
host: str,
|
933
|
+
port: int,
|
934
|
+
private_ip: str,
|
935
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
936
|
+
_setter("host", host)
|
937
|
+
_setter("port", port)
|
938
|
+
_setter("private_ip", private_ip)
|
765
939
|
|
766
940
|
@property
|
767
941
|
@pulumi.getter
|
@@ -795,7 +969,16 @@ class GetConnectionIngressIpResult(dict):
|
|
795
969
|
"""
|
796
970
|
:param str ingress_ip: A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
|
797
971
|
"""
|
798
|
-
|
972
|
+
GetConnectionIngressIpResult._configure(
|
973
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
974
|
+
ingress_ip=ingress_ip,
|
975
|
+
)
|
976
|
+
@staticmethod
|
977
|
+
def _configure(
|
978
|
+
_setter: Callable[[Any, Any], None],
|
979
|
+
ingress_ip: str,
|
980
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
981
|
+
_setter("ingress_ip", ingress_ip)
|
799
982
|
|
800
983
|
@property
|
801
984
|
@pulumi.getter(name="ingressIp")
|
@@ -810,7 +993,16 @@ class GetConnectionIngressIpResult(dict):
|
|
810
993
|
class GetConnectionsConnectionCollectionResult(dict):
|
811
994
|
def __init__(__self__, *,
|
812
995
|
items: Sequence['outputs.GetConnectionsConnectionCollectionItemResult']):
|
813
|
-
|
996
|
+
GetConnectionsConnectionCollectionResult._configure(
|
997
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
998
|
+
items=items,
|
999
|
+
)
|
1000
|
+
@staticmethod
|
1001
|
+
def _configure(
|
1002
|
+
_setter: Callable[[Any, Any], None],
|
1003
|
+
items: Sequence['outputs.GetConnectionsConnectionCollectionItemResult'],
|
1004
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1005
|
+
_setter("items", items)
|
814
1006
|
|
815
1007
|
@property
|
816
1008
|
@pulumi.getter
|
@@ -948,79 +1140,232 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
948
1140
|
:param str username: The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivity requirements defined in it.
|
949
1141
|
:param str vault_id: Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
|
950
1142
|
"""
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1143
|
+
GetConnectionsConnectionCollectionItemResult._configure(
|
1144
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1145
|
+
access_key_id=access_key_id,
|
1146
|
+
account_key=account_key,
|
1147
|
+
account_name=account_name,
|
1148
|
+
additional_attributes=additional_attributes,
|
1149
|
+
authentication_type=authentication_type,
|
1150
|
+
azure_tenant_id=azure_tenant_id,
|
1151
|
+
bootstrap_servers=bootstrap_servers,
|
1152
|
+
client_id=client_id,
|
1153
|
+
client_secret=client_secret,
|
1154
|
+
compartment_id=compartment_id,
|
1155
|
+
connection_factory=connection_factory,
|
1156
|
+
connection_string=connection_string,
|
1157
|
+
connection_type=connection_type,
|
1158
|
+
connection_url=connection_url,
|
1159
|
+
consumer_properties=consumer_properties,
|
1160
|
+
core_site_xml=core_site_xml,
|
1161
|
+
database_id=database_id,
|
1162
|
+
database_name=database_name,
|
1163
|
+
db_system_id=db_system_id,
|
1164
|
+
defined_tags=defined_tags,
|
1165
|
+
deployment_id=deployment_id,
|
1166
|
+
description=description,
|
1167
|
+
display_name=display_name,
|
1168
|
+
endpoint=endpoint,
|
1169
|
+
freeform_tags=freeform_tags,
|
1170
|
+
host=host,
|
1171
|
+
id=id,
|
1172
|
+
ingress_ips=ingress_ips,
|
1173
|
+
jndi_connection_factory=jndi_connection_factory,
|
1174
|
+
jndi_initial_context_factory=jndi_initial_context_factory,
|
1175
|
+
jndi_provider_url=jndi_provider_url,
|
1176
|
+
jndi_security_credentials=jndi_security_credentials,
|
1177
|
+
jndi_security_principal=jndi_security_principal,
|
1178
|
+
key_id=key_id,
|
1179
|
+
key_store=key_store,
|
1180
|
+
key_store_password=key_store_password,
|
1181
|
+
lifecycle_details=lifecycle_details,
|
1182
|
+
nsg_ids=nsg_ids,
|
1183
|
+
password=password,
|
1184
|
+
port=port,
|
1185
|
+
private_ip=private_ip,
|
1186
|
+
private_key_file=private_key_file,
|
1187
|
+
private_key_passphrase=private_key_passphrase,
|
1188
|
+
producer_properties=producer_properties,
|
1189
|
+
public_key_fingerprint=public_key_fingerprint,
|
1190
|
+
region=region,
|
1191
|
+
sas_token=sas_token,
|
1192
|
+
secret_access_key=secret_access_key,
|
1193
|
+
security_protocol=security_protocol,
|
1194
|
+
session_mode=session_mode,
|
1195
|
+
should_use_jndi=should_use_jndi,
|
1196
|
+
should_validate_server_certificate=should_validate_server_certificate,
|
1197
|
+
ssl_ca=ssl_ca,
|
1198
|
+
ssl_cert=ssl_cert,
|
1199
|
+
ssl_crl=ssl_crl,
|
1200
|
+
ssl_key=ssl_key,
|
1201
|
+
ssl_key_password=ssl_key_password,
|
1202
|
+
ssl_mode=ssl_mode,
|
1203
|
+
state=state,
|
1204
|
+
stream_pool_id=stream_pool_id,
|
1205
|
+
subnet_id=subnet_id,
|
1206
|
+
system_tags=system_tags,
|
1207
|
+
technology_type=technology_type,
|
1208
|
+
tenancy_id=tenancy_id,
|
1209
|
+
time_created=time_created,
|
1210
|
+
time_updated=time_updated,
|
1211
|
+
trust_store=trust_store,
|
1212
|
+
trust_store_password=trust_store_password,
|
1213
|
+
url=url,
|
1214
|
+
user_id=user_id,
|
1215
|
+
username=username,
|
1216
|
+
vault_id=vault_id,
|
1217
|
+
wallet=wallet,
|
1218
|
+
)
|
1219
|
+
@staticmethod
|
1220
|
+
def _configure(
|
1221
|
+
_setter: Callable[[Any, Any], None],
|
1222
|
+
access_key_id: str,
|
1223
|
+
account_key: str,
|
1224
|
+
account_name: str,
|
1225
|
+
additional_attributes: Sequence['outputs.GetConnectionsConnectionCollectionItemAdditionalAttributeResult'],
|
1226
|
+
authentication_type: str,
|
1227
|
+
azure_tenant_id: str,
|
1228
|
+
bootstrap_servers: Sequence['outputs.GetConnectionsConnectionCollectionItemBootstrapServerResult'],
|
1229
|
+
client_id: str,
|
1230
|
+
client_secret: str,
|
1231
|
+
compartment_id: str,
|
1232
|
+
connection_factory: str,
|
1233
|
+
connection_string: str,
|
1234
|
+
connection_type: str,
|
1235
|
+
connection_url: str,
|
1236
|
+
consumer_properties: str,
|
1237
|
+
core_site_xml: str,
|
1238
|
+
database_id: str,
|
1239
|
+
database_name: str,
|
1240
|
+
db_system_id: str,
|
1241
|
+
defined_tags: Mapping[str, Any],
|
1242
|
+
deployment_id: str,
|
1243
|
+
description: str,
|
1244
|
+
display_name: str,
|
1245
|
+
endpoint: str,
|
1246
|
+
freeform_tags: Mapping[str, Any],
|
1247
|
+
host: str,
|
1248
|
+
id: str,
|
1249
|
+
ingress_ips: Sequence['outputs.GetConnectionsConnectionCollectionItemIngressIpResult'],
|
1250
|
+
jndi_connection_factory: str,
|
1251
|
+
jndi_initial_context_factory: str,
|
1252
|
+
jndi_provider_url: str,
|
1253
|
+
jndi_security_credentials: str,
|
1254
|
+
jndi_security_principal: str,
|
1255
|
+
key_id: str,
|
1256
|
+
key_store: str,
|
1257
|
+
key_store_password: str,
|
1258
|
+
lifecycle_details: str,
|
1259
|
+
nsg_ids: Sequence[str],
|
1260
|
+
password: str,
|
1261
|
+
port: int,
|
1262
|
+
private_ip: str,
|
1263
|
+
private_key_file: str,
|
1264
|
+
private_key_passphrase: str,
|
1265
|
+
producer_properties: str,
|
1266
|
+
public_key_fingerprint: str,
|
1267
|
+
region: str,
|
1268
|
+
sas_token: str,
|
1269
|
+
secret_access_key: str,
|
1270
|
+
security_protocol: str,
|
1271
|
+
session_mode: str,
|
1272
|
+
should_use_jndi: bool,
|
1273
|
+
should_validate_server_certificate: bool,
|
1274
|
+
ssl_ca: str,
|
1275
|
+
ssl_cert: str,
|
1276
|
+
ssl_crl: str,
|
1277
|
+
ssl_key: str,
|
1278
|
+
ssl_key_password: str,
|
1279
|
+
ssl_mode: str,
|
1280
|
+
state: str,
|
1281
|
+
stream_pool_id: str,
|
1282
|
+
subnet_id: str,
|
1283
|
+
system_tags: Mapping[str, Any],
|
1284
|
+
technology_type: str,
|
1285
|
+
tenancy_id: str,
|
1286
|
+
time_created: str,
|
1287
|
+
time_updated: str,
|
1288
|
+
trust_store: str,
|
1289
|
+
trust_store_password: str,
|
1290
|
+
url: str,
|
1291
|
+
user_id: str,
|
1292
|
+
username: str,
|
1293
|
+
vault_id: str,
|
1294
|
+
wallet: str,
|
1295
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1296
|
+
_setter("access_key_id", access_key_id)
|
1297
|
+
_setter("account_key", account_key)
|
1298
|
+
_setter("account_name", account_name)
|
1299
|
+
_setter("additional_attributes", additional_attributes)
|
1300
|
+
_setter("authentication_type", authentication_type)
|
1301
|
+
_setter("azure_tenant_id", azure_tenant_id)
|
1302
|
+
_setter("bootstrap_servers", bootstrap_servers)
|
1303
|
+
_setter("client_id", client_id)
|
1304
|
+
_setter("client_secret", client_secret)
|
1305
|
+
_setter("compartment_id", compartment_id)
|
1306
|
+
_setter("connection_factory", connection_factory)
|
1307
|
+
_setter("connection_string", connection_string)
|
1308
|
+
_setter("connection_type", connection_type)
|
1309
|
+
_setter("connection_url", connection_url)
|
1310
|
+
_setter("consumer_properties", consumer_properties)
|
1311
|
+
_setter("core_site_xml", core_site_xml)
|
1312
|
+
_setter("database_id", database_id)
|
1313
|
+
_setter("database_name", database_name)
|
1314
|
+
_setter("db_system_id", db_system_id)
|
1315
|
+
_setter("defined_tags", defined_tags)
|
1316
|
+
_setter("deployment_id", deployment_id)
|
1317
|
+
_setter("description", description)
|
1318
|
+
_setter("display_name", display_name)
|
1319
|
+
_setter("endpoint", endpoint)
|
1320
|
+
_setter("freeform_tags", freeform_tags)
|
1321
|
+
_setter("host", host)
|
1322
|
+
_setter("id", id)
|
1323
|
+
_setter("ingress_ips", ingress_ips)
|
1324
|
+
_setter("jndi_connection_factory", jndi_connection_factory)
|
1325
|
+
_setter("jndi_initial_context_factory", jndi_initial_context_factory)
|
1326
|
+
_setter("jndi_provider_url", jndi_provider_url)
|
1327
|
+
_setter("jndi_security_credentials", jndi_security_credentials)
|
1328
|
+
_setter("jndi_security_principal", jndi_security_principal)
|
1329
|
+
_setter("key_id", key_id)
|
1330
|
+
_setter("key_store", key_store)
|
1331
|
+
_setter("key_store_password", key_store_password)
|
1332
|
+
_setter("lifecycle_details", lifecycle_details)
|
1333
|
+
_setter("nsg_ids", nsg_ids)
|
1334
|
+
_setter("password", password)
|
1335
|
+
_setter("port", port)
|
1336
|
+
_setter("private_ip", private_ip)
|
1337
|
+
_setter("private_key_file", private_key_file)
|
1338
|
+
_setter("private_key_passphrase", private_key_passphrase)
|
1339
|
+
_setter("producer_properties", producer_properties)
|
1340
|
+
_setter("public_key_fingerprint", public_key_fingerprint)
|
1341
|
+
_setter("region", region)
|
1342
|
+
_setter("sas_token", sas_token)
|
1343
|
+
_setter("secret_access_key", secret_access_key)
|
1344
|
+
_setter("security_protocol", security_protocol)
|
1345
|
+
_setter("session_mode", session_mode)
|
1346
|
+
_setter("should_use_jndi", should_use_jndi)
|
1347
|
+
_setter("should_validate_server_certificate", should_validate_server_certificate)
|
1348
|
+
_setter("ssl_ca", ssl_ca)
|
1349
|
+
_setter("ssl_cert", ssl_cert)
|
1350
|
+
_setter("ssl_crl", ssl_crl)
|
1351
|
+
_setter("ssl_key", ssl_key)
|
1352
|
+
_setter("ssl_key_password", ssl_key_password)
|
1353
|
+
_setter("ssl_mode", ssl_mode)
|
1354
|
+
_setter("state", state)
|
1355
|
+
_setter("stream_pool_id", stream_pool_id)
|
1356
|
+
_setter("subnet_id", subnet_id)
|
1357
|
+
_setter("system_tags", system_tags)
|
1358
|
+
_setter("technology_type", technology_type)
|
1359
|
+
_setter("tenancy_id", tenancy_id)
|
1360
|
+
_setter("time_created", time_created)
|
1361
|
+
_setter("time_updated", time_updated)
|
1362
|
+
_setter("trust_store", trust_store)
|
1363
|
+
_setter("trust_store_password", trust_store_password)
|
1364
|
+
_setter("url", url)
|
1365
|
+
_setter("user_id", user_id)
|
1366
|
+
_setter("username", username)
|
1367
|
+
_setter("vault_id", vault_id)
|
1368
|
+
_setter("wallet", wallet)
|
1024
1369
|
|
1025
1370
|
@property
|
1026
1371
|
@pulumi.getter(name="accessKeyId")
|
@@ -1553,8 +1898,19 @@ class GetConnectionsConnectionCollectionItemAdditionalAttributeResult(dict):
|
|
1553
1898
|
:param str name: The name of the property entry.
|
1554
1899
|
:param str value: The value of the property entry.
|
1555
1900
|
"""
|
1556
|
-
|
1557
|
-
|
1901
|
+
GetConnectionsConnectionCollectionItemAdditionalAttributeResult._configure(
|
1902
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1903
|
+
name=name,
|
1904
|
+
value=value,
|
1905
|
+
)
|
1906
|
+
@staticmethod
|
1907
|
+
def _configure(
|
1908
|
+
_setter: Callable[[Any, Any], None],
|
1909
|
+
name: str,
|
1910
|
+
value: str,
|
1911
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1912
|
+
_setter("name", name)
|
1913
|
+
_setter("value", value)
|
1558
1914
|
|
1559
1915
|
@property
|
1560
1916
|
@pulumi.getter
|
@@ -1584,9 +1940,22 @@ class GetConnectionsConnectionCollectionItemBootstrapServerResult(dict):
|
|
1584
1940
|
:param int port: The port of an endpoint usually specified for a connection.
|
1585
1941
|
:param str private_ip: The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
|
1586
1942
|
"""
|
1587
|
-
|
1588
|
-
|
1589
|
-
|
1943
|
+
GetConnectionsConnectionCollectionItemBootstrapServerResult._configure(
|
1944
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1945
|
+
host=host,
|
1946
|
+
port=port,
|
1947
|
+
private_ip=private_ip,
|
1948
|
+
)
|
1949
|
+
@staticmethod
|
1950
|
+
def _configure(
|
1951
|
+
_setter: Callable[[Any, Any], None],
|
1952
|
+
host: str,
|
1953
|
+
port: int,
|
1954
|
+
private_ip: str,
|
1955
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1956
|
+
_setter("host", host)
|
1957
|
+
_setter("port", port)
|
1958
|
+
_setter("private_ip", private_ip)
|
1590
1959
|
|
1591
1960
|
@property
|
1592
1961
|
@pulumi.getter
|
@@ -1620,7 +1989,16 @@ class GetConnectionsConnectionCollectionItemIngressIpResult(dict):
|
|
1620
1989
|
"""
|
1621
1990
|
:param str ingress_ip: A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
|
1622
1991
|
"""
|
1623
|
-
|
1992
|
+
GetConnectionsConnectionCollectionItemIngressIpResult._configure(
|
1993
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1994
|
+
ingress_ip=ingress_ip,
|
1995
|
+
)
|
1996
|
+
@staticmethod
|
1997
|
+
def _configure(
|
1998
|
+
_setter: Callable[[Any, Any], None],
|
1999
|
+
ingress_ip: str,
|
2000
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2001
|
+
_setter("ingress_ip", ingress_ip)
|
1624
2002
|
|
1625
2003
|
@property
|
1626
2004
|
@pulumi.getter(name="ingressIp")
|
@@ -1640,10 +2018,23 @@ class GetConnectionsFilterResult(dict):
|
|
1640
2018
|
"""
|
1641
2019
|
:param str name: The name of the property entry.
|
1642
2020
|
"""
|
1643
|
-
|
1644
|
-
|
2021
|
+
GetConnectionsFilterResult._configure(
|
2022
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2023
|
+
name=name,
|
2024
|
+
values=values,
|
2025
|
+
regex=regex,
|
2026
|
+
)
|
2027
|
+
@staticmethod
|
2028
|
+
def _configure(
|
2029
|
+
_setter: Callable[[Any, Any], None],
|
2030
|
+
name: str,
|
2031
|
+
values: Sequence[str],
|
2032
|
+
regex: Optional[bool] = None,
|
2033
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2034
|
+
_setter("name", name)
|
2035
|
+
_setter("values", values)
|
1645
2036
|
if regex is not None:
|
1646
|
-
|
2037
|
+
_setter("regex", regex)
|
1647
2038
|
|
1648
2039
|
@property
|
1649
2040
|
@pulumi.getter
|
@@ -1668,7 +2059,16 @@ class GetConnectionsFilterResult(dict):
|
|
1668
2059
|
class GetDatabaseRegistrationsDatabaseRegistrationCollectionResult(dict):
|
1669
2060
|
def __init__(__self__, *,
|
1670
2061
|
items: Sequence['outputs.GetDatabaseRegistrationsDatabaseRegistrationCollectionItemResult']):
|
1671
|
-
|
2062
|
+
GetDatabaseRegistrationsDatabaseRegistrationCollectionResult._configure(
|
2063
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2064
|
+
items=items,
|
2065
|
+
)
|
2066
|
+
@staticmethod
|
2067
|
+
def _configure(
|
2068
|
+
_setter: Callable[[Any, Any], None],
|
2069
|
+
items: Sequence['outputs.GetDatabaseRegistrationsDatabaseRegistrationCollectionItemResult'],
|
2070
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2071
|
+
_setter("items", items)
|
1672
2072
|
|
1673
2073
|
@property
|
1674
2074
|
@pulumi.getter
|
@@ -1731,32 +2131,91 @@ class GetDatabaseRegistrationsDatabaseRegistrationCollectionItemResult(dict):
|
|
1731
2131
|
:param str username: The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
|
1732
2132
|
:param str vault_id: Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
|
1733
2133
|
"""
|
1734
|
-
|
1735
|
-
|
1736
|
-
|
1737
|
-
|
1738
|
-
|
1739
|
-
|
1740
|
-
|
1741
|
-
|
1742
|
-
|
1743
|
-
|
1744
|
-
|
1745
|
-
|
1746
|
-
|
1747
|
-
|
1748
|
-
|
1749
|
-
|
1750
|
-
|
1751
|
-
|
1752
|
-
|
1753
|
-
|
1754
|
-
|
1755
|
-
|
1756
|
-
|
1757
|
-
|
1758
|
-
|
1759
|
-
|
2134
|
+
GetDatabaseRegistrationsDatabaseRegistrationCollectionItemResult._configure(
|
2135
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2136
|
+
alias_name=alias_name,
|
2137
|
+
compartment_id=compartment_id,
|
2138
|
+
connection_string=connection_string,
|
2139
|
+
database_id=database_id,
|
2140
|
+
defined_tags=defined_tags,
|
2141
|
+
description=description,
|
2142
|
+
display_name=display_name,
|
2143
|
+
fqdn=fqdn,
|
2144
|
+
freeform_tags=freeform_tags,
|
2145
|
+
id=id,
|
2146
|
+
ip_address=ip_address,
|
2147
|
+
key_id=key_id,
|
2148
|
+
lifecycle_details=lifecycle_details,
|
2149
|
+
password=password,
|
2150
|
+
rce_private_ip=rce_private_ip,
|
2151
|
+
secret_compartment_id=secret_compartment_id,
|
2152
|
+
secret_id=secret_id,
|
2153
|
+
session_mode=session_mode,
|
2154
|
+
state=state,
|
2155
|
+
subnet_id=subnet_id,
|
2156
|
+
system_tags=system_tags,
|
2157
|
+
time_created=time_created,
|
2158
|
+
time_updated=time_updated,
|
2159
|
+
username=username,
|
2160
|
+
vault_id=vault_id,
|
2161
|
+
wallet=wallet,
|
2162
|
+
)
|
2163
|
+
@staticmethod
|
2164
|
+
def _configure(
|
2165
|
+
_setter: Callable[[Any, Any], None],
|
2166
|
+
alias_name: str,
|
2167
|
+
compartment_id: str,
|
2168
|
+
connection_string: str,
|
2169
|
+
database_id: str,
|
2170
|
+
defined_tags: Mapping[str, Any],
|
2171
|
+
description: str,
|
2172
|
+
display_name: str,
|
2173
|
+
fqdn: str,
|
2174
|
+
freeform_tags: Mapping[str, Any],
|
2175
|
+
id: str,
|
2176
|
+
ip_address: str,
|
2177
|
+
key_id: str,
|
2178
|
+
lifecycle_details: str,
|
2179
|
+
password: str,
|
2180
|
+
rce_private_ip: str,
|
2181
|
+
secret_compartment_id: str,
|
2182
|
+
secret_id: str,
|
2183
|
+
session_mode: str,
|
2184
|
+
state: str,
|
2185
|
+
subnet_id: str,
|
2186
|
+
system_tags: Mapping[str, Any],
|
2187
|
+
time_created: str,
|
2188
|
+
time_updated: str,
|
2189
|
+
username: str,
|
2190
|
+
vault_id: str,
|
2191
|
+
wallet: str,
|
2192
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2193
|
+
_setter("alias_name", alias_name)
|
2194
|
+
_setter("compartment_id", compartment_id)
|
2195
|
+
_setter("connection_string", connection_string)
|
2196
|
+
_setter("database_id", database_id)
|
2197
|
+
_setter("defined_tags", defined_tags)
|
2198
|
+
_setter("description", description)
|
2199
|
+
_setter("display_name", display_name)
|
2200
|
+
_setter("fqdn", fqdn)
|
2201
|
+
_setter("freeform_tags", freeform_tags)
|
2202
|
+
_setter("id", id)
|
2203
|
+
_setter("ip_address", ip_address)
|
2204
|
+
_setter("key_id", key_id)
|
2205
|
+
_setter("lifecycle_details", lifecycle_details)
|
2206
|
+
_setter("password", password)
|
2207
|
+
_setter("rce_private_ip", rce_private_ip)
|
2208
|
+
_setter("secret_compartment_id", secret_compartment_id)
|
2209
|
+
_setter("secret_id", secret_id)
|
2210
|
+
_setter("session_mode", session_mode)
|
2211
|
+
_setter("state", state)
|
2212
|
+
_setter("subnet_id", subnet_id)
|
2213
|
+
_setter("system_tags", system_tags)
|
2214
|
+
_setter("time_created", time_created)
|
2215
|
+
_setter("time_updated", time_updated)
|
2216
|
+
_setter("username", username)
|
2217
|
+
_setter("vault_id", vault_id)
|
2218
|
+
_setter("wallet", wallet)
|
1760
2219
|
|
1761
2220
|
@property
|
1762
2221
|
@pulumi.getter(name="aliasName")
|
@@ -1967,10 +2426,23 @@ class GetDatabaseRegistrationsFilterResult(dict):
|
|
1967
2426
|
name: str,
|
1968
2427
|
values: Sequence[str],
|
1969
2428
|
regex: Optional[bool] = None):
|
1970
|
-
|
1971
|
-
|
2429
|
+
GetDatabaseRegistrationsFilterResult._configure(
|
2430
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2431
|
+
name=name,
|
2432
|
+
values=values,
|
2433
|
+
regex=regex,
|
2434
|
+
)
|
2435
|
+
@staticmethod
|
2436
|
+
def _configure(
|
2437
|
+
_setter: Callable[[Any, Any], None],
|
2438
|
+
name: str,
|
2439
|
+
values: Sequence[str],
|
2440
|
+
regex: Optional[bool] = None,
|
2441
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2442
|
+
_setter("name", name)
|
2443
|
+
_setter("values", values)
|
1972
2444
|
if regex is not None:
|
1973
|
-
|
2445
|
+
_setter("regex", regex)
|
1974
2446
|
|
1975
2447
|
@property
|
1976
2448
|
@pulumi.getter
|
@@ -1992,7 +2464,16 @@ class GetDatabaseRegistrationsFilterResult(dict):
|
|
1992
2464
|
class GetDeploymentBackupsDeploymentBackupCollectionResult(dict):
|
1993
2465
|
def __init__(__self__, *,
|
1994
2466
|
items: Sequence['outputs.GetDeploymentBackupsDeploymentBackupCollectionItemResult']):
|
1995
|
-
|
2467
|
+
GetDeploymentBackupsDeploymentBackupCollectionResult._configure(
|
2468
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2469
|
+
items=items,
|
2470
|
+
)
|
2471
|
+
@staticmethod
|
2472
|
+
def _configure(
|
2473
|
+
_setter: Callable[[Any, Any], None],
|
2474
|
+
items: Sequence['outputs.GetDeploymentBackupsDeploymentBackupCollectionItemResult'],
|
2475
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2476
|
+
_setter("items", items)
|
1996
2477
|
|
1997
2478
|
@property
|
1998
2479
|
@pulumi.getter
|
@@ -2045,26 +2526,73 @@ class GetDeploymentBackupsDeploymentBackupCollectionItemResult(dict):
|
|
2045
2526
|
:param str time_of_backup: The time of the resource backup. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
2046
2527
|
:param str time_updated: The time the resource was last updated. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
2047
2528
|
"""
|
2048
|
-
|
2049
|
-
|
2050
|
-
|
2051
|
-
|
2052
|
-
|
2053
|
-
|
2054
|
-
|
2055
|
-
|
2056
|
-
|
2057
|
-
|
2058
|
-
|
2059
|
-
|
2060
|
-
|
2061
|
-
|
2062
|
-
|
2063
|
-
|
2064
|
-
|
2065
|
-
|
2066
|
-
|
2067
|
-
|
2529
|
+
GetDeploymentBackupsDeploymentBackupCollectionItemResult._configure(
|
2530
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2531
|
+
backup_type=backup_type,
|
2532
|
+
bucket=bucket,
|
2533
|
+
compartment_id=compartment_id,
|
2534
|
+
defined_tags=defined_tags,
|
2535
|
+
deployment_id=deployment_id,
|
2536
|
+
display_name=display_name,
|
2537
|
+
freeform_tags=freeform_tags,
|
2538
|
+
id=id,
|
2539
|
+
is_automatic=is_automatic,
|
2540
|
+
lifecycle_details=lifecycle_details,
|
2541
|
+
namespace=namespace,
|
2542
|
+
object=object,
|
2543
|
+
ogg_version=ogg_version,
|
2544
|
+
size_in_bytes=size_in_bytes,
|
2545
|
+
state=state,
|
2546
|
+
system_tags=system_tags,
|
2547
|
+
time_backup_finished=time_backup_finished,
|
2548
|
+
time_created=time_created,
|
2549
|
+
time_of_backup=time_of_backup,
|
2550
|
+
time_updated=time_updated,
|
2551
|
+
)
|
2552
|
+
@staticmethod
|
2553
|
+
def _configure(
|
2554
|
+
_setter: Callable[[Any, Any], None],
|
2555
|
+
backup_type: str,
|
2556
|
+
bucket: str,
|
2557
|
+
compartment_id: str,
|
2558
|
+
defined_tags: Mapping[str, Any],
|
2559
|
+
deployment_id: str,
|
2560
|
+
display_name: str,
|
2561
|
+
freeform_tags: Mapping[str, Any],
|
2562
|
+
id: str,
|
2563
|
+
is_automatic: bool,
|
2564
|
+
lifecycle_details: str,
|
2565
|
+
namespace: str,
|
2566
|
+
object: str,
|
2567
|
+
ogg_version: str,
|
2568
|
+
size_in_bytes: float,
|
2569
|
+
state: str,
|
2570
|
+
system_tags: Mapping[str, Any],
|
2571
|
+
time_backup_finished: str,
|
2572
|
+
time_created: str,
|
2573
|
+
time_of_backup: str,
|
2574
|
+
time_updated: str,
|
2575
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2576
|
+
_setter("backup_type", backup_type)
|
2577
|
+
_setter("bucket", bucket)
|
2578
|
+
_setter("compartment_id", compartment_id)
|
2579
|
+
_setter("defined_tags", defined_tags)
|
2580
|
+
_setter("deployment_id", deployment_id)
|
2581
|
+
_setter("display_name", display_name)
|
2582
|
+
_setter("freeform_tags", freeform_tags)
|
2583
|
+
_setter("id", id)
|
2584
|
+
_setter("is_automatic", is_automatic)
|
2585
|
+
_setter("lifecycle_details", lifecycle_details)
|
2586
|
+
_setter("namespace", namespace)
|
2587
|
+
_setter("object", object)
|
2588
|
+
_setter("ogg_version", ogg_version)
|
2589
|
+
_setter("size_in_bytes", size_in_bytes)
|
2590
|
+
_setter("state", state)
|
2591
|
+
_setter("system_tags", system_tags)
|
2592
|
+
_setter("time_backup_finished", time_backup_finished)
|
2593
|
+
_setter("time_created", time_created)
|
2594
|
+
_setter("time_of_backup", time_of_backup)
|
2595
|
+
_setter("time_updated", time_updated)
|
2068
2596
|
|
2069
2597
|
@property
|
2070
2598
|
@pulumi.getter(name="backupType")
|
@@ -2233,10 +2761,23 @@ class GetDeploymentBackupsFilterResult(dict):
|
|
2233
2761
|
name: str,
|
2234
2762
|
values: Sequence[str],
|
2235
2763
|
regex: Optional[bool] = None):
|
2236
|
-
|
2237
|
-
|
2764
|
+
GetDeploymentBackupsFilterResult._configure(
|
2765
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2766
|
+
name=name,
|
2767
|
+
values=values,
|
2768
|
+
regex=regex,
|
2769
|
+
)
|
2770
|
+
@staticmethod
|
2771
|
+
def _configure(
|
2772
|
+
_setter: Callable[[Any, Any], None],
|
2773
|
+
name: str,
|
2774
|
+
values: Sequence[str],
|
2775
|
+
regex: Optional[bool] = None,
|
2776
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2777
|
+
_setter("name", name)
|
2778
|
+
_setter("values", values)
|
2238
2779
|
if regex is not None:
|
2239
|
-
|
2780
|
+
_setter("regex", regex)
|
2240
2781
|
|
2241
2782
|
@property
|
2242
2783
|
@pulumi.getter
|
@@ -2271,12 +2812,31 @@ class GetDeploymentDeploymentDiagnosticDataResult(dict):
|
|
2271
2812
|
:param str time_diagnostic_end: The time until which the diagnostic collection should collect the logs. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
2272
2813
|
:param str time_diagnostic_start: The time from which the diagnostic collection should collect the logs. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
2273
2814
|
"""
|
2274
|
-
|
2275
|
-
|
2276
|
-
|
2277
|
-
|
2278
|
-
|
2279
|
-
|
2815
|
+
GetDeploymentDeploymentDiagnosticDataResult._configure(
|
2816
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2817
|
+
bucket=bucket,
|
2818
|
+
diagnostic_state=diagnostic_state,
|
2819
|
+
namespace=namespace,
|
2820
|
+
object=object,
|
2821
|
+
time_diagnostic_end=time_diagnostic_end,
|
2822
|
+
time_diagnostic_start=time_diagnostic_start,
|
2823
|
+
)
|
2824
|
+
@staticmethod
|
2825
|
+
def _configure(
|
2826
|
+
_setter: Callable[[Any, Any], None],
|
2827
|
+
bucket: str,
|
2828
|
+
diagnostic_state: str,
|
2829
|
+
namespace: str,
|
2830
|
+
object: str,
|
2831
|
+
time_diagnostic_end: str,
|
2832
|
+
time_diagnostic_start: str,
|
2833
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2834
|
+
_setter("bucket", bucket)
|
2835
|
+
_setter("diagnostic_state", diagnostic_state)
|
2836
|
+
_setter("namespace", namespace)
|
2837
|
+
_setter("object", object)
|
2838
|
+
_setter("time_diagnostic_end", time_diagnostic_end)
|
2839
|
+
_setter("time_diagnostic_start", time_diagnostic_start)
|
2280
2840
|
|
2281
2841
|
@property
|
2282
2842
|
@pulumi.getter
|
@@ -2342,11 +2902,28 @@ class GetDeploymentMaintenanceConfigurationResult(dict):
|
|
2342
2902
|
:param int major_release_upgrade_period_in_days: Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.
|
2343
2903
|
:param int security_patch_upgrade_period_in_days: Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default.
|
2344
2904
|
"""
|
2345
|
-
|
2346
|
-
|
2347
|
-
|
2348
|
-
|
2349
|
-
|
2905
|
+
GetDeploymentMaintenanceConfigurationResult._configure(
|
2906
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2907
|
+
bundle_release_upgrade_period_in_days=bundle_release_upgrade_period_in_days,
|
2908
|
+
interim_release_upgrade_period_in_days=interim_release_upgrade_period_in_days,
|
2909
|
+
is_interim_release_auto_upgrade_enabled=is_interim_release_auto_upgrade_enabled,
|
2910
|
+
major_release_upgrade_period_in_days=major_release_upgrade_period_in_days,
|
2911
|
+
security_patch_upgrade_period_in_days=security_patch_upgrade_period_in_days,
|
2912
|
+
)
|
2913
|
+
@staticmethod
|
2914
|
+
def _configure(
|
2915
|
+
_setter: Callable[[Any, Any], None],
|
2916
|
+
bundle_release_upgrade_period_in_days: int,
|
2917
|
+
interim_release_upgrade_period_in_days: int,
|
2918
|
+
is_interim_release_auto_upgrade_enabled: bool,
|
2919
|
+
major_release_upgrade_period_in_days: int,
|
2920
|
+
security_patch_upgrade_period_in_days: int,
|
2921
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2922
|
+
_setter("bundle_release_upgrade_period_in_days", bundle_release_upgrade_period_in_days)
|
2923
|
+
_setter("interim_release_upgrade_period_in_days", interim_release_upgrade_period_in_days)
|
2924
|
+
_setter("is_interim_release_auto_upgrade_enabled", is_interim_release_auto_upgrade_enabled)
|
2925
|
+
_setter("major_release_upgrade_period_in_days", major_release_upgrade_period_in_days)
|
2926
|
+
_setter("security_patch_upgrade_period_in_days", security_patch_upgrade_period_in_days)
|
2350
2927
|
|
2351
2928
|
@property
|
2352
2929
|
@pulumi.getter(name="bundleReleaseUpgradePeriodInDays")
|
@@ -2398,8 +2975,19 @@ class GetDeploymentMaintenanceWindowResult(dict):
|
|
2398
2975
|
:param str day: Days of the week.
|
2399
2976
|
:param int start_hour: Start hour for maintenance period. Hour is in UTC.
|
2400
2977
|
"""
|
2401
|
-
|
2402
|
-
|
2978
|
+
GetDeploymentMaintenanceWindowResult._configure(
|
2979
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2980
|
+
day=day,
|
2981
|
+
start_hour=start_hour,
|
2982
|
+
)
|
2983
|
+
@staticmethod
|
2984
|
+
def _configure(
|
2985
|
+
_setter: Callable[[Any, Any], None],
|
2986
|
+
day: str,
|
2987
|
+
start_hour: int,
|
2988
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2989
|
+
_setter("day", day)
|
2990
|
+
_setter("start_hour", start_hour)
|
2403
2991
|
|
2404
2992
|
@property
|
2405
2993
|
@pulumi.getter
|
@@ -2439,15 +3027,40 @@ class GetDeploymentOggDataResult(dict):
|
|
2439
3027
|
:param str ogg_version: Version of OGG
|
2440
3028
|
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the deployment password is stored.
|
2441
3029
|
"""
|
2442
|
-
|
2443
|
-
|
2444
|
-
|
2445
|
-
|
2446
|
-
|
2447
|
-
|
2448
|
-
|
2449
|
-
|
2450
|
-
|
3030
|
+
GetDeploymentOggDataResult._configure(
|
3031
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3032
|
+
admin_password=admin_password,
|
3033
|
+
admin_username=admin_username,
|
3034
|
+
certificate=certificate,
|
3035
|
+
credential_store=credential_store,
|
3036
|
+
deployment_name=deployment_name,
|
3037
|
+
identity_domain_id=identity_domain_id,
|
3038
|
+
key=key,
|
3039
|
+
ogg_version=ogg_version,
|
3040
|
+
password_secret_id=password_secret_id,
|
3041
|
+
)
|
3042
|
+
@staticmethod
|
3043
|
+
def _configure(
|
3044
|
+
_setter: Callable[[Any, Any], None],
|
3045
|
+
admin_password: str,
|
3046
|
+
admin_username: str,
|
3047
|
+
certificate: str,
|
3048
|
+
credential_store: str,
|
3049
|
+
deployment_name: str,
|
3050
|
+
identity_domain_id: str,
|
3051
|
+
key: str,
|
3052
|
+
ogg_version: str,
|
3053
|
+
password_secret_id: str,
|
3054
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3055
|
+
_setter("admin_password", admin_password)
|
3056
|
+
_setter("admin_username", admin_username)
|
3057
|
+
_setter("certificate", certificate)
|
3058
|
+
_setter("credential_store", credential_store)
|
3059
|
+
_setter("deployment_name", deployment_name)
|
3060
|
+
_setter("identity_domain_id", identity_domain_id)
|
3061
|
+
_setter("key", key)
|
3062
|
+
_setter("ogg_version", ogg_version)
|
3063
|
+
_setter("password_secret_id", password_secret_id)
|
2451
3064
|
|
2452
3065
|
@property
|
2453
3066
|
@pulumi.getter(name="adminPassword")
|
@@ -2533,12 +3146,31 @@ class GetDeploymentTypeItemResult(dict):
|
|
2533
3146
|
:param Sequence[str] source_technologies: List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ "Oracle Database 19c", "Oracle Exadata", "OCI Streaming" ]
|
2534
3147
|
:param Sequence[str] target_technologies: List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ "Oracle Database 19c", "Oracle Exadata", "OCI Streaming" ]
|
2535
3148
|
"""
|
2536
|
-
|
2537
|
-
|
2538
|
-
|
2539
|
-
|
2540
|
-
|
2541
|
-
|
3149
|
+
GetDeploymentTypeItemResult._configure(
|
3150
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3151
|
+
category=category,
|
3152
|
+
connection_types=connection_types,
|
3153
|
+
deployment_type=deployment_type,
|
3154
|
+
display_name=display_name,
|
3155
|
+
source_technologies=source_technologies,
|
3156
|
+
target_technologies=target_technologies,
|
3157
|
+
)
|
3158
|
+
@staticmethod
|
3159
|
+
def _configure(
|
3160
|
+
_setter: Callable[[Any, Any], None],
|
3161
|
+
category: str,
|
3162
|
+
connection_types: Sequence[str],
|
3163
|
+
deployment_type: str,
|
3164
|
+
display_name: str,
|
3165
|
+
source_technologies: Sequence[str],
|
3166
|
+
target_technologies: Sequence[str],
|
3167
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3168
|
+
_setter("category", category)
|
3169
|
+
_setter("connection_types", connection_types)
|
3170
|
+
_setter("deployment_type", deployment_type)
|
3171
|
+
_setter("display_name", display_name)
|
3172
|
+
_setter("source_technologies", source_technologies)
|
3173
|
+
_setter("target_technologies", target_technologies)
|
2542
3174
|
|
2543
3175
|
@property
|
2544
3176
|
@pulumi.getter
|
@@ -2596,7 +3228,16 @@ class GetDeploymentTypesDeploymentTypeCollectionResult(dict):
|
|
2596
3228
|
"""
|
2597
3229
|
:param Sequence['GetDeploymentTypesDeploymentTypeCollectionItemArgs'] items: Array of DeploymentTypeSummary
|
2598
3230
|
"""
|
2599
|
-
|
3231
|
+
GetDeploymentTypesDeploymentTypeCollectionResult._configure(
|
3232
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3233
|
+
items=items,
|
3234
|
+
)
|
3235
|
+
@staticmethod
|
3236
|
+
def _configure(
|
3237
|
+
_setter: Callable[[Any, Any], None],
|
3238
|
+
items: Sequence['outputs.GetDeploymentTypesDeploymentTypeCollectionItemResult'],
|
3239
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3240
|
+
_setter("items", items)
|
2600
3241
|
|
2601
3242
|
@property
|
2602
3243
|
@pulumi.getter
|
@@ -2626,13 +3267,34 @@ class GetDeploymentTypesDeploymentTypeCollectionItemResult(dict):
|
|
2626
3267
|
:param Sequence[str] source_technologies: List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ "Oracle Database 19c", "Oracle Exadata", "OCI Streaming" ]
|
2627
3268
|
:param Sequence[str] target_technologies: List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ "Oracle Database 19c", "Oracle Exadata", "OCI Streaming" ]
|
2628
3269
|
"""
|
2629
|
-
|
2630
|
-
|
2631
|
-
|
2632
|
-
|
2633
|
-
|
2634
|
-
|
2635
|
-
|
3270
|
+
GetDeploymentTypesDeploymentTypeCollectionItemResult._configure(
|
3271
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3272
|
+
category=category,
|
3273
|
+
connection_types=connection_types,
|
3274
|
+
deployment_type=deployment_type,
|
3275
|
+
display_name=display_name,
|
3276
|
+
ogg_version=ogg_version,
|
3277
|
+
source_technologies=source_technologies,
|
3278
|
+
target_technologies=target_technologies,
|
3279
|
+
)
|
3280
|
+
@staticmethod
|
3281
|
+
def _configure(
|
3282
|
+
_setter: Callable[[Any, Any], None],
|
3283
|
+
category: str,
|
3284
|
+
connection_types: Sequence[str],
|
3285
|
+
deployment_type: str,
|
3286
|
+
display_name: str,
|
3287
|
+
ogg_version: str,
|
3288
|
+
source_technologies: Sequence[str],
|
3289
|
+
target_technologies: Sequence[str],
|
3290
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3291
|
+
_setter("category", category)
|
3292
|
+
_setter("connection_types", connection_types)
|
3293
|
+
_setter("deployment_type", deployment_type)
|
3294
|
+
_setter("display_name", display_name)
|
3295
|
+
_setter("ogg_version", ogg_version)
|
3296
|
+
_setter("source_technologies", source_technologies)
|
3297
|
+
_setter("target_technologies", target_technologies)
|
2636
3298
|
|
2637
3299
|
@property
|
2638
3300
|
@pulumi.getter
|
@@ -2697,10 +3359,23 @@ class GetDeploymentTypesFilterResult(dict):
|
|
2697
3359
|
name: str,
|
2698
3360
|
values: Sequence[str],
|
2699
3361
|
regex: Optional[bool] = None):
|
2700
|
-
|
2701
|
-
|
3362
|
+
GetDeploymentTypesFilterResult._configure(
|
3363
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3364
|
+
name=name,
|
3365
|
+
values=values,
|
3366
|
+
regex=regex,
|
3367
|
+
)
|
3368
|
+
@staticmethod
|
3369
|
+
def _configure(
|
3370
|
+
_setter: Callable[[Any, Any], None],
|
3371
|
+
name: str,
|
3372
|
+
values: Sequence[str],
|
3373
|
+
regex: Optional[bool] = None,
|
3374
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3375
|
+
_setter("name", name)
|
3376
|
+
_setter("values", values)
|
2702
3377
|
if regex is not None:
|
2703
|
-
|
3378
|
+
_setter("regex", regex)
|
2704
3379
|
|
2705
3380
|
@property
|
2706
3381
|
@pulumi.getter
|
@@ -2722,7 +3397,16 @@ class GetDeploymentTypesFilterResult(dict):
|
|
2722
3397
|
class GetDeploymentUpgradesDeploymentUpgradeCollectionResult(dict):
|
2723
3398
|
def __init__(__self__, *,
|
2724
3399
|
items: Sequence['outputs.GetDeploymentUpgradesDeploymentUpgradeCollectionItemResult']):
|
2725
|
-
|
3400
|
+
GetDeploymentUpgradesDeploymentUpgradeCollectionResult._configure(
|
3401
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3402
|
+
items=items,
|
3403
|
+
)
|
3404
|
+
@staticmethod
|
3405
|
+
def _configure(
|
3406
|
+
_setter: Callable[[Any, Any], None],
|
3407
|
+
items: Sequence['outputs.GetDeploymentUpgradesDeploymentUpgradeCollectionItemResult'],
|
3408
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3409
|
+
_setter("items", items)
|
2726
3410
|
|
2727
3411
|
@property
|
2728
3412
|
@pulumi.getter
|
@@ -2795,35 +3479,100 @@ class GetDeploymentUpgradesDeploymentUpgradeCollectionItemResult(dict):
|
|
2795
3479
|
:param str time_started: The date and time the request was started. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
2796
3480
|
:param str time_updated: The time the resource was last updated. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
2797
3481
|
"""
|
2798
|
-
|
2799
|
-
|
2800
|
-
|
2801
|
-
|
2802
|
-
|
2803
|
-
|
2804
|
-
|
2805
|
-
|
2806
|
-
|
2807
|
-
|
2808
|
-
|
2809
|
-
|
2810
|
-
|
2811
|
-
|
2812
|
-
|
2813
|
-
|
2814
|
-
|
2815
|
-
|
2816
|
-
|
2817
|
-
|
2818
|
-
|
2819
|
-
|
2820
|
-
|
2821
|
-
|
2822
|
-
|
2823
|
-
|
2824
|
-
|
2825
|
-
|
2826
|
-
|
3482
|
+
GetDeploymentUpgradesDeploymentUpgradeCollectionItemResult._configure(
|
3483
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3484
|
+
compartment_id=compartment_id,
|
3485
|
+
defined_tags=defined_tags,
|
3486
|
+
deployment_id=deployment_id,
|
3487
|
+
deployment_upgrade_type=deployment_upgrade_type,
|
3488
|
+
description=description,
|
3489
|
+
display_name=display_name,
|
3490
|
+
freeform_tags=freeform_tags,
|
3491
|
+
id=id,
|
3492
|
+
is_cancel_allowed=is_cancel_allowed,
|
3493
|
+
is_reschedule_allowed=is_reschedule_allowed,
|
3494
|
+
is_rollback_allowed=is_rollback_allowed,
|
3495
|
+
is_security_fix=is_security_fix,
|
3496
|
+
is_snoozed=is_snoozed,
|
3497
|
+
lifecycle_details=lifecycle_details,
|
3498
|
+
lifecycle_sub_state=lifecycle_sub_state,
|
3499
|
+
ogg_version=ogg_version,
|
3500
|
+
previous_ogg_version=previous_ogg_version,
|
3501
|
+
release_type=release_type,
|
3502
|
+
state=state,
|
3503
|
+
system_tags=system_tags,
|
3504
|
+
time_created=time_created,
|
3505
|
+
time_finished=time_finished,
|
3506
|
+
time_ogg_version_supported_until=time_ogg_version_supported_until,
|
3507
|
+
time_released=time_released,
|
3508
|
+
time_schedule=time_schedule,
|
3509
|
+
time_schedule_max=time_schedule_max,
|
3510
|
+
time_snoozed_until=time_snoozed_until,
|
3511
|
+
time_started=time_started,
|
3512
|
+
time_updated=time_updated,
|
3513
|
+
)
|
3514
|
+
@staticmethod
|
3515
|
+
def _configure(
|
3516
|
+
_setter: Callable[[Any, Any], None],
|
3517
|
+
compartment_id: str,
|
3518
|
+
defined_tags: Mapping[str, Any],
|
3519
|
+
deployment_id: str,
|
3520
|
+
deployment_upgrade_type: str,
|
3521
|
+
description: str,
|
3522
|
+
display_name: str,
|
3523
|
+
freeform_tags: Mapping[str, Any],
|
3524
|
+
id: str,
|
3525
|
+
is_cancel_allowed: bool,
|
3526
|
+
is_reschedule_allowed: bool,
|
3527
|
+
is_rollback_allowed: bool,
|
3528
|
+
is_security_fix: bool,
|
3529
|
+
is_snoozed: bool,
|
3530
|
+
lifecycle_details: str,
|
3531
|
+
lifecycle_sub_state: str,
|
3532
|
+
ogg_version: str,
|
3533
|
+
previous_ogg_version: str,
|
3534
|
+
release_type: str,
|
3535
|
+
state: str,
|
3536
|
+
system_tags: Mapping[str, Any],
|
3537
|
+
time_created: str,
|
3538
|
+
time_finished: str,
|
3539
|
+
time_ogg_version_supported_until: str,
|
3540
|
+
time_released: str,
|
3541
|
+
time_schedule: str,
|
3542
|
+
time_schedule_max: str,
|
3543
|
+
time_snoozed_until: str,
|
3544
|
+
time_started: str,
|
3545
|
+
time_updated: str,
|
3546
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3547
|
+
_setter("compartment_id", compartment_id)
|
3548
|
+
_setter("defined_tags", defined_tags)
|
3549
|
+
_setter("deployment_id", deployment_id)
|
3550
|
+
_setter("deployment_upgrade_type", deployment_upgrade_type)
|
3551
|
+
_setter("description", description)
|
3552
|
+
_setter("display_name", display_name)
|
3553
|
+
_setter("freeform_tags", freeform_tags)
|
3554
|
+
_setter("id", id)
|
3555
|
+
_setter("is_cancel_allowed", is_cancel_allowed)
|
3556
|
+
_setter("is_reschedule_allowed", is_reschedule_allowed)
|
3557
|
+
_setter("is_rollback_allowed", is_rollback_allowed)
|
3558
|
+
_setter("is_security_fix", is_security_fix)
|
3559
|
+
_setter("is_snoozed", is_snoozed)
|
3560
|
+
_setter("lifecycle_details", lifecycle_details)
|
3561
|
+
_setter("lifecycle_sub_state", lifecycle_sub_state)
|
3562
|
+
_setter("ogg_version", ogg_version)
|
3563
|
+
_setter("previous_ogg_version", previous_ogg_version)
|
3564
|
+
_setter("release_type", release_type)
|
3565
|
+
_setter("state", state)
|
3566
|
+
_setter("system_tags", system_tags)
|
3567
|
+
_setter("time_created", time_created)
|
3568
|
+
_setter("time_finished", time_finished)
|
3569
|
+
_setter("time_ogg_version_supported_until", time_ogg_version_supported_until)
|
3570
|
+
_setter("time_released", time_released)
|
3571
|
+
_setter("time_schedule", time_schedule)
|
3572
|
+
_setter("time_schedule_max", time_schedule_max)
|
3573
|
+
_setter("time_snoozed_until", time_snoozed_until)
|
3574
|
+
_setter("time_started", time_started)
|
3575
|
+
_setter("time_updated", time_updated)
|
2827
3576
|
|
2828
3577
|
@property
|
2829
3578
|
@pulumi.getter(name="compartmentId")
|
@@ -3066,10 +3815,23 @@ class GetDeploymentUpgradesFilterResult(dict):
|
|
3066
3815
|
name: str,
|
3067
3816
|
values: Sequence[str],
|
3068
3817
|
regex: Optional[bool] = None):
|
3069
|
-
|
3070
|
-
|
3818
|
+
GetDeploymentUpgradesFilterResult._configure(
|
3819
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3820
|
+
name=name,
|
3821
|
+
values=values,
|
3822
|
+
regex=regex,
|
3823
|
+
)
|
3824
|
+
@staticmethod
|
3825
|
+
def _configure(
|
3826
|
+
_setter: Callable[[Any, Any], None],
|
3827
|
+
name: str,
|
3828
|
+
values: Sequence[str],
|
3829
|
+
regex: Optional[bool] = None,
|
3830
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3831
|
+
_setter("name", name)
|
3832
|
+
_setter("values", values)
|
3071
3833
|
if regex is not None:
|
3072
|
-
|
3834
|
+
_setter("regex", regex)
|
3073
3835
|
|
3074
3836
|
@property
|
3075
3837
|
@pulumi.getter
|
@@ -3094,7 +3856,16 @@ class GetDeploymentVersionsDeploymentVersionCollectionResult(dict):
|
|
3094
3856
|
"""
|
3095
3857
|
:param Sequence['GetDeploymentVersionsDeploymentVersionCollectionItemArgs'] items: Array of DeploymentVersionSummary.
|
3096
3858
|
"""
|
3097
|
-
|
3859
|
+
GetDeploymentVersionsDeploymentVersionCollectionResult._configure(
|
3860
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3861
|
+
items=items,
|
3862
|
+
)
|
3863
|
+
@staticmethod
|
3864
|
+
def _configure(
|
3865
|
+
_setter: Callable[[Any, Any], None],
|
3866
|
+
items: Sequence['outputs.GetDeploymentVersionsDeploymentVersionCollectionItemResult'],
|
3867
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3868
|
+
_setter("items", items)
|
3098
3869
|
|
3099
3870
|
@property
|
3100
3871
|
@pulumi.getter
|
@@ -3122,12 +3893,31 @@ class GetDeploymentVersionsDeploymentVersionCollectionItemResult(dict):
|
|
3122
3893
|
:param str time_released: The time the resource was released. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
3123
3894
|
:param str time_supported_until: The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
3124
3895
|
"""
|
3125
|
-
|
3126
|
-
|
3127
|
-
|
3128
|
-
|
3129
|
-
|
3130
|
-
|
3896
|
+
GetDeploymentVersionsDeploymentVersionCollectionItemResult._configure(
|
3897
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3898
|
+
deployment_type=deployment_type,
|
3899
|
+
is_security_fix=is_security_fix,
|
3900
|
+
ogg_version=ogg_version,
|
3901
|
+
release_type=release_type,
|
3902
|
+
time_released=time_released,
|
3903
|
+
time_supported_until=time_supported_until,
|
3904
|
+
)
|
3905
|
+
@staticmethod
|
3906
|
+
def _configure(
|
3907
|
+
_setter: Callable[[Any, Any], None],
|
3908
|
+
deployment_type: str,
|
3909
|
+
is_security_fix: bool,
|
3910
|
+
ogg_version: str,
|
3911
|
+
release_type: str,
|
3912
|
+
time_released: str,
|
3913
|
+
time_supported_until: str,
|
3914
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3915
|
+
_setter("deployment_type", deployment_type)
|
3916
|
+
_setter("is_security_fix", is_security_fix)
|
3917
|
+
_setter("ogg_version", ogg_version)
|
3918
|
+
_setter("release_type", release_type)
|
3919
|
+
_setter("time_released", time_released)
|
3920
|
+
_setter("time_supported_until", time_supported_until)
|
3131
3921
|
|
3132
3922
|
@property
|
3133
3923
|
@pulumi.getter(name="deploymentType")
|
@@ -3184,10 +3974,23 @@ class GetDeploymentVersionsFilterResult(dict):
|
|
3184
3974
|
name: str,
|
3185
3975
|
values: Sequence[str],
|
3186
3976
|
regex: Optional[bool] = None):
|
3187
|
-
|
3188
|
-
|
3977
|
+
GetDeploymentVersionsFilterResult._configure(
|
3978
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3979
|
+
name=name,
|
3980
|
+
values=values,
|
3981
|
+
regex=regex,
|
3982
|
+
)
|
3983
|
+
@staticmethod
|
3984
|
+
def _configure(
|
3985
|
+
_setter: Callable[[Any, Any], None],
|
3986
|
+
name: str,
|
3987
|
+
values: Sequence[str],
|
3988
|
+
regex: Optional[bool] = None,
|
3989
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3990
|
+
_setter("name", name)
|
3991
|
+
_setter("values", values)
|
3189
3992
|
if regex is not None:
|
3190
|
-
|
3993
|
+
_setter("regex", regex)
|
3191
3994
|
|
3192
3995
|
@property
|
3193
3996
|
@pulumi.getter
|
@@ -3209,7 +4012,16 @@ class GetDeploymentVersionsFilterResult(dict):
|
|
3209
4012
|
class GetDeploymentsDeploymentCollectionResult(dict):
|
3210
4013
|
def __init__(__self__, *,
|
3211
4014
|
items: Sequence['outputs.GetDeploymentsDeploymentCollectionItemResult']):
|
3212
|
-
|
4015
|
+
GetDeploymentsDeploymentCollectionResult._configure(
|
4016
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4017
|
+
items=items,
|
4018
|
+
)
|
4019
|
+
@staticmethod
|
4020
|
+
def _configure(
|
4021
|
+
_setter: Callable[[Any, Any], None],
|
4022
|
+
items: Sequence['outputs.GetDeploymentsDeploymentCollectionItemResult'],
|
4023
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4024
|
+
_setter("items", items)
|
3213
4025
|
|
3214
4026
|
@property
|
3215
4027
|
@pulumi.getter
|
@@ -3296,43 +4108,124 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
|
|
3296
4108
|
:param str time_updated: The time the resource was last updated. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
3297
4109
|
:param str time_upgrade_required: Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
3298
4110
|
"""
|
3299
|
-
|
3300
|
-
|
3301
|
-
|
3302
|
-
|
3303
|
-
|
3304
|
-
|
3305
|
-
|
3306
|
-
|
3307
|
-
|
3308
|
-
|
3309
|
-
|
3310
|
-
|
3311
|
-
|
3312
|
-
|
3313
|
-
|
3314
|
-
|
3315
|
-
|
3316
|
-
|
3317
|
-
|
3318
|
-
|
3319
|
-
|
3320
|
-
|
3321
|
-
|
3322
|
-
|
3323
|
-
|
3324
|
-
|
3325
|
-
|
3326
|
-
|
3327
|
-
|
3328
|
-
|
3329
|
-
|
3330
|
-
|
3331
|
-
|
3332
|
-
|
3333
|
-
|
3334
|
-
|
3335
|
-
|
4111
|
+
GetDeploymentsDeploymentCollectionItemResult._configure(
|
4112
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4113
|
+
compartment_id=compartment_id,
|
4114
|
+
cpu_core_count=cpu_core_count,
|
4115
|
+
defined_tags=defined_tags,
|
4116
|
+
deployment_backup_id=deployment_backup_id,
|
4117
|
+
deployment_diagnostic_datas=deployment_diagnostic_datas,
|
4118
|
+
deployment_type=deployment_type,
|
4119
|
+
deployment_url=deployment_url,
|
4120
|
+
description=description,
|
4121
|
+
display_name=display_name,
|
4122
|
+
fqdn=fqdn,
|
4123
|
+
freeform_tags=freeform_tags,
|
4124
|
+
id=id,
|
4125
|
+
is_auto_scaling_enabled=is_auto_scaling_enabled,
|
4126
|
+
is_healthy=is_healthy,
|
4127
|
+
is_latest_version=is_latest_version,
|
4128
|
+
is_public=is_public,
|
4129
|
+
is_storage_utilization_limit_exceeded=is_storage_utilization_limit_exceeded,
|
4130
|
+
license_model=license_model,
|
4131
|
+
lifecycle_details=lifecycle_details,
|
4132
|
+
lifecycle_sub_state=lifecycle_sub_state,
|
4133
|
+
maintenance_configurations=maintenance_configurations,
|
4134
|
+
maintenance_windows=maintenance_windows,
|
4135
|
+
next_maintenance_action_type=next_maintenance_action_type,
|
4136
|
+
next_maintenance_description=next_maintenance_description,
|
4137
|
+
nsg_ids=nsg_ids,
|
4138
|
+
ogg_datas=ogg_datas,
|
4139
|
+
private_ip_address=private_ip_address,
|
4140
|
+
public_ip_address=public_ip_address,
|
4141
|
+
state=state,
|
4142
|
+
storage_utilization_in_bytes=storage_utilization_in_bytes,
|
4143
|
+
subnet_id=subnet_id,
|
4144
|
+
system_tags=system_tags,
|
4145
|
+
time_created=time_created,
|
4146
|
+
time_of_next_maintenance=time_of_next_maintenance,
|
4147
|
+
time_ogg_version_supported_until=time_ogg_version_supported_until,
|
4148
|
+
time_updated=time_updated,
|
4149
|
+
time_upgrade_required=time_upgrade_required,
|
4150
|
+
)
|
4151
|
+
@staticmethod
|
4152
|
+
def _configure(
|
4153
|
+
_setter: Callable[[Any, Any], None],
|
4154
|
+
compartment_id: str,
|
4155
|
+
cpu_core_count: int,
|
4156
|
+
defined_tags: Mapping[str, Any],
|
4157
|
+
deployment_backup_id: str,
|
4158
|
+
deployment_diagnostic_datas: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentDiagnosticDataResult'],
|
4159
|
+
deployment_type: str,
|
4160
|
+
deployment_url: str,
|
4161
|
+
description: str,
|
4162
|
+
display_name: str,
|
4163
|
+
fqdn: str,
|
4164
|
+
freeform_tags: Mapping[str, Any],
|
4165
|
+
id: str,
|
4166
|
+
is_auto_scaling_enabled: bool,
|
4167
|
+
is_healthy: bool,
|
4168
|
+
is_latest_version: bool,
|
4169
|
+
is_public: bool,
|
4170
|
+
is_storage_utilization_limit_exceeded: bool,
|
4171
|
+
license_model: str,
|
4172
|
+
lifecycle_details: str,
|
4173
|
+
lifecycle_sub_state: str,
|
4174
|
+
maintenance_configurations: Sequence['outputs.GetDeploymentsDeploymentCollectionItemMaintenanceConfigurationResult'],
|
4175
|
+
maintenance_windows: Sequence['outputs.GetDeploymentsDeploymentCollectionItemMaintenanceWindowResult'],
|
4176
|
+
next_maintenance_action_type: str,
|
4177
|
+
next_maintenance_description: str,
|
4178
|
+
nsg_ids: Sequence[str],
|
4179
|
+
ogg_datas: Sequence['outputs.GetDeploymentsDeploymentCollectionItemOggDataResult'],
|
4180
|
+
private_ip_address: str,
|
4181
|
+
public_ip_address: str,
|
4182
|
+
state: str,
|
4183
|
+
storage_utilization_in_bytes: str,
|
4184
|
+
subnet_id: str,
|
4185
|
+
system_tags: Mapping[str, Any],
|
4186
|
+
time_created: str,
|
4187
|
+
time_of_next_maintenance: str,
|
4188
|
+
time_ogg_version_supported_until: str,
|
4189
|
+
time_updated: str,
|
4190
|
+
time_upgrade_required: str,
|
4191
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4192
|
+
_setter("compartment_id", compartment_id)
|
4193
|
+
_setter("cpu_core_count", cpu_core_count)
|
4194
|
+
_setter("defined_tags", defined_tags)
|
4195
|
+
_setter("deployment_backup_id", deployment_backup_id)
|
4196
|
+
_setter("deployment_diagnostic_datas", deployment_diagnostic_datas)
|
4197
|
+
_setter("deployment_type", deployment_type)
|
4198
|
+
_setter("deployment_url", deployment_url)
|
4199
|
+
_setter("description", description)
|
4200
|
+
_setter("display_name", display_name)
|
4201
|
+
_setter("fqdn", fqdn)
|
4202
|
+
_setter("freeform_tags", freeform_tags)
|
4203
|
+
_setter("id", id)
|
4204
|
+
_setter("is_auto_scaling_enabled", is_auto_scaling_enabled)
|
4205
|
+
_setter("is_healthy", is_healthy)
|
4206
|
+
_setter("is_latest_version", is_latest_version)
|
4207
|
+
_setter("is_public", is_public)
|
4208
|
+
_setter("is_storage_utilization_limit_exceeded", is_storage_utilization_limit_exceeded)
|
4209
|
+
_setter("license_model", license_model)
|
4210
|
+
_setter("lifecycle_details", lifecycle_details)
|
4211
|
+
_setter("lifecycle_sub_state", lifecycle_sub_state)
|
4212
|
+
_setter("maintenance_configurations", maintenance_configurations)
|
4213
|
+
_setter("maintenance_windows", maintenance_windows)
|
4214
|
+
_setter("next_maintenance_action_type", next_maintenance_action_type)
|
4215
|
+
_setter("next_maintenance_description", next_maintenance_description)
|
4216
|
+
_setter("nsg_ids", nsg_ids)
|
4217
|
+
_setter("ogg_datas", ogg_datas)
|
4218
|
+
_setter("private_ip_address", private_ip_address)
|
4219
|
+
_setter("public_ip_address", public_ip_address)
|
4220
|
+
_setter("state", state)
|
4221
|
+
_setter("storage_utilization_in_bytes", storage_utilization_in_bytes)
|
4222
|
+
_setter("subnet_id", subnet_id)
|
4223
|
+
_setter("system_tags", system_tags)
|
4224
|
+
_setter("time_created", time_created)
|
4225
|
+
_setter("time_of_next_maintenance", time_of_next_maintenance)
|
4226
|
+
_setter("time_ogg_version_supported_until", time_ogg_version_supported_until)
|
4227
|
+
_setter("time_updated", time_updated)
|
4228
|
+
_setter("time_upgrade_required", time_upgrade_required)
|
3336
4229
|
|
3337
4230
|
@property
|
3338
4231
|
@pulumi.getter(name="compartmentId")
|
@@ -3648,12 +4541,31 @@ class GetDeploymentsDeploymentCollectionItemDeploymentDiagnosticDataResult(dict)
|
|
3648
4541
|
:param str time_diagnostic_end: The time until which the diagnostic collection should collect the logs. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
3649
4542
|
:param str time_diagnostic_start: The time from which the diagnostic collection should collect the logs. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
3650
4543
|
"""
|
3651
|
-
|
3652
|
-
|
3653
|
-
|
3654
|
-
|
3655
|
-
|
3656
|
-
|
4544
|
+
GetDeploymentsDeploymentCollectionItemDeploymentDiagnosticDataResult._configure(
|
4545
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4546
|
+
bucket=bucket,
|
4547
|
+
diagnostic_state=diagnostic_state,
|
4548
|
+
namespace=namespace,
|
4549
|
+
object=object,
|
4550
|
+
time_diagnostic_end=time_diagnostic_end,
|
4551
|
+
time_diagnostic_start=time_diagnostic_start,
|
4552
|
+
)
|
4553
|
+
@staticmethod
|
4554
|
+
def _configure(
|
4555
|
+
_setter: Callable[[Any, Any], None],
|
4556
|
+
bucket: str,
|
4557
|
+
diagnostic_state: str,
|
4558
|
+
namespace: str,
|
4559
|
+
object: str,
|
4560
|
+
time_diagnostic_end: str,
|
4561
|
+
time_diagnostic_start: str,
|
4562
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4563
|
+
_setter("bucket", bucket)
|
4564
|
+
_setter("diagnostic_state", diagnostic_state)
|
4565
|
+
_setter("namespace", namespace)
|
4566
|
+
_setter("object", object)
|
4567
|
+
_setter("time_diagnostic_end", time_diagnostic_end)
|
4568
|
+
_setter("time_diagnostic_start", time_diagnostic_start)
|
3657
4569
|
|
3658
4570
|
@property
|
3659
4571
|
@pulumi.getter
|
@@ -3719,11 +4631,28 @@ class GetDeploymentsDeploymentCollectionItemMaintenanceConfigurationResult(dict)
|
|
3719
4631
|
:param int major_release_upgrade_period_in_days: Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.
|
3720
4632
|
:param int security_patch_upgrade_period_in_days: Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default.
|
3721
4633
|
"""
|
3722
|
-
|
3723
|
-
|
3724
|
-
|
3725
|
-
|
3726
|
-
|
4634
|
+
GetDeploymentsDeploymentCollectionItemMaintenanceConfigurationResult._configure(
|
4635
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4636
|
+
bundle_release_upgrade_period_in_days=bundle_release_upgrade_period_in_days,
|
4637
|
+
interim_release_upgrade_period_in_days=interim_release_upgrade_period_in_days,
|
4638
|
+
is_interim_release_auto_upgrade_enabled=is_interim_release_auto_upgrade_enabled,
|
4639
|
+
major_release_upgrade_period_in_days=major_release_upgrade_period_in_days,
|
4640
|
+
security_patch_upgrade_period_in_days=security_patch_upgrade_period_in_days,
|
4641
|
+
)
|
4642
|
+
@staticmethod
|
4643
|
+
def _configure(
|
4644
|
+
_setter: Callable[[Any, Any], None],
|
4645
|
+
bundle_release_upgrade_period_in_days: int,
|
4646
|
+
interim_release_upgrade_period_in_days: int,
|
4647
|
+
is_interim_release_auto_upgrade_enabled: bool,
|
4648
|
+
major_release_upgrade_period_in_days: int,
|
4649
|
+
security_patch_upgrade_period_in_days: int,
|
4650
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4651
|
+
_setter("bundle_release_upgrade_period_in_days", bundle_release_upgrade_period_in_days)
|
4652
|
+
_setter("interim_release_upgrade_period_in_days", interim_release_upgrade_period_in_days)
|
4653
|
+
_setter("is_interim_release_auto_upgrade_enabled", is_interim_release_auto_upgrade_enabled)
|
4654
|
+
_setter("major_release_upgrade_period_in_days", major_release_upgrade_period_in_days)
|
4655
|
+
_setter("security_patch_upgrade_period_in_days", security_patch_upgrade_period_in_days)
|
3727
4656
|
|
3728
4657
|
@property
|
3729
4658
|
@pulumi.getter(name="bundleReleaseUpgradePeriodInDays")
|
@@ -3775,8 +4704,19 @@ class GetDeploymentsDeploymentCollectionItemMaintenanceWindowResult(dict):
|
|
3775
4704
|
:param str day: Days of the week.
|
3776
4705
|
:param int start_hour: Start hour for maintenance period. Hour is in UTC.
|
3777
4706
|
"""
|
3778
|
-
|
3779
|
-
|
4707
|
+
GetDeploymentsDeploymentCollectionItemMaintenanceWindowResult._configure(
|
4708
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4709
|
+
day=day,
|
4710
|
+
start_hour=start_hour,
|
4711
|
+
)
|
4712
|
+
@staticmethod
|
4713
|
+
def _configure(
|
4714
|
+
_setter: Callable[[Any, Any], None],
|
4715
|
+
day: str,
|
4716
|
+
start_hour: int,
|
4717
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4718
|
+
_setter("day", day)
|
4719
|
+
_setter("start_hour", start_hour)
|
3780
4720
|
|
3781
4721
|
@property
|
3782
4722
|
@pulumi.getter
|
@@ -3816,15 +4756,40 @@ class GetDeploymentsDeploymentCollectionItemOggDataResult(dict):
|
|
3816
4756
|
:param str ogg_version: Version of OGG
|
3817
4757
|
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the deployment password is stored.
|
3818
4758
|
"""
|
3819
|
-
|
3820
|
-
|
3821
|
-
|
3822
|
-
|
3823
|
-
|
3824
|
-
|
3825
|
-
|
3826
|
-
|
3827
|
-
|
4759
|
+
GetDeploymentsDeploymentCollectionItemOggDataResult._configure(
|
4760
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4761
|
+
admin_password=admin_password,
|
4762
|
+
admin_username=admin_username,
|
4763
|
+
certificate=certificate,
|
4764
|
+
credential_store=credential_store,
|
4765
|
+
deployment_name=deployment_name,
|
4766
|
+
identity_domain_id=identity_domain_id,
|
4767
|
+
key=key,
|
4768
|
+
ogg_version=ogg_version,
|
4769
|
+
password_secret_id=password_secret_id,
|
4770
|
+
)
|
4771
|
+
@staticmethod
|
4772
|
+
def _configure(
|
4773
|
+
_setter: Callable[[Any, Any], None],
|
4774
|
+
admin_password: str,
|
4775
|
+
admin_username: str,
|
4776
|
+
certificate: str,
|
4777
|
+
credential_store: str,
|
4778
|
+
deployment_name: str,
|
4779
|
+
identity_domain_id: str,
|
4780
|
+
key: str,
|
4781
|
+
ogg_version: str,
|
4782
|
+
password_secret_id: str,
|
4783
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4784
|
+
_setter("admin_password", admin_password)
|
4785
|
+
_setter("admin_username", admin_username)
|
4786
|
+
_setter("certificate", certificate)
|
4787
|
+
_setter("credential_store", credential_store)
|
4788
|
+
_setter("deployment_name", deployment_name)
|
4789
|
+
_setter("identity_domain_id", identity_domain_id)
|
4790
|
+
_setter("key", key)
|
4791
|
+
_setter("ogg_version", ogg_version)
|
4792
|
+
_setter("password_secret_id", password_secret_id)
|
3828
4793
|
|
3829
4794
|
@property
|
3830
4795
|
@pulumi.getter(name="adminPassword")
|
@@ -3899,10 +4864,23 @@ class GetDeploymentsFilterResult(dict):
|
|
3899
4864
|
name: str,
|
3900
4865
|
values: Sequence[str],
|
3901
4866
|
regex: Optional[bool] = None):
|
3902
|
-
|
3903
|
-
|
4867
|
+
GetDeploymentsFilterResult._configure(
|
4868
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4869
|
+
name=name,
|
4870
|
+
values=values,
|
4871
|
+
regex=regex,
|
4872
|
+
)
|
4873
|
+
@staticmethod
|
4874
|
+
def _configure(
|
4875
|
+
_setter: Callable[[Any, Any], None],
|
4876
|
+
name: str,
|
4877
|
+
values: Sequence[str],
|
4878
|
+
regex: Optional[bool] = None,
|
4879
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4880
|
+
_setter("name", name)
|
4881
|
+
_setter("values", values)
|
3904
4882
|
if regex is not None:
|
3905
|
-
|
4883
|
+
_setter("regex", regex)
|
3906
4884
|
|
3907
4885
|
@property
|
3908
4886
|
@pulumi.getter
|
@@ -3931,9 +4909,22 @@ class GetMessageItemResult(dict):
|
|
3931
4909
|
:param str deployment_message_status: The deployment Message Status.
|
3932
4910
|
:param str id: The deployment Message Id.
|
3933
4911
|
"""
|
3934
|
-
|
3935
|
-
|
3936
|
-
|
4912
|
+
GetMessageItemResult._configure(
|
4913
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4914
|
+
deployment_message=deployment_message,
|
4915
|
+
deployment_message_status=deployment_message_status,
|
4916
|
+
id=id,
|
4917
|
+
)
|
4918
|
+
@staticmethod
|
4919
|
+
def _configure(
|
4920
|
+
_setter: Callable[[Any, Any], None],
|
4921
|
+
deployment_message: str,
|
4922
|
+
deployment_message_status: str,
|
4923
|
+
id: str,
|
4924
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4925
|
+
_setter("deployment_message", deployment_message)
|
4926
|
+
_setter("deployment_message_status", deployment_message_status)
|
4927
|
+
_setter("id", id)
|
3937
4928
|
|
3938
4929
|
@property
|
3939
4930
|
@pulumi.getter(name="deploymentMessage")
|
@@ -3967,7 +4958,16 @@ class GetMessagesDeploymentMessagesCollectionResult(dict):
|
|
3967
4958
|
"""
|
3968
4959
|
:param Sequence['GetMessagesDeploymentMessagesCollectionItemArgs'] items: An array of DeploymentMessages.
|
3969
4960
|
"""
|
3970
|
-
|
4961
|
+
GetMessagesDeploymentMessagesCollectionResult._configure(
|
4962
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4963
|
+
items=items,
|
4964
|
+
)
|
4965
|
+
@staticmethod
|
4966
|
+
def _configure(
|
4967
|
+
_setter: Callable[[Any, Any], None],
|
4968
|
+
items: Sequence['outputs.GetMessagesDeploymentMessagesCollectionItemResult'],
|
4969
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4970
|
+
_setter("items", items)
|
3971
4971
|
|
3972
4972
|
@property
|
3973
4973
|
@pulumi.getter
|
@@ -3989,9 +4989,22 @@ class GetMessagesDeploymentMessagesCollectionItemResult(dict):
|
|
3989
4989
|
:param str deployment_message_status: The deployment Message Status.
|
3990
4990
|
:param str id: The deployment Message Id.
|
3991
4991
|
"""
|
3992
|
-
|
3993
|
-
|
3994
|
-
|
4992
|
+
GetMessagesDeploymentMessagesCollectionItemResult._configure(
|
4993
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4994
|
+
deployment_message=deployment_message,
|
4995
|
+
deployment_message_status=deployment_message_status,
|
4996
|
+
id=id,
|
4997
|
+
)
|
4998
|
+
@staticmethod
|
4999
|
+
def _configure(
|
5000
|
+
_setter: Callable[[Any, Any], None],
|
5001
|
+
deployment_message: str,
|
5002
|
+
deployment_message_status: str,
|
5003
|
+
id: str,
|
5004
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5005
|
+
_setter("deployment_message", deployment_message)
|
5006
|
+
_setter("deployment_message_status", deployment_message_status)
|
5007
|
+
_setter("id", id)
|
3995
5008
|
|
3996
5009
|
@property
|
3997
5010
|
@pulumi.getter(name="deploymentMessage")
|
@@ -4024,10 +5037,23 @@ class GetMessagesFilterResult(dict):
|
|
4024
5037
|
name: str,
|
4025
5038
|
values: Sequence[str],
|
4026
5039
|
regex: Optional[bool] = None):
|
4027
|
-
|
4028
|
-
|
5040
|
+
GetMessagesFilterResult._configure(
|
5041
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5042
|
+
name=name,
|
5043
|
+
values=values,
|
5044
|
+
regex=regex,
|
5045
|
+
)
|
5046
|
+
@staticmethod
|
5047
|
+
def _configure(
|
5048
|
+
_setter: Callable[[Any, Any], None],
|
5049
|
+
name: str,
|
5050
|
+
values: Sequence[str],
|
5051
|
+
regex: Optional[bool] = None,
|
5052
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5053
|
+
_setter("name", name)
|
5054
|
+
_setter("values", values)
|
4029
5055
|
if regex is not None:
|
4030
|
-
|
5056
|
+
_setter("regex", regex)
|
4031
5057
|
|
4032
5058
|
@property
|
4033
5059
|
@pulumi.getter
|
@@ -4068,15 +5094,40 @@ class GetTrailFileItemResult(dict):
|
|
4068
5094
|
:param str time_last_updated: The time the resource was last updated. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
4069
5095
|
:param str trail_file_id: A Trail File identifier
|
4070
5096
|
"""
|
4071
|
-
|
4072
|
-
|
4073
|
-
|
4074
|
-
|
4075
|
-
|
4076
|
-
|
4077
|
-
|
4078
|
-
|
4079
|
-
|
5097
|
+
GetTrailFileItemResult._configure(
|
5098
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5099
|
+
consumers=consumers,
|
5100
|
+
display_name=display_name,
|
5101
|
+
max_sequence_number=max_sequence_number,
|
5102
|
+
min_sequence_number=min_sequence_number,
|
5103
|
+
number_of_sequences=number_of_sequences,
|
5104
|
+
producer=producer,
|
5105
|
+
size_in_bytes=size_in_bytes,
|
5106
|
+
time_last_updated=time_last_updated,
|
5107
|
+
trail_file_id=trail_file_id,
|
5108
|
+
)
|
5109
|
+
@staticmethod
|
5110
|
+
def _configure(
|
5111
|
+
_setter: Callable[[Any, Any], None],
|
5112
|
+
consumers: Sequence[str],
|
5113
|
+
display_name: str,
|
5114
|
+
max_sequence_number: str,
|
5115
|
+
min_sequence_number: str,
|
5116
|
+
number_of_sequences: int,
|
5117
|
+
producer: str,
|
5118
|
+
size_in_bytes: float,
|
5119
|
+
time_last_updated: str,
|
5120
|
+
trail_file_id: str,
|
5121
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5122
|
+
_setter("consumers", consumers)
|
5123
|
+
_setter("display_name", display_name)
|
5124
|
+
_setter("max_sequence_number", max_sequence_number)
|
5125
|
+
_setter("min_sequence_number", min_sequence_number)
|
5126
|
+
_setter("number_of_sequences", number_of_sequences)
|
5127
|
+
_setter("producer", producer)
|
5128
|
+
_setter("size_in_bytes", size_in_bytes)
|
5129
|
+
_setter("time_last_updated", time_last_updated)
|
5130
|
+
_setter("trail_file_id", trail_file_id)
|
4080
5131
|
|
4081
5132
|
@property
|
4082
5133
|
@pulumi.getter
|
@@ -4157,10 +5208,23 @@ class GetTrailFilesFilterResult(dict):
|
|
4157
5208
|
name: str,
|
4158
5209
|
values: Sequence[str],
|
4159
5210
|
regex: Optional[bool] = None):
|
4160
|
-
|
4161
|
-
|
5211
|
+
GetTrailFilesFilterResult._configure(
|
5212
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5213
|
+
name=name,
|
5214
|
+
values=values,
|
5215
|
+
regex=regex,
|
5216
|
+
)
|
5217
|
+
@staticmethod
|
5218
|
+
def _configure(
|
5219
|
+
_setter: Callable[[Any, Any], None],
|
5220
|
+
name: str,
|
5221
|
+
values: Sequence[str],
|
5222
|
+
regex: Optional[bool] = None,
|
5223
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5224
|
+
_setter("name", name)
|
5225
|
+
_setter("values", values)
|
4162
5226
|
if regex is not None:
|
4163
|
-
|
5227
|
+
_setter("regex", regex)
|
4164
5228
|
|
4165
5229
|
@property
|
4166
5230
|
@pulumi.getter
|
@@ -4187,8 +5251,19 @@ class GetTrailFilesTrailFileCollectionResult(dict):
|
|
4187
5251
|
:param Sequence['GetTrailFilesTrailFileCollectionItemArgs'] items: An array of TrailFiles.
|
4188
5252
|
:param str time_last_fetched: The time the data was last fetched from the deployment. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
4189
5253
|
"""
|
4190
|
-
|
4191
|
-
|
5254
|
+
GetTrailFilesTrailFileCollectionResult._configure(
|
5255
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5256
|
+
items=items,
|
5257
|
+
time_last_fetched=time_last_fetched,
|
5258
|
+
)
|
5259
|
+
@staticmethod
|
5260
|
+
def _configure(
|
5261
|
+
_setter: Callable[[Any, Any], None],
|
5262
|
+
items: Sequence['outputs.GetTrailFilesTrailFileCollectionItemResult'],
|
5263
|
+
time_last_fetched: str,
|
5264
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5265
|
+
_setter("items", items)
|
5266
|
+
_setter("time_last_fetched", time_last_fetched)
|
4192
5267
|
|
4193
5268
|
@property
|
4194
5269
|
@pulumi.getter
|
@@ -4230,15 +5305,40 @@ class GetTrailFilesTrailFileCollectionItemResult(dict):
|
|
4230
5305
|
:param str time_last_updated: The time the resource was last updated. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
4231
5306
|
:param str trail_file_id: A Trail File identifier
|
4232
5307
|
"""
|
4233
|
-
|
4234
|
-
|
4235
|
-
|
4236
|
-
|
4237
|
-
|
4238
|
-
|
4239
|
-
|
4240
|
-
|
4241
|
-
|
5308
|
+
GetTrailFilesTrailFileCollectionItemResult._configure(
|
5309
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5310
|
+
consumers=consumers,
|
5311
|
+
display_name=display_name,
|
5312
|
+
max_sequence_number=max_sequence_number,
|
5313
|
+
min_sequence_number=min_sequence_number,
|
5314
|
+
number_of_sequences=number_of_sequences,
|
5315
|
+
producer=producer,
|
5316
|
+
size_in_bytes=size_in_bytes,
|
5317
|
+
time_last_updated=time_last_updated,
|
5318
|
+
trail_file_id=trail_file_id,
|
5319
|
+
)
|
5320
|
+
@staticmethod
|
5321
|
+
def _configure(
|
5322
|
+
_setter: Callable[[Any, Any], None],
|
5323
|
+
consumers: Sequence[str],
|
5324
|
+
display_name: str,
|
5325
|
+
max_sequence_number: str,
|
5326
|
+
min_sequence_number: str,
|
5327
|
+
number_of_sequences: int,
|
5328
|
+
producer: str,
|
5329
|
+
size_in_bytes: float,
|
5330
|
+
time_last_updated: str,
|
5331
|
+
trail_file_id: str,
|
5332
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5333
|
+
_setter("consumers", consumers)
|
5334
|
+
_setter("display_name", display_name)
|
5335
|
+
_setter("max_sequence_number", max_sequence_number)
|
5336
|
+
_setter("min_sequence_number", min_sequence_number)
|
5337
|
+
_setter("number_of_sequences", number_of_sequences)
|
5338
|
+
_setter("producer", producer)
|
5339
|
+
_setter("size_in_bytes", size_in_bytes)
|
5340
|
+
_setter("time_last_updated", time_last_updated)
|
5341
|
+
_setter("trail_file_id", trail_file_id)
|
4242
5342
|
|
4243
5343
|
@property
|
4244
5344
|
@pulumi.getter
|
@@ -4326,10 +5426,25 @@ class GetTrailSequenceItemResult(dict):
|
|
4326
5426
|
:param float size_in_bytes: The size of the backup stored in object storage (in bytes)
|
4327
5427
|
:param str time_last_updated: The time the resource was last updated. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
4328
5428
|
"""
|
4329
|
-
|
4330
|
-
|
4331
|
-
|
4332
|
-
|
5429
|
+
GetTrailSequenceItemResult._configure(
|
5430
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5431
|
+
display_name=display_name,
|
5432
|
+
sequence_id=sequence_id,
|
5433
|
+
size_in_bytes=size_in_bytes,
|
5434
|
+
time_last_updated=time_last_updated,
|
5435
|
+
)
|
5436
|
+
@staticmethod
|
5437
|
+
def _configure(
|
5438
|
+
_setter: Callable[[Any, Any], None],
|
5439
|
+
display_name: str,
|
5440
|
+
sequence_id: str,
|
5441
|
+
size_in_bytes: float,
|
5442
|
+
time_last_updated: str,
|
5443
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5444
|
+
_setter("display_name", display_name)
|
5445
|
+
_setter("sequence_id", sequence_id)
|
5446
|
+
_setter("size_in_bytes", size_in_bytes)
|
5447
|
+
_setter("time_last_updated", time_last_updated)
|
4333
5448
|
|
4334
5449
|
@property
|
4335
5450
|
@pulumi.getter(name="displayName")
|
@@ -4370,10 +5485,23 @@ class GetTrailSequencesFilterResult(dict):
|
|
4370
5485
|
name: str,
|
4371
5486
|
values: Sequence[str],
|
4372
5487
|
regex: Optional[bool] = None):
|
4373
|
-
|
4374
|
-
|
5488
|
+
GetTrailSequencesFilterResult._configure(
|
5489
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5490
|
+
name=name,
|
5491
|
+
values=values,
|
5492
|
+
regex=regex,
|
5493
|
+
)
|
5494
|
+
@staticmethod
|
5495
|
+
def _configure(
|
5496
|
+
_setter: Callable[[Any, Any], None],
|
5497
|
+
name: str,
|
5498
|
+
values: Sequence[str],
|
5499
|
+
regex: Optional[bool] = None,
|
5500
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5501
|
+
_setter("name", name)
|
5502
|
+
_setter("values", values)
|
4375
5503
|
if regex is not None:
|
4376
|
-
|
5504
|
+
_setter("regex", regex)
|
4377
5505
|
|
4378
5506
|
@property
|
4379
5507
|
@pulumi.getter
|
@@ -4400,8 +5528,19 @@ class GetTrailSequencesTrailSequenceCollectionResult(dict):
|
|
4400
5528
|
:param Sequence['GetTrailSequencesTrailSequenceCollectionItemArgs'] items: An array of TrailSequences.
|
4401
5529
|
:param str time_last_fetched: The time the data was last fetched from the deployment. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
4402
5530
|
"""
|
4403
|
-
|
4404
|
-
|
5531
|
+
GetTrailSequencesTrailSequenceCollectionResult._configure(
|
5532
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5533
|
+
items=items,
|
5534
|
+
time_last_fetched=time_last_fetched,
|
5535
|
+
)
|
5536
|
+
@staticmethod
|
5537
|
+
def _configure(
|
5538
|
+
_setter: Callable[[Any, Any], None],
|
5539
|
+
items: Sequence['outputs.GetTrailSequencesTrailSequenceCollectionItemResult'],
|
5540
|
+
time_last_fetched: str,
|
5541
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5542
|
+
_setter("items", items)
|
5543
|
+
_setter("time_last_fetched", time_last_fetched)
|
4405
5544
|
|
4406
5545
|
@property
|
4407
5546
|
@pulumi.getter
|
@@ -4433,10 +5572,25 @@ class GetTrailSequencesTrailSequenceCollectionItemResult(dict):
|
|
4433
5572
|
:param float size_in_bytes: The size of the backup stored in object storage (in bytes)
|
4434
5573
|
:param str time_last_updated: The time the resource was last updated. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
4435
5574
|
"""
|
4436
|
-
|
4437
|
-
|
4438
|
-
|
4439
|
-
|
5575
|
+
GetTrailSequencesTrailSequenceCollectionItemResult._configure(
|
5576
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5577
|
+
display_name=display_name,
|
5578
|
+
sequence_id=sequence_id,
|
5579
|
+
size_in_bytes=size_in_bytes,
|
5580
|
+
time_last_updated=time_last_updated,
|
5581
|
+
)
|
5582
|
+
@staticmethod
|
5583
|
+
def _configure(
|
5584
|
+
_setter: Callable[[Any, Any], None],
|
5585
|
+
display_name: str,
|
5586
|
+
sequence_id: str,
|
5587
|
+
size_in_bytes: float,
|
5588
|
+
time_last_updated: str,
|
5589
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5590
|
+
_setter("display_name", display_name)
|
5591
|
+
_setter("sequence_id", sequence_id)
|
5592
|
+
_setter("size_in_bytes", size_in_bytes)
|
5593
|
+
_setter("time_last_updated", time_last_updated)
|
4440
5594
|
|
4441
5595
|
@property
|
4442
5596
|
@pulumi.getter(name="displayName")
|