|
| Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| currentTask* P | ManagedObjectReference
to a DrConfigConfigurationTask | Deprecated.
The currently active retrieve update task or null.
|
Methods
| Methods defined in this Managed Object |
|---|
| DeleteAllSystemLogBundles, DeleteSystemLogBundle, DrConfigDiagnosticManager_GetRunningTask, GenerateSystemLogBundle, GetSystemLogBundles, RetrieveSystemLogBundle |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the DrConfigDiagnosticManager used to make the method call. |
Return Value
| Type | Description |
|---|---|
| None | |
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 DrConfigDiagnosticManager used to make the method call. |
| key P | xsd:string |
The DrConfigSystemLogBundleInfo key parameter returned by
a call to #generateSystemLogBundle().
Since DrConfig API 3.0 |
Return Value
| Type | Description |
|---|---|
| None | |
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. |
| DrConfigFaultSystemLogBundleNotFound | Thrown if the DrConfigSystemLogBundleInfo key was not found. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the DrConfigDiagnosticManager used to make the method call. |
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference
to a DrConfigConfigurationTask |
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 DrConfigDiagnosticManager used to make the method call. |
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference
to a DrConfigConfigurationTask | DrConfigConfigurationTask object that can be used to monitor the operation. ConfigurationTask.info object for the support bundle that has been generated. |
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. |
| DrConfigFaultServiceBusy | Thrown if another configuration task is already running. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the DrConfigDiagnosticManager used to make the method call. |
Return Value
| Type | Description |
|---|---|
| DrConfigSystemLogBundleInfo[] | List of support log bundles. |
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. |
| vmodl.fault.SystemError | Thrown if something generic fails. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the DrConfigDiagnosticManager used to make the method call. |
| key P | xsd:string |
The DrConfigSystemLogBundleInfo key parameter returned by
a call to #generateSystemLogBundle().
Since DrConfig API 3.0 |
| offset P | xsd:long |
Byte offset into the bundle file to the start of
the chunk that is to be returned.
Since DrConfig API 3.0 |
| maxPageSize P | xsd:long |
Maximum size in bytes of the chunk to be returned.
This parameter can be used to control the size and
number of chunks with which to retrieve a bundle.
The maximum page size can also be limited internally
by the server so the size of the returned chunk may
be smaller than maxPageSize even if the bundle file
contains more bytes.
Since DrConfig API 3.0 |
Return Value
| Type | Description |
|---|---|
| xsd:base64Binary | A Binary object containing the requested chunk of the bundle file. Its size may be less than the maxPageSize. |
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. |
| DrConfigFaultOutOfBounds | Thrown if offset is greater than the size of the bundle |
| DrConfigFaultSystemLogBundleNotFound | Thrown if the SystemLogBundleInfo key was not found. |
Events
| Type | |
|---|---|
| None | |
| Top of page | Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |