OBJECT
CloudDirectTarget
Description
Represents target information for NAS Cloud Direct backups.
link GraphQL Schema definition
- type CloudDirectTarget {
- # Archival location ID of the target.
- UUID :
- # UUID of the NAS Cloud Direct namespace on the NCD Cluster.
- String! :
- # NAS Cloud Direct cluster ID.
- UUID! :
- # Data bucket associated with the target.
- String! :
- # Target host.
- String! :
- # Object ID.
- UUID! :
- # Name of the target.
- String! :
- # Target cloud provider.
- String! :
- # Region associated with the target.
- String! :
- # Specifies the tier level of the target.
- String! :
- }