Class: OneviewSDK::API2200::C7000::HypervisorClusterProfile

Overview

Hypervisor cluster profile resource implementation for API2200 C7000

Constant Summary

Constants inherited from OneviewSDK::API800::C7000::HypervisorClusterProfile

OneviewSDK::API800::C7000::HypervisorClusterProfile::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

Methods inherited from OneviewSDK::API1600::C7000::HypervisorClusterProfile

#delete

Methods inherited from OneviewSDK::API800::C7000::HypervisorClusterProfile

#compliance_preview

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) ⇒ HypervisorClusterProfile

Returns a new instance of HypervisorClusterProfile.



19
20
21
22
23
# File 'lib/oneview-sdk/resource/api2200/c7000/hypervisor_cluster_profile.rb', line 19

def initialize(client, params = {}, api_ver = nil)
  super
  # Default values
  @data['type'] ||= 'HypervisorClusterProfileV4'
end