Enum HostingEnvironment
Enumerates the possible cluster hosting environments.
Namespace: Neon.Kube.ClusterDef
Assembly: Neon.Kube.dll
Syntax
public enum HostingEnvironment
Fields
Name | Description |
---|---|
Aws | Amazon Web Services. |
Azure | Microsoft Azure. |
BareMetal | Hosted on directly on pre-provisioned bare metal or virtual machines. |
Google Cloud Platform. |
|
HyperV | Microsoft Hyper-V hypervisor. |
Unknown | Unknown or unspecified hosting environment. |
XenServer | Citrix XenServer hypervisor running on remote servers (typically for production purposes). |