class OneviewSDK::API500::Synergy::Interconnect
Interconnect
resource implementation on API500
Synergy
Public Class Methods
get_link_topologies(client)
click to toggle source
Retrieves the interconnect link topologies @param [OneviewSDK::Client] client The client object for the OneView appliance @return [Array] All the Interconnect
Link Topologies
# File lib/oneview-sdk/resource/api500/synergy/interconnect.rb, line 24 def self.get_link_topologies(client) OneviewSDK::API300::Synergy::Interconnect.get_link_topologies(client) end
get_link_topology(client, name)
click to toggle source
Retrieves the interconnect link topology with the name @param [OneviewSDK::Client] client The client object for the OneView appliance @param [String] name Switch
type name @return [Array] Switch
type
# File lib/oneview-sdk/resource/api500/synergy/interconnect.rb, line 32 def self.get_link_topology(client, name) OneviewSDK::API300::Synergy::Interconnect.get_link_topology(client, name) end