public class ApiOvhCdnwebstorage extends ApiOvhBase
core| Constructor and Description |
|---|
ApiOvhCdnwebstorage(ApiOvhCore core) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<String> |
GET()
List available services
REST: GET /cdn/webstorage
|
OvhAccountCredentials |
serviceName_credentials_GET(String serviceName)
Gives for customer credentials to accesss swift account
REST: GET /cdn/webstorage/{serviceName}/credentials
|
OvhAccount |
serviceName_GET(String serviceName)
Get this object properties
REST: GET /cdn/webstorage/{serviceName}
|
OvhService |
serviceName_serviceInfos_GET(String serviceName)
Get this object properties
REST: GET /cdn/webstorage/{serviceName}/serviceInfos
|
void |
serviceName_serviceInfos_PUT(String serviceName,
OvhService body)
Alter this object properties
REST: PUT /cdn/webstorage/{serviceName}/serviceInfos
|
ArrayList<OvhStatsDataType> |
serviceName_statistics_GET(String serviceName,
OvhStatsPeriodEnum period,
OvhStatsTypeEnum type)
Return stats about bandwidth consumption
REST: GET /cdn/webstorage/{serviceName}/statistics
|
public ApiOvhCdnwebstorage(ApiOvhCore core)
public OvhService serviceName_serviceInfos_GET(String serviceName) throws IOException
serviceName - [required] The internal name of your CDN Static offerIOExceptionpublic void serviceName_serviceInfos_PUT(String serviceName, OvhService body) throws IOException
body - [required] New object propertiesserviceName - [required] The internal name of your CDN Static offerIOExceptionpublic OvhAccount serviceName_GET(String serviceName) throws IOException
serviceName - [required] The internal name of your CDN Static offerIOExceptionpublic ArrayList<OvhStatsDataType> serviceName_statistics_GET(String serviceName, OvhStatsPeriodEnum period, OvhStatsTypeEnum type) throws IOException
period - [required]type - [required]serviceName - [required] The internal name of your CDN Static offerIOExceptionpublic OvhAccountCredentials serviceName_credentials_GET(String serviceName) throws IOException
serviceName - [required] The internal name of your CDN Static offerIOExceptionpublic ArrayList<String> GET() throws IOException
IOExceptionCopyright © 2018. All rights reserved.