|
| Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| None | ||
Methods
| Methods defined in this Managed Object |
|---|
| GetRecoveryResult, GetResultCount, GetResultLength, RetrieveStatus |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the SrmRecoveryHistory used to make the method call. |
| length P | xsd:int |
The maximum number of results to retrieve.
Since SRM API 2.0 |
Return Value
| Type | Description |
|---|---|
| SrmRecoveryResult[] | An Array of recovery results for this plan and/or its peer. |
Faults
| Type | Description |
|---|---|
| vmodl.RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the SrmRecoveryHistory used to make the method call. |
Return Value
| Type | Description |
|---|---|
| xsd:int | The total number of history entries for this plan (and potentially its peer) |
Faults
| Type | Description |
|---|---|
| vmodl.RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the SrmRecoveryHistory used to make the method call. |
| key P | xsd:long |
The key for this result document.
Since SRM API 2.0 |
Return Value
| Type | Description |
|---|---|
| xsd:int | The length in lines of the recovery result document. |
Faults
| Type | Description |
|---|---|
| vmodl.RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| SrmFaultRecoveryResultNotFound | Thrown if no results with that key exists. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the SrmRecoveryHistory used to make the method call. |
| key P | xsd:long |
The key for this result document.
Since SRM API 2.0 |
| offset P | xsd:int |
The line number (starting with 0) of from the beginning
of the document.
Since SRM API 2.0 |
| maxLines P | xsd:int |
The maximum number of lines to retrieve.
Since SRM API 2.0 |
Return Value
| Type | Description |
|---|---|
| xsd:string[] | A string array containing an XML represenation of all the recovery steps and their results. |
Faults
| Type | Description |
|---|---|
| vmodl.RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| SrmFaultRecoveryResultNotFound | Thrown if no results with that key exists. |
Events
| Type | |
|---|---|
| None | |
| Top of page | Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |