Uses of Class
api.equinix.javasdk.networkedge.model.json.VPNJson
Packages that use VPNJson
Package
Description
-
Uses of VPNJson in api.equinix.javasdk.networkedge.client.internal
Methods in api.equinix.javasdk.networkedge.client.internal that return VPNJsonModifier and TypeMethodDescriptionVPNClient.create(VPNCreatorJson aclTemplateCreatorJson) create.getByUuid.refresh.VPNClient.update(String uuid, VPNUpdaterJson vpnUpdaterJson) update.Methods in api.equinix.javasdk.networkedge.client.internal that return types with arguments of type VPNJson -
Uses of VPNJson in api.equinix.javasdk.networkedge.client.internal.implementation
Methods in api.equinix.javasdk.networkedge.client.internal.implementation that return VPNJsonModifier and TypeMethodDescriptionVPNClientImpl.create(VPNCreatorJson vpnCreatorJson) create.getByUuid.refresh.VPNClientImpl.update(String uuid, VPNUpdaterJson vpnUpdaterJson) update.Methods in api.equinix.javasdk.networkedge.client.internal.implementation that return types with arguments of type VPNJson -
Uses of VPNJson in api.equinix.javasdk.networkedge.model.json.creators
Methods in api.equinix.javasdk.networkedge.model.json.creators with parameters of type VPNJsonModifier and TypeMethodDescriptionupdate.Constructors in api.equinix.javasdk.networkedge.model.json.creators with parameters of type VPNJson -
Uses of VPNJson in api.equinix.javasdk.networkedge.model.wrappers
Constructors in api.equinix.javasdk.networkedge.model.wrappers with parameters of type VPNJsonModifierConstructorDescriptionVPNWrapper(VPNJson sshUserJson, Pageable<VPN> serviceClient) Constructor for VPNWrapper.