|
| 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 |
|---|
| DrConfigCheckForUpdates, DrConfigUpdateManager_GetRunningTask, GetRepositories, InstallUpdate, UpdateRepository |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the DrConfigUpdateManager used to make the method call. |
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference
to a DrConfigConfigurationTask | A task object used to monitor the operation. |
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 |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the DrConfigUpdateManager 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 DrConfigUpdateManager used to make the method call. |
Return Value
| Type | Description |
|---|---|
| DrConfigUpdateRepoInfo[] | A DrConfigUpdateRepoInfo objects representing the current repository and the default repository. |
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 DrConfigUpdateManager used to make the method call. |
| info* P | DrConfigUpdateInfo |
A DrConfigUpdateInfo object that will contain information
for the update to be installed. If null will install latest
update.
Since DrConfig API 3.0 |
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference
to a DrConfigConfigurationTask | A task object used to monitor the operation. |
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.InvalidArgument | Thrown if the provided UpdateInfo is invalid. |
| DrConfigFaultUpdateNotAvailableFault | Thrown if there is no avaivable update. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the DrConfigUpdateManager used to make the method call. |
| info P | DrConfigUpdateRepoInfo |
A DrConfigUpdateRepoInfo object containing information
about the update repository location.
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. |
| vmodl.fault.InvalidArgument | Thrown if SRM is running. |
| vmodl.fault.SystemError | Thrown if the operation fails. |
Events
| Type | |
|---|---|
| None | |
| Top of page | Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |