public class ApiOvhHpcspot extends ApiOvhBase
core| Constructor and Description |
|---|
ApiOvhHpcspot(ApiOvhCore core) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<String> |
GET()
List available services
REST: GET /hpcspot
|
ArrayList<Long> |
serviceName_consumption_GET(String serviceName,
Date hpcspotItemEndDate_from,
Date hpcspotItemEndDate_to,
Long hpcspotItemId,
Long orderId,
OvhConsumptionTypeEnum type)
Details of the consumption of your account
REST: GET /hpcspot/{serviceName}/consumption
|
OvhConsumption |
serviceName_consumption_id_GET(String serviceName,
Long id)
Get this object properties
REST: GET /hpcspot/{serviceName}/consumption/{id}
|
OvhAccount |
serviceName_GET(String serviceName)
Get this object properties
REST: GET /hpcspot/{serviceName}
|
OvhService |
serviceName_serviceInfos_GET(String serviceName)
Get this object properties
REST: GET /hpcspot/{serviceName}/serviceInfos
|
void |
serviceName_serviceInfos_PUT(String serviceName,
OvhService body)
Alter this object properties
REST: PUT /hpcspot/{serviceName}/serviceInfos
|
public ApiOvhHpcspot(ApiOvhCore core)
public OvhAccount serviceName_GET(String serviceName) throws IOException
serviceName - [required] The internal name of your HPC Spot accountIOExceptionpublic OvhService serviceName_serviceInfos_GET(String serviceName) throws IOException
serviceName - [required] The internal name of your HPC Spot accountIOExceptionpublic void serviceName_serviceInfos_PUT(String serviceName, OvhService body) throws IOException
body - [required] New object propertiesserviceName - [required] The internal name of your HPC Spot accountIOExceptionpublic OvhConsumption serviceName_consumption_id_GET(String serviceName, Long id) throws IOException
serviceName - [required] The internal name of your HPC Spot accountid - [required] ID of the detailIOExceptionpublic ArrayList<Long> serviceName_consumption_GET(String serviceName, Date hpcspotItemEndDate_from, Date hpcspotItemEndDate_to, Long hpcspotItemId, Long orderId, OvhConsumptionTypeEnum type) throws IOException
type - [required] Filter the value of type property (=)hpcspotItemEndDate_from - [required] Filter the value of hpcspotItemEndDate property (>=)hpcspotItemEndDate_to - [required] Filter the value of hpcspotItemEndDate property (<=)orderId - [required] Filter the value of orderId property (=)hpcspotItemId - [required] Filter the value of hpcspotItemId property (=)serviceName - [required] The internal name of your HPC Spot accountIOExceptionpublic ArrayList<String> GET() throws IOException
IOExceptionCopyright © 2018. All rights reserved.