ignoreColocation property

bool? ignoreColocation
getter/setter pair

If set to true, the colocation requirement will be ignored.

If set to false, the colocation requirement will be enforced. If not set, the colocation requirement will be enforced. Colocation requirement is the requirement that the cluster must be in the same region/zone of datastore(regional/zonal datastore).

Optional.

Implementation

core.bool? ignoreColocation;