UpdateBulkVolumeStatusRequest Class |
Namespace: SolidFire.Element.Api
public class UpdateBulkVolumeStatusRequest : RpcBase
The UpdateBulkVolumeStatusRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| UpdateBulkVolumeStatusRequest | Initializes a new instance of the UpdateBulkVolumeStatusRequest class |
| Name | Description | |
|---|---|---|
| Attributes |
JSON attributes; updates what is on the bulk volume job.
| |
| Key |
The key assigned during initialization of a
StartBulkVolumeRead or StartBulkVolumeWrite session.
| |
| Message |
The message returned indicating the status of the bulk volume job after the job is complete.
| |
| PercentComplete |
The completed progress of the bulk volume job as a
percentage value.
| |
| Status |
The status of the given bulk volume job. The system sets the status. Possible values are:
running: Jobs that are still active.
complete: Jobs that are done.
failed: Jobs that failed.
|
| 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.) |