Class: OneviewSDK::API300::Synergy::ServerHardware

Inherits:
C7000::ServerHardware show all
Defined in:
lib/oneview-sdk/resource/api300/synergy/server_hardware.rb

Overview

Server Hardware resource implementation on API300 Synergy

Constant Summary

Constants inherited from OneviewSDK::API200::ServerHardware

OneviewSDK::API200::ServerHardware::BASE_URI, OneviewSDK::API200::ServerHardware::UNIQUE_IDENTIFIERS

Constants inherited from Resource

Resource::BASE_URI, Resource::UNIQUE_IDENTIFIERS

Instance Attribute Summary

Attributes inherited from Resource

#api_version, #client, #data, #logger

Instance Method Summary collapse

Methods inherited from C7000::ServerHardware

#get_firmware_by_id, #get_firmwares

Methods included from C7000::Scope::ScopeHelperMethods

#add_scope, #patch, #remove_scope, #replace_scopes

Methods inherited from OneviewSDK::API200::ServerHardware

#add, #create, #delete, #environmental_configuration, #exists?, #get_bios, #get_ilo_sso_url, #get_java_remote_sso_url, #get_remote_console_url, #power_off, #power_on, #remove, #retrieve!, #set_refresh_state, #update, #update_ilo_firmware, #utilization

Methods inherited from Resource

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

Constructor Details

#initialize(client, params = {}, api_ver = nil) ⇒ ServerHardware

Create a resource object, associate it with a client, and set its properties.

Parameters:

  • client (OneviewSDK::Client)

    The client object for the OneView appliance

  • params (Hash) (defaults to: {})

    The options for this resource (key-value pairs)

  • api_ver (Integer) (defaults to: nil)

    The api version to use when interracting with this resource.



24
25
26
# File 'lib/oneview-sdk/resource/api300/synergy/server_hardware.rb', line 24

def initialize(client, params = {}, api_ver = nil)
  super
end