Skip to main content

We've Moved!

Product Documentation has moved to docs.hitachivantara.com
Hitachi Vantara Knowledge

Quota object model

The object model describing this resource contains the following objects.

quotaThresholdPercentages
Attribute JSON Type Data Type Description
limit number uint64 The upper limit of space size or file numbers.
isHard boolean boolean Indicates whether the limit is a hard limit, that is, whether the limit will be enforced.
reset number int Percent of the amount of space size or file numbers specified in the limit field at which a reset alert is sent. This value cannot exceed the value of the warning alert. A minimum value is required.
warning number int Percent of the amount of space or number of the file count specified in the limit field at which a warning alert is sent. This value cannot exceed the value of the severe alert. A minimum value is required.
severe number int Percent of the amount of space or number of file count specified in the limit field at which a severe alert is sent. This value cannot be bigger than 100. A minimum value is required.
quotaUsage
Attribute JSON Type Data Type Description
diskUsagenumberuint64Actual usage of disk space of the quota in units of bytes.
diskUsageThresholdobjectobjectQuota space size usage. The object type is quotaThresholdPercentages.
filecountThresholdobjectobjectQuota file number usage. The object type is quotaThresholdPercentages.
fileUsagenumberuint64Actual number of files created under the quota.
globalIdstringstringGlobal quota ID
logEventbooleanbooleanBoolean flag indicating whether events should be logged.
filesystemQuota
Attribute JSON Type Data Type Description
filesystemIdstringstringFile system ID where the quota resides.
objectIdstringstringID of the filesystem quota object.
quotaobjectobject

Object that describes the quota

usage and thresholds. The object type is quotaUsage.

targetDomainstringstringTarget domain, if the targetName is a CIFS/SMB user or group.
targetNamestringstringUser or group that the quota is targeted at.
targetTypestringstring

Target type. Supported values are:

  • GROUP
  • USER
virtualServerIdnumberintVirtual server ID of the quota object.
virtualVolumeQuota
Attribute JSON Type Data Type Description
filesystemIdstringstringFile system ID where the quota resides.
objectIdstringstringID of the virtual volume quota object.
quotaobjectobject

Object that describes the quota

usage and thresholds. The object type is quotaUsage.

targetDomainstringstringTarget domain, if the targetName is a CIFS/SMB user or group.
targetNamestringstringUser or group that the quota is targeted at.
targetTypestringstring

Target type. Supported values are:

  • GROUP
  • USER
  • VIRTUAL_VOLUME
virtualServerIdnumberintVirtual server ID of the quota object.
virtualVolumeIdnumberuint64Integer value that identifies the virtual volume where the quota resides.
virtualVolumeNamestringstringName of the virtual volume where the quota resides.
virtualVolumeObjectIdstringstringObject ID of the virtual volume where the quota resides.

 

  • Was this article helpful?