Class RestorePointInstanceView
java.lang.Object
com.azure.resourcemanager.compute.models.RestorePointInstanceView
The instance view of a restore point.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the diskRestorePoints property: The disk restore points information.statuses()Get the statuses property: The resource status information.voidvalidate()Validates the instance.withDiskRestorePoints(List<DiskRestorePointInstanceView> diskRestorePoints) Set the diskRestorePoints property: The disk restore points information.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.
-
Constructor Details
-
RestorePointInstanceView
public RestorePointInstanceView()
-
-
Method Details
-
diskRestorePoints
Get the diskRestorePoints property: The disk restore points information.- Returns:
- the diskRestorePoints value.
-
withDiskRestorePoints
public RestorePointInstanceView withDiskRestorePoints(List<DiskRestorePointInstanceView> diskRestorePoints) Set the diskRestorePoints property: The disk restore points information.- Parameters:
diskRestorePoints- the diskRestorePoints value to set.- Returns:
- the RestorePointInstanceView object itself.
-
statuses
Get the statuses property: The resource status information.- Returns:
- the statuses value.
-
withStatuses
Set the statuses property: The resource status information.- Parameters:
statuses- the statuses value to set.- Returns:
- the RestorePointInstanceView object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-