Method: Deltacloud::Client::Methods::HardwareProfile#hardware_profile
- Defined in:
- lib/deltacloud/client/methods/hardware_profile.rb
#hardware_profile(hwp_id) ⇒ Object
Retrieve the given hardware_profile
-
hwp_id -> hardware_profile to retrieve
34 35 36 37 |
# File 'lib/deltacloud/client/methods/hardware_profile.rb', line 34 def hardware_profile(hwp_id) from_resource :hardware_profile, connection.get(api_uri("hardware_profiles/#{hwp_id}")) end |