locationType property

String? locationType
getter/setter pair

The location type of the resources that are allowed to be attached to the assets within this zone.

Required. Immutable. Possible string values are:

  • "LOCATION_TYPE_UNSPECIFIED" : Unspecified location type.
  • "SINGLE_REGION" : Resources that are associated with a single region.
  • "MULTI_REGION" : Resources that are associated with a multi-region location.

Implementation

core.String? locationType;