Class: OneviewSDK::API200::Fabric

Inherits:
Resource
  • Object
show all
Defined in:
lib/oneview-sdk/resource/api200/fabric.rb

Overview

Fabric resource implementation

Constant Summary collapse

BASE_URI =
'/rest/fabrics'.freeze

Constants inherited from Resource

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 Resource

#==, #[], #[]=, build_query, #create!, #deep_merge!, #each, #eql?, #exists?, find_by, find_with_pagination, from_file, get_all, get_all_with_query, #initialize, #like?, #retrieve!, #schema, schema, #set, #set_all, #to_file

Constructor Details

This class inherits a constructor from OneviewSDK::Resource

Instance Method Details

#createObject

Method is not available

Raises:



22
23
24
# File 'lib/oneview-sdk/resource/api200/fabric.rb', line 22

def create(*)
  unavailable_method
end

#deleteObject

Method is not available

Raises:



34
35
36
# File 'lib/oneview-sdk/resource/api200/fabric.rb', line 34

def delete(*)
  unavailable_method
end

#refreshObject

Method is not available

Raises:



40
41
42
# File 'lib/oneview-sdk/resource/api200/fabric.rb', line 40

def refresh(*)
  unavailable_method
end

#updateObject

Method is not available

Raises:



28
29
30
# File 'lib/oneview-sdk/resource/api200/fabric.rb', line 28

def update(*)
  unavailable_method
end