JobDetails interface
Job details based on specific job type.
Properties
affected |
The affected object properties like source server, source cloud, target server, target cloud etc. based on the workflow object details. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
affectedObjectDetails
The affected object properties like source server, source cloud, target server, target cloud etc. based on the workflow object details.
affectedObjectDetails?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "AsrJobDetails" | "ExportJobDetails" | "FailoverJobDetails" | "SwitchProtectionJobDetails" | "TestFailoverJobDetails"
Property Value
"AsrJobDetails" | "ExportJobDetails" | "FailoverJobDetails" | "SwitchProtectionJobDetails" | "TestFailoverJobDetails"