OBJECT
VappAppMetadata
Description
Vcd vApp related app metadata for a snapshot.
link GraphQL Schema definition
- type VappAppMetadata {
- # Snapshot ID of this virtual machine.
- UUID! :
- # Moid of this virtual machine assigned by vCD.
- String! :
- # Name of this virtual machine.
- String! :
- # Network connections of this virtual machine.
- VmNetworkConnection!]! : [
- }