scope property

String? scope
getter/setter pair

Scope determines how configuration across multiple Gateway instances are merged.

The configuration for multiple Gateway instances with the same scope will be merged as presented as a single coniguration to the proxy/load balancer. Max length 64 characters. Scope should start with a letter and can only have letters, numbers, hyphens.

Optional.

Implementation

core.String? scope;