OBJECT

VappAppMetadata

Description

Vcd vApp related app metadata for a snapshot.

link GraphQL Schema definition

  • type VappAppMetadata {
  • # Snapshot ID of this virtual machine.
  • snapshotId: UUID!
  • # Moid of this virtual machine assigned by vCD.
  • vcdVmMoid: String!
  • # Name of this virtual machine.
  • vmName: String!
  • # Network connections of this virtual machine.
  • networkConnections: [VmNetworkConnection!]!
  • }

link Require by