Interface O365CopyJobSchedulePolicyResponse
- All Known Implementing Classes:
ImmutableO365CopyJobSchedulePolicyResponse
public interface O365CopyJobSchedulePolicyResponse
O365 Copy Job Schedule Policy Response.
- Author:
- Nick Kasprzak
-
Method Summary
Modifier and TypeMethodDescriptionDefines whether the backup copy window feature is enabled for this backup copy job.Defines an hourly scheme for the backup copy window.Time to start the backup copy job.Days when the backup copy job will run. = ['Everyday', 'Workdays', 'Weekends', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday']Current minute offset from the UTC time.Time interval between the backup copy job runs. = ['Minutes5', 'Minutes10', 'Minutes15', 'Minutes30', 'Hours1', 'Hours2', 'Hours4', 'Hours8'].type()Backup copy job schedule type.
-
Method Details
-
type
String type()Backup copy job schedule type. The following types are available: Immediate. The backup copy job runs right after the latest restore point appears in a source backup repository. DailyAtTime. The backup copy job runs on the specified days at the specified hours. Periodically. The backup copy job runs repeatedly throughout a day with a specific time interval. = ['Immediate', 'Periodically', 'DailyAtTime'] -
periodicallyEvery
Time interval between the backup copy job runs. = ['Minutes5', 'Minutes10', 'Minutes15', 'Minutes30', 'Hours1', 'Hours2', 'Hours4', 'Hours8']. -
dailyType
Days when the backup copy job will run. = ['Everyday', 'Workdays', 'Weekends', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'] -
dailyTime
Time to start the backup copy job. -
backupCopyWindowEnabled
Boolean backupCopyWindowEnabled()Defines whether the backup copy window feature is enabled for this backup copy job. -
backupWindow
Defines an hourly scheme for the backup copy window. The scheduling scheme consists of 168 boolean elements. These elements can be logically divided into 7 groups by 24. Each group represents a day of the week starting from Sunday. Each element represents a backup copy hour: true - the allowed backup copy hour false - the prohibited backup copy hour. -
minuteOffset
Current minute offset from the UTC time.
-