class OneviewSDK::API500::C7000::LogicalEnclosure

Logical Enclosure resource implementation on API500 C7000

Public Instance Methods

create(*) click to toggle source

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

# File lib/oneview-sdk/resource/api500/c7000/logical_enclosure.rb, line 41
def create(*)
  unavailable_method
end
delete(*) click to toggle source

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

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

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

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