class OneviewSDK::API500::C7000::ManagedSAN

Managed SAN resource implementation for API500 C7000

Public Instance Methods

set_public_attributes(attributes) click to toggle source

Set public attributes @param [Hash] attributes Public attributes @option attributes [String] :name @option attributes [String] :value @option attributes [String] :valueType @option attributes [String] :valueFormat

# File lib/oneview-sdk/resource/api500/c7000/managed_san.rb, line 26
def set_public_attributes(attributes)
  OneviewSDK::API200::ManagedSAN.instance_method(:set_public_attributes).bind(self).call(attributes)
end