Class: OneviewSDK::Fabric

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

Overview

FC network resource implementation

Constant Summary collapse

BASE_URI =
'/rest/fabrics'.freeze

Instance Attribute Summary

Attributes inherited from Resource

#api_version, #client, #data, #logger

Instance Method Summary collapse

Methods inherited from Resource

#==, #[], #[]=, build_query, #create!, #each, #eql?, #exists?, find_by, from_file, get_all, #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:



19
20
21
# File 'lib/oneview-sdk/resource/fabric.rb', line 19

def create
  unavailable_method
end

#deleteObject

Method is not available

Raises:



31
32
33
# File 'lib/oneview-sdk/resource/fabric.rb', line 31

def delete
  unavailable_method
end

#refreshObject

Method is not available

Raises:



37
38
39
# File 'lib/oneview-sdk/resource/fabric.rb', line 37

def refresh
  unavailable_method
end

#updateObject

Method is not available

Raises:



25
26
27
# File 'lib/oneview-sdk/resource/fabric.rb', line 25

def update
  unavailable_method
end