benchmarkResult Data Type

This is the base class for users to own resources. Many classes extend this class

Namespace
(Default)
Schema
ns0.xsd
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 The owner (username) for the particular object. This value is set when the DAO saves the object based on the principal who made the call. It is created automatically. No need to set during a POST

Example

<b----->
  <delta>...</delta>
  <cloudDeploymentDomain>us-east-1</cloudDeploymentDomain>
  <vmType>...</vmType>
  <host>147.228.242.58</host>
  <start>...</start>
  <end>...</end>
  <owner>user1</owner>
</b----->