Class: Bosh::Agent::Infrastructure::Vsphere

Inherits:
Object
  • Object
show all
Defined in:
lib/bosh_agent/infrastructure/vsphere.rb

Defined Under Namespace

Classes: Settings

Instance Method Summary collapse

Instance Method Details

#get_network_settings(network_name, properties) ⇒ Object



11
12
13
# File 'lib/bosh_agent/infrastructure/vsphere.rb', line 11

def get_network_settings(network_name, properties)
  # Nothing to do
end

#load_settingsObject



7
8
9
# File 'lib/bosh_agent/infrastructure/vsphere.rb', line 7

def load_settings
  Settings.new.load_settings
end