NewRecoveryPlanSettings

NewRecoveryPlanSettings
NewRecoveryPlanSettings

Represents the settings for a recovery plan.

JSON Example
{
    "description": "Example of a plan",
    "displayName": "Plan 1",
    "isMigration": false,
    "scheduledSyncTime": 1901071800000
}
string
description
Optional

Recovery plan description.

string
displayName
Optional

Recovery plan display name (unique across recovery plans).

boolean
isMigration
Optional

Whether the plan is a migration plan

integer As int64 As int64
scheduledSyncTime
Optional

Time at which the replications of the recovery plan will get synced.