Ejemplo n.º 1
0
    def dn(self):  # pylint:disable=invalid-name
        """Get the distinguished name.

        Returns:
          cobra.mit.naming.Dn: The Dn for this Mo.
        """
        return BaseMo._dn(self)
Ejemplo n.º 2
0
    def dn(self):  # pylint:disable=invalid-name
        """Get the distinguished name.

        Returns:
          cobra.mit.naming.Dn: The Dn for this Mo.
        """
        return BaseMo._dn(self)
Ejemplo n.º 3
0
 def dn(self):
     """
     Returns the distinguished name (Dn) of the managed object (MO).
     """    
     return BaseMo._dn(self)
Ejemplo n.º 4
0
Archivo: mo.py Proyecto: tm0nk/cobra-j
 def dn(self):
     """
     Returns the distinguished name (Dn) of the managed object (MO).
     """    
     return BaseMo._dn(self)