Class DataBoxDiskCopyProgress

java.lang.Object
com.azure.resourcemanager.databox.models.DataBoxDiskCopyProgress

public final class DataBoxDiskCopyProgress extends Object
DataBox Disk Copy Progress.
  • Constructor Details

    • DataBoxDiskCopyProgress

      public DataBoxDiskCopyProgress()
      Creates an instance of DataBoxDiskCopyProgress class.
  • Method Details

    • serialNumber

      public String serialNumber()
      Get the serialNumber property: The serial number of the disk.
      Returns:
      the serialNumber value.
    • bytesCopied

      public Long bytesCopied()
      Get the bytesCopied property: Bytes copied during the copy of disk.
      Returns:
      the bytesCopied value.
    • percentComplete

      public Integer percentComplete()
      Get the percentComplete property: Indicates the percentage completed for the copy of the disk.
      Returns:
      the percentComplete value.
    • status

      public CopyStatus status()
      Get the status property: The Status of the copy.
      Returns:
      the status value.
    • validate

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