Class: OneviewSDK::API800::C7000::ServerProfileTemplate
- Inherits:
-
OneviewSDK::API600::C7000::ServerProfileTemplate
- Object
- Resource
- OneviewSDK::API200::Resource
- OneviewSDK::API200::ServerProfileTemplate
- OneviewSDK::API300::C7000::ServerProfileTemplate
- OneviewSDK::API500::C7000::ServerProfileTemplate
- OneviewSDK::API600::C7000::ServerProfileTemplate
- OneviewSDK::API800::C7000::ServerProfileTemplate
- Defined in:
- lib/oneview-sdk/resource/api800/c7000/server_profile_template.rb
Overview
Server Profile Template resource implementation on API800 C7000
Direct Known Subclasses
OneviewSDK::API1000::C7000::ServerProfileTemplate, Synergy::ServerProfileTemplate
Constant Summary
Constants inherited from OneviewSDK::API200::ServerProfileTemplate
OneviewSDK::API200::ServerProfileTemplate::BASE_URI
Constants inherited from Resource
Resource::BASE_URI, Resource::DEFAULT_REQUEST_HEADER, Resource::UNIQUE_IDENTIFIERS
Instance Attribute Summary
Attributes inherited from Resource
#api_version, #client, #data, #logger
Instance Method Summary collapse
-
#initialize(client, params = {}, api_ver = nil) ⇒ ServerProfileTemplate
constructor
Create a resource object, associate it with a client, and set its properties.
Methods inherited from OneviewSDK::API600::C7000::ServerProfileTemplate
Methods inherited from OneviewSDK::API500::C7000::ServerProfileTemplate
#add_connection, #create_volume_with_attachment, #remove_connection
Methods inherited from OneviewSDK::API300::C7000::ServerProfileTemplate
Methods inherited from OneviewSDK::API200::ServerProfileTemplate
#add_connection, #add_volume_attachment, #create_volume_with_attachment, #get_available_hardware, #new_profile, #remove_connection, #remove_volume_attachment, #set_enclosure_group, #set_firmware_driver, #set_server_hardware_type
Methods inherited from Resource
#==, #[], #[]=, build_query, #create, #create!, #deep_merge!, #delete, #each, #eql?, #exists?, find_by, find_with_pagination, from_file, get_all, get_all_with_query, #like?, #refresh, #retrieve!, #schema, schema, #set, #set_all, #to_file, #update
Constructor Details
#initialize(client, params = {}, api_ver = nil) ⇒ ServerProfileTemplate
Create a resource object, associate it with a client, and set its properties.
24 25 26 27 28 29 |
# File 'lib/oneview-sdk/resource/api800/c7000/server_profile_template.rb', line 24 def initialize(client, params = {}, api_ver = nil) @data ||= {} # Default values @data['type'] ||= 'ServerProfileTemplateV5' super end |