DiskUsage
Description
This class is used to calculate the disk space in use over a certain time period (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Supported Operations
Model Properties
Property | Required | Type | Description | ||
---|---|---|---|---|---|
id | False | string | default Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
||
name | False | string | Name of the report. This is different from the title and can be used to internally reference the report by name Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
||
title | False | string | The title of the report. You can use this attribute to display it in the UI Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
||
type | True | string | DiskUsage | ||
used | False | integer | The used space calculated in 512-byte block | ||
free | False | integer | The free space available calculated in 512-byte block | ||
total | False | integer | The total disk space available calculated in 512-byte block |