Uses of Class
com.azure.resourcemanager.network.models.VpnType
Packages that use VpnType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnTypeModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.vpnType()Get the vpnType property: The type of this virtual network gateway.VirtualNetworkGatewayPropertiesFormat.vpnType()Get the vpnType property: The type of this virtual network gateway.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VpnTypeModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.withVpnType(VpnType vpnType) Set the vpnType property: The type of this virtual network gateway.VirtualNetworkGatewayPropertiesFormat.withVpnType(VpnType vpnType) Set the vpnType property: The type of this virtual network gateway. -
Uses of VpnType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as VpnTypeModifier and TypeFieldDescriptionstatic final VpnTypeVpnType.POLICY_BASEDStatic value PolicyBased for VpnType.static final VpnTypeVpnType.ROUTE_BASEDStatic value RouteBased for VpnType.Methods in com.azure.resourcemanager.network.models that return VpnTypeModifier and TypeMethodDescriptionstatic VpnTypeVpnType.fromString(String name) Creates or finds a VpnType from its string representation.VirtualNetworkGateway.vpnType()Gets the type of this virtual network gateway.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VpnTypeModifier and TypeMethodDescriptionstatic Collection<VpnType> VpnType.values()Gets known VpnType values.