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