Class: Bosh::Clouds::VSphere

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/cloud/vsphere.rb,
lib/cloud/vsphere/version.rb

Constant Summary collapse

VERSION =
'1.2922.0'

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ VSphere

Returns a new instance of VSphere.



48
49
50
# File 'lib/cloud/vsphere.rb', line 48

def initialize(options)
  @delegate = VSphereCloud::Cloud.new(options)
end