pulumi-azure-native 2.82.0a1736497599__py3-none-any.whl → 2.83.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.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +73 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
- pulumi_azure_native/azurestackhci/security_rule.py +3 -3
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20241001preview/_enums.py +332 -0
- pulumi_azure_native/azurestackhci/v20241001preview/_inputs.py +2417 -0
- pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +540 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_gallery_image.py +325 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_guest_agent.py +179 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_logical_network.py +241 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_marketplace_gallery_image.py +283 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_network_interface.py +255 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_network_security_group.py +227 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_security_rule.py +289 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_storage_container.py +213 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_hard_disk.py +325 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_machine_instance.py +319 -0
- pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +229 -0
- pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +365 -0
- pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +453 -0
- pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +394 -0
- pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +298 -0
- pulumi_azure_native/azurestackhci/v20241001preview/outputs.py +3941 -0
- pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +496 -0
- pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +308 -0
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +539 -0
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +462 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/batch/v20240701/_enums.py +1 -1
- pulumi_azure_native/batch/v20240701/_inputs.py +12 -12
- pulumi_azure_native/batch/v20240701/get_pool.py +1 -1
- pulumi_azure_native/batch/v20240701/outputs.py +8 -8
- pulumi_azure_native/batch/v20240701/pool.py +4 -4
- pulumi_azure_native/databasewatcher/__init__.py +3 -0
- pulumi_azure_native/databasewatcher/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/alert_rule_resource.py +3 -3
- pulumi_azure_native/databasewatcher/get_alert_rule_resource.py +2 -2
- pulumi_azure_native/databasewatcher/get_shared_private_link_resource.py +3 -3
- pulumi_azure_native/databasewatcher/get_target.py +2 -2
- pulumi_azure_native/databasewatcher/get_watcher.py +2 -2
- pulumi_azure_native/databasewatcher/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/shared_private_link_resource.py +7 -7
- pulumi_azure_native/databasewatcher/target.py +3 -3
- pulumi_azure_native/databasewatcher/v20230901preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20230901preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20230901preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20230901preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20230901preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20230901preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20240719preview/alert_rule_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20240719preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20240719preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20241001preview/alert_rule_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20241001preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20241001preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20250102/__init__.py +18 -0
- pulumi_azure_native/databasewatcher/v20250102/_enums.py +68 -0
- pulumi_azure_native/databasewatcher/v20250102/_inputs.py +310 -0
- pulumi_azure_native/databasewatcher/v20250102/alert_rule_resource.py +351 -0
- pulumi_azure_native/databasewatcher/v20250102/get_alert_rule_resource.py +219 -0
- pulumi_azure_native/databasewatcher/v20250102/get_shared_private_link_resource.py +219 -0
- pulumi_azure_native/databasewatcher/v20250102/get_target.py +205 -0
- pulumi_azure_native/databasewatcher/v20250102/get_watcher.py +227 -0
- pulumi_azure_native/databasewatcher/v20250102/outputs.py +452 -0
- pulumi_azure_native/databasewatcher/v20250102/shared_private_link_resource.py +329 -0
- pulumi_azure_native/databasewatcher/v20250102/target.py +321 -0
- pulumi_azure_native/databasewatcher/v20250102/watcher.py +336 -0
- pulumi_azure_native/databasewatcher/watcher.py +3 -3
- pulumi_azure_native/keyvault/__init__.py +6 -0
- pulumi_azure_native/keyvault/get_key.py +2 -2
- pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
- pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_secret.py +2 -2
- pulumi_azure_native/keyvault/get_vault.py +2 -2
- pulumi_azure_native/keyvault/key.py +3 -3
- pulumi_azure_native/keyvault/managed_hsm.py +3 -3
- pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/secret.py +3 -3
- pulumi_azure_native/keyvault/v20230201/key.py +1 -1
- pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
- pulumi_azure_native/keyvault/v20230701/key.py +1 -1
- pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/key.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/secret.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/vault.py +1 -1
- pulumi_azure_native/keyvault/v20241101/__init__.py +22 -0
- pulumi_azure_native/keyvault/v20241101/_enums.py +245 -0
- pulumi_azure_native/keyvault/v20241101/_inputs.py +2194 -0
- pulumi_azure_native/keyvault/v20241101/get_key.py +272 -0
- pulumi_azure_native/keyvault/v20241101/get_managed_hsm.py +199 -0
- pulumi_azure_native/keyvault/v20241101/get_mhsm_private_endpoint_connection.py +247 -0
- pulumi_azure_native/keyvault/v20241101/get_private_endpoint_connection.py +205 -0
- pulumi_azure_native/keyvault/v20241101/get_secret.py +163 -0
- pulumi_azure_native/keyvault/v20241101/get_vault.py +171 -0
- pulumi_azure_native/keyvault/v20241101/key.py +329 -0
- pulumi_azure_native/keyvault/v20241101/managed_hsm.py +315 -0
- pulumi_azure_native/keyvault/v20241101/mhsm_private_endpoint_connection.py +366 -0
- pulumi_azure_native/keyvault/v20241101/outputs.py +2269 -0
- pulumi_azure_native/keyvault/v20241101/private_endpoint_connection.py +261 -0
- pulumi_azure_native/keyvault/v20241101/secret.py +250 -0
- pulumi_azure_native/keyvault/v20241101/vault.py +259 -0
- pulumi_azure_native/keyvault/v20241201preview/__init__.py +22 -0
- pulumi_azure_native/keyvault/v20241201preview/_enums.py +245 -0
- pulumi_azure_native/keyvault/v20241201preview/_inputs.py +2194 -0
- pulumi_azure_native/keyvault/v20241201preview/get_key.py +272 -0
- pulumi_azure_native/keyvault/v20241201preview/get_managed_hsm.py +199 -0
- pulumi_azure_native/keyvault/v20241201preview/get_mhsm_private_endpoint_connection.py +247 -0
- pulumi_azure_native/keyvault/v20241201preview/get_private_endpoint_connection.py +205 -0
- pulumi_azure_native/keyvault/v20241201preview/get_secret.py +163 -0
- pulumi_azure_native/keyvault/v20241201preview/get_vault.py +171 -0
- pulumi_azure_native/keyvault/v20241201preview/key.py +329 -0
- pulumi_azure_native/keyvault/v20241201preview/managed_hsm.py +315 -0
- pulumi_azure_native/keyvault/v20241201preview/mhsm_private_endpoint_connection.py +366 -0
- pulumi_azure_native/keyvault/v20241201preview/outputs.py +2269 -0
- pulumi_azure_native/keyvault/v20241201preview/private_endpoint_connection.py +261 -0
- pulumi_azure_native/keyvault/v20241201preview/secret.py +250 -0
- pulumi_azure_native/keyvault/v20241201preview/vault.py +259 -0
- pulumi_azure_native/keyvault/vault.py +3 -3
- pulumi_azure_native/network/ipam_pool.py +17 -16
- pulumi_azure_native/network/v20240101preview/ipam_pool.py +17 -16
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/__init__.py +3 -0
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241218preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20250301/__init__.py +13 -0
- pulumi_azure_native/quota/v20250301/_inputs.py +55 -0
- pulumi_azure_native/quota/v20250301/get_group_quota.py +140 -0
- pulumi_azure_native/quota/v20250301/get_group_quota_subscription.py +140 -0
- pulumi_azure_native/quota/v20250301/group_quota.py +191 -0
- pulumi_azure_native/quota/v20250301/group_quota_subscription.py +177 -0
- pulumi_azure_native/quota/v20250301/outputs.py +230 -0
- pulumi_azure_native/search/__init__.py +3 -0
- pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/search/get_service.py +2 -2
- pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
- pulumi_azure_native/search/list_admin_key.py +2 -2
- pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
- pulumi_azure_native/search/private_endpoint_connection.py +3 -3
- pulumi_azure_native/search/service.py +3 -3
- pulumi_azure_native/search/shared_private_link_resource.py +3 -3
- pulumi_azure_native/search/v20210401preview/service.py +1 -1
- pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20220901/service.py +1 -1
- pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20231101/service.py +1 -1
- pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20240301preview/service.py +1 -1
- pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20240601preview/service.py +1 -1
- pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20250201preview/__init__.py +18 -0
- pulumi_azure_native/search/v20250201preview/_enums.py +298 -0
- pulumi_azure_native/search/v20250201preview/_inputs.py +701 -0
- pulumi_azure_native/search/v20250201preview/get_private_endpoint_connection.py +135 -0
- pulumi_azure_native/search/v20250201preview/get_service.py +465 -0
- pulumi_azure_native/search/v20250201preview/get_shared_private_link_resource.py +135 -0
- pulumi_azure_native/search/v20250201preview/list_admin_key.py +100 -0
- pulumi_azure_native/search/v20250201preview/list_query_key_by_search_service.py +101 -0
- pulumi_azure_native/search/v20250201preview/outputs.py +943 -0
- pulumi_azure_native/search/v20250201preview/private_endpoint_connection.py +211 -0
- pulumi_azure_native/search/v20250201preview/service.py +731 -0
- pulumi_azure_native/search/v20250201preview/shared_private_link_resource.py +211 -0
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/RECORD +289 -202
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,496 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['SecurityRuleArgs', 'SecurityRule']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class SecurityRuleArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
access: pulumi.Input[Union[str, 'SecurityRuleAccess']],
|
|
26
|
+
direction: pulumi.Input[Union[str, 'SecurityRuleDirection']],
|
|
27
|
+
network_security_group_name: pulumi.Input[str],
|
|
28
|
+
priority: pulumi.Input[int],
|
|
29
|
+
protocol: pulumi.Input[Union[str, 'SecurityRuleProtocol']],
|
|
30
|
+
resource_group_name: pulumi.Input[str],
|
|
31
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
32
|
+
destination_address_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
33
|
+
destination_port_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
34
|
+
extended_location: Optional[pulumi.Input['ExtendedLocationArgs']] = None,
|
|
35
|
+
security_rule_name: Optional[pulumi.Input[str]] = None,
|
|
36
|
+
source_address_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
37
|
+
source_port_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
38
|
+
"""
|
|
39
|
+
The set of arguments for constructing a SecurityRule resource.
|
|
40
|
+
:param pulumi.Input[Union[str, 'SecurityRuleAccess']] access: The network traffic is allowed or denied.
|
|
41
|
+
:param pulumi.Input[Union[str, 'SecurityRuleDirection']] direction: The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic.
|
|
42
|
+
:param pulumi.Input[str] network_security_group_name: Name of the network security group
|
|
43
|
+
:param pulumi.Input[int] priority: The priority of the rule. The value can be between 100 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
|
|
44
|
+
:param pulumi.Input[Union[str, 'SecurityRuleProtocol']] protocol: Network protocol this rule applies to.
|
|
45
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
46
|
+
:param pulumi.Input[str] description: A description for this rule. Restricted to 140 chars.
|
|
47
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] destination_address_prefixes: The destination address prefixes. CIDR or destination IP ranges.
|
|
48
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] destination_port_ranges: The destination port ranges. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
|
|
49
|
+
:param pulumi.Input['ExtendedLocationArgs'] extended_location: The extendedLocation of the resource.
|
|
50
|
+
:param pulumi.Input[str] security_rule_name: Name of the security rule.
|
|
51
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] source_address_prefixes: The CIDR or source IP ranges.
|
|
52
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] source_port_ranges: The source port ranges. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
|
|
53
|
+
"""
|
|
54
|
+
pulumi.set(__self__, "access", access)
|
|
55
|
+
pulumi.set(__self__, "direction", direction)
|
|
56
|
+
pulumi.set(__self__, "network_security_group_name", network_security_group_name)
|
|
57
|
+
pulumi.set(__self__, "priority", priority)
|
|
58
|
+
pulumi.set(__self__, "protocol", protocol)
|
|
59
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
60
|
+
if description is not None:
|
|
61
|
+
pulumi.set(__self__, "description", description)
|
|
62
|
+
if destination_address_prefixes is not None:
|
|
63
|
+
pulumi.set(__self__, "destination_address_prefixes", destination_address_prefixes)
|
|
64
|
+
if destination_port_ranges is not None:
|
|
65
|
+
pulumi.set(__self__, "destination_port_ranges", destination_port_ranges)
|
|
66
|
+
if extended_location is not None:
|
|
67
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
68
|
+
if security_rule_name is not None:
|
|
69
|
+
pulumi.set(__self__, "security_rule_name", security_rule_name)
|
|
70
|
+
if source_address_prefixes is not None:
|
|
71
|
+
pulumi.set(__self__, "source_address_prefixes", source_address_prefixes)
|
|
72
|
+
if source_port_ranges is not None:
|
|
73
|
+
pulumi.set(__self__, "source_port_ranges", source_port_ranges)
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter
|
|
77
|
+
def access(self) -> pulumi.Input[Union[str, 'SecurityRuleAccess']]:
|
|
78
|
+
"""
|
|
79
|
+
The network traffic is allowed or denied.
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "access")
|
|
82
|
+
|
|
83
|
+
@access.setter
|
|
84
|
+
def access(self, value: pulumi.Input[Union[str, 'SecurityRuleAccess']]):
|
|
85
|
+
pulumi.set(self, "access", value)
|
|
86
|
+
|
|
87
|
+
@property
|
|
88
|
+
@pulumi.getter
|
|
89
|
+
def direction(self) -> pulumi.Input[Union[str, 'SecurityRuleDirection']]:
|
|
90
|
+
"""
|
|
91
|
+
The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic.
|
|
92
|
+
"""
|
|
93
|
+
return pulumi.get(self, "direction")
|
|
94
|
+
|
|
95
|
+
@direction.setter
|
|
96
|
+
def direction(self, value: pulumi.Input[Union[str, 'SecurityRuleDirection']]):
|
|
97
|
+
pulumi.set(self, "direction", value)
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter(name="networkSecurityGroupName")
|
|
101
|
+
def network_security_group_name(self) -> pulumi.Input[str]:
|
|
102
|
+
"""
|
|
103
|
+
Name of the network security group
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "network_security_group_name")
|
|
106
|
+
|
|
107
|
+
@network_security_group_name.setter
|
|
108
|
+
def network_security_group_name(self, value: pulumi.Input[str]):
|
|
109
|
+
pulumi.set(self, "network_security_group_name", value)
|
|
110
|
+
|
|
111
|
+
@property
|
|
112
|
+
@pulumi.getter
|
|
113
|
+
def priority(self) -> pulumi.Input[int]:
|
|
114
|
+
"""
|
|
115
|
+
The priority of the rule. The value can be between 100 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
|
|
116
|
+
"""
|
|
117
|
+
return pulumi.get(self, "priority")
|
|
118
|
+
|
|
119
|
+
@priority.setter
|
|
120
|
+
def priority(self, value: pulumi.Input[int]):
|
|
121
|
+
pulumi.set(self, "priority", value)
|
|
122
|
+
|
|
123
|
+
@property
|
|
124
|
+
@pulumi.getter
|
|
125
|
+
def protocol(self) -> pulumi.Input[Union[str, 'SecurityRuleProtocol']]:
|
|
126
|
+
"""
|
|
127
|
+
Network protocol this rule applies to.
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "protocol")
|
|
130
|
+
|
|
131
|
+
@protocol.setter
|
|
132
|
+
def protocol(self, value: pulumi.Input[Union[str, 'SecurityRuleProtocol']]):
|
|
133
|
+
pulumi.set(self, "protocol", value)
|
|
134
|
+
|
|
135
|
+
@property
|
|
136
|
+
@pulumi.getter(name="resourceGroupName")
|
|
137
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
138
|
+
"""
|
|
139
|
+
The name of the resource group. The name is case insensitive.
|
|
140
|
+
"""
|
|
141
|
+
return pulumi.get(self, "resource_group_name")
|
|
142
|
+
|
|
143
|
+
@resource_group_name.setter
|
|
144
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
145
|
+
pulumi.set(self, "resource_group_name", value)
|
|
146
|
+
|
|
147
|
+
@property
|
|
148
|
+
@pulumi.getter
|
|
149
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
150
|
+
"""
|
|
151
|
+
A description for this rule. Restricted to 140 chars.
|
|
152
|
+
"""
|
|
153
|
+
return pulumi.get(self, "description")
|
|
154
|
+
|
|
155
|
+
@description.setter
|
|
156
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
157
|
+
pulumi.set(self, "description", value)
|
|
158
|
+
|
|
159
|
+
@property
|
|
160
|
+
@pulumi.getter(name="destinationAddressPrefixes")
|
|
161
|
+
def destination_address_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
162
|
+
"""
|
|
163
|
+
The destination address prefixes. CIDR or destination IP ranges.
|
|
164
|
+
"""
|
|
165
|
+
return pulumi.get(self, "destination_address_prefixes")
|
|
166
|
+
|
|
167
|
+
@destination_address_prefixes.setter
|
|
168
|
+
def destination_address_prefixes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
169
|
+
pulumi.set(self, "destination_address_prefixes", value)
|
|
170
|
+
|
|
171
|
+
@property
|
|
172
|
+
@pulumi.getter(name="destinationPortRanges")
|
|
173
|
+
def destination_port_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
174
|
+
"""
|
|
175
|
+
The destination port ranges. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
|
|
176
|
+
"""
|
|
177
|
+
return pulumi.get(self, "destination_port_ranges")
|
|
178
|
+
|
|
179
|
+
@destination_port_ranges.setter
|
|
180
|
+
def destination_port_ranges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
181
|
+
pulumi.set(self, "destination_port_ranges", value)
|
|
182
|
+
|
|
183
|
+
@property
|
|
184
|
+
@pulumi.getter(name="extendedLocation")
|
|
185
|
+
def extended_location(self) -> Optional[pulumi.Input['ExtendedLocationArgs']]:
|
|
186
|
+
"""
|
|
187
|
+
The extendedLocation of the resource.
|
|
188
|
+
"""
|
|
189
|
+
return pulumi.get(self, "extended_location")
|
|
190
|
+
|
|
191
|
+
@extended_location.setter
|
|
192
|
+
def extended_location(self, value: Optional[pulumi.Input['ExtendedLocationArgs']]):
|
|
193
|
+
pulumi.set(self, "extended_location", value)
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
@pulumi.getter(name="securityRuleName")
|
|
197
|
+
def security_rule_name(self) -> Optional[pulumi.Input[str]]:
|
|
198
|
+
"""
|
|
199
|
+
Name of the security rule.
|
|
200
|
+
"""
|
|
201
|
+
return pulumi.get(self, "security_rule_name")
|
|
202
|
+
|
|
203
|
+
@security_rule_name.setter
|
|
204
|
+
def security_rule_name(self, value: Optional[pulumi.Input[str]]):
|
|
205
|
+
pulumi.set(self, "security_rule_name", value)
|
|
206
|
+
|
|
207
|
+
@property
|
|
208
|
+
@pulumi.getter(name="sourceAddressPrefixes")
|
|
209
|
+
def source_address_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
210
|
+
"""
|
|
211
|
+
The CIDR or source IP ranges.
|
|
212
|
+
"""
|
|
213
|
+
return pulumi.get(self, "source_address_prefixes")
|
|
214
|
+
|
|
215
|
+
@source_address_prefixes.setter
|
|
216
|
+
def source_address_prefixes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
217
|
+
pulumi.set(self, "source_address_prefixes", value)
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter(name="sourcePortRanges")
|
|
221
|
+
def source_port_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
222
|
+
"""
|
|
223
|
+
The source port ranges. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "source_port_ranges")
|
|
226
|
+
|
|
227
|
+
@source_port_ranges.setter
|
|
228
|
+
def source_port_ranges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
229
|
+
pulumi.set(self, "source_port_ranges", value)
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
class SecurityRule(pulumi.CustomResource):
|
|
233
|
+
@overload
|
|
234
|
+
def __init__(__self__,
|
|
235
|
+
resource_name: str,
|
|
236
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
237
|
+
access: Optional[pulumi.Input[Union[str, 'SecurityRuleAccess']]] = None,
|
|
238
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
239
|
+
destination_address_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
240
|
+
destination_port_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
241
|
+
direction: Optional[pulumi.Input[Union[str, 'SecurityRuleDirection']]] = None,
|
|
242
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
243
|
+
network_security_group_name: Optional[pulumi.Input[str]] = None,
|
|
244
|
+
priority: Optional[pulumi.Input[int]] = None,
|
|
245
|
+
protocol: Optional[pulumi.Input[Union[str, 'SecurityRuleProtocol']]] = None,
|
|
246
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
247
|
+
security_rule_name: Optional[pulumi.Input[str]] = None,
|
|
248
|
+
source_address_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
249
|
+
source_port_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
250
|
+
__props__=None):
|
|
251
|
+
"""
|
|
252
|
+
Security Rule resource.
|
|
253
|
+
|
|
254
|
+
:param str resource_name: The name of the resource.
|
|
255
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
256
|
+
:param pulumi.Input[Union[str, 'SecurityRuleAccess']] access: The network traffic is allowed or denied.
|
|
257
|
+
:param pulumi.Input[str] description: A description for this rule. Restricted to 140 chars.
|
|
258
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] destination_address_prefixes: The destination address prefixes. CIDR or destination IP ranges.
|
|
259
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] destination_port_ranges: The destination port ranges. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
|
|
260
|
+
:param pulumi.Input[Union[str, 'SecurityRuleDirection']] direction: The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic.
|
|
261
|
+
:param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The extendedLocation of the resource.
|
|
262
|
+
:param pulumi.Input[str] network_security_group_name: Name of the network security group
|
|
263
|
+
:param pulumi.Input[int] priority: The priority of the rule. The value can be between 100 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
|
|
264
|
+
:param pulumi.Input[Union[str, 'SecurityRuleProtocol']] protocol: Network protocol this rule applies to.
|
|
265
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
266
|
+
:param pulumi.Input[str] security_rule_name: Name of the security rule.
|
|
267
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] source_address_prefixes: The CIDR or source IP ranges.
|
|
268
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] source_port_ranges: The source port ranges. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
|
|
269
|
+
"""
|
|
270
|
+
...
|
|
271
|
+
@overload
|
|
272
|
+
def __init__(__self__,
|
|
273
|
+
resource_name: str,
|
|
274
|
+
args: SecurityRuleArgs,
|
|
275
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
276
|
+
"""
|
|
277
|
+
Security Rule resource.
|
|
278
|
+
|
|
279
|
+
:param str resource_name: The name of the resource.
|
|
280
|
+
:param SecurityRuleArgs args: The arguments to use to populate this resource's properties.
|
|
281
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
282
|
+
"""
|
|
283
|
+
...
|
|
284
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
285
|
+
resource_args, opts = _utilities.get_resource_args_opts(SecurityRuleArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
286
|
+
if resource_args is not None:
|
|
287
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
288
|
+
else:
|
|
289
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
290
|
+
|
|
291
|
+
def _internal_init(__self__,
|
|
292
|
+
resource_name: str,
|
|
293
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
294
|
+
access: Optional[pulumi.Input[Union[str, 'SecurityRuleAccess']]] = None,
|
|
295
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
296
|
+
destination_address_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
297
|
+
destination_port_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
298
|
+
direction: Optional[pulumi.Input[Union[str, 'SecurityRuleDirection']]] = None,
|
|
299
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
300
|
+
network_security_group_name: Optional[pulumi.Input[str]] = None,
|
|
301
|
+
priority: Optional[pulumi.Input[int]] = None,
|
|
302
|
+
protocol: Optional[pulumi.Input[Union[str, 'SecurityRuleProtocol']]] = None,
|
|
303
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
304
|
+
security_rule_name: Optional[pulumi.Input[str]] = None,
|
|
305
|
+
source_address_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
306
|
+
source_port_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
307
|
+
__props__=None):
|
|
308
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
309
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
310
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
311
|
+
if opts.id is None:
|
|
312
|
+
if __props__ is not None:
|
|
313
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
314
|
+
__props__ = SecurityRuleArgs.__new__(SecurityRuleArgs)
|
|
315
|
+
|
|
316
|
+
if access is None and not opts.urn:
|
|
317
|
+
raise TypeError("Missing required property 'access'")
|
|
318
|
+
__props__.__dict__["access"] = access
|
|
319
|
+
__props__.__dict__["description"] = description
|
|
320
|
+
__props__.__dict__["destination_address_prefixes"] = destination_address_prefixes
|
|
321
|
+
__props__.__dict__["destination_port_ranges"] = destination_port_ranges
|
|
322
|
+
if direction is None and not opts.urn:
|
|
323
|
+
raise TypeError("Missing required property 'direction'")
|
|
324
|
+
__props__.__dict__["direction"] = direction
|
|
325
|
+
__props__.__dict__["extended_location"] = extended_location
|
|
326
|
+
if network_security_group_name is None and not opts.urn:
|
|
327
|
+
raise TypeError("Missing required property 'network_security_group_name'")
|
|
328
|
+
__props__.__dict__["network_security_group_name"] = network_security_group_name
|
|
329
|
+
if priority is None and not opts.urn:
|
|
330
|
+
raise TypeError("Missing required property 'priority'")
|
|
331
|
+
__props__.__dict__["priority"] = priority
|
|
332
|
+
if protocol is None and not opts.urn:
|
|
333
|
+
raise TypeError("Missing required property 'protocol'")
|
|
334
|
+
__props__.__dict__["protocol"] = protocol
|
|
335
|
+
if resource_group_name is None and not opts.urn:
|
|
336
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
337
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
338
|
+
__props__.__dict__["security_rule_name"] = security_rule_name
|
|
339
|
+
__props__.__dict__["source_address_prefixes"] = source_address_prefixes
|
|
340
|
+
__props__.__dict__["source_port_ranges"] = source_port_ranges
|
|
341
|
+
__props__.__dict__["name"] = None
|
|
342
|
+
__props__.__dict__["provisioning_state"] = None
|
|
343
|
+
__props__.__dict__["system_data"] = None
|
|
344
|
+
__props__.__dict__["type"] = None
|
|
345
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:SecurityRule"), pulumi.Alias(type_="azure-native:azurestackhci/v20240201preview:SecurityRule"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:SecurityRule"), pulumi.Alias(type_="azure-native:azurestackhci/v20240715preview:SecurityRule"), pulumi.Alias(type_="azure-native:azurestackhci/v20240801preview:SecurityRule")])
|
|
346
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
347
|
+
super(SecurityRule, __self__).__init__(
|
|
348
|
+
'azure-native:azurestackhci/v20241001preview:SecurityRule',
|
|
349
|
+
resource_name,
|
|
350
|
+
__props__,
|
|
351
|
+
opts)
|
|
352
|
+
|
|
353
|
+
@staticmethod
|
|
354
|
+
def get(resource_name: str,
|
|
355
|
+
id: pulumi.Input[str],
|
|
356
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'SecurityRule':
|
|
357
|
+
"""
|
|
358
|
+
Get an existing SecurityRule resource's state with the given name, id, and optional extra
|
|
359
|
+
properties used to qualify the lookup.
|
|
360
|
+
|
|
361
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
362
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
363
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
364
|
+
"""
|
|
365
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
366
|
+
|
|
367
|
+
__props__ = SecurityRuleArgs.__new__(SecurityRuleArgs)
|
|
368
|
+
|
|
369
|
+
__props__.__dict__["access"] = None
|
|
370
|
+
__props__.__dict__["description"] = None
|
|
371
|
+
__props__.__dict__["destination_address_prefixes"] = None
|
|
372
|
+
__props__.__dict__["destination_port_ranges"] = None
|
|
373
|
+
__props__.__dict__["direction"] = None
|
|
374
|
+
__props__.__dict__["extended_location"] = None
|
|
375
|
+
__props__.__dict__["name"] = None
|
|
376
|
+
__props__.__dict__["priority"] = None
|
|
377
|
+
__props__.__dict__["protocol"] = None
|
|
378
|
+
__props__.__dict__["provisioning_state"] = None
|
|
379
|
+
__props__.__dict__["source_address_prefixes"] = None
|
|
380
|
+
__props__.__dict__["source_port_ranges"] = None
|
|
381
|
+
__props__.__dict__["system_data"] = None
|
|
382
|
+
__props__.__dict__["type"] = None
|
|
383
|
+
return SecurityRule(resource_name, opts=opts, __props__=__props__)
|
|
384
|
+
|
|
385
|
+
@property
|
|
386
|
+
@pulumi.getter
|
|
387
|
+
def access(self) -> pulumi.Output[str]:
|
|
388
|
+
"""
|
|
389
|
+
The network traffic is allowed or denied.
|
|
390
|
+
"""
|
|
391
|
+
return pulumi.get(self, "access")
|
|
392
|
+
|
|
393
|
+
@property
|
|
394
|
+
@pulumi.getter
|
|
395
|
+
def description(self) -> pulumi.Output[Optional[str]]:
|
|
396
|
+
"""
|
|
397
|
+
A description for this rule. Restricted to 140 chars.
|
|
398
|
+
"""
|
|
399
|
+
return pulumi.get(self, "description")
|
|
400
|
+
|
|
401
|
+
@property
|
|
402
|
+
@pulumi.getter(name="destinationAddressPrefixes")
|
|
403
|
+
def destination_address_prefixes(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
404
|
+
"""
|
|
405
|
+
The destination address prefixes. CIDR or destination IP ranges.
|
|
406
|
+
"""
|
|
407
|
+
return pulumi.get(self, "destination_address_prefixes")
|
|
408
|
+
|
|
409
|
+
@property
|
|
410
|
+
@pulumi.getter(name="destinationPortRanges")
|
|
411
|
+
def destination_port_ranges(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
412
|
+
"""
|
|
413
|
+
The destination port ranges. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
|
|
414
|
+
"""
|
|
415
|
+
return pulumi.get(self, "destination_port_ranges")
|
|
416
|
+
|
|
417
|
+
@property
|
|
418
|
+
@pulumi.getter
|
|
419
|
+
def direction(self) -> pulumi.Output[str]:
|
|
420
|
+
"""
|
|
421
|
+
The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic.
|
|
422
|
+
"""
|
|
423
|
+
return pulumi.get(self, "direction")
|
|
424
|
+
|
|
425
|
+
@property
|
|
426
|
+
@pulumi.getter(name="extendedLocation")
|
|
427
|
+
def extended_location(self) -> pulumi.Output[Optional['outputs.ExtendedLocationResponse']]:
|
|
428
|
+
"""
|
|
429
|
+
The extendedLocation of the resource.
|
|
430
|
+
"""
|
|
431
|
+
return pulumi.get(self, "extended_location")
|
|
432
|
+
|
|
433
|
+
@property
|
|
434
|
+
@pulumi.getter
|
|
435
|
+
def name(self) -> pulumi.Output[str]:
|
|
436
|
+
"""
|
|
437
|
+
The name of the resource
|
|
438
|
+
"""
|
|
439
|
+
return pulumi.get(self, "name")
|
|
440
|
+
|
|
441
|
+
@property
|
|
442
|
+
@pulumi.getter
|
|
443
|
+
def priority(self) -> pulumi.Output[int]:
|
|
444
|
+
"""
|
|
445
|
+
The priority of the rule. The value can be between 100 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
|
|
446
|
+
"""
|
|
447
|
+
return pulumi.get(self, "priority")
|
|
448
|
+
|
|
449
|
+
@property
|
|
450
|
+
@pulumi.getter
|
|
451
|
+
def protocol(self) -> pulumi.Output[str]:
|
|
452
|
+
"""
|
|
453
|
+
Network protocol this rule applies to.
|
|
454
|
+
"""
|
|
455
|
+
return pulumi.get(self, "protocol")
|
|
456
|
+
|
|
457
|
+
@property
|
|
458
|
+
@pulumi.getter(name="provisioningState")
|
|
459
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
460
|
+
"""
|
|
461
|
+
Provisioning state of the SR
|
|
462
|
+
"""
|
|
463
|
+
return pulumi.get(self, "provisioning_state")
|
|
464
|
+
|
|
465
|
+
@property
|
|
466
|
+
@pulumi.getter(name="sourceAddressPrefixes")
|
|
467
|
+
def source_address_prefixes(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
468
|
+
"""
|
|
469
|
+
The CIDR or source IP ranges.
|
|
470
|
+
"""
|
|
471
|
+
return pulumi.get(self, "source_address_prefixes")
|
|
472
|
+
|
|
473
|
+
@property
|
|
474
|
+
@pulumi.getter(name="sourcePortRanges")
|
|
475
|
+
def source_port_ranges(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
476
|
+
"""
|
|
477
|
+
The source port ranges. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
|
|
478
|
+
"""
|
|
479
|
+
return pulumi.get(self, "source_port_ranges")
|
|
480
|
+
|
|
481
|
+
@property
|
|
482
|
+
@pulumi.getter(name="systemData")
|
|
483
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
484
|
+
"""
|
|
485
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
486
|
+
"""
|
|
487
|
+
return pulumi.get(self, "system_data")
|
|
488
|
+
|
|
489
|
+
@property
|
|
490
|
+
@pulumi.getter
|
|
491
|
+
def type(self) -> pulumi.Output[str]:
|
|
492
|
+
"""
|
|
493
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
494
|
+
"""
|
|
495
|
+
return pulumi.get(self, "type")
|
|
496
|
+
|