Method: OneviewSDK::API300::C7000::Switch#set_scope_uris

Defined in:
lib/oneview-sdk/resource/api300/c7000/switch.rb

#set_scope_uris(scope_uris) ⇒ Object

Parameters:

  • scope_uris (Array)

    Array of scope uri strings



25
26
27
# File 'lib/oneview-sdk/resource/api300/c7000/switch.rb', line 25

def set_scope_uris(scope_uris)
  patch('replace', '/scopeUris', scope_uris)
end