AzureBackupFindRestorableTimeRangesResponse Class
- java.
lang. Object - com.
azure. resourcemanager. dataprotection. models. AzureBackupFindRestorableTimeRangesResponse
- com.
Implements
public final class AzureBackupFindRestorableTimeRangesResponse
implements JsonSerializable<AzureBackupFindRestorableTimeRangesResponse>
List Restore Ranges Response.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
| String |
objectType()
Get the object |
|
List<Restorable |
restorableTimeRanges()
Get the restorable |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static AzureBackupFindRestorableTimeRangesResponse fromJson(JsonReader jsonReader)
Reads an instance of AzureBackupFindRestorableTimeRangesResponse from the JsonReader.
Parameters:
Returns:
Throws:
objectType
public String objectType()
Get the objectType property: The objectType property.
Returns:
restorableTimeRanges
public List<RestorableTimeRange> restorableTimeRanges()
Get the restorableTimeRanges property: Returns the Restore Ranges available on the Backup Instance.
Returns: