Esempio n. 1
0
  def get_all_hosts(self, view = None):
    """
    Get all hosts

    @param view View to materialize ('full' or 'summary').
    @return A list of ApiHost objects.
    """
    return hosts.get_all_hosts(self, view)
Esempio n. 2
0
    def get_all_hosts(self, view=None):
        """
    Get all hosts

    @param view: View to materialize ('full' or 'summary').
    @return: A list of ApiHost objects.
    """
        return hosts.get_all_hosts(self, view)