public final class O365JobSchedulePolicyRequest extends Object implements Serializable
| Constructor and Description |
|---|
O365JobSchedulePolicyRequest(O365JobSchedulePolicyType type,
O365JobSchedulePolicyDailyType dailyType,
O365JobSchedulePolicyPeriodicallyEvery periodicallyEvery,
String dailyTime,
boolean retryEnabled,
int retryNumber,
int retryWaitInterval)
Create a O365 job schedule policy modification request.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDailyTime()
Specifies the time when the job will start.
|
O365JobSchedulePolicyDailyType |
getDailyType()
Specifies the days when the backup job will run.
|
O365JobSchedulePolicyPeriodicallyEvery |
getPeriodicallyEvery()
Specifies the time interval between the job runs.
|
O365JobSchedulePolicyType |
getPolicyType()
Specifies the job schedule type: Daily / Periodically.
|
int |
getRetryNumber()
Specifies the number of attempts to run the backup job.
|
int |
getRetryWaitInterval()
Specifies the time intervals between the job retry attempts (minutes).
|
boolean |
isRetryEnabled()
If set to True, indicates that Veeam Backup for Microsoft Office 365 will attempt to restart a backup job if it fails for some reason.
|
public O365JobSchedulePolicyRequest(O365JobSchedulePolicyType type, O365JobSchedulePolicyDailyType dailyType, O365JobSchedulePolicyPeriodicallyEvery periodicallyEvery, String dailyTime, boolean retryEnabled, int retryNumber, int retryWaitInterval)
type - the job schedule policy typedailyTime - the daily policy typeperiodicallyEvery - the time interval between the job runsdailyTime - the daily time of runretryEnabled - whether retry is enabledretryNumber - the retry wait time intervalretryWaitInterval - the retry wait time intervalpublic O365JobSchedulePolicyType getPolicyType()
public O365JobSchedulePolicyDailyType getDailyType()
public O365JobSchedulePolicyPeriodicallyEvery getPeriodicallyEvery()
public String getDailyTime()
public boolean isRetryEnabled()
public int getRetryNumber()
public int getRetryWaitInterval()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.