Class RestorePointInstanceView

java.lang.Object
com.azure.resourcemanager.compute.models.RestorePointInstanceView

public final class RestorePointInstanceView extends Object
The instance view of a restore point.
  • Constructor Details

    • RestorePointInstanceView

      public RestorePointInstanceView()
  • Method Details

    • diskRestorePoints

      public List<DiskRestorePointInstanceView> 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

      public List<InstanceViewStatus> statuses()
      Get the statuses property: The resource status information.
      Returns:
      the statuses value.
    • withStatuses

      public RestorePointInstanceView withStatuses(List<InstanceViewStatus> statuses)
      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.