JobExtendedInfo Class
- java.
lang. Object - com.
azure. resourcemanager. dataprotection. models. JobExtendedInfo
- com.
Implements
public final class JobExtendedInfo
implements JsonSerializable<JobExtendedInfo>
Extended Information about the job.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,String> |
additionalDetails()
Get the additional |
| String |
backupInstanceState()
Get the backup |
| Double |
dataTransferredInBytes()
Get the data |
|
static
Job |
fromJson(JsonReader jsonReader)
Reads an instance of Job |
| String |
recoveryDestination()
Get the recovery |
|
Restore |
sourceRecoverPoint()
Get the source |
|
List<Job |
subTasks()
Get the sub |
|
Restore |
targetRecoverPoint()
Get the target |
|
Json |
toJson(JsonWriter jsonWriter) |
|
List<User |
warningDetails()
Get the warning |
Methods inherited from java.lang.Object
Method Details
additionalDetails
public Map<String,String> additionalDetails()
Get the additionalDetails property: Job's Additional Details.
Returns:
backupInstanceState
public String backupInstanceState()
Get the backupInstanceState property: State of the Backup Instance.
Returns:
dataTransferredInBytes
public Double dataTransferredInBytes()
Get the dataTransferredInBytes property: Number of bytes transferred.
Returns:
fromJson
public static JobExtendedInfo fromJson(JsonReader jsonReader)
Reads an instance of JobExtendedInfo from the JsonReader.
Parameters:
Returns:
Throws:
recoveryDestination
public String recoveryDestination()
Get the recoveryDestination property: Destination where restore is done.
Returns:
sourceRecoverPoint
public RestoreJobRecoveryPointDetails sourceRecoverPoint()
Get the sourceRecoverPoint property: Details of the Source Recovery Point.
Returns:
subTasks
public List<JobSubTask> subTasks()
Get the subTasks property: List of Sub Tasks of the job.
Returns:
targetRecoverPoint
public RestoreJobRecoveryPointDetails targetRecoverPoint()
Get the targetRecoverPoint property: Details of the Target Recovery Point.
Returns:
toJson
warningDetails
public List<UserFacingWarningDetail> warningDetails()
Get the warningDetails property: A List, detailing the warnings related to the job.
Returns: