pulumi-azure-native 2.36.1a1712722234__py3-none-any.whl → 2.36.1a1713161317__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 +134 -0
- pulumi_azure_native/authorization/__init__.py +3 -0
- pulumi_azure_native/authorization/get_policy_assignment.py +2 -2
- pulumi_azure_native/authorization/policy_assignment.py +3 -3
- pulumi_azure_native/authorization/v20190601/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20200301/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20220601/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20230401/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20240401/__init__.py +12 -0
- pulumi_azure_native/authorization/v20240401/_enums.py +76 -0
- pulumi_azure_native/authorization/v20240401/_inputs.py +276 -0
- pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +300 -0
- pulumi_azure_native/authorization/v20240401/outputs.py +482 -0
- pulumi_azure_native/authorization/v20240401/policy_assignment.py +556 -0
- pulumi_azure_native/eventhub/__init__.py +3 -0
- pulumi_azure_native/eventhub/application_group.py +3 -3
- pulumi_azure_native/eventhub/cluster.py +3 -3
- pulumi_azure_native/eventhub/consumer_group.py +3 -3
- pulumi_azure_native/eventhub/disaster_recovery_config.py +3 -3
- pulumi_azure_native/eventhub/event_hub.py +3 -3
- pulumi_azure_native/eventhub/event_hub_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/get_application_group.py +2 -2
- pulumi_azure_native/eventhub/get_cluster.py +2 -2
- pulumi_azure_native/eventhub/get_consumer_group.py +2 -2
- pulumi_azure_native/eventhub/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/eventhub/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/eventhub/get_schema_registry.py +2 -2
- pulumi_azure_native/eventhub/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/eventhub/list_event_hub_keys.py +2 -2
- pulumi_azure_native/eventhub/list_namespace_keys.py +2 -2
- pulumi_azure_native/eventhub/namespace.py +3 -3
- pulumi_azure_native/eventhub/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/eventhub/private_endpoint_connection.py +3 -3
- pulumi_azure_native/eventhub/schema_registry.py +3 -3
- pulumi_azure_native/eventhub/v20221001preview/application_group.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/cluster.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/consumer_group.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/event_hub.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/event_hub_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/namespace.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/schema_registry.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/application_group.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/cluster.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/consumer_group.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/event_hub.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/event_hub_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/namespace.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/schema_registry.py +1 -1
- pulumi_azure_native/eventhub/v20240101/application_group.py +1 -1
- pulumi_azure_native/eventhub/v20240101/cluster.py +1 -1
- pulumi_azure_native/eventhub/v20240101/consumer_group.py +1 -1
- pulumi_azure_native/eventhub/v20240101/disaster_recovery_config.py +1 -1
- pulumi_azure_native/eventhub/v20240101/event_hub.py +1 -1
- pulumi_azure_native/eventhub/v20240101/event_hub_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20240101/namespace.py +1 -1
- pulumi_azure_native/eventhub/v20240101/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20240101/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/eventhub/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventhub/v20240101/schema_registry.py +1 -1
- pulumi_azure_native/eventhub/v20240501preview/__init__.py +35 -0
- pulumi_azure_native/eventhub/v20240501preview/_enums.py +229 -0
- pulumi_azure_native/eventhub/v20240501preview/_inputs.py +1059 -0
- pulumi_azure_native/eventhub/v20240501preview/application_group.py +285 -0
- pulumi_azure_native/eventhub/v20240501preview/cluster.py +332 -0
- pulumi_azure_native/eventhub/v20240501preview/consumer_group.py +265 -0
- pulumi_azure_native/eventhub/v20240501preview/disaster_recovery_config.py +283 -0
- pulumi_azure_native/eventhub/v20240501preview/event_hub.py +440 -0
- pulumi_azure_native/eventhub/v20240501preview/event_hub_authorization_rule.py +247 -0
- pulumi_azure_native/eventhub/v20240501preview/get_application_group.py +175 -0
- pulumi_azure_native/eventhub/v20240501preview/get_cluster.py +235 -0
- pulumi_azure_native/eventhub/v20240501preview/get_consumer_group.py +180 -0
- pulumi_azure_native/eventhub/v20240501preview/get_disaster_recovery_config.py +201 -0
- pulumi_azure_native/eventhub/v20240501preview/get_event_hub.py +279 -0
- pulumi_azure_native/eventhub/v20240501preview/get_event_hub_authorization_rule.py +154 -0
- pulumi_azure_native/eventhub/v20240501preview/get_namespace.py +404 -0
- pulumi_azure_native/eventhub/v20240501preview/get_namespace_authorization_rule.py +149 -0
- pulumi_azure_native/eventhub/v20240501preview/get_namespace_network_rule_set.py +196 -0
- pulumi_azure_native/eventhub/v20240501preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/eventhub/v20240501preview/get_schema_registry.py +208 -0
- pulumi_azure_native/eventhub/v20240501preview/list_disaster_recovery_config_keys.py +166 -0
- pulumi_azure_native/eventhub/v20240501preview/list_event_hub_keys.py +166 -0
- pulumi_azure_native/eventhub/v20240501preview/list_namespace_keys.py +161 -0
- pulumi_azure_native/eventhub/v20240501preview/namespace.py +697 -0
- pulumi_azure_native/eventhub/v20240501preview/namespace_authorization_rule.py +226 -0
- pulumi_azure_native/eventhub/v20240501preview/namespace_network_rule_set.py +326 -0
- pulumi_azure_native/eventhub/v20240501preview/outputs.py +1430 -0
- pulumi_azure_native/eventhub/v20240501preview/private_endpoint_connection.py +284 -0
- pulumi_azure_native/eventhub/v20240501preview/schema_registry.py +297 -0
- pulumi_azure_native/network/__init__.py +7 -0
- pulumi_azure_native/network/_enums.py +12 -1
- pulumi_azure_native/network/_inputs.py +19 -3
- pulumi_azure_native/network/admin_rule.py +3 -3
- pulumi_azure_native/network/admin_rule_collection.py +3 -3
- pulumi_azure_native/network/application_gateway.py +3 -3
- pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/application_security_group.py +3 -3
- pulumi_azure_native/network/azure_firewall.py +3 -3
- pulumi_azure_native/network/bastion_host.py +3 -3
- pulumi_azure_native/network/configuration_policy_group.py +3 -3
- pulumi_azure_native/network/connection_monitor.py +3 -3
- pulumi_azure_native/network/connectivity_configuration.py +3 -3
- pulumi_azure_native/network/custom_ip_prefix.py +3 -3
- pulumi_azure_native/network/ddos_custom_policy.py +3 -3
- pulumi_azure_native/network/ddos_protection_plan.py +3 -3
- pulumi_azure_native/network/default_admin_rule.py +1 -1
- pulumi_azure_native/network/dscp_configuration.py +3 -3
- pulumi_azure_native/network/express_route_circuit.py +3 -3
- pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
- pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
- pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
- pulumi_azure_native/network/express_route_connection.py +3 -3
- pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
- pulumi_azure_native/network/express_route_gateway.py +3 -3
- pulumi_azure_native/network/express_route_port.py +3 -3
- pulumi_azure_native/network/express_route_port_authorization.py +3 -3
- pulumi_azure_native/network/firewall_policy.py +3 -3
- pulumi_azure_native/network/firewall_policy_draft.py +498 -0
- pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +287 -0
- pulumi_azure_native/network/flow_log.py +3 -3
- pulumi_azure_native/network/get_active_sessions.py +2 -2
- pulumi_azure_native/network/get_admin_rule.py +2 -2
- pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
- pulumi_azure_native/network/get_application_gateway.py +2 -2
- pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
- pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_application_security_group.py +2 -2
- pulumi_azure_native/network/get_azure_firewall.py +2 -2
- pulumi_azure_native/network/get_bastion_host.py +2 -2
- pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
- pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
- pulumi_azure_native/network/get_connection_monitor.py +2 -2
- pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
- pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
- pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
- pulumi_azure_native/network/get_dscp_configuration.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_gateway.py +2 -2
- pulumi_azure_native/network/get_express_route_port.py +2 -2
- pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
- pulumi_azure_native/network/get_firewall_policy.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_draft.py +250 -0
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +151 -0
- pulumi_azure_native/network/get_flow_log.py +2 -2
- pulumi_azure_native/network/get_hub_route_table.py +2 -2
- pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
- pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
- pulumi_azure_native/network/get_ip_allocation.py +2 -2
- pulumi_azure_native/network/get_ip_group.py +2 -2
- pulumi_azure_native/network/get_load_balancer.py +2 -2
- pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
- pulumi_azure_native/network/get_local_network_gateway.py +2 -2
- pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_nat_gateway.py +2 -2
- pulumi_azure_native/network/get_nat_rule.py +2 -2
- pulumi_azure_native/network/get_network_group.py +2 -2
- pulumi_azure_native/network/get_network_interface.py +2 -2
- pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
- pulumi_azure_native/network/get_network_manager.py +2 -2
- pulumi_azure_native/network/get_network_profile.py +2 -2
- pulumi_azure_native/network/get_network_security_group.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
- pulumi_azure_native/network/get_network_watcher.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
- pulumi_azure_native/network/get_packet_capture.py +2 -2
- pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
- pulumi_azure_native/network/get_private_endpoint.py +2 -2
- pulumi_azure_native/network/get_private_link_service.py +2 -2
- pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_public_ip_address.py +2 -2
- pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_route.py +2 -2
- pulumi_azure_native/network/get_route_filter.py +2 -2
- pulumi_azure_native/network/get_route_filter_rule.py +2 -2
- pulumi_azure_native/network/get_route_map.py +2 -2
- pulumi_azure_native/network/get_route_table.py +2 -2
- pulumi_azure_native/network/get_routing_intent.py +2 -2
- pulumi_azure_native/network/get_scope_connection.py +2 -2
- pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
- pulumi_azure_native/network/get_security_partner_provider.py +2 -2
- pulumi_azure_native/network/get_security_rule.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
- pulumi_azure_native/network/get_static_member.py +2 -2
- pulumi_azure_native/network/get_subnet.py +2 -2
- pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
- pulumi_azure_native/network/get_virtual_hub.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
- pulumi_azure_native/network/get_virtual_network.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
- pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
- pulumi_azure_native/network/get_virtual_router.py +2 -2
- pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_wan.py +2 -2
- pulumi_azure_native/network/get_vpn_connection.py +2 -2
- pulumi_azure_native/network/get_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
- pulumi_azure_native/network/get_vpn_site.py +2 -2
- pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
- pulumi_azure_native/network/hub_route_table.py +3 -3
- pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
- pulumi_azure_native/network/inbound_nat_rule.py +3 -3
- pulumi_azure_native/network/interface_endpoint.py +1 -1
- pulumi_azure_native/network/ip_allocation.py +3 -3
- pulumi_azure_native/network/ip_group.py +3 -3
- pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
- pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
- pulumi_azure_native/network/load_balancer.py +3 -3
- pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
- pulumi_azure_native/network/local_network_gateway.py +3 -3
- pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
- pulumi_azure_native/network/nat_gateway.py +3 -3
- pulumi_azure_native/network/nat_rule.py +3 -3
- pulumi_azure_native/network/network_group.py +3 -3
- pulumi_azure_native/network/network_interface.py +3 -3
- pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
- pulumi_azure_native/network/network_manager.py +3 -3
- pulumi_azure_native/network/network_profile.py +3 -3
- pulumi_azure_native/network/network_security_group.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance.py +3 -3
- pulumi_azure_native/network/network_watcher.py +3 -3
- pulumi_azure_native/network/outputs.py +15 -3
- pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
- pulumi_azure_native/network/packet_capture.py +3 -3
- pulumi_azure_native/network/private_dns_zone_group.py +3 -3
- pulumi_azure_native/network/private_endpoint.py +3 -3
- pulumi_azure_native/network/private_link_service.py +3 -3
- pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/public_ip_address.py +3 -3
- pulumi_azure_native/network/public_ip_prefix.py +3 -3
- pulumi_azure_native/network/route.py +3 -3
- pulumi_azure_native/network/route_filter.py +3 -3
- pulumi_azure_native/network/route_filter_rule.py +3 -3
- pulumi_azure_native/network/route_map.py +3 -3
- pulumi_azure_native/network/route_table.py +3 -3
- pulumi_azure_native/network/routing_intent.py +3 -3
- pulumi_azure_native/network/scope_connection.py +3 -3
- pulumi_azure_native/network/security_admin_configuration.py +3 -3
- pulumi_azure_native/network/security_partner_provider.py +3 -3
- pulumi_azure_native/network/security_rule.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
- pulumi_azure_native/network/static_member.py +3 -3
- pulumi_azure_native/network/subnet.py +3 -3
- pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
- pulumi_azure_native/network/v20180601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20180701/network_interface.py +1 -1
- pulumi_azure_native/network/v20180701/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20180701/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20180701/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20180701/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_site.py +1 -1
- pulumi_azure_native/network/v20181201/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20190201/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190201/interface_endpoint.py +1 -1
- pulumi_azure_native/network/v20190201/network_interface.py +1 -1
- pulumi_azure_native/network/v20190201/subnet.py +1 -1
- pulumi_azure_native/network/v20190601/application_gateway.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190601/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20190601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20190601/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20190601/network_interface.py +1 -1
- pulumi_azure_native/network/v20190601/network_security_group.py +1 -1
- pulumi_azure_native/network/v20190601/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20190601/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20190601/route.py +1 -1
- pulumi_azure_native/network/v20190601/route_table.py +1 -1
- pulumi_azure_native/network/v20190601/security_rule.py +1 -1
- pulumi_azure_native/network/v20190601/subnet.py +1 -1
- pulumi_azure_native/network/v20190601/virtual_network.py +1 -1
- pulumi_azure_native/network/v20190601/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20190701/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20190701/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20190701/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20190801/application_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_port.py +1 -1
- pulumi_azure_native/network/v20190801/load_balancer.py +1 -1
- pulumi_azure_native/network/v20190801/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/network_interface.py +1 -1
- pulumi_azure_native/network/v20190801/network_profile.py +1 -1
- pulumi_azure_native/network/v20190801/network_security_group.py +1 -1
- pulumi_azure_native/network/v20190801/private_link_service.py +1 -1
- pulumi_azure_native/network/v20190801/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20190801/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20190801/route_filter.py +1 -1
- pulumi_azure_native/network/v20190801/subnet.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20190901/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20200401/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20200401/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20200401/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20200401/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20200601/packet_capture.py +1 -1
- pulumi_azure_native/network/v20200601/subnet.py +1 -1
- pulumi_azure_native/network/v20200601/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20210201/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20210201/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20210201/private_link_service.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210201preview/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_group.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210301/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20210301/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210501preview/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_group.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20210801/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20220101/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20220401preview/network_group.py +1 -1
- pulumi_azure_native/network/v20220501/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20220501/network_watcher.py +1 -1
- pulumi_azure_native/network/v20220701/security_rule.py +1 -1
- pulumi_azure_native/network/v20220701/subnet.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230201/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230201/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230201/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230201/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230201/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230201/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230201/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230201/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230201/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230201/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230201/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230201/flow_log.py +1 -1
- pulumi_azure_native/network/v20230201/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230201/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230201/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230201/ip_group.py +1 -1
- pulumi_azure_native/network/v20230201/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230201/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230201/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230201/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/network_group.py +1 -1
- pulumi_azure_native/network/v20230201/network_interface.py +1 -1
- pulumi_azure_native/network/v20230201/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/network_manager.py +1 -1
- pulumi_azure_native/network/v20230201/network_profile.py +1 -1
- pulumi_azure_native/network/v20230201/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230201/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230201/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230201/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230201/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230201/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230201/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230201/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230201/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230201/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230201/route.py +1 -1
- pulumi_azure_native/network/v20230201/route_filter.py +1 -1
- pulumi_azure_native/network/v20230201/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230201/route_map.py +1 -1
- pulumi_azure_native/network/v20230201/route_table.py +1 -1
- pulumi_azure_native/network/v20230201/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230201/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230201/security_rule.py +1 -1
- pulumi_azure_native/network/v20230201/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230201/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230201/static_member.py +1 -1
- pulumi_azure_native/network/v20230201/subnet.py +1 -1
- pulumi_azure_native/network/v20230201/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230201/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230401/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230401/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230401/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230401/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230401/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230401/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230401/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230401/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230401/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230401/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230401/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230401/flow_log.py +1 -1
- pulumi_azure_native/network/v20230401/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230401/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230401/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230401/ip_group.py +1 -1
- pulumi_azure_native/network/v20230401/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230401/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230401/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230401/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/network_group.py +1 -1
- pulumi_azure_native/network/v20230401/network_interface.py +1 -1
- pulumi_azure_native/network/v20230401/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/network_manager.py +1 -1
- pulumi_azure_native/network/v20230401/network_profile.py +1 -1
- pulumi_azure_native/network/v20230401/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230401/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230401/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230401/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230401/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230401/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230401/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230401/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230401/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230401/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230401/route.py +1 -1
- pulumi_azure_native/network/v20230401/route_filter.py +1 -1
- pulumi_azure_native/network/v20230401/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230401/route_map.py +1 -1
- pulumi_azure_native/network/v20230401/route_table.py +1 -1
- pulumi_azure_native/network/v20230401/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230401/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230401/security_rule.py +1 -1
- pulumi_azure_native/network/v20230401/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230401/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230401/static_member.py +1 -1
- pulumi_azure_native/network/v20230401/subnet.py +1 -1
- pulumi_azure_native/network/v20230401/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230401/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230501/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230501/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230501/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230501/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230501/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230501/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230501/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230501/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230501/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230501/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230501/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230501/flow_log.py +1 -1
- pulumi_azure_native/network/v20230501/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230501/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230501/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230501/ip_group.py +1 -1
- pulumi_azure_native/network/v20230501/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230501/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230501/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230501/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/network_group.py +1 -1
- pulumi_azure_native/network/v20230501/network_interface.py +1 -1
- pulumi_azure_native/network/v20230501/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/network_manager.py +1 -1
- pulumi_azure_native/network/v20230501/network_profile.py +1 -1
- pulumi_azure_native/network/v20230501/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230501/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230501/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230501/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230501/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230501/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230501/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230501/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230501/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230501/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230501/route.py +1 -1
- pulumi_azure_native/network/v20230501/route_filter.py +1 -1
- pulumi_azure_native/network/v20230501/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230501/route_map.py +1 -1
- pulumi_azure_native/network/v20230501/route_table.py +1 -1
- pulumi_azure_native/network/v20230501/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230501/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230501/security_rule.py +1 -1
- pulumi_azure_native/network/v20230501/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230501/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230501/static_member.py +1 -1
- pulumi_azure_native/network/v20230501/subnet.py +1 -1
- pulumi_azure_native/network/v20230501/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230501/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230601/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230601/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230601/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230601/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230601/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230601/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230601/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230601/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230601/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230601/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230601/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230601/flow_log.py +1 -1
- pulumi_azure_native/network/v20230601/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230601/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230601/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230601/ip_group.py +1 -1
- pulumi_azure_native/network/v20230601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230601/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230601/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230601/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/network_group.py +1 -1
- pulumi_azure_native/network/v20230601/network_interface.py +1 -1
- pulumi_azure_native/network/v20230601/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/network_manager.py +1 -1
- pulumi_azure_native/network/v20230601/network_profile.py +1 -1
- pulumi_azure_native/network/v20230601/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230601/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230601/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20230601/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230601/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230601/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230601/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230601/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230601/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230601/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230601/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230601/route.py +1 -1
- pulumi_azure_native/network/v20230601/route_filter.py +1 -1
- pulumi_azure_native/network/v20230601/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230601/route_map.py +1 -1
- pulumi_azure_native/network/v20230601/route_table.py +1 -1
- pulumi_azure_native/network/v20230601/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230601/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230601/security_rule.py +1 -1
- pulumi_azure_native/network/v20230601/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230601/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230601/static_member.py +1 -1
- pulumi_azure_native/network/v20230601/subnet.py +1 -1
- pulumi_azure_native/network/v20230601/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230601/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230901/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230901/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230901/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230901/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230901/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230901/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230901/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230901/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230901/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230901/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230901/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230901/flow_log.py +1 -1
- pulumi_azure_native/network/v20230901/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230901/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230901/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230901/ip_group.py +1 -1
- pulumi_azure_native/network/v20230901/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230901/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230901/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230901/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/network_group.py +1 -1
- pulumi_azure_native/network/v20230901/network_interface.py +1 -1
- pulumi_azure_native/network/v20230901/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/network_manager.py +1 -1
- pulumi_azure_native/network/v20230901/network_profile.py +1 -1
- pulumi_azure_native/network/v20230901/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230901/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230901/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20230901/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230901/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230901/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230901/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230901/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230901/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230901/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230901/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230901/route.py +1 -1
- pulumi_azure_native/network/v20230901/route_filter.py +1 -1
- pulumi_azure_native/network/v20230901/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230901/route_map.py +1 -1
- pulumi_azure_native/network/v20230901/route_table.py +1 -1
- pulumi_azure_native/network/v20230901/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230901/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230901/security_rule.py +1 -1
- pulumi_azure_native/network/v20230901/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230901/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230901/static_member.py +1 -1
- pulumi_azure_native/network/v20230901/subnet.py +1 -1
- pulumi_azure_native/network/v20230901/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230901/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20231101/__init__.py +212 -0
- pulumi_azure_native/network/v20231101/_enums.py +1755 -0
- pulumi_azure_native/network/v20231101/_inputs.py +20855 -0
- pulumi_azure_native/network/v20231101/admin_rule.py +558 -0
- pulumi_azure_native/network/v20231101/admin_rule_collection.py +296 -0
- pulumi_azure_native/network/v20231101/application_gateway.py +1251 -0
- pulumi_azure_native/network/v20231101/application_gateway_private_endpoint_connection.py +284 -0
- pulumi_azure_native/network/v20231101/application_security_group.py +261 -0
- pulumi_azure_native/network/v20231101/azure_firewall.py +612 -0
- pulumi_azure_native/network/v20231101/bastion_host.py +647 -0
- pulumi_azure_native/network/v20231101/configuration_policy_group.py +333 -0
- pulumi_azure_native/network/v20231101/connection_monitor.py +574 -0
- pulumi_azure_native/network/v20231101/connectivity_configuration.py +393 -0
- pulumi_azure_native/network/v20231101/custom_ip_prefix.py +642 -0
- pulumi_azure_native/network/v20231101/ddos_custom_policy.py +261 -0
- pulumi_azure_native/network/v20231101/ddos_protection_plan.py +262 -0
- pulumi_azure_native/network/v20231101/default_admin_rule.py +410 -0
- pulumi_azure_native/network/v20231101/dscp_configuration.py +487 -0
- pulumi_azure_native/network/v20231101/express_route_circuit.py +715 -0
- pulumi_azure_native/network/v20231101/express_route_circuit_authorization.py +292 -0
- pulumi_azure_native/network/v20231101/express_route_circuit_connection.py +411 -0
- pulumi_azure_native/network/v20231101/express_route_circuit_peering.py +733 -0
- pulumi_azure_native/network/v20231101/express_route_connection.py +421 -0
- pulumi_azure_native/network/v20231101/express_route_cross_connection_peering.py +556 -0
- pulumi_azure_native/network/v20231101/express_route_gateway.py +374 -0
- pulumi_azure_native/network/v20231101/express_route_port.py +488 -0
- pulumi_azure_native/network/v20231101/express_route_port_authorization.py +263 -0
- pulumi_azure_native/network/v20231101/firewall_policy.py +642 -0
- pulumi_azure_native/network/v20231101/firewall_policy_draft.py +496 -0
- pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group.py +304 -0
- pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group_draft.py +285 -0
- pulumi_azure_native/network/v20231101/flow_log.py +490 -0
- pulumi_azure_native/network/v20231101/get_active_sessions.py +92 -0
- pulumi_azure_native/network/v20231101/get_admin_rule.py +303 -0
- pulumi_azure_native/network/v20231101/get_admin_rule_collection.py +193 -0
- pulumi_azure_native/network/v20231101/get_application_gateway.py +638 -0
- pulumi_azure_native/network/v20231101/get_application_gateway_backend_health_on_demand.py +139 -0
- pulumi_azure_native/network/v20231101/get_application_gateway_private_endpoint_connection.py +175 -0
- pulumi_azure_native/network/v20231101/get_application_security_group.py +169 -0
- pulumi_azure_native/network/v20231101/get_azure_firewall.py +326 -0
- pulumi_azure_native/network/v20231101/get_bastion_host.py +323 -0
- pulumi_azure_native/network/v20231101/get_bastion_shareable_link.py +98 -0
- pulumi_azure_native/network/v20231101/get_configuration_policy_group.py +188 -0
- pulumi_azure_native/network/v20231101/get_connection_monitor.py +318 -0
- pulumi_azure_native/network/v20231101/get_connectivity_configuration.py +240 -0
- pulumi_azure_native/network/v20231101/get_custom_ip_prefix.py +370 -0
- pulumi_azure_native/network/v20231101/get_ddos_custom_policy.py +169 -0
- pulumi_azure_native/network/v20231101/get_ddos_protection_plan.py +196 -0
- pulumi_azure_native/network/v20231101/get_default_admin_rule.py +316 -0
- pulumi_azure_native/network/v20231101/get_dscp_configuration.py +287 -0
- pulumi_azure_native/network/v20231101/get_express_route_circuit.py +378 -0
- pulumi_azure_native/network/v20231101/get_express_route_circuit_authorization.py +161 -0
- pulumi_azure_native/network/v20231101/get_express_route_circuit_connection.py +219 -0
- pulumi_azure_native/network/v20231101/get_express_route_circuit_peering.py +383 -0
- pulumi_azure_native/network/v20231101/get_express_route_connection.py +201 -0
- pulumi_azure_native/network/v20231101/get_express_route_cross_connection_peering.py +305 -0
- pulumi_azure_native/network/v20231101/get_express_route_gateway.py +209 -0
- pulumi_azure_native/network/v20231101/get_express_route_port.py +313 -0
- pulumi_azure_native/network/v20231101/get_express_route_port_authorization.py +174 -0
- pulumi_azure_native/network/v20231101/get_firewall_policy.py +370 -0
- pulumi_azure_native/network/v20231101/get_firewall_policy_draft.py +248 -0
- pulumi_azure_native/network/v20231101/get_firewall_policy_rule_collection_group.py +175 -0
- pulumi_azure_native/network/v20231101/get_firewall_policy_rule_collection_group_draft.py +149 -0
- pulumi_azure_native/network/v20231101/get_flow_log.py +266 -0
- pulumi_azure_native/network/v20231101/get_hub_route_table.py +188 -0
- pulumi_azure_native/network/v20231101/get_hub_virtual_network_connection.py +188 -0
- pulumi_azure_native/network/v20231101/get_inbound_nat_rule.py +284 -0
- pulumi_azure_native/network/v20231101/get_ip_allocation.py +240 -0
- pulumi_azure_native/network/v20231101/get_ip_group.py +201 -0
- pulumi_azure_native/network/v20231101/get_load_balancer.py +292 -0
- pulumi_azure_native/network/v20231101/get_load_balancer_backend_address_pool.py +279 -0
- pulumi_azure_native/network/v20231101/get_local_network_gateway.py +222 -0
- pulumi_azure_native/network/v20231101/get_management_group_network_manager_connection.py +157 -0
- pulumi_azure_native/network/v20231101/get_nat_gateway.py +253 -0
- pulumi_azure_native/network/v20231101/get_nat_rule.py +214 -0
- pulumi_azure_native/network/v20231101/get_network_group.py +175 -0
- pulumi_azure_native/network/v20231101/get_network_interface.py +448 -0
- pulumi_azure_native/network/v20231101/get_network_interface_tap_configuration.py +149 -0
- pulumi_azure_native/network/v20231101/get_network_manager.py +222 -0
- pulumi_azure_native/network/v20231101/get_network_profile.py +201 -0
- pulumi_azure_native/network/v20231101/get_network_security_group.py +253 -0
- pulumi_azure_native/network/v20231101/get_network_virtual_appliance.py +409 -0
- pulumi_azure_native/network/v20231101/get_network_virtual_appliance_connection.py +175 -0
- pulumi_azure_native/network/v20231101/get_network_watcher.py +156 -0
- pulumi_azure_native/network/v20231101/get_p2s_vpn_gateway.py +248 -0
- pulumi_azure_native/network/v20231101/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +248 -0
- pulumi_azure_native/network/v20231101/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +88 -0
- pulumi_azure_native/network/v20231101/get_packet_capture.py +253 -0
- pulumi_azure_native/network/v20231101/get_private_dns_zone_group.py +136 -0
- pulumi_azure_native/network/v20231101/get_private_endpoint.py +279 -0
- pulumi_azure_native/network/v20231101/get_private_link_service.py +292 -0
- pulumi_azure_native/network/v20231101/get_private_link_service_private_endpoint_connection.py +193 -0
- pulumi_azure_native/network/v20231101/get_public_ip_address.py +396 -0
- pulumi_azure_native/network/v20231101/get_public_ip_prefix.py +318 -0
- pulumi_azure_native/network/v20231101/get_route.py +187 -0
- pulumi_azure_native/network/v20231101/get_route_filter.py +201 -0
- pulumi_azure_native/network/v20231101/get_route_filter_rule.py +174 -0
- pulumi_azure_native/network/v20231101/get_route_map.py +175 -0
- pulumi_azure_native/network/v20231101/get_route_table.py +214 -0
- pulumi_azure_native/network/v20231101/get_routing_intent.py +149 -0
- pulumi_azure_native/network/v20231101/get_scope_connection.py +175 -0
- pulumi_azure_native/network/v20231101/get_security_admin_configuration.py +188 -0
- pulumi_azure_native/network/v20231101/get_security_partner_provider.py +196 -0
- pulumi_azure_native/network/v20231101/get_security_rule.py +331 -0
- pulumi_azure_native/network/v20231101/get_service_endpoint_policy.py +240 -0
- pulumi_azure_native/network/v20231101/get_service_endpoint_policy_definition.py +174 -0
- pulumi_azure_native/network/v20231101/get_static_member.py +180 -0
- pulumi_azure_native/network/v20231101/get_subnet.py +401 -0
- pulumi_azure_native/network/v20231101/get_subscription_network_manager_connection.py +152 -0
- pulumi_azure_native/network/v20231101/get_virtual_appliance_site.py +162 -0
- pulumi_azure_native/network/v20231101/get_virtual_hub.py +443 -0
- pulumi_azure_native/network/v20231101/get_virtual_hub_bgp_connection.py +188 -0
- pulumi_azure_native/network/v20231101/get_virtual_hub_ip_configuration.py +188 -0
- pulumi_azure_native/network/v20231101/get_virtual_hub_route_table_v2.py +149 -0
- pulumi_azure_native/network/v20231101/get_virtual_network.py +344 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway.py +482 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_advertised_routes.py +84 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_bgp_peer_status.py +84 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_connection.py +495 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_connection_ike_sas.py +72 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_learned_routes.py +79 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_nat_rule.py +188 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_vpnclient_connection_health.py +79 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +169 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_peering.py +383 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_tap.py +222 -0
- pulumi_azure_native/network/v20231101/get_virtual_router.py +227 -0
- pulumi_azure_native/network/v20231101/get_virtual_router_peering.py +161 -0
- pulumi_azure_native/network/v20231101/get_virtual_wan.py +235 -0
- pulumi_azure_native/network/v20231101/get_vpn_connection.py +357 -0
- pulumi_azure_native/network/v20231101/get_vpn_gateway.py +261 -0
- pulumi_azure_native/network/v20231101/get_vpn_link_connection_ike_sas.py +82 -0
- pulumi_azure_native/network/v20231101/get_vpn_server_configuration.py +326 -0
- pulumi_azure_native/network/v20231101/get_vpn_site.py +274 -0
- pulumi_azure_native/network/v20231101/get_web_application_firewall_policy.py +248 -0
- pulumi_azure_native/network/v20231101/hub_route_table.py +313 -0
- pulumi_azure_native/network/v20231101/hub_virtual_network_connection.py +371 -0
- pulumi_azure_native/network/v20231101/inbound_nat_rule.py +536 -0
- pulumi_azure_native/network/v20231101/ip_allocation.py +431 -0
- pulumi_azure_native/network/v20231101/ip_group.py +301 -0
- pulumi_azure_native/network/v20231101/list_active_connectivity_configurations.py +107 -0
- pulumi_azure_native/network/v20231101/list_active_security_admin_rules.py +107 -0
- pulumi_azure_native/network/v20231101/list_firewall_policy_idps_signature.py +119 -0
- pulumi_azure_native/network/v20231101/list_firewall_policy_idps_signatures_filter_value.py +83 -0
- pulumi_azure_native/network/v20231101/list_network_manager_deployment_status.py +113 -0
- pulumi_azure_native/network/v20231101/list_network_manager_effective_connectivity_configurations.py +102 -0
- pulumi_azure_native/network/v20231101/list_network_manager_effective_security_admin_rules.py +102 -0
- pulumi_azure_native/network/v20231101/load_balancer.py +531 -0
- pulumi_azure_native/network/v20231101/load_balancer_backend_address_pool.py +460 -0
- pulumi_azure_native/network/v20231101/local_network_gateway.py +379 -0
- pulumi_azure_native/network/v20231101/management_group_network_manager_connection.py +232 -0
- pulumi_azure_native/network/v20231101/nat_gateway.py +419 -0
- pulumi_azure_native/network/v20231101/nat_rule.py +391 -0
- pulumi_azure_native/network/v20231101/network_group.py +244 -0
- pulumi_azure_native/network/v20231101/network_interface.py +721 -0
- pulumi_azure_native/network/v20231101/network_interface_tap_configuration.py +265 -0
- pulumi_azure_native/network/v20231101/network_manager.py +363 -0
- pulumi_azure_native/network/v20231101/network_profile.py +303 -0
- pulumi_azure_native/network/v20231101/network_security_group.py +365 -0
- pulumi_azure_native/network/v20231101/network_virtual_appliance.py +672 -0
- pulumi_azure_native/network/v20231101/network_virtual_appliance_connection.py +361 -0
- pulumi_azure_native/network/v20231101/network_watcher.py +251 -0
- pulumi_azure_native/network/v20231101/outputs.py +30957 -0
- pulumi_azure_native/network/v20231101/p2s_vpn_gateway.py +438 -0
- pulumi_azure_native/network/v20231101/packet_capture.py +491 -0
- pulumi_azure_native/network/v20231101/private_dns_zone_group.py +254 -0
- pulumi_azure_native/network/v20231101/private_endpoint.py +496 -0
- pulumi_azure_native/network/v20231101/private_link_service.py +487 -0
- pulumi_azure_native/network/v20231101/private_link_service_private_endpoint_connection.py +294 -0
- pulumi_azure_native/network/v20231101/public_ip_address.py +738 -0
- pulumi_azure_native/network/v20231101/public_ip_prefix.py +526 -0
- pulumi_azure_native/network/v20231101/route.py +370 -0
- pulumi_azure_native/network/v20231101/route_filter.py +306 -0
- pulumi_azure_native/network/v20231101/route_filter_rule.py +343 -0
- pulumi_azure_native/network/v20231101/route_map.py +304 -0
- pulumi_azure_native/network/v20231101/route_table.py +335 -0
- pulumi_azure_native/network/v20231101/routing_intent.py +264 -0
- pulumi_azure_native/network/v20231101/scope_connection.py +282 -0
- pulumi_azure_native/network/v20231101/security_admin_configuration.py +274 -0
- pulumi_azure_native/network/v20231101/security_partner_provider.py +322 -0
- pulumi_azure_native/network/v20231101/security_rule.py +694 -0
- pulumi_azure_native/network/v20231101/service_endpoint_policy.py +373 -0
- pulumi_azure_native/network/v20231101/service_endpoint_policy_definition.py +339 -0
- pulumi_azure_native/network/v20231101/static_member.py +265 -0
- pulumi_azure_native/network/v20231101/subnet.py +729 -0
- pulumi_azure_native/network/v20231101/subscription_network_manager_connection.py +211 -0
- pulumi_azure_native/network/v20231101/virtual_appliance_site.py +293 -0
- pulumi_azure_native/network/v20231101/virtual_hub.py +800 -0
- pulumi_azure_native/network/v20231101/virtual_hub_bgp_connection.py +332 -0
- pulumi_azure_native/network/v20231101/virtual_hub_ip_configuration.py +352 -0
- pulumi_azure_native/network/v20231101/virtual_hub_route_table_v2.py +283 -0
- pulumi_azure_native/network/v20231101/virtual_network.py +636 -0
- pulumi_azure_native/network/v20231101/virtual_network_gateway.py +944 -0
- pulumi_azure_native/network/v20231101/virtual_network_gateway_connection.py +915 -0
- pulumi_azure_native/network/v20231101/virtual_network_gateway_nat_rule.py +371 -0
- pulumi_azure_native/network/v20231101/virtual_network_peering.py +788 -0
- pulumi_azure_native/network/v20231101/virtual_network_tap.py +361 -0
- pulumi_azure_native/network/v20231101/virtual_router.py +379 -0
- pulumi_azure_native/network/v20231101/virtual_router_peering.py +291 -0
- pulumi_azure_native/network/v20231101/virtual_wan.py +388 -0
- pulumi_azure_native/network/v20231101/vpn_connection.py +691 -0
- pulumi_azure_native/network/v20231101/vpn_gateway.py +473 -0
- pulumi_azure_native/network/v20231101/vpn_server_configuration.py +634 -0
- pulumi_azure_native/network/v20231101/vpn_site.py +514 -0
- pulumi_azure_native/network/v20231101/web_application_firewall_policy.py +382 -0
- pulumi_azure_native/network/v20240201/_inputs.py +2 -4
- pulumi_azure_native/network/v20240201/outputs.py +2 -4
- pulumi_azure_native/network/virtual_appliance_site.py +3 -3
- pulumi_azure_native/network/virtual_hub.py +3 -3
- pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
- pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
- pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
- pulumi_azure_native/network/virtual_network.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
- pulumi_azure_native/network/virtual_network_peering.py +3 -3
- pulumi_azure_native/network/virtual_network_tap.py +3 -3
- pulumi_azure_native/network/virtual_router.py +3 -3
- pulumi_azure_native/network/virtual_router_peering.py +3 -3
- pulumi_azure_native/network/virtual_wan.py +3 -3
- pulumi_azure_native/network/vpn_connection.py +3 -3
- pulumi_azure_native/network/vpn_gateway.py +3 -3
- pulumi_azure_native/network/vpn_server_configuration.py +3 -3
- pulumi_azure_native/network/vpn_site.py +3 -3
- pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
- pulumi_azure_native/videoindexer/__init__.py +3 -0
- pulumi_azure_native/videoindexer/account.py +3 -3
- pulumi_azure_native/videoindexer/get_account.py +2 -2
- pulumi_azure_native/videoindexer/v20220801/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240101/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240401preview/__init__.py +12 -0
- pulumi_azure_native/videoindexer/v20240401preview/_enums.py +19 -0
- pulumi_azure_native/videoindexer/v20240401preview/_inputs.py +137 -0
- pulumi_azure_native/videoindexer/v20240401preview/account.py +383 -0
- pulumi_azure_native/videoindexer/v20240401preview/get_account.py +248 -0
- pulumi_azure_native/videoindexer/v20240401preview/outputs.py +368 -0
- {pulumi_azure_native-2.36.1a1712722234.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.36.1a1712722234.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/RECORD +1055 -804
- {pulumi_azure_native-2.36.1a1712722234.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.36.1a1712722234.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,482 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetVirtualNetworkGatewayResult',
|
|
15
|
+
'AwaitableGetVirtualNetworkGatewayResult',
|
|
16
|
+
'get_virtual_network_gateway',
|
|
17
|
+
'get_virtual_network_gateway_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetVirtualNetworkGatewayResult:
|
|
22
|
+
"""
|
|
23
|
+
A common class for general resource information.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, active_active=None, admin_state=None, allow_remote_vnet_traffic=None, allow_virtual_wan_traffic=None, auto_scale_configuration=None, bgp_settings=None, custom_routes=None, disable_ip_sec_replay_protection=None, enable_bgp=None, enable_bgp_route_translation_for_nat=None, enable_dns_forwarding=None, enable_private_ip_address=None, etag=None, extended_location=None, gateway_default_site=None, gateway_type=None, id=None, inbound_dns_forwarding_endpoint=None, ip_configurations=None, location=None, name=None, nat_rules=None, provisioning_state=None, resource_guid=None, sku=None, tags=None, type=None, v_net_extended_location_resource_id=None, virtual_network_gateway_policy_groups=None, vpn_client_configuration=None, vpn_gateway_generation=None, vpn_type=None):
|
|
26
|
+
if active_active and not isinstance(active_active, bool):
|
|
27
|
+
raise TypeError("Expected argument 'active_active' to be a bool")
|
|
28
|
+
pulumi.set(__self__, "active_active", active_active)
|
|
29
|
+
if admin_state and not isinstance(admin_state, str):
|
|
30
|
+
raise TypeError("Expected argument 'admin_state' to be a str")
|
|
31
|
+
pulumi.set(__self__, "admin_state", admin_state)
|
|
32
|
+
if allow_remote_vnet_traffic and not isinstance(allow_remote_vnet_traffic, bool):
|
|
33
|
+
raise TypeError("Expected argument 'allow_remote_vnet_traffic' to be a bool")
|
|
34
|
+
pulumi.set(__self__, "allow_remote_vnet_traffic", allow_remote_vnet_traffic)
|
|
35
|
+
if allow_virtual_wan_traffic and not isinstance(allow_virtual_wan_traffic, bool):
|
|
36
|
+
raise TypeError("Expected argument 'allow_virtual_wan_traffic' to be a bool")
|
|
37
|
+
pulumi.set(__self__, "allow_virtual_wan_traffic", allow_virtual_wan_traffic)
|
|
38
|
+
if auto_scale_configuration and not isinstance(auto_scale_configuration, dict):
|
|
39
|
+
raise TypeError("Expected argument 'auto_scale_configuration' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "auto_scale_configuration", auto_scale_configuration)
|
|
41
|
+
if bgp_settings and not isinstance(bgp_settings, dict):
|
|
42
|
+
raise TypeError("Expected argument 'bgp_settings' to be a dict")
|
|
43
|
+
pulumi.set(__self__, "bgp_settings", bgp_settings)
|
|
44
|
+
if custom_routes and not isinstance(custom_routes, dict):
|
|
45
|
+
raise TypeError("Expected argument 'custom_routes' to be a dict")
|
|
46
|
+
pulumi.set(__self__, "custom_routes", custom_routes)
|
|
47
|
+
if disable_ip_sec_replay_protection and not isinstance(disable_ip_sec_replay_protection, bool):
|
|
48
|
+
raise TypeError("Expected argument 'disable_ip_sec_replay_protection' to be a bool")
|
|
49
|
+
pulumi.set(__self__, "disable_ip_sec_replay_protection", disable_ip_sec_replay_protection)
|
|
50
|
+
if enable_bgp and not isinstance(enable_bgp, bool):
|
|
51
|
+
raise TypeError("Expected argument 'enable_bgp' to be a bool")
|
|
52
|
+
pulumi.set(__self__, "enable_bgp", enable_bgp)
|
|
53
|
+
if enable_bgp_route_translation_for_nat and not isinstance(enable_bgp_route_translation_for_nat, bool):
|
|
54
|
+
raise TypeError("Expected argument 'enable_bgp_route_translation_for_nat' to be a bool")
|
|
55
|
+
pulumi.set(__self__, "enable_bgp_route_translation_for_nat", enable_bgp_route_translation_for_nat)
|
|
56
|
+
if enable_dns_forwarding and not isinstance(enable_dns_forwarding, bool):
|
|
57
|
+
raise TypeError("Expected argument 'enable_dns_forwarding' to be a bool")
|
|
58
|
+
pulumi.set(__self__, "enable_dns_forwarding", enable_dns_forwarding)
|
|
59
|
+
if enable_private_ip_address and not isinstance(enable_private_ip_address, bool):
|
|
60
|
+
raise TypeError("Expected argument 'enable_private_ip_address' to be a bool")
|
|
61
|
+
pulumi.set(__self__, "enable_private_ip_address", enable_private_ip_address)
|
|
62
|
+
if etag and not isinstance(etag, str):
|
|
63
|
+
raise TypeError("Expected argument 'etag' to be a str")
|
|
64
|
+
pulumi.set(__self__, "etag", etag)
|
|
65
|
+
if extended_location and not isinstance(extended_location, dict):
|
|
66
|
+
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
67
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
68
|
+
if gateway_default_site and not isinstance(gateway_default_site, dict):
|
|
69
|
+
raise TypeError("Expected argument 'gateway_default_site' to be a dict")
|
|
70
|
+
pulumi.set(__self__, "gateway_default_site", gateway_default_site)
|
|
71
|
+
if gateway_type and not isinstance(gateway_type, str):
|
|
72
|
+
raise TypeError("Expected argument 'gateway_type' to be a str")
|
|
73
|
+
pulumi.set(__self__, "gateway_type", gateway_type)
|
|
74
|
+
if id and not isinstance(id, str):
|
|
75
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
76
|
+
pulumi.set(__self__, "id", id)
|
|
77
|
+
if inbound_dns_forwarding_endpoint and not isinstance(inbound_dns_forwarding_endpoint, str):
|
|
78
|
+
raise TypeError("Expected argument 'inbound_dns_forwarding_endpoint' to be a str")
|
|
79
|
+
pulumi.set(__self__, "inbound_dns_forwarding_endpoint", inbound_dns_forwarding_endpoint)
|
|
80
|
+
if ip_configurations and not isinstance(ip_configurations, list):
|
|
81
|
+
raise TypeError("Expected argument 'ip_configurations' to be a list")
|
|
82
|
+
pulumi.set(__self__, "ip_configurations", ip_configurations)
|
|
83
|
+
if location and not isinstance(location, str):
|
|
84
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
85
|
+
pulumi.set(__self__, "location", location)
|
|
86
|
+
if name and not isinstance(name, str):
|
|
87
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
88
|
+
pulumi.set(__self__, "name", name)
|
|
89
|
+
if nat_rules and not isinstance(nat_rules, list):
|
|
90
|
+
raise TypeError("Expected argument 'nat_rules' to be a list")
|
|
91
|
+
pulumi.set(__self__, "nat_rules", nat_rules)
|
|
92
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
93
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
94
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
95
|
+
if resource_guid and not isinstance(resource_guid, str):
|
|
96
|
+
raise TypeError("Expected argument 'resource_guid' to be a str")
|
|
97
|
+
pulumi.set(__self__, "resource_guid", resource_guid)
|
|
98
|
+
if sku and not isinstance(sku, dict):
|
|
99
|
+
raise TypeError("Expected argument 'sku' to be a dict")
|
|
100
|
+
pulumi.set(__self__, "sku", sku)
|
|
101
|
+
if tags and not isinstance(tags, dict):
|
|
102
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
103
|
+
pulumi.set(__self__, "tags", tags)
|
|
104
|
+
if type and not isinstance(type, str):
|
|
105
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
106
|
+
pulumi.set(__self__, "type", type)
|
|
107
|
+
if v_net_extended_location_resource_id and not isinstance(v_net_extended_location_resource_id, str):
|
|
108
|
+
raise TypeError("Expected argument 'v_net_extended_location_resource_id' to be a str")
|
|
109
|
+
pulumi.set(__self__, "v_net_extended_location_resource_id", v_net_extended_location_resource_id)
|
|
110
|
+
if virtual_network_gateway_policy_groups and not isinstance(virtual_network_gateway_policy_groups, list):
|
|
111
|
+
raise TypeError("Expected argument 'virtual_network_gateway_policy_groups' to be a list")
|
|
112
|
+
pulumi.set(__self__, "virtual_network_gateway_policy_groups", virtual_network_gateway_policy_groups)
|
|
113
|
+
if vpn_client_configuration and not isinstance(vpn_client_configuration, dict):
|
|
114
|
+
raise TypeError("Expected argument 'vpn_client_configuration' to be a dict")
|
|
115
|
+
pulumi.set(__self__, "vpn_client_configuration", vpn_client_configuration)
|
|
116
|
+
if vpn_gateway_generation and not isinstance(vpn_gateway_generation, str):
|
|
117
|
+
raise TypeError("Expected argument 'vpn_gateway_generation' to be a str")
|
|
118
|
+
pulumi.set(__self__, "vpn_gateway_generation", vpn_gateway_generation)
|
|
119
|
+
if vpn_type and not isinstance(vpn_type, str):
|
|
120
|
+
raise TypeError("Expected argument 'vpn_type' to be a str")
|
|
121
|
+
pulumi.set(__self__, "vpn_type", vpn_type)
|
|
122
|
+
|
|
123
|
+
@property
|
|
124
|
+
@pulumi.getter(name="activeActive")
|
|
125
|
+
def active_active(self) -> Optional[bool]:
|
|
126
|
+
"""
|
|
127
|
+
ActiveActive flag.
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "active_active")
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
@pulumi.getter(name="adminState")
|
|
133
|
+
def admin_state(self) -> Optional[str]:
|
|
134
|
+
"""
|
|
135
|
+
Property to indicate if the Express Route Gateway serves traffic when there are multiple Express Route Gateways in the vnet
|
|
136
|
+
"""
|
|
137
|
+
return pulumi.get(self, "admin_state")
|
|
138
|
+
|
|
139
|
+
@property
|
|
140
|
+
@pulumi.getter(name="allowRemoteVnetTraffic")
|
|
141
|
+
def allow_remote_vnet_traffic(self) -> Optional[bool]:
|
|
142
|
+
"""
|
|
143
|
+
Configure this gateway to accept traffic from other Azure Virtual Networks. This configuration does not support connectivity to Azure Virtual WAN.
|
|
144
|
+
"""
|
|
145
|
+
return pulumi.get(self, "allow_remote_vnet_traffic")
|
|
146
|
+
|
|
147
|
+
@property
|
|
148
|
+
@pulumi.getter(name="allowVirtualWanTraffic")
|
|
149
|
+
def allow_virtual_wan_traffic(self) -> Optional[bool]:
|
|
150
|
+
"""
|
|
151
|
+
Configures this gateway to accept traffic from remote Virtual WAN networks.
|
|
152
|
+
"""
|
|
153
|
+
return pulumi.get(self, "allow_virtual_wan_traffic")
|
|
154
|
+
|
|
155
|
+
@property
|
|
156
|
+
@pulumi.getter(name="autoScaleConfiguration")
|
|
157
|
+
def auto_scale_configuration(self) -> Optional['outputs.VirtualNetworkGatewayAutoScaleConfigurationResponse']:
|
|
158
|
+
"""
|
|
159
|
+
Autoscale configuration for virutal network gateway
|
|
160
|
+
"""
|
|
161
|
+
return pulumi.get(self, "auto_scale_configuration")
|
|
162
|
+
|
|
163
|
+
@property
|
|
164
|
+
@pulumi.getter(name="bgpSettings")
|
|
165
|
+
def bgp_settings(self) -> Optional['outputs.BgpSettingsResponse']:
|
|
166
|
+
"""
|
|
167
|
+
Virtual network gateway's BGP speaker settings.
|
|
168
|
+
"""
|
|
169
|
+
return pulumi.get(self, "bgp_settings")
|
|
170
|
+
|
|
171
|
+
@property
|
|
172
|
+
@pulumi.getter(name="customRoutes")
|
|
173
|
+
def custom_routes(self) -> Optional['outputs.AddressSpaceResponse']:
|
|
174
|
+
"""
|
|
175
|
+
The reference to the address space resource which represents the custom routes address space specified by the customer for virtual network gateway and VpnClient.
|
|
176
|
+
"""
|
|
177
|
+
return pulumi.get(self, "custom_routes")
|
|
178
|
+
|
|
179
|
+
@property
|
|
180
|
+
@pulumi.getter(name="disableIPSecReplayProtection")
|
|
181
|
+
def disable_ip_sec_replay_protection(self) -> Optional[bool]:
|
|
182
|
+
"""
|
|
183
|
+
disableIPSecReplayProtection flag.
|
|
184
|
+
"""
|
|
185
|
+
return pulumi.get(self, "disable_ip_sec_replay_protection")
|
|
186
|
+
|
|
187
|
+
@property
|
|
188
|
+
@pulumi.getter(name="enableBgp")
|
|
189
|
+
def enable_bgp(self) -> Optional[bool]:
|
|
190
|
+
"""
|
|
191
|
+
Whether BGP is enabled for this virtual network gateway or not.
|
|
192
|
+
"""
|
|
193
|
+
return pulumi.get(self, "enable_bgp")
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
@pulumi.getter(name="enableBgpRouteTranslationForNat")
|
|
197
|
+
def enable_bgp_route_translation_for_nat(self) -> Optional[bool]:
|
|
198
|
+
"""
|
|
199
|
+
EnableBgpRouteTranslationForNat flag.
|
|
200
|
+
"""
|
|
201
|
+
return pulumi.get(self, "enable_bgp_route_translation_for_nat")
|
|
202
|
+
|
|
203
|
+
@property
|
|
204
|
+
@pulumi.getter(name="enableDnsForwarding")
|
|
205
|
+
def enable_dns_forwarding(self) -> Optional[bool]:
|
|
206
|
+
"""
|
|
207
|
+
Whether dns forwarding is enabled or not.
|
|
208
|
+
"""
|
|
209
|
+
return pulumi.get(self, "enable_dns_forwarding")
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
@pulumi.getter(name="enablePrivateIpAddress")
|
|
213
|
+
def enable_private_ip_address(self) -> Optional[bool]:
|
|
214
|
+
"""
|
|
215
|
+
Whether private IP needs to be enabled on this gateway for connections or not.
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "enable_private_ip_address")
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter
|
|
221
|
+
def etag(self) -> str:
|
|
222
|
+
"""
|
|
223
|
+
A unique read-only string that changes whenever the resource is updated.
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "etag")
|
|
226
|
+
|
|
227
|
+
@property
|
|
228
|
+
@pulumi.getter(name="extendedLocation")
|
|
229
|
+
def extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
|
|
230
|
+
"""
|
|
231
|
+
The extended location of type local virtual network gateway.
|
|
232
|
+
"""
|
|
233
|
+
return pulumi.get(self, "extended_location")
|
|
234
|
+
|
|
235
|
+
@property
|
|
236
|
+
@pulumi.getter(name="gatewayDefaultSite")
|
|
237
|
+
def gateway_default_site(self) -> Optional['outputs.SubResourceResponse']:
|
|
238
|
+
"""
|
|
239
|
+
The reference to the LocalNetworkGateway resource which represents local network site having default routes. Assign Null value in case of removing existing default site setting.
|
|
240
|
+
"""
|
|
241
|
+
return pulumi.get(self, "gateway_default_site")
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
@pulumi.getter(name="gatewayType")
|
|
245
|
+
def gateway_type(self) -> Optional[str]:
|
|
246
|
+
"""
|
|
247
|
+
The type of this virtual network gateway.
|
|
248
|
+
"""
|
|
249
|
+
return pulumi.get(self, "gateway_type")
|
|
250
|
+
|
|
251
|
+
@property
|
|
252
|
+
@pulumi.getter
|
|
253
|
+
def id(self) -> Optional[str]:
|
|
254
|
+
"""
|
|
255
|
+
Resource ID.
|
|
256
|
+
"""
|
|
257
|
+
return pulumi.get(self, "id")
|
|
258
|
+
|
|
259
|
+
@property
|
|
260
|
+
@pulumi.getter(name="inboundDnsForwardingEndpoint")
|
|
261
|
+
def inbound_dns_forwarding_endpoint(self) -> str:
|
|
262
|
+
"""
|
|
263
|
+
The IP address allocated by the gateway to which dns requests can be sent.
|
|
264
|
+
"""
|
|
265
|
+
return pulumi.get(self, "inbound_dns_forwarding_endpoint")
|
|
266
|
+
|
|
267
|
+
@property
|
|
268
|
+
@pulumi.getter(name="ipConfigurations")
|
|
269
|
+
def ip_configurations(self) -> Optional[Sequence['outputs.VirtualNetworkGatewayIPConfigurationResponse']]:
|
|
270
|
+
"""
|
|
271
|
+
IP configurations for virtual network gateway.
|
|
272
|
+
"""
|
|
273
|
+
return pulumi.get(self, "ip_configurations")
|
|
274
|
+
|
|
275
|
+
@property
|
|
276
|
+
@pulumi.getter
|
|
277
|
+
def location(self) -> Optional[str]:
|
|
278
|
+
"""
|
|
279
|
+
Resource location.
|
|
280
|
+
"""
|
|
281
|
+
return pulumi.get(self, "location")
|
|
282
|
+
|
|
283
|
+
@property
|
|
284
|
+
@pulumi.getter
|
|
285
|
+
def name(self) -> str:
|
|
286
|
+
"""
|
|
287
|
+
Resource name.
|
|
288
|
+
"""
|
|
289
|
+
return pulumi.get(self, "name")
|
|
290
|
+
|
|
291
|
+
@property
|
|
292
|
+
@pulumi.getter(name="natRules")
|
|
293
|
+
def nat_rules(self) -> Optional[Sequence['outputs.VirtualNetworkGatewayNatRuleResponse']]:
|
|
294
|
+
"""
|
|
295
|
+
NatRules for virtual network gateway.
|
|
296
|
+
"""
|
|
297
|
+
return pulumi.get(self, "nat_rules")
|
|
298
|
+
|
|
299
|
+
@property
|
|
300
|
+
@pulumi.getter(name="provisioningState")
|
|
301
|
+
def provisioning_state(self) -> str:
|
|
302
|
+
"""
|
|
303
|
+
The provisioning state of the virtual network gateway resource.
|
|
304
|
+
"""
|
|
305
|
+
return pulumi.get(self, "provisioning_state")
|
|
306
|
+
|
|
307
|
+
@property
|
|
308
|
+
@pulumi.getter(name="resourceGuid")
|
|
309
|
+
def resource_guid(self) -> str:
|
|
310
|
+
"""
|
|
311
|
+
The resource GUID property of the virtual network gateway resource.
|
|
312
|
+
"""
|
|
313
|
+
return pulumi.get(self, "resource_guid")
|
|
314
|
+
|
|
315
|
+
@property
|
|
316
|
+
@pulumi.getter
|
|
317
|
+
def sku(self) -> Optional['outputs.VirtualNetworkGatewaySkuResponse']:
|
|
318
|
+
"""
|
|
319
|
+
The reference to the VirtualNetworkGatewaySku resource which represents the SKU selected for Virtual network gateway.
|
|
320
|
+
"""
|
|
321
|
+
return pulumi.get(self, "sku")
|
|
322
|
+
|
|
323
|
+
@property
|
|
324
|
+
@pulumi.getter
|
|
325
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
326
|
+
"""
|
|
327
|
+
Resource tags.
|
|
328
|
+
"""
|
|
329
|
+
return pulumi.get(self, "tags")
|
|
330
|
+
|
|
331
|
+
@property
|
|
332
|
+
@pulumi.getter
|
|
333
|
+
def type(self) -> str:
|
|
334
|
+
"""
|
|
335
|
+
Resource type.
|
|
336
|
+
"""
|
|
337
|
+
return pulumi.get(self, "type")
|
|
338
|
+
|
|
339
|
+
@property
|
|
340
|
+
@pulumi.getter(name="vNetExtendedLocationResourceId")
|
|
341
|
+
def v_net_extended_location_resource_id(self) -> Optional[str]:
|
|
342
|
+
"""
|
|
343
|
+
Customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet.
|
|
344
|
+
"""
|
|
345
|
+
return pulumi.get(self, "v_net_extended_location_resource_id")
|
|
346
|
+
|
|
347
|
+
@property
|
|
348
|
+
@pulumi.getter(name="virtualNetworkGatewayPolicyGroups")
|
|
349
|
+
def virtual_network_gateway_policy_groups(self) -> Optional[Sequence['outputs.VirtualNetworkGatewayPolicyGroupResponse']]:
|
|
350
|
+
"""
|
|
351
|
+
The reference to the VirtualNetworkGatewayPolicyGroup resource which represents the available VirtualNetworkGatewayPolicyGroup for the gateway.
|
|
352
|
+
"""
|
|
353
|
+
return pulumi.get(self, "virtual_network_gateway_policy_groups")
|
|
354
|
+
|
|
355
|
+
@property
|
|
356
|
+
@pulumi.getter(name="vpnClientConfiguration")
|
|
357
|
+
def vpn_client_configuration(self) -> Optional['outputs.VpnClientConfigurationResponse']:
|
|
358
|
+
"""
|
|
359
|
+
The reference to the VpnClientConfiguration resource which represents the P2S VpnClient configurations.
|
|
360
|
+
"""
|
|
361
|
+
return pulumi.get(self, "vpn_client_configuration")
|
|
362
|
+
|
|
363
|
+
@property
|
|
364
|
+
@pulumi.getter(name="vpnGatewayGeneration")
|
|
365
|
+
def vpn_gateway_generation(self) -> Optional[str]:
|
|
366
|
+
"""
|
|
367
|
+
The generation for this VirtualNetworkGateway. Must be None if gatewayType is not VPN.
|
|
368
|
+
"""
|
|
369
|
+
return pulumi.get(self, "vpn_gateway_generation")
|
|
370
|
+
|
|
371
|
+
@property
|
|
372
|
+
@pulumi.getter(name="vpnType")
|
|
373
|
+
def vpn_type(self) -> Optional[str]:
|
|
374
|
+
"""
|
|
375
|
+
The type of this virtual network gateway.
|
|
376
|
+
"""
|
|
377
|
+
return pulumi.get(self, "vpn_type")
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
class AwaitableGetVirtualNetworkGatewayResult(GetVirtualNetworkGatewayResult):
|
|
381
|
+
# pylint: disable=using-constant-test
|
|
382
|
+
def __await__(self):
|
|
383
|
+
if False:
|
|
384
|
+
yield self
|
|
385
|
+
return GetVirtualNetworkGatewayResult(
|
|
386
|
+
active_active=self.active_active,
|
|
387
|
+
admin_state=self.admin_state,
|
|
388
|
+
allow_remote_vnet_traffic=self.allow_remote_vnet_traffic,
|
|
389
|
+
allow_virtual_wan_traffic=self.allow_virtual_wan_traffic,
|
|
390
|
+
auto_scale_configuration=self.auto_scale_configuration,
|
|
391
|
+
bgp_settings=self.bgp_settings,
|
|
392
|
+
custom_routes=self.custom_routes,
|
|
393
|
+
disable_ip_sec_replay_protection=self.disable_ip_sec_replay_protection,
|
|
394
|
+
enable_bgp=self.enable_bgp,
|
|
395
|
+
enable_bgp_route_translation_for_nat=self.enable_bgp_route_translation_for_nat,
|
|
396
|
+
enable_dns_forwarding=self.enable_dns_forwarding,
|
|
397
|
+
enable_private_ip_address=self.enable_private_ip_address,
|
|
398
|
+
etag=self.etag,
|
|
399
|
+
extended_location=self.extended_location,
|
|
400
|
+
gateway_default_site=self.gateway_default_site,
|
|
401
|
+
gateway_type=self.gateway_type,
|
|
402
|
+
id=self.id,
|
|
403
|
+
inbound_dns_forwarding_endpoint=self.inbound_dns_forwarding_endpoint,
|
|
404
|
+
ip_configurations=self.ip_configurations,
|
|
405
|
+
location=self.location,
|
|
406
|
+
name=self.name,
|
|
407
|
+
nat_rules=self.nat_rules,
|
|
408
|
+
provisioning_state=self.provisioning_state,
|
|
409
|
+
resource_guid=self.resource_guid,
|
|
410
|
+
sku=self.sku,
|
|
411
|
+
tags=self.tags,
|
|
412
|
+
type=self.type,
|
|
413
|
+
v_net_extended_location_resource_id=self.v_net_extended_location_resource_id,
|
|
414
|
+
virtual_network_gateway_policy_groups=self.virtual_network_gateway_policy_groups,
|
|
415
|
+
vpn_client_configuration=self.vpn_client_configuration,
|
|
416
|
+
vpn_gateway_generation=self.vpn_gateway_generation,
|
|
417
|
+
vpn_type=self.vpn_type)
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
def get_virtual_network_gateway(resource_group_name: Optional[str] = None,
|
|
421
|
+
virtual_network_gateway_name: Optional[str] = None,
|
|
422
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVirtualNetworkGatewayResult:
|
|
423
|
+
"""
|
|
424
|
+
Gets the specified virtual network gateway by resource group.
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
:param str resource_group_name: The name of the resource group.
|
|
428
|
+
:param str virtual_network_gateway_name: The name of the virtual network gateway.
|
|
429
|
+
"""
|
|
430
|
+
__args__ = dict()
|
|
431
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
432
|
+
__args__['virtualNetworkGatewayName'] = virtual_network_gateway_name
|
|
433
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
434
|
+
__ret__ = pulumi.runtime.invoke('azure-native:network/v20231101:getVirtualNetworkGateway', __args__, opts=opts, typ=GetVirtualNetworkGatewayResult).value
|
|
435
|
+
|
|
436
|
+
return AwaitableGetVirtualNetworkGatewayResult(
|
|
437
|
+
active_active=pulumi.get(__ret__, 'active_active'),
|
|
438
|
+
admin_state=pulumi.get(__ret__, 'admin_state'),
|
|
439
|
+
allow_remote_vnet_traffic=pulumi.get(__ret__, 'allow_remote_vnet_traffic'),
|
|
440
|
+
allow_virtual_wan_traffic=pulumi.get(__ret__, 'allow_virtual_wan_traffic'),
|
|
441
|
+
auto_scale_configuration=pulumi.get(__ret__, 'auto_scale_configuration'),
|
|
442
|
+
bgp_settings=pulumi.get(__ret__, 'bgp_settings'),
|
|
443
|
+
custom_routes=pulumi.get(__ret__, 'custom_routes'),
|
|
444
|
+
disable_ip_sec_replay_protection=pulumi.get(__ret__, 'disable_ip_sec_replay_protection'),
|
|
445
|
+
enable_bgp=pulumi.get(__ret__, 'enable_bgp'),
|
|
446
|
+
enable_bgp_route_translation_for_nat=pulumi.get(__ret__, 'enable_bgp_route_translation_for_nat'),
|
|
447
|
+
enable_dns_forwarding=pulumi.get(__ret__, 'enable_dns_forwarding'),
|
|
448
|
+
enable_private_ip_address=pulumi.get(__ret__, 'enable_private_ip_address'),
|
|
449
|
+
etag=pulumi.get(__ret__, 'etag'),
|
|
450
|
+
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
451
|
+
gateway_default_site=pulumi.get(__ret__, 'gateway_default_site'),
|
|
452
|
+
gateway_type=pulumi.get(__ret__, 'gateway_type'),
|
|
453
|
+
id=pulumi.get(__ret__, 'id'),
|
|
454
|
+
inbound_dns_forwarding_endpoint=pulumi.get(__ret__, 'inbound_dns_forwarding_endpoint'),
|
|
455
|
+
ip_configurations=pulumi.get(__ret__, 'ip_configurations'),
|
|
456
|
+
location=pulumi.get(__ret__, 'location'),
|
|
457
|
+
name=pulumi.get(__ret__, 'name'),
|
|
458
|
+
nat_rules=pulumi.get(__ret__, 'nat_rules'),
|
|
459
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
460
|
+
resource_guid=pulumi.get(__ret__, 'resource_guid'),
|
|
461
|
+
sku=pulumi.get(__ret__, 'sku'),
|
|
462
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
463
|
+
type=pulumi.get(__ret__, 'type'),
|
|
464
|
+
v_net_extended_location_resource_id=pulumi.get(__ret__, 'v_net_extended_location_resource_id'),
|
|
465
|
+
virtual_network_gateway_policy_groups=pulumi.get(__ret__, 'virtual_network_gateway_policy_groups'),
|
|
466
|
+
vpn_client_configuration=pulumi.get(__ret__, 'vpn_client_configuration'),
|
|
467
|
+
vpn_gateway_generation=pulumi.get(__ret__, 'vpn_gateway_generation'),
|
|
468
|
+
vpn_type=pulumi.get(__ret__, 'vpn_type'))
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
@_utilities.lift_output_func(get_virtual_network_gateway)
|
|
472
|
+
def get_virtual_network_gateway_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
473
|
+
virtual_network_gateway_name: Optional[pulumi.Input[str]] = None,
|
|
474
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetVirtualNetworkGatewayResult]:
|
|
475
|
+
"""
|
|
476
|
+
Gets the specified virtual network gateway by resource group.
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
:param str resource_group_name: The name of the resource group.
|
|
480
|
+
:param str virtual_network_gateway_name: The name of the virtual network gateway.
|
|
481
|
+
"""
|
|
482
|
+
...
|
|
@@ -0,0 +1,84 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetVirtualNetworkGatewayAdvertisedRoutesResult',
|
|
15
|
+
'AwaitableGetVirtualNetworkGatewayAdvertisedRoutesResult',
|
|
16
|
+
'get_virtual_network_gateway_advertised_routes',
|
|
17
|
+
'get_virtual_network_gateway_advertised_routes_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetVirtualNetworkGatewayAdvertisedRoutesResult:
|
|
22
|
+
"""
|
|
23
|
+
List of virtual network gateway routes.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, value=None):
|
|
26
|
+
if value and not isinstance(value, list):
|
|
27
|
+
raise TypeError("Expected argument 'value' to be a list")
|
|
28
|
+
pulumi.set(__self__, "value", value)
|
|
29
|
+
|
|
30
|
+
@property
|
|
31
|
+
@pulumi.getter
|
|
32
|
+
def value(self) -> Optional[Sequence['outputs.GatewayRouteResponse']]:
|
|
33
|
+
"""
|
|
34
|
+
List of gateway routes.
|
|
35
|
+
"""
|
|
36
|
+
return pulumi.get(self, "value")
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
class AwaitableGetVirtualNetworkGatewayAdvertisedRoutesResult(GetVirtualNetworkGatewayAdvertisedRoutesResult):
|
|
40
|
+
# pylint: disable=using-constant-test
|
|
41
|
+
def __await__(self):
|
|
42
|
+
if False:
|
|
43
|
+
yield self
|
|
44
|
+
return GetVirtualNetworkGatewayAdvertisedRoutesResult(
|
|
45
|
+
value=self.value)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
def get_virtual_network_gateway_advertised_routes(peer: Optional[str] = None,
|
|
49
|
+
resource_group_name: Optional[str] = None,
|
|
50
|
+
virtual_network_gateway_name: Optional[str] = None,
|
|
51
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVirtualNetworkGatewayAdvertisedRoutesResult:
|
|
52
|
+
"""
|
|
53
|
+
This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer.
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
:param str peer: The IP address of the peer.
|
|
57
|
+
:param str resource_group_name: The name of the resource group.
|
|
58
|
+
:param str virtual_network_gateway_name: The name of the virtual network gateway.
|
|
59
|
+
"""
|
|
60
|
+
__args__ = dict()
|
|
61
|
+
__args__['peer'] = peer
|
|
62
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
63
|
+
__args__['virtualNetworkGatewayName'] = virtual_network_gateway_name
|
|
64
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
65
|
+
__ret__ = pulumi.runtime.invoke('azure-native:network/v20231101:getVirtualNetworkGatewayAdvertisedRoutes', __args__, opts=opts, typ=GetVirtualNetworkGatewayAdvertisedRoutesResult).value
|
|
66
|
+
|
|
67
|
+
return AwaitableGetVirtualNetworkGatewayAdvertisedRoutesResult(
|
|
68
|
+
value=pulumi.get(__ret__, 'value'))
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
@_utilities.lift_output_func(get_virtual_network_gateway_advertised_routes)
|
|
72
|
+
def get_virtual_network_gateway_advertised_routes_output(peer: Optional[pulumi.Input[str]] = None,
|
|
73
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
74
|
+
virtual_network_gateway_name: Optional[pulumi.Input[str]] = None,
|
|
75
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetVirtualNetworkGatewayAdvertisedRoutesResult]:
|
|
76
|
+
"""
|
|
77
|
+
This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer.
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
:param str peer: The IP address of the peer.
|
|
81
|
+
:param str resource_group_name: The name of the resource group.
|
|
82
|
+
:param str virtual_network_gateway_name: The name of the virtual network gateway.
|
|
83
|
+
"""
|
|
84
|
+
...
|
|
@@ -0,0 +1,84 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetVirtualNetworkGatewayBgpPeerStatusResult',
|
|
15
|
+
'AwaitableGetVirtualNetworkGatewayBgpPeerStatusResult',
|
|
16
|
+
'get_virtual_network_gateway_bgp_peer_status',
|
|
17
|
+
'get_virtual_network_gateway_bgp_peer_status_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetVirtualNetworkGatewayBgpPeerStatusResult:
|
|
22
|
+
"""
|
|
23
|
+
Response for list BGP peer status API service call.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, value=None):
|
|
26
|
+
if value and not isinstance(value, list):
|
|
27
|
+
raise TypeError("Expected argument 'value' to be a list")
|
|
28
|
+
pulumi.set(__self__, "value", value)
|
|
29
|
+
|
|
30
|
+
@property
|
|
31
|
+
@pulumi.getter
|
|
32
|
+
def value(self) -> Optional[Sequence['outputs.BgpPeerStatusResponse']]:
|
|
33
|
+
"""
|
|
34
|
+
List of BGP peers.
|
|
35
|
+
"""
|
|
36
|
+
return pulumi.get(self, "value")
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
class AwaitableGetVirtualNetworkGatewayBgpPeerStatusResult(GetVirtualNetworkGatewayBgpPeerStatusResult):
|
|
40
|
+
# pylint: disable=using-constant-test
|
|
41
|
+
def __await__(self):
|
|
42
|
+
if False:
|
|
43
|
+
yield self
|
|
44
|
+
return GetVirtualNetworkGatewayBgpPeerStatusResult(
|
|
45
|
+
value=self.value)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
def get_virtual_network_gateway_bgp_peer_status(peer: Optional[str] = None,
|
|
49
|
+
resource_group_name: Optional[str] = None,
|
|
50
|
+
virtual_network_gateway_name: Optional[str] = None,
|
|
51
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVirtualNetworkGatewayBgpPeerStatusResult:
|
|
52
|
+
"""
|
|
53
|
+
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
:param str peer: The IP address of the peer to retrieve the status of.
|
|
57
|
+
:param str resource_group_name: The name of the resource group.
|
|
58
|
+
:param str virtual_network_gateway_name: The name of the virtual network gateway.
|
|
59
|
+
"""
|
|
60
|
+
__args__ = dict()
|
|
61
|
+
__args__['peer'] = peer
|
|
62
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
63
|
+
__args__['virtualNetworkGatewayName'] = virtual_network_gateway_name
|
|
64
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
65
|
+
__ret__ = pulumi.runtime.invoke('azure-native:network/v20231101:getVirtualNetworkGatewayBgpPeerStatus', __args__, opts=opts, typ=GetVirtualNetworkGatewayBgpPeerStatusResult).value
|
|
66
|
+
|
|
67
|
+
return AwaitableGetVirtualNetworkGatewayBgpPeerStatusResult(
|
|
68
|
+
value=pulumi.get(__ret__, 'value'))
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
@_utilities.lift_output_func(get_virtual_network_gateway_bgp_peer_status)
|
|
72
|
+
def get_virtual_network_gateway_bgp_peer_status_output(peer: Optional[pulumi.Input[Optional[str]]] = None,
|
|
73
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
74
|
+
virtual_network_gateway_name: Optional[pulumi.Input[str]] = None,
|
|
75
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetVirtualNetworkGatewayBgpPeerStatusResult]:
|
|
76
|
+
"""
|
|
77
|
+
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
:param str peer: The IP address of the peer to retrieve the status of.
|
|
81
|
+
:param str resource_group_name: The name of the resource group.
|
|
82
|
+
:param str virtual_network_gateway_name: The name of the virtual network gateway.
|
|
83
|
+
"""
|
|
84
|
+
...
|