locationPresence property

String? locationPresence
getter/setter pair

Identifies the network presence of this location. Possible string values are:

  • "GLOBAL" : This region is not in any common network presence with this InterconnectLocation.
  • "LOCAL_REGION" : This region shares the same regional network presence as this InterconnectLocation.
  • "LP_GLOBAL" : [Deprecated] This region is not in any common network presence with this InterconnectLocation.
  • "LP_LOCAL_REGION" : [Deprecated] This region shares the same regional network presence as this InterconnectLocation.

Implementation

core.String? locationPresence;