module GClouder::Resources::Compute::BGPVPNs::Remote
Public Class Methods
list()
click to toggle source
# File lib/gclouder/resources/compute/bgp-vpns.rb, line 102 def self.list # FIXME: should we be listing tunnels or gateways? Resources::Remote.instances(path: %w(compute target-vpn-gateways)) end