producerInstanceLocation property

String? producerInstanceLocation
getter/setter pair

ProducerInstanceLocation is used to specify which authorization mechanism to use to determine which projects the Producer instance can be within.

Required. Possible string values are:

  • "PRODUCER_INSTANCE_LOCATION_UNSPECIFIED" : Producer instance location is not specified. When this option is chosen, then the PSC connections created by this ServiceConnectionPolicy must be within the same project as the Producer instance. This is the default ProducerInstanceLocation value. To allow for PSC connections from this network to other networks, use the CUSTOM_RESOURCE_HIERARCHY_LEVELS option.
  • "CUSTOM_RESOURCE_HIERARCHY_LEVELS" : Producer instance must be within one of the values provided in allowed_google_producers_resource_hierarchy_level.

Implementation

core.String? producerInstanceLocation;