| Package | Description |
|---|---|
| net.minidev.ovh.api | |
| net.minidev.ovh.api.vps |
| Modifier and Type | Method and Description |
|---|---|
OvhUnitAndValues<OvhVpsTimestampValue> |
ApiOvhVps.serviceName_monitoring_GET(String serviceName,
OvhVpsMonitoringPeriodEnum period,
OvhVpsStatisticTypeEnum type)
Return many statistics about the virtual machine for a given period
REST: GET /vps/{serviceName}/monitoring
|
OvhUnitAndValue<Double> |
ApiOvhVps.serviceName_use_GET(String serviceName,
OvhVpsStatisticTypeEnum type)
Return many statistics about the virtual machine at that time
REST: GET /vps/{serviceName}/use
|
| Modifier and Type | Method and Description |
|---|---|
static OvhVpsStatisticTypeEnum |
OvhVpsStatisticTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhVpsStatisticTypeEnum[] |
OvhVpsStatisticTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.