Sha256: 3270feaed7c6dfe8dfceb73f2d57527b034aa87f36edafb61027968d3ebfd39b
Contents?: true
Size: 543 Bytes
Versions: 1
Compression:
Stored size: 543 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists implementors of implementor of a network traffic type or implementors of all network traffic types # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listTrafficTypeImplementors.html] def list_traffic_type_implementors(options={}) options.merge!( 'command' => 'listTrafficTypeImplementors' ) 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_traffic_type_implementors.rb |