Class: Fog::Compute::Hyperv::ComPort

Inherits:
Hyperv::Model show all
Defined in:
lib/fog/hyperv/models/compute/com_port.rb

Instance Method Summary collapse

Methods inherited from Hyperv::Model

#initialize

Methods included from Hyperv::ModelExtends

#lazy_attributes

Methods included from Hyperv::ModelIncludes

#cluster, #computer, #dirty?, #lazy_attributes, #parent, #vm

Constructor Details

This class inherits a constructor from Fog::Hyperv::Model

Instance Method Details

#reloadObject

Raises:

  • (Fog::Errors::NotImplemented)


16
17
18
# File 'lib/fog/hyperv/models/compute/com_port.rb', line 16

def reload
  raise Fog::Errors::NotImplemented
end

#saveObject

Raises:

  • (Fog::Errors::NotImplemented)


12
13
14
# File 'lib/fog/hyperv/models/compute/com_port.rb', line 12

def save
  raise Fog::Errors::NotImplemented
end