ZoneAssignmentConfig

ZoneAssignmentConfig
ZoneAssignmentConfig

A zone assignment configuration

JSON Example
{
    "storageLimitGB": 20,
    "cpuLimit": 2048,
    "memoryLimitMB": 2048,
    "zoneId": "77ee1",
    "maxNumberInstances": 50,
    "priority": 1
}
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.

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
memoryLimitMB
Optional

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

string
zoneId
Optional

The Cloud Zone Id

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 int32 As int32
priority
Optional

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