Deployment_ApplianceState

Deployment_ApplianceState
Deployment_ApplianceState

The ApplianceState enumerated type defines the various states the vCenter Appliance can be in.
NOT_INITIALIZED : The appliance is in the process of being initialized and not ready for configuration.
INITIALIZED : The appliance is initialized and ready to be configured.
CONFIG_IN_PROGRESS : The appliance is in the process of being configured.
QUESTION_RAISED : The deployment script has raised a question and is waiting for an answer to continue with the appliance configuration.
FAILED : The appliance configuration has failed.
CONFIGURED : The appliance has been configured.

This data structure has no properties.
Enumeration: NOT_INITIALIZED, INITIALIZED, CONFIG_IN_PROGRESS, QUESTION_RAISED, FAILED, CONFIGURED,