LocationConfig

Deployment configuration of an instance in a given location.

JSON representation
{
  "location": string,
  "capacity": integer
}
Fields
location

string

The location in which the instance is deployed. We only use region for now.

capacity

integer

The maximum number of concurrent streaming sessions that the instance can support in this location.