OBJECT

AddVmAppConsistentSpecsReply

Description

Represents the response for a request to add application-consistency specification to specified virtual machines.

link GraphQL Schema definition

  • type AddVmAppConsistentSpecsReply {
  • # IDs of virtual machines for which addition of application-consistency
  • # specification was successful.
  • successSnappableIds: [String!]!
  • # IDs of virtual machines for which addition of application-consistency
  • # specification failed.
  • failedSnappableIds: [String!]!
  • }

link Require by