Sha256: 57266af930e234744a4d7820bcb5fc9e1dd0389a2b399f1d04c2938f9123eec8

Contents?: true

Size: 415 Bytes

Versions: 1

Compression:

Stored size: 415 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # List Event Types
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listEventTypes.html]
        def list_event_types(options={})
          options.merge!(
            'command' => 'listEventTypes'  
          )
          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_event_types.rb