Package com.microstrategy.webapi
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 Summary
Fields Modifier and Type Field Description static int
DssXmlClusterMemberStatusExecuting
Specifies that the server is currently executingstatic int
DssXmlClusterMemberStatusMaintained
Specifies that the server is currently maintainedstatic int
DssXmlClusterMemberStatusPause
Specifies that the server is currently pausedstatic int
DssXmlClusterMemberStatusStopped
Specifies 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
-
-