Name: QuotaConfig

Represents the Quota configuration associated with a

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.quota.QuotaConfig",
   "lastUpdatedTime": DateTime,
   "limitGiB": <Number>,
   "quotaSpaceAccountingMode": 'LOGICAL',
   "quotaType": 'SOFT' | 'HARD',
}

Attributes
NameTypeDescription
lastUpdatedTimeDateTimeTime stamp when the object is last updated.
limitGiBxsd:longThe quota limit in GiB.
quotaSpaceAccountingModeLOGICALThe space accounting mode (LOGICAL)
LOGICALlogical space accounting mode.
quotaTypeSOFT | HARDThe type of the quota configuration (SOFT or HARD).
SOFTSoft quota limit. Storage space can be allocated beyond this limit. Notifications will occur if configured.
HARDHard quota limit. Storage space will not be allocated beyond this limit. Notifications will occur if configured.