Class ReplicationVmProgressInfo

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.ReplicationVmProgressInfo
All Implemented Interfaces:
Serializable

public class ReplicationVmProgressInfo extends DynamicData
See Also:
  • Field Details

    • progress

      public int progress
    • bytesTransferred

      public long bytesTransferred
    • bytesToTransfer

      public long bytesToTransfer
    • checksumTotalBytes

      public Long checksumTotalBytes
    • checksumComparedBytes

      public Long checksumComparedBytes
  • Constructor Details

    • ReplicationVmProgressInfo

      public ReplicationVmProgressInfo()
  • Method Details

    • getProgress

      public int getProgress()
    • getBytesTransferred

      public long getBytesTransferred()
    • getBytesToTransfer

      public long getBytesToTransfer()
    • getChecksumTotalBytes

      public Long getChecksumTotalBytes()
    • getChecksumComparedBytes

      public Long getChecksumComparedBytes()
    • setProgress

      public void setProgress(int progress)
    • setBytesTransferred

      public void setBytesTransferred(long bytesTransferred)
    • setBytesToTransfer

      public void setBytesToTransfer(long bytesToTransfer)
    • setChecksumTotalBytes

      public void setChecksumTotalBytes(Long checksumTotalBytes)
    • setChecksumComparedBytes

      public void setChecksumComparedBytes(Long checksumComparedBytes)