DnsJobStatus Class |
Namespace: net.openstack.Providers.Rackspace.Objects.Dns
The DnsJobStatus 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 DnsJobStatus instance with the specified name.
| |
ToString | Returns a string that represents the current object. (Inherited from ExtensibleEnumT.) |
Name | Description | |
---|---|---|
Completed |
Gets a DnsJobStatus representing a job which completed successfully.
| |
Error |
Gets a DnsJobStatus representing a job which terminated with an error.
| |
Initialized |
Gets a DnsJobStatus representing a job which has been accepted by the DNS service but has not yet started.
| |
Name |
Gets the canonical name of this member.
(Inherited from ExtensibleEnumT.) | |
Running |
Gets a DnsJobStatus representing a job which is currently running.
|