Managed Object Types
Data Object Types
All Properties
All Methods
Enum - HostStandbyMode(vim.HostSystem.StandbyMode)
Since
vSphere API 4.1
Enum Description
Defines a host's standby mode.
Enum Constants
Name
Description
entering
The host is entering standby mode.
exiting
The host is exiting standby mode.
in
The host is in standby mode.
none
The host is not in standy mode. And it is not in the process of entering/exiting standby mode.
Show WSDL type definition
<simpleType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vsan="urn:vsan" name="HostStandbyMode"> <restriction base="xsd:string"> <enumeration value="entering"/> <enumeration value="exiting"/> <enumeration value="in"/> <enumeration value="none"/> </restriction> </simpleType>
Top of page
Managed Object Types
Data Object Types
All Properties
All Methods
© 2015-2018 VMware, Inc. All rights reserved.
Revision 16-October-2018 | VMware vSAN Management API | Version 6.7 Update 1