| Package | Description |
|---|---|
| net.minidev.ovh.api | |
| net.minidev.ovh.api.vps |
| Modifier and Type | Method and Description |
|---|---|
OvhUnitAndValues<OvhVpsTimestampValue> |
ApiOvhVps.serviceName_disks_id_monitoring_GET(String serviceName,
Long id,
OvhVpsMonitoringPeriodEnum period,
OvhStatisticTypeEnum type)
Return many statistics about the disk for a given period
REST: GET /vps/{serviceName}/disks/{id}/monitoring
|
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
|
| Modifier and Type | Method and Description |
|---|---|
static OvhVpsMonitoringPeriodEnum |
OvhVpsMonitoringPeriodEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhVpsMonitoringPeriodEnum[] |
OvhVpsMonitoringPeriodEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.