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