Methods
add(quotaOptions) → {Promise}
Create a SpaceQuota
Parameters:
| Name | Type | Description |
|---|---|---|
quotaOptions |
Object |
Returns:
- Type
- Promise
getQuotaDefinitions()
Alias for backward compatibility with tests
getSpaceQuota(guid) → {Promise}
Get a single SpaceQuota
Parameters:
| Name | Type | Description |
|---|---|---|
guid |
String |
Returns:
- Type
- Promise
getSpaceQuotas(filteropt) → {Promise}
Get SpaceQuotas list
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
filter |
Object |
<optional> |
Returns:
- Type
- Promise
remove(guid) → {Promise}
Delete a SpaceQuota
Parameters:
| Name | Type | Description |
|---|---|---|
guid |
String |
Returns:
- Type
- Promise
update(guid, quotaOptions) → {Promise}
Update a SpaceQuota
Parameters:
| Name | Type | Description |
|---|---|---|
guid |
String | |
quotaOptions |
Object |
Returns:
- Type
- Promise