コード例 #1
0
ファイル: clusters.py プロジェクト: mfernest/cm_api
 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)
コード例 #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)