Method: OneviewSDK::API200::ServerProfile#update_from_template

Defined in:
lib/oneview-sdk/resource/api200/server_profile.rb

#update_from_templateObject

Updates the server profile from the server profile template.



96
97
98
# File 'lib/oneview-sdk/resource/api200/server_profile.rb', line 96

def update_from_template
  patch('replace', '/templateCompliance', 'Compliant', 'If-Match' => self['eTag'])
end