RuntimeServer Data Type

A host.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
address string element 0/1 The IP address or host name of this runtime server.
avgCpuMhz int element 1/1 The average speed of each CPU core on this runtime server.
configuredCredentials string element 0/1 Gets the configured credentials.
configuredCredentialsEnabled string element 0/1 Checks if is configured credentials enabled.
connectionState RuntimeServerConnectionState element 0/1 The current state of the connection to this runtime server.
creationDate long element 1/1 The date this runtime server was added to the management server, or the earliest date the system became aware of it.
hyperthreadActive string element 0/1 Checks if is hyperthread active.
inCluster string element 0/1 Checks if is in cluster.
maintenanceMode string element 0/1 Checks if is maintenance mode.
manufacturer string element 0/1 The hardware manufacturer of this runtime server; e.g. Dell Inc.
memory long element 0/1 The amount of memory on this runtime server, in bytes.
mgmtServiceVersion string element 0/1 A description of the software version running on this runtime server; e.g. VMware ESX Server 3.0.1 build-32039.
model string element 0/1 The model name of the hardware of this runtime server; e.g. PowerEdge 1950.
mountedDatastores list of DatastoreHostMount element 0/unbounded The mount points on this runtime server.
numCores int element 1/1 The number of physical CPU cores on this runtime server.
numCpuPackages int element 1/1 The number of physical CPU package cores on this runtime server; each CPU package may contain multiple CPU cores.
numNics int element 1/1 The number of network interface cards on this runtime server.
parentResource ManagedObjectReference element 0/1 The parent resource of this runtime server.
processorType string element 0/1 A description of the processor type; e.g. Intel(R) Xeon(R) CPU 5110 @ 1.60GHz.
processors string element 0/1 A description of the processors that contains information about the number of CPU cores and the average speed of a core; e.g. 8 CPU x 2.4 GHz.
uuid string element 0/1 The unique ID of this runtime server.
vmotionEnabled string element 0/1 Checks if is vmotion enabled.
Properties inherited from ServerInventoryItem
attributes list of AppliedAttribute element 0/unbounded A collection of all the custom attributes that have been applied to this server inventory item, along with the applied values.
connected boolean element 1/1 Whether the server inventory item or its appropriate container is connected.
datastoreParent ManagedObjectReference element 0/1 A reference to the parent of the server inventory item in the Datastore view. Not all server inventory items appear in this view. If this value is null, then the object is at the root of the tree provided it can appear in the tree.
deployedParent ManagedObjectReference element 0/1 A reference to the parent of the server inventory item in the Deployed view. Not all server inventory items appear in this view. If this value is null, then the object is at the root of the tree provided it can appear in the tree.
expiryGroup Attribute element 0/1 The expiry group for this server inventory item. This is only applicable for virtual machines and repository images.
groups list of Group element 0/unbounded Gets the groups.
managementServer ManagedObjectReference element 0/1 A reference to the management server that owns this server inventory item.
managementServerType ManagementServerType element 0/1 Gets the management server type.
name string element 0/1 The display name of the server inventory item.
operationalParent ManagedObjectReference element 0/1 A reference to the parent of the server inventory item in the Operational view. Not all server inventory items appear in this view. If this value is null, then the object is at the root of the tree provided it can appear in the tree.
reference ManagedObjectReference element 0/1 A reference to this server inventory item that can be used to uniquely identify the object in a lightweight manner.
remoteId string element 0/1 The remote id of the server inventory item.
repositoryParent ManagedObjectReference element 0/1 A reference to the parent of the server inventory item in the Repository view. Not all server inventory items appear in this view. If this value is null, then the object is at the root of the tree provided it can appear in the tree.
Properties inherited from ManagedObjectReference
displayName string element 0/1 Gets the display name.
id long element 1/1 The unique id of the managed object this refers to.
type ManagedObjectType element 0/1 The type of managed object this refers to.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<RuntimeServer>
  <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 xsitype="...">
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </parentResource>
  <mountedDatastores>
    <datastore>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </datastore>
    <runtimeServer>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </runtimeServer>
    <path>...</path>
    <accessMode>...</accessMode>
    <remoteId>...</remoteId>
  </mountedDatastores>
  <inCluster>...</inCluster>
  <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>
</RuntimeServer>