locations property

List<String>? locations
getter/setter pair

Locations where domain needs to be provisioned.

The locations can be specified according to https://cloud.google.com/compute/docs/regions-zones, such as us-west1 or us-east4. Each domain supports up to 4 locations, separated by commas. Each location will use a /26 block.

Required.

Implementation

core.List<core.String>? locations;