Name: GeneralVirtualMachineConfig

A configuration for a generic object.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.GeneralVirtualMachineConfig",
   "createTime": <Number>,
   "hostName": <String>,
   "name": <String>,
   "powerState": <String>,
   "status": <String>,
   "updateTime": <Number>,
   "uuid": <String>,
   "files": [GeneralVirtualFileConfig],
}

Elements
NameTypeDescription
filesxsd:list[GeneralVirtualFileConfig]Returns a list of files.

Attributes
NameTypeDescription
createTimexsd:longReturns creation time.
hostNamexsd:stringReturns host name where virtual machine resides.
namexsd:stringReturns virtual machine name.
powerStatexsd:stringReturns virtual machine power state.
statusxsd:stringReturn status. FIXME: What are the possible values and examples?
updateTimexsd:longReturns last update time.
uuidxsd:stringReturns virtual machine instance UUID.