| Package | Description |
|---|---|
| net.minidev.ovh.api |
| Modifier and Type | Method and Description |
|---|---|
OvhVpn |
ApiOvhRouter.serviceName_vpn_id_GET(String serviceName,
Long id)
Get this object properties
REST: GET /router/{serviceName}/vpn/{id}
|
OvhVpn |
ApiOvhRouter.serviceName_vpn_POST(String serviceName,
String psk,
String clientIp,
String serverPrivNet,
String clientPrivNet)
Add a VPN to your router
REST: POST /router/{serviceName}/vpn
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApiOvhRouter.serviceName_vpn_id_PUT(String serviceName,
Long id,
OvhVpn body)
Alter this object properties
REST: PUT /router/{serviceName}/vpn/{id}
|
Copyright © 2018. All rights reserved.