INPUT_OBJECT

NcdConfigInput

Description

Input to configure the SLA Domain for NAS Cloud Direct.

link GraphQL Schema definition

  • input NcdConfigInput {
  • # Specifies the target locations' UUIDs for the daily schedule.
  • dailyBackupLocations: [UUID!]
  • # Specifies the target locations' UUIDs for the hourly schedule.
  • hourlyBackupLocations: [UUID!]
  • # Specifies the target locations' UUIDs for the per-minute schedule.
  • minutelyBackupLocations: [UUID!]
  • # Specifies the target locations' UUIDs for the monthly schedule.
  • monthlyBackupLocations: [UUID!]
  • # Specifies the target locations' UUIDs for the quarterly schedule.
  • quarterlyBackupLocations: [UUID!]
  • # Specifies the target locations' UUIDs for the weekly schedule.
  • weeklyBackupLocations: [UUID!]
  • # Specifies the target locations' UUIDs for the yearly schedule.
  • yearlyBackupLocations: [UUID!]
  • }