pulumi-azure-native 2.36.1a1712854250__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.1a1712854250.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.36.1a1712854250.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/RECORD +1055 -804
- {pulumi_azure_native-2.36.1a1712854250.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.36.1a1712854250.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,944 @@
|
|
|
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
|
+
from ._enums import *
|
|
13
|
+
from ._inputs import *
|
|
14
|
+
|
|
15
|
+
__all__ = ['VirtualNetworkGatewayInitArgs', 'VirtualNetworkGateway']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class VirtualNetworkGatewayInitArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
resource_group_name: pulumi.Input[str],
|
|
21
|
+
active_active: Optional[pulumi.Input[bool]] = None,
|
|
22
|
+
admin_state: Optional[pulumi.Input[Union[str, 'AdminState']]] = None,
|
|
23
|
+
allow_remote_vnet_traffic: Optional[pulumi.Input[bool]] = None,
|
|
24
|
+
allow_virtual_wan_traffic: Optional[pulumi.Input[bool]] = None,
|
|
25
|
+
auto_scale_configuration: Optional[pulumi.Input['VirtualNetworkGatewayAutoScaleConfigurationArgs']] = None,
|
|
26
|
+
bgp_settings: Optional[pulumi.Input['BgpSettingsArgs']] = None,
|
|
27
|
+
custom_routes: Optional[pulumi.Input['AddressSpaceArgs']] = None,
|
|
28
|
+
disable_ip_sec_replay_protection: Optional[pulumi.Input[bool]] = None,
|
|
29
|
+
enable_bgp: Optional[pulumi.Input[bool]] = None,
|
|
30
|
+
enable_bgp_route_translation_for_nat: Optional[pulumi.Input[bool]] = None,
|
|
31
|
+
enable_dns_forwarding: Optional[pulumi.Input[bool]] = None,
|
|
32
|
+
enable_private_ip_address: Optional[pulumi.Input[bool]] = None,
|
|
33
|
+
extended_location: Optional[pulumi.Input['ExtendedLocationArgs']] = None,
|
|
34
|
+
gateway_default_site: Optional[pulumi.Input['SubResourceArgs']] = None,
|
|
35
|
+
gateway_type: Optional[pulumi.Input[Union[str, 'VirtualNetworkGatewayType']]] = None,
|
|
36
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
37
|
+
ip_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkGatewayIPConfigurationArgs']]]] = None,
|
|
38
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
39
|
+
nat_rules: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkGatewayNatRuleArgs']]]] = None,
|
|
40
|
+
sku: Optional[pulumi.Input['VirtualNetworkGatewaySkuArgs']] = None,
|
|
41
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
42
|
+
v_net_extended_location_resource_id: Optional[pulumi.Input[str]] = None,
|
|
43
|
+
virtual_network_gateway_name: Optional[pulumi.Input[str]] = None,
|
|
44
|
+
virtual_network_gateway_policy_groups: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkGatewayPolicyGroupArgs']]]] = None,
|
|
45
|
+
vpn_client_configuration: Optional[pulumi.Input['VpnClientConfigurationArgs']] = None,
|
|
46
|
+
vpn_gateway_generation: Optional[pulumi.Input[Union[str, 'VpnGatewayGeneration']]] = None,
|
|
47
|
+
vpn_type: Optional[pulumi.Input[Union[str, 'VpnType']]] = None):
|
|
48
|
+
"""
|
|
49
|
+
The set of arguments for constructing a VirtualNetworkGateway resource.
|
|
50
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group.
|
|
51
|
+
:param pulumi.Input[bool] active_active: ActiveActive flag.
|
|
52
|
+
:param pulumi.Input[Union[str, 'AdminState']] admin_state: Property to indicate if the Express Route Gateway serves traffic when there are multiple Express Route Gateways in the vnet
|
|
53
|
+
:param pulumi.Input[bool] allow_remote_vnet_traffic: Configure this gateway to accept traffic from other Azure Virtual Networks. This configuration does not support connectivity to Azure Virtual WAN.
|
|
54
|
+
:param pulumi.Input[bool] allow_virtual_wan_traffic: Configures this gateway to accept traffic from remote Virtual WAN networks.
|
|
55
|
+
:param pulumi.Input['VirtualNetworkGatewayAutoScaleConfigurationArgs'] auto_scale_configuration: Autoscale configuration for virutal network gateway
|
|
56
|
+
:param pulumi.Input['BgpSettingsArgs'] bgp_settings: Virtual network gateway's BGP speaker settings.
|
|
57
|
+
:param pulumi.Input['AddressSpaceArgs'] custom_routes: The reference to the address space resource which represents the custom routes address space specified by the customer for virtual network gateway and VpnClient.
|
|
58
|
+
:param pulumi.Input[bool] disable_ip_sec_replay_protection: disableIPSecReplayProtection flag.
|
|
59
|
+
:param pulumi.Input[bool] enable_bgp: Whether BGP is enabled for this virtual network gateway or not.
|
|
60
|
+
:param pulumi.Input[bool] enable_bgp_route_translation_for_nat: EnableBgpRouteTranslationForNat flag.
|
|
61
|
+
:param pulumi.Input[bool] enable_dns_forwarding: Whether dns forwarding is enabled or not.
|
|
62
|
+
:param pulumi.Input[bool] enable_private_ip_address: Whether private IP needs to be enabled on this gateway for connections or not.
|
|
63
|
+
:param pulumi.Input['ExtendedLocationArgs'] extended_location: The extended location of type local virtual network gateway.
|
|
64
|
+
:param pulumi.Input['SubResourceArgs'] gateway_default_site: 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.
|
|
65
|
+
:param pulumi.Input[Union[str, 'VirtualNetworkGatewayType']] gateway_type: The type of this virtual network gateway.
|
|
66
|
+
:param pulumi.Input[str] id: Resource ID.
|
|
67
|
+
:param pulumi.Input[Sequence[pulumi.Input['VirtualNetworkGatewayIPConfigurationArgs']]] ip_configurations: IP configurations for virtual network gateway.
|
|
68
|
+
:param pulumi.Input[str] location: Resource location.
|
|
69
|
+
:param pulumi.Input[Sequence[pulumi.Input['VirtualNetworkGatewayNatRuleArgs']]] nat_rules: NatRules for virtual network gateway.
|
|
70
|
+
These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.
|
|
71
|
+
:param pulumi.Input['VirtualNetworkGatewaySkuArgs'] sku: The reference to the VirtualNetworkGatewaySku resource which represents the SKU selected for Virtual network gateway.
|
|
72
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
73
|
+
:param pulumi.Input[str] v_net_extended_location_resource_id: Customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet.
|
|
74
|
+
:param pulumi.Input[str] virtual_network_gateway_name: The name of the virtual network gateway.
|
|
75
|
+
:param pulumi.Input[Sequence[pulumi.Input['VirtualNetworkGatewayPolicyGroupArgs']]] virtual_network_gateway_policy_groups: The reference to the VirtualNetworkGatewayPolicyGroup resource which represents the available VirtualNetworkGatewayPolicyGroup for the gateway.
|
|
76
|
+
:param pulumi.Input['VpnClientConfigurationArgs'] vpn_client_configuration: The reference to the VpnClientConfiguration resource which represents the P2S VpnClient configurations.
|
|
77
|
+
:param pulumi.Input[Union[str, 'VpnGatewayGeneration']] vpn_gateway_generation: The generation for this VirtualNetworkGateway. Must be None if gatewayType is not VPN.
|
|
78
|
+
:param pulumi.Input[Union[str, 'VpnType']] vpn_type: The type of this virtual network gateway.
|
|
79
|
+
"""
|
|
80
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
81
|
+
if active_active is not None:
|
|
82
|
+
pulumi.set(__self__, "active_active", active_active)
|
|
83
|
+
if admin_state is not None:
|
|
84
|
+
pulumi.set(__self__, "admin_state", admin_state)
|
|
85
|
+
if allow_remote_vnet_traffic is not None:
|
|
86
|
+
pulumi.set(__self__, "allow_remote_vnet_traffic", allow_remote_vnet_traffic)
|
|
87
|
+
if allow_virtual_wan_traffic is not None:
|
|
88
|
+
pulumi.set(__self__, "allow_virtual_wan_traffic", allow_virtual_wan_traffic)
|
|
89
|
+
if auto_scale_configuration is not None:
|
|
90
|
+
pulumi.set(__self__, "auto_scale_configuration", auto_scale_configuration)
|
|
91
|
+
if bgp_settings is not None:
|
|
92
|
+
pulumi.set(__self__, "bgp_settings", bgp_settings)
|
|
93
|
+
if custom_routes is not None:
|
|
94
|
+
pulumi.set(__self__, "custom_routes", custom_routes)
|
|
95
|
+
if disable_ip_sec_replay_protection is not None:
|
|
96
|
+
pulumi.set(__self__, "disable_ip_sec_replay_protection", disable_ip_sec_replay_protection)
|
|
97
|
+
if enable_bgp is not None:
|
|
98
|
+
pulumi.set(__self__, "enable_bgp", enable_bgp)
|
|
99
|
+
if enable_bgp_route_translation_for_nat is not None:
|
|
100
|
+
pulumi.set(__self__, "enable_bgp_route_translation_for_nat", enable_bgp_route_translation_for_nat)
|
|
101
|
+
if enable_dns_forwarding is not None:
|
|
102
|
+
pulumi.set(__self__, "enable_dns_forwarding", enable_dns_forwarding)
|
|
103
|
+
if enable_private_ip_address is not None:
|
|
104
|
+
pulumi.set(__self__, "enable_private_ip_address", enable_private_ip_address)
|
|
105
|
+
if extended_location is not None:
|
|
106
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
107
|
+
if gateway_default_site is not None:
|
|
108
|
+
pulumi.set(__self__, "gateway_default_site", gateway_default_site)
|
|
109
|
+
if gateway_type is not None:
|
|
110
|
+
pulumi.set(__self__, "gateway_type", gateway_type)
|
|
111
|
+
if id is not None:
|
|
112
|
+
pulumi.set(__self__, "id", id)
|
|
113
|
+
if ip_configurations is not None:
|
|
114
|
+
pulumi.set(__self__, "ip_configurations", ip_configurations)
|
|
115
|
+
if location is not None:
|
|
116
|
+
pulumi.set(__self__, "location", location)
|
|
117
|
+
if nat_rules is not None:
|
|
118
|
+
pulumi.set(__self__, "nat_rules", nat_rules)
|
|
119
|
+
if sku is not None:
|
|
120
|
+
pulumi.set(__self__, "sku", sku)
|
|
121
|
+
if tags is not None:
|
|
122
|
+
pulumi.set(__self__, "tags", tags)
|
|
123
|
+
if v_net_extended_location_resource_id is not None:
|
|
124
|
+
pulumi.set(__self__, "v_net_extended_location_resource_id", v_net_extended_location_resource_id)
|
|
125
|
+
if virtual_network_gateway_name is not None:
|
|
126
|
+
pulumi.set(__self__, "virtual_network_gateway_name", virtual_network_gateway_name)
|
|
127
|
+
if virtual_network_gateway_policy_groups is not None:
|
|
128
|
+
pulumi.set(__self__, "virtual_network_gateway_policy_groups", virtual_network_gateway_policy_groups)
|
|
129
|
+
if vpn_client_configuration is not None:
|
|
130
|
+
pulumi.set(__self__, "vpn_client_configuration", vpn_client_configuration)
|
|
131
|
+
if vpn_gateway_generation is not None:
|
|
132
|
+
pulumi.set(__self__, "vpn_gateway_generation", vpn_gateway_generation)
|
|
133
|
+
if vpn_type is not None:
|
|
134
|
+
pulumi.set(__self__, "vpn_type", vpn_type)
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
@pulumi.getter(name="resourceGroupName")
|
|
138
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
139
|
+
"""
|
|
140
|
+
The name of the resource group.
|
|
141
|
+
"""
|
|
142
|
+
return pulumi.get(self, "resource_group_name")
|
|
143
|
+
|
|
144
|
+
@resource_group_name.setter
|
|
145
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
146
|
+
pulumi.set(self, "resource_group_name", value)
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
@pulumi.getter(name="activeActive")
|
|
150
|
+
def active_active(self) -> Optional[pulumi.Input[bool]]:
|
|
151
|
+
"""
|
|
152
|
+
ActiveActive flag.
|
|
153
|
+
"""
|
|
154
|
+
return pulumi.get(self, "active_active")
|
|
155
|
+
|
|
156
|
+
@active_active.setter
|
|
157
|
+
def active_active(self, value: Optional[pulumi.Input[bool]]):
|
|
158
|
+
pulumi.set(self, "active_active", value)
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
@pulumi.getter(name="adminState")
|
|
162
|
+
def admin_state(self) -> Optional[pulumi.Input[Union[str, 'AdminState']]]:
|
|
163
|
+
"""
|
|
164
|
+
Property to indicate if the Express Route Gateway serves traffic when there are multiple Express Route Gateways in the vnet
|
|
165
|
+
"""
|
|
166
|
+
return pulumi.get(self, "admin_state")
|
|
167
|
+
|
|
168
|
+
@admin_state.setter
|
|
169
|
+
def admin_state(self, value: Optional[pulumi.Input[Union[str, 'AdminState']]]):
|
|
170
|
+
pulumi.set(self, "admin_state", value)
|
|
171
|
+
|
|
172
|
+
@property
|
|
173
|
+
@pulumi.getter(name="allowRemoteVnetTraffic")
|
|
174
|
+
def allow_remote_vnet_traffic(self) -> Optional[pulumi.Input[bool]]:
|
|
175
|
+
"""
|
|
176
|
+
Configure this gateway to accept traffic from other Azure Virtual Networks. This configuration does not support connectivity to Azure Virtual WAN.
|
|
177
|
+
"""
|
|
178
|
+
return pulumi.get(self, "allow_remote_vnet_traffic")
|
|
179
|
+
|
|
180
|
+
@allow_remote_vnet_traffic.setter
|
|
181
|
+
def allow_remote_vnet_traffic(self, value: Optional[pulumi.Input[bool]]):
|
|
182
|
+
pulumi.set(self, "allow_remote_vnet_traffic", value)
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
@pulumi.getter(name="allowVirtualWanTraffic")
|
|
186
|
+
def allow_virtual_wan_traffic(self) -> Optional[pulumi.Input[bool]]:
|
|
187
|
+
"""
|
|
188
|
+
Configures this gateway to accept traffic from remote Virtual WAN networks.
|
|
189
|
+
"""
|
|
190
|
+
return pulumi.get(self, "allow_virtual_wan_traffic")
|
|
191
|
+
|
|
192
|
+
@allow_virtual_wan_traffic.setter
|
|
193
|
+
def allow_virtual_wan_traffic(self, value: Optional[pulumi.Input[bool]]):
|
|
194
|
+
pulumi.set(self, "allow_virtual_wan_traffic", value)
|
|
195
|
+
|
|
196
|
+
@property
|
|
197
|
+
@pulumi.getter(name="autoScaleConfiguration")
|
|
198
|
+
def auto_scale_configuration(self) -> Optional[pulumi.Input['VirtualNetworkGatewayAutoScaleConfigurationArgs']]:
|
|
199
|
+
"""
|
|
200
|
+
Autoscale configuration for virutal network gateway
|
|
201
|
+
"""
|
|
202
|
+
return pulumi.get(self, "auto_scale_configuration")
|
|
203
|
+
|
|
204
|
+
@auto_scale_configuration.setter
|
|
205
|
+
def auto_scale_configuration(self, value: Optional[pulumi.Input['VirtualNetworkGatewayAutoScaleConfigurationArgs']]):
|
|
206
|
+
pulumi.set(self, "auto_scale_configuration", value)
|
|
207
|
+
|
|
208
|
+
@property
|
|
209
|
+
@pulumi.getter(name="bgpSettings")
|
|
210
|
+
def bgp_settings(self) -> Optional[pulumi.Input['BgpSettingsArgs']]:
|
|
211
|
+
"""
|
|
212
|
+
Virtual network gateway's BGP speaker settings.
|
|
213
|
+
"""
|
|
214
|
+
return pulumi.get(self, "bgp_settings")
|
|
215
|
+
|
|
216
|
+
@bgp_settings.setter
|
|
217
|
+
def bgp_settings(self, value: Optional[pulumi.Input['BgpSettingsArgs']]):
|
|
218
|
+
pulumi.set(self, "bgp_settings", value)
|
|
219
|
+
|
|
220
|
+
@property
|
|
221
|
+
@pulumi.getter(name="customRoutes")
|
|
222
|
+
def custom_routes(self) -> Optional[pulumi.Input['AddressSpaceArgs']]:
|
|
223
|
+
"""
|
|
224
|
+
The reference to the address space resource which represents the custom routes address space specified by the customer for virtual network gateway and VpnClient.
|
|
225
|
+
"""
|
|
226
|
+
return pulumi.get(self, "custom_routes")
|
|
227
|
+
|
|
228
|
+
@custom_routes.setter
|
|
229
|
+
def custom_routes(self, value: Optional[pulumi.Input['AddressSpaceArgs']]):
|
|
230
|
+
pulumi.set(self, "custom_routes", value)
|
|
231
|
+
|
|
232
|
+
@property
|
|
233
|
+
@pulumi.getter(name="disableIPSecReplayProtection")
|
|
234
|
+
def disable_ip_sec_replay_protection(self) -> Optional[pulumi.Input[bool]]:
|
|
235
|
+
"""
|
|
236
|
+
disableIPSecReplayProtection flag.
|
|
237
|
+
"""
|
|
238
|
+
return pulumi.get(self, "disable_ip_sec_replay_protection")
|
|
239
|
+
|
|
240
|
+
@disable_ip_sec_replay_protection.setter
|
|
241
|
+
def disable_ip_sec_replay_protection(self, value: Optional[pulumi.Input[bool]]):
|
|
242
|
+
pulumi.set(self, "disable_ip_sec_replay_protection", value)
|
|
243
|
+
|
|
244
|
+
@property
|
|
245
|
+
@pulumi.getter(name="enableBgp")
|
|
246
|
+
def enable_bgp(self) -> Optional[pulumi.Input[bool]]:
|
|
247
|
+
"""
|
|
248
|
+
Whether BGP is enabled for this virtual network gateway or not.
|
|
249
|
+
"""
|
|
250
|
+
return pulumi.get(self, "enable_bgp")
|
|
251
|
+
|
|
252
|
+
@enable_bgp.setter
|
|
253
|
+
def enable_bgp(self, value: Optional[pulumi.Input[bool]]):
|
|
254
|
+
pulumi.set(self, "enable_bgp", value)
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
@pulumi.getter(name="enableBgpRouteTranslationForNat")
|
|
258
|
+
def enable_bgp_route_translation_for_nat(self) -> Optional[pulumi.Input[bool]]:
|
|
259
|
+
"""
|
|
260
|
+
EnableBgpRouteTranslationForNat flag.
|
|
261
|
+
"""
|
|
262
|
+
return pulumi.get(self, "enable_bgp_route_translation_for_nat")
|
|
263
|
+
|
|
264
|
+
@enable_bgp_route_translation_for_nat.setter
|
|
265
|
+
def enable_bgp_route_translation_for_nat(self, value: Optional[pulumi.Input[bool]]):
|
|
266
|
+
pulumi.set(self, "enable_bgp_route_translation_for_nat", value)
|
|
267
|
+
|
|
268
|
+
@property
|
|
269
|
+
@pulumi.getter(name="enableDnsForwarding")
|
|
270
|
+
def enable_dns_forwarding(self) -> Optional[pulumi.Input[bool]]:
|
|
271
|
+
"""
|
|
272
|
+
Whether dns forwarding is enabled or not.
|
|
273
|
+
"""
|
|
274
|
+
return pulumi.get(self, "enable_dns_forwarding")
|
|
275
|
+
|
|
276
|
+
@enable_dns_forwarding.setter
|
|
277
|
+
def enable_dns_forwarding(self, value: Optional[pulumi.Input[bool]]):
|
|
278
|
+
pulumi.set(self, "enable_dns_forwarding", value)
|
|
279
|
+
|
|
280
|
+
@property
|
|
281
|
+
@pulumi.getter(name="enablePrivateIpAddress")
|
|
282
|
+
def enable_private_ip_address(self) -> Optional[pulumi.Input[bool]]:
|
|
283
|
+
"""
|
|
284
|
+
Whether private IP needs to be enabled on this gateway for connections or not.
|
|
285
|
+
"""
|
|
286
|
+
return pulumi.get(self, "enable_private_ip_address")
|
|
287
|
+
|
|
288
|
+
@enable_private_ip_address.setter
|
|
289
|
+
def enable_private_ip_address(self, value: Optional[pulumi.Input[bool]]):
|
|
290
|
+
pulumi.set(self, "enable_private_ip_address", value)
|
|
291
|
+
|
|
292
|
+
@property
|
|
293
|
+
@pulumi.getter(name="extendedLocation")
|
|
294
|
+
def extended_location(self) -> Optional[pulumi.Input['ExtendedLocationArgs']]:
|
|
295
|
+
"""
|
|
296
|
+
The extended location of type local virtual network gateway.
|
|
297
|
+
"""
|
|
298
|
+
return pulumi.get(self, "extended_location")
|
|
299
|
+
|
|
300
|
+
@extended_location.setter
|
|
301
|
+
def extended_location(self, value: Optional[pulumi.Input['ExtendedLocationArgs']]):
|
|
302
|
+
pulumi.set(self, "extended_location", value)
|
|
303
|
+
|
|
304
|
+
@property
|
|
305
|
+
@pulumi.getter(name="gatewayDefaultSite")
|
|
306
|
+
def gateway_default_site(self) -> Optional[pulumi.Input['SubResourceArgs']]:
|
|
307
|
+
"""
|
|
308
|
+
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.
|
|
309
|
+
"""
|
|
310
|
+
return pulumi.get(self, "gateway_default_site")
|
|
311
|
+
|
|
312
|
+
@gateway_default_site.setter
|
|
313
|
+
def gateway_default_site(self, value: Optional[pulumi.Input['SubResourceArgs']]):
|
|
314
|
+
pulumi.set(self, "gateway_default_site", value)
|
|
315
|
+
|
|
316
|
+
@property
|
|
317
|
+
@pulumi.getter(name="gatewayType")
|
|
318
|
+
def gateway_type(self) -> Optional[pulumi.Input[Union[str, 'VirtualNetworkGatewayType']]]:
|
|
319
|
+
"""
|
|
320
|
+
The type of this virtual network gateway.
|
|
321
|
+
"""
|
|
322
|
+
return pulumi.get(self, "gateway_type")
|
|
323
|
+
|
|
324
|
+
@gateway_type.setter
|
|
325
|
+
def gateway_type(self, value: Optional[pulumi.Input[Union[str, 'VirtualNetworkGatewayType']]]):
|
|
326
|
+
pulumi.set(self, "gateway_type", value)
|
|
327
|
+
|
|
328
|
+
@property
|
|
329
|
+
@pulumi.getter
|
|
330
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
331
|
+
"""
|
|
332
|
+
Resource ID.
|
|
333
|
+
"""
|
|
334
|
+
return pulumi.get(self, "id")
|
|
335
|
+
|
|
336
|
+
@id.setter
|
|
337
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
338
|
+
pulumi.set(self, "id", value)
|
|
339
|
+
|
|
340
|
+
@property
|
|
341
|
+
@pulumi.getter(name="ipConfigurations")
|
|
342
|
+
def ip_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkGatewayIPConfigurationArgs']]]]:
|
|
343
|
+
"""
|
|
344
|
+
IP configurations for virtual network gateway.
|
|
345
|
+
"""
|
|
346
|
+
return pulumi.get(self, "ip_configurations")
|
|
347
|
+
|
|
348
|
+
@ip_configurations.setter
|
|
349
|
+
def ip_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkGatewayIPConfigurationArgs']]]]):
|
|
350
|
+
pulumi.set(self, "ip_configurations", value)
|
|
351
|
+
|
|
352
|
+
@property
|
|
353
|
+
@pulumi.getter
|
|
354
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
355
|
+
"""
|
|
356
|
+
Resource location.
|
|
357
|
+
"""
|
|
358
|
+
return pulumi.get(self, "location")
|
|
359
|
+
|
|
360
|
+
@location.setter
|
|
361
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
362
|
+
pulumi.set(self, "location", value)
|
|
363
|
+
|
|
364
|
+
@property
|
|
365
|
+
@pulumi.getter(name="natRules")
|
|
366
|
+
def nat_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkGatewayNatRuleArgs']]]]:
|
|
367
|
+
"""
|
|
368
|
+
NatRules for virtual network gateway.
|
|
369
|
+
These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.
|
|
370
|
+
"""
|
|
371
|
+
return pulumi.get(self, "nat_rules")
|
|
372
|
+
|
|
373
|
+
@nat_rules.setter
|
|
374
|
+
def nat_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkGatewayNatRuleArgs']]]]):
|
|
375
|
+
pulumi.set(self, "nat_rules", value)
|
|
376
|
+
|
|
377
|
+
@property
|
|
378
|
+
@pulumi.getter
|
|
379
|
+
def sku(self) -> Optional[pulumi.Input['VirtualNetworkGatewaySkuArgs']]:
|
|
380
|
+
"""
|
|
381
|
+
The reference to the VirtualNetworkGatewaySku resource which represents the SKU selected for Virtual network gateway.
|
|
382
|
+
"""
|
|
383
|
+
return pulumi.get(self, "sku")
|
|
384
|
+
|
|
385
|
+
@sku.setter
|
|
386
|
+
def sku(self, value: Optional[pulumi.Input['VirtualNetworkGatewaySkuArgs']]):
|
|
387
|
+
pulumi.set(self, "sku", value)
|
|
388
|
+
|
|
389
|
+
@property
|
|
390
|
+
@pulumi.getter
|
|
391
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
392
|
+
"""
|
|
393
|
+
Resource tags.
|
|
394
|
+
"""
|
|
395
|
+
return pulumi.get(self, "tags")
|
|
396
|
+
|
|
397
|
+
@tags.setter
|
|
398
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
399
|
+
pulumi.set(self, "tags", value)
|
|
400
|
+
|
|
401
|
+
@property
|
|
402
|
+
@pulumi.getter(name="vNetExtendedLocationResourceId")
|
|
403
|
+
def v_net_extended_location_resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
404
|
+
"""
|
|
405
|
+
Customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet.
|
|
406
|
+
"""
|
|
407
|
+
return pulumi.get(self, "v_net_extended_location_resource_id")
|
|
408
|
+
|
|
409
|
+
@v_net_extended_location_resource_id.setter
|
|
410
|
+
def v_net_extended_location_resource_id(self, value: Optional[pulumi.Input[str]]):
|
|
411
|
+
pulumi.set(self, "v_net_extended_location_resource_id", value)
|
|
412
|
+
|
|
413
|
+
@property
|
|
414
|
+
@pulumi.getter(name="virtualNetworkGatewayName")
|
|
415
|
+
def virtual_network_gateway_name(self) -> Optional[pulumi.Input[str]]:
|
|
416
|
+
"""
|
|
417
|
+
The name of the virtual network gateway.
|
|
418
|
+
"""
|
|
419
|
+
return pulumi.get(self, "virtual_network_gateway_name")
|
|
420
|
+
|
|
421
|
+
@virtual_network_gateway_name.setter
|
|
422
|
+
def virtual_network_gateway_name(self, value: Optional[pulumi.Input[str]]):
|
|
423
|
+
pulumi.set(self, "virtual_network_gateway_name", value)
|
|
424
|
+
|
|
425
|
+
@property
|
|
426
|
+
@pulumi.getter(name="virtualNetworkGatewayPolicyGroups")
|
|
427
|
+
def virtual_network_gateway_policy_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkGatewayPolicyGroupArgs']]]]:
|
|
428
|
+
"""
|
|
429
|
+
The reference to the VirtualNetworkGatewayPolicyGroup resource which represents the available VirtualNetworkGatewayPolicyGroup for the gateway.
|
|
430
|
+
"""
|
|
431
|
+
return pulumi.get(self, "virtual_network_gateway_policy_groups")
|
|
432
|
+
|
|
433
|
+
@virtual_network_gateway_policy_groups.setter
|
|
434
|
+
def virtual_network_gateway_policy_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkGatewayPolicyGroupArgs']]]]):
|
|
435
|
+
pulumi.set(self, "virtual_network_gateway_policy_groups", value)
|
|
436
|
+
|
|
437
|
+
@property
|
|
438
|
+
@pulumi.getter(name="vpnClientConfiguration")
|
|
439
|
+
def vpn_client_configuration(self) -> Optional[pulumi.Input['VpnClientConfigurationArgs']]:
|
|
440
|
+
"""
|
|
441
|
+
The reference to the VpnClientConfiguration resource which represents the P2S VpnClient configurations.
|
|
442
|
+
"""
|
|
443
|
+
return pulumi.get(self, "vpn_client_configuration")
|
|
444
|
+
|
|
445
|
+
@vpn_client_configuration.setter
|
|
446
|
+
def vpn_client_configuration(self, value: Optional[pulumi.Input['VpnClientConfigurationArgs']]):
|
|
447
|
+
pulumi.set(self, "vpn_client_configuration", value)
|
|
448
|
+
|
|
449
|
+
@property
|
|
450
|
+
@pulumi.getter(name="vpnGatewayGeneration")
|
|
451
|
+
def vpn_gateway_generation(self) -> Optional[pulumi.Input[Union[str, 'VpnGatewayGeneration']]]:
|
|
452
|
+
"""
|
|
453
|
+
The generation for this VirtualNetworkGateway. Must be None if gatewayType is not VPN.
|
|
454
|
+
"""
|
|
455
|
+
return pulumi.get(self, "vpn_gateway_generation")
|
|
456
|
+
|
|
457
|
+
@vpn_gateway_generation.setter
|
|
458
|
+
def vpn_gateway_generation(self, value: Optional[pulumi.Input[Union[str, 'VpnGatewayGeneration']]]):
|
|
459
|
+
pulumi.set(self, "vpn_gateway_generation", value)
|
|
460
|
+
|
|
461
|
+
@property
|
|
462
|
+
@pulumi.getter(name="vpnType")
|
|
463
|
+
def vpn_type(self) -> Optional[pulumi.Input[Union[str, 'VpnType']]]:
|
|
464
|
+
"""
|
|
465
|
+
The type of this virtual network gateway.
|
|
466
|
+
"""
|
|
467
|
+
return pulumi.get(self, "vpn_type")
|
|
468
|
+
|
|
469
|
+
@vpn_type.setter
|
|
470
|
+
def vpn_type(self, value: Optional[pulumi.Input[Union[str, 'VpnType']]]):
|
|
471
|
+
pulumi.set(self, "vpn_type", value)
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
class VirtualNetworkGateway(pulumi.CustomResource):
|
|
475
|
+
@overload
|
|
476
|
+
def __init__(__self__,
|
|
477
|
+
resource_name: str,
|
|
478
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
479
|
+
active_active: Optional[pulumi.Input[bool]] = None,
|
|
480
|
+
admin_state: Optional[pulumi.Input[Union[str, 'AdminState']]] = None,
|
|
481
|
+
allow_remote_vnet_traffic: Optional[pulumi.Input[bool]] = None,
|
|
482
|
+
allow_virtual_wan_traffic: Optional[pulumi.Input[bool]] = None,
|
|
483
|
+
auto_scale_configuration: Optional[pulumi.Input[pulumi.InputType['VirtualNetworkGatewayAutoScaleConfigurationArgs']]] = None,
|
|
484
|
+
bgp_settings: Optional[pulumi.Input[pulumi.InputType['BgpSettingsArgs']]] = None,
|
|
485
|
+
custom_routes: Optional[pulumi.Input[pulumi.InputType['AddressSpaceArgs']]] = None,
|
|
486
|
+
disable_ip_sec_replay_protection: Optional[pulumi.Input[bool]] = None,
|
|
487
|
+
enable_bgp: Optional[pulumi.Input[bool]] = None,
|
|
488
|
+
enable_bgp_route_translation_for_nat: Optional[pulumi.Input[bool]] = None,
|
|
489
|
+
enable_dns_forwarding: Optional[pulumi.Input[bool]] = None,
|
|
490
|
+
enable_private_ip_address: Optional[pulumi.Input[bool]] = None,
|
|
491
|
+
extended_location: Optional[pulumi.Input[pulumi.InputType['ExtendedLocationArgs']]] = None,
|
|
492
|
+
gateway_default_site: Optional[pulumi.Input[pulumi.InputType['SubResourceArgs']]] = None,
|
|
493
|
+
gateway_type: Optional[pulumi.Input[Union[str, 'VirtualNetworkGatewayType']]] = None,
|
|
494
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
495
|
+
ip_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VirtualNetworkGatewayIPConfigurationArgs']]]]] = None,
|
|
496
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
497
|
+
nat_rules: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VirtualNetworkGatewayNatRuleArgs']]]]] = None,
|
|
498
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
499
|
+
sku: Optional[pulumi.Input[pulumi.InputType['VirtualNetworkGatewaySkuArgs']]] = None,
|
|
500
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
501
|
+
v_net_extended_location_resource_id: Optional[pulumi.Input[str]] = None,
|
|
502
|
+
virtual_network_gateway_name: Optional[pulumi.Input[str]] = None,
|
|
503
|
+
virtual_network_gateway_policy_groups: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VirtualNetworkGatewayPolicyGroupArgs']]]]] = None,
|
|
504
|
+
vpn_client_configuration: Optional[pulumi.Input[pulumi.InputType['VpnClientConfigurationArgs']]] = None,
|
|
505
|
+
vpn_gateway_generation: Optional[pulumi.Input[Union[str, 'VpnGatewayGeneration']]] = None,
|
|
506
|
+
vpn_type: Optional[pulumi.Input[Union[str, 'VpnType']]] = None,
|
|
507
|
+
__props__=None):
|
|
508
|
+
"""
|
|
509
|
+
A common class for general resource information.
|
|
510
|
+
|
|
511
|
+
:param str resource_name: The name of the resource.
|
|
512
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
513
|
+
:param pulumi.Input[bool] active_active: ActiveActive flag.
|
|
514
|
+
:param pulumi.Input[Union[str, 'AdminState']] admin_state: Property to indicate if the Express Route Gateway serves traffic when there are multiple Express Route Gateways in the vnet
|
|
515
|
+
:param pulumi.Input[bool] allow_remote_vnet_traffic: Configure this gateway to accept traffic from other Azure Virtual Networks. This configuration does not support connectivity to Azure Virtual WAN.
|
|
516
|
+
:param pulumi.Input[bool] allow_virtual_wan_traffic: Configures this gateway to accept traffic from remote Virtual WAN networks.
|
|
517
|
+
:param pulumi.Input[pulumi.InputType['VirtualNetworkGatewayAutoScaleConfigurationArgs']] auto_scale_configuration: Autoscale configuration for virutal network gateway
|
|
518
|
+
:param pulumi.Input[pulumi.InputType['BgpSettingsArgs']] bgp_settings: Virtual network gateway's BGP speaker settings.
|
|
519
|
+
:param pulumi.Input[pulumi.InputType['AddressSpaceArgs']] custom_routes: The reference to the address space resource which represents the custom routes address space specified by the customer for virtual network gateway and VpnClient.
|
|
520
|
+
:param pulumi.Input[bool] disable_ip_sec_replay_protection: disableIPSecReplayProtection flag.
|
|
521
|
+
:param pulumi.Input[bool] enable_bgp: Whether BGP is enabled for this virtual network gateway or not.
|
|
522
|
+
:param pulumi.Input[bool] enable_bgp_route_translation_for_nat: EnableBgpRouteTranslationForNat flag.
|
|
523
|
+
:param pulumi.Input[bool] enable_dns_forwarding: Whether dns forwarding is enabled or not.
|
|
524
|
+
:param pulumi.Input[bool] enable_private_ip_address: Whether private IP needs to be enabled on this gateway for connections or not.
|
|
525
|
+
:param pulumi.Input[pulumi.InputType['ExtendedLocationArgs']] extended_location: The extended location of type local virtual network gateway.
|
|
526
|
+
:param pulumi.Input[pulumi.InputType['SubResourceArgs']] gateway_default_site: 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.
|
|
527
|
+
:param pulumi.Input[Union[str, 'VirtualNetworkGatewayType']] gateway_type: The type of this virtual network gateway.
|
|
528
|
+
:param pulumi.Input[str] id: Resource ID.
|
|
529
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VirtualNetworkGatewayIPConfigurationArgs']]]] ip_configurations: IP configurations for virtual network gateway.
|
|
530
|
+
:param pulumi.Input[str] location: Resource location.
|
|
531
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VirtualNetworkGatewayNatRuleArgs']]]] nat_rules: NatRules for virtual network gateway.
|
|
532
|
+
These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.
|
|
533
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group.
|
|
534
|
+
:param pulumi.Input[pulumi.InputType['VirtualNetworkGatewaySkuArgs']] sku: The reference to the VirtualNetworkGatewaySku resource which represents the SKU selected for Virtual network gateway.
|
|
535
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
536
|
+
:param pulumi.Input[str] v_net_extended_location_resource_id: Customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet.
|
|
537
|
+
:param pulumi.Input[str] virtual_network_gateway_name: The name of the virtual network gateway.
|
|
538
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VirtualNetworkGatewayPolicyGroupArgs']]]] virtual_network_gateway_policy_groups: The reference to the VirtualNetworkGatewayPolicyGroup resource which represents the available VirtualNetworkGatewayPolicyGroup for the gateway.
|
|
539
|
+
:param pulumi.Input[pulumi.InputType['VpnClientConfigurationArgs']] vpn_client_configuration: The reference to the VpnClientConfiguration resource which represents the P2S VpnClient configurations.
|
|
540
|
+
:param pulumi.Input[Union[str, 'VpnGatewayGeneration']] vpn_gateway_generation: The generation for this VirtualNetworkGateway. Must be None if gatewayType is not VPN.
|
|
541
|
+
:param pulumi.Input[Union[str, 'VpnType']] vpn_type: The type of this virtual network gateway.
|
|
542
|
+
"""
|
|
543
|
+
...
|
|
544
|
+
@overload
|
|
545
|
+
def __init__(__self__,
|
|
546
|
+
resource_name: str,
|
|
547
|
+
args: VirtualNetworkGatewayInitArgs,
|
|
548
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
549
|
+
"""
|
|
550
|
+
A common class for general resource information.
|
|
551
|
+
|
|
552
|
+
:param str resource_name: The name of the resource.
|
|
553
|
+
:param VirtualNetworkGatewayInitArgs args: The arguments to use to populate this resource's properties.
|
|
554
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
555
|
+
"""
|
|
556
|
+
...
|
|
557
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
558
|
+
resource_args, opts = _utilities.get_resource_args_opts(VirtualNetworkGatewayInitArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
559
|
+
if resource_args is not None:
|
|
560
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
561
|
+
else:
|
|
562
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
563
|
+
|
|
564
|
+
def _internal_init(__self__,
|
|
565
|
+
resource_name: str,
|
|
566
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
567
|
+
active_active: Optional[pulumi.Input[bool]] = None,
|
|
568
|
+
admin_state: Optional[pulumi.Input[Union[str, 'AdminState']]] = None,
|
|
569
|
+
allow_remote_vnet_traffic: Optional[pulumi.Input[bool]] = None,
|
|
570
|
+
allow_virtual_wan_traffic: Optional[pulumi.Input[bool]] = None,
|
|
571
|
+
auto_scale_configuration: Optional[pulumi.Input[pulumi.InputType['VirtualNetworkGatewayAutoScaleConfigurationArgs']]] = None,
|
|
572
|
+
bgp_settings: Optional[pulumi.Input[pulumi.InputType['BgpSettingsArgs']]] = None,
|
|
573
|
+
custom_routes: Optional[pulumi.Input[pulumi.InputType['AddressSpaceArgs']]] = None,
|
|
574
|
+
disable_ip_sec_replay_protection: Optional[pulumi.Input[bool]] = None,
|
|
575
|
+
enable_bgp: Optional[pulumi.Input[bool]] = None,
|
|
576
|
+
enable_bgp_route_translation_for_nat: Optional[pulumi.Input[bool]] = None,
|
|
577
|
+
enable_dns_forwarding: Optional[pulumi.Input[bool]] = None,
|
|
578
|
+
enable_private_ip_address: Optional[pulumi.Input[bool]] = None,
|
|
579
|
+
extended_location: Optional[pulumi.Input[pulumi.InputType['ExtendedLocationArgs']]] = None,
|
|
580
|
+
gateway_default_site: Optional[pulumi.Input[pulumi.InputType['SubResourceArgs']]] = None,
|
|
581
|
+
gateway_type: Optional[pulumi.Input[Union[str, 'VirtualNetworkGatewayType']]] = None,
|
|
582
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
583
|
+
ip_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VirtualNetworkGatewayIPConfigurationArgs']]]]] = None,
|
|
584
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
585
|
+
nat_rules: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VirtualNetworkGatewayNatRuleArgs']]]]] = None,
|
|
586
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
587
|
+
sku: Optional[pulumi.Input[pulumi.InputType['VirtualNetworkGatewaySkuArgs']]] = None,
|
|
588
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
589
|
+
v_net_extended_location_resource_id: Optional[pulumi.Input[str]] = None,
|
|
590
|
+
virtual_network_gateway_name: Optional[pulumi.Input[str]] = None,
|
|
591
|
+
virtual_network_gateway_policy_groups: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VirtualNetworkGatewayPolicyGroupArgs']]]]] = None,
|
|
592
|
+
vpn_client_configuration: Optional[pulumi.Input[pulumi.InputType['VpnClientConfigurationArgs']]] = None,
|
|
593
|
+
vpn_gateway_generation: Optional[pulumi.Input[Union[str, 'VpnGatewayGeneration']]] = None,
|
|
594
|
+
vpn_type: Optional[pulumi.Input[Union[str, 'VpnType']]] = None,
|
|
595
|
+
__props__=None):
|
|
596
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
597
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
598
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
599
|
+
if opts.id is None:
|
|
600
|
+
if __props__ is not None:
|
|
601
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
602
|
+
__props__ = VirtualNetworkGatewayInitArgs.__new__(VirtualNetworkGatewayInitArgs)
|
|
603
|
+
|
|
604
|
+
__props__.__dict__["active_active"] = active_active
|
|
605
|
+
__props__.__dict__["admin_state"] = admin_state
|
|
606
|
+
__props__.__dict__["allow_remote_vnet_traffic"] = allow_remote_vnet_traffic
|
|
607
|
+
__props__.__dict__["allow_virtual_wan_traffic"] = allow_virtual_wan_traffic
|
|
608
|
+
__props__.__dict__["auto_scale_configuration"] = auto_scale_configuration
|
|
609
|
+
__props__.__dict__["bgp_settings"] = bgp_settings
|
|
610
|
+
__props__.__dict__["custom_routes"] = custom_routes
|
|
611
|
+
__props__.__dict__["disable_ip_sec_replay_protection"] = disable_ip_sec_replay_protection
|
|
612
|
+
__props__.__dict__["enable_bgp"] = enable_bgp
|
|
613
|
+
__props__.__dict__["enable_bgp_route_translation_for_nat"] = enable_bgp_route_translation_for_nat
|
|
614
|
+
__props__.__dict__["enable_dns_forwarding"] = enable_dns_forwarding
|
|
615
|
+
__props__.__dict__["enable_private_ip_address"] = enable_private_ip_address
|
|
616
|
+
__props__.__dict__["extended_location"] = extended_location
|
|
617
|
+
__props__.__dict__["gateway_default_site"] = gateway_default_site
|
|
618
|
+
__props__.__dict__["gateway_type"] = gateway_type
|
|
619
|
+
__props__.__dict__["id"] = id
|
|
620
|
+
__props__.__dict__["ip_configurations"] = ip_configurations
|
|
621
|
+
__props__.__dict__["location"] = location
|
|
622
|
+
__props__.__dict__["nat_rules"] = nat_rules
|
|
623
|
+
if resource_group_name is None and not opts.urn:
|
|
624
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
625
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
626
|
+
__props__.__dict__["sku"] = sku
|
|
627
|
+
__props__.__dict__["tags"] = tags
|
|
628
|
+
__props__.__dict__["v_net_extended_location_resource_id"] = v_net_extended_location_resource_id
|
|
629
|
+
__props__.__dict__["virtual_network_gateway_name"] = virtual_network_gateway_name
|
|
630
|
+
__props__.__dict__["virtual_network_gateway_policy_groups"] = virtual_network_gateway_policy_groups
|
|
631
|
+
__props__.__dict__["vpn_client_configuration"] = vpn_client_configuration
|
|
632
|
+
__props__.__dict__["vpn_gateway_generation"] = vpn_gateway_generation
|
|
633
|
+
__props__.__dict__["vpn_type"] = vpn_type
|
|
634
|
+
__props__.__dict__["etag"] = None
|
|
635
|
+
__props__.__dict__["inbound_dns_forwarding_endpoint"] = None
|
|
636
|
+
__props__.__dict__["name"] = None
|
|
637
|
+
__props__.__dict__["provisioning_state"] = None
|
|
638
|
+
__props__.__dict__["resource_guid"] = None
|
|
639
|
+
__props__.__dict__["type"] = None
|
|
640
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:network:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20150615:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20160330:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20160601:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20160901:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20161201:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20170301:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20170601:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20170801:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20170901:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20171001:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20171101:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20180101:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20180201:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20180401:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20180601:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20180701:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20180801:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20181001:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20181101:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20181201:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20190201:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20190401:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20190601:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20190701:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20190801:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20190901:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20191101:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20191201:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20200301:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20200401:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20200501:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20200601:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20200701:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20200801:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20201101:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20210201:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20210301:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20210501:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20210801:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20220101:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20220501:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20220701:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20220901:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20221101:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20230201:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20230401:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20230501:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20230601:VirtualNetworkGateway"), pulumi.Alias(type_="azure-native:network/v20230901:VirtualNetworkGateway")])
|
|
641
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
642
|
+
super(VirtualNetworkGateway, __self__).__init__(
|
|
643
|
+
'azure-native:network/v20231101:VirtualNetworkGateway',
|
|
644
|
+
resource_name,
|
|
645
|
+
__props__,
|
|
646
|
+
opts)
|
|
647
|
+
|
|
648
|
+
@staticmethod
|
|
649
|
+
def get(resource_name: str,
|
|
650
|
+
id: pulumi.Input[str],
|
|
651
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'VirtualNetworkGateway':
|
|
652
|
+
"""
|
|
653
|
+
Get an existing VirtualNetworkGateway resource's state with the given name, id, and optional extra
|
|
654
|
+
properties used to qualify the lookup.
|
|
655
|
+
|
|
656
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
657
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
658
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
659
|
+
"""
|
|
660
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
661
|
+
|
|
662
|
+
__props__ = VirtualNetworkGatewayInitArgs.__new__(VirtualNetworkGatewayInitArgs)
|
|
663
|
+
|
|
664
|
+
__props__.__dict__["active_active"] = None
|
|
665
|
+
__props__.__dict__["admin_state"] = None
|
|
666
|
+
__props__.__dict__["allow_remote_vnet_traffic"] = None
|
|
667
|
+
__props__.__dict__["allow_virtual_wan_traffic"] = None
|
|
668
|
+
__props__.__dict__["auto_scale_configuration"] = None
|
|
669
|
+
__props__.__dict__["bgp_settings"] = None
|
|
670
|
+
__props__.__dict__["custom_routes"] = None
|
|
671
|
+
__props__.__dict__["disable_ip_sec_replay_protection"] = None
|
|
672
|
+
__props__.__dict__["enable_bgp"] = None
|
|
673
|
+
__props__.__dict__["enable_bgp_route_translation_for_nat"] = None
|
|
674
|
+
__props__.__dict__["enable_dns_forwarding"] = None
|
|
675
|
+
__props__.__dict__["enable_private_ip_address"] = None
|
|
676
|
+
__props__.__dict__["etag"] = None
|
|
677
|
+
__props__.__dict__["extended_location"] = None
|
|
678
|
+
__props__.__dict__["gateway_default_site"] = None
|
|
679
|
+
__props__.__dict__["gateway_type"] = None
|
|
680
|
+
__props__.__dict__["inbound_dns_forwarding_endpoint"] = None
|
|
681
|
+
__props__.__dict__["ip_configurations"] = None
|
|
682
|
+
__props__.__dict__["location"] = None
|
|
683
|
+
__props__.__dict__["name"] = None
|
|
684
|
+
__props__.__dict__["nat_rules"] = None
|
|
685
|
+
__props__.__dict__["provisioning_state"] = None
|
|
686
|
+
__props__.__dict__["resource_guid"] = None
|
|
687
|
+
__props__.__dict__["sku"] = None
|
|
688
|
+
__props__.__dict__["tags"] = None
|
|
689
|
+
__props__.__dict__["type"] = None
|
|
690
|
+
__props__.__dict__["v_net_extended_location_resource_id"] = None
|
|
691
|
+
__props__.__dict__["virtual_network_gateway_policy_groups"] = None
|
|
692
|
+
__props__.__dict__["vpn_client_configuration"] = None
|
|
693
|
+
__props__.__dict__["vpn_gateway_generation"] = None
|
|
694
|
+
__props__.__dict__["vpn_type"] = None
|
|
695
|
+
return VirtualNetworkGateway(resource_name, opts=opts, __props__=__props__)
|
|
696
|
+
|
|
697
|
+
@property
|
|
698
|
+
@pulumi.getter(name="activeActive")
|
|
699
|
+
def active_active(self) -> pulumi.Output[Optional[bool]]:
|
|
700
|
+
"""
|
|
701
|
+
ActiveActive flag.
|
|
702
|
+
"""
|
|
703
|
+
return pulumi.get(self, "active_active")
|
|
704
|
+
|
|
705
|
+
@property
|
|
706
|
+
@pulumi.getter(name="adminState")
|
|
707
|
+
def admin_state(self) -> pulumi.Output[Optional[str]]:
|
|
708
|
+
"""
|
|
709
|
+
Property to indicate if the Express Route Gateway serves traffic when there are multiple Express Route Gateways in the vnet
|
|
710
|
+
"""
|
|
711
|
+
return pulumi.get(self, "admin_state")
|
|
712
|
+
|
|
713
|
+
@property
|
|
714
|
+
@pulumi.getter(name="allowRemoteVnetTraffic")
|
|
715
|
+
def allow_remote_vnet_traffic(self) -> pulumi.Output[Optional[bool]]:
|
|
716
|
+
"""
|
|
717
|
+
Configure this gateway to accept traffic from other Azure Virtual Networks. This configuration does not support connectivity to Azure Virtual WAN.
|
|
718
|
+
"""
|
|
719
|
+
return pulumi.get(self, "allow_remote_vnet_traffic")
|
|
720
|
+
|
|
721
|
+
@property
|
|
722
|
+
@pulumi.getter(name="allowVirtualWanTraffic")
|
|
723
|
+
def allow_virtual_wan_traffic(self) -> pulumi.Output[Optional[bool]]:
|
|
724
|
+
"""
|
|
725
|
+
Configures this gateway to accept traffic from remote Virtual WAN networks.
|
|
726
|
+
"""
|
|
727
|
+
return pulumi.get(self, "allow_virtual_wan_traffic")
|
|
728
|
+
|
|
729
|
+
@property
|
|
730
|
+
@pulumi.getter(name="autoScaleConfiguration")
|
|
731
|
+
def auto_scale_configuration(self) -> pulumi.Output[Optional['outputs.VirtualNetworkGatewayAutoScaleConfigurationResponse']]:
|
|
732
|
+
"""
|
|
733
|
+
Autoscale configuration for virutal network gateway
|
|
734
|
+
"""
|
|
735
|
+
return pulumi.get(self, "auto_scale_configuration")
|
|
736
|
+
|
|
737
|
+
@property
|
|
738
|
+
@pulumi.getter(name="bgpSettings")
|
|
739
|
+
def bgp_settings(self) -> pulumi.Output[Optional['outputs.BgpSettingsResponse']]:
|
|
740
|
+
"""
|
|
741
|
+
Virtual network gateway's BGP speaker settings.
|
|
742
|
+
"""
|
|
743
|
+
return pulumi.get(self, "bgp_settings")
|
|
744
|
+
|
|
745
|
+
@property
|
|
746
|
+
@pulumi.getter(name="customRoutes")
|
|
747
|
+
def custom_routes(self) -> pulumi.Output[Optional['outputs.AddressSpaceResponse']]:
|
|
748
|
+
"""
|
|
749
|
+
The reference to the address space resource which represents the custom routes address space specified by the customer for virtual network gateway and VpnClient.
|
|
750
|
+
"""
|
|
751
|
+
return pulumi.get(self, "custom_routes")
|
|
752
|
+
|
|
753
|
+
@property
|
|
754
|
+
@pulumi.getter(name="disableIPSecReplayProtection")
|
|
755
|
+
def disable_ip_sec_replay_protection(self) -> pulumi.Output[Optional[bool]]:
|
|
756
|
+
"""
|
|
757
|
+
disableIPSecReplayProtection flag.
|
|
758
|
+
"""
|
|
759
|
+
return pulumi.get(self, "disable_ip_sec_replay_protection")
|
|
760
|
+
|
|
761
|
+
@property
|
|
762
|
+
@pulumi.getter(name="enableBgp")
|
|
763
|
+
def enable_bgp(self) -> pulumi.Output[Optional[bool]]:
|
|
764
|
+
"""
|
|
765
|
+
Whether BGP is enabled for this virtual network gateway or not.
|
|
766
|
+
"""
|
|
767
|
+
return pulumi.get(self, "enable_bgp")
|
|
768
|
+
|
|
769
|
+
@property
|
|
770
|
+
@pulumi.getter(name="enableBgpRouteTranslationForNat")
|
|
771
|
+
def enable_bgp_route_translation_for_nat(self) -> pulumi.Output[Optional[bool]]:
|
|
772
|
+
"""
|
|
773
|
+
EnableBgpRouteTranslationForNat flag.
|
|
774
|
+
"""
|
|
775
|
+
return pulumi.get(self, "enable_bgp_route_translation_for_nat")
|
|
776
|
+
|
|
777
|
+
@property
|
|
778
|
+
@pulumi.getter(name="enableDnsForwarding")
|
|
779
|
+
def enable_dns_forwarding(self) -> pulumi.Output[Optional[bool]]:
|
|
780
|
+
"""
|
|
781
|
+
Whether dns forwarding is enabled or not.
|
|
782
|
+
"""
|
|
783
|
+
return pulumi.get(self, "enable_dns_forwarding")
|
|
784
|
+
|
|
785
|
+
@property
|
|
786
|
+
@pulumi.getter(name="enablePrivateIpAddress")
|
|
787
|
+
def enable_private_ip_address(self) -> pulumi.Output[Optional[bool]]:
|
|
788
|
+
"""
|
|
789
|
+
Whether private IP needs to be enabled on this gateway for connections or not.
|
|
790
|
+
"""
|
|
791
|
+
return pulumi.get(self, "enable_private_ip_address")
|
|
792
|
+
|
|
793
|
+
@property
|
|
794
|
+
@pulumi.getter
|
|
795
|
+
def etag(self) -> pulumi.Output[str]:
|
|
796
|
+
"""
|
|
797
|
+
A unique read-only string that changes whenever the resource is updated.
|
|
798
|
+
"""
|
|
799
|
+
return pulumi.get(self, "etag")
|
|
800
|
+
|
|
801
|
+
@property
|
|
802
|
+
@pulumi.getter(name="extendedLocation")
|
|
803
|
+
def extended_location(self) -> pulumi.Output[Optional['outputs.ExtendedLocationResponse']]:
|
|
804
|
+
"""
|
|
805
|
+
The extended location of type local virtual network gateway.
|
|
806
|
+
"""
|
|
807
|
+
return pulumi.get(self, "extended_location")
|
|
808
|
+
|
|
809
|
+
@property
|
|
810
|
+
@pulumi.getter(name="gatewayDefaultSite")
|
|
811
|
+
def gateway_default_site(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
|
|
812
|
+
"""
|
|
813
|
+
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.
|
|
814
|
+
"""
|
|
815
|
+
return pulumi.get(self, "gateway_default_site")
|
|
816
|
+
|
|
817
|
+
@property
|
|
818
|
+
@pulumi.getter(name="gatewayType")
|
|
819
|
+
def gateway_type(self) -> pulumi.Output[Optional[str]]:
|
|
820
|
+
"""
|
|
821
|
+
The type of this virtual network gateway.
|
|
822
|
+
"""
|
|
823
|
+
return pulumi.get(self, "gateway_type")
|
|
824
|
+
|
|
825
|
+
@property
|
|
826
|
+
@pulumi.getter(name="inboundDnsForwardingEndpoint")
|
|
827
|
+
def inbound_dns_forwarding_endpoint(self) -> pulumi.Output[str]:
|
|
828
|
+
"""
|
|
829
|
+
The IP address allocated by the gateway to which dns requests can be sent.
|
|
830
|
+
"""
|
|
831
|
+
return pulumi.get(self, "inbound_dns_forwarding_endpoint")
|
|
832
|
+
|
|
833
|
+
@property
|
|
834
|
+
@pulumi.getter(name="ipConfigurations")
|
|
835
|
+
def ip_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.VirtualNetworkGatewayIPConfigurationResponse']]]:
|
|
836
|
+
"""
|
|
837
|
+
IP configurations for virtual network gateway.
|
|
838
|
+
"""
|
|
839
|
+
return pulumi.get(self, "ip_configurations")
|
|
840
|
+
|
|
841
|
+
@property
|
|
842
|
+
@pulumi.getter
|
|
843
|
+
def location(self) -> pulumi.Output[Optional[str]]:
|
|
844
|
+
"""
|
|
845
|
+
Resource location.
|
|
846
|
+
"""
|
|
847
|
+
return pulumi.get(self, "location")
|
|
848
|
+
|
|
849
|
+
@property
|
|
850
|
+
@pulumi.getter
|
|
851
|
+
def name(self) -> pulumi.Output[str]:
|
|
852
|
+
"""
|
|
853
|
+
Resource name.
|
|
854
|
+
"""
|
|
855
|
+
return pulumi.get(self, "name")
|
|
856
|
+
|
|
857
|
+
@property
|
|
858
|
+
@pulumi.getter(name="natRules")
|
|
859
|
+
def nat_rules(self) -> pulumi.Output[Optional[Sequence['outputs.VirtualNetworkGatewayNatRuleResponse']]]:
|
|
860
|
+
"""
|
|
861
|
+
NatRules for virtual network gateway.
|
|
862
|
+
"""
|
|
863
|
+
return pulumi.get(self, "nat_rules")
|
|
864
|
+
|
|
865
|
+
@property
|
|
866
|
+
@pulumi.getter(name="provisioningState")
|
|
867
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
868
|
+
"""
|
|
869
|
+
The provisioning state of the virtual network gateway resource.
|
|
870
|
+
"""
|
|
871
|
+
return pulumi.get(self, "provisioning_state")
|
|
872
|
+
|
|
873
|
+
@property
|
|
874
|
+
@pulumi.getter(name="resourceGuid")
|
|
875
|
+
def resource_guid(self) -> pulumi.Output[str]:
|
|
876
|
+
"""
|
|
877
|
+
The resource GUID property of the virtual network gateway resource.
|
|
878
|
+
"""
|
|
879
|
+
return pulumi.get(self, "resource_guid")
|
|
880
|
+
|
|
881
|
+
@property
|
|
882
|
+
@pulumi.getter
|
|
883
|
+
def sku(self) -> pulumi.Output[Optional['outputs.VirtualNetworkGatewaySkuResponse']]:
|
|
884
|
+
"""
|
|
885
|
+
The reference to the VirtualNetworkGatewaySku resource which represents the SKU selected for Virtual network gateway.
|
|
886
|
+
"""
|
|
887
|
+
return pulumi.get(self, "sku")
|
|
888
|
+
|
|
889
|
+
@property
|
|
890
|
+
@pulumi.getter
|
|
891
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
892
|
+
"""
|
|
893
|
+
Resource tags.
|
|
894
|
+
"""
|
|
895
|
+
return pulumi.get(self, "tags")
|
|
896
|
+
|
|
897
|
+
@property
|
|
898
|
+
@pulumi.getter
|
|
899
|
+
def type(self) -> pulumi.Output[str]:
|
|
900
|
+
"""
|
|
901
|
+
Resource type.
|
|
902
|
+
"""
|
|
903
|
+
return pulumi.get(self, "type")
|
|
904
|
+
|
|
905
|
+
@property
|
|
906
|
+
@pulumi.getter(name="vNetExtendedLocationResourceId")
|
|
907
|
+
def v_net_extended_location_resource_id(self) -> pulumi.Output[Optional[str]]:
|
|
908
|
+
"""
|
|
909
|
+
Customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet.
|
|
910
|
+
"""
|
|
911
|
+
return pulumi.get(self, "v_net_extended_location_resource_id")
|
|
912
|
+
|
|
913
|
+
@property
|
|
914
|
+
@pulumi.getter(name="virtualNetworkGatewayPolicyGroups")
|
|
915
|
+
def virtual_network_gateway_policy_groups(self) -> pulumi.Output[Optional[Sequence['outputs.VirtualNetworkGatewayPolicyGroupResponse']]]:
|
|
916
|
+
"""
|
|
917
|
+
The reference to the VirtualNetworkGatewayPolicyGroup resource which represents the available VirtualNetworkGatewayPolicyGroup for the gateway.
|
|
918
|
+
"""
|
|
919
|
+
return pulumi.get(self, "virtual_network_gateway_policy_groups")
|
|
920
|
+
|
|
921
|
+
@property
|
|
922
|
+
@pulumi.getter(name="vpnClientConfiguration")
|
|
923
|
+
def vpn_client_configuration(self) -> pulumi.Output[Optional['outputs.VpnClientConfigurationResponse']]:
|
|
924
|
+
"""
|
|
925
|
+
The reference to the VpnClientConfiguration resource which represents the P2S VpnClient configurations.
|
|
926
|
+
"""
|
|
927
|
+
return pulumi.get(self, "vpn_client_configuration")
|
|
928
|
+
|
|
929
|
+
@property
|
|
930
|
+
@pulumi.getter(name="vpnGatewayGeneration")
|
|
931
|
+
def vpn_gateway_generation(self) -> pulumi.Output[Optional[str]]:
|
|
932
|
+
"""
|
|
933
|
+
The generation for this VirtualNetworkGateway. Must be None if gatewayType is not VPN.
|
|
934
|
+
"""
|
|
935
|
+
return pulumi.get(self, "vpn_gateway_generation")
|
|
936
|
+
|
|
937
|
+
@property
|
|
938
|
+
@pulumi.getter(name="vpnType")
|
|
939
|
+
def vpn_type(self) -> pulumi.Output[Optional[str]]:
|
|
940
|
+
"""
|
|
941
|
+
The type of this virtual network gateway.
|
|
942
|
+
"""
|
|
943
|
+
return pulumi.get(self, "vpn_type")
|
|
944
|
+
|