Method: OneviewSDK::API300::C7000::Switch#set_scope_uris
- Defined in:
- lib/oneview-sdk/resource/api300/c7000/switch.rb
#set_scope_uris(scope_uris) ⇒ Object
Deprecated.
Updates the scope URIs of a specific switch
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 |