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

The key can be a virtual machine or a vApp.

Valid value: String (name of a virtual machine or vApp)

No

<start-action>

Specifies how to start the entity

If this element is set to none, the entity does not participate in auto-start
Valid values: none, powerOn

No

<start-delay>

Specifies the delay, in seconds, before continuing with the next entity in the order of entities to be started

Valid value: Number

Warning

Note

This element is valid only if the entity is a virtual machine.

No

<start-order>

Specifies the start order for the entity

Entities are started from lower numbers to highernumbers and in the reverse order during shutdown. Multiple entities with the same start order can be started in parallel and the order is unspecified. This value must be 0 or higher.

Valid value: Number

No

<stop-action>

Specifies the stop action for the entity

If this element is set to none, the entity does not participate in auto-stop.

Valid values: none, powerOff, guestShutdown, or suspend

Warning

Note

You can set the value of the <stop-action> element to guestShutdown and suspend, only if the entity is a virtual machine.

No

<stop-delay>

Specifies the delay, in seconds, before continuing with the next entity in the order sequence.

Valid value: Any number

This element is valid only if the entity is a virtual machine and the <stop-action> element is set to guestShutdown.

No
Used only if the <stopAction> element is set to guestShutdown.

<tag>

Specifies the tag for the entity

Valid value: String

No

The following figure shows the sample for entity-config.
XML sample for entity-config

<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>


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

TrueSight Orchestration Content 23.1