public class ApiOvhVip extends ApiOvhBase
core| Constructor and Description |
|---|
ApiOvhVip(ApiOvhCore core) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<String> |
GET()
List available services
REST: GET /vip
|
OvhSupportVip |
serviceName_GET(String serviceName)
Get this object properties
REST: GET /vip/{serviceName}
|
OvhService |
serviceName_serviceInfos_GET(String serviceName)
Get this object properties
REST: GET /vip/{serviceName}/serviceInfos
|
void |
serviceName_serviceInfos_PUT(String serviceName,
OvhService body)
Alter this object properties
REST: PUT /vip/{serviceName}/serviceInfos
|
public ApiOvhVip(ApiOvhCore core)
public OvhService serviceName_serviceInfos_GET(String serviceName) throws IOException
serviceName - [required] The internal name of your VIP support offerIOExceptionpublic void serviceName_serviceInfos_PUT(String serviceName, OvhService body) throws IOException
body - [required] New object propertiesserviceName - [required] The internal name of your VIP support offerIOExceptionpublic OvhSupportVip serviceName_GET(String serviceName) throws IOException
serviceName - [required] The internal name of your VIP support offerIOExceptionpublic ArrayList<String> GET() throws IOException
IOExceptionCopyright © 2018. All rights reserved.