OBJECT

CloudDirectObjectTargets

Description

Contains the objectId and associated CloudDirectTargets.

link GraphQL Schema definition

  • type CloudDirectObjectTargets {
  • # ID of the object associated with these targets.
  • objectId: String!
  • # List of NAS cloud direct targets associated with the object.
  • targets: [CloudDirectTarget!]!
  • }