pulumi-oci 1.11.0a1695814503__py3-none-any.whl → 1.12.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +43 -0
- pulumi_oci/adm/_inputs.py +116 -23
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +55 -13
- pulumi_oci/adm/outputs.py +469 -101
- pulumi_oci/adm/vulnerability_audit.py +119 -31
- pulumi_oci/aianomalydetection/_inputs.py +355 -84
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +73 -19
- pulumi_oci/aianomalydetection/data_asset.py +84 -21
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +98 -24
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +84 -21
- pulumi_oci/aianomalydetection/outputs.py +1189 -292
- pulumi_oci/aianomalydetection/project.py +61 -15
- pulumi_oci/aidocument/_inputs.py +315 -72
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +154 -54
- pulumi_oci/aidocument/outputs.py +932 -210
- pulumi_oci/aidocument/processor_job.py +82 -17
- pulumi_oci/aidocument/project.py +64 -16
- pulumi_oci/ailanguage/_inputs.py +321 -68
- pulumi_oci/ailanguage/endpoint.py +79 -21
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +109 -26
- pulumi_oci/ailanguage/outputs.py +1086 -239
- pulumi_oci/ailanguage/project.py +64 -16
- pulumi_oci/aivision/_inputs.py +99 -22
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +151 -40
- pulumi_oci/aivision/outputs.py +379 -92
- pulumi_oci/aivision/project.py +64 -16
- pulumi_oci/analytics/_inputs.py +100 -20
- pulumi_oci/analytics/analytics_instance.py +116 -30
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +70 -18
- pulumi_oci/analytics/analytics_instance_vanity_url.py +61 -15
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +295 -64
- pulumi_oci/announcementsservice/_inputs.py +56 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +93 -24
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +31 -5
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +37 -7
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +170 -34
- pulumi_oci/apigateway/_inputs.py +1983 -398
- pulumi_oci/apigateway/api.py +67 -17
- pulumi_oci/apigateway/certificate.py +79 -21
- pulumi_oci/apigateway/deployment.py +81 -20
- pulumi_oci/apigateway/gateway.py +102 -27
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +7817 -1589
- pulumi_oci/apigateway/subscriber.py +67 -17
- pulumi_oci/apigateway/usage_plan.py +61 -15
- pulumi_oci/apm/_inputs.py +33 -7
- pulumi_oci/apm/apm_domain.py +67 -17
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +89 -21
- pulumi_oci/apmconfig/_inputs.py +96 -21
- pulumi_oci/apmconfig/config.py +130 -38
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +337 -78
- pulumi_oci/apmsynthetics/_inputs.py +446 -91
- pulumi_oci/apmsynthetics/config.py +163 -44
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +78 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +1 -1
- pulumi_oci/apmsynthetics/get_script.py +1 -1
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +1520 -323
- pulumi_oci/apmsynthetics/script.py +82 -22
- pulumi_oci/apmtraces/_inputs.py +17 -4
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +225 -50
- pulumi_oci/appmgmtcontrol/_inputs.py +17 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +40 -8
- pulumi_oci/appmgmtcontrol/outputs.py +61 -14
- pulumi_oci/artifacts/_inputs.py +94 -18
- pulumi_oci/artifacts/container_configuration.py +34 -6
- pulumi_oci/artifacts/container_image_signature.py +88 -24
- pulumi_oci/artifacts/container_repository.py +96 -25
- pulumi_oci/artifacts/generic_artifact.py +64 -16
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +515 -121
- pulumi_oci/artifacts/repository.py +67 -17
- pulumi_oci/audit/_inputs.py +17 -4
- pulumi_oci/audit/configuration.py +31 -5
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +191 -48
- pulumi_oci/autoscaling/_inputs.py +167 -41
- pulumi_oci/autoscaling/auto_scaling_configuration.py +81 -33
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +510 -111
- pulumi_oci/bastion/_inputs.py +71 -15
- pulumi_oci/bastion/bastion.py +109 -31
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +266 -66
- pulumi_oci/bastion/session.py +89 -21
- pulumi_oci/bigdataservice/_inputs.py +866 -182
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +80 -18
- pulumi_oci/bigdataservice/bds_instance.py +231 -60
- pulumi_oci/bigdataservice/bds_instance_api_key.py +64 -16
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +73 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +37 -7
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +2639 -577
- pulumi_oci/blockchain/_inputs.py +197 -36
- pulumi_oci/blockchain/blockchain_platform.py +153 -44
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +48 -9
- pulumi_oci/blockchain/outputs.py +674 -132
- pulumi_oci/blockchain/peer.py +63 -14
- pulumi_oci/budget/_inputs.py +33 -7
- pulumi_oci/budget/budget.py +127 -40
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +161 -45
- pulumi_oci/budget/rule.py +91 -25
- pulumi_oci/certificatesmanagement/_inputs.py +662 -156
- pulumi_oci/certificatesmanagement/ca_bundle.py +64 -16
- pulumi_oci/certificatesmanagement/certificate.py +102 -27
- pulumi_oci/certificatesmanagement/certificate_authority.py +110 -28
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +2271 -536
- pulumi_oci/cloudbridge/_inputs.py +488 -112
- pulumi_oci/cloudbridge/agent.py +97 -27
- pulumi_oci/cloudbridge/agent_dependency.py +100 -28
- pulumi_oci/cloudbridge/agent_plugin.py +64 -16
- pulumi_oci/cloudbridge/asset.py +129 -31
- pulumi_oci/cloudbridge/asset_source.py +131 -35
- pulumi_oci/cloudbridge/discovery_schedule.py +64 -16
- pulumi_oci/cloudbridge/environment.py +58 -14
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +58 -14
- pulumi_oci/cloudbridge/outputs.py +1748 -427
- pulumi_oci/cloudguard/_inputs.py +1352 -316
- pulumi_oci/cloudguard/cloud_guard_configuration.py +43 -9
- pulumi_oci/cloudguard/cloud_guard_data_source.py +81 -20
- pulumi_oci/cloudguard/data_mask_rule.py +96 -25
- pulumi_oci/cloudguard/detector_recipe.py +88 -24
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +88 -24
- pulumi_oci/cloudguard/outputs.py +4456 -1066
- pulumi_oci/cloudguard/responder_recipe.py +82 -22
- pulumi_oci/cloudguard/security_recipe.py +70 -18
- pulumi_oci/cloudguard/security_zone.py +73 -19
- pulumi_oci/cloudguard/target.py +100 -28
- pulumi_oci/cloudmigrations/_inputs.py +1111 -259
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +70 -18
- pulumi_oci/cloudmigrations/migration_asset.py +103 -29
- pulumi_oci/cloudmigrations/migration_plan.py +91 -25
- pulumi_oci/cloudmigrations/outputs.py +3596 -861
- pulumi_oci/cloudmigrations/replication_schedule.py +64 -16
- pulumi_oci/cloudmigrations/target_asset.py +105 -28
- pulumi_oci/computecloud/__init__.py +15 -0
- pulumi_oci/computecloud/_inputs.py +927 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1004 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +703 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +368 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +244 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +264 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +244 -0
- pulumi_oci/computecloud/outputs.py +2650 -0
- pulumi_oci/computeinstanceagent/_inputs.py +33 -7
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +71 -15
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1033 -219
- pulumi_oci/containerengine/addon.py +61 -15
- pulumi_oci/containerengine/cluster.py +121 -30
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +25 -3
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +31 -5
- pulumi_oci/containerengine/cluster_workload_mapping.py +58 -14
- pulumi_oci/containerengine/container_instance.py +143 -39
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +170 -49
- pulumi_oci/containerengine/outputs.py +2481 -536
- pulumi_oci/containerengine/virtual_node_pool.py +119 -31
- pulumi_oci/containerinstances/_inputs.py +33 -7
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +935 -226
- pulumi_oci/core/_inputs.py +4772 -994
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +43 -9
- pulumi_oci/core/app_catalog_subscription.py +76 -20
- pulumi_oci/core/boot_volume.py +132 -40
- pulumi_oci/core/boot_volume_backup.py +102 -27
- pulumi_oci/core/capture_filter.py +61 -15
- pulumi_oci/core/cluster_network.py +86 -20
- pulumi_oci/core/compute_capacity_report.py +40 -8
- pulumi_oci/core/compute_capacity_reservation.py +76 -20
- pulumi_oci/core/compute_cluster.py +55 -13
- pulumi_oci/core/compute_image_capability_schema.py +67 -17
- pulumi_oci/core/console_history.py +55 -13
- pulumi_oci/core/cpe.py +64 -16
- pulumi_oci/core/cross_connect.py +111 -30
- pulumi_oci/core/cross_connect_group.py +72 -17
- pulumi_oci/core/dedicated_vm_host.py +79 -21
- pulumi_oci/core/default_dhcp_options.py +67 -17
- pulumi_oci/core/default_route_table.py +61 -15
- pulumi_oci/core/default_security_list.py +67 -17
- pulumi_oci/core/dhcp_options.py +67 -17
- pulumi_oci/core/drg.py +58 -14
- pulumi_oci/core/drg_attachment.py +96 -25
- pulumi_oci/core/drg_attachment_management.py +111 -30
- pulumi_oci/core/drg_attachments_list.py +40 -8
- pulumi_oci/core/drg_route_distribution.py +58 -14
- pulumi_oci/core/drg_route_distribution_statement.py +48 -9
- pulumi_oci/core/drg_route_table.py +70 -18
- pulumi_oci/core/drg_route_table_route_rule.py +58 -14
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +21 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +99 -26
- pulumi_oci/core/instance.py +277 -94
- pulumi_oci/core/instance_configuration.py +72 -17
- pulumi_oci/core/instance_console_connection.py +61 -15
- pulumi_oci/core/instance_pool.py +91 -25
- pulumi_oci/core/instance_pool_instance.py +73 -19
- pulumi_oci/core/internet_gateway.py +67 -17
- pulumi_oci/core/ipsec.py +82 -22
- pulumi_oci/core/ipsec_connection_tunnel_management.py +120 -33
- pulumi_oci/core/ipv6.py +67 -17
- pulumi_oci/core/listing_resource_version_agreement.py +127 -11
- pulumi_oci/core/local_peering_gateway.py +82 -22
- pulumi_oci/core/nat_gateway.py +76 -20
- pulumi_oci/core/network_security_group.py +55 -13
- pulumi_oci/core/network_security_group_security_rule.py +112 -27
- pulumi_oci/core/outputs.py +14633 -3342
- pulumi_oci/core/private_ip.py +79 -21
- pulumi_oci/core/public_ip.py +82 -22
- pulumi_oci/core/public_ip_pool.py +52 -12
- pulumi_oci/core/public_ip_pool_capacity.py +37 -7
- pulumi_oci/core/remote_peering_connection.py +76 -20
- pulumi_oci/core/route_table.py +61 -15
- pulumi_oci/core/route_table_attachment.py +31 -5
- pulumi_oci/core/security_list.py +67 -17
- pulumi_oci/core/service_gateway.py +70 -18
- pulumi_oci/core/shape_management.py +37 -7
- pulumi_oci/core/subnet.py +127 -37
- pulumi_oci/core/vcn.py +137 -59
- pulumi_oci/core/virtual_circuit.py +160 -51
- pulumi_oci/core/virtual_network.py +109 -31
- pulumi_oci/core/vlan.py +85 -23
- pulumi_oci/core/vnic_attachment.py +72 -17
- pulumi_oci/core/volume.py +138 -45
- pulumi_oci/core/volume_attachment.py +124 -39
- pulumi_oci/core/volume_backup.py +105 -28
- pulumi_oci/core/volume_backup_policy.py +58 -14
- pulumi_oci/core/volume_backup_policy_assignment.py +34 -6
- pulumi_oci/core/volume_group.py +105 -28
- pulumi_oci/core/volume_group_backup.py +99 -26
- pulumi_oci/core/vtap.py +136 -40
- pulumi_oci/database/_inputs.py +3681 -752
- pulumi_oci/database/application_vip.py +67 -17
- pulumi_oci/database/autonomous_container_database.py +280 -83
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +88 -24
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +37 -7
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +43 -9
- pulumi_oci/database/autonomous_database.py +752 -247
- pulumi_oci/database/autonomous_database_backup.py +105 -28
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +43 -9
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +37 -7
- pulumi_oci/database/autonomous_database_wallet.py +54 -18
- pulumi_oci/database/autonomous_exadata_infrastructure.py +123 -37
- pulumi_oci/database/autonomous_vm_cluster.py +193 -59
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +49 -11
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +49 -11
- pulumi_oci/database/backup.py +79 -21
- pulumi_oci/database/backup_cancel_management.py +31 -5
- pulumi_oci/database/backup_destination.py +99 -29
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +243 -74
- pulumi_oci/database/cloud_database_management.py +84 -21
- pulumi_oci/database/cloud_exadata_infrastructure.py +147 -42
- pulumi_oci/database/cloud_vm_cluster.py +255 -78
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +43 -9
- pulumi_oci/database/data_guard_association.py +249 -76
- pulumi_oci/database/database.py +159 -46
- pulumi_oci/database/database_software_image.py +103 -29
- pulumi_oci/database/database_upgrade.py +129 -36
- pulumi_oci/database/db_home.py +120 -33
- pulumi_oci/database/db_node.py +100 -28
- pulumi_oci/database/db_node_console_connection.py +61 -15
- pulumi_oci/database/db_system.py +303 -89
- pulumi_oci/database/db_systems_upgrade.py +181 -55
- pulumi_oci/database/exadata_infrastructure.py +248 -74
- pulumi_oci/database/exadata_infrastructure_compute.py +166 -50
- pulumi_oci/database/exadata_infrastructure_storage.py +195 -58
- pulumi_oci/database/exadata_iorm_config.py +43 -9
- pulumi_oci/database/external_container_database.py +85 -23
- pulumi_oci/database/external_container_database_management.py +43 -9
- pulumi_oci/database/external_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_database_connector.py +95 -23
- pulumi_oci/database/external_non_container_database.py +88 -24
- pulumi_oci/database/external_non_container_database_management.py +43 -9
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_pluggable_database.py +100 -28
- pulumi_oci/database/external_pluggable_database_management.py +37 -7
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +21 -4
- pulumi_oci/database/get_autonomous_container_database.py +4 -2
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -2
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +21 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +3 -3
- pulumi_oci/database/get_autonomous_databases.py +39 -2
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +3 -3
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +1 -1
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_histories.py +2 -2
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +1 -1
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +1 -1
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +1 -1
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_nodes.py +1 -1
- pulumi_oci/database/get_db_server.py +1 -1
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +1 -1
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +1 -1
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_versions.py +1 -1
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +1 -1
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +2 -2
- pulumi_oci/database/get_maintenance_runs.py +2 -2
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +1 -1
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +1 -1
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_vm_cluster.py +1 -1
- pulumi_oci/database/get_vm_cluster_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +66 -15
- pulumi_oci/database/maintenance_run.py +152 -48
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12935 -3083
- pulumi_oci/database/pluggable_database.py +91 -25
- pulumi_oci/database/pluggable_database_managements_management.py +114 -31
- pulumi_oci/database/pluggable_databases_local_clone.py +85 -23
- pulumi_oci/database/pluggable_databases_remote_clone.py +97 -27
- pulumi_oci/database/vm_cluster.py +171 -50
- pulumi_oci/database/vm_cluster_add_virtual_network.py +109 -31
- pulumi_oci/database/vm_cluster_network.py +103 -29
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +103 -29
- pulumi_oci/databasemanagement/_inputs.py +1848 -402
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +67 -17
- pulumi_oci/databasemanagement/external_asm.py +73 -19
- pulumi_oci/databasemanagement/external_cluster.py +79 -21
- pulumi_oci/databasemanagement/external_cluster_instance.py +73 -19
- pulumi_oci/databasemanagement/external_db_node.py +70 -18
- pulumi_oci/databasemanagement/external_db_system.py +80 -18
- pulumi_oci/databasemanagement/external_db_system_connector.py +73 -19
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +37 -7
- pulumi_oci/databasemanagement/external_db_system_discovery.py +67 -17
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +43 -9
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +91 -25
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +37 -7
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +84 -21
- pulumi_oci/databasemanagement/external_listener.py +100 -28
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/managed_database_group.py +52 -12
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/outputs.py +7869 -1808
- pulumi_oci/databasemigration/_inputs.py +962 -150
- pulumi_oci/databasemigration/agent.py +82 -22
- pulumi_oci/databasemigration/connection.py +163 -39
- pulumi_oci/databasemigration/get_agent.py +1 -1
- pulumi_oci/databasemigration/get_agent_images.py +1 -1
- pulumi_oci/databasemigration/get_agents.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +12 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +1 -1
- pulumi_oci/databasemigration/job.py +70 -18
- pulumi_oci/databasemigration/migration.py +238 -48
- pulumi_oci/databasemigration/outputs.py +2788 -458
- pulumi_oci/databasetools/_inputs.py +137 -23
- pulumi_oci/databasetools/database_tools_connection.py +116 -30
- pulumi_oci/databasetools/database_tools_private_endpoint.py +103 -29
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +514 -102
- pulumi_oci/datacatalog/_inputs.py +97 -19
- pulumi_oci/datacatalog/catalog.py +70 -18
- pulumi_oci/datacatalog/catalog_private_endpoint.py +70 -18
- pulumi_oci/datacatalog/connection.py +94 -39
- pulumi_oci/datacatalog/data_asset.py +79 -34
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +67 -17
- pulumi_oci/datacatalog/outputs.py +403 -100
- pulumi_oci/dataflow/_inputs.py +421 -78
- pulumi_oci/dataflow/application.py +217 -62
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +241 -70
- pulumi_oci/dataflow/outputs.py +1579 -345
- pulumi_oci/dataflow/pool.py +91 -25
- pulumi_oci/dataflow/private_endpoint.py +97 -27
- pulumi_oci/dataflow/run_statement.py +46 -10
- pulumi_oci/dataflow/sql_endpoint.py +151 -40
- pulumi_oci/dataintegration/_inputs.py +530 -119
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1752 -412
- pulumi_oci/dataintegration/workspace.py +139 -41
- pulumi_oci/dataintegration/workspace_application.py +146 -40
- pulumi_oci/dataintegration/workspace_folder.py +99 -26
- pulumi_oci/dataintegration/workspace_project.py +93 -24
- pulumi_oci/datalabellingservice/_inputs.py +160 -29
- pulumi_oci/datalabellingservice/dataset.py +134 -31
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +518 -96
- pulumi_oci/datasafe/_inputs.py +1508 -333
- pulumi_oci/datasafe/add_sdm_columns.py +25 -3
- pulumi_oci/datasafe/alert.py +103 -29
- pulumi_oci/datasafe/audit_archive_retrieval.py +91 -25
- pulumi_oci/datasafe/audit_policy.py +100 -28
- pulumi_oci/datasafe/audit_profile.py +100 -28
- pulumi_oci/datasafe/audit_trail.py +103 -29
- pulumi_oci/datasafe/compare_security_assessment.py +31 -5
- pulumi_oci/datasafe/compare_user_assessment.py +31 -5
- pulumi_oci/datasafe/data_safe_configuration.py +52 -12
- pulumi_oci/datasafe/data_safe_private_endpoint.py +88 -24
- pulumi_oci/datasafe/discovery_jobs_result.py +82 -25
- pulumi_oci/datasafe/discovery_mod.py +124 -36
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +27 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +73 -19
- pulumi_oci/datasafe/mask_data.py +31 -5
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +31 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +94 -26
- pulumi_oci/datasafe/masking_policy.py +112 -32
- pulumi_oci/datasafe/on_prem_connector.py +67 -17
- pulumi_oci/datasafe/outputs.py +6826 -1649
- pulumi_oci/datasafe/report_definition.py +127 -37
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +70 -18
- pulumi_oci/datasafe/security_assessment.py +115 -33
- pulumi_oci/datasafe/sensitive_data_model.py +109 -31
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +31 -5
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +124 -36
- pulumi_oci/datasafe/sensitive_type.py +112 -32
- pulumi_oci/datasafe/set_security_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/set_user_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/target_alert_policy_association.py +79 -21
- pulumi_oci/datasafe/target_database.py +111 -25
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/user_assessment.py +109 -31
- pulumi_oci/datascience/__init__.py +3 -0
- pulumi_oci/datascience/_inputs.py +1035 -188
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +297 -0
- pulumi_oci/datascience/get_private_endpoints.py +216 -0
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/job.py +133 -34
- pulumi_oci/datascience/job_run.py +107 -27
- pulumi_oci/datascience/model.py +118 -34
- pulumi_oci/datascience/model_artifact_export.py +55 -13
- pulumi_oci/datascience/model_artifact_import.py +55 -13
- pulumi_oci/datascience/model_deployment.py +95 -23
- pulumi_oci/datascience/model_provenance.py +61 -15
- pulumi_oci/datascience/model_version_set.py +67 -17
- pulumi_oci/datascience/notebook_session.py +104 -23
- pulumi_oci/datascience/outputs.py +3349 -646
- pulumi_oci/datascience/pipeline.py +129 -31
- pulumi_oci/datascience/pipeline_run.py +125 -33
- pulumi_oci/datascience/private_endpoint.py +850 -0
- pulumi_oci/datascience/project.py +58 -14
- pulumi_oci/devops/_inputs.py +1616 -278
- pulumi_oci/devops/build_pipeline.py +78 -19
- pulumi_oci/devops/build_pipeline_stage.py +178 -44
- pulumi_oci/devops/build_run.py +95 -23
- pulumi_oci/devops/connection.py +108 -29
- pulumi_oci/devops/deploy_artifact.py +90 -23
- pulumi_oci/devops/deploy_environment.py +107 -27
- pulumi_oci/devops/deploy_pipeline.py +84 -21
- pulumi_oci/devops/deploy_stage.py +480 -128
- pulumi_oci/devops/deployment.py +130 -33
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +5561 -1068
- pulumi_oci/devops/project.py +78 -19
- pulumi_oci/devops/repository.py +114 -31
- pulumi_oci/devops/repository_mirror.py +25 -3
- pulumi_oci/devops/repository_ref.py +58 -14
- pulumi_oci/devops/trigger.py +94 -26
- pulumi_oci/disasterrecovery/_inputs.py +362 -84
- pulumi_oci/disasterrecovery/dr_plan.py +76 -20
- pulumi_oci/disasterrecovery/dr_plan_execution.py +99 -26
- pulumi_oci/disasterrecovery/dr_protection_group.py +101 -25
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1198 -288
- pulumi_oci/dns/_inputs.py +462 -94
- pulumi_oci/dns/action_create_zone_from_zone_file.py +85 -23
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1297 -300
- pulumi_oci/dns/record.py +64 -25
- pulumi_oci/dns/resolver.py +91 -25
- pulumi_oci/dns/resolver_endpoint.py +94 -26
- pulumi_oci/dns/rrset.py +61 -15
- pulumi_oci/dns/steering_policy.py +82 -22
- pulumi_oci/dns/steering_policy_attachment.py +58 -14
- pulumi_oci/dns/tsig_key.py +67 -17
- pulumi_oci/dns/view.py +64 -16
- pulumi_oci/dns/zone.py +97 -27
- pulumi_oci/email/_inputs.py +65 -13
- pulumi_oci/email/dkim.py +76 -20
- pulumi_oci/email/email_domain.py +64 -16
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +245 -59
- pulumi_oci/email/sender.py +55 -13
- pulumi_oci/email/suppression.py +49 -11
- pulumi_oci/emwarehouse/_inputs.py +33 -7
- pulumi_oci/emwarehouse/em_warehouse.py +82 -22
- pulumi_oci/emwarehouse/get_em_warehouse.py +1 -1
- pulumi_oci/emwarehouse/get_em_warehouses.py +1 -1
- pulumi_oci/emwarehouse/get_etl_run.py +1 -1
- pulumi_oci/emwarehouse/get_etl_runs.py +1 -1
- pulumi_oci/emwarehouse/get_resource_usage.py +1 -1
- pulumi_oci/emwarehouse/outputs.py +217 -52
- pulumi_oci/events/_inputs.py +61 -14
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +192 -46
- pulumi_oci/events/rule.py +81 -20
- pulumi_oci/filestorage/_inputs.py +289 -62
- pulumi_oci/filestorage/export.py +55 -13
- pulumi_oci/filestorage/export_set.py +58 -14
- pulumi_oci/filestorage/file_system.py +95 -27
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +70 -18
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +116 -30
- pulumi_oci/filestorage/outbound_connector.py +85 -23
- pulumi_oci/filestorage/outputs.py +915 -231
- pulumi_oci/filestorage/replication.py +88 -24
- pulumi_oci/filestorage/snapshot.py +73 -19
- pulumi_oci/functions/_inputs.py +281 -50
- pulumi_oci/functions/application.py +104 -26
- pulumi_oci/functions/function.py +124 -31
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +67 -17
- pulumi_oci/functions/outputs.py +1740 -359
- pulumi_oci/fusionapps/_inputs.py +170 -34
- pulumi_oci/fusionapps/fusion_environment.py +149 -41
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +58 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +40 -8
- pulumi_oci/fusionapps/fusion_environment_family.py +81 -20
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +64 -16
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +67 -17
- pulumi_oci/fusionapps/outputs.py +170 -34
- pulumi_oci/genericartifactscontent/artifact_by_path.py +76 -20
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/goldengate/_inputs.py +310 -62
- pulumi_oci/goldengate/connection.py +433 -139
- pulumi_oci/goldengate/connection_assignment.py +46 -10
- pulumi_oci/goldengate/database_registration.py +148 -44
- pulumi_oci/goldengate/deployment.py +197 -69
- pulumi_oci/goldengate/deployment_backup.py +100 -28
- pulumi_oci/goldengate/get_connection.py +1 -1
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -1
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +1529 -375
- pulumi_oci/healthchecks/_inputs.py +81 -16
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +112 -32
- pulumi_oci/healthchecks/http_probe.py +82 -22
- pulumi_oci/healthchecks/outputs.py +455 -115
- pulumi_oci/healthchecks/ping_monitor.py +94 -26
- pulumi_oci/healthchecks/ping_probe.py +64 -16
- pulumi_oci/identity/_inputs.py +6778 -1455
- pulumi_oci/identity/api_key.py +43 -9
- pulumi_oci/identity/auth_token.py +46 -10
- pulumi_oci/identity/authentication_policy.py +47 -7
- pulumi_oci/identity/compartment.py +67 -17
- pulumi_oci/identity/customer_secret_key.py +46 -10
- pulumi_oci/identity/db_credential.py +49 -11
- pulumi_oci/identity/domain.py +127 -37
- pulumi_oci/identity/domain_replication_to_region.py +31 -5
- pulumi_oci/identity/domains_account_recovery_setting.py +124 -36
- pulumi_oci/identity/domains_api_key.py +131 -35
- pulumi_oci/identity/domains_app.py +772 -217
- pulumi_oci/identity/domains_app_role.py +165 -48
- pulumi_oci/identity/domains_auth_token.py +134 -36
- pulumi_oci/identity/domains_authentication_factor_setting.py +297 -77
- pulumi_oci/identity/domains_customer_secret_key.py +143 -39
- pulumi_oci/identity/domains_dynamic_resource_group.py +129 -36
- pulumi_oci/identity/domains_grant.py +159 -41
- pulumi_oci/identity/domains_group.py +176 -45
- pulumi_oci/identity/domains_identity_provider.py +384 -116
- pulumi_oci/identity/domains_identity_setting.py +172 -47
- pulumi_oci/identity/domains_kmsi_setting.py +148 -44
- pulumi_oci/identity/domains_my_api_key.py +108 -29
- pulumi_oci/identity/domains_my_auth_token.py +111 -30
- pulumi_oci/identity/domains_my_customer_secret_key.py +120 -33
- pulumi_oci/identity/domains_my_oauth2client_credential.py +129 -36
- pulumi_oci/identity/domains_my_request.py +128 -34
- pulumi_oci/identity/domains_my_smtp_credential.py +114 -31
- pulumi_oci/identity/domains_my_support_account.py +105 -28
- pulumi_oci/identity/domains_my_user_db_credential.py +135 -38
- pulumi_oci/identity/domains_oauth2client_credential.py +152 -42
- pulumi_oci/identity/domains_password_policy.py +319 -101
- pulumi_oci/identity/domains_security_question.py +118 -34
- pulumi_oci/identity/domains_security_question_setting.py +130 -38
- pulumi_oci/identity/domains_smtp_credential.py +137 -37
- pulumi_oci/identity/domains_user.py +430 -108
- pulumi_oci/identity/domains_user_db_credential.py +158 -44
- pulumi_oci/identity/dynamic_group.py +64 -16
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +58 -14
- pulumi_oci/identity/identity_provider.py +94 -26
- pulumi_oci/identity/idp_group_mapping.py +49 -11
- pulumi_oci/identity/import_standard_tags_management.py +34 -6
- pulumi_oci/identity/network_source.py +76 -20
- pulumi_oci/identity/outputs.py +26012 -6023
- pulumi_oci/identity/policy.py +79 -21
- pulumi_oci/identity/smtp_credential.py +49 -11
- pulumi_oci/identity/tag.py +78 -19
- pulumi_oci/identity/tag_default.py +55 -13
- pulumi_oci/identity/tag_namespace.py +61 -15
- pulumi_oci/identity/ui_password.py +37 -7
- pulumi_oci/identity/user.py +85 -23
- pulumi_oci/identity/user_capabilities_management.py +55 -13
- pulumi_oci/identity/user_group_membership.py +46 -10
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +34 -6
- pulumi_oci/integration/_inputs.py +131 -28
- pulumi_oci/integration/get_integration_instance.py +12 -2
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +202 -41
- pulumi_oci/integration/outputs.py +447 -100
- pulumi_oci/jms/_inputs.py +187 -35
- pulumi_oci/jms/fleet.py +101 -25
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/outputs.py +1287 -278
- pulumi_oci/kms/__init__.py +3 -0
- pulumi_oci/kms/_inputs.py +664 -42
- pulumi_oci/kms/ekms_private_endpoint.py +769 -0
- pulumi_oci/kms/encrypted_data.py +71 -23
- pulumi_oci/kms/generated_key.py +69 -16
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +274 -0
- pulumi_oci/kms/get_ekms_private_endpoints.py +136 -0
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +27 -4
- pulumi_oci/kms/get_key_version.py +29 -3
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +5 -5
- pulumi_oci/kms/get_replication_status.py +4 -1
- pulumi_oci/kms/get_vault.py +27 -4
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +224 -91
- pulumi_oci/kms/key_version.py +152 -43
- pulumi_oci/kms/outputs.py +2104 -173
- pulumi_oci/kms/sign.py +75 -29
- pulumi_oci/kms/vault.py +216 -34
- pulumi_oci/kms/vault_verification.py +31 -5
- pulumi_oci/kms/verify.py +83 -33
- pulumi_oci/licensemanager/_inputs.py +55 -12
- pulumi_oci/licensemanager/configuration.py +37 -7
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +100 -28
- pulumi_oci/licensemanager/outputs.py +362 -91
- pulumi_oci/licensemanager/product_license.py +103 -29
- pulumi_oci/limits/_inputs.py +84 -17
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +228 -51
- pulumi_oci/limits/quota.py +70 -18
- pulumi_oci/loadbalancer/_inputs.py +575 -132
- pulumi_oci/loadbalancer/backend.py +73 -19
- pulumi_oci/loadbalancer/backend_set.py +87 -17
- pulumi_oci/loadbalancer/certificate.py +58 -14
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +40 -8
- pulumi_oci/loadbalancer/listener.py +98 -24
- pulumi_oci/loadbalancer/load_balancer.py +105 -28
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +46 -10
- pulumi_oci/loadbalancer/outputs.py +1420 -325
- pulumi_oci/loadbalancer/path_route_set.py +40 -8
- pulumi_oci/loadbalancer/rule_set.py +40 -8
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +40 -21
- pulumi_oci/loganalytics/_inputs.py +375 -79
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +1 -1
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +115 -33
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +58 -14
- pulumi_oci/loganalytics/log_analytics_log_group.py +61 -15
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +163 -49
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +31 -5
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +43 -9
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +43 -9
- pulumi_oci/loganalytics/namespace.py +37 -7
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +87 -22
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +37 -7
- pulumi_oci/loganalytics/namespace_scheduled_task.py +110 -28
- pulumi_oci/loganalytics/outputs.py +1401 -316
- pulumi_oci/logging/_inputs.py +284 -65
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +87 -22
- pulumi_oci/logging/log_group.py +58 -14
- pulumi_oci/logging/log_saved_search.py +64 -16
- pulumi_oci/logging/outputs.py +718 -170
- pulumi_oci/logging/unified_agent_configuration.py +89 -21
- pulumi_oci/managementagent/_inputs.py +125 -26
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +112 -32
- pulumi_oci/managementagent/management_agent_install_key.py +70 -18
- pulumi_oci/managementagent/outputs.py +520 -125
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +31 -5
- pulumi_oci/marketplace/_inputs.py +238 -45
- pulumi_oci/marketplace/accepted_agreement.py +70 -18
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +55 -13
- pulumi_oci/marketplace/outputs.py +1266 -257
- pulumi_oci/marketplace/publication.py +99 -26
- pulumi_oci/mediaservices/_inputs.py +274 -57
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +139 -41
- pulumi_oci/mediaservices/media_workflow.py +79 -21
- pulumi_oci/mediaservices/media_workflow_configuration.py +64 -16
- pulumi_oci/mediaservices/media_workflow_job.py +103 -29
- pulumi_oci/mediaservices/outputs.py +1093 -253
- pulumi_oci/mediaservices/stream_cdn_config.py +78 -19
- pulumi_oci/mediaservices/stream_distribution_channel.py +58 -14
- pulumi_oci/mediaservices/stream_packaging_config.py +81 -20
- pulumi_oci/meteringcomputation/_inputs.py +440 -103
- pulumi_oci/meteringcomputation/custom_table.py +42 -7
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +1 -1
- pulumi_oci/meteringcomputation/get_schedules.py +1 -1
- pulumi_oci/meteringcomputation/outputs.py +1074 -242
- pulumi_oci/meteringcomputation/query.py +36 -5
- pulumi_oci/meteringcomputation/schedule.py +107 -27
- pulumi_oci/meteringcomputation/usage.py +93 -24
- pulumi_oci/monitoring/_inputs.py +81 -16
- pulumi_oci/monitoring/alarm.py +147 -42
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +333 -79
- pulumi_oci/mysql/_inputs.py +1053 -242
- pulumi_oci/mysql/channel.py +89 -21
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_backups.py +1 -1
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +1 -1
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +43 -3
- pulumi_oci/mysql/get_replicas.py +39 -2
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +61 -15
- pulumi_oci/mysql/mysql_backup.py +97 -27
- pulumi_oci/mysql/mysql_configuration.py +95 -23
- pulumi_oci/mysql/mysql_db_system.py +217 -62
- pulumi_oci/mysql/outputs.py +3298 -788
- pulumi_oci/mysql/replica.py +245 -65
- pulumi_oci/networkfirewall/_inputs.py +239 -50
- pulumi_oci/networkfirewall/get_network_firewall.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +94 -26
- pulumi_oci/networkfirewall/network_firewall_policy.py +103 -29
- pulumi_oci/networkfirewall/outputs.py +787 -172
- pulumi_oci/networkloadbalancer/_inputs.py +272 -61
- pulumi_oci/networkloadbalancer/backend.py +79 -21
- pulumi_oci/networkloadbalancer/backend_set.py +63 -14
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +55 -13
- pulumi_oci/networkloadbalancer/network_load_balancer.py +97 -27
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +66 -15
- pulumi_oci/networkloadbalancer/outputs.py +716 -160
- pulumi_oci/nosql/_inputs.py +131 -28
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +61 -15
- pulumi_oci/nosql/outputs.py +416 -95
- pulumi_oci/nosql/table.py +87 -22
- pulumi_oci/objectstorage/_inputs.py +210 -45
- pulumi_oci/objectstorage/bucket.py +124 -36
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +37 -7
- pulumi_oci/objectstorage/object_lifecycle_policy.py +40 -8
- pulumi_oci/objectstorage/outputs.py +576 -139
- pulumi_oci/objectstorage/preauthrequest.py +79 -24
- pulumi_oci/objectstorage/replication_policy.py +67 -20
- pulumi_oci/objectstorage/storage_object.py +132 -37
- pulumi_oci/oce/_inputs.py +17 -4
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +148 -44
- pulumi_oci/oce/outputs.py +105 -31
- pulumi_oci/ocvp/_inputs.py +139 -26
- pulumi_oci/ocvp/esxi_host.py +139 -54
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +587 -145
- pulumi_oci/ocvp/sddc.py +289 -91
- pulumi_oci/oda/_inputs.py +94 -18
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +112 -32
- pulumi_oci/oda/oda_private_endpoint.py +70 -18
- pulumi_oci/oda/oda_private_endpoint_attachment.py +43 -9
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +49 -11
- pulumi_oci/oda/outputs.py +354 -79
- pulumi_oci/onesubsription/_inputs.py +161 -31
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +3104 -809
- pulumi_oci/ons/_inputs.py +33 -7
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +67 -17
- pulumi_oci/ons/outputs.py +139 -33
- pulumi_oci/ons/subscription.py +70 -18
- pulumi_oci/opa/_inputs.py +39 -9
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +109 -31
- pulumi_oci/opa/outputs.py +163 -41
- pulumi_oci/opensearch/_inputs.py +33 -7
- pulumi_oci/opensearch/cluster.py +217 -67
- pulumi_oci/opensearch/get_opensearch_cluster.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/outputs.py +200 -51
- pulumi_oci/operatoraccesscontrol/_inputs.py +65 -13
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +112 -32
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +151 -45
- pulumi_oci/operatoraccesscontrol/outputs.py +451 -116
- pulumi_oci/opsi/_inputs.py +476 -101
- pulumi_oci/opsi/awr_hub.py +73 -19
- pulumi_oci/opsi/database_insight.py +193 -54
- pulumi_oci/opsi/enterprise_manager_bridge.py +76 -20
- pulumi_oci/opsi/exadata_insight.py +130 -38
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +130 -38
- pulumi_oci/opsi/news_report.py +99 -26
- pulumi_oci/opsi/operations_insights_private_endpoint.py +94 -26
- pulumi_oci/opsi/operations_insights_warehouse.py +85 -23
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +31 -5
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +25 -3
- pulumi_oci/opsi/operations_insights_warehouse_user.py +88 -24
- pulumi_oci/opsi/opsi_configuration.py +103 -29
- pulumi_oci/opsi/outputs.py +2124 -508
- pulumi_oci/optimizer/_inputs.py +240 -41
- pulumi_oci/optimizer/enrollment_status.py +46 -10
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1112 -222
- pulumi_oci/optimizer/profile.py +97 -22
- pulumi_oci/optimizer/recommendation.py +76 -20
- pulumi_oci/optimizer/resource_action.py +82 -22
- pulumi_oci/osmanagement/_inputs.py +211 -36
- pulumi_oci/osmanagement/get_managed_instance.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_managed_instances.py +1 -1
- pulumi_oci/osmanagement/get_software_source.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_sources.py +1 -1
- pulumi_oci/osmanagement/managed_instance.py +106 -30
- pulumi_oci/osmanagement/managed_instance_group.py +64 -16
- pulumi_oci/osmanagement/managed_instance_management.py +78 -19
- pulumi_oci/osmanagement/outputs.py +644 -136
- pulumi_oci/osmanagement/software_source.py +115 -33
- pulumi_oci/ospgateway/_inputs.py +544 -147
- pulumi_oci/ospgateway/address_action_verification.py +196 -60
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +2149 -563
- pulumi_oci/ospgateway/subscription.py +114 -31
- pulumi_oci/osubbillingschedule/_inputs.py +17 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +73 -18
- pulumi_oci/osuborganizationsubscription/_inputs.py +17 -4
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +64 -15
- pulumi_oci/osubsubscription/_inputs.py +49 -10
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +326 -79
- pulumi_oci/osubusage/_inputs.py +33 -7
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +354 -93
- pulumi_oci/provider.py +51 -14
- pulumi_oci/queue/_inputs.py +17 -4
- pulumi_oci/queue/get_queue.py +28 -15
- pulumi_oci/queue/get_queues.py +11 -11
- pulumi_oci/queue/outputs.py +116 -38
- pulumi_oci/queue/queue.py +211 -84
- pulumi_oci/recoverymod/_inputs.py +90 -19
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +361 -86
- pulumi_oci/recoverymod/protected_database.py +115 -33
- pulumi_oci/recoverymod/protection_policy.py +67 -17
- pulumi_oci/recoverymod/recovery_service_subnet.py +70 -18
- pulumi_oci/resourcemanager/_inputs.py +33 -7
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +161 -38
- pulumi_oci/resourcemanager/private_endpoint.py +88 -24
- pulumi_oci/sch/_inputs.py +220 -46
- pulumi_oci/sch/connector.py +95 -23
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +685 -145
- pulumi_oci/secrets/_inputs.py +17 -4
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +58 -13
- pulumi_oci/servicecatalog/_inputs.py +97 -19
- pulumi_oci/servicecatalog/catalog.py +52 -12
- pulumi_oci/servicecatalog/catalog_association.py +40 -8
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +334 -70
- pulumi_oci/servicecatalog/private_application.py +87 -22
- pulumi_oci/servicemanagerproxy/_inputs.py +17 -4
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +125 -26
- pulumi_oci/servicemesh/_inputs.py +493 -95
- pulumi_oci/servicemesh/access_policy.py +76 -20
- pulumi_oci/servicemesh/get_access_policies.py +1 -1
- pulumi_oci/servicemesh/get_access_policy.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateways.py +1 -1
- pulumi_oci/servicemesh/get_mesh.py +1 -1
- pulumi_oci/servicemesh/get_meshes.py +1 -1
- pulumi_oci/servicemesh/get_proxy_detail.py +21 -1
- pulumi_oci/servicemesh/get_virtual_deployment.py +1 -1
- pulumi_oci/servicemesh/get_virtual_deployments.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_virtual_services.py +1 -1
- pulumi_oci/servicemesh/ingress_gateway.py +98 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +82 -22
- pulumi_oci/servicemesh/mesh.py +81 -20
- pulumi_oci/servicemesh/outputs.py +1669 -347
- pulumi_oci/servicemesh/virtual_deployment.py +98 -24
- pulumi_oci/servicemesh/virtual_service.py +98 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +82 -22
- pulumi_oci/stackmonitoring/__init__.py +3 -0
- pulumi_oci/stackmonitoring/_inputs.py +548 -105
- pulumi_oci/stackmonitoring/config.py +697 -0
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +248 -0
- pulumi_oci/stackmonitoring/get_configs.py +193 -0
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +151 -40
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +58 -14
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +40 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +124 -36
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +70 -18
- pulumi_oci/stackmonitoring/outputs.py +1085 -177
- pulumi_oci/streaming/_inputs.py +97 -19
- pulumi_oci/streaming/connect_harness.py +52 -12
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +313 -70
- pulumi_oci/streaming/stream.py +73 -19
- pulumi_oci/streaming/stream_pool.py +91 -20
- pulumi_oci/usageproxy/_inputs.py +129 -25
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +682 -151
- pulumi_oci/usageproxy/subscription_redeemable_user.py +43 -9
- pulumi_oci/vault/_inputs.py +58 -13
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +198 -48
- pulumi_oci/vault/secret.py +102 -27
- pulumi_oci/vbs/_inputs.py +17 -4
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +85 -23
- pulumi_oci/vbs/outputs.py +79 -20
- pulumi_oci/visualbuilder/_inputs.py +93 -20
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +360 -81
- pulumi_oci/visualbuilder/vb_instance.py +120 -33
- pulumi_oci/vnmonitoring/_inputs.py +229 -56
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +500 -123
- pulumi_oci/vnmonitoring/path_analysi.py +93 -19
- pulumi_oci/vnmonitoring/path_analyzer_test.py +105 -23
- pulumi_oci/vulnerabilityscanning/_inputs.py +220 -39
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +72 -17
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +78 -19
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +99 -21
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +79 -21
- pulumi_oci/vulnerabilityscanning/outputs.py +770 -150
- pulumi_oci/waa/_inputs.py +63 -10
- pulumi_oci/waa/app_acceleration.py +79 -21
- pulumi_oci/waa/app_acceleration_policy.py +83 -19
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +232 -43
- pulumi_oci/waas/_inputs.py +960 -225
- pulumi_oci/waas/address_list.py +58 -14
- pulumi_oci/waas/certificate.py +97 -27
- pulumi_oci/waas/custom_protection_rule.py +64 -16
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +72 -17
- pulumi_oci/waas/outputs.py +2925 -705
- pulumi_oci/waas/policy.py +98 -24
- pulumi_oci/waas/protection_rule.py +55 -13
- pulumi_oci/waas/purge_cache.py +31 -5
- pulumi_oci/waf/_inputs.py +500 -102
- pulumi_oci/waf/app_firewall.py +79 -21
- pulumi_oci/waf/app_firewall_policy.py +122 -27
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +79 -21
- pulumi_oci/waf/outputs.py +1595 -334
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/METADATA +1 -1
- pulumi_oci-1.12.0.dist-info/RECORD +2330 -0
- pulumi_oci-1.11.0a1695814503.dist-info/RECORD +0 -2312
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
pulumi_oci/devops/_inputs.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
|
|
12
12
|
__all__ = [
|
@@ -131,7 +131,16 @@ class BuildPipelineBuildPipelineParametersArgs:
|
|
131
131
|
"""
|
132
132
|
:param pulumi.Input[Sequence[pulumi.Input['BuildPipelineBuildPipelineParametersItemArgs']]] items: (Updatable) List of parameters defined for a build pipeline.
|
133
133
|
"""
|
134
|
-
|
134
|
+
BuildPipelineBuildPipelineParametersArgs._configure(
|
135
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
136
|
+
items=items,
|
137
|
+
)
|
138
|
+
@staticmethod
|
139
|
+
def _configure(
|
140
|
+
_setter: Callable[[Any, Any], None],
|
141
|
+
items: pulumi.Input[Sequence[pulumi.Input['BuildPipelineBuildPipelineParametersItemArgs']]],
|
142
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
143
|
+
_setter("items", items)
|
135
144
|
|
136
145
|
@property
|
137
146
|
@pulumi.getter
|
@@ -157,10 +166,23 @@ class BuildPipelineBuildPipelineParametersItemArgs:
|
|
157
166
|
:param pulumi.Input[str] name: (Updatable) Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'
|
158
167
|
:param pulumi.Input[str] description: (Updatable) Optional description about the build pipeline.
|
159
168
|
"""
|
160
|
-
|
161
|
-
|
169
|
+
BuildPipelineBuildPipelineParametersItemArgs._configure(
|
170
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
171
|
+
default_value=default_value,
|
172
|
+
name=name,
|
173
|
+
description=description,
|
174
|
+
)
|
175
|
+
@staticmethod
|
176
|
+
def _configure(
|
177
|
+
_setter: Callable[[Any, Any], None],
|
178
|
+
default_value: pulumi.Input[str],
|
179
|
+
name: pulumi.Input[str],
|
180
|
+
description: Optional[pulumi.Input[str]] = None,
|
181
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
182
|
+
_setter("default_value", default_value)
|
183
|
+
_setter("name", name)
|
162
184
|
if description is not None:
|
163
|
-
|
185
|
+
_setter("description", description)
|
164
186
|
|
165
187
|
@property
|
166
188
|
@pulumi.getter(name="defaultValue")
|
@@ -206,7 +228,16 @@ class BuildPipelineStageBuildPipelineStagePredecessorCollectionArgs:
|
|
206
228
|
"""
|
207
229
|
:param pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageBuildPipelineStagePredecessorCollectionItemArgs']]] items: (Updatable) Collection of artifacts that were generated in the Build stage and need to be pushed to the artifactory stores. In case of UPDATE operation, replaces existing artifacts list. Merging with existing artifacts is not supported.
|
208
230
|
"""
|
209
|
-
|
231
|
+
BuildPipelineStageBuildPipelineStagePredecessorCollectionArgs._configure(
|
232
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
233
|
+
items=items,
|
234
|
+
)
|
235
|
+
@staticmethod
|
236
|
+
def _configure(
|
237
|
+
_setter: Callable[[Any, Any], None],
|
238
|
+
items: pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageBuildPipelineStagePredecessorCollectionItemArgs']]],
|
239
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
240
|
+
_setter("items", items)
|
210
241
|
|
211
242
|
@property
|
212
243
|
@pulumi.getter
|
@@ -228,7 +259,16 @@ class BuildPipelineStageBuildPipelineStagePredecessorCollectionItemArgs:
|
|
228
259
|
"""
|
229
260
|
:param pulumi.Input[str] id: (Updatable) The OCID of the predecessor stage. If a stage is the first stage in the pipeline, then the ID is the pipeline's OCID.
|
230
261
|
"""
|
231
|
-
|
262
|
+
BuildPipelineStageBuildPipelineStagePredecessorCollectionItemArgs._configure(
|
263
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
264
|
+
id=id,
|
265
|
+
)
|
266
|
+
@staticmethod
|
267
|
+
def _configure(
|
268
|
+
_setter: Callable[[Any, Any], None],
|
269
|
+
id: pulumi.Input[str],
|
270
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
271
|
+
_setter("id", id)
|
232
272
|
|
233
273
|
@property
|
234
274
|
@pulumi.getter
|
@@ -254,11 +294,24 @@ class BuildPipelineStageBuildRunnerShapeConfigArgs:
|
|
254
294
|
:param pulumi.Input[int] memory_in_gbs: (Updatable) The total amount of memory set for the instance in gigabytes.
|
255
295
|
:param pulumi.Input[int] ocpus: (Updatable) The total number of OCPUs set for the instance.
|
256
296
|
"""
|
257
|
-
|
297
|
+
BuildPipelineStageBuildRunnerShapeConfigArgs._configure(
|
298
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
299
|
+
build_runner_type=build_runner_type,
|
300
|
+
memory_in_gbs=memory_in_gbs,
|
301
|
+
ocpus=ocpus,
|
302
|
+
)
|
303
|
+
@staticmethod
|
304
|
+
def _configure(
|
305
|
+
_setter: Callable[[Any, Any], None],
|
306
|
+
build_runner_type: pulumi.Input[str],
|
307
|
+
memory_in_gbs: Optional[pulumi.Input[int]] = None,
|
308
|
+
ocpus: Optional[pulumi.Input[int]] = None,
|
309
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
310
|
+
_setter("build_runner_type", build_runner_type)
|
258
311
|
if memory_in_gbs is not None:
|
259
|
-
|
312
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
260
313
|
if ocpus is not None:
|
261
|
-
|
314
|
+
_setter("ocpus", ocpus)
|
262
315
|
|
263
316
|
@property
|
264
317
|
@pulumi.getter(name="buildRunnerType")
|
@@ -304,8 +357,17 @@ class BuildPipelineStageBuildSourceCollectionArgs:
|
|
304
357
|
"""
|
305
358
|
:param pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageBuildSourceCollectionItemArgs']]] items: (Updatable) Collection of artifacts that were generated in the Build stage and need to be pushed to the artifactory stores. In case of UPDATE operation, replaces existing artifacts list. Merging with existing artifacts is not supported.
|
306
359
|
"""
|
360
|
+
BuildPipelineStageBuildSourceCollectionArgs._configure(
|
361
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
362
|
+
items=items,
|
363
|
+
)
|
364
|
+
@staticmethod
|
365
|
+
def _configure(
|
366
|
+
_setter: Callable[[Any, Any], None],
|
367
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageBuildSourceCollectionItemArgs']]]] = None,
|
368
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
307
369
|
if items is not None:
|
308
|
-
|
370
|
+
_setter("items", items)
|
309
371
|
|
310
372
|
@property
|
311
373
|
@pulumi.getter
|
@@ -337,17 +399,36 @@ class BuildPipelineStageBuildSourceCollectionItemArgs:
|
|
337
399
|
:param pulumi.Input[str] repository_id: (Updatable) The DevOps code repository ID.
|
338
400
|
:param pulumi.Input[str] repository_url: (Updatable) URL for the repository.
|
339
401
|
"""
|
340
|
-
|
402
|
+
BuildPipelineStageBuildSourceCollectionItemArgs._configure(
|
403
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
404
|
+
connection_type=connection_type,
|
405
|
+
branch=branch,
|
406
|
+
connection_id=connection_id,
|
407
|
+
name=name,
|
408
|
+
repository_id=repository_id,
|
409
|
+
repository_url=repository_url,
|
410
|
+
)
|
411
|
+
@staticmethod
|
412
|
+
def _configure(
|
413
|
+
_setter: Callable[[Any, Any], None],
|
414
|
+
connection_type: pulumi.Input[str],
|
415
|
+
branch: Optional[pulumi.Input[str]] = None,
|
416
|
+
connection_id: Optional[pulumi.Input[str]] = None,
|
417
|
+
name: Optional[pulumi.Input[str]] = None,
|
418
|
+
repository_id: Optional[pulumi.Input[str]] = None,
|
419
|
+
repository_url: Optional[pulumi.Input[str]] = None,
|
420
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
421
|
+
_setter("connection_type", connection_type)
|
341
422
|
if branch is not None:
|
342
|
-
|
423
|
+
_setter("branch", branch)
|
343
424
|
if connection_id is not None:
|
344
|
-
|
425
|
+
_setter("connection_id", connection_id)
|
345
426
|
if name is not None:
|
346
|
-
|
427
|
+
_setter("name", name)
|
347
428
|
if repository_id is not None:
|
348
|
-
|
429
|
+
_setter("repository_id", repository_id)
|
349
430
|
if repository_url is not None:
|
350
|
-
|
431
|
+
_setter("repository_url", repository_url)
|
351
432
|
|
352
433
|
@property
|
353
434
|
@pulumi.getter(name="connectionType")
|
@@ -429,8 +510,17 @@ class BuildPipelineStageDeliverArtifactCollectionArgs:
|
|
429
510
|
"""
|
430
511
|
:param pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageDeliverArtifactCollectionItemArgs']]] items: (Updatable) Collection of artifacts that were generated in the Build stage and need to be pushed to the artifactory stores. In case of UPDATE operation, replaces existing artifacts list. Merging with existing artifacts is not supported.
|
431
512
|
"""
|
513
|
+
BuildPipelineStageDeliverArtifactCollectionArgs._configure(
|
514
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
515
|
+
items=items,
|
516
|
+
)
|
517
|
+
@staticmethod
|
518
|
+
def _configure(
|
519
|
+
_setter: Callable[[Any, Any], None],
|
520
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageDeliverArtifactCollectionItemArgs']]]] = None,
|
521
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
432
522
|
if items is not None:
|
433
|
-
|
523
|
+
_setter("items", items)
|
434
524
|
|
435
525
|
@property
|
436
526
|
@pulumi.getter
|
@@ -454,10 +544,21 @@ class BuildPipelineStageDeliverArtifactCollectionItemArgs:
|
|
454
544
|
:param pulumi.Input[str] artifact_id: (Updatable) Artifact identifier that contains the artifact definition.
|
455
545
|
:param pulumi.Input[str] artifact_name: (Updatable) Name of the artifact specified in the build_spec.yaml file.
|
456
546
|
"""
|
547
|
+
BuildPipelineStageDeliverArtifactCollectionItemArgs._configure(
|
548
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
549
|
+
artifact_id=artifact_id,
|
550
|
+
artifact_name=artifact_name,
|
551
|
+
)
|
552
|
+
@staticmethod
|
553
|
+
def _configure(
|
554
|
+
_setter: Callable[[Any, Any], None],
|
555
|
+
artifact_id: Optional[pulumi.Input[str]] = None,
|
556
|
+
artifact_name: Optional[pulumi.Input[str]] = None,
|
557
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
457
558
|
if artifact_id is not None:
|
458
|
-
|
559
|
+
_setter("artifact_id", artifact_id)
|
459
560
|
if artifact_name is not None:
|
460
|
-
|
561
|
+
_setter("artifact_name", artifact_name)
|
461
562
|
|
462
563
|
@property
|
463
564
|
@pulumi.getter(name="artifactId")
|
@@ -495,10 +596,23 @@ class BuildPipelineStagePrivateAccessConfigArgs:
|
|
495
596
|
:param pulumi.Input[str] subnet_id: (Updatable) The OCID of the subnet where VNIC resources will be created for private endpoint.
|
496
597
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) An array of network security group OCIDs.
|
497
598
|
"""
|
498
|
-
|
499
|
-
|
599
|
+
BuildPipelineStagePrivateAccessConfigArgs._configure(
|
600
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
601
|
+
network_channel_type=network_channel_type,
|
602
|
+
subnet_id=subnet_id,
|
603
|
+
nsg_ids=nsg_ids,
|
604
|
+
)
|
605
|
+
@staticmethod
|
606
|
+
def _configure(
|
607
|
+
_setter: Callable[[Any, Any], None],
|
608
|
+
network_channel_type: pulumi.Input[str],
|
609
|
+
subnet_id: pulumi.Input[str],
|
610
|
+
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
611
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
612
|
+
_setter("network_channel_type", network_channel_type)
|
613
|
+
_setter("subnet_id", subnet_id)
|
500
614
|
if nsg_ids is not None:
|
501
|
-
|
615
|
+
_setter("nsg_ids", nsg_ids)
|
502
616
|
|
503
617
|
@property
|
504
618
|
@pulumi.getter(name="networkChannelType")
|
@@ -550,8 +664,19 @@ class BuildPipelineStageWaitCriteriaArgs:
|
|
550
664
|
** IMPORTANT **
|
551
665
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
552
666
|
"""
|
553
|
-
|
554
|
-
|
667
|
+
BuildPipelineStageWaitCriteriaArgs._configure(
|
668
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
669
|
+
wait_duration=wait_duration,
|
670
|
+
wait_type=wait_type,
|
671
|
+
)
|
672
|
+
@staticmethod
|
673
|
+
def _configure(
|
674
|
+
_setter: Callable[[Any, Any], None],
|
675
|
+
wait_duration: pulumi.Input[str],
|
676
|
+
wait_type: pulumi.Input[str],
|
677
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
678
|
+
_setter("wait_duration", wait_duration)
|
679
|
+
_setter("wait_type", wait_type)
|
555
680
|
|
556
681
|
@property
|
557
682
|
@pulumi.getter(name="waitDuration")
|
@@ -595,14 +720,29 @@ class BuildRunBuildOutputArgs:
|
|
595
720
|
:param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputExportedVariableArgs']]] exported_variables: Specifies list of exported variables.
|
596
721
|
:param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputVulnerabilityAuditSummaryCollectionArgs']]] vulnerability_audit_summary_collections: List of vulnerability audit summary.
|
597
722
|
"""
|
723
|
+
BuildRunBuildOutputArgs._configure(
|
724
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
725
|
+
artifact_override_parameters=artifact_override_parameters,
|
726
|
+
delivered_artifacts=delivered_artifacts,
|
727
|
+
exported_variables=exported_variables,
|
728
|
+
vulnerability_audit_summary_collections=vulnerability_audit_summary_collections,
|
729
|
+
)
|
730
|
+
@staticmethod
|
731
|
+
def _configure(
|
732
|
+
_setter: Callable[[Any, Any], None],
|
733
|
+
artifact_override_parameters: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputArtifactOverrideParameterArgs']]]] = None,
|
734
|
+
delivered_artifacts: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputDeliveredArtifactArgs']]]] = None,
|
735
|
+
exported_variables: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputExportedVariableArgs']]]] = None,
|
736
|
+
vulnerability_audit_summary_collections: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputVulnerabilityAuditSummaryCollectionArgs']]]] = None,
|
737
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
598
738
|
if artifact_override_parameters is not None:
|
599
|
-
|
739
|
+
_setter("artifact_override_parameters", artifact_override_parameters)
|
600
740
|
if delivered_artifacts is not None:
|
601
|
-
|
741
|
+
_setter("delivered_artifacts", delivered_artifacts)
|
602
742
|
if exported_variables is not None:
|
603
|
-
|
743
|
+
_setter("exported_variables", exported_variables)
|
604
744
|
if vulnerability_audit_summary_collections is not None:
|
605
|
-
|
745
|
+
_setter("vulnerability_audit_summary_collections", vulnerability_audit_summary_collections)
|
606
746
|
|
607
747
|
@property
|
608
748
|
@pulumi.getter(name="artifactOverrideParameters")
|
@@ -660,8 +800,17 @@ class BuildRunBuildOutputArtifactOverrideParameterArgs:
|
|
660
800
|
"""
|
661
801
|
:param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputArtifactOverrideParameterItemArgs']]] items: List of arguments provided at the time of running the build.
|
662
802
|
"""
|
803
|
+
BuildRunBuildOutputArtifactOverrideParameterArgs._configure(
|
804
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
805
|
+
items=items,
|
806
|
+
)
|
807
|
+
@staticmethod
|
808
|
+
def _configure(
|
809
|
+
_setter: Callable[[Any, Any], None],
|
810
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputArtifactOverrideParameterItemArgs']]]] = None,
|
811
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
663
812
|
if items is not None:
|
664
|
-
|
813
|
+
_setter("items", items)
|
665
814
|
|
666
815
|
@property
|
667
816
|
@pulumi.getter
|
@@ -687,12 +836,25 @@ class BuildRunBuildOutputArtifactOverrideParameterItemArgs:
|
|
687
836
|
:param pulumi.Input[str] name: Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'
|
688
837
|
:param pulumi.Input[str] value: Value of the argument.
|
689
838
|
"""
|
839
|
+
BuildRunBuildOutputArtifactOverrideParameterItemArgs._configure(
|
840
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
841
|
+
deploy_artifact_id=deploy_artifact_id,
|
842
|
+
name=name,
|
843
|
+
value=value,
|
844
|
+
)
|
845
|
+
@staticmethod
|
846
|
+
def _configure(
|
847
|
+
_setter: Callable[[Any, Any], None],
|
848
|
+
deploy_artifact_id: Optional[pulumi.Input[str]] = None,
|
849
|
+
name: Optional[pulumi.Input[str]] = None,
|
850
|
+
value: Optional[pulumi.Input[str]] = None,
|
851
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
690
852
|
if deploy_artifact_id is not None:
|
691
|
-
|
853
|
+
_setter("deploy_artifact_id", deploy_artifact_id)
|
692
854
|
if name is not None:
|
693
|
-
|
855
|
+
_setter("name", name)
|
694
856
|
if value is not None:
|
695
|
-
|
857
|
+
_setter("value", value)
|
696
858
|
|
697
859
|
@property
|
698
860
|
@pulumi.getter(name="deployArtifactId")
|
@@ -738,8 +900,17 @@ class BuildRunBuildOutputDeliveredArtifactArgs:
|
|
738
900
|
"""
|
739
901
|
:param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputDeliveredArtifactItemArgs']]] items: List of arguments provided at the time of running the build.
|
740
902
|
"""
|
903
|
+
BuildRunBuildOutputDeliveredArtifactArgs._configure(
|
904
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
905
|
+
items=items,
|
906
|
+
)
|
907
|
+
@staticmethod
|
908
|
+
def _configure(
|
909
|
+
_setter: Callable[[Any, Any], None],
|
910
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputDeliveredArtifactItemArgs']]]] = None,
|
911
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
741
912
|
if items is not None:
|
742
|
-
|
913
|
+
_setter("items", items)
|
743
914
|
|
744
915
|
@property
|
745
916
|
@pulumi.getter
|
@@ -777,24 +948,49 @@ class BuildRunBuildOutputDeliveredArtifactItemArgs:
|
|
777
948
|
:param pulumi.Input[str] path: Path of the repository where artifact was pushed
|
778
949
|
:param pulumi.Input[str] version: Version of the artifact pushed
|
779
950
|
"""
|
951
|
+
BuildRunBuildOutputDeliveredArtifactItemArgs._configure(
|
952
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
953
|
+
artifact_repository_id=artifact_repository_id,
|
954
|
+
artifact_type=artifact_type,
|
955
|
+
delivered_artifact_hash=delivered_artifact_hash,
|
956
|
+
delivered_artifact_id=delivered_artifact_id,
|
957
|
+
deploy_artifact_id=deploy_artifact_id,
|
958
|
+
image_uri=image_uri,
|
959
|
+
output_artifact_name=output_artifact_name,
|
960
|
+
path=path,
|
961
|
+
version=version,
|
962
|
+
)
|
963
|
+
@staticmethod
|
964
|
+
def _configure(
|
965
|
+
_setter: Callable[[Any, Any], None],
|
966
|
+
artifact_repository_id: Optional[pulumi.Input[str]] = None,
|
967
|
+
artifact_type: Optional[pulumi.Input[str]] = None,
|
968
|
+
delivered_artifact_hash: Optional[pulumi.Input[str]] = None,
|
969
|
+
delivered_artifact_id: Optional[pulumi.Input[str]] = None,
|
970
|
+
deploy_artifact_id: Optional[pulumi.Input[str]] = None,
|
971
|
+
image_uri: Optional[pulumi.Input[str]] = None,
|
972
|
+
output_artifact_name: Optional[pulumi.Input[str]] = None,
|
973
|
+
path: Optional[pulumi.Input[str]] = None,
|
974
|
+
version: Optional[pulumi.Input[str]] = None,
|
975
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
780
976
|
if artifact_repository_id is not None:
|
781
|
-
|
977
|
+
_setter("artifact_repository_id", artifact_repository_id)
|
782
978
|
if artifact_type is not None:
|
783
|
-
|
979
|
+
_setter("artifact_type", artifact_type)
|
784
980
|
if delivered_artifact_hash is not None:
|
785
|
-
|
981
|
+
_setter("delivered_artifact_hash", delivered_artifact_hash)
|
786
982
|
if delivered_artifact_id is not None:
|
787
|
-
|
983
|
+
_setter("delivered_artifact_id", delivered_artifact_id)
|
788
984
|
if deploy_artifact_id is not None:
|
789
|
-
|
985
|
+
_setter("deploy_artifact_id", deploy_artifact_id)
|
790
986
|
if image_uri is not None:
|
791
|
-
|
987
|
+
_setter("image_uri", image_uri)
|
792
988
|
if output_artifact_name is not None:
|
793
|
-
|
989
|
+
_setter("output_artifact_name", output_artifact_name)
|
794
990
|
if path is not None:
|
795
|
-
|
991
|
+
_setter("path", path)
|
796
992
|
if version is not None:
|
797
|
-
|
993
|
+
_setter("version", version)
|
798
994
|
|
799
995
|
@property
|
800
996
|
@pulumi.getter(name="artifactRepositoryId")
|
@@ -912,8 +1108,17 @@ class BuildRunBuildOutputExportedVariableArgs:
|
|
912
1108
|
"""
|
913
1109
|
:param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputExportedVariableItemArgs']]] items: List of arguments provided at the time of running the build.
|
914
1110
|
"""
|
1111
|
+
BuildRunBuildOutputExportedVariableArgs._configure(
|
1112
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1113
|
+
items=items,
|
1114
|
+
)
|
1115
|
+
@staticmethod
|
1116
|
+
def _configure(
|
1117
|
+
_setter: Callable[[Any, Any], None],
|
1118
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputExportedVariableItemArgs']]]] = None,
|
1119
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
915
1120
|
if items is not None:
|
916
|
-
|
1121
|
+
_setter("items", items)
|
917
1122
|
|
918
1123
|
@property
|
919
1124
|
@pulumi.getter
|
@@ -937,10 +1142,21 @@ class BuildRunBuildOutputExportedVariableItemArgs:
|
|
937
1142
|
:param pulumi.Input[str] name: Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'
|
938
1143
|
:param pulumi.Input[str] value: Value of the argument.
|
939
1144
|
"""
|
1145
|
+
BuildRunBuildOutputExportedVariableItemArgs._configure(
|
1146
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1147
|
+
name=name,
|
1148
|
+
value=value,
|
1149
|
+
)
|
1150
|
+
@staticmethod
|
1151
|
+
def _configure(
|
1152
|
+
_setter: Callable[[Any, Any], None],
|
1153
|
+
name: Optional[pulumi.Input[str]] = None,
|
1154
|
+
value: Optional[pulumi.Input[str]] = None,
|
1155
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
940
1156
|
if name is not None:
|
941
|
-
|
1157
|
+
_setter("name", name)
|
942
1158
|
if value is not None:
|
943
|
-
|
1159
|
+
_setter("value", value)
|
944
1160
|
|
945
1161
|
@property
|
946
1162
|
@pulumi.getter
|
@@ -974,8 +1190,17 @@ class BuildRunBuildOutputVulnerabilityAuditSummaryCollectionArgs:
|
|
974
1190
|
"""
|
975
1191
|
:param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItemArgs']]] items: List of arguments provided at the time of running the build.
|
976
1192
|
"""
|
1193
|
+
BuildRunBuildOutputVulnerabilityAuditSummaryCollectionArgs._configure(
|
1194
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1195
|
+
items=items,
|
1196
|
+
)
|
1197
|
+
@staticmethod
|
1198
|
+
def _configure(
|
1199
|
+
_setter: Callable[[Any, Any], None],
|
1200
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItemArgs']]]] = None,
|
1201
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
977
1202
|
if items is not None:
|
978
|
-
|
1203
|
+
_setter("items", items)
|
979
1204
|
|
980
1205
|
@property
|
981
1206
|
@pulumi.getter
|
@@ -1001,12 +1226,25 @@ class BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItemArgs:
|
|
1001
1226
|
:param pulumi.Input[str] commit_hash: Commit hash pertinent to the repository URL and the specified branch.
|
1002
1227
|
:param pulumi.Input[str] vulnerability_audit_id: The OCID of the vulnerability audit.
|
1003
1228
|
"""
|
1229
|
+
BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItemArgs._configure(
|
1230
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1231
|
+
build_stage_id=build_stage_id,
|
1232
|
+
commit_hash=commit_hash,
|
1233
|
+
vulnerability_audit_id=vulnerability_audit_id,
|
1234
|
+
)
|
1235
|
+
@staticmethod
|
1236
|
+
def _configure(
|
1237
|
+
_setter: Callable[[Any, Any], None],
|
1238
|
+
build_stage_id: Optional[pulumi.Input[str]] = None,
|
1239
|
+
commit_hash: Optional[pulumi.Input[str]] = None,
|
1240
|
+
vulnerability_audit_id: Optional[pulumi.Input[str]] = None,
|
1241
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1004
1242
|
if build_stage_id is not None:
|
1005
|
-
|
1243
|
+
_setter("build_stage_id", build_stage_id)
|
1006
1244
|
if commit_hash is not None:
|
1007
|
-
|
1245
|
+
_setter("commit_hash", commit_hash)
|
1008
1246
|
if vulnerability_audit_id is not None:
|
1009
|
-
|
1247
|
+
_setter("vulnerability_audit_id", vulnerability_audit_id)
|
1010
1248
|
|
1011
1249
|
@property
|
1012
1250
|
@pulumi.getter(name="buildStageId")
|
@@ -1052,7 +1290,16 @@ class BuildRunBuildRunArgumentsArgs:
|
|
1052
1290
|
"""
|
1053
1291
|
:param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunArgumentsItemArgs']]] items: List of arguments provided at the time of running the build.
|
1054
1292
|
"""
|
1055
|
-
|
1293
|
+
BuildRunBuildRunArgumentsArgs._configure(
|
1294
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1295
|
+
items=items,
|
1296
|
+
)
|
1297
|
+
@staticmethod
|
1298
|
+
def _configure(
|
1299
|
+
_setter: Callable[[Any, Any], None],
|
1300
|
+
items: pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunArgumentsItemArgs']]],
|
1301
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1302
|
+
_setter("items", items)
|
1056
1303
|
|
1057
1304
|
@property
|
1058
1305
|
@pulumi.getter
|
@@ -1076,8 +1323,19 @@ class BuildRunBuildRunArgumentsItemArgs:
|
|
1076
1323
|
:param pulumi.Input[str] name: Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'
|
1077
1324
|
:param pulumi.Input[str] value: Value of the argument.
|
1078
1325
|
"""
|
1079
|
-
|
1080
|
-
|
1326
|
+
BuildRunBuildRunArgumentsItemArgs._configure(
|
1327
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1328
|
+
name=name,
|
1329
|
+
value=value,
|
1330
|
+
)
|
1331
|
+
@staticmethod
|
1332
|
+
def _configure(
|
1333
|
+
_setter: Callable[[Any, Any], None],
|
1334
|
+
name: pulumi.Input[str],
|
1335
|
+
value: pulumi.Input[str],
|
1336
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1337
|
+
_setter("name", name)
|
1338
|
+
_setter("value", value)
|
1081
1339
|
|
1082
1340
|
@property
|
1083
1341
|
@pulumi.getter
|
@@ -1115,12 +1373,25 @@ class BuildRunBuildRunProgressArgs:
|
|
1115
1373
|
:param pulumi.Input[str] time_finished: The time the build run finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
1116
1374
|
:param pulumi.Input[str] time_started: The time the build run started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
1117
1375
|
"""
|
1376
|
+
BuildRunBuildRunProgressArgs._configure(
|
1377
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1378
|
+
build_pipeline_stage_run_progress=build_pipeline_stage_run_progress,
|
1379
|
+
time_finished=time_finished,
|
1380
|
+
time_started=time_started,
|
1381
|
+
)
|
1382
|
+
@staticmethod
|
1383
|
+
def _configure(
|
1384
|
+
_setter: Callable[[Any, Any], None],
|
1385
|
+
build_pipeline_stage_run_progress: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
1386
|
+
time_finished: Optional[pulumi.Input[str]] = None,
|
1387
|
+
time_started: Optional[pulumi.Input[str]] = None,
|
1388
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1118
1389
|
if build_pipeline_stage_run_progress is not None:
|
1119
|
-
|
1390
|
+
_setter("build_pipeline_stage_run_progress", build_pipeline_stage_run_progress)
|
1120
1391
|
if time_finished is not None:
|
1121
|
-
|
1392
|
+
_setter("time_finished", time_finished)
|
1122
1393
|
if time_started is not None:
|
1123
|
-
|
1394
|
+
_setter("time_started", time_started)
|
1124
1395
|
|
1125
1396
|
@property
|
1126
1397
|
@pulumi.getter(name="buildPipelineStageRunProgress")
|
@@ -1172,14 +1443,29 @@ class BuildRunBuildRunSourceArgs:
|
|
1172
1443
|
:param pulumi.Input[str] trigger_id: The trigger that invoked the build run.
|
1173
1444
|
:param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoArgs']]] trigger_infos: Trigger details that need to be used for the BuildRun
|
1174
1445
|
"""
|
1446
|
+
BuildRunBuildRunSourceArgs._configure(
|
1447
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1448
|
+
repository_id=repository_id,
|
1449
|
+
source_type=source_type,
|
1450
|
+
trigger_id=trigger_id,
|
1451
|
+
trigger_infos=trigger_infos,
|
1452
|
+
)
|
1453
|
+
@staticmethod
|
1454
|
+
def _configure(
|
1455
|
+
_setter: Callable[[Any, Any], None],
|
1456
|
+
repository_id: Optional[pulumi.Input[str]] = None,
|
1457
|
+
source_type: Optional[pulumi.Input[str]] = None,
|
1458
|
+
trigger_id: Optional[pulumi.Input[str]] = None,
|
1459
|
+
trigger_infos: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoArgs']]]] = None,
|
1460
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1175
1461
|
if repository_id is not None:
|
1176
|
-
|
1462
|
+
_setter("repository_id", repository_id)
|
1177
1463
|
if source_type is not None:
|
1178
|
-
|
1464
|
+
_setter("source_type", source_type)
|
1179
1465
|
if trigger_id is not None:
|
1180
|
-
|
1466
|
+
_setter("trigger_id", trigger_id)
|
1181
1467
|
if trigger_infos is not None:
|
1182
|
-
|
1468
|
+
_setter("trigger_infos", trigger_infos)
|
1183
1469
|
|
1184
1470
|
@property
|
1185
1471
|
@pulumi.getter(name="repositoryId")
|
@@ -1239,10 +1525,21 @@ class BuildRunBuildRunSourceTriggerInfoArgs:
|
|
1239
1525
|
:param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionArgs']]] actions: The list of actions that are to be performed for this Trigger
|
1240
1526
|
:param pulumi.Input[str] display_name: (Updatable) Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
|
1241
1527
|
"""
|
1528
|
+
BuildRunBuildRunSourceTriggerInfoArgs._configure(
|
1529
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1530
|
+
actions=actions,
|
1531
|
+
display_name=display_name,
|
1532
|
+
)
|
1533
|
+
@staticmethod
|
1534
|
+
def _configure(
|
1535
|
+
_setter: Callable[[Any, Any], None],
|
1536
|
+
actions: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionArgs']]]] = None,
|
1537
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
1538
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1242
1539
|
if actions is not None:
|
1243
|
-
|
1540
|
+
_setter("actions", actions)
|
1244
1541
|
if display_name is not None:
|
1245
|
-
|
1542
|
+
_setter("display_name", display_name)
|
1246
1543
|
|
1247
1544
|
@property
|
1248
1545
|
@pulumi.getter
|
@@ -1280,12 +1577,25 @@ class BuildRunBuildRunSourceTriggerInfoActionArgs:
|
|
1280
1577
|
:param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterArgs']]] filters: The filters for the trigger.
|
1281
1578
|
:param pulumi.Input[str] type: The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
|
1282
1579
|
"""
|
1580
|
+
BuildRunBuildRunSourceTriggerInfoActionArgs._configure(
|
1581
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1582
|
+
build_pipeline_id=build_pipeline_id,
|
1583
|
+
filters=filters,
|
1584
|
+
type=type,
|
1585
|
+
)
|
1586
|
+
@staticmethod
|
1587
|
+
def _configure(
|
1588
|
+
_setter: Callable[[Any, Any], None],
|
1589
|
+
build_pipeline_id: Optional[pulumi.Input[str]] = None,
|
1590
|
+
filters: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterArgs']]]] = None,
|
1591
|
+
type: Optional[pulumi.Input[str]] = None,
|
1592
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1283
1593
|
if build_pipeline_id is not None:
|
1284
|
-
|
1594
|
+
_setter("build_pipeline_id", build_pipeline_id)
|
1285
1595
|
if filters is not None:
|
1286
|
-
|
1596
|
+
_setter("filters", filters)
|
1287
1597
|
if type is not None:
|
1288
|
-
|
1598
|
+
_setter("type", type)
|
1289
1599
|
|
1290
1600
|
@property
|
1291
1601
|
@pulumi.getter(name="buildPipelineId")
|
@@ -1336,14 +1646,29 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterArgs:
|
|
1336
1646
|
:param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs']]] includes: Attributes to filter GitLab self-hosted server events.
|
1337
1647
|
:param pulumi.Input[str] trigger_source: Source of the trigger. Allowed values are, GITHUB and GITLAB.
|
1338
1648
|
"""
|
1649
|
+
BuildRunBuildRunSourceTriggerInfoActionFilterArgs._configure(
|
1650
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1651
|
+
events=events,
|
1652
|
+
excludes=excludes,
|
1653
|
+
includes=includes,
|
1654
|
+
trigger_source=trigger_source,
|
1655
|
+
)
|
1656
|
+
@staticmethod
|
1657
|
+
def _configure(
|
1658
|
+
_setter: Callable[[Any, Any], None],
|
1659
|
+
events: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1660
|
+
excludes: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterExcludeArgs']]]] = None,
|
1661
|
+
includes: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs']]]] = None,
|
1662
|
+
trigger_source: Optional[pulumi.Input[str]] = None,
|
1663
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1339
1664
|
if events is not None:
|
1340
|
-
|
1665
|
+
_setter("events", events)
|
1341
1666
|
if excludes is not None:
|
1342
|
-
|
1667
|
+
_setter("excludes", excludes)
|
1343
1668
|
if includes is not None:
|
1344
|
-
|
1669
|
+
_setter("includes", includes)
|
1345
1670
|
if trigger_source is not None:
|
1346
|
-
|
1671
|
+
_setter("trigger_source", trigger_source)
|
1347
1672
|
|
1348
1673
|
@property
|
1349
1674
|
@pulumi.getter
|
@@ -1395,8 +1720,17 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterArgs:
|
|
1395
1720
|
class BuildRunBuildRunSourceTriggerInfoActionFilterExcludeArgs:
|
1396
1721
|
def __init__(__self__, *,
|
1397
1722
|
file_filters: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterArgs']]]] = None):
|
1723
|
+
BuildRunBuildRunSourceTriggerInfoActionFilterExcludeArgs._configure(
|
1724
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1725
|
+
file_filters=file_filters,
|
1726
|
+
)
|
1727
|
+
@staticmethod
|
1728
|
+
def _configure(
|
1729
|
+
_setter: Callable[[Any, Any], None],
|
1730
|
+
file_filters: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterArgs']]]] = None,
|
1731
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1398
1732
|
if file_filters is not None:
|
1399
|
-
|
1733
|
+
_setter("file_filters", file_filters)
|
1400
1734
|
|
1401
1735
|
@property
|
1402
1736
|
@pulumi.getter(name="fileFilters")
|
@@ -1412,8 +1746,17 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterExcludeArgs:
|
|
1412
1746
|
class BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterArgs:
|
1413
1747
|
def __init__(__self__, *,
|
1414
1748
|
file_paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
1749
|
+
BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterArgs._configure(
|
1750
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1751
|
+
file_paths=file_paths,
|
1752
|
+
)
|
1753
|
+
@staticmethod
|
1754
|
+
def _configure(
|
1755
|
+
_setter: Callable[[Any, Any], None],
|
1756
|
+
file_paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1757
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1415
1758
|
if file_paths is not None:
|
1416
|
-
|
1759
|
+
_setter("file_paths", file_paths)
|
1417
1760
|
|
1418
1761
|
@property
|
1419
1762
|
@pulumi.getter(name="filePaths")
|
@@ -1437,14 +1780,29 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs:
|
|
1437
1780
|
:param pulumi.Input[str] head_ref: Branch for push event; source branch for pull requests.
|
1438
1781
|
:param pulumi.Input[str] repository_name: The repository name for trigger events.
|
1439
1782
|
"""
|
1783
|
+
BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs._configure(
|
1784
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1785
|
+
base_ref=base_ref,
|
1786
|
+
file_filters=file_filters,
|
1787
|
+
head_ref=head_ref,
|
1788
|
+
repository_name=repository_name,
|
1789
|
+
)
|
1790
|
+
@staticmethod
|
1791
|
+
def _configure(
|
1792
|
+
_setter: Callable[[Any, Any], None],
|
1793
|
+
base_ref: Optional[pulumi.Input[str]] = None,
|
1794
|
+
file_filters: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilterArgs']]]] = None,
|
1795
|
+
head_ref: Optional[pulumi.Input[str]] = None,
|
1796
|
+
repository_name: Optional[pulumi.Input[str]] = None,
|
1797
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1440
1798
|
if base_ref is not None:
|
1441
|
-
|
1799
|
+
_setter("base_ref", base_ref)
|
1442
1800
|
if file_filters is not None:
|
1443
|
-
|
1801
|
+
_setter("file_filters", file_filters)
|
1444
1802
|
if head_ref is not None:
|
1445
|
-
|
1803
|
+
_setter("head_ref", head_ref)
|
1446
1804
|
if repository_name is not None:
|
1447
|
-
|
1805
|
+
_setter("repository_name", repository_name)
|
1448
1806
|
|
1449
1807
|
@property
|
1450
1808
|
@pulumi.getter(name="baseRef")
|
@@ -1496,8 +1854,17 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs:
|
|
1496
1854
|
class BuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilterArgs:
|
1497
1855
|
def __init__(__self__, *,
|
1498
1856
|
file_paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
1857
|
+
BuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilterArgs._configure(
|
1858
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1859
|
+
file_paths=file_paths,
|
1860
|
+
)
|
1861
|
+
@staticmethod
|
1862
|
+
def _configure(
|
1863
|
+
_setter: Callable[[Any, Any], None],
|
1864
|
+
file_paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1865
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1499
1866
|
if file_paths is not None:
|
1500
|
-
|
1867
|
+
_setter("file_paths", file_paths)
|
1501
1868
|
|
1502
1869
|
@property
|
1503
1870
|
@pulumi.getter(name="filePaths")
|
@@ -1520,9 +1887,22 @@ class BuildRunCommitInfoArgs:
|
|
1520
1887
|
:param pulumi.Input[str] repository_branch: Name of the repository branch.
|
1521
1888
|
:param pulumi.Input[str] repository_url: Repository URL.
|
1522
1889
|
"""
|
1523
|
-
|
1524
|
-
|
1525
|
-
|
1890
|
+
BuildRunCommitInfoArgs._configure(
|
1891
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1892
|
+
commit_hash=commit_hash,
|
1893
|
+
repository_branch=repository_branch,
|
1894
|
+
repository_url=repository_url,
|
1895
|
+
)
|
1896
|
+
@staticmethod
|
1897
|
+
def _configure(
|
1898
|
+
_setter: Callable[[Any, Any], None],
|
1899
|
+
commit_hash: pulumi.Input[str],
|
1900
|
+
repository_branch: pulumi.Input[str],
|
1901
|
+
repository_url: pulumi.Input[str],
|
1902
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1903
|
+
_setter("commit_hash", commit_hash)
|
1904
|
+
_setter("repository_branch", repository_branch)
|
1905
|
+
_setter("repository_url", repository_url)
|
1526
1906
|
|
1527
1907
|
@property
|
1528
1908
|
@pulumi.getter(name="commitHash")
|
@@ -1572,12 +1952,25 @@ class ConnectionLastConnectionValidationResultArgs:
|
|
1572
1952
|
:param pulumi.Input[str] result: The latest result of whether the credentials pass the validation.
|
1573
1953
|
:param pulumi.Input[str] time_validated: The latest timestamp when the connection was validated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
1574
1954
|
"""
|
1955
|
+
ConnectionLastConnectionValidationResultArgs._configure(
|
1956
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1957
|
+
message=message,
|
1958
|
+
result=result,
|
1959
|
+
time_validated=time_validated,
|
1960
|
+
)
|
1961
|
+
@staticmethod
|
1962
|
+
def _configure(
|
1963
|
+
_setter: Callable[[Any, Any], None],
|
1964
|
+
message: Optional[pulumi.Input[str]] = None,
|
1965
|
+
result: Optional[pulumi.Input[str]] = None,
|
1966
|
+
time_validated: Optional[pulumi.Input[str]] = None,
|
1967
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1575
1968
|
if message is not None:
|
1576
|
-
|
1969
|
+
_setter("message", message)
|
1577
1970
|
if result is not None:
|
1578
|
-
|
1971
|
+
_setter("result", result)
|
1579
1972
|
if time_validated is not None:
|
1580
|
-
|
1973
|
+
_setter("time_validated", time_validated)
|
1581
1974
|
|
1582
1975
|
@property
|
1583
1976
|
@pulumi.getter
|
@@ -1625,8 +2018,19 @@ class ConnectionTlsVerifyConfigArgs:
|
|
1625
2018
|
:param pulumi.Input[str] ca_certificate_bundle_id: (Updatable) The OCID of Oracle Cloud Infrastructure certificate service CA bundle.
|
1626
2019
|
:param pulumi.Input[str] tls_verify_mode: (Updatable) The type of TLS verification.
|
1627
2020
|
"""
|
1628
|
-
|
1629
|
-
|
2021
|
+
ConnectionTlsVerifyConfigArgs._configure(
|
2022
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2023
|
+
ca_certificate_bundle_id=ca_certificate_bundle_id,
|
2024
|
+
tls_verify_mode=tls_verify_mode,
|
2025
|
+
)
|
2026
|
+
@staticmethod
|
2027
|
+
def _configure(
|
2028
|
+
_setter: Callable[[Any, Any], None],
|
2029
|
+
ca_certificate_bundle_id: pulumi.Input[str],
|
2030
|
+
tls_verify_mode: pulumi.Input[str],
|
2031
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2032
|
+
_setter("ca_certificate_bundle_id", ca_certificate_bundle_id)
|
2033
|
+
_setter("tls_verify_mode", tls_verify_mode)
|
1630
2034
|
|
1631
2035
|
@property
|
1632
2036
|
@pulumi.getter(name="caCertificateBundleId")
|
@@ -1676,23 +2080,48 @@ class DeployArtifactDeployArtifactSourceArgs:
|
|
1676
2080
|
:param pulumi.Input[str] image_uri: (Updatable) Specifies OCIR Image Path - optionally include tag.
|
1677
2081
|
:param pulumi.Input[str] repository_id: (Updatable) The OCID of a repository
|
1678
2082
|
"""
|
1679
|
-
|
2083
|
+
DeployArtifactDeployArtifactSourceArgs._configure(
|
2084
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2085
|
+
deploy_artifact_source_type=deploy_artifact_source_type,
|
2086
|
+
base64encoded_content=base64encoded_content,
|
2087
|
+
chart_url=chart_url,
|
2088
|
+
deploy_artifact_path=deploy_artifact_path,
|
2089
|
+
deploy_artifact_version=deploy_artifact_version,
|
2090
|
+
helm_verification_key_source=helm_verification_key_source,
|
2091
|
+
image_digest=image_digest,
|
2092
|
+
image_uri=image_uri,
|
2093
|
+
repository_id=repository_id,
|
2094
|
+
)
|
2095
|
+
@staticmethod
|
2096
|
+
def _configure(
|
2097
|
+
_setter: Callable[[Any, Any], None],
|
2098
|
+
deploy_artifact_source_type: pulumi.Input[str],
|
2099
|
+
base64encoded_content: Optional[pulumi.Input[str]] = None,
|
2100
|
+
chart_url: Optional[pulumi.Input[str]] = None,
|
2101
|
+
deploy_artifact_path: Optional[pulumi.Input[str]] = None,
|
2102
|
+
deploy_artifact_version: Optional[pulumi.Input[str]] = None,
|
2103
|
+
helm_verification_key_source: Optional[pulumi.Input['DeployArtifactDeployArtifactSourceHelmVerificationKeySourceArgs']] = None,
|
2104
|
+
image_digest: Optional[pulumi.Input[str]] = None,
|
2105
|
+
image_uri: Optional[pulumi.Input[str]] = None,
|
2106
|
+
repository_id: Optional[pulumi.Input[str]] = None,
|
2107
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2108
|
+
_setter("deploy_artifact_source_type", deploy_artifact_source_type)
|
1680
2109
|
if base64encoded_content is not None:
|
1681
|
-
|
2110
|
+
_setter("base64encoded_content", base64encoded_content)
|
1682
2111
|
if chart_url is not None:
|
1683
|
-
|
2112
|
+
_setter("chart_url", chart_url)
|
1684
2113
|
if deploy_artifact_path is not None:
|
1685
|
-
|
2114
|
+
_setter("deploy_artifact_path", deploy_artifact_path)
|
1686
2115
|
if deploy_artifact_version is not None:
|
1687
|
-
|
2116
|
+
_setter("deploy_artifact_version", deploy_artifact_version)
|
1688
2117
|
if helm_verification_key_source is not None:
|
1689
|
-
|
2118
|
+
_setter("helm_verification_key_source", helm_verification_key_source)
|
1690
2119
|
if image_digest is not None:
|
1691
|
-
|
2120
|
+
_setter("image_digest", image_digest)
|
1692
2121
|
if image_uri is not None:
|
1693
|
-
|
2122
|
+
_setter("image_uri", image_uri)
|
1694
2123
|
if repository_id is not None:
|
1695
|
-
|
2124
|
+
_setter("repository_id", repository_id)
|
1696
2125
|
|
1697
2126
|
@property
|
1698
2127
|
@pulumi.getter(name="deployArtifactSourceType")
|
@@ -1816,13 +2245,28 @@ class DeployArtifactDeployArtifactSourceHelmVerificationKeySourceArgs:
|
|
1816
2245
|
:param pulumi.Input[str] previous_public_key: (Updatable) Previous version of Base64 encoding of the public key which is in binary GPG exported format. This would be used for key rotation scenarios.
|
1817
2246
|
:param pulumi.Input[str] vault_secret_id: (Updatable) The OCID of the Vault Secret containing the verification key versions.
|
1818
2247
|
"""
|
1819
|
-
|
2248
|
+
DeployArtifactDeployArtifactSourceHelmVerificationKeySourceArgs._configure(
|
2249
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2250
|
+
verification_key_source_type=verification_key_source_type,
|
2251
|
+
current_public_key=current_public_key,
|
2252
|
+
previous_public_key=previous_public_key,
|
2253
|
+
vault_secret_id=vault_secret_id,
|
2254
|
+
)
|
2255
|
+
@staticmethod
|
2256
|
+
def _configure(
|
2257
|
+
_setter: Callable[[Any, Any], None],
|
2258
|
+
verification_key_source_type: pulumi.Input[str],
|
2259
|
+
current_public_key: Optional[pulumi.Input[str]] = None,
|
2260
|
+
previous_public_key: Optional[pulumi.Input[str]] = None,
|
2261
|
+
vault_secret_id: Optional[pulumi.Input[str]] = None,
|
2262
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2263
|
+
_setter("verification_key_source_type", verification_key_source_type)
|
1820
2264
|
if current_public_key is not None:
|
1821
|
-
|
2265
|
+
_setter("current_public_key", current_public_key)
|
1822
2266
|
if previous_public_key is not None:
|
1823
|
-
|
2267
|
+
_setter("previous_public_key", previous_public_key)
|
1824
2268
|
if vault_secret_id is not None:
|
1825
|
-
|
2269
|
+
_setter("vault_secret_id", vault_secret_id)
|
1826
2270
|
|
1827
2271
|
@property
|
1828
2272
|
@pulumi.getter(name="verificationKeySourceType")
|
@@ -1880,8 +2324,17 @@ class DeployEnvironmentComputeInstanceGroupSelectorsArgs:
|
|
1880
2324
|
"""
|
1881
2325
|
:param pulumi.Input[Sequence[pulumi.Input['DeployEnvironmentComputeInstanceGroupSelectorsItemArgs']]] items: (Updatable) A list of selectors for the instance group. UNION operator is used for combining the instances selected by each selector.
|
1882
2326
|
"""
|
2327
|
+
DeployEnvironmentComputeInstanceGroupSelectorsArgs._configure(
|
2328
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2329
|
+
items=items,
|
2330
|
+
)
|
2331
|
+
@staticmethod
|
2332
|
+
def _configure(
|
2333
|
+
_setter: Callable[[Any, Any], None],
|
2334
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeployEnvironmentComputeInstanceGroupSelectorsItemArgs']]]] = None,
|
2335
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1883
2336
|
if items is not None:
|
1884
|
-
|
2337
|
+
_setter("items", items)
|
1885
2338
|
|
1886
2339
|
@property
|
1887
2340
|
@pulumi.getter
|
@@ -1909,13 +2362,28 @@ class DeployEnvironmentComputeInstanceGroupSelectorsItemArgs:
|
|
1909
2362
|
:param pulumi.Input[str] query: (Updatable) Query expression confirming to the Oracle Cloud Infrastructure Search Language syntax to select compute instances for the group. The language is documented at https://docs.oracle.com/en-us/iaas/Content/Search/Concepts/querysyntax.htm
|
1910
2363
|
:param pulumi.Input[str] region: (Updatable) Region identifier referred by the deployment environment. Region identifiers are listed at https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
|
1911
2364
|
"""
|
1912
|
-
|
2365
|
+
DeployEnvironmentComputeInstanceGroupSelectorsItemArgs._configure(
|
2366
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2367
|
+
selector_type=selector_type,
|
2368
|
+
compute_instance_ids=compute_instance_ids,
|
2369
|
+
query=query,
|
2370
|
+
region=region,
|
2371
|
+
)
|
2372
|
+
@staticmethod
|
2373
|
+
def _configure(
|
2374
|
+
_setter: Callable[[Any, Any], None],
|
2375
|
+
selector_type: pulumi.Input[str],
|
2376
|
+
compute_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2377
|
+
query: Optional[pulumi.Input[str]] = None,
|
2378
|
+
region: Optional[pulumi.Input[str]] = None,
|
2379
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2380
|
+
_setter("selector_type", selector_type)
|
1913
2381
|
if compute_instance_ids is not None:
|
1914
|
-
|
2382
|
+
_setter("compute_instance_ids", compute_instance_ids)
|
1915
2383
|
if query is not None:
|
1916
|
-
|
2384
|
+
_setter("query", query)
|
1917
2385
|
if region is not None:
|
1918
|
-
|
2386
|
+
_setter("region", region)
|
1919
2387
|
|
1920
2388
|
@property
|
1921
2389
|
@pulumi.getter(name="selectorType")
|
@@ -1977,10 +2445,23 @@ class DeployEnvironmentNetworkChannelArgs:
|
|
1977
2445
|
:param pulumi.Input[str] subnet_id: (Updatable) The OCID of the subnet where VNIC resources will be created for private endpoint.
|
1978
2446
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) An array of network security group OCIDs.
|
1979
2447
|
"""
|
1980
|
-
|
1981
|
-
|
2448
|
+
DeployEnvironmentNetworkChannelArgs._configure(
|
2449
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2450
|
+
network_channel_type=network_channel_type,
|
2451
|
+
subnet_id=subnet_id,
|
2452
|
+
nsg_ids=nsg_ids,
|
2453
|
+
)
|
2454
|
+
@staticmethod
|
2455
|
+
def _configure(
|
2456
|
+
_setter: Callable[[Any, Any], None],
|
2457
|
+
network_channel_type: pulumi.Input[str],
|
2458
|
+
subnet_id: pulumi.Input[str],
|
2459
|
+
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2460
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2461
|
+
_setter("network_channel_type", network_channel_type)
|
2462
|
+
_setter("subnet_id", subnet_id)
|
1982
2463
|
if nsg_ids is not None:
|
1983
|
-
|
2464
|
+
_setter("nsg_ids", nsg_ids)
|
1984
2465
|
|
1985
2466
|
@property
|
1986
2467
|
@pulumi.getter(name="networkChannelType")
|
@@ -2026,8 +2507,17 @@ class DeployPipelineDeployPipelineArtifactArgs:
|
|
2026
2507
|
"""
|
2027
2508
|
:param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemArgs']]] items: (Updatable) List of parameters defined for a deployment pipeline.
|
2028
2509
|
"""
|
2510
|
+
DeployPipelineDeployPipelineArtifactArgs._configure(
|
2511
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2512
|
+
items=items,
|
2513
|
+
)
|
2514
|
+
@staticmethod
|
2515
|
+
def _configure(
|
2516
|
+
_setter: Callable[[Any, Any], None],
|
2517
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemArgs']]]] = None,
|
2518
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2029
2519
|
if items is not None:
|
2030
|
-
|
2520
|
+
_setter("items", items)
|
2031
2521
|
|
2032
2522
|
@property
|
2033
2523
|
@pulumi.getter
|
@@ -2053,12 +2543,25 @@ class DeployPipelineDeployPipelineArtifactItemArgs:
|
|
2053
2543
|
:param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemDeployPipelineStageArgs']]] deploy_pipeline_stages: List of stages.
|
2054
2544
|
:param pulumi.Input[str] display_name: (Updatable) Deployment pipeline display name. Avoid entering confidential information.
|
2055
2545
|
"""
|
2546
|
+
DeployPipelineDeployPipelineArtifactItemArgs._configure(
|
2547
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2548
|
+
deploy_artifact_id=deploy_artifact_id,
|
2549
|
+
deploy_pipeline_stages=deploy_pipeline_stages,
|
2550
|
+
display_name=display_name,
|
2551
|
+
)
|
2552
|
+
@staticmethod
|
2553
|
+
def _configure(
|
2554
|
+
_setter: Callable[[Any, Any], None],
|
2555
|
+
deploy_artifact_id: Optional[pulumi.Input[str]] = None,
|
2556
|
+
deploy_pipeline_stages: Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemDeployPipelineStageArgs']]]] = None,
|
2557
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
2558
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2056
2559
|
if deploy_artifact_id is not None:
|
2057
|
-
|
2560
|
+
_setter("deploy_artifact_id", deploy_artifact_id)
|
2058
2561
|
if deploy_pipeline_stages is not None:
|
2059
|
-
|
2562
|
+
_setter("deploy_pipeline_stages", deploy_pipeline_stages)
|
2060
2563
|
if display_name is not None:
|
2061
|
-
|
2564
|
+
_setter("display_name", display_name)
|
2062
2565
|
|
2063
2566
|
@property
|
2064
2567
|
@pulumi.getter(name="deployArtifactId")
|
@@ -2104,8 +2607,17 @@ class DeployPipelineDeployPipelineArtifactItemDeployPipelineStageArgs:
|
|
2104
2607
|
"""
|
2105
2608
|
:param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItemArgs']]] items: (Updatable) List of parameters defined for a deployment pipeline.
|
2106
2609
|
"""
|
2610
|
+
DeployPipelineDeployPipelineArtifactItemDeployPipelineStageArgs._configure(
|
2611
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2612
|
+
items=items,
|
2613
|
+
)
|
2614
|
+
@staticmethod
|
2615
|
+
def _configure(
|
2616
|
+
_setter: Callable[[Any, Any], None],
|
2617
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItemArgs']]]] = None,
|
2618
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2107
2619
|
if items is not None:
|
2108
|
-
|
2620
|
+
_setter("items", items)
|
2109
2621
|
|
2110
2622
|
@property
|
2111
2623
|
@pulumi.getter
|
@@ -2129,10 +2641,21 @@ class DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItemArgs:
|
|
2129
2641
|
:param pulumi.Input[str] deploy_stage_id: The OCID of a stage
|
2130
2642
|
:param pulumi.Input[str] display_name: (Updatable) Deployment pipeline display name. Avoid entering confidential information.
|
2131
2643
|
"""
|
2644
|
+
DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItemArgs._configure(
|
2645
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2646
|
+
deploy_stage_id=deploy_stage_id,
|
2647
|
+
display_name=display_name,
|
2648
|
+
)
|
2649
|
+
@staticmethod
|
2650
|
+
def _configure(
|
2651
|
+
_setter: Callable[[Any, Any], None],
|
2652
|
+
deploy_stage_id: Optional[pulumi.Input[str]] = None,
|
2653
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
2654
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2132
2655
|
if deploy_stage_id is not None:
|
2133
|
-
|
2656
|
+
_setter("deploy_stage_id", deploy_stage_id)
|
2134
2657
|
if display_name is not None:
|
2135
|
-
|
2658
|
+
_setter("display_name", display_name)
|
2136
2659
|
|
2137
2660
|
@property
|
2138
2661
|
@pulumi.getter(name="deployStageId")
|
@@ -2166,8 +2689,17 @@ class DeployPipelineDeployPipelineEnvironmentArgs:
|
|
2166
2689
|
"""
|
2167
2690
|
:param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemArgs']]] items: (Updatable) List of parameters defined for a deployment pipeline.
|
2168
2691
|
"""
|
2692
|
+
DeployPipelineDeployPipelineEnvironmentArgs._configure(
|
2693
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2694
|
+
items=items,
|
2695
|
+
)
|
2696
|
+
@staticmethod
|
2697
|
+
def _configure(
|
2698
|
+
_setter: Callable[[Any, Any], None],
|
2699
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemArgs']]]] = None,
|
2700
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2169
2701
|
if items is not None:
|
2170
|
-
|
2702
|
+
_setter("items", items)
|
2171
2703
|
|
2172
2704
|
@property
|
2173
2705
|
@pulumi.getter
|
@@ -2193,12 +2725,25 @@ class DeployPipelineDeployPipelineEnvironmentItemArgs:
|
|
2193
2725
|
:param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageArgs']]] deploy_pipeline_stages: List of stages.
|
2194
2726
|
:param pulumi.Input[str] display_name: (Updatable) Deployment pipeline display name. Avoid entering confidential information.
|
2195
2727
|
"""
|
2728
|
+
DeployPipelineDeployPipelineEnvironmentItemArgs._configure(
|
2729
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2730
|
+
deploy_environment_id=deploy_environment_id,
|
2731
|
+
deploy_pipeline_stages=deploy_pipeline_stages,
|
2732
|
+
display_name=display_name,
|
2733
|
+
)
|
2734
|
+
@staticmethod
|
2735
|
+
def _configure(
|
2736
|
+
_setter: Callable[[Any, Any], None],
|
2737
|
+
deploy_environment_id: Optional[pulumi.Input[str]] = None,
|
2738
|
+
deploy_pipeline_stages: Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageArgs']]]] = None,
|
2739
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
2740
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2196
2741
|
if deploy_environment_id is not None:
|
2197
|
-
|
2742
|
+
_setter("deploy_environment_id", deploy_environment_id)
|
2198
2743
|
if deploy_pipeline_stages is not None:
|
2199
|
-
|
2744
|
+
_setter("deploy_pipeline_stages", deploy_pipeline_stages)
|
2200
2745
|
if display_name is not None:
|
2201
|
-
|
2746
|
+
_setter("display_name", display_name)
|
2202
2747
|
|
2203
2748
|
@property
|
2204
2749
|
@pulumi.getter(name="deployEnvironmentId")
|
@@ -2244,8 +2789,17 @@ class DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageArgs:
|
|
2244
2789
|
"""
|
2245
2790
|
:param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]] items: (Updatable) List of parameters defined for a deployment pipeline.
|
2246
2791
|
"""
|
2792
|
+
DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageArgs._configure(
|
2793
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2794
|
+
items=items,
|
2795
|
+
)
|
2796
|
+
@staticmethod
|
2797
|
+
def _configure(
|
2798
|
+
_setter: Callable[[Any, Any], None],
|
2799
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]]] = None,
|
2800
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2247
2801
|
if items is not None:
|
2248
|
-
|
2802
|
+
_setter("items", items)
|
2249
2803
|
|
2250
2804
|
@property
|
2251
2805
|
@pulumi.getter
|
@@ -2269,10 +2823,21 @@ class DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItemArgs:
|
|
2269
2823
|
:param pulumi.Input[str] deploy_stage_id: The OCID of a stage
|
2270
2824
|
:param pulumi.Input[str] display_name: (Updatable) Deployment pipeline display name. Avoid entering confidential information.
|
2271
2825
|
"""
|
2826
|
+
DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItemArgs._configure(
|
2827
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2828
|
+
deploy_stage_id=deploy_stage_id,
|
2829
|
+
display_name=display_name,
|
2830
|
+
)
|
2831
|
+
@staticmethod
|
2832
|
+
def _configure(
|
2833
|
+
_setter: Callable[[Any, Any], None],
|
2834
|
+
deploy_stage_id: Optional[pulumi.Input[str]] = None,
|
2835
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
2836
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2272
2837
|
if deploy_stage_id is not None:
|
2273
|
-
|
2838
|
+
_setter("deploy_stage_id", deploy_stage_id)
|
2274
2839
|
if display_name is not None:
|
2275
|
-
|
2840
|
+
_setter("display_name", display_name)
|
2276
2841
|
|
2277
2842
|
@property
|
2278
2843
|
@pulumi.getter(name="deployStageId")
|
@@ -2306,7 +2871,16 @@ class DeployPipelineDeployPipelineParametersArgs:
|
|
2306
2871
|
"""
|
2307
2872
|
:param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineParametersItemArgs']]] items: (Updatable) List of parameters defined for a deployment pipeline.
|
2308
2873
|
"""
|
2309
|
-
|
2874
|
+
DeployPipelineDeployPipelineParametersArgs._configure(
|
2875
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2876
|
+
items=items,
|
2877
|
+
)
|
2878
|
+
@staticmethod
|
2879
|
+
def _configure(
|
2880
|
+
_setter: Callable[[Any, Any], None],
|
2881
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineParametersItemArgs']]],
|
2882
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2883
|
+
_setter("items", items)
|
2310
2884
|
|
2311
2885
|
@property
|
2312
2886
|
@pulumi.getter
|
@@ -2332,11 +2906,24 @@ class DeployPipelineDeployPipelineParametersItemArgs:
|
|
2332
2906
|
:param pulumi.Input[str] default_value: (Updatable) Default value of the parameter.
|
2333
2907
|
:param pulumi.Input[str] description: (Updatable) Optional description about the deployment pipeline.
|
2334
2908
|
"""
|
2335
|
-
|
2909
|
+
DeployPipelineDeployPipelineParametersItemArgs._configure(
|
2910
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2911
|
+
name=name,
|
2912
|
+
default_value=default_value,
|
2913
|
+
description=description,
|
2914
|
+
)
|
2915
|
+
@staticmethod
|
2916
|
+
def _configure(
|
2917
|
+
_setter: Callable[[Any, Any], None],
|
2918
|
+
name: pulumi.Input[str],
|
2919
|
+
default_value: Optional[pulumi.Input[str]] = None,
|
2920
|
+
description: Optional[pulumi.Input[str]] = None,
|
2921
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2922
|
+
_setter("name", name)
|
2336
2923
|
if default_value is not None:
|
2337
|
-
|
2924
|
+
_setter("default_value", default_value)
|
2338
2925
|
if description is not None:
|
2339
|
-
|
2926
|
+
_setter("description", description)
|
2340
2927
|
|
2341
2928
|
@property
|
2342
2929
|
@pulumi.getter
|
@@ -2384,8 +2971,19 @@ class DeployStageApprovalPolicyArgs:
|
|
2384
2971
|
:param pulumi.Input[str] approval_policy_type: (Updatable) Approval policy type.
|
2385
2972
|
:param pulumi.Input[int] number_of_approvals_required: (Updatable) A minimum number of approvals required for stage to proceed.
|
2386
2973
|
"""
|
2387
|
-
|
2388
|
-
|
2974
|
+
DeployStageApprovalPolicyArgs._configure(
|
2975
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2976
|
+
approval_policy_type=approval_policy_type,
|
2977
|
+
number_of_approvals_required=number_of_approvals_required,
|
2978
|
+
)
|
2979
|
+
@staticmethod
|
2980
|
+
def _configure(
|
2981
|
+
_setter: Callable[[Any, Any], None],
|
2982
|
+
approval_policy_type: pulumi.Input[str],
|
2983
|
+
number_of_approvals_required: pulumi.Input[int],
|
2984
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2985
|
+
_setter("approval_policy_type", approval_policy_type)
|
2986
|
+
_setter("number_of_approvals_required", number_of_approvals_required)
|
2389
2987
|
|
2390
2988
|
@property
|
2391
2989
|
@pulumi.getter(name="approvalPolicyType")
|
@@ -2419,8 +3017,17 @@ class DeployStageBlueBackendIpsArgs:
|
|
2419
3017
|
"""
|
2420
3018
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] items: (Updatable) List of parameters defined to set helm value.
|
2421
3019
|
"""
|
3020
|
+
DeployStageBlueBackendIpsArgs._configure(
|
3021
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3022
|
+
items=items,
|
3023
|
+
)
|
3024
|
+
@staticmethod
|
3025
|
+
def _configure(
|
3026
|
+
_setter: Callable[[Any, Any], None],
|
3027
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
3028
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2422
3029
|
if items is not None:
|
2423
|
-
|
3030
|
+
_setter("items", items)
|
2424
3031
|
|
2425
3032
|
@property
|
2426
3033
|
@pulumi.getter
|
@@ -2448,10 +3055,25 @@ class DeployStageBlueGreenStrategyArgs:
|
|
2448
3055
|
:param pulumi.Input[str] namespace_b: Second Namespace for deployment.
|
2449
3056
|
:param pulumi.Input[str] strategy_type: Canary strategy type.
|
2450
3057
|
"""
|
2451
|
-
|
2452
|
-
|
2453
|
-
|
2454
|
-
|
3058
|
+
DeployStageBlueGreenStrategyArgs._configure(
|
3059
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3060
|
+
ingress_name=ingress_name,
|
3061
|
+
namespace_a=namespace_a,
|
3062
|
+
namespace_b=namespace_b,
|
3063
|
+
strategy_type=strategy_type,
|
3064
|
+
)
|
3065
|
+
@staticmethod
|
3066
|
+
def _configure(
|
3067
|
+
_setter: Callable[[Any, Any], None],
|
3068
|
+
ingress_name: pulumi.Input[str],
|
3069
|
+
namespace_a: pulumi.Input[str],
|
3070
|
+
namespace_b: pulumi.Input[str],
|
3071
|
+
strategy_type: pulumi.Input[str],
|
3072
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3073
|
+
_setter("ingress_name", ingress_name)
|
3074
|
+
_setter("namespace_a", namespace_a)
|
3075
|
+
_setter("namespace_b", namespace_b)
|
3076
|
+
_setter("strategy_type", strategy_type)
|
2455
3077
|
|
2456
3078
|
@property
|
2457
3079
|
@pulumi.getter(name="ingressName")
|
@@ -2513,9 +3135,22 @@ class DeployStageCanaryStrategyArgs:
|
|
2513
3135
|
:param pulumi.Input[str] namespace: (Updatable) Default namespace to be used for Kubernetes deployment when not specified in the manifest.
|
2514
3136
|
:param pulumi.Input[str] strategy_type: Canary strategy type.
|
2515
3137
|
"""
|
2516
|
-
|
2517
|
-
|
2518
|
-
|
3138
|
+
DeployStageCanaryStrategyArgs._configure(
|
3139
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3140
|
+
ingress_name=ingress_name,
|
3141
|
+
namespace=namespace,
|
3142
|
+
strategy_type=strategy_type,
|
3143
|
+
)
|
3144
|
+
@staticmethod
|
3145
|
+
def _configure(
|
3146
|
+
_setter: Callable[[Any, Any], None],
|
3147
|
+
ingress_name: pulumi.Input[str],
|
3148
|
+
namespace: pulumi.Input[str],
|
3149
|
+
strategy_type: pulumi.Input[str],
|
3150
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3151
|
+
_setter("ingress_name", ingress_name)
|
3152
|
+
_setter("namespace", namespace)
|
3153
|
+
_setter("strategy_type", strategy_type)
|
2519
3154
|
|
2520
3155
|
@property
|
2521
3156
|
@pulumi.getter(name="ingressName")
|
@@ -2571,14 +3206,33 @@ class DeployStageContainerConfigArgs:
|
|
2571
3206
|
:param pulumi.Input[str] availability_domain: (Updatable) Availability domain where the ContainerInstance will be created.
|
2572
3207
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the ContainerInstance will be created.
|
2573
3208
|
"""
|
2574
|
-
|
2575
|
-
|
2576
|
-
|
2577
|
-
|
3209
|
+
DeployStageContainerConfigArgs._configure(
|
3210
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3211
|
+
container_config_type=container_config_type,
|
3212
|
+
network_channel=network_channel,
|
3213
|
+
shape_config=shape_config,
|
3214
|
+
shape_name=shape_name,
|
3215
|
+
availability_domain=availability_domain,
|
3216
|
+
compartment_id=compartment_id,
|
3217
|
+
)
|
3218
|
+
@staticmethod
|
3219
|
+
def _configure(
|
3220
|
+
_setter: Callable[[Any, Any], None],
|
3221
|
+
container_config_type: pulumi.Input[str],
|
3222
|
+
network_channel: pulumi.Input['DeployStageContainerConfigNetworkChannelArgs'],
|
3223
|
+
shape_config: pulumi.Input['DeployStageContainerConfigShapeConfigArgs'],
|
3224
|
+
shape_name: pulumi.Input[str],
|
3225
|
+
availability_domain: Optional[pulumi.Input[str]] = None,
|
3226
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
3227
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3228
|
+
_setter("container_config_type", container_config_type)
|
3229
|
+
_setter("network_channel", network_channel)
|
3230
|
+
_setter("shape_config", shape_config)
|
3231
|
+
_setter("shape_name", shape_name)
|
2578
3232
|
if availability_domain is not None:
|
2579
|
-
|
3233
|
+
_setter("availability_domain", availability_domain)
|
2580
3234
|
if compartment_id is not None:
|
2581
|
-
|
3235
|
+
_setter("compartment_id", compartment_id)
|
2582
3236
|
|
2583
3237
|
@property
|
2584
3238
|
@pulumi.getter(name="containerConfigType")
|
@@ -2664,10 +3318,23 @@ class DeployStageContainerConfigNetworkChannelArgs:
|
|
2664
3318
|
:param pulumi.Input[str] subnet_id: (Updatable) The OCID of the subnet where VNIC resources will be created for private endpoint.
|
2665
3319
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) An array of network security group OCIDs.
|
2666
3320
|
"""
|
2667
|
-
|
2668
|
-
|
3321
|
+
DeployStageContainerConfigNetworkChannelArgs._configure(
|
3322
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3323
|
+
network_channel_type=network_channel_type,
|
3324
|
+
subnet_id=subnet_id,
|
3325
|
+
nsg_ids=nsg_ids,
|
3326
|
+
)
|
3327
|
+
@staticmethod
|
3328
|
+
def _configure(
|
3329
|
+
_setter: Callable[[Any, Any], None],
|
3330
|
+
network_channel_type: pulumi.Input[str],
|
3331
|
+
subnet_id: pulumi.Input[str],
|
3332
|
+
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
3333
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3334
|
+
_setter("network_channel_type", network_channel_type)
|
3335
|
+
_setter("subnet_id", subnet_id)
|
2669
3336
|
if nsg_ids is not None:
|
2670
|
-
|
3337
|
+
_setter("nsg_ids", nsg_ids)
|
2671
3338
|
|
2672
3339
|
@property
|
2673
3340
|
@pulumi.getter(name="networkChannelType")
|
@@ -2715,9 +3382,20 @@ class DeployStageContainerConfigShapeConfigArgs:
|
|
2715
3382
|
:param pulumi.Input[float] ocpus: (Updatable) The total number of OCPUs available to the instance.
|
2716
3383
|
:param pulumi.Input[float] memory_in_gbs: (Updatable) The total amount of memory available to the instance, in gigabytes.
|
2717
3384
|
"""
|
2718
|
-
|
3385
|
+
DeployStageContainerConfigShapeConfigArgs._configure(
|
3386
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3387
|
+
ocpus=ocpus,
|
3388
|
+
memory_in_gbs=memory_in_gbs,
|
3389
|
+
)
|
3390
|
+
@staticmethod
|
3391
|
+
def _configure(
|
3392
|
+
_setter: Callable[[Any, Any], None],
|
3393
|
+
ocpus: pulumi.Input[float],
|
3394
|
+
memory_in_gbs: Optional[pulumi.Input[float]] = None,
|
3395
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3396
|
+
_setter("ocpus", ocpus)
|
2719
3397
|
if memory_in_gbs is not None:
|
2720
|
-
|
3398
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
2721
3399
|
|
2722
3400
|
@property
|
2723
3401
|
@pulumi.getter
|
@@ -2751,7 +3429,16 @@ class DeployStageDeployStagePredecessorCollectionArgs:
|
|
2751
3429
|
"""
|
2752
3430
|
:param pulumi.Input[Sequence[pulumi.Input['DeployStageDeployStagePredecessorCollectionItemArgs']]] items: (Updatable) List of parameters defined to set helm value.
|
2753
3431
|
"""
|
2754
|
-
|
3432
|
+
DeployStageDeployStagePredecessorCollectionArgs._configure(
|
3433
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3434
|
+
items=items,
|
3435
|
+
)
|
3436
|
+
@staticmethod
|
3437
|
+
def _configure(
|
3438
|
+
_setter: Callable[[Any, Any], None],
|
3439
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeployStageDeployStagePredecessorCollectionItemArgs']]],
|
3440
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3441
|
+
_setter("items", items)
|
2755
3442
|
|
2756
3443
|
@property
|
2757
3444
|
@pulumi.getter
|
@@ -2773,7 +3460,16 @@ class DeployStageDeployStagePredecessorCollectionItemArgs:
|
|
2773
3460
|
"""
|
2774
3461
|
:param pulumi.Input[str] id: (Updatable) The OCID of the predecessor stage. If a stage is the first stage in the pipeline, then the ID is the pipeline's OCID.
|
2775
3462
|
"""
|
2776
|
-
|
3463
|
+
DeployStageDeployStagePredecessorCollectionItemArgs._configure(
|
3464
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3465
|
+
id=id,
|
3466
|
+
)
|
3467
|
+
@staticmethod
|
3468
|
+
def _configure(
|
3469
|
+
_setter: Callable[[Any, Any], None],
|
3470
|
+
id: pulumi.Input[str],
|
3471
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3472
|
+
_setter("id", id)
|
2777
3473
|
|
2778
3474
|
@property
|
2779
3475
|
@pulumi.getter
|
@@ -2799,11 +3495,24 @@ class DeployStageFailurePolicyArgs:
|
|
2799
3495
|
:param pulumi.Input[int] failure_count: (Updatable) The threshold count of failed instances in the group, which when reached or exceeded sets the stage as FAILED.
|
2800
3496
|
:param pulumi.Input[int] failure_percentage: (Updatable) The failure percentage threshold, which when reached or exceeded sets the stage as FAILED. Percentage is computed as the ceiling value of the number of failed instances over the total count of the instances in the group.
|
2801
3497
|
"""
|
2802
|
-
|
3498
|
+
DeployStageFailurePolicyArgs._configure(
|
3499
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3500
|
+
policy_type=policy_type,
|
3501
|
+
failure_count=failure_count,
|
3502
|
+
failure_percentage=failure_percentage,
|
3503
|
+
)
|
3504
|
+
@staticmethod
|
3505
|
+
def _configure(
|
3506
|
+
_setter: Callable[[Any, Any], None],
|
3507
|
+
policy_type: pulumi.Input[str],
|
3508
|
+
failure_count: Optional[pulumi.Input[int]] = None,
|
3509
|
+
failure_percentage: Optional[pulumi.Input[int]] = None,
|
3510
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3511
|
+
_setter("policy_type", policy_type)
|
2803
3512
|
if failure_count is not None:
|
2804
|
-
|
3513
|
+
_setter("failure_count", failure_count)
|
2805
3514
|
if failure_percentage is not None:
|
2806
|
-
|
3515
|
+
_setter("failure_percentage", failure_percentage)
|
2807
3516
|
|
2808
3517
|
@property
|
2809
3518
|
@pulumi.getter(name="policyType")
|
@@ -2849,8 +3558,17 @@ class DeployStageGreenBackendIpsArgs:
|
|
2849
3558
|
"""
|
2850
3559
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] items: (Updatable) List of parameters defined to set helm value.
|
2851
3560
|
"""
|
3561
|
+
DeployStageGreenBackendIpsArgs._configure(
|
3562
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3563
|
+
items=items,
|
3564
|
+
)
|
3565
|
+
@staticmethod
|
3566
|
+
def _configure(
|
3567
|
+
_setter: Callable[[Any, Any], None],
|
3568
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
3569
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2852
3570
|
if items is not None:
|
2853
|
-
|
3571
|
+
_setter("items", items)
|
2854
3572
|
|
2855
3573
|
@property
|
2856
3574
|
@pulumi.getter
|
@@ -2878,14 +3596,29 @@ class DeployStageLoadBalancerConfigArgs:
|
|
2878
3596
|
:param pulumi.Input[str] load_balancer_id: (Updatable) The OCID of the load balancer.
|
2879
3597
|
:param pulumi.Input[str] state: The current state of the deployment stage.
|
2880
3598
|
"""
|
3599
|
+
DeployStageLoadBalancerConfigArgs._configure(
|
3600
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3601
|
+
backend_port=backend_port,
|
3602
|
+
listener_name=listener_name,
|
3603
|
+
load_balancer_id=load_balancer_id,
|
3604
|
+
state=state,
|
3605
|
+
)
|
3606
|
+
@staticmethod
|
3607
|
+
def _configure(
|
3608
|
+
_setter: Callable[[Any, Any], None],
|
3609
|
+
backend_port: Optional[pulumi.Input[int]] = None,
|
3610
|
+
listener_name: Optional[pulumi.Input[str]] = None,
|
3611
|
+
load_balancer_id: Optional[pulumi.Input[str]] = None,
|
3612
|
+
state: Optional[pulumi.Input[str]] = None,
|
3613
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2881
3614
|
if backend_port is not None:
|
2882
|
-
|
3615
|
+
_setter("backend_port", backend_port)
|
2883
3616
|
if listener_name is not None:
|
2884
|
-
|
3617
|
+
_setter("listener_name", listener_name)
|
2885
3618
|
if load_balancer_id is not None:
|
2886
|
-
|
3619
|
+
_setter("load_balancer_id", load_balancer_id)
|
2887
3620
|
if state is not None:
|
2888
|
-
|
3621
|
+
_setter("state", state)
|
2889
3622
|
|
2890
3623
|
@property
|
2891
3624
|
@pulumi.getter(name="backendPort")
|
@@ -2949,14 +3682,29 @@ class DeployStageProductionLoadBalancerConfigArgs:
|
|
2949
3682
|
:param pulumi.Input[str] load_balancer_id: (Updatable) The OCID of the load balancer.
|
2950
3683
|
:param pulumi.Input[str] state: The current state of the deployment stage.
|
2951
3684
|
"""
|
3685
|
+
DeployStageProductionLoadBalancerConfigArgs._configure(
|
3686
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3687
|
+
backend_port=backend_port,
|
3688
|
+
listener_name=listener_name,
|
3689
|
+
load_balancer_id=load_balancer_id,
|
3690
|
+
state=state,
|
3691
|
+
)
|
3692
|
+
@staticmethod
|
3693
|
+
def _configure(
|
3694
|
+
_setter: Callable[[Any, Any], None],
|
3695
|
+
backend_port: Optional[pulumi.Input[int]] = None,
|
3696
|
+
listener_name: Optional[pulumi.Input[str]] = None,
|
3697
|
+
load_balancer_id: Optional[pulumi.Input[str]] = None,
|
3698
|
+
state: Optional[pulumi.Input[str]] = None,
|
3699
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2952
3700
|
if backend_port is not None:
|
2953
|
-
|
3701
|
+
_setter("backend_port", backend_port)
|
2954
3702
|
if listener_name is not None:
|
2955
|
-
|
3703
|
+
_setter("listener_name", listener_name)
|
2956
3704
|
if load_balancer_id is not None:
|
2957
|
-
|
3705
|
+
_setter("load_balancer_id", load_balancer_id)
|
2958
3706
|
if state is not None:
|
2959
|
-
|
3707
|
+
_setter("state", state)
|
2960
3708
|
|
2961
3709
|
@property
|
2962
3710
|
@pulumi.getter(name="backendPort")
|
@@ -3014,8 +3762,17 @@ class DeployStageRollbackPolicyArgs:
|
|
3014
3762
|
"""
|
3015
3763
|
:param pulumi.Input[str] policy_type: (Updatable) The type of policy used for rolling out a deployment stage.
|
3016
3764
|
"""
|
3765
|
+
DeployStageRollbackPolicyArgs._configure(
|
3766
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3767
|
+
policy_type=policy_type,
|
3768
|
+
)
|
3769
|
+
@staticmethod
|
3770
|
+
def _configure(
|
3771
|
+
_setter: Callable[[Any, Any], None],
|
3772
|
+
policy_type: Optional[pulumi.Input[str]] = None,
|
3773
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3017
3774
|
if policy_type is not None:
|
3018
|
-
|
3775
|
+
_setter("policy_type", policy_type)
|
3019
3776
|
|
3020
3777
|
@property
|
3021
3778
|
@pulumi.getter(name="policyType")
|
@@ -3045,16 +3802,33 @@ class DeployStageRolloutPolicyArgs:
|
|
3045
3802
|
:param pulumi.Input[str] policy_type: (Updatable) The type of policy used for rolling out a deployment stage.
|
3046
3803
|
:param pulumi.Input[float] ramp_limit_percent: (Updatable) Indicates the criteria to stop.
|
3047
3804
|
"""
|
3805
|
+
DeployStageRolloutPolicyArgs._configure(
|
3806
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3807
|
+
batch_count=batch_count,
|
3808
|
+
batch_delay_in_seconds=batch_delay_in_seconds,
|
3809
|
+
batch_percentage=batch_percentage,
|
3810
|
+
policy_type=policy_type,
|
3811
|
+
ramp_limit_percent=ramp_limit_percent,
|
3812
|
+
)
|
3813
|
+
@staticmethod
|
3814
|
+
def _configure(
|
3815
|
+
_setter: Callable[[Any, Any], None],
|
3816
|
+
batch_count: Optional[pulumi.Input[int]] = None,
|
3817
|
+
batch_delay_in_seconds: Optional[pulumi.Input[int]] = None,
|
3818
|
+
batch_percentage: Optional[pulumi.Input[int]] = None,
|
3819
|
+
policy_type: Optional[pulumi.Input[str]] = None,
|
3820
|
+
ramp_limit_percent: Optional[pulumi.Input[float]] = None,
|
3821
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3048
3822
|
if batch_count is not None:
|
3049
|
-
|
3823
|
+
_setter("batch_count", batch_count)
|
3050
3824
|
if batch_delay_in_seconds is not None:
|
3051
|
-
|
3825
|
+
_setter("batch_delay_in_seconds", batch_delay_in_seconds)
|
3052
3826
|
if batch_percentage is not None:
|
3053
|
-
|
3827
|
+
_setter("batch_percentage", batch_percentage)
|
3054
3828
|
if policy_type is not None:
|
3055
|
-
|
3829
|
+
_setter("policy_type", policy_type)
|
3056
3830
|
if ramp_limit_percent is not None:
|
3057
|
-
|
3831
|
+
_setter("ramp_limit_percent", ramp_limit_percent)
|
3058
3832
|
|
3059
3833
|
@property
|
3060
3834
|
@pulumi.getter(name="batchCount")
|
@@ -3124,8 +3898,17 @@ class DeployStageSetStringArgs:
|
|
3124
3898
|
"""
|
3125
3899
|
:param pulumi.Input[Sequence[pulumi.Input['DeployStageSetStringItemArgs']]] items: (Updatable) List of parameters defined to set helm value.
|
3126
3900
|
"""
|
3901
|
+
DeployStageSetStringArgs._configure(
|
3902
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3903
|
+
items=items,
|
3904
|
+
)
|
3905
|
+
@staticmethod
|
3906
|
+
def _configure(
|
3907
|
+
_setter: Callable[[Any, Any], None],
|
3908
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeployStageSetStringItemArgs']]]] = None,
|
3909
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3127
3910
|
if items is not None:
|
3128
|
-
|
3911
|
+
_setter("items", items)
|
3129
3912
|
|
3130
3913
|
@property
|
3131
3914
|
@pulumi.getter
|
@@ -3149,10 +3932,21 @@ class DeployStageSetStringItemArgs:
|
|
3149
3932
|
:param pulumi.Input[str] name: (Updatable) Name of the parameter (case-sensitive).
|
3150
3933
|
:param pulumi.Input[str] value: (Updatable) Value of the parameter.
|
3151
3934
|
"""
|
3935
|
+
DeployStageSetStringItemArgs._configure(
|
3936
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3937
|
+
name=name,
|
3938
|
+
value=value,
|
3939
|
+
)
|
3940
|
+
@staticmethod
|
3941
|
+
def _configure(
|
3942
|
+
_setter: Callable[[Any, Any], None],
|
3943
|
+
name: Optional[pulumi.Input[str]] = None,
|
3944
|
+
value: Optional[pulumi.Input[str]] = None,
|
3945
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3152
3946
|
if name is not None:
|
3153
|
-
|
3947
|
+
_setter("name", name)
|
3154
3948
|
if value is not None:
|
3155
|
-
|
3949
|
+
_setter("value", value)
|
3156
3950
|
|
3157
3951
|
@property
|
3158
3952
|
@pulumi.getter
|
@@ -3186,8 +3980,17 @@ class DeployStageSetValuesArgs:
|
|
3186
3980
|
"""
|
3187
3981
|
:param pulumi.Input[Sequence[pulumi.Input['DeployStageSetValuesItemArgs']]] items: (Updatable) List of parameters defined to set helm value.
|
3188
3982
|
"""
|
3983
|
+
DeployStageSetValuesArgs._configure(
|
3984
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3985
|
+
items=items,
|
3986
|
+
)
|
3987
|
+
@staticmethod
|
3988
|
+
def _configure(
|
3989
|
+
_setter: Callable[[Any, Any], None],
|
3990
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeployStageSetValuesItemArgs']]]] = None,
|
3991
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3189
3992
|
if items is not None:
|
3190
|
-
|
3993
|
+
_setter("items", items)
|
3191
3994
|
|
3192
3995
|
@property
|
3193
3996
|
@pulumi.getter
|
@@ -3211,10 +4014,21 @@ class DeployStageSetValuesItemArgs:
|
|
3211
4014
|
:param pulumi.Input[str] name: (Updatable) Name of the parameter (case-sensitive).
|
3212
4015
|
:param pulumi.Input[str] value: (Updatable) Value of the parameter.
|
3213
4016
|
"""
|
4017
|
+
DeployStageSetValuesItemArgs._configure(
|
4018
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4019
|
+
name=name,
|
4020
|
+
value=value,
|
4021
|
+
)
|
4022
|
+
@staticmethod
|
4023
|
+
def _configure(
|
4024
|
+
_setter: Callable[[Any, Any], None],
|
4025
|
+
name: Optional[pulumi.Input[str]] = None,
|
4026
|
+
value: Optional[pulumi.Input[str]] = None,
|
4027
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3214
4028
|
if name is not None:
|
3215
|
-
|
4029
|
+
_setter("name", name)
|
3216
4030
|
if value is not None:
|
3217
|
-
|
4031
|
+
_setter("value", value)
|
3218
4032
|
|
3219
4033
|
@property
|
3220
4034
|
@pulumi.getter
|
@@ -3254,14 +4068,29 @@ class DeployStageTestLoadBalancerConfigArgs:
|
|
3254
4068
|
:param pulumi.Input[str] load_balancer_id: (Updatable) The OCID of the load balancer.
|
3255
4069
|
:param pulumi.Input[str] state: The current state of the deployment stage.
|
3256
4070
|
"""
|
4071
|
+
DeployStageTestLoadBalancerConfigArgs._configure(
|
4072
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4073
|
+
backend_port=backend_port,
|
4074
|
+
listener_name=listener_name,
|
4075
|
+
load_balancer_id=load_balancer_id,
|
4076
|
+
state=state,
|
4077
|
+
)
|
4078
|
+
@staticmethod
|
4079
|
+
def _configure(
|
4080
|
+
_setter: Callable[[Any, Any], None],
|
4081
|
+
backend_port: Optional[pulumi.Input[int]] = None,
|
4082
|
+
listener_name: Optional[pulumi.Input[str]] = None,
|
4083
|
+
load_balancer_id: Optional[pulumi.Input[str]] = None,
|
4084
|
+
state: Optional[pulumi.Input[str]] = None,
|
4085
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3257
4086
|
if backend_port is not None:
|
3258
|
-
|
4087
|
+
_setter("backend_port", backend_port)
|
3259
4088
|
if listener_name is not None:
|
3260
|
-
|
4089
|
+
_setter("listener_name", listener_name)
|
3261
4090
|
if load_balancer_id is not None:
|
3262
|
-
|
4091
|
+
_setter("load_balancer_id", load_balancer_id)
|
3263
4092
|
if state is not None:
|
3264
|
-
|
4093
|
+
_setter("state", state)
|
3265
4094
|
|
3266
4095
|
@property
|
3267
4096
|
@pulumi.getter(name="backendPort")
|
@@ -3325,8 +4154,19 @@ class DeployStageWaitCriteriaArgs:
|
|
3325
4154
|
** IMPORTANT **
|
3326
4155
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3327
4156
|
"""
|
3328
|
-
|
3329
|
-
|
4157
|
+
DeployStageWaitCriteriaArgs._configure(
|
4158
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4159
|
+
wait_duration=wait_duration,
|
4160
|
+
wait_type=wait_type,
|
4161
|
+
)
|
4162
|
+
@staticmethod
|
4163
|
+
def _configure(
|
4164
|
+
_setter: Callable[[Any, Any], None],
|
4165
|
+
wait_duration: pulumi.Input[str],
|
4166
|
+
wait_type: pulumi.Input[str],
|
4167
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4168
|
+
_setter("wait_duration", wait_duration)
|
4169
|
+
_setter("wait_type", wait_type)
|
3330
4170
|
|
3331
4171
|
@property
|
3332
4172
|
@pulumi.getter(name="waitDuration")
|
@@ -3364,8 +4204,17 @@ class DeploymentDeployArtifactOverrideArgumentsArgs:
|
|
3364
4204
|
"""
|
3365
4205
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployArtifactOverrideArgumentsItemArgs']]] items: List of arguments provided at the time of deployment.
|
3366
4206
|
"""
|
4207
|
+
DeploymentDeployArtifactOverrideArgumentsArgs._configure(
|
4208
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4209
|
+
items=items,
|
4210
|
+
)
|
4211
|
+
@staticmethod
|
4212
|
+
def _configure(
|
4213
|
+
_setter: Callable[[Any, Any], None],
|
4214
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployArtifactOverrideArgumentsItemArgs']]]] = None,
|
4215
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3367
4216
|
if items is not None:
|
3368
|
-
|
4217
|
+
_setter("items", items)
|
3369
4218
|
|
3370
4219
|
@property
|
3371
4220
|
@pulumi.getter
|
@@ -3392,12 +4241,25 @@ class DeploymentDeployArtifactOverrideArgumentsItemArgs:
|
|
3392
4241
|
:param pulumi.Input[str] value: value of the argument.
|
3393
4242
|
* To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
|
3394
4243
|
"""
|
4244
|
+
DeploymentDeployArtifactOverrideArgumentsItemArgs._configure(
|
4245
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4246
|
+
deploy_artifact_id=deploy_artifact_id,
|
4247
|
+
name=name,
|
4248
|
+
value=value,
|
4249
|
+
)
|
4250
|
+
@staticmethod
|
4251
|
+
def _configure(
|
4252
|
+
_setter: Callable[[Any, Any], None],
|
4253
|
+
deploy_artifact_id: Optional[pulumi.Input[str]] = None,
|
4254
|
+
name: Optional[pulumi.Input[str]] = None,
|
4255
|
+
value: Optional[pulumi.Input[str]] = None,
|
4256
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3395
4257
|
if deploy_artifact_id is not None:
|
3396
|
-
|
4258
|
+
_setter("deploy_artifact_id", deploy_artifact_id)
|
3397
4259
|
if name is not None:
|
3398
|
-
|
4260
|
+
_setter("name", name)
|
3399
4261
|
if value is not None:
|
3400
|
-
|
4262
|
+
_setter("value", value)
|
3401
4263
|
|
3402
4264
|
@property
|
3403
4265
|
@pulumi.getter(name="deployArtifactId")
|
@@ -3444,8 +4306,17 @@ class DeploymentDeployPipelineArtifactArgs:
|
|
3444
4306
|
"""
|
3445
4307
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemArgs']]] items: List of arguments provided at the time of deployment.
|
3446
4308
|
"""
|
4309
|
+
DeploymentDeployPipelineArtifactArgs._configure(
|
4310
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4311
|
+
items=items,
|
4312
|
+
)
|
4313
|
+
@staticmethod
|
4314
|
+
def _configure(
|
4315
|
+
_setter: Callable[[Any, Any], None],
|
4316
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemArgs']]]] = None,
|
4317
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3447
4318
|
if items is not None:
|
3448
|
-
|
4319
|
+
_setter("items", items)
|
3449
4320
|
|
3450
4321
|
@property
|
3451
4322
|
@pulumi.getter
|
@@ -3471,12 +4342,25 @@ class DeploymentDeployPipelineArtifactItemArgs:
|
|
3471
4342
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemDeployPipelineStageArgs']]] deploy_pipeline_stages: List of stages.
|
3472
4343
|
:param pulumi.Input[str] display_name: (Updatable) Deployment display name. Avoid entering confidential information.
|
3473
4344
|
"""
|
4345
|
+
DeploymentDeployPipelineArtifactItemArgs._configure(
|
4346
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4347
|
+
deploy_artifact_id=deploy_artifact_id,
|
4348
|
+
deploy_pipeline_stages=deploy_pipeline_stages,
|
4349
|
+
display_name=display_name,
|
4350
|
+
)
|
4351
|
+
@staticmethod
|
4352
|
+
def _configure(
|
4353
|
+
_setter: Callable[[Any, Any], None],
|
4354
|
+
deploy_artifact_id: Optional[pulumi.Input[str]] = None,
|
4355
|
+
deploy_pipeline_stages: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemDeployPipelineStageArgs']]]] = None,
|
4356
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
4357
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3474
4358
|
if deploy_artifact_id is not None:
|
3475
|
-
|
4359
|
+
_setter("deploy_artifact_id", deploy_artifact_id)
|
3476
4360
|
if deploy_pipeline_stages is not None:
|
3477
|
-
|
4361
|
+
_setter("deploy_pipeline_stages", deploy_pipeline_stages)
|
3478
4362
|
if display_name is not None:
|
3479
|
-
|
4363
|
+
_setter("display_name", display_name)
|
3480
4364
|
|
3481
4365
|
@property
|
3482
4366
|
@pulumi.getter(name="deployArtifactId")
|
@@ -3522,8 +4406,17 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStageArgs:
|
|
3522
4406
|
"""
|
3523
4407
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs']]] items: List of arguments provided at the time of deployment.
|
3524
4408
|
"""
|
4409
|
+
DeploymentDeployPipelineArtifactItemDeployPipelineStageArgs._configure(
|
4410
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4411
|
+
items=items,
|
4412
|
+
)
|
4413
|
+
@staticmethod
|
4414
|
+
def _configure(
|
4415
|
+
_setter: Callable[[Any, Any], None],
|
4416
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs']]]] = None,
|
4417
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3525
4418
|
if items is not None:
|
3526
|
-
|
4419
|
+
_setter("items", items)
|
3527
4420
|
|
3528
4421
|
@property
|
3529
4422
|
@pulumi.getter
|
@@ -3547,10 +4440,21 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs:
|
|
3547
4440
|
:param pulumi.Input[str] deploy_stage_id: The OCID of the stage.
|
3548
4441
|
:param pulumi.Input[str] display_name: (Updatable) Deployment display name. Avoid entering confidential information.
|
3549
4442
|
"""
|
4443
|
+
DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs._configure(
|
4444
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4445
|
+
deploy_stage_id=deploy_stage_id,
|
4446
|
+
display_name=display_name,
|
4447
|
+
)
|
4448
|
+
@staticmethod
|
4449
|
+
def _configure(
|
4450
|
+
_setter: Callable[[Any, Any], None],
|
4451
|
+
deploy_stage_id: Optional[pulumi.Input[str]] = None,
|
4452
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
4453
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3550
4454
|
if deploy_stage_id is not None:
|
3551
|
-
|
4455
|
+
_setter("deploy_stage_id", deploy_stage_id)
|
3552
4456
|
if display_name is not None:
|
3553
|
-
|
4457
|
+
_setter("display_name", display_name)
|
3554
4458
|
|
3555
4459
|
@property
|
3556
4460
|
@pulumi.getter(name="deployStageId")
|
@@ -3584,8 +4488,17 @@ class DeploymentDeployPipelineEnvironmentArgs:
|
|
3584
4488
|
"""
|
3585
4489
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemArgs']]] items: List of arguments provided at the time of deployment.
|
3586
4490
|
"""
|
4491
|
+
DeploymentDeployPipelineEnvironmentArgs._configure(
|
4492
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4493
|
+
items=items,
|
4494
|
+
)
|
4495
|
+
@staticmethod
|
4496
|
+
def _configure(
|
4497
|
+
_setter: Callable[[Any, Any], None],
|
4498
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemArgs']]]] = None,
|
4499
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3587
4500
|
if items is not None:
|
3588
|
-
|
4501
|
+
_setter("items", items)
|
3589
4502
|
|
3590
4503
|
@property
|
3591
4504
|
@pulumi.getter
|
@@ -3611,12 +4524,25 @@ class DeploymentDeployPipelineEnvironmentItemArgs:
|
|
3611
4524
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemDeployPipelineStageArgs']]] deploy_pipeline_stages: List of stages.
|
3612
4525
|
:param pulumi.Input[str] display_name: (Updatable) Deployment display name. Avoid entering confidential information.
|
3613
4526
|
"""
|
4527
|
+
DeploymentDeployPipelineEnvironmentItemArgs._configure(
|
4528
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4529
|
+
deploy_environment_id=deploy_environment_id,
|
4530
|
+
deploy_pipeline_stages=deploy_pipeline_stages,
|
4531
|
+
display_name=display_name,
|
4532
|
+
)
|
4533
|
+
@staticmethod
|
4534
|
+
def _configure(
|
4535
|
+
_setter: Callable[[Any, Any], None],
|
4536
|
+
deploy_environment_id: Optional[pulumi.Input[str]] = None,
|
4537
|
+
deploy_pipeline_stages: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemDeployPipelineStageArgs']]]] = None,
|
4538
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
4539
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3614
4540
|
if deploy_environment_id is not None:
|
3615
|
-
|
4541
|
+
_setter("deploy_environment_id", deploy_environment_id)
|
3616
4542
|
if deploy_pipeline_stages is not None:
|
3617
|
-
|
4543
|
+
_setter("deploy_pipeline_stages", deploy_pipeline_stages)
|
3618
4544
|
if display_name is not None:
|
3619
|
-
|
4545
|
+
_setter("display_name", display_name)
|
3620
4546
|
|
3621
4547
|
@property
|
3622
4548
|
@pulumi.getter(name="deployEnvironmentId")
|
@@ -3662,8 +4588,17 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStageArgs:
|
|
3662
4588
|
"""
|
3663
4589
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]] items: List of arguments provided at the time of deployment.
|
3664
4590
|
"""
|
4591
|
+
DeploymentDeployPipelineEnvironmentItemDeployPipelineStageArgs._configure(
|
4592
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4593
|
+
items=items,
|
4594
|
+
)
|
4595
|
+
@staticmethod
|
4596
|
+
def _configure(
|
4597
|
+
_setter: Callable[[Any, Any], None],
|
4598
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]]] = None,
|
4599
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3665
4600
|
if items is not None:
|
3666
|
-
|
4601
|
+
_setter("items", items)
|
3667
4602
|
|
3668
4603
|
@property
|
3669
4604
|
@pulumi.getter
|
@@ -3687,10 +4622,21 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs:
|
|
3687
4622
|
:param pulumi.Input[str] deploy_stage_id: The OCID of the stage.
|
3688
4623
|
:param pulumi.Input[str] display_name: (Updatable) Deployment display name. Avoid entering confidential information.
|
3689
4624
|
"""
|
4625
|
+
DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs._configure(
|
4626
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4627
|
+
deploy_stage_id=deploy_stage_id,
|
4628
|
+
display_name=display_name,
|
4629
|
+
)
|
4630
|
+
@staticmethod
|
4631
|
+
def _configure(
|
4632
|
+
_setter: Callable[[Any, Any], None],
|
4633
|
+
deploy_stage_id: Optional[pulumi.Input[str]] = None,
|
4634
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
4635
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3690
4636
|
if deploy_stage_id is not None:
|
3691
|
-
|
4637
|
+
_setter("deploy_stage_id", deploy_stage_id)
|
3692
4638
|
if display_name is not None:
|
3693
|
-
|
4639
|
+
_setter("display_name", display_name)
|
3694
4640
|
|
3695
4641
|
@property
|
3696
4642
|
@pulumi.getter(name="deployStageId")
|
@@ -3724,8 +4670,17 @@ class DeploymentDeployStageOverrideArgumentsArgs:
|
|
3724
4670
|
"""
|
3725
4671
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployStageOverrideArgumentsItemArgs']]] items: List of arguments provided at the time of deployment.
|
3726
4672
|
"""
|
4673
|
+
DeploymentDeployStageOverrideArgumentsArgs._configure(
|
4674
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4675
|
+
items=items,
|
4676
|
+
)
|
4677
|
+
@staticmethod
|
4678
|
+
def _configure(
|
4679
|
+
_setter: Callable[[Any, Any], None],
|
4680
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployStageOverrideArgumentsItemArgs']]]] = None,
|
4681
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3727
4682
|
if items is not None:
|
3728
|
-
|
4683
|
+
_setter("items", items)
|
3729
4684
|
|
3730
4685
|
@property
|
3731
4686
|
@pulumi.getter
|
@@ -3752,12 +4707,25 @@ class DeploymentDeployStageOverrideArgumentsItemArgs:
|
|
3752
4707
|
:param pulumi.Input[str] value: value of the argument.
|
3753
4708
|
* To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
|
3754
4709
|
"""
|
4710
|
+
DeploymentDeployStageOverrideArgumentsItemArgs._configure(
|
4711
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4712
|
+
deploy_stage_id=deploy_stage_id,
|
4713
|
+
name=name,
|
4714
|
+
value=value,
|
4715
|
+
)
|
4716
|
+
@staticmethod
|
4717
|
+
def _configure(
|
4718
|
+
_setter: Callable[[Any, Any], None],
|
4719
|
+
deploy_stage_id: Optional[pulumi.Input[str]] = None,
|
4720
|
+
name: Optional[pulumi.Input[str]] = None,
|
4721
|
+
value: Optional[pulumi.Input[str]] = None,
|
4722
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3755
4723
|
if deploy_stage_id is not None:
|
3756
|
-
|
4724
|
+
_setter("deploy_stage_id", deploy_stage_id)
|
3757
4725
|
if name is not None:
|
3758
|
-
|
4726
|
+
_setter("name", name)
|
3759
4727
|
if value is not None:
|
3760
|
-
|
4728
|
+
_setter("value", value)
|
3761
4729
|
|
3762
4730
|
@property
|
3763
4731
|
@pulumi.getter(name="deployStageId")
|
@@ -3804,8 +4772,17 @@ class DeploymentDeploymentArgumentsArgs:
|
|
3804
4772
|
"""
|
3805
4773
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentArgumentsItemArgs']]] items: List of arguments provided at the time of deployment.
|
3806
4774
|
"""
|
4775
|
+
DeploymentDeploymentArgumentsArgs._configure(
|
4776
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4777
|
+
items=items,
|
4778
|
+
)
|
4779
|
+
@staticmethod
|
4780
|
+
def _configure(
|
4781
|
+
_setter: Callable[[Any, Any], None],
|
4782
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentArgumentsItemArgs']]]] = None,
|
4783
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3807
4784
|
if items is not None:
|
3808
|
-
|
4785
|
+
_setter("items", items)
|
3809
4786
|
|
3810
4787
|
@property
|
3811
4788
|
@pulumi.getter
|
@@ -3830,10 +4807,21 @@ class DeploymentDeploymentArgumentsItemArgs:
|
|
3830
4807
|
:param pulumi.Input[str] value: value of the argument.
|
3831
4808
|
* To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
|
3832
4809
|
"""
|
4810
|
+
DeploymentDeploymentArgumentsItemArgs._configure(
|
4811
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4812
|
+
name=name,
|
4813
|
+
value=value,
|
4814
|
+
)
|
4815
|
+
@staticmethod
|
4816
|
+
def _configure(
|
4817
|
+
_setter: Callable[[Any, Any], None],
|
4818
|
+
name: Optional[pulumi.Input[str]] = None,
|
4819
|
+
value: Optional[pulumi.Input[str]] = None,
|
4820
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3833
4821
|
if name is not None:
|
3834
|
-
|
4822
|
+
_setter("name", name)
|
3835
4823
|
if value is not None:
|
3836
|
-
|
4824
|
+
_setter("value", value)
|
3837
4825
|
|
3838
4826
|
@property
|
3839
4827
|
@pulumi.getter
|
@@ -3872,12 +4860,25 @@ class DeploymentDeploymentExecutionProgressArgs:
|
|
3872
4860
|
:param pulumi.Input[str] time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
3873
4861
|
:param pulumi.Input[str] time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
3874
4862
|
"""
|
4863
|
+
DeploymentDeploymentExecutionProgressArgs._configure(
|
4864
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4865
|
+
deploy_stage_execution_progress=deploy_stage_execution_progress,
|
4866
|
+
time_finished=time_finished,
|
4867
|
+
time_started=time_started,
|
4868
|
+
)
|
4869
|
+
@staticmethod
|
4870
|
+
def _configure(
|
4871
|
+
_setter: Callable[[Any, Any], None],
|
4872
|
+
deploy_stage_execution_progress: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
4873
|
+
time_finished: Optional[pulumi.Input[str]] = None,
|
4874
|
+
time_started: Optional[pulumi.Input[str]] = None,
|
4875
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3875
4876
|
if deploy_stage_execution_progress is not None:
|
3876
|
-
|
4877
|
+
_setter("deploy_stage_execution_progress", deploy_stage_execution_progress)
|
3877
4878
|
if time_finished is not None:
|
3878
|
-
|
4879
|
+
_setter("time_finished", time_finished)
|
3879
4880
|
if time_started is not None:
|
3880
|
-
|
4881
|
+
_setter("time_started", time_started)
|
3881
4882
|
|
3882
4883
|
@property
|
3883
4884
|
@pulumi.getter(name="deployStageExecutionProgress")
|
@@ -3927,7 +4928,16 @@ class ProjectNotificationConfigArgs:
|
|
3927
4928
|
** IMPORTANT **
|
3928
4929
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3929
4930
|
"""
|
3930
|
-
|
4931
|
+
ProjectNotificationConfigArgs._configure(
|
4932
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4933
|
+
topic_id=topic_id,
|
4934
|
+
)
|
4935
|
+
@staticmethod
|
4936
|
+
def _configure(
|
4937
|
+
_setter: Callable[[Any, Any], None],
|
4938
|
+
topic_id: pulumi.Input[str],
|
4939
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4940
|
+
_setter("topic_id", topic_id)
|
3931
4941
|
|
3932
4942
|
@property
|
3933
4943
|
@pulumi.getter(name="topicId")
|
@@ -3957,12 +4967,25 @@ class RepositoryMirrorRepositoryConfigArgs:
|
|
3957
4967
|
:param pulumi.Input[str] repository_url: (Updatable) URL of external repository you want to mirror.
|
3958
4968
|
:param pulumi.Input['RepositoryMirrorRepositoryConfigTriggerScheduleArgs'] trigger_schedule: (Updatable) Specifies a trigger schedule. Timing information for when to initiate automated syncs.
|
3959
4969
|
"""
|
4970
|
+
RepositoryMirrorRepositoryConfigArgs._configure(
|
4971
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4972
|
+
connector_id=connector_id,
|
4973
|
+
repository_url=repository_url,
|
4974
|
+
trigger_schedule=trigger_schedule,
|
4975
|
+
)
|
4976
|
+
@staticmethod
|
4977
|
+
def _configure(
|
4978
|
+
_setter: Callable[[Any, Any], None],
|
4979
|
+
connector_id: Optional[pulumi.Input[str]] = None,
|
4980
|
+
repository_url: Optional[pulumi.Input[str]] = None,
|
4981
|
+
trigger_schedule: Optional[pulumi.Input['RepositoryMirrorRepositoryConfigTriggerScheduleArgs']] = None,
|
4982
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3960
4983
|
if connector_id is not None:
|
3961
|
-
|
4984
|
+
_setter("connector_id", connector_id)
|
3962
4985
|
if repository_url is not None:
|
3963
|
-
|
4986
|
+
_setter("repository_url", repository_url)
|
3964
4987
|
if trigger_schedule is not None:
|
3965
|
-
|
4988
|
+
_setter("trigger_schedule", trigger_schedule)
|
3966
4989
|
|
3967
4990
|
@property
|
3968
4991
|
@pulumi.getter(name="connectorId")
|
@@ -4010,9 +5033,20 @@ class RepositoryMirrorRepositoryConfigTriggerScheduleArgs:
|
|
4010
5033
|
:param pulumi.Input[str] schedule_type: (Updatable) Different types of trigger schedule: NONE - No automated synchronization schedule. DEFAULT - Trigger schedule is every 30 minutes. CUSTOM - Custom triggering schedule.
|
4011
5034
|
:param pulumi.Input[str] custom_schedule: (Updatable) Valid if type is CUSTOM. Following RFC 5545 recurrence rules, we can specify starting time, occurrence frequency, and interval size. Example for frequency could be DAILY/WEEKLY/HOURLY or any RFC 5545 supported frequency, which is followed by start time of this window. You can control the start time with BYHOUR, BYMINUTE and BYSECONDS. It is followed by the interval size.
|
4012
5035
|
"""
|
4013
|
-
|
5036
|
+
RepositoryMirrorRepositoryConfigTriggerScheduleArgs._configure(
|
5037
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5038
|
+
schedule_type=schedule_type,
|
5039
|
+
custom_schedule=custom_schedule,
|
5040
|
+
)
|
5041
|
+
@staticmethod
|
5042
|
+
def _configure(
|
5043
|
+
_setter: Callable[[Any, Any], None],
|
5044
|
+
schedule_type: pulumi.Input[str],
|
5045
|
+
custom_schedule: Optional[pulumi.Input[str]] = None,
|
5046
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5047
|
+
_setter("schedule_type", schedule_type)
|
4014
5048
|
if custom_schedule is not None:
|
4015
|
-
|
5049
|
+
_setter("custom_schedule", custom_schedule)
|
4016
5050
|
|
4017
5051
|
@property
|
4018
5052
|
@pulumi.getter(name="scheduleType")
|
@@ -4050,10 +5084,23 @@ class TriggerActionArgs:
|
|
4050
5084
|
:param pulumi.Input[str] type: (Updatable) The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
|
4051
5085
|
:param pulumi.Input['TriggerActionFilterArgs'] filter: (Updatable) The filters for the trigger.
|
4052
5086
|
"""
|
4053
|
-
|
4054
|
-
|
5087
|
+
TriggerActionArgs._configure(
|
5088
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5089
|
+
build_pipeline_id=build_pipeline_id,
|
5090
|
+
type=type,
|
5091
|
+
filter=filter,
|
5092
|
+
)
|
5093
|
+
@staticmethod
|
5094
|
+
def _configure(
|
5095
|
+
_setter: Callable[[Any, Any], None],
|
5096
|
+
build_pipeline_id: pulumi.Input[str],
|
5097
|
+
type: pulumi.Input[str],
|
5098
|
+
filter: Optional[pulumi.Input['TriggerActionFilterArgs']] = None,
|
5099
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5100
|
+
_setter("build_pipeline_id", build_pipeline_id)
|
5101
|
+
_setter("type", type)
|
4055
5102
|
if filter is not None:
|
4056
|
-
|
5103
|
+
_setter("filter", filter)
|
4057
5104
|
|
4058
5105
|
@property
|
4059
5106
|
@pulumi.getter(name="buildPipelineId")
|
@@ -4109,13 +5156,28 @@ class TriggerActionFilterArgs:
|
|
4109
5156
|
:param pulumi.Input['TriggerActionFilterExcludeArgs'] exclude: (Updatable) Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
|
4110
5157
|
:param pulumi.Input['TriggerActionFilterIncludeArgs'] include: (Updatable) Attributes to filter GitLab self-hosted server events.
|
4111
5158
|
"""
|
4112
|
-
|
5159
|
+
TriggerActionFilterArgs._configure(
|
5160
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5161
|
+
trigger_source=trigger_source,
|
5162
|
+
events=events,
|
5163
|
+
exclude=exclude,
|
5164
|
+
include=include,
|
5165
|
+
)
|
5166
|
+
@staticmethod
|
5167
|
+
def _configure(
|
5168
|
+
_setter: Callable[[Any, Any], None],
|
5169
|
+
trigger_source: pulumi.Input[str],
|
5170
|
+
events: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
5171
|
+
exclude: Optional[pulumi.Input['TriggerActionFilterExcludeArgs']] = None,
|
5172
|
+
include: Optional[pulumi.Input['TriggerActionFilterIncludeArgs']] = None,
|
5173
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5174
|
+
_setter("trigger_source", trigger_source)
|
4113
5175
|
if events is not None:
|
4114
|
-
|
5176
|
+
_setter("events", events)
|
4115
5177
|
if exclude is not None:
|
4116
|
-
|
5178
|
+
_setter("exclude", exclude)
|
4117
5179
|
if include is not None:
|
4118
|
-
|
5180
|
+
_setter("include", include)
|
4119
5181
|
|
4120
5182
|
@property
|
4121
5183
|
@pulumi.getter(name="triggerSource")
|
@@ -4177,8 +5239,17 @@ class TriggerActionFilterExcludeArgs:
|
|
4177
5239
|
"""
|
4178
5240
|
:param pulumi.Input['TriggerActionFilterExcludeFileFilterArgs'] file_filter: (Updatable) Attributes to support include/exclude files for triggering build runs.
|
4179
5241
|
"""
|
5242
|
+
TriggerActionFilterExcludeArgs._configure(
|
5243
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5244
|
+
file_filter=file_filter,
|
5245
|
+
)
|
5246
|
+
@staticmethod
|
5247
|
+
def _configure(
|
5248
|
+
_setter: Callable[[Any, Any], None],
|
5249
|
+
file_filter: Optional[pulumi.Input['TriggerActionFilterExcludeFileFilterArgs']] = None,
|
5250
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4180
5251
|
if file_filter is not None:
|
4181
|
-
|
5252
|
+
_setter("file_filter", file_filter)
|
4182
5253
|
|
4183
5254
|
@property
|
4184
5255
|
@pulumi.getter(name="fileFilter")
|
@@ -4200,8 +5271,17 @@ class TriggerActionFilterExcludeFileFilterArgs:
|
|
4200
5271
|
"""
|
4201
5272
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths: (Updatable) The file paths/glob pattern for files.
|
4202
5273
|
"""
|
5274
|
+
TriggerActionFilterExcludeFileFilterArgs._configure(
|
5275
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5276
|
+
file_paths=file_paths,
|
5277
|
+
)
|
5278
|
+
@staticmethod
|
5279
|
+
def _configure(
|
5280
|
+
_setter: Callable[[Any, Any], None],
|
5281
|
+
file_paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
5282
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4203
5283
|
if file_paths is not None:
|
4204
|
-
|
5284
|
+
_setter("file_paths", file_paths)
|
4205
5285
|
|
4206
5286
|
@property
|
4207
5287
|
@pulumi.getter(name="filePaths")
|
@@ -4229,14 +5309,29 @@ class TriggerActionFilterIncludeArgs:
|
|
4229
5309
|
:param pulumi.Input[str] head_ref: (Updatable) Branch for push event; source branch for pull requests.
|
4230
5310
|
:param pulumi.Input[str] repository_name: (Updatable) The repository name for trigger events.
|
4231
5311
|
"""
|
5312
|
+
TriggerActionFilterIncludeArgs._configure(
|
5313
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5314
|
+
base_ref=base_ref,
|
5315
|
+
file_filter=file_filter,
|
5316
|
+
head_ref=head_ref,
|
5317
|
+
repository_name=repository_name,
|
5318
|
+
)
|
5319
|
+
@staticmethod
|
5320
|
+
def _configure(
|
5321
|
+
_setter: Callable[[Any, Any], None],
|
5322
|
+
base_ref: Optional[pulumi.Input[str]] = None,
|
5323
|
+
file_filter: Optional[pulumi.Input['TriggerActionFilterIncludeFileFilterArgs']] = None,
|
5324
|
+
head_ref: Optional[pulumi.Input[str]] = None,
|
5325
|
+
repository_name: Optional[pulumi.Input[str]] = None,
|
5326
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4232
5327
|
if base_ref is not None:
|
4233
|
-
|
5328
|
+
_setter("base_ref", base_ref)
|
4234
5329
|
if file_filter is not None:
|
4235
|
-
|
5330
|
+
_setter("file_filter", file_filter)
|
4236
5331
|
if head_ref is not None:
|
4237
|
-
|
5332
|
+
_setter("head_ref", head_ref)
|
4238
5333
|
if repository_name is not None:
|
4239
|
-
|
5334
|
+
_setter("repository_name", repository_name)
|
4240
5335
|
|
4241
5336
|
@property
|
4242
5337
|
@pulumi.getter(name="baseRef")
|
@@ -4294,8 +5389,17 @@ class TriggerActionFilterIncludeFileFilterArgs:
|
|
4294
5389
|
"""
|
4295
5390
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths: (Updatable) The file paths/glob pattern for files.
|
4296
5391
|
"""
|
5392
|
+
TriggerActionFilterIncludeFileFilterArgs._configure(
|
5393
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5394
|
+
file_paths=file_paths,
|
5395
|
+
)
|
5396
|
+
@staticmethod
|
5397
|
+
def _configure(
|
5398
|
+
_setter: Callable[[Any, Any], None],
|
5399
|
+
file_paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
5400
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4297
5401
|
if file_paths is not None:
|
4298
|
-
|
5402
|
+
_setter("file_paths", file_paths)
|
4299
5403
|
|
4300
5404
|
@property
|
4301
5405
|
@pulumi.getter(name="filePaths")
|
@@ -4319,10 +5423,23 @@ class GetBuildPipelineStagesFilterArgs:
|
|
4319
5423
|
"""
|
4320
5424
|
:param str name: Name of the build source. This must be unique within a build source collection. The name can be used by customers to locate the working directory pertinent to this repository.
|
4321
5425
|
"""
|
4322
|
-
|
4323
|
-
|
5426
|
+
GetBuildPipelineStagesFilterArgs._configure(
|
5427
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5428
|
+
name=name,
|
5429
|
+
values=values,
|
5430
|
+
regex=regex,
|
5431
|
+
)
|
5432
|
+
@staticmethod
|
5433
|
+
def _configure(
|
5434
|
+
_setter: Callable[[Any, Any], None],
|
5435
|
+
name: str,
|
5436
|
+
values: Sequence[str],
|
5437
|
+
regex: Optional[bool] = None,
|
5438
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5439
|
+
_setter("name", name)
|
5440
|
+
_setter("values", values)
|
4324
5441
|
if regex is not None:
|
4325
|
-
|
5442
|
+
_setter("regex", regex)
|
4326
5443
|
|
4327
5444
|
@property
|
4328
5445
|
@pulumi.getter
|
@@ -4364,10 +5481,23 @@ class GetBuildPipelinesFilterArgs:
|
|
4364
5481
|
"""
|
4365
5482
|
:param str name: Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'
|
4366
5483
|
"""
|
4367
|
-
|
4368
|
-
|
5484
|
+
GetBuildPipelinesFilterArgs._configure(
|
5485
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5486
|
+
name=name,
|
5487
|
+
values=values,
|
5488
|
+
regex=regex,
|
5489
|
+
)
|
5490
|
+
@staticmethod
|
5491
|
+
def _configure(
|
5492
|
+
_setter: Callable[[Any, Any], None],
|
5493
|
+
name: str,
|
5494
|
+
values: Sequence[str],
|
5495
|
+
regex: Optional[bool] = None,
|
5496
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5497
|
+
_setter("name", name)
|
5498
|
+
_setter("values", values)
|
4369
5499
|
if regex is not None:
|
4370
|
-
|
5500
|
+
_setter("regex", regex)
|
4371
5501
|
|
4372
5502
|
@property
|
4373
5503
|
@pulumi.getter
|
@@ -4409,10 +5539,23 @@ class GetBuildRunsFilterArgs:
|
|
4409
5539
|
"""
|
4410
5540
|
:param str name: Name of the step.
|
4411
5541
|
"""
|
4412
|
-
|
4413
|
-
|
5542
|
+
GetBuildRunsFilterArgs._configure(
|
5543
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5544
|
+
name=name,
|
5545
|
+
values=values,
|
5546
|
+
regex=regex,
|
5547
|
+
)
|
5548
|
+
@staticmethod
|
5549
|
+
def _configure(
|
5550
|
+
_setter: Callable[[Any, Any], None],
|
5551
|
+
name: str,
|
5552
|
+
values: Sequence[str],
|
5553
|
+
regex: Optional[bool] = None,
|
5554
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5555
|
+
_setter("name", name)
|
5556
|
+
_setter("values", values)
|
4414
5557
|
if regex is not None:
|
4415
|
-
|
5558
|
+
_setter("regex", regex)
|
4416
5559
|
|
4417
5560
|
@property
|
4418
5561
|
@pulumi.getter
|
@@ -4451,10 +5594,23 @@ class GetConnectionsFilterArgs:
|
|
4451
5594
|
name: str,
|
4452
5595
|
values: Sequence[str],
|
4453
5596
|
regex: Optional[bool] = None):
|
4454
|
-
|
4455
|
-
|
5597
|
+
GetConnectionsFilterArgs._configure(
|
5598
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5599
|
+
name=name,
|
5600
|
+
values=values,
|
5601
|
+
regex=regex,
|
5602
|
+
)
|
5603
|
+
@staticmethod
|
5604
|
+
def _configure(
|
5605
|
+
_setter: Callable[[Any, Any], None],
|
5606
|
+
name: str,
|
5607
|
+
values: Sequence[str],
|
5608
|
+
regex: Optional[bool] = None,
|
5609
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5610
|
+
_setter("name", name)
|
5611
|
+
_setter("values", values)
|
4456
5612
|
if regex is not None:
|
4457
|
-
|
5613
|
+
_setter("regex", regex)
|
4458
5614
|
|
4459
5615
|
@property
|
4460
5616
|
@pulumi.getter
|
@@ -4490,10 +5646,23 @@ class GetDeployArtifactsFilterArgs:
|
|
4490
5646
|
name: str,
|
4491
5647
|
values: Sequence[str],
|
4492
5648
|
regex: Optional[bool] = None):
|
4493
|
-
|
4494
|
-
|
5649
|
+
GetDeployArtifactsFilterArgs._configure(
|
5650
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5651
|
+
name=name,
|
5652
|
+
values=values,
|
5653
|
+
regex=regex,
|
5654
|
+
)
|
5655
|
+
@staticmethod
|
5656
|
+
def _configure(
|
5657
|
+
_setter: Callable[[Any, Any], None],
|
5658
|
+
name: str,
|
5659
|
+
values: Sequence[str],
|
5660
|
+
regex: Optional[bool] = None,
|
5661
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5662
|
+
_setter("name", name)
|
5663
|
+
_setter("values", values)
|
4495
5664
|
if regex is not None:
|
4496
|
-
|
5665
|
+
_setter("regex", regex)
|
4497
5666
|
|
4498
5667
|
@property
|
4499
5668
|
@pulumi.getter
|
@@ -4529,10 +5698,23 @@ class GetDeployEnvironmentsFilterArgs:
|
|
4529
5698
|
name: str,
|
4530
5699
|
values: Sequence[str],
|
4531
5700
|
regex: Optional[bool] = None):
|
4532
|
-
|
4533
|
-
|
5701
|
+
GetDeployEnvironmentsFilterArgs._configure(
|
5702
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5703
|
+
name=name,
|
5704
|
+
values=values,
|
5705
|
+
regex=regex,
|
5706
|
+
)
|
5707
|
+
@staticmethod
|
5708
|
+
def _configure(
|
5709
|
+
_setter: Callable[[Any, Any], None],
|
5710
|
+
name: str,
|
5711
|
+
values: Sequence[str],
|
5712
|
+
regex: Optional[bool] = None,
|
5713
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5714
|
+
_setter("name", name)
|
5715
|
+
_setter("values", values)
|
4534
5716
|
if regex is not None:
|
4535
|
-
|
5717
|
+
_setter("regex", regex)
|
4536
5718
|
|
4537
5719
|
@property
|
4538
5720
|
@pulumi.getter
|
@@ -4571,10 +5753,23 @@ class GetDeployPipelinesFilterArgs:
|
|
4571
5753
|
"""
|
4572
5754
|
:param str name: Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
|
4573
5755
|
"""
|
4574
|
-
|
4575
|
-
|
5756
|
+
GetDeployPipelinesFilterArgs._configure(
|
5757
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5758
|
+
name=name,
|
5759
|
+
values=values,
|
5760
|
+
regex=regex,
|
5761
|
+
)
|
5762
|
+
@staticmethod
|
5763
|
+
def _configure(
|
5764
|
+
_setter: Callable[[Any, Any], None],
|
5765
|
+
name: str,
|
5766
|
+
values: Sequence[str],
|
5767
|
+
regex: Optional[bool] = None,
|
5768
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5769
|
+
_setter("name", name)
|
5770
|
+
_setter("values", values)
|
4576
5771
|
if regex is not None:
|
4577
|
-
|
5772
|
+
_setter("regex", regex)
|
4578
5773
|
|
4579
5774
|
@property
|
4580
5775
|
@pulumi.getter
|
@@ -4616,10 +5811,23 @@ class GetDeployStagesFilterArgs:
|
|
4616
5811
|
"""
|
4617
5812
|
:param str name: Name of the parameter (case-sensitive).
|
4618
5813
|
"""
|
4619
|
-
|
4620
|
-
|
5814
|
+
GetDeployStagesFilterArgs._configure(
|
5815
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5816
|
+
name=name,
|
5817
|
+
values=values,
|
5818
|
+
regex=regex,
|
5819
|
+
)
|
5820
|
+
@staticmethod
|
5821
|
+
def _configure(
|
5822
|
+
_setter: Callable[[Any, Any], None],
|
5823
|
+
name: str,
|
5824
|
+
values: Sequence[str],
|
5825
|
+
regex: Optional[bool] = None,
|
5826
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5827
|
+
_setter("name", name)
|
5828
|
+
_setter("values", values)
|
4621
5829
|
if regex is not None:
|
4622
|
-
|
5830
|
+
_setter("regex", regex)
|
4623
5831
|
|
4624
5832
|
@property
|
4625
5833
|
@pulumi.getter
|
@@ -4661,10 +5869,23 @@ class GetDeploymentsFilterArgs:
|
|
4661
5869
|
"""
|
4662
5870
|
:param str name: Name of the step.
|
4663
5871
|
"""
|
4664
|
-
|
4665
|
-
|
5872
|
+
GetDeploymentsFilterArgs._configure(
|
5873
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5874
|
+
name=name,
|
5875
|
+
values=values,
|
5876
|
+
regex=regex,
|
5877
|
+
)
|
5878
|
+
@staticmethod
|
5879
|
+
def _configure(
|
5880
|
+
_setter: Callable[[Any, Any], None],
|
5881
|
+
name: str,
|
5882
|
+
values: Sequence[str],
|
5883
|
+
regex: Optional[bool] = None,
|
5884
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5885
|
+
_setter("name", name)
|
5886
|
+
_setter("values", values)
|
4666
5887
|
if regex is not None:
|
4667
|
-
|
5888
|
+
_setter("regex", regex)
|
4668
5889
|
|
4669
5890
|
@property
|
4670
5891
|
@pulumi.getter
|
@@ -4706,10 +5927,23 @@ class GetProjectsFilterArgs:
|
|
4706
5927
|
"""
|
4707
5928
|
:param str name: A filter to return only resources that match the entire name given.
|
4708
5929
|
"""
|
4709
|
-
|
4710
|
-
|
5930
|
+
GetProjectsFilterArgs._configure(
|
5931
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5932
|
+
name=name,
|
5933
|
+
values=values,
|
5934
|
+
regex=regex,
|
5935
|
+
)
|
5936
|
+
@staticmethod
|
5937
|
+
def _configure(
|
5938
|
+
_setter: Callable[[Any, Any], None],
|
5939
|
+
name: str,
|
5940
|
+
values: Sequence[str],
|
5941
|
+
regex: Optional[bool] = None,
|
5942
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5943
|
+
_setter("name", name)
|
5944
|
+
_setter("values", values)
|
4711
5945
|
if regex is not None:
|
4712
|
-
|
5946
|
+
_setter("regex", regex)
|
4713
5947
|
|
4714
5948
|
@property
|
4715
5949
|
@pulumi.getter
|
@@ -4751,10 +5985,23 @@ class GetRepositoriesFilterArgs:
|
|
4751
5985
|
"""
|
4752
5986
|
:param str name: A filter to return only resources that match the entire name given.
|
4753
5987
|
"""
|
4754
|
-
|
4755
|
-
|
5988
|
+
GetRepositoriesFilterArgs._configure(
|
5989
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5990
|
+
name=name,
|
5991
|
+
values=values,
|
5992
|
+
regex=regex,
|
5993
|
+
)
|
5994
|
+
@staticmethod
|
5995
|
+
def _configure(
|
5996
|
+
_setter: Callable[[Any, Any], None],
|
5997
|
+
name: str,
|
5998
|
+
values: Sequence[str],
|
5999
|
+
regex: Optional[bool] = None,
|
6000
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6001
|
+
_setter("name", name)
|
6002
|
+
_setter("values", values)
|
4756
6003
|
if regex is not None:
|
4757
|
-
|
6004
|
+
_setter("regex", regex)
|
4758
6005
|
|
4759
6006
|
@property
|
4760
6007
|
@pulumi.getter
|
@@ -4793,10 +6040,23 @@ class GetRepositoryAuthorsFilterArgs:
|
|
4793
6040
|
name: str,
|
4794
6041
|
values: Sequence[str],
|
4795
6042
|
regex: Optional[bool] = None):
|
4796
|
-
|
4797
|
-
|
6043
|
+
GetRepositoryAuthorsFilterArgs._configure(
|
6044
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6045
|
+
name=name,
|
6046
|
+
values=values,
|
6047
|
+
regex=regex,
|
6048
|
+
)
|
6049
|
+
@staticmethod
|
6050
|
+
def _configure(
|
6051
|
+
_setter: Callable[[Any, Any], None],
|
6052
|
+
name: str,
|
6053
|
+
values: Sequence[str],
|
6054
|
+
regex: Optional[bool] = None,
|
6055
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6056
|
+
_setter("name", name)
|
6057
|
+
_setter("values", values)
|
4798
6058
|
if regex is not None:
|
4799
|
-
|
6059
|
+
_setter("regex", regex)
|
4800
6060
|
|
4801
6061
|
@property
|
4802
6062
|
@pulumi.getter
|
@@ -4832,10 +6092,23 @@ class GetRepositoryCommitsFilterArgs:
|
|
4832
6092
|
name: str,
|
4833
6093
|
values: Sequence[str],
|
4834
6094
|
regex: Optional[bool] = None):
|
4835
|
-
|
4836
|
-
|
6095
|
+
GetRepositoryCommitsFilterArgs._configure(
|
6096
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6097
|
+
name=name,
|
6098
|
+
values=values,
|
6099
|
+
regex=regex,
|
6100
|
+
)
|
6101
|
+
@staticmethod
|
6102
|
+
def _configure(
|
6103
|
+
_setter: Callable[[Any, Any], None],
|
6104
|
+
name: str,
|
6105
|
+
values: Sequence[str],
|
6106
|
+
regex: Optional[bool] = None,
|
6107
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6108
|
+
_setter("name", name)
|
6109
|
+
_setter("values", values)
|
4837
6110
|
if regex is not None:
|
4838
|
-
|
6111
|
+
_setter("regex", regex)
|
4839
6112
|
|
4840
6113
|
@property
|
4841
6114
|
@pulumi.getter
|
@@ -4871,10 +6144,23 @@ class GetRepositoryDiffsFilterArgs:
|
|
4871
6144
|
name: str,
|
4872
6145
|
values: Sequence[str],
|
4873
6146
|
regex: Optional[bool] = None):
|
4874
|
-
|
4875
|
-
|
6147
|
+
GetRepositoryDiffsFilterArgs._configure(
|
6148
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6149
|
+
name=name,
|
6150
|
+
values=values,
|
6151
|
+
regex=regex,
|
6152
|
+
)
|
6153
|
+
@staticmethod
|
6154
|
+
def _configure(
|
6155
|
+
_setter: Callable[[Any, Any], None],
|
6156
|
+
name: str,
|
6157
|
+
values: Sequence[str],
|
6158
|
+
regex: Optional[bool] = None,
|
6159
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6160
|
+
_setter("name", name)
|
6161
|
+
_setter("values", values)
|
4876
6162
|
if regex is not None:
|
4877
|
-
|
6163
|
+
_setter("regex", regex)
|
4878
6164
|
|
4879
6165
|
@property
|
4880
6166
|
@pulumi.getter
|
@@ -4910,10 +6196,23 @@ class GetRepositoryMirrorRecordsFilterArgs:
|
|
4910
6196
|
name: str,
|
4911
6197
|
values: Sequence[str],
|
4912
6198
|
regex: Optional[bool] = None):
|
4913
|
-
|
4914
|
-
|
6199
|
+
GetRepositoryMirrorRecordsFilterArgs._configure(
|
6200
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6201
|
+
name=name,
|
6202
|
+
values=values,
|
6203
|
+
regex=regex,
|
6204
|
+
)
|
6205
|
+
@staticmethod
|
6206
|
+
def _configure(
|
6207
|
+
_setter: Callable[[Any, Any], None],
|
6208
|
+
name: str,
|
6209
|
+
values: Sequence[str],
|
6210
|
+
regex: Optional[bool] = None,
|
6211
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6212
|
+
_setter("name", name)
|
6213
|
+
_setter("values", values)
|
4915
6214
|
if regex is not None:
|
4916
|
-
|
6215
|
+
_setter("regex", regex)
|
4917
6216
|
|
4918
6217
|
@property
|
4919
6218
|
@pulumi.getter
|
@@ -4952,10 +6251,23 @@ class GetRepositoryPathsFilterArgs:
|
|
4952
6251
|
"""
|
4953
6252
|
:param str name: Name of file or directory.
|
4954
6253
|
"""
|
4955
|
-
|
4956
|
-
|
6254
|
+
GetRepositoryPathsFilterArgs._configure(
|
6255
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6256
|
+
name=name,
|
6257
|
+
values=values,
|
6258
|
+
regex=regex,
|
6259
|
+
)
|
6260
|
+
@staticmethod
|
6261
|
+
def _configure(
|
6262
|
+
_setter: Callable[[Any, Any], None],
|
6263
|
+
name: str,
|
6264
|
+
values: Sequence[str],
|
6265
|
+
regex: Optional[bool] = None,
|
6266
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6267
|
+
_setter("name", name)
|
6268
|
+
_setter("values", values)
|
4957
6269
|
if regex is not None:
|
4958
|
-
|
6270
|
+
_setter("regex", regex)
|
4959
6271
|
|
4960
6272
|
@property
|
4961
6273
|
@pulumi.getter
|
@@ -4994,10 +6306,23 @@ class GetRepositoryRefsFilterArgs:
|
|
4994
6306
|
name: str,
|
4995
6307
|
values: Sequence[str],
|
4996
6308
|
regex: Optional[bool] = None):
|
4997
|
-
|
4998
|
-
|
6309
|
+
GetRepositoryRefsFilterArgs._configure(
|
6310
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6311
|
+
name=name,
|
6312
|
+
values=values,
|
6313
|
+
regex=regex,
|
6314
|
+
)
|
6315
|
+
@staticmethod
|
6316
|
+
def _configure(
|
6317
|
+
_setter: Callable[[Any, Any], None],
|
6318
|
+
name: str,
|
6319
|
+
values: Sequence[str],
|
6320
|
+
regex: Optional[bool] = None,
|
6321
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6322
|
+
_setter("name", name)
|
6323
|
+
_setter("values", values)
|
4999
6324
|
if regex is not None:
|
5000
|
-
|
6325
|
+
_setter("regex", regex)
|
5001
6326
|
|
5002
6327
|
@property
|
5003
6328
|
@pulumi.getter
|
@@ -5033,10 +6358,23 @@ class GetTriggersFilterArgs:
|
|
5033
6358
|
name: str,
|
5034
6359
|
values: Sequence[str],
|
5035
6360
|
regex: Optional[bool] = None):
|
5036
|
-
|
5037
|
-
|
6361
|
+
GetTriggersFilterArgs._configure(
|
6362
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6363
|
+
name=name,
|
6364
|
+
values=values,
|
6365
|
+
regex=regex,
|
6366
|
+
)
|
6367
|
+
@staticmethod
|
6368
|
+
def _configure(
|
6369
|
+
_setter: Callable[[Any, Any], None],
|
6370
|
+
name: str,
|
6371
|
+
values: Sequence[str],
|
6372
|
+
regex: Optional[bool] = None,
|
6373
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6374
|
+
_setter("name", name)
|
6375
|
+
_setter("values", values)
|
5038
6376
|
if regex is not None:
|
5039
|
-
|
6377
|
+
_setter("regex", regex)
|
5040
6378
|
|
5041
6379
|
@property
|
5042
6380
|
@pulumi.getter
|