Sha256: 0219f0ad1893afdce74ef6d69edf3fdad7a0cde720b0b4b696ae78ae54a81b73
Contents?: true
Size: 442 Bytes
Versions: 1
Compression:
Stored size: 442 Bytes
Contents
module Fog module Compute class Cloudstack class Real # List virtual machine snapshot by conditions # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listVMSnapshot.html] def list_vm_snapshot(options={}) options.merge!( 'command' => 'listVMSnapshot' ) 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_vm_snapshot.rb |