This is the base class for users to own resources. Many classes extend this class
name | data type | description |
---|---|---|
host | string | |
delta | number | |
start | number | |
vmType | string | |
end | number | |
cloudDeploymentDomain | string | |
Properties inherited from OwnedObject |
||
owner | string | 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 |
id | string | The UID of this object. This value is auto generated by the DAO when the object is saved. |
timestamp | number | The object's creation date in unix time stamp |
Example
{ "host" : "147.228.242.58", "delta" : 12345, "start" : 12345, "vmType" : "...", "end" : 12345, "cloudDeploymentDomain" : "us-east-1", "owner" : "user1", "id" : "58e3946e0fb4f562d84ba1ad", "timestamp" : 1499793079011 }