Uses of Interface
api.equinix.javasdk.networkedge.model.VPN
Packages that use VPN
Package
Description
Network Edge client interfaces for the Equinix Java SDK.
Network Edge model interfaces for the Equinix Java SDK.
-
Uses of VPN in api.equinix.javasdk.networkedge.client
Methods in api.equinix.javasdk.networkedge.client that return VPNMethods in api.equinix.javasdk.networkedge.client that return types with arguments of type VPNModifier and TypeMethodDescriptionNetworkEdgeConfig.getVPNClient()getVPNClient.VPNs.list()Lists available VPNs.VPNs.list(RequestBuilder.VPN requestBuilder) Lists VPNs based on the parameters provided. -
Uses of VPN in api.equinix.javasdk.networkedge.client.implementation
Methods in api.equinix.javasdk.networkedge.client.implementation that return VPNMethods in api.equinix.javasdk.networkedge.client.implementation that return types with arguments of type VPNModifier and TypeMethodDescriptionNetworkEdgeConfigImpl.getVPNClient()getVPNClient.VPNsImpl.list()list.VPNsImpl.list(RequestBuilder.VPN requestBuilder) Lists VPNs based on the parameters provided.Constructor parameters in api.equinix.javasdk.networkedge.client.implementation with type arguments of type VPNModifierConstructorDescriptionVPNsImpl(VPNClient<VPN> serviceClient, NetworkEdge serviceManager) Constructor for VPNsImpl. -
Uses of VPN in api.equinix.javasdk.networkedge.client.internal
Methods in api.equinix.javasdk.networkedge.client.internal that return types with arguments of type VPN -
Uses of VPN in api.equinix.javasdk.networkedge.client.internal.implementation
Methods in api.equinix.javasdk.networkedge.client.internal.implementation that return types with arguments of type VPNModifier and TypeMethodDescriptionVPNClientImpl.list(RequestBuilder.VPN requestBuilder) list.VPNClientImpl.nextPage(PaginatedRequest<VPN> equinixRequest) nextPage.Method parameters in api.equinix.javasdk.networkedge.client.internal.implementation with type arguments of type VPNModifier and TypeMethodDescriptionVPNClientImpl.nextPage(PaginatedRequest<VPN> equinixRequest) nextPage. -
Uses of VPN in api.equinix.javasdk.networkedge.model
Methods in api.equinix.javasdk.networkedge.model that return VPN -
Uses of VPN in api.equinix.javasdk.networkedge.model.json.creators
Methods in api.equinix.javasdk.networkedge.model.json.creators that return VPNConstructor parameters in api.equinix.javasdk.networkedge.model.json.creators with type arguments of type VPNModifierConstructorDescriptionVPNOperator(Pageable<VPN> serviceClient) Constructor for VPNOperator. -
Uses of VPN in api.equinix.javasdk.networkedge.model.wrappers
Classes in api.equinix.javasdk.networkedge.model.wrappers that implement VPNConstructor parameters in api.equinix.javasdk.networkedge.model.wrappers with type arguments of type VPNModifierConstructorDescriptionVPNWrapper(VPNJson sshUserJson, Pageable<VPN> serviceClient) Constructor for VPNWrapper.