Skip to content

Commit

Permalink
Remove 'connector' methods we don't use
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Mar 27, 2014
1 parent b9b58b3 commit 33f53ff
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions src/vpoller/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,41 +104,6 @@ def reconnect(self):
self.disconnect()
self.connect()

def get_content(self):
"""
Returns the vSphere host contents
"""
return self.si.RetrieveContent()

def get_root_folder(self):
"""
Returns the vSphere host rootFolder
"""
return self.si.content.rootFolder

def get_service_content(self):
"""
Returns the vSphere host service content
"""
return self.si.RetrieveServiceContent()

def get_current_time(self):
"""
Returns the current time of the vSphere host
"""
return si.CurrentTime()

def get_capability(self):
"""
Returns the vSphere host capabilities
"""
return self.capability

def get_all_datacenters(self):
"""
Get a list of all pyVmomi.vim.Datacenter managed objects
Expand Down

0 comments on commit 33f53ff

Please sign in to comment.