BackupStatus Class |
Namespace: net.openstack.Providers.Rackspace.Objects.Databases
The BackupStatus type exposes the following members.
Name | Description | |
---|---|---|
Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from ExtensibleEnumT.) | |
FromName |
Gets the BackupStatus instance with the specified name.
| |
ToString | Returns a string that represents the current object. (Inherited from ExtensibleEnumT.) |
Name | Description | |
---|---|---|
Building |
Gets a BackupStatus representing a backup task that is currently running.
| |
Completed |
Gets a BackupStatus representing a backup task which completed successfully.
| |
DeleteFailed |
Gets a BackupStatus representing a backup task which failed to delete Cloud Files objects.
| |
Failed |
Gets a BackupStatus representing a backup task which failed to complete successfully.
| |
Name |
Gets the canonical name of this member.
(Inherited from ExtensibleEnumT.) | |
New |
Gets a BackupStatus representing a backup task that is created but not yet running.
|