| JobId |
String |
Unique id assigned to this job. |
[optional] |
| Status |
Enum [ "NOT_STARTED", "IN_PROGRESS", "COMPLETE", "CANCELLED", "FAILED" ] |
Status of the job. |
[optional] |
| Type |
Enum [ "CREATE_DRAFT" ] |
Type of the job, will always be CREATE_DRAFT for this type of job. |
[optional] |
| Message |
String |
Message providing information about the outcome of the draft process. |
[optional] |
| RequesterName |
String |
The name of user that that initiated the draft process. |
[optional] |
| FileExists |
Boolean |
Whether or not a file was generated for this draft. |
[optional] [default to $true] |
| Created |
System.DateTime |
The time the job was started. |
[optional] |
| Modified |
System.DateTime |
The time of the last update to the job. |
[optional] |
| Completed |
System.DateTime |
The time the job was completed. |
[optional] |
| Name |
String |
Name of the draft. |
[optional] |
| SourceTenant |
String |
Tenant owner of the backup from which the draft was generated. |
[optional] |
| SourceBackupId |
String |
Id of the backup from which the draft was generated. |
[optional] |
| SourceBackupName |
String |
Name of the backup from which the draft was generated. |
[optional] |
| Mode |
Enum [ "RESTORE", "PROMOTE", "UPLOAD" ] |
Denotes the origin of the source backup from which the draft was generated. - RESTORE - Same tenant. - PROMOTE - Different tenant. - UPLOAD - Uploaded configuration. |
[optional] |
| ApprovalStatus |
Enum [ "DEFAULT", "PENDING_APPROVAL", "APPROVED", "DENIED" ] |
Approval status of the draft used to determine whether or not the draft can be deployed. |
[optional] |
| ApprovalComment |
[]ApprovalComment |
List of comments that have been exchanged between an approval requester and an approver. |
[optional] |