RegionZones

RegionZones
RegionZones

A mapping of a region to its compatible zones.

JSON Example undefined undefined
{
    "region": {
        "name": "string",
        "id": "string"
    },
    "zones": [
        {
            "name": "string",
            "id": "string"
        }
    ]
}
region
Optional

Entity reference used to describe VCD entities

zones
Optional
Constraints: maxItems: 128

The list of zones in this region that are compatible with the infra policy.

Property Of