Name: VirtualMachineComposition

Represents the composition of a Cluster VM on Tintri Global Center. The composition consists of multiple contributions from different VMstores.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.vm.VirtualMachineComposition",
   "hasLatestTimeslices": <Boolean>,
   "contributions": java.util.Map,
}

Elements
NameTypeDescription
contributionsjava.util.MapReturns contributors of the Cluster VM represented by key/value pairs where the key is the Tintri Datastore UUID and the value is the virtual machine coming from that datastore.

Attributes
NameTypeDescription
hasLatestTimeslicesxsd:booleanA VM might have time slice data contributing from multiple VMstores. This flag is set to true if data from all VMstores has been collected for current timeslice.