Sha256: 4a76e8d66615a4a00b44af51c299e3c01019ffb73c6a06c10ed5ae18167e492e

Contents?: true

Size: 424 Bytes

Versions: 1

Compression:

Stored size: 424 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Lists VPC offerings
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listVPCOfferings.html]
        def list_vpc_offerings(options={})
          options.merge!(
            'command' => 'listVPCOfferings'  
          )
          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_vpc_offerings.rb