OBJECT

CreateVappSnapshotReply

Description

Response for the operation to create vApp snapshot.

link GraphQL Schema definition

  • type CreateVappSnapshotReply {
  • # Error message in case of failure.
  • errorMessage: String
  • # ID of the vapp snapshot.
  • id: String!
  • }