Exception: VSphereCloud::Cloud::NetworkException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cloud/vsphere/cloud.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#vm_cidObject

Returns the value of attribute vm_cid.



12
13
14
# File 'lib/cloud/vsphere/cloud.rb', line 12

def vm_cid
  @vm_cid
end

Instance Method Details

#messageObject



14
15
16
# File 'lib/cloud/vsphere/cloud.rb', line 14

def message
  super + (vm_cid ? " for VM '#{vm_cid}'" : '')
end