locations property

List<String>? locations
getter/setter pair

Locations where domain needs to be provisioned.

regions e.g. us-west1 or us-east4 Service supports up to 4 locations at once. Each location will use a /26 block.

Required.

Implementation

core.List<core.String>? locations;