wsServerInventoryItemCollection Data Type

DTO representing a collection of WSServerInventoryItem objects.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
ServerInventoryItem list of ServerInventoryItem element 0/unbounded the collection

Example

<ManagedObjects>
  <ServerInventoryItem>
    <reference>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </reference>
    <managementServer>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </managementServer>
    <connected>...</connected>
    <remoteId>...</remoteId>
    <name>...</name>
    <operationalParent>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </operationalParent>
    <deployedParent>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </deployedParent>
    <repositoryParent>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </repositoryParent>
    <datastoreParent>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </datastoreParent>
    <attributes>
      <id>...</id>
      <attribute/>
      <value>...</value>
    </attributes>
    <expiryGroup>
      <name>...</name>
      <description>...</description>
      <targetManagedObjectTypes>...</targetManagedObjectTypes>
      <allowedValues/>
      <portalEditable>...</portalEditable>
      <enumerated>...</enumerated>
      <costItems/>
      <regularExpression>...</regularExpression>
      <validationMessage>...</validationMessage>
      <subList>...</subList>
      <parentId>...</parentId>
      <parentName>...</parentName>
    </expiryGroup>
    <groups>
      <groupType>...</groupType>
      <permanent>...</permanent>
    </groups>
    <managementServerType>...</managementServerType>
  </ServerInventoryItem>
</ManagedObjects>