Method: OneviewSDK::API200::StorageSystem.get_host_types

Defined in:
lib/oneview-sdk/resource/api200/storage_system.rb

.get_host_types(client) ⇒ String

Gets the host types for the storage system resource

Parameters:

Returns:

  • (String)

    response body



126
127
128
129
# File 'lib/oneview-sdk/resource/api200/storage_system.rb', line 126

def self.get_host_types(client)
  response = client.rest_get(BASE_URI + '/host-types')
  client.response_handler(response)
end