Method: Deltacloud::Client::Methods::HardwareProfile#hardware_profiles
- Defined in:
- lib/deltacloud/client/methods/hardware_profile.rb
#hardware_profiles(filter_opts = {}) ⇒ Object
Retrieve list of all hardware_profiles
-
filter_opts:
-
:id -> Filter hardware_profiles using their ‘id’
-
25 26 27 28 |
# File 'lib/deltacloud/client/methods/hardware_profile.rb', line 25 def hardware_profiles(filter_opts={}) from_collection :hardware_profiles, connection.get(api_uri('hardware_profiles'), filter_opts) end |