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.
Constructor Summary
Constructor | Description |
---|---|
RestorePointInstanceView() |
Creates an instance of Restore |
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. |
Restore |
withDiskRestorePoints(List<DiskRestorePointInstanceView> diskRestorePoints)
Set the disk |
Restore |
withStatuses(List<InstanceViewStatus> statuses)
Set the statuses property: The resource status information. |
Methods inherited from java.lang.Object
Constructor Details
RestorePointInstanceView
public RestorePointInstanceView()
Creates an instance of RestorePointInstanceView class.
Method Details
diskRestorePoints
public List
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
Get the statuses property: The resource status information.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDiskRestorePoints
public RestorePointInstanceView withDiskRestorePoints(List
Set the diskRestorePoints property: The disk restore points information.
Parameters:
Returns:
withStatuses
public RestorePointInstanceView withStatuses(List
Set the statuses property: The resource status information.
Parameters:
Returns: