allowStaticRoutes property

String? allowStaticRoutes
getter/setter pair

Specifies whether static route creation is allowed. Possible string values are:

  • "STATIC_ROUTES_ALLOWED"
  • "STATIC_ROUTES_BLOCKED"

Implementation

core.String? allowStaticRoutes;