class OneviewSDK::API500::C7000::Interconnect

Interconnect resource implementation on API500 C7000

Public Instance Methods

get_pluggable_module_information() click to toggle source

Gets all the Small Form-factor Pluggable (SFP) instances from an interconnect. @return [Hash] hash The Small Form-factor Pluggable (SFP) instances of the interconnect

# File lib/oneview-sdk/resource/api500/c7000/interconnect.rb, line 23
def get_pluggable_module_information
  ensure_client && ensure_uri
  response = @client.rest_get(@data['uri'] + '/pluggableModuleInformation')
  @client.response_handler(response)
end