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)
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)