entity-config
Specifies the configuration of the sub-entities such as a vApp container or a virtual machine
The following table contains the definition for the child elements of entity-config.
Child elements - entity-config
Element | Definition | Required |
|---|---|---|
<key> | Specifies the entity to power on or power off | No |
<start-action> | Specifies how to start the entity | No |
<start-delay> | Specifies the delay, in seconds, before continuing with the next entity in the order of entities to be started | No |
<start-order> | Specifies the start order for the entity | No |
<stop-action> | Specifies the stop action for the entity | No |
<stop-delay> | Specifies the delay, in seconds, before continuing with the next entity in the order sequence. | No |
<tag> | Specifies the tag for the entity | No |
The following figure shows the sample for entity-config.
XML sample for entity-config
<key></key>
<start-action></start-action>
<start-delay></start-delay>
<start-order>/start-order>
<stop-action></stop-action>
<stop-delay></stop-delay>
<tag></tag>
</entity-config>