Create Quota Policy
Creates a new quota policy
{
"id": "string",
"description": "string",
"name": "string",
"orgId": "string",
"quotaPoolDefinitions": [
{
"quotaResourceName": "Running VMs quota is the user friendly name for resource type VM with qualifiers deployed == true. Consumed Memory quota is the user fiendly name for resource type memory.",
"resourceType": "string",
"quotaResourceUnit": "memory unit - MB, cpu unit - MHz, storage unit - MB",
"quota": 0,
"qualifiers": [
"string"
]
}
],
"isAutoGenerated": false
}
URN for quota policy. This is immutable.
description
Display name for the quota policy.
URN of org in which this policy is created. This is immutable
This field cannot be updated and is a read-only field in the client. It defines if the quota policy is auto-generated.
Created
{
"id": "string",
"description": "string",
"name": "string",
"orgId": "string",
"quotaPoolDefinitions": [
{
"quotaResourceName": "Running VMs quota is the user friendly name for resource type VM with qualifiers deployed == true. Consumed Memory quota is the user fiendly name for resource type memory.",
"resourceType": "string",
"quotaResourceUnit": "memory unit - MB, cpu unit - MHz, storage unit - MB",
"quota": 0,
"qualifiers": [
"string"
]
}
],
"isAutoGenerated": false
}
URN for quota policy. This is immutable.
description
Display name for the quota policy.
URN of org in which this policy is created. This is immutable
This field cannot be updated and is a read-only field in the client. It defines if the quota policy is auto-generated.