locations property

Map<String, FutureResourcesSpecLocationPolicyLocation>? locations
getter/setter pair

Preferences for specified locations. Keys of the map are locations - zones, in format of 'zones/'. Values are preferences for the zones. If a zone is not specified in this map, it is ALLOWed.

Implementation

core.Map<core.String, FutureResourcesSpecLocationPolicyLocation>? locations;