⇨
SEND US FEEDBACK!
vSphere API/SDK Documentation
>
vSphere Management SDK
>
vSphere Web Services SDK Documentation
>
VMware vSphere API Reference
>
Enumerated Types
>
H
1
2
3
4
5
0 Ratings
Managed Object Types
Data Object Types
All Properties
All Methods
Enum - HostCryptoState(vim.HostSystem.CryptoState)
Since
vSphere API 6.5
Enum Description
Defines a host's encryption state
Enum Constants
Name
Description
incapable
The host is not safe for receiving sensitive material
prepared
The host is prepared for receiving sensitive material but does not have a host key set yet
safe
The host is crypto safe and has a host key set
Show WSDL type definition
<simpleType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vim25="urn:vim25" name="HostCryptoState"> <restriction base="xsd:string"> <enumeration value="incapable"/> <enumeration value="prepared"/> <enumeration value="safe"/> </restriction> </simpleType>
Top of page
Managed Object Types
Data Object Types
All Properties
All Methods
Feedback
1
2
3
4
5
0 Ratings