RequestedComponent Data Type

A requested component.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
deployedComponent DeployedServiceComponent element 0/1 Gets the deployed component.
description string element 0/1 Gets the description.
id long element 1/1 Gets the id.
name string element 0/1 Gets the name.
requestedServiceId long element 1/1 Gets the requested service id.
state RequestedComponentState element 0/1 Gets the state.

Example

<RequestedComponent>
  <id>...</id>
  <name>...</name>
  <description>...</description>
  <state>...</state>
  <requestedServiceId>...</requestedServiceId>
  <deployedComponent>
    <id>...</id>
    <target>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </target>
    <completionWorkflow>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </completionWorkflow>
  </deployedComponent>
</RequestedComponent>