Exemplo n.º 1
0
    def parentDn(self):
        """Get the parent distinguished name.

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

        Returns:
          cobra.mit.naming.Dn: The parent Dn.
        """
        return BaseMo._parentDn(self)
Exemplo n.º 3
0
 def parentDn(self):
     """
      Returns the distinguished name (Dn) of the parent managed object (MO).
     """    
     return BaseMo._parentDn(self)
Exemplo n.º 4
0
Arquivo: mo.py Projeto: tm0nk/cobra-j
 def parentDn(self):
     """
      Returns the distinguished name (Dn) of the parent managed object (MO).
     """    
     return BaseMo._parentDn(self)