ZoneAssignment

ZoneAssignment
ZoneAssignment

A zone assignment

JSON Example
{
    "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"
}
string
id
Required

The id of this resource instance

string
createdAt
Optional

Date when the entity was created. The date is in ISO 8601 and UTC.

string
updatedAt
Optional

Date when the entity was last updated. The date is ISO 8601 and UTC.

string
owner
Optional

Email of the user or display name of the group that owns the entity.

string
ownerType
Optional

Type of a owner(user/ad_group) that owns the entity.

string
orgId
Optional

The id of the organization this entity belongs to.

_links
Optional

HATEOAS of the entity

string
zoneId
Optional

The Cloud Zone Id

integer As int32 As int32
priority
Optional

The priority of this zone in the current project. Lower numbers mean higher priority. Default is 0 (highest)

integer As int64 As int64
maxNumberInstances
Optional

The maximum number of instances that can be provisioned in this cloud zone. Default is 0 (unlimited instances).

integer As int64 As int64
allocatedInstancesCount
Optional

The number of resource instances currently allocated

integer As int64 As int64
memoryLimitMB
Optional

The maximum amount of memory that can be used by this cloud zone. Default is 0 (unlimited memory).

integer As int64 As int64
allocatedMemoryMB
Optional

The amount of memory currently allocated.

integer As int64 As int64
cpuLimit
Optional

The maximum amount of cpus that can be used by this cloud zone. Default is 0 (unlimited cpu).

integer As int64 As int64
allocatedCpu
Optional

The amount of CPUs currently allocated.

integer As int64 As int64
storageLimitGB
Optional

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.

number As double As double
allocatedStorageGB
Optional

The amount of storage currently allocated.