GigaSpaces XAP.NET Documentation
DeploymentStatus Enumeration
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ProcessingUnitDeploymentStatus
Deployment status indicates a IProcessingUnit deployment.
Declaration Syntax
C#Visual BasicVisual C++J#
public enum DeploymentStatus
Public Enumeration DeploymentStatus
public enum class DeploymentStatus
public enum DeploymentStatus
Members
MemberDescription
Na
Deployment status is not available.

Undeployed
Indicates the Processing Unit is not deployed.

Scheduled
Indicates the Processing Unit is scheduled for deployment.

Deployed
Indicates the Processing Unit is deployed.

Broken
Indicates the Processing Unit is deployed and is broken, where all required services are not available.

Compromised
Indicates the Processing Unit is deployed and is compromised, where some specified services are not available.

Intact
Indicates the Processing Unit is deployed and is intact, where all specified services are available.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)