Uses of Class
com.azure.resourcemanager.network.models.VpnGatewayTunnelingProtocol
-
Packages that use VpnGatewayTunnelingProtocol 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 VpnGatewayTunnelingProtocol in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VpnGatewayTunnelingProtocol Modifier and Type Method Description List<VpnGatewayTunnelingProtocol>VpnServerConfigurationInner. vpnProtocols()Get the vpnProtocols property: VPN protocols for the VpnServerConfiguration.List<VpnGatewayTunnelingProtocol>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 VpnGatewayTunnelingProtocol Modifier and Type Method Description VpnServerConfigurationInnerVpnServerConfigurationInner. withVpnProtocols(List<VpnGatewayTunnelingProtocol> vpnProtocols)Set the vpnProtocols property: VPN protocols for the VpnServerConfiguration.VpnServerConfigurationPropertiesVpnServerConfigurationProperties. withVpnProtocols(List<VpnGatewayTunnelingProtocol> vpnProtocols)Set the vpnProtocols property: VPN protocols for the VpnServerConfiguration. -
Uses of VpnGatewayTunnelingProtocol in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as VpnGatewayTunnelingProtocol Modifier and Type Field Description static VpnGatewayTunnelingProtocolVpnGatewayTunnelingProtocol. IKE_V2Static value IkeV2 for VpnGatewayTunnelingProtocol.static VpnGatewayTunnelingProtocolVpnGatewayTunnelingProtocol. OPEN_VPNStatic value OpenVPN for VpnGatewayTunnelingProtocol.Methods in com.azure.resourcemanager.network.models that return VpnGatewayTunnelingProtocol Modifier and Type Method Description static 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 VpnGatewayTunnelingProtocol Modifier and Type Method Description static Collection<VpnGatewayTunnelingProtocol>VpnGatewayTunnelingProtocol. values()
-