示例#1
0
文件: mo.py 项目: bischatt78/cobra
    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)
示例#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)
示例#3
0
 def dn(self):
     """
     Returns the distinguished name (Dn) of the managed object (MO).
     """    
     return BaseMo._dn(self)
示例#4
0
文件: mo.py 项目: tm0nk/cobra-j
 def dn(self):
     """
     Returns the distinguished name (Dn) of the managed object (MO).
     """    
     return BaseMo._dn(self)