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,915 @@
|
|
|
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__ = ['VirtualNetworkGatewayConnectionArgs', 'VirtualNetworkGatewayConnection']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class VirtualNetworkGatewayConnectionArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
connection_type: pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionType']],
|
|
21
|
+
resource_group_name: pulumi.Input[str],
|
|
22
|
+
virtual_network_gateway1: pulumi.Input['VirtualNetworkGatewayArgs'],
|
|
23
|
+
authorization_key: Optional[pulumi.Input[str]] = None,
|
|
24
|
+
connection_mode: Optional[pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionMode']]] = None,
|
|
25
|
+
connection_protocol: Optional[pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionProtocol']]] = None,
|
|
26
|
+
dpd_timeout_seconds: Optional[pulumi.Input[int]] = None,
|
|
27
|
+
egress_nat_rules: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]] = None,
|
|
28
|
+
enable_bgp: Optional[pulumi.Input[bool]] = None,
|
|
29
|
+
enable_private_link_fast_path: Optional[pulumi.Input[bool]] = None,
|
|
30
|
+
express_route_gateway_bypass: Optional[pulumi.Input[bool]] = None,
|
|
31
|
+
gateway_custom_bgp_ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input['GatewayCustomBgpIpAddressIpConfigurationArgs']]]] = None,
|
|
32
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
33
|
+
ingress_nat_rules: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]] = None,
|
|
34
|
+
ipsec_policies: Optional[pulumi.Input[Sequence[pulumi.Input['IpsecPolicyArgs']]]] = None,
|
|
35
|
+
local_network_gateway2: Optional[pulumi.Input['LocalNetworkGatewayArgs']] = None,
|
|
36
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
37
|
+
peer: Optional[pulumi.Input['SubResourceArgs']] = None,
|
|
38
|
+
routing_weight: Optional[pulumi.Input[int]] = None,
|
|
39
|
+
shared_key: Optional[pulumi.Input[str]] = None,
|
|
40
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
41
|
+
traffic_selector_policies: Optional[pulumi.Input[Sequence[pulumi.Input['TrafficSelectorPolicyArgs']]]] = None,
|
|
42
|
+
use_local_azure_ip_address: Optional[pulumi.Input[bool]] = None,
|
|
43
|
+
use_policy_based_traffic_selectors: Optional[pulumi.Input[bool]] = None,
|
|
44
|
+
virtual_network_gateway2: Optional[pulumi.Input['VirtualNetworkGatewayArgs']] = None,
|
|
45
|
+
virtual_network_gateway_connection_name: Optional[pulumi.Input[str]] = None):
|
|
46
|
+
"""
|
|
47
|
+
The set of arguments for constructing a VirtualNetworkGatewayConnection resource.
|
|
48
|
+
:param pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionType']] connection_type: Gateway connection type.
|
|
49
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group.
|
|
50
|
+
:param pulumi.Input['VirtualNetworkGatewayArgs'] virtual_network_gateway1: The reference to virtual network gateway resource.
|
|
51
|
+
:param pulumi.Input[str] authorization_key: The authorizationKey.
|
|
52
|
+
:param pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionMode']] connection_mode: The connection mode for this connection.
|
|
53
|
+
:param pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionProtocol']] connection_protocol: Connection protocol used for this connection.
|
|
54
|
+
:param pulumi.Input[int] dpd_timeout_seconds: The dead peer detection timeout of this connection in seconds.
|
|
55
|
+
:param pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]] egress_nat_rules: List of egress NatRules.
|
|
56
|
+
:param pulumi.Input[bool] enable_bgp: EnableBgp flag.
|
|
57
|
+
:param pulumi.Input[bool] enable_private_link_fast_path: Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled.
|
|
58
|
+
:param pulumi.Input[bool] express_route_gateway_bypass: Bypass ExpressRoute Gateway for data forwarding.
|
|
59
|
+
:param pulumi.Input[Sequence[pulumi.Input['GatewayCustomBgpIpAddressIpConfigurationArgs']]] gateway_custom_bgp_ip_addresses: GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection.
|
|
60
|
+
:param pulumi.Input[str] id: Resource ID.
|
|
61
|
+
:param pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]] ingress_nat_rules: List of ingress NatRules.
|
|
62
|
+
:param pulumi.Input[Sequence[pulumi.Input['IpsecPolicyArgs']]] ipsec_policies: The IPSec Policies to be considered by this connection.
|
|
63
|
+
:param pulumi.Input['LocalNetworkGatewayArgs'] local_network_gateway2: The reference to local network gateway resource.
|
|
64
|
+
:param pulumi.Input[str] location: Resource location.
|
|
65
|
+
:param pulumi.Input['SubResourceArgs'] peer: The reference to peerings resource.
|
|
66
|
+
:param pulumi.Input[int] routing_weight: The routing weight.
|
|
67
|
+
:param pulumi.Input[str] shared_key: The IPSec shared key.
|
|
68
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
69
|
+
:param pulumi.Input[Sequence[pulumi.Input['TrafficSelectorPolicyArgs']]] traffic_selector_policies: The Traffic Selector Policies to be considered by this connection.
|
|
70
|
+
:param pulumi.Input[bool] use_local_azure_ip_address: Use private local Azure IP for the connection.
|
|
71
|
+
:param pulumi.Input[bool] use_policy_based_traffic_selectors: Enable policy-based traffic selectors.
|
|
72
|
+
:param pulumi.Input['VirtualNetworkGatewayArgs'] virtual_network_gateway2: The reference to virtual network gateway resource.
|
|
73
|
+
:param pulumi.Input[str] virtual_network_gateway_connection_name: The name of the virtual network gateway connection.
|
|
74
|
+
"""
|
|
75
|
+
pulumi.set(__self__, "connection_type", connection_type)
|
|
76
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
77
|
+
pulumi.set(__self__, "virtual_network_gateway1", virtual_network_gateway1)
|
|
78
|
+
if authorization_key is not None:
|
|
79
|
+
pulumi.set(__self__, "authorization_key", authorization_key)
|
|
80
|
+
if connection_mode is not None:
|
|
81
|
+
pulumi.set(__self__, "connection_mode", connection_mode)
|
|
82
|
+
if connection_protocol is not None:
|
|
83
|
+
pulumi.set(__self__, "connection_protocol", connection_protocol)
|
|
84
|
+
if dpd_timeout_seconds is not None:
|
|
85
|
+
pulumi.set(__self__, "dpd_timeout_seconds", dpd_timeout_seconds)
|
|
86
|
+
if egress_nat_rules is not None:
|
|
87
|
+
pulumi.set(__self__, "egress_nat_rules", egress_nat_rules)
|
|
88
|
+
if enable_bgp is not None:
|
|
89
|
+
pulumi.set(__self__, "enable_bgp", enable_bgp)
|
|
90
|
+
if enable_private_link_fast_path is not None:
|
|
91
|
+
pulumi.set(__self__, "enable_private_link_fast_path", enable_private_link_fast_path)
|
|
92
|
+
if express_route_gateway_bypass is not None:
|
|
93
|
+
pulumi.set(__self__, "express_route_gateway_bypass", express_route_gateway_bypass)
|
|
94
|
+
if gateway_custom_bgp_ip_addresses is not None:
|
|
95
|
+
pulumi.set(__self__, "gateway_custom_bgp_ip_addresses", gateway_custom_bgp_ip_addresses)
|
|
96
|
+
if id is not None:
|
|
97
|
+
pulumi.set(__self__, "id", id)
|
|
98
|
+
if ingress_nat_rules is not None:
|
|
99
|
+
pulumi.set(__self__, "ingress_nat_rules", ingress_nat_rules)
|
|
100
|
+
if ipsec_policies is not None:
|
|
101
|
+
pulumi.set(__self__, "ipsec_policies", ipsec_policies)
|
|
102
|
+
if local_network_gateway2 is not None:
|
|
103
|
+
pulumi.set(__self__, "local_network_gateway2", local_network_gateway2)
|
|
104
|
+
if location is not None:
|
|
105
|
+
pulumi.set(__self__, "location", location)
|
|
106
|
+
if peer is not None:
|
|
107
|
+
pulumi.set(__self__, "peer", peer)
|
|
108
|
+
if routing_weight is not None:
|
|
109
|
+
pulumi.set(__self__, "routing_weight", routing_weight)
|
|
110
|
+
if shared_key is not None:
|
|
111
|
+
pulumi.set(__self__, "shared_key", shared_key)
|
|
112
|
+
if tags is not None:
|
|
113
|
+
pulumi.set(__self__, "tags", tags)
|
|
114
|
+
if traffic_selector_policies is not None:
|
|
115
|
+
pulumi.set(__self__, "traffic_selector_policies", traffic_selector_policies)
|
|
116
|
+
if use_local_azure_ip_address is not None:
|
|
117
|
+
pulumi.set(__self__, "use_local_azure_ip_address", use_local_azure_ip_address)
|
|
118
|
+
if use_policy_based_traffic_selectors is not None:
|
|
119
|
+
pulumi.set(__self__, "use_policy_based_traffic_selectors", use_policy_based_traffic_selectors)
|
|
120
|
+
if virtual_network_gateway2 is not None:
|
|
121
|
+
pulumi.set(__self__, "virtual_network_gateway2", virtual_network_gateway2)
|
|
122
|
+
if virtual_network_gateway_connection_name is not None:
|
|
123
|
+
pulumi.set(__self__, "virtual_network_gateway_connection_name", virtual_network_gateway_connection_name)
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
@pulumi.getter(name="connectionType")
|
|
127
|
+
def connection_type(self) -> pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionType']]:
|
|
128
|
+
"""
|
|
129
|
+
Gateway connection type.
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "connection_type")
|
|
132
|
+
|
|
133
|
+
@connection_type.setter
|
|
134
|
+
def connection_type(self, value: pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionType']]):
|
|
135
|
+
pulumi.set(self, "connection_type", value)
|
|
136
|
+
|
|
137
|
+
@property
|
|
138
|
+
@pulumi.getter(name="resourceGroupName")
|
|
139
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
140
|
+
"""
|
|
141
|
+
The name of the resource group.
|
|
142
|
+
"""
|
|
143
|
+
return pulumi.get(self, "resource_group_name")
|
|
144
|
+
|
|
145
|
+
@resource_group_name.setter
|
|
146
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
147
|
+
pulumi.set(self, "resource_group_name", value)
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
@pulumi.getter(name="virtualNetworkGateway1")
|
|
151
|
+
def virtual_network_gateway1(self) -> pulumi.Input['VirtualNetworkGatewayArgs']:
|
|
152
|
+
"""
|
|
153
|
+
The reference to virtual network gateway resource.
|
|
154
|
+
"""
|
|
155
|
+
return pulumi.get(self, "virtual_network_gateway1")
|
|
156
|
+
|
|
157
|
+
@virtual_network_gateway1.setter
|
|
158
|
+
def virtual_network_gateway1(self, value: pulumi.Input['VirtualNetworkGatewayArgs']):
|
|
159
|
+
pulumi.set(self, "virtual_network_gateway1", value)
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
@pulumi.getter(name="authorizationKey")
|
|
163
|
+
def authorization_key(self) -> Optional[pulumi.Input[str]]:
|
|
164
|
+
"""
|
|
165
|
+
The authorizationKey.
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "authorization_key")
|
|
168
|
+
|
|
169
|
+
@authorization_key.setter
|
|
170
|
+
def authorization_key(self, value: Optional[pulumi.Input[str]]):
|
|
171
|
+
pulumi.set(self, "authorization_key", value)
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter(name="connectionMode")
|
|
175
|
+
def connection_mode(self) -> Optional[pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionMode']]]:
|
|
176
|
+
"""
|
|
177
|
+
The connection mode for this connection.
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "connection_mode")
|
|
180
|
+
|
|
181
|
+
@connection_mode.setter
|
|
182
|
+
def connection_mode(self, value: Optional[pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionMode']]]):
|
|
183
|
+
pulumi.set(self, "connection_mode", value)
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
@pulumi.getter(name="connectionProtocol")
|
|
187
|
+
def connection_protocol(self) -> Optional[pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionProtocol']]]:
|
|
188
|
+
"""
|
|
189
|
+
Connection protocol used for this connection.
|
|
190
|
+
"""
|
|
191
|
+
return pulumi.get(self, "connection_protocol")
|
|
192
|
+
|
|
193
|
+
@connection_protocol.setter
|
|
194
|
+
def connection_protocol(self, value: Optional[pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionProtocol']]]):
|
|
195
|
+
pulumi.set(self, "connection_protocol", value)
|
|
196
|
+
|
|
197
|
+
@property
|
|
198
|
+
@pulumi.getter(name="dpdTimeoutSeconds")
|
|
199
|
+
def dpd_timeout_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
200
|
+
"""
|
|
201
|
+
The dead peer detection timeout of this connection in seconds.
|
|
202
|
+
"""
|
|
203
|
+
return pulumi.get(self, "dpd_timeout_seconds")
|
|
204
|
+
|
|
205
|
+
@dpd_timeout_seconds.setter
|
|
206
|
+
def dpd_timeout_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
207
|
+
pulumi.set(self, "dpd_timeout_seconds", value)
|
|
208
|
+
|
|
209
|
+
@property
|
|
210
|
+
@pulumi.getter(name="egressNatRules")
|
|
211
|
+
def egress_nat_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]:
|
|
212
|
+
"""
|
|
213
|
+
List of egress NatRules.
|
|
214
|
+
"""
|
|
215
|
+
return pulumi.get(self, "egress_nat_rules")
|
|
216
|
+
|
|
217
|
+
@egress_nat_rules.setter
|
|
218
|
+
def egress_nat_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]):
|
|
219
|
+
pulumi.set(self, "egress_nat_rules", value)
|
|
220
|
+
|
|
221
|
+
@property
|
|
222
|
+
@pulumi.getter(name="enableBgp")
|
|
223
|
+
def enable_bgp(self) -> Optional[pulumi.Input[bool]]:
|
|
224
|
+
"""
|
|
225
|
+
EnableBgp flag.
|
|
226
|
+
"""
|
|
227
|
+
return pulumi.get(self, "enable_bgp")
|
|
228
|
+
|
|
229
|
+
@enable_bgp.setter
|
|
230
|
+
def enable_bgp(self, value: Optional[pulumi.Input[bool]]):
|
|
231
|
+
pulumi.set(self, "enable_bgp", value)
|
|
232
|
+
|
|
233
|
+
@property
|
|
234
|
+
@pulumi.getter(name="enablePrivateLinkFastPath")
|
|
235
|
+
def enable_private_link_fast_path(self) -> Optional[pulumi.Input[bool]]:
|
|
236
|
+
"""
|
|
237
|
+
Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled.
|
|
238
|
+
"""
|
|
239
|
+
return pulumi.get(self, "enable_private_link_fast_path")
|
|
240
|
+
|
|
241
|
+
@enable_private_link_fast_path.setter
|
|
242
|
+
def enable_private_link_fast_path(self, value: Optional[pulumi.Input[bool]]):
|
|
243
|
+
pulumi.set(self, "enable_private_link_fast_path", value)
|
|
244
|
+
|
|
245
|
+
@property
|
|
246
|
+
@pulumi.getter(name="expressRouteGatewayBypass")
|
|
247
|
+
def express_route_gateway_bypass(self) -> Optional[pulumi.Input[bool]]:
|
|
248
|
+
"""
|
|
249
|
+
Bypass ExpressRoute Gateway for data forwarding.
|
|
250
|
+
"""
|
|
251
|
+
return pulumi.get(self, "express_route_gateway_bypass")
|
|
252
|
+
|
|
253
|
+
@express_route_gateway_bypass.setter
|
|
254
|
+
def express_route_gateway_bypass(self, value: Optional[pulumi.Input[bool]]):
|
|
255
|
+
pulumi.set(self, "express_route_gateway_bypass", value)
|
|
256
|
+
|
|
257
|
+
@property
|
|
258
|
+
@pulumi.getter(name="gatewayCustomBgpIpAddresses")
|
|
259
|
+
def gateway_custom_bgp_ip_addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GatewayCustomBgpIpAddressIpConfigurationArgs']]]]:
|
|
260
|
+
"""
|
|
261
|
+
GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection.
|
|
262
|
+
"""
|
|
263
|
+
return pulumi.get(self, "gateway_custom_bgp_ip_addresses")
|
|
264
|
+
|
|
265
|
+
@gateway_custom_bgp_ip_addresses.setter
|
|
266
|
+
def gateway_custom_bgp_ip_addresses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GatewayCustomBgpIpAddressIpConfigurationArgs']]]]):
|
|
267
|
+
pulumi.set(self, "gateway_custom_bgp_ip_addresses", value)
|
|
268
|
+
|
|
269
|
+
@property
|
|
270
|
+
@pulumi.getter
|
|
271
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
272
|
+
"""
|
|
273
|
+
Resource ID.
|
|
274
|
+
"""
|
|
275
|
+
return pulumi.get(self, "id")
|
|
276
|
+
|
|
277
|
+
@id.setter
|
|
278
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
279
|
+
pulumi.set(self, "id", value)
|
|
280
|
+
|
|
281
|
+
@property
|
|
282
|
+
@pulumi.getter(name="ingressNatRules")
|
|
283
|
+
def ingress_nat_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]:
|
|
284
|
+
"""
|
|
285
|
+
List of ingress NatRules.
|
|
286
|
+
"""
|
|
287
|
+
return pulumi.get(self, "ingress_nat_rules")
|
|
288
|
+
|
|
289
|
+
@ingress_nat_rules.setter
|
|
290
|
+
def ingress_nat_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]):
|
|
291
|
+
pulumi.set(self, "ingress_nat_rules", value)
|
|
292
|
+
|
|
293
|
+
@property
|
|
294
|
+
@pulumi.getter(name="ipsecPolicies")
|
|
295
|
+
def ipsec_policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IpsecPolicyArgs']]]]:
|
|
296
|
+
"""
|
|
297
|
+
The IPSec Policies to be considered by this connection.
|
|
298
|
+
"""
|
|
299
|
+
return pulumi.get(self, "ipsec_policies")
|
|
300
|
+
|
|
301
|
+
@ipsec_policies.setter
|
|
302
|
+
def ipsec_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IpsecPolicyArgs']]]]):
|
|
303
|
+
pulumi.set(self, "ipsec_policies", value)
|
|
304
|
+
|
|
305
|
+
@property
|
|
306
|
+
@pulumi.getter(name="localNetworkGateway2")
|
|
307
|
+
def local_network_gateway2(self) -> Optional[pulumi.Input['LocalNetworkGatewayArgs']]:
|
|
308
|
+
"""
|
|
309
|
+
The reference to local network gateway resource.
|
|
310
|
+
"""
|
|
311
|
+
return pulumi.get(self, "local_network_gateway2")
|
|
312
|
+
|
|
313
|
+
@local_network_gateway2.setter
|
|
314
|
+
def local_network_gateway2(self, value: Optional[pulumi.Input['LocalNetworkGatewayArgs']]):
|
|
315
|
+
pulumi.set(self, "local_network_gateway2", value)
|
|
316
|
+
|
|
317
|
+
@property
|
|
318
|
+
@pulumi.getter
|
|
319
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
320
|
+
"""
|
|
321
|
+
Resource location.
|
|
322
|
+
"""
|
|
323
|
+
return pulumi.get(self, "location")
|
|
324
|
+
|
|
325
|
+
@location.setter
|
|
326
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
327
|
+
pulumi.set(self, "location", value)
|
|
328
|
+
|
|
329
|
+
@property
|
|
330
|
+
@pulumi.getter
|
|
331
|
+
def peer(self) -> Optional[pulumi.Input['SubResourceArgs']]:
|
|
332
|
+
"""
|
|
333
|
+
The reference to peerings resource.
|
|
334
|
+
"""
|
|
335
|
+
return pulumi.get(self, "peer")
|
|
336
|
+
|
|
337
|
+
@peer.setter
|
|
338
|
+
def peer(self, value: Optional[pulumi.Input['SubResourceArgs']]):
|
|
339
|
+
pulumi.set(self, "peer", value)
|
|
340
|
+
|
|
341
|
+
@property
|
|
342
|
+
@pulumi.getter(name="routingWeight")
|
|
343
|
+
def routing_weight(self) -> Optional[pulumi.Input[int]]:
|
|
344
|
+
"""
|
|
345
|
+
The routing weight.
|
|
346
|
+
"""
|
|
347
|
+
return pulumi.get(self, "routing_weight")
|
|
348
|
+
|
|
349
|
+
@routing_weight.setter
|
|
350
|
+
def routing_weight(self, value: Optional[pulumi.Input[int]]):
|
|
351
|
+
pulumi.set(self, "routing_weight", value)
|
|
352
|
+
|
|
353
|
+
@property
|
|
354
|
+
@pulumi.getter(name="sharedKey")
|
|
355
|
+
def shared_key(self) -> Optional[pulumi.Input[str]]:
|
|
356
|
+
"""
|
|
357
|
+
The IPSec shared key.
|
|
358
|
+
"""
|
|
359
|
+
return pulumi.get(self, "shared_key")
|
|
360
|
+
|
|
361
|
+
@shared_key.setter
|
|
362
|
+
def shared_key(self, value: Optional[pulumi.Input[str]]):
|
|
363
|
+
pulumi.set(self, "shared_key", value)
|
|
364
|
+
|
|
365
|
+
@property
|
|
366
|
+
@pulumi.getter
|
|
367
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
368
|
+
"""
|
|
369
|
+
Resource tags.
|
|
370
|
+
"""
|
|
371
|
+
return pulumi.get(self, "tags")
|
|
372
|
+
|
|
373
|
+
@tags.setter
|
|
374
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
375
|
+
pulumi.set(self, "tags", value)
|
|
376
|
+
|
|
377
|
+
@property
|
|
378
|
+
@pulumi.getter(name="trafficSelectorPolicies")
|
|
379
|
+
def traffic_selector_policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TrafficSelectorPolicyArgs']]]]:
|
|
380
|
+
"""
|
|
381
|
+
The Traffic Selector Policies to be considered by this connection.
|
|
382
|
+
"""
|
|
383
|
+
return pulumi.get(self, "traffic_selector_policies")
|
|
384
|
+
|
|
385
|
+
@traffic_selector_policies.setter
|
|
386
|
+
def traffic_selector_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TrafficSelectorPolicyArgs']]]]):
|
|
387
|
+
pulumi.set(self, "traffic_selector_policies", value)
|
|
388
|
+
|
|
389
|
+
@property
|
|
390
|
+
@pulumi.getter(name="useLocalAzureIpAddress")
|
|
391
|
+
def use_local_azure_ip_address(self) -> Optional[pulumi.Input[bool]]:
|
|
392
|
+
"""
|
|
393
|
+
Use private local Azure IP for the connection.
|
|
394
|
+
"""
|
|
395
|
+
return pulumi.get(self, "use_local_azure_ip_address")
|
|
396
|
+
|
|
397
|
+
@use_local_azure_ip_address.setter
|
|
398
|
+
def use_local_azure_ip_address(self, value: Optional[pulumi.Input[bool]]):
|
|
399
|
+
pulumi.set(self, "use_local_azure_ip_address", value)
|
|
400
|
+
|
|
401
|
+
@property
|
|
402
|
+
@pulumi.getter(name="usePolicyBasedTrafficSelectors")
|
|
403
|
+
def use_policy_based_traffic_selectors(self) -> Optional[pulumi.Input[bool]]:
|
|
404
|
+
"""
|
|
405
|
+
Enable policy-based traffic selectors.
|
|
406
|
+
"""
|
|
407
|
+
return pulumi.get(self, "use_policy_based_traffic_selectors")
|
|
408
|
+
|
|
409
|
+
@use_policy_based_traffic_selectors.setter
|
|
410
|
+
def use_policy_based_traffic_selectors(self, value: Optional[pulumi.Input[bool]]):
|
|
411
|
+
pulumi.set(self, "use_policy_based_traffic_selectors", value)
|
|
412
|
+
|
|
413
|
+
@property
|
|
414
|
+
@pulumi.getter(name="virtualNetworkGateway2")
|
|
415
|
+
def virtual_network_gateway2(self) -> Optional[pulumi.Input['VirtualNetworkGatewayArgs']]:
|
|
416
|
+
"""
|
|
417
|
+
The reference to virtual network gateway resource.
|
|
418
|
+
"""
|
|
419
|
+
return pulumi.get(self, "virtual_network_gateway2")
|
|
420
|
+
|
|
421
|
+
@virtual_network_gateway2.setter
|
|
422
|
+
def virtual_network_gateway2(self, value: Optional[pulumi.Input['VirtualNetworkGatewayArgs']]):
|
|
423
|
+
pulumi.set(self, "virtual_network_gateway2", value)
|
|
424
|
+
|
|
425
|
+
@property
|
|
426
|
+
@pulumi.getter(name="virtualNetworkGatewayConnectionName")
|
|
427
|
+
def virtual_network_gateway_connection_name(self) -> Optional[pulumi.Input[str]]:
|
|
428
|
+
"""
|
|
429
|
+
The name of the virtual network gateway connection.
|
|
430
|
+
"""
|
|
431
|
+
return pulumi.get(self, "virtual_network_gateway_connection_name")
|
|
432
|
+
|
|
433
|
+
@virtual_network_gateway_connection_name.setter
|
|
434
|
+
def virtual_network_gateway_connection_name(self, value: Optional[pulumi.Input[str]]):
|
|
435
|
+
pulumi.set(self, "virtual_network_gateway_connection_name", value)
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
class VirtualNetworkGatewayConnection(pulumi.CustomResource):
|
|
439
|
+
@overload
|
|
440
|
+
def __init__(__self__,
|
|
441
|
+
resource_name: str,
|
|
442
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
443
|
+
authorization_key: Optional[pulumi.Input[str]] = None,
|
|
444
|
+
connection_mode: Optional[pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionMode']]] = None,
|
|
445
|
+
connection_protocol: Optional[pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionProtocol']]] = None,
|
|
446
|
+
connection_type: Optional[pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionType']]] = None,
|
|
447
|
+
dpd_timeout_seconds: Optional[pulumi.Input[int]] = None,
|
|
448
|
+
egress_nat_rules: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SubResourceArgs']]]]] = None,
|
|
449
|
+
enable_bgp: Optional[pulumi.Input[bool]] = None,
|
|
450
|
+
enable_private_link_fast_path: Optional[pulumi.Input[bool]] = None,
|
|
451
|
+
express_route_gateway_bypass: Optional[pulumi.Input[bool]] = None,
|
|
452
|
+
gateway_custom_bgp_ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GatewayCustomBgpIpAddressIpConfigurationArgs']]]]] = None,
|
|
453
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
454
|
+
ingress_nat_rules: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SubResourceArgs']]]]] = None,
|
|
455
|
+
ipsec_policies: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['IpsecPolicyArgs']]]]] = None,
|
|
456
|
+
local_network_gateway2: Optional[pulumi.Input[pulumi.InputType['LocalNetworkGatewayArgs']]] = None,
|
|
457
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
458
|
+
peer: Optional[pulumi.Input[pulumi.InputType['SubResourceArgs']]] = None,
|
|
459
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
460
|
+
routing_weight: Optional[pulumi.Input[int]] = None,
|
|
461
|
+
shared_key: Optional[pulumi.Input[str]] = None,
|
|
462
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
463
|
+
traffic_selector_policies: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TrafficSelectorPolicyArgs']]]]] = None,
|
|
464
|
+
use_local_azure_ip_address: Optional[pulumi.Input[bool]] = None,
|
|
465
|
+
use_policy_based_traffic_selectors: Optional[pulumi.Input[bool]] = None,
|
|
466
|
+
virtual_network_gateway1: Optional[pulumi.Input[pulumi.InputType['VirtualNetworkGatewayArgs']]] = None,
|
|
467
|
+
virtual_network_gateway2: Optional[pulumi.Input[pulumi.InputType['VirtualNetworkGatewayArgs']]] = None,
|
|
468
|
+
virtual_network_gateway_connection_name: Optional[pulumi.Input[str]] = None,
|
|
469
|
+
__props__=None):
|
|
470
|
+
"""
|
|
471
|
+
A common class for general resource information.
|
|
472
|
+
|
|
473
|
+
:param str resource_name: The name of the resource.
|
|
474
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
475
|
+
:param pulumi.Input[str] authorization_key: The authorizationKey.
|
|
476
|
+
:param pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionMode']] connection_mode: The connection mode for this connection.
|
|
477
|
+
:param pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionProtocol']] connection_protocol: Connection protocol used for this connection.
|
|
478
|
+
:param pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionType']] connection_type: Gateway connection type.
|
|
479
|
+
:param pulumi.Input[int] dpd_timeout_seconds: The dead peer detection timeout of this connection in seconds.
|
|
480
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SubResourceArgs']]]] egress_nat_rules: List of egress NatRules.
|
|
481
|
+
:param pulumi.Input[bool] enable_bgp: EnableBgp flag.
|
|
482
|
+
:param pulumi.Input[bool] enable_private_link_fast_path: Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled.
|
|
483
|
+
:param pulumi.Input[bool] express_route_gateway_bypass: Bypass ExpressRoute Gateway for data forwarding.
|
|
484
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GatewayCustomBgpIpAddressIpConfigurationArgs']]]] gateway_custom_bgp_ip_addresses: GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection.
|
|
485
|
+
:param pulumi.Input[str] id: Resource ID.
|
|
486
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SubResourceArgs']]]] ingress_nat_rules: List of ingress NatRules.
|
|
487
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['IpsecPolicyArgs']]]] ipsec_policies: The IPSec Policies to be considered by this connection.
|
|
488
|
+
:param pulumi.Input[pulumi.InputType['LocalNetworkGatewayArgs']] local_network_gateway2: The reference to local network gateway resource.
|
|
489
|
+
:param pulumi.Input[str] location: Resource location.
|
|
490
|
+
:param pulumi.Input[pulumi.InputType['SubResourceArgs']] peer: The reference to peerings resource.
|
|
491
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group.
|
|
492
|
+
:param pulumi.Input[int] routing_weight: The routing weight.
|
|
493
|
+
:param pulumi.Input[str] shared_key: The IPSec shared key.
|
|
494
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
495
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TrafficSelectorPolicyArgs']]]] traffic_selector_policies: The Traffic Selector Policies to be considered by this connection.
|
|
496
|
+
:param pulumi.Input[bool] use_local_azure_ip_address: Use private local Azure IP for the connection.
|
|
497
|
+
:param pulumi.Input[bool] use_policy_based_traffic_selectors: Enable policy-based traffic selectors.
|
|
498
|
+
:param pulumi.Input[pulumi.InputType['VirtualNetworkGatewayArgs']] virtual_network_gateway1: The reference to virtual network gateway resource.
|
|
499
|
+
:param pulumi.Input[pulumi.InputType['VirtualNetworkGatewayArgs']] virtual_network_gateway2: The reference to virtual network gateway resource.
|
|
500
|
+
:param pulumi.Input[str] virtual_network_gateway_connection_name: The name of the virtual network gateway connection.
|
|
501
|
+
"""
|
|
502
|
+
...
|
|
503
|
+
@overload
|
|
504
|
+
def __init__(__self__,
|
|
505
|
+
resource_name: str,
|
|
506
|
+
args: VirtualNetworkGatewayConnectionArgs,
|
|
507
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
508
|
+
"""
|
|
509
|
+
A common class for general resource information.
|
|
510
|
+
|
|
511
|
+
:param str resource_name: The name of the resource.
|
|
512
|
+
:param VirtualNetworkGatewayConnectionArgs args: The arguments to use to populate this resource's properties.
|
|
513
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
514
|
+
"""
|
|
515
|
+
...
|
|
516
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
517
|
+
resource_args, opts = _utilities.get_resource_args_opts(VirtualNetworkGatewayConnectionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
518
|
+
if resource_args is not None:
|
|
519
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
520
|
+
else:
|
|
521
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
522
|
+
|
|
523
|
+
def _internal_init(__self__,
|
|
524
|
+
resource_name: str,
|
|
525
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
526
|
+
authorization_key: Optional[pulumi.Input[str]] = None,
|
|
527
|
+
connection_mode: Optional[pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionMode']]] = None,
|
|
528
|
+
connection_protocol: Optional[pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionProtocol']]] = None,
|
|
529
|
+
connection_type: Optional[pulumi.Input[Union[str, 'VirtualNetworkGatewayConnectionType']]] = None,
|
|
530
|
+
dpd_timeout_seconds: Optional[pulumi.Input[int]] = None,
|
|
531
|
+
egress_nat_rules: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SubResourceArgs']]]]] = None,
|
|
532
|
+
enable_bgp: Optional[pulumi.Input[bool]] = None,
|
|
533
|
+
enable_private_link_fast_path: Optional[pulumi.Input[bool]] = None,
|
|
534
|
+
express_route_gateway_bypass: Optional[pulumi.Input[bool]] = None,
|
|
535
|
+
gateway_custom_bgp_ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GatewayCustomBgpIpAddressIpConfigurationArgs']]]]] = None,
|
|
536
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
537
|
+
ingress_nat_rules: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SubResourceArgs']]]]] = None,
|
|
538
|
+
ipsec_policies: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['IpsecPolicyArgs']]]]] = None,
|
|
539
|
+
local_network_gateway2: Optional[pulumi.Input[pulumi.InputType['LocalNetworkGatewayArgs']]] = None,
|
|
540
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
541
|
+
peer: Optional[pulumi.Input[pulumi.InputType['SubResourceArgs']]] = None,
|
|
542
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
543
|
+
routing_weight: Optional[pulumi.Input[int]] = None,
|
|
544
|
+
shared_key: Optional[pulumi.Input[str]] = None,
|
|
545
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
546
|
+
traffic_selector_policies: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TrafficSelectorPolicyArgs']]]]] = None,
|
|
547
|
+
use_local_azure_ip_address: Optional[pulumi.Input[bool]] = None,
|
|
548
|
+
use_policy_based_traffic_selectors: Optional[pulumi.Input[bool]] = None,
|
|
549
|
+
virtual_network_gateway1: Optional[pulumi.Input[pulumi.InputType['VirtualNetworkGatewayArgs']]] = None,
|
|
550
|
+
virtual_network_gateway2: Optional[pulumi.Input[pulumi.InputType['VirtualNetworkGatewayArgs']]] = None,
|
|
551
|
+
virtual_network_gateway_connection_name: Optional[pulumi.Input[str]] = None,
|
|
552
|
+
__props__=None):
|
|
553
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
554
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
555
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
556
|
+
if opts.id is None:
|
|
557
|
+
if __props__ is not None:
|
|
558
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
559
|
+
__props__ = VirtualNetworkGatewayConnectionArgs.__new__(VirtualNetworkGatewayConnectionArgs)
|
|
560
|
+
|
|
561
|
+
__props__.__dict__["authorization_key"] = authorization_key
|
|
562
|
+
__props__.__dict__["connection_mode"] = connection_mode
|
|
563
|
+
__props__.__dict__["connection_protocol"] = connection_protocol
|
|
564
|
+
if connection_type is None and not opts.urn:
|
|
565
|
+
raise TypeError("Missing required property 'connection_type'")
|
|
566
|
+
__props__.__dict__["connection_type"] = connection_type
|
|
567
|
+
__props__.__dict__["dpd_timeout_seconds"] = dpd_timeout_seconds
|
|
568
|
+
__props__.__dict__["egress_nat_rules"] = egress_nat_rules
|
|
569
|
+
__props__.__dict__["enable_bgp"] = enable_bgp
|
|
570
|
+
__props__.__dict__["enable_private_link_fast_path"] = enable_private_link_fast_path
|
|
571
|
+
__props__.__dict__["express_route_gateway_bypass"] = express_route_gateway_bypass
|
|
572
|
+
__props__.__dict__["gateway_custom_bgp_ip_addresses"] = gateway_custom_bgp_ip_addresses
|
|
573
|
+
__props__.__dict__["id"] = id
|
|
574
|
+
__props__.__dict__["ingress_nat_rules"] = ingress_nat_rules
|
|
575
|
+
__props__.__dict__["ipsec_policies"] = ipsec_policies
|
|
576
|
+
__props__.__dict__["local_network_gateway2"] = local_network_gateway2
|
|
577
|
+
__props__.__dict__["location"] = location
|
|
578
|
+
__props__.__dict__["peer"] = peer
|
|
579
|
+
if resource_group_name is None and not opts.urn:
|
|
580
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
581
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
582
|
+
__props__.__dict__["routing_weight"] = routing_weight
|
|
583
|
+
__props__.__dict__["shared_key"] = shared_key
|
|
584
|
+
__props__.__dict__["tags"] = tags
|
|
585
|
+
__props__.__dict__["traffic_selector_policies"] = traffic_selector_policies
|
|
586
|
+
__props__.__dict__["use_local_azure_ip_address"] = use_local_azure_ip_address
|
|
587
|
+
__props__.__dict__["use_policy_based_traffic_selectors"] = use_policy_based_traffic_selectors
|
|
588
|
+
if virtual_network_gateway1 is None and not opts.urn:
|
|
589
|
+
raise TypeError("Missing required property 'virtual_network_gateway1'")
|
|
590
|
+
__props__.__dict__["virtual_network_gateway1"] = virtual_network_gateway1
|
|
591
|
+
__props__.__dict__["virtual_network_gateway2"] = virtual_network_gateway2
|
|
592
|
+
__props__.__dict__["virtual_network_gateway_connection_name"] = virtual_network_gateway_connection_name
|
|
593
|
+
__props__.__dict__["connection_status"] = None
|
|
594
|
+
__props__.__dict__["egress_bytes_transferred"] = None
|
|
595
|
+
__props__.__dict__["etag"] = None
|
|
596
|
+
__props__.__dict__["ingress_bytes_transferred"] = None
|
|
597
|
+
__props__.__dict__["name"] = None
|
|
598
|
+
__props__.__dict__["provisioning_state"] = None
|
|
599
|
+
__props__.__dict__["resource_guid"] = None
|
|
600
|
+
__props__.__dict__["tunnel_connection_status"] = None
|
|
601
|
+
__props__.__dict__["type"] = None
|
|
602
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:network:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20150615:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20160330:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20160601:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20160901:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20161201:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20170301:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20170601:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20170801:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20170901:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20171001:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20171101:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20180101:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20180201:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20180401:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20180601:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20180701:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20180801:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20181001:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20181101:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20181201:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20190201:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20190401:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20190601:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20190701:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20190801:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20190901:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20191101:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20191201:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20200301:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20200401:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20200501:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20200601:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20200701:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20200801:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20201101:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20210201:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20210301:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20210501:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20210801:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20220101:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20220501:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20220701:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20220901:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20221101:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20230201:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20230401:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20230501:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20230601:VirtualNetworkGatewayConnection"), pulumi.Alias(type_="azure-native:network/v20230901:VirtualNetworkGatewayConnection")])
|
|
603
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
604
|
+
super(VirtualNetworkGatewayConnection, __self__).__init__(
|
|
605
|
+
'azure-native:network/v20231101:VirtualNetworkGatewayConnection',
|
|
606
|
+
resource_name,
|
|
607
|
+
__props__,
|
|
608
|
+
opts)
|
|
609
|
+
|
|
610
|
+
@staticmethod
|
|
611
|
+
def get(resource_name: str,
|
|
612
|
+
id: pulumi.Input[str],
|
|
613
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'VirtualNetworkGatewayConnection':
|
|
614
|
+
"""
|
|
615
|
+
Get an existing VirtualNetworkGatewayConnection resource's state with the given name, id, and optional extra
|
|
616
|
+
properties used to qualify the lookup.
|
|
617
|
+
|
|
618
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
619
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
620
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
621
|
+
"""
|
|
622
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
623
|
+
|
|
624
|
+
__props__ = VirtualNetworkGatewayConnectionArgs.__new__(VirtualNetworkGatewayConnectionArgs)
|
|
625
|
+
|
|
626
|
+
__props__.__dict__["authorization_key"] = None
|
|
627
|
+
__props__.__dict__["connection_mode"] = None
|
|
628
|
+
__props__.__dict__["connection_protocol"] = None
|
|
629
|
+
__props__.__dict__["connection_status"] = None
|
|
630
|
+
__props__.__dict__["connection_type"] = None
|
|
631
|
+
__props__.__dict__["dpd_timeout_seconds"] = None
|
|
632
|
+
__props__.__dict__["egress_bytes_transferred"] = None
|
|
633
|
+
__props__.__dict__["egress_nat_rules"] = None
|
|
634
|
+
__props__.__dict__["enable_bgp"] = None
|
|
635
|
+
__props__.__dict__["enable_private_link_fast_path"] = None
|
|
636
|
+
__props__.__dict__["etag"] = None
|
|
637
|
+
__props__.__dict__["express_route_gateway_bypass"] = None
|
|
638
|
+
__props__.__dict__["gateway_custom_bgp_ip_addresses"] = None
|
|
639
|
+
__props__.__dict__["ingress_bytes_transferred"] = None
|
|
640
|
+
__props__.__dict__["ingress_nat_rules"] = None
|
|
641
|
+
__props__.__dict__["ipsec_policies"] = None
|
|
642
|
+
__props__.__dict__["local_network_gateway2"] = None
|
|
643
|
+
__props__.__dict__["location"] = None
|
|
644
|
+
__props__.__dict__["name"] = None
|
|
645
|
+
__props__.__dict__["peer"] = None
|
|
646
|
+
__props__.__dict__["provisioning_state"] = None
|
|
647
|
+
__props__.__dict__["resource_guid"] = None
|
|
648
|
+
__props__.__dict__["routing_weight"] = None
|
|
649
|
+
__props__.__dict__["shared_key"] = None
|
|
650
|
+
__props__.__dict__["tags"] = None
|
|
651
|
+
__props__.__dict__["traffic_selector_policies"] = None
|
|
652
|
+
__props__.__dict__["tunnel_connection_status"] = None
|
|
653
|
+
__props__.__dict__["type"] = None
|
|
654
|
+
__props__.__dict__["use_local_azure_ip_address"] = None
|
|
655
|
+
__props__.__dict__["use_policy_based_traffic_selectors"] = None
|
|
656
|
+
__props__.__dict__["virtual_network_gateway1"] = None
|
|
657
|
+
__props__.__dict__["virtual_network_gateway2"] = None
|
|
658
|
+
return VirtualNetworkGatewayConnection(resource_name, opts=opts, __props__=__props__)
|
|
659
|
+
|
|
660
|
+
@property
|
|
661
|
+
@pulumi.getter(name="authorizationKey")
|
|
662
|
+
def authorization_key(self) -> pulumi.Output[Optional[str]]:
|
|
663
|
+
"""
|
|
664
|
+
The authorizationKey.
|
|
665
|
+
"""
|
|
666
|
+
return pulumi.get(self, "authorization_key")
|
|
667
|
+
|
|
668
|
+
@property
|
|
669
|
+
@pulumi.getter(name="connectionMode")
|
|
670
|
+
def connection_mode(self) -> pulumi.Output[Optional[str]]:
|
|
671
|
+
"""
|
|
672
|
+
The connection mode for this connection.
|
|
673
|
+
"""
|
|
674
|
+
return pulumi.get(self, "connection_mode")
|
|
675
|
+
|
|
676
|
+
@property
|
|
677
|
+
@pulumi.getter(name="connectionProtocol")
|
|
678
|
+
def connection_protocol(self) -> pulumi.Output[Optional[str]]:
|
|
679
|
+
"""
|
|
680
|
+
Connection protocol used for this connection.
|
|
681
|
+
"""
|
|
682
|
+
return pulumi.get(self, "connection_protocol")
|
|
683
|
+
|
|
684
|
+
@property
|
|
685
|
+
@pulumi.getter(name="connectionStatus")
|
|
686
|
+
def connection_status(self) -> pulumi.Output[str]:
|
|
687
|
+
"""
|
|
688
|
+
Virtual Network Gateway connection status.
|
|
689
|
+
"""
|
|
690
|
+
return pulumi.get(self, "connection_status")
|
|
691
|
+
|
|
692
|
+
@property
|
|
693
|
+
@pulumi.getter(name="connectionType")
|
|
694
|
+
def connection_type(self) -> pulumi.Output[str]:
|
|
695
|
+
"""
|
|
696
|
+
Gateway connection type.
|
|
697
|
+
"""
|
|
698
|
+
return pulumi.get(self, "connection_type")
|
|
699
|
+
|
|
700
|
+
@property
|
|
701
|
+
@pulumi.getter(name="dpdTimeoutSeconds")
|
|
702
|
+
def dpd_timeout_seconds(self) -> pulumi.Output[Optional[int]]:
|
|
703
|
+
"""
|
|
704
|
+
The dead peer detection timeout of this connection in seconds.
|
|
705
|
+
"""
|
|
706
|
+
return pulumi.get(self, "dpd_timeout_seconds")
|
|
707
|
+
|
|
708
|
+
@property
|
|
709
|
+
@pulumi.getter(name="egressBytesTransferred")
|
|
710
|
+
def egress_bytes_transferred(self) -> pulumi.Output[float]:
|
|
711
|
+
"""
|
|
712
|
+
The egress bytes transferred in this connection.
|
|
713
|
+
"""
|
|
714
|
+
return pulumi.get(self, "egress_bytes_transferred")
|
|
715
|
+
|
|
716
|
+
@property
|
|
717
|
+
@pulumi.getter(name="egressNatRules")
|
|
718
|
+
def egress_nat_rules(self) -> pulumi.Output[Optional[Sequence['outputs.SubResourceResponse']]]:
|
|
719
|
+
"""
|
|
720
|
+
List of egress NatRules.
|
|
721
|
+
"""
|
|
722
|
+
return pulumi.get(self, "egress_nat_rules")
|
|
723
|
+
|
|
724
|
+
@property
|
|
725
|
+
@pulumi.getter(name="enableBgp")
|
|
726
|
+
def enable_bgp(self) -> pulumi.Output[Optional[bool]]:
|
|
727
|
+
"""
|
|
728
|
+
EnableBgp flag.
|
|
729
|
+
"""
|
|
730
|
+
return pulumi.get(self, "enable_bgp")
|
|
731
|
+
|
|
732
|
+
@property
|
|
733
|
+
@pulumi.getter(name="enablePrivateLinkFastPath")
|
|
734
|
+
def enable_private_link_fast_path(self) -> pulumi.Output[Optional[bool]]:
|
|
735
|
+
"""
|
|
736
|
+
Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled.
|
|
737
|
+
"""
|
|
738
|
+
return pulumi.get(self, "enable_private_link_fast_path")
|
|
739
|
+
|
|
740
|
+
@property
|
|
741
|
+
@pulumi.getter
|
|
742
|
+
def etag(self) -> pulumi.Output[str]:
|
|
743
|
+
"""
|
|
744
|
+
A unique read-only string that changes whenever the resource is updated.
|
|
745
|
+
"""
|
|
746
|
+
return pulumi.get(self, "etag")
|
|
747
|
+
|
|
748
|
+
@property
|
|
749
|
+
@pulumi.getter(name="expressRouteGatewayBypass")
|
|
750
|
+
def express_route_gateway_bypass(self) -> pulumi.Output[Optional[bool]]:
|
|
751
|
+
"""
|
|
752
|
+
Bypass ExpressRoute Gateway for data forwarding.
|
|
753
|
+
"""
|
|
754
|
+
return pulumi.get(self, "express_route_gateway_bypass")
|
|
755
|
+
|
|
756
|
+
@property
|
|
757
|
+
@pulumi.getter(name="gatewayCustomBgpIpAddresses")
|
|
758
|
+
def gateway_custom_bgp_ip_addresses(self) -> pulumi.Output[Optional[Sequence['outputs.GatewayCustomBgpIpAddressIpConfigurationResponse']]]:
|
|
759
|
+
"""
|
|
760
|
+
GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection.
|
|
761
|
+
"""
|
|
762
|
+
return pulumi.get(self, "gateway_custom_bgp_ip_addresses")
|
|
763
|
+
|
|
764
|
+
@property
|
|
765
|
+
@pulumi.getter(name="ingressBytesTransferred")
|
|
766
|
+
def ingress_bytes_transferred(self) -> pulumi.Output[float]:
|
|
767
|
+
"""
|
|
768
|
+
The ingress bytes transferred in this connection.
|
|
769
|
+
"""
|
|
770
|
+
return pulumi.get(self, "ingress_bytes_transferred")
|
|
771
|
+
|
|
772
|
+
@property
|
|
773
|
+
@pulumi.getter(name="ingressNatRules")
|
|
774
|
+
def ingress_nat_rules(self) -> pulumi.Output[Optional[Sequence['outputs.SubResourceResponse']]]:
|
|
775
|
+
"""
|
|
776
|
+
List of ingress NatRules.
|
|
777
|
+
"""
|
|
778
|
+
return pulumi.get(self, "ingress_nat_rules")
|
|
779
|
+
|
|
780
|
+
@property
|
|
781
|
+
@pulumi.getter(name="ipsecPolicies")
|
|
782
|
+
def ipsec_policies(self) -> pulumi.Output[Optional[Sequence['outputs.IpsecPolicyResponse']]]:
|
|
783
|
+
"""
|
|
784
|
+
The IPSec Policies to be considered by this connection.
|
|
785
|
+
"""
|
|
786
|
+
return pulumi.get(self, "ipsec_policies")
|
|
787
|
+
|
|
788
|
+
@property
|
|
789
|
+
@pulumi.getter(name="localNetworkGateway2")
|
|
790
|
+
def local_network_gateway2(self) -> pulumi.Output[Optional['outputs.LocalNetworkGatewayResponse']]:
|
|
791
|
+
"""
|
|
792
|
+
The reference to local network gateway resource.
|
|
793
|
+
"""
|
|
794
|
+
return pulumi.get(self, "local_network_gateway2")
|
|
795
|
+
|
|
796
|
+
@property
|
|
797
|
+
@pulumi.getter
|
|
798
|
+
def location(self) -> pulumi.Output[Optional[str]]:
|
|
799
|
+
"""
|
|
800
|
+
Resource location.
|
|
801
|
+
"""
|
|
802
|
+
return pulumi.get(self, "location")
|
|
803
|
+
|
|
804
|
+
@property
|
|
805
|
+
@pulumi.getter
|
|
806
|
+
def name(self) -> pulumi.Output[str]:
|
|
807
|
+
"""
|
|
808
|
+
Resource name.
|
|
809
|
+
"""
|
|
810
|
+
return pulumi.get(self, "name")
|
|
811
|
+
|
|
812
|
+
@property
|
|
813
|
+
@pulumi.getter
|
|
814
|
+
def peer(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
|
|
815
|
+
"""
|
|
816
|
+
The reference to peerings resource.
|
|
817
|
+
"""
|
|
818
|
+
return pulumi.get(self, "peer")
|
|
819
|
+
|
|
820
|
+
@property
|
|
821
|
+
@pulumi.getter(name="provisioningState")
|
|
822
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
823
|
+
"""
|
|
824
|
+
The provisioning state of the virtual network gateway connection resource.
|
|
825
|
+
"""
|
|
826
|
+
return pulumi.get(self, "provisioning_state")
|
|
827
|
+
|
|
828
|
+
@property
|
|
829
|
+
@pulumi.getter(name="resourceGuid")
|
|
830
|
+
def resource_guid(self) -> pulumi.Output[str]:
|
|
831
|
+
"""
|
|
832
|
+
The resource GUID property of the virtual network gateway connection resource.
|
|
833
|
+
"""
|
|
834
|
+
return pulumi.get(self, "resource_guid")
|
|
835
|
+
|
|
836
|
+
@property
|
|
837
|
+
@pulumi.getter(name="routingWeight")
|
|
838
|
+
def routing_weight(self) -> pulumi.Output[Optional[int]]:
|
|
839
|
+
"""
|
|
840
|
+
The routing weight.
|
|
841
|
+
"""
|
|
842
|
+
return pulumi.get(self, "routing_weight")
|
|
843
|
+
|
|
844
|
+
@property
|
|
845
|
+
@pulumi.getter(name="sharedKey")
|
|
846
|
+
def shared_key(self) -> pulumi.Output[Optional[str]]:
|
|
847
|
+
"""
|
|
848
|
+
The IPSec shared key.
|
|
849
|
+
"""
|
|
850
|
+
return pulumi.get(self, "shared_key")
|
|
851
|
+
|
|
852
|
+
@property
|
|
853
|
+
@pulumi.getter
|
|
854
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
855
|
+
"""
|
|
856
|
+
Resource tags.
|
|
857
|
+
"""
|
|
858
|
+
return pulumi.get(self, "tags")
|
|
859
|
+
|
|
860
|
+
@property
|
|
861
|
+
@pulumi.getter(name="trafficSelectorPolicies")
|
|
862
|
+
def traffic_selector_policies(self) -> pulumi.Output[Optional[Sequence['outputs.TrafficSelectorPolicyResponse']]]:
|
|
863
|
+
"""
|
|
864
|
+
The Traffic Selector Policies to be considered by this connection.
|
|
865
|
+
"""
|
|
866
|
+
return pulumi.get(self, "traffic_selector_policies")
|
|
867
|
+
|
|
868
|
+
@property
|
|
869
|
+
@pulumi.getter(name="tunnelConnectionStatus")
|
|
870
|
+
def tunnel_connection_status(self) -> pulumi.Output[Sequence['outputs.TunnelConnectionHealthResponse']]:
|
|
871
|
+
"""
|
|
872
|
+
Collection of all tunnels' connection health status.
|
|
873
|
+
"""
|
|
874
|
+
return pulumi.get(self, "tunnel_connection_status")
|
|
875
|
+
|
|
876
|
+
@property
|
|
877
|
+
@pulumi.getter
|
|
878
|
+
def type(self) -> pulumi.Output[str]:
|
|
879
|
+
"""
|
|
880
|
+
Resource type.
|
|
881
|
+
"""
|
|
882
|
+
return pulumi.get(self, "type")
|
|
883
|
+
|
|
884
|
+
@property
|
|
885
|
+
@pulumi.getter(name="useLocalAzureIpAddress")
|
|
886
|
+
def use_local_azure_ip_address(self) -> pulumi.Output[Optional[bool]]:
|
|
887
|
+
"""
|
|
888
|
+
Use private local Azure IP for the connection.
|
|
889
|
+
"""
|
|
890
|
+
return pulumi.get(self, "use_local_azure_ip_address")
|
|
891
|
+
|
|
892
|
+
@property
|
|
893
|
+
@pulumi.getter(name="usePolicyBasedTrafficSelectors")
|
|
894
|
+
def use_policy_based_traffic_selectors(self) -> pulumi.Output[Optional[bool]]:
|
|
895
|
+
"""
|
|
896
|
+
Enable policy-based traffic selectors.
|
|
897
|
+
"""
|
|
898
|
+
return pulumi.get(self, "use_policy_based_traffic_selectors")
|
|
899
|
+
|
|
900
|
+
@property
|
|
901
|
+
@pulumi.getter(name="virtualNetworkGateway1")
|
|
902
|
+
def virtual_network_gateway1(self) -> pulumi.Output['outputs.VirtualNetworkGatewayResponse']:
|
|
903
|
+
"""
|
|
904
|
+
The reference to virtual network gateway resource.
|
|
905
|
+
"""
|
|
906
|
+
return pulumi.get(self, "virtual_network_gateway1")
|
|
907
|
+
|
|
908
|
+
@property
|
|
909
|
+
@pulumi.getter(name="virtualNetworkGateway2")
|
|
910
|
+
def virtual_network_gateway2(self) -> pulumi.Output[Optional['outputs.VirtualNetworkGatewayResponse']]:
|
|
911
|
+
"""
|
|
912
|
+
The reference to virtual network gateway resource.
|
|
913
|
+
"""
|
|
914
|
+
return pulumi.get(self, "virtual_network_gateway2")
|
|
915
|
+
|