nextHop property
- @Deprecated('Not supported. Member documentation may have more information.')
 
getter/setter pair
      String type of the next hop of the route (for example, "VPN tunnel").
Deprecated in favor of the next_hop_type and next_hop_uri fields, not used in new tests.
Implementation
@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? nextHop;