benchmarkResult Data Type

Namespace
(Default)
Schema
ns0.xsd
Subtypes
sysbenchCPUBenchmark
Properties
name data type type namespace min/max occurs description
cloudDeploymentDomain string element 0/1  
delta dateTime element 0/1  
end dateTime element 0/1  
host string element 0/1  
start dateTime element 0/1  
vmType string element 0/1  
Properties inherited from ownedObject
owner string element 0/1  
timestamp long element 0/1  

Example

<b----->
  <vmType>...</vmType>
  <cloudDeploymentDomain>...</cloudDeploymentDomain>
  <delta>...</delta>
  <end>...</end>
  <start>...</start>
  <host>...</host>
  <timestamp>...</timestamp>
  <owner>user1</owner>
</b----->