Esempio n. 1
0
 def get_host_template(self, name):
   """
   Retrieves a host templates by name.
   @param name: Host template name.
   @return An ApiHostTemplate object.
   """
   return host_templates.get_host_template(self._get_resource_root(), name, self.name)
Esempio n. 2
0
 def get_host_template(self, name):
   """
   Retrieves a host templates by name.
   @param name: Host template name.
   @return: An ApiHostTemplate object.
   """
   return host_templates.get_host_template(self._get_resource_root(), name, self.name)