public class ReplicationVmProgressInfo extends DynamicData
Java class for ReplicationVmProgressInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReplicationVmProgressInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="progress" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="bytesTransferred" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="bytesToTransfer" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="checksumTotalBytes" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="checksumComparedBytes" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
bytesToTransfer |
protected long |
bytesTransferred |
protected Long |
checksumComparedBytes |
protected Long |
checksumTotalBytes |
protected int |
progress |
| Constructor and Description |
|---|
ReplicationVmProgressInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesToTransfer()
Gets the value of the bytesToTransfer property.
|
long |
getBytesTransferred()
Gets the value of the bytesTransferred property.
|
Long |
getChecksumComparedBytes()
Gets the value of the checksumComparedBytes property.
|
Long |
getChecksumTotalBytes()
Gets the value of the checksumTotalBytes property.
|
int |
getProgress()
Gets the value of the progress property.
|
void |
setBytesToTransfer(long value)
Sets the value of the bytesToTransfer property.
|
void |
setBytesTransferred(long value)
Sets the value of the bytesTransferred property.
|
void |
setChecksumComparedBytes(Long value)
Sets the value of the checksumComparedBytes property.
|
void |
setChecksumTotalBytes(Long value)
Sets the value of the checksumTotalBytes property.
|
void |
setProgress(int value)
Sets the value of the progress property.
|
protected int progress
protected long bytesTransferred
protected long bytesToTransfer
protected Long checksumTotalBytes
protected Long checksumComparedBytes
public int getProgress()
public void setProgress(int value)
public long getBytesTransferred()
public void setBytesTransferred(long value)
public long getBytesToTransfer()
public void setBytesToTransfer(long value)
public Long getChecksumTotalBytes()
Longpublic void setChecksumTotalBytes(Long value)
value - allowed object is
Longpublic Long getChecksumComparedBytes()
LongCopyright © 2018. All rights reserved.