OBJECT
NcdSlaConfig
Description
SLA Domain configuration for NAS Cloud Direct.
link GraphQL Schema definition
- type NcdSlaConfig {
- # Specifies the target locations' UUIDs for the daily schedule.
- UUID!] : [
- # Specifies the target locations' UUIDs for the hourly schedule.
- UUID!] : [
- # Specifies the target locations' UUIDs for the per-minute schedule.
- UUID!] : [
- # Specifies the target locations' UUIDs for the monthly schedule.
- UUID!] : [
- # Specifies the target locations' UUIDs for the quarterly schedule.
- UUID!] : [
- # Specifies the target locations' UUIDs for the weekly schedule.
- UUID!] : [
- # Specifies the target locations' UUIDs for the yearly schedule.
- UUID!] : [
- }