Values.VirtualMachineDetailsSourceYour VirtualMachine objects, ordered by their Amazon Resource Names (ARNs).
type nonrec t = {hostName : Name.t option;The host name of the virtual machine.
*)hypervisorId : String_.t option;The ID of the virtual machine's hypervisor.
*)name : Name.t option;The name of the virtual machine.
*)path : Path.t option;The path of the virtual machine.
*)resourceArn : ResourceArn.t option;The Amazon Resource Name (ARN) of the virtual machine. For example, arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL.
*)lastBackupDate : Time.t option;The most recent date a virtual machine was backed up, in Unix format and UTC time.
*)vmwareTags : VmwareTags.t option;These are the details of the VMware tags associated with the specified virtual machine.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of VmwareCategory.t ]) list ]
list
| `String of Name.t
| `Timestamp of Time.t ])
list ]