Sha256: aa5cfd8728b8d56b0c6ac69350571214edf7d1b5ceabbdd01e2c39bd1bf73c30
Contents?: true
Size: 467 Bytes
Versions: 1
Compression:
Stored size: 467 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists site to site vpn customer gateways # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listVpnCustomerGateways.html] def list_vpn_customer_gateways(options={}) options.merge!( 'command' => 'listVpnCustomerGateways' ) request(options) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-1.23.0 | lib/fog/cloudstack/requests/compute/list_vpn_customer_gateways.rb |