Uses of Class
com.azure.resourcemanager.network.models.VpnGatewayTunnelingProtocol
Packages that use VpnGatewayTunnelingProtocol
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnGatewayTunnelingProtocol in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VpnGatewayTunnelingProtocolModifier and TypeMethodDescriptionVpnServerConfigurationInner.vpnProtocols()Get the vpnProtocols property: VPN protocols for the VpnServerConfiguration.VpnServerConfigurationProperties.vpnProtocols()Get the vpnProtocols property: VPN protocols for the VpnServerConfiguration.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VpnGatewayTunnelingProtocolModifier and TypeMethodDescriptionVpnServerConfigurationInner.withVpnProtocols(List<VpnGatewayTunnelingProtocol> vpnProtocols) Set the vpnProtocols property: VPN protocols for the VpnServerConfiguration.VpnServerConfigurationProperties.withVpnProtocols(List<VpnGatewayTunnelingProtocol> vpnProtocols) Set the vpnProtocols property: VPN protocols for the VpnServerConfiguration. -
Uses of VpnGatewayTunnelingProtocol in com.azure.resourcemanager.network.models
Subclasses with type arguments of type VpnGatewayTunnelingProtocol in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classVPN protocol enabled for the VpnServerConfiguration.Fields in com.azure.resourcemanager.network.models declared as VpnGatewayTunnelingProtocolModifier and TypeFieldDescriptionstatic final VpnGatewayTunnelingProtocolVpnGatewayTunnelingProtocol.IKE_V2Static value IkeV2 for VpnGatewayTunnelingProtocol.static final VpnGatewayTunnelingProtocolVpnGatewayTunnelingProtocol.OPEN_VPNStatic value OpenVPN for VpnGatewayTunnelingProtocol.Methods in com.azure.resourcemanager.network.models that return VpnGatewayTunnelingProtocolModifier and TypeMethodDescriptionstatic VpnGatewayTunnelingProtocolVpnGatewayTunnelingProtocol.fromString(String name) Creates or finds a VpnGatewayTunnelingProtocol from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VpnGatewayTunnelingProtocolModifier and TypeMethodDescriptionVpnGatewayTunnelingProtocol.values()Gets known VpnGatewayTunnelingProtocol values.