OBJECT
Information about the child virtual machines that belong to the vCD vApp.
type VcdVmInfo {# The vCD managed object ID of a child virtual machine of the vApp.vcdVmMoid: String! # Name of the virtual machine.vcdVmName: String! # Specifies whether the virtual machine is excluded from the snapshot.isExcludedFromSnapshot: Boolean! # ID of the virtual machine on the Rubrik cluster.cdmVmId: String! }