imported property
True if the peering route has been imported from a peered VPC network; false otherwise.
The import happens if the field NetworkPeering.importCustomRoutes
is
true for this network, NetworkPeering.exportCustomRoutes
is true for the
peer VPC network, and the import does not result in a route conflict.
Output only.
Implementation
core.bool? imported;