Interface EnumDSSXMLClusterMemberStatus


  • public interface EnumDSSXMLClusterMemberStatus
    This interface defines the enumeration constants used to specify the status of a server that is a member of a cluster
    Since:
    MicroStrategy Web 9.0.0
    • Field Detail

      • DssXmlClusterMemberStatusExecuting

        static final int DssXmlClusterMemberStatusExecuting
        Specifies that the server is currently executing
        See Also:
        Constant Field Values
      • DssXmlClusterMemberStatusPause

        static final int DssXmlClusterMemberStatusPause
        Specifies that the server is currently paused
        See Also:
        Constant Field Values
      • DssXmlClusterMemberStatusStopped

        static final int DssXmlClusterMemberStatusStopped
        Specifies that the server is currently stopped
        See Also:
        Constant Field Values
      • DssXmlClusterMemberStatusMaintained

        static final int DssXmlClusterMemberStatusMaintained
        Specifies that the server is currently maintained
        See Also:
        Constant Field Values