RestorePointInstanceView Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. RestorePointInstanceView
- com.
Implements
public final class RestorePointInstanceView
implements JsonSerializable<RestorePointInstanceView>
The instance view of a restore point.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Disk |
diskRestorePoints()
Get the disk |
|
static
Restore |
fromJson(JsonReader jsonReader)
Reads an instance of Restore |
|
List<Instance |
statuses()
Get the statuses property: The resource status information. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
diskRestorePoints
public List<DiskRestorePointInstanceView> diskRestorePoints()
Get the diskRestorePoints property: The disk restore points information.
Returns:
fromJson
public static RestorePointInstanceView fromJson(JsonReader jsonReader)
Reads an instance of RestorePointInstanceView from the JsonReader.
Parameters:
Returns:
Throws:
statuses
public List<InstanceViewStatus> statuses()
Get the statuses property: The resource status information.
Returns:
toJson
validate
public void validate()
Validates the instance.