1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Azure
class _Network(_Azure):
_type = "network"
_icon_dir = "resources/azure/network"
class ApplicationGateway(_Network):
_icon = "application-gateway.png"
class ApplicationSecurityGroups(_Network):
_icon = "application-security-groups.png"
class CDNProfiles(_Network):
_icon = "cdn-profiles.png"
class Connections(_Network):
_icon = "connections.png"
class DDOSProtectionPlans(_Network):
_icon = "ddos-protection-plans.png"
class DNSPrivateZones(_Network):
_icon = "dns-private-zones.png"
class DNSZones(_Network):
_icon = "dns-zones.png"
class ExpressrouteCircuits(_Network):
_icon = "expressroute-circuits.png"
class Firewall(_Network):
_icon = "firewall.png"
class FrontDoors(_Network):
_icon = "front-doors.png"
class LoadBalancers(_Network):
_icon = "load-balancers.png"
class LocalNetworkGateways(_Network):
_icon = "local-network-gateways.png"
class NetworkInterfaces(_Network):
_icon = "network-interfaces.png"
class NetworkSecurityGroupsClassic(_Network):
_icon = "network-security-groups-classic.png"
class NetworkWatcher(_Network):
_icon = "network-watcher.png"
class OnPremisesDataGateways(_Network):
_icon = "on-premises-data-gateways.png"
class PrivateEndpoint(_Network):
_icon = "private-endpoint.png"
class PublicIpAddresses(_Network):
_icon = "public-ip-addresses.png"
class ReservedIpAddressesClassic(_Network):
_icon = "reserved-ip-addresses-classic.png"
class RouteFilters(_Network):
_icon = "route-filters.png"
class RouteTables(_Network):
_icon = "route-tables.png"
class ServiceEndpointPolicies(_Network):
_icon = "service-endpoint-policies.png"
class Subnets(_Network):
_icon = "subnets.png"
class TrafficManagerProfiles(_Network):
_icon = "traffic-manager-profiles.png"
class VirtualNetworkClassic(_Network):
_icon = "virtual-network-classic.png"
class VirtualNetworkGateways(_Network):
_icon = "virtual-network-gateways.png"
class VirtualNetworks(_Network):
_icon = "virtual-networks.png"
class VirtualWans(_Network):
_icon = "virtual-wans.png"
# Aliases
|