RequestedComponentCollection Data Type

A collection of requested components.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
RequestedComponents list of RequestedComponent element 0/unbounded Gets the items.

Example

<RequestedComponentCollection>
  <RequestedComponents>
    <id>...</id>
    <name>...</name>
    <description>...</description>
    <state>...</state>
    <requestedServiceId>...</requestedServiceId>
    <deployedComponent>
      <id>...</id>
      <target/>
      <completionWorkflow/>
    </deployedComponent>
  </RequestedComponents>
</RequestedComponentCollection>