class OneviewSDK::API300::C7000::ManagedSAN

Managed SAN resource implementation for API300 C7000

Public Class Methods

get_wwn(client, wwn = nil) click to toggle source

Retrieves interconnect types @param [OneviewSDK::Client] client The client object for the OneView appliance @param [String] wwn The wwn of the switch from which the managed sans should be retrieved

# File lib/oneview-sdk/resource/api300/c7000/managed_san.rb, line 23
def self.get_wwn(client, wwn = nil)
  response = client.rest_get(BASE_URI + '?locate=' + wwn)
  client.response_handler(response)
end

Public Instance Methods

set_public_attributes(*) click to toggle source

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

# File lib/oneview-sdk/resource/api300/c7000/managed_san.rb, line 30
def set_public_attributes(*)
  unavailable_method
end