Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 1.49 KB

File metadata and controls

36 lines (33 loc) · 1.49 KB

HostNode

Properties

Name Type Description Notes
discoveredNodeId String Id of discovered node which was converted to create this node [optional]
managedByServer String The id of the vCenter server managing the ESXi type HostNode [optional]
hostCredential HostNodeLoginCredential [optional]
osVersion String Version of the hypervisor operating system [optional]
osType OsTypeEnum Hypervisor type, for example ESXi or RHEL KVM
maintenanceModeState MaintenanceModeStateEnum Indicates host node's maintenance mode state. The state is ENTERING when a task to put the host in maintenance-mode is in progress. [optional]

Enum: OsTypeEnum

Name Value
ESXI "ESXI"
RHELKVM "RHELKVM"
RHELSERVER "RHELSERVER"
RHELCONTAINER "RHELCONTAINER"
UBUNTUKVM "UBUNTUKVM"
UBUNTUSERVER "UBUNTUSERVER"
HYPERV "HYPERV"
CENTOSKVM "CENTOSKVM"
CENTOSSERVER "CENTOSSERVER"
CENTOSCONTAINER "CENTOSCONTAINER"
SLESKVM "SLESKVM"
SLESSERVER "SLESSERVER"

Enum: MaintenanceModeStateEnum

Name Value
OFF "OFF"
ENTERING "ENTERING"
ON "ON"