HostCryptoState_enum
HostCryptoState_enum
Defines a host's encryption state
Possible values:
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.pendingIncapable
: The host is explicitly crypto disabled and pending reboot to be applied.When host is in this state, creating encrypted virtual machines is not allowed, but still need a reboot to totally clean up and enter incapable state.
This data structure has no properties.
Enumeration: incapable, prepared, safe, pendingIncapable,