Enum - VirtualAppVAppState

Property of
VirtualAppSummary
Since
vSphere API 4.0


Enum Description

The VAppState type defines the set of states a vApp can be in. The transitory states between started and stopped is modeled explicitly, since the starting or stopping of a vApp is typically a time-consuming process that might take minutes to complete.

Enum Constants

NameDescription
started The vApp is currently powered on .
starting The vApp is in the process of starting.
stopped The vApp is currently powered off or suspended.
stopping The vApp is in the process of stopping.