Class: OneviewSDK::API200::FirmwareDriver

Inherits:
Resource show all
Defined in:
lib/oneview-sdk/resource/api200/firmware_driver.rb

Overview

Firmware driver resource implementation

Constant Summary collapse

BASE_URI =
'/rest/firmware-drivers'.freeze

Constants inherited from Resource

Resource::UNIQUE_IDENTIFIERS

Instance Attribute Summary

Attributes inherited from Resource

#api_version, #client, #data, #logger

Instance Method Summary collapse

Methods inherited from Resource

#==, #[], #[]=, build_query, #create, #create!, #each, #eql?, #exists?, find_by, from_file, get_all, #initialize, #like?, #refresh, #retrieve!, #schema, schema, #set, #set_all, #to_file

Constructor Details

This class inherits a constructor from OneviewSDK::Resource

Instance Method Details

#deleteObject

Method is not available

Raises:



26
27
28
# File 'lib/oneview-sdk/resource/api200/firmware_driver.rb', line 26

def delete(*)
  unavailable_method
end

#removetrue

Remove resource from OneView

Returns:

  • (true)

    if resource was removed successfully



22
# File 'lib/oneview-sdk/resource/api200/firmware_driver.rb', line 22

alias remove delete

#updateObject

Method is not available

Raises:



32
33
34
# File 'lib/oneview-sdk/resource/api200/firmware_driver.rb', line 32

def update(*)
  unavailable_method
end