Class: OneviewSDK::API500::C7000::VolumeAttachment
- Inherits:
-
OneviewSDK::API300::C7000::VolumeAttachment
- Object
- Resource
- OneviewSDK::API200::Resource
- OneviewSDK::API200::VolumeAttachment
- OneviewSDK::API300::C7000::VolumeAttachment
- OneviewSDK::API500::C7000::VolumeAttachment
- Defined in:
- lib/oneview-sdk/resource/api500/c7000/volume_attachment.rb
Overview
Storage Volume Attachment resource implementation for API500 C7000
Direct Known Subclasses
Constant Summary
Constants inherited from OneviewSDK::API200::VolumeAttachment
OneviewSDK::API200::VolumeAttachment::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
-
#get_path ⇒ Object
Method is not available.
-
#get_paths ⇒ Object
Method is not available.
-
#initialize(client, params = {}, api_ver = nil) ⇒ VolumeAttachment
constructor
Create a resource object, associate it with a client, and set its properties.
Methods inherited from OneviewSDK::API200::VolumeAttachment
#create, #delete, get_extra_unmanaged_volumes, remove_extra_unmanaged_volume, #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) ⇒ VolumeAttachment
Create a resource object, associate it with a client, and set its properties.
24 25 26 27 28 29 |
# File 'lib/oneview-sdk/resource/api500/c7000/volume_attachment.rb', line 24 def initialize(client, params = {}, api_ver = nil) # Default values: @data ||= {} @data['type'] ||= @data[:type] || 'StorageVolumeAttachmentV2' super end |
Instance Method Details
#get_path ⇒ Object
Method is not available
39 40 41 |
# File 'lib/oneview-sdk/resource/api500/c7000/volume_attachment.rb', line 39 def get_path(*) unavailable_method end |
#get_paths ⇒ Object
Method is not available
33 34 35 |
# File 'lib/oneview-sdk/resource/api500/c7000/volume_attachment.rb', line 33 def get_paths unavailable_method end |