Package com.microstrategy.webapi
Interface EnumDSSXMLClusterMemberStatus
-
public interface EnumDSSXMLClusterMemberStatusThis 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 Summary
Fields Modifier and Type Field Description static intDssXmlClusterMemberStatusExecutingSpecifies that the server is currently executingstatic intDssXmlClusterMemberStatusMaintainedSpecifies that the server is currently maintainedstatic intDssXmlClusterMemberStatusPauseSpecifies that the server is currently pausedstatic intDssXmlClusterMemberStatusStoppedSpecifies that the server is currently stopped
-
-
-
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
-
-