Class: Fog::Compute::Hyperv::ComPort
- Inherits:
-
Hyperv::Model
- Object
- Model
- Hyperv::Model
- Fog::Compute::Hyperv::ComPort
- Defined in:
- lib/fog/hyperv/models/compute/com_port.rb
Instance Method Summary collapse
Methods inherited from Hyperv::Model
Methods included from Hyperv::ModelExtends
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
#reload ⇒ Object
16 17 18 |
# File 'lib/fog/hyperv/models/compute/com_port.rb', line 16 def reload raise Fog::Errors::NotImplemented end |
#save ⇒ Object
12 13 14 |
# File 'lib/fog/hyperv/models/compute/com_port.rb', line 12 def save raise Fog::Errors::NotImplemented end |