Your extension definition must define an action set and the individual actions within that action set. An action set is a data object of type com.vmware.actionsfw.ActionSetSpec. The
ActionSetSpec object contains an
<actions> property, which is an array of action data objects. You specify each individual action in the set inside the
<actions> property, using a separate data object for each.
Important If you omit the <metadata> element for extension filtering in your action set extension definition, your action is shown for all vSphere objects. Use the
<metadata> element to ensure that your actions appear only for the correct type of vSphere or custom objects.