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 timestamp |
Example
<b-----> <vmType>...</vmType> <end>...</end> <cloudDeploymentDomain>us-east-1</cloudDeploymentDomain> <start>...</start> <host>147.228.242.58</host> <delta>...</delta> <owner>user1</owner> <timestamp>...</timestamp> </b----->