RuntimeServerCollection Data Type

A collection of hosts.

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

Example

<RuntimeServerCollection>
  <RuntimeServers>
    <address>...</address>
    <connectionState>...</connectionState>
    <maintenanceMode>...</maintenanceMode>
    <manufacturer>...</manufacturer>
    <model>...</model>
    <processors>...</processors>
    <processorType>...</processorType>
    <numCores>...</numCores>
    <numCpuPackages>...</numCpuPackages>
    <avgCpuMhz>...</avgCpuMhz>
    <numNics>...</numNics>
    <vmotionEnabled>...</vmotionEnabled>
    <hyperthreadActive>...</hyperthreadActive>
    <configuredCredentialsEnabled>...</configuredCredentialsEnabled>
    <configuredCredentials>...</configuredCredentials>
    <memory>...</memory>
    <uuid>...</uuid>
    <mgmtServiceVersion>...</mgmtServiceVersion>
    <creationDate>...</creationDate>
    <parentResource>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </parentResource>
    <mountedDatastores>
      <datastore/>
      <runtimeServer/>
      <path>...</path>
      <accessMode>...</accessMode>
      <remoteId>...</remoteId>
    </mountedDatastores>
    <inCluster>...</inCluster>
    <reference/>
    <managementServer/>
    <connected>...</connected>
    <remoteId>...</remoteId>
    <name>...</name>
    <operationalParent/>
    <deployedParent/>
    <repositoryParent/>
    <datastoreParent/>
    <attributes/>
    <expiryGroup/>
    <groups/>
    <managementServerType>...</managementServerType>
  </RuntimeServers>
</RuntimeServerCollection>