Exemple #1
0
    def status(self):
        """Get the status.

        Returns:
          cobra.internal.base.moimpl.MoStatus: The status for this Mo.
        """
        return BaseMo._status(self)
Exemple #2
0
    def status(self):
        """Get the status.

        Returns:
          cobra.internal.base.moimpl.MoStatus: The status for this Mo.
        """
        return BaseMo._status(self)
 def status(self):
     """
     Returns the managed object (MO) status.
     """    
     return BaseMo._status(self)
Exemple #4
0
 def status(self):
     """
     Returns the managed object (MO) status.
     """    
     return BaseMo._status(self)