ZoneAssignment
A zone assignment
{
"id": "9.0E49",
"createdAt": "2012-09-27",
"updatedAt": "2012-09-27",
"owner": "[email protected]",
"ownerType": "ad_group",
"orgId": "42413b31-1716-477e-9a88-9dc1c3cb1cdf",
"_links": {
"empty": false
},
"zoneId": "77ee1",
"priority": 1,
"maxNumberInstances": 50,
"allocatedInstancesCount": 0,
"memoryLimitMB": 2048,
"allocatedMemoryMB": 0,
"cpuLimit": 2048,
"allocatedCpu": 0,
"storageLimitGB": 20,
"allocatedStorageGB": "number"
}
The id of this resource instance
Date when the entity was created. The date is in ISO 8601 and UTC.
Date when the entity was last updated. The date is ISO 8601 and UTC.
Email of the user or display name of the group that owns the entity.
Type of a owner(user/ad_group) that owns the entity.
The id of the organization this entity belongs to.
The Cloud Zone Id
The priority of this zone in the current project. Lower numbers mean higher priority. Default is 0 (highest)
The maximum number of instances that can be provisioned in this cloud zone. Default is 0 (unlimited instances).
The number of resource instances currently allocated
The maximum amount of memory that can be used by this cloud zone. Default is 0 (unlimited memory).
The amount of memory currently allocated.
The maximum amount of cpus that can be used by this cloud zone. Default is 0 (unlimited cpu).
The amount of CPUs currently allocated.
Defines an upper limit on storage that can be requested from a cloud zone which is part of this project. Default is 0 (unlimited storage). Please note that this feature is supported only for vSphere cloud zones. Not valid for other cloud zone types.
The amount of storage currently allocated.