Values.VirtualMachineSourceA virtual machine that is on a hypervisor.
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.
*)}