DataBoxDiskCopyProgress Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. DataBoxDiskCopyProgress
- com.
Implements
public final class DataBoxDiskCopyProgress
implements JsonSerializable<DataBoxDiskCopyProgress>
DataBox Disk Copy Progress.
Constructor Summary
| Constructor | Description |
|---|---|
| DataBoxDiskCopyProgress() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Customer |
actions()
Get the actions property: Available actions on the job. |
| Long |
bytesCopied()
Get the bytes |
|
Cloud |
error()
Get the error property: Error, if any, in the stage. |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| Integer |
percentComplete()
Get the percent |
| String |
serialNumber()
Get the serial |
|
Copy |
status()
Get the status property: The Status of the copy. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
DataBoxDiskCopyProgress
public DataBoxDiskCopyProgress()
Creates an instance of DataBoxDiskCopyProgress class.
Method Details
actions
public List<CustomerResolutionCode> actions()
Get the actions property: Available actions on the job.
Returns:
bytesCopied
public Long bytesCopied()
Get the bytesCopied property: Bytes copied during the copy of disk.
Returns:
error
public CloudError error()
Get the error property: Error, if any, in the stage.
Returns:
fromJson
public static DataBoxDiskCopyProgress fromJson(JsonReader jsonReader)
Reads an instance of DataBoxDiskCopyProgress from the JsonReader.
Parameters:
Returns:
Throws:
percentComplete
public Integer percentComplete()
Get the percentComplete property: Indicates the percentage completed for the copy of the disk.
Returns:
serialNumber
public String serialNumber()
Get the serialNumber property: The serial number of the disk.
Returns:
status
public CopyStatus status()
Get the status property: The Status of the copy.
Returns:
toJson
validate
public void validate()
Validates the instance.