class OneviewSDK::API300::C7000::ServerProfile

Server profile resource implementation

Public Class Methods

new(client, params = {}, api_ver = nil) click to toggle source

Create a resource object, associate it with a client, and set its properties. @param [OneviewSDK::Client] client The client object for the OneView appliance @param [Hash] params The options for this resource (key-value pairs) @param [Integer] api_ver The api version to use when interacting with this resource.

Calls superclass method OneviewSDK::API200::ServerProfile::new
# File lib/oneview-sdk/resource/api300/c7000/server_profile.rb, line 24
def initialize(client, params = {}, api_ver = nil)
  @data ||= {}
  # Default values
  @data['type'] ||= 'ServerProfileV6'
  super
end