Uses of Class
com.azure.resourcemanager.network.models.VpnType
-
Packages that use VpnType Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 VpnType Modifier and Type Method Description VpnTypeVirtualNetworkGatewayInner. vpnType()Get the vpnType property: The type of this virtual network gateway.VpnTypeVirtualNetworkGatewayPropertiesFormat. vpnType()Get the vpnType property: The type of this virtual network gateway.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VpnType Modifier and Type Method Description VirtualNetworkGatewayInnerVirtualNetworkGatewayInner. withVpnType(VpnType vpnType)Set the vpnType property: The type of this virtual network gateway.VirtualNetworkGatewayPropertiesFormatVirtualNetworkGatewayPropertiesFormat. 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 VpnType Modifier and Type Field Description static VpnTypeVpnType. POLICY_BASEDStatic value PolicyBased for VpnType.static VpnTypeVpnType. ROUTE_BASEDStatic value RouteBased for VpnType.Methods in com.azure.resourcemanager.network.models that return VpnType Modifier and Type Method Description static VpnTypeVpnType. fromString(String name)Creates or finds a VpnType from its string representation.VpnTypeVirtualNetworkGateway. vpnType()Methods in com.azure.resourcemanager.network.models that return types with arguments of type VpnType Modifier and Type Method Description static Collection<VpnType>VpnType. values()
-