suspended | xsd:boolean |
Whether a vApp is suspended, in the process of being suspended, or in the
process of being resumed. A stopped vApp is marked as suspended
under the following conditions:
- All child virtual machines are either suspended or powered-off.
- There is at least one suspended virtual machine for which the
stop action is not "suspend".
If the vAppState property is "stopped", the value is set to true if the vApp is
suspended (according the the above definition).
If the vAppState property is "stopping" or "starting" and the suspend flag is set to
true, then the vApp is either in the process of being suspended or resumed
from a suspended state, respectively.
If the vAppState property is "started", then the suspend flag is set to false.
Since vSphere API 4.1
|