Uses of Class
api.equinix.javasdk.networkedge.model.json.creators.VPNOperator.VPNBuilder
Packages that use VPNOperator.VPNBuilder
Package
Description
Network Edge client interfaces for the Equinix Java SDK.
-
Uses of VPNOperator.VPNBuilder in api.equinix.javasdk.networkedge.client
Methods in api.equinix.javasdk.networkedge.client that return VPNOperator.VPNBuilderModifier and TypeMethodDescriptionReturns an instance of VPNBuilder for defining a new VPN. -
Uses of VPNOperator.VPNBuilder in api.equinix.javasdk.networkedge.client.implementation
Methods in api.equinix.javasdk.networkedge.client.implementation that return VPNOperator.VPNBuilderModifier and TypeMethodDescriptionReturns an instance of VPNBuilder for defining a new VPN. -
Uses of VPNOperator.VPNBuilder in api.equinix.javasdk.networkedge.model.json.creators
Methods in api.equinix.javasdk.networkedge.model.json.creators that return VPNOperator.VPNBuilderModifier and TypeMethodDescriptioncreate.VPNOperator.VPNBuilder.onDeviceUuid(String deviceUuid) VPNOperator.VPNBuilder.useNetworkServiceConnection(Boolean useNetworkServiceConnection) VPNOperator.VPNBuilder.withLocalAsn(Integer localAsn) VPNOperator.VPNBuilder.withPassword(String password) VPNOperator.VPNBuilder.withPeerIp(String peerIp) VPNOperator.VPNBuilder.withPeerSharedKey(String peerSharedKey) VPNOperator.VPNBuilder.withRemoteAsn(Integer remoteAsn) VPNOperator.VPNBuilder.withRemoteIpAddress(String remoteIpAddress) VPNOperator.VPNBuilder.withTunnelIp(String tunnelIp)