Enum HostingConstrainedResourceType
Enumerates the types of HostingResourceConstraint instances, indicating the type of resource could not be accommodated by a hosting environment to deploy a cluster.
Namespace: Neon.Kube.Hosting
Assembly: Neon.Kube.dll
Syntax
public enum HostingConstrainedResourceType
Fields
Name | Description |
---|---|
Cpu | CPU cores. |
Disk | Disk space. |
Memory | Memory/RAM. |
Unknown | The resource type cannot be determined. |
VmHost | Virtual machine host specific issue. |