Class VPNWrapper
java.lang.Object
api.equinix.javasdk.core.model.ResourceImpl<VPN>
api.equinix.javasdk.networkedge.model.wrappers.VPNWrapper
-
Constructor Summary
ConstructorsConstructorDescriptionVPNWrapper(VPNJson sshUserJson, Pageable<VPN> serviceClient) Constructor for VPNWrapper. -
Method Summary
Modifier and TypeMethodDescriptiondelete()delete.refresh()refresh.save(VPNUpdaterJson updaterJson) save.update()update.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface api.equinix.javasdk.core.model.Resource
getServiceClientMethods inherited from interface api.equinix.javasdk.networkedge.model.VPN
getConfigName, getLocalAsn, getPassword, getPeerIp, getPeerSharedKey, getProjectId, getRemoteAsn, getRemoteIpAddress, getSecondary, getSiteName, getTunnelIp, getUuid, getVirtualDeviceUuid
-
Constructor Details
-
VPNWrapper
-
-
Method Details
-
update
update.
- Specified by:
updatein interfaceVPN- Returns:
- a
VPNOperator.VPNUpdaterobject.
-
save
save.
- Specified by:
savein interfaceVPN- Parameters:
updaterJson- aVPNUpdaterJsonobject.- Returns:
- a
Booleanobject.
-
delete
-
refresh
-