Class DiskRestorePointReplicationStatus

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

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

    • DiskRestorePointReplicationStatus

      public DiskRestorePointReplicationStatus()
  • Method Details

    • status

      public InstanceViewStatus status()
      Get the status property: The resource status information.
      Returns:
      the status value.
    • withStatus

      Set the status property: The resource status information.
      Parameters:
      status - the status value to set.
      Returns:
      the DiskRestorePointReplicationStatus object itself.
    • completionPercent

      public Integer completionPercent()
      Get the completionPercent property: Replication completion percentage.
      Returns:
      the completionPercent value.
    • withCompletionPercent

      public DiskRestorePointReplicationStatus withCompletionPercent(Integer completionPercent)
      Set the completionPercent property: Replication completion percentage.
      Parameters:
      completionPercent - the completionPercent value to set.
      Returns:
      the DiskRestorePointReplicationStatus object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.