OBJECT

VcdVmInfo

Description

Information about the child virtual machines that belong to the vCD vApp.

link GraphQL Schema definition

  • 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!
  • }

link Require by