This is the base class for users to own resources. Many classes extend this class
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 how made the call | |
timestamp | long | element | 0/1 | The object's creation date in unix time stamp |
Example
<b-----> <start>...</start> <cloudDeploymentDomain>us-east-1</cloudDeploymentDomain> <end>...</end> <host>147.228.242.58</host> <delta>...</delta> <vmType>...</vmType> <owner>user1</owner> <timestamp>1499793079011</timestamp> </b----->