Enum HostingCapabilities
Flags that describe any optional capabilities of a IHostingManager implementation.
Namespace: Neon.Kube.Hosting
Assembly: Neon.Kube.dll
Syntax
[Flags]
public enum HostingCapabilities
Fields
Name | Description |
---|---|
None | The cluster has no special capabilities. |
Pausable | The cluster can be paused and resumed, saving and restoring memory such that the cluster restarts exactly where it left off. |
Removable | The cluster can be removed. |
Stoppable | The cluster can be stopped and restarted. |