# File lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb, line 9 def create_snapshot_policy(options={}) options.merge!( 'command' => 'createSnapshotPolicy' ) request(options) end