|
| Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| content P | DrConfigServiceInstanceContent |
The properties of service instance.
This property is identical to the value returned by retrieveContent.
Note: This API doesn't support the property collector.
|
Methods
| Methods defined in this Managed Object |
|---|
| ChangeUserPassword, LoginDrConfig, LogoutDrConfig, RetrieveContent |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the DrConfigServiceInstance used to make the method call. |
| userName P | xsd:string |
The user for which the password will be changed.
For now this parameter is not taken into account
and the password is changed only for the SRM user.
Since DrConfig API 1.0 |
| currentPassword P | xsd:string |
The current user password.
Since DrConfig API 1.0 |
| newPassword P | xsd:string |
The new user password.
Since DrConfig API 1.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. |
| DrConfigFaultChangePasswordFault | Thrown if the password can not be changed. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the DrConfigServiceInstance used to make the method call. |
| userName P | xsd:string |
The ID of the user who is logging on to the server.
Since DrConfig API 1.0 |
| password P | xsd:string |
The password of the user logging on to the server.
Since DrConfig API 1.0 |
| locale* P | xsd:string |
The locale for this session.
Since DrConfig API 1.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 no username is provided. |
| DrConfigFaultInvalidLocale | Thrown if the requested locale is invalid or unavailable. |
| DrConfigFaultInvalidLogin | |
| DrConfigFaultNoPermission | Thrown if permission to login is denied. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the DrConfigServiceInstance 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 DrConfigServiceInstance used to make the method call. |
Return Value
| Type | Description |
|---|---|
| DrConfigServiceInstanceContent | The properties belonging to the service instance, including various object managers. |
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 | |
| Top of page | Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |