class OneviewSDK::API500::Synergy::LogicalEnclosure

Logical Enclosure resource implementation on API500 Synergy

Public Instance Methods

get_script(*) click to toggle source

Method is not available @raise [OneviewSDK::MethodUnavailable] method is not available

# File lib/oneview-sdk/resource/api500/synergy/logical_enclosure.rb, line 24
def get_script(*)
  unavailable_method
end
update(attributes = {}) click to toggle source

Updates a logical enclosure @param [Hash] attributes attributes to be updated @return [OneviewSDK::API500::Synergy::LogicalEnclosure] self

Calls superclass method OneviewSDK::Resource#update
# File lib/oneview-sdk/resource/api500/synergy/logical_enclosure.rb, line 31
def update(attributes = {})
  super(attributes)
  retrieve!
  self
end