OBJECT

CloudDirectTarget

Description

Represents target information for NAS Cloud Direct backups.

link GraphQL Schema definition

  • type CloudDirectTarget {
  • # Archival location ID of the target.
  • archivalLocationId: UUID
  • # UUID of the NAS Cloud Direct namespace on the NCD Cluster.
  • cloudDirectId: String!
  • # NAS Cloud Direct cluster ID.
  • clusterUuid: UUID!
  • # Data bucket associated with the target.
  • dataBucket: String!
  • # Target host.
  • host: String!
  • # Object ID.
  • id: UUID!
  • # Name of the target.
  • name: String!
  • # Target cloud provider.
  • provider: String!
  • # Region associated with the target.
  • region: String!
  • # Specifies the tier level of the target.
  • tier: String!
  • }