Column Name | Data Type | Description |
exclude_dates | ARRAY | This field contains a list of DATE data types |
frequency | NUMBER | For frequency-based schedules, this is the interval (in seconds) between successive occurrences of the schedule |
include_dates | ARRAY | This field contains a list of DATE data types |
max_multiplex | NUMBER | NetBackup maximum multiplexing setting for this schedule |
number_of_copies | NUMBER | Number of copies that will be made of any backup that uses this schedule. |
policy_id | NUMBER | Foreign key to apt_v_nbu_policy. |
retention_days | NUMBER | The number of days to keep the data for backups performed using this schedule. If the value is “9999”, this implies that the retention days is “infinite” |
schedule_id | NUMBER | Foreign key to apt_v_nbu_schedule. |
schedule_name | STRING | Name of the schedule |
schedule_type | NUMBER | The enumeration type of the policy can be any of the following: NetBackup 5.1 0=Full Backup 1=Cumulative Incremental Backup 2=Application Backup 3=Differential Incremental Backup 4=Archive NetBackup 6.5 0=Full Backup 1=Differential Incremental Backup 2=Application Backup 3=Cumulative Incremental Backup 4=Archive |
selection_type | NUMBER | The enumeration type of the policy can be any of the following: 1=Frequency based schedule 2=Calendar based schedule |
start_window | ARRAY | This field contains an array/list of custom objects of type: weeklyScheduleType. The weeklyScheduleType type contains the following 14 attributes: • sunWindowStart (number) • sunWindowFinish (number) • monWindowStart (number) • monWindowFinish (number) • tueWindowStart (number) • tueWindowFinish (number) • wedWindowStart (number) • wedWindowFinish (number) • thuWindowStart (number) • thuWindowFinish (number) • friWindowStart (number) • friWindowFinish (number) • satWindowStart (number) • satWindowFinish (number) |
storage_unit_id | NUMBER | Foreign key to apt_v_nbu_storage_unit. |
volume_pool_id | NUMBER | Foreign key to apt_v_nbu_volume_pool. |