BulkVolumeJob Class |
Namespace: SolidFire.Element.Api
public class BulkVolumeJob : RpcBase
The BulkVolumeJob type exposes the following members.
| Name | Description | |
|---|---|---|
| BulkVolumeJob | Initializes a new instance of the BulkVolumeJob class |
| Name | Description | |
|---|---|---|
| Attributes |
JSON attributes on the bulk volume job.
| |
| BulkVolumeID |
The internal bulk volume job ID.
| |
| CreateTime |
Timestamp created for the bulk volume job.
| |
| ElapsedTime |
The number of seconds since the job began.
| |
| Format |
Format is either "compressed" or "native".
| |
| Key |
The unique key created by the bulk volume session.
| |
| PercentComplete |
The completed percentage reported by the operation.
| |
| RemainingTime |
The estimated time remaining in seconds.
| |
| Script |
The name of the script if one is provided.
| |
| SnapshotID |
ID of the snapshot if a snapshot is in the source of the bulk volume job.
| |
| SrcVolumeID |
The source volume ID.
| |
| Status |
Can be one of the following:
preparing
active
done
failed
| |
| Type |
Can be one of the following:
read
write
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |