Class: Bosh::Agent::Infrastructure::Vcloud

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/bosh_agent/infrastructure/vcloud.rb

Instance Method Summary collapse

Constructor Details

#initializeVcloud

Returns a new instance of Vcloud.



10
11
12
# File 'lib/bosh_agent/infrastructure/vcloud.rb', line 10

def initialize
  @vsphere = Infrastructure::Vsphere.new
end