Class: OneviewSDK::API300::C7000::StoragePool
- Inherits:
- 
      OneviewSDK::API200::StoragePool
      
        - Object
- Resource
- OneviewSDK::API200::Resource
- OneviewSDK::API200::StoragePool
- OneviewSDK::API300::C7000::StoragePool
 
- Defined in:
- lib/oneview-sdk/resource/api300/c7000/storage_pool.rb
Overview
Storage pool resource implementation for C7000
Constant Summary
Constants inherited from OneviewSDK::API200::StoragePool
OneviewSDK::API200::StoragePool::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)  ⇒ StoragePool 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    Create a resource object, associate it with a client, and set its properties. 
Methods inherited from OneviewSDK::API200::StoragePool
#add, #create, #create!, #delete, #exists?, #remove, #retrieve!, #set_storage_system, #update
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) ⇒ StoragePool
Create a resource object, associate it with a client, and set its properties.
| 23 24 25 | # File 'lib/oneview-sdk/resource/api300/c7000/storage_pool.rb', line 23 def initialize(client, params = {}, api_ver = nil) super end |