예제 #1
0
파일: mo.py 프로젝트: bischatt78/cobra
    def parentDn(self):
        """Get the parent distinguished name.

        Returns:
          cobra.mit.naming.Dn: The parent Dn.
        """
        return BaseMo._parentDn(self)
예제 #2
0
    def parentDn(self):
        """Get the parent distinguished name.

        Returns:
          cobra.mit.naming.Dn: The parent Dn.
        """
        return BaseMo._parentDn(self)
예제 #3
0
 def parentDn(self):
     """
      Returns the distinguished name (Dn) of the parent managed object (MO).
     """    
     return BaseMo._parentDn(self)
예제 #4
0
파일: mo.py 프로젝트: tm0nk/cobra-j
 def parentDn(self):
     """
      Returns the distinguished name (Dn) of the parent managed object (MO).
     """    
     return BaseMo._parentDn(self)