class OneviewSDK::API1600::C7000::ServerProfile
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 interracting with this resource.
Calls superclass method
OneviewSDK::API1200::C7000::ServerProfile::new
# File lib/oneview-sdk/resource/api1600/c7000/server_profile.rb, line 23 def initialize(client, params = {}, api_ver = nil) @data ||= {} # Default values @data['type'] ||= 'ServerProfileV12' super end
Public Instance Methods
get_availble_server(*)
click to toggle source
# File lib/oneview-sdk/resource/api1600/c7000/server_profile.rb, line 30 def get_availble_server(*) unavailable_method end
get_profile_template(*)
click to toggle source
# File lib/oneview-sdk/resource/api1600/c7000/server_profile.rb, line 34 def get_profile_template(*) unavailable_method end